diff --git a/.bra.toml b/.bra.toml index a25a22410..3fd4e0c68 100644 --- a/.bra.toml +++ b/.bra.toml @@ -1,6 +1,6 @@ [run] init_cmds = [ - ["make", "build-dev", "TAGS=sqlite"], + ["make", "build-dev"], ["./gogs", "web"] ] watch_all = true @@ -14,6 +14,6 @@ watch_exts = [".go"] ignore_files = [".+_test.go"] build_delay = 1500 cmds = [ - ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb + ["make", "build-dev"], # TAGS=sqlite cert pam tidb ["./gogs", "web"] ] \ No newline at end of file diff --git a/.codebeatignore b/.codebeatignore new file mode 100644 index 000000000..bfb9b911b --- /dev/null +++ b/.codebeatignore @@ -0,0 +1,7 @@ +conf/** +docker/** +modules/bindata/** +packager/** +public/** +scripts/** +templates/** \ No newline at end of file diff --git a/.codebeatsettings b/.codebeatsettings new file mode 100644 index 000000000..c6ee5c981 --- /dev/null +++ b/.codebeatsettings @@ -0,0 +1,7 @@ +{ + "GOLANG": { + "TOTAL_LOC": [500, 999, 1999, 9999], + "TOO_MANY_FUNCTIONS": [50, 99, 199, 999], + "TOO_MANY_IVARS": [20, 50, 70, 99] + } +} \ No newline at end of file diff --git a/.dockerignore b/.dockerignore index 092eef43c..b33dbf58a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,5 @@ .git .git/** -conf -conf/** packager packager/** scripts @@ -9,13 +7,13 @@ scripts/** .github/ .github/** config.codekit -LICENSE -Makefile .dockerignore *.yml *.md .bra.toml .editorconfig .gitignore -.gopmfile Dockerfile* +vendor +vendor/** +gogs diff --git a/.editorconfig b/.editorconfig index 75ba9dacb..3fbca8424 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,21 @@ root = true [*] charset = utf-8 end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.go] +indent_style = tab +indent_size = 4 + +[*.tmpl] indent_style = tab +indent_size = 2 -[*.yml] +[*.{less,yml}] indent_style = space indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..09dfc210f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +public/conf/gitignore/* linguist-vendored +public/conf/license/* linguist-vendored +public/assets/* linguist-vendored +public/plugins/* linguist-vendored +public/plugins/* linguist-vendored +public/css/themes/* linguist-vendored +public/css/github.min.css linguist-vendored +public/css/semantic-2.2.1.min.css linguist-vendored +public/js/libs/* linguist-vendored +public/js/jquery-1.11.3.min.js linguist-vendored +public/js/semantic-2.2.1.min.js linguist-vendored \ No newline at end of file diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c02412d78..bd4ff0874 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,7 +46,7 @@ Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/C ### Ask For Help -Before opening an issue, please make sure your problem isn't already addressed on the [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) and [FAQs](http://gogs.io/docs/intro/faqs.html) pages. +Before opening an issue, please make sure your problem isn't already addressed on the [Troubleshooting](https://gogs.io/docs/intro/troubleshooting.html) and [FAQs](https://gogs.io/docs/intro/faqs.html) pages. ## Code of conduct diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 655544e6b..da434e203 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,20 @@ -We DO NOT take questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io +The issue will be closed without any reasons if it does not satisfy any of following requirements: -Please take a moment to search that an issue doesn't already exist. +1. Please speak English, we have forum in [Chinese](https://discuss.gogs.io/c/getting-help/getting-help-chinese). +2. Please post questions or config/deploy problems on our forum: https://discuss.gogs.io, here are bugs and feature requests only. +3. Please take a moment to search that an issue doesn't already exist. +4. Please give all relevant information below for bug reports; incomplete details considered invalid report. -For bug reports, please give the relevant info: +**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.** -- Gogs version (or commit ref): -- Git version: -- Operating system: -- Database: +- Gogs version (or commit ref): +- Git version: +- Operating system: +- Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] SQLite -- Can you reproduce the bug at http://try.gogs.io: +- Can you reproduce the bug at https://try.gogs.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 860eee772..b1cf1a4ec 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,9 @@ -Please, make sure you are targeting the `develop` branch! +The pull request will be closed without any reasons if it does not satisfy any of following requirements: -More instructions about contributing with Gogs code can be found here: +1. Please make sure you are targeting the `develop` branch. +2. Please read contributing guidelines: https://github.com/gogits/gogs/wiki/Contributing-Code +3. Please describe what your pull request does and which issue you're targeting +4. ... if it is not related to any particular issues, explain why we should not reject your pull request. + +**You MUST delete above content including this line before posting; too lazy to take this action considered invalid pull request.** diff --git a/.gopmfile b/.gopmfile index 917b4553d..eb6a28a4f 100644 --- a/.gopmfile +++ b/.gopmfile @@ -3,55 +3,58 @@ path = github.com/gogits/gogs [deps] github.com/bradfitz/gomemcache = commit:fb1f79c -github.com/codegangsta/cli = commit:aca5b04 -github.com/go-macaron/binding = commit:a68f342 +github.com/urfave/cli = commit:1efa31f +github.com/go-macaron/binding = commit:9440f33 github.com/go-macaron/cache = commit:5617353 github.com/go-macaron/captcha = commit:8aa5919 github.com/go-macaron/csrf = commit:6a9a7df github.com/go-macaron/gzip = commit:cad1c65 -github.com/go-macaron/i18n = commit:d2d3329 +github.com/go-macaron/i18n = commit:ef57533 github.com/go-macaron/inject = commit:c5ab7bf github.com/go-macaron/session = commit:66031fc github.com/go-macaron/toolbox = commit:82b5115 -github.com/go-sql-driver/mysql = commit:66312f7 -github.com/go-xorm/core = commit:5021584 -github.com/go-xorm/xorm = commit:769f6b3 +github.com/go-sql-driver/mysql = commit:0b58b37 +github.com/go-xorm/builder = commit:cd42e83 +github.com/go-xorm/core = commit:2ec3936 +github.com/go-xorm/xorm = commit:311abf2 github.com/gogits/chardet = commit:2404f77 -github.com/gogits/cron = commit:3abc0f8 -github.com/gogits/git-module = commit:76e8cce -github.com/gogits/go-gogs-client = commit:788ec59 -github.com/issue9/identicon = commit:f8c0d2c +github.com/gogits/cron = commit:7f3990a +github.com/gogits/git-module = commit:5e0c133 +github.com/gogits/go-gogs-client = commit:c52f7ee +github.com/gogits/go-libravatar = commit:cd1abbd +github.com/issue9/identicon = commit:d36b545 +github.com/jaytaylor/html2text = commit:52d9b78 github.com/kardianos/minwinsvc = commit:cad6b2b -github.com/klauspost/compress = commit:006acde +github.com/klauspost/compress = commit:14eb9c4 github.com/klauspost/cpuid = commit:09cded8 github.com/klauspost/crc32 = commit:19b0b33 -github.com/lib/pq = commit:165a352 -github.com/mattn/go-sqlite3 = commit:76e335f +github.com/lib/pq = commit:80f8150 +github.com/mattn/go-sqlite3 = commit:e118d44 github.com/mcuadros/go-version = commit:d52711f -github.com/microcosm-cc/bluemonday = commit:4ac6f27 +github.com/microcosm-cc/bluemonday = commit:9dc1992 github.com/msteinert/pam = commit:02ccfbf -github.com/nfnt/resize = commit:4d93a29 -github.com/russross/blackfriday = commit:b43df97 -github.com/satori/go.uuid = commit:e673fdd +github.com/nfnt/resize = commit:891127d +github.com/russross/blackfriday = commit:93622da +github.com/satori/go.uuid = commit:0aa62d5 github.com/sergi/go-diff = commit:ec7fdbb github.com/shurcooL/sanitized_anchor_name = commit:10ef21a github.com/Unknwon/cae = commit:7f5e046 github.com/Unknwon/com = commit:28b053d -github.com/Unknwon/i18n = commit:3b48b66 +github.com/Unknwon/i18n = commit:39d6f27 github.com/Unknwon/paginater = commit:7748a72 -golang.org/x/crypto = commit:c197bcf -golang.org/x/net = commit:35b06af -golang.org/x/sys = commit:9d4e42a -golang.org/x/text = commit:1b466db +golang.org/x/crypto = commit:bc89c49 +golang.org/x/net = commit:57bfaa8 +golang.org/x/sys = commit:a646d33 +golang.org/x/text = commit:2910a50 gopkg.in/alexcesaro/quotedprintable.v3 = commit:2caba25 gopkg.in/asn1-ber.v1 = commit:4e86f43 gopkg.in/bufio.v1 = commit:567b2bf -gopkg.in/gomail.v2 = commit:060a5f4 -gopkg.in/ini.v1 = commit:776aa73 -gopkg.in/ldap.v2 = commit:07a7330 -gopkg.in/macaron.v1 = commit:94a5ef7 +gopkg.in/editorconfig/editorconfig-core-go.v1 = commit:a872f05 +gopkg.in/gomail.v2 = commit:81ebce5 +gopkg.in/ini.v1 = commit:cf53f92 +gopkg.in/ldap.v2 = commit:d0a5ced +gopkg.in/macaron.v1 = commit:826ddf1 gopkg.in/redis.v2 = commit:e617904 [res] include = public|scripts|templates - diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..88ff1591a --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Unknwon +Unknwon 无闻 diff --git a/.travis.yml b/.travis.yml index 84d0c1df7..6eba760d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: go go: - - 1.4 - 1.5 - 1.6 + - 1.7 before_install: - sudo apt-get update -qq diff --git a/Dockerfile b/Dockerfile index 8853eab51..3a3c40511 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ FROM alpine:3.3 MAINTAINER jp@roemer.im # Install system utils & Gogs runtime dependencies -ADD https://github.com/tianon/gosu/releases/download/1.7/gosu-amd64 /usr/sbin/gosu +ADD https://github.com/tianon/gosu/releases/download/1.9/gosu-amd64 /usr/sbin/gosu RUN chmod +x /usr/sbin/gosu \ - && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat + && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat tzdata ENV GOGS_CUSTOM /data/gogs diff --git a/Dockerfile.rpi b/Dockerfile.rpi index 6e2c4264b..8fbe8252b 100644 --- a/Dockerfile.rpi +++ b/Dockerfile.rpi @@ -2,12 +2,12 @@ FROM hypriot/rpi-alpine-scratch:v3.2 MAINTAINER jp@roemer.im, raxetul@gmail.com # Install system utils & Gogs runtime dependencies -ADD https://github.com/tianon/gosu/releases/download/1.7/gosu-armhf /usr/sbin/gosu +ADD https://github.com/tianon/gosu/releases/download/1.9/gosu-armhf /usr/sbin/gosu RUN chmod +x /usr/sbin/gosu \ && echo "http://dl-4.alpinelinux.org/alpine/v3.3/main/" | tee /etc/apk/repositories \ && echo "http://dl-4.alpinelinux.org/alpine/v3.3/community/" | tee -a /etc/apk/repositories \ && apk -U --no-progress upgrade && rm -f /var/cache/apk/APKINDEX.* \ - && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat + && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat tzdata ENV GOGS_CUSTOM /data/gogs diff --git a/LICENSE b/LICENSE index 546e65ae3..0640c41d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 All Gogs Contributors +Copyright (c) The Gogs Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 1af8726c4..c321f82ba 100644 --- a/Makefile +++ b/Makefile @@ -11,19 +11,31 @@ BUILD_FLAGS = "-v" RELEASE_ROOT = "release" RELEASE_GOGS = "release/gogs" NOW = $(shell date -u '+%Y%m%d%I%M%S') +GOVET = go tool vet -composites=false -methods=false -structtags=false .PHONY: build pack release bindata clean .IGNORE: public/css/gogs.css +all: build + +check: test + +dist: release + +govet: + $(GOVET) gogs.go + $(GOVET) models modules routers + build: $(GENERATED) go install $(BUILD_FLAGS) -ldflags '$(LDFLAGS)' -tags '$(TAGS)' cp '$(GOPATH)/bin/gogs' . -govet: - go tool vet -composites=false -methods=false -structtags=false . - build-dev: $(GENERATED) govet + go install $(BUILD_FLAGS) -tags '$(TAGS)' + cp '$(GOPATH)/bin/gogs' . + +build-dev-race: $(GENERATED) govet go install $(BUILD_FLAGS) -race -tags '$(TAGS)' cp '$(GOPATH)/bin/gogs' . diff --git a/README.md b/README.md index ec077e7ab..8e10c59af 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true) -##### Current version: 0.9.15 +##### Current tip version: 0.9.100 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/)) | Web | UI | Preview | |:-------------:|:-------:|:-------:| @@ -18,7 +18,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra 3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. 4. If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks! 5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki). -6. If your team/company is using Gogs and would like to put your logo on [our website](http://gogs.io), contact us by any means. +6. If your team/company is using Gogs and would like to put your logo on [our website](https://gogs.io), contact us by any means. [简体中文](README_ZH.md) @@ -28,11 +28,11 @@ The goal of this project is to make the easiest, fastest, and most painless way ## Overview -- Please see the [Documentation](http://gogs.io/docs/intro) for common usages and change log. +- Please see the [Documentation](https://gogs.io/docs/intro) for common usages and change log. - See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team. - Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)! -- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/). -- Want to help with localization? Check out the [guide](http://gogs.io/docs/features/i18n.html)! +- Having trouble? Get help with [Troubleshooting](https://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/). +- Want to help with localization? Check out the [guide](https://gogs.io/docs/features/i18n.html)! ## Features @@ -41,15 +41,17 @@ The goal of this project is to make the easiest, fastest, and most painless way - SMTP/LDAP/Reverse proxy authentication - Reverse proxy with sub-path - Account/Organization/Repository management +- Add/Remove repository collaborators - Repository/Organization webhooks (including Slack) - Repository Git hooks/deploy keys - Repository issues, pull requests and wiki -- Add/Remove repository collaborators -- Gravatar and custom source +- Migrate and mirror repository and its wiki +- Web editor for repository files and wiki +- Gravatar and Federated avatar with custom source - Mail service - Administration panel - Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental) -- Multi-language support ([15 languages](https://crowdin.com/project/gogs)) +- Multi-language support ([20 languages](https://crowdin.com/project/gogs)) ## System Requirements @@ -63,13 +65,13 @@ The goal of this project is to make the easiest, fastest, and most painless way ## Installation -Make sure you install the [prerequisites](http://gogs.io/docs/installation) first. +Make sure you install the [prerequisites](https://gogs.io/docs/installation) first. There are 5 ways to install Gogs: -- [Install from binary](http://gogs.io/docs/installation/install_from_binary.html) -- [Install from source](http://gogs.io/docs/installation/install_from_source.html) -- [Install from packages](http://gogs.io/docs/installation/install_from_packages.html) +- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html) +- [Install from source](https://gogs.io/docs/installation/install_from_source.html) +- [Install from packages](https://gogs.io/docs/installation/install_from_packages.html) - [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) @@ -77,6 +79,8 @@ There are 5 ways to install Gogs: - [How To Set Up Gogs on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-gogs-on-ubuntu-14-04) - [Run your own GitHub-like service with the help of Docker](http://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/) +- [Dockerized Gogs git server and alpine postgres in 20 minutes or less](http://garthwaite.org/docker-gogs.html) +- [Host Your Own Private GitHub with Gogs.io](https://eladnava.com/host-your-own-private-github-with-gogs-io/) - [使用 Gogs 搭建自己的 Git 服务器](https://mynook.info/blog/post/host-your-own-git-server-using-gogs) (Chinese) - [阿里云上 Ubuntu 14.04 64 位安装 Gogs](http://my.oschina.net/luyao/blog/375654) (Chinese) - [Installing Gogs on FreeBSD](https://www.codejam.info/2015/03/installing-gogs-on-freebsd.html) @@ -85,6 +89,7 @@ There are 5 ways to install Gogs: ### Screencasts +- [How to install Gogs on a Linux Server (DigitalOcean)](https://www.youtube.com/watch?v=deSfX0gqefE) - [Instalando Gogs no Ubuntu](https://www.youtube.com/watch?v=4UkHAR1F7ZA) (Português) ### Deploy to Cloud @@ -96,6 +101,7 @@ There are 5 ways to install Gogs: - [Sandstorm](https://github.com/cem/gogs-sandstorm) - [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs) - [YunoHost](https://github.com/mbugeia/gogs_ynh) +- [DPlatform](https://github.com/j8r/DPlatform) ## Software and Service Support @@ -116,10 +122,10 @@ There are 5 ways to install Gogs: - Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron). - System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog). -- Thanks [lavachen](http://www.lavachen.cn/) and [Rocker](http://weibo.com/rocker1989) for designing Logo. +- Thanks [Rocker](http://weibo.com/rocker1989) for designing Logo. - Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan. - Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites. -- Thanks [KeyCDN](https://www.keycdn.com/) for providing CDN service. +- Thanks [KeyCDN](https://www.keycdn.com/) and [QiNiu](http://www.qiniu.com/) for providing CDN service. ## Contributors diff --git a/README_ZH.md b/README_ZH.md index e2fec31ee..fd02e9865 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -9,11 +9,11 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 ## 项目概览 -- 有关基本用法和变更日志,请通过 [使用手册](http://gogs.io/docs/intro/) 查看。 +- 有关基本用法和变更日志,请通过 [使用手册](https://gogs.io/docs/intro/) 查看。 - 您可以到 [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) 跟随开发团队的脚步。 - 想要先睹为快?直接去 [在线体验](https://try.gogs.io/gogs/gogs) 。 -- 使用过程中遇到问题?尝试从 [故障排查](http://gogs.io/docs/intro/troubleshooting.html) 页面或 [用户论坛](https://discuss.gogs.io/) 获取帮助。 -- 希望帮助多国语言界面的翻译吗?请立即访问 [详情页面](http://gogs.io/docs/features/i18n.html)! +- 使用过程中遇到问题?尝试从 [故障排查](https://gogs.io/docs/intro/troubleshooting.html) 页面或 [用户论坛](https://discuss.gogs.io/) 获取帮助。 +- 希望帮助多国语言界面的翻译吗?请立即访问 [详情页面](https://gogs.io/docs/features/i18n.html)! ## 功能特性 @@ -22,15 +22,17 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - 支持 SMTP、LDAP 和反向代理的用户认证 - 支持反向代理子路径 - 支持用户、组织和仓库管理系统 +- 支持添加和删除仓库协作者 - 支持仓库和组织级别 Web 钩子(包括 Slack 集成) - 支持仓库 Git 钩子和部署密钥 - 支持仓库工单(Issue)、合并请求(Pull Request)以及 Wiki -- 支持添加和删除仓库协作者 -- 支持 Gravatar 以及自定义源 +- 支持迁移和镜像仓库以及它的 Wiki +- 支持在线编辑仓库文件和 Wiki +- 支持自定义源的 Gravatar 和 Federated Avatar - 支持邮件服务 - 支持后台管理面板 - 支持 MySQL、PostgreSQL、SQLite3 和 [TiDB](https://github.com/pingcap/tidb)(实验性支持) 数据库 -- 支持多语言本地化([15 种语言]([more](https://crowdin.com/project/gogs))) +- 支持多语言本地化([20 种语言]([more](https://crowdin.com/project/gogs))) ## 系统要求 @@ -44,13 +46,13 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 ## 安装部署 -在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation)。 +在安装 Gogs 之前,您需要先安装 [基本环境](https://gogs.io/docs/installation)。 然后,您可以通过以下 5 种方式来安装 Gogs: -- [二进制安装](http://gogs.io/docs/installation/install_from_binary.html) -- [源码安装](http://gogs.io/docs/installation/install_from_source.html) -- [包管理安装](http://gogs.io/docs/installation/install_from_packages.html) +- [二进制安装](https://gogs.io/docs/installation/install_from_binary.html) +- [源码安装](https://gogs.io/docs/installation/install_from_source.html) +- [包管理安装](https://gogs.io/docs/installation/install_from_packages.html) - [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/docker) - [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) @@ -68,6 +70,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - [Sandstorm](https://github.com/cem/gogs-sandstorm) - [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs) - [YunoHost](https://github.com/mbugeia/gogs_ynh) +- [DPlatform](https://github.com/j8r/DPlatform) ## 软件及服务支持 @@ -88,10 +91,10 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 - 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。 - 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。 -- 感谢 [lavachen](http://www.lavachen.cn/) 和 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。 +- 感谢 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。 - 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。 - 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。 -- 感谢 [KeyCDN](https://www.keycdn.com/) 提供 CDN 服务赞助。 +- 感谢 [KeyCDN](https://www.keycdn.com/) 和 [七牛云存储](http://www.qiniu.com/) 提供 CDN 服务赞助。 ## 贡献成员 diff --git a/cmd/admin.go b/cmd/admin.go new file mode 100644 index 000000000..bad36b1c8 --- /dev/null +++ b/cmd/admin.go @@ -0,0 +1,70 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package cmd + +import ( + "fmt" + + "github.com/urfave/cli" + + "github.com/gogits/gogs/models" + "github.com/gogits/gogs/modules/setting" +) + +var ( + CmdAdmin = cli.Command{ + Name: "admin", + Usage: "Preform admin operations on command line", + Description: `Allow using internal logic of Gogs without hacking into the source code +to make automatic initialization process more smoothly`, + Subcommands: []cli.Command{ + subcmdCreateUser, + }, + } + + subcmdCreateUser = cli.Command{ + Name: "create-user", + Usage: "Create a new user in database", + Action: runCreateUser, + Flags: []cli.Flag{ + stringFlag("name", "", "Username"), + stringFlag("password", "", "User password"), + stringFlag("email", "", "User email address"), + boolFlag("admin", "User is an admin"), + stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"), + }, + } +) + +func runCreateUser(c *cli.Context) error { + if !c.IsSet("name") { + return fmt.Errorf("Username is not specified") + } else if !c.IsSet("password") { + return fmt.Errorf("Password is not specified") + } else if !c.IsSet("email") { + return fmt.Errorf("Email is not specified") + } + + if c.IsSet("config") { + setting.CustomConf = c.String("config") + } + + setting.NewContext() + models.LoadConfigs() + models.SetEngine() + + if err := models.CreateUser(&models.User{ + Name: c.String("name"), + Email: c.String("email"), + Passwd: c.String("password"), + IsActive: true, + IsAdmin: c.Bool("admin"), + }); err != nil { + return fmt.Errorf("CreateUser: %v", err) + } + + fmt.Printf("New user '%s' has been successfully created!\n", c.String("name")) + return nil +} diff --git a/cmd/cert.go b/cmd/cert.go index 7b68f330e..6cd5bfade 100644 --- a/cmd/cert.go +++ b/cmd/cert.go @@ -22,7 +22,7 @@ import ( "strings" "time" - "github.com/codegangsta/cli" + "github.com/urfave/cli" ) var CmdCert = cli.Command{ @@ -59,7 +59,7 @@ func pemBlockForKey(priv interface{}) *pem.Block { case *ecdsa.PrivateKey: b, err := x509.MarshalECPrivateKey(k) if err != nil { - log.Fatal("unable to marshal ECDSA private key: %v", err) + log.Fatalf("Unable to marshal ECDSA private key: %v\n", err) } return &pem.Block{Type: "EC PRIVATE KEY", Bytes: b} default: @@ -67,7 +67,7 @@ func pemBlockForKey(priv interface{}) *pem.Block { } } -func runCert(ctx *cli.Context) { +func runCert(ctx *cli.Context) error { if len(ctx.String("host")) == 0 { log.Fatal("Missing required --host parameter") } @@ -153,9 +153,11 @@ func runCert(ctx *cli.Context) { keyOut, err := os.OpenFile("key.pem", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600) if err != nil { - log.Fatal("failed to open key.pem for writing: %v", err) + log.Fatalf("Failed to open key.pem for writing: %v\n", err) } pem.Encode(keyOut, pemBlockForKey(priv)) keyOut.Close() log.Println("Written key.pem") + + return nil } diff --git a/cmd/cert_stub.go b/cmd/cert_stub.go index f848e246c..1c076f649 100644 --- a/cmd/cert_stub.go +++ b/cmd/cert_stub.go @@ -10,7 +10,7 @@ import ( "fmt" "os" - "github.com/codegangsta/cli" + "github.com/urfave/cli" ) var CmdCert = cli.Command{ @@ -20,7 +20,9 @@ var CmdCert = cli.Command{ Action: runCert, } -func runCert(ctx *cli.Context) { +func runCert(ctx *cli.Context) error { fmt.Println("Command cert not available, please use build tags 'cert' to rebuild.") os.Exit(1) + + return nil } diff --git a/cmd/cmd.go b/cmd/cmd.go index 8df02d5c7..29afa625d 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -7,7 +7,7 @@ package cmd import ( "time" - "github.com/codegangsta/cli" + "github.com/urfave/cli" ) func stringFlag(name, value, usage string) cli.StringFlag { diff --git a/cmd/dump.go b/cmd/dump.go index 90082667b..c1361f932 100644 --- a/cmd/dump.go +++ b/cmd/dump.go @@ -14,7 +14,7 @@ import ( "io/ioutil" "github.com/Unknwon/cae/zip" - "github.com/codegangsta/cli" + "github.com/urfave/cli" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/setting" @@ -28,11 +28,12 @@ It can be used for backup and capture Gogs server image to send to maintainer`, Action: runDump, Flags: []cli.Flag{ stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"), - boolFlag("verbose, v", "show process details"), + boolFlag("verbose, v", "Show process details"), + stringFlag("tempdir, t", os.TempDir(), "Temporary dir path"), }, } -func runDump(ctx *cli.Context) { +func runDump(ctx *cli.Context) error { if ctx.IsSet("config") { setting.CustomConf = ctx.String("config") } @@ -40,7 +41,11 @@ func runDump(ctx *cli.Context) { models.LoadConfigs() models.SetEngine() - TmpWorkDir, err := ioutil.TempDir(os.TempDir(), "gogs-dump-") + tmpDir := ctx.String("tempdir") + if _, err := os.Stat(tmpDir); os.IsNotExist(err) { + log.Fatalf("Path does not exist: %s", tmpDir) + } + TmpWorkDir, err := ioutil.TempDir(tmpDir, "gogs-dump-") if err != nil { log.Fatalf("Fail to create tmp work directory: %v", err) } @@ -68,21 +73,21 @@ func runDump(ctx *cli.Context) { log.Fatalf("Fail to create %s: %v", fileName, err) } - if err := z.AddFile("gogs-repo.zip", reposDump); err !=nil { + if err := z.AddFile("gogs-repo.zip", reposDump); err != nil { log.Fatalf("Fail to include gogs-repo.zip: %v", err) } - if err := z.AddFile("gogs-db.sql", dbDump); err !=nil { + if err := z.AddFile("gogs-db.sql", dbDump); err != nil { log.Fatalf("Fail to include gogs-db.sql: %v", err) } customDir, err := os.Stat(setting.CustomPath) if err == nil && customDir.IsDir() { - if err := z.AddDir("custom", setting.CustomPath); err !=nil { + if err := z.AddDir("custom", setting.CustomPath); err != nil { log.Fatalf("Fail to include custom: %v", err) - } + } } else { log.Printf("Custom dir %s doesn't exist, skipped", setting.CustomPath) } - if err := z.AddDir("log", setting.LogRootPath); err !=nil { + if err := z.AddDir("log", setting.LogRootPath); err != nil { log.Fatalf("Fail to include log: %v", err) } // FIXME: SSH key file. @@ -91,7 +96,13 @@ func runDump(ctx *cli.Context) { log.Fatalf("Fail to save %s: %v", fileName, err) } + if err := os.Chmod(fileName, 0600); err != nil { + log.Printf("Can't change file access permissions mask to 0600: %v", err) + } + log.Printf("Removing tmp work dir: %s", TmpWorkDir) os.RemoveAll(TmpWorkDir) log.Printf("Finish dumping in file %s", fileName) + + return nil } diff --git a/cmd/serve.go b/cmd/serve.go index 83d8f8763..53d33b2ed 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -14,8 +14,9 @@ import ( "time" "github.com/Unknwon/com" - "github.com/codegangsta/cli" + git "github.com/gogits/git-module" gouuid "github.com/satori/go.uuid" + "github.com/urfave/cli" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" @@ -100,10 +101,10 @@ func handleUpdateTask(uuid string, user, repoUser *models.User, reponame string, } if err = models.PushUpdate(models.PushUpdateOptions{ - RefName: task.RefName, + RefFullName: task.RefName, OldCommitID: task.OldCommitID, NewCommitID: task.NewCommitID, - PusherID: user.Id, + PusherID: user.ID, PusherName: user.Name, RepoUserName: repoUser.Name, RepoName: reponame, @@ -113,7 +114,7 @@ func handleUpdateTask(uuid string, user, repoUser *models.User, reponame string, // Ask for running deliver hook and test pull request tasks. reqURL := setting.LocalURL + repoUser.Name + "/" + reponame + "/tasks/trigger?branch=" + - strings.TrimPrefix(task.RefName, "refs/heads/") + "&secret=" + base.EncodeMD5(repoUser.Salt) + strings.TrimPrefix(task.RefName, git.BRANCH_PREFIX) + "&secret=" + base.EncodeMD5(repoUser.Salt) + "&pusher=" + com.ToStr(user.ID) log.GitLogger.Trace("Trigger task: %s", reqURL) resp, err := httplib.Head(reqURL).SetTLSClientConfig(&tls.Config{ @@ -129,7 +130,7 @@ func handleUpdateTask(uuid string, user, repoUser *models.User, reponame string, } } -func runServ(c *cli.Context) { +func runServ(c *cli.Context) error { if c.IsSet("config") { setting.CustomConf = c.String("config") } @@ -138,7 +139,7 @@ func runServ(c *cli.Context) { if setting.SSH.Disabled { println("Gogs: SSH has been disabled") - return + return nil } if len(c.Args()) < 1 { @@ -149,7 +150,7 @@ func runServ(c *cli.Context) { if len(cmd) == 0 { println("Hi there, You've successfully authenticated, but Gogs does not provide shell access.") println("If this is unexpected, please log in with password and setup Gogs under another user.") - return + return nil } verb, args := parseCmd(cmd) @@ -175,7 +176,7 @@ func runServ(c *cli.Context) { fail("Internal error", "Failed to get repository owner (%s): %v", username, err) } - repo, err := models.GetRepositoryByName(repoUser.Id, reponame) + repo, err := models.GetRepositoryByName(repoUser.ID, reponame) if err != nil { if models.IsErrRepoNotExist(err) { fail(_ACCESS_DENIED_MESSAGE, "Repository does not exist: %s/%s", repoUser.Name, reponame) @@ -290,4 +291,6 @@ func runServ(c *cli.Context) { fail("Internal error", "UpdatePublicKey: %v", err) } } + + return nil } diff --git a/cmd/update.go b/cmd/update.go index aca2a7cbe..bebc10160 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -7,7 +7,7 @@ package cmd import ( "os" - "github.com/codegangsta/cli" + "github.com/urfave/cli" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/log" @@ -24,7 +24,7 @@ var CmdUpdate = cli.Command{ }, } -func runUpdate(c *cli.Context) { +func runUpdate(c *cli.Context) error { if c.IsSet("config") { setting.CustomConf = c.String("config") } @@ -33,7 +33,7 @@ func runUpdate(c *cli.Context) { if len(os.Getenv("SSH_ORIGINAL_COMMAND")) == 0 { log.GitLogger.Trace("SSH_ORIGINAL_COMMAND is empty") - return + return nil } args := c.Args() @@ -53,4 +53,6 @@ func runUpdate(c *cli.Context) { if err := models.AddUpdateTask(&task); err != nil { log.GitLogger.Fatal(2, "AddUpdateTask: %v", err) } + + return nil } diff --git a/cmd/web.go b/cmd/web.go index 1378cc3ec..97f6a0f15 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -8,13 +8,13 @@ import ( "crypto/tls" "fmt" "io/ioutil" + "net" "net/http" "net/http/fcgi" "os" "path" "strings" - "github.com/codegangsta/cli" "github.com/go-macaron/binding" "github.com/go-macaron/cache" "github.com/go-macaron/captcha" @@ -25,6 +25,7 @@ import ( "github.com/go-macaron/toolbox" "github.com/go-xorm/xorm" "github.com/mcuadros/go-version" + "github.com/urfave/cli" "gopkg.in/ini.v1" "gopkg.in/macaron.v1" @@ -72,27 +73,35 @@ func checkVersion() { if err != nil { log.Fatal(4, "Fail to read 'templates/.VERSION': %v", err) } - if string(data) != setting.AppVer { - log.Fatal(4, "Binary and template file version does not match, did you forget to recompile?") + tplVer := string(data) + if tplVer != setting.AppVer { + if version.Compare(tplVer, setting.AppVer, ">") { + log.Fatal(4, "Binary version is lower than template file version, did you forget to recompile Gogs?") + } else { + log.Fatal(4, "Binary version is higher than template file version, did you forget to update template files?") + } } // Check dependency version. checkers := []VerChecker{ - {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.2.0304"}, - {"github.com/go-macaron/binding", binding.Version, "0.2.1"}, + {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.5"}, + {"github.com/go-macaron/binding", binding.Version, "0.3.2"}, {"github.com/go-macaron/cache", cache.Version, "0.1.2"}, {"github.com/go-macaron/csrf", csrf.Version, "0.1.0"}, - {"github.com/go-macaron/i18n", i18n.Version, "0.2.0"}, + {"github.com/go-macaron/i18n", i18n.Version, "0.3.0"}, {"github.com/go-macaron/session", session.Version, "0.1.6"}, {"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"}, {"gopkg.in/ini.v1", ini.Version, "1.8.4"}, - {"gopkg.in/macaron.v1", macaron.Version, "1.1.2"}, - {"github.com/gogits/git-module", git.Version, "0.2.9"}, - {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"}, + {"gopkg.in/macaron.v1", macaron.Version, "1.1.7"}, + {"github.com/gogits/git-module", git.Version, "0.4.1"}, + {"github.com/gogits/go-gogs-client", gogs.Version, "0.12.1"}, } for _, c := range checkers { if !version.Compare(c.Version(), c.Expected, ">=") { - log.Fatal(4, "Package '%s' version is too old (%s -> %s), did you forget to update?", c.ImportPath, c.Version(), c.Expected) + log.Fatal(4, `Dependency outdated! +Package '%s' current version (%s) is below requirement (%s), +please use following command to update this package and recompile Gogs: +go get -u %[1]s`, c.ImportPath, c.Version(), c.Expected) } } } @@ -123,12 +132,16 @@ func newMacaron() *macaron.Macaron { SkipLogging: setting.DisableRouterLog, }, )) + + funcMap := template.NewFuncMap() m.Use(macaron.Renderer(macaron.RenderOptions{ Directory: path.Join(setting.StaticRootPath, "templates"), AppendDirectories: []string{path.Join(setting.CustomPath, "templates")}, - Funcs: template.NewFuncMap(), + Funcs: funcMap, IndentJSON: macaron.Env != macaron.PROD, })) + models.InitMailRender(path.Join(setting.StaticRootPath, "templates/mail"), + path.Join(setting.CustomPath, "templates/mail"), funcMap) localeNames, err := bindata.AssetDir("conf/locale") if err != nil { @@ -150,7 +163,7 @@ func newMacaron() *macaron.Macaron { m.Use(cache.Cacher(cache.Options{ Adapter: setting.CacheAdapter, AdapterConfig: setting.CacheConn, - Interval: setting.CacheInternal, + Interval: setting.CacheInterval, })) m.Use(captcha.Captchaer(captcha.Options{ SubURL: setting.AppSubUrl, @@ -175,7 +188,7 @@ func newMacaron() *macaron.Macaron { return m } -func runWeb(ctx *cli.Context) { +func runWeb(ctx *cli.Context) error { if ctx.IsSet("config") { setting.CustomConf = ctx.String("config") } @@ -201,6 +214,7 @@ func runWeb(ctx *cli.Context) { }) m.Get("/repos", routers.ExploreRepos) m.Get("/users", routers.ExploreUsers) + m.Get("/organizations", routers.ExploreOrganizations) }, ignSignIn) m.Combo("/install", routers.InstallInit).Get(routers.Install). Post(bindIgnErr(auth.InstallForm{}), routers.InstallPost) @@ -219,7 +233,8 @@ func runWeb(ctx *cli.Context) { m.Group("/user/settings", func() { m.Get("", user.Settings) m.Post("", bindIgnErr(auth.UpdateProfileForm{}), user.SettingsPost) - m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarForm{}), user.SettingsAvatar) + m.Combo("/avatar").Get(user.SettingsAvatar). + Post(binding.MultipartForm(auth.AvatarForm{}), user.SettingsAvatarPost) m.Post("/avatar/delete", user.SettingsDeleteAvatar) m.Combo("/email").Get(user.SettingsEmails). Post(bindIgnErr(auth.AddEmailForm{}), user.SettingsEmailPost) @@ -316,6 +331,7 @@ func runWeb(ctx *cli.Context) { defer fr.Close() ctx.Header().Set("Cache-Control", "public,max-age=86400") + ctx.Header().Set("Content-Disposition", fmt.Sprintf(`inline; filename="%s"`, attach.Name)) // Fix #312. Attachments with , in their name are not handled correctly by Google Chrome. // We must put the name in " manually. if err = repo.ServeData(ctx, "\""+attach.Name+"\"", fr); err != nil { @@ -368,7 +384,7 @@ func runWeb(ctx *cli.Context) { m.Group("/settings", func() { m.Combo("").Get(org.Settings). Post(bindIgnErr(auth.UpdateOrgSettingForm{}), org.SettingsPost) - m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarForm{}), org.SettingsAvatar) + m.Post("/avatar", binding.MultipartForm(auth.AvatarForm{}), org.SettingsAvatar) m.Post("/avatar/delete", org.SettingsDeleteAvatar) m.Group("/hooks", func() { @@ -441,11 +457,12 @@ func runWeb(ctx *cli.Context) { m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), repo.Action) m.Group("/:username/:reponame", func() { + // FIXME: should use different URLs but mostly same logic for comments of issue and pull reuqest. + // So they can apply their own enable/disable logic on routers. m.Group("/issues", func() { m.Combo("/new", repo.MustEnableIssues).Get(context.RepoRef(), repo.NewIssue). Post(bindIgnErr(auth.CreateIssueForm{}), repo.NewIssuePost) - m.Combo("/:index/comments").Post(bindIgnErr(auth.CreateCommentForm{}), repo.NewComment) m.Group("/:index", func() { m.Post("/label", repo.UpdateIssueLabel) m.Post("/milestone", repo.UpdateIssueMilestone) @@ -455,13 +472,18 @@ func runWeb(ctx *cli.Context) { m.Group("/:index", func() { m.Post("/title", repo.UpdateIssueTitle) m.Post("/content", repo.UpdateIssueContent) + m.Combo("/comments").Post(bindIgnErr(auth.CreateCommentForm{}), repo.NewComment) }) }) - m.Post("/comments/:id", repo.UpdateCommentContent) + m.Group("/comments/:id", func() { + m.Post("", repo.UpdateCommentContent) + m.Post("/delete", repo.DeleteComment) + }) m.Group("/labels", func() { m.Post("/new", bindIgnErr(auth.CreateLabelForm{}), repo.NewLabel) m.Post("/edit", bindIgnErr(auth.CreateLabelForm{}), repo.UpdateLabel) m.Post("/delete", repo.DeleteLabel) + m.Post("/initialize", bindIgnErr(auth.InitializeLabelsForm{}), repo.InitializeLabels) }, reqRepoWriter, context.RepoRef()) m.Group("/milestones", func() { m.Combo("/new").Get(repo.NewMilestone). @@ -475,13 +497,56 @@ func runWeb(ctx *cli.Context) { m.Group("/releases", func() { m.Get("/new", repo.NewRelease) m.Post("/new", bindIgnErr(auth.NewReleaseForm{}), repo.NewReleasePost) - m.Get("/edit/:tagname", repo.EditRelease) - m.Post("/edit/:tagname", bindIgnErr(auth.EditReleaseForm{}), repo.EditReleasePost) m.Post("/delete", repo.DeleteRelease) }, reqRepoWriter, context.RepoRef()) + m.Group("/releases", func() { + m.Get("/edit/*", repo.EditRelease) + m.Post("/edit/*", bindIgnErr(auth.EditReleaseForm{}), repo.EditReleasePost) + }, reqRepoWriter, func(ctx *context.Context) { + var err error + ctx.Repo.Commit, err = ctx.Repo.GitRepo.GetBranchCommit(ctx.Repo.Repository.DefaultBranch) + if err != nil { + ctx.Handle(500, "GetBranchCommit", err) + return + } + ctx.Repo.CommitsCount, err = ctx.Repo.Commit.CommitsCount() + if err != nil { + ctx.Handle(500, "CommitsCount", err) + return + } + ctx.Data["CommitsCount"] = ctx.Repo.CommitsCount + }) + m.Combo("/compare/*", repo.MustAllowPulls).Get(repo.CompareAndPullRequest). Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost) + + m.Group("", func() { + m.Combo("/_edit/*").Get(repo.EditFile). + Post(bindIgnErr(auth.EditRepoFileForm{}), repo.EditFilePost) + m.Combo("/_new/*").Get(repo.NewFile). + Post(bindIgnErr(auth.EditRepoFileForm{}), repo.NewFilePost) + m.Post("/_preview/*", bindIgnErr(auth.EditPreviewDiffForm{}), repo.DiffPreviewPost) + m.Combo("/_delete/*").Get(repo.DeleteFile). + Post(bindIgnErr(auth.DeleteRepoFileForm{}), repo.DeleteFilePost) + + m.Group("", func() { + m.Combo("/_upload/*").Get(repo.UploadFile). + Post(bindIgnErr(auth.UploadRepoFileForm{}), repo.UploadFilePost) + m.Post("/upload-file", repo.UploadFileToServer) + m.Post("/upload-remove", bindIgnErr(auth.RemoveUploadFileForm{}), repo.RemoveUploadFileFromServer) + }, func(ctx *context.Context) { + if !setting.Repository.Upload.Enabled { + ctx.Handle(404, "", nil) + return + } + }) + }, reqRepoWriter, context.RepoRef(), func(ctx *context.Context) { + if !ctx.Repo.Repository.CanEnableEditor() || ctx.Repo.IsViewCommit { + ctx.Handle(404, "", nil) + return + } + }) }, reqSignIn, context.RepoAssignment(), repo.MustBeNotBare) m.Group("/:username/:reponame", func() { @@ -520,12 +585,12 @@ func runWeb(ctx *cli.Context) { m.Get("/src/*", repo.Home) m.Get("/raw/*", repo.SingleDownload) m.Get("/commits/*", repo.RefCommits) - m.Get("/commit/:sha([a-z0-9]{40})$", repo.Diff) + m.Get("/commit/:sha([a-z0-9]{7,40})$", repo.Diff) m.Get("/forks", repo.Forks) }, context.RepoRef()) - m.Get("/commit/:sha([a-z0-9]{40})\\.:ext(patch|diff)", repo.RawDiff) + m.Get("/commit/:sha([a-z0-9]{7,40})\\.:ext(patch|diff)", repo.RawDiff) - m.Get("/compare/:before([a-z0-9]{40})\\.\\.\\.:after([a-z0-9]{40})", repo.CompareDiff) + m.Get("/compare/:before([a-z0-9]{7,40})\\.\\.\\.:after([a-z0-9]{7,40})", repo.CompareDiff) }, ignSignIn, context.RepoAssignment(), repo.MustBeNotBare) m.Group("/:username/:reponame", func() { m.Get("/stars", repo.Stars) @@ -563,13 +628,19 @@ func runWeb(ctx *cli.Context) { // Flag for port number in case first time run conflict. if ctx.IsSet("port") { - setting.AppUrl = strings.Replace(setting.AppUrl, setting.HttpPort, ctx.String("port"), 1) - setting.HttpPort = ctx.String("port") + setting.AppUrl = strings.Replace(setting.AppUrl, setting.HTTPPort, ctx.String("port"), 1) + setting.HTTPPort = ctx.String("port") } - var err error - listenAddr := fmt.Sprintf("%s:%s", setting.HttpAddr, setting.HttpPort) + var listenAddr string + if setting.Protocol == setting.UNIX_SOCKET { + listenAddr = fmt.Sprintf("%s", setting.HTTPAddr) + } else { + listenAddr = fmt.Sprintf("%s:%s", setting.HTTPAddr, setting.HTTPPort) + } log.Info("Listen: %v://%s%s", setting.Protocol, listenAddr, setting.AppSubUrl) + + var err error switch setting.Protocol { case setting.HTTP: err = http.ListenAndServe(listenAddr, m) @@ -578,6 +649,21 @@ func runWeb(ctx *cli.Context) { err = server.ListenAndServeTLS(setting.CertFile, setting.KeyFile) case setting.FCGI: err = fcgi.Serve(nil, m) + case setting.UNIX_SOCKET: + os.Remove(listenAddr) + + var listener *net.UnixListener + listener, err = net.ListenUnix("unix", &net.UnixAddr{listenAddr, "unix"}) + if err != nil { + break // Handle error after switch + } + + // FIXME: add proper implementation of signal capture on all protocols + // execute this on SIGTERM or SIGINT: listener.Close() + if err = os.Chmod(listenAddr, os.FileMode(setting.UnixSocketPermission)); err != nil { + log.Fatal(4, "Failed to set permission of unix socket: %v", err) + } + err = http.Serve(listener, m) default: log.Fatal(4, "Invalid protocol: %s", setting.Protocol) } @@ -585,4 +671,6 @@ func runWeb(ctx *cli.Context) { if err != nil { log.Fatal(4, "Fail to start server: %v", err) } + + return nil } diff --git a/conf/app.ini b/conf/app.ini index 419e25ea7..c907bc5c0 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -12,13 +12,38 @@ RUN_MODE = dev ROOT = SCRIPT_TYPE = bash ; Default ANSI charset -ANSI_CHARSET = +ANSI_CHARSET = ; Force every new repository to be private FORCE_PRIVATE = false ; Global maximum creation limit of repository per user, -1 means no limit MAX_CREATION_LIMIT = -1 -; Patch test queue length, make it as large as possible -PULL_REQUEST_QUEUE_LENGTH = 10000 +; Mirror sync queue length, increase if mirror syncing starts hanging +MIRROR_QUEUE_LENGTH = 1000 +; Patch test queue length, increase if pull request patch testing starts hanging +PULL_REQUEST_QUEUE_LENGTH = 1000 +; Preferred Licenses to place at the top of the List +; Name must match file name in conf/license or custom/conf/license +PREFERRED_LICENSES = Apache License 2.0,MIT License + +[repository.editor] +; List of file extensions that should have line wraps in the CodeMirror editor +; Separate extensions with a comma. To line wrap files w/o extension, just put a comma +LINE_WRAP_EXTENSIONS = .txt,.md,.markdown,.mdown,.mkd, +; Valid file modes that have a preview API associated with them, such as api/v1/markdown +; Separate values by commas. Preview tab in edit mode won't show if the file extension doesn't match +PREVIEWABLE_FILE_MODES = markdown + +[repository.upload] +; Whether repository file uploads are enabled. Defaults to `true` +ENABLED = true +; Path for uploads. Defaults to `data/tmp/uploads` (tmp gets deleted on gogs restart) +TEMP_PATH = data/tmp/uploads +; One or more allowed types, e.g. image/jpeg|image/png. Nothing means any file type +ALLOWED_TYPES = +; Max size of each file in MB. Defaults to 3MB +FILE_MAX_SIZE = 3 +; Max number of files per upload. Defaults to 5 +MAX_FILES = 5 [ui] ; Number of repositories that are showed in one explore page @@ -31,6 +56,8 @@ FEED_MAX_COMMIT_NUM = 5 ; An invalid color like "none" or "disable" will have the default style ; More info: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android THEME_COLOR_META_TAG = `#ff5343` +; Max size of files to be displayed (defaults is 8MiB) +MAX_DISPLAY_FILE_SIZE = 8388608 [ui.admin] ; Number of users that are showed in one page @@ -42,23 +69,32 @@ NOTICE_PAGING_NUM = 25 ; Number of organization that are showed in one page ORG_PAGING_NUM = 50 +[ui.user] +; Number of repos that are showed in one page +REPO_PAGING_NUM = 15 + [markdown] ; Enable hard line break extension ENABLE_HARD_LINE_BREAK = false ; List of custom URL-Schemes that are allowed as links when rendering Markdown ; for example git,magnet CUSTOM_URL_SCHEMES = +; List of file extensions that should be rendered/edited as Markdown +; Separate extensions with a comma. To render files w/o extension as markdown, just put a comma +FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd [server] PROTOCOL = http DOMAIN = localhost ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/ -HTTP_ADDR = +HTTP_ADDR = 0.0.0.0 HTTP_PORT = 3000 +; Permission for unix socket +UNIX_SOCKET_PERMISSION = 666 ; Local (DMZ) URL for Gogs workers (such as SSH update) accessing web service. ; In most cases you do not need to change the default value. ; Alter it only if your SSH server node is not the same as HTTP node. -LOCAL_ROOT_URL = http://localhost:%(HTTP_PORT)s/ +LOCAL_ROOT_URL = %(PROTOCOL)s://%(HTTP_ADDR)s:%(HTTP_PORT)s/ ; Disable SSH feature when not available DISABLE_SSH = false ; Whether use builtin SSH server or not. @@ -70,7 +106,7 @@ SSH_PORT = 22 ; Port number builtin SSH server listens on SSH_LISTEN_PORT = %(SSH_PORT)s ; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'. -SSH_ROOT_PATH = +SSH_ROOT_PATH = ; Directory to create temporary files when test publick key using ssh-keygen, ; default is system temporary directory. SSH_KEY_TEST_PATH = @@ -150,7 +186,7 @@ ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false ENABLE_CAPTCHA = true [webhook] -; Hook task queue length +; Hook task queue length, increase if webhook shooting starts hanging QUEUE_LENGTH = 1000 ; Deliver timeout in seconds DELIVER_TIMEOUT = 5 @@ -167,24 +203,26 @@ SEND_BUFFER_LEN = 100 SUBJECT = %(APP_NAME)s ; Mail server ; Gmail: smtp.gmail.com:587 -; QQ: smtp.qq.com:25 +; QQ: smtp.qq.com:465 ; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used. -HOST = +HOST = ; Disable HELO operation when hostname are different. -DISABLE_HELO = +DISABLE_HELO = ; Custom hostname for HELO operation, default is from system. -HELO_HOSTNAME = +HELO_HOSTNAME = ; Do not verify the certificate of the server. Only use this for self-signed certificates -SKIP_VERIFY = +SKIP_VERIFY = ; Use client certificate USE_CERTIFICATE = false CERT_FILE = custom/mailer/cert.pem KEY_FILE = custom/mailer/key.pem -; Mail from address, RFC 5322. This can be just an email address, or the `"Name" ` format +; Mail from address, RFC 5322. This can be just an email address, or the `"Name" ` format FROM = ; Mailer user name and password USER = PASSWD = +; Use text/html as alternative format of content +ENABLE_HTML_ALTERNATIVE = false [cache] ; Either "memory", "redis", or "memcache", default is "memory" @@ -197,7 +235,7 @@ INTERVAL = 60 HOST = [session] -; Either "memory", "file", "redis" or "mysql", default is "memory" +; Either "memory", "file", or "redis", default is "memory" PROVIDER = memory ; Provider config options ; memory: not have any config yet @@ -221,7 +259,12 @@ AVATAR_UPLOAD_PATH = data/avatars ; Chinese users can choose "duoshuo" ; or a custom avatar source, like: http://cn.gravatar.com/avatar/ GRAVATAR_SOURCE = gravatar +; This value will be forced to be true in offline mode. DISABLE_GRAVATAR = false +; Federated avatar lookup uses DNS to discover avatar associated +; with emails, see https://www.libravatar.org +; This value will be forced to be false in offline mode or Gravatar is disbaled. +ENABLE_FEDERATED_AVATAR = false [attachment] ; Whether attachments are enabled. Defaults to `true` @@ -310,7 +353,7 @@ RUN_AT_START = false ; Update mirrors [cron.update_mirrors] -SCHEDULE = @every 1h +SCHEDULE = @every 10m ; Repository health check [cron.repo_health_check] @@ -318,7 +361,7 @@ SCHEDULE = @every 24h TIMEOUT = 60s ; Arguments for command 'git fsck', e.g. "--unreachable --tags" ; see more on http://git-scm.com/docs/git-fsck/1.7.5 -ARGS = +ARGS = ; Check repository statistics [cron.check_repo_stats] @@ -326,10 +369,17 @@ RUN_AT_START = true SCHEDULE = @every 24h [git] -MAX_GIT_DIFF_LINES = 10000 +; Disables highlight of added and removed changes +DISABLE_DIFF_HIGHLIGHT = false +; Max number of lines allowed of a single file in diff view +MAX_GIT_DIFF_LINES = 1000 +; Max number of characters of a line allowed in diff view +MAX_GIT_DIFF_LINE_CHARACTERS = 500 +; Max number of files shown in diff view +MAX_GIT_DIFF_FILES = 100 ; Arguments for command 'git gc', e.g. "--aggressive --auto" ; see more on http://git-scm.com/docs/git-gc/1.7.5 -GC_ARGS = +GC_ARGS = ; Operation timeout in seconds [git.timeout] @@ -337,16 +387,26 @@ MIGRATE = 600 MIRROR = 300 CLONE = 300 PULL = 300 +GC = 60 + +[mirror] +; Default interval in hours between each check +DEFAULT_INTERVAL = 8 + +[api] +; Max number of items will response in a page +MAX_RESPONSE_ITEMS = 50 [i18n] -LANGS = en-US,zh-CN,zh-HK,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI -NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen +LANGS = en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI,tr-TR,cs-CZ,sr-SP,sv-SE +NAMES = English,简体中文,繁體中文(香港),繁體中文(台湾),Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen,Türkçe,čeština,Српски,Svenska ; Used for datetimepicker [i18n.datelang] en-US = en zh-CN = zh zh-HK = zh-TW +zh-TW = zh-TW de-DE = de fr-FR = fr nl-NL = nl @@ -359,6 +419,10 @@ pl-PL = pl bg-BG = bg it-IT = it fi-FI = fi +tr-TR = tr +cs-CZ = cs-CZ +sr-SP = sr +sv-SE = sv ; Extension mapping to highlight class ; e.g. .toml=ini @@ -366,5 +430,7 @@ fi-FI = fi [other] SHOW_FOOTER_BRANDING = false -; Show version information about gogs and go in the footer +; Show version information about Gogs and Go in the footer SHOW_FOOTER_VERSION = true +; Show time of template execution in the footer +SHOW_FOOTER_TEMPLATE_LOAD_TIME = true diff --git a/conf/label/Default b/conf/label/Default new file mode 100644 index 000000000..22393d063 --- /dev/null +++ b/conf/label/Default @@ -0,0 +1,7 @@ +#ee0701 bug +#cccccc duplicate +#84b6eb enhancement +#128a0c help wanted +#e6e6e6 invalid +#cc317c question +#ffffff wontfix diff --git a/conf/license/ISC license b/conf/license/ISC license index 5294c90b7..a4bac658d 100644 --- a/conf/license/ISC license +++ b/conf/license/ISC license @@ -1,6 +1,5 @@ ISC License: -Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") -Copyright (c) 1995-2003 by Internet Software Consortium +Copyright (c) Year(s), Company or Person's Name Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/conf/locale/TRANSLATORS b/conf/locale/TRANSLATORS index 16b1cb5b9..d35389713 100644 --- a/conf/locale/TRANSLATORS +++ b/conf/locale/TRANSLATORS @@ -22,15 +22,16 @@ David Yzaguirre Dmitriy Nogay Enrico Testori hypertesto AT gmail DOT com Ezequiel Gonzalez Rial +Gabriel Dugny Gregor Santner +Halil Kaya Hamid Feizabadi Huimin Wang ilko Ilya Makarov -Robert Nuske -Robin Hübner Jamie Mansfield Jean THOMAS +Joubert RedRat Juraj Bubniak Lafriks Lauri Ojansivu @@ -47,6 +48,9 @@ Muhammad Fawwaz Orabi Nakao Takamasa Natan Albuquerque Odilon Junior +Richard Bukovansky +Robert Nuske +Robin Hübner SeongJae Park Thomas Fanninger Tilmann Bach @@ -55,3 +59,4 @@ Vladimir Jigulin mogaika AT yandex DOT ru Vladimir Vissoultchev YJSoft Łukasz Jan Niemier +Pablo Saavedra diff --git a/conf/locale/locale_bg-BG.ini b/conf/locale/locale_bg-BG.ini old mode 100755 new mode 100644 index f590556f8..4fe30e31f --- a/conf/locale/locale_bg-BG.ini +++ b/conf/locale/locale_bg-BG.ini @@ -96,6 +96,8 @@ offline_mode=Включи офлайн режима offline_mode_popup=Изключи CDN дори в продукционен режим, всички ресурсни файлове ще бъдат доставяни локално. disable_gravatar=Изключи връзка с Gravatar disable_gravatar_popup=Изключва Gravatar и външни източници, така че всички аватари трябва да са или качени от потребителите или да се ползват аватари по подразбиране. +federated_avatar_lookup=Използване на външни аватари +federated_avatar_lookup_popup=Позволява използване на външни аватари от услуги съвместими с libravatar. disable_registration=Изключи саморегистрацията disable_registration_popup=Изключи потребителската саморегистрация, само администратор може да създава профили. enable_captcha=Включи Captcha @@ -124,6 +126,7 @@ uname_holder=Име или ел. поща password_holder=Парола switch_dashboard_context=Превключи контекст на таблото my_repos=Моите хранилища +show_more_repos=Покажи още хранилища... collaborative_repos=Съвместни хранилища my_orgs=Моите организации my_mirrors=Моите огледала @@ -148,6 +151,8 @@ forget_password=Забравена парола? sign_up_now=Нуждаете се от профил? Регистрирайте се сега. confirmation_mail_sent_prompt=Ново писмо за потвърждение е изпратено до %s. Моля проверете пощенската си кутия в рамките на следващите %d часа, за да завършите процеса на регистрация. active_your_account=Активиране на профил +prohibit_login=Влизане забранено +prohibit_login_desc=Вашият профил е със забрана за влизане, моля свържете се с администратора. resent_limit_prompt=За съжаление Вие съвсем наскоро изпратихте писмо за активация. Моля изчакайте 3 минути, след което опитайте отново. has_unconfirmed_mail=Здравейте %s, имате непотвърден адрес на ел. поща (%s). Ако не сте получили писмо за потвърждение или имате нужда да се изпрати ново писмо, моля щракнете бутона по-долу. resend_mail=Щракнете тук, за да се изпрати ново писмо за потвърждение @@ -157,6 +162,7 @@ reset_password=Нулиране на паролата invalid_code=За съжаление Вашия код за потвърждение е изтекъл или е невалиден. reset_password_helper=Щракнете тук, за да нулирате паролата си password_too_short=Размерът на паролата не може да бъде по-малък от 6 знака. +non_local_account=Нелокални потребители не могат да сменят паролата си през Gogs. [mail] activate_account=Моля активирайте Вашия профил @@ -183,6 +189,13 @@ TeamName=Име на екипа AuthName=Име на удостоверението AdminEmail=Ел. поща на администратора +NewBranchName=Име на нов клон +CommitSummary=Резюме на ревизия +CommitMessage=Текст на ревизия +CommitChoice=Избор на ревизия +TreeName=Път до файл +Content=Съдържание + require_error=` не може да бъде празен.` alpha_dash_error=` трябва да e валидна буква, число или тире(-_).` alpha_dash_dot_error=` трябва да e валидна буква, число, тире(-_) или точка.` @@ -219,8 +232,7 @@ org_still_own_repo=Тази организация все още притежа target_branch_not_exist=Целевият клон не съществува. [user] -change_avatar=Сменете Вашия аватар на gravatar.com -change_custom_avatar=Сменете Вашия аватар в настройките +change_avatar=Проми своя аватар join_on=Регистриран repositories=Хранилища activity=Публична дейност @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Потребителското име '%s' не е [settings] profile=Профил password=Парола +avatar=Аватар ssh_keys=SSH ключове social=Социални профили applications=Приложения @@ -256,6 +269,8 @@ change_username_prompt=Този промяна ще засегне всички continue=Продължи cancel=Отказ +lookup_avatar_by_mail=Търсене на аватари по адрес на ел. поща +federated_avatar_lookup=Външно търсене на аватари enable_custom_avatar=Разреши потребителски аватар choose_new_avatar=Избор на нов аватар update_avatar=Запази настройките на аватара @@ -342,7 +357,7 @@ fork_from=Разклонение от fork_visiblity_helper=Не може да променяте видимостта на разклонено хранилище. repo_desc=Описание repo_lang=Програмен език -repo_lang_helper=Изберете .gitignore файлове +repo_gitignore_helper=Избор на .gitignore шаблони license=Лиценз license_helper=Изберете лицензионен файл readme=Readme @@ -350,9 +365,12 @@ readme_helper=Изберете шаблон на readme auto_init=Инициализиране на това хранилище с избраните файлове и шаблон create_repo=Създай хранилище default_branch=Клон по подразбиране +mirror_prune=Окастряне +mirror_prune_desc=Премахва всички препратки за отдалечено проследяване, които не съществуват отдалечено mirror_interval=Интервал на отразяване (часове) mirror_address=Адрес на огледало mirror_address_desc=Моля включете потребител и парола в адреса ако са нужни. +mirror_last_synced=Последна синхр. watchers=Наблюдаващи stargazers=Харесващи forks=Разклонения @@ -407,6 +425,45 @@ file_raw=Директен файл file_history=История file_view_raw=Виж директен файл file_permalink=Постоянна връзка +file_too_large=Този файл е твърде голям за да се визуализира + +editor.new_file=Нов файл +editor.upload_file=Качи файл +editor.edit_file=Редактирай файл +editor.preview_changes=Преглед на промени +editor.cannot_edit_non_text_files=Невъзможна редакция на нетекстови файлове +editor.edit_this_file=Редактирай този файл +editor.must_be_on_a_branch=Трябва да сте избрали клон за да предложите промени в този файл +editor.fork_before_edit=Първо трябва да разклоните хранилището преди да редактирате файл +editor.delete_this_file=Изтрий този файл +editor.must_have_write_access=Трябва да имате права за писане за да предложите промени в този файл +editor.file_delete_success=Файл '%s' е изтрит успешно! +editor.name_your_file=Име на файл... +editor.filename_help=За да добавите директория, въведете името ѝ и натиснете /. За да я премахнете, позиционирайте се в началото на полето и натиснете BackSpace. +editor.or=или +editor.cancel_lower=отказ +editor.commit_changes=Промени в ревизия +editor.add_tmpl=Добави '%s/' +editor.add=Добави '%s' +editor.update=Модифицирай '%s' +editor.delete=Изтрий '%s' +editor.commit_message_desc=Добавяне на опционално разширено описание... +editor.commit_directly_to_this_branch=Запази ревизия директно в клон %s. +editor.create_new_branch=Създай нов клон от тази ревизия и изпрати заявки за сливане. +editor.new_branch_name_desc=Име на нов клон... +editor.cancel=Отказ +editor.filename_cannot_be_empty=Името не може да бъде празно. +editor.branch_already_exists=Клон '%s' вече съществува в това хранилище. +editor.directory_is_a_file=Частта '%s' в пътя е файл, не директория в това хранилище. +editor.filename_is_a_directory=Име '%s' вече съществува като директория в това хранилище. +editor.file_editing_no_longer_exists=Файл '%s' който редактирате вече не съществува в това хранилище. +editor.file_changed_while_editing=Съдържанието на файла е било променено докато правихте редакциите. Щракнете тук за да прегледате какво е променено или натиснете Запис на ревизия отново за да презапишете чуждите промени. +editor.file_already_exists=Файл с име '%s' вече съществува в това хранилище. +editor.no_changes_to_show=Няма промени. +editor.fail_to_update_file=Невъзможно модифициране/създаване на файл '%s' заради грешка: %v +editor.add_subdir=Добави поддиректория... +editor.unable_to_upload_files=Невъзможно качване на файлове в '%s' заради грешка: %v +editor.upload_files_to_dir=Качи файлове в '%s' commits.commits=Ревизии commits.search=Търсене в ревизии @@ -433,6 +490,11 @@ issues.create=Създай задача issues.new_label=Нов етикет issues.new_label_placeholder=Име на етикета... issues.create_label=Създай етикет +issues.label_templates.title=Зареждане на предварително зададен набор от етикети +issues.label_templates.info=Липсват етикети все още. Можете да щракнете върху "Нов етикет" по-горе, за да създадете нов или да изберете предварително зададени набори от по-долу. +issues.label_templates.helper=Изберете набор етикети +issues.label_templates.use=Използвай този набор етикети +issues.label_templates.fail_to_load_file=Неуспешно зареждане на шаблон с етикети '%s': %v issues.open_tab=%d отворени issues.close_tab=%d затворени issues.filter_label=Етикет @@ -460,7 +522,8 @@ issues.next=Следваща issues.open_title=Отворени issues.closed_title=Затворени issues.num_comments=%d коментара -issues.commented_at=`коментира %[2]s` +issues.commented_at=`коментира %s` +issues.delete_comment_confirm=Желаете ли да изтриете този коментар? issues.no_content=Все още няма съдържание. issues.close_issue=Затвори issues.close_comment_issue=Kоментирай и затвори @@ -473,8 +536,7 @@ issues.commit_ref_at=`посочи тази задача от ревизия Влезте, за да коментирате +issues.sign_in_require_desc=Впишете се за да се присъедините към разговора. issues.edit=Редакция issues.cancel=Отказ issues.save=Запис @@ -489,6 +551,8 @@ issues.label_deletion=Изтрий етикет issues.label_deletion_desc=При изтриване на този етикет ще се премахне информацията за него във всички свързани задачи. Желаете ли да продължите? issues.label_deletion_success=Етикетът е изтрит успешно! issues.num_participants=%d участника +issues.attachment.open_tab=`Щракнете за да прегледате "%s" в нов раздел` +issues.attachment.download=`Щракнете за да изтеглите "%s"` pulls.new=Нова заявка за сливане pulls.compare_changes=Сравни промените @@ -561,20 +625,32 @@ wiki.last_updated=Последна модификация на %s settings=Настройки settings.options=Опции settings.collaboration=Сътрудничество +settings.collaboration.admin=За администрация +settings.collaboration.write=За писане +settings.collaboration.read=За четене +settings.collaboration.undefined=Недефинирано settings.hooks=Уеб-куки settings.githooks=Git куки settings.basic_settings=Основни настройки +settings.mirror_settings=Настройки на огледало +settings.sync_mirror=Синхр. сега +settings.mirror_sync_in_progress=Синхронизация на огледалото е в ход, моля обновете страницата след минута. settings.site=Официален сайт settings.update_settings=Запази настройките settings.change_reponame_prompt=Тази промяна ще засегне връзките, които се отнасят до това хранилището. settings.advanced_settings=Разширени настройки -settings.wiki_desc=Включва уики за да може потребителите да създават документи +settings.wiki_desc=Включи система за уики +settings.use_internal_wiki=Използвай вградено уики settings.use_external_wiki=Използвай външно уики settings.external_wiki_url=URL адрес на външно уики settings.external_wiki_url_desc=Посетителите ще бъдат пренасочени към този URL адрес от връзката за раздел уики. -settings.issues_desc=Включва вградена система за проследяване на задачи +settings.issues_desc=Включи система за проследяване на задачи +settings.use_internal_issue_tracker=Изполвай вградена система за проследяване на задачи settings.use_external_issue_tracker=Използвай външна система за проследяване на задачи settings.tracker_url_format=Формат на URL адрес на външна система за проследяване на задачи +settings.tracker_issue_style=Стил на именуване на външна система за проследяване на задачи: +settings.tracker_issue_style.numeric=Цифров +settings.tracker_issue_style.alphanumeric=Символен settings.tracker_url_format_desc=Можете да използвате текстови маркери {user} {repo} {index} за потребителско име, име на хранилище и индекс на задача съответно. settings.pulls_desc=Включва заявки за сливане за да може да се приемат външни доработки settings.danger_zone=Опасна зона @@ -597,9 +673,7 @@ settings.delete=Изтрий това хранилище settings.delete_desc=След като изтриете хранилището, няма връщане назад. Моля, бъдете сигурни. settings.delete_notices_1=- Тази операция НЕ МОЖЕ да бъде отменена в последствие. settings.delete_notices_2=- Тази операция ще изтрие всичко от това хранилище, включително Git данни, задачи, коментари и достъпа на сътрудници. -settings.delete_notices_fork_1=- Ако това хранилище е публично, всички негови разклонения ще останат независими след изтриването му. -settings.delete_notices_fork_2=- Ако това хранилище е частно, всички негови разклонения ще бъдат премахнати по време на изтриването. -settings.delete_notices_fork_3=- Ако желаете да запазите всички разклонения след изтриването му, първо направете хранилището публично. +settings.delete_notices_fork_1=- Всички разклонения ще станат независими след изтриването. settings.deletion_success=Хранилището е изтрито успешно! settings.update_settings_success=Настройките на хранилището са запазени успешно. settings.transfer_owner=Нов притежател @@ -646,6 +720,8 @@ settings.event_send_everything=При всички събити settings.event_choose=Нека избера от какво имам нужда. settings.event_create=Създаване settings.event_create_desc=Създаване на клон или маркер +settings.event_pull_request=Заявка за сливане +settings.event_pull_request_desc=Заявка за сливане е отворена, затворена, отворена повторно, редактирана, възложена, отменена, при модифициран етикет, при премахнат етикет или е синхронизирана. settings.event_push=Предаване settings.event_push_desc=Git предаване към хранилището settings.active=Активна @@ -683,6 +759,8 @@ diff.show_unified_view=Обединен изглед diff.stats_desc=променени са %d файла, в които са добавени %d реда и са изтрити %d реда diff.bin=BIN diff.view_file=Целия файл +diff.file_suppressed=Файловите разлики са ограничени, защото са твърде много +diff.too_many_files=Някои файлове не бяха показани, защото твърде много файлове са промени release.releases=Версии release.new_release=Нова версия @@ -713,6 +791,7 @@ release.deletion=Изтрий версията release.deletion_desc=При изтриване на тази версия ще се премахне и съответния Git маркер. Желаете ли да продължите? release.deletion_success=Версията беше изтрита успешно! release.tag_name_already_exist=Версия с това име на маркер вече съществува. +release.tag_name_invalid=Името на етикета е невалидно. release.downloads=Изтегляния [org] @@ -880,6 +959,7 @@ users.edit_account=Редактирай профил users.max_repo_creation=Макс. брой хранилища users.max_repo_creation_desc=(Задайте -1 за да се използва глобалния лимит) users.is_activated=Този профил е активиран +users.prohibit_login=Този профил има забрана за влизане users.is_admin=Този профил има административни права users.allow_git_hook=Този профил има разрешение да създава Git куки users.allow_import_local=Този профил има права за импорт на локални хранилища @@ -910,6 +990,7 @@ auths.enabled=Активно auths.updated=Последна модификация auths.auth_type=Тип на удостоверяване auths.auth_name=Име на удостоверяване +auths.security_protocol=Протокол за защита auths.domain=Домейн auths.host=Сървър auths.port=Порт @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL режим config.db_ssl_mode_helper=(само за postgres) config.db_path=Път config.db_path_helper=(за "sqlite3" и "tidb") + config.service_config=Настройка на услугата config.register_email_confirm=Изисквай потвърждение на адреси на ел. поща config.disable_register=Изключи нови регистрации @@ -994,10 +1076,12 @@ config.disable_key_size_check=Изключи проверка минимален config.enable_captcha=Включи Captcha config.active_code_lives=Кодове за активиране config.reset_password_code_lives=Кодове за изчистване на парола + config.webhook_config=Конфигурация на уеб-куки config.queue_length=Дължина на опашка config.deliver_timeout=Време за отказ при изпращане config.skip_tls_verify=Пропусни проверка на TLS + config.mailer_config=Конфигурация на мейлър config.mailer_enabled=Активен config.mailer_disable_helo=Изключи HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Потребител config.send_test_mail=Изпрати тестово писмо config.test_mail_failed=Невъзможно изпращане на тестово писмо до '%s': %v config.test_mail_sent=Тестово писмо беше изпратено до '%s'. + config.oauth_config=OAuth конфигурация config.oauth_enabled=Активна + config.cache_config=Конфигурация на кеша config.cache_adapter=Кеш адаптер config.cache_interval=Кеш интервал config.cache_conn=Кеш на връзката + config.session_config=Конфигурация на сесии config.session_provider=Доставчик на сесии config.provider_config=Конфигурация на доставчик @@ -1022,9 +1109,24 @@ config.gc_interval_time=GC през интервал config.session_life_time=Период на валидност на сесиите config.https_only=HTTPS само config.cookie_life_time=Период на валидност на бисквитките + config.picture_config=Конфигурация на изображения config.picture_service=Услуги за снимки config.disable_gravatar=Изключи Gravatar +config.enable_federated_avatar=Включи външни аватари + +config.git_config=Конфигурация на git +config.git_disable_diff_highlight=Забрани оцветяване на синтаксис при преглед на разлики +config.git_max_diff_lines=Максимален брой различни редове (за файл) +config.git_max_diff_line_characters=Максимален брой различни символи (на ред) +config.git_max_diff_files=Максимален брой променени файлове (при показване) +config.git_gc_args=Аргументи на GC +config.git_migrate_timeout=Време за отказ при миграция +config.git_mirror_timeout=Време за отказ при синхр. на огледало +config.git_clone_timeout=Време за отказ при клониране +config.git_pull_timeout=Време за отказ при сливане +config.git_gc_timeout=Време за отказ при GC + config.log_config=Конфигурация на журнал config.log_mode=Режим на журнал diff --git a/conf/locale/locale_cs-CZ.ini b/conf/locale/locale_cs-CZ.ini new file mode 100644 index 000000000..73182b081 --- /dev/null +++ b/conf/locale/locale_cs-CZ.ini @@ -0,0 +1,1200 @@ +app_desc=Bezbolestná soukromá Git služba + +home=Domů +dashboard=Přehled +explore=Procházet +help=Nápověda +sign_in=Přihlásit se +sign_out=Odhlásit se +sign_up=Registrovat se +register=Registrovat se +website=Webové stránky +version=Verze +page=Strana +template=Šablona +language=Jazyk +create_new=Vytořit... +user_profile_and_more=Uživatelský profil a další +signed_in_as=Přihlášen jako + +username=Uživatelské jméno +email=E-Mail +password=Heslo +re_type=Znovu zadat +captcha=CAPTCHA + +repository=Repozitář +organization=Organizace +mirror=Zrcadlo +new_repo=Nový repozitář +new_migrate=Nová migrace +new_mirror=Nové zrcadlo +new_fork=Nový repositář rozštěpení +new_org=Nová organizace +manage_org=Spravovat organizace +admin_panel=Panel správce +account_settings=Nastavení účtu +settings=Nastavení +your_profile=Váš profil +your_settings=Vaše nastavení + +activities=Aktivity +pull_requests=Požadavek na natažení +issues=Úkoly + +cancel=Zrušit + +[install] +install=Instalace +title=Kroky instalace pro první běh +docker_helper=Spouštíte-li Gogs uvnitř Dockeru, přečtěte si prosím pečlivě návod, než něco změníte na této stránce! +requite_db_desc=Gogs vyžaduje MySQL, PostgreSQL, SQLite3 nebo TiDB. +db_title=Nastavení databáze +db_type=Typ databáze +host=Hostitel +user=Uživatel +password=Heslo +db_name=Název databáze +db_helper=Prosíme, pro MySQL použijte INNODB engine se znakovou sadou utf8_general_ci. +ssl_mode=SSL Mód +path=Cesta +sqlite_helper=Cesta k souboru s SQLite3 nebo TiDB databází.
Prosíme, použijte absolutní cestu, když startujete službu. +err_empty_db_path=Cesty k databázovým souborům SQLite3 nebo TiDB nemohou být prázdné. +err_invalid_tidb_name=Název databáze TiDB nemůže obsahovat znaky "." a "-". +no_admin_and_disable_registration=Nemůžete vypnout registraci účtů bez vytvoření účtu správce. +err_empty_admin_password=Heslo správce nemůže být prázdné. + +general_title=Obecné nastavení aplikace +app_name=Název aplikace +app_name_helper=Zde zadejte název vaší organizace velkým a tučným písmem! +repo_path=Kořenový adresář repositářů +repo_path_helper=Všechny vzdálené repositáře Gitu budou uloženy do tohoto adresáře. +run_user=Účet pro spouštění +run_user_helper=Tento uživatel musí mít přístup do kořenového adresáře repositářů a právo spustit Gogs. +domain=Doména +domain_helper=Toto ovlivňuje URL klonů skrze SSH. +ssh_port=Port SSH +ssh_port_helper=Číslo portu, které používá váš SSH server. Nechte jej prázdné pro vypnutí používání SSH. +http_port=Port HTTP +http_port_helper=Číslo portu, na kterém aplikace naslouchá. +app_url=URL aplikace +app_url_helper=Toto ovlivňuje URL klonů skrze HTTP/HTTPS a odkazů v e-mailech. +log_root_path=Adresář logů +log_root_path_helper=Adresář, kam se budou zapisovat logy. + +optional_title=Dodatečná nastavení +email_title=Nastavení e-mailové služby +smtp_host=Server SMTP +smtp_from=Od +smtp_from_helper=E-mailová adresa podle RFC 5322. Může být zadána pouze e-mailová adresa nebo adresa ve formátu `"Name" "`. +mailer_user=E-mailová adresa odesílatele +mailer_password=Heslo +register_confirm=Povolit potvrzení registrace +mail_notify=Povolit upozornění e-mailem +server_service_title=Nastavení serveru a ostatních služeb +offline_mode=Zapnout režim offline +offline_mode_popup=Vypnout síť doručování obsahu (CDN) i v produkčním režimu, vše bude obslouženo místně. +disable_gravatar=Vypnout službu Gravatar +disable_gravatar_popup=Vypnout službu Gravatar a ostatní zdroje. Všechny ikony uživatelů budou nahrány uživateli nebo výchozí. +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. +disable_registration=Vypnout možnost se zaregistrovat +disable_registration_popup=Vypnout možnost registrace, pouze správce může vytvořit účty. +enable_captcha=Povolit službu CAPTCHA +enable_captcha_popup=Vyžadovat správně zadaný text CAPTCHA při registraci. +require_sign_in_view=Zapnout nutnost přihlášení pro zobrazení stránek +require_sign_in_view_popup=Stránky budou zobrazeny pouze přihlášeným uživatelům, ostatní návštěvníci uvidí pouze přihlašovací a registrační formulář. +admin_setting_desc=Nemusíte teď hned vytváře správce, kterýkoliv uživatel s ID=1 dostane automaticky správcovský přístup. +admin_title=Nastavení účtu správce +admin_name=Uživatelské jméno +admin_password=Heslo +confirm_password=Potvrdit heslo +admin_email=E-mailová adresa správce +install_gogs=Nainstalovat Gogs +test_git_failed=Chyba při testu příkazu 'git': %v +sqlite3_not_available=Vaše verze vydání Gogs nepodporuje SQLite3, prosíme stáhněte si oficiální binární balíček z %s, ne gobuild verzi. +invalid_db_setting=Nastavení databáze není správné: %v +invalid_repo_path=Kořenový adresář repositáře není správný: %v +run_user_not_match=Uživatel pro spuštění není aktuální uživatel: %s -> %s +save_config_failed=Uložení konfigurace se nezdařilo: %v +invalid_admin_setting=Nastavení účtu správce není správné: %v +install_success=Vítejte! Jsme rádi, že jste si vybrali Gogs. Bavte se a opatrujte se. +invalid_log_root_path=Kořenový adresář logů není správný: %v + +[home] +uname_holder=Uživatelské jméno nebo e-mailová adresa +password_holder=Heslo +switch_dashboard_context=Přepnout kontext přehledu +my_repos=Mé repositáře +show_more_repos=Zobrazit více repositářů... +collaborative_repos=Společné repositáře +my_orgs=Mé organizace +my_mirrors=Má zrcadla +view_home=Zobrazit %s + +issues.in_your_repos=Ve vašich repositářích + +[explore] +repos=Repositáře +users=Uživatelé +search=Vyhledat + +[auth] +create_new_account=Vytvořit nový účet +register_hepler_msg=Již máte účet? Přihlašte se! +social_register_hepler_msg=Již máte účet? Připojte se! +disable_register_prompt=Omlouváme se, ale registrace jsou vypnuty. Prosíme, spojte se správcem systému. +disable_register_mail=Omlouváme se, potvrzovací registrační e-maily byly vypnuty. +remember_me=Zapamatovat si mne +forgot_password=Zapomenuté heslo +forget_password=Zapomněli jste heslo? +sign_up_now=Potřebujete účet? Zaregistrujte se. +confirmation_mail_sent_prompt=Nový potvrzovací e-mail byl zaslán na %s, prosíme, zkontrolujte si vaši doručenou poštu během následující %d hodin pro dokončení registračního procesu. +active_your_account=Aktivujte si váš účet +prohibit_login=Přihlášení zakázáno +prohibit_login_desc=Vašemu účtu je zakázáno se přihlásit, kontaktujte prosím správce webu. +resent_limit_prompt=Omlouváme se, ale před chvílí jste požádal o aktivační e-mail. Prosíme, počkejte 3 minuty a pak to zkuste znovu. +has_unconfirmed_mail=Zdravím, %s, máte nepotvrzenou e-mailovou adresu (%s). Pokud jste nedostali e-mail pro potvrzení nebo potřebujete zaslat nový, klikněte prosím na tlačítku níže. +resend_mail=Klikněte zde pro odeslání aktivačního e-mailu +email_not_associate=Tato e-mailová adresa není spojena s žádným účtem. +send_reset_mail=Klikněte zde pro znovuposlání e-mailu pro změnu vašeho hesla +reset_password=Obnova vašeho hesla +invalid_code=Omlouváme se, ale kód potvrzení vašeho účtu vypršel nebo není správný. +reset_password_helper=Klikněte zde pro obnovu vašeho hesla +password_too_short=Délka hesla musí být minimálně 6 znaků. +non_local_account=Non-local accounts cannot change passwords through Gogs. + +[mail] +activate_account=Prosíme, aktivujte si váš účet +activate_email=Ověřte vaši e-mailovou adresu +reset_password=Obnova vašeho hesla +register_success=Vítejte, registrace vašeho účtu se zdařila +register_notify=Vítejte + +[modal] +yes=Ano +no=Ne +modify=Změnit + +[form] +UserName=Uživatelské jméno +RepoName=Název repositáře +Email=E-mailová adresa +Password=Heslo +Retype=Zadejte znovu heslo +SSHTitle=Název klíče SSH +HttpsUrl=HTTPS URL +PayloadUrl=URL nákladu +TeamName=Název týmu +AuthName=Název ověření +AdminEmail=E-mailová adresa správce + +NewBranchName=Název nové větve +CommitSummary=Shrnutí revize +CommitMessage=Zpráva revize +CommitChoice=Výběr revize +TreeName=Cesta k souboru +Content=Obsah + +require_error=` nemůže být prázdný.` +alpha_dash_error=` musí být pouze písmena, číslice či znaky - a _ .` +alpha_dash_dot_error=` musí být pouze písmena, číslice, tečka či znaky - a _ .` +size_error=` musí být minimálně velikosti %s.` +min_size_error=` musí obsahovat nejméně %s znaků.` +max_size_error=` musí obsahovat maximálně %s znaků.` +email_error=` není správná e-mailová adresa.` +url_error=` není správná URL.` +include_error=` musí obsahovat řetězec '%s'.` +unknown_error=Neznámá chyba: +captcha_incorrect=Zadaná CAPTCHA se neshoduje. +password_not_match=Heslo a znovu zadané heslo nejsou shodné. + +username_been_taken=Uživatelské jméno je již obsazeno. +repo_name_been_taken=Název repositáře je již obsazen. +org_name_been_taken=Název organizace je již obsazen. +team_name_been_taken=Název týmu je již obsazen. +email_been_used=E-mailová adresa je již použita. +username_password_incorrect=Chybné uživatelské jméno nebo heslo. +enterred_invalid_repo_name=Ujistěte se, prosím, že zadaný název repositáře je správný. +enterred_invalid_owner_name=Ujistěte se, prosím, že jméno vlastníka je zadáno správně. +enterred_invalid_password=Ujistěte se, prosím, že zadané heslo je správné. +user_not_exist=Zadaný uživatel neexistuje. +last_org_owner=Odstranění posledního uživatele z týmu vlastníka není dovoleno, neboť vždy musí v každé organizaci existovat jeden vlastník. + +invalid_ssh_key=Omlouváme se, ale není možné ověřit váš klíč SSH: %s +unable_verify_ssh_key=Gogs nemohl ověřit váš klíč SSH, ale předpokládáme, že je platný, nicméně zkontrolujte jej prosím. +auth_failed=Ověření selhalo: %v + +still_own_repo=Váš účet stále vlastní minimálně jeden repositář. Musíte je nejdříve smazat nebo předat. +still_has_org=Váš účet je stále členem minimálně jedné organizace. Je nutné ji nejdříve opustit nebo smazat vaše členství. +org_still_own_repo=Tato organizace stále vlastní repositáře, musíte je nejdříve smazat nebo předat. + +target_branch_not_exist=Cílová větev neexistuje. + +[user] +change_avatar=Změnit vaši uživatelskou ikonu +join_on=Připojil se dne +repositories=Repositáře +activity=Veřejná aktivita +followers=Sledující +starred=Oblíbené repositáře +following=Sledovaní +follow=Sledovat +unfollow=Přestat sledovat + +form.name_reserved=Uživatelské jméno '%s' je rezervováno. +form.name_pattern_not_allowed=Vzor uživatelského jména '%s' není povolen. + +[settings] +profile=Profil +password=Heslo +avatar=Uživatelská ikona +ssh_keys=Klíče SSH +social=Sociální účty +applications=Aplikace +orgs=Organizace +delete=Smazat účet +uid=UID + +public_profile=Veřejný profil +profile_desc=Vaše e-mailová adresa je veřejná a bude použita pro upozornění vztahující se k vašemu účtu a jakékoliv operaci, která se provede pomocí systému. +password_username_disabled=Uživatelé, kteří jsou ověřováni jinak než lokálně, si nemohou změnit uživatelské jméno. +full_name=Celé jméno +website=Web +location=Místo +update_profile=Změnit profil +update_profile_success=Váš profil byl úspěšně změněn. +change_username=Uživatelské jméno změněno +change_username_prompt=Tato změna ovlivní vztah odkazů k vašemu účtu. +continue=Pokračovat +cancel=Zrušit + +lookup_avatar_by_mail=Vyhledávat uživatelskou ikonu podle emailu +federated_avatar_lookup=Federated Avatar Lookup +enable_custom_avatar=Povolit uživatelskou ikonu uživatele +choose_new_avatar=Vybrat novou ikonu uživatele +update_avatar=Aktualizovat nastavení ikony uživatele +delete_current_avatar=Smazat aktuální ikonu uživatele +uploaded_avatar_not_a_image=Nahraný soubor není obrázkem. +update_avatar_success=Nastavení vaší ikony uživatele bylo změněno. + +change_password=Změna hesla +old_password=Stávající heslo +new_password=Nové heslo +retype_new_password=Zadat znovu heslo +password_incorrect=Zadané heslo není správné. +change_password_success=Vaše heslo bylo úspěšně změněno. Nyní se můžete přihlásit pomocí tohoto nového hesla. +password_change_disabled=Uživatelé, kteří jsou ověřováni jinak než lokálně, si nemohou změnit heslo. + +emails=E-mailová adresa +manage_emails=Správa e-mailových adres +email_desc=Vaše hlavní e-mailová adresa bude použita pro oznámení a další operace. +primary=Hlavní +primary_email=Nastavit jako hlavní +delete_email=Smazat +email_deletion=Smazání e-mailové adresy +email_deletion_desc=Smazání této e-mailové adresy odstraní návazné informace z vašeho účtu. Chcete pokračovat? +email_deletion_success=E-mailová adresa byla úspěšně smazána! +add_new_email=Přidat novou e-mailovou adresu +add_email=Přidat e-mailovou adresu +add_email_confirmation_sent=Nový e-mail pro potvrzení byl odeslán na adresu '%s', prosíme zkontrolujte si vaši doručenou poštu během následujících %d hodin pro dokončení procesu potvrzení. +add_email_success=Vaše nová e-mailová adresa byla úspěšně přidána. + +manage_ssh_keys=Správa klíčů SSH +add_key=Přidat klíč +ssh_desc=Toto je seznam klíčů SSH vašeho účtu. Jelikož tyto samotné klíče umožňují přístup k vašim repositářům, je velmi důležité, abyste je rozpoznal. +ssh_helper=Nevíte jak? Podívejte se do příručky GitHubu na to vytvoření vlastních klíčů SSH nebo vyřešte bežné problémy, se kterými se můžete potkat při použití SSH. +add_new_key=Přidat klíč SSH +ssh_key_been_used=Obsah veřejného klíče byl použit. +ssh_key_name_used=Veřejný klíč se stejným jménem již existuje. +key_name=Název klíče +key_content=Obsah +add_key_success=Nový klíč SSH '%s' byl úspěšně přidán! +delete_key=Smazat +ssh_key_deletion=Smazání klíče SSH +ssh_key_deletion_desc=Smazání tohoto klíče SSH odstraní přístup k vašemu účtu. Chcete pokračovat? +ssh_key_deletion_success=Klíč SSH byl úspěšně smazán! +add_on=Přidáno dne +last_used=Naposledy použito dne +no_activity=Žádná aktuální aktivita +key_state_desc=Tento klíč je používán posledních 7 dní +token_state_desc=Tato poukázka je používána posledních 7 dní + +manage_social=Správa propojených sociálních účtů +social_desc=Toto je seznam propojených sociálních účtů. Odpojte kterékoliv připojení, které nepoznáváte. +unbind=Odpojit +unbind_success=Sociální účet byl odpojen. + +manage_access_token=Správa osobních přístupových poukázek +generate_new_token=Vygenerovat novou poukázku +tokens_desc=Poukázky, které jste vygeneroval, mohou být použity pro přístup k Gogs API. +new_token_desc=Každá poukázka má úplný přístup k vašemu účtu. +token_name=Název poukázky +generate_token=Vygenerovat poukázku +generate_token_succees=Vaše přístupová poukázka byl úspěšně vygenerován. Nyní si ji zkopírujte, neboť později to již nebude možné! +delete_token=Smazat +access_token_deletion=Smazání osobní přístupové poukázky +access_token_deletion_desc=Smazáním této osobní přístupové poukázky odstraní všechen návazný přístup aplikace. Chcete pokračovat? +delete_token_success=Osobní přístupová poukázka byla úspěšně odstraněna! Nezapomeňte také aktualizovat vaši aplikaci. + +delete_account=Smazat váš účet +delete_prompt=Tato operace permanentně smaže váš účet a tato změna nemůže být vrácena! +confirm_delete_account=Potvrdit smazání +delete_account_title=Smazání účtu +delete_account_desc=Tento účet bude trvale smazán. Chcete pokračovat? + +[repo] +owner=Vlastník +repo_name=Název repositáře +repo_name_helper=Dobrý název repositáře se většinou skládá z krátkých, zapamatovatelných a unikátních klíčových slov. +visibility=Viditelnost +visiblity_helper=Tento repositář je soukromý +visiblity_helper_forced=Správce vynutil na všech nových repositářích, aby byly soukromé +visiblity_fork_helper=(Změna této hodnoty ovlivní všechny repositáře rozštěpení) +clone_helper=Potřebujete pomoci s klonováním? Navštivte nápovědu! +fork_repo=Repositář rozštěpení +fork_from=Rozštěpit z +fork_visiblity_helper=Nemůžete změnit viditelnost repositáře rozštěpení. +repo_desc=Popis +repo_lang=Jazyk +repo_gitignore_helper=Vyberte šablony .gitignore +license=Licence +license_helper=Vyberte licenční soubor +readme=Soubor README +readme_helper=Vyberte šablonu souboru README +auto_init=Inicializovat tento repositář s vybranými soubory a šablonou +create_repo=Vytvořit repositář +default_branch=Výchozí větev +mirror_prune=Vyčistit +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote +mirror_interval=Odstup zrcadlení (hodina) +mirror_address=Adresa zrcadla +mirror_address_desc=Prosím, přidejte do adresy potřebné přihlašovací údaje. +mirror_last_synced=Naposledy synchronizováno +watchers=Sledující +stargazers=Sledující +forks=Rozštěpení + +form.reach_limit_of_creation=Vlastník dosáhl maximálního počtu %d vytvořených repositořů. +form.name_reserved=Název repositáře '%s' je rezervován. +form.name_pattern_not_allowed=Vzor názvu repositáře '%s' není povolen. + +need_auth=Ověření je vyžadováno +migrate_type=Typ migrace +migrate_type_helper=Tento repositář bude zrcadlem +migrate_repo=Přenést repositář +migrate.clone_address=Naklonovat adresu +migrate.clone_address_desc=Tím může být HTTP/HTTPS/GIT URL nebo cesta k lokálnímu serveru. +migrate.permission_denied=Není dovoleno importovat místní repositáře. +migrate.invalid_local_path=Neplatná místní cesta, buď neexistuje nebo není adresářem. +migrate.failed=Přenesení selhalo: %v + +mirror_from=zrcadlo +forked_from=rozštěpen z +fork_from_self=Nemůžete rozštěpit repositář, který již vlastníte! +copy_link=Kopie +copy_link_success=Zkopírováno! +copy_link_error=Pro zkopírování stiskněte ⌘-C nebo Ctrl-C +copied=V pořádku zkopírováno +unwatch=Přestat sledovat +watch=Sledovat +unstar=Odoblíbit +star=Oblíbit +fork=Rozštěpit + +no_desc=Bez popisu +quick_guide=Krátká příručka +clone_this_repo=Naklonovat tento repositář +create_new_repo_command=Vytvořit nový repositář v příkazové řádce +push_exist_repo=Nahrát existující repositář z příkazové řádky +repo_is_empty=Tento repositář je prázdný, prosíme, vraťte se brzo zpátky! + +code=Zdrojový kód +branch=Větev +tree=Strom +filter_branch_and_tag=Filtr pro větev nebo značku +branches=Větve +tags=Značky +issues=Úkoly +pulls=Požadavky na natažení +labels=Štítky +milestones=Mezníky +commits=Revize +releases=Vydání +file_raw=Surový +file_history=Historie +file_view_raw=Zobrazit v surovém stavu +file_permalink=Trvalý odkaz +file_too_large=Tento soubor je příliš velký pro zobrazení + +editor.new_file=Nový soubor +editor.upload_file=Nahrát soubor +editor.edit_file=Upravit soubor +editor.preview_changes=Náhled změn +editor.cannot_edit_non_text_files=Netextové soubory není možné upravovat +editor.edit_this_file=Upravit tento soubor +editor.must_be_on_a_branch=Musíte mít zvolenu větev pro úpravu či návrh změn tohoto souboru +editor.fork_before_edit=Musíte provést rozvětvení repositáře před úpravou souboru +editor.delete_this_file=Odstranit tento soubor +editor.must_have_write_access=Musíte mít přístup pro zápis pro dělání či navrhování změn tohoto souboru +editor.file_delete_success=Soubor '%s' byl úspěšně odstraněn! +editor.name_your_file=Pojmenujte váš soubor... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=nebo +editor.cancel_lower=zrušit +editor.commit_changes=Uložit změny revize +editor.add_tmpl=Přidat '%s/' +editor.add=Přidat '%s' +editor.update=Aktualizovat "%s" +editor.delete=Smazat '%s' +editor.commit_message_desc=Přidat dobrovolný rozšířený popis... +editor.commit_directly_to_this_branch=Uložte změny revize přímo do větve %s. +editor.create_new_branch=Vytvořit novou větev pro tuto revizi a spustit požadavek na stažení. +editor.new_branch_name_desc=Nový název větve... +editor.cancel=Zrušit +editor.filename_cannot_be_empty=Název souboru nemůže být prázdný. +editor.branch_already_exists=Repositář větev '%s' již obsahuje. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=Obsah souboru se změnil od začátku úprav. Klepnutím sem zobrazíte, co se změnilo, nebo stiskněte potvrdit znovu pro přepsání změn. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Přidat podadresář... +editor.unable_to_upload_files=Nepodařilo se nahrát soubor '%s'. Chyba: %v +editor.upload_files_to_dir=Nahrát soubory do '%s' + +commits.commits=Revize +commits.search=Hledání revizí +commits.find=Hledat +commits.author=Autor +commits.message=Zpráva +commits.date=Datum +commits.older=Starší +commits.newer=Novější + +issues.new=Nový úkol +issues.new.labels=Štítky +issues.new.no_label=Bez štítku +issues.new.clear_labels=Zrušit štítky +issues.new.milestone=Milník +issues.new.no_milestone=Bez milníku +issues.new.clear_milestone=Smazat milník +issues.new.open_milestone=Otevřít milník +issues.new.closed_milestone=Zavřené milníky +issues.new.assignee=Zpracovatel +issues.new.clear_assignee=Smazat zpracovatele +issues.new.no_assignee=Bez zpracovatele +issues.create=Vytvořit úkol +issues.new_label=Nový štítek +issues.new_label_placeholder=Název štítku... +issues.create_label=Vytvořit štítek +issues.label_templates.title=Nahrát předdefinovanou sadu značek +issues.label_templates.info=Nejsou zadány žádné značky. Pro vytvoření nové klikněte na tlačítko Nová značka nebo použijte předdefinovanou sadu. +issues.label_templates.helper=Vyberte sadu značek +issues.label_templates.use=Použít tuto sadu značek +issues.label_templates.fail_to_load_file=Nepodařilo se nahrát soubor šablony značek '%s': %v +issues.open_tab=%d otevřených +issues.close_tab=%d zavřených +issues.filter_label=Štítek +issues.filter_label_no_select=Není vybrán žádný štítek +issues.filter_milestone=Milník +issues.filter_milestone_no_select=Není vybrán žádný milník +issues.filter_assignee=Zpracovatel +issues.filter_assginee_no_select=Není vybrán žádný zpracovatel +issues.filter_type=Typ +issues.filter_type.all_issues=Všechny úkoly +issues.filter_type.assigned_to_you=Přiřazený vám +issues.filter_type.created_by_you=Vytvořený vámi +issues.filter_type.mentioning_you=Zmiňující vás +issues.filter_sort=Seřadit +issues.filter_sort.latest=Nejnovější +issues.filter_sort.oldest=Nejstarší +issues.filter_sort.recentupdate=Nedávno aktualizované +issues.filter_sort.leastupdate=Nejdřívější změny +issues.filter_sort.mostcomment=Nejvíce komentované +issues.filter_sort.leastcomment=Nejméně komentované +issues.opened_by=otevřeno %[1]s uživatelem %[3]s +issues.opened_by_fake=otevřeno %[1]s uživatelem %[2]s +issues.previous=Předchozí +issues.next=Další +issues.open_title=otevřený +issues.closed_title=zavřený +issues.num_comments=%d komentářů +issues.commented_at=`okomentoval %s` +issues.delete_comment_confirm=Jste si jist, že chcete smazat tento komentář? +issues.no_content=Není zde žádný obsah. +issues.close_issue=Zavřít +issues.close_comment_issue=Okomentovat a zavřít +issues.reopen_issue=Znovuotevřít +issues.reopen_comment_issue=Okomentovat a znovuotevřít +issues.create_comment=Okomentovat +issues.closed_at=`zavřel %[2]s` +issues.reopened_at=`znovuotevřel %[2]s` +issues.commit_ref_at=`odkázal na tento úkol z revize %[2]s` +issues.poster=Autor +issues.collaborator=Spolupracovník +issues.owner=Vlastník +issues.sign_in_require_desc=Přihlašte se pro zapojení do konverzace. +issues.edit=Upravit +issues.cancel=Zrušit +issues.save=Uložit +issues.label_title=Název štítku +issues.label_color=Barva štítku +issues.label_count=%d štítků +issues.label_open_issues=%d otevřených úkolů +issues.label_edit=Upravit +issues.label_delete=Smazat +issues.label_modify=Změna štítku +issues.label_deletion=Smazání štítku +issues.label_deletion_desc=Smazání tohoto štítku jej smaže také ze všech návazných úkolech. Chcete pokračovat? +issues.label_deletion_success=Štítek byl úspěšně smazán! +issues.num_participants=%d účastníků +issues.attachment.open_tab=`Klikněte pro zobrazení "%s" v nové záložce` +issues.attachment.download=`Klikněte pro stažení "%s"` + +pulls.new=Nový požadavek na natažení +pulls.compare_changes=Porovnat změny +pulls.compare_changes_desc=Porovnat dvě větve a vytvořit pro změny žádost na natažení. +pulls.compare_base=základní +pulls.compare_compare=porovnat +pulls.filter_branch=Filtrovat větev +pulls.no_results=Nebyly nalezeny žádné výsledky. +pulls.nothing_to_compare=Není co porovnávat, protože základní a hlavní větve jsou shodné. +pulls.has_pull_request=`Požadavek na natažení mezi těmito větvemi již existuje: %[2]s#%[3]d` +pulls.create=Vytvořit požadavek na natažení +pulls.title_desc=chce sloučit %[1]d revizí z větve %[2]s do větve %[3]s +pulls.merged_title_desc=sloučil %[1]d revizí z větve %[2]s do větve %[3]s před %[4]s +pulls.tab_conversation=Konverzace +pulls.tab_commits=Revize +pulls.tab_files=Změněné soubory +pulls.reopen_to_merge=Prosíme, otevřete znovu tento požadavek na natažení, aby se provedla operace sloučení. +pulls.merged=Sloučený +pulls.has_merged=Tento požadavek na natažení byl úspěšně sloučen! +pulls.data_broken=Data této žádosti na natažení byla narušena z důvodu smazání informací o rozštěpení. +pulls.is_checking=Kontrola konfliktů stále pokračuje, prosíme obnovte za několik okamžiků stránku. +pulls.can_auto_merge_desc=Tento požadavek na natažení může být automaticky sloučen. +pulls.cannot_auto_merge_desc=Tento požadavek na natažení nemůže být automaticky sloučen, neboť se v něm nachází konflikty. +pulls.cannot_auto_merge_helper=Prosíme proveďte sloučení ručně, aby byly vyřešeny konflitky. +pulls.merge_pull_request=Sloučit požadavek na stažení +pulls.open_unmerged_pull_exists=`Nemůžete znovuotevřít požadavek na stažení, neboť požadavek na stažení ze stejného repositáře se stejnými informacemi pro sloučení již existuje (#%d).` + +milestones.new=Nový milník +milestones.open_tab=%d otevřených +milestones.close_tab=%d zavřených +milestones.closed=Zavřen dne %s +milestones.no_due_date=Bez lhůty dokončení +milestones.open=Otevřít +milestones.close=Zavřít +milestones.new_subheader=Vytvořte milníky k organizaci vašich úkolů. +milestones.create=Vytvořit milník +milestones.title=Název +milestones.desc=Popis +milestones.due_date=Termín (volitelný) +milestones.clear=Zrušit +milestones.invalid_due_date_format=Formát data termínu je neplatný, musí být 'yyyy-mm-dd'. +milestones.create_success=Milník '%s' byl úspěšně vytvořen! +milestones.edit=Upravit milník +milestones.edit_subheader=Zadejte lepší popis milníků, aby lidé nebyli zmateni. +milestones.cancel=Zrušit +milestones.modify=Změnit milník +milestones.edit_success=Změny milníku '%s' byly úspěšně uloženy! +milestones.deletion=Smazání milníku +milestones.deletion_desc=Smazání tohoto milníku jej smaže také ze všech návazných úkolech. Chcete pokračovat? +milestones.deletion_success=Milník byl úspěšně smazán! + +wiki=Wiki +wiki.welcome=Vítejte ve Wiki! +wiki.welcome_desc=Wiki je místo pro vaši společnou dokumentaci projektu a návodů jak jej zlepšit. +wiki.create_first_page=Vytvořte první stránku +wiki.page=Stránka +wiki.filter_page=Filtr stránky +wiki.new_page=Vytvořit novou stránku +wiki.default_commit_message=Napište (volitelnou) poznámku k této úpravě. +wiki.save_page=Uložit stránku +wiki.last_commit_info=%s upravil tuto stránku %s +wiki.edit_page_button=Změnit stránku +wiki.new_page_button=Nová stránka +wiki.delete_page_button=Smazat stránku +wiki.delete_page_notice_1=Toto smaže stránku "%s". Buďte si prosím jisti. +wiki.page_already_exists=Stránka Wiki se stejným názvem již existuje. +wiki.pages=Stránky +wiki.last_updated=Naposledy aktualizováno: %s + +settings=Nastavení +settings.options=Možnosti +settings.collaboration=Spolupráce +settings.collaboration.admin=Správce +settings.collaboration.write=Zápis +settings.collaboration.read=Čtení +settings.collaboration.undefined=Neurčeno +settings.hooks=Webové háčky +settings.githooks=Háčky Gitu +settings.basic_settings=Základní nastavení +settings.mirror_settings=Nastavení zrcadla +settings.sync_mirror=Provést synchronizaci +settings.mirror_sync_in_progress=Synchronizace zrcadel probíhá, prosím načtěte znovu stránku přibližně za minutu. +settings.site=Oficiální stránky +settings.update_settings=Změnit nastavení +settings.change_reponame_prompt=Tato změna ovlivní vztah odkazů k repositáři. +settings.advanced_settings=Pokročilá nastavení +settings.wiki_desc=Povolit systém Wiki +settings.use_internal_wiki=Použít vestavěný systém Wiki +settings.use_external_wiki=Používat externí Wiki +settings.external_wiki_url=URL externí Wiki +settings.external_wiki_url_desc=Návštěvníci budou při kliknutí na záložku přesměrování na tuto URL. +settings.issues_desc=Povolit systém úkolů +settings.use_internal_issue_tracker=Povolit věstavěný odlehčený systém úkolů +settings.use_external_issue_tracker=Použít externí systém úkolů +settings.tracker_url_format=Formát URL externího systému úkolů +settings.tracker_issue_style=Styl pojmenování externího systému úkolů: +settings.tracker_issue_style.numeric=Číselný +settings.tracker_issue_style.alphanumeric=Alfanumerický +settings.tracker_url_format_desc=Můžete použít zástupné výrazy {user} {repo} {index} pro uživatelské jméno, název repositáře a index úkolu. +settings.pulls_desc=Povolit požadavky na stažení, aby veřejné příspěvky mohly být akceptovány +settings.danger_zone=Nebezpečná zóna +settings.new_owner_has_same_repo=Nový vlastník již repositář se stejným názvem má. Vyberte, prosíme, jiné jméno. +settings.convert=Převést na běžný repositář +settings.convert_desc=Můžete převést toto zrcadlo na běžný repositář. Tato změna nemůže být vrácena. +settings.convert_notices_1=- Tato operace převede tento zrcadlový repositář na běžný repositář a tato změna nemůže být vrácena. +settings.convert_confirm=Potvrdit převod +settings.convert_succeed=Repositář byl úspěšně převeden na běžný typ. +settings.transfer=Předat vlastnictví +settings.transfer_desc=Předat tento repositář jinému uživateli nebo organizaci, ve které jste správce. +settings.transfer_notices_1=- Ztratíte přístup, pokud nový vlastník je samostatný uživatel. +settings.transfer_notices_2=- Přístup vám bude zachován, pokud nový vlastník je organizace a vy jste jedním z vlastníků. +settings.transfer_form_title=Zadejte prosím následující informace pro potvrzení operace: +settings.wiki_delete=Smazat data Wiki +settings.wiki_delete_desc=Pokud smažete data Wiki, nebude možné se vrátit. Buďte si, prosím, jist. +settings.wiki_delete_notices_1=- Toto smaže a vypne Wiki pro %s +settings.wiki_deletion_success=Data Wiki tohoto repositáře byla úspěšně smazána. +settings.delete=Smazat tento repositář +settings.delete_desc=Jakmile smažete repositář, není možné se vrátit. Buďte si, prosím, jist. +settings.delete_notices_1=- Tuto operaci nelze zvrátit. +settings.delete_notices_2=Tato operace permanentně smaže vše v tomto repositáři, včetně dat Gitu, úkolů, komentářů a přístupu spolupracovníků. +settings.delete_notices_fork_1=- All forks will become independent after deletion. +settings.deletion_success=Repositář byl úspěšně smazán! +settings.update_settings_success=Možnosti repositáře byly úspěšně změněny. +settings.transfer_owner=Nový vlastník +settings.make_transfer=Předat +settings.transfer_succeed=Repositář byl úspěšně předán. +settings.confirm_delete=Potvrdit smazání +settings.add_collaborator=Přidat nového spolupracovníka +settings.add_collaborator_success=Nový spolupracovník byl přidán. +settings.delete_collaborator=Smazat +settings.collaborator_deletion=Smazání spolupracovníka +settings.collaborator_deletion_desc=Tento uživatel po tom, co bude smazán, již nebude mít přístup do tohoto repositáře pro spolupráci. Chcete pokračovat? +settings.remove_collaborator_success=Spolupracovník byl smazán. +settings.search_user_placeholder=Hledat uživatele... +settings.org_not_allowed_to_be_collaborator=Není dovoleno přidat organizaci jako spolupracovníka. +settings.user_is_org_member=Uživatel je již členem organizace, tudíž nemůže být přidán jako spolupracovník. +settings.add_webhook=Přidat webový háček +settings.hooks_desc=Webové háčky jsou podobné základním spouštím HTTP POST událostí. Kdykoliv se něco stane v Gogs, bude postaráno o oznámení specifikovanému cílovému serveru. Více se o daném dozvíte v příručce webových háčků. +settings.webhook_deletion=Smazat webový háček +settings.webhook_deletion_desc=Smazáním tohoto webového háčku dojte také ke smazání veškerých informací o něm a také historie volání. Chcete pokračovat? +settings.webhook_deletion_success=Webový háček byl úspěšně smazán! +settings.webhook.test_delivery=Test doručitelnosti +settings.webhook.test_delivery_desc=Odeslat falešnou událost doručení nahrání pro test vašeho nastavení webových háčků +settings.webhook.test_delivery_success=Testovací webový háček byl přidán do fronty doručení. Bude to trvat několik sekund, než se ukáže v historii doručení. +settings.webhook.request=Požadavek +settings.webhook.response=Odpověď +settings.webhook.headers=Hlavičky +settings.webhook.payload=Datová část +settings.webhook.body=Tělo zprávy +settings.githooks_desc=Jelikož háčky Gitu jsou spravovány Gitem samotným, můžete v seznamu níže upravit soubory podporovaných háčku k provádění uživatelských operací. +settings.githook_edit_desc=Je-li háček neaktivní, bude zobrazen vzorový obsah. Nebude-li zadán žádný obsah, háček bude vypnut. +settings.githook_name=Název háčku +settings.githook_content=Obsah háčku +settings.update_githook=Upravit háček +settings.add_webhook_desc=Gogs zašle požadavek typu POST na zadanou URL, společně s informacemi o události, která nastala. Můžete také specifikovat, jaký datový formát se má použít po spuštění daného háčku (JSON, x-www-form-urlencoded, XML atp.). Více informací je k nalezení v našem Návodu na webové háčky. +settings.payload_url=URL obsahu +settings.content_type=Typ obsahu +settings.secret=Tajný klíč +settings.slack_username=Uživatelské jméno +settings.slack_icon_url=URL ikony uživatele +settings.slack_color=Barva +settings.event_desc=Kdyby měl být webový háček spouštěn? +settings.event_push_only=Jen pouze při událost nahrání. +settings.event_send_everything=Potřebuji vše. +settings.event_choose=Nech mne vybrat, co potřebuji. +settings.event_create=Vytvořit +settings.event_create_desc=Větev nebo značka byla vytvořena +settings.event_pull_request=Požadavek na stažení +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. +settings.event_push=Nahrát +settings.event_push_desc=Nahrání pomocí Gitu do repositáře +settings.active=Aktivní +settings.active_helper=Podrobnosti vztahující se k události, která spustila háček, budou doručeny taktéž. +settings.add_hook_success=Nový webový háček byl přidán. +settings.update_webhook=Upravit webový háček +settings.update_hook_success=Webový háček byl upraven. +settings.delete_webhook=Smazat webový háček +settings.recent_deliveries=Nedávné dodávky +settings.hook_type=Typ háčku +settings.add_slack_hook_desc=Přidat integraci Slacku do vašeho repositáře. +settings.slack_token=Poukázka +settings.slack_domain=Doména +settings.slack_channel=Kanál +settings.deploy_keys=Klíče pro nasazení +settings.add_deploy_key=Přidat klíč pro nasazení +settings.deploy_key_desc=Klíče pro nasazení mají pouze přístup ke čtení. Nejsou stejné jako osobní klíče SSH. +settings.no_deploy_keys=Žádné klíče pro nasazení nebyly ještě přidány. +settings.title=Název +settings.deploy_key_content=Obsah +settings.key_been_used=Obsah klíče pro nasazení byl použit. +settings.key_name_used=Klíč pro nasazení se stejným jménem již existuje. +settings.add_key_success=Nový klíč pro nasazení '%s' byl úspěšně přidán! +settings.deploy_key_deletion=Smazat klíč pro nasazení +settings.deploy_key_deletion_desc=Smazání toho klíče pro nasazení smaže také veškerý k němu svázaný přístup do tohoto repositáře. Chcete pokračovat? +settings.deploy_key_deletion_success=Klíč pro nasazení byl úspěšně smazán! + +diff.browse_source=Procházet zdrojové kódy +diff.parent=rodič +diff.commit=revize +diff.data_not_available=Rozdílová data nejsou dostupná. +diff.show_diff_stats=Ukázat statistiku rozdílových dat +diff.show_split_view=Rozdělené zobrazení +diff.show_unified_view=Jednotný pohled +diff.stats_desc= %d změnil soubory, kde provedl %d přidání a %d odebrání +diff.bin=binární +diff.view_file=Zobrazit soubor +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=Některé soubory nejsou zobrazny, neboť je v této revizi změněno mnoho souborů + +release.releases=Vydání +release.new_release=Nové vydání +release.draft=Koncept +release.prerelease=Předběžná verze +release.stable=Stabilní +release.edit=upravit +release.ahead=%d revizí do větve %s od tohoto vydání +release.source_code=Zdrojový kód +release.new_subheader=Pro iteraci produktu zveřejňujte vydání. +release.edit_subheader=Detailní log změn může pomoci uživatelům porozumět, co bylo vylepšeno. +release.tag_name=Název značky +release.target=Cíl +release.tag_helper=Vyberte existující značku nebo vytvořte novou značku při vydání. +release.title=Název +release.content=Obsah +release.write=Zapsat +release.preview=Náhled +release.loading=Načítání... +release.prerelease_desc=Toto je předběžná verze +release.prerelease_helper=Zdůrazníme, že toto vydání není hotovo pro produkční nasazení. +release.cancel=Zrušit +release.publish=Zveřejnit vydání +release.save_draft=Uložit koncept +release.edit_release=Upravit vydání +release.delete_release=Smazat toto vydání +release.deletion=Smazání vydání +release.deletion_desc=Smazáním tohoto vydání se také smaže odpovídající značka. Chcete pokračovat? +release.deletion_success=Vydání bylo úspěšně smazáno! +release.tag_name_already_exist=Vydání s touto značkou již existuje. +release.tag_name_invalid=Název štítku není platný. +release.downloads=Soubory ke stažení + +[org] +org_name_holder=Název organizace +org_full_name_holder=Celý název organizace +org_name_helper=Skvělé názvy organizací jsou krátké a zapamatovatelné. +create_org=Vytvořit organizaci +repo_updated=Upraveno +people=Lidé +invite_someone=Přizvěte někoho +teams=Týmy +lower_members=členové +lower_repositories=repositáře +create_new_team=Vytvořit nový tým +org_desc=Popis +team_name=Název týmu +team_desc=Popis +team_name_helper=Tento název budete používat při zmiňovaní týmu v konverzacích. +team_desc_helper=Popište prosím tento tým +team_permission_desc=Jakou úroveň přístupu má mít tento tým? + +form.name_reserved=Název organizace '%s' je již rezervován. +form.name_pattern_not_allowed=Vzor názvu organizace '%s' není povolen. + +settings=Nastavení +settings.options=Možnosti +settings.full_name=Celé jméno +settings.website=Webové stránky +settings.location=Umístění +settings.update_settings=Upravit nastavení +settings.update_setting_success=Nastavení organizace bylo úspěšně upraveno. +settings.change_orgname_prompt=Tato změna ovlivní vztah odkazů k organizaci. +settings.update_avatar_success=Nastavení ikony organizace bylo úspěšně změněno. +settings.delete=Smazat organizaci +settings.delete_account=Smazat tuto organizaci +settings.delete_prompt=Organizace bude trvale smazána a tato změna nemůže být vrácena! +settings.confirm_delete_account=Potvrdit smazání +settings.delete_org_title=Smazání organizace +settings.delete_org_desc=Organizace bude trvale smazána, chcete pokračovat? +settings.hooks_desc=Přidejte webového háčky, které budou spouštěny nad všemi repositáři této organizace. + +members.membership_visibility=Viditelnost členství: +members.public=Veřejný +members.public_helper=označit jako soukromý +members.private=Soukromý +members.private_helper=označit jako veřejný +members.member_role=Role člena: +members.owner=Vlastník +members.member=Člen +members.remove=Smazat +members.leave=Opustit +members.invite_desc=Přidat nového člena do %s: +members.invite_now=Pozvat teď + +teams.join=Připojit +teams.leave=Opustit +teams.read_access=Právo čtení +teams.read_access_helper=Tento tým bude moci prohlížet a klonovat své repositáře. +teams.write_access=Právo zápisu +teams.write_access_helper=Tento tým bude schopen jak číst své repositáře, tak do nich nahrávat. +teams.admin_access=Přístup správce +teams.admin_access_helper=Tento tým bude schopen odeslat a natáhnout změny do svých repositářů, stejně tak přidat k těmto repositářům další spolupracovníky. +teams.no_desc=Tento tým není žádný popis +teams.settings=Nastavení +teams.owners_permission_desc=Vlastníci mají plný přístup do všech repositářů a jsou správci této organizace. +teams.members=Členové týmu +teams.update_settings=Upravit nastavení +teams.delete_team=Smazat tento tým +teams.add_team_member=Přidát člena týmu +teams.delete_team_title=Smazání týmu +teams.delete_team_desc=Jelikož bude tento tým smazán, jeho členové mohou ztratit přístup do některých repositářů. Chcete pokračovat? +teams.delete_team_success=Daný tým byl úspěšně smazán. +teams.read_permission_desc=Členství v tom týmu poskytuje právo čtení: členové mohou číst z a vytvářet klony repositářů týmu. +teams.write_permission_desc=Členství v tom týmu poskytuje právo zápisu: členové mohou číst z a nahrávat do repositářů týmu. +teams.admin_permission_desc=Členství v tom týmu poskytuje právo správce: členové mohou číst z, nahrávat do a přidávat spolupracovníky do repositářů týmu. +teams.repositories=Repositáře týmu +teams.search_repo_placeholder=Hledat repositář... +teams.add_team_repository=Přidat repositář týmu +teams.remove_repo=Smazat +teams.add_nonexistent_repo=Repositář, který se snažíte přidat, neexistuje. Prosím, nejdříve jej vytvořte. + +[admin] +dashboard=Přehled +users=Uživatelé +organizations=Organizace +repositories=Repositáře +authentication=Způsoby ověření +config=Nastavení +notices=Systémová oznámení +monitor=Sledování +first_page=První +last_page=Poslední +total=Celkem: %d + +dashboard.statistic=Statistika +dashboard.operations=Operace +dashboard.system_status=Stav sledování systému +dashboard.statistic_info=Databáze Gogs obsahuje %d uživatelů, %d organizací, %d veřejných klíčů, %d repositářů, %d hlídání, %d oblíbení, %d akcí, %d přístupů, %d úkolů, %d komentářů, %d sociálních účtů, %d sledování, %d zrcadel, %d vydání, %d zdrojů přihlášení, %d webových háčků, %d milníků, %d štítků, %d háčků, %d týmů, %d úkolu změn, %d příloh. +dashboard.operation_name=Název operace +dashboard.operation_switch=Přepnout +dashboard.operation_run=Spustit +dashboard.clean_unbind_oauth=Smazat nepřipojené asociace OAuth2 +dashboard.clean_unbind_oauth_success=Všechny nepřipojené asociace OAuth2 byly úspěšně smazány. +dashboard.delete_inactivate_accounts=Smazat všechny neaktivní účty +dashboard.delete_inactivate_accounts_success=Všechny neaktivní účty byly úspěšně smazány. +dashboard.delete_repo_archives=Smazat všechny archívy repositářů +dashboard.delete_repo_archives_success=Všechny archívy repositářů byly úspěšně smazány. +dashboard.delete_missing_repos=Smazat všechny záznamy repositářů, které ztratily soubory Gitu +dashboard.delete_missing_repos_success=Všechny repositáře, které ztratily soubory Gity, byly úspěšně smazány. +dashboard.git_gc_repos=Provést úklid nad repositáři +dashboard.git_gc_repos_success=Úklid nad všemi repositáři byl úspěšně proveden. +dashboard.resync_all_sshkeys=Přepsat soubor '.ssh/authorized_keys' (upozornění: klíče nevzniklé v Gogs budou ztraceny) +dashboard.resync_all_sshkeys_success=Všechny veřejné klíče byly úspěšně přepsány. +dashboard.resync_all_update_hooks=Přepsat háček úprav všech repositářů (potřebný v momentě změny cesty k uživatelskému konfiguračnímu souboru) +dashboard.resync_all_update_hooks_success=Háček úprav všech repositářů byl úspěšně přepsán. +dashboard.reinit_missing_repos=Znovu inicializovat záznamy všech repositářů, které ztratily soubory Gitu +dashboard.reinit_missing_repos_success=Záznamy všech repositářů, které ztratily soubory Gitu, byly znovu úspěšně inicializovány. + +dashboard.server_uptime=Doba provozu serveru +dashboard.current_goroutine=Aktuální Goroutines +dashboard.current_memory_usage=Aktuální využití paměti +dashboard.total_memory_allocated=Přidělené paměti celkem +dashboard.memory_obtained=Celkem získané paměti +dashboard.pointer_lookup_times=Časy vyhledávání ukazatelů +dashboard.memory_allocate_times=Časy přidělení paměti +dashboard.memory_free_times=Časy uvolnění paměti +dashboard.current_heap_usage=Aktuální využití paměti zásobníku +dashboard.heap_memory_obtained=Získaná paměť zásobníku +dashboard.heap_memory_idle=Nečinná paměť zásobníku +dashboard.heap_memory_in_use=Používána paměť zásobníku +dashboard.heap_memory_released=Uvolněná paměť zásobníku +dashboard.heap_objects=Objekty zásobníku +dashboard.bootstrap_stack_usage=Využití zásobníku prvotního zavedení +dashboard.stack_memory_obtained=Celkem získané paměti zásobníku +dashboard.mspan_structures_usage=Užití struktur MSpan +dashboard.mspan_structures_obtained=Získané struktury MSpan +dashboard.mcache_structures_usage=Užití struktur MCache +dashboard.mcache_structures_obtained=Získané struktury MCache +dashboard.profiling_bucket_hash_table_obtained=Získaná analytická tabulka +dashboard.gc_metadata_obtained=Získané metadata GC +dashboard.other_system_allocation_obtained=Získaná alokace ostatních systémových prostředků +dashboard.next_gc_recycle=Příští recyklace GC +dashboard.last_gc_time=Doba od poslední recyklace GC +dashboard.total_gc_time=Celková pauza GC +dashboard.total_gc_pause=Celková pauza GC +dashboard.last_gc_pause=Poslední pauza GC +dashboard.gc_times=Časy GC + +users.user_manage_panel=Uživatelský panel +users.new_account=Vytvořit nový účet +users.name=Jméno +users.activated=Aktivován +users.admin=Správce +users.repos=Repositáře +users.created=Vytvořen +users.send_register_notify=Poslat upozornění na registraci uživateli +users.new_success=Nový účet '%s' byl úspěšně vytvořen. +users.edit=Upravit +users.auth_source=Zdroj způsobu ověření +users.local=Místní +users.auth_login_name=Přihlašovací jméno způsobu ověření +users.password_helper=Nechte prázdné, pokud se nemá změnit. +users.update_profile_success=Profil účtu byl úspěšně změněn. +users.edit_account=Upravit účet +users.max_repo_creation=Limit počtu vytvořených repositářů +users.max_repo_creation_desc=(Nastavte na -1 pro použití výchozího systémového limitu) +users.is_activated=Tento účet je aktivován +users.prohibit_login=Tento účet má zakázáno přihlášení +users.is_admin=Tento účet je správce +users.allow_git_hook=Tento účet má právo vytváře háčky Gitu +users.allow_import_local=Tento účet má právo importovat místní repositáře +users.update_profile=Upravil profil účtu +users.delete_account=Smazat tento účet +users.still_own_repo=Tento účet je stále vlastníkem nejméně jednoho repositáře, je potřeba repositář nejdříve smazat nebo předat. +users.still_has_org=Tento účet je členem minimálně jedné organizace, musíte nejdříve dané organizace opustit nebo je smazat. +users.deletion_success=Účet byl úspěšně smazán! + +orgs.org_manage_panel=Panel správy organizací +orgs.name=Název +orgs.teams=Týmy +orgs.members=Členové + +repos.repo_manage_panel=Panel správy repositářů +repos.owner=Vlastník +repos.name=Název +repos.private=Soukromý +repos.watches=Sledovače +repos.stars=Oblíbení +repos.issues=Úkoly + +auths.auth_manage_panel=Panel správy způsobů ověřování +auths.new=Přidat nový zdroj +auths.name=Název +auths.type=Typ +auths.enabled=Povolený +auths.updated=Upravený +auths.auth_type=Typ ověření +auths.auth_name=Název ověření +auths.security_protocol=Protokol zabezpečení +auths.domain=Doména +auths.host=Server +auths.port=Port +auths.bind_dn=Připojení DN +auths.bind_password=Heslo připojení +auths.bind_password_helper=Upozornění: Toto heslo je ukládáno nešifrované. Nepoužívejte pro správcovské účty. +auths.user_base=Výchozí bod hledání uživatelů +auths.user_dn=DN uživatele +auths.attribute_username=Atribut uživatelského jména +auths.attribute_username_placeholder=Zanechat prázdné pro použití hodnoty pole uživatelského jména z přihlašovacího formuláře. +auths.attribute_name=Křestní jméno +auths.attribute_surname=Příjmení +auths.attribute_mail=E-mailová adresa +auths.attributes_in_bind=Vyzvednout atributy v kontextu Bind DN +auths.filter=Uživatelský filtr +auths.admin_filter=Správcovský filtr +auths.ms_ad_sa=Ms Ad SA +auths.smtp_auth=Typ ověření SMTP +auths.smtphost=Server SMTP +auths.smtpport=Port SMTP +auths.allowed_domains=Povolené domény +auths.allowed_domains_helper=Zanechte prázdné, pokud nechcete omezit jakékoliv domény. Domény musí být od sebe odděleny čárkou ','. +auths.enable_tls=Povolit šifrování TLS +auths.skip_tls_verify=Přeskočit ověření TLS +auths.pam_service_name=Název služby PAM +auths.enable_auto_register=Povolit zaregistrování se +auths.tips=Tipy +auths.edit=Upravit nastavení ověřování +auths.activated=Tento způsob ověřování je aktivní +auths.new_success=Nový způsob ověřování '%s' byl úspěšně přidán. +auths.update_success=Nastavení ověřování bylo úspěšně změněno. +auths.update=Změnit nastavení ověřování +auths.delete=Smazat tento způsob ověřování +auths.delete_auth_title=Smazání způsobu ověřování +auths.delete_auth_desc=Tento způsob ověřování bude smazán, chcete pokračovat? +auths.still_in_used=Tento způsob ověřování je stále používán některými uživateli. Prosím, nejdříve změňte u těchto uživatelů typ ověřování na jiný. +auths.deletion_success=Způsob ověřování byl úspěšně smazán! + +config.server_config=Nastavení serveru +config.app_name=Název aplikace +config.app_ver=Verze aplikace +config.app_url=URL aplikace +config.domain=Doména +config.offline_mode=Režim off-line +config.disable_router_log=Vypnout log směrovače +config.run_user=Účet pro spouštění +config.run_mode=Režim spouštění +config.repo_root_path=Kořenový adresář repositářů +config.static_file_root_path=Kořenový adresář statického souboru +config.log_file_root_path=Kořenový adresář souboru logu +config.script_type=Typ skriptu +config.reverse_auth_user=Uživatel obráceného ověření + +config.ssh_config=Nastavení SSH +config.ssh_enabled=Zapnutý +config.ssh_start_builtin_server=Spustit vestavěný server +config.ssh_domain=Doména +config.ssh_port=Port +config.ssh_listen_port=Port pro naslouchání +config.ssh_root_path=Kořenová cesta +config.ssh_key_test_path=Cesta testu klíčů +config.ssh_keygen_path=Cesta ke generátoru klíčů ('ssh-keygen') +config.ssh_minimum_key_size_check=Kontrola minimální velikosti klíčů +config.ssh_minimum_key_sizes=Minimální velikost klíčů + +config.db_config=Nastavení databáze +config.db_type=Typ +config.db_host=Server +config.db_name=Název +config.db_user=Uživatel +config.db_ssl_mode=Režim SSL +config.db_ssl_mode_helper=(pouze pro 'postgres') +config.db_path=Cesta +config.db_path_helper=(pro "sqlite3" a "tidb") + +config.service_config=Nastavení služby +config.register_email_confirm=Vyžadovat potvrzení e-mailem +config.disable_register=Vypnout registraci +config.show_registration_button=Ukázat tlačítko registrace +config.require_sign_in_view=Vyžadovat zobrazení přihlášení +config.mail_notify=Upozornění e-mailem +config.disable_key_size_check=Vypnout kontrolu minimální velikosti klíčů +config.enable_captcha=Povolit službu CAPTCHA +config.active_code_lives=Doba života aktivního kódu +config.reset_password_code_lives=Lhůta kódu pro obnovu hesla + +config.webhook_config=Nastavení webových háčků +config.queue_length=Délka fronty +config.deliver_timeout=Časový limit doručení +config.skip_tls_verify=Přeskočit ověření TLS + +config.mailer_config=Nastavení odesílání e-mailů +config.mailer_enabled=Zapnutý +config.mailer_disable_helo=Zakázat HELO +config.mailer_name=Název +config.mailer_host=Server +config.mailer_user=Uživatel +config.send_test_mail=Odeslat zkušební E-mail +config.test_mail_failed=Odeslání testovacího e-mailu na '%s' selhalo: %v +config.test_mail_sent=Zkušební e-mail byl odeslán na '%s'. + +config.oauth_config=Nastavení ověření OAuth +config.oauth_enabled=Zapnutý + +config.cache_config=Nastavení mezipaměti +config.cache_adapter=Adaptér mezipaměti +config.cache_interval=Interval mezipaměti +config.cache_conn=Připojení mezipaměti + +config.session_config=Nastavení relace +config.session_provider=Poskytovatel relace +config.provider_config=Nastavení poskytovatele +config.cookie_name=Název souboru cookie +config.enable_set_cookie=Povolit nastavení cookie +config.gc_interval_time=Čas intervalu GC +config.session_life_time=Doba trvání relace +config.https_only=Pouze protokol HTTPS +config.cookie_life_time=Doba života souboru cookie + +config.picture_config=Nastavení ikony uživatele +config.picture_service=Služba ikon uživatelů +config.disable_gravatar=Zakázat službu Gravatar +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Konfigurace Gitu +config.git_disable_diff_highlight=Zakázat zvýraznění syntaxe v rozdílovém zobrazení +config.git_max_diff_lines=Maximální počet rozdílových řádků jednoho souboru +config.git_max_diff_line_characters=Maximální počet zobrazených rozdílových znaků +config.git_max_diff_files=Maximální počet zobrazených rozdílových souborů +config.git_gc_args=Parametry GC +config.git_migrate_timeout=Časový limit migrace +config.git_mirror_timeout=Časový limit aktualizace zrcadla +config.git_clone_timeout=Časový limit operace naklonování +config.git_pull_timeout=Časový limit operace stažení +config.git_gc_timeout=Časový limit operace GC + +config.log_config=Nastavení logů +config.log_mode=Způsob logování + +monitor.cron=Naplánované úlohy +monitor.name=Název +monitor.schedule=Rozvrh +monitor.next=Příští čas spuštění +monitor.previous=Předešlý čas spuštění +monitor.execute_times=Doby provádění +monitor.process=Spuštěné procesy +monitor.desc=Popis +monitor.start=Čas zahájení +monitor.execute_time=Doba provádění + +notices.system_notice_list=Systémová oznámení +notices.view_detail_header=Zobrazit detail oznámení +notices.actions=Akce +notices.select_all=Vybrat vše +notices.deselect_all=Zrušit výběr všech +notices.inverse_selection=Inverzní výběr +notices.delete_selected=Smazat vybrané +notices.delete_all=Smazat všechna oznámení +notices.type=Typ +notices.type_1=Repositář +notices.desc=Popis +notices.op=Op. +notices.delete_success=Systémová upozornění byla úspěšně smazána. + +[action] +create_repo=vytvořil repositář %s +rename_repo=přejmenoval repositář z %[1]s na %[3]s +commit_repo=odeslal do %[3]s v %[4]s +create_issue=`vytvořil úkol %s#%[2]s` +close_issue=`uzavřel úkol %s#%[2]s` +reopen_issue=`znovuotevřel úkol %s#%[2]s` +create_pull_request=`vytvořil požadavek na stažení %s#%[2]s` +close_pull_request=`zavřel požadavek na stažení %s#%[2]s` +reopen_pull_request=`znovuotevřel požadavek na stažení %s#%[2]s` +comment_issue=`přidal komentář k úkolu %s#%[2]s` +merge_pull_request=`sloučil požadavek na stažení %s#%[2]s` +transfer_repo=předal repositář %s uživateli/organizaci %s +push_tag=nahrál značku %[2]s do %[3]s +compare_commits=Zobrazit porovnání pro tyto %d revize + +[tool] +ago=před +from_now=od teď +now=nyní +1s=%s 1 sekundou +1m=%s před jednou minutou +1h=%s jednou hodinou +1d=%s 1 dnem +1w=%s 1 týdnem +1mon=%s 1 měsícem +1y=%s 1 rokem +seconds=%s %d sekundami +minutes=%s %d minutami +hours=%s %d hodinami +days=%s %d dny +weeks=%s %d týdny +months=%s %d měsíci +years=%s %d roky +raw_seconds=sekund +raw_minutes=minut + +[dropzone] +default_message=Přetáhněte soubory sem nebo stiskněte Nahrát. +invalid_input_type=Nelze nahrát soubory tohoto typu. +file_too_big=Velikost souboru ({{filesize}} MB) je vyšší než maximální velikost ({{maxFilesize}} MB). +remove_file=Smazat soubor + diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini old mode 100755 new mode 100644 index 76b632491..978aacb93 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -47,7 +47,7 @@ cancel=Abbrechen [install] install=Installation title=Installationsschritte für den ersten Start -docker_helper=Wenn Gogs innerhalb Docker läuft, lesen Sie sich bitte den Leitfaden genau durch, bevor Sie irgendwas auf dieser Seite ändern! +docker_helper=Wenn Gogs innerhalb von Docker läuft, lesen Sie sich bitte den Leitfaden genau durch, bevor Sie irgendwas auf dieser Seite ändern! requite_db_desc=Gogs benötigt MySQL, PostgreSQL, SQLite3 oder TiDB. db_title=Datenbankeinstellungen db_type=Datenbanktyp @@ -96,6 +96,8 @@ offline_mode=Offline-Modus aktivieren offline_mode_popup=CDN auch im Produktivmodus deaktivieren. Alle Dateien werden von diesem Server ausgeliefert. disable_gravatar=Gravatar-Dienst deaktivieren disable_gravatar_popup=Gravatar und benutzerdefinierte Quellen deaktivieren. Alle Profilbilder werden vom Nutzer hochgeladen oder sind das Standard-Profilbild. +federated_avatar_lookup=Suche nach föderierten Profilbildern einschalten +federated_avatar_lookup_popup=Der Suche nach föderierten Profilbildern die Verwendung von föderierten open source Services basierend auf libravatar erlauben. disable_registration=Registrierung deaktivieren disable_registration_popup=Registrierung neuer Benutzer deaktivieren. Nur Administratoren können Benutzerkonten anlegen. enable_captcha=Captcha aktivieren @@ -124,6 +126,7 @@ uname_holder=Benutzername oder E-Mail password_holder=Passwort switch_dashboard_context=Kontext der Übersichtsseite wechseln my_repos=Meine Repositories +show_more_repos=Zeige mehr Repositories... collaborative_repos=Gemeinschaftliche Repositories my_orgs=Meine Organisationen my_mirrors=Meine Mirrors @@ -148,6 +151,8 @@ forget_password=Passwort vergessen? sign_up_now=Benötigen Sie ein Konto? Registrieren Sie sich jetzt. confirmation_mail_sent_prompt=Eine neue Bestätigungs-E-Mail wurde an %s gesendet. Bitte kontrollieren Sie Ihr Postfach innerhalb der nächsten %d Stunden, um die Registrierung abzuschließen. active_your_account=Aktivieren Sie Ihr Konto +prohibit_login=Anmelden verboten +prohibit_login_desc=Ihrem Konto ist es nicht gestattet sich anzumelden. Bitte kontaktieren Sie den Administrator. resent_limit_prompt=Es tut uns leid, aber Sie haben bereits eine Aktivierungs-E-Mail angefordert. Bitte warten Sie 3 Minuten und probieren Sie es dann nochmal. has_unconfirmed_mail=Hallo %s, Sie haben eine unbestätigte E-Mail-Adresse (%s). Wenn Sie keine Bestätigungs-E-Mail erhalten haben oder eine neue benötigen, klicken Sie bitte auf den folgenden Button. resend_mail=Hier klicken, um die Aktivierungs-E-Mail erneut zu versenden @@ -157,6 +162,7 @@ reset_password=Passwort zurücksetzen invalid_code=Es tut uns leid, der Bestätigungscode ist abgelaufen oder ungültig. reset_password_helper=Hier klicken, um das Passwort zurückzusetzen password_too_short=Das Passwort muss mindenstens 6 Zeichen lang sein. +non_local_account=Nicht-lokale Konten können Passwörter nicht via Gogs ändern. [mail] activate_account=Bitte aktivieren Sie Ihr Konto @@ -183,6 +189,13 @@ TeamName=Teamname AuthName=Name der Autorisierung AdminEmail=Administrator E-Mail +NewBranchName=Neuer Branch Name +CommitSummary=Commit Zusammenfassung +CommitMessage=Commit Nachricht +CommitChoice=Commit Auswahl +TreeName=Dateipfad +Content=Inhalt + require_error=` darf nicht leer sein.` alpha_dash_error=` kann ausschließlich alphanumerische Zeichen und "-_" enthalten.` alpha_dash_dot_error=` kann ausschließlich alphanumerische Zeichen und ".-_" enthalten.` @@ -219,8 +232,7 @@ org_still_own_repo=Diese Organisation besitzt noch Repositories. Diese müssen z target_branch_not_exist=Ziel-Branch existiert nicht [user] -change_avatar=Ändern Sie Ihr Profilbild auf gravatar.com -change_custom_avatar=Ändern Sie Ihr Profilbild in den Einstellungen +change_avatar=Ändern Sie ihr Profilbild join_on=Beigetreten am repositories=Repositories activity=Öffentliche Aktivität @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Benutzernamen der Form '%s' sind nicht erlaubt. [settings] profile=Profil password=Passwort +avatar=Profilbild ssh_keys=SSH-Schlüssel social=Soziale Konten applications=Anwendungen @@ -256,6 +269,8 @@ change_username_prompt=Diese Änderung wirkt sich auf die Links zu Ihrem Benutze continue=Weiter cancel=Abbrechen +lookup_avatar_by_mail=Suche nach Profilbildern via E-Mail +federated_avatar_lookup=Suche nach föderierten Profilbildern enable_custom_avatar=Benutzerdefiniertes Profilbild aktivieren choose_new_avatar=Neues Profilbild auswählen update_avatar=Profilbildeinstellungen aktualisieren @@ -326,7 +341,7 @@ delete_account=Konto löschen delete_prompt=Diese Aktion wird Ihr Konto dauerhaft löschen und kann NICHT rückgängig gemacht werden! confirm_delete_account=Löschvorgang bestätigen delete_account_title=Konto löschen -delete_account_desc=Sie sind dabei dieses Konto dauerhaft zu löschen, möchten Sie wirklich fortfahren? +delete_account_desc=Sie sind dabei dieses Konto dauerhaft zu löschen. Möchten Sie wirklich fortfahren? [repo] owner=Besitzer @@ -342,7 +357,7 @@ fork_from=Fork von fork_visiblity_helper=Die Sichtbarkeit von geforkten Repositories ist nicht veränderbar. repo_desc=Beschreibung repo_lang=Sprache -repo_lang_helper=.gitignore Dateien auswählen +repo_gitignore_helper=Wählen Sie eine .gitignore Vorlage aus license=Lizenz license_helper=Wählen Sie eine Lizenz aus readme=Readme @@ -350,9 +365,12 @@ readme_helper=Readme Vorlage auswählen auto_init=Repository mit ausgewählten Dateien und Vorlagen initialisieren create_repo=Repository erstellen default_branch=Standard-Branch +mirror_prune=Entfernen +mirror_prune_desc=Entferne alle Verweise auf nicht mehr existierende entfernte Repositories mirror_interval=Mirror-Intervall (in Stunden) mirror_address=Mirror-Adresse mirror_address_desc=Bitte die nötigen Zugangsdaten in die Adresse mit aufnehmen. +mirror_last_synced=Zuletzt synchronisiert watchers=Beobachter stargazers=In Favoriten von forks=Forks @@ -407,6 +425,45 @@ file_raw=Originalformat file_history=Verlauf file_view_raw=Ansicht im Originalformat file_permalink=Permalink +file_too_large=Diese Datei ist zu groß zum Anzeigen + +editor.new_file=Neue Datei +editor.upload_file=Datei hochladen +editor.edit_file=Datei bearbeiten +editor.preview_changes=Vorschau der Änderungen +editor.cannot_edit_non_text_files=Nicht-Text Dateien können nicht bearbeitet werden +editor.edit_this_file=Datei bearbeiten +editor.must_be_on_a_branch=Sie müssen sich in einem Branch befinden, um Änderungen an dieser Datei vorzuschlagen oder vorzunehmen +editor.fork_before_edit=Um die Datei zu bearbeiten, müssen Sie das Repository forken +editor.delete_this_file=Datei löschen +editor.must_have_write_access=Du musst Schreibzugriff haben, um Änderungen an dieser Datei vorzuschlagen oder vorzunehmen +editor.file_delete_success=Die Datei '%s' wurde erfolgreich gelöscht! +editor.name_your_file=Dateinamen eingeben... +editor.filename_help=Um einen Ordner hinzuzufügen, gib den Namen ein und drücke /. Um einen Ordner zu entfernen, gehe zum Anfang des Feldes und drücke auf die Rücktaste. +editor.or=oder +editor.cancel_lower=abbrechen +editor.commit_changes=Änderungen einchecken +editor.add_tmpl=Hinzufügen von '%s/' +editor.add='%s' hinzufügen +editor.update='%s' ändern +editor.delete='%s' löschen +editor.commit_message_desc=Eine ausführlichere Beschreibung kann hinzugefügt werden... +editor.commit_directly_to_this_branch=Direkt in den %s Branch einchecken. +editor.create_new_branch=Einen neuen Branch für diesen Commit erstellen und einen Pull Request starten. +editor.new_branch_name_desc=Neuer Branch Name... +editor.cancel=Abbrechen +editor.filename_cannot_be_empty=Der Dateiname darf nicht leer sein. +editor.branch_already_exists=Branch '%s' existiert bereits in diesem Repository. +editor.directory_is_a_file='%s' im übergeordneten Verzeichnis ist eine Datei und kein Verzeichnis. +editor.filename_is_a_directory=Die Datei '%s' existiert bereits als Verzeichnis in diesem Repository. +editor.file_editing_no_longer_exists=Die Datei '%s', welche Sie bearbeiten, existiert in diesem Repository nicht mehr. +editor.file_changed_while_editing=Seit dem Start der Bearbeitung hat sich die Datei geändert. Hier klicken um die Änderungen zu sehen, oder nochmals Commit drücken um die Änderungen zu überschreiben. +editor.file_already_exists=Eine Datei mit dem Namen '%s' existiert bereits in diesem Repository. +editor.no_changes_to_show=Keine Änderungen vorhanden. +editor.fail_to_update_file=Fehler beim Ändern/Erstellen der Datei '%s'. Fehler: %v +editor.add_subdir=Unterverzeichnis erstellen... +editor.unable_to_upload_files=Fehler beim Hochladen der Dateien zu '%s'. Fehler: %v +editor.upload_files_to_dir=Dateien hochladen nach '%s' commits.commits=Commits commits.search=Commits durchsuchen @@ -433,6 +490,11 @@ issues.create=Issue erstellen issues.new_label=Neues Label issues.new_label_placeholder=Label-Name... issues.create_label=Label erstellen +issues.label_templates.title=Lade vordefinierte Label +issues.label_templates.info=Es sind noch keine Label vorhanden. Sie können vordefinierte Label benutzen, oder auf "Neues Label" klicken um eines zu erstellen. +issues.label_templates.helper=Wählen Sie ein Label +issues.label_templates.use=Dieses Label Set benutzen +issues.label_templates.fail_to_load_file=Fehler beim Laden der Label Template Datei '%s': %v issues.open_tab=%d offen issues.close_tab=%d geschlossen issues.filter_label=Label @@ -460,7 +522,8 @@ issues.next=Nächste issues.open_title=Offen issues.closed_title=Geschlossen issues.num_comments=%d Kommentare -issues.commented_at=`hat %[2]s kommentiert` +issues.commented_at=`kommentierte %s` +issues.delete_comment_confirm=Sind Sie sich sicher, dass Sie diesen Kommentar löschen wollen? issues.no_content=Hier gibt es bis jetzt noch keinen Inhalt. issues.close_issue=Schließen issues.close_comment_issue=Kommentieren und schließen @@ -473,8 +536,7 @@ issues.commit_ref_at=`hat dieses Issue %[2]s aus issues.poster=Ersteller issues.collaborator=Mitarbeiter issues.owner=Besitzer -issues.sign_up_for_free=Kostenlos anmelden -issues.sign_in_require_desc=um dieser Diskussion beizutreten. Haben Sie bereits ein Konto? Anmelden um zu kommentieren +issues.sign_in_require_desc=Anmelden, um an der Diskussion teilzunehmen. issues.edit=Bearbeiten issues.cancel=Abbrechen issues.save=Speichern @@ -489,6 +551,8 @@ issues.label_deletion=Label löschen issues.label_deletion_desc=Das Label wird von allen verknüpften Issues entfernt. Möchten Sie fortfahren? issues.label_deletion_success=Label wurde erfolgreich gelöscht! issues.num_participants=%d Beteiligte +issues.attachment.open_tab=`Klicken um "%s" in einem neuen Tab zu öffnen` +issues.attachment.download=`Klicken um "%s" herunterzuladen` pulls.new=Neuer Pull-Request pulls.compare_changes=Änderungen vergleichen @@ -505,11 +569,11 @@ pulls.merged_title_desc=hat %[1]d Commits von %[2]s nach %[3] pulls.tab_conversation=Diskussion pulls.tab_commits=Commits pulls.tab_files=Geänderte Dateien -pulls.reopen_to_merge=Bitte diesen Pull-Request wiedereröffnen, um die Merge-Operation auszuführen. +pulls.reopen_to_merge=Bitte diesen Pull-Request wieder eröffnen, um die Merge-Operation auszuführen. pulls.merged=Zusammengeführt pulls.has_merged=Dieser Pull-Request wurde erfolgreich zusammengeführt! pulls.data_broken=Die Daten dieses Pull-Requests sind defekt, da Fork-Informationen gelöscht wurden. -pulls.is_checking=Die Konfliktprüfung ist in Arbeit. Bitte aktualisieren Sie die Seite in wenigen Momenten. +pulls.is_checking=Die Konfliktprüfung läuft noch. Bitte aktualisieren Sie die Seite in wenigen Augenblicken. pulls.can_auto_merge_desc=Dieser Pull-Request kann automatisch zusammengeführt werden. pulls.cannot_auto_merge_desc=Dieser Pull-Request kann nicht automatisch zusammengeführt werden, da es Konflikte gibt. pulls.cannot_auto_merge_helper=Bitte manuell zusammenführen, um die Konflikte zu lösen. @@ -561,20 +625,32 @@ wiki.last_updated=Zuletzt aktualisiert %s settings=Einstellungen settings.options=Optionen settings.collaboration=Zusammenarbeit +settings.collaboration.admin=Adminrechte +settings.collaboration.write=Schreibrechte +settings.collaboration.read=Leserechte +settings.collaboration.undefined=Nicht definiert settings.hooks=Webhooks settings.githooks=Git-Hooks settings.basic_settings=Grundeinstellungen +settings.mirror_settings=Mirror Einstellungen +settings.sync_mirror=Jetzt synchronisieren +settings.mirror_sync_in_progress=Mirror Synchronisierung läuft, bitte die Seite in ca. einer Minute neu laden. settings.site=Offizielle Webseite settings.update_settings=Einstellungen speichern settings.change_reponame_prompt=Diese Änderung wirkt sich darauf aus, wie sich Links auf Repositories beziehen. settings.advanced_settings=Erweiterte Einstellungen -settings.wiki_desc=Wiki aktivieren, damit Benutzer Seiten anlegen können +settings.wiki_desc=Wiki einschalten +settings.use_internal_wiki=Eingebautes Wiki verwenden settings.use_external_wiki=Externes Wiki verwenden settings.external_wiki_url=Externe Wiki URL settings.external_wiki_url_desc=Besucher werden auf diese URL umgeleitet, wenn sie auf den Tab klicken. -settings.issues_desc=Eingebautes einfaches Issue-System verwenden +settings.issues_desc=Issue-Tracker einschalten +settings.use_internal_issue_tracker=Eingebauten Issue-Tracker verwenden settings.use_external_issue_tracker=Externes Issue-System verwenden settings.tracker_url_format=URL-Format des externen Issue-Systems +settings.tracker_issue_style=Namenskonvention des externen Issue-Trackers: +settings.tracker_issue_style.numeric=Numerisch +settings.tracker_issue_style.alphanumeric=Alphanumerisch settings.tracker_url_format_desc=Sie können die Platzhalter {user} {repo} {index} für den Benutzernamen, den Namen des Repositories und die Issue-Nummer verwenden. settings.pulls_desc=Pull-Requests aktivieren, um öffentliche Mitwirkung zu ermöglichen settings.danger_zone=Gefahrenzone @@ -597,9 +673,7 @@ settings.delete=Dieses Repository löschen settings.delete_desc=Wenn dieses Repository gelöscht wurde, gibt es keinen Weg zurück. Bitte seien Sie vorsichtig. settings.delete_notices_1=- Diese Operation kann NICHT rückgängig gemacht werden. settings.delete_notices_2=- Die Operation wird alles, was mit diesem Git-Repository verbunden ist, dauerhaft löschen, inklusive der Daten, Issues, Kommentare und Zugriffsrechte von Mitarbeitern. -settings.delete_notices_fork_1=- Wenn dies ein öffentliches Repository ist, werden nach dem Löschen alle Forks unabhängig. -settings.delete_notices_fork_2=- Wenn dies ein privates Repository ist, werden gleichzeitig alle Forks entfernt. -settings.delete_notices_fork_3=- Wenn alle Forks erhalten bleiben sollen, dann muss zuerst die Sichtbarkeit dieses Repositories auf öffentlich gesetzt werden. +settings.delete_notices_fork_1=- Nach dem Löschen werden alle Forks unabhängig. settings.deletion_success=Repository wurde erfolgreich gelöscht! settings.update_settings_success=Repository-Optionen aktualisiert. settings.transfer_owner=Neuer Besitzer @@ -646,6 +720,8 @@ settings.event_send_everything=Ich brauche alles. settings.event_choose=Lass mich auswählen, was ich brauche. settings.event_create=Erstellen settings.event_create_desc=Branch/Tag erstellt +settings.event_pull_request=Pull-Request +settings.event_pull_request_desc=Pull-Request geöffnet, geschlossen, wieder geöffnet, bearbeitet, zugewiesen, nicht zugewiesen, Label aktualisiert, Label gelöscht oder synchronisiert. settings.event_push=Push settings.event_push_desc=Git push auf ein Repository settings.active=Aktiv @@ -683,6 +759,8 @@ diff.show_unified_view=Gesamtansicht diff.stats_desc= %d geänderte Dateien mit %d neuen und %d gelöschten Zeilen diff.bin=BIN diff.view_file=Datei anzeigen +diff.file_suppressed=Datei-Diff unterdrückt, da er zu groß ist +diff.too_many_files=Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden. release.releases=Releases release.new_release=Neues Release @@ -713,6 +791,7 @@ release.deletion=Release löschen release.deletion_desc=Beim Löschen dieses Releases wird das entsprechende Git-Tag gelöscht. Möchten Sie fortfahren? release.deletion_success=Release wurde erfolgreich gelöscht! release.tag_name_already_exist=Ein Release mit diesem Tag existiert bereits. +release.tag_name_invalid=Tag-Name ist nicht gültig. release.downloads=Downloads [org] @@ -880,6 +959,7 @@ users.edit_account=Konto bearbeiten users.max_repo_creation=Maximale Anzahl erstellbarer Repositories users.max_repo_creation_desc=(Auf -1 setzen, um das globale Standardlimit zu verwenden) users.is_activated=Dieses Konto ist aktiviert +users.prohibit_login=Diesem Konto ist es nicht gestattet sich anzumelden users.is_admin=Dieses Konto hat Administratorrechte users.allow_git_hook=Dieses Konto ist berechtigt Git-Hooks zu erstellen users.allow_import_local=Dieses Konto ist berechtigt, lokale Repositories zu importieren @@ -910,6 +990,7 @@ auths.enabled=Aktiviert auths.updated=Aktualisiert auths.auth_type=Authentifizierungstyp auths.auth_name=Authentifizierungsname +auths.security_protocol=Sicherheitsprotokoll auths.domain=Domain auths.host=Host auths.port=Port @@ -938,7 +1019,7 @@ auths.pam_service_name=PAM Dienstname auths.enable_auto_register=Automatische Registrierung aktivieren auths.tips=Tipps auths.edit=Authentifizierungseinstellungen bearbeiten -auths.activated=Diese Authentifizierung ist aktiviert +auths.activated=Diese Authentifizierung ist aktiv auths.new_success=Neue Authentifizierung '%s' wurde erfolgreich hinzugefügt. auths.update_success=Die Authentifizierungseinstellungen wurden erfolgreich aktualisiert. auths.update=Authentifizierungseinstellungen aktualisieren @@ -946,10 +1027,10 @@ auths.delete=Diese Authentifizierung löschen auths.delete_auth_title=Authentifizierung löschen auths.delete_auth_desc=Diese Authentifizierung wird gelöscht. Möchten Sie fortfahren? auths.still_in_used=Diese Authentifizierung wird noch von einigen Benutzern verwendet. Bitte löschen Sie diese Benutzer oder ändern Sie deren Anmeldetyp. -auths.deletion_success=Authentifizierung wurde erfolgreich entfernt! +auths.deletion_success=Authentifizierung wurde erfolgreich gelöscht! config.server_config=Serverkonfiguration -config.app_name=Anwendungsname +config.app_name=Name der Anwendung config.app_ver=Anwendungsversion config.app_url=Anwendungs-URL config.domain=Domain @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL-Modus config.db_ssl_mode_helper=(nur für "postgres") config.db_path=Verzeichnis config.db_path_helper=(für "sqlite3" und "tidb") + config.service_config=Service-Konfiguration config.register_email_confirm=E-Mail-Bestätigung bei Registrierung config.disable_register=Registrierung deaktivieren @@ -994,10 +1076,12 @@ config.disable_key_size_check=Prüfung der Mindestschlüssellänge deaktiveren config.enable_captcha=Captcha aktivieren config.active_code_lives=Aktivierungscode Lebensdauer config.reset_password_code_lives=Passwortcode Lebensdauer + config.webhook_config=Webhook-Konfiguration config.queue_length=Warteschlangenlänge config.deliver_timeout=Zeitlimit für Zustellung config.skip_tls_verify=TLS verifikation überspringen + config.mailer_config=Mailer-Konfiguration config.mailer_enabled=Aktiviert config.mailer_disable_helo=HELO Deaktivieren @@ -1007,12 +1091,15 @@ config.mailer_user=Benutzer config.send_test_mail=Test-E-Mail senden config.test_mail_failed=Das Senden der Test-E-Mail an '%s': %v ist fehlgeschlagen config.test_mail_sent=Test-E-Mail wurde an '%s' gesendet. + config.oauth_config=OAuth-Konfiguration config.oauth_enabled=Aktiviert + config.cache_config=Cache-Konfiguration config.cache_adapter=Cache-Adapter config.cache_interval=Cache-Intervall config.cache_conn=Cache-Anbindung + config.session_config=Session-Konfiguration config.session_provider=Session-Provider config.provider_config=Provider-Einstellungen @@ -1022,9 +1109,24 @@ config.gc_interval_time=GC-Intervall config.session_life_time=Session-Lebensdauer config.https_only=Nur HTTPS config.cookie_life_time=Cookie-Lebensdauer + config.picture_config=Konfiguration der Profilbilder config.picture_service=Bildservice config.disable_gravatar=Gravatar deaktivieren +config.enable_federated_avatar=Föderierte Profilbilder einschalten + +config.git_config=Git Konfiguration +config.git_disable_diff_highlight=Diff Syntaxhervorhebung ausschalten +config.git_max_diff_lines=Max Diff Zeilen (in einer Datei) +config.git_max_diff_line_characters=Max Diff Zeichen (in einer Zeile) +config.git_max_diff_files=Max Diff Dateien (Anzeige) +config.git_gc_args=GC-Argumente +config.git_migrate_timeout=Zeitlimit für Migration +config.git_mirror_timeout=Zeitlimit für Mirror-Aktualisierung +config.git_clone_timeout=Zeitlimit für Clone +config.git_pull_timeout=Zeitlimit für Pull +config.git_gc_timeout=Zeitlimit für GC + config.log_config=Konfiguration des Loggings config.log_mode=Log-Modus diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 621ba4f70..90f6c60e7 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -96,6 +96,8 @@ offline_mode = Enable Offline Mode offline_mode_popup = Disable CDN even in production mode, all resource files will be served locally. disable_gravatar = Disable Gravatar Service disable_gravatar_popup = Disable Gravatar and custom sources, all avatars are uploaded by users or default. +federated_avatar_lookup = Enable Federated Avatars Lookup +federated_avatar_lookup_popup = Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration = Disable Self-registration disable_registration_popup = Disable user self-registration, only admin can create accounts. enable_captcha = Enable Captcha @@ -124,6 +126,7 @@ uname_holder = Username or email password_holder = Password switch_dashboard_context = Switch Dashboard Context my_repos = My Repositories +show_more_repos = Show more repositories... collaborative_repos = Collaborative Repositories my_orgs = My Organizations my_mirrors = My Mirrors @@ -134,6 +137,7 @@ issues.in_your_repos = In your repositories [explore] repos = Repositories users = Users +organizations = Organizations search = Search [auth] @@ -148,6 +152,8 @@ forget_password = Forgot password? sign_up_now = Need an account? Sign up now. confirmation_mail_sent_prompt = A new confirmation email has been sent to %s, please check your inbox within the next %d hours to complete the registration process. active_your_account = Activate Your Account +prohibit_login = Login Prohibited +prohibit_login_desc = Your account is prohibited to login, please contact site admin. resent_limit_prompt = Sorry, you already requested an activation email recently. Please wait 3 minutes then try again. has_unconfirmed_mail = Hi %s, you have an unconfirmed email address (%s). If you haven't received a confirmation email or need to resend a new one, please click on the button below. resend_mail = Click here to resend your activation email @@ -184,6 +190,13 @@ TeamName = Team name AuthName = Authorization name AdminEmail = Admin email +NewBranchName = New branch name +CommitSummary = Commit summary +CommitMessage = Commit message +CommitChoice = Commit choice +TreeName = File path +Content = Content + require_error = ` cannot be empty.` alpha_dash_error = ` must be valid alpha or numeric or dash(-_) characters.` alpha_dash_dot_error = ` must be valid alpha or numeric or dash(-_) or dot characters.` @@ -220,8 +233,7 @@ org_still_own_repo = This organization still has ownership of repositories, you target_branch_not_exist = Target branch does not exist. [user] -change_avatar = Change your avatar at gravatar.com -change_custom_avatar = Change your avatar in settings +change_avatar = Change your avatar join_on = Joined on repositories = Repositories activity = Public Activity @@ -237,6 +249,7 @@ form.name_pattern_not_allowed = Username pattern '%s' is not allowed. [settings] profile = Profile password = Password +avatar = Avatar ssh_keys = SSH Keys social = Social Accounts applications = Applications @@ -257,7 +270,9 @@ change_username_prompt = This change will affect the way how links relate to you continue = Continue cancel = Cancel -enable_custom_avatar = Enable Custom Avatar +lookup_avatar_by_mail = Lookup Avatar by mail +federated_avatar_lookup = Federated Avatar Lookup +enable_custom_avatar = Use Custom Avatar choose_new_avatar = Choose new avatar update_avatar = Update Avatar Setting delete_current_avatar = Delete Current Avatar @@ -343,7 +358,7 @@ fork_from = Fork From fork_visiblity_helper = You cannot alter the visibility of a forked repository. repo_desc = Description repo_lang = Language -repo_lang_helper = Select .gitignore files +repo_gitignore_helper = Select .gitignore templates license = License license_helper = Select a license file readme = Readme @@ -351,9 +366,12 @@ readme_helper = Select a readme template auto_init = Initialize this repository with selected files and template create_repo = Create Repository default_branch = Default Branch +mirror_prune = Prune +mirror_prune_desc = Remove any remote-tracking references that no longer exist on the remote mirror_interval = Mirror Interval (hour) mirror_address = Mirror Address mirror_address_desc = Please include necessary user credentials in the address. +mirror_last_synced = Last Synced watchers = Watchers stargazers = Stargazers forks = Forks @@ -408,6 +426,45 @@ file_raw = Raw file_history = History file_view_raw = View Raw file_permalink = Permalink +file_too_large = This file is too large to be shown + +editor.new_file = New file +editor.upload_file = Upload file +editor.edit_file = Edit file +editor.preview_changes = Preview Changes +editor.cannot_edit_non_text_files = Cannot edit non-text files +editor.edit_this_file = Edit this file +editor.must_be_on_a_branch = You must be on a branch to make or propose changes to this file +editor.fork_before_edit = You must fork this repository before editing the file +editor.delete_this_file = Delete this file +editor.must_have_write_access = You must have write access to make or propose changes to this file +editor.file_delete_success = File '%s' has been deleted successfully! +editor.name_your_file = Name your file... +editor.filename_help = To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or = or +editor.cancel_lower = cancel +editor.commit_changes = Commit Changes +editor.add_tmpl = Add '%s/' +editor.add = Add '%s' +editor.update = Update '%s' +editor.delete = Delete '%s' +editor.commit_message_desc = Add an optional extended description... +editor.commit_directly_to_this_branch = Commit directly to the %s branch. +editor.create_new_branch = Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc = New branch name... +editor.cancel = Cancel +editor.filename_cannot_be_empty = Filename cannot be empty. +editor.branch_already_exists = Branch '%s' already exists in this repository. +editor.directory_is_a_file = Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory = The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists = The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing = File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists = A file with name '%s' already exists in this repository. +editor.no_changes_to_show = There are no changes to show. +editor.fail_to_update_file = Failed to update/create file '%s' with error: %v +editor.add_subdir = Add subdirectory... +editor.unable_to_upload_files = Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir = Upload files to '%s' commits.commits = Commits commits.search = Search commits @@ -434,6 +491,11 @@ issues.create = Create Issue issues.new_label = New Label issues.new_label_placeholder = Label name... issues.create_label = Create Label +issues.label_templates.title = Load a predefined set of labels +issues.label_templates.info = There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper = Select a label set +issues.label_templates.use = Use this label set +issues.label_templates.fail_to_load_file = Failed to load label template file '%s': %v issues.open_tab = %d Open issues.close_tab = %d Closed issues.filter_label = Label @@ -461,7 +523,8 @@ issues.next = Next issues.open_title = Open issues.closed_title = Closed issues.num_comments = %d comments -issues.commented_at = `commented %[2]s` +issues.commented_at = `commented %s` +issues.delete_comment_confirm = Are you sure you want to delete this comment? issues.no_content = There is no content yet. issues.close_issue = Close issues.close_comment_issue = Comment and close @@ -474,8 +537,7 @@ issues.commit_ref_at = `referenced this issue from a commit Sign in to comment +issues.sign_in_require_desc = Sign in to join this conversation. issues.edit = Edit issues.cancel = Cancel issues.save = Save @@ -490,6 +552,8 @@ issues.label_deletion = Label Deletion issues.label_deletion_desc = Deleting this label will remove its information in all related issues. Do you want to continue? issues.label_deletion_success = Label has been deleted successfully! issues.num_participants = %d Participants +issues.attachment.open_tab = `Click to see "%s" in a new tab` +issues.attachment.download = `Click to download "%s"` pulls.new = New Pull Request pulls.compare_changes = Compare Changes @@ -562,20 +626,32 @@ wiki.last_updated = Last updated %s settings = Settings settings.options = Options settings.collaboration = Collaboration +settings.collaboration.admin = Admin +settings.collaboration.write = Write +settings.collaboration.read = Read +settings.collaboration.undefined = Undefined settings.hooks = Webhooks settings.githooks = Git Hooks settings.basic_settings = Basic Settings +settings.mirror_settings = Mirror Settings +settings.sync_mirror = Sync Now +settings.mirror_sync_in_progress = Mirror syncing is in progress, please refresh page in about a minute. settings.site = Official Site settings.update_settings = Update Settings settings.change_reponame_prompt = This change will affect how links relate to the repository. settings.advanced_settings = Advanced Settings -settings.wiki_desc = Enable wiki to allow people write documents +settings.wiki_desc = Enable wiki system +settings.use_internal_wiki = Use builtin wiki settings.use_external_wiki = Use external wiki settings.external_wiki_url = External Wiki URL settings.external_wiki_url_desc = Visitors will be redirected to URL when they click on the tab. -settings.issues_desc = Enable builtin lightweight issue tracker +settings.issues_desc = Enable issue tracker +settings.use_internal_issue_tracker = Use builtin lightweight issue tracker settings.use_external_issue_tracker = Use external issue tracker settings.tracker_url_format = External Issue Tracker URL Format +settings.tracker_issue_style = External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric = Numeric +settings.tracker_issue_style.alphanumeric = Alphanumeric settings.tracker_url_format_desc = You can use placeholder {user} {repo} {index} for user name, repository name and issue index. settings.pulls_desc = Enable pull requests to accept public contributions settings.danger_zone = Danger Zone @@ -598,9 +674,7 @@ settings.delete = Delete This Repository settings.delete_desc = Once you delete a repository, there is no going back. Please be certain. settings.delete_notices_1 = - This operation CANNOT be undone. settings.delete_notices_2 = - This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. -settings.delete_notices_fork_1 = - If this repository is public, all forks will become independent after deletion. -settings.delete_notices_fork_2 = - If this repository is private, all forks will be removed at the same time. -settings.delete_notices_fork_3 = - If you want to keep all forks after deletion, please change visibility of this repository to public first. +settings.delete_notices_fork_1 = - All forks will become independent after deletion. settings.deletion_success = Repository has been deleted successfully! settings.update_settings_success = Repository options has been updated successfully. settings.transfer_owner = New Owner @@ -647,6 +721,8 @@ settings.event_send_everything = I need everything. settings.event_choose = Let me choose what I need. settings.event_create = Create settings.event_create_desc = Branch, or tag created +settings.event_pull_request = Pull Request +settings.event_pull_request_desc = Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push = Push settings.event_push_desc = Git push to a repository settings.active = Active @@ -684,6 +760,8 @@ diff.show_unified_view = Unified View diff.stats_desc = %d changed files with %d additions and %d deletions diff.bin = BIN diff.view_file = View File +diff.file_suppressed = File diff suppressed because it is too large +diff.too_many_files = Some files were not shown because too many files changed in this diff release.releases = Releases release.new_release = New Release @@ -714,6 +792,7 @@ release.deletion = Release Deletion release.deletion_desc = Deleting this release will delete the corresponding Git tag. Do you want to continue? release.deletion_success = Release has been deleted successfully! release.tag_name_already_exist = Release with this tag name already exists. +release.tag_name_invalid = Tag name is not valid. release.downloads = Downloads [org] @@ -881,6 +960,7 @@ users.edit_account = Edit Account users.max_repo_creation = Maximum Repository Creation Limit users.max_repo_creation_desc = (Set -1 to use global default limit) users.is_activated = This account is activated +users.prohibit_login = This account is prohibited to login users.is_admin = This account has administrator permissions users.allow_git_hook = This account has permissions to create Git hooks users.allow_import_local = This account has permissions to import local repositories @@ -911,6 +991,7 @@ auths.enabled = Enabled auths.updated = Updated auths.auth_type = Authentication Type auths.auth_name = Authentication Name +auths.security_protocol = Security Protocol auths.domain = Domain auths.host = Host auths.port = Port @@ -939,7 +1020,7 @@ auths.pam_service_name = PAM Service Name auths.enable_auto_register = Enable Auto Registration auths.tips = Tips auths.edit = Edit Authentication Setting -auths.activated = This authentication is activate +auths.activated = This authentication is activated auths.new_success = New authentication '%s' has been added successfully. auths.update_success = Authentication setting has been updated successfully. auths.update = Update Authentication Setting @@ -948,6 +1029,7 @@ auths.delete_auth_title = Authentication Deletion auths.delete_auth_desc = This authentication is going to be deleted, do you want to continue? auths.still_in_used = This authentication is still used by some users, please delete or convert these users to another login type first. auths.deletion_success = Authentication has been deleted successfully! +auths.login_source_exist = Login source '%s' already exists. config.server_config = Server Configuration config.app_name = Application Name @@ -985,6 +1067,7 @@ config.db_ssl_mode = SSL Mode config.db_ssl_mode_helper = (for "postgres" only) config.db_path = Path config.db_path_helper = (for "sqlite3" and "tidb") + config.service_config = Service Configuration config.register_email_confirm = Require Email Confirmation config.disable_register = Disable Registration @@ -995,10 +1078,12 @@ config.disable_key_size_check = Disable Minimum Key Size Check config.enable_captcha = Enable Captcha config.active_code_lives = Active Code Lives config.reset_password_code_lives = Reset Password Code Lives + config.webhook_config = Webhook Configuration config.queue_length = Queue Length config.deliver_timeout = Deliver Timeout config.skip_tls_verify = Skip TLS Verify + config.mailer_config = Mailer Configuration config.mailer_enabled = Enabled config.mailer_disable_helo = Disable HELO @@ -1008,12 +1093,15 @@ config.mailer_user = User config.send_test_mail = Send Test Email config.test_mail_failed = Fail to send test email to '%s': %v config.test_mail_sent = Test email has been sent to '%s'. + config.oauth_config = OAuth Configuration config.oauth_enabled = Enabled + config.cache_config = Cache Configuration config.cache_adapter = Cache Adapter config.cache_interval = Cache Interval config.cache_conn = Cache Connection + config.session_config = Session Configuration config.session_provider = Session Provider config.provider_config = Provider Config @@ -1023,9 +1111,24 @@ config.gc_interval_time = GC Interval Time config.session_life_time = Session Life Time config.https_only = HTTPS Only config.cookie_life_time = Cookie Life Time + config.picture_config = Picture Configuration config.picture_service = Picture Service config.disable_gravatar = Disable Gravatar +config.enable_federated_avatar = Enable Federated Avatars + +config.git_config = Git Configuration +config.git_disable_diff_highlight = Disable Diff Syntax Highlight +config.git_max_diff_lines = Max Diff Lines (for a single file) +config.git_max_diff_line_characters = Max Diff Characters (for a single line) +config.git_max_diff_files = Max Diff Files (to be shown) +config.git_gc_args = GC Arguments +config.git_migrate_timeout = Migration Timeout +config.git_mirror_timeout = Mirror Update Timeout +config.git_clone_timeout = Clone Operation Timeout +config.git_pull_timeout = Pull Operation Timeout +config.git_gc_timeout = GC Operation Timeout + config.log_config = Log Configuration config.log_mode = Log Mode diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini old mode 100755 new mode 100644 index 3dc05ea6d..8ac536610 --- a/conf/locale/locale_es-ES.ini +++ b/conf/locale/locale_es-ES.ini @@ -25,7 +25,7 @@ captcha=Captcha repository=Repositorio organization=Organización -mirror=Mirror +mirror=Réplica new_repo=Nuevo repositorio new_migrate=Nueva migración new_mirror=Nueva réplica @@ -47,7 +47,7 @@ cancel=Cancelar [install] install=Instalación title=Pasos de la instalación por primera vez -docker_helper=Si está ejecutando Gogs usando Docker, por favor lea estas pautas antes de cambiar nada en esta página! +docker_helper=Si está ejecutando Gogs usando Docker, ¡por favor lea estas pautas antes de cambiar nada en esta página! requite_db_desc=Gogs requiere una base de datos MySQL, PostgreSQL, SQLite3 o TiDB. db_title=Configuración de base de datos db_type=Tipo de base de datos @@ -65,7 +65,7 @@ no_admin_and_disable_registration=No puede deshabilitar el registro sin crear un err_empty_admin_password=La contraseña de administrador no puede estar vacía. general_title=Configuración General de Gogs -app_name=Nombre de la Aplicación +app_name=Nombre de la aplicación app_name_helper=Pon aquí el nombre de tu organización, ¡alto y claro! repo_path=Ruta del repositorio de Raiz (Root) repo_path_helper=Todos los repositorios remotos de Git se guardarán en este directorio. @@ -96,6 +96,8 @@ offline_mode=Activar el modo Sin Conexión offline_mode_popup=Desactivar el CDN incluso en el modo de producción, todos los recursos se servirán localmente. disable_gravatar=Desactivar el servicio Gravatar disable_gravatar_popup=Desactivar Gravatar y cualquier otra fuente personalizada. Todos los avatares deben ser cargados por los usuarios o en su defecto se mostrará el avatar predeterminado. +federated_avatar_lookup=Habilitar búsqueda de Avatares Federados +federated_avatar_lookup_popup=Habilitar búsqueda de avatares federador para usar el servicio federado de código abierto basado en libravatar. disable_registration=Desactivar Auto-Registro disable_registration_popup=Desactivar auto-registro del usuario, solo el administrador podrá crear cuentas nuevas. enable_captcha=Activar la Captcha @@ -124,6 +126,7 @@ uname_holder=Nombre de usuario o correo electrónico password_holder=Contraseña switch_dashboard_context=Cambiar el contexto del Dashboard my_repos=Mis repositorios +show_more_repos=Mostrar más repositorios... collaborative_repos=Repositorios colaborativos my_orgs=Mis organizaciones my_mirrors=Mis réplicas @@ -148,6 +151,8 @@ forget_password=¿Has olvidado tu contraseña? sign_up_now=¿Necesitas una cuenta? Regístrate ahora. confirmation_mail_sent_prompt=Un nuevo correo de confirmación se ha enviado a %s. Por favor, comprueba tu bandeja de entrada en las siguientes %d horas para completar el proceso de registro. active_your_account=Activa tu cuenta +prohibit_login=Ingreso prohibido +prohibit_login_desc=Su cuenta tiene prohibido ingresar al sistema, fovor contactar al administrador del sistema. resent_limit_prompt=Lo sentimos, estás solicitando el reenvío del mail de activación con demasiada frecuencia. Por favor, espera 3 minutos. has_unconfirmed_mail=Hola %s, tu correo electrónico (%s) no está confirmado. Si no has recibido un correo de confirmación o necesitas que lo enviemos de nuevo, por favor, haz click en el siguiente botón. resend_mail=Haz click aquí para reenviar tu correo electrónico de activación @@ -157,6 +162,7 @@ reset_password=Restablecer su contraseña invalid_code=Lo sentimos, su código de confirmación ha expirado o no es valido. reset_password_helper=Haga Clic aquí para restablecer su contraseña password_too_short=La longitud de la contraseña no puede ser menor a 6. +non_local_account=Cuentas que no son locales no pueden cambiar las contraseñas a través de Gogs. [mail] activate_account=Por favor, active su cuenta @@ -183,6 +189,13 @@ TeamName=Nombre del equipo AuthName=Nombre de autorización AdminEmail=Correo electrónico del administrador +NewBranchName=Nuevo nombre de rama +CommitSummary=Resumen del commit +CommitMessage=Mensaje de commit +CommitChoice=Hacer commit de la elección +TreeName=Ruta del archivo +Content=Contenido + require_error=` no puede estar vacío.` alpha_dash_error=` los caracteres deben ser Alfanumericos o dash(-_).` alpha_dash_dot_error=` debe ser un caracter alfanumérivo válido, un guión alto o bajo (-_) o un signo de puntuación.` @@ -219,8 +232,7 @@ org_still_own_repo=Esta organización es dueña de uno o más repositorios, tien target_branch_not_exist=La rama de destino no existe [user] -change_avatar=Cambia tu avatar en gravatar.com -change_custom_avatar=Cambia tu avatar en la configuración +change_avatar=Cambiar tu avatar join_on=Registrado el repositories=Repositorios activity=Actividad pública @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=El patrón de nombre de usuario '%s' no está perm [settings] profile=Perfil password=Contraseña +avatar=Avatar ssh_keys=Claves SSH social=Redes Sociales applications=Aplicaciones @@ -256,6 +269,8 @@ change_username_prompt=Este cambio afectará a los enlaces que hacen referencia continue=Continuar cancel=Cancelar +lookup_avatar_by_mail=Buscar avatar por correo +federated_avatar_lookup=Búsqueda de Avatar Federado enable_custom_avatar=Activar avatar personalizado choose_new_avatar=Selecciona nuevo avatar update_avatar=Actualizar configuración del avatar @@ -341,8 +356,8 @@ fork_repo=Hacer Fork del repositorio fork_from=Crear un Fork desde fork_visiblity_helper=No es posible cambiar la visibilidad de un Fork repo_desc=Descripción -repo_lang=Lenguaje -repo_lang_helper=Seleccione archivo .gitignore +repo_lang=Idioma +repo_gitignore_helper=Seleccionar plantillas de .gitignore license=Licencia license_helper=Selecciona un fichero de licencia readme=Readme @@ -350,9 +365,12 @@ readme_helper=Seleccione una plantilla de archivo readme auto_init=Inicializar los archivos seleccionados y plantillas de este repositorio create_repo=Crear repositorio default_branch=Rama por defecto +mirror_prune=Purgar +mirror_prune_desc=Remover referencias remotas que no existan remotamente mirror_interval=Intervalo de la réplica (en horas) mirror_address=Dirección de la réplica mirror_address_desc=Por favor, incluya las credenciales de usuario necesarias en la dirección. +mirror_last_synced=Última sincronización watchers=Seguidores stargazers=Fans forks=Forks @@ -379,12 +397,12 @@ copy_link_success=¡Copiado! copy_link_error=Presione ⌘ + C o Ctrl-C para copiar copied=Copiado correctamente unwatch=Dejar de vigilar -watch=Vigilar +watch=Seguir unstar=Eliminar destacado star=Destacar fork=Fork -no_desc=Sin Descripción +no_desc=Sin descripción quick_guide=Guía Rápida clone_this_repo=Clonar este repositorio create_new_repo_command=Crear un nuevo repositorio desde línea de comandos @@ -407,9 +425,48 @@ file_raw=Raw file_history=Histórico file_view_raw=Ver Raw file_permalink=Permalink +file_too_large=Este archivo es demasiado grande para ser mostrado + +editor.new_file=Nuevo archivo +editor.upload_file=Subir archivo +editor.edit_file=Editar archivo +editor.preview_changes=Vista previa de los cambios +editor.cannot_edit_non_text_files=Sólo puede editar archivos de texto +editor.edit_this_file=Editar este archivo +editor.must_be_on_a_branch=Debes estar en una rama para hacer o proponer cambios en este archivo +editor.fork_before_edit=Debes hacer un fork de este repositorio antes de editar el archivo +editor.delete_this_file=Eliminar este archivo +editor.must_have_write_access=Debes tener permisos de escritura para hacer o proponer cambios a este archivo +editor.file_delete_success=¡El archivo '%s' ha sido eliminado con éxito! +editor.name_your_file=Nombre de archivo... +editor.filename_help=Para añadir un directorio, simplemente escribelo y presiona /. Para eliminar un directorio, ve al principio del campo y presiona retroceso. +editor.or=o +editor.cancel_lower=cancelar +editor.commit_changes=Hacer commit de los cambios +editor.add_tmpl=Añadir '%s' +editor.add=Añadir '%s' +editor.update=Actualizar '%s' +editor.delete=Eliminar '%s' +editor.commit_message_desc=Añadir una descripción extendida opcional... +editor.commit_directly_to_this_branch=Hacer commit directamente en la rama %s. +editor.create_new_branch=Crear una nueva rama para este commit y hacer un pull request. +editor.new_branch_name_desc=Nombre de la rama nueva... +editor.cancel=Cancelar +editor.filename_cannot_be_empty=El nombre del archivo no puede estar vacío. +editor.branch_already_exists=La rama '%s' ya existe en este repositorio. +editor.directory_is_a_file=La entrada '%s' en el directorio padre es un archivo no un directorio en este repositorio. +editor.filename_is_a_directory=El nombre del fichero '%s' es un directorio existente en este repositorio. +editor.file_editing_no_longer_exists=El archivo '%s' que estás editando ya no existe en este repositorio. +editor.file_changed_while_editing=El contenido del archivo ha sido modificado desde que empezó a editarlo. Clic aquí para ver qué ha sido modificado o presiona confirmar de nuevo para sobrescribir estos cambios. +editor.file_already_exists=Ya existe un archivo con nombre '%s' en este repositorio. +editor.no_changes_to_show=No existen cambios para mostrar. +editor.fail_to_update_file=Error al actualizar/crear el archivo '%s', error: %v +editor.add_subdir=Añadir subdirectorio... +editor.unable_to_upload_files=Error al subir archivos a '%s', error: %v +editor.upload_files_to_dir=Subir archivos a '%s' commits.commits=Commits -commits.search=Buscar Commits +commits.search=Buscar commits commits.find=Buscar commits.author=Autor commits.message=Mensaje @@ -433,6 +490,11 @@ issues.create=Crear incidencia issues.new_label=Nueva Etiqueta issues.new_label_placeholder=Nombre etiqueta... issues.create_label=Crear etiqueta +issues.label_templates.title=Carga un conjunto predefinido de etiquetas +issues.label_templates.info=Tdavía no hay ninguna etiqueta. Puede hacer clic en el botón "Nueva etiqueta" para crear una o utilizar un conjunto predefinido abajo. +issues.label_templates.helper=Seleccionar un conjunto de etiquetas +issues.label_templates.use=Usar este conjunto de etiquetas +issues.label_templates.fail_to_load_file=Error al cargar el archivo de plantilla de etiqueta '%s': %v issues.open_tab=%d abiertas issues.close_tab=%d cerradas issues.filter_label=Etiqueta @@ -460,7 +522,8 @@ issues.next=Página Siguiente issues.open_title=Abierta issues.closed_title=Cerrada issues.num_comments=%d comentarios -issues.commented_at=`comentada %[2]s` +issues.commented_at='comentado %s' +issues.delete_comment_confirm=¿Seguro que deseas eliminar este comentario? issues.no_content=Aún no existe contenido. issues.close_issue=Cerrar issues.close_comment_issue=Comentar y cerrar @@ -473,8 +536,7 @@ issues.commit_ref_at=`mencionada esta incidencia en un commit Inicie sesión para comentar +issues.sign_in_require_desc= Inicie sesión para unirse a esta conversación. issues.edit=Editar issues.cancel=Cancelar issues.save=Guardar @@ -489,6 +551,8 @@ issues.label_deletion=Borrado de Etiqueta issues.label_deletion_desc=Al borrar la etiqueta su información será eliminada de todas las incidencias relacionadas. Desea continuar? issues.label_deletion_success=Etiqueta borrada con éxito! issues.num_participants=%d participantes +issues.attachment.open_tab='Haga clic para ver "%s" en una pestaña nueva' +issues.attachment.download=`Haga clic para descargar "%s"` pulls.new=Nuevo Pull Request pulls.compare_changes=Comparar cambios @@ -506,8 +570,8 @@ pulls.tab_conversation=Conversación pulls.tab_commits=Commits pulls.tab_files=Archivos modificados pulls.reopen_to_merge=Por favor reabra este Pull Request para proceder con la operación de fusionado. -pulls.merged=Fuisionado -pulls.has_merged=¡Este pull request se ha completado con éxito! +pulls.merged=Fusionado +pulls.has_merged=¡Este Pull Request se ha completado con éxito! pulls.data_broken=Los datos de este pull request ya no están disponibles porque se ha eliminado la información del fork. pulls.is_checking=Se está procediendo a la búsqueda de conflictos, por favor actualice la página en unos momentos. pulls.can_auto_merge_desc=Este Pull Request puede ser fusionado automáticamente. @@ -561,20 +625,32 @@ wiki.last_updated=Última actualización %s settings=Configuración settings.options=Opciones settings.collaboration=Colaboración +settings.collaboration.admin=Administrador +settings.collaboration.write=Escritura +settings.collaboration.read=Lectura +settings.collaboration.undefined=Indefinido settings.hooks=Webhooks settings.githooks=Git Hooks settings.basic_settings=Configuración Básica +settings.mirror_settings=Configuración de réplica +settings.sync_mirror=Sincronizar ahora +settings.mirror_sync_in_progress=Sincronización de réplica en curso, por favor actualice la página en unos minutos. settings.site=Sitio oficial settings.update_settings=Actualizar configuración settings.change_reponame_prompt=Este cambio afectará a los enlaces al repositorio. settings.advanced_settings=Ajustes avanzados -settings.wiki_desc=Habilitar la Wiki para que los colaboradores documenten +settings.wiki_desc=Activar sistema de wiki +settings.use_internal_wiki=Usar wiki integrada settings.use_external_wiki=Usar Wiki externa settings.external_wiki_url=URL externa de la Wiki settings.external_wiki_url_desc=Los visitantes serán redireccionados a la URL cuando hagan click en la barra. -settings.issues_desc=Habilitar tracker ligero de incidencias +settings.issues_desc=Habilitar rastreo de incidencias +settings.use_internal_issue_tracker=Usar rastreo de incidencias ligero incluido settings.use_external_issue_tracker=Usar tracker externo de incidencias settings.tracker_url_format=Formato URL del tracker de incidencias externo +settings.tracker_issue_style=Estilo de etiquetado del tracker externo de incidencias: +settings.tracker_issue_style.numeric=Numérico +settings.tracker_issue_style.alphanumeric=Alfanumérico settings.tracker_url_format_desc=Puedes usar las plantillas {user} {repo} {index} para el nombre de usuario, nombre del repositorio e índice de la incidencia. settings.pulls_desc=Habilitar Pull Requests para aceptar contribuciones públicas settings.danger_zone=Zona de Peligro @@ -597,9 +673,7 @@ settings.delete=Eliminar este repositorio settings.delete_desc=Una vez has eliminado un repositorio, no hay vuelta atrás. Por favor, asegúrate de que es lo que quieres. settings.delete_notices_1=- Esta operación NO PUEDE revertirse. settings.delete_notices_2=- Esta operación eliminará de manera permanente todo el contenido de este repositorio, incluyendo los datos de git, las incidencias, los comentarios y los permisos de acceso de los colaboradores. -settings.delete_notices_fork_1=- Si este repositorio es público, todos los forks se convertirán en repositorios independientes tras el borrado. -settings.delete_notices_fork_2=- Si este repositorio es privado, todos los forks serán eliminados simultáneamente. -settings.delete_notices_fork_3=- Si desea mantener los forks tras el borrado, por favor convierta este repositorio en público antes de proceder. +settings.delete_notices_fork_1=- Todos los forks se convertirán en independientes tras el borrado. settings.deletion_success=¡El respositorio ha sido eliminado satisfactoriamente! settings.update_settings_success=Las opciones del repositorio se han actualizado correctamente. settings.transfer_owner=Nuevo Propietario @@ -646,6 +720,8 @@ settings.event_send_everything=Necesito todo. settings.event_choose=Déjeme elegir lo que necesito. settings.event_create=Crear settings.event_create_desc=Rama o etiqueta creada +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request, abierta, cerrada, reabierta, editada, asignada, desasignada, con etiqueta actualizada, con etiqueta eliminada, o sincronizada. settings.event_push=Push settings.event_push_desc=Git push a un repositorio settings.active=Activo @@ -683,6 +759,8 @@ diff.show_unified_view=Unificar vista diff.stats_desc=Se han modificado %d ficheros con %d adiciones y %d borrados diff.bin=BIN diff.view_file=Ver fichero +diff.file_suppressed=La diferencia del archivo ha sido suprimido porque es demasiado grande +diff.too_many_files=Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio release.releases=Releases release.new_release=Nueva Release @@ -713,6 +791,7 @@ release.deletion=Eliminar Release release.deletion_desc=Eliminar este Release eliminará la etiqueta correspondiente. ¿Desea continuar? release.deletion_success=¡El release ha sido eliminado correctamente! release.tag_name_already_exist=Ya existe una Release con esta etiqueta. +release.tag_name_invalid=Nombre de la etiqueta no es válido. release.downloads=Descargas [org] @@ -880,6 +959,7 @@ users.edit_account=Editar Cuenta users.max_repo_creation=Límite máximo de repositorios users.max_repo_creation_desc=(Configura a -1 para usar el límite global por defecto) users.is_activated=Esta cuenta está activada +users.prohibit_login=Esta cuenta no tiene permitido ingresar users.is_admin=Esta cuenta tiene permisos de administrador users.allow_git_hook=Esta cuenta tiene permisos para crear hooks de Git users.allow_import_local=Esta cuenta dispone de permisos para importar repositorios locales @@ -910,6 +990,7 @@ auths.enabled=Activo auths.updated=Actualizado auths.auth_type=Tipo de autenticación auths.auth_name=Nombre de autenticación +auths.security_protocol=Protocolo de seguridad auths.domain=Dominio auths.host=Host auths.port=Puerto @@ -984,6 +1065,7 @@ config.db_ssl_mode=Modo SSL config.db_ssl_mode_helper=(sólo para "postgres") config.db_path=Ruta config.db_path_helper=(para "sqlite3" y "tidb") + config.service_config=Configuración del servicio config.register_email_confirm=Solicitar Confirmación por Correo Electrónico config.disable_register=Deshabilitar el Registro @@ -994,10 +1076,12 @@ config.disable_key_size_check=Deshabilitar la comprobación de Tamaño Mínimo d config.enable_captcha=Activar Captcha config.active_code_lives=Habilitar Vida del Código config.reset_password_code_lives=Restablecer Contraseña de Vida del Código + config.webhook_config=Configuración de Webhooks config.queue_length=Tamaño de Cola de Envío config.deliver_timeout=Timeout de Entrega config.skip_tls_verify=Omitir la Verificación TLS + config.mailer_config=Configuración del servidor de correo config.mailer_enabled=Activado config.mailer_disable_helo=Desactivar HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Usuario config.send_test_mail=Enviar email de prueba config.test_mail_failed=Fallo al enviar el email de prueba a '%s': %v config.test_mail_sent=El email de prueba ha sido enviado a '%s'. + config.oauth_config=Configuración OAuth config.oauth_enabled=Activado + config.cache_config=Configuración de la Caché config.cache_adapter=Adaptador de la Caché config.cache_interval=Intervalo de la Caché config.cache_conn=Conexión de la Caché + config.session_config=Configuración de la Sesión config.session_provider=Proveedor de la Sesión config.provider_config=Configuración del Proveedor @@ -1022,9 +1109,24 @@ config.gc_interval_time=Intervalo de tiempo del GC config.session_life_time=Tiempo de Vida de la Sesión config.https_only=Sólo HTTPS config.cookie_life_time=Tiempo de Vida de la Cookie + config.picture_config=Configuración de Imagen config.picture_service=Servicio de Imágen config.disable_gravatar=Desactivar Gravatar +config.enable_federated_avatar=Habilitar Avatares Federados + +config.git_config=Configuración de Git +config.git_disable_diff_highlight=Desactivar resaltado de sintaxis del Diff +config.git_max_diff_lines=Líneas de Diff máximas (por un solo archivo) +config.git_max_diff_line_characters=Carácteres de Diff máximos (para una sola línea) +config.git_max_diff_files=Máximo de archivos de Diff (que se mostrarán) +config.git_gc_args=Argumentos de GC +config.git_migrate_timeout=Tiempo de espera de migración +config.git_mirror_timeout=Tiempo de espera de actualización de réplicas +config.git_clone_timeout=Tiempo de espera de operación de clones +config.git_pull_timeout=Tiempo de espera de operación de pull +config.git_gc_timeout=Tiempo de espera de operación de GC + config.log_config=Configuración del Log config.log_mode=Modo del Log @@ -1086,7 +1188,7 @@ hours=%[2]s %[1]d horas days=%[2]s %[1]d días weeks=%[2]s %[1]d semanas months=%[2]s %[1]d meses -years=%s %d años +years=%[2]s %[1]d años raw_seconds=segundos raw_minutes=minutos diff --git a/conf/locale/locale_fi-FI.ini b/conf/locale/locale_fi-FI.ini old mode 100755 new mode 100644 index 647013143..6350156d8 --- a/conf/locale/locale_fi-FI.ini +++ b/conf/locale/locale_fi-FI.ini @@ -96,6 +96,8 @@ offline_mode=Ota käyttöön Offline tila offline_mode_popup=Poista käytöstä CDN myös tuotanto tilassa, kaikki resurssi tiedostot palvellaan paikallisesti. disable_gravatar=Poista käytöstä Gravatar palvelu disable_gravatar_popup=Poista käytöstä Gravatar ja mukautetut lähteet, kaikki profiilikuvat on käyttäjien palvelimelle lähettämiä tai oletus. +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=Poista käytöstä itse-rekisteröinti disable_registration_popup=Poista käyttäjän itse rekisteröinti, vain ylläpito voi luoda tilejä. enable_captcha=Ota käyttöön Captcha @@ -124,6 +126,7 @@ uname_holder=Käyttäjätunnus tai sähköposti password_holder=Salasana switch_dashboard_context=Vaihda kojelaudan kontekstia my_repos=Reponi +show_more_repos=Show more repositories... collaborative_repos=Yhteistyö repot my_orgs=Organisaationi my_mirrors=Peilini @@ -148,6 +151,8 @@ forget_password=Unohtuiko salasana? sign_up_now=Tarvitsetko tilin? Rekisteröidy nyt. confirmation_mail_sent_prompt=Uusi varmistus sähköposti on lähetetty osoitteeseen %s, ole hyvä ja tarkista saapuneet seuraavan %d tunnin sisällä saadaksesi rekisteröintiprosessin valmiiksi. active_your_account=Aktivoi tilisi +prohibit_login=Login Prohibited +prohibit_login_desc=Your account is prohibited to login, please contact site admin. resent_limit_prompt=Sori, olet jo tilannut aktivointi sähköpostin lähiaikoina. Ole hyvä ja odota 3 minuuttia ja yritä sitten uudelleen. has_unconfirmed_mail=Hei %s, sinulla on varmistamaton sähköposti osoite (%s). Jos et ole saanut varmistus sähköpostia tai tarvitset uudelleenlähetyksen, ole hyvä ja klikkaa allaolevaa painiketta. resend_mail=Klikkaa tästä uudelleenlähettääksesi aktivointi sähköpostisi @@ -157,6 +162,7 @@ reset_password=Nollaa salasanasi invalid_code=Sori, varmistuskoodisi on vanhentunut tai väärä. reset_password_helper=Klikkaa tästä nollataksesi salasanasi password_too_short=Salasanan pituus ei voi olla vähemmän kuin 6 merkkiä. +non_local_account=Non-local accounts cannot change passwords through Gogs. [mail] activate_account=Ole hyvä ja aktivoi tilisi @@ -183,6 +189,13 @@ TeamName=Tiimin nimi AuthName=Luvan nimi AdminEmail=Ylläpito sähköposti +NewBranchName=New branch name +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=File path +Content=Content + require_error=` ei voi olla tyhjä.` alpha_dash_error=` täytyy olla kirjaimia tai numeroita tai väliviiva(-_) merkkejä.` alpha_dash_dot_error=` täytyy olla kirjaimia tai numeroita tai väliviiva(-_) tai piste merkkejä.` @@ -219,8 +232,7 @@ org_still_own_repo=Tällä organisaatiolla on yhä omistajuus repoon, sinun täy target_branch_not_exist=Kohde branchia ei ole olemassa. [user] -change_avatar=Vaihda avatarisi osoitteeessa gravatar.com -change_custom_avatar=Vaihda avatar asetuksissa +change_avatar=Change your avatar join_on=Liitytty repositories=Repot activity=Julkinen toiminta @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Käyttäjätunnus mallia '%s' ei ole sallittu. [settings] profile=Profiili password=Salasana +avatar=Avatar ssh_keys=SSH avaimet social=Sosiaaliset tilit applications=Sovellukset @@ -256,6 +269,8 @@ change_username_prompt=Tämä muutos vaikuttaa tapaan kuinka linkit liittyvät t continue=Jatka cancel=Peruuta +lookup_avatar_by_mail=Lookup Avatar by mail +federated_avatar_lookup=Federated Avatar Lookup enable_custom_avatar=Ota käyttöön mukautettu profiilikuva choose_new_avatar=Valitse uusi profiilikuva update_avatar=Päivitä profiilikuva asetus @@ -342,7 +357,7 @@ fork_from=Forkkaa lähteestä fork_visiblity_helper=Et voi muuttaa forkatun repon näkyvyyttä. repo_desc=Kuvaus repo_lang=Kieli -repo_lang_helper=Valitse .gitignore tiedostot +repo_gitignore_helper=Select .gitignore templates license=Lisenssi license_helper=Valitse lisenssitiedosto readme=Lueminut-tiedosto @@ -350,9 +365,12 @@ readme_helper=Valitse Lueminut-malli auto_init=Alusta tämä repo valituilla tiedostoilla ja mallilla create_repo=Luo repo default_branch=Oletus branch +mirror_prune=Prune +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=Peili aikaväli (tuntia) mirror_address=Peili osoite mirror_address_desc=Ole hyvä ja liitä osoitteeseen tarvittavat käyttäjätunnukset. +mirror_last_synced=Last Synced watchers=Tarkkailijat stargazers=Tähtiharrastajat forks=Haarat @@ -407,6 +425,45 @@ file_raw=Raaka file_history=Historia file_view_raw=Näytä raaka file_permalink=Pysyvä linkki +file_too_large=This file is too large to be shown + +editor.new_file=New file +editor.upload_file=Upload file +editor.edit_file=Edit file +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=Cannot edit non-text files +editor.edit_this_file=Edit this file +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=Delete this file +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=cancel +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=Cancel +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' commits.commits=Commitit commits.search=Etsi commiteista @@ -433,6 +490,11 @@ issues.create=Ilmoita ongelma issues.new_label=Uusi tunniste issues.new_label_placeholder=Tunnisteen nimi... issues.create_label=Luo tunniste +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d avoinna issues.close_tab=%d suljettu issues.filter_label=Tunniste @@ -460,7 +522,8 @@ issues.next=Seuraava issues.open_title=Avoinna issues.closed_title=Suljettu issues.num_comments=%d kommenttia -issues.commented_at=`kommentoi %[2]s` +issues.commented_at=`commented %s` +issues.delete_comment_confirm=Are you sure you want to delete this comment? issues.no_content=Sisältöä ei vielä ole. issues.close_issue=Sulje issues.close_comment_issue=Kommentoi ja sulje @@ -473,8 +536,7 @@ issues.commit_ref_at=`viittasi tähän ongelmaan commitissa Kirjaudu sisään kommentoidaksesi +issues.sign_in_require_desc=Sign in to join this conversation. issues.edit=Muokkaa issues.cancel=Peruuta issues.save=Tallenna @@ -489,6 +551,8 @@ issues.label_deletion=Tunnisteen poistaminen issues.label_deletion_desc=Tämän tunnisteen poistaminen poistaa sen tiedot kaikista siihen liittyvistä ongelmista. Haluatko jatkaa? issues.label_deletion_success=Tunniste on poistettu onnistuneesti! issues.num_participants=%d osallistujaa +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` pulls.new=Uusi pull pyyntö pulls.compare_changes=Vertaa muutoksia @@ -561,20 +625,32 @@ wiki.last_updated=Viimeksi päivitetty: %s settings=Asetukset settings.options=Valinnaiset settings.collaboration=Yhteistyö +settings.collaboration.admin=Admin +settings.collaboration.write=Write +settings.collaboration.read=Read +settings.collaboration.undefined=Undefined settings.hooks=Webkoukut settings.githooks=Git koukut settings.basic_settings=Perusasetukset +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=Virallinen sivusto settings.update_settings=Päivitä asetukset settings.change_reponame_prompt=Tämä muutos vaikuttaa siihen miten linkit liittyvät repoon. settings.advanced_settings=Lisäasetukset -settings.wiki_desc=Ota käyttöön wiki salliaksesi ihmisten kirjoittaa asiakirjoja +settings.wiki_desc=Enable wiki system +settings.use_internal_wiki=Use builtin wiki settings.use_external_wiki=Käytä ulkoista wikiä settings.external_wiki_url=Ulkoinen Wiki URL settings.external_wiki_url_desc=Vierailijat uudelleenohjataan URL-osoitteeseen kun he klikkaavat välilehteä. -settings.issues_desc=Ota käyttöön sisäänrakennettu kevyt vikaseuranta +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker settings.use_external_issue_tracker=Käytä ulkoista vikaseurantaa settings.tracker_url_format=Ulkoisen vikaseurannan URL muoto +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=Numeric +settings.tracker_issue_style.alphanumeric=Alphanumeric settings.tracker_url_format_desc=Voit käyttää paikkamerkkiä {user} {repo} {index} käyttäjänimelle, reponimelle ja vikanumerolle. settings.pulls_desc=Ota käyttöön pull-pyynnöt salliaksesi julkiset koodilahjoitukset settings.danger_zone=Vaaravyöhyke @@ -597,9 +673,7 @@ settings.delete=Poista tämä repo settings.delete_desc=Huomio, kun kerran poistat repon, niin ei ole paluuta. Varmista että haluat todella tehdä tämän. settings.delete_notices_1=- Tätä toimintoa EI VOI peruuttaa myöhemmin. settings.delete_notices_2=- Tämä toiminto poistaa pysyvästi kaikki tästä reposta, mukaanlukien Git tiedot, ongelmat, kommentit ja yhteistyökumppanien pääsyoikeudet. -settings.delete_notices_fork_1=- Jos tämä repo on julkinen, kaikki forkit tulevat itsenäiseksi poiston jälkeen. -settings.delete_notices_fork_2=- Jos tämä repo on yksityinen, kaikki forkit poistetaan samalla. -settings.delete_notices_fork_3=- Jos haluat pitää kaikki forkit poistamisen jälkeen, ole hyvä ja muuta tämän repon näkyvyys julkiseksi ensin. +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=Repo on poistettu onnistuneesti! settings.update_settings_success=Repom asetukset on päivitetty onnistuneesti. settings.transfer_owner=Uusi omistaja @@ -646,6 +720,8 @@ settings.event_send_everything=Tarvitsen kaiken. settings.event_choose=Haluan valita, mitä tarvitsen. settings.event_create=Luo settings.event_create_desc=Branch, tai tagi luotu +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=Push settings.event_push_desc=Git push repoon settings.active=Aktiivinen @@ -683,6 +759,8 @@ diff.show_unified_view=Yhdistetty näkymä diff.stats_desc=%d muutettua tiedostoa jossa %d lisäystä ja %d poistoa diff.bin=BIN diff.view_file=Näytä tiedosto +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=Julkaisut release.new_release=Uusi julkaisu @@ -713,6 +791,7 @@ release.deletion=Version poisto release.deletion_desc=Tämän version poistaminen poistaa vastaavan Git tagin. Haluatko jatkaa? release.deletion_success=Versio on poistettu onnistuneesti! release.tag_name_already_exist=Versio tällä taginimellä on jo olemassa. +release.tag_name_invalid=Tag name is not valid. release.downloads=Lataukset [org] @@ -880,6 +959,7 @@ users.edit_account=Muokkaa tiliä users.max_repo_creation=Maksimi repojen määrä jonka voi luoda users.max_repo_creation_desc=(Aseta -1 käyttääksesi globaalia oletusrajaa) users.is_activated=Tämä tili on aktivoitu +users.prohibit_login=This account is prohibited to login users.is_admin=Tällä tilillä on ylläpito-oikeudet users.allow_git_hook=Tällä tilillä on oikeudet luoda Git koukkuja users.allow_import_local=Tällä tilillä on oikeudet tuoda paikallisia repoja @@ -910,6 +990,7 @@ auths.enabled=Käytössä auths.updated=Päivitetty auths.auth_type=Todennustyyppi auths.auth_name=Todennusnimi +auths.security_protocol=Security Protocol auths.domain=Verkkotunnus auths.host=Isäntä auths.port=Portti @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL tila config.db_ssl_mode_helper=(vain "postgres") config.db_path=Polku config.db_path_helper=("sqlite3" ja "tidb") + config.service_config=Palvelu asetukset config.register_email_confirm=Vaadi sähköpostivahvistus config.disable_register=Poista käytöstä rekisteröinti @@ -994,10 +1076,12 @@ config.disable_key_size_check=Poista käytöstä avaimen vähimmäiskoko tarkist config.enable_captcha=Ota käyttöön Captcha config.active_code_lives=Aktiivinen koodi elämät ennen vanhenemista config.reset_password_code_lives=Nollaa salasana koodi elämät + config.webhook_config=Webkoukku asetukset config.queue_length=Jonon pituus config.deliver_timeout=Toimitus aikakatkaisu config.skip_tls_verify=Ohita TLS tarkistaminen + config.mailer_config=Sähköpostipalvelin asetukset config.mailer_enabled=Käytössä config.mailer_disable_helo=Poista käytöstä HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Käyttäjä config.send_test_mail=Lähetä testi sähköposti config.test_mail_failed=Testi sähköpostin lähettäminen vastaanottajalle '%s': %v epäonnistui config.test_mail_sent=Testi sähköposti on lähetetty vastaanottajalle '%s'. + config.oauth_config=OAuth asetukset config.oauth_enabled=Käytössä + config.cache_config=Välimuistin asetukset config.cache_adapter=Välimuistin sovitin config.cache_interval=Välimuistin aikaväli config.cache_conn=Välimuistin yhteys merkkijono + config.session_config=Istunnon asetukset config.session_provider=Istunnon toimittaja config.provider_config=Toimittajan asetukset @@ -1022,9 +1109,24 @@ config.gc_interval_time=GC aikaväli aika config.session_life_time=Istunnon elinikä config.https_only=Vain HTTPS config.cookie_life_time=Evästeen elinikä + config.picture_config=Kuva asetukset config.picture_service=Kuva palvelu config.disable_gravatar=Poista käytöstä Gravatar +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + config.log_config=Loki asetukset config.log_mode=Loki tila diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini old mode 100755 new mode 100644 index 70ffea682..89901dd93 --- a/conf/locale/locale_fr-FR.ini +++ b/conf/locale/locale_fr-FR.ini @@ -57,7 +57,7 @@ password=Mot de passe db_name=Nom de base de données db_helper=Veuillez utiliser le moteur INNODB avec le jeu de caractères utf8_general_ci pour MySQL. ssl_mode=Mode SSL -path=Chemin +path=Emplacement sqlite_helper=Le chemin du fichier de base de données SQLite3 ou TiDB.
Utilisez un chemin absolu lorsque vous démarrez en tant que service. err_empty_db_path=Le chemin de la base de données SQLite3 ou TiDB ne peut être vide. err_invalid_tidb_name=Le nom de la base de données TiDB ne peut contenir les caractères "." ou "-". @@ -83,7 +83,7 @@ log_root_path=Chemin des fichiers log log_root_path_helper=Répertoire d'écriture des fichiers de log. optional_title=Paramètres facultatifs -email_title=Paramètres du Service de Messagerie +email_title=Paramètres du service de messagerie smtp_host=Hôte SMTP smtp_from=Provenant de smtp_from_helper=Adresse de l'expéditeur, RFC 5322. Soit une adresse courriel simple, soit au format "Nom" . @@ -96,11 +96,13 @@ offline_mode=Activer le mode hors connexion offline_mode_popup=Désactiver le CDN, même en production. Toutes les ressources seront distribuées en local. disable_gravatar=Désactiver le service Gravatar disable_gravatar_popup=Désactiver Gravatar et les sources personnalisées, tous les avatars sont téléchargés par les utilisateurs ou par défaut. +federated_avatar_lookup=Activer les recherches d'avatars unifiés +federated_avatar_lookup_popup=Activer la recherche unifiée d'avatars en utilisant le service open source unifié basé sur libravatar. disable_registration=Désactiver le formulaire d'inscription disable_registration_popup=Désactiver le formulaire d'inscription, seuls les administrateurs peuvent créer des comptes. enable_captcha=Activez le Captcha enable_captcha_popup=Demande la validation Captcha pour l'auto-enregistrement de l'utilisateur. -require_sign_in_view=Demander une connexion pour afficher des pages +require_sign_in_view=Exiger l'identification pour afficher les pages require_sign_in_view_popup=Seules les personnes connectées peuvent voir les pages. Les visiteurs anonymes ne pourront voir que les pages de connexion/enregistrement. admin_setting_desc=Vous n'avez pas besoin de créer un compte administrateur. L'utilisateur ayant l'ID = 1 aura automatiquement accès à l'administration. admin_title=Paramètres du compte administrateur @@ -113,20 +115,21 @@ test_git_failed=Le test de la commande "git" a échoué : %v sqlite3_not_available=Votre version publiée ne prend pas en charge SQLite3. Veuillez télécharger la version binaire officielle à cette adresse %s. invalid_db_setting=Paramètres de base de données incorrects : %v invalid_repo_path=Chemin vers la racine du dépôt invalide : %v -run_user_not_match=L'utilisateur entré n'est pas l'utilisateur actuel : %s -> %s +run_user_not_match=L'utilisateur d'exécution saisi n'est pas l'utilisateur d'exécution actuel : %s -> %s save_config_failed=La sauvegarde de la configuration a échoué : %v invalid_admin_setting=Paramètres du compte administrateur invalides : %v install_success=Bienvenue ! Nous sommes heureux que vous ayez choisi Gogs, amusez-vous et prenez soin de vous. -invalid_log_root_path=Le chemin principal des fichiers logs est invalide: %v +invalid_log_root_path=L'emplacement racine des fichiers logs est invalide : %v [home] -uname_holder=Nom d'Utilisateur ou E-mail +uname_holder=Nom d'utilisateur ou e-mail password_holder=Mot de passe -switch_dashboard_context=Basculer le Contexte du Tableau de Bord +switch_dashboard_context=Basculer le contexte du tableau de bord my_repos=Mes dépôts +show_more_repos=Afficher plus de dépôts... collaborative_repos=Dépôts collaboratifs -my_orgs=Mes Organisations -my_mirrors=Mes Miroirs +my_orgs=Mes organisations +my_mirrors=Mes miroirs view_home=Voir %s issues.in_your_repos=Dans vos dépôts @@ -141,13 +144,15 @@ create_new_account=Créer un nouveau compte register_hepler_msg=Déjà enregistré ? Connectez-vous ! social_register_hepler_msg=Déjà enregistré ? Associez-le ! disable_register_prompt=Désolé, les enregistrements ont été désactivés. Veuillez contacter l'administrateur du site. -disable_register_mail=Désolé, la Confirmation par Mail des Enregistrements a été désactivée. +disable_register_mail=Désolé, la confirmation par e-mail des enregistrements a été désactivée. remember_me=Se souvenir de moi -forgot_password=Mot de Passe oublié -forget_password=Mot de Passe oublié ? +forgot_password=Mot de passe oublié +forget_password=Mot de passe oublié ? sign_up_now=Pas de compte ? Inscrivez-vous maintenant. confirmation_mail_sent_prompt=Un nouveau mail de confirmation à été envoyé à %s. Veuillez vérifier votre boîte de réception dans un délai de %d heures pour compléter votre enregistrement. -active_your_account=Activer votre Compte +active_your_account=Activer votre compte +prohibit_login=Connexion interdite +prohibit_login_desc=Votre compte est interdit de se connecter, contactez l’administrateur du site. resent_limit_prompt=Désolé, vos tentatives d'activation sont trop fréquentes. Veuillez réessayer dans 3 minutes. has_unconfirmed_mail=Bonjour %s, votre adresse e-mail (%s) n'a pas été confirmée. Si vous n'avez reçu aucun mail de confirmation ou souhaitez renouveler l'envoi, cliquez sur le bouton ci-dessous. resend_mail=Cliquez ici pour renvoyer un mail de confirmation @@ -157,12 +162,13 @@ reset_password=Réinitialiser le mot de passe invalid_code=Désolé, votre code de confirmation est invalide ou a expiré. reset_password_helper=Cliquez ici pour réinitialiser votre mot de passe password_too_short=Le mot de passe doit contenir 6 caractères minimum. +non_local_account=Les comptes non locaux ne peuvent pas changer leur mot de passe via Gogs. [mail] activate_account=Veuillez activer votre compte activate_email=Veuillez vérifier votre adresse e-mail reset_password=Réinitialiser votre mot de passe -register_success=Succès de l'enregistrement, Bienvenue +register_success=Inscription réussie, bienvenue register_notify=Bienvenue à bord [modal] @@ -173,19 +179,26 @@ modify=Modifier [form] UserName=Nom d'utilisateur RepoName=Nom du dépôt -Email=Adresse E-mail +Email=Adresse e-mail Password=Mot de passe Retype=Confirmez le mot de passe SSHTitle=Nom de la clé SSH HttpsUrl=URL HTTPS -PayloadUrl=URL des Données Utiles -TeamName=Nom d'équipe +PayloadUrl=URL des données utiles +TeamName=Nom de l'équipe AuthName=Nom d'autorisation AdminEmail=E-mail de l'administrateur -require_error=` Ne peut être vide ` -alpha_dash_error=` doivent être des caractères alpha, numeriques ou console (-_) valides ` -alpha_dash_dot_error=` doivent être des caractères alpha, numeriques, console (-_) valides ou des points ` +NewBranchName=Nouveau nom de la branche +CommitSummary=Résumé du commit +CommitMessage=Message de commit +CommitChoice=Choix de commit +TreeName=Chemin du fichier +Content=Contenu + +require_error=` ne peut pas être vide.` +alpha_dash_error=` doivent être des caractères alpha, numériques ou tirets (-_) valides.` +alpha_dash_dot_error=` doivent être des caractères alpha, numériques, tirets (-_) valides ou des points.` size_error=` doit être à la taille de %s.` min_size_error=` %s caractères minimum ` max_size_error=` %s caractères maximum ` @@ -212,15 +225,14 @@ invalid_ssh_key=Désolé, impossible de valider votre clé SSH : %s unable_verify_ssh_key=Gogs n'a pu vérifier la validité de votre clé SSH, même si nous partons du principe qu'elle le soit. Cela-dit, veuillez vous en assurer. auth_failed=Échec d'authentification : %s -still_own_repo=Votre compte comporte toujours des propriétés du dépôt. Vous devez d'abord les supprimer ou les transférer. -still_has_org=Votre compte contient toujours au moins une adhésion à une organisation, vous devez quitter ou supprimer votre adhésion. -org_still_own_repo=Cette organisation comporte toujours des propriétés du dépôt. Vous devez d'abord les supprimer ou les transférer. +still_own_repo=Votre compte est toujours propriétaire d'un ou plusieurs dépôts. Vous devez d'abord les supprimer ou les transférer. +still_has_org=Votre compte fait toujours partie d'une ou plusieurs organisations. Vous devez d'abord les quitter ou les supprimer. +org_still_own_repo=Cette organisation est toujours propriétaire d'un ou plusieurs dépôts. Vous devez d'abord les supprimer ou les transférer. target_branch_not_exist=La branche cible n'existe pas. [user] -change_avatar=Changez d'avatar via gravatar.com -change_custom_avatar=Changez votre avatar dans les paramètres +change_avatar=Changer votre avatar join_on=Inscrit le repositories=Dépôts activity=Activité publique @@ -236,11 +248,12 @@ form.name_pattern_not_allowed=Motif '%s' interdit pour les noms d'utilisateur. [settings] profile=Profil password=Mot de Passe +avatar=Avatar ssh_keys=Clés SSH social=Réseaux Sociaux applications=Applications orgs=Organisations -delete=Supprimer le Compte +delete=Supprimer le compte uid=ID d'Utilisateur public_profile=Profil public @@ -256,7 +269,9 @@ change_username_prompt=Cette modification affectera la manière dont les liens s continue=Continuer cancel=Annuler -enable_custom_avatar=Activer l'Avatar personnalisé +lookup_avatar_by_mail=Recherche d'avatar par email +federated_avatar_lookup=Recherche d'avatars unifiés +enable_custom_avatar=Activer l'avatar personnalisé choose_new_avatar=Sélectionner un nouvel avatar update_avatar=Mettre à jour l'avatar delete_current_avatar=Supprimer l'avatar actuel @@ -265,21 +280,21 @@ update_avatar_success=Votre avatar a été mis à jour avec succès. change_password=Modifier le mot de passe old_password=Mot de passe actuel -new_password=Nouveau Mot de Passe +new_password=Nouveau mot de passe retype_new_password=Retapez le nouveau mot de passe password_incorrect=Mot de passe actuel incorrect. change_password_success=Mot de passe modifié avec succès. Vous pouvez à présent vous connecter avec le nouveau mot de passe. password_change_disabled=Les utilisateurs non-locaux n'ont pas le droit de modifier leur mot de passe. -emails=Adresses E-mail +emails=Adresses e-mail manage_emails=Gérer les adresses e-mail email_desc=Votre adresse e-mail principale sera utilisée pour les notifications et d'autres opérations. primary=Principale primary_email=Définir comme principale delete_email=Supprimer -email_deletion=Suppression de l'adresse mél +email_deletion=Suppression de l'adresse e-mail email_deletion_desc=Supprimer cette adresse e-mail supprimera les informations associées à votre compte. Voulez-vous continuer ? -email_deletion_success=L'adresse mél a été supprimée avec succès ! +email_deletion_success=L'adresse e-mail a été supprimée avec succès ! add_new_email=Ajouter une nouvelle adresse e-mail add_email=Ajouter un e-mail add_email_confirmation_sent=Une nouvelle confirmation d'adresse e-mail a été envoyé à '%s', veuillez vérifier votre boîte de réception dans un délai de %d heures pour terminer le processus de confirmation. @@ -330,7 +345,7 @@ delete_account_desc=Ce compte sera supprimé définitivement. Voulez-vous contin [repo] owner=Propriétaire -repo_name=Nom du Dépôt +repo_name=Nom du dépôt repo_name_helper=Idéalement, le nom d'un dépot devrait être court, mémorable et unique. visibility=Visibilité visiblity_helper=Ce dépôt est privé @@ -342,7 +357,7 @@ fork_from=Fork de fork_visiblity_helper=La visibilité d'un fork ne peut pas être modifiée. repo_desc=Description repo_lang=Langue -repo_lang_helper=Sélectionnez les fichiers .gitignore +repo_gitignore_helper=Choisissez un modèle de fichier .gitignore license=Licence license_helper=Sélectionner un fichier de licence readme=Fichier Readme @@ -350,9 +365,12 @@ readme_helper=Sélectionnez un modèle de readme auto_init=Initialiser ce dépôt avec le modèle et les fichiers sélectionnés create_repo=Créer un dépôt default_branch=Branche par défaut +mirror_prune=Purger +mirror_prune_desc=Supprimez toute référence de suivi à distance qui n'existe plus sur le dépôt distant mirror_interval=Intervalle du miroir (heure) mirror_address=Adresse du miroir mirror_address_desc=Veuillez inclure les informations d'identification nécessaires dans l'adresse. +mirror_last_synced=Dernière synchronisation watchers=Observateurs stargazers=Stargazers forks=Forks @@ -372,7 +390,7 @@ migrate.invalid_local_path=Chemin local non valide, non existant ou n'étant pas migrate.failed=Echec de migration: %v mirror_from=miroir de -forked_from=scindé depuis +forked_from=forké depuis fork_from_self=Vous ne pouvez pas forker un dépôt que vous possédez déja ! copy_link=Copier copy_link_success=Copié! @@ -400,13 +418,52 @@ tags=Tags issues=Tickets pulls=Pull Requests labels=Etiquettes -milestones=Étapes +milestones=Jalons commits=Commits releases=Publications file_raw=Raw file_history=Historique file_view_raw=Voir le Raw file_permalink=Lien permanent +file_too_large=Ce fichier est trop gros pour être afficher + +editor.new_file=Nouveau fichier +editor.upload_file=Téléverser un fichier +editor.edit_file=Modifier fichier +editor.preview_changes=Aperçu des modifications +editor.cannot_edit_non_text_files=Impossible de modifier les fichiers non-texte +editor.edit_this_file=Modifier ce fichier +editor.must_be_on_a_branch=Vous devez être sur une branche pour appliquer ou proposer des modifications à ce fichier +editor.fork_before_edit=Vous devez fourcher ce dépôt avant de modifier le fichier +editor.delete_this_file=Supprimer ce fichier +editor.must_have_write_access=Vous devez avoir un accès en écriture pour appliquer ou proposer des modifications à ce fichier +editor.file_delete_success=Fichier '%s' a été supprimé avec succès! +editor.name_your_file=Nommez votre fichier... +editor.filename_help=Pour ajouter un répertoire, il suffit de le taper puis d'appuyer sur /. Pour supprimer un répertoire, aller au début du champ et appuyerz sur retour arrière. +editor.or=ou +editor.cancel_lower=annuler +editor.commit_changes=Commit les modifications +editor.add_tmpl=Ajouter '%s/' +editor.add=Ajouter '%s' +editor.update=Mettre à jour '%s' +editor.delete=Supprimer '%s' +editor.commit_message_desc=Ajouter une optionnelle description détaillée... +editor.commit_directly_to_this_branch=Soumettre directement à la branche %s. +editor.create_new_branch=Créer une nouvelle branche pour cette validation et envoyer une nouvelle pull request. +editor.new_branch_name_desc=Nouveau nom de la branche... +editor.cancel=Annuler +editor.filename_cannot_be_empty=Nom de fichier ne peut pas être vide. +editor.branch_already_exists=La branche '%s' existe déjà dans ce dépôt. +editor.directory_is_a_file=L'entrée '%s' dans le chemin d’accès parent est un fichier pas un répertoire dans ce dépôt. +editor.filename_is_a_directory=Le nom de fichier '%s' existe déjà dans ce dépot. +editor.file_editing_no_longer_exists=Le fichier '%s' que vous modifiez n'existe plus dans le dépôt. +editor.file_changed_while_editing=Le contenu du fichier à changé depuis que vous avez commencé à l'éditer. Cliquez ici pour voir ce qui à été modifié ou appuyez sur commit encore une fois pour remplacer ces changements. +editor.file_already_exists=La branche '%s' existe déjà dans ce dépôt. +editor.no_changes_to_show=Il n’y a aucun changement à afficher. +editor.fail_to_update_file=Échec lors de la mise à jour/création du fichier '%s' avec l’erreur : %v +editor.add_subdir=Ajouter un sous-répertoire... +editor.unable_to_upload_files=Échec lors de l'envoie du fichier '%s' avec l’erreur : %v +editor.upload_files_to_dir=Transférer les fichiers vers '%s' commits.commits=Commits commits.search=Rechercher des commits @@ -421,23 +478,28 @@ issues.new=Nouveau ticket issues.new.labels=Etiquettes issues.new.no_label=Pas d'étiquette issues.new.clear_labels=Effacer les étiquettes -issues.new.milestone=Étape -issues.new.no_milestone=Pas d'étape -issues.new.clear_milestone=Effacer l'étape -issues.new.open_milestone=Ouvrir l'étape -issues.new.closed_milestone=Étapes fermées +issues.new.milestone=Jalon +issues.new.no_milestone=Aucun jalon +issues.new.clear_milestone=Effacer le jalon +issues.new.open_milestone=Ouvrir un jalon +issues.new.closed_milestone=Jalons fermés issues.new.assignee=Affecté à issues.new.clear_assignee=Supprimer les assignataires issues.new.no_assignee=Pas d'assignataire -issues.create=Créer un rapport de problème +issues.create=Créer un ticket issues.new_label=Nouvelle étiquette issues.new_label_placeholder=Nom de l'étiquette... issues.create_label=Créer une étiquette +issues.label_templates.title=Charger un ensemble prédéfini d'étiquettes +issues.label_templates.info=Il n'y a pas encore d'étiquettes. Vous pouvez cliquer sur le bouton "Nouveau Label" ci-dessus pour créer une ou utiliser un ensemble prédéfini ci-dessous. +issues.label_templates.helper=Sélectionnez un ensemble d'étiquettes +issues.label_templates.use=Utilisez ce jeu d'étiquettes +issues.label_templates.fail_to_load_file=Impossible de charger le fichier de modèle étiquette '%s' : %v issues.open_tab=%d Ouvert issues.close_tab=%d Fermé issues.filter_label=Étiquette issues.filter_label_no_select=Aucun étiquette sélectionnée -issues.filter_milestone=Étape +issues.filter_milestone=Jalon issues.filter_milestone_no_select=Aucun jalon sélectionné issues.filter_assignee=Assigné issues.filter_assginee_no_select=Pas d'assignataire selectionné @@ -460,7 +522,8 @@ issues.next=Page Suivante issues.open_title=Ouvert issues.closed_title=Fermé issues.num_comments=%d commentaires -issues.commented_at=`commenté à %[2]s` +issues.commented_at=`a commenté %s` +issues.delete_comment_confirm=Êtes-vous certain de vouloir supprimer ce commentaire? issues.no_content=Il n'existe pas encore de contenu. issues.close_issue=Fermer issues.close_comment_issue=Commenter et fermer @@ -473,8 +536,7 @@ issues.commit_ref_at=`a référencé ce problème à partir d'un commit Connectez-vous commenter +issues.sign_in_require_desc=Connectez-vous pour rejoindre cette conversation. issues.edit=Modifier issues.cancel=Annuler issues.save=Enregistrer @@ -489,6 +551,8 @@ issues.label_deletion=Suppression du Label issues.label_deletion_desc=Cette opération supprimera également toutes les informations relatives aux tickets. Voulez-vous continuer ? issues.label_deletion_success=Label supprimé avec succès ! issues.num_participants=%d Participants +issues.attachment.open_tab=`Cliquez ici pour voir '%s' dans un nouvel onglet` +issues.attachment.download=`Cliquez pour télécharger "%s"` pulls.new=Nouvelle Pull Request pulls.compare_changes=Comparer les changements @@ -561,20 +625,32 @@ wiki.last_updated=Dernière mise à jour: %s settings=Paramètres settings.options=Options settings.collaboration=Collaboration +settings.collaboration.admin=Administrateur +settings.collaboration.write=Écrire +settings.collaboration.read=Lire +settings.collaboration.undefined=Indéfini settings.hooks=Webhooks settings.githooks=Git Hooks settings.basic_settings=Paramètres de base +settings.mirror_settings=Réglages Miroir +settings.sync_mirror=Synchroniser maintenant +settings.mirror_sync_in_progress=Synchronisation du miroir en cours, merci de rafraîchir la page dans une minute environ. settings.site=Site officiel settings.update_settings=Valider settings.change_reponame_prompt=Ce changement affectera comment les liens sont reliés avec le dépôt. settings.advanced_settings=Paramètres avancés -settings.wiki_desc=Activer le wiki pour permettre l'écriture de documents +settings.wiki_desc=Activer le wiki +settings.use_internal_wiki=Utiliser le wiki interne settings.use_external_wiki=Utiliser un wiki externe settings.external_wiki_url=URL Wiki externe settings.external_wiki_url_desc=Les visiteurs seront redirigés vers cette URL lorsqu'ils cliqueront sur l'onglet. -settings.issues_desc=Activer le bug-tracker léger intégré +settings.issues_desc=Activer le système de tickets +settings.use_internal_issue_tracker=Utiliser le système simplifié de tickets interne settings.use_external_issue_tracker=Utiliser un bug-tracker externe settings.tracker_url_format=Format d'URL du bug tracker +settings.tracker_issue_style=Style de nommage des bugs du tracker externe : +settings.tracker_issue_style.numeric=Numérique +settings.tracker_issue_style.alphanumeric=Alphanumérique settings.tracker_url_format_desc=Vous pouvez utiliser l'espace réservé {user} {repo} {index} pour le nom d'utilisateur, le nom du dépôt et le numéro de bug. settings.pulls_desc=Activer les pull requests pour accepter les contributions publiques settings.danger_zone=Zone de danger @@ -586,7 +662,7 @@ settings.convert_confirm=Confirmer la conversion settings.convert_succeed=Le dépôt a été converti avec succès en dépôt ordinaire. settings.transfer=Changer de propriétaire settings.transfer_desc=Transférer ce dépôt à un autre utilisateur ou une organisation dont vous possédez des droits d'administrateur. -settings.transfer_notices_1=-Vous perdrez l'accès si le nouveau propriétaire est un utilisateur individuel. +settings.transfer_notices_1=- Vous perdrez l'accès si le nouveau propriétaire est un utilisateur individuel. settings.transfer_notices_2=- Vous conserverez l'accès si le nouveau propriétaire est une organisation et que vous y appartenez. settings.transfer_form_title=Veuillez recopier le texte suivant afin de confirmer votre opération : settings.wiki_delete=Effacer les données du Wiki @@ -597,9 +673,7 @@ settings.delete=Supprimer ce dépôt settings.delete_desc=Attention, cette action est action irréversible. Soyez sûr de vous. settings.delete_notices_1=- Cette opération ne peut pas être annulée. settings.delete_notices_2=- Cette opération supprimera définitivement le dépôt, y compris les données Git, les tickets, les commentaires et les accès des collaborateurs. -settings.delete_notices_fork_1=- Si ce dépôt est public, tous les forks vont devenir indépendant après sa suppression. -settings.delete_notices_fork_2=-Si ce dépôt est privé, tous les forks seront supprimés en même temps. -settings.delete_notices_fork_3=-Si vous souhaitez conserver tous les forks après suppression, veuillez tout d'abord modifier la visibilité de ce dépôt en public. +settings.delete_notices_fork_1=-Tous les forks deviendront indépendants après l’effacement. settings.deletion_success=Le dépôt a été supprimé avec succès! settings.update_settings_success=Options mises à jour avec succès. settings.transfer_owner=Nouveau propriétaire @@ -646,6 +720,8 @@ settings.event_send_everything=J'ai besoin de tout. settings.event_choose=Permettez-moi de choisir ce dont j'ai besoin. settings.event_create=Créer settings.event_create_desc=Branche, ou Tag créé +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request ouvert, fermé, rouvert, édité, attribuée, non attribuées, étiquette mise à jour, étiquette désactivée ou synchronisé. settings.event_push=Push settings.event_push_desc=Git push vers un dépôt settings.active=Actif @@ -683,6 +759,8 @@ diff.show_unified_view=Vue unifiée diff.stats_desc= %d fichiers modifiés avec %d ajouts et %d suppressions diff.bin=BIN diff.view_file=Voir le fichier +diff.file_suppressed=Fichier diff supprimé car celui-ci est trop grand +diff.too_many_files=Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff release.releases=Versions release.new_release=Nouvelle version @@ -708,15 +786,16 @@ release.cancel=Annuler release.publish=Publier release.save_draft=Sauvegarder le Brouillon release.edit_release=Modifier la version -release.delete_release=Supprimer Cette Version +release.delete_release=Supprimer cette version release.deletion=Suppression de la Version release.deletion_desc=Supprimer cette version supprimera le tag Git correspondant. Voulez-vous continuer ? release.deletion_success=La version à été supprimée avec succès ! release.tag_name_already_exist=Une version avec ce nom de tag existe déjà. +release.tag_name_invalid=Nom de tag invalide. release.downloads=Téléchargements [org] -org_name_holder=Nom d'organisation +org_name_holder=Nom de l'organisation org_full_name_holder=Nom complet de l'organisation org_name_helper=Idéalement, un nom d'organisation devrait être court et facilement mémorisable. create_org=Créer une organisation @@ -726,7 +805,7 @@ invite_someone=Inviter quelqu'un teams=Équipes lower_members=Membres lower_repositories=dépôts -create_new_team=Créer une Nouvelle Équipe +create_new_team=Créer une nouvelle équipe org_desc=Description team_name=Nom d'Équipe team_desc=Description @@ -831,7 +910,7 @@ dashboard.resync_all_update_hooks_success=Tous les hooks de mises à jour des d dashboard.reinit_missing_repos=Réinitialiser tous les dépôts qui ont perdu des fichiers Git dashboard.reinit_missing_repos_success=Tous les enregistrements de dépôts qui ont perdu des fichiers Git ont été réinitialisés avec succès. -dashboard.server_uptime=Durée de Marche Serveur +dashboard.server_uptime=Uptime du serveur dashboard.current_goroutine=Goroutines actuelles dashboard.current_memory_usage=Utilisation Mémoire actuelle dashboard.total_memory_allocated=Mémoire totale allouée @@ -880,6 +959,7 @@ users.edit_account=Modifier le Compte users.max_repo_creation=Nombre maximum de dépôts créés users.max_repo_creation_desc=(Mettre à -1 pour utiliser la limite globale par défaut) users.is_activated=Ce compte est activé +users.prohibit_login=Ce compte est interdit de se connecter users.is_admin=Ce compte possède un niveau d'accès administrateur users.allow_git_hook=Ce compte dispose des autorisations pour créer des crochets de Git users.allow_import_local=Ce compte dispose des permissions nécessaire à l'import des dépôts locaux @@ -910,6 +990,7 @@ auths.enabled=Activé auths.updated=Mis à jour auths.auth_type=Type d'authentification auths.auth_name=Nom de l'authentification +auths.security_protocol=Protocole de sécurité auths.domain=Domaine auths.host=Hôte auths.port=Port @@ -984,6 +1065,7 @@ config.db_ssl_mode=Mode SSL config.db_ssl_mode_helper=("postgres" uniquement) config.db_path=Emplacement config.db_path_helper=(pour « sqlite3 » et « TIDB ») + config.service_config=Configuration du Service config.register_email_confirm=Nécessite une confirmation par e-mail config.disable_register=Désactiver les inscriptions @@ -994,10 +1076,12 @@ config.disable_key_size_check=Désactiver la vérification de la taille de clé config.enable_captcha=Activez le Captcha config.active_code_lives=Limites de Code Actif config.reset_password_code_lives=Réinitialiser le Mot De Passe des Limites de Code + config.webhook_config=Configuration Webhook config.queue_length=Longueur de la file d'attente config.deliver_timeout=Expiration d'Envoi config.skip_tls_verify=Ne pas vérifier TLS + config.mailer_config=Configuration du service de mail config.mailer_enabled=Activé config.mailer_disable_helo=Désactiver HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Utilisateur config.send_test_mail=Envoyer courriel de Test config.test_mail_failed=Impossible d'envoyer un e-mail de test à '%s': %v config.test_mail_sent=Un e-mail de test à été envoyé à '%s'. + config.oauth_config=Configuration OAuth config.oauth_enabled=Activé + config.cache_config=Configuration du Cache config.cache_adapter=Adaptateur du Cache config.cache_interval=Intervales du Cache config.cache_conn=Liaison du Cache + config.session_config=Configuration de session config.session_provider=Fournisseur de session config.provider_config=Configuration du fournisseur @@ -1022,9 +1109,24 @@ config.gc_interval_time=Intervals GC config.session_life_time=Durée des sessions config.https_only=HTTPS uniquement config.cookie_life_time=Expiration du cookie + config.picture_config=Configuration d'Image config.picture_service=Service d'Imagerie config.disable_gravatar=Désactiver Gravatar +config.enable_federated_avatar=Activer les avatars unifiés + +config.git_config=Configuration de Git +config.git_disable_diff_highlight=Désactiver la surbrillance syntaxique de Diff +config.git_max_diff_lines=Lignes de Diff Max (pour un seul fichier) +config.git_max_diff_line_characters=Nombre max de caractères de Diff (pour une seule ligne) +config.git_max_diff_files=Nombre max de fichiers de Diff (à afficher) +config.git_gc_args=Arguments de GC +config.git_migrate_timeout=Délai imparti pour une migration +config.git_mirror_timeout=Délai imparti pour mettre à jour le miroir +config.git_clone_timeout=Délai imparti pour l'opération "Clone" +config.git_pull_timeout=Délai imparti pour l'opération "Pull" +config.git_gc_timeout=Délai imparti pour l'opération "GC" + config.log_config=Configuration du Journal config.log_mode=Mode du journal @@ -1055,7 +1157,7 @@ notices.delete_success=Notifications système supprimées avec succès. [action] create_repo=a créé le dépôt %s -rename_repo=rebaptisé le dépôt de %[1]s à %[3]s +rename_repo=a rebaptisé le dépôt de %[1]s vers %[3]s commit_repo=a soumis à %[3]s sur %[4]s create_issue=`a ouvert un problème %s#%[2]s` close_issue=`tickets clos %s#%[2]s` @@ -1070,23 +1172,23 @@ push_tag=a soumis le tag %[2]s sur %[3]s compare_commits=Comparer ces %d commits [tool] -ago=auparavant -from_now=à partir de maintenant +ago=il y a +from_now=dans now=maintenant -1s=1 seconde %s -1m=1 minute %s -1h=1 heure %s -1d=1 jour %s -1w=1 semaine %s -1mon=1 mois %s -1y=1 an %s -seconds=%d secondes %s -minutes=%d minutes %s -hours=%d heures %s -days=%d jours %s -weeks=%d semaines %s -months=%d mois %s -years=%d ans %s +1s=%s 1 seconde +1m=%s 1 minute +1h=%s 1 heure +1d=%s 1 jour +1w=%s 1 semaine +1mon=%s 1 mois +1y=%s 1 an +seconds=%[2]s %[1]d secondes +minutes=%[2]s %[1]d minutes +hours=%[2]s %[1]d heures +days=%[2]s %[1]d jours +weeks=%[2]s %[1]d semaines +months=%[2]s %[1]d mois +years=%[2]s %[1]d ans raw_seconds=secondes raw_minutes=minutes diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini old mode 100755 new mode 100644 index fbc54fceb..e0636ac67 --- a/conf/locale/locale_it-IT.ini +++ b/conf/locale/locale_it-IT.ini @@ -96,6 +96,8 @@ offline_mode=Abilita Modalità Offline offline_mode_popup=Disabilita il CDN anche in modalità produttiva, tutte le risorse saranno servite localmente. disable_gravatar=Disattiva il servizio Gravatar disable_gravatar_popup=Disabilita Gravatar e sorgenti customizzate, tutti gli avatar vengono caricati dagli utenti o come predefinito. +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=Disabilita Registrazione Manuale disable_registration_popup=Disabilita la registrazione manuale degli utenti, solo gli amministratori possono creare account. enable_captcha=Abilita Captcha @@ -124,6 +126,7 @@ uname_holder=Nome Utente o E-mail password_holder=Password switch_dashboard_context=Cambia Dashboard Context my_repos=I miei Repository +show_more_repos=Visualizza altre repositories... collaborative_repos=Repository Condivisi my_orgs=Le mie Organizzazioni my_mirrors=I miei Mirror @@ -148,6 +151,8 @@ forget_password=Password dimenticata? sign_up_now=Bisogno di un account? Iscriviti ora. confirmation_mail_sent_prompt=Una nuova email di conferma è stata inviata a %s, verifica la tua casella di posta entro le prossime %d ore per completare la registrazione. active_your_account=Attiva il tuo Account +prohibit_login=Accesso Vietato +prohibit_login_desc=Il tuo account è impossibilitato al login, contatta l'amministratore del sito. resent_limit_prompt=Siamo spiacenti, si stanno inviando e-mail di attivazione troppo spesso. Si prega di attendere 3 minuti. has_unconfirmed_mail=Ciao %s, hai un indirizzo di posta elettronica non confermato (%s). Se non hai ricevuto una e-mail di conferma o vuoi riceverla nuovamente, fare clic sul pulsante qui sotto. resend_mail=Clicca qui per inviare nuovamente l'e-mail di attivazione @@ -157,6 +162,7 @@ reset_password=Reimposta la tua Password invalid_code=Siamo spiacenti, il codice di conferma è scaduto o non valido. reset_password_helper=Clicca qui per reimpostare la password password_too_short=La lunghezza della password non può essere meno 6 caratteri. +non_local_account=Gli account non locali non possono modificare le password tramite Gogs. [mail] activate_account=Per favore attiva il tuo account @@ -183,6 +189,13 @@ TeamName=Nome Team AuthName=Nome autorizzazione AdminEmail=Email dell'Admin +NewBranchName=Nuovo nome del branch +CommitSummary=Riepilogo dei commit +CommitMessage=Messaggio di commit +CommitChoice=Scelta di commit +TreeName=Percorso del file +Content=Contenuto + require_error=` non può essere vuoto.` alpha_dash_error=` ammessi solo caratteri alfanumerici o trattini(-_).` alpha_dash_dot_error=` ammessi solo caratteri alfanumerici o trattini(-_) o punti.` @@ -219,8 +232,7 @@ org_still_own_repo=Questa organizzazione ha ancora la proprietà del repository, target_branch_not_exist=Il ramo (branch) di destinazione non esiste. [user] -change_avatar=Cambia il tuo avatar su gravatar.com -change_custom_avatar=Cambia il tuo avatar nelle impostazioni +change_avatar=Cambia il tuo avatar join_on=Si è unito il repositories=Repository activity=Attività pubblica @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=La struttura del nome utente '%s' non è consentit [settings] profile=Profilo password=Password +avatar=Avatar ssh_keys=Chiavi SSH social=Account Sociali applications=Applicazioni @@ -256,6 +269,8 @@ change_username_prompt=Questa modifica influenzerà il modo in cui i link si rif continue=Continua cancel=Annulla +lookup_avatar_by_mail=Ricerca Avatar per mail +federated_avatar_lookup=Federated Avatar Lookup enable_custom_avatar=Abilita avatar personalizzato choose_new_avatar=Scegli un nuovo avatar update_avatar=Aggiorna le impostazioni avatar @@ -342,7 +357,7 @@ fork_from=Forka da fork_visiblity_helper=Non puoi cambiare la visibilità di un repository forkato. repo_desc=Descrizione repo_lang=Lingua -repo_lang_helper=Seleziona file .gitignore +repo_gitignore_helper=Seleziona i templates di .gitignore license=Licenza license_helper=Selezionare un file di licenza readme=Readme @@ -350,9 +365,12 @@ readme_helper=Seleziona un template per il readme auto_init=Inizializzare questo repository con i file e il modello selezionati create_repo=Crea Repository default_branch=Ramo (Branch) predefinito +mirror_prune=Rimuovi +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=Intervallo Mirror (in ore) mirror_address=Indirizzo del mirror mirror_address_desc=Si prega di includere nell'indirizzo le credenziali utente necessarie. +mirror_last_synced=Last Synced watchers=Osservatori stargazers=Fan forks=Fork @@ -407,6 +425,45 @@ file_raw=Originale file_history=Cronologia file_view_raw=Vedi originale file_permalink=Permalink +file_too_large=Questo file è troppo grande per essere mostrato + +editor.new_file=Nuovo file +editor.upload_file=Carica File +editor.edit_file=Modifica file +editor.preview_changes=Anteprima modifiche +editor.cannot_edit_non_text_files=Non è possibile modificare i file non di testo +editor.edit_this_file=Modifica questo file +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=Delete this file +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=cancel +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=Cancel +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' commits.commits=Commits commits.search=Ricerca una versione @@ -433,6 +490,11 @@ issues.create=Crea Problema issues.new_label=Nuova etichetta issues.new_label_placeholder=Nome dell'etichetta... issues.create_label=Crea Etichetta +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d Aperti issues.close_tab=%d Chiusi issues.filter_label=Etichetta @@ -460,21 +522,21 @@ issues.next=Pagina successiva issues.open_title=Aperto issues.closed_title=Chiuso issues.num_comments=%d commenti -issues.commented_at=`commented %[2]s` +issues.commented_at=`commented %s` +issues.delete_comment_confirm=Are you sure you want to delete this comment? issues.no_content=Non ci sono ancora contenuti. issues.close_issue=Chiudi issues.close_comment_issue=Commenta e chiudi issues.reopen_issue=Riapri issues.reopen_comment_issue=Commenta e riapri issues.create_comment=Commento -issues.closed_at=`closed %[2]s` -issues.reopened_at=`reopened %[2]s` +issues.closed_at=`chiuso %[2]s` +issues.reopened_at=`riaperto %[2]s` issues.commit_ref_at=`referenced this issue from a commit %[2]s` issues.poster=Autore issues.collaborator=Collaboratori issues.owner=Proprietario -issues.sign_up_for_free=Registrati gratuitamente -issues.sign_in_require_desc=per partecipare a questa conversazione. Possiedi già un account?Fai il login per commentare +issues.sign_in_require_desc=Sign in to join this conversation. issues.edit=Modifica issues.cancel=Annulla issues.save=Salva @@ -489,6 +551,8 @@ issues.label_deletion=Elimina Etichetta issues.label_deletion_desc=Eliminare l'etichetta rimuovera le sue informazioni in tutti i problemi correlati. Vuoi continuare? issues.label_deletion_success=Etichetta eliminata con successo! issues.num_participants=%d Partecipanti +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` pulls.new=Nuova Pull Request pulls.compare_changes=Confronta le modifiche @@ -500,14 +564,14 @@ pulls.no_results=Nessun risultato trovato. pulls.nothing_to_compare=Non c'è niente da confrontare perchè i branch base e head uguali. pulls.has_pull_request=`E' già presente una pull request tra questi due trargets: %[2]s#%[3]d` pulls.create=Crea Pull Request -pulls.title_desc=wants to merge %[1]d commits from %[2]s into %[3]s -pulls.merged_title_desc=merged %[1]d commits from %[2]s into %[3]s %[4]s +pulls.title_desc=vorrebbe unire %[1]d commit da %[2]s a %[3]s +pulls.merged_title_desc=ha unito %[1]d commit da %[2]s a %[3]s %[4]s pulls.tab_conversation=Conversazione pulls.tab_commits=Commit pulls.tab_files=File modificati pulls.reopen_to_merge=Riapri questa pull request per effettuare il merge. pulls.merged=Unito -pulls.has_merged=Questa pull reqeust è stata mergiata con successo! +pulls.has_merged=Questo contributo è stato incluso con successo! pulls.data_broken=I dati di questa pull request si sono rotti causa dell'eliminazione delle informazioni di fork. pulls.is_checking=Il controllo dei conflitti è ancora in corso, per favore aggiorna pagina tra qualche istante. pulls.can_auto_merge_desc=La pull request non può essere mergiata automaticamente. @@ -561,20 +625,32 @@ wiki.last_updated=Ultimo aggiornamento: %s settings=Impostazioni settings.options=Opzioni settings.collaboration=Collaborazione +settings.collaboration.admin=Admin +settings.collaboration.write=Write +settings.collaboration.read=Read +settings.collaboration.undefined=Undefined settings.hooks=Webhooks settings.githooks=Git Hooks settings.basic_settings=Impostazioni di Base +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=Sito Ufficiale settings.update_settings=Aggiorna Impostazioni settings.change_reponame_prompt=Questa modifica influirà i link al repository. settings.advanced_settings=Opzioni avanzate -settings.wiki_desc=Abilitare il wiki per consentire alle persone di scrivere documenti +settings.wiki_desc=Enable wiki system +settings.use_internal_wiki=Use builtin wiki settings.use_external_wiki=Usa Wiki esterno settings.external_wiki_url=URL Wiki esterno settings.external_wiki_url_desc=I visitatori verranno reindirizzati all'URL quando cliccano sulla scheda. -settings.issues_desc=Abilita l'issue tracker builtin leggero +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker settings.use_external_issue_tracker=Utilizza gestore di problemi esterno -settings.tracker_url_format=External Issue Tracker URL Format +settings.tracker_url_format=Formato URL Gestore Problemi Esterno +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=Numeric +settings.tracker_issue_style.alphanumeric=Alphanumeric settings.tracker_url_format_desc=You can use placeholder {user} {repo} {index} for user name, repository name and issue index. settings.pulls_desc=Abilita le pull requests per accettare contributi pubblici settings.danger_zone=Zona Pericolosa @@ -583,7 +659,7 @@ settings.convert=Converti in Repository Regolare settings.convert_desc=Puoi convertire questo mirror in un repository regolare. Questa operazione non può essere annullata. settings.convert_notices_1=- Questa operazione non potrà essere annullata e convertirà questo mirror in un repository regolare. settings.convert_confirm=Conferma la conversione -settings.convert_succeed=Repository has been converted to regular type successfully. +settings.convert_succeed=Il repository è stato convertito con successo al formato normale. settings.transfer=Trasferisci proprietà settings.transfer_desc=Trasferisci questa repository a un altro utente o a un'organizzazione nella quale hai diritti d'amministratore. settings.transfer_notices_1=- You will lose access if new owner is a individual user. @@ -591,15 +667,13 @@ settings.transfer_notices_2=- You will conserve access if new owner is an organi settings.transfer_form_title=Per favore inserisci le informazioni seguenti per confermare l'operazione: settings.wiki_delete=Elimina i dati della Wiki settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain. -settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s +settings.wiki_delete_notices_1=Questo eliminerà e disabiliterà la wiki per %s settings.wiki_deletion_success=I dati della wiki del repository sono stati eliminati con successo. settings.delete=Elimina questo repository settings.delete_desc=Una volta che hai cancellato il repository, non puoi tornare indietro. Si prega di fare attenzione. settings.delete_notices_1=-Questa operazione NON PUÒ essere annullata. settings.delete_notices_2=-Questa operazione eliminerà definitivamente il tutto il contenuto del repository, inclusi i dati di Git, incidenti, commenti e accessi dei collaboratori. -settings.delete_notices_fork_1=-Se questo repository è pubblico, tutti i fork diventeranno indipendenti dopo la sua cancellazione. -settings.delete_notices_fork_2=-Se questo repository è privato, tutti fork verranno rimossi assieme ad esso. -settings.delete_notices_fork_3=- Se vuoi mantenere i forks dopo la cancellazione, per piacere cambia la visibilità di questo repository in pubblica. +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=Il repository è stato eliminato con successo! settings.update_settings_success=Le opzioni repository sono state aggiornate con successo. settings.transfer_owner=Nuovo Proprietario @@ -619,7 +693,7 @@ settings.add_webhook=Aggiungi Webhook settings.hooks_desc=I Webhooks sono molto simili a un basilare evento trigger HTTP POST. Ogni volta che qualcosa si verifica in Gogs, tratteremo la notifica all'host di destinazione specificato. Ulteriori informazioni in questa Guida ai Webhooks. settings.webhook_deletion=Elimina Webhook settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue? -settings.webhook_deletion_success=Webhook has been deleted successfully! +settings.webhook_deletion_success=Il Webhook è stato eliminato con successo! settings.webhook.test_delivery=Test di consegna settings.webhook.test_delivery_desc=Send a fake push event delivery to test your webhook settings settings.webhook.test_delivery_success=Test webhook has been added to delivery queue. It may take few seconds before it shows up in the delivery history. @@ -646,6 +720,8 @@ settings.event_send_everything=Ho bisogno di tutto. settings.event_choose=Lasciami scegliere ciò di cui ho bisogno. settings.event_create=Crea settings.event_create_desc=Branch, o tag creato +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=Push settings.event_push_desc=Git push in un repository settings.active=Attivo @@ -683,6 +759,8 @@ diff.show_unified_view=Visualizzazione unificata diff.stats_desc=%d ha cambiato i file con %d aggiunte e %d eliminazioni diff.bin=BIN diff.view_file=Vedi File +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=Rilasci release.new_release=Nuovo Rilascio @@ -713,6 +791,7 @@ release.deletion=Eliminazione Release release.deletion_desc=Eliminando questa release cancellarai anche i tag Git corrispondenti. Vuoi continuare? release.deletion_success=La release è stata eliminata con successo! release.tag_name_already_exist=Un rilascio con questo tag esiste già. +release.tag_name_invalid=Tag name is not valid. release.downloads=Download [org] @@ -880,6 +959,7 @@ users.edit_account=Modifica Account users.max_repo_creation=Limite massimo per la creazione di Repository users.max_repo_creation_desc=(Inserire -1 per usare il limite globale di default) users.is_activated=Questo account è attivato +users.prohibit_login=This account is prohibited to login users.is_admin=Questo account ha permessi di amministratore users.allow_git_hook=Questo account ha il permesso di creare hooks di Git users.allow_import_local=Questo account dispone delle autorizzazioni per importare repository locali @@ -910,6 +990,7 @@ auths.enabled=Attivo auths.updated=Aggiornato auths.auth_type=Tipo di autenticazione auths.auth_name=Nome di autenticazione +auths.security_protocol=Security Protocol auths.domain=Dominio auths.host=Host auths.port=Porta @@ -984,6 +1065,7 @@ config.db_ssl_mode=Modalità SSL config.db_ssl_mode_helper=(solo per "postgres") config.db_path=Percorso config.db_path_helper=(per "sqlite3" e "tidb") + config.service_config=Configurazione Servizio config.register_email_confirm=Richiedono Conferma dell'Email config.disable_register=Disabilita Registrazione @@ -994,10 +1076,12 @@ config.disable_key_size_check=Disabilita controllo sulle dimensioni minime della config.enable_captcha=Abilita Captcha config.active_code_lives=Attiva Vita del Codice config.reset_password_code_lives=Reimpostare Password della Vita del Codice + config.webhook_config=Configurazione Webhook config.queue_length=Lunghezza della coda config.deliver_timeout=Tempo Limite di Consegna config.skip_tls_verify=Salta verifiche TLS + config.mailer_config=Configurazione Mailer config.mailer_enabled=Attivo config.mailer_disable_helo=Disattiva HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Utente config.send_test_mail=Invia email di test config.test_mail_failed=Impossibile inviare mail a '%s': %v config.test_mail_sent=Una mail di prova è stata inviata a '%s'. + config.oauth_config=Configurazione OAuth config.oauth_enabled=Attivo + config.cache_config=Configurazione Cache config.cache_adapter=Adattatore Cache config.cache_interval=Intervallo Cache config.cache_conn=Connessione Cache + config.session_config=Configurazione Sessione config.session_provider=Fornitore Sessione config.provider_config=Impostazioni Provider @@ -1022,9 +1109,24 @@ config.gc_interval_time=Intervallo di tempo della GC config.session_life_time=Durata Sessione config.https_only=Solo HTTPS config.cookie_life_time=Durata Cookie + config.picture_config=Configurazione Foto config.picture_service=Servizio foto config.disable_gravatar=Disabilita Gravatar +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + config.log_config=Configurazione Log config.log_mode=Modalità Log @@ -1067,7 +1169,7 @@ comment_issue=`ha commentato il problema %s#%[2]s` merge_pull_request=`merged pull request %s#%[2]s` transfer_repo=ha trasferito il repository %s a %s push_tag=ha pushato il tag %[2]s a %[3]s -compare_commits=View comparison for these %d commits +compare_commits=Visualizza comparazione tra questi %d commit [tool] ago=fa @@ -1091,8 +1193,8 @@ raw_seconds=secondi raw_minutes=minuti [dropzone] -default_message=Drop files here or click to upload. -invalid_input_type=You can't upload files of this type. -file_too_big=File size ({{filesize}} MB) exceeds maximum size ({{maxFilesize}} MB). +default_message=Trascina i file qui o clicca per caricare. +invalid_input_type=Non è possibile caricare file di questo tipo. +file_too_big=La dimensione del file ({{filesize}} MB) supera la dimensione massima ({{maxFilesize}} MB). remove_file=Rimuovi file diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini old mode 100755 new mode 100644 index 691eac8c7..d9b8f603c --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -2,7 +2,7 @@ app_desc=Go言語で実装したセルフホストGitサービス home=ホーム dashboard=ダッシュボード -explore=エスクプローラ +explore=エクスプローラ help=ヘルプ sign_in=サインイン sign_out=サインアウト @@ -21,7 +21,7 @@ username=ユーザ名 email=E-mail password=パスワード re_type=再入力 -captcha=キャプチャ +captcha=CAPTCHA repository=リポジトリ organization=組織 @@ -35,8 +35,8 @@ manage_org=組織を管理 admin_panel=管理者パネル account_settings=アカウント設定 settings=設定 -your_profile=あなたのプロファイル -your_settings=あなたの設定 +your_profile=プロフィール +your_settings=設定 activities=アクティビティ pull_requests=プルリクエスト @@ -72,9 +72,9 @@ repo_path_helper=すべての Git リモート リポジトリはこのディレ run_user=実行ユーザ run_user_helper=ユーザーはリポジトリ ルートパスへのアクセス、及びGogs を実行する権限を所有する必要があります。 domain=ドメイン -domain_helper=これはSSHクローンURLに影響する。 +domain_helper=これはSSH用クローンURLに影響します。 ssh_port=SSH ポート -ssh_port_helper=あならのSSHサーバおポート番号、SSH機能を無効するにはここを空白のままにしてください。 +ssh_port_helper=SSHサーバーを使用する場合はポート番号を入力してください。 空白にした場合は無効化されます。 http_port=HTTP ポート http_port_helper=アプリケーションが待ち受けするポート番号。 app_url=アプリケーションの URL @@ -83,7 +83,7 @@ log_root_path=ログのパス log_root_path_helper=ログファイルを書き込むディレクトリ。 optional_title=オプション設定 -email_title=E-mailサービス設定 +email_title=メールサービス設定 smtp_host=SMTP ホスト smtp_from=差出人 smtp_from_helper=送信者メールアドレス、RFC 5322。フォーマットはメールアドレスのみ、または"Name" 。 @@ -96,6 +96,8 @@ offline_mode=オフラインモードを有効にする offline_mode_popup=プロダクションモードでは、CDNを使用せずにローカルからリソースファイルを使用します。 disable_gravatar=Gravatarのサービスを無効にします disable_gravatar_popup=Gravatarとカスタムソースを無効にして、全てのアバターをユーザーによってアップロードされたものかデフォルトなものにします。 +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=自己登録を無効にする disable_registration_popup=自己登録を無効にし、管理者のみがアカウント作成できる enable_captcha=Captchaを有効にする @@ -123,31 +125,34 @@ invalid_log_root_path=ログのルートパスがむこうです: %v uname_holder=ユーザー名またはEメール password_holder=パスワード switch_dashboard_context=ダッシュ ボードのコンテキストを切替 -my_repos=私のリポジトリ +my_repos=自分のリポジトリ +show_more_repos=リポジトリをさらに表示… collaborative_repos=共同リポジトリ -my_orgs=私の組織 -my_mirrors=私のミラー +my_orgs=自分の組織 +my_mirrors=自分のミラー view_home=ビュー %s issues.in_your_repos=あなたのリポジトリ [explore] repos=リポジトリ -users=Users -search=Search +users=ユーザ +search=検索 [auth] create_new_account=新規アカウントを作成 -register_hepler_msg=すでにアカウントをお持ちですか?今すぐログイン ! -social_register_hepler_msg=すでにアカウントをお持ちですか?今すぐバインド ! -disable_register_prompt=申し訳ありませんが、登録が無効になっています。サイト管理者に問い合わせてください。 +register_hepler_msg=既にアカウントをお持ちですか?今すぐログインしましょう! +social_register_hepler_msg=既にアカウントをお持ちですか?連携しましょう! +disable_register_prompt=申し訳ありませんが、現在登録は受け付けておりません。サイトの管理者にお問い合わせください。 disable_register_mail=申し訳ありませんが、登録メールの確認機能が無効になっています。 -remember_me=ログイン状態を保持する +remember_me=ログインしたままにする forgot_password=パスワードを忘れた -forget_password=パスワードを忘れた? -sign_up_now=アカウントが必要ですか?今すぐサインアップ +forget_password=パスワードを忘れましたか? +sign_up_now=アカウントが必要ですか?今すぐ登録しましょう! confirmation_mail_sent_prompt=新しい確認メールを %s に送りました。登録を完了させるために、%d時間以内にあなたのメールボックスを確認してください。 -active_your_account=アカウントをアクティブ +active_your_account=アカウントを有効化 +prohibit_login=ログイン禁止 +prohibit_login_desc=あなたのアカウントはログインを禁止されています。サイト管理者にお問い合わせください。 resent_limit_prompt=申し訳ありませんが、アクティベーションメールは頻繁に送信しています。3 分お待ちください。 has_unconfirmed_mail=こんにちは %s さん、あなたの電子メール アドレス (%s) は未確認です。もし確認メールをまだ確認できていないか、改めて再送信する場合は、下のボタンをクリックしてください。 resend_mail=アクティベーションメールを再送信するにはここをクリック @@ -157,6 +162,7 @@ reset_password=パスワードリセット invalid_code=申し訳ありませんが、確認用コードが期限切れまたは無効です。 reset_password_helper=パスワードをリセットするにはここをクリック password_too_short=6文字未満のパスワードは設定できません。 +non_local_account=Non-local accounts cannot change passwords through Gogs. [mail] activate_account=あなたのアカウントを有効にしてください。 @@ -183,6 +189,13 @@ TeamName=チーム名 AuthName=承認名 AdminEmail=管理者の電子メール +NewBranchName=New branch name +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=File path +Content=コンテンツ + require_error=空にできません alpha_dash_error=アルファベット、数字、ハイフン"-"、アンダースコア"_"のいずれかの必要があります alpha_dash_dot_error=' アルファベット、数値、ダッシュ(-)、アンダースコア(_) 、ドット(.)のいずれかを入力する必要があります。 ' @@ -219,8 +232,7 @@ org_still_own_repo=この組織はまだリポジトリの所有しています target_branch_not_exist=ターゲットブランチが存在しない [user] -change_avatar=gravatar.com で自分のアバターを変更 -change_custom_avatar=設定で自分のアバターを変更 +change_avatar=アバターを変更 join_on=参加しました repositories=リポジトリ activity=パブリック・アクティビティ @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=ユーザ名のパターン '%s' は許可され [settings] profile=プロフィール password=パスワード +avatar=アバター ssh_keys=SSH キー social=SNSアカウント applications=アプリケーション @@ -256,6 +269,8 @@ change_username_prompt=この変更はリンクをアカウントに関連付け continue=続行 cancel=キャンセル +lookup_avatar_by_mail=メールからアバターを取得 +federated_avatar_lookup=Federated Avatar Lookup enable_custom_avatar=カスタムのアバターを有効にする choose_new_avatar=新しいアバターを選択 update_avatar=アバターの設定を更新 @@ -310,7 +325,7 @@ social_desc=これは関連付けられたソーシャルアカウントのリ unbind=バインド解除 unbind_success=SNSアカウントがバインドされていない。 -manage_access_token=個人のアクセス トークンを管理 +manage_access_token=パーソナルアクセス トークンを管理 generate_new_token=新しいトークンを生成 tokens_desc=生成したトークンを利用して Gogs の API にアクセスすることができます。 new_token_desc=今のところ、全てのトークンはあなたのアカウントにフルアクセスできます。 @@ -323,7 +338,7 @@ access_token_deletion_desc=パーソナルアクセストークンを削除す delete_token_success=パーソナルアクセストークンは正常に削除されました!同時にあなたのアプリケーションを更新することを忘れないでください。 delete_account=アカウントを削除 -delete_prompt=この操作はあなたのアカウントを完全に削除し、復旧できない ! +delete_prompt=この操作をするとアカウントが完全に削除され、二度と元に戻すことができなくなります ! confirm_delete_account=削除の確認 delete_account_title=アカウントの削除 delete_account_desc=このアカウントは永久に削除しようとしている、継続しますか? @@ -331,18 +346,18 @@ delete_account_desc=このアカウントは永久に削除しようとしてい [repo] owner=オーナー repo_name=リポジトリ名 -repo_name_helper=偉大なリポジトリ名は短い。思い出に残り、そして一意だ。 -visibility=ビジビリティ +repo_name_helper=短くて分かりやすく重複しないリポジトリ名を決めてください。 +visibility=公開/非公開 visiblity_helper=このリポジトリはプライベートです。 visiblity_helper_forced=サイト管理者は、強制的にすべての新しいリポジトリを プライベート にしています。 visiblity_fork_helper=(この値の変更はすべてのフォークに適用されます) -clone_helper=クローニングのヘルプが必要ですか? ヘルプ を参照してください! -fork_repo=フォークのリポジトリ +clone_helper=クローンに関してお困りであれば ヘルプ を参照しましょう。 +fork_repo=リポジトリをフォーク fork_from=フォーク元 -fork_visiblity_helper=フォークされたリポジトリは可視状態を変更できません +fork_visiblity_helper=フォークされたリポジトリの可視状態は変更できません。 repo_desc=説明 repo_lang=言語 -repo_lang_helper=.gitignoreファイルを選択 +repo_gitignore_helper=Select .gitignore templates license=ライセンス license_helper=ライセンス ファイルを選択 readme=Readme @@ -350,16 +365,19 @@ readme_helper=Readme ファイルのテンプレートを選択 auto_init=選択されたファイルおよびテンプレートでリポジトリを初期化 create_repo=リポジトリを作成 default_branch=デフォルトのブランチ +mirror_prune=Prune +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=ミラー 間隔(時) mirror_address=ミラー アドレス mirror_address_desc=Please include necessary user credentials in the address. +mirror_last_synced=最終同期 watchers=ウォッチャー stargazers=Stargazers forks=フォーク form.reach_limit_of_creation=The owner has reached maximum creation limit of %d repositories. -form.name_reserved=リポジトリ名 '%s' は予約されています。 -form.name_pattern_not_allowed=リポジトリ名のパターン '%s' は許可されていません。 +form.name_reserved=リポジトリ名 '%s' は使用されています。 +form.name_pattern_not_allowed=リポジトリ名に '%s' は使用できません。 need_auth=認証が必要 migrate_type=マイグレーションの種類 @@ -371,7 +389,7 @@ migrate.permission_denied=ローカル リポジトリをインポートする migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。 migrate.failed=移行に失敗しました: %v -mirror_from=mirror of +mirror_from=同期ミラー forked_from=フォーク元 fork_from_self=すでにあなたの所有しているリポジトリはフォークできません copy_link=コピー @@ -403,10 +421,49 @@ labels=ラベル milestones=マイルストーン commits=コミット releases=リリース -file_raw=生データ +file_raw=Raw file_history=履歴 -file_view_raw=生データを見る +file_view_raw=Rawデータを見る file_permalink=パーマリンク +file_too_large=このファイルは大きすぎるため、表示できません。 + +editor.new_file=New file +editor.upload_file=Upload file +editor.edit_file=ファイルを編集 +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=Cannot edit non-text files +editor.edit_this_file=このファイルを編集 +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=このファイルを削除 +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=キャンセル +editor.commit_changes=変更をコミット +editor.add_tmpl=Add '%s/' +editor.add='%s' を追加 +editor.update='%s' を更新 +editor.delete='%s' を削除 +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=キャンセル +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' commits.commits=コミット commits.search=コミットの検索 @@ -433,6 +490,11 @@ issues.create=問題を作成 issues.new_label=新しいラベル issues.new_label_placeholder=ラベル名... issues.create_label=ラベルを作成 +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d オープン issues.close_tab=%d クローズ issues.filter_label=ラベル @@ -443,8 +505,8 @@ issues.filter_assignee=アサインされた人 issues.filter_assginee_no_select=選択可能な担当者がいない issues.filter_type=タイプ issues.filter_type.all_issues=すべての問題 -issues.filter_type.assigned_to_you=あなたに割り当てられました。 -issues.filter_type.created_by_you=あなたが作成しました。 +issues.filter_type.assigned_to_you=担当中のリポジトリ +issues.filter_type.created_by_you=作成したリポジトリ issues.filter_type.mentioning_you=あなたに伝える issues.filter_sort=並べ替え issues.filter_sort.latest=最新 @@ -460,10 +522,11 @@ issues.next=次ページ issues.open_title=オープン issues.closed_title=クローズ issues.num_comments=%d コメント -issues.commented_at=`コメント %[2]s` +issues.commented_at=`commented %s` +issues.delete_comment_confirm=Are you sure you want to delete this comment? issues.no_content=まだコンテンツがありません issues.close_issue=閉じる -issues.close_comment_issue=コメントと閉じる +issues.close_comment_issue=コメントしてクローズ issues.reopen_issue=Reopen issues.reopen_comment_issue=コメントと再開 issues.create_comment=コメント  @@ -471,10 +534,9 @@ issues.closed_at=`closed %[2]s` issues.reopened_at=`reopened %[2]s` issues.commit_ref_at=`referenced this issue from a commit %[2]s` issues.poster=ポスター -issues.collaborator=Collaborator +issues.collaborator=コラボレータ issues.owner=オーナー -issues.sign_up_for_free=無料でサインアップ -issues.sign_in_require_desc=to join this conversation. Already have an account? Sign in to comment +issues.sign_in_require_desc=Sign in to join this conversation. issues.edit=編集 issues.cancel=キャンセル issues.save=保存 @@ -489,6 +551,8 @@ issues.label_deletion=ラベルの削除 issues.label_deletion_desc=ラベルを削除すると、関連するすべての問題の情報が削除されます。続行しますか。 issues.label_deletion_success=ラベルは正常に削除されました。 issues.num_participants=%d Participants +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` pulls.new=新しいプルリクエスト pulls.compare_changes=変更を比較 @@ -498,7 +562,7 @@ pulls.compare_compare=比較 pulls.filter_branch=フィルターブランチ pulls.no_results=結果が見つかりませんでした。 pulls.nothing_to_compare=There is nothing to compare because base and head branches are even. -pulls.has_pull_request=`There is already a pull request between these two targets: %[2]s#%[3]d` +pulls.has_pull_request=`既にプルリクエストがこれらのターゲット間に存在します: %[2]s#%[3]d` pulls.create=プルリクエストを作成します。 pulls.title_desc=wants to merge %[1]d commits from %[2]s into %[3]s pulls.merged_title_desc=merged %[1]d commits from %[2]s into %[3]s %[4]s @@ -552,7 +616,7 @@ wiki.save_page=ページを保存 wiki.last_commit_info=%s このページを編集 %s wiki.edit_page_button=編集 wiki.new_page_button=新規ページ -wiki.delete_page_button=Delete Page +wiki.delete_page_button=ページの削除 wiki.delete_page_notice_1=This will delete the page "%s". Please be certain. wiki.page_already_exists=既に同じ名前のWiki ページが存在します。 wiki.pages=ページ @@ -561,20 +625,32 @@ wiki.last_updated=最終更新 %s settings=設定 settings.options=オプション settings.collaboration=コラボレーション +settings.collaboration.admin=管理 +settings.collaboration.write=書込 +settings.collaboration.read=読込 +settings.collaboration.undefined=Undefined settings.hooks=Webhooks settings.githooks=Git のフック settings.basic_settings=基本設定 +settings.mirror_settings=Mirror Settings +settings.sync_mirror=今すぐ同期 +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=公式サイト settings.update_settings=設定の更新 settings.change_reponame_prompt=この変更はリンクがリポジトリに関連付ける方法に影響します。 settings.advanced_settings=拡張設定 -settings.wiki_desc=Wikiでドキュメントの作成を許可 +settings.wiki_desc=Enable wiki system +settings.use_internal_wiki=Use builtin wiki settings.use_external_wiki=外部 wiki を使用します。 settings.external_wiki_url=外部 Wiki の URL settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab. -settings.issues_desc=組み込み簡易課題トラッカーを有効 +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker settings.use_external_issue_tracker=外部課題トラッキングシステムを使用 settings.tracker_url_format=外部課題トラッキングツール URLのフォーマット +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=数値 +settings.tracker_issue_style.alphanumeric=Alphanumeric settings.tracker_url_format_desc=You can use placeholder {user} {repo} {index} for user name, repository name and issue index. settings.pulls_desc=Enable pull requests to accept public contributions settings.danger_zone=危険地帯 @@ -589,23 +665,21 @@ settings.transfer_desc=リポジトリをあなたが管理者権限を持って settings.transfer_notices_1=-新しい所有者が個人ユーザーの場合、あなたがアクセスできなくなります。 settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners. settings.transfer_form_title=操作を確認するために、以下の情報を入力してください。 -settings.wiki_delete=Erase Wiki Data -settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain. +settings.wiki_delete=Wikiのデータ消去 +settings.wiki_delete_desc=Wikiのデータを消去すると元に戻すことは出来ません。よく確認してください。 settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s -settings.wiki_deletion_success=Repository wiki data have been erased successfully. +settings.wiki_deletion_success=Wikiのデータ消去が完了しました。 settings.delete=このリポジトリを削除 settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。 settings.delete_notices_1=-この操作は元に戻せません 。 settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. -settings.delete_notices_fork_1=- If this repository is public, all forks will become independent after deletion. -settings.delete_notices_fork_2=もしプライペートリポジトリの場合、全てのフォークも同時に削除されます。 -settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first. +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=Repository has been deleted successfully! settings.update_settings_success=リポジトリ オプションが更新されました。 settings.transfer_owner=新しいオーナー settings.make_transfer=転送 settings.transfer_succeed=リポジトリの所有権は正常に転送されました。 -settings.confirm_delete=削除の確認 +settings.confirm_delete=削除を確認 settings.add_collaborator=新しい共同編集者を追加 settings.add_collaborator_success=新しい共同編集者が追加されました。 settings.delete_collaborator=Delete @@ -646,6 +720,8 @@ settings.event_send_everything=すべて が必要です。 settings.event_choose=必要なものを選択しましょう。 settings.event_create=Create settings.event_create_desc=ブランチ、またはタグを作成 +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=プッシュ settings.event_push_desc=Git リポジトリにプッシュ settings.active=アクティブ @@ -683,6 +759,8 @@ diff.show_unified_view=Unified View diff.stats_desc=共有%d 個のファイルを変更した%d 個の追加%d 個の削除を含む diff.bin=BIN diff.view_file=ファイルの表示 +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=リリース release.new_release=新しいリリース @@ -713,6 +791,7 @@ release.deletion=リリースの削除 release.deletion_desc=このリリースを削除すると、対応するGitのタグも削除されます。よろしいですか? release.deletion_success=リリースが正常に削除されました。 release.tag_name_already_exist=このタグ名には既にリリースが存在します。 +release.tag_name_invalid=Tag name is not valid. release.downloads=Downloads [org] @@ -720,7 +799,7 @@ org_name_holder=組織名 org_full_name_holder=組織のフルネーム org_name_helper=偉大な組織の名は短く覚えやすいです。 create_org=組織を作成 -repo_updated=更新した +repo_updated=最終更新 people=人々 invite_someone=誰かを招待 teams=チーム @@ -748,8 +827,8 @@ settings.change_orgname_prompt=This change will affect how links relate to the o settings.update_avatar_success=組織のアバター画像が正常に更新されました。 settings.delete=組織を削除 settings.delete_account=この組織を削除 -settings.delete_prompt=操作はこの組織を完全に削除し、復旧できない! -settings.confirm_delete_account=削除の確認 +settings.delete_prompt=この操作をすると組織が完全に削除され、二度と元に戻すことができなくなります ! +settings.confirm_delete_account=削除を確認 settings.delete_org_title=組織の削除 settings.delete_org_desc=この組織は完全に削除されます、継続しますか? settings.hooks_desc=この組織のもとで すべてのリポジトリ に対してトリガーされる webhook を追加します。 @@ -880,6 +959,7 @@ users.edit_account=アカウントの編集 users.max_repo_creation=Maximum Repository Creation Limit users.max_repo_creation_desc=(Set -1 to use global default limit) users.is_activated=アカウントがアクティブされました +users.prohibit_login=This account is prohibited to login users.is_admin=このアカウントには管理者の権限を持つ users.allow_git_hook=このアカウントには Git のフックを作成する権限を持つ users.allow_import_local=This account has permissions to import local repositories @@ -907,9 +987,10 @@ auths.new=新しいソースを追加 auths.name=名前 auths.type=タイプ auths.enabled=Enabled -auths.updated=Updated +auths.updated=更新しました auths.auth_type=認証タイプ auths.auth_name=認証名 +auths.security_protocol=Security Protocol auths.domain=ドメイン auths.host=ホスト auths.port=ポート @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL モード config.db_ssl_mode_helper=(「postgres」のみ) config.db_path=パス config.db_path_helper=(for "sqlite3" and "tidb") + config.service_config=サービスの構成 config.register_email_confirm=電子メールの確認を必要 config.disable_register=登録を無効にする @@ -994,10 +1076,12 @@ config.disable_key_size_check=最小キー サイズ チェックを無効にし config.enable_captcha=Captchaを有効にする config.active_code_lives=コードリンクの有効期限をアクティブ config.reset_password_code_lives=パスワードリンクの有効期限をリセット + config.webhook_config=Webhook設定 config.queue_length=キューの長さ config.deliver_timeout=送信タイムアウト config.skip_tls_verify=TLSの確認を省略 + config.mailer_config=メーラーの構成 config.mailer_enabled=有効にした config.mailer_disable_helo=HELOコマンド無効 @@ -1007,24 +1091,42 @@ config.mailer_user=ユーザ config.send_test_mail=Send Test Email config.test_mail_failed=Fail to send test email to '%s': %v config.test_mail_sent=Test email has been sent to '%s'. + config.oauth_config=OAuth 構成 config.oauth_enabled=Enabled + config.cache_config=キャッシュの構成 config.cache_adapter=キャッシュ アダプター config.cache_interval=キャッシュ間隔 config.cache_conn=キャッシュ接続 + config.session_config=セッションの構成 config.session_provider=セッション プロバイダー config.provider_config=プロバイダーの構成 -config.cookie_name=クッキー名 +config.cookie_name=クッキーの名前 config.enable_set_cookie=クッキーの設定を有効にする config.gc_interval_time=GC 間隔 config.session_life_time=セッションのライフタイム config.https_only=HTTPS のみ config.cookie_life_time=クッキーのライフタイム + config.picture_config=画像構成 config.picture_service=画像サービス config.disable_gravatar=グラバターを無効にする +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + config.log_config=ログの構成 config.log_mode=ログ モード @@ -1054,8 +1156,8 @@ notices.op=Op。 notices.delete_success=システム通知が正常に削除されました。 [action] -create_repo=リポジトリ %sを作成しました -rename_repo=%[1]s から [3]s にリポジトリ名を変更した +create_repo=がリポジトリ %s を作成しました +rename_repo=%[1]s から [3]s にリポジトリ名を変更しました commit_repo=%[4]s%[3]sにプッシュしました create_issue=`問題 %s#%[2]s を開きました` close_issue=`closed issue %s#%[2]s` @@ -1081,7 +1183,7 @@ now=今 1mon=1 ヶ月 %s 1y=1 年間 %s seconds=%d 秒 %s -minutes=%d 分の %s +minutes=%d分%s hours=%d 時間 %s days=%d 日 %s weeks=%d 週間 %s diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini old mode 100755 new mode 100644 index 393097839..c6dd4b53a --- a/conf/locale/locale_lv-LV.ini +++ b/conf/locale/locale_lv-LV.ini @@ -6,7 +6,7 @@ explore=Izpētīt help=Palīdzība sign_in=Pierakstīties sign_out=Izrakstīties -sign_up=Pieteikties +sign_up=Reģistrēties register=Reģistrēties website=Mājas lapa version=Versija @@ -96,6 +96,8 @@ offline_mode=Iespējot bezsaistes režīmu offline_mode_popup=Atspējot CDN arī produkcijas režīmā, visi resursu faili tiks piegādāti no servera. disable_gravatar=Atspējot Gravatar pakalpojumu disable_gravatar_popup=Atspējot Gravatar un citus avotus, visus avatarus augšupielādēts lietotāji vai izmantos noklusēto attēlu. +federated_avatar_lookup=Iespējot apvienoto profila bilžu meklētāju +federated_avatar_lookup_popup=Iespējot apvienoto profila bilžu meklētāju, lai izmantotu atvērtā koda apvienoto servisu balstītu uz libravatar. disable_registration=Atspējot lietotāju reģistrāciju disable_registration_popup=Atspējot lietotāju reģistrāciju, tikai administrators varēs izveidot jaunus lietotāju kontus. enable_captcha=Iespējot drošības kodu @@ -124,6 +126,7 @@ uname_holder=Lietotājvārds vai e-pasts password_holder=Parole switch_dashboard_context=Mainīt infopaneļa kontekstu my_repos=Mani repozitoriji +show_more_repos=Parādīt vairāk repozitorojus... collaborative_repos=Sadarbības repozitoriji my_orgs=Manas organizācijas my_mirrors=Mani spoguļi @@ -148,6 +151,8 @@ forget_password=Aizmirsi paroli? sign_up_now=Nepieciešams konts? Reģistrējies tagad. confirmation_mail_sent_prompt=Jauns apstiprināšanas e-pasts ir nosūtīts uz %s, lūdzu, pārbaudies savu e-pasta kontu tuvāko %d stundu laikā, lai pabeigtu reģistrācijas procesu. active_your_account=Aktivizēt savu kontu +prohibit_login=Aizliegt pieteikšanos +prohibit_login_desc=Ar Jūsu kontu nav atļauts pieteikties, sazinoties ar lapas administratoru. resent_limit_prompt=Atvainojiet, Jūs sūtījāt aktivizācijas e-pastu pārāk bieži. Lūdzu, gaidiet 3 minūtes. has_unconfirmed_mail=Sveiki %s, Jums ir neapstiprināta e-pasta adrese (%s). Ja neesat saņēmis apstiprināšanas e-pastu vai Jums ir nepieciešams nosūtīt jaunu, lūdzu, nospiediet pogu, kas atrodas zemāk. resend_mail=Nospiediet šeit, lai vēlreiz nosūtītu aktivizācijas e-pastu @@ -157,6 +162,7 @@ reset_password=Atjaunot savu paroli invalid_code=Atvainojiet, Jūsu apstiprināšanas kodam ir beidzies derīguma termiņš vai arī tas ir nepareizs. reset_password_helper=Nospiediet šeit, lai atjaunotu paroli password_too_short=Paroles garums nedrīkst būt mazāks par 6. +non_local_account=Tikai lokālie konti var nomainīt savu paroli Gogs. [mail] activate_account=Lūdzu, aktivizējiet savu kontu @@ -183,6 +189,13 @@ TeamName=Komandas nosaukums AuthName=Autorizācijas nosaukums AdminEmail=Admin e-pasta adrese +NewBranchName=Jauna atzara nosaukums +CommitSummary=Revīzijas kopsavilkums +CommitMessage=Revīzijas ziņojums +CommitChoice=Revīzijas izvēle +TreeName=Faila ceļš +Content=Saturs + require_error=` nedrīkst būt tukšs.` alpha_dash_error=` drīkst saturēt tikai latīņu alfabēta burtus, ciparus vai domuzīmes (-_).` alpha_dash_dot_error=` drīkst saturēt tikai latīņu alfabēta burtus, ciparus, domuzīmes (-_) vai punktu.` @@ -219,8 +232,7 @@ org_still_own_repo=Šī organizācija ir vismaz viena repozitorija īpašnieks, target_branch_not_exist=Mērķa atzars neeksistē [user] -change_avatar=Mainīt savu profila attēlu vietnē gravatar.com -change_custom_avatar=Mainīt savu profila attēlu iestatījumos +change_avatar=Mainīt profila attēlu join_on=Pievienojās repositories=Repozitoriji activity=Publiskā aktivitāte @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Lietotāja vārds '%s' nav atļauts. [settings] profile=Profils password=Parole +avatar=Profila attēls ssh_keys=SSH atslēgas social=Sociālie konti applications=Lietotnes @@ -256,6 +269,8 @@ change_username_prompt=Šī izmaiņa ietekmēs saites, kas norāda uz Jūsu kont continue=Turpināt cancel=Atcelt +lookup_avatar_by_mail=Meklēt profila bildes pēc e-pasta +federated_avatar_lookup=Apvienotais profila bilžu meklētājs enable_custom_avatar=Iespējot maināmu profila attēlu choose_new_avatar=Izvēlēties jaunu profila attēlu update_avatar=Saglabāt profila bildi @@ -342,7 +357,7 @@ fork_from=Atdalīt no fork_visiblity_helper=Atdalītam repozitorijam nav iespējams nomainīt tā redzamību repo_desc=Apraksts repo_lang=Valoda -repo_lang_helper=Izvēlieties .gitignore failus +repo_gitignore_helper=Izvēlieties .gitignore sagatavi license=Licence license_helper=Izvēlieties licences failu readme=LasiMani @@ -350,9 +365,12 @@ readme_helper=Izvēlieties faila LasiMani sagatavi auto_init=Inicializēt šo repozitoriju ar izvēlētajiem failiem un sagatavi create_repo=Izveidot repozitoriju default_branch=Noklusējuma atzars +mirror_prune=Izmest +mirror_prune_desc=Izdzēst visas ārējās atsauces, kas ārējā repozitorijā vairs neeksistē mirror_interval=Spoguļošanas intervāls (stundās) mirror_address=Spoguļa adrese mirror_address_desc=Lūdzu iekļaujiet adresē nepieciešamo lietotājvārdu/paroli. +mirror_last_synced=Pēdējo reizi sinhronizēts watchers=Novērotāji stargazers=Zvaigžņdevēji forks=Atdalītie repozitoriji @@ -407,6 +425,45 @@ file_raw=Neapstrādāts file_history=Vēsture file_view_raw=Rādīt neapstrādātu file_permalink=Patstāvīgā saite +file_too_large=Šis fails ir par lielu, lai to parādītu + +editor.new_file=Jauns fails +editor.upload_file=Augšupielādēt failu +editor.edit_file=Labot failu +editor.preview_changes=Priekšskatīt izmaiņas +editor.cannot_edit_non_text_files=Nevar rediģēt failus, kas nav teksta faili +editor.edit_this_file=Rediģēt šo failu +editor.must_be_on_a_branch=Ir jābūt izvēlētam atzaram, lai varētu veikt vai piedāvāt izmaiņas šim failam +editor.fork_before_edit=Lai varētu labot failu ir nepieciešams atdalīt repozitoriju +editor.delete_this_file=Dzēst šo failu +editor.must_have_write_access=Jums ir jābūt rakstīšanas tiesībām, lai varētu veikt vai piedāvāt izmaiņas šim failam +editor.file_delete_success=Fails '%s' ir veiksmīgi izdzēsts! +editor.name_your_file=Ievadiet faila nosaukumu... +editor.filename_help=Lai pievienotu direktoriju, ierakstiet tās nosaukumu un nospiediet /. Lai noņemtu direktoriju, ielieciet kursoru pirms faila nosaukuma un nospiediet atpakaļatkāpes taustiņu. +editor.or=vai +editor.cancel_lower=atcelt +editor.commit_changes=Pabeigt revīziju +editor.add_tmpl=Pievienot '%s/' +editor.add=Pievienot '%s' +editor.update=Atjaunināt '%s' +editor.delete=Dzēst '%s' +editor.commit_message_desc=Pievienot neobligātu paplašinātu aprakstu... +editor.commit_directly_to_this_branch=Apstiprināt revīzijas izmaiņas atzarā %s. +editor.create_new_branch=Izveidot jaunu atzaru un izmaiņu pieprasījumu šai revīzijai. +editor.new_branch_name_desc=Jaunā atzara nosaukums... +editor.cancel=Atcelt +editor.filename_cannot_be_empty=Nav ievadīts faila nosaukums. +editor.branch_already_exists=Atzars '%s' šajā repozitorijā jau eksistē. +editor.directory_is_a_file=Ieraksts '%s' vecāka ceļā ir fails nevis direktorija šajā repozitorijā. +editor.filename_is_a_directory=Faila nosaukums '%s' sakrīt ar direktorijas nosaukumu šajā repozitorijā. +editor.file_editing_no_longer_exists=Fails '%s', ko labojat, vairs neeksistē repozitorijā. +editor.file_changed_while_editing=Faila saturs ir mainījies kopš brīža, kad sākāt to labot. Nospiediet šeit, lai redzētu kas ir mainījies vai nospiediet atkārtoti pabeigt revīziju, lai pārrakstītu izmaiņas. +editor.file_already_exists=Fails ar nosaukumu '%s' repozitorijā jau eksistē. +editor.no_changes_to_show=Nav izmaiņu, ko rādīt. +editor.fail_to_update_file=Neizdevās izmainīt/izveidot failu '%s', kļūda: %v +editor.add_subdir=Pievienot apakšdirektoriju... +editor.unable_to_upload_files=Neizdevās augšupielādēt failus uz direktoriju '%s', kļūda: %v +editor.upload_files_to_dir=Augšupielādēt failus uz direktoriju '%s' commits.commits=Revīzijas commits.search=Meklēt revīzijas @@ -433,6 +490,11 @@ issues.create=Pieteikt problēmu issues.new_label=Jauna etiķete issues.new_label_placeholder=Etiķetes nosaukums... issues.create_label=Izveidot etiķeti +issues.label_templates.title=Ielādēt sākotnēji noteikto etiķešu kopu +issues.label_templates.info=Nav definēta neviena etiķete. Nospiediet pogu "Izveidot etiķeti", lai to izveidotu vai izmantojiet zemāk piedāvātās etiķetes. +issues.label_templates.helper=Izvēlieties etiķešu kopu +issues.label_templates.use=Izmantot šo etiķešu kopu +issues.label_templates.fail_to_load_file=Neizdevās ielādēt etiķetes sagataves failu '%s': %v issues.open_tab=%d atvērti issues.close_tab=%d aizvērti issues.filter_label=Etiķete @@ -460,7 +522,8 @@ issues.next=Nākamā issues.open_title=Atvērta issues.closed_title=Slēgta issues.num_comments=%d komentāri -issues.commented_at=`komentēja %[2]s` +issues.commented_at=` komentēja %s` +issues.delete_comment_confirm=Vai patiešām vēlaties dzēst šo komentāru? issues.no_content=Vēl nav satura. issues.close_issue=Aizvērt issues.close_comment_issue=Komentēt un aizvērt @@ -473,8 +536,7 @@ issues.commit_ref_at=`pieminēja šo problēmu revīzijā Pierakstieties, lai komentētu +issues.sign_in_require_desc=Pierakstieties, lai pievienotos šai sarunai. issues.edit=Labot issues.cancel=Atcelt issues.save=Saglabāt @@ -489,6 +551,8 @@ issues.label_deletion=Etiķetes dzēšana issues.label_deletion_desc=Dzēšot šo etiķeti, tā tiks noņemta no visām saistītajām problēmām. Vai vēlaties turpināt? issues.label_deletion_success=Etiķete tika veiksmīgi izdzēsta! issues.num_participants=%d dalībnieki +issues.attachment.open_tab=`Noklikšķiniet, lai apskatītos "%s" jaunā logā` +issues.attachment.download=`Noklikšķiniet, lai lejupielādētu "%s"` pulls.new=Jauns izmaiņu pieprasījums pulls.compare_changes=Salīdzināt izmaiņas @@ -561,20 +625,32 @@ wiki.last_updated=Pēdējo reizi labota %s settings=Iestatījumi settings.options=Opcijas settings.collaboration=Sadarbība +settings.collaboration.admin=Administrators +settings.collaboration.write=Rakstīšanas +settings.collaboration.read=Skatīšanās +settings.collaboration.undefined=Nedefinētas settings.hooks=Tīmekļa āķi settings.githooks=Git āķi settings.basic_settings=Pamatiestatījumi +settings.mirror_settings=Spoguļa iestatījumi +settings.sync_mirror=Sinhronizēt tagad +settings.mirror_sync_in_progress=Notiek spoguļa sinhronizācija, uzgaidiet aptuveni minūti un atjaunojiet lapu. settings.site=Oficiālā mājas lapa settings.update_settings=Mainīt iestatījumus settings.change_reponame_prompt=Šī izmaiņa ietekmēs saites, kas ir saistītas ar šo repozitoriju. settings.advanced_settings=Papildu iestatījumi -settings.wiki_desc=Iespējot vikivietni, lai atļautu cilvēkiem rakstīt dokumentus +settings.wiki_desc=Iespējot vikivietnes +settings.use_internal_wiki=Izmantot iebūvēto vikivietni settings.use_external_wiki=Izmantot ārējo vikivietni settings.external_wiki_url=Ārējās Vikivietnes adrese settings.external_wiki_url_desc=Apmeklētāji tiks novirzīti uz adresi, kad viņi uzklikšķinās uz cilnes. -settings.issues_desc=Iespējot iebūvētu vieglu problēmu sekotāju +settings.issues_desc=Iespējot problēmu sekotāju +settings.use_internal_issue_tracker=Izmantot iebūvētu vieglu problēmu sekotāju settings.use_external_issue_tracker=Izmantot ārējo problēmu sekotāju settings.tracker_url_format=Ārējā problēmu sekotāja adreses formāts +settings.tracker_issue_style=Ārējā problēmu reģistra nosaukumu stils: +settings.tracker_issue_style.numeric=Cipari +settings.tracker_issue_style.alphanumeric=Burti un cipari settings.tracker_url_format_desc=Jūs varat izmantot {user}{repo}{index} lietotājvārdam, repozitorija nosaukumam un problēmas identifikātoram. settings.pulls_desc=Iespējot izmaiņu pieprasījumus lai saņemtu publiskus ieguldījumus settings.danger_zone=Bīstamā zona @@ -597,9 +673,7 @@ settings.delete=Dzēst šo repozitoriju settings.delete_desc=Dzēšot repozitoriju, tā datus vairs nebūs iespējams atgūt. Pirms dzēšanas pārliecinieites vai patiešām vēlaties to darīt. settings.delete_notices_1=- Šī darbība ir NEATGRIEZENISKA. settings.delete_notices_2=- Šī darbība neatgriezeniski izdzēsīs visus šī repozitorija datus, tai skaitā Git datus, problēmu ziņojumus, komentārus un definētās piekļuves tiesības. -settings.delete_notices_fork_1=- Ja repozitorijs ir publisks, visi atdalītie repozitoriji kļūs neatkarīgi. -settings.delete_notices_fork_2=- Ja repozitorijs ir privāts, tiks dzēsti arī visi atdalītie repozitoriji. -settings.delete_notices_fork_3=- Ja vēlaties saglabāt atdalīts repozitorijus pēc dzēšanas, sākumā nomainiet repozitorija redzamību uz publisku. +settings.delete_notices_fork_1=- Visi atdalītie repozitoriji kļūs neatkarīgi pēc dzēšanas. settings.deletion_success=Repozitorijs tika veiksmīgi dzēsts! settings.update_settings_success=Repozitorija opcijas ir veiksmīgi saglabātas. settings.transfer_owner=Jaunais īpašnieks @@ -646,6 +720,8 @@ settings.event_send_everything=Vēlos saņemt visu. settings.event_choose=Atzīmēt, ko vēlos saņemt. settings.event_create=Izveidot settings.event_create_desc=Atzara vai taga izveidošana +settings.event_pull_request=Izmaiņu pieprasījums +settings.event_pull_request_desc=Atvērts, aizvērts, atkāroti atvērts, labots, piešķirts vai noņemts izmaiņu pieprasījums, vai mainīta etiķete, vai veikta sinhronizācija. settings.event_push=Izmaiņu nosūtīšana settings.event_push_desc=Git izmaiņu nosūtīšana uz repozitoriju settings.active=Aktīvs @@ -683,6 +759,8 @@ diff.show_unified_view=Apvienotais skats diff.stats_desc=%d mainītis faili ar %d papildinājumiem un %d dzēšanām diff.bin=BIN diff.view_file=Parādīt failu +diff.file_suppressed=Failā izmaiņas netiks attēlotas, jo tās ir par lielu +diff.too_many_files=Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels release.releases=Laidieni release.new_release=Jauns laidiens @@ -713,6 +791,7 @@ release.deletion=Laidiena dzēšana release.deletion_desc=Dzēšot šo laidienu tiks dzēsts arī atbilstošs Git tags. Vai vēlaties turpināt? release.deletion_success=Laidiens tika veiksmīgi dzēsts! release.tag_name_already_exist=Laidiens ar šādu taga nosaukumu jau eksistē. +release.tag_name_invalid=Nekorekts birkas nosaukams. release.downloads=Lejupielādes [org] @@ -880,6 +959,7 @@ users.edit_account=Labot kontu users.max_repo_creation=Maksimāls repozitoriju veidošanas limits users.max_repo_creation_desc=(Uzlikt -1 lai izmantotu globālu limitu pēc noklusējuma) users.is_activated=Konts ir aktivizēts +users.prohibit_login=Šim kontam ir aizliegts autorizēties users.is_admin=Šim kontam ir administratora piekļuves tiesības users.allow_git_hook=Šim kontam ir tiesības pievienot/labot Git āķus users.allow_import_local=Šim kontam ir tiesības importēt lokālus repozitorijus @@ -910,6 +990,7 @@ auths.enabled=Iespējota auths.updated=Atjaunināta auths.auth_type=Autentifikācijas tips auths.auth_name=Autentifikācijas nosaukums +auths.security_protocol=Drošības protokols auths.domain=Domēns auths.host=Resursdators auths.port=Ports @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL režīms config.db_ssl_mode_helper=(tikai PostgreSQL datu bāzei) config.db_path=Ceļš config.db_path_helper=(priekš "sqlite3" and "tidb") + config.service_config=Pakalpojuma konfigurācija config.register_email_confirm=Pieprasīt e-pasta apstiprināšanu config.disable_register=Atspējot jaunu lietotāju reģistrāciju @@ -994,10 +1076,12 @@ config.disable_key_size_check=Atspējot atslēgas minimālā garuma pārbaudi config.enable_captcha=Iespējot drošības kodu config.active_code_lives=Aktīvā koda ilgums config.reset_password_code_lives=Paroles atiestatīšanas koda ilgums + config.webhook_config=Tīkla āķu konfigurācija config.queue_length=Rindas garums config.deliver_timeout=Piegādes noildze config.skip_tls_verify=Izlaist TLS pārbaudi + config.mailer_config=Sūtītāja konfigurācija config.mailer_enabled=Iespējots config.mailer_disable_helo=Atspējot HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Lietotājs config.send_test_mail=Nosūtīt pārbaudes e-pastu config.test_mail_failed=Neizdevās nosūtīt pārbaudes e-pasta vēstuli uz '%s': %v config.test_mail_sent=Pārbaudes e-pasta vēstule tika nosūtīta uz '%s'. + config.oauth_config=OAuth konfigurācija config.oauth_enabled=Iespējota + config.cache_config=Kešatmiņas konfigurācija config.cache_adapter=Kešatmiņas adapteris config.cache_interval=Kešatmiņas intervāls config.cache_conn=Kešatmiņas pieslēguma parametri + config.session_config=Sesijas konfigurācja config.session_provider=Sesijas nodrošinātājs config.provider_config=Pakalpojumu sniedzēja konfigurācija @@ -1022,9 +1109,24 @@ config.gc_interval_time=GC laika intervāls config.session_life_time=Sesijas ilgums config.https_only=Tikai HTTPS config.cookie_life_time=Sīkdatņu glabāšanas ilgums + config.picture_config=Attēlu konfigurācija config.picture_service=Lokāli attēli config.disable_gravatar=Atspējot Gravatar +config.enable_federated_avatar=Iespējot apvienotās profila bildes + +config.git_config=Git konfigurācija +config.git_disable_diff_highlight=Atspējot salīdzināšanas sintakses iekrāsošanu +config.git_max_diff_lines=Maksimālais salīdzināmo rindu skaits vienam failam +config.git_max_diff_line_characters=Maksimālais salīdzināmo simbolu skaits vienai rindai +config.git_max_diff_files=Maksimālais salīdzināmo failu skaits, ko attēlot +config.git_gc_args=GC argumenti +config.git_migrate_timeout=Migrācijas noilgums +config.git_mirror_timeout=Spoguļa atjaunošanas noilgums +config.git_clone_timeout=Klonēšanas darbības noilgums +config.git_pull_timeout=Izmaiņu saņemšanas darbības noilgums +config.git_gc_timeout=GC darbības noilgums + config.log_config=Žurnalizēšanas konfigurācija config.log_mode=Žurnalizēšanas veids diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini old mode 100755 new mode 100644 index 1f560eb6c..8edaabde0 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -96,6 +96,8 @@ offline_mode=Off line modus inschakelen offline_mode_popup=Schakel CDN uit in productiemodus, alle bestanden worden lokaal aangeboden. disable_gravatar=Gravatar Service uitschakelen disable_gravatar_popup=Schakel Gravatar en andere bronnen uit, alle avatars worden door gebruikers geüpload of zijn standaard. +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=Schakel zelfregistratie uit disable_registration_popup=Schakel zelfregistratie uit, alleen admins kunnen accounts maken. enable_captcha=Inschakelen Captcha @@ -124,6 +126,7 @@ uname_holder=Gebruikersnaam of e-mail password_holder=Wachtwoord switch_dashboard_context=Wissel voorpaginacontext my_repos=Mijn repositories +show_more_repos=Show more repositories... collaborative_repos=Gedeelde repositories my_orgs=Mijn organisaties my_mirrors=Mijn mirrors @@ -148,6 +151,8 @@ forget_password=Wachtwoord vergeten? sign_up_now=Een account nodig? Meld u nu aan. confirmation_mail_sent_prompt=Een bevestigingsemail is gestuurd naar %s, Bevestig u aanvraag binnen %d uren om uw registratie te voltooien. active_your_account=Activeer uw account +prohibit_login=Login Prohibited +prohibit_login_desc=Your account is prohibited to login, please contact site admin. resent_limit_prompt=Sorry, u heeft te snel na elkaar een aanvraag gedaan voor een activatie mail. Wacht drie minuten voor uw volgende aanvraag. has_unconfirmed_mail=Beste %s, u heeft een onbevestigd e-mailadres (%s). Als u nog geen bevestiging heeft ontvangen, of u een nieuwe aanvraag wilt doen, klik dan op de onderstaande knop. resend_mail=Klik hier om uw activatie mail nog een keer te verzenden @@ -157,6 +162,7 @@ reset_password=Reset uw wachtwoord invalid_code=Sorry, uw bevestigingscode is verlopen of niet meer geldig. reset_password_helper=Klik hier om uw wachtwoord opnieuw in te stellen. password_too_short=De lengte van uw wachtwoord moet minimaal zes karakters zijn. +non_local_account=Non-local accounts cannot change passwords through Gogs. [mail] activate_account=Activeer uw account @@ -183,6 +189,13 @@ TeamName=Team naam AuthName=Autorisatienaam AdminEmail=E-mail beheerder +NewBranchName=New branch name +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=Bestandspad +Content=Inhoud + require_error=kan niet leeg zijn. alpha_dash_error=moet een valide alfanumeriek of dash(-_) karakter zijn. alpha_dash_dot_error=moet een valide alfanumeriek, dash(-_) of (.) punt karakter zijn. @@ -219,8 +232,7 @@ org_still_own_repo=De organisatie heeft nog eigendomen op repositories. U moet d target_branch_not_exist=Doel branch bestaat niet [user] -change_avatar=Verander uw avatar op Gravatar.com -change_custom_avatar=Wijzig uw avatar in de instellingen +change_avatar=Wijzig je profielfoto join_on=Aangemeld op repositories=repositories activity=Openbare activiteit @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Het gebruikersnaam patroon '%s' is niet toegestaan [settings] profile=Profiel password=Wachtwoord +avatar=Profielfoto ssh_keys=SSH-sleutels social=Sociale netwerk-accounts applications=Toepassingen @@ -256,6 +269,8 @@ change_username_prompt=Deze verandering zal de weg links hebben betrekking op uw continue=Doorgaan cancel=Annuleren +lookup_avatar_by_mail=Zoek profielfoto per email +federated_avatar_lookup=Federated Avatar Lookup enable_custom_avatar=Aangepaste avatar inschakelen choose_new_avatar=Kies een nieuwe avatar update_avatar=Avatar instelling bijwerken @@ -342,7 +357,7 @@ fork_from=Afsplitsing van fork_visiblity_helper=U kunt de zichtbaarheid van een geforkte repository niet aanpassen. repo_desc=Omschrijving repo_lang=Taal -repo_lang_helper=Selecteer .gitignore bestanden +repo_gitignore_helper=Select .gitignore templates license=Licentie license_helper=Selecteer een licentie bestand readme=Leesmij-bestand @@ -350,9 +365,12 @@ readme_helper=Selecteer een sjabloon voor het Leesmij-bestand auto_init=Initialiseer deze repositorie met de geselecteerde bestanden en sjabloon create_repo=Nieuwe repository default_branch=Standaard branch +mirror_prune=Prune +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=Mirror interval(uur) mirror_address=Kopie-adres mirror_address_desc=Gelieve noodzakelijke gebruikersgegevens in de adresbalk. +mirror_last_synced=Laatste synchronisatie watchers=Volgers stargazers=Stargazers forks=Forks @@ -407,6 +425,45 @@ file_raw=Ruwe file_history=Geschiedenis file_view_raw=Weergave ruwe file_permalink=Permalink +file_too_large=This file is too large to be shown + +editor.new_file=Nieuw bestand +editor.upload_file=Bestand uploaden +editor.edit_file=Bewerk bestand +editor.preview_changes=Wijzigingen nagaan +editor.cannot_edit_non_text_files=Kan niet-tekstbestanden niet bewerken +editor.edit_this_file=Bestand aanpassen +editor.must_be_on_a_branch=Je moet in een branch zijn om aanpassingen te maken of voor te stellen +editor.fork_before_edit=Je moet deze repository eerst vorken om dit bestand aan te kunnen passen +editor.delete_this_file=Verwijder dit bestand +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=cancel +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=Cancel +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' commits.commits=Commits commits.search=Zoeken @@ -433,6 +490,11 @@ issues.create=Maak probleem issues.new_label=Nieuw Label issues.new_label_placeholder=Tekst label... issues.create_label=Maak label +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d Open issues.close_tab=%d gesloten issues.filter_label=Label @@ -460,7 +522,8 @@ issues.next=Volgende issues.open_title=Open issues.closed_title=Gesloten issues.num_comments=%d opmerkingen -issues.commented_at=`gaf commentaar op %[2]s` +issues.commented_at=`commented %s` +issues.delete_comment_confirm=Are you sure you want to delete this comment? issues.no_content=Er is nog geen inhoud. issues.close_issue=Sluit issues.close_comment_issue=Sluit en geef commentaar @@ -469,12 +532,11 @@ issues.reopen_comment_issue=Heropen en geef commentaar issues.create_comment=Reageer issues.closed_at=`gesloten om %[2]s` issues.reopened_at=`heropend om %[2]s` -issues.commit_ref_at='verwees naar dit probleem vanuit een commit %[2]s' +issues.commit_ref_at=`verwees naar dit probleem vanuit een commit %[2]s'` issues.poster=Poster -issues.collaborator=Collaborator +issues.collaborator=Medewerker issues.owner=Eigenaar -issues.sign_up_for_free=Gratis aanmelden -issues.sign_in_require_desc=om deel te nemen in deze conversatie. Heeft u al een account? Meld u aan om te reageren +issues.sign_in_require_desc=Sign in to join this conversation. issues.edit=Bewerken issues.cancel=Annuleren issues.save=Opslaan @@ -489,6 +551,8 @@ issues.label_deletion=Verwijder label issues.label_deletion_desc=Het verwijderen van dit label zal alle informatie in de gerelateerde problemen verwijderen. Wilt u doorgaan? issues.label_deletion_success=Label werd met succes verwijderd! issues.num_participants=%d deelnemers +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` pulls.new=Nieuwe Pull aanvraag pulls.compare_changes=Vergelijk veranderingen @@ -501,7 +565,7 @@ pulls.nothing_to_compare=Er is niets te vergelijken omdat base en head branches pulls.has_pull_request=' Er is al een pull-aanvraag tussen deze twee targets: %[2]s #% [3]d' pulls.create=Pull verzoek aanmaken pulls.title_desc=wil %[1]d commits van %[2]s samenvoegen met %[3]s -pulls.merged_title_desc=%[1] commits samengevoegd van %[2]s naar %[3]s %[4]s +pulls.merged_title_desc=heeft %[1]d commits samengevoegd van %[2]s naar %[3]s %[4]s pulls.tab_conversation=Discussie pulls.tab_commits=Commits pulls.tab_files=Bestanden gewijzigd @@ -512,9 +576,9 @@ pulls.data_broken=Omdat informatie over de fork is verwijderd, zijn de gegevens pulls.is_checking=Controle van conflicten is nog bezig, ververs deze pagina in enkele ogenblikken. pulls.can_auto_merge_desc=Dit pull-request kan automatisch samengevoegd worden. pulls.cannot_auto_merge_desc=Dit pull-request kan niet worden gemerged omdat er conflicten zijn. -pulls.cannot_auto_merge_helper=Please merge manually in order to resolve the conflicts. +pulls.cannot_auto_merge_helper=Gelieve beide versies manueel samen te voegen om de conflicten op te lossen. pulls.merge_pull_request=Samenvoegen van pull verzoek -pulls.open_unmerged_pull_exists=`You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.` +pulls.open_unmerged_pull_exists=U kan de bewerking 'heropenen' niet uitvoeren omdat er al een pull-aanvraag (#%d) is van dezelfde repository met dezelfde informatie. Voeg deze eerst samen. milestones.new=Nieuwe mijlpaal milestones.open_tab=%d geopend @@ -553,7 +617,7 @@ wiki.last_commit_info=%s heeft deze pagina aangepast %s wiki.edit_page_button=Bewerken wiki.new_page_button=Nieuwe pagina wiki.delete_page_button=Verwijder pagina -wiki.delete_page_notice_1=This will delete the page "%s". Please be certain. +wiki.delete_page_notice_1=Dit zal pagina "%s" verwijderen. Weet u het zeker? wiki.page_already_exists=Er bestaat al een wiki-pagina met deze naam. wiki.pages=Pagina’s wiki.last_updated=Laatst bijgewerkt: %s @@ -561,45 +625,55 @@ wiki.last_updated=Laatst bijgewerkt: %s settings=Instellingen settings.options=Opties settings.collaboration=Samenwerking +settings.collaboration.admin=Admin +settings.collaboration.write=Write +settings.collaboration.read=Read +settings.collaboration.undefined=Undefined settings.hooks=Webhooks settings.githooks=Git-hooks settings.basic_settings=Basis instellingen +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=Officiële site settings.update_settings=Instellingen bewerken -settings.change_reponame_prompt=This change will affect how links relate to the repository. +settings.change_reponame_prompt=Deze verandering zal gevolgen hebben voor hoe links zich verhouden tot de repository. settings.advanced_settings=Geavanceerde opties -settings.wiki_desc=Enable wiki to allow people write documents +settings.wiki_desc=Enable wiki system +settings.use_internal_wiki=Use builtin wiki settings.use_external_wiki=Externe wiki gebruiken settings.external_wiki_url=Externe wiki-URL settings.external_wiki_url_desc=Bezoekers worden doorgestuurd naar de URL als ze op het tabblad klikken. -settings.issues_desc=Ingebouwde compacte issuetracker inschakelen +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker settings.use_external_issue_tracker=Externe issuetracker gebruiken settings.tracker_url_format=URL-formaat externe issuetracker -settings.tracker_url_format_desc=You can use placeholder {user} {repo} {index} for user name, repository name and issue index. -settings.pulls_desc=Enable pull requests to accept public contributions +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=Numeric +settings.tracker_issue_style.alphanumeric=Alphanumeric +settings.tracker_url_format_desc=U kan de aanduidingen {user} {repo} {index} gebruiken voor de gebruikersnaam, de naam van de repository en de lijst van open tickets. +settings.pulls_desc=Schakel 'pull request' in om publieke bijdragen te mogelijk te maken settings.danger_zone=Gevaren zone settings.new_owner_has_same_repo=De nieuwe eigenaar heeft al een repositorie met deze naam settings.convert=Converteren naar gewone repository settings.convert_desc=U kunt deze mirror converteren naar een gewone repository. Dit kan niet ongedaan worden gemaakt. -settings.convert_notices_1=- This operation will convert this repository mirror into a regular repository and cannot be undone. +settings.convert_notices_1=- Deze operatie zet de mirror repository om in een gewone repository en dit kan niet ongedaan gemaakt worden. settings.convert_confirm=Conversie bevestigen settings.convert_succeed=Deze repository is geconverteerd naar een normale repository. settings.transfer=Eigendom overdragen settings.transfer_desc=Draag deze repo over aan een andere gebruiker of een organisatie waar u beheerders rechten heeft. -settings.transfer_notices_1=- You will lose access if new owner is a individual user. -settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners. -settings.transfer_form_title=Please enter following information to confirm your operation: -settings.wiki_delete=Erase Wiki Data -settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain. -settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s -settings.wiki_deletion_success=Repository wiki data have been erased successfully. +settings.transfer_notices_1=- U verliest toegang als de nieuwe gebruiker een individuele gebruiker is. +settings.transfer_notices_2=- U behoudt toegang indien de nieuwe eigenaar een organisatie is en U één van de eigenaren van de organisatie bent. +settings.transfer_form_title=Voer de volgende informatie in om de bewerking te bevestigen: +settings.wiki_delete=Wiki gegevens verwijderen +settings.wiki_delete_desc=Als U wiki informatie wist gaat deze onherroepelijk verloren. Bent U zeker? +settings.wiki_delete_notices_1=- Deze operatie wist de wiki voor %s en schakelt de wiki uit +settings.wiki_deletion_success=De repository met wiki data is succesvol gewist. settings.delete=Verwijder deze repositorie settings.delete_desc=Als u eenmaal een repositorie verwijderd is er geen weg terug. Gelieve zeker te zijn van uw acties. -settings.delete_notices_1=- This operation CANNOT be undone. -settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. -settings.delete_notices_fork_1=- If this repository is public, all forks will become independent after deletion. -settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time. -settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first. +settings.delete_notices_1=- Deze bewerking kan NIET ongedaan gemaakt worden. +settings.delete_notices_2=- Deze bewerking verwijdert permanent alle informatie van deze repository met inbegrip van Git gegevens, tickets, opmerkingen en de toegang van medewerkers. +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=Repository is succesvol verwijderd! settings.update_settings_success=Repositorie instellingen zijn succesvol bijgewerkt. settings.transfer_owner=Nieuwe eigenaar @@ -609,20 +683,20 @@ settings.confirm_delete=Bevestig verwijdering settings.add_collaborator=Nieuwe medewerker toevoegen settings.add_collaborator_success=medewerker is toegevoegd. settings.delete_collaborator=Verwijderen -settings.collaborator_deletion=Collaborator Deletion -settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue? +settings.collaborator_deletion=Verwijder Medewerker +settings.collaborator_deletion_desc=Deze gebruiker zal niet langer toegang hebben tot deze repository. Wilt U doorgaan? settings.remove_collaborator_success=medewerker is verwijderd. settings.search_user_placeholder=Zoek gebruiker... -settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator. +settings.org_not_allowed_to_be_collaborator=De organisatie kan niet toegevoegd worden als medewerker. settings.user_is_org_member=Gebruiker is lid van de organisatie die als een medewerker kan niet worden toegevoegd. settings.add_webhook=Webhook toevoegen settings.hooks_desc=Webhooks dat de externe diensten om kennisgevingen te ontvangen wanneer bepaalde gebeurtenissen op Gogs plaatsvinden. Wanneer de opgegeven gebeurtenissen plaatsvinden, sturen we een POST-aanvraag naar elk van de URL's die u opgeeft. Meer informatie vindt u in onze Webhooks gids. settings.webhook_deletion=Webhook verwijderen -settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue? +settings.webhook_deletion_desc=Verwijderen van deze webhook zal de informatie en alle geschiedenis verwijderen. Wilt u doorgaan? settings.webhook_deletion_success=Webhook is succesvol verwijderd! settings.webhook.test_delivery=Test-bezorging -settings.webhook.test_delivery_desc=Send a fake push event delivery to test your webhook settings -settings.webhook.test_delivery_success=Test webhook has been added to delivery queue. It may take few seconds before it shows up in the delivery history. +settings.webhook.test_delivery_desc=Stuur een nep push bericht om de webhook te testen +settings.webhook.test_delivery_success=De test webhook is toegevoegd aan de wachtrij. Het kan enkele seconden duren voor deze in de geschiedenis wordt weergegeven. settings.webhook.request=Verzoek settings.webhook.response=Antwoord settings.webhook.headers=Headers @@ -646,6 +720,8 @@ settings.event_send_everything=Ik moet alles hebben. settings.event_choose=Laat me kiezen wat ik nodig heb. settings.event_create=Creëer settings.event_create_desc=Branch, of tag aangemaakt +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=Push settings.event_push_desc=Git push naar een repository settings.active=Actief @@ -662,7 +738,7 @@ settings.slack_domain=Slack domein settings.slack_channel=Slack kanaal settings.deploy_keys=Installeer sleutels settings.add_deploy_key=Toevoegen deploy sleutel -settings.deploy_key_desc=Deploy keys have read-only access. They are not the same as personal account SSH keys. +settings.deploy_key_desc=Sleutels voor uitrol hebben enkel leesrechten. Ze zijn niet dezelfde als de SSH sleutels van persoonlijke accounts. settings.no_deploy_keys=U hebt nog geen deploy sleutels toegevoegd. settings.title=Titel settings.deploy_key_content=Inhoud @@ -678,11 +754,13 @@ diff.parent=bovenliggende diff.commit=commit diff.data_not_available=Diff gegevens niet beschikbaar. diff.show_diff_stats=Toon Diff Stats -diff.show_split_view=Split View -diff.show_unified_view=Unified View +diff.show_split_view=Zij-aan-zij weergave +diff.show_unified_view=Gecombineerde weergave diff.stats_desc=%d gewijzigde bestanden met toevoegingen van %d en %d verwijderingen diff.bin=BIN diff.view_file=Bestand weergeven +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=Releases release.new_release=Nieuwe release @@ -692,7 +770,7 @@ release.stable=Stabiel release.edit=bewerken release.ahead=%d aanpassingen aan %s sinds deze versie release.source_code=Broncode -release.new_subheader=Publish releases to iterate product. +release.new_subheader=Publiceer releases om te itereren. release.edit_subheader=Een gedetailleerd changelog helpt gebruikers te begrijpen wat er is verbeterd in deze release. release.tag_name=Tagnaam release.target=Doel @@ -710,9 +788,10 @@ release.save_draft=Concept opslaan release.edit_release=Release bewerken release.delete_release=Deze release verwijderen release.deletion=Release verwijderen -release.deletion_desc=Deleting this release will delete the corresponding Git tag. Do you want to continue? +release.deletion_desc=Als deze release verwijdert, worden de bijbehorende Git tag ook gewist. Wilt u doorgaan? release.deletion_success=Release is verwijderd! release.tag_name_already_exist=Versie met deze naam bestaat al. +release.tag_name_invalid=Tag name is not valid. release.downloads=Downloads [org] @@ -744,8 +823,8 @@ settings.website=Website settings.location=Locatie settings.update_settings=Instellingen bijwerken settings.update_setting_success=Organisatie instellingen zijn succesvol bijgewerkt. -settings.change_orgname_prompt=This change will affect how links relate to the organization. -settings.update_avatar_success=Organization avatar setting has been updated successfully. +settings.change_orgname_prompt=Deze verandering beinvloed de verhouding tussen links en de organisatie. +settings.update_avatar_success=Organisatie avatar-instellingen zijn succesvol gewijzigd. settings.delete=Verwijder organisatie settings.delete_account=Verwijder deze organisatie settings.delete_prompt=Deze actie zal de origanisatie permanent verwijderen. U kunt dit NIET terug draaien! @@ -754,7 +833,7 @@ settings.delete_org_title=Verwijderen organsiatie settings.delete_org_desc=Deze organisatie zal permanent worden verwijderd, wilt u doorgaan? settings.hooks_desc=Een webhook toevoegen die door alle repositories in deze organisatie getriggerd kan worden. -members.membership_visibility=Membership Visibility: +members.membership_visibility=Zichtbaarheid lidmaatschap: members.public=Openbaar members.public_helper=maak prive members.private=Prive @@ -764,7 +843,7 @@ members.owner=Eigenaar members.member=Lid members.remove=Verwijderen members.leave=Verlaat -members.invite_desc=Add a new member to %s: +members.invite_desc=Voeg nieuw lid toe aan %s: members.invite_now=Nu uitnodigen teams.join=Lid worden @@ -820,16 +899,16 @@ dashboard.delete_inactivate_accounts=Verwijder alle inactieve accounts dashboard.delete_inactivate_accounts_success=Alle inactivering van rekeningen hebben verwijderd. dashboard.delete_repo_archives=Verwijderen van alle repositories archieven dashboard.delete_repo_archives_success=Alle repositories archieven hebben verwijderd. -dashboard.delete_missing_repos=Delete all repository records that lost Git files -dashboard.delete_missing_repos_success=All repository records that lost Git files have been deleted successfully. +dashboard.delete_missing_repos=Verwijder alle repositories zonder Git files +dashboard.delete_missing_repos_success=Alle repositories zonder Git files verwijderd. dashboard.git_gc_repos=Garbage collectie uitvoeren dashboard.git_gc_repos_success=Garbage collectie met succes uitgevoerd. dashboard.resync_all_sshkeys=Herschrijf '.ssh/authorized_keys' (Let op: alle sleutels die niet van Gogs zijn zullen verloren gaan!) dashboard.resync_all_sshkeys_success=Alle publieke sleutels zijn herschreven. dashboard.resync_all_update_hooks=Herschrijf alle repositorie-hooks (nodig als de configuratie bestandslocatie is gewijzigd) dashboard.resync_all_update_hooks_success=Alle repositorie-hooks zijn herschreven. -dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files -dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully. +dashboard.reinit_missing_repos=Alle repositories zonder Git files opnieuw initialiseren +dashboard.reinit_missing_repos_success=Alle repositories zonder Git files zijn succesvol opnieuw geinitializeerd. dashboard.server_uptime=Uptime server dashboard.current_goroutine=Huidige Goroutines @@ -874,12 +953,13 @@ users.edit=Bewerken users.auth_source=Authenticatiebron users.local=Lokaal users.auth_login_name=Authenticatie-loginnaam -users.password_helper=Leave it empty to remain unchanged. +users.password_helper=Laat leeg om ongewijzigd te blijven. users.update_profile_success=Profiel is succesvol bijgewerkt. users.edit_account=Bewerk account -users.max_repo_creation=Maximum Repository Creation Limit -users.max_repo_creation_desc=(Set -1 to use global default limit) +users.max_repo_creation=Maximum-limiet voor aanmaken van repositories +users.max_repo_creation_desc=(Zet op -1 om de globale limiet te gebruiken) users.is_activated=Dit account is geactiveerd +users.prohibit_login=This account is prohibited to login users.is_admin=Dit account heeft beheerdersrechten users.allow_git_hook=Deze account beschikt over machtigingen voor het maken van Git haken users.allow_import_local=Dit account mag lokale repositories importeren @@ -902,7 +982,7 @@ repos.watches=Volgers repos.stars=Sterren repos.issues=Kwesties -auths.auth_manage_panel=Authentication Manage Panel +auths.auth_manage_panel=Authenticatie-beheer paneel auths.new=Nieuwe bron toevoegen auths.name=Naam auths.type=Type @@ -910,20 +990,21 @@ auths.enabled=Ingeschakeld auths.updated=Bijgewerkt auths.auth_type=Authenticatietype auths.auth_name=Authenticatienaam +auths.security_protocol=Security Protocol auths.domain=Domein auths.host=Host auths.port=Poort auths.bind_dn=Binden DN -auths.bind_password=Bind Password -auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account. +auths.bind_password=Bind wachtwoord +auths.bind_password_helper=Opgelet: Dit wachtwoord wordt opgeslagen als leesbare tekst. Gebruik geen account met verhoogde rechten. auths.user_base=User Search Base auths.user_dn=User DN -auths.attribute_username=Username attribute -auths.attribute_username_placeholder=Leave empty to use sign-in form field value for user name. +auths.attribute_username=Gebruikersnaam attribuut +auths.attribute_username_placeholder=Laat leeg om het login veld van het formulier te gebruiken als gebruikersnaam. auths.attribute_name=Voornaam attribuut auths.attribute_surname=Achternaam attribuut auths.attribute_mail=E-mail attribuut -auths.attributes_in_bind=Fetch attributes in Bind DN context +auths.attributes_in_bind=Verkrijg attributes van de Bind DN context auths.filter=Gebruikersfilter auths.admin_filter=Beheerdersfilter auths.ms_ad_sa=MS Ad SA @@ -931,20 +1012,20 @@ auths.smtp_auth=SMTP-authenticatietype auths.smtphost=SMTP host auths.smtpport=SMTP poort auths.allowed_domains=Toegelaten domeinen -auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','. +auths.allowed_domains_helper=Laat dit leeg om geen enkel domein te beperken. Meerdere domeinen moeten door een komma (',') gescheiden worden. auths.enable_tls=Activeer TLS-encryptie auths.skip_tls_verify=TLS-verificatie overslaan auths.pam_service_name=PAM servicenaam auths.enable_auto_register=Activeer automatische registratie auths.tips=Tips -auths.edit=Edit Authentication Setting +auths.edit=Verificatie-instelling bewerken auths.activated=Deze autorisatiemethode is geactiveerd -auths.new_success=New authentication '%s' has been added successfully. -auths.update_success=Authentication setting has been updated successfully. +auths.new_success=Nieuwe authenticatie '%s' werd toegevoegd. +auths.update_success=Authenticatie instellingen zijn succesvol gewijzigd. auths.update=Authenticatie-instellingen bijwerken auths.delete=Deze authenticatiewijze verwijderen -auths.delete_auth_title=Authentication Deletion -auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue? +auths.delete_auth_title=Authenticatie verwijderd +auths.delete_auth_desc=Deze authenticatie zal verwijderd worden, wil je verdergaan? auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first. auths.deletion_success=Authentication has been deleted successfully! @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL modus config.db_ssl_mode_helper=(alleen voor "postgres") config.db_path=Pad config.db_path_helper=(voor "sqlite3" en "tidb") + config.service_config=Serviceconfiguratie config.register_email_confirm=E-mailbevestiging registreren config.disable_register=Registratie uitgeschakeld @@ -994,10 +1076,12 @@ config.disable_key_size_check=Controle op key-lengte uitschakelen config.enable_captcha=CAPTCHA inschakelen config.active_code_lives=Actieve Code leven config.reset_password_code_lives=Reset wachtwoord Code leven + config.webhook_config=Webhook configuratie config.queue_length=Lengte van wachtrij config.deliver_timeout=Bezorging verlooptijd config.skip_tls_verify=TLS certificaat controle overslaan + config.mailer_config=Mailerconfiguatie config.mailer_enabled=Ingeschakeld config.mailer_disable_helo=Schakel HELO uit @@ -1007,12 +1091,15 @@ config.mailer_user=Gebruiker config.send_test_mail=Testbericht verzenden config.test_mail_failed=Verzending van een testmail naar '%s' is mislukt: %v config.test_mail_sent=Test-email is verstuurd naar '%s'. + config.oauth_config=OAuth-configuratie config.oauth_enabled=Ingeschakeld + config.cache_config=Cache-configuratie config.cache_adapter=Cache-adapter config.cache_interval=Cache-interval config.cache_conn=Cache-connectie + config.session_config=Sessieconfiguratie config.session_provider=Sessieprovider config.provider_config=Provider config @@ -1022,9 +1109,24 @@ config.gc_interval_time=GC interval time config.session_life_time=Sessie duur config.https_only=Alleen HTTPS config.cookie_life_time=Cookie duur leeftijd + config.picture_config=Foto configuratie config.picture_service=Foto service config.disable_gravatar=Gravatar uitschakelen +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + config.log_config=Logconfiguratie config.log_mode=Log-modus @@ -1040,13 +1142,13 @@ monitor.start=Starttijd monitor.execute_time=Uitvoertijd notices.system_notice_list=Systeem aankondigingen -notices.view_detail_header=View Notice Detail +notices.view_detail_header=Bekijk bericht details notices.actions=Acties notices.select_all=Alles selecteren notices.deselect_all=Alles deselecteren notices.inverse_selection=Selectie omkeren notices.delete_selected=Selectie verwijderen -notices.delete_all=Delete All Notices +notices.delete_all=Verwijder alle berichten notices.type=Type notices.type_1=Opslagplaats notices.desc=Beschrijving diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini old mode 100755 new mode 100644 index d29f08cb7..cabffb1db --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -96,6 +96,8 @@ offline_mode=Włącz tryb offline offline_mode_popup=Wyłącz CDN, nawet w trybie produkcyjnym, wszystkie pliki zasobów będą podawane lokalnie. disable_gravatar=Wyłącz usługę Gravatar disable_gravatar_popup=Wyłącz Gravatar i niestandardowe źrodła, awatary muszą być przesyłane przez użytkowników. +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=Wyłącz samodzielną rejestrację disable_registration_popup=Wyłącz samodzielną rejestrację użytkownika, tylko administrator będzie mógł tworzyć konta. enable_captcha=Włącz Captcha @@ -124,6 +126,7 @@ uname_holder=Nazwa użytkownika lub e-mail password_holder=Hasło switch_dashboard_context=Przełącz kontekst pulpitu my_repos=Moje repozytoria +show_more_repos=Pokaż więcej repozytoriów... collaborative_repos=Wspólne repozytoria my_orgs=Moje organizacje my_mirrors=Moje kopie lustrzane @@ -148,6 +151,8 @@ forget_password=Zapomniałeś hasła? sign_up_now=Potrzebujesz konta? Zarejestruj się teraz. confirmation_mail_sent_prompt=Nowa wiadomość e-mail z potwierdzeniem została wysłana do %s, proszę sprawdzić swoją skrzynkę odbiorczą w ciągu najbliższych godzin %d aby dokończyć proces rejestracji. active_your_account=Aktywuj swoje konto +prohibit_login=Logowanie zabronione +prohibit_login_desc=Nie możesz się zalogować na to konto, skontaktuj się z administratorem strony. resent_limit_prompt=Niestety, zbyt często wysyłasz e-mail aktywacyjny. Proszę odczekać 3 minuty. has_unconfirmed_mail=Witaj, %s, masz niepotwierdzony adres e-mail (%s). Jeśli nie otrzymałeś wiadomości e-mail z potwierdzeniem lub potrzebujesz wysłać nową, kliknij na poniższy przycisk. resend_mail=Kliknij tutaj, aby wysłać e-mail aktywacyjny @@ -157,6 +162,7 @@ reset_password=Resetowanie hasła invalid_code=Niestety, Twój kod potwierdzający wygasł lub jest nieprawidłowy. reset_password_helper=Kliknij tutaj, aby zresetować hasło password_too_short=Długość hasła nie może być mniejsza niż 6 znaków. +non_local_account=Nie lokalne konta nie mogą zmieniać haseł przez Gogs. [mail] activate_account=Prosimy aktywować swoje konto @@ -183,6 +189,13 @@ TeamName=Nazwa zespołu AuthName=Nazwa autoryzacji AdminEmail=E-mail administratora +NewBranchName=Nazwa nowej gałęzi +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=Ścieżka pliku +Content=Content + require_error=` nie może być puste.` alpha_dash_error=` musi się składać z prawidłowych znaków alfanumerycznych, myślników oraz podkreśleń.` alpha_dash_dot_error=` musi się składać z prawidłowych znaków alfanumerycznych, myślników, podkreśleń oraz kropek.` @@ -219,8 +232,7 @@ org_still_own_repo=Ta organizacja dalej jest właścicielem repozytorium, które target_branch_not_exist=Gałąź docelowa nie istnieje. [user] -change_avatar=Zmień swój avatar na gravatar.com -change_custom_avatar=Zmień awatar w ustawieniach +change_avatar=Zmień swój awatar join_on=Dołączył repositories=Repozytoria activity=Publiczna aktywność @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Wzorzec nazwy użytkownika "%s" jest niedozwolony. [settings] profile=Profil password=Hasło +avatar=Avatar ssh_keys=Klucze SSH social=Konta społecznościowe applications=Aplikacje @@ -256,6 +269,8 @@ change_username_prompt=Ta zmiana wpłynie na sposób w jaki łącza odnoszą si continue=Kontynuuj cancel=Anuluj +lookup_avatar_by_mail=Lookup Avatar by mail +federated_avatar_lookup=Federated Avatar Lookup enable_custom_avatar=Włącz niestandardowe awatary choose_new_avatar=Wybierz nowy avatar update_avatar=Zaktualizuj ustawienia awatara @@ -342,7 +357,7 @@ fork_from=Forkuj z fork_visiblity_helper=Fork nie może zmieniać swojej widoczności repo_desc=Opis repo_lang=Język -repo_lang_helper=Wybierz pliki .gitignore +repo_gitignore_helper=Select .gitignore templates license=Licencja license_helper=Wybierz plik licencji readme=Readme @@ -350,9 +365,12 @@ readme_helper=Wybierz szablon readme auto_init=Zainicjuj to repozytorium używając wybranych plików i szablonu create_repo=Utwórz repozytorium default_branch=Domyślna gałąź +mirror_prune=Wyczyść +mirror_prune_desc=Usuń wszystkie śledzone odwołania które nie istnieją w zdalnym repozytorium mirror_interval=Częstotliwość kopiowania (godziny) mirror_address=Adres kopii lustrzanej mirror_address_desc=Proszę podać wymagane poświadczenia użytkownika w adresie. +mirror_last_synced=Last Synced watchers=Obserwujący stargazers=Polubienia forks=Forki @@ -407,6 +425,45 @@ file_raw=Czysty file_history=Historia file_view_raw=Zobacz czysty file_permalink=Bezpośredni odnośnik +file_too_large=Ten plik jest zbyt duży, aby go wyświetlić + +editor.new_file=New file +editor.upload_file=Upload file +editor.edit_file=Edit file +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=Cannot edit non-text files +editor.edit_this_file=Edit this file +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=Musisz sforkować to repozytorium przed edycją tego pliku +editor.delete_this_file=Delete this file +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=cancel +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=Cancel +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' commits.commits=Commity commits.search=Przeszukaj commity @@ -433,6 +490,11 @@ issues.create=Utwórz problem issues.new_label=Nowa etykieta issues.new_label_placeholder=Etykieta... issues.create_label=Utwórz etykietę +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Użyj ten zestaw etykiet +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=Otwarte %d issues.close_tab=Zamknięte %d issues.filter_label=Etykieta @@ -460,7 +522,8 @@ issues.next=Następny issues.open_title=Otwarty issues.closed_title=Zamknięty issues.num_comments=%d komentarzy -issues.commented_at=`komentuje %[2]s` +issues.commented_at=`skomentował %s` +issues.delete_comment_confirm=Czy na pewno chcesz usunąć ten komentarz? issues.no_content=Nie ma jeszcze treści. issues.close_issue=Zamknij issues.close_comment_issue=Skomentuj i zamknij @@ -473,8 +536,7 @@ issues.commit_ref_at=`wspomina ten problem w commicie Zaloguj się by komentować +issues.sign_in_require_desc= Zaloguj się, aby dołączyć do tej rozmowy. issues.edit=Edytuj issues.cancel=Anuluj issues.save=Zapisz @@ -489,6 +551,8 @@ issues.label_deletion=Usunięcie etykiety issues.label_deletion_desc=Usunięcie tej etykiety spowoduje usuniecie jej ze wszystkich powiązanych problemów. Czy na pewno chcesz kontynuować? issues.label_deletion_success=Etykieta została usunięta pomyślnie! issues.num_participants=%d uczestników +issues.attachment.open_tab=`Kliknij, aby zobaczyć "%s" w nowej karcie` +issues.attachment.download=`Kliknij, aby pobrać "%s"` pulls.new=Nowy pull request pulls.compare_changes=Porównaj zmiany @@ -561,20 +625,32 @@ wiki.last_updated=Ostatnia aktualizacja %s settings=Ustawienia settings.options=Opcje settings.collaboration=Współpraca +settings.collaboration.admin=Administrator +settings.collaboration.write=Zapis +settings.collaboration.read=Odczyt +settings.collaboration.undefined=Niezdefiniowany settings.hooks=Webhooki settings.githooks=Hooki Git settings.basic_settings=Ustawienia podstawowe +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Synchronizuj teraz +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=Oficjalna Strona settings.update_settings=Aktualizuj ustawienia settings.change_reponame_prompt=Zmiana nazwy repozytorium wpłynie na linki do niego. settings.advanced_settings=Ustawienia zaawansowane -settings.wiki_desc=Włączenie Wiki pozwoli innym pisać dokumenty +settings.wiki_desc=Włącz system wiki +settings.use_internal_wiki=Użyj wbudowanego wiki settings.use_external_wiki=Użyj zewnętrznego Wiki settings.external_wiki_url=Adres URL zewnętrznego Wiki settings.external_wiki_url_desc=Odwiedzający zostaną przekierowani do adresu URL po kliknięciu zakładki. -settings.issues_desc=Włącz wbudowany lekki system zgłaszania problemów +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker settings.use_external_issue_tracker=Użyj zewnętrznego systemu zgłaszania problemów settings.tracker_url_format=Format dla adresu URL zewnętrznego systemu +settings.tracker_issue_style=Styl nazw zewnętrznego systemu zgłaszania problemów: +settings.tracker_issue_style.numeric=Numeryczny +settings.tracker_issue_style.alphanumeric=Alfanumeryczne settings.tracker_url_format_desc=Symbole zastępcze {user} {repo} {index} mogą być użyte dla nazwy użytkownika, nazwy repozytorium i numeru problemu. settings.pulls_desc=Włącz obsługę pull request, aby akceptować publiczny wkład settings.danger_zone=Strefa niebezpieczeństwa @@ -597,9 +673,7 @@ settings.delete=Usuń to repozytorium settings.delete_desc=Po usunięciu repozytorium nie ma odwrotu. Upewnij się, że tego chcesz. settings.delete_notices_1=- Ta operacja NIE MOŻE zostać cofnięta. settings.delete_notices_2=- Ta operacja trwale usunie wszystko z tego repozytorium, w tym dane Git, problemy, komentarze i dostęp dla współpracowników. -settings.delete_notices_fork_1=- Jeśli to repozytorium jest publiczne, wszystkie forki staną się niezależne. -settings.delete_notices_fork_2=- Jeśli to repozytorium jest prywatne, forki zostaną usunięte wraz z usunięciem tego repozytorium. -settings.delete_notices_fork_3=- Jeśli chcesz zachować wszystkie forki po usunięciu, proszę najpierw uczyń to repozytorium publicznym. +settings.delete_notices_fork_1=Wszystkie forki staną się niezależne po usunięciu. settings.deletion_success=Repozytorium zostało pomyślnie usunięte! settings.update_settings_success=Opcje repozytorium zostały pomyślnie zaktualizowane. settings.transfer_owner=Nowy właściciel @@ -646,6 +720,8 @@ settings.event_send_everything=Potrzebuję wszystkiego. settings.event_choose=Pozwól mi wybrać, czego potrzebuję. settings.event_create=Utwórz settings.event_create_desc=Utworzono gałąź lub tag +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=Wypchnięcie settings.event_push_desc=Wypchnięcie (push) do repozytorium Git settings.active=Aktywny @@ -683,6 +759,8 @@ diff.show_unified_view=Zunifikowany widok diff.stats_desc=%d zmienionych plików z %d dodań i %d usunięć diff.bin=BIN diff.view_file=Wyświetl plik +diff.file_suppressed=Plik diff jest za duży +diff.too_many_files=Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików release.releases=Wydania release.new_release=Nowe wydanie @@ -703,7 +781,7 @@ release.write=Napisz release.preview=Podgląd release.loading=Ładowanie... release.prerelease_desc=To jest wersja wstępna -release.prerelease_helper=Chcemy zwrócić uwagę, że ta wersja jest oznaczona jako eksperymentalna. +release.prerelease_helper=Oznacz to wydanie jako wersję wstępną. release.cancel=Anuluj release.publish=Publikuj wersję release.save_draft=Zapisz szkic @@ -713,6 +791,7 @@ release.deletion=Usuwanie wydania release.deletion_desc=Usunięcie tego wydania spowoduje usunięcie odpowiednich tagów Git. Czy chcesz kontynuować? release.deletion_success=Wydanie zostało pomyślnie usunięte! release.tag_name_already_exist=Wersja o tej nazwie tagu już istnieje. +release.tag_name_invalid=Nazwa tagu jest niepoprawna. release.downloads=Pliki do pobrania [org] @@ -880,6 +959,7 @@ users.edit_account=Edytuj konto users.max_repo_creation=Maksymalna liczba repozytoriów users.max_repo_creation_desc=(Ustaw -1, aby użyć globalnego limitu) users.is_activated=To konto jest aktywne +users.prohibit_login=Nie możesz się zalogować na to konto users.is_admin=To konto ma uprawnienia administratora users.allow_git_hook=To konto posiada uprawnienia do tworzenia hooków Git users.allow_import_local=To konto ma uprawnienia do importu lokalnych repozytoriów @@ -910,6 +990,7 @@ auths.enabled=Włączono auths.updated=Zaktualizowano auths.auth_type=Typ uwierzytelniania auths.auth_name=Nazwa uwierzytelniania +auths.security_protocol=Protokół zabezpieczeń auths.domain=Domena auths.host=Host auths.port=Port @@ -984,6 +1065,7 @@ config.db_ssl_mode=Tryb SSL config.db_ssl_mode_helper=(tylko dla "postgres") config.db_path=Ścieżka config.db_path_helper=(dla "sqlite3" i "tidb") + config.service_config=Konfiguracja usługi config.register_email_confirm=Wymagaj potwierdzenia e-mail config.disable_register=Wyłącz rejestrację @@ -994,10 +1076,12 @@ config.disable_key_size_check=Wyłącz sprawdzanie minimalnego rozmiaru klucza config.enable_captcha=Włącz Captcha config.active_code_lives=Ważność kodów aktywacyjnych config.reset_password_code_lives=Czas życia kodu resetowania hasła + config.webhook_config=Konfiguracja webhooka config.queue_length=Długość kolejki config.deliver_timeout=Limit czasu zdarzenia config.skip_tls_verify=Pomiń weryfikację protokołu TLS + config.mailer_config=Konfiguracja poczty config.mailer_enabled=Aktywne config.mailer_disable_helo=Wyłącz HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Użytkownik config.send_test_mail=Wyślij email testowy config.test_mail_failed=Nieudane wysłanie wiadomości email do '%s': %v config.test_mail_sent=Testowa wiadomość email została wysłana do '%s'. + config.oauth_config=Konfiguracja OAuth config.oauth_enabled=Aktywne + config.cache_config=Konfiguracja cache config.cache_adapter=Adapter cache config.cache_interval=Interwał pamięci podręcznej config.cache_conn=Połączenie z pamięcią podręczną + config.session_config=Konfiguracja sesji config.session_provider=Dostawca sesji config.provider_config=Konfiguracja dostawcy @@ -1022,9 +1109,24 @@ config.gc_interval_time=Interwał odśmiecania config.session_life_time=Czas życia sesji config.https_only=Tylko HTTPS config.cookie_life_time=Czas życia ciasteczka + config.picture_config=Ustawienia obrazów config.picture_service=Serwis obrazów config.disable_gravatar=Wyłącz Gravatara +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Konfiguracja Git +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Limit czasu migracji +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + config.log_config=Konfiguracja dziennika config.log_mode=Tryb dziennika diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini old mode 100755 new mode 100644 index f4fbbe5f3..783678e41 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -1,7 +1,7 @@ -app_desc=Um serviço de Git auto-hospedado e amigável escrito em Go +app_desc=Um serviço de Git hospedável e amigável escrito em Go -home=Página Inicial -dashboard=Página Inicial +home=Página inicial +dashboard=Painel explore=Explorar help=Ajuda sign_in=Entrar @@ -11,11 +11,11 @@ register=Registrar website=Site version=Versão page=Página -template=Modelo +template=Template language=Idioma create_new=Criar... user_profile_and_more=Perfil do usuário e configurações -signed_in_as=Você é +signed_in_as=Logado como username=Usuário email=E-mail @@ -26,20 +26,20 @@ captcha=Captcha repository=Repositório organization=Organização mirror=Espelho -new_repo=Novo Repositório -new_migrate=Nova Migração -new_mirror=Novo espelho -new_fork=Novo Fork de Repositório -new_org=Nova Organização -manage_org=Gerenciar Organizações -admin_panel=Painel do Administrador -account_settings=Configurações da Conta +new_repo=Novo repositório +new_migrate=Nova migração +new_mirror=Novo mirror +new_fork=Novo fork de repositório +new_org=Nova organização +manage_org=Gerenciar organizações +admin_panel=Painel do administrador +account_settings=Configurações da conta settings=Configurações your_profile=Seu perfil your_settings=Suas configurações activities=Atividades -pull_requests=Pull Requests +pull_requests=Pull requests issues=Problemas cancel=Cancelar @@ -49,8 +49,8 @@ install=Instalação title=Etapas de instalação para primeira execução docker_helper=Se você está rodando o Gogs dentro do Docker, por favor leia os Guias cuidadosamente antes de mudar qualquer coisa nesta página! requite_db_desc=Gogs requer MySQL, PostgreSQL, SQLite3 ou TiDB. -db_title=Configurações de Banco de Dados -db_type=Tipo do Banco de Dados +db_title=Configurações de banco de dados +db_type=Tipo de banco de dados host=Host user=Usuário password=Senha @@ -67,18 +67,18 @@ err_empty_admin_password=A senha de administrador não pode ser vazia. general_title=Configurações gerais do Gogs app_name=Nome do aplicativo app_name_helper=Coloque o nome da sua organização aqui! -repo_path=Caminho da raíz do repositório +repo_path=Caminho raíz do repositório repo_path_helper=Todos os repositórios remotos do Git serão salvos neste diretório. run_user=Usuário da execução run_user_helper=O usuário deve ter acesso ao caminho raiz do repositório e executar o Gogs domain=Domínio -domain_helper=Isto afeta URLs para clonagem via SSH. +domain_helper=Isto afeta URLs para o clone via SSH. ssh_port=Porta SSH ssh_port_helper=Número da porta que seu servidor SSH está usando, deixe vazio para desativar o recurso SSH. http_port=Porta HTTP http_port_helper=Número da porta em que a aplicação irá executar. app_url=URL do aplicativo -app_url_helper=Isto afeta a URL de clonagem via HTTP/HTTPs e também o email. +app_url_helper=Isto afeta a URL de clone via HTTP/HTTPs e também o e-mail. log_root_path=Caminho do log log_root_path_helper=Pasta dos arquivos de log. @@ -96,6 +96,8 @@ offline_mode=Ativar modo off-line offline_mode_popup=Desative o CDN mesmo em modo de produção, todos os recursos serão disponibilizados localmente. disable_gravatar=Desativar serviço Gravatar disable_gravatar_popup=Desabilitar o Gravatar e fontes personalizadas, todos os avatares são enviados por usuários ou padrão. +federated_avatar_lookup=Habilitar a busca federativa de avatares +federated_avatar_lookup_popup=Habilitar a busca federativa de avatares a usar o serviço federativo de código aberto baseado no libravatar. disable_registration=Desativar auto-registro disable_registration_popup=Desativar o auto-registro de usuário, para que somente o administrador possa criar contas. enable_captcha=Habilitar captcha @@ -120,13 +122,14 @@ install_success=Bem-vindo! Estamos contentes que você escolheu o Gogs, divirta- invalid_log_root_path=Pasta raíz do log é inválida: %v [home] -uname_holder=Nome de Usuário ou E-mail +uname_holder=Nome de usuário ou e-mail password_holder=Senha -switch_dashboard_context=Trocar Contexto do Painel de Controle -my_repos=Meus Repositórios -collaborative_repos=Repositórios Colaborativos -my_orgs=Minhas Organizações -my_mirrors=Meus Espelhos +switch_dashboard_context=Trocar contexto do painel de controle +my_repos=Meus repositórios +show_more_repos=Mostrar mais repositórios... +collaborative_repos=Repositórios colaborativos +my_orgs=Minhas organizações +my_mirrors=Meus mirrors view_home=Ver %s issues.in_your_repos=Em seus repositórios @@ -137,26 +140,29 @@ users=Usuários search=Pesquisar [auth] -create_new_account=Criar Nova Conta +create_new_account=Criar nova conta register_hepler_msg=Já tem uma conta? Entre agora! social_register_hepler_msg=Já tem uma conta? Junte-se agora! disable_register_prompt=Desculpe, novos registros estão desabilitados. Por favor entre em contato com o administrador do site. disable_register_mail=Desculpe, a confirmação de registro por e-mail foi desabilitada. -remember_me=Lembrar de Mim -forgot_password=Esqueci a Senha +remember_me=Lembrar de mim +forgot_password=Esqueci a senha forget_password=Esqueceu a senha? sign_up_now=Precisa de uma conta? Cadastre-se agora. confirmation_mail_sent_prompt=Um novo e-mail de confirmação foi enviado para %s, por favor, verifique sua caixa de entrada nas próximas %d horas para completar seu registro. -active_your_account=Ativar Sua Conta +active_your_account=Ativar sua conta +prohibit_login=Login proibido +prohibit_login_desc=Sua conta foi proibida de efetuar login, por favor contate o administrador do site. resent_limit_prompt=Desculpe, você está enviando um e-mail de ativação com muita frequência. Por favor, aguarde 3 minutos. has_unconfirmed_mail=Oi %s, você possui um endereço de e-mail não confirmado (%s). Se você não recebeu um e-mail de confirmação ou precisa reenviar um novo, clique no botão abaixo. resend_mail=Clique aqui para reenviar seu e-mail de ativação email_not_associate=Este endereço de e-mail não é associado à nenhuma conta. send_reset_mail=Clique aqui para (re)enviar seu e-mail de redefinição da senha -reset_password=Redefinir Sua Senha +reset_password=Redefinir sua senha invalid_code=Desculpe, seu código de confirmação expirou ou não é válido. reset_password_helper=Clique aqui para redefinir sua senha password_too_short=O comprimento da senha não pode ser menor que 6. +non_local_account=Não é possível mudar a senha de contas remotas pelo Gogs. [mail] activate_account=Por favor, ative sua conta @@ -181,10 +187,17 @@ HttpsUrl=URL HTTPS PayloadUrl=URL de carga TeamName=Nome da equipe AuthName=Nome de autorização -AdminEmail=E-mail do Administrador +AdminEmail=E-mail do administrador + +NewBranchName=Novo nome do branch +CommitSummary=Resumo dos commits +CommitMessage=Mensagem do commit +CommitChoice=Escolha de commit +TreeName=Caminho do arquivo +Content=Conteúdo require_error=` não pode estar vazio.` -alpha_dash_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).` +alpha_dash_error=` devem ser caracteres alfanuméricos, hífen (-) ou sublinhado (_).` alpha_dash_dot_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).` size_error=`deve ser do tamanho %s.` min_size_error=` deve conter pelo menos %s caracteres.` @@ -196,17 +209,17 @@ unknown_error=Erro desconhecido: captcha_incorrect=O captcha não correspondeu. password_not_match=Senha e confirmação da senha não são as mesmas. -username_been_taken=Nome de usuário já foi tomado. -repo_name_been_taken=Nome do repositório já foi tomado. +username_been_taken=O nome de usuário já existe. +repo_name_been_taken=Nome do repositório já existe. org_name_been_taken=Nome da organização já foi tomado. -team_name_been_taken=Nome da equipe já foi tomado. +team_name_been_taken=Nome da equipe já existe. email_been_used=Endereço de e-mail já foi usado. username_password_incorrect=Usuário ou senha incorretos. enterred_invalid_repo_name=Por favor certifique-se que informou o nome do repositório corretamente. enterred_invalid_owner_name=Por favor, verifique se o nome do proprietário está correto. enterred_invalid_password=Por favor, verifique se a senha que você digitou está correta. user_not_exist=O usuário informado não existe. -last_org_owner=O usuário a ser removido é o último membro na equipe de proprietários. Deve haver um outro proprietário. +last_org_owner=O usuário a ser removido é o último membro na equipe de proprietários. É obrigatório ter pelo menos um proprietário. invalid_ssh_key=Desculpe, não conseguimos verificar a sua chave SSH: %s unable_verify_ssh_key=Gogs não pode verificar sua chave SSH, mas assumimos que é válida, por favor, verifique a chave pessoalmente. @@ -219,13 +232,12 @@ org_still_own_repo=Esta organização ainda tem a propriedade do repositório, v target_branch_not_exist=O branch de destino não existe. [user] -change_avatar=Altere o seu avatar em gravatar.com -change_custom_avatar=Altere seu avatar nas configurações +change_avatar=Mude seu avatar join_on=Inscreveu-se em repositories=Repositórios -activity=Atividade Pública +activity=Atividade pública followers=Seguidores -starred=Favorito +starred=Repositórios favoritos following=Seguindo follow=Seguir unfollow=Deixar de seguir @@ -236,42 +248,45 @@ form.name_pattern_not_allowed=Não é permitido usar o padrão '%s' para o nome [settings] profile=Perfil password=Senha +avatar=Avatar ssh_keys=Chaves SSH -social=Contas Sociais +social=Contas sociais applications=Aplicativos orgs=Organizações -delete=Deletar Conta +delete=Deletar conta uid=Uid -public_profile=Perfil Público +public_profile=Perfil público profile_desc=Seu endereço de E-mail é publico e será usado para qualquer notificação relacionada à conta, e qualquer operação na web feita através do site. -password_username_disabled=Usuários do tipo não-local não são permitidos de mudarem seu nome de usuário. +password_username_disabled=Usuários remotos não tem permissão para mudarem seu nome de usuário. full_name=Nome Completo website=Site location=Localização -update_profile=Atualizar o Perfil +update_profile=Atualizar o perfil update_profile_success=O seu perfil foi atualizado com sucesso. -change_username=Nome de Usuário Alterado +change_username=Nome de usuário alterado change_username_prompt=Essa alteração afetará os links para a sua conta. continue=Continuar cancel=Cancelar -enable_custom_avatar=Habilitar Avatar Customizado +lookup_avatar_by_mail=Busca de avatar por e-mail +federated_avatar_lookup=Busca de avatar federativo +enable_custom_avatar=Habilitar avatar customizado choose_new_avatar=Escolha um novo avatar -update_avatar=Atualizar configuração de Avatar -delete_current_avatar=Excluir o Avatar atual +update_avatar=Atualizar configuração de avatar +delete_current_avatar=Excluir o avatar atual uploaded_avatar_not_a_image=O arquivo enviado não é uma imagem. update_avatar_success=Sua configuração de avatar foi atualizada com sucesso. change_password=Mudança de senha old_password=Senha Atual -new_password=Nova Senha +new_password=Nova senha retype_new_password=Digite novamente a nova senha password_incorrect=A senha atual não está correta. change_password_success=A senha está alterada com sucesso. Você pode agora entrar com a senha nova. -password_change_disabled=Usuários do tipo não-local não são permitidos de mudarem sua senha. +password_change_disabled=Usuários remotos não tem permissão para mudar sua senha. -emails=Endereços de E-mail +emails=Endereços de e-mail manage_emails=Gerenciar endereços de e-mail email_desc=Seu endereço de e-mail principal será usado para notificações e outras operações. primary=Principal @@ -283,7 +298,7 @@ email_deletion_success=O E-mail foi excluído com sucesso! add_new_email=Adicionar novo endereço de e-mail add_email=Adicionar e-mail add_email_confirmation_sent=Um novo e-mail de confirmação foi enviado para '%s'. Por favor, verifique sua Caixa de Entrada dentro das próximas %d horas, para concluir o processo de confirmação. -add_email_success=Seu novo endereço de E-mail foi adicionado com sucesso. +add_email_success=Seu novo endereço de e-mail foi adicionado com sucesso. manage_ssh_keys=Gerenciar Chaves SSH add_key=Adicionar chave @@ -297,7 +312,7 @@ key_content=Conteúdo add_key_success=A nova chave pública '%s' foi adicionada com sucesso! delete_key=Deletar ssh_key_deletion=Exclusão da chave de SSH -ssh_key_deletion_desc=Ao Excluir esta chave de SSH será removido todos os acessos para sua conta. Você deseja continuar? +ssh_key_deletion_desc=Ao excluir esta chave de SSH será removido todos os acessos para sua conta. Você deseja continuar? ssh_key_deletion_success=A chave de SSH foi excluída com sucesso! add_on=Adicionado em last_used=Última vez usado em @@ -305,54 +320,57 @@ no_activity=Nenhuma atividade recente key_state_desc=Usada a pelo menos 7 dias token_state_desc=Este token é usado em pelo menos 7 dias -manage_social=Gerenciar Contas Sociais Associadas +manage_social=Gerenciar contas sociais associadas social_desc=Esta é uma lista de contas sociais. Remova qualquer ligação que você não reconheça. unbind=Desvincular unbind_success=A conta social foi desvinculada. -manage_access_token=Gerenciar Tokens de Acesso Pessoal -generate_new_token=Gerar novo Token +manage_access_token=Gerenciar tokens de acesso pessoal +generate_new_token=Gerar novo token tokens_desc=Tokens gerados por você que podem ser usados para acessar a API do Gogs. new_token_desc=Por enquanto, todo token terá acesso completo à sua conta. -token_name=Nome do Token -generate_token=Gerar Token +token_name=Nome do token +generate_token=Gerar token generate_token_succees=Novo token de acesso gerado com sucesso! Certifique-se de copiar seu novo token de acesso pessoal agora. Você não poderá vê-lo novamente! delete_token=Excluir -access_token_deletion=Exclusão do Token de acesso pessoal +access_token_deletion=Exclusão do token de acesso pessoal access_token_deletion_desc=Ao Excluir este token de acesso pessoal será removido todos os acessos do aplicativo. Você deseja continuar? delete_token_success=O Token de acesso pessoal foi removido com sucesso! Não se esqueça de atualizar seus aplicativos também. -delete_account=Deletar Sua Conta +delete_account=Deletar sua conta delete_prompt=A operação deletará sua conta permanentemente, e NÃO PODERÁ ser desfeita! -confirm_delete_account=Confirmar Deleção -delete_account_title=Deleção da Conta -delete_account_desc=Esta conta será deletada permanentemente, você quer continuar? +confirm_delete_account=Confirmar exclusão +delete_account_title=Exclusão da conta +delete_account_desc=Esta conta será excluída permanentemente, você quer continuar? [repo] owner=Dono -repo_name=Nome do Repositório +repo_name=Nome do repositório repo_name_helper=Nomes de repositórios bons são pequenos, memorizáveis e únicos. visibility=Visibilidade visiblity_helper=Este é um repositório privado -visiblity_helper_forced=O adminstrador forçou todos os novos repositórios para serem Privados +visiblity_helper_forced=O adminstrador forçou todos os novos repositórios para serem privados visiblity_fork_helper=(A alteração desse valor irá afetar todos os forks) -clone_helper=Precisa de ajuda com a clonagem? Visite a Ajuda! -fork_repo=Fork o Repositório +clone_helper=Precisa de ajuda com o clone? Visite a Ajuda! +fork_repo=Fork do repositório fork_from=Fork de -fork_visiblity_helper=Não é possível alterar a visibilidade de um repositório forkado. +fork_visiblity_helper=Não é possível alterar a visibilidade de um repositório fork. repo_desc=Descrição repo_lang=Linguagem -repo_lang_helper=Selecione arquivos .gitignore +repo_gitignore_helper=Selecionar templates de .gitignore license=Licença license_helper=Selecione um arquivo de licença readme=Leia-me readme_helper=Selecione um modelo de leia-me auto_init=Inicializar este repositório com os arquivos selecionados e modelo -create_repo=Criar Repositório +create_repo=Criar repositório default_branch=Branch padrão -mirror_interval=Intervalo de Espelho (hora) -mirror_address=Endereço do espelho +mirror_prune=Varrer +mirror_prune_desc=Remova quaisquer referências que não existem mais no remote +mirror_interval=Intervalo de mirror (hora) +mirror_address=Endereço do mirror mirror_address_desc=Por favor, inclua as credenciais do usuário necessários no endereço. +mirror_last_synced=Última sincronização watchers=Observadores stargazers=Usuários que estrelaram forks=Forks @@ -361,31 +379,31 @@ form.reach_limit_of_creation=O proprietário atingiu o limite máximo de criaç form.name_reserved=O nome de repositório '%s' não pode ser usado. form.name_pattern_not_allowed=Não é permitido usar o padrão '%s' para o nome de repositório. -need_auth=Precisa de Autorização -migrate_type=Tipo de Migração -migrate_type_helper=Este repositório será um espelho -migrate_repo=Migrar Repositório -migrate.clone_address=Endereço de Clone +need_auth=Precisa de autorização +migrate_type=Tipo de migração +migrate_type_helper=Este repositório será um mirror +migrate_repo=Migrar repositório +migrate.clone_address=Endereço de clone migrate.clone_address_desc=Isto pode ser uma URL de HTTP/HTTPS/GIT ou um caminho de diretório local. migrate.permission_denied=Você não pode importar repositórios locais. migrate.invalid_local_path=Caminho local inválido, não existe ou não é um diretório. migrate.failed=Migração falhou: %v -mirror_from=espelho de -forked_from=forkado de +mirror_from=mirror de +forked_from=fork de fork_from_self=Você não pode criar fork de um repositório que já é seu! copy_link=Copiar copy_link_success=Copiado! copy_link_error=Pressione ⌘-C ou Ctrl-C para copiar copied=Copiado com sucesso -unwatch=Deixar de Observar +unwatch=Deixar de observar watch=Observar unstar=Remover favorito star=Favorito fork=Fork -no_desc=Nenhuma Descrição -quick_guide=Guia Rápido +no_desc=Nenhuma descrição +quick_guide=Guia rápido clone_this_repo=Clonar este repositório create_new_repo_command=Criar um novo repositório na linha de comando push_exist_repo=Push um repositório existente na linha de comando @@ -393,20 +411,59 @@ repo_is_empty=Este repositório está vazio, por favor volte mais tarde! code=Código branch=Branch -tree=Árvore +tree=Tree filter_branch_and_tag=Filtrar branch ou tag branches=Branches tags=Tags -issues=Problemas +issues=Issues pulls=Pull Requests labels=Etiquetas -milestones=Marcos +milestones=Milestones commits=Commits releases=Versões -file_raw=Cru +file_raw=Raw file_history=Histórico -file_view_raw=Ver cru +file_view_raw=Ver raw file_permalink=Link permanente +file_too_large=Este arquivo é muito grande para ser exibido + +editor.new_file=Novo arquivo +editor.upload_file=Enviar arquivo +editor.edit_file=Editar arquivo +editor.preview_changes=Visualizar alterações +editor.cannot_edit_non_text_files=Impossível editar arquivos que não são do tipo texto plano +editor.edit_this_file=Editar este arquivo +editor.must_be_on_a_branch=Você deve estar em um branch para propor mudanças neste arquivo +editor.fork_before_edit=Você deve fazer fork deste repositório antes de editar o arquivo +editor.delete_this_file=Excluir este arquivo +editor.must_have_write_access=Você deve ter permissão de escrita para fazer ou propor mudanças neste arquivo +editor.file_delete_success=Arquivo '%s' deletado com sucesso! +editor.name_your_file=Nomeie seu arquivo... +editor.filename_help=Para adicionar uma pasta, apenas digite o nome e pressione /. Para remover uma pasta, vá para o começo do campo e pressione backspace. +editor.or=ou +editor.cancel_lower=cancelar +editor.commit_changes=Efetivar mudanças +editor.add_tmpl=Adicionar '%s/' +editor.add=Adicionar '%s' +editor.update=Atualizar '%s' +editor.delete=Excluir '%s' +editor.commit_message_desc=Adicione uma descrição estendida opcional... +editor.commit_directly_to_this_branch=Efetive diretamente no branch %s. +editor.create_new_branch=Crie um novo branch para este commit e crie um pull request. +editor.new_branch_name_desc=Novo nome do ramo... +editor.cancel=Cancelar +editor.filename_cannot_be_empty=Nome do arquivo não pode ser vazio. +editor.branch_already_exists=Branch '%s' já existe neste repositório. +editor.directory_is_a_file=Entrada '%s' no caminho pai é um arquivo e não uma pasta neste repositório. +editor.filename_is_a_directory=O arquivo '%s' é uma pasta existente neste repositório. +editor.file_editing_no_longer_exists=O arquivo '%s' que você está editando não existe mais neste repositório. +editor.file_changed_while_editing=O conteúdo do arquivo mudou desde que você começou a editar. Clique aqui para ver o que mudou ou pressione efetivar novamente para sobrescrever esses mudanças. +editor.file_already_exists=Um arquivo com nome '%s' já existe neste repositório. +editor.no_changes_to_show=Nenhuma alteração a mostrar. +editor.fail_to_update_file=Houve erro ao criar ou atualizar arquivo '%s': %v +editor.add_subdir=Adicionar o subdiretório... +editor.unable_to_upload_files=Houve erro ao fazer upload de arquivos para '%s': %v +editor.upload_files_to_dir=Enviar arquivos para '%s' commits.commits=Commits commits.search=Pesquisar commits @@ -415,53 +472,59 @@ commits.author=Autor commits.message=Mensagem commits.date=Data commits.older=Mais Antigo -commits.newer=Mais Novo +commits.newer=Mais recente -issues.new=Novo problema +issues.new=Novo issue issues.new.labels=Etiquetas issues.new.no_label=Sem etiqueta -issues.new.clear_labels=Limpar -issues.new.milestone=Marco -issues.new.no_milestone=Sem marco -issues.new.clear_milestone=Limpar -issues.new.open_milestone=Marcos abertos -issues.new.closed_milestone=Marcos fechados +issues.new.clear_labels=Limpar etiquetas +issues.new.milestone=Milestone +issues.new.no_milestone=Sem milestone +issues.new.clear_milestone=Limpar milestone +issues.new.open_milestone=Milestone abertos +issues.new.closed_milestone=Milestone fechados issues.new.assignee=Responsável -issues.new.clear_assignee=Limpar +issues.new.clear_assignee=Limpar responsável issues.new.no_assignee=Não atribuída -issues.create=Salvar +issues.create=Criar issue issues.new_label=Nova etiqueta issues.new_label_placeholder=Nome da etiqueta... -issues.create_label=Salvar +issues.create_label=Criar etiqueta +issues.label_templates.title=Carregue um conjunto de etiquetas pré-definidas +issues.label_templates.info=Não existem etiquetas ainda. Você pode clicar em "Nova etiqueta" acima para criar uma ou usar um conjunto pré-definido abaixo. +issues.label_templates.helper=Selecione um conjunto de etiquetas +issues.label_templates.use=Usar este conjunto de etiquetas +issues.label_templates.fail_to_load_file=Houve erro ao carregar arquivo de template '%s': %v issues.open_tab=%d aberto -issues.close_tab=%d fechados +issues.close_tab=%d fechado issues.filter_label=Etiqueta issues.filter_label_no_select=Nenhuma etiqueta selecionada -issues.filter_milestone=Marco -issues.filter_milestone_no_select=Nenhum marco selecionado +issues.filter_milestone=Milestone +issues.filter_milestone_no_select=Nenhum milestone selecionado issues.filter_assignee=Atribuído issues.filter_assginee_no_select=Sem atribuição issues.filter_type=Tipo -issues.filter_type.all_issues=Todos os problemas +issues.filter_type.all_issues=Todos os issues issues.filter_type.assigned_to_you=Atribuídos a você issues.filter_type.created_by_you=Criado por você issues.filter_type.mentioning_you=Mencionando você issues.filter_sort=Ordenação -issues.filter_sort.latest=Mais novos +issues.filter_sort.latest=Mais recentes issues.filter_sort.oldest=Mais antigos issues.filter_sort.recentupdate=Mais recentemente atualizados issues.filter_sort.leastupdate=Menos recentemente atualizados issues.filter_sort.mostcomment=Mais comentados issues.filter_sort.leastcomment=Menos comentados issues.opened_by=%[1]s foi aberto por %[3]s -issues.opened_by_fake=aberto %[1]s por %[2]s -issues.previous=Página anterior -issues.next=Próxima página -issues.open_title=aberto -issues.closed_title=fechado +issues.opened_by_fake=%[1]s foi aberto por %[2]s +issues.previous=Anterior +issues.next=Próximo +issues.open_title=Aberto +issues.closed_title=Fechado issues.num_comments=%d comentários -issues.commented_at=`comentado %[2]s` -issues.no_content=Nenhum conteúdo textual. +issues.commented_at=`comentado %s` +issues.delete_comment_confirm=Tem certeza que deseja deletar este comentário? +issues.no_content=Ainda não há conteúdo. issues.close_issue=Fechar issues.close_comment_issue=Comentar e fechar issues.reopen_issue=Reabrir @@ -471,10 +534,9 @@ issues.closed_at=`fechado em %[2]s` issues.reopened_at=`reaberto em %[2]s` issues.commit_ref_at=`citou este problema em um commit %[2]s` issues.poster=Autor -issues.collaborator=Colaboradores +issues.collaborator=Colaborador issues.owner=Proprietário -issues.sign_up_for_free=Cadastre-se gratuitamente -issues.sign_in_require_desc=para participar nesta conversa. Já tem uma conta? Faça login para comentar +issues.sign_in_require_desc=Faça login para participar desta conversação. issues.edit=Editar issues.cancel=Cancelar issues.save=Salvar @@ -489,6 +551,8 @@ issues.label_deletion=Exclusão de etiqueta issues.label_deletion_desc=Excluir uma etiqueta a retirará de todos os problemas que ela estiver marcando. Quer mesmo continuar? issues.label_deletion_success=A etiqueta foi excluída com sucesso! issues.num_participants=%d participantes +issues.attachment.open_tab=`Clique para ver "%s" em uma nova aba` +issues.attachment.download=`Clique para baixar "%s"` pulls.new=Novo Pull Request pulls.compare_changes=Comparar mudanças @@ -505,18 +569,18 @@ pulls.merged_title_desc=mesclou %[1]d commits de %[2]s em %[3 pulls.tab_conversation=Conversação pulls.tab_commits=Commits pulls.tab_files=Arquivos alterados -pulls.reopen_to_merge=Por favor reabra esse pull request para executar a operação de mescla. +pulls.reopen_to_merge=Por favor reabra este Pull Request para executar a operação de merge. pulls.merged=Merge realizado -pulls.has_merged=Este pull request foi mesclado com sucesso! -pulls.data_broken=Dados deste pull request foram quebrados devido à deleção de informação do fork. +pulls.has_merged=O merge deste Pull Request foi aplicado com sucesso! +pulls.data_broken=Dados deste Pull Request foram quebrados devido à remoção de informação do fork. pulls.is_checking=A verificação do conflito ainda está em progresso, por favor recarregue a página em instantes. -pulls.can_auto_merge_desc=Este pull request pode ser mesclado automaticamente. -pulls.cannot_auto_merge_desc=Este pull request não pode ser mesclado automaticamente pois há conflitos. -pulls.cannot_auto_merge_helper=Por favor, mescle manualmente para resolver os conflitos. -pulls.merge_pull_request=Merge Pull Request -pulls.open_unmerged_pull_exists=`Você não pode executar a operação de reabrir porque já existe uma solicitação de pull aberta (#%d) do mesmo repositório com as mesmas informações de merge e está esperando pelo merge.` +pulls.can_auto_merge_desc=O merge deste Pull Pequest pode ser aplicado automaticamente. +pulls.cannot_auto_merge_desc=O merge deste Pull Request não pode ser aplicado automaticamente pois há conflitos. +pulls.cannot_auto_merge_helper=Por favor, aplique o merge manualmente para resolver os conflitos. +pulls.merge_pull_request=Solicitação de merge de Pull Request +pulls.open_unmerged_pull_exists=`Você não pode executar a operação de reabrir porque já existe um Pull request aberto (#%d) do mesmo repositório com as mesmas informações de merge e está esperando pelo merge.` -milestones.new=Novo marco +milestones.new=Novo milestone milestones.open_tab=%d abertos milestones.close_tab=%d fechados milestones.closed=Fechado %s @@ -524,21 +588,21 @@ milestones.no_due_date=Sem prazo milestones.open=Reabrir milestones.close=Fechar milestones.new_subheader=Crie marcos para gerenciar seus problemas. -milestones.create=Salvar marco +milestones.create=Criar milestone milestones.title=Título milestones.desc=Descrição milestones.due_date=Prazo (opcional) milestones.clear=Limpar milestones.invalid_due_date_format=Formato inválido. O valor de data deve ser algo como 'aaaa-mm-dd'. milestones.create_success=O marco '%s' foi configurado com sucesso! -milestones.edit=Edição de marco -milestones.edit_subheader=Descreva bem a proposta do marco, assim as pessoas não ficarão confusas. +milestones.edit=Editar milestone +milestones.edit_subheader=Descreva bem a proposta do milestone, assim as pessoas não ficarão confusas. milestones.cancel=Cancelar -milestones.modify=Salvar alterações -milestones.edit_success=O marco '%s' foi alterado com sucesso! -milestones.deletion=Exclusão de marco -milestones.deletion_desc=Excluir este marco removerá a informação dele em todos os problemas aos quais estiver associado. Você quer mesmo continuar? -milestones.deletion_success=Marco excluído com sucesso! +milestones.modify=Modificar milestone +milestones.edit_success=O milestone '%s' foi alterado com sucesso! +milestones.deletion=Exclusão de milestone +milestones.deletion_desc=Excluir este milestone irá remover toda sua informação em todos as issues que estiver associado. Você quer mesmo continuar? +milestones.deletion_success=Milestone excluído com sucesso! wiki=Wiki wiki.welcome=Bem-vindo ao wiki! @@ -552,7 +616,7 @@ wiki.save_page=Salvar página wiki.last_commit_info=%s editou esta página %s wiki.edit_page_button=Editar wiki.new_page_button=Nova página -wiki.delete_page_button=Excluir Página +wiki.delete_page_button=Excluir página wiki.delete_page_notice_1=Isto irá apagar a página "%s". Por favor, certifique-se. wiki.page_already_exists=já existe uma página de wiki com o mesmo nome. wiki.pages=Páginas @@ -561,23 +625,35 @@ wiki.last_updated=Última atualização %s settings=Configurações settings.options=Opções settings.collaboration=Colaboração +settings.collaboration.admin=Administrador +settings.collaboration.write=Escrita +settings.collaboration.read=Leitura +settings.collaboration.undefined=Indefinido settings.hooks=Webhooks settings.githooks=Hooks do Git -settings.basic_settings=Configurações Básicas -settings.site=Site Oficial +settings.basic_settings=Configurações básicas +settings.mirror_settings=Opções de mirror +settings.sync_mirror=Sincronizar agora +settings.mirror_sync_in_progress=A sincronização do mirror está em andamento, por favor atualize a página em aproximadamente um minuto. +settings.site=Site oficial settings.update_settings=Atualizar configurações -settings.change_reponame_prompt=Este mudanças vai afetar os links para este repositório. +settings.change_reponame_prompt=Esta mudança irá afetar os links para este repositório. settings.advanced_settings=Configurações avançadas -settings.wiki_desc=Habilitar o wiki para permitir que as pessoas escrevam documentos +settings.wiki_desc=Habilitar sistema de wiki +settings.use_internal_wiki=Usar wiki nativa settings.use_external_wiki=Usar wiki externa settings.external_wiki_url=URL externa da wiki -settings.external_wiki_url_desc=Os visitantes serão redirecionados para a URL quando clicarem na aba. -settings.issues_desc=Habilitar gerenciamento de "problemas" nativo +settings.external_wiki_url_desc=Os visitantes serão redirecionados para a URL ao clicar na aba. +settings.issues_desc=Habilitar issue tracker +settings.use_internal_issue_tracker=Usar o issue tracker nativo settings.use_external_issue_tracker=Usar issue tracker externo settings.tracker_url_format=Formato de URL do issue tracker externo +settings.tracker_issue_style=Estilo de nome de issue tracker externo: +settings.tracker_issue_style.numeric=Numérico +settings.tracker_issue_style.alphanumeric=Alfanumérico settings.tracker_url_format_desc=Você pode usar o espaço reservado {user} {repo} {index} para o nome do usuário, índice de nome e a questão do repositório. -settings.pulls_desc=Habilitar pull requests para aceitar contribuições públicas -settings.danger_zone=Zona de Perigo +settings.pulls_desc=Habilitar Pull Requests para aceitar contribuições públicas +settings.danger_zone=Zona de perigo settings.new_owner_has_same_repo=O novo dono já tem um repositório com o mesmo nome. Por favor, escolha outro nome. settings.convert=Converter para repositório tradicional settings.convert_desc=Você pode converter este espelho em um repositório tradicional. Esta ação não pode ser revertida. @@ -586,31 +662,29 @@ settings.convert_confirm=Confirmar conversão settings.convert_succeed=Repositório espelho convertido para tradicional com sucesso. settings.transfer=Transferir Propriedade settings.transfer_desc=Transferir este repositório para outro usuário ou para uma organização onde você tem direitos de administrador. -settings.transfer_notices_1=- Você vai perder acesso se o novo dono for um usuário individual. -settings.transfer_notices_2=- Você vai continuar tendo acesso se o novo dono é uma organização e você é um dos membros. +settings.transfer_notices_1=- Você irá perder o acesso se o novo dono for um usuário individual. +settings.transfer_notices_2=- Você irá continuar tendo acesso se o novo dono é uma organização e você é um dos membros. settings.transfer_form_title=Informe a seguinte informação para confirmar a sua operação: settings.wiki_delete=Apagar dados do Wiki settings.wiki_delete_desc=Uma vez que você apague os dados da wiki, não há volta. Por favor, certifique-se. settings.wiki_delete_notices_1=- Isso irá excluir e desativar o wiki para %s settings.wiki_deletion_success=Dados de wiki do repositório foram deletados com sucesso. -settings.delete=Deletar Este Repositório -settings.delete_desc=Uma vez que você deleta um repositório, não tem volta. Por favor, tenha certeza. +settings.delete=Deletar este repositório +settings.delete_desc=Uma vez que você remova um repositório, não tem volta. Por favor, tenha certeza. settings.delete_notices_1=-Esta operação NÃO PODERÁ ser desfeita. -settings.delete_notices_2=- Esta operação irá apagar permanentemente o tudo deste repositório, incluindo os dados do Git, problemas, comentários e acessos dos colaboradores. -settings.delete_notices_fork_1=- Se este repositório é público, todos os forks se tornarão independentes após a deleção. -settings.delete_notices_fork_2=- Se este repositório é privado, todos os forks serão removidos imediatamente. -settings.delete_notices_fork_3=- Se você deseja manter todos os forks, por favor muda a visibilidade do repositório para pública primeiro. +settings.delete_notices_2=- Esta operação irá apagar permanentemente o tudo deste repositório, incluindo os dados do Git, Issues, comentários e acessos dos colaboradores. +settings.delete_notices_fork_1=-Todos os forks se tornarão independentes após a exclusão. settings.deletion_success=Repositório excluído com sucesso! settings.update_settings_success=As opções do repositório foram atualizadas com sucesso. -settings.transfer_owner=Novo Dono -settings.make_transfer=Fazer Transferência +settings.transfer_owner=Novo dono +settings.make_transfer=Fazer transferência settings.transfer_succeed=A posse do repositório foi transferido com sucesso. -settings.confirm_delete=Confirmar Deleção -settings.add_collaborator=Adicionar um Novo Colaborador +settings.confirm_delete=Confirmar exclusão +settings.add_collaborator=Adicionar um novo colaborador settings.add_collaborator_success=O novo colaborador foi adicionado. -settings.delete_collaborator=Deletar +settings.delete_collaborator=Excluir settings.collaborator_deletion=Exclusão de colaborador -settings.collaborator_deletion_desc=Este usuário não terá mais acesso de colaboração neste repositório após a deleção. Você quer continuar? +settings.collaborator_deletion_desc=Este usuário não terá mais acesso de colaboração neste repositório após a exclusão. Você quer continuar? settings.remove_collaborator_success=O colaborador foi removido. settings.search_user_placeholder=Pesquisar usuário... settings.org_not_allowed_to_be_collaborator=Organização não tem permissão para ser adicionada como um colaborador. @@ -621,21 +695,21 @@ settings.webhook_deletion=Deletar Webhook settings.webhook_deletion_desc=Deletar este Webhook vai remover sua informação e todo o histórico de entrega. Deseja continuar? settings.webhook_deletion_success=Webhook deletado com sucesso! settings.webhook.test_delivery=Entrega de teste -settings.webhook.test_delivery_desc=Enviar uma entrega de evento de push falso para testar suas configurações de webhook -settings.webhook.test_delivery_success=O teste webhook foi adicionado para a fila de entrega. Pode demorar alguns segundos antes de ser exibido no histórico de entrega. +settings.webhook.test_delivery_desc=Enviar uma entrega de evento de Push falso para testar suas configurações de webhook +settings.webhook.test_delivery_success=O Webhook de teste foi adicionado para a fila de entrega. Pode demorar alguns segundos antes de ser exibido no histórico de entrega. settings.webhook.request=Solicitação settings.webhook.response=Resposta settings.webhook.headers=Cabeçalhos settings.webhook.payload=Payload -settings.webhook.body=Texto +settings.webhook.body=Corpo settings.githooks_desc=Hooks do Git são ofertados pelo próprio Git, você pode editar arquivos de hooks suportados na lista abaixo para aplicar operações personalizadas. settings.githook_edit_desc=Se o hook não estiver ativo, o conteúdo de exemplo será apresentado. Deixar o conteúdo em branco irá desativar esse hook. settings.githook_name=Nome do Hook settings.githook_content=Conteúdo do Hook settings.update_githook=Atualizar Hook settings.add_webhook_desc=Enviaremos uma solicitação POST para o URL abaixo com detalhes de quaisquer eventos inscritos. Você pode também especificar qual formato de dados você gostaria de receber (JSON, x-www-form-urlencoded, etc). Mais informação pode ser encontrada em Webhooks Guide. -settings.payload_url=URL de carga -settings.content_type=Tipo de Conteúdo +settings.payload_url=URL de Payload +settings.content_type=Tipo de conteúdo settings.secret=Secreto settings.slack_username=Nome de usuário settings.slack_icon_url=URL do ícone @@ -646,9 +720,11 @@ settings.event_send_everything=Preciso de tudo. settings.event_choose=Deixe-me escolher o que eu preciso. settings.event_create=Criar settings.event_create_desc=Branch ou Tag criado +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request aberto, fechado, reaberto, atribuído, desatribuído, teve etiqueta atualizada ou limpada ou foi sincronizado. settings.event_push=Push settings.event_push_desc=Git push para o repositório -settings.active=Ativar +settings.active=Ativo settings.active_helper=Enviaremos detalhes do evento quando este hook for acionado. settings.add_hook_success=Novos hooks de web foram adicionados. settings.update_webhook=Atualizar Webhook @@ -662,18 +738,18 @@ settings.slack_domain=Domínio settings.slack_channel=Canal settings.deploy_keys=Chaves de Deploy settings.add_deploy_key=Nova chave -settings.deploy_key_desc=Chave de deploy só tem acesso somente leitura. Não é igual as chaves SSH de conta pessoal. -settings.no_deploy_keys=Você ainda não adicionou chaves para implantação de software. +settings.deploy_key_desc=Chave de Deploy só tem acesso somente leitura. Não é igual as chaves SSH de conta pessoal. +settings.no_deploy_keys=Você ainda não adicionou nenhuma chave de Deploy. settings.title=Título settings.deploy_key_content=Conteúdo da chave -settings.key_been_used=Uma chave de implantação com esse mesmo conteúdo já está em uso. -settings.key_name_used=Uma chave de implantação já existe com esse com mesmo nome. -settings.add_key_success=A nova chave de implantação '%s' foi adicionada com sucesso! -settings.deploy_key_deletion=Exclusão de chave de deploy -settings.deploy_key_deletion_desc=Excluir esta chave de implantação removerá permissões de acesso a este repositório. Quer mesmo continuar? -settings.deploy_key_deletion_success=Chave de implantação excluída com sucesso! - -diff.browse_source=Ver Código Fonte +settings.key_been_used=Uma chave de Deploy com esse mesmo conteúdo já está em uso. +settings.key_name_used=Uma chave de Deploy já existe com esse com mesmo nome. +settings.add_key_success=A nova chave de Deploy '%s' foi adicionada com sucesso! +settings.deploy_key_deletion=Exclusão de chave de Deploy +settings.deploy_key_deletion_desc=Excluir esta chave de Deploy removerá permissões de acesso a este repositório. Quer mesmo continuar? +settings.deploy_key_deletion_success=Chave de Deploy excluída com sucesso! + +diff.browse_source=Ver código fonte diff.parent=pai diff.commit=commit diff.data_not_available=Dados de Diff não disponíveis. @@ -682,12 +758,14 @@ diff.show_split_view=Visão dividida diff.show_unified_view=Visão unificada diff.stats_desc= %d arquivos alterados com %d adições e %d exclusões diff.bin=BIN -diff.view_file=Ver Arquivo +diff.view_file=Ver arquivo +diff.file_suppressed=Diferenças do arquivo suprimidas por serem muito extensas +diff.too_many_files=Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff release.releases=Versões -release.new_release=Nova Versão +release.new_release=Nova versão release.draft=Rascunho -release.prerelease=Versão Prévia +release.prerelease=Versão prévia release.stable=Estável release.edit=editar release.ahead=%d commits para %s depois desta versão @@ -705,30 +783,31 @@ release.loading=Carregando... release.prerelease_desc=Esta é uma versão prévia release.prerelease_helper=Vou salientar que esta versão é identificada como não pronta para produção. release.cancel=Cancelar -release.publish=Publicar Versão -release.save_draft=Salvar Rascunho -release.edit_release=Editar Versão -release.delete_release=Deletar esta versão -release.deletion=Deleção de versão -release.deletion_desc=Deletar esta versão vai deletar a tag do git correspondente. Você deseja continuar? -release.deletion_success=A versão foi deletada com sucesso! -release.tag_name_already_exist=Já existiu versão com esse nome de tag. +release.publish=Publicar versão +release.save_draft=Salvar rascunho +release.edit_release=Editar versão +release.delete_release=Excluir esta versão +release.deletion=Exclusão de versão +release.deletion_desc=Excluir esta versão vai remover a tag do git correspondente. Você deseja continuar? +release.deletion_success=A versão foi removida com sucesso! +release.tag_name_already_exist=Já existe uma versão com esse nome de tag. +release.tag_name_invalid=Nome de tag não é válido. release.downloads=Downloads [org] -org_name_holder=Nome da Organização +org_name_holder=Nome da organização org_full_name_holder=Nome completo da organização org_name_helper=Nomes de grandes organizações são curtos e memoráveis. -create_org=Criar Organização +create_org=Criar organização repo_updated=Atualizado people=Pessoas -invite_someone=Convidar Alguém +invite_someone=Convidar alguém teams=Equipes lower_members=membros lower_repositories=repositórios -create_new_team=Criar Nova Equipe +create_new_team=Criar nova equipe org_desc=Descrição -team_name=Nome da Equipe +team_name=Nome da equipe team_desc=Descrição team_name_helper=Você usará este nome para mencionar esta equipe em conversas. team_desc_helper=Do que trata essa equipe? @@ -739,19 +818,19 @@ form.name_pattern_not_allowed=Não é permitido usar o padrão '%s' para o nome settings=Configurações settings.options=Opções -settings.full_name=Nome Completo +settings.full_name=Nome completo settings.website=Site settings.location=Localização settings.update_settings=Atualizar Configurações settings.update_setting_success=Configuração da organização atualizada com sucesso. settings.change_orgname_prompt=Esta mudança vai afetar os links para esta organização. settings.update_avatar_success=A configuração de avatar da organização foi atualizado com sucesso. -settings.delete=Deletar Organização -settings.delete_account=Deletar Esta Organização -settings.delete_prompt=A operação deletará esta organização permanentemente, e NÃO PODERÁ ser desfeita! -settings.confirm_delete_account=Confirmar Deleção -settings.delete_org_title=Deleção da Organização -settings.delete_org_desc=Esta organização será deletada permanentemente, você quer continuar? +settings.delete=Excluir organização +settings.delete_account=Excluir esta organização +settings.delete_prompt=A operação irá excluir esta organização permanentemente, e NÃO PODERÁ ser desfeita! +settings.confirm_delete_account=Confirmar exclusão +settings.delete_org_title=Exclusão da organização +settings.delete_org_desc=Esta organização será excluída permanentemente, você quer continuar? settings.hooks_desc=Adicionar Webhooks que serão acionados para todos os repositórios dessa organização. members.membership_visibility=Visibilidade da associação: @@ -765,32 +844,32 @@ members.member=Membro members.remove=Remover members.leave=Sair members.invite_desc=Adicionar novo membro em %s: -members.invite_now=Convidar Agora +members.invite_now=Convidar agora teams.join=Juntar-se teams.leave=Deixar -teams.read_access=Acesso de Leitura +teams.read_access=Acesso de leitura teams.read_access_helper=Esta equipe poderá ver e clonar os repositórios dela. -teams.write_access=Acesso de Escrita +teams.write_access=Acesso de escrita teams.write_access_helper=Esta equipa será capaz de ler os seus repositórios, bem como fazer push para eles. -teams.admin_access=Acesso do Administrador +teams.admin_access=Acesso do administrador teams.admin_access_helper=Esta equipe será capaz de fazer push/pull em seus repositórios, bem como adicionar-lhes outros colaboradores. teams.no_desc=Esta equipe não tem descrição teams.settings=Configurações teams.owners_permission_desc=Donos tem acesso total a todos repositórios e também direitos de administrador para a organização. -teams.members=Membros da Equipe -teams.update_settings=Atualizar Configurações -teams.delete_team=Deletar Esta Equipe -teams.add_team_member=Adicionar Membro da Equipe -teams.delete_team_title=Deleção da Equipe -teams.delete_team_desc=Este equipe será deletada, você quer continuar? Membros desta equipe poderão perder acesso a alguns repositórios. -teams.delete_team_success=A equipe dada foi deletada com sucesso. +teams.members=Membros da equipe +teams.update_settings=Atualizar configurações +teams.delete_team=Excluir esta equipe +teams.add_team_member=Adicionar membro na equipe +teams.delete_team_title=Exclusão da equipe +teams.delete_team_desc=Este equipe será excluída, você quer continuar? Membros desta equipe poderão perder acesso a alguns repositórios. +teams.delete_team_success=A equipe dada foi excluída com sucesso. teams.read_permission_desc=Essa equipe concede acesso para Leitura: membros podem ver e clonar os repositórios da equipe. teams.write_permission_desc=Esta equipe concede acesso para escrita: Membros podem ler e fazer push para os repositórios da equipe. teams.admin_permission_desc=Esta equipe concede acesso de Administrador: Membros podem ler, fazer push e adicionar outros colaboradores para os repositórios da equipe. -teams.repositories=Repositórios da Equipe +teams.repositories=Repositórios da equipe teams.search_repo_placeholder=Pesquisar repositório... -teams.add_team_repository=Adicionar Repositório da Equipe +teams.add_team_repository=Adicionar repositório da equipe teams.remove_repo=Remover teams.add_nonexistent_repo=O repositório que você está tentando adicionar não existe, por favor, crie-o primeiro. @@ -809,9 +888,9 @@ total=Total: %d dashboard.statistic=Estatística dashboard.operations=Operações -dashboard.system_status=Status do Monitor de Sistema +dashboard.system_status=Status do monitor de sistema dashboard.statistic_info=O banco de dados do Gogs contém %d usuários, %d organizações, %d chaves públicas, %d repositórios, %d observadores, %d estrelas, %d ações, %d acessos, %d questões, %d comentários, %d contas sociais, %d seguidores, %d espelhos, %d versões, %d origens de login, %d Hooks da Web, %d milestones, %d labels, %d tarefas hook, %d equipes, %d tarefas de atualização, %d anexos. -dashboard.operation_name=Nome da Operação +dashboard.operation_name=Nome da operação dashboard.operation_switch=Trocar dashboard.operation_run=Executar dashboard.clean_unbind_oauth=Limpar OAuthes não acoplados @@ -831,38 +910,38 @@ dashboard.resync_all_update_hooks_success=Os hooks de atualização de todos os dashboard.reinit_missing_repos=Reinicializar todos os registros de repositório que perderam os arquivos do Git dashboard.reinit_missing_repos_success=Todos os repositórios que perderam arquivos do Git foram reinicializados com sucesso. -dashboard.server_uptime=Servidor Ligado +dashboard.server_uptime=Uptime do Servidor dashboard.current_goroutine=Goroutines Atuais -dashboard.current_memory_usage=Uso de Memória Atual -dashboard.total_memory_allocated=Total de Memória Alocada -dashboard.memory_obtained=Memória Obtida -dashboard.pointer_lookup_times=Nº de Consultas a Ponteiros -dashboard.memory_allocate_times=Nº de Alocações de Memória -dashboard.memory_free_times=Nº de Liberações de Memória -dashboard.current_heap_usage=Uso Atual da Heap -dashboard.heap_memory_obtained=Memória de Heap Obtida -dashboard.heap_memory_idle=Memória da Heap Ociosa -dashboard.heap_memory_in_use=Memória da Heap em Uso -dashboard.heap_memory_released=Memória da Heap Liberada -dashboard.heap_objects=Objetos na Heap -dashboard.bootstrap_stack_usage=Uso de Pilha Bootstrap -dashboard.stack_memory_obtained=Memória de Pilha Obtida -dashboard.mspan_structures_usage=Uso de Estruturas de MSpan -dashboard.mspan_structures_obtained=Estruturas de MSpan Obtidas -dashboard.mcache_structures_usage=Uso de Estruturas de MCache -dashboard.mcache_structures_obtained=Estruturas de MCache Obtidas -dashboard.profiling_bucket_hash_table_obtained=Perfil Obtido da Bucket Hash Table -dashboard.gc_metadata_obtained=Metadados do GC Obtidos -dashboard.other_system_allocation_obtained=Outra Alocação de Sistema Obtida -dashboard.next_gc_recycle=Próxima Reciclagem do GC -dashboard.last_gc_time=Desde da Última Vez do GC -dashboard.total_gc_time=Pausa Total do GC -dashboard.total_gc_pause=Pausa Total do GC -dashboard.last_gc_pause=Última Pausa do GC -dashboard.gc_times=Nº Execuções do GC - -users.user_manage_panel=Painel de Gerenciamento do Usuário -users.new_account=Criar Nova Conta +dashboard.current_memory_usage=Uso de memória atual +dashboard.total_memory_allocated=Total de memória alocada +dashboard.memory_obtained=Memória obtida +dashboard.pointer_lookup_times=Nº de consultas a ponteiros +dashboard.memory_allocate_times=Nº de alocações de memória +dashboard.memory_free_times=Nº de liberações de memória +dashboard.current_heap_usage=Uso atual da heap +dashboard.heap_memory_obtained=Memória de heap obtida +dashboard.heap_memory_idle=Memória da heap ociosa +dashboard.heap_memory_in_use=Memória da heap em uso +dashboard.heap_memory_released=Memória da heap liberada +dashboard.heap_objects=Objetos na heap +dashboard.bootstrap_stack_usage=Uso de pilha bootstrap +dashboard.stack_memory_obtained=Memória de pilha obtida +dashboard.mspan_structures_usage=Uso de estruturas de MSpan +dashboard.mspan_structures_obtained=Estruturas de MSpan obtidas +dashboard.mcache_structures_usage=Uso de estruturas de MCache +dashboard.mcache_structures_obtained=Estruturas de MCache obtidas +dashboard.profiling_bucket_hash_table_obtained=Perfil obtido da Bucket Hash Table +dashboard.gc_metadata_obtained=Metadados do GC obtidos +dashboard.other_system_allocation_obtained=Outra alocação de sistema obtida +dashboard.next_gc_recycle=Próxima reciclagem do GC +dashboard.last_gc_time=Desde da ultima vez do GC +dashboard.total_gc_time=Pausa total do GC +dashboard.total_gc_pause=Pausa total do GC +dashboard.last_gc_pause=Última pausa do GC +dashboard.gc_times=Nº de execuções do GC + +users.user_manage_panel=Painel de gerenciamento do usuário +users.new_account=Criar nova conta users.name=Nome users.activated=Ativado users.admin=Administrador @@ -876,31 +955,32 @@ users.local=Local users.auth_login_name=Nome de login da autenticação users.password_helper=Deixe em branco para não mudar. users.update_profile_success=O perfil da conta foi atualizado com sucesso. -users.edit_account=Editar Conta +users.edit_account=Editar conta users.max_repo_creation=Limite máximo de criação de repositórios users.max_repo_creation_desc=(Use "-1" para utilizar o limite padrão) users.is_activated=Esta conta está ativada +users.prohibit_login=Esta conta está proibida de efetuar login users.is_admin=Esta conta tem permissões de administrador users.allow_git_hook=Esta conta tem permissões para criar hooks do Git users.allow_import_local=Esta conta tem permissões para importar repositórios locais -users.update_profile=Atualizar Perfil da Conta -users.delete_account=Deletar Esta Conta +users.update_profile=Atualizar perfil da conta +users.delete_account=Excluir esta conta users.still_own_repo=Sua conta ainda é proprietária do repositório, você tem que excluir ou transferi-lo primeiro. users.still_has_org=Sua conta ainda faz parte da organização, você deve sair ou excluí-la primeiro. -users.deletion_success=Conta deletada com sucesso! +users.deletion_success=Conta excluída com sucesso! -orgs.org_manage_panel=Painel de Gerenciamento da Organização +orgs.org_manage_panel=Painel de gerenciamento da organização orgs.name=Nome orgs.teams=Equipes orgs.members=Membros -repos.repo_manage_panel=Painel de Gerenciamento do Repositório +repos.repo_manage_panel=Painel de gerenciamento do repositório repos.owner=Dono repos.name=Nome repos.private=Privado repos.watches=Observadores repos.stars=Favoritos -repos.issues=Problemas +repos.issues=Issues auths.auth_manage_panel=Painel de gerenciamento da autenticação auths.new=Adicionar nova fonte @@ -910,6 +990,7 @@ auths.enabled=Habilitado auths.updated=Atualizado auths.auth_type=Tipo de autenticação auths.auth_name=Nome da autenticação +auths.security_protocol=Protocolo de segurança auths.domain=Domínio auths.host=Host auths.port=Porta @@ -944,24 +1025,24 @@ auths.update_success=A configuração da autenticação foi atualizada com suces auths.update=Atualizar a configuração da autenticação auths.delete=Excluir esta autenticação auths.delete_auth_title=Exclusão da autenticação -auths.delete_auth_desc=Esta autenticação esta prestes a ser deletada, deseja continuar? -auths.still_in_used=Esta autenticação ainda é usada por alguns usuários. Por favor delete ou converta esses usuários para outro tipo de login primeiro. -auths.deletion_success=Autenticação deletada com sucesso! - -config.server_config=Configuração do Servidor -config.app_name=Nome do Aplicativo -config.app_ver=Versão do Aplicativo -config.app_url=URL do Aplicativo +auths.delete_auth_desc=Esta autenticação esta prestes a ser excluída, deseja continuar? +auths.still_in_used=Esta autenticação ainda é usada por alguns usuários. Por favor remova ou converta esses usuários para outro tipo de login primeiro. +auths.deletion_success=Autenticação excluída com sucesso! + +config.server_config=Configuração do servidor +config.app_name=Nome do aplicativo +config.app_ver=Versão do aplicativo +config.app_url=URL do aplicativo config.domain=Domínio config.offline_mode=Modo Offline -config.disable_router_log=Desabilitar o Log do Roteador -config.run_user=Usuário de Execução -config.run_mode=Modo de Execução -config.repo_root_path=Caminho Raiz do Repositório -config.static_file_root_path=Caminho Raiz para Arquivo Estático -config.log_file_root_path=Caminho Raiz para Arquivo de Log -config.script_type=Tipo de Script -config.reverse_auth_user=Usuário de Autenticação Reversa +config.disable_router_log=Desabilitar o Log do router +config.run_user=Usuário de execução +config.run_mode=Modo de execução +config.repo_root_path=Caminho raiz do repositório +config.static_file_root_path=Caminho raiz para arquivo estático +config.log_file_root_path=Caminho raiz para arquivo de log +config.script_type=Tipo de script +config.reverse_auth_user=Usuário de autenticação reversa config.ssh_config=Configuração de SSH config.ssh_enabled=Habilitado @@ -975,7 +1056,7 @@ config.ssh_keygen_path=Caminho do keygen ('ssh-keygen') config.ssh_minimum_key_size_check=Verificar tamanho mínimo da chave config.ssh_minimum_key_sizes=Tamanhos mínimos da chave -config.db_config=Configuração do Banco de Dados +config.db_config=Configuração do banco de dados config.db_type=Tipo config.db_host=Host config.db_name=Nome @@ -984,21 +1065,24 @@ config.db_ssl_mode=Modo SSL config.db_ssl_mode_helper=(apenas para "postgres") config.db_path=Caminho config.db_path_helper=(para "sqlite3" e "tidb") -config.service_config=Configuração do Serviço -config.register_email_confirm=Requerer Confirmação de E-mail -config.disable_register=Desabilitar Registro -config.show_registration_button=Mostrar Botão de Registo -config.require_sign_in_view=Requerer Entrar no Gogs para Ver -config.mail_notify=Notificação de Correio + +config.service_config=Configuração do serviço +config.register_email_confirm=Requerer confirmação de e-mail +config.disable_register=Desabilitar registro +config.show_registration_button=Mostrar botão de registo +config.require_sign_in_view=Requerer entrar no Gogs para visualizar +config.mail_notify=Notificação de e-mail config.disable_key_size_check=Desativar verificação de tamanho mínimo da chave -config.enable_captcha=Habilitar o Captcha +config.enable_captcha=Habilitar o captcha config.active_code_lives=Ativar Code Lives -config.reset_password_code_lives=Redefinir Senha de Code Lives +config.reset_password_code_lives=Redefinir senha de Code Lives + config.webhook_config=Configuração de Hook da Web config.queue_length=Tamanho da fila -config.deliver_timeout=Intervalo de Entrega -config.skip_tls_verify=Pular Verificar TLS -config.mailer_config=Configuração de Correio +config.deliver_timeout=Intervalo de entrega +config.skip_tls_verify=Pular verificação de TLS + +config.mailer_config=Configuração de envio de e-mail config.mailer_enabled=Habilitado config.mailer_disable_helo=Desabilitar HELO config.mailer_name=Nome @@ -1007,39 +1091,57 @@ config.mailer_user=Usuário config.send_test_mail=Enviar email de teste config.test_mail_failed=Falha ao enviar o email de teste para '%s': %v config.test_mail_sent=O email de teste foi enviado para '%s'. + config.oauth_config=Configuração do OAuth config.oauth_enabled=Habilitado -config.cache_config=Configuração de Cache -config.cache_adapter=Adaptador de Cache -config.cache_interval=Intervalo de Cache -config.cache_conn=Conexão de Cache -config.session_config=Configuração da Sessão -config.session_provider=Provedor da Sessão -config.provider_config=Configuração do Provedor -config.cookie_name=Nome do Cookie -config.enable_set_cookie=Habilitar Uso de Cookie + +config.cache_config=Configuração de cache +config.cache_adapter=Adaptador de cache +config.cache_interval=Intervalo de cache +config.cache_conn=Conexão de cache + +config.session_config=Configuração da sessão +config.session_provider=Provedor da sessão +config.provider_config=Configuração do provedor +config.cookie_name=Nome do cookie +config.enable_set_cookie=Habilitar uso de cookie config.gc_interval_time=Tempo de Intervalo do GC -config.session_life_time=Tempo de Vida da Sessão +config.session_life_time=Tempo de vida da sessão config.https_only=Apenas HTTPS -config.cookie_life_time=Tempo de Vida do Cookie -config.picture_config=Configuração da Imagem -config.picture_service=Serviço de Imagens -config.disable_gravatar=Desativar Gravatar -config.log_config=Configuração de Log -config.log_mode=Modo do Log +config.cookie_life_time=Tempo de vida do cookie -monitor.cron=Tarefas Cron +config.picture_config=Configuração da imagem +config.picture_service=Serviço de imagens +config.disable_gravatar=Desativar Gravatar +config.enable_federated_avatar=Habilitar avatares federativos + +config.git_config=Configuração do Git +config.git_disable_diff_highlight=Habilitar realce de mudanças no diff +config.git_max_diff_lines=Máximo de linhas mostradas no diff (para um único arquivo) +config.git_max_diff_line_characters=Máximo de caracteres mostrados no diff (para uma única linha) +config.git_max_diff_files=Máximo de arquivos a serem mostrados no diff +config.git_gc_args=Argumentos do GC +config.git_migrate_timeout=Timeout de migração +config.git_mirror_timeout=Timeout para sincronização de mirror +config.git_clone_timeout=Timeout para operação de clone +config.git_pull_timeout=Timeout para operação de pull +config.git_gc_timeout=Timeout para execução do GC + +config.log_config=Configuração de log +config.log_mode=Modo do log + +monitor.cron=Tarefas cron monitor.name=Nome monitor.schedule=Cronograma -monitor.next=Próxima Vez -monitor.previous=Última Vez -monitor.execute_times=Nº de Execuções -monitor.process=Processos em Execução +monitor.next=Próxima vez +monitor.previous=Última vez +monitor.execute_times=Nº de execuções +monitor.process=Processos em execução monitor.desc=Descrição -monitor.start=Hora de Início -monitor.execute_time=Tempo de Execução +monitor.start=Hora de início +monitor.execute_time=Tempo de execução -notices.system_notice_list=Sistema de Notificações +notices.system_notice_list=Sistema de notificações notices.view_detail_header=Ver detalhe do anúncio notices.actions=Ações notices.select_all=Selecionar tudo diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini old mode 100755 new mode 100644 index c4ce5fbdb..80fad15fd --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -24,7 +24,7 @@ re_type=Введите повторно captcha=Капча repository=Репозиторий -organization=Организация +organization=Группа mirror=Зеркало new_repo=Новый репозиторий new_migrate=Новая Миграция @@ -96,6 +96,8 @@ offline_mode=Включение офлайн режима offline_mode_popup=Отключить CDN даже в производственном режиме, все файлы ресурсов будут раздаваться локально. disable_gravatar=Отключить службу Gravatar disable_gravatar_popup=Отключить Gravatar и пользовательские источники, все аватары по-умолчанию загружаются пользователями. +federated_avatar_lookup=Включить поиск внешних Аватаров +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=Отключить самостоятельную регистрацию disable_registration_popup=Запретить пользователям самостоятельную регистрацию, только администратор может создавать аккаунты. enable_captcha=Включить капчу @@ -124,6 +126,7 @@ uname_holder=Имя пользователь или E-mail password_holder=Пароль switch_dashboard_context=Переключить контекст панели управления my_repos=Мои репозитории +show_more_repos=Показать больше репозиториев... collaborative_repos=Совместные репозитории my_orgs=Мои организации my_mirrors=Мои зеркала @@ -148,6 +151,8 @@ forget_password=Забыли пароль? sign_up_now=Нужен аккаунт? Зарегистрируйтесь. confirmation_mail_sent_prompt=Новое письмо для подтверждения было направлено на %s, пожалуйста, проверьте ваш почтовый ящик в течение %d часов для завершения регистрации. active_your_account=Активируйте свой аккаунт +prohibit_login=Вход запрещен +prohibit_login_desc=Вход для вашей учетной записи был запрещен, пожалуйста, свяжитесь с администратором сайта. resent_limit_prompt=Извините, вы уже запросили активацию по электронной почте недавно. Пожалуйста, подождите 3 минуты, а затем повторите попытку. has_unconfirmed_mail=Здравствуйте, %s! У вас есть неподтвержденный адрес электронной почты (%s). Если вам не приходило письмо с подтверждением или нужно выслать новое письмо, нажмите на кнопку ниже. resend_mail=Нажмите здесь, чтобы переотправить активационное письмо @@ -157,6 +162,7 @@ reset_password=Сброс пароля invalid_code=Извините, ваш код подтверждения истек или не является допустимым. reset_password_helper=Нажмите здесь, чтобы сбросить свой пароль password_too_short=Длина пароля не менее 6 символов. +non_local_account=Нелокальные аккаунты не могут изменить пароль через Gogs. [mail] activate_account=Пожалуйста активируйте свой аккаунт @@ -183,6 +189,13 @@ TeamName=Название команды AuthName=Имя авторизации AdminEmail=Электронная почта администратора +NewBranchName=Новая ветка +CommitSummary=Commit summary +CommitMessage=Зафиксировать сообщение +CommitChoice=Commit choice +TreeName=Путь к файлу +Content=Содержимое + require_error=` не может быть пустым.` alpha_dash_error=«должен быть допустимым символьным, числовым или dash(-_) значением.» alpha_dash_dot_error=«должен быть допустимым символьным, числовым или dash(-_) символами, включая точку.» @@ -219,8 +232,7 @@ org_still_own_repo=Данная организация все еще являе target_branch_not_exist=Целевая ветка не существует [user] -change_avatar=Измените ваш аватар на gravatar.com -change_custom_avatar=Измените ваш аватар в настройках +change_avatar=Изменить аватар join_on=Присоединился repositories=Репозитории activity=Активность @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=Имя пользователя «%s» не доп [settings] profile=Профиль password=Пароль +avatar=Аватар ssh_keys=SSH ключи social=Учетные записи в соцсетях applications=Приложения @@ -256,6 +269,8 @@ change_username_prompt=Это изменение может повлечь за continue=Далее cancel=Отмена +lookup_avatar_by_mail=Найти Аватар по адресу эл. почты +federated_avatar_lookup=Найти внешний Аватар enable_custom_avatar=Включить собственный аватар choose_new_avatar=Выбрать новый аватар update_avatar=Обновить настройку аватара @@ -342,7 +357,7 @@ fork_from=Ответвление от fork_visiblity_helper=Ответвленному репозиторию нельзя поменять уровень видимости repo_desc=Описание repo_lang=Язык -repo_lang_helper=Выберите файлы .gitignore +repo_gitignore_helper=Выберите шаблоны .gitignore license=Лицензия license_helper=Выберите файл лицензии readme=Readme @@ -350,9 +365,12 @@ readme_helper=Выберите шаблон для файла readme auto_init=Инициализировать этот репозиторий выбранными файлами и шаблоном create_repo=Создать репозиторий default_branch=Ветка по умолчанию +mirror_prune=Очистить +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=Интервал зеркалирования (час) mirror_address=Адрес зеркала mirror_address_desc=Укажите необходимые учетные данные в адрес. +mirror_last_synced=Последняя синхронизация watchers=Наблюдатели stargazers=Звездочеты forks=Ответвления @@ -407,6 +425,45 @@ file_raw=Исходник file_history=История file_view_raw=Посмотреть исходник file_permalink=Постоянная ссылка +file_too_large=Этот файл слишком большой, поэтому он не может быть отображен + +editor.new_file=Новый файл +editor.upload_file=Загрузить файл +editor.edit_file=Редактировать файл +editor.preview_changes=Просмотр изменений +editor.cannot_edit_non_text_files=Возможно редактировать только текстовые файлы +editor.edit_this_file=Отредактируйте этот файл +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=Создайте ветку репозитория перед редактированием файла +editor.delete_this_file=Удалить файл +editor.must_have_write_access=Вам необходимо иметь доступ на запись, чтобы вносить или предлагать правки этого файла +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Назовите свой файл... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=или +editor.cancel_lower=отмена +editor.commit_changes=Фиксация изменений +editor.add_tmpl=Добавить '%s/' +editor.add=Добавить '%s' +editor.update=Обновить '%s' +editor.delete=Удалить '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=Новое название ветки... +editor.cancel=Отмена +editor.filename_cannot_be_empty=Имя файла не может быть пустым. +editor.branch_already_exists=Ветка «%s» уже существует в этом репозитории. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=Файл с именем «%s» уже существует в этом репозитории. +editor.no_changes_to_show=Нет изменений. +editor.fail_to_update_file=Не удалось обновить/создать файл «%s» из-за ошибки: %v +editor.add_subdir=Добавьте подкаталог... +editor.unable_to_upload_files=Не удалось загрузить файлы в «%s» из-за ошибки: %v +editor.upload_files_to_dir=Загрузить файлы '%s' commits.commits=Коммиты commits.search=Поиск коммитов @@ -433,6 +490,11 @@ issues.create=Добавить задачу issues.new_label=Новая метка issues.new_label_placeholder=Имя метки... issues.create_label=Добавить метку +issues.label_templates.title=Загрузить набор предопределённых меток +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Выберите метку +issues.label_templates.use=Использовать ярлык +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d открыто(ы) issues.close_tab=%d закрыто(ы) issues.filter_label=Метка @@ -460,7 +522,8 @@ issues.next=Следующая страница issues.open_title=Открыто issues.closed_title=Закрыто issues.num_comments=комментариев: %d -issues.commented_at=` прокомментировал %[2]s` +issues.commented_at=`commented %s` +issues.delete_comment_confirm=Вы уверены, что хотите удалить этот комментарий? issues.no_content=Пока нет содержимого. issues.close_issue=Закрыть issues.close_comment_issue=Прокомментировать и закрыть @@ -473,8 +536,7 @@ issues.commit_ref_at=`упомянул эту задачу в коммите Войдите чтобы прокомментировать +issues.sign_in_require_desc=Войдите, чтобы присоединиться к обсуждению. issues.edit=Изменить issues.cancel=Отмена issues.save=Сохранить @@ -489,6 +551,8 @@ issues.label_deletion=Удаление метки issues.label_deletion_desc=Удаление ярлыка затронет все связанные задачи. Продолжить? issues.label_deletion_success=Метка была удалена успешно! issues.num_participants=%d участников +issues.attachment.open_tab=`Нажмите, чтобы увидеть "%s" в новой вкладке` +issues.attachment.download=`Нажмите, чтобы скачать "%s"` pulls.new=Новый запрос на слияние pulls.compare_changes=Сравнить изменения @@ -561,20 +625,32 @@ wiki.last_updated=Последнее обновление %s settings=Настройки settings.options=Опции settings.collaboration=Сотрудничество +settings.collaboration.admin=Администратор +settings.collaboration.write=Запись +settings.collaboration.read=Просмотр +settings.collaboration.undefined=Не определено settings.hooks=Автоматическое обновление settings.githooks=Git хуки settings.basic_settings=Основные параметры +settings.mirror_settings=Настройки Зеркала +settings.sync_mirror=Синхронизировать +settings.mirror_sync_in_progress=Выполняется синхронизация Зеркала, пожалуйста, обновите эту страницу через минуту. settings.site=Официальный сайт settings.update_settings=Обновить настройки settings.change_reponame_prompt=Это изменение повлияет на отношения ссылок к этому репозиторию. settings.advanced_settings=Расширенные настройки -settings.wiki_desc=Включить Вики, чтобы позволить людям писать документы +settings.wiki_desc=Включить систему Wiki +settings.use_internal_wiki=Использовать встроенную wiki settings.use_external_wiki=Использовать внешнюю Wiki settings.external_wiki_url=URL-адрес внешней Вики settings.external_wiki_url_desc=Посетители будут перенаправлены на URL-адрес, когда они кликнут по вкладке. -settings.issues_desc=Включить встроенную, легковесную систему отслеживания ошибок +settings.issues_desc=Включить систему отслеживания ошибок +settings.use_internal_issue_tracker=Использовать встроенную легковесную систему отслеживания ошибок settings.use_external_issue_tracker=Использовать внешнюю систему отслеживания ошибок settings.tracker_url_format=Внешний формат ссылки системы отслеживания ошибок. +settings.tracker_issue_style=Стиль Именования Внешней Системы Учета Задач: +settings.tracker_issue_style.numeric=Цифровой +settings.tracker_issue_style.alphanumeric=Буквенноцифровой settings.tracker_url_format_desc=Вы можете использовать шаблон {user} {repo} {index} для имени пользователя, репозитория и номера задачи. settings.pulls_desc=Включить публичные запросы на слияние settings.danger_zone=Опасная зона @@ -597,11 +673,9 @@ settings.delete=Удалить этот репозиторий settings.delete_desc=Будьте внимательны! Как только вы удалите репозиторий — пути назад не будет. settings.delete_notices_1=- Эта операция НЕ МОЖЕТ быть отменена. settings.delete_notices_2=- Эта операция навсегда удалит всё из этого репозитория, включая данные Git, связанные с ним задачи, комментарии и права доступа для сотрудников. -settings.delete_notices_fork_1=- Если данный репозиторий является публичным, все склонированные репозитории останутся независимыми, после его удаления. -settings.delete_notices_fork_2=- Если данный репозиторий является приватным, все его ответвления будут удалены вместе с ним. -settings.delete_notices_fork_3=- Если вы хотите сохранить все ответвления после удаления репозитория, то сначала сделайте его публичным. +settings.delete_notices_fork_1=- Все отвлетвления станут независимыми после удаления. settings.deletion_success=Репозиторий был успешно удалён! -settings.update_settings_success=Настройка репозитория обновлена успешно. +settings.update_settings_success=Настройки репозитория обновлены успешно. settings.transfer_owner=Новый владелец settings.make_transfer=Выполнить передачу settings.transfer_succeed=Владение репозиторием было успешно передано. @@ -646,6 +720,8 @@ settings.event_send_everything=Мне нужно все. settings.event_choose=Позвольте мне выбрать то, что нужно. settings.event_create=Создать settings.event_create_desc=Ветка или тэг созданы +settings.event_pull_request=Запросы на слияние +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=Push settings.event_push_desc=Push в репозиторий settings.active=Активен @@ -676,13 +752,15 @@ settings.deploy_key_deletion_success=Ключ развертывания усп diff.browse_source=Просмотр исходного кода diff.parent=Родитель diff.commit=Сommit -diff.data_not_available=Данные Diff не доступны. +diff.data_not_available=Данные Diff недоступны. diff.show_diff_stats=Показать статистику Diff diff.show_split_view=Разделённый вид diff.show_unified_view=Единый вид diff.stats_desc= %d измененных файлов с %d добавлено и %d удалено diff.bin=BIN diff.view_file=Просмотреть файл +diff.file_suppressed=Разница между файлами не показана из-за своего большого размера +diff.too_many_files=Некоторые файлы не были показаны из-за большого количества измененных файлов release.releases=Релизы release.new_release=Новый релиз @@ -713,6 +791,7 @@ release.deletion=Удаление релиза release.deletion_desc=Удаление этого релиза удалит соответствующую Git метку. Вы хотите продолжить? release.deletion_success=Релиз был успешно удален! release.tag_name_already_exist=Релиз с этим именем метки уже существует. +release.tag_name_invalid=Имя тега является не допустимым. release.downloads=Загрузки [org] @@ -797,7 +876,7 @@ teams.add_nonexistent_repo=Вы добавляете в отсутствующи [admin] dashboard=Панель управления users=Пользователи -organizations=Организации +organizations=Группы repositories=Репозитории authentication=Авторизация config=Настройки @@ -880,6 +959,7 @@ users.edit_account=Изменение учетной записи users.max_repo_creation=Ограничение максимального количества создаваемых репозиториев users.max_repo_creation_desc=(Установить -1 для использования стандартного глобального значения предела) users.is_activated=Эта учетная запись активирована +users.prohibit_login=Вход с данной учетной записи запрещен users.is_admin=У этой учетной записи есть права администратора users.allow_git_hook=Пользователь имеет право создать Git перехватчик users.allow_import_local=Пользователь имеет право импортировать локальные репозитории @@ -910,6 +990,7 @@ auths.enabled=Включено auths.updated=Обновлено auths.auth_type=Тип аутентификации auths.auth_name=Имя аутентификации +auths.security_protocol=Протокол безопасности auths.domain=Домен auths.host=Хост auths.port=Порт @@ -984,6 +1065,7 @@ config.db_ssl_mode=Режим SSL config.db_ssl_mode_helper=(только для «postgres») config.db_path=Путь config.db_path_helper=(для "SQLite3" и "TiDB") + config.service_config=Сервисная конфигурация config.register_email_confirm=Требуется подтверждение по электронной почте config.disable_register=Отключить регистрацию @@ -994,10 +1076,12 @@ config.disable_key_size_check=Отключить проверку на мини config.enable_captcha=Включить капчу config.active_code_lives=Время жизни кода для активации config.reset_password_code_lives=Время жизни кода сброса пароля + config.webhook_config=Настройка автоматического обновления репозиции config.queue_length=Длина очереди config.deliver_timeout=Задержка доставки config.skip_tls_verify=Пропустить TLS проверка + config.mailer_config=Настройки почты config.mailer_enabled=Включено config.mailer_disable_helo=Отключить HELO @@ -1007,12 +1091,15 @@ config.mailer_user=Пользователь config.send_test_mail=Отправить тестовое письмо config.test_mail_failed=Не удалось отправить тестовое письмо «%s»: %v config.test_mail_sent=Тестовое письмо было отправлено «%s». + config.oauth_config=Конфигурация OAuth config.oauth_enabled=Включено + config.cache_config=Настройки кеша config.cache_adapter=Адаптер кэша config.cache_interval=Интервал кэширования config.cache_conn=Подключение кэша + config.session_config=Конфигурация сессии config.session_provider=Провайдер сессии config.provider_config=Конфигурация провайдера @@ -1022,9 +1109,24 @@ config.gc_interval_time=Интервал работы сборщика мусо config.session_life_time=Время жизни сессии config.https_only=Только HTTPS config.cookie_life_time=Время жизни файла cookie + config.picture_config=Настройка изображения config.picture_service=Сервис изображений config.disable_gravatar=Отключить Gravatar +config.enable_federated_avatar=Включить внешние Аватары + +config.git_config=Конфигурация GIT +config.git_disable_diff_highlight=Отключить подсветку синтаксиса Diff +config.git_max_diff_lines=Максимальное количество строк Diff (на файл) +config.git_max_diff_line_characters=Максимальное количество символов Diff (в строке) +config.git_max_diff_files=Максимальное количество Diff-файлов (при показе) +config.git_gc_args=Аргументы GC +config.git_migrate_timeout=Тайм-аут миграции +config.git_mirror_timeout=Время Ожидания Обновления Зеркала +config.git_clone_timeout=Время Ожидания Операции Клонирования +config.git_pull_timeout=Время Ожидания Операции Извлечения +config.git_gc_timeout=Время Ожидания Операции Сборки Мусора + config.log_config=Конфигурация журнала config.log_mode=Режим журналирования diff --git a/conf/locale/locale_sr-SP.ini b/conf/locale/locale_sr-SP.ini new file mode 100644 index 000000000..ee65a4865 --- /dev/null +++ b/conf/locale/locale_sr-SP.ini @@ -0,0 +1,1200 @@ +app_desc=Једноставан Git сервис + +home=Почетна +dashboard=Контролни панел +explore=Преглед +help=Помоћ +sign_in=Пријавите Се +sign_out=Одјава +sign_up=Регистрација +register=Регистрација +website=Веб-страница +version=Верзија +page=Страница +template=Шаблон +language=Језик +create_new=Креирај... +user_profile_and_more=Профил корисника и остало +signed_in_as=Пријављени сте као + +username=Корисничко име +email=E-пошта +password=Лозинка +re_type=Унесите поново +captcha=Captcha + +repository=Спремиште +organization=Организација +mirror=Огледало +new_repo=Ново спремиште +new_migrate=Нова миграција +new_mirror=Ново огледало +new_fork=Нова грана спремишта +new_org=Нова организација +manage_org=Управљање организацијама +admin_panel=Админ панела +account_settings=Подешавања налога +settings=Подешавања +your_profile=Ваш профил +your_settings=Ваша подешавања + +activities=Активности +pull_requests=Захтеви за спајање +issues=Дискусије + +cancel=Откажи + +[install] +install=Инсталација +title=Инсталационе кораке за првог покретања +docker_helper=Ако покрећете Gogs унутар Docker, молимо прочитајте ове савете пажљиво пре него што сте било шта променили на овој страници! +requite_db_desc=Gogs-у је потребно MySQL, PostgreSQL, SQLite3 или TiDB. +db_title=Подешавања базе +db_type=Тип базе података +host=Хост +user=Корисник +password=Лозинка +db_name=Име базе података +db_helper=За MySQL користите тип табела InnoDB са кодирањем utf8_general_ci. +ssl_mode=Режим SSL +path=Пут +sqlite_helper=Пут датотеке за базу података врсте SQLite3 или TiDB.
Унесите апсолутни пут када покренете као сервис. +err_empty_db_path=Пут ка бази података SQLite3 или TiDB не може бити празно. +err_invalid_tidb_name=Име базе података TiDB не може садржати симболе "." и "-". +no_admin_and_disable_registration=Ви не можете онемогућити регистрацију до стварања налог администратора. +err_empty_admin_password=Лозинка администратора не може бити празна. + +general_title=Општа подешавања апликације +app_name=Име апликације +app_name_helper=Унесите овде име ваше фантастичне организације! +repo_path=Пут до корена спремишта +repo_path_helper=Сва мрежна Git спремишта ће бити сачувана у овом директоријуму. +run_user=Корисник +run_user_helper=Корисник мора имати приступ путу корена спремишта и за покретање Gogs. +domain=Домен +domain_helper=Утиче на URL адресе клониране преко SSH. +ssh_port=SSH порт +ssh_port_helper=Број порта који користи SSH сервер. Оставите празно да бисте онемогућили SSH. +http_port=Порт HTTP +http_port_helper=Број порта преко којој ће апликација слушати. +app_url=URL адреса апликације +app_url_helper=Ова поставка утиче на URL за клонирање преко HTTP/HTTPS протокола и на адресама е-поште. +log_root_path=Пут до журнала +log_root_path_helper=Директоријум где ће бити снимане датотеке журнала. + +optional_title=Напредна подешавања +email_title=Подешавања сервиса е-поште +smtp_host=SMTP сервер +smtp_from=Од +smtp_from_helper=Адреса е-поште према RFC 5322 стандарду. То може бити адреса е-поште или формату "Име" . +mailer_user=Адреса пошиљаоца +mailer_password=Лозинка пошиљаоца +register_confirm=Укључи потврду регистрације +mail_notify=Укључи поштанска обавештења +server_service_title=Подешавања сервера и других услуга +offline_mode=Омогући режим ван мреже +offline_mode_popup=Искључи CDN чак и у производњом режиму, све датотеке ресурса ће бити дистрибуирани локално. +disable_gravatar=Искључи услугу Gravatar +disable_gravatar_popup=Искључи Gravatar и прилагођене извори, све аватаре ће бити преузимани од стране корисника. +federated_avatar_lookup=Омогући Federated Avatars Lookup +federated_avatar_lookup_popup=Омогућите federated avatars lookup да би сте користили федеративни сервис помоћу libravatar. +disable_registration=Искључи независну регистрацију +disable_registration_popup=Забрани независну регистрацију корисницима, да само администратори могу креирати налоге. +enable_captcha=Укључи Captcha +enable_captcha_popup=Тражи Captcha приликом регистрације корисника. +require_sign_in_view=Укљући захтев за пријаву за преглед страница +require_sign_in_view_popup=Само пријављени корисници могу да виде странице, посетиоци ће моћи бидети само линк на пријаву. +admin_setting_desc=Не морате да креирате налог администратора сада, корисник са ID = 1 ће имати приступ са администраторским правима. +admin_title=Подешавања налога администратора +admin_name=Корисничко име +admin_password=Лозинка +confirm_password=Потврдите лозинку +admin_email=Адреса е-поште адмниистратора +install_gogs=Успостави Gogs +test_git_failed=Команда 'git' није успела: %v +sqlite3_not_available=Ваша верзија не подржава SQLite3, молимо вас преузмите званичну бинарну верзију од %s, а не верзију gobuild. +invalid_db_setting=Подешавања базе података су неправилна: %v +invalid_repo_path=Пут до корена спремишта не неправилно: %v +run_user_not_match=Тренутни корисник није корисник за покретање: %s -> %s +save_config_failed=Није могуће сачувати конфигурацију: %v +invalid_admin_setting=Подешавањна администратора су неправилна: %v +install_success=Добродошли! Ми смо срећни што сте изабрали Gogs. +invalid_log_root_path=Пут до корена журнала је неправилан: %v + +[home] +uname_holder=Корисничко име или адреса е-поште +password_holder=Лозинка +switch_dashboard_context=Пребаците контекст контролној панели +my_repos=Моја спремишта +show_more_repos=Прикажи више спремишта... +collaborative_repos=Заједничка спремишта +my_orgs=Моје организације +my_mirrors=Моја огледала +view_home=Прикажи %s + +issues.in_your_repos=У вашим спремиштима + +[explore] +repos=Спремишта +users=Корисници +search=Претрага + +[auth] +create_new_account=Креирате нови налог +register_hepler_msg=Већ имате налог? Пријавите се! +social_register_hepler_msg=Већ имате налог? Повежите се преко социалне мреже! +disable_register_prompt=Извините регистрација је онемогућено. Молимо вас, контактирајте администратора. +disable_register_mail=Извините, потврда путем поште је онемогућено. +remember_me=Запамти ме +forgot_password=Заборављена лозинка +forget_password=Заборавили сте лозинку? +sign_up_now=Немате налог? Пријавите се. +confirmation_mail_sent_prompt=Потврда упућена %s је послата, молимо проверите ваше поруке пре %d сати да завршите регистрацију. +active_your_account=Активирајте ваш налог +prohibit_login=Пријава забрањено +prohibit_login_desc=Улаз у ваш налог је забрањено, молимо вас, контактирајте администратора. +resent_limit_prompt=Извините, већ сте недавно тражили активацију путем е-поште. Молимо вас, сачекајте 3 минута и покушајте поново. +has_unconfirmed_mail=Здраво, %s! Имате непотврђену адресу е-поште (%s). Ако вам није стигло писмо са потврдом или морате да пошаљете нову поруку, притисните на пратеће дугме. +resend_mail=Кликните овде да поново пошаљете писмо +email_not_associate=Ова адреса е-поште није повезана ни са једним налогом. +send_reset_mail=Кликните овде да (поново) пошаљете поруку како би променили лозинку +reset_password=Ресет лозинке +invalid_code=Извините, ваш код за потврду је истекао или није валидан. +reset_password_helper=Кликните овде да ресетујете вашу лозинку +password_too_short=Лозинка неможе бити краћа од 6 карактера. +non_local_account=Нелокални налози не могу да промените лозинку преко Gogs. + +[mail] +activate_account=Молимо вас активирајте ваш налог +activate_email=Потврдите вашу адресу е-поште +reset_password=Ресет лозинке +register_success=Регистрација успешна, добродошли +register_notify=Добро дошли + +[modal] +yes=Да +no=Не +modify=Промени + +[form] +UserName=Корисничко име +RepoName=Име спремишта +Email=Адреса ел. поште +Password=Лозинка +Retype=Поновите лозинку +SSHTitle=Име SSH кључа +HttpsUrl=HTTPS URL адреса +PayloadUrl=URL адреса за слање +TeamName=Име тима +AuthName=Ауторизацијско име +AdminEmail=Адреса е-поште администратора + +NewBranchName=Име нове гране +CommitSummary=Опис за ревизију +CommitMessage=Ревизни текст +CommitChoice=Избор ревизије +TreeName=Пут до датотеке +Content=Садржај + +require_error=` не може бити празно.` +alpha_dash_error=` мора се састојати словима, бројевима или dash(-_) карактера.` +alpha_dash_dot_error=` мора се састојати словима, бројевима, dash(-_) карактера, или тачком.` +size_error=` мора бити величине %s.` +min_size_error=` мора да садржи најмање %s карактера.` +max_size_error=` мора да садржи највише %s карактера.` +email_error=` није важећа адреса е-поште.` +url_error=` није исправна URL адреса.` +include_error=` мора да садржи текст '%s'.` +unknown_error=Непозната грешка: +captcha_incorrect=Captcha није прошло. +password_not_match=Лозинке се не поклапају. + +username_been_taken=Корисничко име је заузето. +repo_name_been_taken=Име спремиштa је већ заузето. +org_name_been_taken=Име организације је већ заузето. +team_name_been_taken=Име екипе је већ заузето. +email_been_used=Адреса е-поште се већ користи. +username_password_incorrect=Корисничко име или лозинка није исправна. +enterred_invalid_repo_name=Молимо вас, проверите да је име спремишта тачно унешено. +enterred_invalid_owner_name=Молимо вас проверите да сте добро унели име власника. +enterred_invalid_password=Молимо вас проверите да сте добро унели лозинку. +user_not_exist=Овај корисник не постоји. +last_org_owner=Брисање последњег корисника из тима власника није дозволено, јер мора увек бити бар један власник к организацији. + +invalid_ssh_key=Нажалост, нисмо могли проверити ваш SSH-кључ: %s +unable_verify_ssh_key=Gogs не може да провери ваш SSH-кључ, али претпостављамо, да он важи. Уверите се да је кључ важећи. +auth_failed=Грешка идентитета: %v + +still_own_repo=На вашем налогу и даље остаје најмање једно спремиште. Прво уклоните или га пренесите. +still_has_org=Још сте члан неке организације, прво морате је напустити или уклонити. +org_still_own_repo=Ова организација садржи спремиштa, прво их избришете или преместите. + +target_branch_not_exist=Ова грана не постоји. + +[user] +change_avatar=Промените аватар +join_on=Регистриран +repositories=Спремишта +activity=Активности +followers=Пратиоци +starred=Означено +following=Пратим +follow=Прати +unfollow=Престани да пратиш + +form.name_reserved=Корисничко име '%s' је резервирано. +form.name_pattern_not_allowed=Корисничко име ликом '%s' није дозвољено. + +[settings] +profile=Профил +password=Лозинка +avatar=Аватар +ssh_keys=SSH Кључеви +social=Налози на друштвеним мрежама +applications=Апликације +orgs=Организације +delete=Уклоните налог +uid=Uid + +public_profile=Јавни профил +profile_desc=Ваша адреса е-поште је јавна и коришће се за све обавести везане са налогом, као и друге операције почињене кроз Gogs. +password_username_disabled=Нелокални корисници не могу да промене своје кориничко име. +full_name=Име и презиме +website=Веб страница +location=Локација +update_profile=Ажурирај профил +update_profile_success=Ваш профил је успешно ажуриран. +change_username=Корисничко име је промењено +change_username_prompt=Ова промена може довести до промене линковима везане за ваш налог. +continue=Настави +cancel=Откажи + +lookup_avatar_by_mail=Тражите аватар по адреси е-поште +federated_avatar_lookup=Federated Avatar претрага +enable_custom_avatar=Укључи ваш аватар +choose_new_avatar=Изаберите нови аватар +update_avatar=Ажурирајте поставке аватара +delete_current_avatar=Обришите тренутни аватар +uploaded_avatar_not_a_image=Учитана датотека није слика. +update_avatar_success=Поставке аватара су успешно ажурирни. + +change_password=Промените лозинку +old_password=Тренутна лозинка +new_password=Нова лозинка +retype_new_password=Потврда нове лозинке +password_incorrect=Тренутна лозинка је нетачна. +change_password_success=Лозинка је успешно промењена. Можете се пријавити са новом лозинком. +password_change_disabled=Нелокални корисници не могу да промене своје лозинке. + +emails=Адреса ел. поште +manage_emails=Управљање адресама е-поште +email_desc=Ваша главна адреса ће се користити за обавештења и других операција. +primary=Главно +primary_email=Постави као главну +delete_email=Уклони +email_deletion=Брисање адресе е-поште +email_deletion_desc=Брисање ове адресе ће довести до уклањања података. Да ли желите да наставите? +email_deletion_success=Адреса је успешно избрисана! +add_new_email=Додај нови адресу е-поште +add_email=Додај адресу +add_email_confirmation_sent=Послан је нова потврда на '%s', молимо вас проверите ваше поруке унутар %d сата да бисте завршили поступак потврде. +add_email_success=Нова адреса е-поште је успешно додатa. + +manage_ssh_keys=Управљање SSH кључева +add_key=Додај кључ +ssh_desc=Ово је списак SSH кључева повезано са вашем налогу. Уклоните све непознате кључеве. +ssh_helper=Потребно вам је помоћ? Погледајте водич за стварању SSH кључева или погледајте решења за честих проблема у вези са SSH. +add_new_key=Додај SSH кључ +ssh_key_been_used=Јавни кључ је коришћен. +ssh_key_name_used=Јавни кључ са тим именом већ постоји. +key_name=Име кључа +key_content=Садржај +add_key_success=Нови SSH кључ '%s' jе успешно додат! +delete_key=Уклони +ssh_key_deletion=Брисање SSH кључа +ssh_key_deletion_desc=Брисање овог SSH кључa ће онемогућити свог приступ за ваш налог. Да ли желите да наставите? +ssh_key_deletion_success=SSH кључ '%s' jе успешно избрисан! +add_on=Додато +last_used=Задње корршћено +no_activity=Нема недавних активности +key_state_desc=Овај кључ је коришћен у задњих 7 дана +token_state_desc=Токен је коришћен у задњих 7 дана + +manage_social=Управљање прикључених друштвеним мрежама +social_desc=Ово је списак повезаних друштвених мрежа. Уклоните све непознате. +unbind=Обвежи +unbind_success=Друштвена мрежа је обвежена. + +manage_access_token=Управљање токенима особном приступу +generate_new_token=Генериши нови токен +tokens_desc=Tокени се могу користити за приступ на API за Gogs. +new_token_desc=Сваки API токен ће имати пун приступ вашем налогу. +token_name=Име токена +generate_token=Генериши токен +generate_token_succees=Успешно креиран нови токен! Молимо вас да направите копију овог токена, не ће се моћи видети накнадно! +delete_token=Уклони +access_token_deletion=Уклоњење токена личног приступа +access_token_deletion_desc=Уклоњење овог токена ће онемогућити сав приступ. Да ли желите да наставите? +delete_token_success=Лични токен је успешно избришен! Не заборавите да ажурирате апликацију. + +delete_account=Уклоните ваш налог +delete_prompt=Операција ће трајно избрисати ваш налог, што се НЕ може поввратити! +confirm_delete_account=Потврдите брисање +delete_account_title=Брисање налога +delete_account_desc=Овај налог ће бити трајно избрисан. Да ли желите да наставите? + +[repo] +owner=Власник +repo_name=Име спремишта +repo_name_helper=Најбоља имена су кратка и јединствена. +visibility=Видљивост +visiblity_helper=Приватно спремиште +visiblity_helper_forced=Сва нова спремишта су приватна по одлуци администратора. +visiblity_fork_helper=(Промена ове вредности ће утицати на све гране) +clone_helper=Потребна вам помоћ клонирањем? Посетите страницу Помоћ! +fork_repo=Креирај огранак спремишта +fork_from=Огранак од +fork_visiblity_helper=Ниво видљивости не може бити промењено за огранак спремишта. +repo_desc=Опис +repo_lang=Језик +repo_gitignore_helper=Изаберите шаблоне .gitignore +license=Лиценца +license_helper=Изаберите врсту лиценце +readme=Readme +readme_helper=Изаберите шаблон датотеке readme +auto_init=Инициализирај ово спремиште са одабраним датотекама и шаблоном +create_repo=Ново спремиште +default_branch=Главна грана +mirror_prune=Очисти +mirror_prune_desc=Уклоните све референце за даљинко праћење које више не постоје на удаљеног +mirror_interval=Интервал огледања (сат) +mirror_address=Адреса огледала +mirror_address_desc=Унесите тражене акредитиве у адресу. +mirror_last_synced=Задње синхронизовано +watchers=Посматрачи +stargazers=Пратиоци +forks=Огранци + +form.reach_limit_of_creation=Власник има максимум број %d спремишта. +form.name_reserved=Име спремишта '%s' је резервирано. +form.name_pattern_not_allowed=Име спремишта по шаблоном '%s' није дозвољено. + +need_auth=Потребна ауторизација +migrate_type=Тип миграције +migrate_type_helper=Ово спремиште ће бити огледало +migrate_repo=Мигрирајте спремиште +migrate.clone_address=Адреса за клонирање +migrate.clone_address_desc=Ово може бити URL адреса врсте HTTP/HTTPS/GIT или пут на локалном серверу. +migrate.permission_denied=Немате права на увезете локално спремиште. +migrate.invalid_local_path=Невашећи локални пут. Можда не постоји или није директоријум. +migrate.failed=Миграција није успела: %v + +mirror_from=огледало од +forked_from=изданак од +fork_from_self=Ви не можете да креирате огранак спремишта ако сте већ његов власник! +copy_link=Копирај +copy_link_success=Ископирано! +copy_link_error=Кликните ⌘-C или Ctrl-C да копирате +copied=Успешно ископирано +unwatch=Престани пратити +watch=Прати +unstar=Улкони звезду +star=Волим +fork=Креирај огранак + +no_desc=Нема описа +quick_guide=Кратак водич +clone_this_repo=Клонирај спремиште +create_new_repo_command=Направите ново спремиште са командне линије +push_exist_repo=Push постојећe спремиште са командне линије +repo_is_empty=Овo спремиште je празнo, молимо вас, вратите се касније! + +code=Код +branch=Грана +tree=Дрво +filter_branch_and_tag=Профилтрирај по грани или ознаци +branches=Гране +tags=Ознаке +issues=Дискусије +pulls=Захтеви за спајање +labels=Лабеле +milestones=Фазе +commits=Комити +releases=Издања +file_raw=Датотека +file_history=Историја +file_view_raw=Прегледај саму датотеку +file_permalink=Пермалинк +file_too_large=Ова датотека је превише веика да би се приказала + +editor.new_file=Нова датотека +editor.upload_file=Отпреми датотеку +editor.edit_file=Ажурирај датотеку +editor.preview_changes=Преглед промена +editor.cannot_edit_non_text_files=Не можете мењати датотеке чији садржај није текстуалан +editor.edit_this_file=Ажурирај ову датотеку +editor.must_be_on_a_branch=Морате бити на грани да би променили или предложили промене над датотеком +editor.fork_before_edit=Морате креирати огранак да би могли ажурирати датотеку +editor.delete_this_file=Уклони ову датотеку +editor.must_have_write_access=Морате имати права на писање да предложите промене овој датотеци +editor.file_delete_success=Датотека '%s' је успешно избрисана! +editor.name_your_file=Именуј датотеку... +editor.filename_help=Да би додали директориум, искуцаије име и кликните /. Да уклоните директоријум, усмерите маркер на почетак поља и притисните тастер backspace. +editor.or=или +editor.cancel_lower=откажи +editor.commit_changes=Изврши комит промена +editor.add_tmpl=Додај '%s/' +editor.add=Додај '%s' +editor.update=Ажурирај '%s' +editor.delete=Уклони '%s' +editor.commit_message_desc=Додајте додатни детаљан опис... +editor.commit_directly_to_this_branch=Изврши комит директно на %s грану. +editor.create_new_branch=Креирај нову грану за овај комит и поднеси захтев за спајање. +editor.new_branch_name_desc=Име нове гране... +editor.cancel=Откажи +editor.filename_cannot_be_empty=Име датотеке неможе бити празно. +editor.branch_already_exists=Грана '%s' већ постоји за ово спремиште. +editor.directory_is_a_file='%s' је већ постојећа датотека а не директоријум у спремишту. +editor.filename_is_a_directory='%s' је постојећи директоријум у спремишту. +editor.file_editing_no_longer_exists=Датотека '%s' више не постоји у спремишту. +editor.file_changed_while_editing=Садржај датотеке је промењен од почетка уређивања. Кликните овде да видите шта је промењено или опет поднесите комит да пребришете промене. +editor.file_already_exists=Датотека са именом '%s' већ постоји у овом спремишту. +editor.no_changes_to_show=Нема никаквих промена. +editor.fail_to_update_file=Промена над '%s' није успело са грешком: %v +editor.add_subdir=Додај поддиректоријуми... +editor.unable_to_upload_files=Учитање датотеке '%s' није успело са грешкном: %v +editor.upload_files_to_dir=Пошаљи датотеке на '%s' + +commits.commits=Комити +commits.search=Претражи комите +commits.find=Претражи +commits.author=Аутор +commits.message=Порука +commits.date=Датум +commits.older=Старије +commits.newer=Новије + +issues.new=Нови задатак +issues.new.labels=Лавеле +issues.new.no_label=Нема лабеле +issues.new.clear_labels=Уклони лабеле +issues.new.milestone=Фаза +issues.new.no_milestone=Нема фазе +issues.new.clear_milestone=Уклони фазу +issues.new.open_milestone=Отворене фазе +issues.new.closed_milestone=Затворене фазе +issues.new.assignee=Одговорни +issues.new.clear_assignee=Уклони одговорног +issues.new.no_assignee=Нема одговорних +issues.create=Додај задатак +issues.new_label=Нова лабела +issues.new_label_placeholder=Име лабеле... +issues.create_label=Креирај лабелу +issues.label_templates.title=Преузмите унапред дефинисани скуп лабела +issues.label_templates.info=Нема још лабеле. Можете кликнути на дугме "Креирај лабелу" да направите или да Користи претходно дефинисани скуп. +issues.label_templates.helper=Изаберите скуп лабела +issues.label_templates.use=Користи овај скуп лабела +issues.label_templates.fail_to_load_file=Није могуће преузети датотеку '%s': %v +issues.open_tab=%d отворено +issues.close_tab=%d затворено +issues.filter_label=Лабела +issues.filter_label_no_select=Није изабрана лабела +issues.filter_milestone=Фаза +issues.filter_milestone_no_select=Фаза није изабрана +issues.filter_assignee=Одговорни +issues.filter_assginee_no_select=Нема одговорног +issues.filter_type=Тип +issues.filter_type.all_issues=Сви задаци +issues.filter_type.assigned_to_you=Заказано вама +issues.filter_type.created_by_you=креирано од вас +issues.filter_type.mentioning_you=Помењује вас +issues.filter_sort=Сортирај +issues.filter_sort.latest=Најновије +issues.filter_sort.oldest=Најстарије +issues.filter_sort.recentupdate=Недавно ажурирано +issues.filter_sort.leastupdate=Давно ажуриано +issues.filter_sort.mostcomment=Највише коментара +issues.filter_sort.leastcomment=Најмање коментара +issues.opened_by=отворено %[1]s од %[3]s +issues.opened_by_fake=отворено %[1]s од %[2]s +issues.previous=Претходна +issues.next=Следеће +issues.open_title=Отворено +issues.closed_title=Затворено +issues.num_comments=%d коментара +issues.commented_at=`коментирира %s` +issues.delete_comment_confirm=Да ли желите да избришете овај коментар? +issues.no_content=Још нема садржаја. +issues.close_issue=Затвори +issues.close_comment_issue=Kоментирај и затвори +issues.reopen_issue=Поново отвори +issues.reopen_comment_issue=Kоментирај и поново oтвори +issues.create_comment=Коментирај +issues.closed_at=`затворено %[2]s` +issues.reopened_at=`поново отворено %[2]s"` +issues.commit_ref_at=`поменуо овај задатак у комит %[2]s` +issues.poster=Аутор +issues.collaborator=Коаутор +issues.owner=Власник +issues.sign_in_require_desc=Пријавите се да се прикључе у овом разговору. +issues.edit=Уреди +issues.cancel=Откажи +issues.save=Сачувај +issues.label_title=Име лабеле +issues.label_color=Боја лабеле +issues.label_count=%d лабела +issues.label_open_issues=%d отворених задатака +issues.label_edit=Уреди +issues.label_delete=Уклони +issues.label_modify=Промена лабеле +issues.label_deletion=Брисање лабеле +issues.label_deletion_desc=Брисање ознаке ће утицати на све њене задатке. Да ли желите да наставите? +issues.label_deletion_success=Лабела је успешно избрисана! +issues.num_participants=%d учесника +issues.attachment.open_tab=`Кликните "%s" да видите у новом прозору` +issues.attachment.download=`Кликните да преузмете "%s"` + +pulls.new=Нови захтев за спајање +pulls.compare_changes=Упореди промене +pulls.compare_changes_desc=Упоредите две гране и поднесите захтев за спајање. +pulls.compare_base=родитељ грана +pulls.compare_compare=упореди +pulls.filter_branch=Филтер по грани +pulls.no_results=Нема резултата. +pulls.nothing_to_compare=Нема шта да се упореди, гране су исте. +pulls.has_pull_request=`Већ постоји захтев за спајање између ове две гране: %[2]s#%[3]d` +pulls.create=Поднеси захтев за спајање +pulls.title_desc=жели да споји %[1]d комит(е) из %[2]s у %[3]s +pulls.merged_title_desc=споји(ла) %[1]d комит(е) из %[2]s у %[3]s %[4]s +pulls.tab_conversation=Дискусија +pulls.tab_commits=Комити +pulls.tab_files=Промењене датотеке +pulls.reopen_to_merge=Молимо вас да поново поднесете овај захтев за стапање. +pulls.merged=Спојено +pulls.has_merged=Спајање је успешно завршено! +pulls.data_broken=Информација о спајању није приступачно зашто детаљи огранака су избрисани. +pulls.is_checking=Провера још увек у току, молимо вас да освежите страницу касније. +pulls.can_auto_merge_desc=Овај захтев за спајање може бити обављен аутоматски. +pulls.cannot_auto_merge_desc=Овај захтев за спајање не може бити обављен аутоматски због сукоба. +pulls.cannot_auto_merge_helper=Молимо вас, обавите спајање ручно да би сте разрешили сукобе. +pulls.merge_pull_request=Обави спајање +pulls.open_unmerged_pull_exists=`Неможете поново отворити јер већ постоји захтев за спајање (#%d) из истог спремишта са истим информацијама о спајању и чека спајање.` + +milestones.new=Нова фаза +milestones.open_tab=%d отворено +milestones.close_tab=%d затворено +milestones.closed=Затворено %s +milestones.no_due_date=Рок није наведен +milestones.open=Отвори +milestones.close=Затвори +milestones.new_subheader=Креирајте фазте да би сте организовали ваше задатаке. +milestones.create=Креирај фазу +milestones.title=Наслов +milestones.desc=Опис +milestones.due_date=Датум завршетка (опционо) +milestones.clear=Уклони +milestones.invalid_due_date_format=Неправилни формат датума завршетка. Правилно: 'гггг-мм-дд'. +milestones.create_success=Фаза '%s' успешно креирана! +milestones.edit=Ажурирај фазу +milestones.edit_subheader=Остави опис који да би други боље разумели. +milestones.cancel=Откажи +milestones.modify=Ажурирај фазу +milestones.edit_success=Промене о '%s' су успешно сачуване! +milestones.deletion=Уклони фазу +milestones.deletion_desc=Избрисање фазе ће уклонити информацију о њој у свим задацима. Да ли желите да наставите? +milestones.deletion_success=Фаза је успешно избрисана! + +wiki=Вики +wiki.welcome=Добро дошли на Вики! +wiki.welcome_desc=Вики је место где можете да заједно документује пројекат и чине га бољег. +wiki.create_first_page=Креирај прву страницу +wiki.page=Страница +wiki.filter_page=Филтер странице +wiki.new_page=Нова страница +wiki.default_commit_message=Напишите белешку о овом ажурирању (опционо). +wiki.save_page=Сачувај страницу +wiki.last_commit_info=%s урећивао ову страницу %s +wiki.edit_page_button=Уреди +wiki.new_page_button=Нова страница +wiki.delete_page_button=Уклони страницу +wiki.delete_page_notice_1=Будите упозорени, страница "%s" ће бити избрисана. +wiki.page_already_exists=Страница са овим именом већ постоји. +wiki.pages=Странице +wiki.last_updated=Последње ажурирано %s + +settings=Подешавања +settings.options=Опције +settings.collaboration=Сарадња +settings.collaboration.admin=За администратора +settings.collaboration.write=За писање +settings.collaboration.read=Читање +settings.collaboration.undefined=Није дефинисано +settings.hooks=Webhooks +settings.githooks=Git хуки +settings.basic_settings=Основна подешавања +settings.mirror_settings=Подешавања огледала +settings.sync_mirror=Изврши синхронизацију сада +settings.mirror_sync_in_progress=Синхронизација је у току, молимо вас да освежите страницу ускоро. +settings.site=Званични сајт +settings.update_settings=Примени промене +settings.change_reponame_prompt=Ова промена ће утицати на однос линкова на спремиште. +settings.advanced_settings=Напредна подешавања +settings.wiki_desc=Омогући систем вики +settings.use_internal_wiki=Користи уграђен вики +settings.use_external_wiki=Користи спољни Вики +settings.external_wiki_url=URL адреса спољног Вики +settings.external_wiki_url_desc=Посетиоци ће бити преусмерени URL адреси након што кликну на картицу. +settings.issues_desc=Омогући систем праћења грешака +settings.use_internal_issue_tracker=Користи уграђен систем праћења грешака +settings.use_external_issue_tracker=Користи спољни систем праћења грешака +settings.tracker_url_format=Спољни формат везе система за праћење грешака +settings.tracker_issue_style=Стил именовања на спољном систему: +settings.tracker_issue_style.numeric=Нумерично +settings.tracker_issue_style.alphanumeric=Алфанумерично +settings.tracker_url_format_desc=Можете да користите шаблон {user} {repo} {index} за корисничко име, спремишта и задатака. +settings.pulls_desc=Омогући систем захтева за спајање да би сте преузели јавних доприноса +settings.danger_zone=Опасна зона +settings.new_owner_has_same_repo=Нови власник већ има спремиште по истим називом. Молимо вас изаберите друго име. +settings.convert=Претворити у обично спремиште +settings.convert_desc=Можете претворити огледало у обично спремиште, али та операција не може се укинути. +settings.convert_notices_1=Ова операција ће претворити то огледало у обично спремиште, што не може се отказати. +settings.convert_confirm=Потврдите конверзију +settings.convert_succeed=Спремиште је успешно претворено у обичну врсту спремишта. +settings.transfer=Пренеси власништво +settings.transfer_desc=Пренеси спремиште другом кориснику или организацији у којој имате администраторска права. +settings.transfer_notices_1=- Изгубићете приступ ако је нови власник појединац. +settings.transfer_notices_2=- Задржићете приступ ако је нови власник организација и ви сте члан њега. +settings.transfer_form_title=Унесите релевантне информације за потврду операције: +settings.wiki_delete=Обриши Вики податке +settings.wiki_delete_desc=Будите пажљиви! Када уклоните Вики податке — нећете мочи их повратити. +settings.wiki_delete_notices_1=- Ова операција је избрисати и онемогућити Вики за %s +settings.wiki_deletion_success=Вики подаци за ово спремиште су успешно избрисани. +settings.delete=Уклони ово спремиште +settings.delete_desc=Нећете мочи повратити спремиште после брисања. Молимо вас, будите сигурни. +settings.delete_notices_1=- Ова операција НЕЋЕ МОЧИ бити укинута. +settings.delete_notices_2=- Ова операција ће трајно избрисати све из овог спремишта, укључујући и податке Git, задатци, коментаре и приступ сарадницима. +settings.delete_notices_fork_1=- Сви огранци ће постати независни после уклањање. +settings.deletion_success=Спремиште је успешно избрисано! +settings.update_settings_success=Подешавања спремишта су успешно ажурирани. +settings.transfer_owner=Нови власник +settings.make_transfer=Изврши пренос +settings.transfer_succeed=Власништво спремишта успешно преношено. +settings.confirm_delete=Потврдите брисање +settings.add_collaborator=Додај новог сарадника +settings.add_collaborator_success=Додат је нови сарадник. +settings.delete_collaborator=Уклони +settings.collaborator_deletion=Брисање сарадника +settings.collaborator_deletion_desc=Овај корисник неће имати приступ као сарадник овом спремишту након уклањања. Дали желите да наставите? +settings.remove_collaborator_success=Сарадник је уклоњен. +settings.search_user_placeholder=Претрага корисника... +settings.org_not_allowed_to_be_collaborator=Неможе се додати организација као сарадник. +settings.user_is_org_member=Корисник је члан организације и потом неможе бити додат као сарадник. +settings.add_webhook=Додај Webhook +settings.hooks_desc=Webhooks омогућавају спољашњим услугама да приме обавештења када се нешто одређено догоди на Gogs. Сазнајте више у овом водичу за Webhooks. +settings.webhook_deletion=Уклони Webhook +settings.webhook_deletion_desc=Брисање овог Webhook ће довести до уклањања сву наведену информацију, укључујући и историју. Да ли желите да наставите? +settings.webhook_deletion_success=Webhook успешно избрисан! +settings.webhook.test_delivery=Провери испоруку +settings.webhook.test_delivery_desc=Пошаљи push за тестирање подешавања webhook +settings.webhook.test_delivery_success=Тест webhook је додат у месту испоруке. Процес може да потраје неколико секунди пре него што ће показати у историји испоруке. +settings.webhook.request=Захтев +settings.webhook.response=Одговор +settings.webhook.headers=Наслови +settings.webhook.payload=Садржај захтева +settings.webhook.body=Тело +settings.githooks_desc=Git Hooks пружају Git сами по себи. Можете ажурирати датотеке са подржаним hooks са пратећег списка операције. +settings.githook_edit_desc=Aко Webhook није активан, примерни садржај ће бити представљен. Ако оставите празно, Webhook ће бити онемогућен. +settings.githook_name=Име Hook-а +settings.githook_content=Садржај Hook-а +settings.update_githook=Ажурирај Hook +settings.add_webhook_desc=Послаћемо захтев POST на наведену URL адресу са информацијама о догађајима. Такође можете да одредите формат у коме би желели да добију податке (JSON, x-www-form-urlencoded, XML, итд.). Додатне информације могу се наћи у Упутство за Webhooks. +settings.payload_url=URL адреса за слање +settings.content_type=Тип садржаја +settings.secret=Тајна +settings.slack_username=Корисничко име +settings.slack_icon_url=URL адреса иконице +settings.slack_color=Боја +settings.event_desc=Кад би требао webhook да се активира? +settings.event_push_only=Само при push догађају. +settings.event_send_everything=У свим догађајима. +settings.event_choose=Изабраћу шта ми је потребно. +settings.event_create=Креирај +settings.event_create_desc=Створена грана или ознака +settings.event_pull_request=Захтев за спајање +settings.event_pull_request_desc=Захтев за спајање отворенo, затворено, додељено, недодељенo, лабела ажурирана, лабела избрисана, или синхронизовано. +settings.event_push=Push +settings.event_push_desc=Git push у спремиште +settings.active=Активно +settings.active_helper=Детаљи о догађају што је проузроковало hook ће исто бити испоручено. +settings.add_hook_success=Додат је нови webhook. +settings.update_webhook=Ажурирај Webhook +settings.update_hook_success=Webhook је ажуриран. +settings.delete_webhook=Уклони Webhook +settings.recent_deliveries=Недавне испоруке +settings.hook_type=Тип Hook-а +settings.add_slack_hook_desc=Додавање интеграције Slack у спремиште. +settings.slack_token=Токен +settings.slack_domain=Домен +settings.slack_channel=Канал +settings.deploy_keys=Кључеви за распоређивање +settings.add_deploy_key=Додај кључ за распоређивање +settings.deploy_key_desc=Кључеви за распоређивање имају само приступ за читање. То није исто што и SSH кључеви. +settings.no_deploy_keys=Нисте додали ниједан кључ за распоређивање. +settings.title=Наслов +settings.deploy_key_content=Садржај +settings.key_been_used=Садржај кључа је већ искоришћено. +settings.key_name_used=Кључ распоређивање са тим насловом већ постоји. +settings.add_key_success=Нови кључ распоређивање '%s' је додат успешно! +settings.deploy_key_deletion=Уклони кључ распоређивањa +settings.deploy_key_deletion_desc=Брисање овог кључа за распоређивање ће довести до укидање приступ на овом спремишту. Да ли желите да наставите? +settings.deploy_key_deletion_success=Кључ за распоређивање је успешно обрисан! + +diff.browse_source=Преглед изворни кода +diff.parent=родитељ +diff.commit=комит +diff.data_not_available=Подаци Diff нису доступни. +diff.show_diff_stats=Покажи статистику Diff +diff.show_split_view=Подељен поглед +diff.show_unified_view=Један поглед +diff.stats_desc= %d измењених фајлова са %d додато и %d уклоњено +diff.bin=BIN +diff.view_file=Прегледај датотеку +diff.file_suppressed=Разлика између датотеке није приказан због своје велике величине +diff.too_many_files=Неке датотеке нису приказане због велике количине промена + +release.releases=Издања +release.new_release=Ново издање +release.draft=Нацрт +release.prerelease=Пред-верзија +release.stable=Стабилно +release.edit=уреди +release.ahead=%d комита на %s почев од овог издања +release.source_code=Изворни код +release.new_subheader=Објављивање издања за итерација производа. +release.edit_subheader=Детаљни журнал промена може помоћи корисницима да схвате побољшања у новом издању. +release.tag_name=Име ознаке +release.target=Циљ +release.tag_helper=Изаберите посујућу ознаку, или креирај нову. +release.title=Наслов +release.content=Садржај +release.write=Напиши +release.preview=Преглед +release.loading=Учитавање... +release.prerelease_desc=Ово је пред-издање +release.prerelease_helper=Посебно имајте на уму да ово издање није спремно за ширу употребу. +release.cancel=Откажи +release.publish=Објави издање +release.save_draft=Сачувај нацрт +release.edit_release=Уреди издање +release.delete_release=Уклони ово издање +release.deletion=Брисање издања +release.deletion_desc=Брисање овог издања ће избрисати одговарајућу Git ознаку. Да ли желите да наставите? +release.deletion_success=Издање је успешно избрисано! +release.tag_name_already_exist=Издање са тим именом ознаке већ постоји. +release.tag_name_invalid=Име ознаке није исправно. +release.downloads=Преузимања + +[org] +org_name_holder=Име организације +org_full_name_holder=Пун назив организације +org_name_helper=Најбоља имена организација су кратка и јединственa. +create_org=Створи Организацију +repo_updated=Ажурирано +people=Особе +invite_someone=Позови некога +teams=Тимови +lower_members=чланови +lower_repositories=спремишта +create_new_team=Креирај нови тим +org_desc=Опис +team_name=Име тима +team_desc=Опис +team_name_helper=Ви ћете користити то име помињете овог тима у дискусијама. +team_desc_helper=Шта је циљ овог тима? +team_permission_desc=Који ниво приступа треба имати овај тим? + +form.name_reserved=Име организације '%s' је резервирано. +form.name_pattern_not_allowed=Шаблон имена '%s' није дозвољено. + +settings=Подешавања +settings.options=Опције +settings.full_name=Пуно име +settings.website=Саит +settings.location=Локација +settings.update_settings=Ажурирај подешавања +settings.update_setting_success=Подешавања организације су успешно ажурирана. +settings.change_orgname_prompt=Ова промена ће утицати на свим ликовима према организацији. +settings.update_avatar_success=Аватар организације је успешно ажуриран. +settings.delete=Уклони организацију +settings.delete_account=Уклони ову организацију +settings.delete_prompt=Ова организација ће бото избрисана и операција НЕ МОЖЕ бити отказана у будућности! +settings.confirm_delete_account=Потврди брисање +settings.delete_org_title=Брисање организација +settings.delete_org_desc=Ова организација ће бити избрисана заувек. Дали желите да наставите? +settings.hooks_desc=Додајте аутоматско ажурирање, које ће важити за сва спремишта под овој организацији. + +members.membership_visibility=Видљивост: +members.public=Јавно +members.public_helper=учините приватним +members.private=Приватно +members.private_helper=учините јавно +members.member_role=Улога учесника: +members.owner=Власник +members.member=Члан +members.remove=Уклони +members.leave=Изађи +members.invite_desc=Додја новог члана %s: +members.invite_now=Позовите сада + +teams.join=Придружи се +teams.leave=Изаћи +teams.read_access=Приступ за читање +teams.read_access_helper=Овај тим ће моћи видити и клонирари спремишта. +teams.write_access=Приступ за писање +teams.write_access_helper=Овај тим ће моћи видити своја спремишта, и извршити push на њима. +teams.admin_access=Администраторски приступ +teams.admin_access_helper=Овај тим ће моћи извршити push/pull на своја спремишта, и још чланова додавати. +teams.no_desc=Овај тим нема описа +teams.settings=Подешавања +teams.owners_permission_desc=Власници имају пун приступ свим спремиштима и имају права администратора организации. +teams.members=Чланови тима +teams.update_settings=Примени промене +teams.delete_team=Уклони овај тим +teams.add_team_member=Додај члан тиму +teams.delete_team_title=Уклони тим +teams.delete_team_desc=Овај потез ће чинити да чланови ове групе ће можта изгубе приступ неким спремиштима. Да ли желите да наставите? +teams.delete_team_success=Овај тим је успешно избрисан. +teams.read_permission_desc=Овај тим даје приступ на Читање: чланови могу да виде и да клонира спремишта. +teams.write_permission_desc=Овај тим даје приступ на Писање: чланови могу да виде и врше push операције на спремишта. +teams.admin_permission_desc=Овај тим даје администраторки приступ: чланови могу да виде, врше push операције, и додавају сараднике. +teams.repositories=Тимска спремишта +teams.search_repo_placeholder=Претражи спремиште... +teams.add_team_repository=Додај тимско спремиште +teams.remove_repo=Уклони +teams.add_nonexistent_repo=Овакво спремиште не постоји, молим вас прво да га направите. + +[admin] +dashboard=Контролни панел +users=Корисници +organizations=Организације +repositories=Спремишта +authentication=Овлашћења +config=Подешавања +notices=Системска обавештења +monitor=Праћење +first_page=Први +last_page=Последњи +total=Укупно: %d + +dashboard.statistic=Статистика +dashboard.operations=Операције +dashboard.system_status=Статус системског монитора +dashboard.statistic_info=У бази података Gogs забележено је %d корисника, %d организације, %d јавних кључева, %d спремишта, %d watches, %d фаворита, %d акције, %d доступа, %d задатака, %d коментара, %d друштвених рачуна, %d пратње, %d огледала, %d издања, %d извора улаза, %d webhooks, %d фаза, %d лабела, %d hook задатака, %d тимова, %d задатака за надоградњу, %d прилога. +dashboard.operation_name=Име операције +dashboard.operation_switch=Пребаци +dashboard.operation_run=Покрени +dashboard.clean_unbind_oauth=Уклони неповазане OAuth +dashboard.clean_unbind_oauth_success=Неповезане OAuth налози су успешно избрисани. +dashboard.delete_inactivate_accounts=Уклони све неактивне налоге +dashboard.delete_inactivate_accounts_success=Сви неактивни налози су успешно избрисани. +dashboard.delete_repo_archives=Избриши све архиве спремишта +dashboard.delete_repo_archives_success=Све архиве су успешно избрисане. +dashboard.delete_missing_repos=Избриши све податке са изгубљеним Git датотецима +dashboard.delete_missing_repos_success=Сви подаци са игубљеним Git датотекама су успешно избрисани. +dashboard.git_gc_repos=Изврши cакупљање смећа на спремишту +dashboard.git_gc_repos_success=Сва спремишта су успешно извршили cакупљање смећа. +dashboard.resync_all_sshkeys=Препиши '.ssh/authorized_keys' (опрез: не Gogs тастери ће бити изгубљени) +dashboard.resync_all_sshkeys_success=Сви јавни кључеви су успешно преписани. +dashboard.resync_all_update_hooks=Препиши сва hook-а за ажурирање спремишта (потребно кад пут конфигурације је промењен) +dashboard.resync_all_update_hooks_success=Сва hook-а за ажурирање спремишта су успешно промењена. +dashboard.reinit_missing_repos=Поново постави све податке са изгубљеним Git датотекама +dashboard.reinit_missing_repos_success=Сви подаци са изгубљеним Git датотекама су успешно поново постављени. + +dashboard.server_uptime=Време непрекидног рада сервера +dashboard.current_goroutine=Тренутнe Goroutine +dashboard.current_memory_usage=Тренутна употреба меморије +dashboard.total_memory_allocated=Укупно меморије алоцирано +dashboard.memory_obtained=Коришћена меморија +dashboard.pointer_lookup_times=Захтева показивача +dashboard.memory_allocate_times=Алоцирања меморије +dashboard.memory_free_times=Ослобођења меморије +dashboard.current_heap_usage=Тренутна употреба динамичке меморије +dashboard.heap_memory_obtained=Слободно динамичке меморије +dashboard.heap_memory_idle=Неактиво динамичке меморије +dashboard.heap_memory_in_use=Динамичка меморија у употреби +dashboard.heap_memory_released=Ослобођено динамичке меморије +dashboard.heap_objects=Објекти динамичке меморије +dashboard.bootstrap_stack_usage=Коришћење стек меморије +dashboard.stack_memory_obtained=Слободно стек меморије +dashboard.mspan_structures_usage=Употреба структуре MSpan +dashboard.mspan_structures_obtained=Добијено структуре MSpan +dashboard.mcache_structures_usage=Употреба структурa MCache +dashboard.mcache_structures_obtained=Добијено структурa MCache +dashboard.profiling_bucket_hash_table_obtained=Хеш-таблеа постигнуто за Profiling Bucket +dashboard.gc_metadata_obtained=Добијених метаподатака cакупљању смећа +dashboard.other_system_allocation_obtained=Добијено друга системска меморија +dashboard.next_gc_recycle=Следећа рециклажа cакупљању смећа +dashboard.last_gc_time=Времена од прошлог cакупљању смећа +dashboard.total_gc_time=Укупно време cакупљању смећа +dashboard.total_gc_pause=Укупно време cакупљању смећа +dashboard.last_gc_pause=Задња пауза у cакупљању смећа +dashboard.gc_times=Времена cакупљању смећа + +users.user_manage_panel=Контролни панел корисника +users.new_account=Креирај нови налог +users.name=Име +users.activated=Активиран +users.admin=Администратор +users.repos=Спремишта +users.created=Креирано +users.send_register_notify=Пошаљи кориснику обавештење о регистрацији +users.new_success=Нови налог '%s' је успешно креиран. +users.edit=Уреди +users.auth_source=Извор аутентикације +users.local=Локално +users.auth_login_name=Корисничко име за пријављивање +users.password_helper=Оставите празно да остане непромењено. +users.update_profile_success=Профил налога је успешно уређен. +users.edit_account=Уреди налог +users.max_repo_creation=Максимални број спремишта +users.max_repo_creation_desc=(Поставите -1 да користите стандардну глобалну вредност) +users.is_activated=Овај налог је активиран +users.prohibit_login=Улаз са овог налога је забрањено +users.is_admin=Овај налог има администраторска права +users.allow_git_hook=Налог има право да крејира Git hooks +users.allow_import_local=Налог има право да увезе локална спремишта +users.update_profile=Ажурирај профил налога +users.delete_account=Уклони овај налог +users.still_own_repo=На вашем налогу и даље остаје најмање једно спремиште, прво је потребно да уклоните или да га пренесете. +users.still_has_org=Овај налог још увек је члан најмање једне организације. За наставак, напустите или уклоните ову организацију. +users.deletion_success=Налог је успешно избрисан! + +orgs.org_manage_panel=Управљање групама +orgs.name=Име +orgs.teams=Тимови +orgs.members=Чланови + +repos.repo_manage_panel=Контролна панела спремишта +repos.owner=Власник +repos.name=Име +repos.private=Приватно +repos.watches=Watches +repos.stars=Фаворити +repos.issues=Задаци + +auths.auth_manage_panel=Контролна панела аутентикације +auths.new=Додај нови извор +auths.name=Име +auths.type=Тип +auths.enabled=Омогућено +auths.updated=Ажурирано +auths.auth_type=Врста провере аутентичности +auths.auth_name=Име провере аутентичности +auths.security_protocol=Протокол безбедности +auths.domain=Домен +auths.host=Хост +auths.port=Порт +auths.bind_dn=Bind DN +auths.bind_password=Bind лозинкa +auths.bind_password_helper=Упозорење: Ова лозинка је сачувана у облику нешифрованом текцту. Не користите високо-привилеговану налог. +auths.user_base=База претраживање корисника +auths.user_dn=DN корисника +auths.attribute_username=Атрибут username +auths.attribute_username_placeholder=Оставите празно да бисте користили корисничко име за регистрацију. +auths.attribute_name=Име атрибута +auths.attribute_surname=Презиме атрибута +auths.attribute_mail=Е-маил адреса +auths.attributes_in_bind=Екстракција атрибута у облику Bind DN +auths.filter=Филтер корисника +auths.admin_filter=Филтер администратора +auths.ms_ad_sa=Ms Ad SA +auths.smtp_auth=Тип SMTP аутентикације +auths.smtphost=SMTP хост +auths.smtpport=SMTP порт +auths.allowed_domains=Дозвољени домени +auths.allowed_domains_helper=Оставите празно да не ограничавају домени. Више домена морају да буду одвојени зарезима ','. +auths.enable_tls=Омогући TLS шифровање +auths.skip_tls_verify=Прескочи TLS проверу +auths.pam_service_name=Назив PAM сервиса +auths.enable_auto_register=Омогући аутоматску регистрацију +auths.tips=Савети +auths.edit=Промените подешавања канала аутентикације +auths.activated=Овај канал аутентикације је активан +auths.new_success=Нови канал аутентикације '%s' је успешно креиран. +auths.update_success=Подешавања канала аутентикације су успешно ажурирана. +auths.update=Ажурирај подешавања аутентикације +auths.delete=Уклони овај канал аутентикације +auths.delete_auth_title=Брисање канала аутентикације +auths.delete_auth_desc=Овај канал аутентикације ће бити избрисан. Да ли желите да наставите? +auths.still_in_used=Овај канал аутентикације још увек се користи од стране неких корисника, уклоните или пребаци ове кориснике у друг врсту аутентикације. +auths.deletion_success=Канал аутентикације успешно избрисан! + +config.server_config=Конфигурација сервера +config.app_name=Име апликације +config.app_ver=Верзија апликације +config.app_url=URL адреса апликације +config.domain=Домен +config.offline_mode=Режим ван мреже +config.disable_router_log=Онемогући журнал рутера +config.run_user=Покретни корисник +config.run_mode=Режим извршавања +config.repo_root_path=Пут до корена спремишта +config.static_file_root_path=Пут до статичке датотеке +config.log_file_root_path=Пут до журнала +config.script_type=Врста скрипта +config.reverse_auth_user=Корисничко име при обрнуту аутентикацију + +config.ssh_config=SSH конфигурација +config.ssh_enabled=Омогућено +config.ssh_start_builtin_server=Покрени уграђени сервер +config.ssh_domain=Домен +config.ssh_port=Порт +config.ssh_listen_port=Порт за слушање +config.ssh_root_path=Основни пут +config.ssh_key_test_path=Пут до кључу +config.ssh_keygen_path=Пут до генератор кључева ('ssh-keygen') +config.ssh_minimum_key_size_check=Минимална величина провера кључа +config.ssh_minimum_key_sizes=Минимална величина кључева + +config.db_config=Конфигурација базе података +config.db_type=Тип +config.db_host=Хост +config.db_name=Име +config.db_user=Корисник +config.db_ssl_mode=Режим SSL +config.db_ssl_mode_helper=(само за postgres) +config.db_path=Пут +config.db_path_helper=(за "sqlite3" и "tidb") + +config.service_config=Подешавања сервиса +config.register_email_confirm=Потражи потврду путем е-поштом +config.disable_register=Искључи нове регистрације +config.show_registration_button=Прикажи дугме за регистрацију +config.require_sign_in_view=Прикажи налог за пријаву +config.mail_notify=Обавештења преко е-поште +config.disable_key_size_check=Онемогући проверу на минималној величини кључа +config.enable_captcha=Омогући Captcha +config.active_code_lives=Дужина живота активних кодова +config.reset_password_code_lives=Дужина живота ресетних кодова за лозинку + +config.webhook_config=Подешавања Webhook +config.queue_length=Дужина реда +config.deliver_timeout=Време до отказивање слања +config.skip_tls_verify=Прескочи TLS проверу + +config.mailer_config=Подешавања поште +config.mailer_enabled=Омогућено +config.mailer_disable_helo=Онемогући HELO +config.mailer_name=Име +config.mailer_host=Хост +config.mailer_user=Корисник +config.send_test_mail=Пошаљи тест поруку +config.test_mail_failed=Тест писмо '%s' није пошаљено: %v +config.test_mail_sent=Тест писмо је послато '%s'. + +config.oauth_config=Подешавања OAuth +config.oauth_enabled=Укључено + +config.cache_config=Подешавања кеша +config.cache_adapter=Кеш адаптер +config.cache_interval=Кеш интервал +config.cache_conn=Кеш на вези + +config.session_config=Подешавања сесије +config.session_provider=Добављач сесија +config.provider_config=Конфигурација на добављачу +config.cookie_name=Име датотеке cookie +config.enable_set_cookie=Укључи поставку cookie +config.gc_interval_time=Интервал cакупљања смећа +config.session_life_time=Дужина живота сесјие +config.https_only=Само HTTPS +config.cookie_life_time=Дужина живота датотеке cookie + +config.picture_config=Подешавање слика +config.picture_service=Услуга за слике +config.disable_gravatar=Онемогући Gravatar +config.enable_federated_avatar=Омогући Federated Avatars + +config.git_config=Git конфигурација +config.git_disable_diff_highlight=Онемогући бојење синтаксе када гледате разлике +config.git_max_diff_lines=Максималан број различитих редова (у датотеци) +config.git_max_diff_line_characters=Максималан број различитих карактера (у реду) +config.git_max_diff_files=Максималан број измењених датотека (приказаних) +config.git_gc_args=Аргументи на cакупљање смећа +config.git_migrate_timeout=Време до отказања миграције +config.git_mirror_timeout=Време до отазање синхронизацији огледала +config.git_clone_timeout=Време до отказивања клонирањем +config.git_pull_timeout=Време до отказивања pull операцији +config.git_gc_timeout=Време до отказивања cакупљање смећа + +config.log_config=Kонфигурација журнала +config.log_mode=Режим журналовања + +monitor.cron=Cron задаци +monitor.name=Име +monitor.schedule=Распоред +monitor.next=Следећи пут +monitor.previous=Претходни пут +monitor.execute_times=Број извршавања +monitor.process=Покренути процеси +monitor.desc=Опис +monitor.start=Почетно време +monitor.execute_time=Време извршивања + +notices.system_notice_list=Системска обавештавања +notices.view_detail_header=Детаљи обавештења +notices.actions=Акције +notices.select_all=Изабери све +notices.deselect_all=Уклоните избор свих +notices.inverse_selection=Обрна селекција +notices.delete_selected=Избриши изабране +notices.delete_all=Уклони сва обавештења +notices.type=Тип +notices.type_1=Спремиште +notices.desc=Опис +notices.op=Oп. +notices.delete_success=Системска обавештавања су успешно избрисана. + +[action] +create_repo=креира спремиште %s +rename_repo=преимензје спремиште од %[1]s на %[3]s +commit_repo=извршује push на %[3]s у %[4]s +create_issue=`отвара задатак %s#%[2]s` +close_issue=`затвара задатак %s#%[2]s` +reopen_issue=`поново отвара задатак %s#%[2]s` +create_pull_request=`шаље захтев за спајање %s#%[2]s` +close_pull_request=`затвара захтев за спајање %s#%[2]s` +reopen_pull_request=`поново отвара захтев за спајање %s#%[2]s` +comment_issue=`коментарише на задатаку %s#%[2]s` +merge_pull_request=`прихваћује захтев за спајање %s#%[2]s` +transfer_repo=преноси спремиште %s на %s +push_tag=извршује push са ознаком %[2]s на %[3]s +compare_commits=Поређење ових %d комита + +[tool] +ago=пре +from_now=од сада +now=сада +1s=%s 1 секунд +1m=%s 1 минут +1h=%s 1 час +1d=%s 1 дан +1w=%s 1 недеља +1mon=%s 1 месец +1y=%s 1 година +seconds=%[2]s %[1]d секунди +minutes=%[2]s %[1]d минута +hours=%[2]s %[1]d часа +days=%[2]s %[1]d дана +weeks=%[2]s %[1]d недеља +months=%[2]s %[1]d месеци +years=%[2]s %[1]d година +raw_seconds=секунди +raw_minutes=минута + +[dropzone] +default_message=Превуците датотеку овде или кликните за преузимање. +invalid_input_type=Не можемо преузети датотеку овог типа. +file_too_big=Величина датотеке ({{filesize}} MB) је више него максимална величина ({{maxFilesize}} MB). +remove_file=Уклони датотеку + diff --git a/conf/locale/locale_sv-SE.ini b/conf/locale/locale_sv-SE.ini new file mode 100644 index 000000000..c37deb34d --- /dev/null +++ b/conf/locale/locale_sv-SE.ini @@ -0,0 +1,1200 @@ +app_desc=En smidig Git-tjänst du kör själv skriven i Go + +home=Startsida +dashboard=Instrumentpanel +explore=Utforska +help=Hjälp +sign_in=Logga in +sign_out=Logga ut +sign_up=Registrera dig +register=Registrera dig +website=Webbplats +version=Version +page=Sida +template=Mall +language=Språk +create_new=Skapa... +user_profile_and_more=Användarprofil med mera +signed_in_as=Inloggad som + +username=Användarnamn +email=E-post +password=Lösenord +re_type=Ange igen +captcha=Captcha + +repository=Utvecklingskatalog +organization=Organisation +mirror=Spegel +new_repo=Ny utvecklingskatalog +new_migrate=Ny migrering +new_mirror=Ny Spegling +new_fork=Nytt gafflat repo +new_org=Ny organisation +manage_org=Hantera organisationer +admin_panel=Admin-panel +account_settings=Kontoinställningar +settings=inställningar +your_profile=Din profil +your_settings=Dina inställningar + +activities=Aktiviteter +pull_requests=Pull förfrågningar +issues=Problem + +cancel=Avbryt + +[install] +install=Installation +title=Steg för att installera för första gången +docker_helper=Om du kör Gogs inuti Docker, vänligen läs Riktninjerna nogrant innan du ändrar någonting på denna sida! +requite_db_desc=Gogs kräver MySQL, PostgreSQL, SQLite3 eller TiDB. +db_title=Databasinställningar +db_type=Databastyp +host=Server +user=Användare +password=Lösenord +db_name=Databasens namn +db_helper=Se till att i MySQL använda INNODB med teckenuppsättningen utf8_general_ci. +ssl_mode=SSL-läge +path=Filväg +sqlite_helper=Sökvägen för SQLite3 eller TiDB databas.
Vänligen använd den absoluta sökvägen när du kör som en tjänst. +err_empty_db_path=SQLite3 eller TiDB databassökvägen får inte vara tom. +err_invalid_tidb_name=TiDB databasnamn tillåter inte tecknen "." och "-". +no_admin_and_disable_registration=Du kan inte inaktivera registrering utan att skapa ett administratörskonto. +err_empty_admin_password=Administratörslösenordet får ej vara tomt. + +general_title=Allmänna inställningar för Gogs +app_name=Applikationsnamn +app_name_helper=Skriv ditt organisationsnamn här stort och tydligt! +repo_path=Rotsökväg för utvecklingskatalog +repo_path_helper=Alla fjärr Git repos kommer bli sparade till denna mappen. +run_user=Exekverande Användare +run_user_helper=Denna användaren måste ha till gång till Huvudsökvägen för Repos och köra Gogs. +domain=Domän +domain_helper=Detta påverkar SSH klonings webbadresser. +ssh_port=SSH-port +ssh_port_helper=Portnumret som din SSH-server brukar, lämna tomt för att inaktivera SSH-funktionaliteten. +http_port=HTTP Port +http_port_helper=Portnumret vilket applikationen kommer lyssnar på. +app_url=Applikationsadressen +app_url_helper=Detta påverkar HTTP/HTTPS kloningsadressen och på platser i e-post. +log_root_path=Loggsökväg +log_root_path_helper=Katalog till vilken loggfiler skrivs. + +optional_title=Övriga inställningar +email_title=E-post tjänstens inställningar +smtp_host=SMTP-server +smtp_from=Från +smtp_from_helper=Epostaddress att skicka email ifrån, enligt RFC 5322. Den kan vara skriven i formatet 'email@example.com' alternativt '"Namn" '. +mailer_user=Avsändares e-post +mailer_password=Avsändares lösenord +register_confirm=Aktivera registreringsbekräftelse +mail_notify=Aktivera e-postavisering +server_service_title=Serverns och andra Tjänsters inställningar +offline_mode=Aktivera Nedkopplat Läge +offline_mode_popup=Inaktivera CDN även i produktionsläge, alla resursfiler kommer att distribureras lokalt. +disable_gravatar=Inaktivera Gravatar-tjänsten +disable_gravatar_popup=Inaktivera Gravatar och externa källor, alla avatarer är uppladdade av användaren alternativt standard. +federated_avatar_lookup=Aktivera förenad uppslagning av avatarer +federated_avatar_lookup_popup=Använd libravatar vid förenad uppslagning av avatarer. +disable_registration=Stäng av självregistrering +disable_registration_popup=Stäng av självregistrering av användare, endast administratören kan skapa konton. +enable_captcha=Aktivera Captcha +enable_captcha_popup=Kräv captcha för användarregistrering. +require_sign_in_view=Kräv inloggning för att visa sidor +require_sign_in_view_popup=Bara inloggade användare kan besöka sidorna, besökare kommer enbart kunna se inloggings/registreringssidor. +admin_setting_desc=Du behöver inte skapa ett administratörskonto just nu, kontot som har ID = 1 kommer automatiskt att bli administratör. +admin_title=Admin-konto inställningar +admin_name=Användarnamn +admin_password=Lösenord +confirm_password=Bekräfta lösenord +admin_email=Administratörs Epost +install_gogs=Installera Gogs +test_git_failed=Misslyckades att testa 'git' kommando: %v +sqlite3_not_available=Din release stödjer ej SQLite3, ladda vänligen ner den officiella binären via %s, inte gobuild varianten. +invalid_db_setting=Databas inställningen är inkorrekt: %v +invalid_repo_path=Utvecklingskatalogens rotsökväg är ogiltig: %v +run_user_not_match=Köranvändaren är inte aktuell användare: %s -> %s +save_config_failed=Konfigurationssparningen misslyckades: %v +invalid_admin_setting=Inställningarna för administratörskontot är felaktiga: %v +install_success=Välkommen! Vi är glada att du väljer Gogs, ha kul och ta hand om dig. +invalid_log_root_path=Ogiltig rotsökväg för loggfiler: %v + +[home] +uname_holder=Användarnamn eller e-post +password_holder=Lösenord +switch_dashboard_context=Växla Visad Instrumentpanel +my_repos=Mina utvecklingskataloger +show_more_repos=Visa fler förråd... +collaborative_repos=Kollaborativa Utvecklingskataloger +my_orgs=Mina organisationer +my_mirrors=Mina speglar +view_home=Visa %s + +issues.in_your_repos=I dina utvecklingskataloger + +[explore] +repos=Utvecklingskataloger +users=Användare +search=Sök + +[auth] +create_new_account=Skapa nytt konto +register_hepler_msg=Har du redan ett konto? Logga in nu! +social_register_hepler_msg=Har du redan ett konto? Anslut det nu! +disable_register_prompt=Tyvärr är användarregistreringen inaktiverad. Vänligen kontakta din administratör. +disable_register_mail=Tyvärr så är registreringsbekräftelemailutskick inaktiverat. +remember_me=Kom ihåg mig +forgot_password=Glömt lösenord +forget_password=Glömt lösenordet? +sign_up_now=Behöver du ett konto? Registrera dig nu. +confirmation_mail_sent_prompt=Ett nytt bekräftelsemail has skickats till %s, vänligen kolla din inkorg inom dom kommande %d timmarna för att slutföra registreringsprocessen. +active_your_account=Aktivera ditt konto +prohibit_login=Inloggning förhindrad +prohibit_login_desc=Ditt konto är förhindrat från att logga in. Vänligen kontakta webbplatsadministratören. +resent_limit_prompt=Tyvärr, du har nyligen begärt ett aktiveringsmail. Vänligen vänta 3 minuter och försök sedan igen. +has_unconfirmed_mail=Hej %s, du har en obekräftad epostaddress (%s). Om du inte har fått ett bekräftelsemail eller behöver ett nytt, klicka på knappen nedan. +resend_mail=Klicka här för att skicka ditt aktiveringsmejl igen +email_not_associate=Denna e-postadress är inte knutet till något konto. +send_reset_mail=Klicka här för att skicka e-post med lösenordsåterställning (igen) +reset_password=Återställ ditt lösenord +invalid_code=Tyvärr, din bekräftelsekod har antingen upphört att gälla eller är ogiltig. +reset_password_helper=Klicka här för att återställa ditt lösenord +password_too_short=Lösenordet får ej vara kortare än 6 tecken. +non_local_account=Icke-lokala konton får inte ändra lösenord genom Gogs. + +[mail] +activate_account=Vänligen aktivera ditt konto +activate_email=Verifiera din epostaddress +reset_password=Återställ ditt lösenord +register_success=Registreringen slutförd, välkommen +register_notify=Välkommen ombord + +[modal] +yes=Ja +no=Nej +modify=Ändra + +[form] +UserName=Användarnamn +RepoName=Utvecklingskatalogens namn +Email=E-postadress +Password=Lösenord +Retype=Skriv in lösenordet igen +SSHTitle=SSH-nyckelnamn +HttpsUrl=HTTPS-URL +PayloadUrl=Payload-URL +TeamName=Gruppnamn +AuthName=Auktoriseringsnamn +AdminEmail=Administratörs Epost + +NewBranchName=Nytt grennamn +CommitSummary=Sammanfattning av incheckning +CommitMessage=Incheckningsmeddelande +CommitChoice=Incheckningsval +TreeName=Filsökväg +Content=Innehåll + +require_error=får inte vara tomt +alpha_dash_error=` får bara innehålla bokstäver, nummer och bindestreck (-_).` +alpha_dash_dot_error=` får bara innehålla bokstäver, nummer, bindestreck (-_) och punkt` +size_error=` måste vara av storleken %s` +min_size_error=` måste innehålla minst %s tecken.` +max_size_error=` får inte innehålla mer än %s tecken.` +email_error=` är inte en giltlig epostaddress.` +url_error=Den givna URL-adressen är inte valid +include_error=` måste innehålla texten '%s'.` +unknown_error=Okänt fel: +captcha_incorrect=Captcha stämmer inte överens. +password_not_match=Givna lösenord stämmer inte överens med varandra. + +username_been_taken=Användarnamnet finns redan. +repo_name_been_taken=Namnet på utvecklingskatalogen har redan används. +org_name_been_taken=Organisationsnamnet har redan används. +team_name_been_taken=Team namn är redan använt. +email_been_used=E-postadressen har redan använts. +username_password_incorrect=Användarnamnet eller lösenordet är inte korrekt. +enterred_invalid_repo_name=Se till att utvecklingskatalogen som du angav är rätt. +enterred_invalid_owner_name=Kontrollera att ägarnamnet som du angav är rätt. +enterred_invalid_password=Se till att den som lösenord du angett är rätt. +user_not_exist=Angiven användare saknas. +last_org_owner=Att ta bort den sista användaren i ägare-teamet är inte tillåtet då det måste finnas minst en användare i ägare-teamet. + +invalid_ssh_key=Tyvärr, Din SSH-nyckel: %s kan inte verifieras +unable_verify_ssh_key=Gogs kan inte verifiera din SSH-nyckel, men Gogs antar att den är giltigt, vänligen dubbelkolla din SSH-nyckel. +auth_failed=Autentisering misslyckades: %v + +still_own_repo=Ditt konto har fortfarande ägandeskap över minst en utvecklingskatalog, måste du ta bort eller överföra dem först. +still_has_org=Ditt konto har fortfarande medlemskap i en organisation, du måste lämna den eller ta bort dina medlemskap först. +org_still_own_repo=Denna organisation har fortfarande ägandeskap över en eller flera utvecklingskataloger, du måste ta bort eller överföra dem först. + +target_branch_not_exist=Målgrenen finns inte. + +[user] +change_avatar=Byt din avatar +join_on=Gick med +repositories=Utvecklingskataloger +activity=Offentlig Aktivitet +followers=Följare +starred=Stjärnmärkta +following=Följer +follow=Följ +unfollow=Sluta följa + +form.name_reserved=Användarnamnet "%s" är reserverad. +form.name_pattern_not_allowed=Användarnamnet '%s' är inte tillåtet. + +[settings] +profile=Profil +password=Lösenord +avatar=Avatar +ssh_keys=SSH-nycklar +social=Sociala konton +applications=Applikationer +orgs=Organisationer +delete=Radera konto +uid=Uid + +public_profile=Offentlig profil +profile_desc=Din epostaddress är offentlig och kommer att användas för alla kontorelaterade notifieringar och alla webbaserade åtgärder gjorda på sidan. +password_username_disabled=Icke-lokala användare är inte tillåtna att ändra sitt användarnamn. +full_name=Fullständigt namn +website=Webbplats +location=Plats +update_profile=Uppdatera profil +update_profile_success=Din profil har uppdaterats. +change_username=Användarnamn ändrat +change_username_prompt=Denna ändring kommer att påverka hur länkar refererar till ditt konto. +continue=Fortsätt +cancel=Avbryt + +lookup_avatar_by_mail=Hämta avatar utifrån e-postadress +federated_avatar_lookup=Förenad uppslagning av avatar +enable_custom_avatar=Aktivera Egen Avatar +choose_new_avatar=Välj ny avatar +update_avatar=Uppdatera Avatarinställningar +delete_current_avatar=Tag bort aktuell avatar +uploaded_avatar_not_a_image=Den uppladdade filen är inte en bild. +update_avatar_success=Dina avatarinställningar har uppdaterats. + +change_password=Ändra lösenord +old_password=Nuvarande lösenord +new_password=Nytt lösenord +retype_new_password=Skriv ditt nya lösenord igen +password_incorrect=Nuvarande lösenord är felaktigt. +change_password_success=Lösenordet ändrades. Du kan nu logga in med ditt nya lösenord. +password_change_disabled=Icke-lokala användare är inte tillåtna att ändra sina lösenord. + +emails=E-postadresser +manage_emails=Hantera e-postadresser +email_desc=Din primära e-postadress kommer att användas för notifieringar och andra åtgärder. +primary=Primär +primary_email=Ställ in som primär +delete_email=Radera +email_deletion=Borttagning Av Epostaddress +email_deletion_desc=Borttagning av denna epostaddress kommer att ta bort relaterad information. Vill du fortsätta? +email_deletion_success=Epostaddressen har tagits bort! +add_new_email=Lägg till ny e-postadress +add_email=Lägga till e-post +add_email_confirmation_sent=Ett nytt bekräftelsemail har skickats till '%s', kontrollera vänligen din inbox inom dom närmsta %d timmarna för att slutföra bekräftelsen. +add_email_success=Din nya epostaddress har lagts till. + +manage_ssh_keys=Hantera SSH-nycklar +add_key=Lägg till nyckel +ssh_desc=Detta är en lista över SSH-nycklar som hör till ditt konto. Ta bort alla nycklar som du inte känner igen. +ssh_helper=Vet du inte hur? Kolla in Github's guide för att skapa din egen SSH-nycklar eller lösa vanliga problem som kan uppstå med SSH. +add_new_key=Lägg till SSH-nyckel +ssh_key_been_used=Innehåll i publik nyckel har använts. +ssh_key_name_used=Offentlig nyckel med samma namn har redan existerat. +key_name=Nyckelnamn +key_content=Innehåll +add_key_success=Ny SSH-nyckel "%s" har lagts till! +delete_key=Ta bort +ssh_key_deletion=SSH-nyckel radering +ssh_key_deletion_desc=Borttagning av denna SSH-nyckel kommer att ta bort all relaterad åtkomst för ditt konto. Vill du fortsätta? +ssh_key_deletion_success=SSH-nyckeln har tagits bort! +add_on=Tillagd +last_used=Användes senast +no_activity=Ingen nylig aktivitet +key_state_desc=Denna nyckel har använts inom dom senaste 7 dagarna +token_state_desc=Denna token har används inom dom senaste 7 dagarna + +manage_social=Hantera länkade sociala konton +social_desc=Detta är en lista över länkade sociala konton. Ta bort alla länkningar som du inte känner igen. +unbind=Ta bort länkning +unbind_success=Socialt konto är inte längre länkat. + +manage_access_token=Hantera personliga åtkomst-tokens +generate_new_token=Generera Nya Tokens +tokens_desc=Tokens som du har genererat kan användas för åtkomst av Gogs APIer. +new_token_desc=Varje token har full tillgång till ditt konto. +token_name=Tokennamn +generate_token=Generera Token +generate_token_succees=Din åtkomst-token har genererats! Se till att kopiera den nu, eftersom du inte kommer att kunna se den igen senare! +delete_token=Radera +access_token_deletion=Borttagning Av Personlig Åtkomsttoken +access_token_deletion_desc=Borttagning av denna personliga åtkomsttoken kommer att ta bort all relaterad åtkomst för applikationer. Vill du fortsätta? +delete_token_success=Personlig åtkomsttoken har tagits bort! Glöm inte bort att uppdatera din applikation också. + +delete_account=Radera ditt konto +delete_prompt=Åtgärden kommer at ta bort ditt konto permanent, och kan INTE ångras! +confirm_delete_account=Bekräfta Borttagelsen +delete_account_title=Kontoborttagning +delete_account_desc=Detta konto kommer att tas bort permanent, vill du fortsätta? + +[repo] +owner=Ägare +repo_name=Utvecklingskatalogens namn +repo_name_helper=Ett bra utvecklingskatalogsnamn består vanligtvis av korta, minnesvärda och unika nyckelord. +visibility=Synligt för +visiblity_helper=Denna utvecklingskatalog är Privat +visiblity_helper_forced=Administratören har tvingat alla nya utvecklingskataloger att vara Privata +visiblity_fork_helper=(Ändring av detta värde kommer att påverka alla forks) +clone_helper=Behöver du hjälp med kloning? Gå till Hjälp! +fork_repo=Forka Repo +fork_from=Forka Från +fork_visiblity_helper=Du kan inte ändra offentligheten på ett forkat repo. +repo_desc=Beskrivning +repo_lang=Språk +repo_gitignore_helper=Välj .gitignore-mallar +license=Licens +license_helper=Välj en licensfil +readme=Readme +readme_helper=Välj en readme-mall +auto_init=Initiera detta repo med valda filer och mall +create_repo=Skapa utvecklingskatalog +default_branch=Standardgren +mirror_prune=Rensa +mirror_prune_desc=Tag bort fjärrspårande referenser som inte längre finns på fjärren +mirror_interval=Speglingsintervall (timmar) +mirror_address=Speglingsaddress +mirror_address_desc=Vänligen inkludera nödvändiga användaruppgifter i adressen. +mirror_last_synced=Senast synkad +watchers=Observerare +stargazers=Stjärnmärkare +forks=Forks + +form.reach_limit_of_creation=Ägaren har nått maxgränsen av %d skapade repon. +form.name_reserved=Namnet '%s' på utvecklingskatalogen är reserverat. +form.name_pattern_not_allowed=Reponamnet '%s' är inte tillåtet. + +need_auth=Tillstånd Krävs +migrate_type=Migreringstyp +migrate_type_helper=Detta repo kommer att vara en spegling +migrate_repo=Migrera Repot +migrate.clone_address=Kloningsaddress +migrate.clone_address_desc=Detta kan vara en HTTP/HTTPS/GIT-URL eller en lokal sökväg på servern. +migrate.permission_denied=Du får inte importera lokala repon. +migrate.invalid_local_path=Ogiltig lokal sökväg, den finns inte eller är inte en katalog. +migrate.failed=Migrering misslyckades: %v + +mirror_from=spegling av +forked_from=forkad från +fork_from_self=Du kan inte forka ett repo som du redan äger! +copy_link=Kopiera +copy_link_success=Kopierad! +copy_link_error=Tryck på ⌘-C eller Ctrl-C för att kopiera +copied=Kopierade OK +unwatch=Avsluta bevakning +watch=Bevaka +unstar=Ta bort stjärnmärkning +star=Stjärnmärk +fork=Fork + +no_desc=Ingen beskrivning +quick_guide=Snabbguide +clone_this_repo=Klona detta repo +create_new_repo_command=Skapa ett nytt repo på kommandoraden +push_exist_repo=Knuffa ett existerande repo från kommandoraden +repo_is_empty=Detta repo är tomt, vänligen kom tillbaka senare! + +code=Kod +branch=Gren +tree=Träd +filter_branch_and_tag=Filtrera gren eller tagg +branches=Grenar +tags=Taggar +issues=Ärenden +pulls=Pull-förfrågningar +labels=Etiketter +milestones=Milstenar +commits=Incheckningar +releases=Släpp +file_raw=Rå +file_history=Historik +file_view_raw=Visa i råformat +file_permalink=Permalänk +file_too_large=Denna fil är för stor för att visas + +editor.new_file=Ny fil +editor.upload_file=Ladda upp fil +editor.edit_file=Redigera fil +editor.preview_changes=Förhandsgranska ändringar +editor.cannot_edit_non_text_files=Endast textfiler kan redigeras +editor.edit_this_file=Redigera denna fil +editor.must_be_on_a_branch=Du måste vara på en gren för att genomföra eller föreslå ändringar i denna fil +editor.fork_before_edit=Du måste förgrena detta förråd innan du kan redigera filen +editor.delete_this_file=Tag bort denna fil +editor.must_have_write_access=Du måste ha skrivrättigheter för att genomföra eller föreslå ändringar i denna fil +editor.file_delete_success=Filen '%s' har tagits bort! +editor.name_your_file=Namnge din fil... +editor.filename_help=För att lägga till en katalog, skriv dess namn och tryck /. För att ta bort en katalog, gå till början av fältet och tryck på backsteg. +editor.or=eller +editor.cancel_lower=avbryt +editor.commit_changes=Checka in ändringar +editor.add_tmpl=Lägg till '%s/' +editor.add=Lägg till '%s' +editor.update=Uppdatera '%s' +editor.delete=Tag bort '%s' +editor.commit_message_desc=Lägg till en valfri utökad beskrivning... +editor.commit_directly_to_this_branch=Checka in direkt till grenen %s. +editor.create_new_branch=Skapa en ny gren för denna incheckning och påbörja en hämtningsbegäran. +editor.new_branch_name_desc=Nytt grennamn... +editor.cancel=Avbryt +editor.filename_cannot_be_empty=Filnamnet får inte vara tomt. +editor.branch_already_exists=Grenen '%s' finns redan i förrådet. +editor.directory_is_a_file=Komponenten '%s' i föräldrasökvägen är en fil, inte en katalog i detta förråd. +editor.filename_is_a_directory=Filnmanet '%s' är en existerande katalog i detta förråd. +editor.file_editing_no_longer_exists=Filen '%s' som du redigerar finns inte lägre i förrådet. +editor.file_changed_while_editing=Filinnhållet har ändrats sedan du började redigera. Klicka här för att se vad som ändrats eller tryck checka in igen för att skriva över dessa ändringar. +editor.file_already_exists=En fil med namnet '%s' finns redan i förrådet. +editor.no_changes_to_show=Det finns inga ändringar att visa. +editor.fail_to_update_file=Uppdateringen/skapandet av filen '%s' misslyckades med felet: %v +editor.add_subdir=Lägg till underkatalog... +editor.unable_to_upload_files=Uppladdning av filen '%s' misslyckades med felet: %v +editor.upload_files_to_dir=Ladda upp filer till '%s' + +commits.commits=Incheckningar +commits.search=Sök bland incheckningar +commits.find=Sök +commits.author=Upphovsman +commits.message=Meddelande +commits.date=Datum +commits.older=Äldre +commits.newer=Nyare + +issues.new=Nytt Ärende +issues.new.labels=Etiketter +issues.new.no_label=Ingen Etikett +issues.new.clear_labels=Rensa etiketter +issues.new.milestone=Milsten +issues.new.no_milestone=Ingen Milsten +issues.new.clear_milestone=Rensa milstenar +issues.new.open_milestone=Öppna Milstenar +issues.new.closed_milestone=Stängda Milstenar +issues.new.assignee=Förvärvare +issues.new.clear_assignee=Rensa förvärvare +issues.new.no_assignee=Ingen förvärvare +issues.create=Skapa Ärende +issues.new_label=Ny etikett +issues.new_label_placeholder=Etikettnamn... +issues.create_label=Skapa Etikett +issues.label_templates.title=Ladda en fördefinierad uppsättning etiketter +issues.label_templates.info=Det finns inga etiketter än. Du kan klicka på knappen "Ny etikett" ovan för att skapa en, eller använda en fördefinierad uppsättning nedan. +issues.label_templates.helper=Markera en uppsättning etiketter +issues.label_templates.use=Använd denna etikettuppsättning +issues.label_templates.fail_to_load_file=Laddning av etikettmallen '%s' misslyckades: %v +issues.open_tab=%d Öppna +issues.close_tab=%d Stängda +issues.filter_label=Etikett +issues.filter_label_no_select=Ingen etikett vald +issues.filter_milestone=Milsten +issues.filter_milestone_no_select=Ingen milsten vald +issues.filter_assignee=Förvärvare +issues.filter_assginee_no_select=Ingen förvärvare vald +issues.filter_type=Typ +issues.filter_type.all_issues=Alla ärenden +issues.filter_type.assigned_to_you=Tilldelad dig +issues.filter_type.created_by_you=Skapade av dig +issues.filter_type.mentioning_you=Nämner dig +issues.filter_sort=Sortera +issues.filter_sort.latest=Nyaste +issues.filter_sort.oldest=Äldsta +issues.filter_sort.recentupdate=Nyligen uppdaterade +issues.filter_sort.leastupdate=Äldst uppdaterad +issues.filter_sort.mostcomment=Mest kommenterade +issues.filter_sort.leastcomment=Minst kommenterade +issues.opened_by=öppnade %[1]s av %[3]s +issues.opened_by_fake=öppnade %[1]s av %[2]s +issues.previous=Föregående +issues.next=Nästa +issues.open_title=Öppen +issues.closed_title=Stängd +issues.num_comments=%d kommentarer +issues.commented_at=`kommenterad %s` +issues.delete_comment_confirm=Är du säker på att du vill ta bort den här kommentaren? +issues.no_content=Det finns inget innehåll än. +issues.close_issue=Stäng +issues.close_comment_issue=Kommentera och stäng +issues.reopen_issue=Återöppna +issues.reopen_comment_issue=Kommentera och återöppna +issues.create_comment=Kommentera +issues.closed_at=`stängde %[2]s` +issues.reopened_at=`återöppnade %[2]s` +issues.commit_ref_at=`refererade till detta ärende från en incheckning %[2]s` +issues.poster=Skapare +issues.collaborator=Deltagare +issues.owner=Ägare +issues.sign_in_require_desc=Logga in för att delta i denna konversation. +issues.edit=Redigera +issues.cancel=Avbryt +issues.save=Spara +issues.label_title=Etikettsnamn +issues.label_color=Etikettsfärg +issues.label_count=%d etiketter +issues.label_open_issues=%d öppna ärenden +issues.label_edit=Redigera +issues.label_delete=Radera +issues.label_modify=Etikettsändring +issues.label_deletion=Etikettsborttagning +issues.label_deletion_desc=Borttagning av denna etikett kommer att ta bort information från alla relaterade ärenden. Vill du fortsätta? +issues.label_deletion_success=Etiketten har tagits bort! +issues.num_participants=%d Deltagare +issues.attachment.open_tab=`Klicka för att se "%s" i en ny flik` +issues.attachment.download=`Klicka för att hämta "%s"` + +pulls.new=Ny Pull-Förfrågan +pulls.compare_changes=Jämför Ändringar +pulls.compare_changes_desc=Jämför två grenar och skapa en pullförfrågan över ändringarna. +pulls.compare_base=bas +pulls.compare_compare=jämför +pulls.filter_branch=Filtrera gren +pulls.no_results=Inga resultat hittades. +pulls.nothing_to_compare=Det finns inget att jämföra eftersom bas och huvudgrenar är lika. +pulls.has_pull_request=`Det finns redan en pullförfrågan mellan detta två mål: %[2]s#%[3]s^ +pulls.create=Skapa Pullförfrågan +pulls.title_desc=vill sammanfoga %[1]d incheckningar från s[2]s in i %[3]s +pulls.merged_title_desc=sammanfogade %[1]d incheckningar från %[2]s in i %[3]s %[4]s +pulls.tab_conversation=Konversation +pulls.tab_commits=Incheckningar +pulls.tab_files=Ändrade filer +pulls.reopen_to_merge=Vänligen öppna denna Pull-förfrågan igen för att utföra sammanfogningen. +pulls.merged=Sammanfogat +pulls.has_merged=Denna pull-förfrågan har blivit sammanfogad! +pulls.data_broken=Data för denna pull-förfrågan har gått sönder på grund av borttagning av fork-information. +pulls.is_checking=Konfliktkontroll är fortfarande pågågående, vänligen uppdatera sidan om ett tag. +pulls.can_auto_merge_desc=Denna pull-förfrågan kan sammanfogas automatiskt. +pulls.cannot_auto_merge_desc=Denna pull-förfrågan kan inte sammanfogas automatiskt eftersom det finns konflikter. +pulls.cannot_auto_merge_helper=Vänligen sammanfoga manuellt för att lösa konflikter. +pulls.merge_pull_request=Sammanfoga Pull-förfrågan +pulls.open_unmerged_pull_exists=`Du kan inte utföra återöppningsoperationen eftersom det finns redan en öppen pull-förfrågan (#%d) från samma repo med samma sammanfogningsinformation som väntar på sammanfogning.` + +milestones.new=Ny milstolpe +milestones.open_tab=%d Öppna +milestones.close_tab=%d Stängda +milestones.closed=Stängt %s +milestones.no_due_date=Inget förfallodatum +milestones.open=Öppna +milestones.close=Stäng +milestones.new_subheader=Skapa milstolpar för att organisera dina ärenden. +milestones.create=Skapa Milstolpe +milestones.title=Titel +milestones.desc=Beskrivning +milestones.due_date=Förfallodatum (valfritt) +milestones.clear=Rensa +milestones.invalid_due_date_format=Datumformatet är ogiltig, måste vara "åååå-mm-dd". +milestones.create_success=Milstolpe "%s" har skapats! +milestones.edit=Redigera milstolpe +milestones.edit_subheader=Använda en bättre beskrivning för milstolpar så folk inte blir förvirrade. +milestones.cancel=Avbryt +milestones.modify=Ändra milstolpe +milestones.edit_success=Ändringar av milstolpen "%s" har sparats! +milestones.deletion=Milstolpsborttagning +milestones.deletion_desc=Borttagning av denna milstope kommer att ta bort information från alla relaterade ärenden. Vill du fortsätta? +milestones.deletion_success=Milstolpe har tagits bort! + +wiki=Wiki +wiki.welcome=Välkommen till Wiki! +wiki.welcome_desc=Wiki är den plats där du vill att dokumentera projektet tillsammans och göra det bättre. +wiki.create_first_page=Skapa den första sidan +wiki.page=Sida +wiki.filter_page=Filtrera sida +wiki.new_page=Skapa ny sida +wiki.default_commit_message=Skriva en anteckning om den här uppdateringen (valfritt). +wiki.save_page=Spara sidan +wiki.last_commit_info=%s redigerade denna sida %s +wiki.edit_page_button=Redigera +wiki.new_page_button=Ny Sida +wiki.delete_page_button=Tag bort sida +wiki.delete_page_notice_1=Sidan "%s" kommer tas bort. Se till att du är säker. +wiki.page_already_exists=Wiki-sida med samma namn finns redan. +wiki.pages=Sidor +wiki.last_updated=Senast uppdaterad %s + +settings=Inställningar +settings.options=Alternativ +settings.collaboration=Samarbete +settings.collaboration.admin=Adminstrera +settings.collaboration.write=Skriva +settings.collaboration.read=Läsa +settings.collaboration.undefined=Odefinierad +settings.hooks=Webbhookar +settings.githooks=Githookar +settings.basic_settings=Basinställningar +settings.mirror_settings=Inställningar för spegling +settings.sync_mirror=Synkronisera nu +settings.mirror_sync_in_progress=Spegningssynkronisering pågår, vänligen ladda om sidan om cirka en minut. +settings.site=Officiell webbplats +settings.update_settings=Uppdatera inställningar +settings.change_reponame_prompt=Denna ändring kommer att påverka hur länkar relaterar till detta repo. +settings.advanced_settings=Advancerade Inställningar +settings.wiki_desc=Aktivera wikisystem +settings.use_internal_wiki=Använd inbyggd wiki +settings.use_external_wiki=Använd extern wiki +settings.external_wiki_url=Extern Wiki-URL +settings.external_wiki_url_desc=Besökare kommer att bli omdirigerade till denna URL när dom klickar på fliken. +settings.issues_desc=Aktivera ärendehantering +settings.use_internal_issue_tracker=Använd enkel inbyggd ärendehantering +settings.use_external_issue_tracker=Använd extern ärendehanterare +settings.tracker_url_format=URL-Format För Extern Ärendehanterare +settings.tracker_issue_style=Namngivningsstil hos det externa ärendehanteringsystemet: +settings.tracker_issue_style.numeric=Numerisk +settings.tracker_issue_style.alphanumeric=Alfanumerisk +settings.tracker_url_format_desc=Du kan använda platshållaren {user} {repo} {index} för användarnamn, reponamn, och ärendenummer. +settings.pulls_desc=Aktivera pullförfrågningar för att ta emot publika bidrag +settings.danger_zone=Högrisksområde +settings.new_owner_has_same_repo=Den nya ägaren har redan ett repo med det namnet. Vänligen välj ett annat namn. +settings.convert=Konvertera Till Vanligt Repo +settings.convert_desc=Du kan konvertera denna spegling till ett vanligt förråd. Detta kan inte ångras. +settings.convert_notices_1=- Denna operation konverterar denna förrådsspegning till ett vanligt förråd och kan inte ångras. +settings.convert_confirm=Bekräfta Konvertering +settings.convert_succeed=Förrådet har konverterats till ett vanligt förråd. +settings.transfer=Överför Ägarskap +settings.transfer_desc=Överför detta repo till en annan användare, eller till en organisation där du har administratörsrättigheter. +settings.transfer_notices_1=- Du förlorar åtkomst om den nya ägaren är en enskild användare. +settings.transfer_notices_2=- Du kommer bevara tillgång om den nya ägaren är en organisation, och om du är en av ägarna. +settings.transfer_form_title=Ange följande information för att bekräfta åtgärden: +settings.wiki_delete=Tag bort wikidata +settings.wiki_delete_desc=När du väl tagit bort wikidatan finns det ingen återvända. Se till att du är säker. +settings.wiki_delete_notices_1=- Detta tar bort och avaktiverar wikin för %s +settings.wiki_deletion_success=Förrådets wikidata har tagits bort. +settings.delete=Ta Bort Detta Repo +settings.delete_desc=När du har tagit bort ett repo så finns det ingen återvändo. Var säker på vad du gör. +settings.delete_notices_1=- Denna åtgärd kan INTE ångras. +settings.delete_notices_2=- Denna åtgärd kommer permanent ta bort hela repot, includerat git-datan, ärenden, kommentarer, och åtkomst för deltagare. +settings.delete_notices_fork_1=- Alla förgreningar kommer bli oberoende efter borttagning. +settings.deletion_success=Repot har tagits bort! +settings.update_settings_success=Repo-inställningar har uppdaterats. +settings.transfer_owner=Ny Ägare +settings.make_transfer=Överför +settings.transfer_succeed=Repo-ägarskapet har blivit överfört. +settings.confirm_delete=Bekräfta Borttagelsen +settings.add_collaborator=Lätt Till Ny Kollaboratör +settings.add_collaborator_success=Ny kollaboratör har blivit tillagd. +settings.delete_collaborator=Tag bort +settings.collaborator_deletion=Borttagning av deltagare +settings.collaborator_deletion_desc=Denna användare kommer förlora sin åtkomst till förrådet. Vill du fortsätta? +settings.remove_collaborator_success=Deltagare har tagits bort. +settings.search_user_placeholder=Sök användare... +settings.org_not_allowed_to_be_collaborator=Organisationen kan inte läggas till som en deltagare. +settings.user_is_org_member=Änvändaren är en organisationsmedlem som inte kan bli tillagd som deltagare. +settings.add_webhook=Lägg Till Webbhook +settings.hooks_desc=Webbhookar påminner mycket om vanliga HTTP POST-händelseutlösare. När något inträffar i Gogs, kommer vi att meddela måldatorn som du anger. Läs mera i Webbhook Guide. +settings.webhook_deletion=Ta Bort Webbhook +settings.webhook_deletion_desc=Borttagning av denna webbhook kommer att ta bort all dess information och all leveranshistorik. Är du säker på att du vill fortsätta? +settings.webhook_deletion_success=Webbhook har tagits bort! +settings.webhook.test_delivery=Testa Leverans +settings.webhook.test_delivery_desc=Skicka en falsk pushhändelse för att testa dina webbhook-inställningar +settings.webhook.test_delivery_success=Testwebbhook har lagts till leveranskön. Det kan ta några sekunder innan den visas i leveranshistoriken. +settings.webhook.request=Begäran +settings.webhook.response=Svar +settings.webhook.headers=Huvuden +settings.webhook.payload=Nyttolast +settings.webhook.body=Innehåll +settings.githooks_desc=Git-krokar är en del av Git själv. För att utföra anpassade operationer kan du redigera filerna för de krokar som stöds i listan nedan. +settings.githook_edit_desc=Om kroken är inaktiv visas exempelinnehåll. Inaktivera denna krok genom att lämna innehållet tomt. +settings.githook_name=Kroknamn +settings.githook_content=Krokinnehåll +settings.update_githook=Uppdatera krok +settings.add_webhook_desc=Gogs kommer skicka POST-anrop till webbadressen du anger, tillsammans med information om händelsen som inträffade. Du kan också ange vilken sorts dataformat du vill få när kroken triggas (JSON, x-www-form-urlencoded, XML et.c.). Mer information finns i vår Webhooks Guide. +settings.payload_url=Adress till innehåll +settings.content_type=Typ av innehåll +settings.secret=Hemlighet +settings.slack_username=Användarnamn +settings.slack_icon_url=URL för ikon +settings.slack_color=Färg +settings.event_desc=När ska Webhooken köras? +settings.event_push_only=Endast push-eventet. +settings.event_send_everything=Jag behöver allt. +settings.event_choose=Låt mig välja. +settings.event_create=Skapa +settings.event_create_desc=Branch eller tagg skapad +settings.event_pull_request=Hämtningsbegäran +settings.event_pull_request_desc=Hämtningsbegäran öppnad, stängd, återöppnad, redigerad, tilldelad, otilldelad, etikett uppdaterad, etikett rensad eller synkroniserad. +settings.event_push=Pusha +settings.event_push_desc=Uppladdning till ett förråd +settings.active=Aktiv +settings.active_helper=Detaljer kring händelsen som triggade kroken kommer också levereras. +settings.add_hook_success=Ny webbkrok har lagts till. +settings.update_webhook=Uppdatera Webhook +settings.update_hook_success=Webbkrok har uppdaterats. +settings.delete_webhook=Tag bort webbkrok +settings.recent_deliveries=Färska leveranser +settings.hook_type=Kroktyp +settings.add_slack_hook_desc=Lägg till Slack-integration till ditt förråd. +settings.slack_token=Pollett +settings.slack_domain=Domän +settings.slack_channel=Kanal +settings.deploy_keys=Driftsättningsnycklar +settings.add_deploy_key=Lägg till driftsättningsnyckel +settings.deploy_key_desc=Driftsättningsnycklar har endast läsrättigheter. De är inte desamma som personliga SSH-kontonycklar. +settings.no_deploy_keys=Du har inte lagt till några driftsättningsnycklar. +settings.title=Titel +settings.deploy_key_content=Innehåll +settings.key_been_used=Driftsättningsnyckelns innehåll har använts. +settings.key_name_used=En driftsättningsnyckel med samma namn finns redan. +settings.add_key_success=Den nya driftsättningsnyckeln '%s' har lagts till! +settings.deploy_key_deletion=Ta bort distribueringsnyckel +settings.deploy_key_deletion_desc=Borttagning av detta distributionsnyckel kommer att ta bort all relaterad åtkomst till det här repot. Vill du fortsätta? +settings.deploy_key_deletion_success=Distributionsnyckeln har tagits bort! + +diff.browse_source=Bläddra i källkod +diff.parent=förälder +diff.commit=incheckning +diff.data_not_available=Diff-uppgifter Inte Tillgänglig. +diff.show_diff_stats=Visa Diff Statistik +diff.show_split_view=Delad Vy +diff.show_unified_view=Unifierad Vy +diff.stats_desc= %d ändrade filer med %d tillägg och %d borttagningar +diff.bin=BIN +diff.view_file=Visa fil +diff.file_suppressed=Filskillnaden har hållts tillbaka eftersom den är för stor +diff.too_many_files=Vissa filer visades inte eftersom för många filer har ändrats + +release.releases=Släpp +release.new_release=Nytt Släpp +release.draft=Utkast +release.prerelease=Försläpp +release.stable=Stabil +release.edit=redigera +release.ahead=%d ändringar mot %s sedan detta släpp +release.source_code=Källkod +release.new_subheader=Publicera släpp för att iterera produkten. +release.edit_subheader=Detaljerad ändringslogg kan hjälpa användarna att förstå vad har förbättrats. +release.tag_name=Taggnamn +release.target=Mål +release.tag_helper=Välj en befintlig tagg, eller skapa en ny tagg på publicera. +release.title=Titel +release.content=Innehåll +release.write=Skriv +release.preview=Förhandsgranska +release.loading=Laddar... +release.prerelease_desc=Detta är ett försläpp +release.prerelease_helper=Vi kommer att påpeka att detta släpp inte är produktionsredo. +release.cancel=Avbryt +release.publish=Publicera Släpp +release.save_draft=Spara Utkast +release.edit_release=Redigera Släpp +release.delete_release=Ta Bort Detta Släpp +release.deletion=Släppborttagning +release.deletion_desc=Borttagning av detta släpp kommer att ta bort motsvarande Git-tagg. Vill du fortsätta? +release.deletion_success=Släppet har tagits bort! +release.tag_name_already_exist=Ett släpp med denna tagg finns redan. +release.tag_name_invalid=Etikettnamnet är ogiltigt. +release.downloads=Nerladdningar + +[org] +org_name_holder=Organisationsnamn +org_full_name_holder=Organisationens Fullständiga Namn +org_name_helper=Bra organisation är korta och lättihågkommna. +create_org=Skapa organisation +repo_updated=Uppdaterad +people=Personer +invite_someone=Bjud In Någon +teams=Grupper +lower_members=medlemmar +lower_repositories=utvecklingskataloger +create_new_team=Skapa ny grupp +org_desc=Beskrivning +team_name=Gruppnamn +team_desc=Beskrivning +team_name_helper=Du kan använda detta namn för att nämna denna grupp i konversationer. +team_desc_helper=Vad handlar denna grupp om? +team_permission_desc=Vilka behörigheter ska denna grupp ha? + +form.name_reserved=Organisationsnamnet "%s" är reserverat. +form.name_pattern_not_allowed=Organisationsnamnet '%s' är inte tillåtet. + +settings=Inställningar +settings.options=Alternativ +settings.full_name=Fullständigt namn +settings.website=Webbplats +settings.location=Plats +settings.update_settings=Uppdatera inställningar +settings.update_setting_success=Organisationsinställningarna har uppdaterats. +settings.change_orgname_prompt=Denna förändring kommer att påverka hur länkar relaterar till organisationen. +settings.update_avatar_success=Organisationens avatar-inställningar har uppdaterats. +settings.delete=Tag bort organisation +settings.delete_account=Tag bort denna organisation +settings.delete_prompt=Organisationen kommer tas bort permanent, och det går INTE att ångra detta! +settings.confirm_delete_account=Bekräfta borttagning +settings.delete_org_title=Organisation borttagen +settings.delete_org_desc=Denna organisation kommer att tas bort permanent, vill du fortsätta? +settings.hooks_desc=Lägg till webbkrokar som triggas för alla förråd under denna organisation. + +members.membership_visibility=Synlighet för medlemskap: +members.public=Publik +members.public_helper=gör privat +members.private=Privat +members.private_helper=gör publik +members.member_role=Medlemsroll: +members.owner=Ägare +members.member=Medlem +members.remove=Ta bort +members.leave=Lämna +members.invite_desc=Lägg till en ny medlem i %s: +members.invite_now=Bjud in + +teams.join=Gå med +teams.leave=Gå ur +teams.read_access=Läsåtkomst +teams.read_access_helper=Detta team kommer att kunna visa och klona dess repon. +teams.write_access=Skrivåtkomst +teams.write_access_helper=Detta team kommer att kunna läsa alla repositories samt pusha till dessa. +teams.admin_access=Adminåtkomst +teams.admin_access_helper=Detta team kommer att kunna pusha/pulla till sina repositories, samt lägga till deltagare till dessa. +teams.no_desc=Detta team har ingen beskrivning +teams.settings=Inställningar +teams.owners_permission_desc=Ägare har full tillgång till alla förråd och har administratörsrättigheter för organisationen. +teams.members=Teammedlemmar +teams.update_settings=Uppdatera inställningar +teams.delete_team=Ta bort detta team +teams.add_team_member=Lägg till teammedlem +teams.delete_team_title=Borttagning av team +teams.delete_team_desc=Eftersom detta team tas bort kan medlemmar i teamet förlora sin tillgång till visa förråd. Vill du fortsätta? +teams.delete_team_success=Teamet togs bort. +teams.read_permission_desc=Medlemskap i detta team ger läsrättigheter: medlemmar kan visa och klona teamets förråd. +teams.write_permission_desc=Medlemskap i detta team ger skrivrättigheter: medlemmar kan läsa från och ladda upp till teamets förråd. +teams.admin_permission_desc=Medlemskap i detta team ger administratörsrättigheter: medlemmar kan läsa från, ladda upp till och lägga till deltagare till teamets förråd. +teams.repositories=Teamförråd +teams.search_repo_placeholder=Sök förråd... +teams.add_team_repository=Lägg till teamförråd +teams.remove_repo=Ta bort +teams.add_nonexistent_repo=Förrådet du försöka lägga till finns inte, vänligen skapa det först. + +[admin] +dashboard=Instrumentpanel +users=Användare +organizations=Organisationer +repositories=Utvecklingskataloger +authentication=Autentiseringar +config=Konfiguration +notices=Systemaviseringar +monitor=Övervakning +first_page=Första +last_page=Sista +total=Totalt: %d + +dashboard.statistic=Statistik +dashboard.operations=Operationer +dashboard.system_status=Systemstatus +dashboard.statistic_info=Gogs-databasen innehåller %d användare, %d organisationer, %d publika nyckar, %d förråd, %d vakter, %d stjärnor, %d handlingar, %d åtkomster, %d ärenden, %d kommentarer, %d sociala konton, %d följbegäran, %d speglingar, %d släpp, %d inloggningskällor, %d webbkrokar, %d milstolpar, %d etiketter, %d krokuppgifter, %d team, %d uppdateringsuppgifter, %d bilagor. +dashboard.operation_name=Operationsnamn +dashboard.operation_switch=Byt till +dashboard.operation_run=Kör +dashboard.clean_unbind_oauth=Rensa obundna OAuth-begäran +dashboard.clean_unbind_oauth_success=Alla obundna OAuth-begäran har tagit +dashboard.delete_inactivate_accounts=Ta bort alla inaktiva konton +dashboard.delete_inactivate_accounts_success=All inactivate accounts have been deleted successfully. +dashboard.delete_repo_archives=Delete all repositories archives +dashboard.delete_repo_archives_success=All repositories archives have been deleted successfully. +dashboard.delete_missing_repos=Delete all repository records that lost Git files +dashboard.delete_missing_repos_success=All repository records that lost Git files have been deleted successfully. +dashboard.git_gc_repos=Do garbage collection on repositories +dashboard.git_gc_repos_success=All repositories have done garbage collection successfully. +dashboard.resync_all_sshkeys=Rewrite '.ssh/authorized_keys' file (caution: non-Gogs keys will be lost) +dashboard.resync_all_sshkeys_success=All public keys have been rewritten successfully. +dashboard.resync_all_update_hooks=Rewrite all update hook of repositories (needed when custom config path is changed) +dashboard.resync_all_update_hooks_success=All repositories' update hook have been rewritten successfully. +dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files +dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully. + +dashboard.server_uptime=Serverns upptid +dashboard.current_goroutine=Current Goroutines +dashboard.current_memory_usage=Current Memory Usage +dashboard.total_memory_allocated=Total Memory Allocated +dashboard.memory_obtained=Memory Obtained +dashboard.pointer_lookup_times=Pointer Lookup Times +dashboard.memory_allocate_times=Memory Allocate Times +dashboard.memory_free_times=Memory Free Times +dashboard.current_heap_usage=Current Heap Usage +dashboard.heap_memory_obtained=Heap Memory Obtained +dashboard.heap_memory_idle=Heap Memory Idle +dashboard.heap_memory_in_use=Heap Memory In Use +dashboard.heap_memory_released=Heap Memory Released +dashboard.heap_objects=Heap Objects +dashboard.bootstrap_stack_usage=Bootstrap Stack Usage +dashboard.stack_memory_obtained=Stack Memory Obtained +dashboard.mspan_structures_usage=MSpan Structures Usage +dashboard.mspan_structures_obtained=MSpan Structures Obtained +dashboard.mcache_structures_usage=MCache Structures Usage +dashboard.mcache_structures_obtained=MCache Structures Obtained +dashboard.profiling_bucket_hash_table_obtained=Profiling Bucket Hash Table Obtained +dashboard.gc_metadata_obtained=GC Metadata Obtained +dashboard.other_system_allocation_obtained=Other System Allocation Obtained +dashboard.next_gc_recycle=Next GC Recycle +dashboard.last_gc_time=Tidpunkt för senaste skräpsamling +dashboard.total_gc_time=Total tid för pauser vid skräpsamling +dashboard.total_gc_pause=Total tid för pauser vid skräpsamling +dashboard.last_gc_pause=Senaste paus vid skräpsamling +dashboard.gc_times=Skräpsamlingstider + +users.user_manage_panel=Panel för hantering av användare +users.new_account=Skapa nytt konto +users.name=Namn +users.activated=Aktiverad +users.admin=Administratör +users.repos=Utvecklingskataloger +users.created=Skapad +users.send_register_notify=Skicka registreringsnotifikation till användare +users.new_success=Nytt konto '%s' har skapats. +users.edit=Redigera +users.auth_source=Autentiseringskälla +users.local=Lokal +users.auth_login_name=Användarnamn för autentisering +users.password_helper=Lämna det tomt för att låta det vara oförändrat. +users.update_profile_success=Kontoprofilen har uppdaterats. +users.edit_account=Redigera konto +users.max_repo_creation=Gräns för antal skapade förråd +users.max_repo_creation_desc=(Sätt till -1 för att använda den globala standardgränsen) +users.is_activated=Detta konto är aktivt +users.prohibit_login=Detta konto är förhindrat från att logga in +users.is_admin=Detta konto har administratörsrättigheter +users.allow_git_hook=Detta konto har tillåtelse att skapa Git-krokar +users.allow_import_local=Detta konto har tillåtelse att importera lokal förråd +users.update_profile=Uppdatera kontoprofil +users.delete_account=Tag bort detta konto +users.still_own_repo=Detta konto äger fortfarande åtminstone ett förråd, du måste ta bort eller överföra ägarskapen för dessa först. +users.still_has_org=Detta konto har fortfarande medlemskap i åtminstone en organisation, du måste lämna eller ta bort organisationerna först. +users.deletion_success=Kontot har tagits bort! + +orgs.org_manage_panel=Panel för hantering av organisation +orgs.name=Namn +orgs.teams=Team +orgs.members=Medlemmar + +repos.repo_manage_panel=Panel för hantering av förråd +repos.owner=Ägare +repos.name=Namn +repos.private=Privat +repos.watches=Vakter +repos.stars=Stjärnor +repos.issues=Ärenden + +auths.auth_manage_panel=Panel för hantering av autentisering +auths.new=Lägg till ny källa +auths.name=Namn +auths.type=Typ +auths.enabled=Aktiv +auths.updated=Uppdaterad +auths.auth_type=Autentiseringstyp +auths.auth_name=Autentiseringsnamn +auths.security_protocol=Säkerhetsprotokoll +auths.domain=Domän +auths.host=Värd +auths.port=Port +auths.bind_dn=Bind DN +auths.bind_password=Bind Password +auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account. +auths.user_base=User Search Base +auths.user_dn=User DN +auths.attribute_username=Username attribute +auths.attribute_username_placeholder=Leave empty to use sign-in form field value for user name. +auths.attribute_name=First name attribute +auths.attribute_surname=Surname attribute +auths.attribute_mail=Email attribute +auths.attributes_in_bind=Fetch attributes in Bind DN context +auths.filter=User Filter +auths.admin_filter=Admin Filter +auths.ms_ad_sa=Ms Ad SA +auths.smtp_auth=SMTP Authentication Type +auths.smtphost=SMTP Host +auths.smtpport=SMTP Port +auths.allowed_domains=Allowed Domains +auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','. +auths.enable_tls=Enable TLS Encryption +auths.skip_tls_verify=Skip TLS Verify +auths.pam_service_name=PAM Service Name +auths.enable_auto_register=Enable Auto Registration +auths.tips=Tips +auths.edit=Edit Authentication Setting +auths.activated=This authentication is activated +auths.new_success=New authentication '%s' has been added successfully. +auths.update_success=Authentication setting has been updated successfully. +auths.update=Update Authentication Setting +auths.delete=Delete This Authentication +auths.delete_auth_title=Authentication Deletion +auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue? +auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first. +auths.deletion_success=Authentication has been deleted successfully! + +config.server_config=Server Configuration +config.app_name=Application Name +config.app_ver=Application Version +config.app_url=Application URL +config.domain=Domain +config.offline_mode=Offline Mode +config.disable_router_log=Disable Router Log +config.run_user=Run User +config.run_mode=Run Mode +config.repo_root_path=Rotsökväg för utvecklingskatalog +config.static_file_root_path=Static File Root Path +config.log_file_root_path=Log File Root Path +config.script_type=Script Type +config.reverse_auth_user=Reverse Authentication User + +config.ssh_config=SSH Configuration +config.ssh_enabled=Enabled +config.ssh_start_builtin_server=Start Builtin Server +config.ssh_domain=Domän +config.ssh_port=Port +config.ssh_listen_port=Lyssningsport +config.ssh_root_path=Rotsökväg +config.ssh_key_test_path=Testsökväg för nyckel +config.ssh_keygen_path=Sökväg för nyckelgenerator ('ssh-keygen') +config.ssh_minimum_key_size_check=Kontroll av minsta tillåtna nyckelstorlek +config.ssh_minimum_key_sizes=Minsta tillåtna nyckelstorlek + +config.db_config=Databaskonfiguration +config.db_type=Typ +config.db_host=Värd +config.db_name=Namn +config.db_user=Användare +config.db_ssl_mode=SSL-läge +config.db_ssl_mode_helper=(endast för "postgres") +config.db_path=Sökväg +config.db_path_helper=(för "sqlite3" och "tidb") + +config.service_config=Tjänstkonfiguration +config.register_email_confirm=Kräv bekräftelse via e-post +config.disable_register=Avaktivera registrering +config.show_registration_button=Visa registreringsknapp +config.require_sign_in_view=Kräv inloggningsvy +config.mail_notify=E-postavisering +config.disable_key_size_check=Avaktivera kontroll av minsta tillåtna nyckelstorlek +config.enable_captcha=Aktivera Captcha +config.active_code_lives=Aktivera livstid för koder +config.reset_password_code_lives=Livstid för koder för återställning av lösenord + +config.webhook_config=Webbkrokskonfiguration +config.queue_length=Kölängd +config.deliver_timeout=Tidsfrist för leverans +config.skip_tls_verify=Skippa verifikation av TLS + +config.mailer_config=Konfiguration för e-postutskick +config.mailer_enabled=Aktiverad +config.mailer_disable_helo=Avaktivera HELO +config.mailer_name=Namn +config.mailer_host=Server +config.mailer_user=Användare +config.send_test_mail=Skicka testmeddelande +config.test_mail_failed=Misslyckades skicka testmeddelande till '%s': %v +config.test_mail_sent=Testmeddelande har skickats till '%s'. + +config.oauth_config=OAuth-konfiguration +config.oauth_enabled=Aktiverad + +config.cache_config=Mellanlagringskonfiguration +config.cache_adapter=Mellanlagringsadapter +config.cache_interval=Mellanlagringsintervall +config.cache_conn=Mellanlagringsanslutning + +config.session_config=Sessionskonfiguration +config.session_provider=Sessionsleverantör +config.provider_config=Leverantörskonfiguration +config.cookie_name=Cookie-namn +config.enable_set_cookie=Aktivera sättning av kaka +config.gc_interval_time=Tidsintervall för skräpsamling +config.session_life_time=Livstid för session +config.https_only=Endast HTTPS +config.cookie_life_time=Livstid för kaka + +config.picture_config=Bildkonfiguration +config.picture_service=Bildtjänst +config.disable_gravatar=Disable Gravatar +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + +config.log_config=Log Configuration +config.log_mode=Loggningsläge + +monitor.cron=Cron-jobb +monitor.name=Namn +monitor.schedule=Schemaläggning +monitor.next=Nästa tillfälle +monitor.previous=Föregående tillfälle +monitor.execute_times=Execute Times +monitor.process=Running Processes +monitor.desc=Beskrivning +monitor.start=Starttid +monitor.execute_time=Execution Time + +notices.system_notice_list=System Notices +notices.view_detail_header=View Notice Detail +notices.actions=Actions +notices.select_all=Select All +notices.deselect_all=Deselect All +notices.inverse_selection=Inverse Selection +notices.delete_selected=Delete Selected +notices.delete_all=Delete All Notices +notices.type=Typ +notices.type_1=Repository +notices.desc=Beskrivning +notices.op=Op. +notices.delete_success=System notices have been deleted successfully. + +[action] +create_repo=skapade utvecklingskatalog %s +rename_repo=renamed repository from %[1]s to %[3]s +commit_repo=pushed to %[3]s at %[4]s +create_issue=`opened issue %s#%[2]s` +close_issue=`closed issue %s#%[2]s` +reopen_issue=`reopened issue %s#%[2]s` +create_pull_request=`created pull request %s#%[2]s` +close_pull_request=`closed pull request %s#%[2]s` +reopen_pull_request=`reopened pull request %s#%[2]s` +comment_issue=`commented on issue %s#%[2]s` +merge_pull_request=`merged pull request %s#%[2]s` +transfer_repo=transfered repository %s to %s +push_tag=pushed tag %[2]s to %[3]s +compare_commits=View comparison for these %d commits + +[tool] +ago=sedan +from_now=från och med nu +now=nu +1s=1 sekund %s +1m=1 minut %s +1h=1 timme %s +1d=1 dag %s +1w=1 vecka %s +1mon=1 månad %s +1y=1 år %s +seconds=%d sekunder %s +minutes=%d minuter %s +hours=%d timmar %s +days=%d dagar %s +weeks=%d veckor %s +months=%d månader %s +years=%d år %s +raw_seconds=sekunder +raw_minutes=minuter + +[dropzone] +default_message=Drop files here or click to upload. +invalid_input_type=You can't upload files of this type. +file_too_big=File size ({{filesize}} MB) exceeds maximum size ({{maxFilesize}} MB). +remove_file=Remove file + diff --git a/conf/locale/locale_tr-TR.ini b/conf/locale/locale_tr-TR.ini new file mode 100644 index 000000000..347012671 --- /dev/null +++ b/conf/locale/locale_tr-TR.ini @@ -0,0 +1,1200 @@ +app_desc=Kendi sunucunuzda barındırabileceğiniz zahmetsiz bir Git servisi + +home=Ana Sayfa +dashboard=Pano +explore=Keşfet +help=Yardım +sign_in=Giriş Yap +sign_out=Çıkış Yap +sign_up=Kaydol +register=Üye Ol +website=Web sitesi +version=Sürüm +page=Sayfa +template=Şablon +language=Dil +create_new=Oluştur... +user_profile_and_more=Kullanıcı profili ve daha fazlası +signed_in_as=Giriş yapan: + +username=Kullanıcı Adı +email=E-Posta +password=Parola +re_type=Tekrar Girin +captcha=Captcha + +repository=Depo +organization=Organizasyon +mirror=Yansıma +new_repo=Yeni Depo +new_migrate=Yeni Göç +new_mirror=Yeni Yansıma +new_fork=Yeni Çatal Depo +new_org=Yeni Organizasyon +manage_org=Organizasyonları Yönet +admin_panel=Yönetim Paneli +account_settings=Hesap Ayarları +settings=Ayarlar +your_profile=Profiliniz +your_settings=Ayarlarınız + +activities=Aktiviteler +pull_requests=Değişiklik İsteği +issues=Sorunlar + +cancel=İptal + +[install] +install=Kurulum +title=İlk Kez Çalıştırma İçin Kurulum Adımları +docker_helper=Gogs'u Docker içinde kullanıyorsanız bu sayfada herhangi bir değişiklik yapmadan önce lütfen kılavuzu dikkatlice okuyunuz! +requite_db_desc=Gogs MySQL, PostgreSQL, SQLite3 veya TiDB gerektirir. +db_title=Veritabanı Ayarları +db_type=Veritabanı Türü +host=Sunucu +user=Kullanıcı +password=Parola +db_name=Veritabanı Adı +db_helper=Lütfen MySQL için INNODB motorunu utf8_general_ci karakter setiyle kullanın. +ssl_mode=SSL Biçimi +path=Yol +sqlite_helper=SQLite3 veya TiDB veritabanının dosya yolu.
Lütfen servis olarak başlatırken mutlak yolu kullanın. +err_empty_db_path=SQLite3 veya TiDB veritabanı yolu boş olamaz. +err_invalid_tidb_name=TiDB veritabanı adında "." ve "-" karakterlerine izin verilmez. +no_admin_and_disable_registration=Bir yönetici hesabı oluşturmadan kullanıcı kaydını devre dışı bırakamazsınız. +err_empty_admin_password=Yönetici parolası boş olamaz. + +general_title=Genel Uygulama Ayarları +app_name=Uygulama Adı +app_name_helper=Buraya organizasyonunuzun harika ismini koyun! +repo_path=Depo Kök Dizini +repo_path_helper=Tüm uzak Git depoları bu dizine kaydedilecektir. +run_user=Çalıştıran Kullanıcı +run_user_helper=Kullanıcının deponun kök dizinine ve Gogs'u çalıştırmaya erişim izni olmalıdır. +domain=Alan Adı +domain_helper=Bu, SSH klon bağlantılarını etkiler. +ssh_port=SSH Portu +ssh_port_helper=SSH sunucunuzun portu kullanılıyor, boş bırakın ya da SSH özelliğini devre dışı bırakın. +http_port=HTTP Portu +http_port_helper=Uygulamanın dinleyeceği port. +app_url=Uygulama Bağlantısı +app_url_helper=Bu, HTTP/HTTPS klon bağlantılarını ve e-postadaki bazı kısımları etkiler. +log_root_path=Günlük Dosyaları Yolu +log_root_path_helper=Günlük dosyalarının yazılacağı dizin. + +optional_title=İsteğe Bağlı Ayarlar +email_title=E-Posta Servisi Ayarları +smtp_host=SMTP Sunucusu +smtp_from=Kimden +smtp_from_helper=RFC 5322 standardına uygun posta "kimden" adresiniz. Bu sadece bir e-posta adresi veya "İsim" biçiminde bir adres olabilir. +mailer_user=Gönderen E-posta +mailer_password=Gönderen Parolası +register_confirm=Kayıt Onayını Etkinleştir +mail_notify=E-Posta Bildirimlerini Etkinleştir +server_service_title=Sunucu ve Diğer Servis Ayarları +offline_mode=Çevrim Dışı Modu Etkinleştir +offline_mode_popup=CDN'i, üretim modunda bile devre dışı bırak, tüm kaynak dosyaları yerel olarak sunulacaktır. +disable_gravatar=Gravatar Servisini Devre Dışı Bırak +disable_gravatar_popup=Gravatar ve özel kaynakları devre dışı bırak. Tüm avatarlar kullanıcılar tarafından yüklenir veya varsayılan kalır. +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. +disable_registration=Kendi Kendine Kaydolmayı Devre Dışı Bırak +disable_registration_popup=Kullanıcının kendi kendine kaydolmasını devre dışı bırak, yalnızca yönetici yeni hesaplar oluşturabilir. +enable_captcha=Captcha'yı Etkinleştir +enable_captcha_popup=Kullanıcının kendi kendine kaydolması için captcha doğrulaması gereksin. +require_sign_in_view=Sayfaları Görüntüleyebilmek İçin Giriş Yapmayı Mecbur Kıl +require_sign_in_view_popup=Yalnızca giriş yapmış kullanıcılar sayfaları görüntüleyebilir, ziyaretçiler yalnızca giriş yap/kaydol sayfalarını görüntüleyebilir. +admin_setting_desc=Şu an için yönetici hesabı oluşturmak zorunda değilsiniz, ilk kullanıcı otomatik olarak yönetici yetkilerine sahip olacaktır. +admin_title=Yönetici Hesabı Ayarları +admin_name=Kullanıcı Adı +admin_password=Parola +confirm_password=Parolayı Doğrula +admin_email=Yönetici E-Postası +install_gogs=Gogs'u Kur +test_git_failed='git' komut testi başarısız: %v +sqlite3_not_available=Yayın sürümünüz SQLite3'ü desteklemiyor, lütfen %s'den resmi sürümü (gobuild sürümünü DEĞİL) indirin. +invalid_db_setting=Veritabanı ayarları geçersiz: %v +invalid_repo_path=Depo kök dizini geçersiz: %v +run_user_not_match=Çalıştırma kullanıcısı geçerli kullanıcı değil: %s -> %s +save_config_failed=Yapılandırma kaydedilemedi: %v +invalid_admin_setting=Yönetici hesap ayarları geçersiz: %v +install_success=Merhaba! Gogs'u tercih ettiğiniz için çok mutluyuz, keyfini çıkarın! +invalid_log_root_path=Günlük kök dizini geçersiz: %v + +[home] +uname_holder=Kullanıcı Adı veya E-Posta +password_holder=Parola +switch_dashboard_context=Panoya Geçiş Yap +my_repos=Depolarım +show_more_repos=Daha fazla depo göster... +collaborative_repos=Katkıya Açık Depolar +my_orgs=Organizasyonlarım +my_mirrors=Yansılarım +view_home=%s Görüntüle + +issues.in_your_repos=Depolarınızda + +[explore] +repos=Depolar +users=Kullanıcılar +search=Ara + +[auth] +create_new_account=Yeni Hesap Oluştur +register_hepler_msg=Bir hesabınız var mı? Şimdi giriş yapın! +social_register_hepler_msg=Zaten bir hesabınız var mı? Şimdi bağlanın! +disable_register_prompt=Üzgünüz, kaydolma devre dışı bırakıldı. Lütfen site yöneticisiyle irtibata geçin. +disable_register_mail=Üzgünüz, kayıt doğrulama e-postası devre dışı bırakıldı. +remember_me=Beni Hatırla +forgot_password=Parolamı Unuttum +forget_password=Parolanızı mı unuttunuz? +sign_up_now=Bir hesaba mı ihtiyacınız var? Şimdi kaydolun. +confirmation_mail_sent_prompt=%s adresinize yeni bir doğrulama e-postası gönderildi, kaydolma aşamalarını tamamlamak için lütfen %d saat içinde e-posta adresinizi kontrol edin. +active_your_account=Hesabınızı Aktifleştirin +prohibit_login=Oturum açılması yasak +prohibit_login_desc=Hesabınızla oturum açmanız yasaklanmış, lütfen site yöneticisi ile iletişime geçin. +resent_limit_prompt=Üzgünüz, zaten bir doğrulama e-postası talep ettiniz. Lütfen 3 dakika bekleyip tekrar deneyin. +has_unconfirmed_mail=Merhaba %s, doğrulanmamış bir e-posta adresin var (%s). Bir doğrulama e-postası almadıysanız ya da yenisine ihtiyacınız varsa lütfen aşağıdaki düğmeye tıklayın. +resend_mail=Doğrulama e-postasını tekrar almak için buraya tıklayın +email_not_associate=Bu e-posta adresi hiçbir hesaba bağlı değil. +send_reset_mail=Parola sıfırlama e-postasını (yeniden) göndermek için buraya tıklayın +reset_password=Parolanızı Sıfırlayın +invalid_code=Üzgünüz, doğrulama kodunuz geçersiz veya süresi dolmuş. +reset_password_helper=Parolanızı sıfırlamak için buraya tıklayın +password_too_short=Parola uzunluğu 6 karakterden az olamaz. +non_local_account=Yerel olmayan hesapların şifrelerini Gogs aracılığıyla değiştiremezsiniz. + +[mail] +activate_account=Lütfen hesabınızı aktifleştirin +activate_email=E-posta adresinizi doğrulayın +reset_password=Parolanızı sıfırlayın +register_success=Kayıt başarılı, hoşgeldiniz +register_notify=Hoşgeldiniz + +[modal] +yes=Evet +no=Hayır +modify=Düzenle + +[form] +UserName=Kullanıcı Adı +RepoName=Depo adı +Email=E-posta adresi +Password=Parola +Retype=Parolayı yeniden yazın +SSHTitle=SSH anahtarının adı +HttpsUrl=HTTPS Bağlantısı +PayloadUrl=Yük Bağlantısı +TeamName=Takım ismi +AuthName=Yetkilendirme adı +AdminEmail=Yönetici e-postası + +NewBranchName=New branch name +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=Dosya yolu +Content=Content + +require_error=` boş olamaz.` +alpha_dash_error=` sadece karakter, rakam veya çizgi(-_) içermelidir.` +alpha_dash_dot_error=` sadece karakter, rakam, çizgi(-_) veya nokta içermelidir.` +size_error=` uzunluk en fazla %s olmalıdır.` +min_size_error=` en az %s karakter içermelidir.` +max_size_error=` en fazla %s karakter içermelidir.` +email_error=' geçerli bir e-posta adresi değil.' +url_error=` geçerli bir bağlantı değil.` +include_error=` '%s' içermelidir.` +unknown_error=Bilinmeyen hata: +captcha_incorrect=Captcha eşleşmedi. +password_not_match=Parola ve parola doğrulama aynı değil. + +username_been_taken=Bu kullanıcı adı zaten alınmış. +repo_name_been_taken=Bu depo adı zaten alınmış. +org_name_been_taken=Bu organizasyon adı zaten alınmış. +team_name_been_taken=Bu takım adı zaten alınmış. +email_been_used=Bu e-posta adresi zaten kullanımda. +username_password_incorrect=Kullanıcı adı veya parola hatalı. +enterred_invalid_repo_name=Lütfen girdiğiniz depo isminin doğru olduğundan emin olun. +enterred_invalid_owner_name=Lütfen girdiğiniz depo sahibi isminin doğru olduğundan emin olun. +enterred_invalid_password=Lütfen girdiğiniz parolanın doğru olduğundan emin olun. +user_not_exist=Belirtilen kullanıcı bulunamadı. +last_org_owner=Bir takım içerisinde bu takımın sahibi olan en az bir kişi bulunmalıdır. + +invalid_ssh_key=Üzgünüz, SSH anahtarınızı doğrulayamadık: %s +unable_verify_ssh_key=Gogs, SSH anahtarınızı doğrulayamıyor. Fakat anahtarınızın doğru olduğunu düşünüyoruz. Lütfen tekrar kontrol edin. +auth_failed=Kimlik doğrulaması başarısız oldu: %v + +still_own_repo=Hesabınıza bağlı bir depo var. Öncelikle bu depoyu silmeniz ya da başka birine transfer etmeniz gerekiyor. +still_has_org=Hesabınız şu an bir organizasyonun üyesi. Öncelikle bu organizasyondan çıkmanız ya da üyeliğinizi silmeniz gerekiyor. +org_still_own_repo=Bu organizasyon hala bazı depoların sahibi durumunda. Öncelikle bunları silmeniz ya da başka birine transfer etmeniz gerekiyor. + +target_branch_not_exist=Hedef dal mevcut değil. + +[user] +change_avatar=Profil resmini değiştir +join_on=Şuna katıldınız +repositories=Depolar +activity=Genel Aktivite +followers=Takipçiler +starred=Yıldızlanmış Depolar +following=Takip Edilenler +follow=Takip Et +unfollow=Takibi Bırak + +form.name_reserved=Kullanıcı adı '%s' başka birine ayrılmış. +form.name_pattern_not_allowed=Kullanıcı adında '%s' modeline izin verilmez. + +[settings] +profile=Profil +password=Parola +avatar=Avatar +ssh_keys=SSH Anahtarları +social=Sosyal Medya Hesapları +applications=Uygulamalar +orgs=Organizasyonlar +delete=Hesabı Sil +uid=Tekil ID + +public_profile=Herkese Açık Profil +profile_desc=E-posta adresiniz herkese açıktır ve hesabınızla ilgili bilgilendirmelerde ve web tabanlı operasyonlarda kullanılacaktır. +password_username_disabled=Yerel olmayan kullanıcılar kendi kullanıcı adlarını değiştiremezler. +full_name=Ad Soyad +website=Web Sitesi +location=Konum +update_profile=Profili Güncelle +update_profile_success=Profiliniz başarıyla güncellendi. +change_username=Kullanıcı Adınız Değiştirildi +change_username_prompt=Bu değişiklik, hesabınızla ilişkili olan bağlantıları etkileyecektir. +continue=Devam Et +cancel=İptal + +lookup_avatar_by_mail=Lookup Avatar by mail +federated_avatar_lookup=Federated Avatar Lookup +enable_custom_avatar=Özel Avatarı Etkinleştir +choose_new_avatar=Yeni Avatar Seç +update_avatar=Avatar Ayarlarını Güncelle +delete_current_avatar=Güncel Avatarı Sil +uploaded_avatar_not_a_image=Yüklenen dosya bir resim dosyası değil. +update_avatar_success=Avatar ayarlarınız başarıyla güncellendi. + +change_password=Parolayı Değiştir +old_password=Mevcut Parola +new_password=Yeni Parola +retype_new_password=Yeni parolayı tekrar yazın +password_incorrect=Güncel parola hatalı. +change_password_success=Parolanız başarıyla değiştirildi. Yeni parolanızı kullanarak giriş yapabilirsiniz. +password_change_disabled=Yerel olmayan kullanıcılar kendi parolalarını değiştiremezler. + +emails=E-Posta Adresleri +manage_emails=E-Posta Adreslerini Yönet +email_desc=Birincil e-posta adresiniz bilgilendirmeler ve diğer işlemler için kullanılacaktır. +primary=Birincil +primary_email=Birincil yap +delete_email=Sil +email_deletion=E-Posta Silme +email_deletion_desc=Bu e-posta adresini silerseniz hesabınıza ilişkin tüm bilgileriniz de silinecektir. Devam etmek istiyor musunuz? +email_deletion_success=E-posta adresi başarıyla silindi! +add_new_email=Yeni e-posta adresi ekle +add_email=E-posta ekle +add_email_confirmation_sent='%s' adresine yeni bir doğrulama e-postası gönderildi. Doğrulama aşamalarını tamamlamak için lütfen %d saat içinde gelen kutunuzu kontrol edin. +add_email_success=Yeni e-posta adresiniz başarıyla eklendi. + +manage_ssh_keys=SSH Anahtarlarını Yönet +add_key=Anahtar Ekle +ssh_desc=Bu, hesabınıza iliştirilmiş SSH anahtarlarınızın listedir. Bu anahtarları kullanma yetkisi olan herkes depolarınıza erişebilir, dolayısıyla bu kişileri tanıyor olmanız son derece önemlidir. +ssh_helper=Nasıl yapılacağını bilmiyor musunuz? GitHub'ın kendi SSH anahtarınızı oluşturma kılavuzunu inceleyin veya SSH kullanırken karşılaşabileceğiniz genel problemleri çözün. +add_new_key=SSH Anahtarı Ekle +ssh_key_been_used=Genel anahtar içeriği kullanımda. +ssh_key_name_used=Genel anahtar, aynı isimle kullanımda. +key_name=Anahtar İsmi +key_content=İçerik +add_key_success=Yeni SSH anahtarı '%s' başarıyla eklendi! +delete_key=Sil +ssh_key_deletion=SSH Anahtarı Silme +ssh_key_deletion_desc=Bu SSH anahtarını silerseniz hesabınıza ilişkin tüm erişimler de kaldırılacaktır. Devam etmek istiyor musunuz? +ssh_key_deletion_success=SSH anahtarı başarıyla silindi! +add_on=Eklendiği tarih +last_used=Son kullanım +no_activity=Yeni aktivite yok +key_state_desc=Bu anahtar son 7 gün içinde kullanıldı +token_state_desc=Bu erişim anahtarı son 7 gün içinde kullanıldı + +manage_social=Bağlanmış Sosyal Hesapları Yönet +social_desc=Bu, bağlanmış sosyal hesapların bir listesidir. Tanımadığınız bağlantıyı kaldırın. +unbind=Bağlantıyı Kopar +unbind_success=Sosyal hesabın bağlantısı koparıldı. + +manage_access_token=Kişisel Erişim Anahtarlarını Yönet +generate_new_token=Yeni Erişim Anahtarı Üret +tokens_desc=Ürettiğiniz erişim anahtarları, Gogs API'lerine erişimde kullanılabilir. +new_token_desc=Her bir erişim anahtarının hesabınıza tam erişim yetkisi olacaktır. +token_name=Erişim Anahtarı İsmi +generate_token=Erişim Anahtarı Üret +generate_token_succees=Erişim anahtarınız başarıyla üretilmiştir! Bir daha göremeyeceğiniz için hemen şimdi bir yere kopyaladığınızdan emin olun! +delete_token=Sil +access_token_deletion=Kişisel Erişim Anahtarını Silme +access_token_deletion_desc=Bu kişisel erişim anahtarını silerseniz uygulamanıza ilişkin tüm erişimler de kaldırılacaktır. Devam etmek istiyor musunuz? +delete_token_success=Kişisel erişim anahtarı başarıyla kaldırıldı! Uygulamanızı güncellemeyi de unutmayın! + +delete_account=Hesabınızı Silin +delete_prompt=Bu işlem hesabınızı kalıcı olarak silecektir ve GERİ ALINAMAZ! +confirm_delete_account=Silmeyi Onayla +delete_account_title=Hesap Silme +delete_account_desc=Bu hesap kalıcı olarak silinecektir. Devam etmek istiyor musunuz? + +[repo] +owner=Sahibi +repo_name=Depo İsmi +repo_name_helper=İyi bir depo ismi genellikle kısa, akılda kalıcı ve benzersiz kelimelerden oluşur. +visibility=Görünürlük +visiblity_helper=Bu depo Özel +visiblity_helper_forced=Site yöneticisi tüm depolara erişimleri Özel olarak ayarlamaya zorladı +visiblity_fork_helper=(Bu değerin değişmesi tüm çatallamaları etkileyecektir) +clone_helper=Klonlama konusunda yardıma mı ihtiyacınız var? Yardım bağlantısını ziyaret edin! +fork_repo=Depoyu Çatalla +fork_from=Buradan Çatalla +fork_visiblity_helper=Çatallanmış bir deponun görünürlüğünü değiştiremezsiniz. +repo_desc=Açıklama +repo_lang=Dil +repo_gitignore_helper=Select .gitignore templates +license=Lisans +license_helper=Bir lisans dosyası seçin +readme=Benioku +readme_helper=Bir benioku şablonu seçin +auto_init=Bu depoyu seçilen dosya ve şablonlarla oluştur +create_repo=Depo Oluştur +default_branch=Varsayılan Dal +mirror_prune=Buda +mirror_prune_desc=Uzakta olmayan bütün uzaktan-izleme referanslarını sil +mirror_interval=Yansı Aralığı (saat) +mirror_address=Yansı Adresi +mirror_address_desc=Lütfen gerekli kimlik bilgilerini adreste bulundurun. +mirror_last_synced=Last Synced +watchers=İzleyenler +stargazers=Yıldızlayanlar +forks=Çatallamalar + +form.reach_limit_of_creation=Sahip, maksimum %d depo oluşturma limitine ulaşmıştır. +form.name_reserved=Depo ismi '%s' başkasına ayrılmış. +form.name_pattern_not_allowed=Depo isminde '%s' modeline izin verilmiyor. + +need_auth=Yetkilendirme Gereklidir +migrate_type=Göç Türü +migrate_type_helper=Bu depo bir yansı olacaktır +migrate_repo=Depoyu Göç Ettir +migrate.clone_address=Klon Adresi +migrate.clone_address_desc=Bu bağlantı HTTP/HTTPS/GIT veya yerel bir sunucu yolu olabilir. +migrate.permission_denied=Yerel depoları içeri aktarma izniniz yok. +migrate.invalid_local_path=Geçersiz yerel dizin! Böyle bir yol yok ya da bir dizin değil. +migrate.failed=Göç başarısız: %v + +mirror_from=şunun yansıması +forked_from=şundan çatallanmış +fork_from_self=Sahibi olduğunuz bir depoyu çatallayamazsınız! +copy_link=Kopyala +copy_link_success=Kopyalandı! +copy_link_error=Kopyalamak için ⌘-C veya Ctrl-C tuşlarına basın +copied=Kopyalama Tamam +unwatch=İzlemeyi Bırak +watch=İzle +unstar=Yıldızı Kaldır +star=Yıldızla +fork=Çatalla + +no_desc=Açıklama Yok +quick_guide=Hızlı Başlangıç Kılavuzu +clone_this_repo=Bu depoyu klonla +create_new_repo_command=Komut satırında yeni bir depo oluştur +push_exist_repo=Var olan bir depoyu komut satırında gönder +repo_is_empty=Bu depo boş. Lütfen daha sonra tekrar gelin! + +code=Kod +branch=Dal +tree=Ağaç +filter_branch_and_tag=Dal veya biçim imini filtrele +branches=Dallar +tags=Biçim İmleri +issues=Sorunlar +pulls=Değişiklik İstekleri +labels=Etiketler +milestones=Kilometre Taşları +commits=İşlemeler +releases=Sürümler +file_raw=Ham +file_history=Geçmiş +file_view_raw=Ham Görünüm +file_permalink=Kalıcı Bağlantı +file_too_large=Bu dosya sergilenmek için çok büyük + +editor.new_file=New file +editor.upload_file=Upload file +editor.edit_file=Dosya düzenle +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=Metin dışı dosyalar düzenlenemez +editor.edit_this_file=Edit this file +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=Delete this file +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=iptal +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=İptal +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' + +commits.commits=İşlemeler +commits.search=İşleme Arama +commits.find=Bul +commits.author=Yazar +commits.message=Mesaj +commits.date=Tarih +commits.older=Daha Eski +commits.newer=Daha yeni + +issues.new=Yeni Sorun +issues.new.labels=Etiketler +issues.new.no_label=Etiket Yok +issues.new.clear_labels=Etiketleri temizle +issues.new.milestone=Kilometre Taşı +issues.new.no_milestone=Kilometre Taşı Yok +issues.new.clear_milestone=Kilometre Taşlarını Temizle +issues.new.open_milestone=Kilometre Taşlarını Aç +issues.new.closed_milestone=Kapanmış Kilometre Taşları +issues.new.assignee=Atanan +issues.new.clear_assignee=Atamayı Temizle +issues.new.no_assignee=Atanan Kişi Yok +issues.create=Sorun Oluştur +issues.new_label=Yeni Etiket +issues.new_label_placeholder=Etiket adı... +issues.create_label=Etiket Oluştur +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v +issues.open_tab=%d açık +issues.close_tab=%d kapanmış +issues.filter_label=Etiket +issues.filter_label_no_select=Seçili etiket yok +issues.filter_milestone=Kilometre taşı +issues.filter_milestone_no_select=Seçili kilometre taşı yok +issues.filter_assignee=Atanan +issues.filter_assginee_no_select=Seçili atanan yok +issues.filter_type=Tür +issues.filter_type.all_issues=Tüm Sorunlar +issues.filter_type.assigned_to_you=Size atanan +issues.filter_type.created_by_you=Sizin oluşturduklarınız +issues.filter_type.mentioning_you=Sizden bahsedilen +issues.filter_sort=Sırala +issues.filter_sort.latest=En yeni +issues.filter_sort.oldest=En eski +issues.filter_sort.recentupdate=Yakın zamanda güncellenmiş +issues.filter_sort.leastupdate=Yakın olmayan zamanda güncellenmiş +issues.filter_sort.mostcomment=En çok yorum yapılan +issues.filter_sort.leastcomment=En az yorum yapılan +issues.opened_by=%[3]s tarafından %[1]s kere açıldı +issues.opened_by_fake=%[2]s tarafından %[1]s kere açıldı +issues.previous=Önceki +issues.next=Sonraki +issues.open_title=Açık +issues.closed_title=Kapalı +issues.num_comments=%d yorum +issues.commented_at=`%s olarak yorumlandı` +issues.delete_comment_confirm=Bu yorumu silmek istediğinizden emin misiniz? +issues.no_content=Henüz bir içerik yok. +issues.close_issue=Kapat +issues.close_comment_issue=Yorum yap ve kapat +issues.reopen_issue=Yeniden aç +issues.reopen_comment_issue=Yorum yap ve yeniden aç +issues.create_comment=Yorum yap +issues.closed_at=`%[2]s kapattı` +issues.reopened_at=`%[2]s yeniden açtı` +issues.commit_ref_at=`%[2]s işlemesinde bu sorunu işaret etti` +issues.poster=Poster +issues.collaborator=Katkıcı +issues.owner=Sahibi +issues.sign_in_require_desc=Sign in to join this conversation. +issues.edit=Düzenle +issues.cancel=İptal +issues.save=Kaydet +issues.label_title=Etiket adı +issues.label_color=Etiket rengi +issues.label_count=%d etiket +issues.label_open_issues=%d açık sorun +issues.label_edit=Düzenle +issues.label_delete=Sil +issues.label_modify=Etiket Düzenleme +issues.label_deletion=Etiket Silme +issues.label_deletion_desc=Bu etiketi silerseniz, bu etikete iliştirilmiş sorunlardaki tüm bilgiler de silinecektir. Devam etmek istiyor musunuz? +issues.label_deletion_success=Etiket başarıyla silindi! +issues.num_participants=%d Katılımcı +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` + +pulls.new=Yeni Değişiklik İsteği +pulls.compare_changes=Değişiklikleri Karşılaştır +pulls.compare_changes_desc=İki dalı karşılaştır ve değişiklikler için değişiklik isteğinde bulun. +pulls.compare_base=temel +pulls.compare_compare=karşılaştır +pulls.filter_branch=Dal filtrele +pulls.no_results=Sonuç bulunamadı. +pulls.nothing_to_compare=Karşılaştırılacak hiçbir şey yok, çünkü temel ve ana dal aynı. +pulls.has_pull_request=`Bu iki hedef için zaten bir değişiklik isteği var: %[2]s#%[3]d` +pulls.create=Değişiklik İsteği Oluştur +pulls.title_desc=%[3]s içindeki %[2]s işlemelerini %[1]d ile birleştirmek istiyor +pulls.merged_title_desc=%[3]s %[4]s içindeki %[2]s işlemelerini %[1]d ile birleştirdi +pulls.tab_conversation=Sohbet +pulls.tab_commits=İşlemeler +pulls.tab_files=Değiştirilen dosyalar +pulls.reopen_to_merge=Birleştirme işlemini gerçekleştirmek için lütfen bu değişiklik isteğini tekrar açın. +pulls.merged=Birleştirildi +pulls.has_merged=Bu değişiklik isteği başarıyla birleştirildi! +pulls.data_broken=Bu değişiklik isteğinin verisi, çatallama bilgilerinin silinmesi nedeniyle bozulmuş. +pulls.is_checking=Çakışma kontrolü sürüyor. Lütfen birkaç dakika içinde sayfayı yenileyin. +pulls.can_auto_merge_desc=Bu değişiklik isteği otomatik olarak birleştirilebilir. +pulls.cannot_auto_merge_desc=Çakışmalardan dolayı bu değişiklik isteği otomatik olarak birleştirilemez. +pulls.cannot_auto_merge_helper=Çakışmaları çözmek için lütfen elle birleştirin. +pulls.merge_pull_request=Değişiklik İsteğini Birleştir +pulls.open_unmerged_pull_exists=`Yeniden açma işlemini gerçekleştiremezsiniz. Çünkü zaten aynı depodan, aynı birleştirme bilgisiyle açık olan bir değişiklik isteği var (#%d) ve birleştirme bekliyor.` + +milestones.new=Yeni Kilometre Taşı +milestones.open_tab=%d Açık +milestones.close_tab=%d Kapalı +milestones.closed=Kapalı %s +milestones.no_due_date=Bitiş tarihi yok +milestones.open=Aç +milestones.close=Kapat +milestones.new_subheader=Sorunlarınızı organize etmek için kilometre taşı oluşturun. +milestones.create=Kilometre Taşı Oluştur +milestones.title=Başlık +milestones.desc=Açıklama +milestones.due_date=Bitiş Tarihi (isteğe bağlı) +milestones.clear=Temizle +milestones.invalid_due_date_format=Bitiş tarihi formatı geçersiz. 'yyyy-mm-dd' şeklinde olmalı. +milestones.create_success=Kilometre taşı '%s' başarıyla oluşturuldu! +milestones.edit=Kilometre Taşını Düzenle +milestones.edit_subheader=Kilometre taşları için daha iyi açıklamalar kullanın ki insanların kafaları karışmasın. +milestones.cancel=İptal +milestones.modify=Kilometre Taşını Düzenle +milestones.edit_success='%s' kilometre taşının değişiklikleri başarıyla kaydedildi! +milestones.deletion=Kilometre Taşı Silme +milestones.deletion_desc=Bu kilometre taşını silerseniz iliştirilmiş tüm sorunlardaki bilgiler de silinecektir. Devam etmek istiyor musunuz? +milestones.deletion_success=Kilometre taşı başarıyla silindi! + +wiki=Wiki +wiki.welcome=Wiki'ye Hoşgeldiniz! +wiki.welcome_desc=Wiki, projenizi belgelendirebileceğiniz ve daha iyi bir hale getirebileceğiniz yerdir. +wiki.create_first_page=İlk sayfayı oluştur +wiki.page=Sayfa +wiki.filter_page=Sayfa filtrele +wiki.new_page=Yeni Sayfa Oluştur +wiki.default_commit_message=Bu güncelleme için bir not yazın (isteğe bağlı). +wiki.save_page=Sayfayı Kaydet +wiki.last_commit_info=%s bu sayfayı düzenledi %s +wiki.edit_page_button=Düzenle +wiki.new_page_button=Yeni Sayfa +wiki.delete_page_button=Sayfayı Sil +wiki.delete_page_notice_1=Bu işlem "%s" sayfasını silecektir. Lütfen emin olun. +wiki.page_already_exists=Aynı isimde bir Wiki sayfası zaten var. +wiki.pages=Sayfalar +wiki.last_updated=Son güncelleme %s + +settings=Ayarlar +settings.options=Tercihler +settings.collaboration=İş birliği +settings.collaboration.admin=Yönetici +settings.collaboration.write=Yaz +settings.collaboration.read=Oku +settings.collaboration.undefined=Belirsiz +settings.hooks=Web İstekleri +settings.githooks=Git İstekleri +settings.basic_settings=Temel Ayarlar +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. +settings.site=Resmi Web Sitesi +settings.update_settings=Ayarları Güncelle +settings.change_reponame_prompt=Bu değişiklik, bağlantıların depoyla olan ilişkisini etkileyecektir. +settings.advanced_settings=Gelişmiş Ayarlar +settings.wiki_desc=Viki sıstemini etkinleştir +settings.use_internal_wiki=Use builtin wiki +settings.use_external_wiki=Harici Wiki kullan +settings.external_wiki_url=Harici Wiki bağlantısı +settings.external_wiki_url_desc=Ziyaretçiler, sekmeye tıkladıklarında bağlantıya yönlendirilecektir. +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker +settings.use_external_issue_tracker=Harici sorun takipçisi kullan +settings.tracker_url_format=Harici Sorun Takipçisi Bağlantı Formatı +settings.tracker_issue_style=Harici Hata İzleyicisi Adlandırma Stili: +settings.tracker_issue_style.numeric=Sayısal +settings.tracker_issue_style.alphanumeric=Alfanumerik +settings.tracker_url_format_desc=Kullanıcı adı, depo ismi ve hata indeksi için {kullanıcı} {depo} {indeks} tutucusunu kullanabilirsiniz. +settings.pulls_desc=Herkese açık katkıları kabul etmek için değişiklik isteklerini etkinleştirin +settings.danger_zone=Tehlike Alanı +settings.new_owner_has_same_repo=Yeni sahibin aynı isimde başka bir deposu var. Lütfen farklı bir isim seçin. +settings.convert=Düzenli Depoya Dönüştür +settings.convert_desc=Bu yansıyı düzenli bir depoya dönüştürebilirsiniz. Bu işlem geri alınamaz. +settings.convert_notices_1=- Bu işlem, bu depo yansımasını düzenli türe dönüştürür ve geri alınamaz. +settings.convert_confirm=Sohbeti Onayla +settings.convert_succeed=Depo başarıyla düzenli türe dönüştürüldü. +settings.transfer=Sahipliği Aktar +settings.transfer_desc=Bu depoyu başka bir kullanıcıya veya yönetici yetkilerine sahip olduğunuz başka bir organizasyona aktarın. +settings.transfer_notices_1=- Yeni sahip, bireysel bir kullanıcı ise erişim iznini kaybedeceksiniz. +settings.transfer_notices_2=- Yeni sahip, bir organizasyon ise ve siz de sahiplerinden biriyseniz erişim izninizi koruyacaksınız. +settings.transfer_form_title=İşleminizi onaylamak için lütfen aşağıdaki bilgileri girin: +settings.wiki_delete=Wiki Verisini Sil +settings.wiki_delete_desc=Wiki verisini bir kez sildiğiniz taktirde geri getiremezsiniz. Lütfen emin olun. +settings.wiki_delete_notices_1=- Bu işlem %s için Wiki'yi silecek ve devre dışı bırakacaktır. +settings.wiki_deletion_success=Deponun Wiki verisi başarıyla silindi. +settings.delete=Bu Depoyu Sil +settings.delete_desc=Bir depoyu bir kez sildiğiniz taktirde geri getiremezsiniz. Lütfen emin olun. +settings.delete_notices_1=- Bu işlem geri ALINAMAZ. +settings.delete_notices_2=- Bu işlem, bu depodaki her şeyi (Git verisini, sorunları, yorumları ve katkıcı erişimlerini) kalıcı olarak silecektir. +settings.delete_notices_fork_1=Silme işleminden sonra bütün çatallar bağımsız hale gelir. +settings.deletion_success=Depo başarıyla silindi! +settings.update_settings_success=Depo seçenekleri başarıyla güncellendi. +settings.transfer_owner=Yeni Sahip +settings.make_transfer=Transfer Et +settings.transfer_succeed=Depo, yeni sahibine başarıyla transfer edildi. +settings.confirm_delete=Silmeyi Onayla +settings.add_collaborator=Yeni Katkıcı Ekle +settings.add_collaborator_success=Yeni katkıcı eklendi. +settings.delete_collaborator=Sil +settings.collaborator_deletion=Katkıcı Silme +settings.collaborator_deletion_desc=Kullanıcı, silme işleminden sonra bu depoya olan erişim iznini kaybedecektir. Devam etmek istiyor musunuz? +settings.remove_collaborator_success=Katkıcı silindi. +settings.search_user_placeholder=Kullanıcı ara... +settings.org_not_allowed_to_be_collaborator=Organizasyon, bir katkıcı olarak eklenemez. +settings.user_is_org_member=Kullanıcı organizasyon üyesi olduğu için katkıcı olarak eklenemez. +settings.add_webhook=Web İsteği Ekle +settings.hooks_desc=Web istekleri, HTTP POST olay tetikleyicileri gibidirler. Gogs'ta ne zaman bir şey olsa, hedef belirttiğiniz sunuculara bildirim yapabilecek duruma geliriz. Daha fazla bilgiyi Web İstekleri Kılavuzu'nda bulabilirsiniz. +settings.webhook_deletion=Web İsteğini Sil +settings.webhook_deletion_desc=Bu web isteğini silerseniz buna bağlı olan tüm bilgiler ve dağıtım geçmişi de silinecektir. Devam etmek istiyor musunuz? +settings.webhook_deletion_success=Web isteği başarıyla silindi! +settings.webhook.test_delivery=Test Dağıtımı +settings.webhook.test_delivery_desc=Web isteği ayarlarınızı test etmek için sahte bir anlık olay gönderin +settings.webhook.test_delivery_success=Test web isteği, dağıtım kuyruğuna eklendi. Bunun dağıtım geçmişinde görünmesi birkaç saniye sürebilir. +settings.webhook.request=İstekler +settings.webhook.response=Cevaplar +settings.webhook.headers=Başlıklar +settings.webhook.payload=Yükler +settings.webhook.body=Gövde +settings.githooks_desc=Git istekleri, Git'in kendisi tarafından güçlendirilmiştir. Özel işlemleri gerçekleştirmek için aşağıdaki listedeki desteklenen isteklerin dosyalarını düzenleyebilirsiniz. +settings.githook_edit_desc=İstek aktif değilse örnek içerik sunulacaktır. İçeriği boş bırakmak, isteği devre dışı bırakmayı beraberinde getirecektir. +settings.githook_name=İstek İsmi +settings.githook_content=İstek İçeriği +settings.update_githook=İsteği Güncelle +settings.add_webhook_desc=Gogs, meydana gelen olay ile birlikte belirttiğiniz bağlantıya bir POST isteği gönderecektir. Ayrıca tetiklenen istek (JSON, x-www-form-urlencoded, XML, vb) üzerine bir veri formatı belirtebilirsiniz. Daha fazla bilgiyi Web İstekleri Kılavuzu bağlantımızda bulabilirsiniz. +settings.payload_url=Yük Bağlantısı +settings.content_type=İçerik Türü +settings.secret=Gizli +settings.slack_username=Kullanıcı Adı +settings.slack_icon_url=Simge Bağlantısı +settings.slack_color=Renk +settings.event_desc=Bu istek ne zaman tetiklenecek? +settings.event_push_only=Yalnızca anlık olay. +settings.event_send_everything=Her şeye ihtiyacım var. +settings.event_choose=Neye ihtiyacım olduğunu seçtir. +settings.event_create=Oluştur +settings.event_create_desc=Dal veya biçim imi oluşturuldu +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. +settings.event_push=Push +settings.event_push_desc=Bir depoya git push +settings.active=Aktif +settings.active_helper=Bu isteği tetikleyen olaya ilişkin detaylar da gönderilecektir. +settings.add_hook_success=Yeni web isteği eklendi. +settings.update_webhook=Web İsteğini Düzenle +settings.update_hook_success=Web isteği güncellendi. +settings.delete_webhook=Web İsteğini Sil +settings.recent_deliveries=Son Dağıtımlar +settings.hook_type=İstek Türü +settings.add_slack_hook_desc=Deponuza Slack entegrasyonunu ekleyin. +settings.slack_token=Erişim Anahtarı +settings.slack_domain=Alan Adı +settings.slack_channel=Kanal +settings.deploy_keys=Dağıtım Anahtarları +settings.add_deploy_key=Dağıtım Anahtarı Ekle +settings.deploy_key_desc=Dağıtım anahtarlarının yalnızca okuma izni vardır. Kişisel hesapların SSH anahtarlarıyla aynı değillerdir. +settings.no_deploy_keys=Herhangi bir dağıtım anahtarı eklemediniz. +settings.title=Başlık +settings.deploy_key_content=İçerik +settings.key_been_used=Dağıtım anahtarının içeriği kullanımda. +settings.key_name_used=Aynı isimde bir dağıtım anahtarı zaten var. +settings.add_key_success=Yeni dağıtım anahtarı '%s' başarıyla eklendi! +settings.deploy_key_deletion=Dağıtım Anahtarını Sil +settings.deploy_key_deletion_desc=Bu dağıtım anahtarını silerseniz bu depoya ilişkin tüm erişimler de kaldırılacaktır. Devam etmek istiyor musunuz? +settings.deploy_key_deletion_success=Dağıtım anahtarı başarıyla silindi! + +diff.browse_source=Kaynağa Gözat +diff.parent=ebeveyn +diff.commit=işleme +diff.data_not_available=Farklılık Verisi Yok. +diff.show_diff_stats=Farklılık Durumunu Göster +diff.show_split_view=Görünümü Böl +diff.show_unified_view=Birleşik Görünüm +diff.stats_desc= %d değiştirilmiş dosya ile %d ekleme ve %d silme +diff.bin=BIN +diff.view_file=Dosyayı Görüntüle +diff.file_suppressed=Dosya farkı çok büyük olduğundan ihmal edildi +diff.too_many_files=Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor + +release.releases=Sürümler +release.new_release=Yeni Sürüm +release.draft=Taslak +release.prerelease=Ön Sürüm +release.stable=Kararlı +release.edit=düzenle +release.ahead=%s son sürümden beri %d işleme +release.source_code=Kaynak Kodu +release.new_subheader=Ürünü yinelemek için sürümleri yayınla. +release.edit_subheader=Detaylı değişiklik günlükleri, kullanıcıların neyin geliştirildiğini anlamasına yardımcı olur. +release.tag_name=Biçim imi adı +release.target=Hedef +release.tag_helper=Var olan bir biçim imi seçin veya yayında yenisini oluşturun. +release.title=Başlık +release.content=İçerik +release.write=Yaz +release.preview=Önizle +release.loading=Yükleniyor... +release.prerelease_desc=Bu bir ön sürümdür +release.prerelease_helper=Bu sürümün üretime hazır olmadığını işaret edeceğiz. +release.cancel=İptal +release.publish=Sürümü Yayınla +release.save_draft=Taslağı Kaydet +release.edit_release=Taslağı Düzenle +release.delete_release=Bu Sürümü Sil +release.deletion=Sürüm Silme +release.deletion_desc=Bu sürümü silerseniz buna uyan tüm Git biçim imleri de silinecektir. Devam etmek istiyor musunuz? +release.deletion_success=Sürüm başarıyla silindi! +release.tag_name_already_exist=Bu biçim imi adıyla başka bir sürüm zaten var. +release.tag_name_invalid=Etiket adı geçerli değil. +release.downloads=İndirmeler + +[org] +org_name_holder=Organizasyon Adı +org_full_name_holder=Organizasyon Tam Adı +org_name_helper=İyi örgüt adları kısa ve akılda kalır. +create_org=Organizasyon Oluştur +repo_updated=Güncellendi +people=İnsanlar +invite_someone=Birilerini Davet Et +teams=Ekipler +lower_members=üyeler +lower_repositories=depolar +create_new_team=Yeni Ekip Oluştur +org_desc=Açıklama +team_name=Ekip Adı +team_desc=Açıklama +team_name_helper=Sohbetlerde bu takımdan bahsetmek için bu ismi kullanacaksınız. +team_desc_helper=Bu takım ne hakkında? +team_permission_desc=Bu takım, ne gibi bir izin seviyesine sahiptir? + +form.name_reserved=Organizasyon adı '%s' başka birisine ayrılmış. +form.name_pattern_not_allowed=Organizasyon adı modeli '%s' geçersiz. + +settings=Ayarlar +settings.options=Seçenekler +settings.full_name=Tam İsim +settings.website=Web Sitesi +settings.location=Lokasyon +settings.update_settings=Ayarları Güncelle +settings.update_setting_success=Organizasyon ayarları başarıyla güncellendi. +settings.change_orgname_prompt=Bu değişiklik, organizasyonla ilişkilendirilmiş bağlantıları da etkileyecektir. +settings.update_avatar_success=Organizasyonun avatar ayarları başarıyla değiştirildi. +settings.delete=Organizasyonu Sil +settings.delete_account=Bu Organizasyonu Sil +settings.delete_prompt=Organizasyon kalıcı olarak kaldırılacaktır ve bu işlem geri ALINAMAZ! +settings.confirm_delete_account=Silmeyi Onaylıyorum +settings.delete_org_title=Organizasyon Silme +settings.delete_org_desc=Bu organizasyon kalıcı olarak silinecektir. Devam etmek istiyor musunuz? +settings.hooks_desc=Bu organizasyona bağlı tüm depoları tetikleyecek bir web isteği oluştur. + +members.membership_visibility=Üyelik Görünürlüğü: +members.public=Herkese Açık +members.public_helper=özel yap +members.private=Özel +members.private_helper=herkese açık yap +members.member_role=Üye Rolü: +members.owner=Sahibi +members.member=Üye +members.remove=Kaldır +members.leave=Ayrıl +members.invite_desc=Buraya yeni bir üye ekle %s: +members.invite_now=Şimdi Davet Et + +teams.join=Katıl +teams.leave=Ayrıl +teams.read_access=Okuma Erişimi +teams.read_access_helper=Bu takım, tüm depolarını görüntüleyebilecek ve klonlayabilecektir. +teams.write_access=Yazma Erişimi +teams.write_access_helper=Bu takım tüm depolarını okuyabilecek ve aynı zamanda push atabilecektir. +teams.admin_access=Yönetici Erişimi +teams.admin_access_helper=Bu takım tüm depolarına ve aynı zamanda diğer katkıcılara push/pull yapabilecektir. +teams.no_desc=Herhangi bir takım açıklaması yok +teams.settings=Ayarlar +teams.owners_permission_desc=Sahiplerin tüm depolara tam yetkisi ve organizasyona yönetici yetkisi vardır. +teams.members=Ekip Üyeleri +teams.update_settings=Ayarları Güncelle +teams.delete_team=Bu Ekibi Sil +teams.add_team_member=Ekip Üyesi Ekle +teams.delete_team_title=Takım Silme +teams.delete_team_desc=Bu takımı silerseniz üyeler bazı depolara olan erişimlerini kaybedebilirler. Devam etmek istiyor musunuz? +teams.delete_team_success=Verilen takım adı başarıyla silindi. +teams.read_permission_desc=Bu takımın yetkilerinden Okuma izni: üyeler görüntüleyebilir ve takımın depolarını klonlayabilir. +teams.write_permission_desc=Bu takımın yetkilerinden Yazma izni: üyeler okuyabilir ve takımın depolarına push yapabilir. +teams.admin_permission_desc=Bu takımın yetkilerinden Yönetici izni: üyeler okuyabilir, push yapabilir ve takımın depolarına yeni katkıcılar ekleyebilir. +teams.repositories=Ekip Depoları +teams.search_repo_placeholder=Depo ara... +teams.add_team_repository=Ekip Deposu Ekle +teams.remove_repo=Kaldır +teams.add_nonexistent_repo=Eklemeye çalıştığınz depo mevcut değil. Lütfen önce oluşturun. + +[admin] +dashboard=Başlangıç +users=Kullanıcılar +organizations=Organizasyonlar +repositories=Depolar +authentication=İzinler +config=Yapılandırma +notices=Sistem Bildirimler +monitor=İzleme +first_page=İlk +last_page=Son +total=Toplam: %d + +dashboard.statistic=İstatistik +dashboard.operations=İşlemler +dashboard.system_status=Sistem İzleme Durumu +dashboard.statistic_info=Gogs veritabanında %d kullanıcı, %d organizasyon, %d genel anahtar, %d depo, %d izleme, %d yıldız, %d hareket, %d erişim, %d sorun, %d yorum, %d sosyal hesap, %d takip, %d yansı, %d sürüm, %d giriş kaynağı, %d web isteği, %d kilometre taşı, %d etiket, %d istek görevi, %d takım, %d güncellenmiş görev, %d ek var. +dashboard.operation_name=İşlem Adı +dashboard.operation_switch=Geç +dashboard.operation_run=Çalıştır +dashboard.clean_unbind_oauth=Bağlanmamış OAuth'ları Temizle +dashboard.clean_unbind_oauth_success=Bağlanmamış tüm OAuth'lar başarıyla silindi. +dashboard.delete_inactivate_accounts=Etkin olmayan tüm hesapları sil +dashboard.delete_inactivate_accounts_success=Pasif olan tüm hesaplar başarıyla silindi. +dashboard.delete_repo_archives=Tüm depo arşivlerini sil +dashboard.delete_repo_archives_success=Tüm depo arşivleri başarıyla silindi. +dashboard.delete_missing_repos=Git dosyalarını kaybetmiş tüm depo kayıtlarını sil +dashboard.delete_missing_repos_success=Git dosyalarını kaybetmiş tüm depo kayıtları başarıyla silindi. +dashboard.git_gc_repos=Depolarda çöp toplama işlemini gerçekleştir +dashboard.git_gc_repos_success=Tüm depolarda çöp toplama işlemi başarıyla gerçekleştirildi. +dashboard.resync_all_sshkeys='.ssh/authorized_keys' dosyasını yeniden yaz (dikkat: Gogs'un olmayan anahtarlar silinecektir) +dashboard.resync_all_sshkeys_success=Tüm genel anahtarlar başarıyla yeniden yazıldı. +dashboard.resync_all_update_hooks=Tüm depoların güncel web isteklerini yeniden yaz (özel yapılandırma yolu değiştiğinde gerekir) +dashboard.resync_all_update_hooks_success=Tüm depoların güncel web istekleri başarıyla yeniden yazıldı. +dashboard.reinit_missing_repos=Git dosyalarını kaybetmiş tüm depoları yeniden oluştur +dashboard.reinit_missing_repos_success=Git dosyalarını kaybetmiş tüm depolar başarıyla yeniden oluşturuldu. + +dashboard.server_uptime=Sunucunun Ayakta Kalma Süresi +dashboard.current_goroutine=Güncel Goroutine'ler +dashboard.current_memory_usage=Güncel Bellek Kullanımı +dashboard.total_memory_allocated=Bellekte Ayrılan Toplam Yer +dashboard.memory_obtained=Elde Edilen Bellek +dashboard.pointer_lookup_times=İşaret Arama Zamanları +dashboard.memory_allocate_times=Bellekte Yer Ayırma Zamanları +dashboard.memory_free_times=Bellekte Yer Boşaltma Zamanları +dashboard.current_heap_usage=Güncel Yığın Kullanımı +dashboard.heap_memory_obtained=Elde Edilen Yığın Belleği +dashboard.heap_memory_idle=Boştaki Yığın Belleği +dashboard.heap_memory_in_use=Kullanımdaki Yığın Belleği +dashboard.heap_memory_released=Serbest Bırakılmış Yığın Belleği +dashboard.heap_objects=Yığın Nesneleri +dashboard.bootstrap_stack_usage=İlk Yığın Kullanımı +dashboard.stack_memory_obtained=Elde Edilen Yığın Belleği +dashboard.mspan_structures_usage=Kullanımdaki MSpan Yapıları +dashboard.mspan_structures_obtained=Elde Edilen MSpan Yapıları +dashboard.mcache_structures_usage=Kullanılan MCache Yapıları +dashboard.mcache_structures_obtained=Elde Edilen MCache Yapıları +dashboard.profiling_bucket_hash_table_obtained=Elde Edilen Bucket Hash Tablosu Profilleme +dashboard.gc_metadata_obtained=Elde Edilen GC Metadata +dashboard.other_system_allocation_obtained=Elde Edilen Diğer Sistem Ayırmaları +dashboard.next_gc_recycle=Sonraki GC Döngüsü +dashboard.last_gc_time=Son GC Zamanından Beri +dashboard.total_gc_time=Toplam GC Durması +dashboard.total_gc_pause=Toplam GC Durması +dashboard.last_gc_pause=Son GC Durması +dashboard.gc_times=GC Zamanları + +users.user_manage_panel=Kullanıcı Yönetim Paneli +users.new_account=Yeni Hesap Oluştur +users.name=İsim +users.activated=Aktifleştirilmiş +users.admin=Yönetici +users.repos=Depolar +users.created=Oluşturuldu +users.send_register_notify=Kullanıcıya Kaydolma Bildirimi Gönder +users.new_success=Yeni hesap '%s' başarıyla oluşturuldu. +users.edit=Düzenle +users.auth_source=Yetkilendirme Kaynağı +users.local=Yerel +users.auth_login_name=Yetkilendirmeye Giriş İsmi +users.password_helper=Değiştirmemek için burayı boş bırakın. +users.update_profile_success=Hesap profili başarıyla güncellendi. +users.edit_account=Hesabı Düzenle +users.max_repo_creation=Maksimum Depo Oluşturma Limiti +users.max_repo_creation_desc=(Genel varsayılan limiti kullanmak için -1 yazın) +users.is_activated=Bu hesap aktivleştirildi +users.prohibit_login=Bu hesap oturum açmaya engellenmiş +users.is_admin=Bu hesap, yönetici izinlerine sahiptir +users.allow_git_hook=Bu hesap, Git istekleri oluşturmak için gereken yetkilere sahip +users.allow_import_local=Bu hesap, yerel depoları içeri aktarmak için gereken yetkilere sahip +users.update_profile=Hesap Profilini Güncelle +users.delete_account=Bu Hesabı Sil +users.still_own_repo=Bu hesap en az bir deponun sahibi durumunda. Öncelikle o depoyu silmeli ya da başka birine transfer etmelisiniz. +users.still_has_org=Bu hesabın en az bir organizasyonda üyeliği var. Öncelikle o organizasyondan ayrılmalı ya da o organizasyonu silmelisiniz. +users.deletion_success=Hesap başarıyla silindi! + +orgs.org_manage_panel=Organizasyon Yönetim Paneli +orgs.name=İsim +orgs.teams=Ekipler +orgs.members=Üyeler + +repos.repo_manage_panel=Depo Yönetim Paneli +repos.owner=Sahibi +repos.name=İsim +repos.private=Özel +repos.watches=İzlemeler +repos.stars=Yıldızlar +repos.issues=Sorunlar + +auths.auth_manage_panel=Yetkilendirme Yönetim Paneli +auths.new=Yeni Kaynak Ekle +auths.name=İsim +auths.type=Tür +auths.enabled=Aktifleştirilmiş +auths.updated=Güncellendi +auths.auth_type=Yetki Türü +auths.auth_name=Yetki İsmi +auths.security_protocol=Güvenlik Protokolü +auths.domain=Alan Adı +auths.host=Sunucu +auths.port=Port +auths.bind_dn=Bağlama DN'i +auths.bind_password=Bağlama Parolası +auths.bind_password_helper=Uyarı: Bu parola, ham halde bir metin dosyası içerisinde saklanacaktır. Yüksek izinli bir hesap kullanmayın. +auths.user_base=Kullanıcı Arama Tabanı +auths.user_dn=Kullanıcı DN'i +auths.attribute_username=Kullanıcı özelliği +auths.attribute_username_placeholder=Kullanıcı adı için giriş yapma form alanı kullanmak için boş bırakın. +auths.attribute_name=Ad özelliği +auths.attribute_surname=Soyad özelliği +auths.attribute_mail=E-posta özelliği +auths.attributes_in_bind=Bağlı DN tabanındaki özellikleri çek +auths.filter=Kullanıcı Filtresi +auths.admin_filter=Yönetici Filtresi +auths.ms_ad_sa=Ms Ad SA +auths.smtp_auth=SMTP Yetkilendirme Türü +auths.smtphost=SMTP Sunucusu +auths.smtpport=SMTP Portu +auths.allowed_domains=İzin Verilen Alan Adları +auths.allowed_domains_helper=Her alan adını kısıtlamak için burayı boş bırakın. Çoklu alan adları virgülle ',' ayrılmalıdır. +auths.enable_tls=TLS Şifrelemeyi Aktifleştir +auths.skip_tls_verify=TLS Doğrulamasını Atla +auths.pam_service_name=PAM Servis Adı +auths.enable_auto_register=Otomatik Kaydolmayı Aktifleştir +auths.tips=İpuçları +auths.edit=Yetkilendirme Ayarlarını Düzenle +auths.activated=Bu yetkilendirme aktif +auths.new_success=Yeni yetkilendirme '%s' başarıyla eklendi. +auths.update_success=Yetkilendirme ayarları başarıyla güncellendi. +auths.update=Yetkilendirme Ayarlarını Güncelle +auths.delete=Bu Yetkilendirmeyi Sil +auths.delete_auth_title=Yetkilendirme Silme +auths.delete_auth_desc=Bu yetkilendirme silinecek. Devam etmek istiyor musunuz? +auths.still_in_used=Bu yetkilendirme hala bazı kullanıcılar tarafından kullanılıyor. Lütfen öncelikle bunları silin ya da başka oturum açma türlerine çevirin. +auths.deletion_success=Yetkilendirme başarıyla silindi! + +config.server_config=Sunucu Yapılandırması +config.app_name=Uygulama Adı +config.app_ver=Uygulama Sürümü +config.app_url=Uygulama Bağlantısı +config.domain=Alan Adı +config.offline_mode=Çevrim Dışı Modu +config.disable_router_log=Yönlendirici Log'larını Devre Dışı Bırak +config.run_user=Çalıştırma Kullanıcısı +config.run_mode=Çalıştırma Modu +config.repo_root_path=Depo Kök Yolu +config.static_file_root_path=Sabit Dosya Kök Yolu +config.log_file_root_path=Log Dosyası Kök Yolu +config.script_type=Betik Türü +config.reverse_auth_user=Tersine Yetkilendirme Kullanıcısı + +config.ssh_config=SSH Yapılandırması +config.ssh_enabled=Aktif +config.ssh_start_builtin_server=Hazır Sunucuyu Başlat +config.ssh_domain=Alan Adı +config.ssh_port=Port +config.ssh_listen_port=Port'u Dinle +config.ssh_root_path=Kök Yol +config.ssh_key_test_path=Anahtar Test Yolu +config.ssh_keygen_path=Keygen ('ssh-keygen') Yolu +config.ssh_minimum_key_size_check=Minimum Anahtar Uzunluğu Kontrolü +config.ssh_minimum_key_sizes=Minimum Anahtar Uzunlukları + +config.db_config=Veritabanı Yapılandırması +config.db_type=Türü +config.db_host=Sunucu +config.db_name=İsim +config.db_user=Kullanıcı +config.db_ssl_mode=SSL Biçimi +config.db_ssl_mode_helper=(sadece "postgres" için) +config.db_path=Yol +config.db_path_helper=("sqlite3" ve "tidb" için) + +config.service_config=Servis Yapılandırması +config.register_email_confirm=E-posta Onayı Gerekli +config.disable_register=Kaydolma Hizmet Dışı +config.show_registration_button=Kaydolma Tuşunu Göster +config.require_sign_in_view=Oturum Açma Görünümünü İste +config.mail_notify=E-posta Bildirimi +config.disable_key_size_check=Minimum Anahtar Uzunluğu Kontrolünü Devre Dışı Bırak +config.enable_captcha=Captcha'yı Aktifleştir +config.active_code_lives=Kod Yaşamlarını Aktifleştir +config.reset_password_code_lives=Kod Yaşamları Parolasını Yenile + +config.webhook_config=Web İstekleri Yapılandırması +config.queue_length=Kuyruk Uzunluğu +config.deliver_timeout=Dağıtım Zaman Aşımı +config.skip_tls_verify=TLS Doğrulamasını Atla + +config.mailer_config=Mailer Yapılandırması +config.mailer_enabled=Aktif +config.mailer_disable_helo=HELO'yu Devre Dışı Bırak +config.mailer_name=İsim +config.mailer_host=Sunucu +config.mailer_user=Kullanıcı +config.send_test_mail=Test E-Postası Gönder +config.test_mail_failed='%s' adresine test e-postası gönderimi başarısız: %v +config.test_mail_sent='%s' adresine test e-postası gönderildi. + +config.oauth_config=OAuth Yapılandırması +config.oauth_enabled=Aktif + +config.cache_config=Önbellek Yapılandırması +config.cache_adapter=Önbellek Uyarlayıcısı +config.cache_interval=Önbellek Aralığı +config.cache_conn=Önbellek Bağlantısı + +config.session_config=Oturum Yapılandırması +config.session_provider=Oturum Sağlayıcı +config.provider_config=Sağlayıcı Yapılandırması +config.cookie_name=Çerez Adı +config.enable_set_cookie=Çerezleri Aktifleştir +config.gc_interval_time=GC Aralık Zamanı +config.session_life_time=Oturum Yaşam Zamanı +config.https_only=Yalnız HTTPS +config.cookie_life_time=Çerez Yaşam Zamanı + +config.picture_config=Resim Yapılandırması +config.picture_service=Resim Servisi +config.disable_gravatar=Gravatar Hizmet Dışı +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + +config.log_config=Log Yapılandırması +config.log_mode=Log Modu + +monitor.cron=Cron Görevleri +monitor.name=İsim +monitor.schedule=Program +monitor.next=Sonraki Zaman +monitor.previous=Önceki Zaman +monitor.execute_times=Çalıştırma Zamanları +monitor.process=Çalışan Süreçler +monitor.desc=Açıklama +monitor.start=Başlangıç Zamanı +monitor.execute_time=Çalıştırma Zamanı + +notices.system_notice_list=Sistem Bildirimleri +notices.view_detail_header=Bildirim Detayını Görüntüle +notices.actions=İşlemler +notices.select_all=Tümünü Seç +notices.deselect_all=Tümünü Seçmeyi Bırak +notices.inverse_selection=Seçimi Tersine Çevir +notices.delete_selected=Seçilenleri Sil +notices.delete_all=Tüm Bildirimleri Sil +notices.type=Tip +notices.type_1=Depo +notices.desc=Açıklama +notices.op=İşlem +notices.delete_success=Sistem bildirimleri başarıyla silindi. + +[action] +create_repo=depo %s oluşturuldu +rename_repo=%[1]s olan depo adını %[3]s buna çevirdi +commit_repo=%[4]s zamanında %[3]s buraya push yaptı +create_issue=`%s#%[2]s sorununu açtı` +close_issue=`%s#%[2]s sorununu kapattı` +reopen_issue=`%s#%[2]s sorununu tekrar açtı` +create_pull_request=`%s#%[2]s değişiklik isteğini oluşturdu` +close_pull_request=`%s#%[2]s değişiklik isteğini kapattı` +reopen_pull_request=`%s#%[2]s değişiklik isteğini tekrar açtı` +comment_issue=`%s#%[2]s sorununa yorum yazdı` +merge_pull_request=`%s#%[2]s değişim isteğini birleştirdi` +transfer_repo=depo %s %s'a aktarıldı +push_tag=etiket %[2]s %[3]s'a itelendi +compare_commits=Bu %d işlemeler için karşılaştırmaları görüntüle + +[tool] +ago=önce +from_now=şu andan +now=şimdi +1s=1 saniye %s +1m=1 dakika %s +1h=1 saat %s +1d=1 gün %s +1w=1 hafta %s +1mon=1 ay %s +1y=1 yıl %s +seconds=%d saniye %s +minutes=%d dakika %s +hours=%d saat %s +days=%d gün %s +weeks=%d hafta %s +months=%d ay %s +years=%d yıl %s +raw_seconds=saniyeler +raw_minutes=dakikalar + +[dropzone] +default_message=Dosyaları yüklemek için sürükleyin veya tıklayın. +invalid_input_type=Bu türdeki dosyaları yükleyemezsiniz. +file_too_big=Dosyanızın boyutu:({{filesize}} MB) Boyut sınırını aşıyor. Maksimum boyut:({{maxFilesize}} MB). +remove_file=Dosya Kaldır + diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini old mode 100755 new mode 100644 index 672fcdb98..1dca59f96 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -96,6 +96,8 @@ offline_mode=启用离线模式 offline_mode_popup=在部署模式下也禁用从 CDN 获取文件,所以的资源都将从本地服务器获取。 disable_gravatar=禁用 Gravatar 服务 disable_gravatar_popup=禁用 Gravatar 和自定义源,仅使用由用户上传的或默认的头像。 +federated_avatar_lookup=启用 Federated Avatars 查找 +federated_avatar_lookup_popup=启用 Federated Avatars 查找以使用开源的 Libravatar 服务。 disable_registration=禁止用户自主注册 disable_registration_popup=禁止用户自行注册功能,只有管理员可以添加帐号。 enable_captcha=启用验证码服务 @@ -124,6 +126,7 @@ uname_holder=用户名或邮箱 password_holder=密码 switch_dashboard_context=切换控制面板用户 my_repos=我的仓库 +show_more_repos=显示更多仓库... collaborative_repos=参与协作的仓库 my_orgs=我的组织 my_mirrors=我的镜像 @@ -148,6 +151,8 @@ forget_password=忘记密码? sign_up_now=还没帐户?马上注册。 confirmation_mail_sent_prompt=一封新的确认邮件已经被发送至 %s,请检查您的收件箱并在 %d 小时内完成确认注册操作。 active_your_account=激活您的帐户 +prohibit_login=禁止登录 +prohibit_login_desc=您的帐户被禁止登录,请联系网站管理员。 resent_limit_prompt=对不起,您请求发送激活邮件过于频繁,请等待 3 分钟后再试! has_unconfirmed_mail=%s 您好,系统检测到您有一封发送至 %s 但未被确认的邮件。如果您未收到激活邮件,或需要重新发送,请单击下方的按钮。 resend_mail=单击此处重新发送确认邮件 @@ -157,6 +162,7 @@ reset_password=重置密码 invalid_code=对不起,您的确认代码已过期或已失效。 reset_password_helper=单击此处重置密码 password_too_short=密码长度不能少于 6 位! +non_local_account=非本地类型的帐户无法通过 Gogs 修改密码。 [mail] activate_account=请激活您的帐户 @@ -183,6 +189,13 @@ TeamName=团队名称 AuthName=认证名称 AdminEmail=管理员邮箱 +NewBranchName=新的分支名称 +CommitSummary=提交小结 +CommitMessage=提交消息 +CommitChoice=提交选择 +TreeName=文件路径 +Content=内容 + require_error=不能为空。 alpha_dash_error=必须为英文字母、阿拉伯数字或横线(-_)。 alpha_dash_dot_error=必须为英文字母、阿拉伯数字、横线(-_)或点。 @@ -219,8 +232,7 @@ org_still_own_repo=该组织仍然是某些仓库的拥有者,您必须先转 target_branch_not_exist=目标分支不存在。 [user] -change_avatar=到 gravatar.com 上修改您的头像 -change_custom_avatar=到个人设置中修改头像 +change_avatar=修改头像 join_on=加入于 repositories=仓库列表 activity=公开活动 @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=用户名不允许 '%s' 的格式。 [settings] profile=个人信息 password=修改密码 +avatar=头像设置 ssh_keys=管理 SSH 密钥 social=社交帐号绑定 applications=管理授权应用 @@ -256,6 +269,8 @@ change_username_prompt=该操作将会影响到所有与您帐户有关的链接 continue=继续操作 cancel=取消操作 +lookup_avatar_by_mail=通过邮箱地址获取头像 +federated_avatar_lookup=Federated Avatar 查找 enable_custom_avatar=启动自定义头像 choose_new_avatar=选择新的头像 update_avatar=更新头像设置 @@ -342,7 +357,7 @@ fork_from=派生自 fork_visiblity_helper=派生仓库无法修改可见性 repo_desc=仓库描述 repo_lang=仓库语言 -repo_lang_helper=请选择 .gitignore 文件 +repo_gitignore_helper=选择 .gitignore 模板 license=授权许可 license_helper=请选择授权许可文件 readme=自述文档 @@ -350,9 +365,12 @@ readme_helper=请选择自述文档模板 auto_init=使用选定的文件和模板初始化仓库 create_repo=创建仓库 default_branch=默认分支 +mirror_prune=修剪 +mirror_prune_desc=当远程追踪的引用被删除时本地也同步删除 mirror_interval=镜像同步周期(小时) mirror_address=镜像地址 mirror_address_desc=请在镜像地址中写入必要的用户凭据信息。 +mirror_last_synced=上次同步时间: watchers=关注者 stargazers=称赞者 forks=派生仓库 @@ -407,6 +425,45 @@ file_raw=原始文件 file_history=文件历史 file_view_raw=查看原始文件 file_permalink=永久链接 +file_too_large=文件过大导致无法显示 + +editor.new_file=新的文件 +editor.upload_file=上传文件 +editor.edit_file=编辑文件 +editor.preview_changes=预览变更 +editor.cannot_edit_non_text_files=无法编辑非文本文件 +editor.edit_this_file=编辑此文件 +editor.must_be_on_a_branch=您必须在某个分支上才能对此文件进行修改操作 +editor.fork_before_edit=您必须派生此仓库才能对此文件进行修改操作 +editor.delete_this_file=删除此文件 +editor.must_have_write_access=您必须具有可写权限才能对此文件进行修改操作 +editor.file_delete_success=文件 '%s' 删除成功! +editor.name_your_file=命名文件... +editor.filename_help=输入名称后按下 / 键即可添加目录,或将光标移至输入框最左侧按下退格键移除目录。 +editor.or=或 +editor.cancel_lower=取消 +editor.commit_changes=提交变更 +editor.add_tmpl=添加 '%s/<文件名>' +editor.add=添加 '%s' +editor.update=更新 '%s' +editor.delete=删除 '%s' +editor.commit_message_desc=添加一个可选的扩展描述... +editor.commit_directly_to_this_branch=直接提交至 %s 分支。 +editor.create_new_branch=为此提交创建一个 新的分支 并发起合并请求。 +editor.new_branch_name_desc=新的分支名称... +editor.cancel=取消 +editor.filename_cannot_be_empty=文件名不能为空。 +editor.branch_already_exists=此仓库已存在名为 '%s' 的分支。 +editor.directory_is_a_file=路径 '%s' 的父路径中包含此仓库已存在的文件名。 +editor.filename_is_a_directory=文件名 '%s' 是此仓库中已存在的目录名。 +editor.file_editing_no_longer_exists=您编辑的文件 '%s' 已经不存在于此仓库中。 +editor.file_changed_while_editing=文件内容在您进行编辑时已经发生变动。单击此处 查看变动的具体内容,或者 再次提交 覆盖已发生的变动。 +editor.file_already_exists=此仓库已经存在名为 '%s' 的文件。 +editor.no_changes_to_show=没有可以显示的变更。 +editor.fail_to_update_file=更新/创建文件 '%s' 时发生错误:%v +editor.add_subdir=添加子目录... +editor.unable_to_upload_files=上传文件至 '%s' 时发生错误:%v +editor.upload_files_to_dir=上传文件至 '%s' commits.commits=次代码提交 commits.search=搜索提交历史 @@ -433,6 +490,11 @@ issues.create=创建工单 issues.new_label=创建标签 issues.new_label_placeholder=标签名称... issues.create_label=创建标签 +issues.label_templates.title=加载预定义的标签模板 +issues.label_templates.info=此仓库还未创建任何标签,您可以通过上方的 "创建标签" 创建一个新的标签或加载一组预定义的标签。 +issues.label_templates.helper=选择标签模板 +issues.label_templates.use=加载标签模板 +issues.label_templates.fail_to_load_file=加载标签模板文件 '%s' 时发生错误:%v issues.open_tab=%d 个开启中 issues.close_tab=%d 个已关闭 issues.filter_label=标签筛选 @@ -460,7 +522,8 @@ issues.next=下一页 issues.open_title=开启中 issues.closed_title=已关闭 issues.num_comments=%d 条评论 -issues.commented_at=`于 %[2]s 评论` +issues.commented_at=`评论于 %s` +issues.delete_comment_confirm=您确定要删除该条评论吗? issues.no_content=这个人很懒,什么都没留下。 issues.close_issue=关闭 issues.close_comment_issue=评论并关闭 @@ -473,8 +536,7 @@ issues.commit_ref_at=`在代码提交 %[2]s 中 issues.poster=发布者 issues.collaborator=协作者 issues.owner=所有者 -issues.sign_up_for_free=免费注册 -issues.sign_in_require_desc=并加入到对话中来。如果您已经注册,可以直接 登录并评论 +issues.sign_in_require_desc=登陆 并参与到对话中。 issues.edit=编辑 issues.cancel=取消 issues.save=保存 @@ -489,6 +551,8 @@ issues.label_deletion=删除标签操作 issues.label_deletion_desc=删除该标签将会移除所有工单中相关的信息。是否继续? issues.label_deletion_success=标签删除成功! issues.num_participants=%d 名参与者 +issues.attachment.open_tab=`在新的标签页中查看 '%s'` +issues.attachment.download=`点击下载 '%s'` pulls.new=创建合并请求 pulls.compare_changes=对比文件变化 @@ -561,20 +625,32 @@ wiki.last_updated=最后更新于 %s settings=仓库设置 settings.options=基本设置 settings.collaboration=管理协作者 +settings.collaboration.admin=管理权限 +settings.collaboration.write=可写权限 +settings.collaboration.read=可读权限 +settings.collaboration.undefined=未定义 settings.hooks=管理 Web 钩子 settings.githooks=管理 Git 钩子 settings.basic_settings=基本设置 +settings.mirror_settings=镜像设置 +settings.sync_mirror=立即同步 +settings.mirror_sync_in_progress=镜像同步请求已经生效,请稍后刷新页面。 settings.site=官方网站 settings.update_settings=更新仓库设置 settings.change_reponame_prompt=该操作将会影响到所有与该仓库有关的链接 settings.advanced_settings=高级设置 -settings.wiki_desc=启用 Wiki 以允许用户协作文档 +settings.wiki_desc=启用 Wiki 系统 +settings.use_internal_wiki=使用内置 Wiki 系统 settings.use_external_wiki=使用外部 Wiki settings.external_wiki_url=外部 Wiki 链接 settings.external_wiki_url_desc=当访问者单击分页标签时,将会被重定向到该链接。 -settings.issues_desc=启用内置的轻量级工单管理系统 +settings.issues_desc=启用工单管理系统 +settings.use_internal_issue_tracker=使用内置的轻量级工单管理系统 settings.use_external_issue_tracker=使用外部的工单管理系统 settings.tracker_url_format=外部工单管理系统的 URL 格式 +settings.tracker_issue_style=外部工单管理系统命名风格: +settings.tracker_issue_style.numeric=纯数字形式 +settings.tracker_issue_style.alphanumeric=英文字母数字组合形式 settings.tracker_url_format_desc=您可以使用 {user} {repo} {index} 分别作为用户名、仓库名和工单索引的占位符。 settings.pulls_desc=启用合并请求以接受社区贡献 settings.danger_zone=危险操作区 @@ -597,9 +673,7 @@ settings.delete=删除本仓库 settings.delete_desc=删除仓库操作不可逆转,请三思而后行。 settings.delete_notices_1=- 此操作 不可以 被回滚。 settings.delete_notices_2=- 此操作将永久删除该仓库,包括 Git 数据、 工单、 评论和协作者的操作权限。 -settings.delete_notices_fork_1=- 如果该仓库为公开的,则在删除仓库后所有的派生仓库都将转换成独立的仓库。 -settings.delete_notices_fork_2=- 如果该仓库为私有,则会同时删除所有的派生仓库。 -settings.delete_notices_fork_3=- 如果您想要保留派生仓库,请先将可见性修改为公开的后再进行删除操作。 +settings.delete_notices_fork_1=- 删除完成后所有的派生仓库都将转换为独立的仓库。 settings.deletion_success=仓库删除成功! settings.update_settings_success=仓库设置更新成功! settings.transfer_owner=新拥有者 @@ -646,6 +720,8 @@ settings.event_send_everything=请把 一切 都给我 settings.event_choose=我的命运自己主宰 settings.event_create=创建 settings.event_create_desc=创建分支或标签 +settings.event_pull_request=合并请求 +settings.event_pull_request_desc=开启、关闭、重新开启、编辑、指派、取消指派、更新标签、清除标签或同步合并请求 settings.event_push=推送 settings.event_push_desc=Git 仓库推送 settings.active=是否激活 @@ -683,6 +759,8 @@ diff.show_unified_view=合并视图 diff.stats_desc=共有 %d 个文件被更改,包括 %d 次插入%d 次删除 diff.bin=二进制 diff.view_file=查看文件 +diff.file_suppressed=文件差异内容过多而无法显示 +diff.too_many_files=部分文件因为文件数量过多而无法显示 release.releases=版本发布 release.new_release=发布新版 @@ -713,6 +791,7 @@ release.deletion=删除版本发布操作 release.deletion_desc=删除该版本发布将会移除相应的 Git 标签。是否继续? release.deletion_success=版本发布删除成功! release.tag_name_already_exist=已经存在使用相同标签进行发布的版本。 +release.tag_name_invalid=标签名称不是有效的名称。 release.downloads=下载附件 [org] @@ -880,6 +959,7 @@ users.edit_account=编辑用户信息 users.max_repo_creation=最大允许创建仓库数量 users.max_repo_creation_desc=(设置为 -1 表示使用全局默认值) users.is_activated=该用户已被激活 +users.prohibit_login=该帐户被禁止登录 users.is_admin=该用户具有管理员权限 users.allow_git_hook=该用户具有创建 Git 钩子的权限 users.allow_import_local=该用户具有导入本地仓库的权限 @@ -910,6 +990,7 @@ auths.enabled=已启用 auths.updated=最后更新时间 auths.auth_type=认证类型 auths.auth_name=认证名称 +auths.security_protocol=安全协议 auths.domain=域名 auths.host=主机地址 auths.port=主机端口 @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL 模式 config.db_ssl_mode_helper=(仅限 "postgres" 使用) config.db_path=数据库路径 config.db_path_helper=(用于 "sqlite3" 和 "tidb") + config.service_config=服务配置 config.register_email_confirm=注册邮件确认 config.disable_register=关闭注册功能 @@ -994,10 +1076,12 @@ config.disable_key_size_check=禁用密钥最小长度检查 config.enable_captcha=启用验证码服务 config.active_code_lives=激活用户链接有效期 config.reset_password_code_lives=重置密码链接有效期 + config.webhook_config=Web 钩子配置 config.queue_length=队列长度 config.deliver_timeout=推送超时 config.skip_tls_verify=忽略 TLS 验证 + config.mailer_config=邮件配置 config.mailer_enabled=启用服务 config.mailer_disable_helo=禁用 HELO 操作 @@ -1007,12 +1091,15 @@ config.mailer_user=发送者帐号 config.send_test_mail=发送测试邮件 config.test_mail_failed=发送测试邮件至 '%s' 时失败:%v config.test_mail_sent=测试邮件已经发送至 '%s'。 + config.oauth_config=社交帐号配置 config.oauth_enabled=启用服务 + config.cache_config=Cache 配置 config.cache_adapter=Cache 适配器 config.cache_interval=Cache 周期 config.cache_conn=Cache 连接字符串 + config.session_config=Session 配置 config.session_provider=Session 提供者 config.provider_config=提供者配置 @@ -1022,9 +1109,24 @@ config.gc_interval_time=GC 周期 config.session_life_time=Session 生命周期 config.https_only=仅限 HTTPS config.cookie_life_time=Cookie 生命周期 + config.picture_config=图片配置 config.picture_service=图片服务 config.disable_gravatar=禁用 Gravatar 头像 +config.enable_federated_avatar=启用 Federated Avatars + +config.git_config=Git 配置 +config.git_disable_diff_highlight=禁用差异对比语法高亮 +config.git_max_diff_lines=差异对比显示的最大行数(单个文件) +config.git_max_diff_line_characters=差异对比显示的最大字符数(单行) +config.git_max_diff_files=差异对比显示的最大文件数 +config.git_gc_args=GC 参数 +config.git_migrate_timeout=迁移操作超时 +config.git_mirror_timeout=镜像更新操作超时 +config.git_clone_timeout=克隆操作超时 +config.git_pull_timeout=拉取操作超时 +config.git_gc_timeout=GC 操作超时 + config.log_config=日志配置 config.log_mode=日志模式 diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini old mode 100755 new mode 100644 index 817e57d36..bff922f36 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -38,7 +38,7 @@ settings=設定 your_profile=個人資料 your_settings=用戶設定 -activities=Activities +activities=活動 pull_requests=合併請求 issues=問題 @@ -58,7 +58,7 @@ db_name=資料庫名稱 db_helper=如果您使用 MySQL,請使用 INNODB 引擎以及 utf8_general_ci 字符集。 ssl_mode=SSL 模式 path=數據庫文件路徑 -sqlite_helper=The file path of SQLite3 or TiDB database.
Please use absolute path when you start as service. +sqlite_helper=SQLite3 或 TiDB 資料庫檔案路徑。
作為以服務執行時,請使用絕對路徑。 err_empty_db_path=SQLite3 或 TiDB 的數據庫路徑不能為空。 err_invalid_tidb_name=TiDB 數據庫名稱不允許包含字符 "." 或 "-" 。 no_admin_and_disable_registration=您不能夠在未創建管理員用戶的情況下禁止註冊。 @@ -79,8 +79,8 @@ http_port=HTTP 端口號 http_port_helper=應用監聽的端口號 app_url=應用程式網址 app_url_helper=該設置影響 HTTP/HTTPS 複製地址和一些郵箱中的連結。 -log_root_path=Log Path -log_root_path_helper=Directory to write log files to. +log_root_path=日誌路徑 +log_root_path_helper=寫入日誌檔目錄 optional_title=可選設置 email_title=電子郵件服務設定 @@ -96,6 +96,8 @@ offline_mode=啓用離線模式 offline_mode_popup=在部署模式下也禁用從 CDN 獲取文件,所有的資源將從本地伺服器獲取。 disable_gravatar=禁用 Gravatar 服務 disable_gravatar_popup=禁用 Gravatar 和自定義源,僅使用由用戶上傳或默認的頭像。 +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. disable_registration=禁止用戶自主註冊 disable_registration_popup=禁止用戶自主註冊功能,只有管理員可以添加帳號。 enable_captcha=啟用驗證碼服務 @@ -117,13 +119,14 @@ run_user_not_match=執行系統用戶非當前用戶:%s -> %s save_config_failed=應用配置保存失敗:%v invalid_admin_setting=管理員帳戶設置不正確:%v install_success=您好!我們很高興您選擇使用 Gogs,祝您使用愉快,代碼從此無 BUG! -invalid_log_root_path=Log root path is invalid: %v +invalid_log_root_path=日誌根目錄無效: %v [home] uname_holder=用戶名或郵箱 password_holder=密碼 switch_dashboard_context=切換控制面版用戶 my_repos=我的倉庫 +show_more_repos=Show more repositories... collaborative_repos=參與協作的倉庫 my_orgs=我的組織 my_mirrors=我的鏡像 @@ -133,8 +136,8 @@ issues.in_your_repos=屬於該用戶倉庫的 [explore] repos=探索倉庫 -users=Users -search=Search +users=用戶 +search=搜索 [auth] create_new_account=創建帳戶 @@ -148,6 +151,8 @@ forget_password=忘記密碼? sign_up_now=還沒帳戶?馬上註冊。 confirmation_mail_sent_prompt=一封新的確認郵件已經被發送至 %s,請檢查您的收件箱並在 %d 小時內完成確認註冊操作。 active_your_account=激活您的帳戶 +prohibit_login=Login Prohibited +prohibit_login_desc=Your account is prohibited to login, please contact site admin. resent_limit_prompt=對不起,您請求發送激活郵件過於頻繁,請等待 3 分鐘後再試! has_unconfirmed_mail=%s 您好,您有一封發送至( %s) 但未被確認的郵件。如果您未收到激活郵件,或需要重新發送,請單擊下方的按鈕。 resend_mail=單擊此處重新發送確認郵件 @@ -157,6 +162,7 @@ reset_password=重置密碼 invalid_code=對不起,您的確認代碼已過期或已失效。 reset_password_helper=單擊此處重置密碼 password_too_short=密碼長度不能少於 6 位! +non_local_account=Non-local accounts cannot change passwords through Gogs. [mail] activate_account=請激活您的帳戶 @@ -183,6 +189,13 @@ TeamName=團隊名稱 AuthName=認證名稱 AdminEmail=管理員郵箱 +NewBranchName=New branch name +CommitSummary=Commit summary +CommitMessage=Commit message +CommitChoice=Commit choice +TreeName=File path +Content=Content + require_error=不能為空。 alpha_dash_error=必須為英文字母、阿拉伯數字或橫線(-_)。 alpha_dash_dot_error=必須為英文字母、阿拉伯數字、橫線(-_)或點。 @@ -219,8 +232,7 @@ org_still_own_repo=該組織仍然是某些倉庫的擁有者,您必須先轉 target_branch_not_exist=目標分支不存在 [user] -change_avatar=到 gravatar.com 上修改您的頭像 -change_custom_avatar=到個人設置中修改頭像 +change_avatar=Change your avatar join_on=加入於 repositories=倉庫列表 activity=公開活動 @@ -236,6 +248,7 @@ form.name_pattern_not_allowed=用戶名不允許 '%s' 的格式。 [settings] profile=個人信息 password=修改密碼 +avatar=Avatar ssh_keys=管理 SSH 密鑰 social=社交帳號綁定 applications=管理授權應用 @@ -256,10 +269,12 @@ change_username_prompt=該操作將會影響到所有與您帳戶有關的鏈接 continue=繼續操作 cancel=取消操作 +lookup_avatar_by_mail=Lookup Avatar by mail +federated_avatar_lookup=Federated Avatar Lookup enable_custom_avatar=啟動自定義頭像 choose_new_avatar=選擇新的頭像 update_avatar=更新頭像設置 -delete_current_avatar=Delete Current Avatar +delete_current_avatar=刪除當前頭像 uploaded_avatar_not_a_image=上傳的文件不是一張圖片! update_avatar_success=您的頭像設置更新成功! @@ -342,7 +357,7 @@ fork_from=派生自 fork_visiblity_helper=派生倉庫無法修改可見性。 repo_desc=倉庫描述 repo_lang=倉庫語言 -repo_lang_helper=請選擇 .gitignore 文件 +repo_gitignore_helper=Select .gitignore templates license=授權許可 license_helper=請選擇授權許可文件 readme=Readme @@ -350,9 +365,12 @@ readme_helper=請選擇readme模板 auto_init=使用選定的文件和模板初始化倉庫 create_repo=創建倉庫 default_branch=默認分支 +mirror_prune=Prune +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=鏡像同步周期(小時) mirror_address=鏡像地址 mirror_address_desc=請在位址中包括必要的使用者憑據。 +mirror_last_synced=Last Synced watchers=關注者 stargazers=稱讚者 forks=派生倉庫 @@ -382,7 +400,7 @@ unwatch=取消關注 watch=關註 unstar=取消讚好 star=讚好 -fork=派生 +fork=複刻 no_desc=暫無描述 quick_guide=快速幫助 @@ -407,6 +425,45 @@ file_raw=原始文件 file_history=文件歷史 file_view_raw=查看原始文件 file_permalink=永久連結 +file_too_large=This file is too large to be shown + +editor.new_file=New file +editor.upload_file=Upload file +editor.edit_file=Edit file +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=Cannot edit non-text files +editor.edit_this_file=Edit this file +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=Delete this file +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=or +editor.cancel_lower=cancel +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=Add '%s' +editor.update=Update '%s' +editor.delete=Delete '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=New branch name... +editor.cancel=Cancel +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=There are no changes to show. +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=Add subdirectory... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' commits.commits=次代碼提交 commits.search=搜索提交歷史 @@ -433,6 +490,11 @@ issues.create=創建問題 issues.new_label=創建標籤 issues.new_label_placeholder=標籤名稱... issues.create_label=創建標籤 +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v issues.open_tab=%d 個開啓中 issues.close_tab=%d 個已關閉 issues.filter_label=標籤篩選 @@ -460,7 +522,8 @@ issues.next=下一頁 issues.open_title=開啟中 issues.closed_title=已關閉 issues.num_comments=%d 條評論 -issues.commented_at=`於 %[2]s 評論` +issues.commented_at=`commented %s` +issues.delete_comment_confirm=Are you sure you want to delete this comment? issues.no_content=尚未有任何內容 issues.close_issue=關閉 issues.close_comment_issue=關閉及評論 @@ -471,10 +534,9 @@ issues.closed_at=`於 %[2]s 關閉` issues.reopened_at=`於 %[2]s 重新開啟` issues.commit_ref_at=`在代碼提交 %[2]s 中引用了該問題` issues.poster=發佈者 -issues.collaborator=Collaborator +issues.collaborator=協同者 issues.owner=所有者 -issues.sign_up_for_free=免費註冊 -issues.sign_in_require_desc=及加入到對話當中。如果您已經註冊,可以直接 登錄及評論 +issues.sign_in_require_desc=Sign in to join this conversation. issues.edit=編輯 issues.cancel=取消 issues.save=保存 @@ -488,7 +550,9 @@ issues.label_modify=修改標籤 issues.label_deletion=刪除標籤 issues.label_deletion_desc=刪除該標籤將會移除所有問題中相關的訊息。是否繼續? issues.label_deletion_success=標籤刪除成功! -issues.num_participants=%d Participants +issues.num_participants=%d 參與者 +issues.attachment.open_tab=`Click to see "%s" in a new tab` +issues.attachment.download=`Click to download "%s"` pulls.new=創建合併請求 pulls.compare_changes=對比文件變化 @@ -552,8 +616,8 @@ wiki.save_page=保存頁面 wiki.last_commit_info=%s 於 %s 修改了此頁面 wiki.edit_page_button=修改 wiki.new_page_button=新的頁面 -wiki.delete_page_button=Delete Page -wiki.delete_page_notice_1=This will delete the page "%s". Please be certain. +wiki.delete_page_button=刪除頁面 +wiki.delete_page_notice_1=這將刪除頁面 "%s"。請三思而後行。 wiki.page_already_exists=相同名稱的 Wiki 頁面已經存在。 wiki.pages=所有頁面 wiki.last_updated=最後更新於 %s @@ -561,26 +625,38 @@ wiki.last_updated=最後更新於 %s settings=倉庫設置 settings.options=基本設置 settings.collaboration=管理協作者 +settings.collaboration.admin=Admin +settings.collaboration.write=Write +settings.collaboration.read=Read +settings.collaboration.undefined=Undefined settings.hooks=管理 Web 鉤子 settings.githooks=管理 Git 鉤子 settings.basic_settings=基本設置 +settings.mirror_settings=Mirror Settings +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. settings.site=官方網站 settings.update_settings=更新倉庫設置 settings.change_reponame_prompt=該操作將會影響到所有與該倉庫有關的鏈接 settings.advanced_settings=高級設置 -settings.wiki_desc=啟用 Wiki 以允許用戶協作文檔 +settings.wiki_desc=Enable wiki system +settings.use_internal_wiki=Use builtin wiki settings.use_external_wiki=使用外部 wiki settings.external_wiki_url=外部 Wiki 連結 settings.external_wiki_url_desc=當分頁上按一下,訪客將會重新導到 URL。 -settings.issues_desc=啟用內置的輕量級問題管理系統 +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker settings.use_external_issue_tracker=使用外部的問題管理系統 settings.tracker_url_format=外部問題管理系統的 URL 格式 +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=Numeric +settings.tracker_issue_style.alphanumeric=Alphanumeric settings.tracker_url_format_desc=您可以使用 {user} {repo} {index} 分別作為用戶名、倉庫名和問題索引的占位符。 settings.pulls_desc=啟用合併請求以接受社區貢獻 settings.danger_zone=危險操作區 settings.new_owner_has_same_repo=新的倉庫擁有者已經存在同名倉庫! -settings.convert=Convert To Regular Repository -settings.convert_desc=You can convert this mirror to a regular repository. This cannot be reversed. +settings.convert=轉換為正規倉庫 +settings.convert_desc=您可以將此鏡像轉成正規倉庫。此動做不可逆。 settings.convert_notices_1=- This operation will convert this repository mirror into a regular repository and cannot be undone. settings.convert_confirm=Confirm Conversion settings.convert_succeed=Repository has been converted to regular type successfully. @@ -589,17 +665,15 @@ settings.transfer_desc=您可以將倉庫轉移至您擁有管理員權限的帳 settings.transfer_notices_1=- 如果您將倉庫轉移給個人用戶,您將會丟失操作權限。 settings.transfer_notices_2=- 如果您將倉庫轉移給您是所有者的組織,您的操作權限將被保留。 settings.transfer_form_title=請輸入以下信息以確認您的操作: -settings.wiki_delete=Erase Wiki Data +settings.wiki_delete=刪除 Wiki 資料 settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain. -settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s +settings.wiki_delete_notices_1=- 將刪除和停用 %s 的 wiki settings.wiki_deletion_success=Repository wiki data have been erased successfully. settings.delete=刪除本倉庫 settings.delete_desc=刪除倉庫操作不可逆轉,請三思而後行。 settings.delete_notices_1=- 此操作 不可以 被回滾。 settings.delete_notices_2=- 此操作將永久刪除該倉庫,包括 Git 數據、 問題、 評論和協作者的操作權限。 -settings.delete_notices_fork_1=- 如果該倉庫為公開的,則在刪除倉庫後所有的派生倉庫都將轉換成獨立的倉庫。 -settings.delete_notices_fork_2=- 如果該倉庫為私有,則會同時刪除所有的派生倉庫。 -settings.delete_notices_fork_3=- 如果您想要保留派生倉庫,請先將可見性修改為公開的後再進行刪除操作。 +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=倉庫刪除成功! settings.update_settings_success=倉庫設置更新成功! settings.transfer_owner=新擁有者 @@ -608,7 +682,7 @@ settings.transfer_succeed=倉庫所有權轉移成功! settings.confirm_delete=確認刪除倉庫 settings.add_collaborator=增加新的協作者 settings.add_collaborator_success=成功添加新的協作者! -settings.delete_collaborator=Delete +settings.delete_collaborator=刪除 settings.collaborator_deletion=Collaborator Deletion settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue? settings.remove_collaborator_success=被操作的協作者已經被收回權限! @@ -646,6 +720,8 @@ settings.event_send_everything=推送 所有 事件 settings.event_choose=讓我選擇我的需要 settings.event_create=創建 settings.event_create_desc=創建分支或標籤 +settings.event_pull_request=Pull Request +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. settings.event_push=推送 settings.event_push_desc=Git 倉庫推送 settings.active=是否激活 @@ -683,6 +759,8 @@ diff.show_unified_view=統一視圖 diff.stats_desc=共有 %d 個文件被更改,包括 %d 次插入%d 次删除 diff.bin=二進制 diff.view_file=查看文件 +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=版本發佈 release.new_release=發佈新版本 @@ -713,6 +791,7 @@ release.deletion=刪除版本發布操作 release.deletion_desc=刪除該版本發布將會移除相應的 Git 標籤。是否繼續? release.deletion_success=版本發布刪除成功! release.tag_name_already_exist=已經存在使用相同標籤的發佈版本。 +release.tag_name_invalid=Tag name is not valid. release.downloads=下載附件 [org] @@ -880,6 +959,7 @@ users.edit_account=編輯用戶信息 users.max_repo_creation=最大儲存庫新增限制 users.max_repo_creation_desc=(設定 -1 使用全域預設限制) users.is_activated=該用戶已被激活 +users.prohibit_login=This account is prohibited to login users.is_admin=該用戶具有管理員權限 users.allow_git_hook=該帳戶具有創建 Git 鉤子的權限 users.allow_import_local=該用戶具有導入本地倉庫的權限 @@ -910,6 +990,7 @@ auths.enabled=已啟用 auths.updated=最後更新時間 auths.auth_type=認證類型 auths.auth_name=認證名稱 +auths.security_protocol=Security Protocol auths.domain=域名 auths.host=主機地址 auths.port=主機端口 @@ -963,17 +1044,17 @@ config.log_file_root_path=日志文件根目錄 config.script_type=腳本類型 config.reverse_auth_user=反向代理認證 -config.ssh_config=SSH Configuration -config.ssh_enabled=Enabled -config.ssh_start_builtin_server=Start Builtin Server +config.ssh_config=SSH 配置 +config.ssh_enabled=已啟用 +config.ssh_start_builtin_server=啟動內建伺服器 config.ssh_domain=Domain -config.ssh_port=Port -config.ssh_listen_port=Listen Port -config.ssh_root_path=Root Path -config.ssh_key_test_path=Key Test Path -config.ssh_keygen_path=Keygen ('ssh-keygen') Path -config.ssh_minimum_key_size_check=Minimum Key Size Check -config.ssh_minimum_key_sizes=Minimum Key Sizes +config.ssh_port=埠 +config.ssh_listen_port=監聽埠 +config.ssh_root_path=根路徑 +config.ssh_key_test_path=金鑰測試路徑 +config.ssh_keygen_path=金鑰產生 (' ssh-keygen ') 路徑 +config.ssh_minimum_key_size_check=金鑰最小大小檢查 +config.ssh_minimum_key_sizes=金鑰最小大小 config.db_config=數據庫配置 config.db_type=數據庫類型 @@ -984,6 +1065,7 @@ config.db_ssl_mode=SSL 模式 config.db_ssl_mode_helper=(僅限 "postgres" 使用) config.db_path=數據庫路徑 config.db_path_helper=(用於 "sqlite3" 和 "tidb") + config.service_config=服務配置 config.register_email_confirm=註冊電子郵件確認 config.disable_register=關閉註冊功能 @@ -994,25 +1076,30 @@ config.disable_key_size_check=禁用密鑰最小長度檢查 config.enable_captcha=啟用驗證碼服務 config.active_code_lives=激活用戶連結有效期 config.reset_password_code_lives=重置密碼連結有效期 + config.webhook_config=Web 鉤子配置 config.queue_length=隊列長度 config.deliver_timeout=推送超時 config.skip_tls_verify=忽略 TLS 驗證 + config.mailer_config=郵件配置 config.mailer_enabled=啟用服務 config.mailer_disable_helo=禁用 HELO 操作 config.mailer_name=發送者名稱 config.mailer_host=郵件主機地址 config.mailer_user=發送者帳號 -config.send_test_mail=Send Test Email -config.test_mail_failed=Fail to send test email to '%s': %v -config.test_mail_sent=Test email has been sent to '%s'. +config.send_test_mail=發送測試郵件 +config.test_mail_failed=無法向 '%s' 發送測試郵件: %v +config.test_mail_sent=測試電子郵件已發送到 '%s'。 + config.oauth_config=社交帳號配置 config.oauth_enabled=啟用服務 + config.cache_config=Cache 配置 config.cache_adapter=Cache 適配器 config.cache_interval=Cache 周期 config.cache_conn=Cache 連接字符串 + config.session_config=Session 配置 config.session_provider=Session 提供者 config.provider_config=提供者配置 @@ -1022,9 +1109,24 @@ config.gc_interval_time=垃圾收集周期 config.session_life_time=Session 生命周期 config.https_only=僅限 HTTPS config.cookie_life_time=Cookie 生命周期 + config.picture_config=圖片配置 config.picture_service=圖片服務 config.disable_gravatar=禁用 Gravatar 頭像 +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + config.log_config=日誌配置 config.log_mode=日誌模式 diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini new file mode 100644 index 000000000..f8e2a19c1 --- /dev/null +++ b/conf/locale/locale_zh-TW.ini @@ -0,0 +1,1200 @@ +app_desc=基於 Go 語言的自助 Git 服務 + +home=首頁 +dashboard=控制面版 +explore=探索 +help=說明 +sign_in=登入 +sign_out=登出 +sign_up=註冊 +register=註冊 +website=網站 +version=版本 +page=頁面 +template=樣板 +language=語言 +create_new=創建... +user_profile_and_more=用戶信息及更多 +signed_in_as=已登入用戶 + +username=用戶名稱 +email=電子郵件 +password=密碼 +re_type=確認密碼 +captcha=驗證碼 + +repository=儲存庫 +organization=組織 +mirror=鏡像 +new_repo=新增儲存庫 +new_migrate=遷移外部倉庫 +new_mirror=新鏡像 +new_fork=新增程式庫分支 +new_org=新增組織 +manage_org=管理組織 +admin_panel=管理面板 +account_settings=帳號設定 +settings=設定 +your_profile=個人資料 +your_settings=用戶設定 + +activities=活動 +pull_requests=合併請求 +issues=問題 + +cancel=取消 + +[install] +install=安裝頁面 +title=首次安裝步驟 +docker_helper=如果您正在使用 Docker 容器運行 Gogs,請務必先仔細閱讀 官方文檔 後再對本頁面進行填寫。 +requite_db_desc=Gogs 要求安裝 MySQL、PostgreSQL、SQLite3 或 TiDB。 +db_title=數據庫設置 +db_type=資料庫類型 +host=主機 +user=帳號 +password=密碼 +db_name=資料庫名稱 +db_helper=如果您使用 MySQL,請使用 INNODB 引擎以及 utf8_general_ci 字符集。 +ssl_mode=SSL 模式 +path=數據庫文件路徑 +sqlite_helper=SQLite3 或 TiDB 資料庫檔案路徑。
作為以服務執行時,請使用絕對路徑。 +err_empty_db_path=SQLite3 或 TiDB 的數據庫路徑不能為空。 +err_invalid_tidb_name=TiDB 數據庫名稱不允許包含字符 "." 或 "-" 。 +no_admin_and_disable_registration=您不能夠在未創建管理員用戶的情況下禁止註冊。 +err_empty_admin_password=管理員密碼不能為空。 + +general_title=應用基本設置 +app_name=應用名稱 +app_name_helper=為您的組織取個響亮而又偉大的名稱 +repo_path=儲存庫的根目錄 +repo_path_helper=所有Git遠端儲存庫將會儲存在這個目錄之下。 +run_user=執行使用者 +run_user_helper=該用戶必須具有對儲存庫根目錄和執行 Gogs 的操作權限。 +domain=域名 +domain_helper=該設置影響 SSH 複製地址。 +ssh_port=SSH 埠 +ssh_port_helper=您的 SSH 服務正在使用此埠號,若要禁用SSH 功能請保持欄位空白。 +http_port=HTTP 端口號 +http_port_helper=應用監聽的端口號 +app_url=應用程式網址 +app_url_helper=該設置影響 HTTP/HTTPS 複製地址和一些郵箱中的連結。 +log_root_path=日誌路徑 +log_root_path_helper=寫入日誌檔目錄 + +optional_title=可選設置 +email_title=電子郵件服務設定 +smtp_host=SMTP 主機 +smtp_from=寄件者 +smtp_from_helper=郵件來自地址,遵循 RFC 5322 標准。可以是一個單純的郵箱地址或使用 "name" 的格式。 +mailer_user=寄件者 E-mail +mailer_password=發送郵箱密碼 +register_confirm=啟用註冊郵箱確認 +mail_notify=啟用郵件通知提醒 +server_service_title=伺服器和其他服務設置 +offline_mode=啓用離線模式 +offline_mode_popup=在部署模式下也禁用從 CDN 獲取文件,所有的資源將從本地伺服器獲取。 +disable_gravatar=禁用 Gravatar 服務 +disable_gravatar_popup=禁用 Gravatar 和自定義源,僅使用由用戶上傳或默認的頭像。 +federated_avatar_lookup=Enable Federated Avatars Lookup +federated_avatar_lookup_popup=Enable federated avatars lookup to use federated open source service based on libravatar. +disable_registration=禁止用戶自主註冊 +disable_registration_popup=禁止用戶自主註冊功能,只有管理員可以添加帳號。 +enable_captcha=啟用驗證碼服務 +enable_captcha_popup=要求在用戶註冊時輸入驗證碼 +require_sign_in_view=啓用登錄訪問限制 +require_sign_in_view_popup=只有已登錄的用戶才能夠訪問頁面,否則將只能看到登錄或註冊頁面。 +admin_setting_desc=創建管理員帳號並不是必須的,因為 ID=1 的用戶將自動獲得管理員權限。 +admin_title=管理員帳號設置 +admin_name=管理員用戶名 +admin_password=管理員密碼 +confirm_password=確認密碼 +admin_email=管理員郵箱 +install_gogs=立即安裝 +test_git_failed=無法識別 'git' 命令:%v +sqlite3_not_available=您所使用的發行版本不支持 SQLite3,請從 %s 下載官方構建版,而不是 gobuild 版本。 +invalid_db_setting=數據庫設置不正確:%v +invalid_repo_path=倉庫根目錄設置不正確:%v +run_user_not_match=執行系統用戶非當前用戶:%s -> %s +save_config_failed=應用配置保存失敗:%v +invalid_admin_setting=管理員帳戶設置不正確:%v +install_success=您好!我們很高興您選擇使用 Gogs,祝您使用愉快,代碼從此無 BUG! +invalid_log_root_path=日誌根目錄無效: %v + +[home] +uname_holder=用戶名或郵箱 +password_holder=密碼 +switch_dashboard_context=切換控制面版用戶 +my_repos=我的倉庫 +show_more_repos=顯示更多倉庫... +collaborative_repos=參與協作的倉庫 +my_orgs=我的組織 +my_mirrors=我的鏡像 +view_home=訪問 %s + +issues.in_your_repos=屬於該用戶倉庫的 + +[explore] +repos=探索倉庫 +users=用戶 +search=搜索 + +[auth] +create_new_account=創建帳戶 +register_hepler_msg=已經註冊?立即登錄! +social_register_hepler_msg=已經註冊?立即綁定! +disable_register_prompt=對不起,註冊功能已被關閉。請聯系網站管理員。 +disable_register_mail=對不起,註冊郵箱確認功能已被關閉。 +remember_me=記住登錄 +forgot_password=忘記密碼 +forget_password=忘記密碼? +sign_up_now=還沒帳戶?馬上註冊。 +confirmation_mail_sent_prompt=一封新的確認郵件已經被發送至 %s,請檢查您的收件箱並在 %d 小時內完成確認註冊操作。 +active_your_account=激活您的帳戶 +prohibit_login=禁止登錄 +prohibit_login_desc=Your account is prohibited to login, please contact site admin. +resent_limit_prompt=對不起,您請求發送激活郵件過於頻繁,請等待 3 分鐘後再試! +has_unconfirmed_mail=%s 您好,您有一封發送至( %s) 但未被確認的郵件。如果您未收到激活郵件,或需要重新發送,請單擊下方的按鈕。 +resend_mail=單擊此處重新發送確認郵件 +email_not_associate=您輸入的郵箱地址未被關聯到任何帳號! +send_reset_mail=單擊此處(重新)發送您的密碼重置郵件 +reset_password=重置密碼 +invalid_code=對不起,您的確認代碼已過期或已失效。 +reset_password_helper=單擊此處重置密碼 +password_too_short=密碼長度不能少於 6 位! +non_local_account=非本地帳戶無法通過 Gogs 修改密碼。 + +[mail] +activate_account=請激活您的帳戶 +activate_email=請驗證您的郵箱地址 +reset_password=重置密碼 +register_success=註冊成功,歡迎使用 +register_notify=歡迎使用 + +[modal] +yes=確認操作 +no=取消操作 +modify=確認修改 + +[form] +UserName=用戶名 +RepoName=儲存庫名稱 +Email=郵箱地址 +Password=密碼 +Retype=確認密碼 +SSHTitle=SSH 密鑰名稱 +HttpsUrl=HTTPS URL 地址 +PayloadUrl=推送地址 +TeamName=團隊名稱 +AuthName=認證名稱 +AdminEmail=管理員郵箱 + +NewBranchName=新的分支名稱 +CommitSummary=Commit summary +CommitMessage=提交訊息 +CommitChoice=Commit choice +TreeName=檔案路徑 +Content=內容 + +require_error=不能為空。 +alpha_dash_error=必須為英文字母、阿拉伯數字或橫線(-_)。 +alpha_dash_dot_error=必須為英文字母、阿拉伯數字、橫線(-_)或點。 +size_error=長度必須為 %s。 +min_size_error=長度最小為 %s 個字符。 +max_size_error=長度最大為 %s 個字符。 +email_error=不是一個有效的郵箱地址。 +url_error=不是一個有效的 URL。 +include_error=必須包含子字符串 '%s'。 +unknown_error=未知錯誤: +captcha_incorrect=驗證碼未匹配。 +password_not_match=密碼與確認密碼未匹配。 + +username_been_taken=用戶名已經被佔用。 +repo_name_been_taken=倉庫名稱已經被佔用。 +org_name_been_taken=組織名稱已經被佔用。 +team_name_been_taken=團隊名稱已經被佔用。 +email_been_used=郵箱地址已經被使用。 +username_password_incorrect=用戶名或密碼不正確。 +enterred_invalid_repo_name=請檢查您輸入的倉庫名稱是正確。 +enterred_invalid_owner_name=請檢查您輸入的新所有者用戶名是否正確。 +enterred_invalid_password=請檢查您輸入的密碼是否正確。 +user_not_exist=被操作的用戶不存在! +last_org_owner=被移除用戶為最後一位管理員。請添加一位新的管理員再進行移除成員操作! + +invalid_ssh_key=很抱歉,我們無法驗證您輸入的 SSH 密鑰:%s +unable_verify_ssh_key=Gogs 無法驗證您輸入的 SSH 密鑰,但我們假設那是有效的密鑰,請您自行確保其有效性! +auth_failed=授權驗證失敗:%v + +still_own_repo=您的帳戶仍然是某些倉庫的擁有者,您必須先轉移或刪除它們才能執行刪除帳戶操作! +still_has_org=您的帳戶仍舊是某些組織的成員,您必須先離開或刪除組織。 +org_still_own_repo=該組織仍然是某些倉庫的擁有者,您必須先轉移或刪除它們才能執行刪除組織操作! + +target_branch_not_exist=目標分支不存在 + +[user] +change_avatar=更改頭像 +join_on=加入於 +repositories=倉庫列表 +activity=公開活動 +followers=關註者 +starred=已讚好 +following=關註中 +follow=關注 +unfollow=取消關注 + +form.name_reserved=用戶名 '%s' 是被保留的。 +form.name_pattern_not_allowed=用戶名不允許 '%s' 的格式。 + +[settings] +profile=個人信息 +password=修改密碼 +avatar=Avatar +ssh_keys=管理 SSH 密鑰 +social=社交帳號綁定 +applications=管理授權應用 +orgs=管理組織 +delete=刪除帳戶 +uid=用戶 ID + +public_profile=公開信息 +profile_desc=您的郵箱地址將會被公開,並被用於接收帳戶的所有提醒和通知。 +password_username_disabled=不允許非本地類型使用者更改他們的使用者名。 +full_name=自定義名稱 +website=個人網站 +location=所在地區 +update_profile=更新信息 +update_profile_success=您的個人信息更新成功! +change_username=用戶名將被修改 +change_username_prompt=該操作將會影響到所有與您帳戶有關的鏈接 +continue=繼續操作 +cancel=取消操作 + +lookup_avatar_by_mail=Lookup Avatar by mail +federated_avatar_lookup=Federated Avatar Lookup +enable_custom_avatar=啟動自定義頭像 +choose_new_avatar=選擇新的頭像 +update_avatar=更新頭像設置 +delete_current_avatar=刪除當前頭像 +uploaded_avatar_not_a_image=上傳的文件不是一張圖片! +update_avatar_success=您的頭像設置更新成功! + +change_password=修改密碼 +old_password=當前密碼 +new_password=新的密碼 +retype_new_password=重新輸入新的密碼 +password_incorrect=當前密碼不正確! +change_password_success=密碼修改成功!您現在可以使用新的密碼登錄。 +password_change_disabled=不允許非本地類型使用者,更改其密碼。 + +emails=電子郵件地址 +manage_emails=管理電子郵件地址 +email_desc=您的主要邮箱地址将被用于通知提醒和其它操作。 +primary=主要 +primary_email=设为主要 +delete_email=刪除 +email_deletion=刪除郵箱 +email_deletion_desc=刪除該郵箱地址將會移除所有相關的信息。是否繼續? +email_deletion_success=成功刪除郵箱! +add_new_email=添加新的電子郵件地址 +add_email=添加電子郵件 +add_email_confirmation_sent=一封待確認的電子郵件已發送到 '%s',請在%d 小時內檢查您的收件箱,並完成確認過程。 +add_email_success=新的邮箱地址添加成功。 + +manage_ssh_keys=管理 SSH 密鑰 +add_key=增加密鑰 +ssh_desc=以下是與您帳戶所關聯的 SSH 密鑰,如果您發現有陌生的密鑰,請立即刪除它! +ssh_helper=需要幫助嗎? 請查看有關 如何生成 SSH 密鑰 的指南或 SSH 的常見問題 的疑難排解。 +add_new_key=增加 SSH 密鑰 +ssh_key_been_used=公共密鑰已經被使用 +ssh_key_name_used=使用相同名稱的公共密鑰已經存在! +key_name=密鑰名稱 +key_content=密鑰內容 +add_key_success=新的 SSH 密鑰 '%s' 添加成功! +delete_key=刪除 +ssh_key_deletion=刪除 SSH 公鑰 +ssh_key_deletion_desc=刪除該 SSH 公鑰將刪除所有與您帳戶相關的訪問權限。是否繼續? +ssh_key_deletion_success=SSH 公鑰刪除成功! +add_on=增加於 +last_used=上次使用在 +no_activity=沒有最近活動 +key_state_desc=該密鑰在 7 天內被使用過 +token_state_desc=此token在過去七天內曾經被使用過 + +manage_social=管理關聯社交帳戶 +social_desc=以下是與您帳戶所關聯的社交帳號,如果您發現有陌生的關聯,請立即解除綁定! +unbind=解除綁定 +unbind_success=社交帳號解除綁定成功! + +manage_access_token=管理個人操作令牌 +generate_new_token=生成新的令牌 +tokens_desc=您所產生的token將被用來存取Gogs APIs +new_token_desc=目前為止,任何令牌都對您的帳戶擁有完整的操作權限。 +token_name=令牌名稱 +generate_token=生成令牌 +generate_token_succees=新的操作令牌生成成功!您必須立即複製到一個安全的地方,因為該令牌只會顯示一次! +delete_token=删除令牌 +access_token_deletion=刪除個人的連接token +access_token_deletion_desc=刪除此連接token將會刪除與相關應用程式的連結。您想要繼續嗎? +delete_token_success=您的連接token已成功刪除。請記得更新您的應用程式。 + +delete_account=刪除當前帳戶 +delete_prompt=刪除操作會永久清除您的帳戶信息,並且 不可恢復! +confirm_delete_account=確認刪除帳戶 +delete_account_title=帳戶刪除操作 +delete_account_desc=該帳戶將被永久性刪除,您確定要繼續操作嗎? + +[repo] +owner=擁有者 +repo_name=倉庫名稱 +repo_name_helper=偉大的倉庫名稱一般都較短、令人深刻並且 獨一無二 的。 +visibility=可見度 +visiblity_helper=該倉庫為 私有的 +visiblity_helper_forced=網站管理員已強制要求所有新建倉庫必須為 私有的 +visiblity_fork_helper=(修改該值將會影響到所有派生倉庫) +clone_helper=不知道如何操作?訪問 帮助説明 ! +fork_repo=派生倉庫 +fork_from=派生自 +fork_visiblity_helper=派生倉庫無法修改可見性。 +repo_desc=倉庫描述 +repo_lang=倉庫語言 +repo_gitignore_helper=Select .gitignore templates +license=授權許可 +license_helper=請選擇授權許可文件 +readme=Readme +readme_helper=請選擇readme模板 +auto_init=使用選定的文件和模板初始化倉庫 +create_repo=創建倉庫 +default_branch=默認分支 +mirror_prune=裁減 +mirror_prune_desc=當遠程追蹤的引用被刪除時本地也會同步刪除 +mirror_interval=鏡像同步周期(小時) +mirror_address=鏡像地址 +mirror_address_desc=請在位址中包括必要的使用者憑據。 +mirror_last_synced=Last Synced +watchers=關注者 +stargazers=稱讚者 +forks=派生倉庫 + +form.reach_limit_of_creation=擁有者已達到儲存庫最大的新增上限 %d。 +form.name_reserved=倉庫名稱 '%s' 是被保留的。 +form.name_pattern_not_allowed=倉庫名稱不允許 '%s' 的格式。 + +need_auth=需要授權驗證 +migrate_type=遷移類型 +migrate_type_helper=該倉庫將是一個 鏡像 +migrate_repo=遷移倉庫 +migrate.clone_address=複製地址 +migrate.clone_address_desc=該地址可以是 HTTP/HTTPS/GIT URL 或本地服務器路徑。 +migrate.permission_denied=您並沒有導入本地倉庫的權限。 +migrate.invalid_local_path=無效的本地路徑,該路徑不存在或不是一個目錄! +migrate.failed=遷移失敗:%v + +mirror_from=镜像来自 +forked_from=派生自 +fork_from_self=無法派生已經擁有的倉庫! +copy_link=複製連結 +copy_link_success=複製成功! +copy_link_error=請按下 ⌘-C 或 Ctrl-C 複製 +copied=複製成功 +unwatch=取消關注 +watch=關註 +unstar=取消讚好 +star=讚好 +fork=複刻 + +no_desc=暫無描述 +quick_guide=快速幫助 +clone_this_repo=複製當前倉庫 +create_new_repo_command=從命令行創建一個新的倉庫 +push_exist_repo=從命令行推送已經創建的倉庫 +repo_is_empty=這倉庫不包含任何內容,請稍後再訪問! + +code=代碼 +branch=分支 +tree=目錄樹 +filter_branch_and_tag=過濾分支或標籤 +branches=分支列表 +tags=標籤列表 +issues=問題管理 +pulls=合併請求 +labels=標籤 +milestones=里程碑 +commits=提交歷史 +releases=版本發佈 +file_raw=原始文件 +file_history=文件歷史 +file_view_raw=查看原始文件 +file_permalink=永久連結 +file_too_large=This file is too large to be shown + +editor.new_file=開新檔案 +editor.upload_file=上傳檔案 +editor.edit_file=編輯文件 +editor.preview_changes=Preview Changes +editor.cannot_edit_non_text_files=不能編輯非文字檔 +editor.edit_this_file=編輯此文件 +editor.must_be_on_a_branch=You must be on a branch to make or propose changes to this file +editor.fork_before_edit=You must fork this repository before editing the file +editor.delete_this_file=刪除此文件 +editor.must_have_write_access=You must have write access to make or propose changes to this file +editor.file_delete_success=File '%s' has been deleted successfully! +editor.name_your_file=Name your file... +editor.filename_help=To add directory, just type it and press /. To remove a directory, go to the beginning of the field and press backspace. +editor.or=或 +editor.cancel_lower=取消 +editor.commit_changes=Commit Changes +editor.add_tmpl=Add '%s/' +editor.add=新增 '%s' +editor.update=更新 '%s' +editor.delete=刪除 '%s' +editor.commit_message_desc=Add an optional extended description... +editor.commit_directly_to_this_branch=Commit directly to the %s branch. +editor.create_new_branch=Create a new branch for this commit and start a pull request. +editor.new_branch_name_desc=新的分支名稱... +editor.cancel=取消 +editor.filename_cannot_be_empty=Filename cannot be empty. +editor.branch_already_exists=Branch '%s' already exists in this repository. +editor.directory_is_a_file=Entry '%s' in the parent path is a file not a directory in this repository. +editor.filename_is_a_directory=The filename '%s' is an existing directory in this repository. +editor.file_editing_no_longer_exists=The file '%s' you are editing no longer exists in the repository. +editor.file_changed_while_editing=File content has been changed since you started editing. Click here to see what have been changed or press commit again to overwrite those changes. +editor.file_already_exists=A file with name '%s' already exists in this repository. +editor.no_changes_to_show=沒有可以顯示的變更。 +editor.fail_to_update_file=Failed to update/create file '%s' with error: %v +editor.add_subdir=新增子目錄... +editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v +editor.upload_files_to_dir=Upload files to '%s' + +commits.commits=次代碼提交 +commits.search=搜索提交歷史 +commits.find=查找 +commits.author=作者 +commits.message=備註 +commits.date=提交日期 +commits.older=更舊的提交 +commits.newer=更新的提交 + +issues.new=創建問題 +issues.new.labels=標籤 +issues.new.no_label=未選擇標籤 +issues.new.clear_labels=清除已選取標籤 +issues.new.milestone=里程碑 +issues.new.no_milestone=未選擇里程碑 +issues.new.clear_milestone=清除已選取里程碑 +issues.new.open_milestone=開啟中的里程碑 +issues.new.closed_milestone=已關閉的里程碑 +issues.new.assignee=指派成員 +issues.new.clear_assignee=取消指派成員 +issues.new.no_assignee=未指派成員 +issues.create=創建問題 +issues.new_label=創建標籤 +issues.new_label_placeholder=標籤名稱... +issues.create_label=創建標籤 +issues.label_templates.title=Load a predefined set of labels +issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set +issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v +issues.open_tab=%d 個開啓中 +issues.close_tab=%d 個已關閉 +issues.filter_label=標籤篩選 +issues.filter_label_no_select=無篩選標籤 +issues.filter_milestone=里程碑篩選 +issues.filter_milestone_no_select=無篩選里程碑 +issues.filter_assignee=指派人篩選 +issues.filter_assginee_no_select=無篩選指派人 +issues.filter_type=類型篩選 +issues.filter_type.all_issues=所有問題 +issues.filter_type.assigned_to_you=指派給您的 +issues.filter_type.created_by_you=由您創建的 +issues.filter_type.mentioning_you=提及您的 +issues.filter_sort=排序 +issues.filter_sort.latest=最新創建 +issues.filter_sort.oldest=最早創建 +issues.filter_sort.recentupdate=最近更新 +issues.filter_sort.leastupdate=最少更新 +issues.filter_sort.mostcomment=最多評論 +issues.filter_sort.leastcomment=最少評論 +issues.opened_by=由 %[3]s 與 %[1]s創建 +issues.opened_by_fake=由 %[2]s 於 %[1]s創建 +issues.previous=上一頁 +issues.next=下一頁 +issues.open_title=開啟中 +issues.closed_title=已關閉 +issues.num_comments=%d 條評論 +issues.commented_at=`commented %s` +issues.delete_comment_confirm=您確定要刪除該條評論嗎? +issues.no_content=尚未有任何內容 +issues.close_issue=關閉 +issues.close_comment_issue=關閉及評論 +issues.reopen_issue=重新開啟 +issues.reopen_comment_issue=重新開啟及評論 +issues.create_comment=評論 +issues.closed_at=`於 %[2]s 關閉` +issues.reopened_at=`於 %[2]s 重新開啟` +issues.commit_ref_at=`在代碼提交 %[2]s 中引用了該問題` +issues.poster=發佈者 +issues.collaborator=協同者 +issues.owner=所有者 +issues.sign_in_require_desc=Sign in to join this conversation. +issues.edit=編輯 +issues.cancel=取消 +issues.save=保存 +issues.label_title=標籤名稱 +issues.label_color=標籤顏色 +issues.label_count=%d 個標籤 +issues.label_open_issues=%d 個開啓的問題 +issues.label_edit=編輯 +issues.label_delete=刪除 +issues.label_modify=修改標籤 +issues.label_deletion=刪除標籤 +issues.label_deletion_desc=刪除該標籤將會移除所有問題中相關的訊息。是否繼續? +issues.label_deletion_success=標籤刪除成功! +issues.num_participants=%d 參與者 +issues.attachment.open_tab=`在新的標籤頁中查看 '%s'` +issues.attachment.download=`點擊下載 '%s'` + +pulls.new=創建合併請求 +pulls.compare_changes=對比文件變化 +pulls.compare_changes_desc=對比兩個分支間的文件變化及發起一個合併請求。 +pulls.compare_base=基準分支 +pulls.compare_compare=對比文件變化 +pulls.filter_branch=過濾分支 +pulls.no_results=未找到結果 +pulls.nothing_to_compare=基準和對比分支代碼已經同步,無需進行對比。 +pulls.has_pull_request=`已經存在目標分支的合併請求:%[2]s#%[3]d` +pulls.create=創建合併請求 +pulls.title_desc=請求將 %[1]d 次代碼提交從 %[2]s 合併至 %[3]s +pulls.merged_title_desc=於 %[4]s 將 %[1]d 次代碼提交從 %[2]s合併至 %[3]s +pulls.tab_conversation=對話內容 +pulls.tab_commits=代碼提交 +pulls.tab_files=文件變動 +pulls.reopen_to_merge=請重新開啟合併請求來完成合併操作。 +pulls.merged=已合併 +pulls.has_merged=該合併請求已經成功合併! +pulls.data_broken=該合併請求的數據由於派生倉庫的相關信息被刪除而被破壞。 +pulls.is_checking=該合併請求正在進行衝突檢查,請稍後再刷新頁面。 +pulls.can_auto_merge_desc=這個拉請求可以自動合併。 +pulls.cannot_auto_merge_desc=由於存在衝突,不能自動合併這推送請求。 +pulls.cannot_auto_merge_helper=請手動合併來解決衝突。 +pulls.merge_pull_request=合併請求 +pulls.open_unmerged_pull_exists=`由於已經存在來自相同倉庫和合併信息的未合併請求(#%d),您無法執行重新開啟操作。` + +milestones.new=新的里程碑 +milestones.open_tab=%d 開啟中 +milestones.close_tab=%d 已關閉 +milestones.closed=於 %s關閉 +milestones.no_due_date=暫無截止日期 +milestones.open=開啟 +milestones.close=關閉 +milestones.new_subheader=創建里程碑來更好地組織你的問題 +milestones.create=創建里程碑 +milestones.title=標題 +milestones.desc=描述 +milestones.due_date=截止日期(可選) +milestones.clear=清除 +milestones.invalid_due_date_format=截止日期的格式錯誤,必須是 'yyyy-mm-dd' 的形式。 +milestones.create_success=里程碑 '%s' 創建成功! +milestones.edit=編輯里程碑 +milestones.edit_subheader=使用更加清晰的描述來幫助人們更好地理解里程碑的作用。 +milestones.cancel=取消 +milestones.modify=修改里程碑 +milestones.edit_success=里程碑 '%s' 的修改內容已經生效! +milestones.deletion=刪除里程碑 +milestones.deletion_desc=刪除該里程碑將會移除所有問題中相關信息。是否繼續? +milestones.deletion_success=里程碑刪除成功! + +wiki=Wiki +wiki.welcome=歡迎使用 Wiki! +wiki.welcome_desc=Wiki 是用於共同協作文檔的地方,清晰的文檔可以幫助其他人深入了解您的項目。 +wiki.create_first_page=創建第一個頁面 +wiki.page=頁面 +wiki.filter_page=過濾頁面 +wiki.new_page=創建新的頁面 +wiki.default_commit_message=關於此次修改的說明(可選)。 +wiki.save_page=保存頁面 +wiki.last_commit_info=%s 於 %s 修改了此頁面 +wiki.edit_page_button=修改 +wiki.new_page_button=新的頁面 +wiki.delete_page_button=刪除頁面 +wiki.delete_page_notice_1=這將刪除頁面 "%s"。請三思而後行。 +wiki.page_already_exists=相同名稱的 Wiki 頁面已經存在。 +wiki.pages=所有頁面 +wiki.last_updated=最後更新於 %s + +settings=倉庫設置 +settings.options=基本設置 +settings.collaboration=管理協作者 +settings.collaboration.admin=管理權限 +settings.collaboration.write=可寫權限 +settings.collaboration.read=可讀權限 +settings.collaboration.undefined=未定義 +settings.hooks=管理 Web 鉤子 +settings.githooks=管理 Git 鉤子 +settings.basic_settings=基本設置 +settings.mirror_settings=鏡像設定 +settings.sync_mirror=Sync Now +settings.mirror_sync_in_progress=Mirror syncing is in progress, please refresh page in about a minute. +settings.site=官方網站 +settings.update_settings=更新倉庫設置 +settings.change_reponame_prompt=該操作將會影響到所有與該倉庫有關的鏈接 +settings.advanced_settings=高級設置 +settings.wiki_desc=啓用 Wiki 系統 +settings.use_internal_wiki=Use builtin wiki +settings.use_external_wiki=使用外部 wiki +settings.external_wiki_url=外部 Wiki 連結 +settings.external_wiki_url_desc=當分頁上按一下,訪客將會重新導到 URL。 +settings.issues_desc=Enable issue tracker +settings.use_internal_issue_tracker=Use builtin lightweight issue tracker +settings.use_external_issue_tracker=使用外部的問題管理系統 +settings.tracker_url_format=外部問題管理系統的 URL 格式 +settings.tracker_issue_style=外部公單管理系統命名風格: +settings.tracker_issue_style.numeric=Numeric +settings.tracker_issue_style.alphanumeric=Alphanumeric +settings.tracker_url_format_desc=您可以使用 {user} {repo} {index} 分別作為用戶名、倉庫名和問題索引的占位符。 +settings.pulls_desc=啟用合併請求以接受社區貢獻 +settings.danger_zone=危險操作區 +settings.new_owner_has_same_repo=新的倉庫擁有者已經存在同名倉庫! +settings.convert=轉換為正規倉庫 +settings.convert_desc=您可以將此鏡像轉成正規倉庫。此動做不可逆。 +settings.convert_notices_1=這項操作將會把儲存庫鏡像轉換成一般的儲存庫,這項操作不能取消。 +settings.convert_confirm=確認轉換 +settings.convert_succeed=儲存庫已成功轉換為一般類型。 +settings.transfer=轉移倉庫所有權 +settings.transfer_desc=您可以將倉庫轉移至您擁有管理員權限的帳戶或組織。 +settings.transfer_notices_1=- 如果您將倉庫轉移給個人用戶,您將會丟失操作權限。 +settings.transfer_notices_2=- 如果您將倉庫轉移給您是所有者的組織,您的操作權限將被保留。 +settings.transfer_form_title=請輸入以下信息以確認您的操作: +settings.wiki_delete=刪除 Wiki 資料 +settings.wiki_delete_desc=請注意,一旦清除 wiki 資料便無法恢復。 +settings.wiki_delete_notices_1=- 將刪除和停用 %s 的 wiki +settings.wiki_deletion_success=儲存庫 wiki 資料已成功清除。 +settings.delete=刪除本倉庫 +settings.delete_desc=刪除倉庫操作不可逆轉,請三思而後行。 +settings.delete_notices_1=- 此操作 不可以 被回滾。 +settings.delete_notices_2=- 此操作將永久刪除該倉庫,包括 Git 數據、 問題、 評論和協作者的操作權限。 +settings.delete_notices_fork_1=- 刪除後所有的派生倉庫將會成為獨立倉庫 +settings.deletion_success=倉庫刪除成功! +settings.update_settings_success=倉庫設置更新成功! +settings.transfer_owner=新擁有者 +settings.make_transfer=確認轉移倉庫 +settings.transfer_succeed=倉庫所有權轉移成功! +settings.confirm_delete=確認刪除倉庫 +settings.add_collaborator=增加新的協作者 +settings.add_collaborator_success=成功添加新的協作者! +settings.delete_collaborator=刪除 +settings.collaborator_deletion=協同者刪除 +settings.collaborator_deletion_desc=刪除後此使用者將不再有協同者權限存取此儲存庫。你想要繼續嗎? +settings.remove_collaborator_success=被操作的協作者已經被收回權限! +settings.search_user_placeholder=搜索用戶... +settings.org_not_allowed_to_be_collaborator=組織不允許被加為協同者。 +settings.user_is_org_member=被操作的用戶是組織成員,因此無法添加為協作者! +settings.add_webhook=添加 Web 鉤子 +settings.hooks_desc=Web 鉤子允許您設定在 Gogs 上發生指定事件時對指定 URL 發送 POST 通知。查看 Webhooks 文檔 獲取更多信息。 +settings.webhook_deletion=刪除 Web 鉤子 +settings.webhook_deletion_desc=刪除該 Web 鉤子將會刪除與其有關的信息和推送歷史。是否繼續? +settings.webhook_deletion_success=Web 鉤子刪除成功! +settings.webhook.test_delivery=測試推送 +settings.webhook.test_delivery_desc=生成並推送一個模擬的 Push 事件 +settings.webhook.test_delivery_success=測試推送已經加入到隊列,請耐心等待數秒再刷新推送記錄。 +settings.webhook.request=請求內容 +settings.webhook.response=響應內容 +settings.webhook.headers=標題 +settings.webhook.payload=推送內容 +settings.webhook.body=響應內容 +settings.githooks_desc=Git 鉤子是由 Git 本身提供的功能,以下為 Gogs 所支持的鉤子列表。 +settings.githook_edit_desc=如果鉤子未啟動,則會顯示樣例文件中的內容。如果想要刪除某個鉤子,則提交空白文本即可。 +settings.githook_name=鉤子名稱 +settings.githook_content=鉤子文本 +settings.update_githook=更新鉤子設置 +settings.add_webhook_desc=我們會通過 POST 請求將訂閱事件信息發送至向指定 URL 地址。您可以設置不同的數據接收方式(JSON 或 x-www-form-urlencoded)。 請查閱 Webhooks 指南. +settings.payload_url=推送地址 +settings.content_type=數據格式 +settings.secret=密鑰文本 +settings.slack_username=服務名稱 +settings.slack_icon_url=圖標 URL +settings.slack_color=顏色代碼 +settings.event_desc=請設置您希望觸發 Web 鉤子的事件: +settings.event_push_only=只推送 push 事件。 +settings.event_send_everything=推送 所有 事件 +settings.event_choose=讓我選擇我的需要 +settings.event_create=創建 +settings.event_create_desc=創建分支或標籤 +settings.event_pull_request=合併請求 +settings.event_pull_request_desc=Pull request opened, closed, reopened, edited, assigned, unassigned, label updated, label cleared, or synchronized. +settings.event_push=推送 +settings.event_push_desc=Git 倉庫推送 +settings.active=是否激活 +settings.active_helper=當指定事件發生時我們將會觸發此 Web 鉤子。 +settings.add_hook_success=Web 鉤子添加成功! +settings.update_webhook=更新 Web 鉤子 +settings.update_hook_success=Web 鉤子更新成功! +settings.delete_webhook=刪除 Web 鉤子 +settings.recent_deliveries=最近推送記錄 +settings.hook_type=鉤子類型 +settings.add_slack_hook_desc=為您的倉庫增加 Slack 集成。 +settings.slack_token=令牌 +settings.slack_domain=域名 +settings.slack_channel=頻道 +settings.deploy_keys=管理部署密鑰 +settings.add_deploy_key=添加部署密鑰 +settings.deploy_key_desc=部署密鑰僅具有隻讀權限,它在功能上和個人用戶的公開密鑰有本質區別。 +settings.no_deploy_keys=您還沒有添加任何部署密鑰。 +settings.title=標題 +settings.deploy_key_content=密鑰文本 +settings.key_been_used=部署密鑰已經被使用! +settings.key_name_used=使用相同名稱的部署密鑰已經存在! +settings.add_key_success=新的部署密鑰 '%s' 添加成功! +settings.deploy_key_deletion=刪除部署密鑰 +settings.deploy_key_deletion_desc=刪除該部署密鑰會移除本倉庫所有相關的操作權限。是否繼續? +settings.deploy_key_deletion_success=刪除部署密鑰成功! + +diff.browse_source=瀏覽代碼 +diff.parent=父節點 +diff.commit=當前提交 +diff.data_not_available=暫無可用數據 +diff.show_diff_stats=顯示文件統計 +diff.show_split_view=分割檢視 +diff.show_unified_view=統一視圖 +diff.stats_desc=共有 %d 個文件被更改,包括 %d 次插入%d 次删除 +diff.bin=二進制 +diff.view_file=查看文件 +diff.file_suppressed=File diff suppressed because it is too large +diff.too_many_files=部分文件因文件數量過多而無法顯示 + +release.releases=版本發佈 +release.new_release=發佈新版本 +release.draft=草稿 +release.prerelease=預發佈版本 +release.stable=穩定 +release.edit=編輯 +release.ahead=在該版本發佈之後已有 %d 次代碼提交到 %s 分支 +release.source_code=源代碼 +release.new_subheader=發布版本對產品進行迭代。 +release.edit_subheader=詳細的變更日誌可以幫助用戶更好地了解產品做了哪些改進。 +release.tag_name=標籤名稱 +release.target=目標分支 +release.tag_helper=選擇或創建一個已存在的標籤 +release.title=標題 +release.content=內容 +release.write=內容編輯 +release.preview=效果預覽 +release.loading=正在加載... +release.prerelease_desc=這是一個預發佈版本 +release.prerelease_helper=我們會告知用戶不建議將本發佈投入生產環境使用。 +release.cancel=取消 +release.publish=發佈版本 +release.save_draft=儲存草稿 +release.edit_release=編輯發佈信息 +release.delete_release=刪除此次發布 +release.deletion=刪除版本發布操作 +release.deletion_desc=刪除該版本發布將會移除相應的 Git 標籤。是否繼續? +release.deletion_success=版本發布刪除成功! +release.tag_name_already_exist=已經存在使用相同標籤的發佈版本。 +release.tag_name_invalid=Tag name is not valid. +release.downloads=下載附件 + +[org] +org_name_holder=組織名稱 +org_full_name_holder=組織全名 +org_name_helper=偉大的組織都有一個簡短而寓意深刻的名字。 +create_org=創建組織 +repo_updated=最後更新於 +people=組織成員 +invite_someone=邀請他人加入 +teams=組織團隊 +lower_members=名成員 +lower_repositories=個倉庫 +create_new_team=創建新的團隊 +org_desc=組織描述 +team_name=團隊名稱 +team_desc=團隊描述 +team_name_helper=您可以使用該名稱來通知改組全體成員。 +team_desc_helper=一句話描述這個團隊是做什麼的。 +team_permission_desc=請選擇該團隊所具有的權限等級: + +form.name_reserved=組織名稱 '%s' 是被保留的。 +form.name_pattern_not_allowed=組織名稱不允許 '%s' 的格式。 + +settings=組織設置 +settings.options=基本設置 +settings.full_name=組織全名 +settings.website=官方網站 +settings.location=所在地區 +settings.update_settings=更新組織設置 +settings.update_setting_success=組織設置更新成功! +settings.change_orgname_prompt=該操作將會影響到所有與該組織有關的鏈接 +settings.update_avatar_success=組織頭像更新成功! +settings.delete=刪除組織 +settings.delete_account=刪除當前組織 +settings.delete_prompt=刪除操作會永久清除該組織的信息,並且 不可恢復! +settings.confirm_delete_account=確認刪除組織 +settings.delete_org_title=組織刪除操作 +settings.delete_org_desc=該組織將被永久性刪除,您確定要繼續操作嗎? +settings.hooks_desc=在此處添加的 Web 鉤子將會應用到該組織下的 所有倉庫。 + +members.membership_visibility=成員可見性: +members.public=公開成員 +members.public_helper=設為私有 +members.private=私有成員 +members.private_helper=設為公開 +members.member_role=成員角色: +members.owner=管理員 +members.member=普通成員 +members.remove=移除成員 +members.leave=離開組織 +members.invite_desc=邀請新的用戶加入 %s: +members.invite_now=立即邀請 + +teams.join=加入團隊 +teams.leave=離開團隊 +teams.read_access=讀取權限 +teams.read_access_helper=這個團隊將擁有查看和複製所屬倉庫的權限。 +teams.write_access=寫入權限 +teams.write_access_helper=這個團隊將擁有查看、複製和推送所屬倉庫的權限。 +teams.admin_access=管理權限 +teams.admin_access_helper=這個團隊將擁有查看、複製、推送和添加其他組織成員到團隊的權限。 +teams.no_desc=該團隊暫無描述 +teams.settings=團隊設置 +teams.owners_permission_desc=管理員團隊對 所有倉庫 具有操作權限,且對組織具有 管理員權限。 +teams.members=團隊成員 +teams.update_settings=更新團隊設置 +teams.delete_team=刪除當前團隊 +teams.add_team_member=添加團隊成員 +teams.delete_team_title=團隊刪除操作 +teams.delete_team_desc=刪除操作會永久清除有關該團隊的信息,您確定要繼續操作嗎?團隊成員可能會失去對某些倉庫的操作權限。 +teams.delete_team_success=指定團隊刪除成功! +teams.read_permission_desc=該團隊擁有對所屬倉庫的 讀取 權限,團隊成員可以進行查看和複製等只讀操作。 +teams.write_permission_desc=該團隊擁有對所屬倉庫的 讀取寫入 的權限。 +teams.admin_permission_desc=該團隊擁有一定的 管理 權限,團隊成員可以讀取、複製、推送以及添加其它倉庫協作者。 +teams.repositories=團隊倉庫 +teams.search_repo_placeholder=搜索倉庫... +teams.add_team_repository=添加團隊倉庫 +teams.remove_repo=移除倉庫 +teams.add_nonexistent_repo=您嘗試添加到團隊的倉庫不存在,請先創建倉庫! + +[admin] +dashboard=控制面版 +users=用戶管理 +organizations=組織管理 +repositories=倉庫管理 +authentication=授權認證管理 +config=應用配置管理 +notices=系統提示管理 +monitor=應用監控面版 +first_page=首頁 +last_page=末頁 +total=總計:%d + +dashboard.statistic=應用統計數據 +dashboard.operations=管理員操作 +dashboard.system_status=系統監視狀態 +dashboard.statistic_info=Gogs 數據庫統計:%d 位用戶,%d 個組織,%d 個公鑰,%d 個倉庫,%d 個倉庫關註,%d 個贊,%d 次行為,%d 條權限記錄,%d 個問題,%d 次評論,%d 個社交帳號,%d 個用戶關註,%d 個鏡像,%d 個版本發佈,%d 個登錄源,%d 個 Web 鉤子,%d 個里程碑,%d 個標籤,%d 個鉤子任務,%d 個團隊,%d 個更新任務,%d 個附件。 +dashboard.operation_name=操作名稱 +dashboard.operation_switch=開關 +dashboard.operation_run=執行 +dashboard.clean_unbind_oauth=清理未綁定社交帳號 +dashboard.clean_unbind_oauth_success=所有未綁定社交數據清除成功! +dashboard.delete_inactivate_accounts=刪除所有未激活帳戶 +dashboard.delete_inactivate_accounts_success=所有未激活帳號清除成功! +dashboard.delete_repo_archives=刪除所有倉庫存檔 +dashboard.delete_repo_archives_success=所有倉庫存檔清除成功! +dashboard.delete_missing_repos=刪除所有丟失 Git 文件的倉庫記錄 +dashboard.delete_missing_repos_success=成功刪除所有丟失 Git 文件的倉庫記錄! +dashboard.git_gc_repos=對倉庫進行垃圾回收 +dashboard.git_gc_repos_success=所有倉庫的垃圾回收已成功完成! +dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gogs 的密鑰也會被刪除) +dashboard.resync_all_sshkeys_success=所有公鑰重新生成成功! +dashboard.resync_all_update_hooks=重新生成所有倉庫的 Update 鈎子(用於被修改的自定義配置文件) +dashboard.resync_all_update_hooks_success=已成功重新生成所有倉庫的 Update 鈎子! +dashboard.reinit_missing_repos=重新初始化所有遺失 Git 檔案的儲存庫記錄 +dashboard.reinit_missing_repos_success=所有遺失 Git 檔案的儲存庫已成功重新初始化。 + +dashboard.server_uptime=服務執行時間 +dashboard.current_goroutine=當前 Goroutines 數量 +dashboard.current_memory_usage=當前內存使用量 +dashboard.total_memory_allocated=所有被分配的內存 +dashboard.memory_obtained=內存佔用量 +dashboard.pointer_lookup_times=指針查找次數 +dashboard.memory_allocate_times=內存分配次數 +dashboard.memory_free_times=內存釋放次數 +dashboard.current_heap_usage=當前 Heap 內存使用量 +dashboard.heap_memory_obtained=Heap 內存佔用量 +dashboard.heap_memory_idle=Heap 內存空閒量 +dashboard.heap_memory_in_use=正在使用的 Heap 內存 +dashboard.heap_memory_released=被釋放的 Heap 內存 +dashboard.heap_objects=Heap 對象數量 +dashboard.bootstrap_stack_usage=啟動 Stack 使用量 +dashboard.stack_memory_obtained=被分配的 Stack 內存 +dashboard.mspan_structures_usage=MSpan 結構內存使用量 +dashboard.mspan_structures_obtained=被分配的 MSpan 結構內存 +dashboard.mcache_structures_usage=MCache 結構內存使用量 +dashboard.mcache_structures_obtained=被分配的 MCache 結構內存 +dashboard.profiling_bucket_hash_table_obtained=被分配的剖析哈希表內存 +dashboard.gc_metadata_obtained=被分配的垃圾收集元數據內存 +dashboard.other_system_allocation_obtained=其它被分配的系統內存 +dashboard.next_gc_recycle=下次垃圾收集內存回收量 +dashboard.last_gc_time=距離上次垃圾收集時間 +dashboard.total_gc_time=垃圾收集執行時間總量 +dashboard.total_gc_pause=垃圾收集暫停時間總量 +dashboard.last_gc_pause=上次垃圾收集暫停時間 +dashboard.gc_times=垃圾收集執行次數 + +users.user_manage_panel=用戶管理面版 +users.new_account=創建新的帳戶 +users.name=用戶名 +users.activated=已激活 +users.admin=管理員 +users.repos=倉庫數 +users.created=創建時間 +users.send_register_notify=向用戶發送註冊通知郵件 +users.new_success=新用戶 '%s' 創建成功! +users.edit=編輯 +users.auth_source=認證源 +users.local=本地 +users.auth_login_name=認證登錄名稱 +users.password_helper=留空使其保持不變。 +users.update_profile_success=該用戶信息更新成功! +users.edit_account=編輯用戶信息 +users.max_repo_creation=最大儲存庫新增限制 +users.max_repo_creation_desc=(設定 -1 使用全域預設限制) +users.is_activated=該用戶已被激活 +users.prohibit_login=This account is prohibited to login +users.is_admin=該用戶具有管理員權限 +users.allow_git_hook=該帳戶具有創建 Git 鉤子的權限 +users.allow_import_local=該用戶具有導入本地倉庫的權限 +users.update_profile=更新用戶信息 +users.delete_account=刪除該用戶 +users.still_own_repo=該帳戶仍然是某些倉庫的擁有者,您必須先轉移或刪除它們才能執行刪除帳戶操作! +users.still_has_org=該帳戶仍舊是某些組織的成員,您必須先使其離開或刪除組織。 +users.deletion_success=用戶刪除成功! + +orgs.org_manage_panel=組織管理面版 +orgs.name=組織名稱 +orgs.teams=團隊數 +orgs.members=成員數 + +repos.repo_manage_panel=倉庫管理界面 +repos.owner=所有者 +repos.name=倉庫名稱 +repos.private=私有庫 +repos.watches=關註數 +repos.stars=讚好數 +repos.issues=問題數 + +auths.auth_manage_panel=認證管理面板 +auths.new=添加新認證源 +auths.name=認證名稱 +auths.type=認證類型 +auths.enabled=已啟用 +auths.updated=最後更新時間 +auths.auth_type=認證類型 +auths.auth_name=認證名稱 +auths.security_protocol=安全協定 +auths.domain=域名 +auths.host=主機地址 +auths.port=主機端口 +auths.bind_dn=綁定DN +auths.bind_password=綁定密碼 +auths.bind_password_helper=警告:該密碼將會以明文的形式保存在數據庫中。請不要使用擁有高權限的帳戶! +auths.user_base=用戶搜索基準 +auths.user_dn=User DN +auths.attribute_username=用戶名屬性 +auths.attribute_username_placeholder=留空表示使用用戶登錄時所使用的用戶名 +auths.attribute_name=名子屬性 +auths.attribute_surname=姓氏屬性 +auths.attribute_mail=電子郵箱屬性 +auths.attributes_in_bind=從 Bind DN 中獲取屬性信息 +auths.filter=使用者篩選器 +auths.admin_filter=管理者篩選器 +auths.ms_ad_sa=Ms Ad SA +auths.smtp_auth=SMTP 驗證類型 +auths.smtphost=SMTP 主機地址 +auths.smtpport=SMTP 主機端口 +auths.allowed_domains=域名白名單 +auths.allowed_domains_helper=留空表示不對域名做任何限制。多個域名之間需要使用逗號 ',' 分隔。 +auths.enable_tls=啟用 TLS 加密 +auths.skip_tls_verify=忽略 TLS 驗證 +auths.pam_service_name=PAM 服務名稱 +auths.enable_auto_register=允許授權用戶自動註冊 +auths.tips=幫助提示 +auths.edit=編輯認證設置 +auths.activated=該授權認證已經啟用 +auths.new_success=新的認證源 "%s" 添加成功! +auths.update_success=認證設置更新成功! +auths.update=更新認證設置 +auths.delete=刪除該認證 +auths.delete_auth_title=刪除認證操作 +auths.delete_auth_desc=該認證將被刪除。是否繼續? +auths.still_in_used=一些使用者仍然使用此驗證方式,請先刪除或轉換這些使用者到其它登入類型。 +auths.deletion_success=認證源刪除成功! + +config.server_config=服務器配置 +config.app_name=應用名稱 +config.app_ver=應用版本 +config.app_url=應用 URL +config.domain=應用域名 +config.offline_mode=離線模式 +config.disable_router_log=關閉路由日志 +config.run_user=執行用戶 +config.run_mode=執行模式 +config.repo_root_path=倉庫根目錄 +config.static_file_root_path=靜態文件根目錄 +config.log_file_root_path=日志文件根目錄 +config.script_type=腳本類型 +config.reverse_auth_user=反向代理認證 + +config.ssh_config=SSH 配置 +config.ssh_enabled=已啟用 +config.ssh_start_builtin_server=啟動內建伺服器 +config.ssh_domain=域名 +config.ssh_port=埠 +config.ssh_listen_port=監聽埠 +config.ssh_root_path=根路徑 +config.ssh_key_test_path=金鑰測試路徑 +config.ssh_keygen_path=金鑰產生 (' ssh-keygen ') 路徑 +config.ssh_minimum_key_size_check=金鑰最小大小檢查 +config.ssh_minimum_key_sizes=金鑰最小大小 + +config.db_config=數據庫配置 +config.db_type=數據庫類型 +config.db_host=主機地址 +config.db_name=數據庫名稱 +config.db_user=數據庫用戶 +config.db_ssl_mode=SSL 模式 +config.db_ssl_mode_helper=(僅限 "postgres" 使用) +config.db_path=數據庫路徑 +config.db_path_helper=(用於 "sqlite3" 和 "tidb") + +config.service_config=服務配置 +config.register_email_confirm=註冊電子郵件確認 +config.disable_register=關閉註冊功能 +config.show_registration_button=顯示註冊按鈕 +config.require_sign_in_view=強制登錄瀏覽 +config.mail_notify=郵件通知提醒 +config.disable_key_size_check=禁用密鑰最小長度檢查 +config.enable_captcha=啟用驗證碼服務 +config.active_code_lives=激活用戶連結有效期 +config.reset_password_code_lives=重置密碼連結有效期 + +config.webhook_config=Web 鉤子配置 +config.queue_length=隊列長度 +config.deliver_timeout=推送超時 +config.skip_tls_verify=忽略 TLS 驗證 + +config.mailer_config=郵件配置 +config.mailer_enabled=啟用服務 +config.mailer_disable_helo=禁用 HELO 操作 +config.mailer_name=發送者名稱 +config.mailer_host=郵件主機地址 +config.mailer_user=發送者帳號 +config.send_test_mail=發送測試郵件 +config.test_mail_failed=無法向 '%s' 發送測試郵件: %v +config.test_mail_sent=測試電子郵件已發送到 '%s'。 + +config.oauth_config=社交帳號配置 +config.oauth_enabled=啟用服務 + +config.cache_config=Cache 配置 +config.cache_adapter=Cache 適配器 +config.cache_interval=Cache 周期 +config.cache_conn=Cache 連接字符串 + +config.session_config=Session 配置 +config.session_provider=Session 提供者 +config.provider_config=提供者配置 +config.cookie_name=Cookie 名稱 +config.enable_set_cookie=啟用設置 Cookie +config.gc_interval_time=垃圾收集周期 +config.session_life_time=Session 生命周期 +config.https_only=僅限 HTTPS +config.cookie_life_time=Cookie 生命周期 + +config.picture_config=圖片配置 +config.picture_service=圖片服務 +config.disable_gravatar=禁用 Gravatar 頭像 +config.enable_federated_avatar=Enable Federated Avatars + +config.git_config=Git Configuration +config.git_disable_diff_highlight=Disable Diff Syntax Highlight +config.git_max_diff_lines=Max Diff Lines (for a single file) +config.git_max_diff_line_characters=Max Diff Characters (for a single line) +config.git_max_diff_files=Max Diff Files (to be shown) +config.git_gc_args=GC Arguments +config.git_migrate_timeout=Migration Timeout +config.git_mirror_timeout=Mirror Update Timeout +config.git_clone_timeout=Clone Operation Timeout +config.git_pull_timeout=Pull Operation Timeout +config.git_gc_timeout=GC Operation Timeout + +config.log_config=日誌配置 +config.log_mode=日誌模式 + +monitor.cron=Cron 任務 +monitor.name=任務名稱 +monitor.schedule=任務安排 +monitor.next=下次執行時間 +monitor.previous=上次執行時間 +monitor.execute_times=執行次數 +monitor.process=執行中進程 +monitor.desc=進程描述 +monitor.start=開始時間 +monitor.execute_time=已執行時間 + +notices.system_notice_list=系統提示管理 +notices.view_detail_header=查看提示詳情 +notices.actions=操作 +notices.select_all=選取全部 +notices.deselect_all=取消所有選取 +notices.inverse_selection=反向選取 +notices.delete_selected=刪除選取項 +notices.delete_all=刪除所有提示 +notices.type=提示類型 +notices.type_1=倉庫 +notices.desc=描述 +notices.op=操作 +notices.delete_success=系統提示刪除成功! + +[action] +create_repo=創建了儲存庫 %s +rename_repo=重新命名倉庫 %[1]s%[3]s +commit_repo=推送了 %[3]s 分支的代碼到 %[4]s +create_issue=`創建了問題 %s#%[2]s` +close_issue=`已關閉問題 %s#%[2]s` +reopen_issue=`已重新開啟問題 %s#%[2]s` +create_pull_request=`創建了合併請求 %s#%[2]s` +close_pull_request=`已關閉合併請求 %s#%[2]s` +reopen_pull_request=`已重新開啟合併請求 %s#%[2]s` +comment_issue=`評論了問題 %s#%[2]s` +merge_pull_request=`合併了合併請求 %s#%[2]s` +transfer_repo=將儲存庫 %s 轉移至 %s +push_tag=推送了標籤 %[2]s%[3]s +compare_commits=查看 %d 次提交的內容比對 + +[tool] +ago=之前 +from_now=之後 +now=現在 +1s=1 秒%s +1m=1 分鐘%s +1h=1 小時%s +1d=1 天%s +1w=1 周%s +1mon=1 月%s +1y=1 年%s +seconds=%d 秒%s +minutes=%d 分鐘%s +hours=%d 小時%s +days=%d 天%s +weeks=%d 周%s +months=%d 月%s +years=%d 年%s +raw_seconds=秒 +raw_minutes=分鐘 + +[dropzone] +default_message=拖曳文件到此處或單擊上傳 +invalid_input_type=您不能上傳該類型的文件 +file_too_big=文件大小({{filesize}} MB)超過了最大允許大小({{maxFilesize}} MB) +remove_file=移除文件 + diff --git a/docker/README.md b/docker/README.md index 07bf780c3..e6fa15dda 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,6 @@ # Docker for Gogs -Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) see all available tags. +Visit [Docker Hub](https://hub.docker.com/r/gogs/) see all available images and tags. ## Usage @@ -43,9 +43,11 @@ If you're more comfortable with mounting data to a data container, the commands ``` # Create data container docker run --name=gogs-data --entrypoint /bin/true gogs/gogs + # Use `docker run` for the first time. docker run --name=gogs --volumes-from gogs-data -p 10022:22 -p 10080:3000 gogs/gogs ``` + #### Using Docker 1.9 Volume command ``` @@ -69,11 +71,29 @@ Most of settings are obvious and easy to understand, but there are some settings - **HTTP Port**: Use port you want Gogs to listen on inside Docker container. For example, your Gogs listens on `3000` inside Docker, and you expose it by `10080:3000`, but you still use `3000` for this value. - **Application URL**: Use combination of **Domain** and **exposed HTTP Port** values (e.g. `http://192.168.99.100:10080/`). -Full documentation of application settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html). - -### Crond - -Please set environment variable `RUN_CROND` to be `true` or `1` in order to start `crond` inside the container. +Full documentation of application settings can be found [here](https://gogs.io/docs/advanced/configuration_cheat_sheet.html). + +### Container options + +This container have some options available via environment variables, these options are opt-in features that can help the administration of this container: + +- **SOCAT_LINK**: + - Possible value: + `true`, `false`, `1`, `0` + - Default: + `true` + - Action: + Bind linked docker container to localhost socket using socat. + Any exported port from a linked container will be binded to the matching port on localhost. + - Disclaimer: + As this option rely on the environment variable created by docker when a container is linked, this option should be deactivated in managed environment such as Rancher or Kubernetes (set to `0` or `false`) +- **RUN_CROND**: + - Possible value: + `true`, `false`, `1`, `0` + - Default: + `false` + - Action: + Request crond to be run inside the container. Its default configuration will periodically run all scripts from `/etc/periodic/${period}` but custom crontabs can be added to `/var/spool/cron/crontabs/`. ## Upgrade diff --git a/docker/build.sh b/docker/build.sh index 0bf5c0131..da36d7e6e 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -5,19 +5,28 @@ set -e # Set temp environment vars export GOPATH=/tmp/go export PATH=${PATH}:${GOPATH}/bin +export GO15VENDOREXPERIMENT=1 # Install build deps -apk --no-cache --no-progress add --virtual build-deps linux-pam-dev go gcc musl-dev +apk --no-cache --no-progress add --virtual build-deps build-base linux-pam-dev go -# Init go environment to build Gogs +# Install glide +git clone -b 0.10.2 https://github.com/Masterminds/glide ${GOPATH}/src/github.com/Masterminds/glide +cd ${GOPATH}/src/github.com/Masterminds/glide +make build +go install + + + +# Build Gogs mkdir -p ${GOPATH}/src/github.com/gogits/ ln -s /app/gogs/ ${GOPATH}/src/github.com/gogits/gogs cd ${GOPATH}/src/github.com/gogits/gogs -go get -v -tags "sqlite cert pam" -go build -tags "sqlite cert pam" +glide install +make build TAGS="sqlite cert pam" -# Cleanup GOPATH -rm -r $GOPATH +# Cleanup GOPATH & vendoring dir +rm -r $GOPATH /app/gogs/vendor # Remove build deps apk --no-progress del build-deps diff --git a/glide.lock b/glide.lock index e85ca69bb..f924608f7 100644 --- a/glide.lock +++ b/glide.lock @@ -1,14 +1,14 @@ -hash: f2fa73b9a379e1fa12f2b48fb0b9942a545b4518a2d71cbd956ee81093347773 -updated: 2016-03-19T14:44:26.835671547-04:00 +hash: 1d5fcf2a90f7621ecbc0b1abed548e11d13bda3fea49b4326c829a523268e5cf +updated: 2016-06-12T17:35:14.27036884+08:00 imports: - name: github.com/bradfitz/gomemcache version: fb1f79c6b65acda83063cbc69f6bba1522558bfc subpackages: - memcache -- name: github.com/codegangsta/cli - version: aca5b047ed14d17224157c3434ea93bf6cdaadee +- name: github.com/urfave/cli + version: 1efa31f08b9333f1bd4882d61f9d668a70cd902e - name: github.com/go-macaron/binding - version: a68f34212fe257219981e43adfe4c96ab48f42cd + version: 9440f336b443056c90d7d448a0a55ad8c7599880 - name: github.com/go-macaron/cache version: 56173531277692bc2925924d51fda1cd0a6b8178 subpackages: @@ -21,7 +21,7 @@ imports: - name: github.com/go-macaron/gzip version: cad1c6580a07c56f5f6bc52d66002a05985c5854 - name: github.com/go-macaron/i18n - version: d2d3329f13b52314f3292c4cecb601fad13f02c8 + version: ef57533c3b0fc2d8581deda14937e52f11a203ab - name: github.com/go-macaron/inject version: c5ab7bf3a307593cd44cb272d1a5beea473dd072 - name: github.com/go-macaron/session @@ -31,25 +31,31 @@ imports: - name: github.com/go-macaron/toolbox version: 82b511550b0aefc36b3a28062ad3a52e812bee38 - name: github.com/go-sql-driver/mysql - version: 66312f7fe2678aa0f5ec770f96702f4c4ec5aa8e + version: 0b58b37b664c21f3010e836f1b931e1d0b0b0685 +- name: github.com/go-xorm/builder + version: cd42e8337f3031e737c3f415b6354793cf30f1c9 - name: github.com/go-xorm/core - version: 502158401cde814951eae62f064d9e5ff39e13ce + version: 2ec3936f8a8a3fb6397c6c10185acffa87488534 - name: github.com/go-xorm/xorm - version: 769f6b3ae663248e8f1b1d8fecbe1eb26ac77ac7 + version: 311abf25abd146a5ddaad5dc3241eba4b4b29284 - name: github.com/gogits/chardet version: 2404f777256163ea3eadb273dada5dcb037993c0 - name: github.com/gogits/cron - version: 3abc0f88f2062336bcc41b43a4febbd847a390ce + version: 7f3990acf1833faa5ebd0e86f0a4c72a4b5eba3c - name: github.com/gogits/git-module - version: 76e8cce6c7ef3ba1cf75752261c721ebf14cd129 + version: 5e0c1330d7853d1affbc193885d517db0f8d1ca5 - name: github.com/gogits/go-gogs-client - version: 788ec59749df076b98e208909b44fdef02779deb + version: c52f7ee0cc58d3cd6e379025552873a8df6de322 +- name: github.com/gogits/go-libravatar + version: cd1abbd55d09b793672732a7a1dfdaa12a40dfd0 - name: github.com/issue9/identicon - version: f8c0d2ce04db79c663b1da33d3a9f62be753ee88 + version: d36b54562f4cf70c83653e13dc95c220c79ef521 +- name: github.com/jaytaylor/html2text + version: 52d9b785554a1918cb09909b89a1509a98b853fd - name: github.com/kardianos/minwinsvc version: cad6b2b879b0970e4245a20ebf1a81a756e2bb70 - name: github.com/klauspost/compress - version: 006acde2c5d283d2f8b8aa03d8f0cd2891c680cf + version: 14eb9c4951195779ecfbec34431a976de7335b0a subpackages: - gzip - flate @@ -58,23 +64,23 @@ imports: - name: github.com/klauspost/crc32 version: 19b0b332c9e4516a6370a0456e6182c3b5036720 - name: github.com/lib/pq - version: 165a3529e799da61ab10faed1fabff3662d6193f + version: 80f8150043c80fb52dee6bc863a709cdac7ec8f8 subpackages: - oid - name: github.com/mattn/go-sqlite3 - version: 76e335f60bbcee20755df9864f0153af1a80ad2d + version: e118d4451349065b8e7ce0f0af32e033995363f8 - name: github.com/mcuadros/go-version version: d52711f8d6bea8dc01efafdb68ad95a4e2606630 - name: github.com/microcosm-cc/bluemonday - version: 4ac6f27528d0a3f2a59e0b0a6f6b3ff0bb89fe20 + version: 9dc199233bf72cc1aad9b61f73daf2f0075b9ee4 - name: github.com/msteinert/pam version: 02ccfbfaf0cc627aa3aec8ef7ed5cfeec5b43f63 - name: github.com/nfnt/resize - version: 4d93a29130b1b6aba503e2aa8b50f516213ea80e + version: 891127d8d1b52734debe1b3c3d7e747502b6c366 - name: github.com/russross/blackfriday - version: b43df972fb5fdf3af8d2e90f38a69d374fe26dd0 + version: 93622da34e54fb6529bfb7c57e710f37a8d9cbd8 - name: github.com/satori/go.uuid - version: e673fdd4dea8a7334adbbe7f57b7e4b00bdc5502 + version: 0aa62d5ddceb50dbcb909d790b5345affd3669b6 - name: github.com/sergi/go-diff version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7 subpackages: @@ -88,32 +94,36 @@ imports: - name: github.com/Unknwon/com version: 28b053d5a2923b87ce8c5a08f3af779894a72758 - name: github.com/Unknwon/i18n - version: 3b48b6662051bed72d36efa3c1e897bdf96b2e37 + version: 39d6f2727e0698b1021ceb6a77c1801aa92e7d5d - name: github.com/Unknwon/paginater version: 7748a72e01415173a27d79866b984328e7b0c12b - name: golang.org/x/crypto - version: c197bcf24cde29d3f73c7b4ac6fd41f4384e8af6 + version: bc89c496413265e715159bdc8478ee9a92fdc265 subpackages: - ssh - curve25519 + - ed25519 + - ed25519/internal/edwards25519 - name: golang.org/x/net - version: 35b06af0720201bc2f326773a80767387544f8c4 + version: 57bfaa875b96fb91b4766077f34470528d4b03e9 subpackages: - html - html/charset - html/atom - name: golang.org/x/sys - version: 9d4e42a20653790449273b3c85e67d6d8bae6e2e + version: a646d33e2ee3172a661fc09bca23bb4889a41bc8 subpackages: - windows/svc - windows - name: golang.org/x/text - version: 1b466db55e0ba5d56ef5315c728216b42f796491 + version: 2910a502d2bf9e43193af9d68ca516529614eed3 subpackages: - transform + - language - encoding - encoding/charmap - encoding/htmlindex + - internal/tag - encoding/internal/identifier - encoding/internal - encoding/japanese @@ -121,24 +131,24 @@ imports: - encoding/simplifiedchinese - encoding/traditionalchinese - encoding/unicode - - language - internal/utf8internal - runes - - internal/tag - name: gopkg.in/alexcesaro/quotedprintable.v3 version: 2caba252f4dc53eaf6b553000885530023f54623 - name: gopkg.in/asn1-ber.v1 version: 4e86f4367175e39f69d9358a5f17b4dda270378d - name: gopkg.in/bufio.v1 version: 567b2bfa514e796916c4747494d6ff5132a1dfce +- name: gopkg.in/editorconfig/editorconfig-core-go.v1 + version: a872f05c2e34b37b567401384d202aff11ba06d4 - name: gopkg.in/gomail.v2 - version: 060a5f4e98dbf37408cf0c745681e4001d877827 + version: 81ebce5c23dfd25c6c67194b37d3dd3f338c98b1 - name: gopkg.in/ini.v1 - version: 776aa739ce9373377cd16f526cdf06cb4c89b40f + version: cf53f9204df4fbdd7ec4164b57fa6184ba168292 - name: gopkg.in/ldap.v2 - version: 07a7330929b9ee80495c88a4439657d89c7dbd87 + version: d0a5ced67b4dc310b9158d63a2c6f9c5ec13f105 - name: gopkg.in/macaron.v1 - version: 94a5ef7105036242f79e5e07a8eb8651d06c8533 + version: 826ddf13862c544525338a2deda6f57ffd1a9083 - name: gopkg.in/redis.v2 version: e6179049628164864e6e84e973cfb56335748dea devImports: [] diff --git a/glide.yaml b/glide.yaml index 807f14707..1d4734eb5 100644 --- a/glide.yaml +++ b/glide.yaml @@ -6,7 +6,7 @@ import: - package: github.com/Unknwon/com - package: github.com/Unknwon/i18n - package: github.com/Unknwon/paginater -- package: github.com/codegangsta/cli +- package: github.com/urfave/cli - package: github.com/go-macaron/binding - package: github.com/go-macaron/cache subpackages: @@ -40,6 +40,7 @@ import: - package: github.com/sergi/go-diff subpackages: - diffmatchpatch +- package: github.com/strk/go-libravatar - package: golang.org/x/crypto subpackages: - ssh @@ -50,6 +51,8 @@ import: - package: golang.org/x/text subpackages: - transform + - language +- package: gopkg.in/editorconfig/editorconfig-core-go.v1 - package: gopkg.in/gomail.v2 - package: gopkg.in/ini.v1 - package: gopkg.in/ldap.v2 diff --git a/gogs.go b/gogs.go index f6bd4f70c..0378bebf7 100644 --- a/gogs.go +++ b/gogs.go @@ -1,4 +1,4 @@ -// +build go1.4 +// +build go1.5 // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style @@ -11,13 +11,13 @@ import ( "os" "runtime" - "github.com/codegangsta/cli" + "github.com/urfave/cli" "github.com/gogits/gogs/cmd" "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.15.0323" +const APP_VER = "0.9.100.1119" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) @@ -27,7 +27,7 @@ func init() { func main() { app := cli.NewApp() app.Name = "Gogs" - app.Usage = "Go Git Service" + app.Usage = "Go Git Service: a painless self-hosted Git service" app.Version = APP_VER app.Commands = []cli.Command{ cmd.CmdWeb, @@ -35,6 +35,7 @@ func main() { cmd.CmdUpdate, cmd.CmdDump, cmd.CmdCert, + cmd.CmdAdmin, } app.Flags = append(app.Flags, []cli.Flag{}...) app.Run(os.Args) diff --git a/models/access.go b/models/access.go index b4c1349b6..b3be9b5bb 100644 --- a/models/access.go +++ b/models/access.go @@ -67,11 +67,11 @@ func accessLevel(e Engine, u *User, repo *Repository) (AccessMode, error) { return mode, nil } - if u.Id == repo.OwnerID { + if u.ID == repo.OwnerID { return ACCESS_MODE_OWNER, nil } - a := &Access{UserID: u.Id, RepoID: repo.ID} + a := &Access{UserID: u.ID, RepoID: repo.ID} if has, err := e.Get(a); !has || err != nil { return mode, err } @@ -97,7 +97,7 @@ func HasAccess(u *User, repo *Repository, testMode AccessMode) (bool, error) { // GetRepositoryAccesses finds all repositories with their access mode where a user has access but does not own. func (u *User) GetRepositoryAccesses() (map[*Repository]AccessMode, error) { accesses := make([]*Access, 0, 10) - if err := x.Find(&accesses, &Access{UserID: u.Id}); err != nil { + if err := x.Find(&accesses, &Access{UserID: u.ID}); err != nil { return nil, err } @@ -113,7 +113,7 @@ func (u *User) GetRepositoryAccesses() (map[*Repository]AccessMode, error) { } if err = repo.GetOwner(); err != nil { return nil, err - } else if repo.OwnerID == u.Id { + } else if repo.OwnerID == u.ID { continue } repos[repo] = access.Mode @@ -121,23 +121,17 @@ func (u *User) GetRepositoryAccesses() (map[*Repository]AccessMode, error) { return repos, nil } -// GetAccessibleRepositories finds all repositories where a user has access but does not own. -func (u *User) GetAccessibleRepositories() ([]*Repository, error) { - accesses := make([]*Access, 0, 10) - if err := x.Find(&accesses, &Access{UserID: u.Id}); err != nil { - return nil, err - } - - if len(accesses) == 0 { - return []*Repository{}, nil - } - - repoIDs := make([]int64, 0, len(accesses)) - for _, access := range accesses { - repoIDs = append(repoIDs, access.RepoID) - } - repos := make([]*Repository, 0, len(repoIDs)) - return repos, x.Where("owner_id != ?", u.Id).In("id", repoIDs).Desc("updated_unix").Find(&repos) +// GetAccessibleRepositories finds repositories which the user has access but does not own. +// If limit is smaller than 1 means returns all found results. +func (user *User) GetAccessibleRepositories(limit int) (repos []*Repository, _ error) { + sess := x.Where("owner_id !=? ", user.ID).Desc("updated_unix") + if limit > 0 { + sess.Limit(limit) + repos = make([]*Repository, 0, limit) + } else { + repos = make([]*Repository, 0, 10) + } + return repos, sess.Join("INNER", "access", "access.user_id = ? AND access.repo_id = repository.id", user.ID).Find(&repos) } func maxAccessMode(modes ...AccessMode) AccessMode { @@ -227,7 +221,7 @@ func (repo *Repository) recalculateTeamAccesses(e Engine, ignTeamID int64) (err return fmt.Errorf("getMembers '%d': %v", t.ID, err) } for _, m := range t.Members { - accessMap[m.Id] = maxAccessMode(accessMap[m.Id], t.Authorize) + accessMap[m.ID] = maxAccessMode(accessMap[m.ID], t.Authorize) } } diff --git a/models/action.go b/models/action.go index 91d43bae9..54695417a 100644 --- a/models/action.go +++ b/models/action.go @@ -6,7 +6,6 @@ package models import ( "encoding/json" - "errors" "fmt" "path" "regexp" @@ -45,10 +44,6 @@ const ( ACTION_REOPEN_PULL_REQUEST // 15 ) -var ( - ErrNotImplemented = errors.New("Not implemented yet") -) - var ( // Same as Github. See https://help.github.com/articles/closing-issues-via-commit-messages IssueCloseKeywords = []string{"close", "closes", "closed", "fix", "fixes", "fixed", "resolve", "resolves", "resolved"} @@ -76,7 +71,6 @@ type Action struct { OpType ActionType ActUserID int64 // Action user id. ActUserName string // Action user name. - ActEmail string ActAvatar string `xorm:"-"` RepoID int64 RepoUserName string @@ -89,7 +83,7 @@ type Action struct { } func (a *Action) BeforeInsert() { - a.CreatedUnix = time.Now().UTC().Unix() + a.CreatedUnix = time.Now().Unix() } func (a *Action) AfterSet(colName string, _ xorm.Cell) { @@ -111,10 +105,6 @@ func (a *Action) ShortActUserName() string { return base.EllipsisString(a.ActUserName, 20) } -func (a *Action) GetActEmail() string { - return a.ActEmail -} - func (a *Action) GetRepoUserName() string { return a.RepoUserName } @@ -169,7 +159,7 @@ func (a *Action) GetIssueTitle() string { log.Error(4, "GetIssueByIndex: %v", err) return "500 when get issue" } - return issue.Name + return issue.Title } func (a *Action) GetIssueContent() string { @@ -184,16 +174,15 @@ func (a *Action) GetIssueContent() string { func newRepoAction(e Engine, u *User, repo *Repository) (err error) { if err = notifyWatchers(e, &Action{ - ActUserID: u.Id, + ActUserID: u.ID, ActUserName: u.Name, - ActEmail: u.Email, OpType: ACTION_CREATE_REPO, RepoID: repo.ID, RepoUserName: repo.Owner.Name, RepoName: repo.Name, IsPrivate: repo.IsPrivate, }); err != nil { - return fmt.Errorf("notify watchers '%d/%d': %v", u.Id, repo.ID, err) + return fmt.Errorf("notify watchers '%d/%d': %v", u.ID, repo.ID, err) } log.Trace("action.newRepoAction: %s/%s", u.Name, repo.Name) @@ -207,9 +196,8 @@ func NewRepoAction(u *User, repo *Repository) (err error) { func renameRepoAction(e Engine, actUser *User, oldRepoName string, repo *Repository) (err error) { if err = notifyWatchers(e, &Action{ - ActUserID: actUser.Id, + ActUserID: actUser.ID, ActUserName: actUser.Name, - ActEmail: actUser.Email, OpType: ACTION_RENAME_REPO, RepoID: repo.ID, RepoUserName: repo.Owner.Name, @@ -234,16 +222,19 @@ func issueIndexTrimRight(c rune) bool { } type PushCommit struct { - Sha1 string - Message string - AuthorEmail string - AuthorName string + Sha1 string + Message string + AuthorEmail string + AuthorName string + CommitterEmail string + CommitterName string + Timestamp time.Time } type PushCommits struct { Len int Commits []*PushCommit - CompareUrl string + CompareURL string avatars map[string]string } @@ -256,21 +247,33 @@ func NewPushCommits() *PushCommits { func (pc *PushCommits) ToApiPayloadCommits(repoLink string) []*api.PayloadCommit { commits := make([]*api.PayloadCommit, len(pc.Commits)) - for i, cmt := range pc.Commits { - author_username := "" - author, err := GetUserByEmail(cmt.AuthorEmail) + for i, commit := range pc.Commits { + authorUsername := "" + author, err := GetUserByEmail(commit.AuthorEmail) if err == nil { - author_username = author.Name + authorUsername = author.Name + } + committerUsername := "" + committer, err := GetUserByEmail(commit.CommitterEmail) + if err == nil { + // TODO: check errors other than email not found. + committerUsername = committer.Name } commits[i] = &api.PayloadCommit{ - ID: cmt.Sha1, - Message: cmt.Message, - URL: fmt.Sprintf("%s/commit/%s", repoLink, cmt.Sha1), - Author: &api.PayloadAuthor{ - Name: cmt.AuthorName, - Email: cmt.AuthorEmail, - UserName: author_username, + ID: commit.Sha1, + Message: commit.Message, + URL: fmt.Sprintf("%s/commit/%s", repoLink, commit.Sha1), + Author: &api.PayloadUser{ + Name: commit.AuthorName, + Email: commit.AuthorEmail, + UserName: authorUsername, + }, + Committer: &api.PayloadUser{ + Name: commit.CommitterName, + Email: commit.CommitterEmail, + UserName: committerUsername, }, + Timestamp: commit.Timestamp, } } return commits @@ -288,15 +291,15 @@ func (push *PushCommits) AvatarLink(email string) string { log.Error(4, "GetUserByEmail: %v", err) } } else { - push.avatars[email] = u.AvatarLink() + push.avatars[email] = u.RelAvatarLink() } } return push.avatars[email] } -// updateIssuesCommit checks if issues are manipulated by commit message. -func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string, commits []*PushCommit) error { +// UpdateIssuesCommit checks if issues are manipulated by commit message. +func UpdateIssuesCommit(doer *User, repo *Repository, commits []*PushCommit) error { // Commits are appended in the reverse order. for i := len(commits) - 1; i >= 0; i-- { c := commits[i] @@ -312,7 +315,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string // Add repo name if missing if ref[0] == '#' { - ref = fmt.Sprintf("%s/%s%s", repoUserName, repoName, ref) + ref = fmt.Sprintf("%s%s", repo.FullName(), ref) } else if !strings.Contains(ref, "/") { // FIXME: We don't support User#ID syntax yet // return ErrNotImplemented @@ -332,9 +335,8 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string } refMarked[issue.ID] = true - url := fmt.Sprintf("%s/%s/%s/commit/%s", setting.AppSubUrl, repoUserName, repoName, c.Sha1) - message := fmt.Sprintf(`%s`, url, c.Message) - if err = CreateRefComment(u, repo, issue, message, c.Sha1); err != nil { + message := fmt.Sprintf(`%s`, repo.Link(), c.Sha1, c.Message) + if err = CreateRefComment(doer, repo, issue, message, c.Sha1); err != nil { return err } } @@ -351,7 +353,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string // Add repo name if missing if ref[0] == '#' { - ref = fmt.Sprintf("%s/%s%s", repoUserName, repoName, ref) + ref = fmt.Sprintf("%s%s", repo.FullName(), ref) } else if !strings.Contains(ref, "/") { // We don't support User#ID syntax yet // return ErrNotImplemented @@ -375,7 +377,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string continue } - if err = issue.ChangeStatus(u, repo, true); err != nil { + if err = issue.ChangeStatus(doer, repo, true); err != nil { return err } } @@ -391,7 +393,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string // Add repo name if missing if ref[0] == '#' { - ref = fmt.Sprintf("%s/%s%s", repoUserName, repoName, ref) + ref = fmt.Sprintf("%s%s", repo.FullName(), ref) } else if !strings.Contains(ref, "/") { // We don't support User#ID syntax yet // return ErrNotImplemented @@ -415,7 +417,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string continue } - if err = issue.ChangeStatus(u, repo, false); err != nil { + if err = issue.ChangeStatus(doer, repo, false); err != nil { return err } } @@ -423,26 +425,26 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string return nil } -// CommitRepoAction adds new action for committing repository. -func CommitRepoAction( - userID, repoUserID int64, - userName, actEmail string, - repoID int64, - repoUserName, repoName string, - refFullName string, - commit *PushCommits, - oldCommitID string, newCommitID string) error { +type CommitRepoActionOptions struct { + PusherName string + RepoOwnerID int64 + RepoName string + RefFullName string + OldCommitID string + NewCommitID string + Commits *PushCommits +} - u, err := GetUserByID(userID) +// CommitRepoAction adds new commit actio to the repository, and prepare corresponding webhooks. +func CommitRepoAction(opts CommitRepoActionOptions) error { + pusher, err := GetUserByName(opts.PusherName) if err != nil { - return fmt.Errorf("GetUserByID: %v", err) + return fmt.Errorf("GetUserByName [%s]: %v", opts.PusherName, err) } - repo, err := GetRepositoryByName(repoUserID, repoName) + repo, err := GetRepositoryByName(opts.RepoOwnerID, opts.RepoName) if err != nil { - return fmt.Errorf("GetRepositoryByName: %v", err) - } else if err = repo.GetOwner(); err != nil { - return fmt.Errorf("GetOwner: %v", err) + return fmt.Errorf("GetRepositoryByName [owner_id: %d, name: %s]: %v", opts.RepoOwnerID, opts.RepoName, err) } // Change repository bare status and update last updated time. @@ -454,79 +456,64 @@ func CommitRepoAction( isNewBranch := false opType := ACTION_COMMIT_REPO // Check it's tag push or branch. - if strings.HasPrefix(refFullName, "refs/tags/") { + if strings.HasPrefix(opts.RefFullName, git.TAG_PREFIX) { opType = ACTION_PUSH_TAG - commit = &PushCommits{} + opts.Commits = &PushCommits{} } else { - // if not the first commit, set the compareUrl - if !strings.HasPrefix(oldCommitID, "0000000") { - commit.CompareUrl = repo.ComposeCompareURL(oldCommitID, newCommitID) - } else { + // if not the first commit, set the compare URL. + if opts.OldCommitID == git.EMPTY_SHA { isNewBranch = true + } else { + opts.Commits.CompareURL = repo.ComposeCompareURL(opts.OldCommitID, opts.NewCommitID) } - if err = updateIssuesCommit(u, repo, repoUserName, repoName, commit.Commits); err != nil { + if err = UpdateIssuesCommit(pusher, repo, opts.Commits.Commits); err != nil { log.Error(4, "updateIssuesCommit: %v", err) } } - if len(commit.Commits) > setting.FeedMaxCommitNum { - commit.Commits = commit.Commits[:setting.FeedMaxCommitNum] + if len(opts.Commits.Commits) > setting.UI.FeedMaxCommitNum { + opts.Commits.Commits = opts.Commits.Commits[:setting.UI.FeedMaxCommitNum] } - bs, err := json.Marshal(commit) + data, err := json.Marshal(opts.Commits) if err != nil { return fmt.Errorf("Marshal: %v", err) } - refName := git.RefEndName(refFullName) - + refName := git.RefEndName(opts.RefFullName) if err = NotifyWatchers(&Action{ - ActUserID: u.Id, - ActUserName: userName, - ActEmail: actEmail, + ActUserID: pusher.ID, + ActUserName: pusher.Name, OpType: opType, - Content: string(bs), + Content: string(data), RepoID: repo.ID, - RepoUserName: repoUserName, - RepoName: repoName, + RepoUserName: repo.MustOwner().Name, + RepoName: repo.Name, RefName: refName, IsPrivate: repo.IsPrivate, }); err != nil { return fmt.Errorf("NotifyWatchers: %v", err) } - payloadRepo := repo.ComposePayload() - - pusher_email, pusher_name := "", "" - pusher, err := GetUserByName(userName) - if err == nil { - pusher_email = pusher.Email - pusher_name = pusher.DisplayName() - } - payloadSender := &api.PayloadUser{ - UserName: pusher.Name, - ID: pusher.Id, - AvatarUrl: pusher.AvatarLink(), - } + defer func() { + go HookQueue.Add(repo.ID) + }() + apiPusher := pusher.APIFormat() + apiRepo := repo.APIFormat(nil) switch opType { case ACTION_COMMIT_REPO: // Push - p := &api.PushPayload{ - Ref: refFullName, - Before: oldCommitID, - After: newCommitID, - CompareUrl: setting.AppUrl + commit.CompareUrl, - Commits: commit.ToApiPayloadCommits(repo.FullRepoLink()), - Repo: payloadRepo, - Pusher: &api.PayloadAuthor{ - Name: pusher_name, - Email: pusher_email, - UserName: userName, - }, - Sender: payloadSender, - } - if err = PrepareWebhooks(repo, HOOK_EVENT_PUSH, p); err != nil { + if err = PrepareWebhooks(repo, HOOK_EVENT_PUSH, &api.PushPayload{ + Ref: opts.RefFullName, + Before: opts.OldCommitID, + After: opts.NewCommitID, + CompareURL: setting.AppUrl + opts.Commits.CompareURL, + Commits: opts.Commits.ToApiPayloadCommits(repo.HTMLURL()), + Repo: apiRepo, + Pusher: apiPusher, + Sender: apiPusher, + }); err != nil { return fmt.Errorf("PrepareWebhooks: %v", err) } @@ -534,8 +521,8 @@ func CommitRepoAction( return PrepareWebhooks(repo, HOOK_EVENT_CREATE, &api.CreatePayload{ Ref: refName, RefType: "branch", - Repo: payloadRepo, - Sender: payloadSender, + Repo: apiRepo, + Sender: apiPusher, }) } @@ -543,52 +530,50 @@ func CommitRepoAction( return PrepareWebhooks(repo, HOOK_EVENT_CREATE, &api.CreatePayload{ Ref: refName, RefType: "tag", - Repo: payloadRepo, - Sender: payloadSender, + Repo: apiRepo, + Sender: apiPusher, }) } return nil } -func transferRepoAction(e Engine, actUser, oldOwner, newOwner *User, repo *Repository) (err error) { +func transferRepoAction(e Engine, doer, oldOwner *User, repo *Repository) (err error) { if err = notifyWatchers(e, &Action{ - ActUserID: actUser.Id, - ActUserName: actUser.Name, - ActEmail: actUser.Email, + ActUserID: doer.ID, + ActUserName: doer.Name, OpType: ACTION_TRANSFER_REPO, RepoID: repo.ID, - RepoUserName: newOwner.Name, + RepoUserName: repo.Owner.Name, RepoName: repo.Name, IsPrivate: repo.IsPrivate, - Content: path.Join(oldOwner.LowerName, repo.LowerName), + Content: path.Join(oldOwner.Name, repo.Name), }); err != nil { - return fmt.Errorf("notify watchers '%d/%d': %v", actUser.Id, repo.ID, err) + return fmt.Errorf("notifyWatchers: %v", err) } // Remove watch for organization. - if repo.Owner.IsOrganization() { - if err = watchRepo(e, repo.Owner.Id, repo.ID, false); err != nil { - return fmt.Errorf("watch repository: %v", err) + if oldOwner.IsOrganization() { + if err = watchRepo(e, oldOwner.ID, repo.ID, false); err != nil { + return fmt.Errorf("watchRepo [false]: %v", err) } } - log.Trace("action.transferRepoAction: %s/%s", actUser.Name, repo.Name) return nil } -// TransferRepoAction adds new action for transferring repository. -func TransferRepoAction(actUser, oldOwner, newOwner *User, repo *Repository) error { - return transferRepoAction(x, actUser, oldOwner, newOwner, repo) +// TransferRepoAction adds new action for transferring repository, +// the Owner field of repository is assumed to be new owner. +func TransferRepoAction(doer, oldOwner *User, repo *Repository) error { + return transferRepoAction(x, doer, oldOwner, repo) } -func mergePullRequestAction(e Engine, actUser *User, repo *Repository, pull *Issue) error { +func mergePullRequestAction(e Engine, doer *User, repo *Repository, issue *Issue) error { return notifyWatchers(e, &Action{ - ActUserID: actUser.Id, - ActUserName: actUser.Name, - ActEmail: actUser.Email, + ActUserID: doer.ID, + ActUserName: doer.Name, OpType: ACTION_MERGE_PULL_REQUEST, - Content: fmt.Sprintf("%d|%s", pull.Index, pull.Name), + Content: fmt.Sprintf("%d|%s", issue.Index, issue.Title), RepoID: repo.ID, RepoUserName: repo.Owner.Name, RepoName: repo.Name, @@ -602,21 +587,22 @@ func MergePullRequestAction(actUser *User, repo *Repository, pull *Issue) error } // GetFeeds returns action list of given user in given context. -// userID is the user who's requesting, ctxUserID is the user/org that is requested. -// userID can be -1, if isProfile is true or in order to skip the permission check. -func GetFeeds(ctxUserID, userID, offset int64, isProfile bool) ([]*Action, error) { +// actorID is the user who's requesting, ctxUserID is the user/org that is requested. +// actorID can be -1 when isProfile is true or to skip the permission check. +func GetFeeds(ctxUser *User, actorID, offset int64, isProfile bool) ([]*Action, error) { actions := make([]*Action, 0, 20) - sess := x.Limit(20, int(offset)).Desc("id").Where("user_id=?", ctxUserID) + sess := x.Limit(20, int(offset)).Desc("id").Where("user_id = ?", ctxUser.ID) if isProfile { - sess.And("is_private=?", false).And("act_user_id=?", ctxUserID) - } else if ctxUserID != -1 { - ctxUser := &User{Id: ctxUserID} - if err := ctxUser.GetUserRepositories(userID); err != nil { - return nil, err + sess.And("is_private = ?", false).And("act_user_id = ?", ctxUser.ID) + } else if actorID != -1 && ctxUser.IsOrganization() { + // FIXME: only need to get IDs here, not all fields of repository. + repos, _, err := ctxUser.GetUserRepositories(actorID, 1, ctxUser.NumRepos) + if err != nil { + return nil, fmt.Errorf("GetUserRepositories: %v", err) } var repoIDs []int64 - for _, repo := range ctxUser.Repos { + for _, repo := range repos { repoIDs = append(repoIDs, repo.ID) } diff --git a/models/admin.go b/models/admin.go index d9e8e529e..68731a243 100644 --- a/models/admin.go +++ b/models/admin.go @@ -35,7 +35,7 @@ type Notice struct { } func (n *Notice) BeforeInsert() { - n.CreatedUnix = time.Now().UTC().Unix() + n.CreatedUnix = time.Now().Unix() } func (n *Notice) AfterSet(colName string, _ xorm.Cell) { @@ -52,6 +52,11 @@ func (n *Notice) TrStr() string { // CreateNotice creates new system notice. func CreateNotice(tp NoticeType, desc string) error { + // prevent panic if database connection is not available at this point + if x == nil { + return fmt.Errorf("Could not save notice due database connection not being available: %d %s", tp, desc) + } + n := &Notice{ Type: tp, Description: desc, @@ -69,7 +74,12 @@ func CreateRepositoryNotice(desc string) error { // creates a system notice when error occurs. func RemoveAllWithNotice(title, path string) { var err error + // workaround for Go not being able to remove read-only files/folders: https://github.com/golang/go/issues/9606 + // this bug should be fixed on Go 1.7, so the workaround should be removed when Gogs don't support Go 1.6 anymore: + // https://github.com/golang/go/commit/2ffb3e5d905b5622204d199128dec06cefd57790 if setting.IsWindows { + // converting "/" to "\" in path on Windows + path = strings.Replace(path, "/", "\\", -1) err = exec.Command("cmd", "/C", "rmdir", "/S", "/Q", path).Run() } else { err = os.RemoveAll(path) diff --git a/models/error.go b/models/error.go index cd7fa35de..182a944a6 100644 --- a/models/error.go +++ b/models/error.go @@ -280,6 +280,18 @@ func (err ErrAccessTokenNotExist) Error() string { return fmt.Sprintf("access token does not exist [sha: %s]", err.SHA) } +type ErrAccessTokenEmpty struct { +} + +func IsErrAccessTokenEmpty(err error) bool { + _, ok := err.(ErrAccessTokenEmpty) + return ok +} + +func (err ErrAccessTokenEmpty) Error() string { + return fmt.Sprintf("access token is empty") +} + // ________ .__ __ .__ // \_____ \_______ _________ ____ |__|____________ _/ |_|__| ____ ____ // / | \_ __ \/ ___\__ \ / \| \___ /\__ \\ __\ |/ _ \ / \ @@ -375,7 +387,7 @@ func IsErrReleaseAlreadyExist(err error) bool { } func (err ErrReleaseAlreadyExist) Error() string { - return fmt.Sprintf("Release tag already exist [tag_name: %s]", err.TagName) + return fmt.Sprintf("release tag already exist [tag_name: %s]", err.TagName) } type ErrReleaseNotExist struct { @@ -389,7 +401,33 @@ func IsErrReleaseNotExist(err error) bool { } func (err ErrReleaseNotExist) Error() string { - return fmt.Sprintf("Release tag does not exist [id: %d, tag_name: %s]", err.ID, err.TagName) + return fmt.Sprintf("release tag does not exist [id: %d, tag_name: %s]", err.ID, err.TagName) +} + +type ErrInvalidTagName struct { + TagName string +} + +func IsErrInvalidTagName(err error) bool { + _, ok := err.(ErrInvalidTagName) + return ok +} + +func (err ErrInvalidTagName) Error() string { + return fmt.Sprintf("release tag name is not valid [tag_name: %s]", err.TagName) +} + +type ErrRepoFileAlreadyExist struct { + FileName string +} + +func IsErrRepoFileAlreadyExist(err error) bool { + _, ok := err.(ErrRepoFileAlreadyExist) + return ok +} + +func (err ErrRepoFileAlreadyExist) Error() string { + return fmt.Sprintf("repository file already exists [file_name: %s]", err.FileName) } // __________ .__ @@ -409,7 +447,7 @@ func IsErrBranchNotExist(err error) bool { } func (err ErrBranchNotExist) Error() string { - return fmt.Sprintf("Branch does not exist [name: %s]", err.Name) + return fmt.Sprintf("branch does not exist [name: %s]", err.Name) } // __ __ ___. .__ __ @@ -488,7 +526,8 @@ func (err ErrPullRequestNotExist) Error() string { // \/ \/ \/ \/ \/ type ErrCommentNotExist struct { - ID int64 + ID int64 + IssueID int64 } func IsErrCommentNotExist(err error) bool { @@ -497,7 +536,7 @@ func IsErrCommentNotExist(err error) bool { } func (err ErrCommentNotExist) Error() string { - return fmt.Sprintf("comment does not exist [id: %d]", err.ID) + return fmt.Sprintf("comment does not exist [id: %d, issue_id: %d]", err.ID, err.IssueID) } // .____ ___. .__ @@ -508,7 +547,8 @@ func (err ErrCommentNotExist) Error() string { // \/ \/ \/ \/ type ErrLabelNotExist struct { - ID int64 + LabelID int64 + RepoID int64 } func IsErrLabelNotExist(err error) bool { @@ -517,7 +557,7 @@ func IsErrLabelNotExist(err error) bool { } func (err ErrLabelNotExist) Error() string { - return fmt.Sprintf("label does not exist [id: %d]", err.ID) + return fmt.Sprintf("label does not exist [label_id: %d, repo_id: %d]", err.LabelID, err.RepoID) } // _____ .__.__ __ @@ -562,24 +602,50 @@ func (err ErrAttachmentNotExist) Error() string { return fmt.Sprintf("attachment does not exist [id: %d, uuid: %s]", err.ID, err.UUID) } -// _____ __ .__ __ .__ __ .__ -// / _ \ __ ___/ |_| |__ ____ _____/ |_|__| ____ _____ _/ |_|__| ____ ____ -// / /_\ \| | \ __\ | \_/ __ \ / \ __\ |/ ___\\__ \\ __\ |/ _ \ / \ -// / | \ | /| | | Y \ ___/| | \ | | \ \___ / __ \| | | ( <_> ) | \ -// \____|__ /____/ |__| |___| /\___ >___| /__| |__|\___ >____ /__| |__|\____/|___| / -// \/ \/ \/ \/ \/ \/ \/ +// .____ .__ _________ +// | | ____ ____ |__| ____ / _____/ ____ __ _________ ____ ____ +// | | / _ \ / ___\| |/ \ \_____ \ / _ \| | \_ __ \_/ ___\/ __ \ +// | |__( <_> ) /_/ > | | \ / ( <_> ) | /| | \/\ \__\ ___/ +// |_______ \____/\___ /|__|___| / /_______ /\____/|____/ |__| \___ >___ > +// \/ /_____/ \/ \/ \/ \/ -type ErrAuthenticationNotExist struct { +type ErrLoginSourceNotExist struct { ID int64 } -func IsErrAuthenticationNotExist(err error) bool { - _, ok := err.(ErrAuthenticationNotExist) +func IsErrLoginSourceNotExist(err error) bool { + _, ok := err.(ErrLoginSourceNotExist) return ok } -func (err ErrAuthenticationNotExist) Error() string { - return fmt.Sprintf("authentication does not exist [id: %d]", err.ID) +func (err ErrLoginSourceNotExist) Error() string { + return fmt.Sprintf("login source does not exist [id: %d]", err.ID) +} + +type ErrLoginSourceAlreadyExist struct { + Name string +} + +func IsErrLoginSourceAlreadyExist(err error) bool { + _, ok := err.(ErrLoginSourceAlreadyExist) + return ok +} + +func (err ErrLoginSourceAlreadyExist) Error() string { + return fmt.Sprintf("login source already exists [name: %s]", err.Name) +} + +type ErrLoginSourceInUse struct { + ID int64 +} + +func IsErrLoginSourceInUse(err error) bool { + _, ok := err.(ErrLoginSourceInUse) + return ok +} + +func (err ErrLoginSourceInUse) Error() string { + return fmt.Sprintf("login source is still used by some users [id: %d]", err.ID) } // ___________ @@ -602,3 +668,25 @@ func IsErrTeamAlreadyExist(err error) bool { func (err ErrTeamAlreadyExist) Error() string { return fmt.Sprintf("team already exists [org_id: %d, name: %s]", err.OrgID, err.Name) } + +// ____ ___ .__ .___ +// | | \______ | | _________ __| _/ +// | | /\____ \| | / _ \__ \ / __ | +// | | / | |_> > |_( <_> ) __ \_/ /_/ | +// |______/ | __/|____/\____(____ /\____ | +// |__| \/ \/ +// + +type ErrUploadNotExist struct { + ID int64 + UUID string +} + +func IsErrUploadNotExist(err error) bool { + _, ok := err.(ErrAttachmentNotExist) + return ok +} + +func (err ErrUploadNotExist) Error() string { + return fmt.Sprintf("attachment does not exist [id: %d, uuid: %s]", err.ID, err.UUID) +} diff --git a/models/git_diff.go b/models/git_diff.go index ab70139fb..107f630ff 100644 --- a/models/git_diff.go +++ b/models/git_diff.go @@ -26,6 +26,7 @@ import ( "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/process" + "github.com/gogits/gogs/modules/setting" "github.com/gogits/gogs/modules/template/highlight" ) @@ -48,10 +49,10 @@ const ( ) type DiffLine struct { - LeftIdx int - RightIdx int - Type DiffLineType - Content string + LeftIdx int + RightIdx int + Type DiffLineType + Content string } func (d *DiffLine) GetType() int { @@ -70,17 +71,27 @@ var ( ) func diffToHTML(diffs []diffmatchpatch.Diff, lineType DiffLineType) template.HTML { - var buf bytes.Buffer + buf := bytes.NewBuffer(nil) + + // Reproduce signs which are cutted for inline diff before. + switch lineType { + case DIFF_LINE_ADD: + buf.WriteByte('+') + case DIFF_LINE_DEL: + buf.WriteByte('-') + } + for i := range diffs { - if diffs[i].Type == diffmatchpatch.DiffInsert && lineType == DIFF_LINE_ADD { + switch { + case diffs[i].Type == diffmatchpatch.DiffInsert && lineType == DIFF_LINE_ADD: buf.Write(addedCodePrefix) buf.WriteString(html.EscapeString(diffs[i].Text)) buf.Write(codeTagSuffix) - } else if diffs[i].Type == diffmatchpatch.DiffDelete && lineType == DIFF_LINE_DEL { + case diffs[i].Type == diffmatchpatch.DiffDelete && lineType == DIFF_LINE_DEL: buf.Write(removedCodePrefix) buf.WriteString(html.EscapeString(diffs[i].Text)) buf.Write(codeTagSuffix) - } else if diffs[i].Type == diffmatchpatch.DiffEqual { + case diffs[i].Type == diffmatchpatch.DiffEqual: buf.WriteString(html.EscapeString(diffs[i].Text)) } } @@ -90,62 +101,86 @@ func diffToHTML(diffs []diffmatchpatch.Diff, lineType DiffLineType) template.HTM // get an specific line by type (add or del) and file line number func (diffSection *DiffSection) GetLine(lineType DiffLineType, idx int) *DiffLine { - difference := 0 + var ( + difference = 0 + addCount = 0 + delCount = 0 + matchDiffLine *DiffLine + ) +LOOP: for _, diffLine := range diffSection.Lines { - if diffLine.Type == DIFF_LINE_PLAIN { - // get the difference of line numbers between ADD and DEL versions + switch diffLine.Type { + case DIFF_LINE_ADD: + addCount++ + case DIFF_LINE_DEL: + delCount++ + default: + if matchDiffLine != nil { + break LOOP + } difference = diffLine.RightIdx - diffLine.LeftIdx - continue + addCount = 0 + delCount = 0 } - if lineType == DIFF_LINE_DEL { + switch lineType { + case DIFF_LINE_DEL: if diffLine.RightIdx == 0 && diffLine.LeftIdx == idx-difference { - return diffLine + matchDiffLine = diffLine } - } else if lineType == DIFF_LINE_ADD { + case DIFF_LINE_ADD: if diffLine.LeftIdx == 0 && diffLine.RightIdx == idx+difference { - return diffLine + matchDiffLine = diffLine } } } + + if addCount == delCount { + return matchDiffLine + } return nil } +var diffMatchPatch = diffmatchpatch.New() + +func init() { + diffMatchPatch.DiffEditCost = 100 +} + // computes inline diff for the given line func (diffSection *DiffSection) GetComputedInlineDiffFor(diffLine *DiffLine) template.HTML { - var compareDiffLine *DiffLine - var diff1, diff2 string - - getDefaultReturn := func() template.HTML { + if setting.Git.DisableDiffHighlight { return template.HTML(html.EscapeString(diffLine.Content[1:])) } - - // just compute diff for adds and removes - if diffLine.Type != DIFF_LINE_ADD && diffLine.Type != DIFF_LINE_DEL { - return getDefaultReturn() - } + var ( + compareDiffLine *DiffLine + diff1 string + diff2 string + ) // try to find equivalent diff line. ignore, otherwise - if diffLine.Type == DIFF_LINE_ADD { + switch diffLine.Type { + case DIFF_LINE_ADD: compareDiffLine = diffSection.GetLine(DIFF_LINE_DEL, diffLine.RightIdx) if compareDiffLine == nil { - return getDefaultReturn() + return template.HTML(html.EscapeString(diffLine.Content)) } diff1 = compareDiffLine.Content diff2 = diffLine.Content - } else { + case DIFF_LINE_DEL: compareDiffLine = diffSection.GetLine(DIFF_LINE_ADD, diffLine.LeftIdx) if compareDiffLine == nil { - return getDefaultReturn() + return template.HTML(html.EscapeString(diffLine.Content)) } diff1 = diffLine.Content diff2 = compareDiffLine.Content + default: + return template.HTML(html.EscapeString(diffLine.Content)) } - dmp := diffmatchpatch.New() - diffRecord := dmp.DiffMain(diff1[1:], diff2[1:], true) - diffRecord = dmp.DiffCleanupSemantic(diffRecord) + diffRecord := diffMatchPatch.DiffMain(diff1[1:], diff2[1:], true) + diffRecord = diffMatchPatch.DiffCleanupEfficiency(diffRecord) return diffToHTML(diffRecord, diffLine.Type) } @@ -160,7 +195,9 @@ type DiffFile struct { IsDeleted bool IsBin bool IsRenamed bool + IsSubmodule bool Sections []*DiffSection + IsIncomplete bool } func (diffFile *DiffFile) GetType() int { @@ -174,6 +211,7 @@ func (diffFile *DiffFile) GetHighlightClass() string { type Diff struct { TotalAddition, TotalDeletion int Files []*DiffFile + IsIncomplete bool } func (diff *Diff) NumFiles() int { @@ -182,7 +220,8 @@ func (diff *Diff) NumFiles() int { const DIFF_HEAD = "diff --git " -func ParsePatch(maxlines int, reader io.Reader) (*Diff, error) { +// TODO: move this function to gogits/git-module +func ParsePatch(maxLines, maxLineCharacteres, maxFiles int, reader io.Reader) (*Diff, error) { var ( diff = &Diff{Files: make([]*DiffFile, 0)} @@ -193,15 +232,12 @@ func ParsePatch(maxlines int, reader io.Reader) (*Diff, error) { leftLine, rightLine int lineCount int + curFileLinesCount int ) input := bufio.NewReader(reader) isEOF := false - for { - if isEOF { - break - } - + for !isEOF { line, err := input.ReadString('\n') if err != nil { if err == io.EOF { @@ -216,20 +252,16 @@ func ParsePatch(maxlines int, reader io.Reader) (*Diff, error) { line = line[:len(line)-1] } - if strings.HasPrefix(line, "+++ ") || strings.HasPrefix(line, "--- ") { - continue - } else if len(line) == 0 { + if strings.HasPrefix(line, "+++ ") || strings.HasPrefix(line, "--- ") || len(line) == 0 { continue } + curFileLinesCount++ lineCount++ // Diff data too large, we only show the first about maxlines lines - if lineCount >= maxlines { - log.Warn("Diff data too large") - io.Copy(ioutil.Discard, reader) - diff.Files = nil - return diff, nil + if curFileLinesCount >= maxLines || len(line) >= maxLineCharacteres { + curFile.IsIncomplete = true } switch { @@ -304,8 +336,14 @@ func ParsePatch(maxlines int, reader io.Reader) (*Diff, error) { Sections: make([]*DiffSection, 0, 10), } diff.Files = append(diff.Files, curFile) + if len(diff.Files) >= maxFiles { + diff.IsIncomplete = true + io.Copy(ioutil.Discard, reader) + break + } + curFileLinesCount = 0 - // Check file diff type. + // Check file diff type and is submodule. for { line, err := input.ReadString('\n') if err != nil { @@ -332,6 +370,9 @@ func ParsePatch(maxlines int, reader io.Reader) (*Diff, error) { curFile.Name = b } if curFile.Type > 0 { + if strings.HasSuffix(line, " 160000\n") { + curFile.IsSubmodule = true + } break } } @@ -366,13 +407,13 @@ func ParsePatch(maxlines int, reader io.Reader) (*Diff, error) { return diff, nil } -func GetDiffRange(repoPath, beforeCommitID string, afterCommitID string, maxlines int) (*Diff, error) { - repo, err := git.OpenRepository(repoPath) +func GetDiffRange(repoPath, beforeCommitID, afterCommitID string, maxLines, maxLineCharacteres, maxFiles int) (*Diff, error) { + gitRepo, err := git.OpenRepository(repoPath) if err != nil { return nil, err } - commit, err := repo.GetCommit(afterCommitID) + commit, err := gitRepo.GetCommit(afterCommitID) if err != nil { return nil, err } @@ -402,10 +443,10 @@ func GetDiffRange(repoPath, beforeCommitID string, afterCommitID string, maxline return nil, fmt.Errorf("Start: %v", err) } - pid := process.Add(fmt.Sprintf("GetDiffRange (%s)", repoPath), cmd) + pid := process.Add(fmt.Sprintf("GetDiffRange [repo_path: %s]", repoPath), cmd) defer process.Remove(pid) - diff, err := ParsePatch(maxlines, stdout) + diff, err := ParsePatch(maxLines, maxLineCharacteres, maxFiles, stdout) if err != nil { return nil, fmt.Errorf("ParsePatch: %v", err) } @@ -417,6 +458,59 @@ func GetDiffRange(repoPath, beforeCommitID string, afterCommitID string, maxline return diff, nil } -func GetDiffCommit(repoPath, commitId string, maxlines int) (*Diff, error) { - return GetDiffRange(repoPath, "", commitId, maxlines) +type RawDiffType string + +const ( + RAW_DIFF_NORMAL RawDiffType = "diff" + RAW_DIFF_PATCH RawDiffType = "patch" +) + +// GetRawDiff dumps diff results of repository in given commit ID to io.Writer. +// TODO: move this function to gogits/git-module +func GetRawDiff(repoPath, commitID string, diffType RawDiffType, writer io.Writer) error { + repo, err := git.OpenRepository(repoPath) + if err != nil { + return fmt.Errorf("OpenRepository: %v", err) + } + + commit, err := repo.GetCommit(commitID) + if err != nil { + return fmt.Errorf("GetCommit: %v", err) + } + + var cmd *exec.Cmd + switch diffType { + case RAW_DIFF_NORMAL: + if commit.ParentCount() == 0 { + cmd = exec.Command("git", "show", commitID) + } else { + c, _ := commit.Parent(0) + cmd = exec.Command("git", "diff", "-M", c.ID.String(), commitID) + } + case RAW_DIFF_PATCH: + if commit.ParentCount() == 0 { + cmd = exec.Command("git", "format-patch", "--no-signature", "--stdout", "--root", commitID) + } else { + c, _ := commit.Parent(0) + query := fmt.Sprintf("%s...%s", commitID, c.ID.String()) + cmd = exec.Command("git", "format-patch", "--no-signature", "--stdout", query) + } + default: + return fmt.Errorf("invalid diffType: %s", diffType) + } + + stderr := new(bytes.Buffer) + + cmd.Dir = repoPath + cmd.Stdout = writer + cmd.Stderr = stderr + + if err = cmd.Run(); err != nil { + return fmt.Errorf("Run: %v - %s", err, stderr) + } + return nil +} + +func GetDiffCommit(repoPath, commitID string, maxLines, maxLineCharacteres, maxFiles int) (*Diff, error) { + return GetDiffRange(repoPath, "", commitID, maxLines, maxLineCharacteres, maxFiles) } diff --git a/models/git_diff_test.go b/models/git_diff_test.go index 3a1312ca5..7f390adb3 100644 --- a/models/git_diff_test.go +++ b/models/git_diff_test.go @@ -19,52 +19,17 @@ func assertLineEqual(t *testing.T, d1 *DiffLine, d2 *DiffLine) { } func TestDiffToHTML(t *testing.T) { - assertEqual(t, "foo bar biz", diffToHTML([]dmp.Diff{ + assertEqual(t, "+foo bar biz", diffToHTML([]dmp.Diff{ dmp.Diff{dmp.DiffEqual, "foo "}, dmp.Diff{dmp.DiffInsert, "bar"}, dmp.Diff{dmp.DiffDelete, " baz"}, dmp.Diff{dmp.DiffEqual, " biz"}, }, DIFF_LINE_ADD)) - assertEqual(t, "foo bar biz", diffToHTML([]dmp.Diff{ + assertEqual(t, "-foo bar biz", diffToHTML([]dmp.Diff{ dmp.Diff{dmp.DiffEqual, "foo "}, dmp.Diff{dmp.DiffDelete, "bar"}, dmp.Diff{dmp.DiffInsert, " baz"}, dmp.Diff{dmp.DiffEqual, " biz"}, }, DIFF_LINE_DEL)) } - -// test if GetLine is return the correct lines -func TestGetLine(t *testing.T) { - ds := DiffSection{Lines: []*DiffLine{ - &DiffLine{LeftIdx: 28, RightIdx: 28, Type: DIFF_LINE_PLAIN}, - &DiffLine{LeftIdx: 29, RightIdx: 29, Type: DIFF_LINE_PLAIN}, - &DiffLine{LeftIdx: 30, RightIdx: 30, Type: DIFF_LINE_PLAIN}, - &DiffLine{LeftIdx: 31, RightIdx: 0, Type: DIFF_LINE_DEL}, - &DiffLine{LeftIdx: 0, RightIdx: 31, Type: DIFF_LINE_ADD}, - &DiffLine{LeftIdx: 0, RightIdx: 32, Type: DIFF_LINE_ADD}, - &DiffLine{LeftIdx: 32, RightIdx: 33, Type: DIFF_LINE_PLAIN}, - &DiffLine{LeftIdx: 33, RightIdx: 0, Type: DIFF_LINE_DEL}, - &DiffLine{LeftIdx: 34, RightIdx: 0, Type: DIFF_LINE_DEL}, - &DiffLine{LeftIdx: 35, RightIdx: 0, Type: DIFF_LINE_DEL}, - &DiffLine{LeftIdx: 36, RightIdx: 0, Type: DIFF_LINE_DEL}, - &DiffLine{LeftIdx: 0, RightIdx: 34, Type: DIFF_LINE_ADD}, - &DiffLine{LeftIdx: 0, RightIdx: 35, Type: DIFF_LINE_ADD}, - &DiffLine{LeftIdx: 0, RightIdx: 36, Type: DIFF_LINE_ADD}, - &DiffLine{LeftIdx: 0, RightIdx: 37, Type: DIFF_LINE_ADD}, - &DiffLine{LeftIdx: 37, RightIdx: 38, Type: DIFF_LINE_PLAIN}, - &DiffLine{LeftIdx: 38, RightIdx: 39, Type: DIFF_LINE_PLAIN}, - }} - - assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 31), ds.Lines[4]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 31), ds.Lines[3]) - - assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 33), ds.Lines[11]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 34), ds.Lines[12]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 35), ds.Lines[13]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 36), ds.Lines[14]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 34), ds.Lines[7]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 35), ds.Lines[8]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 36), ds.Lines[9]) - assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 37), ds.Lines[10]) -} diff --git a/models/issue.go b/models/issue.go index edc46689d..208204b07 100644 --- a/models/issue.go +++ b/models/issue.go @@ -5,7 +5,6 @@ package models import ( - "bytes" "errors" "fmt" "io" @@ -17,6 +16,7 @@ import ( "github.com/Unknwon/com" "github.com/go-xorm/xorm" + api "github.com/gogits/go-gogs-client" gouuid "github.com/satori/go.uuid" "github.com/gogits/gogs/modules/base" @@ -25,32 +25,30 @@ import ( ) var ( - ErrWrongIssueCounter = errors.New("Invalid number of issues for this milestone") - ErrAttachmentNotLinked = errors.New("Attachment does not belong to this issue") - ErrMissingIssueNumber = errors.New("No issue number specified") + ErrMissingIssueNumber = errors.New("No issue number specified") ) // Issue represents an issue or pull request of repository. type Issue struct { - ID int64 `xorm:"pk autoincr"` - RepoID int64 `xorm:"INDEX"` - Index int64 // Index in one repository. - Name string + ID int64 `xorm:"pk autoincr"` + RepoID int64 `xorm:"INDEX UNIQUE(repo_index)"` Repo *Repository `xorm:"-"` + Index int64 `xorm:"UNIQUE(repo_index)"` // Index in one repository. PosterID int64 Poster *User `xorm:"-"` + Title string `xorm:"name"` + Content string `xorm:"TEXT"` + RenderedContent string `xorm:"-"` Labels []*Label `xorm:"-"` MilestoneID int64 Milestone *Milestone `xorm:"-"` + Priority int AssigneeID int64 Assignee *User `xorm:"-"` - IsRead bool `xorm:"-"` - IsPull bool // Indicates whether is a pull request or not. - *PullRequest `xorm:"-"` IsClosed bool - Content string `xorm:"TEXT"` - RenderedContent string `xorm:"-"` - Priority int + IsRead bool `xorm:"-"` + IsPull bool // Indicates whether is a pull request or not. + PullRequest *PullRequest `xorm:"-"` NumComments int Deadline time.Time `xorm:"-"` @@ -64,87 +62,159 @@ type Issue struct { Comments []*Comment `xorm:"-"` } -func (i *Issue) BeforeInsert() { - i.CreatedUnix = time.Now().UTC().Unix() - i.UpdatedUnix = i.CreatedUnix +func (issue *Issue) BeforeInsert() { + issue.CreatedUnix = time.Now().Unix() + issue.UpdatedUnix = issue.CreatedUnix } -func (i *Issue) BeforeUpdate() { - i.UpdatedUnix = time.Now().UTC().Unix() - i.DeadlineUnix = i.Deadline.UTC().Unix() +func (issue *Issue) BeforeUpdate() { + issue.UpdatedUnix = time.Now().Unix() + issue.DeadlineUnix = issue.Deadline.Unix() } -func (i *Issue) AfterSet(colName string, _ xorm.Cell) { - var err error +func (issue *Issue) AfterSet(colName string, _ xorm.Cell) { switch colName { - case "id": - i.Attachments, err = GetAttachmentsByIssueID(i.ID) - if err != nil { - log.Error(3, "GetAttachmentsByIssueID[%d]: %v", i.ID, err) - } - - i.Comments, err = GetCommentsByIssueID(i.ID) - if err != nil { - log.Error(3, "GetCommentsByIssueID[%d]: %v", i.ID, err) - } + case "deadline_unix": + issue.Deadline = time.Unix(issue.DeadlineUnix, 0).Local() + case "created_unix": + issue.Created = time.Unix(issue.CreatedUnix, 0).Local() + case "updated_unix": + issue.Updated = time.Unix(issue.UpdatedUnix, 0).Local() + } +} - i.Labels, err = GetLabelsByIssueID(i.ID) +func (issue *Issue) loadAttributes(e Engine) (err error) { + if issue.Repo == nil { + issue.Repo, err = getRepositoryByID(e, issue.RepoID) if err != nil { - log.Error(3, "GetLabelsByIssueID[%d]: %v", i.ID, err) + return fmt.Errorf("getRepositoryByID [%d]: %v", issue.RepoID, err) } + } - case "poster_id": - i.Poster, err = GetUserByID(i.PosterID) + if issue.Poster == nil { + issue.Poster, err = getUserByID(e, issue.PosterID) if err != nil { if IsErrUserNotExist(err) { - i.PosterID = -1 - i.Poster = NewFakeUser() + issue.PosterID = -1 + issue.Poster = NewGhostUser() } else { - log.Error(3, "GetUserByID[%d]: %v", i.ID, err) + return fmt.Errorf("getUserByID.(poster) [%d]: %v", issue.PosterID, err) } return } + } - case "milestone_id": - if i.MilestoneID == 0 { - return + if issue.Labels == nil { + issue.Labels, err = getLabelsByIssueID(e, issue.ID) + if err != nil { + return fmt.Errorf("getLabelsByIssueID [%d]: %v", issue.ID, err) } + } - i.Milestone, err = GetMilestoneByID(i.MilestoneID) + if issue.Milestone == nil && issue.MilestoneID > 0 { + issue.Milestone, err = getMilestoneByRepoID(e, issue.RepoID, issue.MilestoneID) if err != nil { - log.Error(3, "GetMilestoneById[%d]: %v", i.ID, err) + return fmt.Errorf("getMilestoneByRepoID [repo_id: %d, milestone_id: %d]: %v", issue.RepoID, issue.MilestoneID, err) } + } - case "assignee_id": - if i.AssigneeID == 0 { - return + if issue.Assignee == nil && issue.AssigneeID > 0 { + issue.Assignee, err = getUserByID(e, issue.AssigneeID) + if err != nil { + return fmt.Errorf("getUserByID.(assignee) [%d]: %v", issue.AssigneeID, err) } + } - i.Assignee, err = GetUserByID(i.AssigneeID) + if issue.IsPull && issue.PullRequest == nil { + // It is possible pull request is not yet created. + issue.PullRequest, err = getPullRequestByIssueID(e, issue.ID) + if err != nil && !IsErrPullRequestNotExist(err) { + return fmt.Errorf("getPullRequestByIssueID [%d]: %v", issue.ID, err) + } + } + + if issue.Attachments == nil { + issue.Attachments, err = getAttachmentsByIssueID(e, issue.ID) if err != nil { - log.Error(3, "GetUserByID[%d]: %v", i.ID, err) + return fmt.Errorf("getAttachmentsByIssueID [%d]: %v", issue.ID, err) } + } - case "deadline_unix": - i.Deadline = time.Unix(i.DeadlineUnix, 0).Local() - case "created_unix": - i.Created = time.Unix(i.CreatedUnix, 0).Local() - case "updated_unix": - i.Updated = time.Unix(i.UpdatedUnix, 0).Local() + if issue.Comments == nil { + issue.Comments, err = getCommentsByIssueID(e, issue.ID) + if err != nil { + return fmt.Errorf("getCommentsByIssueID [%d]: %v", issue.ID, err) + } } + + return nil } -// HashTag returns unique hash tag for issue. -func (i *Issue) HashTag() string { - return "issue-" + com.ToStr(i.ID) +func (issue *Issue) LoadAttributes() error { + return issue.loadAttributes(x) +} + +func (issue *Issue) HTMLURL() string { + var path string + if issue.IsPull { + path = "pulls" + } else { + path = "issues" + } + return fmt.Sprintf("%s/%s/%d", issue.Repo.HTMLURL(), path, issue.Index) } // State returns string representation of issue status. -func (i *Issue) State() string { +func (i *Issue) State() api.StateType { if i.IsClosed { - return "closed" + return api.STATE_CLOSED + } + return api.STATE_OPEN +} + +// This method assumes some fields assigned with values: +// Required - Poster, Labels, +// Optional - Milestone, Assignee, PullRequest +func (issue *Issue) APIFormat() *api.Issue { + apiLabels := make([]*api.Label, len(issue.Labels)) + for i := range issue.Labels { + apiLabels[i] = issue.Labels[i].APIFormat() } - return "open" + + apiIssue := &api.Issue{ + ID: issue.ID, + Index: issue.Index, + Poster: issue.Poster.APIFormat(), + Title: issue.Title, + Body: issue.Content, + Labels: apiLabels, + State: issue.State(), + Comments: issue.NumComments, + Created: issue.Created, + Updated: issue.Updated, + } + + if issue.Milestone != nil { + apiIssue.Milestone = issue.Milestone.APIFormat() + } + if issue.Assignee != nil { + apiIssue.Assignee = issue.Assignee.APIFormat() + } + if issue.IsPull { + apiIssue.PullRequest = &api.PullRequestMeta{ + HasMerged: issue.PullRequest.HasMerged, + } + if issue.PullRequest.HasMerged { + apiIssue.PullRequest.Merged = &issue.PullRequest.Merged + } + } + + return apiIssue +} + +// HashTag returns unique hash tag for issue. +func (i *Issue) HashTag() string { + return "issue-" + com.ToStr(i.ID) } // IsPoster returns true if given user by ID is the poster. @@ -161,71 +231,147 @@ func (i *Issue) HasLabel(labelID int64) bool { return i.hasLabel(x, labelID) } +func (issue *Issue) sendLabelUpdatedWebhook(doer *User) { + var err error + if issue.IsPull { + err = issue.PullRequest.LoadIssue() + if err != nil { + log.Error(4, "LoadIssue: %v", err) + return + } + err = PrepareWebhooks(issue.Repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_LABEL_UPDATED, + Index: issue.Index, + PullRequest: issue.PullRequest.APIFormat(), + Repository: issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + }) + } + if err != nil { + log.Error(4, "PrepareWebhooks [is_pull: %v]: %v", issue.IsPull, err) + } else { + go HookQueue.Add(issue.RepoID) + } +} + func (i *Issue) addLabel(e *xorm.Session, label *Label) error { return newIssueLabel(e, i, label) } -// AddLabel adds new label to issue by given ID. -func (i *Issue) AddLabel(label *Label) (err error) { - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { +// AddLabel adds a new label to the issue. +func (issue *Issue) AddLabel(doer *User, label *Label) error { + if err := NewIssueLabel(issue, label); err != nil { return err } - if err = i.addLabel(sess, label); err != nil { + issue.sendLabelUpdatedWebhook(doer) + return nil +} + +func (issue *Issue) addLabels(e *xorm.Session, labels []*Label) error { + return newIssueLabels(e, issue, labels) +} + +// AddLabels adds a list of new labels to the issue. +func (issue *Issue) AddLabels(doer *User, labels []*Label) error { + if err := NewIssueLabels(issue, labels); err != nil { return err } - return sess.Commit() + issue.sendLabelUpdatedWebhook(doer) + return nil } -func (i *Issue) getLabels(e Engine) (err error) { - if len(i.Labels) > 0 { +func (issue *Issue) getLabels(e Engine) (err error) { + if len(issue.Labels) > 0 { return nil } - i.Labels, err = getLabelsByIssueID(e, i.ID) + issue.Labels, err = getLabelsByIssueID(e, issue.ID) if err != nil { return fmt.Errorf("getLabelsByIssueID: %v", err) } return nil } -func (i *Issue) removeLabel(e *xorm.Session, label *Label) error { - return deleteIssueLabel(e, i, label) +func (issue *Issue) removeLabel(e *xorm.Session, label *Label) error { + return deleteIssueLabel(e, issue, label) } // RemoveLabel removes a label from issue by given ID. -func (i *Issue) RemoveLabel(label *Label) (err error) { - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { +func (issue *Issue) RemoveLabel(doer *User, label *Label) error { + if err := DeleteIssueLabel(issue, label); err != nil { return err } - if err = i.removeLabel(sess, label); err != nil { - return err + issue.sendLabelUpdatedWebhook(doer) + return nil +} + +func (issue *Issue) clearLabels(e *xorm.Session) (err error) { + if err = issue.getLabels(e); err != nil { + return fmt.Errorf("getLabels: %v", err) } - return sess.Commit() + for i := range issue.Labels { + if err = issue.removeLabel(e, issue.Labels[i]); err != nil { + return fmt.Errorf("removeLabel: %v", err) + } + } + + return nil } -func (i *Issue) ClearLabels() (err error) { +func (issue *Issue) ClearLabels(doer *User) (err error) { sess := x.NewSession() defer sessionRelease(sess) if err = sess.Begin(); err != nil { return err } - if err = i.getLabels(sess); err != nil { + if err = issue.clearLabels(sess); err != nil { return err } - for idx := range i.Labels { - if err = i.removeLabel(sess, i.Labels[idx]); err != nil { - return err + if err = sess.Commit(); err != nil { + return fmt.Errorf("Commit: %v", err) + } + + if issue.IsPull { + err = issue.PullRequest.LoadIssue() + if err != nil { + log.Error(4, "LoadIssue: %v", err) + return } + err = PrepareWebhooks(issue.Repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_LABEL_CLEARED, + Index: issue.Index, + PullRequest: issue.PullRequest.APIFormat(), + Repository: issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + }) + } + if err != nil { + log.Error(4, "PrepareWebhooks [is_pull: %v]: %v", issue.IsPull, err) + } else { + go HookQueue.Add(issue.RepoID) + } + + return nil +} + +// ReplaceLabels removes all current labels and add new labels to the issue. +func (issue *Issue) ReplaceLabels(labels []*Label) (err error) { + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if err = issue.clearLabels(sess); err != nil { + return fmt.Errorf("clearLabels: %v", err) + } else if err = issue.addLabels(sess, labels); err != nil { + return fmt.Errorf("addLabels: %v", err) } return sess.Commit() @@ -248,6 +394,16 @@ func (i *Issue) ReadBy(uid int64) error { return UpdateIssueUserByRead(uid, i.ID) } +func updateIssueCols(e Engine, issue *Issue, cols ...string) error { + _, err := e.Id(issue.ID).Cols(cols...).Update(issue) + return err +} + +// UpdateIssueCols only updates values of specific columns for given issue. +func UpdateIssueCols(issue *Issue, cols ...string) error { + return updateIssueCols(x, issue, cols...) +} + func (i *Issue) changeStatus(e *xorm.Session, doer *User, repo *Repository, isClosed bool) (err error) { // Nothing should be performed if current status is same as target status if i.IsClosed == isClosed { @@ -290,108 +446,248 @@ func (i *Issue) changeStatus(e *xorm.Session, doer *User, repo *Repository, isCl } // ChangeStatus changes issue status to open or closed. -func (i *Issue) ChangeStatus(doer *User, repo *Repository, isClosed bool) (err error) { +func (issue *Issue) ChangeStatus(doer *User, repo *Repository, isClosed bool) (err error) { sess := x.NewSession() defer sessionRelease(sess) if err = sess.Begin(); err != nil { return err } - if err = i.changeStatus(sess, doer, repo, isClosed); err != nil { + if err = issue.changeStatus(sess, doer, repo, isClosed); err != nil { return err } - return sess.Commit() + if err = sess.Commit(); err != nil { + return fmt.Errorf("Commit: %v", err) + } + + if issue.IsPull { + // Merge pull request calls issue.changeStatus so we need to handle separately. + issue.PullRequest.Issue = issue + apiPullRequest := &api.PullRequestPayload{ + Index: issue.Index, + PullRequest: issue.PullRequest.APIFormat(), + Repository: repo.APIFormat(nil), + Sender: doer.APIFormat(), + } + if isClosed { + apiPullRequest.Action = api.HOOK_ISSUE_CLOSED + } else { + apiPullRequest.Action = api.HOOK_ISSUE_REOPENED + } + err = PrepareWebhooks(repo, HOOK_EVENT_PULL_REQUEST, apiPullRequest) + } + if err != nil { + log.Error(4, "PrepareWebhooks [is_pull: %v, is_closed: %v]: %v", issue.IsPull, isClosed, err) + } else { + go HookQueue.Add(repo.ID) + } + + return nil +} + +func (issue *Issue) ChangeTitle(doer *User, title string) (err error) { + oldTitle := issue.Title + issue.Title = title + if err = UpdateIssueCols(issue, "name"); err != nil { + return fmt.Errorf("UpdateIssueCols: %v", err) + } + + if issue.IsPull { + issue.PullRequest.Issue = issue + err = PrepareWebhooks(issue.Repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_EDITED, + Index: issue.Index, + Changes: &api.ChangesPayload{ + Title: &api.ChangesFromPayload{ + From: oldTitle, + }, + }, + PullRequest: issue.PullRequest.APIFormat(), + Repository: issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + }) + } + if err != nil { + log.Error(4, "PrepareWebhooks [is_pull: %v]: %v", issue.IsPull, err) + } else { + go HookQueue.Add(issue.RepoID) + } + + return nil +} + +func (issue *Issue) ChangeContent(doer *User, content string) (err error) { + oldContent := issue.Content + issue.Content = content + if err = UpdateIssueCols(issue, "content"); err != nil { + return fmt.Errorf("UpdateIssueCols: %v", err) + } + + if issue.IsPull { + issue.PullRequest.Issue = issue + err = PrepareWebhooks(issue.Repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_EDITED, + Index: issue.Index, + Changes: &api.ChangesPayload{ + Body: &api.ChangesFromPayload{ + From: oldContent, + }, + }, + PullRequest: issue.PullRequest.APIFormat(), + Repository: issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + }) + } + if err != nil { + log.Error(4, "PrepareWebhooks [is_pull: %v]: %v", issue.IsPull, err) + } else { + go HookQueue.Add(issue.RepoID) + } + + return nil } -func (i *Issue) GetPullRequest() (err error) { - if i.PullRequest != nil { +func (issue *Issue) ChangeAssignee(doer *User, assigneeID int64) (err error) { + issue.AssigneeID = assigneeID + if err = UpdateIssueUserByAssignee(issue); err != nil { + return fmt.Errorf("UpdateIssueUserByAssignee: %v", err) + } + + issue.Assignee, err = GetUserByID(issue.AssigneeID) + if err != nil && !IsErrUserNotExist(err) { + log.Error(4, "GetUserByID [assignee_id: %v]: %v", issue.AssigneeID, err) return nil } - i.PullRequest, err = GetPullRequestByIssueID(i.ID) - return err + // Error not nil here means user does not exist, which is remove assignee. + isRemoveAssignee := err != nil + if issue.IsPull { + issue.PullRequest.Issue = issue + apiPullRequest := &api.PullRequestPayload{ + Index: issue.Index, + PullRequest: issue.PullRequest.APIFormat(), + Repository: issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + } + if isRemoveAssignee { + apiPullRequest.Action = api.HOOK_ISSUE_UNASSIGNED + } else { + apiPullRequest.Action = api.HOOK_ISSUE_ASSIGNED + } + err = PrepareWebhooks(issue.Repo, HOOK_EVENT_PULL_REQUEST, apiPullRequest) + } + if err != nil { + log.Error(4, "PrepareWebhooks [is_pull: %v, remove_assignee: %v]: %v", issue.IsPull, isRemoveAssignee, err) + } else { + go HookQueue.Add(issue.RepoID) + } + + return nil } -// It's caller's responsibility to create action. -func newIssue(e *xorm.Session, repo *Repository, issue *Issue, labelIDs []int64, uuids []string, isPull bool) (err error) { - issue.Name = strings.TrimSpace(issue.Name) - issue.Index = repo.NextIssueIndex() +type NewIssueOptions struct { + Repo *Repository + Issue *Issue + LableIDs []int64 + Attachments []string // In UUID format. + IsPull bool +} - if issue.AssigneeID > 0 { - // Silently drop invalid assignee - valid, err := hasAccess(e, &User{Id: issue.AssigneeID}, repo, ACCESS_MODE_WRITE) - if err != nil { - return fmt.Errorf("hasAccess: %v", err) - } else if !valid { - issue.AssigneeID = 0 +func newIssue(e *xorm.Session, opts NewIssueOptions) (err error) { + opts.Issue.Title = strings.TrimSpace(opts.Issue.Title) + opts.Issue.Index = opts.Repo.NextIssueIndex() + + if opts.Issue.MilestoneID > 0 { + milestone, err := getMilestoneByRepoID(e, opts.Issue.RepoID, opts.Issue.MilestoneID) + if err != nil && !IsErrMilestoneNotExist(err) { + return fmt.Errorf("getMilestoneByID: %v", err) + } + + // Assume milestone is invalid and drop silently. + opts.Issue.MilestoneID = 0 + if milestone != nil { + opts.Issue.MilestoneID = milestone.ID + opts.Issue.Milestone = milestone + if err = changeMilestoneAssign(e, opts.Issue, -1); err != nil { + return err + } + } + } + + if opts.Issue.AssigneeID > 0 { + assignee, err := getUserByID(e, opts.Issue.AssigneeID) + if err != nil && !IsErrUserNotExist(err) { + return fmt.Errorf("getUserByID: %v", err) + } + + // Assume assignee is invalid and drop silently. + opts.Issue.AssigneeID = 0 + if assignee != nil { + valid, err := hasAccess(e, assignee, opts.Repo, ACCESS_MODE_WRITE) + if err != nil { + return fmt.Errorf("hasAccess [user_id: %d, repo_id: %d]: %v", assignee.ID, opts.Repo.ID, err) + } + if valid { + opts.Issue.AssigneeID = assignee.ID + opts.Issue.Assignee = assignee + } } } - if _, err = e.Insert(issue); err != nil { + // Milestone and assignee validation should happen before insert actual object. + if _, err = e.Insert(opts.Issue); err != nil { return err } - if isPull { - _, err = e.Exec("UPDATE `repository` SET num_pulls=num_pulls+1 WHERE id=?", issue.RepoID) + if opts.IsPull { + _, err = e.Exec("UPDATE `repository` SET num_pulls = num_pulls + 1 WHERE id = ?", opts.Issue.RepoID) } else { - _, err = e.Exec("UPDATE `repository` SET num_issues=num_issues+1 WHERE id=?", issue.RepoID) + _, err = e.Exec("UPDATE `repository` SET num_issues = num_issues + 1 WHERE id = ?", opts.Issue.RepoID) } if err != nil { return err } - if len(labelIDs) > 0 { + if len(opts.LableIDs) > 0 { // During the session, SQLite3 dirver cannot handle retrieve objects after update something. // So we have to get all needed labels first. - labels := make([]*Label, 0, len(labelIDs)) - if err = e.In("id", labelIDs).Find(&labels); err != nil { - return fmt.Errorf("find all labels: %v", err) + labels := make([]*Label, 0, len(opts.LableIDs)) + if err = e.In("id", opts.LableIDs).Find(&labels); err != nil { + return fmt.Errorf("find all labels [label_ids: %v]: %v", opts.LableIDs, err) } for _, label := range labels { - if label.RepoID != repo.ID { + // Silently drop invalid labels. + if label.RepoID != opts.Repo.ID { continue } - if err = issue.addLabel(e, label); err != nil { - return fmt.Errorf("addLabel: %v", err) + if err = opts.Issue.addLabel(e, label); err != nil { + return fmt.Errorf("addLabel [id: %d]: %v", label.ID, err) } } } - if issue.MilestoneID > 0 { - if err = changeMilestoneAssign(e, 0, issue); err != nil { - return err - } - } - - if err = newIssueUsers(e, repo, issue); err != nil { + if err = newIssueUsers(e, opts.Repo, opts.Issue); err != nil { return err } - // Check attachments. - attachments := make([]*Attachment, 0, len(uuids)) - for _, uuid := range uuids { - attach, err := getAttachmentByUUID(e, uuid) + if len(opts.Attachments) > 0 { + attachments, err := getAttachmentsByUUIDs(e, opts.Attachments) if err != nil { - if IsErrAttachmentNotExist(err) { - continue - } - return fmt.Errorf("getAttachmentByUUID[%s]: %v", uuid, err) + return fmt.Errorf("getAttachmentsByUUIDs [uuids: %v]: %v", opts.Attachments, err) } - attachments = append(attachments, attach) - } - for i := range attachments { - attachments[i].IssueID = issue.ID - // No assign value could be 0, so ignore AllCols(). - if _, err = e.Id(attachments[i].ID).Update(attachments[i]); err != nil { - return fmt.Errorf("update attachment[%d]: %v", attachments[i].ID, err) + for i := 0; i < len(attachments); i++ { + attachments[i].IssueID = opts.Issue.ID + if _, err = e.Id(attachments[i].ID).Update(attachments[i]); err != nil { + return fmt.Errorf("update attachment [id: %d]: %v", attachments[i].ID, err) + } } } - return nil + return opts.Issue.loadAttributes(e) } // NewIssue creates new issue with labels for repository. @@ -402,7 +698,12 @@ func NewIssue(repo *Repository, issue *Issue, labelIDs []int64, uuids []string) return err } - if err = newIssue(sess, repo, issue, labelIDs, uuids, false); err != nil { + if err = newIssue(sess, NewIssueOptions{ + Repo: repo, + Issue: issue, + LableIDs: labelIDs, + Attachments: uuids, + }); err != nil { return fmt.Errorf("newIssue: %v", err) } @@ -410,20 +711,20 @@ func NewIssue(repo *Repository, issue *Issue, labelIDs []int64, uuids []string) return fmt.Errorf("Commit: %v", err) } - // Notify watchers. - act := &Action{ - ActUserID: issue.Poster.Id, + if err = NotifyWatchers(&Action{ + ActUserID: issue.Poster.ID, ActUserName: issue.Poster.Name, - ActEmail: issue.Poster.Email, OpType: ACTION_CREATE_ISSUE, - Content: fmt.Sprintf("%d|%s", issue.Index, issue.Name), + Content: fmt.Sprintf("%d|%s", issue.Index, issue.Title), RepoID: repo.ID, RepoUserName: repo.Owner.Name, RepoName: repo.Name, IsPrivate: repo.IsPrivate, + }); err != nil { + log.Error(4, "NotifyWatchers: %v", err) } - if err = NotifyWatchers(act); err != nil { - log.Error(4, "notifyWatchers: %v", err) + if err = issue.MailParticipants(); err != nil { + log.Error(4, "MailParticipants: %v", err) } return nil @@ -452,12 +753,11 @@ func GetIssueByRef(ref string) (*Issue, error) { return nil, err } - issue.Repo = repo - return issue, nil + return issue, issue.LoadAttributes() } -// GetIssueByIndex returns issue by given index in repository. -func GetIssueByIndex(repoID, index int64) (*Issue, error) { +// GetIssueByIndex returns raw issue without loading attributes by index in a repository. +func GetRawIssueByIndex(repoID, index int64) (*Issue, error) { issue := &Issue{ RepoID: repoID, Index: index, @@ -471,16 +771,29 @@ func GetIssueByIndex(repoID, index int64) (*Issue, error) { return issue, nil } -// GetIssueByID returns an issue by given ID. -func GetIssueByID(id int64) (*Issue, error) { +// GetIssueByIndex returns issue by index in a repository. +func GetIssueByIndex(repoID, index int64) (*Issue, error) { + issue, err := GetRawIssueByIndex(repoID, index) + if err != nil { + return nil, err + } + return issue, issue.LoadAttributes() +} + +func getIssueByID(e Engine, id int64) (*Issue, error) { issue := new(Issue) - has, err := x.Id(id).Get(issue) + has, err := e.Id(id).Get(issue) if err != nil { return nil, err } else if !has { return nil, ErrIssueNotExist{id, 0, 0} } - return issue, nil + return issue, issue.LoadAttributes() +} + +// GetIssueByID returns an issue by given ID. +func GetIssueByID(id int64) (*Issue, error) { + return getIssueByID(x, id) } type IssuesOptions struct { @@ -504,7 +817,7 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) { opts.Page = 1 } - sess := x.Limit(setting.IssuePagingNum, (opts.Page-1)*setting.IssuePagingNum) + sess := x.Limit(setting.UI.IssuePagingNum, (opts.Page-1)*setting.UI.IssuePagingNum) if opts.RepoID > 0 { sess.Where("issue.repo_id=?", opts.RepoID).And("issue.is_closed=?", opts.IsClosed) @@ -513,7 +826,7 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) { if len(opts.RepoIDs) == 0 { return make([]*Issue, 0), nil } - sess.Where("issue.repo_id IN ("+strings.Join(base.Int64sToStrings(opts.RepoIDs), ",")+")").And("issue.is_closed=?", opts.IsClosed) + sess.In("issue.repo_id", base.Int64sToStrings(opts.RepoIDs)).And("issue.is_closed=?", opts.IsClosed) } else { sess.Where("issue.is_closed=?", opts.IsClosed) } @@ -532,60 +845,49 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) { switch opts.SortType { case "oldest": - sess.Asc("created_unix") + sess.Asc("issue.created_unix") case "recentupdate": - sess.Desc("updated_unix") + sess.Desc("issue.updated_unix") case "leastupdate": - sess.Asc("updated_unix") + sess.Asc("issue.updated_unix") case "mostcomment": - sess.Desc("num_comments") + sess.Desc("issue.num_comments") case "leastcomment": - sess.Asc("num_comments") + sess.Asc("issue.num_comments") case "priority": - sess.Desc("priority") + sess.Desc("issue.priority") default: - sess.Desc("created_unix") + sess.Desc("issue.created_unix") } - labelIDs := base.StringsToInt64s(strings.Split(opts.Labels, ",")) - if len(labelIDs) > 0 { - validJoin := false - queryStr := "issue.id=issue_label.issue_id" - for _, id := range labelIDs { - if id == 0 { - continue - } - validJoin = true - queryStr += " AND issue_label.label_id=" + com.ToStr(id) - } - if validJoin { - sess.Join("INNER", "issue_label", queryStr) + if len(opts.Labels) > 0 && opts.Labels != "0" { + labelIDs := base.StringsToInt64s(strings.Split(opts.Labels, ",")) + if len(labelIDs) > 0 { + sess.Join("INNER", "issue_label", "issue.id = issue_label.issue_id").In("issue_label.label_id", labelIDs) } } if opts.IsMention { - queryStr := "issue.id=issue_user.issue_id AND issue_user.is_mentioned=1" + sess.Join("INNER", "issue_user", "issue.id = issue_user.issue_id").And("issue_user.is_mentioned = ?", true) + if opts.UserID > 0 { - queryStr += " AND issue_user.uid=" + com.ToStr(opts.UserID) + sess.And("issue_user.uid = ?", opts.UserID) } - sess.Join("INNER", "issue_user", queryStr) } - issues := make([]*Issue, 0, setting.IssuePagingNum) - return issues, sess.Find(&issues) -} - -type IssueStatus int + issues := make([]*Issue, 0, setting.UI.IssuePagingNum) + if err := sess.Find(&issues); err != nil { + return nil, fmt.Errorf("Find: %v", err) + } -const ( - IS_OPEN = iota + 1 - IS_CLOSE -) + // FIXME: use IssueList to improve performance. + for i := range issues { + if err := issues[i].LoadAttributes(); err != nil { + return nil, fmt.Errorf("LoadAttributes [%d]: %v", issues[i].ID, err) + } + } -// GetIssueCountByPoster returns number of issues of repository by poster. -func GetIssueCountByPoster(uid, rid int64, isClosed bool) int64 { - count, _ := x.Where("repo_id=?", rid).And("poster_id=?", uid).And("is_closed=?", isClosed).Count(new(Issue)) - return count + return issues, nil } // .___ ____ ___ @@ -610,37 +912,41 @@ type IssueUser struct { } func newIssueUsers(e *xorm.Session, repo *Repository, issue *Issue) error { - users, err := repo.GetAssignees() + assignees, err := repo.getAssignees(e) if err != nil { - return err + return fmt.Errorf("getAssignees: %v", err) + } + + // Poster can be anyone, append later if not one of assignees. + isPosterAssignee := false + + // Leave a seat for poster itself to append later, but if poster is one of assignee + // and just waste 1 unit is cheaper than re-allocate memory once. + issueUsers := make([]*IssueUser, 0, len(assignees)+1) + for _, assignee := range assignees { + isPoster := assignee.ID == issue.PosterID + issueUsers = append(issueUsers, &IssueUser{ + IssueID: issue.ID, + RepoID: repo.ID, + UID: assignee.ID, + IsPoster: isPoster, + IsAssigned: assignee.ID == issue.AssigneeID, + }) + if !isPosterAssignee && isPoster { + isPosterAssignee = true + } } - - iu := &IssueUser{ - IssueID: issue.ID, - RepoID: repo.ID, + if !isPosterAssignee { + issueUsers = append(issueUsers, &IssueUser{ + IssueID: issue.ID, + RepoID: repo.ID, + UID: issue.PosterID, + IsPoster: true, + }) } - // Poster can be anyone. - isNeedAddPoster := true - for _, u := range users { - iu.ID = 0 - iu.UID = u.Id - iu.IsPoster = iu.UID == issue.PosterID - if isNeedAddPoster && iu.IsPoster { - isNeedAddPoster = false - } - iu.IsAssigned = iu.UID == issue.AssigneeID - if _, err = e.Insert(iu); err != nil { - return err - } - } - if isNeedAddPoster { - iu.ID = 0 - iu.UID = issue.PosterID - iu.IsPoster = true - if _, err = e.Insert(iu); err != nil { - return err - } + if _, err = e.Insert(issueUsers); err != nil { + return err } return nil } @@ -684,18 +990,8 @@ func GetIssueUserPairsByRepoIds(rids []int64, isClosed bool, page int) ([]*Issue return []*IssueUser{}, nil } - buf := bytes.NewBufferString("") - for _, rid := range rids { - buf.WriteString("repo_id=") - buf.WriteString(com.ToStr(rid)) - buf.WriteString(" OR ") - } - cond := strings.TrimSuffix(buf.String(), " OR ") ius := make([]*IssueUser, 0, 10) - sess := x.Limit(20, (page-1)*20).Where("is_closed=?", isClosed) - if len(cond) > 0 { - sess.And(cond) - } + sess := x.Limit(20, (page-1)*20).Where("is_closed=?", isClosed).In("repo_id", rids) err := sess.Find(&ius) return ius, err } @@ -720,42 +1016,44 @@ func GetIssueUserPairsByMode(uid, rid int64, isClosed bool, page, filterMode int return ius, err } -func UpdateMentions(userNames []string, issueId int64) error { - for i := range userNames { - userNames[i] = strings.ToLower(userNames[i]) +// UpdateIssueMentions extracts mentioned people from content and +// updates issue-user relations for them. +func UpdateIssueMentions(issueID int64, mentions []string) error { + if len(mentions) == 0 { + return nil } - users := make([]*User, 0, len(userNames)) - if err := x.Where("lower_name IN (?)", strings.Join(userNames, "\",\"")).OrderBy("lower_name ASC").Find(&users); err != nil { - return err + for i := range mentions { + mentions[i] = strings.ToLower(mentions[i]) } + users := make([]*User, 0, len(mentions)) - ids := make([]int64, 0, len(userNames)) - for _, user := range users { - ids = append(ids, user.Id) - if !user.IsOrganization() { - continue - } + if err := x.In("lower_name", mentions).Asc("lower_name").Find(&users); err != nil { + return fmt.Errorf("find mentioned users: %v", err) + } - if user.NumMembers == 0 { + ids := make([]int64, 0, len(mentions)) + for _, user := range users { + ids = append(ids, user.ID) + if !user.IsOrganization() || user.NumMembers == 0 { continue } - tempIds := make([]int64, 0, user.NumMembers) - orgUsers, err := GetOrgUsersByOrgId(user.Id) + memberIDs := make([]int64, 0, user.NumMembers) + orgUsers, err := GetOrgUsersByOrgID(user.ID) if err != nil { - return err + return fmt.Errorf("GetOrgUsersByOrgID [%d]: %v", user.ID, err) } for _, orgUser := range orgUsers { - tempIds = append(tempIds, orgUser.ID) + memberIDs = append(memberIDs, orgUser.ID) } - ids = append(ids, tempIds...) + ids = append(ids, memberIDs...) } - if err := UpdateIssueUsersByMentions(ids, issueId); err != nil { - return err + if err := UpdateIssueUsersByMentions(issueID, ids); err != nil { + return fmt.Errorf("UpdateIssueUsersByMentions: %v", err) } return nil @@ -791,7 +1089,7 @@ func parseCountResult(results []map[string][]byte) int64 { type IssueStatsOptions struct { RepoID int64 UserID int64 - LabelID int64 + Labels string MilestoneID int64 AssigneeID int64 FilterMode int @@ -802,41 +1100,60 @@ type IssueStatsOptions struct { func GetIssueStats(opts *IssueStatsOptions) *IssueStats { stats := &IssueStats{} - queryStr := "SELECT COUNT(*) FROM `issue` " - if opts.LabelID > 0 { - queryStr += "INNER JOIN `issue_label` ON `issue`.id=`issue_label`.issue_id AND `issue_label`.label_id=" + com.ToStr(opts.LabelID) - } + countSession := func(opts *IssueStatsOptions) *xorm.Session { + sess := x.Where("issue.repo_id = ?", opts.RepoID).And("is_pull = ?", opts.IsPull) - baseCond := " WHERE issue.repo_id=" + com.ToStr(opts.RepoID) + " AND issue.is_closed=?" - if opts.MilestoneID > 0 { - baseCond += " AND issue.milestone_id=" + com.ToStr(opts.MilestoneID) - } - if opts.AssigneeID > 0 { - baseCond += " AND assignee_id=" + com.ToStr(opts.AssigneeID) + if len(opts.Labels) > 0 && opts.Labels != "0" { + labelIDs := base.StringsToInt64s(strings.Split(opts.Labels, ",")) + if len(labelIDs) > 0 { + sess.Join("INNER", "issue_label", "issue.id = issue_id").In("label_id", labelIDs) + } + } + + if opts.MilestoneID > 0 { + sess.And("issue.milestone_id = ?", opts.MilestoneID) + } + + if opts.AssigneeID > 0 { + sess.And("assignee_id = ?", opts.AssigneeID) + } + + return sess } - baseCond += " AND issue.is_pull=?" switch opts.FilterMode { case FM_ALL, FM_ASSIGN: - results, _ := x.Query(queryStr+baseCond, false, opts.IsPull) - stats.OpenCount = parseCountResult(results) - results, _ = x.Query(queryStr+baseCond, true, opts.IsPull) - stats.ClosedCount = parseCountResult(results) + stats.OpenCount, _ = countSession(opts). + And("is_closed = ?", false). + Count(&Issue{}) + stats.ClosedCount, _ = countSession(opts). + And("is_closed = ?", true). + Count(&Issue{}) case FM_CREATE: - baseCond += " AND poster_id=?" - results, _ := x.Query(queryStr+baseCond, false, opts.IsPull, opts.UserID) - stats.OpenCount = parseCountResult(results) - results, _ = x.Query(queryStr+baseCond, true, opts.IsPull, opts.UserID) - stats.ClosedCount = parseCountResult(results) - + stats.OpenCount, _ = countSession(opts). + And("poster_id = ?", opts.UserID). + And("is_closed = ?", false). + Count(&Issue{}) + + stats.ClosedCount, _ = countSession(opts). + And("poster_id = ?", opts.UserID). + And("is_closed = ?", true). + Count(&Issue{}) case FM_MENTION: - queryStr += " INNER JOIN `issue_user` ON `issue`.id=`issue_user`.issue_id" - baseCond += " AND `issue_user`.uid=? AND `issue_user`.is_mentioned=?" - results, _ := x.Query(queryStr+baseCond, false, opts.IsPull, opts.UserID, true) - stats.OpenCount = parseCountResult(results) - results, _ = x.Query(queryStr+baseCond, true, opts.IsPull, opts.UserID, true) - stats.ClosedCount = parseCountResult(results) + stats.OpenCount, _ = countSession(opts). + Join("INNER", "issue_user", "issue.id = issue_user.issue_id"). + And("issue_user.uid = ?", opts.UserID). + And("issue_user.is_mentioned = ?", true). + And("issue.is_closed = ?", false). + Count(&Issue{}) + + stats.ClosedCount, _ = countSession(opts). + Join("INNER", "issue_user", "issue.id = issue_user.issue_id"). + And("issue_user.uid = ?", opts.UserID). + And("issue_user.is_mentioned = ?", true). + And("issue.is_closed = ?", true). + Count(&Issue{}) } return stats } @@ -845,64 +1162,70 @@ func GetIssueStats(opts *IssueStatsOptions) *IssueStats { func GetUserIssueStats(repoID, uid int64, repoIDs []int64, filterMode int, isPull bool) *IssueStats { stats := &IssueStats{} - queryStr := "SELECT COUNT(*) FROM `issue` " - baseCond := " WHERE issue.is_closed=?" - if repoID > 0 || len(repoIDs) == 0 { - baseCond += " AND issue.repo_id=" + com.ToStr(repoID) - } else { - baseCond += " AND issue.repo_id IN (" + strings.Join(base.Int64sToStrings(repoIDs), ",") + ")" - } + countSession := func(isClosed, isPull bool, repoID int64, repoIDs []int64) *xorm.Session { + sess := x.Where("issue.is_closed = ?", isClosed).And("issue.is_pull = ?", isPull) - if isPull { - baseCond += " AND issue.is_pull=1" - } else { - baseCond += " AND issue.is_pull=0" + if repoID > 0 || len(repoIDs) == 0 { + sess.And("repo_id = ?", repoID) + } else { + sess.In("repo_id", repoIDs) + } + + return sess } - results, _ := x.Query(queryStr+baseCond+" AND assignee_id=?", false, uid) - stats.AssignCount = parseCountResult(results) - results, _ = x.Query(queryStr+baseCond+" AND poster_id=?", false, uid) - stats.CreateCount = parseCountResult(results) + stats.AssignCount, _ = countSession(false, isPull, repoID, repoIDs). + And("assignee_id = ?", uid). + Count(&Issue{}) + + stats.CreateCount, _ = countSession(false, isPull, repoID, repoIDs). + And("poster_id = ?", uid). + Count(&Issue{}) + + openCountSession := countSession(false, isPull, repoID, repoIDs) + closedCountSession := countSession(true, isPull, repoID, repoIDs) switch filterMode { case FM_ASSIGN: - baseCond += " AND assignee_id=" + com.ToStr(uid) - + openCountSession.And("assignee_id = ?", uid) + closedCountSession.And("assignee_id = ?", uid) case FM_CREATE: - baseCond += " AND poster_id=" + com.ToStr(uid) + openCountSession.And("poster_id = ?", uid) + closedCountSession.And("poster_id = ?", uid) } - results, _ = x.Query(queryStr+baseCond, false) - stats.OpenCount = parseCountResult(results) - results, _ = x.Query(queryStr+baseCond, true) - stats.ClosedCount = parseCountResult(results) + stats.OpenCount, _ = openCountSession.Count(&Issue{}) + stats.ClosedCount, _ = closedCountSession.Count(&Issue{}) + return stats } // GetRepoIssueStats returns number of open and closed repository issues by given filter mode. func GetRepoIssueStats(repoID, uid int64, filterMode int, isPull bool) (numOpen int64, numClosed int64) { - queryStr := "SELECT COUNT(*) FROM `issue` " - baseCond := " WHERE issue.repo_id=? AND issue.is_closed=?" + countSession := func(isClosed, isPull bool, repoID int64) *xorm.Session { + sess := x.Where("issue.repo_id = ?", isClosed). + And("is_pull = ?", isPull). + And("repo_id = ?", repoID) - if isPull { - baseCond += " AND issue.is_pull=1" - } else { - baseCond += " AND issue.is_pull=0" + return sess } + openCountSession := countSession(false, isPull, repoID) + closedCountSession := countSession(true, isPull, repoID) + switch filterMode { case FM_ASSIGN: - baseCond += " AND assignee_id=" + com.ToStr(uid) - + openCountSession.And("assignee_id = ?", uid) + closedCountSession.And("assignee_id = ?", uid) case FM_CREATE: - baseCond += " AND poster_id=" + com.ToStr(uid) + openCountSession.And("poster_id = ?", uid) + closedCountSession.And("poster_id = ?", uid) } - results, _ := x.Query(queryStr+baseCond, repoID, false) - numOpen = parseCountResult(results) - results, _ = x.Query(queryStr+baseCond, repoID, true) - numClosed = parseCountResult(results) - return numOpen, numClosed + openResult, _ := openCountSession.Count(&Issue{}) + closedResult, _ := closedCountSession.Count(&Issue{}) + + return openResult, closedResult } func updateIssue(e Engine, issue *Issue) error { @@ -915,12 +1238,6 @@ func UpdateIssue(issue *Issue) error { return updateIssue(x, issue) } -// updateIssueCols only updates values of specific columns for given issue. -func updateIssueCols(e Engine, issue *Issue, cols ...string) error { - _, err := e.Id(issue.ID).Cols(cols...).Update(issue) - return err -} - func updateIssueUsersByStatus(e Engine, issueID int64, isClosed bool) error { _, err := e.Exec("UPDATE `issue_user` SET is_closed=? WHERE issue_id=?", isClosed, issueID) return err @@ -932,13 +1249,13 @@ func UpdateIssueUsersByStatus(issueID int64, isClosed bool) error { } func updateIssueUserByAssignee(e *xorm.Session, issue *Issue) (err error) { - if _, err = e.Exec("UPDATE `issue_user` SET is_assigned=? WHERE issue_id=?", false, issue.ID); err != nil { + if _, err = e.Exec("UPDATE `issue_user` SET is_assigned = ? WHERE issue_id = ?", false, issue.ID); err != nil { return err } // Assignee ID equals to 0 means clear assignee. if issue.AssigneeID > 0 { - if _, err = e.Exec("UPDATE `issue_user` SET is_assigned=? WHERE uid=? AND issue_id=?", true, issue.AssigneeID, issue.ID); err != nil { + if _, err = e.Exec("UPDATE `issue_user` SET is_assigned = ? WHERE uid = ? AND issue_id = ?", true, issue.AssigneeID, issue.ID); err != nil { return err } } @@ -968,9 +1285,12 @@ func UpdateIssueUserByRead(uid, issueID int64) error { } // UpdateIssueUsersByMentions updates issue-user pairs by mentioning. -func UpdateIssueUsersByMentions(uids []int64, iid int64) error { +func UpdateIssueUsersByMentions(issueID int64, uids []int64) error { for _, uid := range uids { - iu := &IssueUser{UID: uid, IssueID: iid} + iu := &IssueUser{ + UID: uid, + IssueID: issueID, + } has, err := x.Get(iu) if err != nil { return err @@ -1018,7 +1338,7 @@ type Milestone struct { } func (m *Milestone) BeforeInsert() { - m.DeadlineUnix = m.Deadline.UTC().Unix() + m.DeadlineUnix = m.Deadline.Unix() } func (m *Milestone) BeforeUpdate() { @@ -1028,8 +1348,8 @@ func (m *Milestone) BeforeUpdate() { m.Completeness = 0 } - m.DeadlineUnix = m.Deadline.UTC().Unix() - m.ClosedDateUnix = m.ClosedDate.UTC().Unix() + m.DeadlineUnix = m.Deadline.Unix() + m.ClosedDateUnix = m.ClosedDate.Unix() } func (m *Milestone) AfterSet(colName string, _ xorm.Cell) { @@ -1054,11 +1374,29 @@ func (m *Milestone) AfterSet(colName string, _ xorm.Cell) { } // State returns string representation of milestone status. -func (m *Milestone) State() string { +func (m *Milestone) State() api.StateType { if m.IsClosed { - return "closed" + return api.STATE_CLOSED } - return "open" + return api.STATE_OPEN +} + +func (m *Milestone) APIFormat() *api.Milestone { + apiMilestone := &api.Milestone{ + ID: m.ID, + State: m.State(), + Title: m.Name, + Description: m.Content, + OpenIssues: m.NumOpenIssues, + ClosedIssues: m.NumClosedIssues, + } + if m.IsClosed { + apiMilestone.Closed = &m.ClosedDate + } + if m.Deadline.Year() < 9999 { + apiMilestone.Deadline = &m.Deadline + } + return apiMilestone } // NewMilestone creates new milestone of repository. @@ -1073,52 +1411,43 @@ func NewMilestone(m *Milestone) (err error) { return err } - if _, err = sess.Exec("UPDATE `repository` SET num_milestones=num_milestones+1 WHERE id=?", m.RepoID); err != nil { + if _, err = sess.Exec("UPDATE `repository` SET num_milestones = num_milestones + 1 WHERE id = ?", m.RepoID); err != nil { return err } return sess.Commit() } -func getMilestoneByID(e Engine, id int64) (*Milestone, error) { - m := &Milestone{ID: id} +func getMilestoneByRepoID(e Engine, repoID, id int64) (*Milestone, error) { + m := &Milestone{ + ID: id, + RepoID: repoID, + } has, err := e.Get(m) if err != nil { return nil, err } else if !has { - return nil, ErrMilestoneNotExist{id, 0} + return nil, ErrMilestoneNotExist{id, repoID} } return m, nil } -// GetMilestoneByID returns the milestone of given ID. -func GetMilestoneByID(id int64) (*Milestone, error) { - return getMilestoneByID(x, id) -} - -// GetRepoMilestoneByID returns the milestone of given ID and repository. -func GetRepoMilestoneByID(repoID, milestoneID int64) (*Milestone, error) { - m := &Milestone{ID: milestoneID, RepoID: repoID} - has, err := x.Get(m) - if err != nil { - return nil, err - } else if !has { - return nil, ErrMilestoneNotExist{milestoneID, repoID} - } - return m, nil +// GetWebhookByRepoID returns the milestone in a repository. +func GetMilestoneByRepoID(repoID, id int64) (*Milestone, error) { + return getMilestoneByRepoID(x, repoID, id) } -// GetAllRepoMilestones returns all milestones of given repository. -func GetAllRepoMilestones(repoID int64) ([]*Milestone, error) { +// GetMilestonesByRepoID returns all milestones of a repository. +func GetMilestonesByRepoID(repoID int64) ([]*Milestone, error) { miles := make([]*Milestone, 0, 10) - return miles, x.Where("repo_id=?", repoID).Find(&miles) + return miles, x.Where("repo_id = ?", repoID).Find(&miles) } // GetMilestones returns a list of milestones of given repository and status. func GetMilestones(repoID int64, page int, isClosed bool) ([]*Milestone, error) { - miles := make([]*Milestone, 0, setting.IssuePagingNum) - sess := x.Where("repo_id=? AND is_closed=?", repoID, isClosed) + miles := make([]*Milestone, 0, setting.UI.IssuePagingNum) + sess := x.Where("repo_id = ? AND is_closed = ?", repoID, isClosed) if page > 0 { - sess = sess.Limit(setting.IssuePagingNum, (page-1)*setting.IssuePagingNum) + sess = sess.Limit(setting.UI.IssuePagingNum, (page-1)*setting.UI.IssuePagingNum) } return miles, sess.Find(&miles) } @@ -1190,7 +1519,7 @@ func changeMilestoneIssueStats(e *xorm.Session, issue *Issue) error { return nil } - m, err := getMilestoneByID(e, issue.MilestoneID) + m, err := getMilestoneByRepoID(e, issue.RepoID, issue.MilestoneID) if err != nil { return err } @@ -1222,9 +1551,9 @@ func ChangeMilestoneIssueStats(issue *Issue) (err error) { return sess.Commit() } -func changeMilestoneAssign(e *xorm.Session, oldMid int64, issue *Issue) error { - if oldMid > 0 { - m, err := getMilestoneByID(e, oldMid) +func changeMilestoneAssign(e *xorm.Session, issue *Issue, oldMilestoneID int64) error { + if oldMilestoneID > 0 { + m, err := getMilestoneByRepoID(e, issue.RepoID, oldMilestoneID) if err != nil { return err } @@ -1236,13 +1565,13 @@ func changeMilestoneAssign(e *xorm.Session, oldMid int64, issue *Issue) error { if err = updateMilestone(e, m); err != nil { return err - } else if _, err = e.Exec("UPDATE `issue_user` SET milestone_id=0 WHERE issue_id=?", issue.ID); err != nil { + } else if _, err = e.Exec("UPDATE `issue_user` SET milestone_id = 0 WHERE issue_id = ?", issue.ID); err != nil { return err } } if issue.MilestoneID > 0 { - m, err := getMilestoneByID(e, issue.MilestoneID) + m, err := getMilestoneByRepoID(e, issue.RepoID, issue.MilestoneID) if err != nil { return err } @@ -1252,13 +1581,9 @@ func changeMilestoneAssign(e *xorm.Session, oldMid int64, issue *Issue) error { m.NumClosedIssues++ } - if m.NumIssues == 0 { - return ErrWrongIssueCounter - } - if err = updateMilestone(e, m); err != nil { return err - } else if _, err = e.Exec("UPDATE `issue_user` SET milestone_id=? WHERE issue_id=?", m.ID, issue.ID); err != nil { + } else if _, err = e.Exec("UPDATE `issue_user` SET milestone_id = ? WHERE issue_id = ?", m.ID, issue.ID); err != nil { return err } } @@ -1267,22 +1592,22 @@ func changeMilestoneAssign(e *xorm.Session, oldMid int64, issue *Issue) error { } // ChangeMilestoneAssign changes assignment of milestone for issue. -func ChangeMilestoneAssign(oldMid int64, issue *Issue) (err error) { +func ChangeMilestoneAssign(issue *Issue, oldMilestoneID int64) (err error) { sess := x.NewSession() defer sess.Close() if err = sess.Begin(); err != nil { return err } - if err = changeMilestoneAssign(sess, oldMid, issue); err != nil { + if err = changeMilestoneAssign(sess, issue, oldMilestoneID); err != nil { return err } return sess.Commit() } -// DeleteMilestoneByID deletes a milestone by given ID. -func DeleteMilestoneByID(id int64) error { - m, err := GetMilestoneByID(id) +// DeleteMilestoneByRepoID deletes a milestone from a repository. +func DeleteMilestoneByRepoID(repoID, id int64) error { + m, err := GetMilestoneByRepoID(repoID, id) if err != nil { if IsErrMilestoneNotExist(err) { return nil @@ -1311,9 +1636,9 @@ func DeleteMilestoneByID(id int64) error { return err } - if _, err = sess.Exec("UPDATE `issue` SET milestone_id=0 WHERE milestone_id=?", m.ID); err != nil { + if _, err = sess.Exec("UPDATE `issue` SET milestone_id = 0 WHERE milestone_id = ?", m.ID); err != nil { return err - } else if _, err = sess.Exec("UPDATE `issue_user` SET milestone_id=0 WHERE milestone_id=?", m.ID); err != nil { + } else if _, err = sess.Exec("UPDATE `issue_user` SET milestone_id = 0 WHERE milestone_id = ?", m.ID); err != nil { return err } return sess.Commit() @@ -1333,7 +1658,7 @@ type Attachment struct { } func (a *Attachment) BeforeInsert() { - a.CreatedUnix = time.Now().UTC().Unix() + a.CreatedUnix = time.Now().Unix() } func (a *Attachment) AfterSet(colName string, _ xorm.Cell) { @@ -1360,11 +1685,12 @@ func NewAttachment(name string, buf []byte, file multipart.File) (_ *Attachment, Name: name, } - if err = os.MkdirAll(path.Dir(attach.LocalPath()), os.ModePerm); err != nil { + localPath := attach.LocalPath() + if err = os.MkdirAll(path.Dir(localPath), os.ModePerm); err != nil { return nil, fmt.Errorf("MkdirAll: %v", err) } - fw, err := os.Create(attach.LocalPath()) + fw, err := os.Create(localPath) if err != nil { return nil, fmt.Errorf("Create: %v", err) } @@ -1376,17 +1702,11 @@ func NewAttachment(name string, buf []byte, file multipart.File) (_ *Attachment, return nil, fmt.Errorf("Copy: %v", err) } - sess := x.NewSession() - defer sessionRelease(sess) - if err := sess.Begin(); err != nil { - return nil, err - } - - if _, err := sess.Insert(attach); err != nil { + if _, err := x.Insert(attach); err != nil { return nil, err } - return attach, sess.Commit() + return attach, nil } func getAttachmentByUUID(e Engine, uuid string) (*Attachment, error) { @@ -1400,15 +1720,29 @@ func getAttachmentByUUID(e Engine, uuid string) (*Attachment, error) { return attach, nil } +func getAttachmentsByUUIDs(e Engine, uuids []string) ([]*Attachment, error) { + if len(uuids) == 0 { + return []*Attachment{}, nil + } + + // Silently drop invalid uuids. + attachments := make([]*Attachment, 0, len(uuids)) + return attachments, e.In("uuid", uuids).Find(&attachments) +} + // GetAttachmentByUUID returns attachment by given UUID. func GetAttachmentByUUID(uuid string) (*Attachment, error) { return getAttachmentByUUID(x, uuid) } -// GetAttachmentsByIssueID returns all attachments for given issue by ID. -func GetAttachmentsByIssueID(issueID int64) ([]*Attachment, error) { +func getAttachmentsByIssueID(e Engine, issueID int64) ([]*Attachment, error) { attachments := make([]*Attachment, 0, 10) - return attachments, x.Where("issue_id=? AND comment_id=0", issueID).Find(&attachments) + return attachments, e.Where("issue_id = ? AND comment_id = 0", issueID).Find(&attachments) +} + +// GetAttachmentsByIssueID returns all attachments of an issue. +func GetAttachmentsByIssueID(issueID int64) ([]*Attachment, error) { + return getAttachmentsByIssueID(x, issueID) } // GetAttachmentsByCommentID returns all attachments if comment by given ID. @@ -1432,7 +1766,7 @@ func DeleteAttachments(attachments []*Attachment, remove bool) (int, error) { } } - if _, err := x.Delete(a.ID); err != nil { + if _, err := x.Delete(a); err != nil { return i, err } } diff --git a/models/issue_comment.go b/models/issue_comment.go index 7c96a7d34..ccfa765f9 100644 --- a/models/issue_comment.go +++ b/models/issue_comment.go @@ -12,7 +12,10 @@ import ( "github.com/Unknwon/com" "github.com/go-xorm/xorm" + api "github.com/gogits/go-gogs-client" + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/markdown" ) // CommentType defines whether a comment is just a simple comment, an action (like close) or a reference. @@ -57,6 +60,8 @@ type Comment struct { Created time.Time `xorm:"-"` CreatedUnix int64 + Updated time.Time `xorm:"-"` + UpdatedUnix int64 // Reference issue in commit message CommitSHA string `xorm:"VARCHAR(40)"` @@ -68,7 +73,12 @@ type Comment struct { } func (c *Comment) BeforeInsert() { - c.CreatedUnix = time.Now().UTC().Unix() + c.CreatedUnix = time.Now().Unix() + c.UpdatedUnix = c.CreatedUnix +} + +func (c *Comment) BeforeUpdate() { + c.UpdatedUnix = time.Now().Unix() } func (c *Comment) AfterSet(colName string, _ xorm.Cell) { @@ -85,13 +95,15 @@ func (c *Comment) AfterSet(colName string, _ xorm.Cell) { if err != nil { if IsErrUserNotExist(err) { c.PosterID = -1 - c.Poster = NewFakeUser() + c.Poster = NewGhostUser() } else { log.Error(3, "GetUserByID[%d]: %v", c.ID, err) } } case "created_unix": c.Created = time.Unix(c.CreatedUnix, 0).Local() + case "updated_unix": + c.Updated = time.Unix(c.UpdatedUnix, 0).Local() } } @@ -103,6 +115,16 @@ func (c *Comment) AfterDelete() { } } +func (c *Comment) APIFormat() *api.Comment { + return &api.Comment{ + ID: c.ID, + Poster: c.Poster.APIFormat(), + Body: c.Content, + Created: c.Created, + Updated: c.Updated, + } +} + // HashTag returns unique hash tag for comment. func (c *Comment) HashTag() string { return "issuecomment-" + com.ToStr(c.ID) @@ -113,10 +135,34 @@ func (c *Comment) EventTag() string { return "event-" + com.ToStr(c.ID) } +// MailParticipants sends new comment emails to repository watchers +// and mentioned people. +func (cmt *Comment) MailParticipants(opType ActionType, issue *Issue) (err error) { + mentions := markdown.FindAllMentions(cmt.Content) + if err = UpdateIssueMentions(cmt.IssueID, mentions); err != nil { + return fmt.Errorf("UpdateIssueMentions [%d]: %v", cmt.IssueID, err) + } + + switch opType { + case ACTION_COMMENT_ISSUE: + issue.Content = cmt.Content + case ACTION_CLOSE_ISSUE: + issue.Content = fmt.Sprintf("Closed #%d", issue.Index) + case ACTION_REOPEN_ISSUE: + issue.Content = fmt.Sprintf("Reopened #%d", issue.Index) + } + if err = mailIssueCommentToParticipants(issue, cmt.Poster, mentions); err != nil { + log.Error(4, "mailIssueCommentToParticipants: %v", err) + } + + return nil +} + func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err error) { comment := &Comment{ Type: opts.Type, - PosterID: opts.Doer.Id, + PosterID: opts.Doer.ID, + Poster: opts.Doer, IssueID: opts.Issue.ID, CommitID: opts.CommitID, CommitSHA: opts.CommitSHA, @@ -130,9 +176,8 @@ func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err // Compose comment action, could be plain comment, close or reopen issue/pull request. // This object will be used to notify watchers in the end of function. act := &Action{ - ActUserID: opts.Doer.Id, + ActUserID: opts.Doer.ID, ActUserName: opts.Doer.Name, - ActEmail: opts.Doer.Email, Content: fmt.Sprintf("%d|%s", opts.Issue.Index, strings.Split(opts.Content, "\n")[0]), RepoID: opts.Repo.ID, RepoUserName: opts.Repo.Owner.Name, @@ -157,7 +202,7 @@ func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err if IsErrAttachmentNotExist(err) { continue } - return nil, fmt.Errorf("getAttachmentByUUID[%s]: %v", uuid, err) + return nil, fmt.Errorf("getAttachmentByUUID [%s]: %v", uuid, err) } attachments = append(attachments, attach) } @@ -167,7 +212,7 @@ func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err attachments[i].CommentID = comment.ID // No assign value could be 0, so ignore AllCols(). if _, err = e.Id(attachments[i].ID).Update(attachments[i]); err != nil { - return nil, fmt.Errorf("update attachment[%d]: %v", attachments[i].ID, err) + return nil, fmt.Errorf("update attachment [%d]: %v", attachments[i].ID, err) } } @@ -200,13 +245,15 @@ func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err if err != nil { return nil, err } + } - // Notify watchers for whatever action comes in, ignore if no action type + // Notify watchers for whatever action comes in, ignore if no action type. if act.OpType > 0 { if err = notifyWatchers(e, act); err != nil { - return nil, fmt.Errorf("notifyWatchers: %v", err) + log.Error(4, "notifyWatchers: %v", err) } + comment.MailParticipants(act.OpType, opts.Issue) } return comment, nil @@ -302,15 +349,32 @@ func GetCommentByID(id int64) (*Comment, error) { if err != nil { return nil, err } else if !has { - return nil, ErrCommentNotExist{id} + return nil, ErrCommentNotExist{id, 0} } return c, nil } -// GetCommentsByIssueID returns all comments of issue by given ID. -func GetCommentsByIssueID(issueID int64) ([]*Comment, error) { +func getCommentsByIssueIDSince(e Engine, issueID, since int64) ([]*Comment, error) { comments := make([]*Comment, 0, 10) - return comments, x.Where("issue_id=?", issueID).Asc("created_unix").Find(&comments) + sess := e.Where("issue_id = ?", issueID).Asc("created_unix") + if since > 0 { + sess.And("updated_unix >= ?", since) + } + return comments, sess.Find(&comments) +} + +func getCommentsByIssueID(e Engine, issueID int64) ([]*Comment, error) { + return getCommentsByIssueIDSince(e, issueID, -1) +} + +// GetCommentsByIssueID returns all comments of an issue. +func GetCommentsByIssueID(issueID int64) ([]*Comment, error) { + return getCommentsByIssueID(x, issueID) +} + +// GetCommentsByIssueID returns a list of comments of an issue since a given time point. +func GetCommentsByIssueIDSince(issueID, since int64) ([]*Comment, error) { + return getCommentsByIssueIDSince(x, issueID, since) } // UpdateComment updates information of comment. @@ -318,3 +382,32 @@ func UpdateComment(c *Comment) error { _, err := x.Id(c.ID).AllCols().Update(c) return err } + +// DeleteCommentByID deletes the comment by given ID. +func DeleteCommentByID(id int64) error { + comment, err := GetCommentByID(id) + if err != nil { + if IsErrCommentNotExist(err) { + return nil + } + return err + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if _, err = sess.Id(comment.ID).Delete(new(Comment)); err != nil { + return err + } + + if comment.Type == COMMENT_TYPE_COMMENT { + if _, err = sess.Exec("UPDATE `issue` SET num_comments = num_comments - 1 WHERE id = ?", comment.IssueID); err != nil { + return err + } + } + + return sess.Commit() +} diff --git a/models/issue_label.go b/models/issue_label.go index 4f814821f..13bf2005f 100644 --- a/models/issue_label.go +++ b/models/issue_label.go @@ -7,12 +7,51 @@ package models import ( "fmt" "html/template" + "regexp" "strconv" "strings" "github.com/go-xorm/xorm" + + api "github.com/gogits/go-gogs-client" + + "github.com/gogits/gogs/modules/base" ) +var labelColorPattern = regexp.MustCompile("#([a-fA-F0-9]{6})") + +// GetLabelTemplateFile loads the label template file by given name, +// then parses and returns a list of name-color pairs. +func GetLabelTemplateFile(name string) ([][2]string, error) { + data, err := getRepoInitFile("label", name) + if err != nil { + return nil, fmt.Errorf("getRepoInitFile: %v", err) + } + + lines := strings.Split(string(data), "\n") + list := make([][2]string, 0, len(lines)) + for i := 0; i < len(lines); i++ { + line := strings.TrimSpace(lines[i]) + if len(line) == 0 { + continue + } + + fields := strings.SplitN(line, " ", 2) + if len(fields) != 2 { + return nil, fmt.Errorf("line is malformed: %s", line) + } + + if !labelColorPattern.MatchString(fields[0]) { + return nil, fmt.Errorf("bad HTML color code in line: %s", line) + } + + fields[1] = strings.TrimSpace(fields[1]) + list = append(list, [2]string{fields[1], fields[0]}) + } + + return list, nil +} + // Label represents a label of repository for issues. type Label struct { ID int64 `xorm:"pk autoincr"` @@ -25,9 +64,17 @@ type Label struct { IsChecked bool `xorm:"-"` } +func (label *Label) APIFormat() *api.Label { + return &api.Label{ + ID: label.ID, + Name: label.Name, + Color: label.Color, + } +} + // CalOpenIssues calculates the open issues of label. -func (m *Label) CalOpenIssues() { - m.NumOpenIssues = m.NumIssues - m.NumClosedIssues +func (label *Label) CalOpenIssues() { + label.NumOpenIssues = label.NumIssues - label.NumClosedIssues } // ForegroundColor calculates the text color for labels based @@ -40,7 +87,7 @@ func (l *Label) ForegroundColor() template.CSS { b := float32(0xFF & color) luminance := (0.2126*r + 0.7152*g + 0.0722*b) / 255 - if luminance < 0.5 { + if luminance < 0.66 { return template.CSS("#fff") } } @@ -50,54 +97,71 @@ func (l *Label) ForegroundColor() template.CSS { return template.CSS("#000") } -// NewLabel creates new label of repository. -func NewLabel(l *Label) error { - _, err := x.Insert(l) +// NewLabels creates new label(s) for a repository. +func NewLabels(labels ...*Label) error { + _, err := x.Insert(labels) return err } -func getLabelByID(e Engine, id int64) (*Label, error) { - if id <= 0 { - return nil, ErrLabelNotExist{id} +// getLabelInRepoByID returns a label by ID in given repository. +// If pass repoID as 0, then ORM will ignore limitation of repository +// and can return arbitrary label with any valid ID. +func getLabelInRepoByID(e Engine, repoID, labelID int64) (*Label, error) { + if labelID <= 0 { + return nil, ErrLabelNotExist{labelID, repoID} } - l := &Label{ID: id} + l := &Label{ + ID: labelID, + RepoID: repoID, + } has, err := x.Get(l) if err != nil { return nil, err } else if !has { - return nil, ErrLabelNotExist{l.ID} + return nil, ErrLabelNotExist{l.ID, l.RepoID} } return l, nil } // GetLabelByID returns a label by given ID. func GetLabelByID(id int64) (*Label, error) { - return getLabelByID(x, id) + return getLabelInRepoByID(x, 0, id) +} + +// GetLabelInRepoByID returns a label by ID in given repository. +func GetLabelInRepoByID(repoID, labelID int64) (*Label, error) { + return getLabelInRepoByID(x, repoID, labelID) +} + +// GetLabelsInRepoByIDs returns a list of labels by IDs in given repository, +// it silently ignores label IDs that are not belong to the repository. +func GetLabelsInRepoByIDs(repoID int64, labelIDs []int64) ([]*Label, error) { + labels := make([]*Label, 0, len(labelIDs)) + return labels, x.Where("repo_id = ?", repoID).In("id", base.Int64sToStrings(labelIDs)).Asc("name").Find(&labels) } // GetLabelsByRepoID returns all labels that belong to given repository by ID. func GetLabelsByRepoID(repoID int64) ([]*Label, error) { labels := make([]*Label, 0, 10) - return labels, x.Where("repo_id=?", repoID).Find(&labels) + return labels, x.Where("repo_id = ?", repoID).Asc("name").Find(&labels) } func getLabelsByIssueID(e Engine, issueID int64) ([]*Label, error) { issueLabels, err := getIssueLabels(e, issueID) if err != nil { return nil, fmt.Errorf("getIssueLabels: %v", err) + } else if len(issueLabels) == 0 { + return []*Label{}, nil } - var label *Label - labels := make([]*Label, 0, len(issueLabels)) - for idx := range issueLabels { - label, err = getLabelByID(e, issueLabels[idx].LabelID) - if err != nil && !IsErrLabelNotExist(err) { - return nil, fmt.Errorf("getLabelByID: %v", err) - } - labels = append(labels, label) + labelIDs := make([]int64, len(issueLabels)) + for i := range issueLabels { + labelIDs[i] = issueLabels[i].LabelID } - return labels, nil + + labels := make([]*Label, 0, len(labelIDs)) + return labels, e.Where("id > 0").In("id", base.Int64sToStrings(labelIDs)).Asc("name").Find(&labels) } // GetLabelsByIssueID returns all labels that belong to given issue by ID. @@ -117,7 +181,7 @@ func UpdateLabel(l *Label) error { // DeleteLabel delete a label of given repository. func DeleteLabel(repoID, labelID int64) error { - l, err := GetLabelByID(labelID) + _, err := GetLabelInRepoByID(repoID, labelID) if err != nil { if IsErrLabelNotExist(err) { return nil @@ -131,11 +195,12 @@ func DeleteLabel(repoID, labelID int64) error { return err } - if _, err = x.Where("label_id=?", labelID).Delete(new(IssueLabel)); err != nil { + if _, err = sess.Id(labelID).Delete(new(Label)); err != nil { return err - } else if _, err = sess.Delete(l); err != nil { + } else if _, err = sess.Where("label_id = ?", labelID).Delete(new(IssueLabel)); err != nil { return err } + return sess.Commit() } @@ -154,7 +219,7 @@ type IssueLabel struct { } func hasIssueLabel(e Engine, issueID, labelID int64) bool { - has, _ := e.Where("issue_id=? AND label_id=?", issueID, labelID).Get(new(IssueLabel)) + has, _ := e.Where("issue_id = ? AND label_id = ?", issueID, labelID).Get(new(IssueLabel)) return has } @@ -180,6 +245,10 @@ func newIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) { // NewIssueLabel creates a new issue-label relation. func NewIssueLabel(issue *Issue, label *Label) (err error) { + if HasIssueLabel(issue.ID, label.ID) { + return nil + } + sess := x.NewSession() defer sessionRelease(sess) if err = sess.Begin(); err != nil { @@ -193,6 +262,35 @@ func NewIssueLabel(issue *Issue, label *Label) (err error) { return sess.Commit() } +func newIssueLabels(e *xorm.Session, issue *Issue, labels []*Label) (err error) { + for i := range labels { + if hasIssueLabel(e, issue.ID, labels[i].ID) { + continue + } + + if err = newIssueLabel(e, issue, labels[i]); err != nil { + return fmt.Errorf("newIssueLabel: %v", err) + } + } + + return nil +} + +// NewIssueLabels creates a list of issue-label relations. +func NewIssueLabels(issue *Issue, labels []*Label) (err error) { + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if err = newIssueLabels(sess, issue, labels); err != nil { + return err + } + + return sess.Commit() +} + func getIssueLabels(e Engine, issueID int64) ([]*IssueLabel, error) { issueLabels := make([]*IssueLabel, 0, 10) return issueLabels, e.Where("issue_id=?", issueID).Asc("label_id").Find(&issueLabels) diff --git a/models/issue_mail.go b/models/issue_mail.go new file mode 100644 index 000000000..02548bc3e --- /dev/null +++ b/models/issue_mail.go @@ -0,0 +1,81 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "fmt" + + "github.com/Unknwon/com" + + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/markdown" + "github.com/gogits/gogs/modules/setting" +) + +func (issue *Issue) MailSubject() string { + return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.Name, issue.Title, issue.Index) +} + +// mailIssueCommentToParticipants can be used for both new issue creation and comment. +func mailIssueCommentToParticipants(issue *Issue, doer *User, mentions []string) error { + if !setting.Service.EnableNotifyMail { + return nil + } + + // Mail wahtcers. + watchers, err := GetWatchers(issue.RepoID) + if err != nil { + return fmt.Errorf("GetWatchers [%d]: %v", issue.RepoID, err) + } + + tos := make([]string, 0, len(watchers)) // List of email addresses. + names := make([]string, 0, len(watchers)) + for i := range watchers { + if watchers[i].UserID == doer.ID { + continue + } + + to, err := GetUserByID(watchers[i].UserID) + if err != nil { + return fmt.Errorf("GetUserByID [%d]: %v", watchers[i].UserID, err) + } + if to.IsOrganization() { + continue + } + + tos = append(tos, to.Email) + names = append(names, to.Name) + } + SendIssueCommentMail(issue, doer, tos) + + // Mail mentioned people and exclude watchers. + names = append(names, doer.Name) + tos = make([]string, 0, len(mentions)) // list of user names. + for i := range mentions { + if com.IsSliceContainsStr(names, mentions[i]) { + continue + } + + tos = append(tos, mentions[i]) + } + SendIssueMentionMail(issue, doer, GetUserEmailsByNames(tos)) + + return nil +} + +// MailParticipants sends new issue thread created emails to repository watchers +// and mentioned people. +func (issue *Issue) MailParticipants() (err error) { + mentions := markdown.FindAllMentions(issue.Content) + if err = UpdateIssueMentions(issue.ID, mentions); err != nil { + return fmt.Errorf("UpdateIssueMentions [%d]: %v", issue.ID, err) + } + + if err = mailIssueCommentToParticipants(issue, issue.Poster, mentions); err != nil { + log.Error(4, "mailIssueCommentToParticipants: %v", err) + } + + return nil +} diff --git a/models/login.go b/models/login_source.go similarity index 61% rename from models/login.go rename to models/login_source.go index 6ed4fefbd..584f3f9bc 100644 --- a/models/login.go +++ b/models/login_source.go @@ -15,6 +15,7 @@ import ( "time" "github.com/Unknwon/com" + "github.com/go-macaron/binding" "github.com/go-xorm/core" "github.com/go-xorm/xorm" @@ -25,7 +26,7 @@ import ( type LoginType int -// Note: new type must be added at the end of list to maintain compatibility. +// Note: new type must append to the end of list to maintain compatibility. const ( LOGIN_NOTYPE LoginType = iota LOGIN_PLAIN // 1 @@ -35,11 +36,6 @@ const ( LOGIN_DLDAP // 5 ) -var ( - ErrAuthenticationAlreadyExist = errors.New("Authentication already exist") - ErrAuthenticationUserUsed = errors.New("Authentication has been used by some users") -) - var LoginNames = map[LoginType]string{ LOGIN_LDAP: "LDAP (via BindDN)", LOGIN_DLDAP: "LDAP (simple auth)", // Via direct bind @@ -47,6 +43,12 @@ var LoginNames = map[LoginType]string{ LOGIN_PAM: "PAM", } +var SecurityProtocolNames = map[ldap.SecurityProtocol]string{ + ldap.SECURITY_PROTOCOL_UNENCRYPTED: "Unencrypted", + ldap.SECURITY_PROTOCOL_LDAPS: "LDAPS", + ldap.SECURITY_PROTOCOL_START_TLS: "StartTLS", +} + // Ensure structs implemented interface. var ( _ core.Conversion = &LDAPConfig{} @@ -66,6 +68,10 @@ func (cfg *LDAPConfig) ToDB() ([]byte, error) { return json.Marshal(cfg) } +func (cfg *LDAPConfig) SecurityProtocolName() string { + return SecurityProtocolNames[cfg.SecurityProtocol] +} + type SMTPConfig struct { Auth string Host string @@ -95,6 +101,7 @@ func (cfg *PAMConfig) ToDB() ([]byte, error) { return json.Marshal(cfg) } +// LoginSource represents an external way for authorizing users. type LoginSource struct { ID int64 `xorm:"pk autoincr"` Type LoginType @@ -109,12 +116,12 @@ type LoginSource struct { } func (s *LoginSource) BeforeInsert() { - s.CreatedUnix = time.Now().UTC().Unix() + s.CreatedUnix = time.Now().Unix() s.UpdatedUnix = s.CreatedUnix } func (s *LoginSource) BeforeUpdate() { - s.UpdatedUnix = time.Now().UTC().Unix() + s.UpdatedUnix = time.Now().Unix() } // Cell2Int64 converts a xorm.Cell type to int64, @@ -173,10 +180,16 @@ func (source *LoginSource) IsPAM() bool { return source.Type == LOGIN_PAM } +func (source *LoginSource) HasTLS() bool { + return ((source.IsLDAP() || source.IsDLDAP()) && + source.LDAP().SecurityProtocol > ldap.SECURITY_PROTOCOL_UNENCRYPTED) || + source.IsSMTP() +} + func (source *LoginSource) UseTLS() bool { switch source.Type { case LOGIN_LDAP, LOGIN_DLDAP: - return source.LDAP().UseSSL + return source.LDAP().SecurityProtocol != ldap.SECURITY_PROTOCOL_UNENCRYPTED case LOGIN_SMTP: return source.SMTP().TLS } @@ -206,15 +219,15 @@ func (source *LoginSource) SMTP() *SMTPConfig { func (source *LoginSource) PAM() *PAMConfig { return source.Cfg.(*PAMConfig) } +func CreateLoginSource(source *LoginSource) error { + has, err := x.Get(&LoginSource{Name: source.Name}) + if err != nil { + return err + } else if has { + return ErrLoginSourceAlreadyExist{source.Name} + } -// CountLoginSources returns number of login sources. -func CountLoginSources() int64 { - count, _ := x.Count(new(LoginSource)) - return count -} - -func CreateSource(source *LoginSource) error { - _, err := x.Insert(source) + _, err = x.Insert(source) return err } @@ -230,7 +243,7 @@ func GetLoginSourceByID(id int64) (*LoginSource, error) { if err != nil { return nil, err } else if !has { - return nil, ErrAuthenticationNotExist{id} + return nil, ErrLoginSourceNotExist{id} } return source, nil } @@ -245,12 +258,18 @@ func DeleteSource(source *LoginSource) error { if err != nil { return err } else if count > 0 { - return ErrAuthenticationUserUsed + return ErrLoginSourceInUse{source.ID} } _, err = x.Id(source.ID).Delete(new(LoginSource)) return err } +// CountLoginSources returns number of login sources. +func CountLoginSources() int64 { + count, _ := x.Count(new(LoginSource)) + return count +} + // .____ ________ _____ __________ // | | \______ \ / _ \\______ \ // | | | | \ / /_\ \| ___/ @@ -258,55 +277,57 @@ func DeleteSource(source *LoginSource) error { // |_______ \/_______ /\____|__ /____| // \/ \/ \/ -// LoginUserLDAPSource queries if loginName/passwd can login against the LDAP directory pool, +func composeFullName(firstname, surname, username string) string { + switch { + case len(firstname) == 0 && len(surname) == 0: + return username + case len(firstname) == 0: + return surname + case len(surname) == 0: + return firstname + default: + return firstname + " " + surname + } +} + +// LoginViaLDAP queries if login/password is valid against the LDAP directory pool, // and create a local user if success when enabled. -// It returns the same LoginUserPlain semantic. -func LoginUserLDAPSource(u *User, loginName, passwd string, source *LoginSource, autoRegister bool) (*User, error) { - cfg := source.Cfg.(*LDAPConfig) - directBind := (source.Type == LOGIN_DLDAP) - name, fn, sn, mail, admin, logged := cfg.SearchEntry(loginName, passwd, directBind) - if !logged { +func LoginViaLDAP(user *User, login, passowrd string, source *LoginSource, autoRegister bool) (*User, error) { + username, fn, sn, mail, isAdmin, succeed := source.Cfg.(*LDAPConfig).SearchEntry(login, passowrd, source.Type == LOGIN_DLDAP) + if !succeed { // User not in LDAP, do nothing - return nil, ErrUserNotExist{0, loginName} + return nil, ErrUserNotExist{0, login} } if !autoRegister { - return u, nil + return user, nil } // Fallback. - if len(name) == 0 { - name = loginName + if len(username) == 0 { + username = login + } + // Validate username make sure it satisfies requirement. + if binding.AlphaDashDotPattern.MatchString(username) { + return nil, fmt.Errorf("Invalid pattern for attribute 'username' [%s]: must be valid alpha or numeric or dash(-_) or dot characters", username) } + if len(mail) == 0 { - mail = fmt.Sprintf("%s@localhost", name) + mail = fmt.Sprintf("%s@localhost", username) } - u = &User{ - LowerName: strings.ToLower(name), - Name: name, - FullName: composeFullName(fn, sn, name), + user = &User{ + LowerName: strings.ToLower(username), + Name: username, + FullName: composeFullName(fn, sn, username), + Email: mail, LoginType: source.Type, LoginSource: source.ID, - LoginName: loginName, - Email: mail, - IsAdmin: admin, + LoginName: login, IsActive: true, + IsAdmin: isAdmin, } - return u, CreateUser(u) -} - -func composeFullName(firstName, surename, userName string) string { - switch { - case len(firstName) == 0 && len(surename) == 0: - return userName - case len(firstName) == 0: - return surename - case len(surename) == 0: - return firstName - default: - return firstName + " " + surename - } + return user, CreateUser(user) } // _________ __________________________ @@ -316,25 +337,21 @@ func composeFullName(firstName, surename, userName string) string { // /_______ /\____|__ /____| |____| // \/ \/ -type loginAuth struct { +type smtpLoginAuth struct { username, password string } -func LoginAuth(username, password string) smtp.Auth { - return &loginAuth{username, password} +func (auth *smtpLoginAuth) Start(server *smtp.ServerInfo) (string, []byte, error) { + return "LOGIN", []byte(auth.username), nil } -func (a *loginAuth) Start(server *smtp.ServerInfo) (string, []byte, error) { - return "LOGIN", []byte(a.username), nil -} - -func (a *loginAuth) Next(fromServer []byte, more bool) ([]byte, error) { +func (auth *smtpLoginAuth) Next(fromServer []byte, more bool) ([]byte, error) { if more { switch string(fromServer) { case "Username:": - return []byte(a.username), nil + return []byte(auth.username), nil case "Password:": - return []byte(a.password), nil + return []byte(auth.password), nil } } return nil, nil @@ -380,25 +397,24 @@ func SMTPAuth(a smtp.Auth, cfg *SMTPConfig) error { return ErrUnsupportedLoginType } -// Query if name/passwd can login against the LDAP directory pool -// Create a local user if success -// Return the same LoginUserPlain semantic -func LoginUserSMTPSource(u *User, name, passwd string, sourceID int64, cfg *SMTPConfig, autoRegister bool) (*User, error) { +// LoginViaSMTP queries if login/password is valid against the SMTP, +// and create a local user if success when enabled. +func LoginViaSMTP(user *User, login, password string, sourceID int64, cfg *SMTPConfig, autoRegister bool) (*User, error) { // Verify allowed domains. if len(cfg.AllowedDomains) > 0 { - idx := strings.Index(name, "@") + idx := strings.Index(login, "@") if idx == -1 { - return nil, ErrUserNotExist{0, name} - } else if !com.IsSliceContainsStr(strings.Split(cfg.AllowedDomains, ","), name[idx+1:]) { - return nil, ErrUserNotExist{0, name} + return nil, ErrUserNotExist{0, login} + } else if !com.IsSliceContainsStr(strings.Split(cfg.AllowedDomains, ","), login[idx+1:]) { + return nil, ErrUserNotExist{0, login} } } var auth smtp.Auth if cfg.Auth == SMTP_PLAIN { - auth = smtp.PlainAuth("", name, passwd, cfg.Host) + auth = smtp.PlainAuth("", login, password, cfg.Host) } else if cfg.Auth == SMTP_LOGIN { - auth = LoginAuth(name, passwd) + auth = &smtpLoginAuth{login, password} } else { return nil, errors.New("Unsupported SMTP auth type") } @@ -409,33 +425,32 @@ func LoginUserSMTPSource(u *User, name, passwd string, sourceID int64, cfg *SMTP tperr, ok := err.(*textproto.Error) if (ok && tperr.Code == 535) || strings.Contains(err.Error(), "Username and Password not accepted") { - return nil, ErrUserNotExist{0, name} + return nil, ErrUserNotExist{0, login} } return nil, err } if !autoRegister { - return u, nil + return user, nil } - var loginName = name - idx := strings.Index(name, "@") + username := login + idx := strings.Index(login, "@") if idx > -1 { - loginName = name[:idx] + username = login[:idx] } - // fake a local user creation - u = &User{ - LowerName: strings.ToLower(loginName), - Name: strings.ToLower(loginName), + + user = &User{ + LowerName: strings.ToLower(username), + Name: strings.ToLower(username), + Email: login, + Passwd: password, LoginType: LOGIN_SMTP, LoginSource: sourceID, - LoginName: name, + LoginName: login, IsActive: true, - Passwd: passwd, - Email: name, } - err := CreateUser(u) - return u, err + return user, CreateUser(user) } // __________ _____ _____ @@ -445,101 +460,99 @@ func LoginUserSMTPSource(u *User, name, passwd string, sourceID int64, cfg *SMTP // |____| \____|__ /\____|__ / // \/ \/ -// Query if name/passwd can login against PAM -// Create a local user if success -// Return the same LoginUserPlain semantic -func LoginUserPAMSource(u *User, name, passwd string, sourceID int64, cfg *PAMConfig, autoRegister bool) (*User, error) { - if err := pam.PAMAuth(cfg.ServiceName, name, passwd); err != nil { +// LoginViaPAM queries if login/password is valid against the PAM, +// and create a local user if success when enabled. +func LoginViaPAM(user *User, login, password string, sourceID int64, cfg *PAMConfig, autoRegister bool) (*User, error) { + if err := pam.PAMAuth(cfg.ServiceName, login, password); err != nil { if strings.Contains(err.Error(), "Authentication failure") { - return nil, ErrUserNotExist{0, name} + return nil, ErrUserNotExist{0, login} } return nil, err } if !autoRegister { - return u, nil + return user, nil } - // fake a local user creation - u = &User{ - LowerName: strings.ToLower(name), - Name: name, + user = &User{ + LowerName: strings.ToLower(login), + Name: login, + Email: login, + Passwd: password, LoginType: LOGIN_PAM, LoginSource: sourceID, - LoginName: name, + LoginName: login, IsActive: true, - Passwd: passwd, - Email: name, } - return u, CreateUser(u) + return user, CreateUser(user) } -func ExternalUserLogin(u *User, name, passwd string, source *LoginSource, autoRegister bool) (*User, error) { +func ExternalUserLogin(user *User, login, password string, source *LoginSource, autoRegister bool) (*User, error) { if !source.IsActived { return nil, ErrLoginSourceNotActived } switch source.Type { case LOGIN_LDAP, LOGIN_DLDAP: - return LoginUserLDAPSource(u, name, passwd, source, autoRegister) + return LoginViaLDAP(user, login, password, source, autoRegister) case LOGIN_SMTP: - return LoginUserSMTPSource(u, name, passwd, source.ID, source.Cfg.(*SMTPConfig), autoRegister) + return LoginViaSMTP(user, login, password, source.ID, source.Cfg.(*SMTPConfig), autoRegister) case LOGIN_PAM: - return LoginUserPAMSource(u, name, passwd, source.ID, source.Cfg.(*PAMConfig), autoRegister) + return LoginViaPAM(user, login, password, source.ID, source.Cfg.(*PAMConfig), autoRegister) } return nil, ErrUnsupportedLoginType } // UserSignIn validates user name and password. -func UserSignIn(uname, passwd string) (*User, error) { - var u *User - if strings.Contains(uname, "@") { - u = &User{Email: strings.ToLower(uname)} +func UserSignIn(username, passowrd string) (*User, error) { + var user *User + if strings.Contains(username, "@") { + user = &User{Email: strings.ToLower(username)} } else { - u = &User{LowerName: strings.ToLower(uname)} + user = &User{LowerName: strings.ToLower(username)} } - userExists, err := x.Get(u) + hasUser, err := x.Get(user) if err != nil { return nil, err } - if userExists { - switch u.LoginType { + if hasUser { + switch user.LoginType { case LOGIN_NOTYPE, LOGIN_PLAIN: - if u.ValidatePassword(passwd) { - return u, nil + if user.ValidatePassword(passowrd) { + return user, nil } - return nil, ErrUserNotExist{u.Id, u.Name} + return nil, ErrUserNotExist{user.ID, user.Name} default: var source LoginSource - hasSource, err := x.Id(u.LoginSource).Get(&source) + hasSource, err := x.Id(user.LoginSource).Get(&source) if err != nil { return nil, err } else if !hasSource { - return nil, ErrLoginSourceNotExist + return nil, ErrLoginSourceNotExist{user.LoginSource} } - return ExternalUserLogin(u, u.LoginName, passwd, &source, false) + return ExternalUserLogin(user, user.LoginName, passowrd, &source, false) } } - var sources []LoginSource + sources := make([]*LoginSource, 0, 3) if err = x.UseBool().Find(&sources, &LoginSource{IsActived: true}); err != nil { return nil, err } for _, source := range sources { - u, err := ExternalUserLogin(nil, uname, passwd, &source, true) + authUser, err := ExternalUserLogin(nil, username, passowrd, source, true) if err == nil { - return u, nil + return authUser, nil } - log.Warn("Failed to login '%s' via '%s': %v", uname, source.Name, err) + log.Warn("Failed to login '%s' via '%s': %v", username, source.Name, err) } - return nil, ErrUserNotExist{u.Id, u.Name} + return nil, ErrUserNotExist{user.ID, user.Name} } diff --git a/models/mail.go b/models/mail.go new file mode 100644 index 000000000..0db21355a --- /dev/null +++ b/models/mail.go @@ -0,0 +1,183 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "fmt" + "html/template" + "path" + + "gopkg.in/gomail.v2" + "gopkg.in/macaron.v1" + + "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/mailer" + "github.com/gogits/gogs/modules/markdown" + "github.com/gogits/gogs/modules/setting" +) + +const ( + MAIL_AUTH_ACTIVATE base.TplName = "auth/activate" + MAIL_AUTH_ACTIVATE_EMAIL base.TplName = "auth/activate_email" + MAIL_AUTH_RESET_PASSWORD base.TplName = "auth/reset_passwd" + MAIL_AUTH_REGISTER_NOTIFY base.TplName = "auth/register_notify" + + MAIL_ISSUE_COMMENT base.TplName = "issue/comment" + MAIL_ISSUE_MENTION base.TplName = "issue/mention" + + MAIL_NOTIFY_COLLABORATOR base.TplName = "notify/collaborator" +) + +type MailRender interface { + HTMLString(string, interface{}, ...macaron.HTMLOptions) (string, error) +} + +var mailRender MailRender + +func InitMailRender(dir, appendDir string, funcMap []template.FuncMap) { + opt := &macaron.RenderOptions{ + Directory: dir, + AppendDirectories: []string{appendDir}, + Funcs: funcMap, + Extensions: []string{".tmpl", ".html"}, + } + ts := macaron.NewTemplateSet() + ts.Set(macaron.DEFAULT_TPL_SET_NAME, opt) + + mailRender = &macaron.TplRender{ + TemplateSet: ts, + Opt: opt, + } +} + +func SendTestMail(email string) error { + return gomail.Send(&mailer.Sender{}, mailer.NewMessage([]string{email}, "Gogs Test Email!", "Gogs Test Email!").Message) +} + +func SendUserMail(c *macaron.Context, u *User, tpl base.TplName, code, subject, info string) { + data := map[string]interface{}{ + "Username": u.DisplayName(), + "ActiveCodeLives": setting.Service.ActiveCodeLives / 60, + "ResetPwdCodeLives": setting.Service.ResetPwdCodeLives / 60, + "Code": code, + } + body, err := mailRender.HTMLString(string(tpl), data) + if err != nil { + log.Error(3, "HTMLString: %v", err) + return + } + + msg := mailer.NewMessage([]string{u.Email}, subject, body) + msg.Info = fmt.Sprintf("UID: %d, %s", u.ID, info) + + mailer.SendAsync(msg) +} + +func SendActivateAccountMail(c *macaron.Context, u *User) { + SendUserMail(c, u, MAIL_AUTH_ACTIVATE, u.GenerateActivateCode(), c.Tr("mail.activate_account"), "activate account") +} + +func SendResetPasswordMail(c *macaron.Context, u *User) { + SendUserMail(c, u, MAIL_AUTH_RESET_PASSWORD, u.GenerateActivateCode(), c.Tr("mail.reset_password"), "reset password") +} + +// SendActivateAccountMail sends confirmation email. +func SendActivateEmailMail(c *macaron.Context, u *User, email *EmailAddress) { + data := map[string]interface{}{ + "Username": u.DisplayName(), + "ActiveCodeLives": setting.Service.ActiveCodeLives / 60, + "Code": u.GenerateEmailActivateCode(email.Email), + "Email": email.Email, + } + body, err := mailRender.HTMLString(string(MAIL_AUTH_ACTIVATE_EMAIL), data) + if err != nil { + log.Error(3, "HTMLString: %v", err) + return + } + + msg := mailer.NewMessage([]string{email.Email}, c.Tr("mail.activate_email"), body) + msg.Info = fmt.Sprintf("UID: %d, activate email", u.ID) + + mailer.SendAsync(msg) +} + +// SendRegisterNotifyMail triggers a notify e-mail by admin created a account. +func SendRegisterNotifyMail(c *macaron.Context, u *User) { + data := map[string]interface{}{ + "Username": u.DisplayName(), + } + body, err := mailRender.HTMLString(string(MAIL_AUTH_REGISTER_NOTIFY), data) + if err != nil { + log.Error(3, "HTMLString: %v", err) + return + } + + msg := mailer.NewMessage([]string{u.Email}, c.Tr("mail.register_notify"), body) + msg.Info = fmt.Sprintf("UID: %d, registration notify", u.ID) + + mailer.SendAsync(msg) +} + +// SendCollaboratorMail sends mail notification to new collaborator. +func SendCollaboratorMail(u, doer *User, repo *Repository) { + repoName := path.Join(repo.Owner.Name, repo.Name) + subject := fmt.Sprintf("%s added you to %s", doer.DisplayName(), repoName) + + data := map[string]interface{}{ + "Subject": subject, + "RepoName": repoName, + "Link": repo.HTMLURL(), + } + body, err := mailRender.HTMLString(string(MAIL_NOTIFY_COLLABORATOR), data) + if err != nil { + log.Error(3, "HTMLString: %v", err) + return + } + + msg := mailer.NewMessage([]string{u.Email}, subject, body) + msg.Info = fmt.Sprintf("UID: %d, add collaborator", u.ID) + + mailer.SendAsync(msg) +} + +func composeTplData(subject, body, link string) map[string]interface{} { + data := make(map[string]interface{}, 10) + data["Subject"] = subject + data["Body"] = body + data["Link"] = link + return data +} + +func composeIssueMessage(issue *Issue, doer *User, tplName base.TplName, tos []string, info string) *mailer.Message { + subject := issue.MailSubject() + body := string(markdown.RenderSpecialLink([]byte(issue.Content), issue.Repo.HTMLURL(), issue.Repo.ComposeMetas())) + data := composeTplData(subject, body, issue.HTMLURL()) + data["Doer"] = doer + content, err := mailRender.HTMLString(string(tplName), data) + if err != nil { + log.Error(3, "HTMLString (%s): %v", tplName, err) + } + msg := mailer.NewMessageFrom(tos, fmt.Sprintf(`"%s" <%s>`, doer.DisplayName(), setting.MailService.User), subject, content) + msg.Info = fmt.Sprintf("Subject: %s, %s", subject, info) + return msg +} + +// SendIssueCommentMail composes and sends issue comment emails to target receivers. +func SendIssueCommentMail(issue *Issue, doer *User, tos []string) { + if len(tos) == 0 { + return + } + + mailer.SendAsync(composeIssueMessage(issue, doer, MAIL_ISSUE_COMMENT, tos, "issue comment")) +} + +// SendIssueMentionMail composes and sends issue mention emails to target receivers. +func SendIssueMentionMail(issue *Issue, doer *User, tos []string) { + if len(tos) == 0 { + return + } + mailer.SendAsync(composeIssueMessage(issue, doer, MAIL_ISSUE_MENTION, tos, "issue mention")) +} diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 833149099..edd07a66e 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -51,7 +51,7 @@ func (m *migration) Migrate(x *xorm.Engine) error { // The version table. Should have only one row with id==1 type Version struct { - Id int64 + ID int64 `xorm:"pk autoincr"` Version int64 } @@ -59,14 +59,19 @@ type Version struct { // If you want to "retire" a migration, remove it from the top of the list and // update _MIN_VER_DB accordingly var migrations = []Migration{ - NewMigration("fix locale file load panic", fixLocaleFileLoadPanic), // V4 -> V5:v0.6.0 - NewMigration("trim action compare URL prefix", trimCommitActionAppUrlPrefix), // V5 -> V6:v0.6.3 - NewMigration("generate issue-label from issue", issueToIssueLabel), // V6 -> V7:v0.6.4 - NewMigration("refactor attachment table", attachmentRefactor), // V7 -> V8:v0.6.4 - NewMigration("rename pull request fields", renamePullRequestFields), // V8 -> V9:v0.6.16 - NewMigration("clean up migrate repo info", cleanUpMigrateRepoInfo), // V9 -> V10:v0.6.20 - NewMigration("generate rands and salt for organizations", generateOrgRandsAndSalt), // V10 -> V11:v0.8.5 - NewMigration("convert date to unix timestamp", convertDateToUnix), // V11 -> V12:v0.9.2 + // v0 -> v4: before 0.6.0 -> 0.7.33 + NewMigration("fix locale file load panic", fixLocaleFileLoadPanic), // V4 -> V5:v0.6.0 + NewMigration("trim action compare URL prefix", trimCommitActionAppUrlPrefix), // V5 -> V6:v0.6.3 + NewMigration("generate issue-label from issue", issueToIssueLabel), // V6 -> V7:v0.6.4 + NewMigration("refactor attachment table", attachmentRefactor), // V7 -> V8:v0.6.4 + NewMigration("rename pull request fields", renamePullRequestFields), // V8 -> V9:v0.6.16 + NewMigration("clean up migrate repo info", cleanUpMigrateRepoInfo), // V9 -> V10:v0.6.20 + NewMigration("generate rands and salt for organizations", generateOrgRandsAndSalt), // V10 -> V11:v0.8.5 + NewMigration("convert date to unix timestamp", convertDateToUnix), // V11 -> V12:v0.9.2 + NewMigration("convert LDAP UseSSL option to SecurityProtocol", ldapUseSSLToSecurityProtocol), // V12 -> V13:v0.9.37 + + // v13 -> v14:v0.9.87 + NewMigration("set comment updated with created", setCommentUpdatedWithCreated), } // Migrate database to current version @@ -75,7 +80,7 @@ func Migrate(x *xorm.Engine) error { return fmt.Errorf("sync: %v", err) } - currentVersion := &Version{Id: 1} + currentVersion := &Version{ID: 1} has, err := x.Get(currentVersion) if err != nil { return fmt.Errorf("get: %v", err) @@ -241,7 +246,7 @@ func issueToIssueLabel(x *xorm.Engine) error { } if err = sess.Sync2(new(IssueLabel)); err != nil { - return fmt.Errorf("sync2: %v", err) + return fmt.Errorf("Sync2: %v", err) } else if _, err = sess.Insert(issueLabels); err != nil { return fmt.Errorf("insert issue-labels: %v", err) } @@ -580,6 +585,7 @@ type TWebhook struct { func (t *TWebhook) TableName() string { return "webhook" } func convertDateToUnix(x *xorm.Engine) (err error) { + log.Info("This migration could take up to minutes, please be patient.") type Bean struct { ID int64 `xorm:"pk autoincr"` Created time.Time @@ -644,17 +650,17 @@ func convertDateToUnix(x *xorm.Engine) (err error) { if bean.Deadline.IsZero() { continue } - fieldSQL += com.ToStr(bean.Deadline.UTC().Unix()) + fieldSQL += com.ToStr(bean.Deadline.Unix()) case "created": - fieldSQL += com.ToStr(bean.Created.UTC().Unix()) + fieldSQL += com.ToStr(bean.Created.Unix()) case "updated": - fieldSQL += com.ToStr(bean.Updated.UTC().Unix()) + fieldSQL += com.ToStr(bean.Updated.Unix()) case "closed_date": - fieldSQL += com.ToStr(bean.ClosedDate.UTC().Unix()) + fieldSQL += com.ToStr(bean.ClosedDate.Unix()) case "merged": - fieldSQL += com.ToStr(bean.Merged.UTC().Unix()) + fieldSQL += com.ToStr(bean.Merged.Unix()) case "next_update": - fieldSQL += com.ToStr(bean.NextUpdate.UTC().Unix()) + fieldSQL += com.ToStr(bean.NextUpdate.Unix()) } valSQLs = append(valSQLs, fieldSQL) diff --git a/models/migrations/v13.go b/models/migrations/v13.go new file mode 100644 index 000000000..c9a50a992 --- /dev/null +++ b/models/migrations/v13.go @@ -0,0 +1,52 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package migrations + +import ( + "encoding/json" + "fmt" + "strings" + + "github.com/Unknwon/com" + "github.com/go-xorm/xorm" +) + +func ldapUseSSLToSecurityProtocol(x *xorm.Engine) error { + results, err := x.Query("SELECT `id`,`cfg` FROM `login_source` WHERE `type` = 2 OR `type` = 5") + if err != nil { + if strings.Contains(err.Error(), "no such column") { + return nil + } + return fmt.Errorf("select LDAP login sources: %v", err) + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + for _, result := range results { + cfg := map[string]interface{}{} + if err = json.Unmarshal(result["cfg"], &cfg); err != nil { + return fmt.Errorf("decode JSON config: %v", err) + } + if com.ToStr(cfg["UseSSL"]) == "true" { + cfg["SecurityProtocol"] = 1 // LDAPS + } + delete(cfg, "UseSSL") + + data, err := json.Marshal(&cfg) + if err != nil { + return fmt.Errorf("encode JSON config: %v", err) + } + + if _, err = sess.Exec("UPDATE `login_source` SET `cfg`=? WHERE `id`=?", + string(data), com.StrTo(result["id"]).MustInt64()); err != nil { + return fmt.Errorf("update config column: %v", err) + } + } + return sess.Commit() +} diff --git a/models/migrations/v14.go b/models/migrations/v14.go new file mode 100644 index 000000000..79c31133f --- /dev/null +++ b/models/migrations/v14.go @@ -0,0 +1,24 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package migrations + +import ( + "fmt" + + "github.com/go-xorm/xorm" +) + +func setCommentUpdatedWithCreated(x *xorm.Engine) (err error) { + type Comment struct { + UpdatedUnix int64 + } + + if err = x.Sync2(new(Comment)); err != nil { + return fmt.Errorf("Sync2: %v", err) + } else if _, err = x.Exec("UPDATE comment SET updated_unix = created_unix"); err != nil { + return fmt.Errorf("set update_unix: %v", err) + } + return nil +} diff --git a/models/models.go b/models/models.go index b705bdad4..0cf422a9a 100644 --- a/models/models.go +++ b/models/models.go @@ -6,6 +6,7 @@ package models import ( "database/sql" + "errors" "fmt" "net/url" "os" @@ -27,11 +28,13 @@ type Engine interface { Exec(string, ...interface{}) (sql.Result, error) Find(interface{}, ...interface{}) error Get(interface{}) (bool, error) + Id(interface{}) *xorm.Session + In(string, ...interface{}) *xorm.Session Insert(...interface{}) (int64, error) InsertOne(interface{}) (int64, error) - Id(interface{}) *xorm.Session + Iterate(interface{}, xorm.IterFunc) error Sql(string, ...interface{}) *xorm.Session - Where(string, ...interface{}) *xorm.Session + Where(interface{}, ...interface{}) *xorm.Session } func sessionRelease(sess *xorm.Session) { @@ -51,13 +54,13 @@ var ( } EnableSQLite3 bool - EnableTidb bool + EnableTiDB bool ) func init() { tables = append(tables, new(User), new(PublicKey), new(AccessToken), - new(Repository), new(DeployKey), new(Collaboration), new(Access), + new(Repository), new(DeployKey), new(Collaboration), new(Access), new(Upload), new(Watch), new(Star), new(Follow), new(Action), new(Issue), new(PullRequest), new(Comment), new(Attachment), new(IssueUser), new(Label), new(IssueLabel), new(Milestone), @@ -95,48 +98,65 @@ func LoadConfigs() { DbCfg.Path = sec.Key("PATH").MustString("data/gogs.db") } +// parsePostgreSQLHostPort parses given input in various forms defined in +// https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING +// and returns proper host and port number. +func parsePostgreSQLHostPort(info string) (string, string) { + host, port := "127.0.0.1", "5432" + if strings.Contains(info, ":") && !strings.HasSuffix(info, "]") { + idx := strings.LastIndex(info, ":") + host = info[:idx] + port = info[idx+1:] + } else if len(info) > 0 { + host = info + } + return host, port +} + func getEngine() (*xorm.Engine, error) { - cnnstr := "" + connStr := "" + var Param string = "?" + if strings.Contains(DbCfg.Name, Param) { + Param = "&" + } switch DbCfg.Type { case "mysql": if DbCfg.Host[0] == '/' { // looks like a unix socket - cnnstr = fmt.Sprintf("%s:%s@unix(%s)/%s?charset=utf8&parseTime=true", - DbCfg.User, DbCfg.Passwd, DbCfg.Host, DbCfg.Name) + connStr = fmt.Sprintf("%s:%s@unix(%s)/%s%scharset=utf8&parseTime=true", + DbCfg.User, DbCfg.Passwd, DbCfg.Host, DbCfg.Name, Param) } else { - cnnstr = fmt.Sprintf("%s:%s@tcp(%s)/%s?charset=utf8&parseTime=true", - DbCfg.User, DbCfg.Passwd, DbCfg.Host, DbCfg.Name) + connStr = fmt.Sprintf("%s:%s@tcp(%s)/%s%scharset=utf8&parseTime=true", + DbCfg.User, DbCfg.Passwd, DbCfg.Host, DbCfg.Name, Param) } case "postgres": - var host, port = "127.0.0.1", "5432" - fields := strings.Split(DbCfg.Host, ":") - if len(fields) > 0 && len(strings.TrimSpace(fields[0])) > 0 { - host = fields[0] - } - if len(fields) > 1 && len(strings.TrimSpace(fields[1])) > 0 { - port = fields[1] + host, port := parsePostgreSQLHostPort(DbCfg.Host) + if host[0] == '/' { // looks like a unix socket + connStr = fmt.Sprintf("postgres://%s:%s@:%s/%s%ssslmode=%s&host=%s", + url.QueryEscape(DbCfg.User), url.QueryEscape(DbCfg.Passwd), port, DbCfg.Name, Param, DbCfg.SSLMode, host) + } else { + connStr = fmt.Sprintf("postgres://%s:%s@%s:%s/%s%ssslmode=%s", + url.QueryEscape(DbCfg.User), url.QueryEscape(DbCfg.Passwd), host, port, DbCfg.Name, Param, DbCfg.SSLMode) } - cnnstr = fmt.Sprintf("postgres://%s:%s@%s:%s/%s?sslmode=%s", - url.QueryEscape(DbCfg.User), url.QueryEscape(DbCfg.Passwd), host, port, DbCfg.Name, DbCfg.SSLMode) case "sqlite3": if !EnableSQLite3 { - return nil, fmt.Errorf("Unknown database type: %s", DbCfg.Type) + return nil, errors.New("This binary version does not build support for SQLite3.") } if err := os.MkdirAll(path.Dir(DbCfg.Path), os.ModePerm); err != nil { return nil, fmt.Errorf("Fail to create directories: %v", err) } - cnnstr = "file:" + DbCfg.Path + "?cache=shared&mode=rwc" + connStr = "file:" + DbCfg.Path + "?cache=shared&mode=rwc" case "tidb": - if !EnableTidb { - return nil, fmt.Errorf("Unknown database type: %s", DbCfg.Type) + if !EnableTiDB { + return nil, errors.New("This binary version does not build support for TiDB.") } if err := os.MkdirAll(path.Dir(DbCfg.Path), os.ModePerm); err != nil { return nil, fmt.Errorf("Fail to create directories: %v", err) } - cnnstr = "goleveldb://" + DbCfg.Path + connStr = "goleveldb://" + DbCfg.Path default: return nil, fmt.Errorf("Unknown database type: %s", DbCfg.Type) } - return xorm.NewEngine(DbCfg.Type, cnnstr) + return xorm.NewEngine(DbCfg.Type, connStr) } func NewTestEngine(x *xorm.Engine) (err error) { @@ -202,7 +222,7 @@ func GetStatistic() (stats Statistic) { stats.Counter.User = CountUsers() stats.Counter.Org = CountOrganizations() stats.Counter.PublicKey, _ = x.Count(new(PublicKey)) - stats.Counter.Repo = CountRepositories() + stats.Counter.Repo = CountRepositories(true) stats.Counter.Watch, _ = x.Count(new(Watch)) stats.Counter.Star, _ = x.Count(new(Star)) stats.Counter.Action, _ = x.Count(new(Action)) diff --git a/models/models_test.go b/models/models_test.go new file mode 100644 index 000000000..f68590c50 --- /dev/null +++ b/models/models_test.go @@ -0,0 +1,33 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "testing" + + . "github.com/smartystreets/goconvey/convey" +) + +func Test_parsePostgreSQLHostPort(t *testing.T) { + testSuites := []struct { + input string + host, port string + }{ + {"127.0.0.1:1234", "127.0.0.1", "1234"}, + {"127.0.0.1", "127.0.0.1", "5432"}, + {"[::1]:1234", "[::1]", "1234"}, + {"[::1]", "[::1]", "5432"}, + {"/tmp/pg.sock:1234", "/tmp/pg.sock", "1234"}, + {"/tmp/pg.sock", "/tmp/pg.sock", "5432"}, + } + + Convey("Parse PostgreSQL host and port", t, func() { + for _, suite := range testSuites { + host, port := parsePostgreSQLHostPort(suite.input) + So(host, ShouldEqual, suite.host) + So(port, ShouldEqual, suite.port) + } + }) +} diff --git a/models/models_tidb.go b/models/models_tidb.go index fad25cf00..4dadd00a9 100644 --- a/models/models_tidb.go +++ b/models/models_tidb.go @@ -13,6 +13,6 @@ import ( ) func init() { - EnableTidb = true + EnableTiDB = true log.SetLevelByString("error") } diff --git a/models/org.go b/models/org.go index 62a57ae04..706b18897 100644 --- a/models/org.go +++ b/models/org.go @@ -10,8 +10,10 @@ import ( "os" "strings" - "github.com/Unknwon/com" "github.com/go-xorm/xorm" + + "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/log" ) var ( @@ -21,16 +23,16 @@ var ( // IsOwnedBy returns true if given user is in the owner team. func (org *User) IsOwnedBy(uid int64) bool { - return IsOrganizationOwner(org.Id, uid) + return IsOrganizationOwner(org.ID, uid) } // IsOrgMember returns true if given user is member of organization. func (org *User) IsOrgMember(uid int64) bool { - return org.IsOrganization() && IsOrganizationMember(org.Id, uid) + return org.IsOrganization() && IsOrganizationMember(org.ID, uid) } func (org *User) getTeam(e Engine, name string) (*Team, error) { - return getTeam(e, org.Id, name) + return getTeam(e, org.ID, name) } // GetTeam returns named team of organization. @@ -48,7 +50,7 @@ func (org *User) GetOwnerTeam() (*Team, error) { } func (org *User) getTeams(e Engine) error { - return e.Where("org_id=?", org.Id).Find(&org.Teams) + return e.Where("org_id=?", org.ID).Find(&org.Teams) } // GetTeams returns all teams that belong to organization. @@ -58,7 +60,7 @@ func (org *User) GetTeams() error { // GetMembers returns all members of organization. func (org *User) GetMembers() error { - ous, err := GetOrgUsersByOrgId(org.Id) + ous, err := GetOrgUsersByOrgID(org.ID) if err != nil { return err } @@ -75,16 +77,16 @@ func (org *User) GetMembers() error { // AddMember adds new member to organization. func (org *User) AddMember(uid int64) error { - return AddOrgUser(org.Id, uid) + return AddOrgUser(org.ID, uid) } // RemoveMember removes member from organization. func (org *User) RemoveMember(uid int64) error { - return RemoveOrgUser(org.Id, uid) + return RemoveOrgUser(org.ID, uid) } func (org *User) removeOrgRepo(e Engine, repoID int64) error { - return removeOrgRepo(e, org.Id, repoID) + return removeOrgRepo(e, org.ID, repoID) } // RemoveOrgRepo removes all team-repository relations of organization. @@ -94,7 +96,7 @@ func (org *User) RemoveOrgRepo(repoID int64) error { // CreateOrganization creates record of a new organization. func CreateOrganization(org, owner *User) (err error) { - if err = IsUsableName(org.Name); err != nil { + if err = IsUsableUsername(org.Name); err != nil { return err } @@ -106,7 +108,6 @@ func CreateOrganization(org, owner *User) (err error) { } org.LowerName = strings.ToLower(org.Name) - org.FullName = org.Name org.Rands = GetUserSalt() org.Salt = GetUserSalt() org.UseCustomAvatar = true @@ -127,8 +128,8 @@ func CreateOrganization(org, owner *User) (err error) { // Add initial creator to organization and owner team. if _, err = sess.Insert(&OrgUser{ - Uid: owner.Id, - OrgID: org.Id, + Uid: owner.ID, + OrgID: org.ID, IsOwner: true, NumTeams: 1, }); err != nil { @@ -137,7 +138,7 @@ func CreateOrganization(org, owner *User) (err error) { // Create default owner team. t := &Team{ - OrgID: org.Id, + OrgID: org.ID, LowerName: strings.ToLower(OWNER_TEAM), Name: OWNER_TEAM, Authorize: ACCESS_MODE_OWNER, @@ -148,8 +149,8 @@ func CreateOrganization(org, owner *User) (err error) { } if _, err = sess.Insert(&TeamUser{ - Uid: owner.Id, - OrgID: org.Id, + Uid: owner.ID, + OrgID: org.ID, TeamID: t.ID, }); err != nil { return fmt.Errorf("insert team-user relation: %v", err) @@ -205,9 +206,9 @@ func DeleteOrganization(org *User) (err error) { } if err = deleteBeans(sess, - &Team{OrgID: org.Id}, - &OrgUser{OrgID: org.Id}, - &TeamUser{OrgID: org.Id}, + &Team{OrgID: org.ID}, + &OrgUser{OrgID: org.ID}, + &TeamUser{OrgID: org.ID}, ); err != nil { return fmt.Errorf("deleteBeans: %v", err) } @@ -306,17 +307,17 @@ func GetOrgUsersByUserID(uid int64, all bool) ([]*OrgUser, error) { return ous, err } -// GetOrgUsersByOrgId returns all organization-user relations by organization ID. -func GetOrgUsersByOrgId(orgId int64) ([]*OrgUser, error) { +// GetOrgUsersByOrgID returns all organization-user relations by organization ID. +func GetOrgUsersByOrgID(orgID int64) ([]*OrgUser, error) { ous := make([]*OrgUser, 0, 10) - err := x.Where("org_id=?", orgId).Find(&ous) + err := x.Where("org_id=?", orgID).Find(&ous) return ous, err } // ChangeOrgUserStatus changes public or private membership status. -func ChangeOrgUserStatus(orgId, uid int64, public bool) error { +func ChangeOrgUserStatus(orgID, uid int64, public bool) error { ou := new(OrgUser) - has, err := x.Where("uid=?", uid).And("org_id=?", orgId).Get(ou) + has, err := x.Where("uid=?", uid).And("org_id=?", orgID).Get(ou) if err != nil { return err } else if !has { @@ -329,8 +330,8 @@ func ChangeOrgUserStatus(orgId, uid int64, public bool) error { } // AddOrgUser adds new user to given organization. -func AddOrgUser(orgId, uid int64) error { - if IsOrganizationMember(orgId, uid) { +func AddOrgUser(orgID, uid int64) error { + if IsOrganizationMember(orgID, uid) { return nil } @@ -342,13 +343,13 @@ func AddOrgUser(orgId, uid int64) error { ou := &OrgUser{ Uid: uid, - OrgID: orgId, + OrgID: orgID, } if _, err := sess.Insert(ou); err != nil { sess.Rollback() return err - } else if _, err = sess.Exec("UPDATE `user` SET num_members = num_members + 1 WHERE id = ?", orgId); err != nil { + } else if _, err = sess.Exec("UPDATE `user` SET num_members = num_members + 1 WHERE id = ?", orgID); err != nil { sess.Rollback() return err } @@ -357,35 +358,39 @@ func AddOrgUser(orgId, uid int64) error { } // RemoveOrgUser removes user from given organization. -func RemoveOrgUser(orgId, uid int64) error { +func RemoveOrgUser(orgID, userID int64) error { ou := new(OrgUser) - has, err := x.Where("uid=?", uid).And("org_id=?", orgId).Get(ou) + has, err := x.Where("uid=?", userID).And("org_id=?", orgID).Get(ou) if err != nil { return fmt.Errorf("get org-user: %v", err) } else if !has { return nil } - u, err := GetUserByID(uid) + user, err := GetUserByID(userID) + if err != nil { + return fmt.Errorf("GetUserByID [%d]: %v", userID, err) + } + org, err := GetUserByID(orgID) if err != nil { - return fmt.Errorf("GetUserById: %v", err) + return fmt.Errorf("GetUserByID [%d]: %v", orgID, err) } - org, err := GetUserByID(orgId) + + // FIXME: only need to get IDs here, not all fields of repository. + repos, _, err := org.GetUserRepositories(user.ID, 1, org.NumRepos) if err != nil { - return fmt.Errorf("get organization: %v", err) - } else if err = org.GetRepositories(); err != nil { - return fmt.Errorf("GetRepositories: %v", err) + return fmt.Errorf("GetUserRepositories [%d]: %v", user.ID, err) } // Check if the user to delete is the last member in owner team. - if IsOrganizationOwner(orgId, uid) { + if IsOrganizationOwner(orgID, userID) { t, err := org.GetOwnerTeam() if err != nil { return err } if t.NumMembers == 1 { - return ErrLastOrgOwner{UID: uid} + return ErrLastOrgOwner{UID: userID} } } @@ -397,28 +402,32 @@ func RemoveOrgUser(orgId, uid int64) error { if _, err := sess.Id(ou.ID).Delete(ou); err != nil { return err - } else if _, err = sess.Exec("UPDATE `user` SET num_members=num_members-1 WHERE id=?", orgId); err != nil { + } else if _, err = sess.Exec("UPDATE `user` SET num_members=num_members-1 WHERE id=?", orgID); err != nil { return err } - // Delete all repository accesses. - access := &Access{UserID: u.Id} - for _, repo := range org.Repos { - access.RepoID = repo.ID - if _, err = sess.Delete(access); err != nil { + // Delete all repository accesses and unwatch them. + repoIDs := make([]int64, len(repos)) + for i := range repos { + repoIDs = append(repoIDs, repos[i].ID) + if err = watchRepo(sess, user.ID, repos[i].ID, false); err != nil { return err - } else if err = watchRepo(sess, u.Id, repo.ID, false); err != nil { + } + } + + if len(repoIDs) > 0 { + if _, err = sess.Where("user_id = ?", user.ID).In("repo_id", repoIDs).Delete(new(Access)); err != nil { return err } } // Delete member in his/her teams. - teams, err := getUserTeams(sess, org.Id, u.Id) + teams, err := getUserTeams(sess, org.ID, user.ID) if err != nil { return err } for _, t := range teams { - if err = removeTeamMember(sess, org.Id, t.ID, u.Id); err != nil { + if err = removeTeamMember(sess, org.ID, t.ID, user.ID); err != nil { return err } } @@ -426,678 +435,113 @@ func RemoveOrgUser(orgId, uid int64) error { return sess.Commit() } -// ___________ -// \__ ___/___ _____ _____ -// | |_/ __ \\__ \ / \ -// | |\ ___/ / __ \| Y Y \ -// |____| \___ >____ /__|_| / -// \/ \/ \/ - -const OWNER_TEAM = "Owners" - -// Team represents a organization team. -type Team struct { - ID int64 `xorm:"pk autoincr"` - OrgID int64 `xorm:"INDEX"` - LowerName string - Name string - Description string - Authorize AccessMode - Repos []*Repository `xorm:"-"` - Members []*User `xorm:"-"` - NumRepos int - NumMembers int -} - -// IsOwnerTeam returns true if team is owner team. -func (t *Team) IsOwnerTeam() bool { - return t.Name == OWNER_TEAM -} - -// IsTeamMember returns true if given user is a member of team. -func (t *Team) IsMember(uid int64) bool { - return IsTeamMember(t.OrgID, t.ID, uid) -} - -func (t *Team) getRepositories(e Engine) (err error) { - teamRepos := make([]*TeamRepo, 0, t.NumRepos) - if err = x.Where("team_id=?", t.ID).Find(&teamRepos); err != nil { - return fmt.Errorf("get team-repos: %v", err) - } - - t.Repos = make([]*Repository, 0, len(teamRepos)) - for i := range teamRepos { - repo, err := getRepositoryByID(e, teamRepos[i].RepoID) - if err != nil { - return fmt.Errorf("getRepositoryById(%d): %v", teamRepos[i].RepoID, err) - } - t.Repos = append(t.Repos, repo) - } - return nil -} - -// GetRepositories returns all repositories in team of organization. -func (t *Team) GetRepositories() error { - return t.getRepositories(x) -} - -func (t *Team) getMembers(e Engine) (err error) { - t.Members, err = getTeamMembers(e, t.ID) +func removeOrgRepo(e Engine, orgID, repoID int64) error { + _, err := e.Delete(&TeamRepo{ + OrgID: orgID, + RepoID: repoID, + }) return err } -// GetMembers returns all members in team of organization. -func (t *Team) GetMembers() (err error) { - return t.getMembers(x) -} - -// AddMember adds new member to team of organization. -func (t *Team) AddMember(uid int64) error { - return AddTeamMember(t.OrgID, t.ID, uid) -} - -// RemoveMember removes member from team of organization. -func (t *Team) RemoveMember(uid int64) error { - return RemoveTeamMember(t.OrgID, t.ID, uid) -} - -func (t *Team) hasRepository(e Engine, repoID int64) bool { - return hasTeamRepo(e, t.OrgID, t.ID, repoID) -} - -// HasRepository returns true if given repository belong to team. -func (t *Team) HasRepository(repoID int64) bool { - return t.hasRepository(x, repoID) -} - -func (t *Team) addRepository(e Engine, repo *Repository) (err error) { - if err = addTeamRepo(e, t.OrgID, t.ID, repo.ID); err != nil { - return err - } - - t.NumRepos++ - if _, err = e.Id(t.ID).AllCols().Update(t); err != nil { - return fmt.Errorf("update team: %v", err) - } - - if err = repo.recalculateTeamAccesses(e, 0); err != nil { - return fmt.Errorf("recalculateAccesses: %v", err) - } - - if err = t.getMembers(e); err != nil { - return fmt.Errorf("getMembers: %v", err) - } - for _, u := range t.Members { - if err = watchRepo(e, u.Id, repo.ID, true); err != nil { - return fmt.Errorf("watchRepo: %v", err) - } - } - return nil -} - -// AddRepository adds new repository to team of organization. -func (t *Team) AddRepository(repo *Repository) (err error) { - if repo.OwnerID != t.OrgID { - return errors.New("Repository does not belong to organization") - } else if t.HasRepository(repo.ID) { - return nil - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if err = t.addRepository(sess, repo); err != nil { - return err - } - - return sess.Commit() -} - -func (t *Team) removeRepository(e Engine, repo *Repository, recalculate bool) (err error) { - if err = removeTeamRepo(e, t.ID, repo.ID); err != nil { - return err - } - - t.NumRepos-- - if _, err = e.Id(t.ID).AllCols().Update(t); err != nil { - return err - } - - // Don't need to recalculate when delete a repository from organization. - if recalculate { - if err = repo.recalculateTeamAccesses(e, t.ID); err != nil { - return err - } - } - - if err = t.getMembers(e); err != nil { - return fmt.Errorf("get team members: %v", err) - } - for _, u := range t.Members { - has, err := hasAccess(e, u, repo, ACCESS_MODE_READ) - if err != nil { - return err - } else if has { - continue - } - - if err = watchRepo(e, u.Id, repo.ID, false); err != nil { - return err - } - } - - return nil -} - -// RemoveRepository removes repository from team of organization. -func (t *Team) RemoveRepository(repoID int64) error { - if !t.HasRepository(repoID) { - return nil - } - - repo, err := GetRepositoryByID(repoID) - if err != nil { - return err - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - if err = t.removeRepository(sess, repo, true); err != nil { - return err - } - - return sess.Commit() -} - -// NewTeam creates a record of new team. -// It's caller's responsibility to assign organization ID. -func NewTeam(t *Team) error { - if len(t.Name) == 0 { - return errors.New("empty team name") - } - - has, err := x.Id(t.OrgID).Get(new(User)) - if err != nil { - return err - } else if !has { - return ErrOrgNotExist - } - - t.LowerName = strings.ToLower(t.Name) - has, err = x.Where("org_id=?", t.OrgID).And("lower_name=?", t.LowerName).Get(new(Team)) - if err != nil { - return err - } else if has { - return ErrTeamAlreadyExist{t.OrgID, t.LowerName} - } - - sess := x.NewSession() - defer sess.Close() - if err = sess.Begin(); err != nil { - return err - } - - if _, err = sess.Insert(t); err != nil { - sess.Rollback() - return err - } - - // Update organization number of teams. - if _, err = sess.Exec("UPDATE `user` SET num_teams=num_teams+1 WHERE id = ?", t.OrgID); err != nil { - sess.Rollback() - return err - } - return sess.Commit() -} - -func getTeam(e Engine, orgId int64, name string) (*Team, error) { - t := &Team{ - OrgID: orgId, - LowerName: strings.ToLower(name), - } - has, err := e.Get(t) - if err != nil { - return nil, err - } else if !has { - return nil, ErrTeamNotExist - } - return t, nil -} - -// GetTeam returns team by given team name and organization. -func GetTeam(orgId int64, name string) (*Team, error) { - return getTeam(x, orgId, name) -} - -func getTeamById(e Engine, teamId int64) (*Team, error) { - t := new(Team) - has, err := e.Id(teamId).Get(t) - if err != nil { - return nil, err - } else if !has { - return nil, ErrTeamNotExist - } - return t, nil +// RemoveOrgRepo removes all team-repository relations of given organization. +func RemoveOrgRepo(orgID, repoID int64) error { + return removeOrgRepo(x, orgID, repoID) } -// GetTeamById returns team by given ID. -func GetTeamById(teamId int64) (*Team, error) { - return getTeamById(x, teamId) +func (org *User) getUserTeams(e Engine, userID int64, cols ...string) ([]*Team, error) { + teams := make([]*Team, 0, org.NumTeams) + return teams, e.Where("team_user.org_id = ?", org.ID). + And("team_user.uid = ?", userID). + Join("INNER", "team_user", "team_user.team_id = team.id"). + Cols(cols...).Find(&teams) } -// UpdateTeam updates information of team. -func UpdateTeam(t *Team, authChanged bool) (err error) { - if len(t.Name) == 0 { - return errors.New("empty team name") - } - - if len(t.Description) > 255 { - t.Description = t.Description[:255] - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - t.LowerName = strings.ToLower(t.Name) - has, err := x.Where("org_id=?", t.OrgID).And("lower_name=?", t.LowerName).And("id!=?", t.ID).Get(new(Team)) +// GetUserTeamIDs returns of all team IDs of the organization that user is memeber of. +func (org *User) GetUserTeamIDs(userID int64) ([]int64, error) { + teams, err := org.getUserTeams(x, userID, "team.id") if err != nil { - return err - } else if has { - return ErrTeamAlreadyExist{t.OrgID, t.LowerName} - } - - if _, err = sess.Id(t.ID).AllCols().Update(t); err != nil { - return fmt.Errorf("update: %v", err) - } - - // Update access for team members if needed. - if authChanged { - if err = t.getRepositories(sess); err != nil { - return fmt.Errorf("getRepositories:%v", err) - } - - for _, repo := range t.Repos { - if err = repo.recalculateTeamAccesses(sess, 0); err != nil { - return fmt.Errorf("recalculateTeamAccesses: %v", err) - } - } - } - - return sess.Commit() -} - -// DeleteTeam deletes given team. -// It's caller's responsibility to assign organization ID. -func DeleteTeam(t *Team) error { - if err := t.GetRepositories(); err != nil { - return err + return nil, fmt.Errorf("getUserTeams [%d]: %v", userID, err) } - // Get organization. - org, err := GetUserByID(t.OrgID) - if err != nil { - return err - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - // Delete all accesses. - for _, repo := range t.Repos { - if err = repo.recalculateTeamAccesses(sess, t.ID); err != nil { - return err - } - } - - // Delete team-user. - if _, err = sess.Where("org_id=?", org.Id).Where("team_id=?", t.ID).Delete(new(TeamUser)); err != nil { - return err - } - - // Delete team. - if _, err = sess.Id(t.ID).Delete(new(Team)); err != nil { - return err - } - // Update organization number of teams. - if _, err = sess.Exec("UPDATE `user` SET num_teams=num_teams-1 WHERE id=?", t.OrgID); err != nil { - return err - } - - return sess.Commit() -} - -// ___________ ____ ___ -// \__ ___/___ _____ _____ | | \______ ___________ -// | |_/ __ \\__ \ / \| | / ___// __ \_ __ \ -// | |\ ___/ / __ \| Y Y \ | /\___ \\ ___/| | \/ -// |____| \___ >____ /__|_| /______//____ >\___ >__| -// \/ \/ \/ \/ \/ - -// TeamUser represents an team-user relation. -type TeamUser struct { - ID int64 `xorm:"pk autoincr"` - OrgID int64 `xorm:"INDEX"` - TeamID int64 `xorm:"UNIQUE(s)"` - Uid int64 `xorm:"UNIQUE(s)"` -} - -func isTeamMember(e Engine, orgID, teamID, uid int64) bool { - has, _ := e.Where("org_id=?", orgID).And("team_id=?", teamID).And("uid=?", uid).Get(new(TeamUser)) - return has -} - -// IsTeamMember returns true if given user is a member of team. -func IsTeamMember(orgID, teamID, uid int64) bool { - return isTeamMember(x, orgID, teamID, uid) -} - -func getTeamMembers(e Engine, teamID int64) (_ []*User, err error) { - teamUsers := make([]*TeamUser, 0, 10) - if err = e.Where("team_id=?", teamID).Find(&teamUsers); err != nil { - return nil, fmt.Errorf("get team-users: %v", err) - } - members := make([]*User, 0, len(teamUsers)) - for i := range teamUsers { - member := new(User) - if _, err = e.Id(teamUsers[i].Uid).Get(member); err != nil { - return nil, fmt.Errorf("get user '%d': %v", teamUsers[i].Uid, err) - } - members = append(members, member) - } - return members, nil -} - -// GetTeamMembers returns all members in given team of organization. -func GetTeamMembers(teamID int64) ([]*User, error) { - return getTeamMembers(x, teamID) -} - -func getUserTeams(e Engine, orgId, uid int64) ([]*Team, error) { - tus := make([]*TeamUser, 0, 5) - if err := e.Where("uid=?", uid).And("org_id=?", orgId).Find(&tus); err != nil { - return nil, err - } - - ts := make([]*Team, len(tus)) - for i, tu := range tus { - t := new(Team) - has, err := e.Id(tu.TeamID).Get(t) - if err != nil { - return nil, err - } else if !has { - return nil, ErrTeamNotExist - } - ts[i] = t + teamIDs := make([]int64, len(teams)) + for i := range teams { + teamIDs[i] = teams[i].ID } - return ts, nil + return teamIDs, nil } -// GetUserTeams returns all teams that user belongs to in given organization. -func GetUserTeams(orgId, uid int64) ([]*Team, error) { - return getUserTeams(x, orgId, uid) -} - -// AddTeamMember adds new member to given team of given organization. -func AddTeamMember(orgId, teamId, uid int64) error { - if IsTeamMember(orgId, teamId, uid) { - return nil - } - - if err := AddOrgUser(orgId, uid); err != nil { - return err - } - - // Get team and its repositories. - t, err := GetTeamById(teamId) - if err != nil { - return err - } - t.NumMembers++ - - if err = t.GetRepositories(); err != nil { - return err - } - - sess := x.NewSession() - defer sessionRelease(sess) - if err = sess.Begin(); err != nil { - return err - } - - tu := &TeamUser{ - Uid: uid, - OrgID: orgId, - TeamID: teamId, - } - if _, err = sess.Insert(tu); err != nil { - return err - } else if _, err = sess.Id(t.ID).Update(t); err != nil { - return err - } - - // Give access to team repositories. - for _, repo := range t.Repos { - if err = repo.recalculateTeamAccesses(sess, 0); err != nil { - return err - } - } - - // We make sure it exists before. - ou := new(OrgUser) - if _, err = sess.Where("uid=?", uid).And("org_id=?", orgId).Get(ou); err != nil { - return err - } - ou.NumTeams++ - if t.IsOwnerTeam() { - ou.IsOwner = true - } - if _, err = sess.Id(ou.ID).AllCols().Update(ou); err != nil { - return err - } - - return sess.Commit() +// GetTeams returns all teams that belong to organization, +// and that the user has joined. +func (org *User) GetUserTeams(userID int64) ([]*Team, error) { + return org.getUserTeams(x, userID) } -func removeTeamMember(e Engine, orgId, teamId, uid int64) error { - if !isTeamMember(e, orgId, teamId, uid) { - return nil - } - - // Get team and its repositories. - t, err := getTeamById(e, teamId) +// GetUserRepositories returns a range of repositories in organization +// that the user with the given userID has access to, +// and total number of records based on given condition. +func (org *User) GetUserRepositories(userID int64, page, pageSize int) ([]*Repository, int64, error) { + teamIDs, err := org.GetUserTeamIDs(userID) if err != nil { - return err + return nil, 0, fmt.Errorf("GetUserTeamIDs: %v", err) } - - // Check if the user to delete is the last member in owner team. - if t.IsOwnerTeam() && t.NumMembers == 1 { - return ErrLastOrgOwner{UID: uid} - } - - t.NumMembers-- - - if err = t.getRepositories(e); err != nil { - return err - } - - // Get organization. - org, err := getUserByID(e, orgId) - if err != nil { - return err - } - - tu := &TeamUser{ - Uid: uid, - OrgID: orgId, - TeamID: teamId, - } - if _, err := e.Delete(tu); err != nil { - return err - } else if _, err = e.Id(t.ID).AllCols().Update(t); err != nil { - return err + if len(teamIDs) == 0 { + // user has no team but "IN ()" is invalid SQL + teamIDs = []int64{-1} // there is no repo with id=-1 } - // Delete access to team repositories. - for _, repo := range t.Repos { - if err = repo.recalculateTeamAccesses(e, 0); err != nil { - return err - } + if page <= 0 { + page = 1 } - - // This must exist. - ou := new(OrgUser) - _, err = e.Where("uid=?", uid).And("org_id=?", org.Id).Get(ou) + repos := make([]*Repository, 0, pageSize) + // FIXME: use XORM chain operations instead of raw SQL. + if err = x.Sql(fmt.Sprintf(`SELECT repository.* FROM repository + INNER JOIN team_repo + ON team_repo.repo_id = repository.id + WHERE (repository.owner_id = ? AND repository.is_private = ?) OR team_repo.team_id IN (%s) + GROUP BY repository.id + ORDER BY updated_unix DESC + LIMIT %d OFFSET %d`, + strings.Join(base.Int64sToStrings(teamIDs), ","), pageSize, (page-1)*pageSize), + org.ID, false).Find(&repos); err != nil { + return nil, 0, fmt.Errorf("get repositories: %v", err) + } + + results, err := x.Query(fmt.Sprintf(`SELECT repository.id FROM repository + INNER JOIN team_repo + ON team_repo.repo_id = repository.id + WHERE (repository.owner_id = ? AND repository.is_private = ?) OR team_repo.team_id IN (%s) + GROUP BY repository.id + ORDER BY updated_unix DESC`, + strings.Join(base.Int64sToStrings(teamIDs), ",")), + org.ID, false) if err != nil { - return err - } - ou.NumTeams-- - if t.IsOwnerTeam() { - ou.IsOwner = false - } - if _, err = e.Id(ou.ID).AllCols().Update(ou); err != nil { - return err - } - return nil -} - -// RemoveTeamMember removes member from given team of given organization. -func RemoveTeamMember(orgId, teamId, uid int64) error { - sess := x.NewSession() - defer sessionRelease(sess) - if err := sess.Begin(); err != nil { - return err - } - if err := removeTeamMember(sess, orgId, teamId, uid); err != nil { - return err + log.Error(4, "count user repositories in organization: %v", err) } - return sess.Commit() -} - -// ___________ __________ -// \__ ___/___ _____ _____\______ \ ____ ______ ____ -// | |_/ __ \\__ \ / \| _// __ \\____ \ / _ \ -// | |\ ___/ / __ \| Y Y \ | \ ___/| |_> > <_> ) -// |____| \___ >____ /__|_| /____|_ /\___ > __/ \____/ -// \/ \/ \/ \/ \/|__| - -// TeamRepo represents an team-repository relation. -type TeamRepo struct { - ID int64 `xorm:"pk autoincr"` - OrgID int64 `xorm:"INDEX"` - TeamID int64 `xorm:"UNIQUE(s)"` - RepoID int64 `xorm:"UNIQUE(s)"` -} - -func hasTeamRepo(e Engine, orgID, teamID, repoID int64) bool { - has, _ := e.Where("org_id=?", orgID).And("team_id=?", teamID).And("repo_id=?", repoID).Get(new(TeamRepo)) - return has -} - -// HasTeamRepo returns true if given repository belongs to team. -func HasTeamRepo(orgID, teamID, repoID int64) bool { - return hasTeamRepo(x, orgID, teamID, repoID) -} - -func addTeamRepo(e Engine, orgID, teamID, repoID int64) error { - _, err := e.InsertOne(&TeamRepo{ - OrgID: orgID, - TeamID: teamID, - RepoID: repoID, - }) - return err -} - -// AddTeamRepo adds new repository relation to team. -func AddTeamRepo(orgID, teamID, repoID int64) error { - return addTeamRepo(x, orgID, teamID, repoID) -} - -func removeTeamRepo(e Engine, teamID, repoID int64) error { - _, err := e.Delete(&TeamRepo{ - TeamID: teamID, - RepoID: repoID, - }) - return err -} - -// RemoveTeamRepo deletes repository relation to team. -func RemoveTeamRepo(teamID, repoID int64) error { - return removeTeamRepo(x, teamID, repoID) -} - -func removeOrgRepo(e Engine, orgID, repoID int64) error { - _, err := e.Delete(&TeamRepo{ - OrgID: orgID, - RepoID: repoID, - }) - return err -} -// RemoveOrgRepo removes all team-repository relations of given organization. -func RemoveOrgRepo(orgID, repoID int64) error { - return removeOrgRepo(x, orgID, repoID) + return repos, int64(len(results)), nil } -// GetUserRepositories gets all repositories of an organization, +// GetUserRepositories returns mirror repositories of the organization // that the user with the given userID has access to. -func (org *User) GetUserRepositories(userID int64) (err error) { - teams := make([]*Team, 0, org.NumTeams) - if err = x.Sql(`SELECT team.id FROM team -INNER JOIN team_user ON team_user.team_id = team.id -WHERE team_user.org_id = ? AND team_user.uid = ?`, org.Id, userID).Find(&teams); err != nil { - return fmt.Errorf("get teams: %v", err) - } - - teamIDs := make([]string, len(teams)) - for i := range teams { - teamIDs[i] = com.ToStr(teams[i].ID) +func (org *User) GetUserMirrorRepositories(userID int64) ([]*Repository, error) { + teamIDs, err := org.GetUserTeamIDs(userID) + if err != nil { + return nil, fmt.Errorf("GetUserTeamIDs: %v", err) } if len(teamIDs) == 0 { - // user has no team but "IN ()" is invalid SQL - teamIDs = append(teamIDs, "-1") // there is no repo with id=-1 + teamIDs = []int64{-1} } - repos := make([]*Repository, 0, 5) + repos := make([]*Repository, 0, 10) if err = x.Sql(fmt.Sprintf(`SELECT repository.* FROM repository -INNER JOIN team_repo ON team_repo.repo_id = repository.id -WHERE (repository.owner_id = ? AND repository.is_private = ?) OR team_repo.team_id IN (%s) -GROUP BY repository.id`, strings.Join(teamIDs, ",")), org.Id, false).Find(&repos); err != nil { - return fmt.Errorf("get repositories: %v", err) - } - org.Repos = repos - - // FIXME: should I change this value inside method, - // or only in location of caller where it's really needed? - org.NumRepos = len(org.Repos) - return nil -} - -// GetTeams returns all teams that belong to organization, -// and that the user has joined. -func (org *User) GetUserTeams(userID int64) error { - teams := make([]*Team, 0, 5) - if err := x.Sql(`SELECT team.* FROM team -INNER JOIN team_user ON team_user.team_id = team.id -WHERE team_user.org_id = ? AND team_user.uid = ?`, - org.Id, userID).Find(&teams); err != nil { - return fmt.Errorf("get teams: %v", err) - } - - // FIXME: should I change this value inside method, - // or only in location of caller where it's really needed? - org.NumTeams = len(org.Teams) - return nil + INNER JOIN team_repo + ON team_repo.repo_id = repository.id AND repository.is_mirror = ? + WHERE (repository.owner_id = ? AND repository.is_private = ?) OR team_repo.team_id IN (%s) + GROUP BY repository.id + ORDER BY updated_unix DESC`, + strings.Join(base.Int64sToStrings(teamIDs), ",")), + true, org.ID, false).Find(&repos); err != nil { + return nil, fmt.Errorf("get repositories: %v", err) + } + return repos, nil } diff --git a/models/org_team.go b/models/org_team.go new file mode 100644 index 000000000..6a6754cc9 --- /dev/null +++ b/models/org_team.go @@ -0,0 +1,618 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "errors" + "fmt" + "strings" +) + +const OWNER_TEAM = "Owners" + +// Team represents a organization team. +type Team struct { + ID int64 `xorm:"pk autoincr"` + OrgID int64 `xorm:"INDEX"` + LowerName string + Name string + Description string + Authorize AccessMode + Repos []*Repository `xorm:"-"` + Members []*User `xorm:"-"` + NumRepos int + NumMembers int +} + +// IsOwnerTeam returns true if team is owner team. +func (t *Team) IsOwnerTeam() bool { + return t.Name == OWNER_TEAM +} + +// IsTeamMember returns true if given user is a member of team. +func (t *Team) IsMember(uid int64) bool { + return IsTeamMember(t.OrgID, t.ID, uid) +} + +func (t *Team) getRepositories(e Engine) (err error) { + teamRepos := make([]*TeamRepo, 0, t.NumRepos) + if err = x.Where("team_id=?", t.ID).Find(&teamRepos); err != nil { + return fmt.Errorf("get team-repos: %v", err) + } + + t.Repos = make([]*Repository, 0, len(teamRepos)) + for i := range teamRepos { + repo, err := getRepositoryByID(e, teamRepos[i].RepoID) + if err != nil { + return fmt.Errorf("getRepositoryById(%d): %v", teamRepos[i].RepoID, err) + } + t.Repos = append(t.Repos, repo) + } + return nil +} + +// GetRepositories returns all repositories in team of organization. +func (t *Team) GetRepositories() error { + return t.getRepositories(x) +} + +func (t *Team) getMembers(e Engine) (err error) { + t.Members, err = getTeamMembers(e, t.ID) + return err +} + +// GetMembers returns all members in team of organization. +func (t *Team) GetMembers() (err error) { + return t.getMembers(x) +} + +// AddMember adds new membership of the team to the organization, +// the user will have membership to the organization automatically when needed. +func (t *Team) AddMember(uid int64) error { + return AddTeamMember(t.OrgID, t.ID, uid) +} + +// RemoveMember removes member from team of organization. +func (t *Team) RemoveMember(uid int64) error { + return RemoveTeamMember(t.OrgID, t.ID, uid) +} + +func (t *Team) hasRepository(e Engine, repoID int64) bool { + return hasTeamRepo(e, t.OrgID, t.ID, repoID) +} + +// HasRepository returns true if given repository belong to team. +func (t *Team) HasRepository(repoID int64) bool { + return t.hasRepository(x, repoID) +} + +func (t *Team) addRepository(e Engine, repo *Repository) (err error) { + if err = addTeamRepo(e, t.OrgID, t.ID, repo.ID); err != nil { + return err + } + + t.NumRepos++ + if _, err = e.Id(t.ID).AllCols().Update(t); err != nil { + return fmt.Errorf("update team: %v", err) + } + + if err = repo.recalculateTeamAccesses(e, 0); err != nil { + return fmt.Errorf("recalculateAccesses: %v", err) + } + + if err = t.getMembers(e); err != nil { + return fmt.Errorf("getMembers: %v", err) + } + for _, u := range t.Members { + if err = watchRepo(e, u.ID, repo.ID, true); err != nil { + return fmt.Errorf("watchRepo: %v", err) + } + } + return nil +} + +// AddRepository adds new repository to team of organization. +func (t *Team) AddRepository(repo *Repository) (err error) { + if repo.OwnerID != t.OrgID { + return errors.New("Repository does not belong to organization") + } else if t.HasRepository(repo.ID) { + return nil + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if err = t.addRepository(sess, repo); err != nil { + return err + } + + return sess.Commit() +} + +func (t *Team) removeRepository(e Engine, repo *Repository, recalculate bool) (err error) { + if err = removeTeamRepo(e, t.ID, repo.ID); err != nil { + return err + } + + t.NumRepos-- + if _, err = e.Id(t.ID).AllCols().Update(t); err != nil { + return err + } + + // Don't need to recalculate when delete a repository from organization. + if recalculate { + if err = repo.recalculateTeamAccesses(e, t.ID); err != nil { + return err + } + } + + if err = t.getMembers(e); err != nil { + return fmt.Errorf("get team members: %v", err) + } + for _, u := range t.Members { + has, err := hasAccess(e, u, repo, ACCESS_MODE_READ) + if err != nil { + return err + } else if has { + continue + } + + if err = watchRepo(e, u.ID, repo.ID, false); err != nil { + return err + } + } + + return nil +} + +// RemoveRepository removes repository from team of organization. +func (t *Team) RemoveRepository(repoID int64) error { + if !t.HasRepository(repoID) { + return nil + } + + repo, err := GetRepositoryByID(repoID) + if err != nil { + return err + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if err = t.removeRepository(sess, repo, true); err != nil { + return err + } + + return sess.Commit() +} + +// NewTeam creates a record of new team. +// It's caller's responsibility to assign organization ID. +func NewTeam(t *Team) error { + if len(t.Name) == 0 { + return errors.New("empty team name") + } + + has, err := x.Id(t.OrgID).Get(new(User)) + if err != nil { + return err + } else if !has { + return ErrOrgNotExist + } + + t.LowerName = strings.ToLower(t.Name) + has, err = x.Where("org_id=?", t.OrgID).And("lower_name=?", t.LowerName).Get(new(Team)) + if err != nil { + return err + } else if has { + return ErrTeamAlreadyExist{t.OrgID, t.LowerName} + } + + sess := x.NewSession() + defer sess.Close() + if err = sess.Begin(); err != nil { + return err + } + + if _, err = sess.Insert(t); err != nil { + sess.Rollback() + return err + } + + // Update organization number of teams. + if _, err = sess.Exec("UPDATE `user` SET num_teams=num_teams+1 WHERE id = ?", t.OrgID); err != nil { + sess.Rollback() + return err + } + return sess.Commit() +} + +func getTeam(e Engine, orgId int64, name string) (*Team, error) { + t := &Team{ + OrgID: orgId, + LowerName: strings.ToLower(name), + } + has, err := e.Get(t) + if err != nil { + return nil, err + } else if !has { + return nil, ErrTeamNotExist + } + return t, nil +} + +// GetTeam returns team by given team name and organization. +func GetTeam(orgId int64, name string) (*Team, error) { + return getTeam(x, orgId, name) +} + +func getTeamByID(e Engine, teamId int64) (*Team, error) { + t := new(Team) + has, err := e.Id(teamId).Get(t) + if err != nil { + return nil, err + } else if !has { + return nil, ErrTeamNotExist + } + return t, nil +} + +// GetTeamByID returns team by given ID. +func GetTeamByID(teamId int64) (*Team, error) { + return getTeamByID(x, teamId) +} + +// UpdateTeam updates information of team. +func UpdateTeam(t *Team, authChanged bool) (err error) { + if len(t.Name) == 0 { + return errors.New("empty team name") + } + + if len(t.Description) > 255 { + t.Description = t.Description[:255] + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + t.LowerName = strings.ToLower(t.Name) + has, err := x.Where("org_id=?", t.OrgID).And("lower_name=?", t.LowerName).And("id!=?", t.ID).Get(new(Team)) + if err != nil { + return err + } else if has { + return ErrTeamAlreadyExist{t.OrgID, t.LowerName} + } + + if _, err = sess.Id(t.ID).AllCols().Update(t); err != nil { + return fmt.Errorf("update: %v", err) + } + + // Update access for team members if needed. + if authChanged { + if err = t.getRepositories(sess); err != nil { + return fmt.Errorf("getRepositories:%v", err) + } + + for _, repo := range t.Repos { + if err = repo.recalculateTeamAccesses(sess, 0); err != nil { + return fmt.Errorf("recalculateTeamAccesses: %v", err) + } + } + } + + return sess.Commit() +} + +// DeleteTeam deletes given team. +// It's caller's responsibility to assign organization ID. +func DeleteTeam(t *Team) error { + if err := t.GetRepositories(); err != nil { + return err + } + + // Get organization. + org, err := GetUserByID(t.OrgID) + if err != nil { + return err + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + // Delete all accesses. + for _, repo := range t.Repos { + if err = repo.recalculateTeamAccesses(sess, t.ID); err != nil { + return err + } + } + + // Delete team-user. + if _, err = sess.Where("org_id=?", org.ID).Where("team_id=?", t.ID).Delete(new(TeamUser)); err != nil { + return err + } + + // Delete team. + if _, err = sess.Id(t.ID).Delete(new(Team)); err != nil { + return err + } + // Update organization number of teams. + if _, err = sess.Exec("UPDATE `user` SET num_teams=num_teams-1 WHERE id=?", t.OrgID); err != nil { + return err + } + + return sess.Commit() +} + +// ___________ ____ ___ +// \__ ___/___ _____ _____ | | \______ ___________ +// | |_/ __ \\__ \ / \| | / ___// __ \_ __ \ +// | |\ ___/ / __ \| Y Y \ | /\___ \\ ___/| | \/ +// |____| \___ >____ /__|_| /______//____ >\___ >__| +// \/ \/ \/ \/ \/ + +// TeamUser represents an team-user relation. +type TeamUser struct { + ID int64 `xorm:"pk autoincr"` + OrgID int64 `xorm:"INDEX"` + TeamID int64 `xorm:"UNIQUE(s)"` + Uid int64 `xorm:"UNIQUE(s)"` +} + +func isTeamMember(e Engine, orgID, teamID, uid int64) bool { + has, _ := e.Where("org_id=?", orgID).And("team_id=?", teamID).And("uid=?", uid).Get(new(TeamUser)) + return has +} + +// IsTeamMember returns true if given user is a member of team. +func IsTeamMember(orgID, teamID, uid int64) bool { + return isTeamMember(x, orgID, teamID, uid) +} + +func getTeamMembers(e Engine, teamID int64) (_ []*User, err error) { + teamUsers := make([]*TeamUser, 0, 10) + if err = e.Where("team_id=?", teamID).Find(&teamUsers); err != nil { + return nil, fmt.Errorf("get team-users: %v", err) + } + members := make([]*User, 0, len(teamUsers)) + for i := range teamUsers { + member := new(User) + if _, err = e.Id(teamUsers[i].Uid).Get(member); err != nil { + return nil, fmt.Errorf("get user '%d': %v", teamUsers[i].Uid, err) + } + members = append(members, member) + } + return members, nil +} + +// GetTeamMembers returns all members in given team of organization. +func GetTeamMembers(teamID int64) ([]*User, error) { + return getTeamMembers(x, teamID) +} + +func getUserTeams(e Engine, orgId, uid int64) ([]*Team, error) { + tus := make([]*TeamUser, 0, 5) + if err := e.Where("uid=?", uid).And("org_id=?", orgId).Find(&tus); err != nil { + return nil, err + } + + ts := make([]*Team, len(tus)) + for i, tu := range tus { + t := new(Team) + has, err := e.Id(tu.TeamID).Get(t) + if err != nil { + return nil, err + } else if !has { + return nil, ErrTeamNotExist + } + ts[i] = t + } + return ts, nil +} + +// GetUserTeams returns all teams that user belongs to in given organization. +func GetUserTeams(orgId, uid int64) ([]*Team, error) { + return getUserTeams(x, orgId, uid) +} + +// AddTeamMember adds new membership of given team to given organization, +// the user will have membership to given organization automatically when needed. +func AddTeamMember(orgID, teamID, uid int64) error { + if IsTeamMember(orgID, teamID, uid) { + return nil + } + + if err := AddOrgUser(orgID, uid); err != nil { + return err + } + + // Get team and its repositories. + t, err := GetTeamByID(teamID) + if err != nil { + return err + } + t.NumMembers++ + + if err = t.GetRepositories(); err != nil { + return err + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + tu := &TeamUser{ + Uid: uid, + OrgID: orgID, + TeamID: teamID, + } + if _, err = sess.Insert(tu); err != nil { + return err + } else if _, err = sess.Id(t.ID).Update(t); err != nil { + return err + } + + // Give access to team repositories. + for _, repo := range t.Repos { + if err = repo.recalculateTeamAccesses(sess, 0); err != nil { + return err + } + } + + // We make sure it exists before. + ou := new(OrgUser) + if _, err = sess.Where("uid = ?", uid).And("org_id = ?", orgID).Get(ou); err != nil { + return err + } + ou.NumTeams++ + if t.IsOwnerTeam() { + ou.IsOwner = true + } + if _, err = sess.Id(ou.ID).AllCols().Update(ou); err != nil { + return err + } + + return sess.Commit() +} + +func removeTeamMember(e Engine, orgID, teamID, uid int64) error { + if !isTeamMember(e, orgID, teamID, uid) { + return nil + } + + // Get team and its repositories. + t, err := getTeamByID(e, teamID) + if err != nil { + return err + } + + // Check if the user to delete is the last member in owner team. + if t.IsOwnerTeam() && t.NumMembers == 1 { + return ErrLastOrgOwner{UID: uid} + } + + t.NumMembers-- + + if err = t.getRepositories(e); err != nil { + return err + } + + // Get organization. + org, err := getUserByID(e, orgID) + if err != nil { + return err + } + + tu := &TeamUser{ + Uid: uid, + OrgID: orgID, + TeamID: teamID, + } + if _, err := e.Delete(tu); err != nil { + return err + } else if _, err = e.Id(t.ID).AllCols().Update(t); err != nil { + return err + } + + // Delete access to team repositories. + for _, repo := range t.Repos { + if err = repo.recalculateTeamAccesses(e, 0); err != nil { + return err + } + } + + // This must exist. + ou := new(OrgUser) + _, err = e.Where("uid = ?", uid).And("org_id = ?", org.ID).Get(ou) + if err != nil { + return err + } + ou.NumTeams-- + if t.IsOwnerTeam() { + ou.IsOwner = false + } + if _, err = e.Id(ou.ID).AllCols().Update(ou); err != nil { + return err + } + return nil +} + +// RemoveTeamMember removes member from given team of given organization. +func RemoveTeamMember(orgID, teamID, uid int64) error { + sess := x.NewSession() + defer sessionRelease(sess) + if err := sess.Begin(); err != nil { + return err + } + if err := removeTeamMember(sess, orgID, teamID, uid); err != nil { + return err + } + return sess.Commit() +} + +// ___________ __________ +// \__ ___/___ _____ _____\______ \ ____ ______ ____ +// | |_/ __ \\__ \ / \| _// __ \\____ \ / _ \ +// | |\ ___/ / __ \| Y Y \ | \ ___/| |_> > <_> ) +// |____| \___ >____ /__|_| /____|_ /\___ > __/ \____/ +// \/ \/ \/ \/ \/|__| + +// TeamRepo represents an team-repository relation. +type TeamRepo struct { + ID int64 `xorm:"pk autoincr"` + OrgID int64 `xorm:"INDEX"` + TeamID int64 `xorm:"UNIQUE(s)"` + RepoID int64 `xorm:"UNIQUE(s)"` +} + +func hasTeamRepo(e Engine, orgID, teamID, repoID int64) bool { + has, _ := e.Where("org_id=?", orgID).And("team_id=?", teamID).And("repo_id=?", repoID).Get(new(TeamRepo)) + return has +} + +// HasTeamRepo returns true if given repository belongs to team. +func HasTeamRepo(orgID, teamID, repoID int64) bool { + return hasTeamRepo(x, orgID, teamID, repoID) +} + +func addTeamRepo(e Engine, orgID, teamID, repoID int64) error { + _, err := e.InsertOne(&TeamRepo{ + OrgID: orgID, + TeamID: teamID, + RepoID: repoID, + }) + return err +} + +// AddTeamRepo adds new repository relation to team. +func AddTeamRepo(orgID, teamID, repoID int64) error { + return addTeamRepo(x, orgID, teamID, repoID) +} + +func removeTeamRepo(e Engine, teamID, repoID int64) error { + _, err := e.Delete(&TeamRepo{ + TeamID: teamID, + RepoID: repoID, + }) + return err +} + +// RemoveTeamRepo deletes repository relation to team. +func RemoveTeamRepo(teamID, repoID int64) error { + return removeTeamRepo(x, teamID, repoID) +} diff --git a/models/pull.go b/models/pull.go index 86ddb5d94..100d4db43 100644 --- a/models/pull.go +++ b/models/pull.go @@ -20,8 +20,11 @@ import ( "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/process" "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/modules/sync" ) +var PullRequestQueue = sync.NewUniqueQueue(setting.Repository.PullRequestQueueLength) + type PullRequestType int const ( @@ -65,10 +68,10 @@ type PullRequest struct { } func (pr *PullRequest) BeforeUpdate() { - pr.MergedUnix = pr.Merged.UTC().Unix() + pr.MergedUnix = pr.Merged.Unix() } -// Note: don't try to get Pull because will end up recursive querying. +// Note: don't try to get Issue because will end up recursive querying. func (pr *PullRequest) AfterSet(colName string, _ xorm.Cell) { switch colName { case "merged_unix": @@ -80,6 +83,67 @@ func (pr *PullRequest) AfterSet(colName string, _ xorm.Cell) { } } +// Note: don't try to get Issue because will end up recursive querying. +func (pr *PullRequest) loadAttributes(e Engine) (err error) { + if pr.HasMerged && pr.Merger == nil { + pr.Merger, err = getUserByID(e, pr.MergerID) + if IsErrUserNotExist(err) { + pr.MergerID = -1 + pr.Merger = NewGhostUser() + } else if err != nil { + return fmt.Errorf("getUserByID [%d]: %v", pr.MergerID, err) + } + } + + return nil +} + +func (pr *PullRequest) LoadAttributes() error { + return pr.loadAttributes(x) +} + +func (pr *PullRequest) LoadIssue() (err error) { + if pr.Issue != nil { + return nil + } + + pr.Issue, err = GetIssueByID(pr.IssueID) + return err +} + +// This method assumes following fields have been assigned with valid values: +// Required - Issue +// Optional - Merger +func (pr *PullRequest) APIFormat() *api.PullRequest { + apiIssue := pr.Issue.APIFormat() + apiPullRequest := &api.PullRequest{ + ID: pr.ID, + Index: pr.Index, + Poster: apiIssue.Poster, + Title: apiIssue.Title, + Body: apiIssue.Body, + Labels: apiIssue.Labels, + Milestone: apiIssue.Milestone, + Assignee: apiIssue.Assignee, + State: apiIssue.State, + Comments: apiIssue.Comments, + HTMLURL: pr.Issue.HTMLURL(), + HasMerged: pr.HasMerged, + } + + if pr.Status != PULL_REQUEST_STATUS_CHECKING { + mergeable := pr.Status != PULL_REQUEST_STATUS_CONFLICT + apiPullRequest.Mergeable = &mergeable + } + if pr.HasMerged { + apiPullRequest.Merged = &pr.Merged + apiPullRequest.MergedCommitID = &pr.MergedCommitID + apiPullRequest.MergedBy = pr.Merger.APIFormat() + } + + return apiPullRequest +} + func (pr *PullRequest) getHeadRepo(e Engine) (err error) { pr.HeadRepo, err = getRepositoryByID(e, pr.HeadRepoID) if err != nil && !IsErrRepoNotExist(err) { @@ -88,7 +152,7 @@ func (pr *PullRequest) getHeadRepo(e Engine) (err error) { return nil } -func (pr *PullRequest) GetHeadRepo() (err error) { +func (pr *PullRequest) GetHeadRepo() error { return pr.getHeadRepo(x) } @@ -104,21 +168,6 @@ func (pr *PullRequest) GetBaseRepo() (err error) { return nil } -func (pr *PullRequest) GetMerger() (err error) { - if !pr.HasMerged || pr.Merger != nil { - return nil - } - - pr.Merger, err = GetUserByID(pr.MergerID) - if IsErrUserNotExist(err) { - pr.MergerID = -1 - pr.Merger = NewFakeUser() - } else if err != nil { - return fmt.Errorf("GetUserByID: %v", err) - } - return nil -} - // IsChecking returns true if this pull request is still checking conflict. func (pr *PullRequest) IsChecking() bool { return pr.Status == PULL_REQUEST_STATUS_CHECKING @@ -130,6 +179,7 @@ func (pr *PullRequest) CanAutoMerge() bool { } // Merge merges pull request to base repository. +// FIXME: add repoWorkingPull make sure two merges does not happen at same time. func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error) { if err = pr.GetHeadRepo(); err != nil { return fmt.Errorf("GetHeadRepo: %v", err) @@ -137,6 +187,11 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error return fmt.Errorf("GetBaseRepo: %v", err) } + defer func() { + go HookQueue.Add(pr.BaseRepo.ID) + go AddTestPullRequestTask(doer, pr.BaseRepo.ID, pr.BaseBranch, false) + }() + sess := x.NewSession() defer sessionRelease(sess) if err = sess.Begin(); err != nil { @@ -152,21 +207,6 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error if err != nil { return fmt.Errorf("OpenRepository: %v", err) } - pr.MergedCommitID, err = headGitRepo.GetBranchCommitID(pr.HeadBranch) - if err != nil { - return fmt.Errorf("GetBranchCommitID: %v", err) - } - - if err = mergePullRequestAction(sess, doer, pr.Issue.Repo, pr.Issue); err != nil { - return fmt.Errorf("mergePullRequestAction: %v", err) - } - - pr.HasMerged = true - pr.Merged = time.Now() - pr.MergerID = doer.Id - if _, err = sess.Id(pr.ID).AllCols().Update(pr); err != nil { - return fmt.Errorf("update pull request: %v", err) - } // Clone base repo. tmpBasePath := path.Join(setting.AppDataPath, "tmp/repos", com.ToStr(time.Now().Nanosecond())+".git") @@ -222,37 +262,72 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error return fmt.Errorf("git push: %s", stderr) } + pr.MergedCommitID, err = headGitRepo.GetBranchCommitID(pr.HeadBranch) + if err != nil { + return fmt.Errorf("GetBranchCommit: %v", err) + } + + pr.HasMerged = true + pr.Merged = time.Now() + pr.MergerID = doer.ID + if _, err = sess.Id(pr.ID).AllCols().Update(pr); err != nil { + return fmt.Errorf("update pull request: %v", err) + } + if err = sess.Commit(); err != nil { return fmt.Errorf("Commit: %v", err) } - // Compose commit repository action + if err = MergePullRequestAction(doer, pr.Issue.Repo, pr.Issue); err != nil { + log.Error(4, "MergePullRequestAction [%d]: %v", pr.ID, err) + } + + // Reload pull request information. + if err = pr.LoadAttributes(); err != nil { + log.Error(4, "LoadAttributes: %v", err) + return nil + } + if err = PrepareWebhooks(pr.Issue.Repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_CLOSED, + Index: pr.Index, + PullRequest: pr.APIFormat(), + Repository: pr.Issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + }); err != nil { + log.Error(4, "PrepareWebhooks: %v", err) + return nil + } + l, err := headGitRepo.CommitsBetweenIDs(pr.MergedCommitID, pr.MergeBase) if err != nil { - return fmt.Errorf("CommitsBetween: %v", err) + log.Error(4, "CommitsBetweenIDs: %v", err) + return nil + } + + // TODO: when squash commits, no need to append merge commit. + // It is possible that head branch is not fully sync with base branch for merge commits, + // so we need to get latest head commit and append merge commit manully + // to avoid strange diff commits produced. + mergeCommit, err := baseGitRepo.GetBranchCommit(pr.BaseBranch) + if err != nil { + log.Error(4, "GetBranchCommit: %v", err) + return nil } + l.PushFront(mergeCommit) + p := &api.PushPayload{ - Ref: "refs/heads/" + pr.BaseBranch, + Ref: git.BRANCH_PREFIX + pr.BaseBranch, Before: pr.MergeBase, After: pr.MergedCommitID, - CompareUrl: setting.AppUrl + pr.BaseRepo.ComposeCompareURL(pr.MergeBase, pr.MergedCommitID), - Commits: ListToPushCommits(l).ToApiPayloadCommits(pr.BaseRepo.FullRepoLink()), - Repo: pr.BaseRepo.ComposePayload(), - Pusher: &api.PayloadAuthor{ - Name: pr.HeadRepo.MustOwner().DisplayName(), - Email: pr.HeadRepo.MustOwner().Email, - UserName: pr.HeadRepo.MustOwner().Name, - }, - Sender: &api.PayloadUser{ - UserName: doer.Name, - ID: doer.Id, - AvatarUrl: setting.AppUrl + doer.RelAvatarLink(), - }, + CompareURL: setting.AppUrl + pr.BaseRepo.ComposeCompareURL(pr.MergeBase, pr.MergedCommitID), + Commits: ListToPushCommits(l).ToApiPayloadCommits(pr.BaseRepo.HTMLURL()), + Repo: pr.BaseRepo.APIFormat(nil), + Pusher: pr.HeadRepo.MustOwner().APIFormat(), + Sender: doer.APIFormat(), } if err = PrepareWebhooks(pr.BaseRepo, HOOK_EVENT_PUSH, p); err != nil { return fmt.Errorf("PrepareWebhooks: %v", err) } - go HookQueue.Add(pr.BaseRepo.ID) return nil } @@ -285,22 +360,17 @@ func (pr *PullRequest) testPatch() (err error) { return nil } + repoWorkingPool.CheckIn(com.ToStr(pr.BaseRepoID)) + defer repoWorkingPool.CheckOut(com.ToStr(pr.BaseRepoID)) + log.Trace("PullRequest[%d].testPatch (patchPath): %s", pr.ID, patchPath) - if err := pr.BaseRepo.UpdateLocalCopy(); err != nil { + if err := pr.BaseRepo.UpdateLocalCopyBranch(pr.BaseBranch); err != nil { return fmt.Errorf("UpdateLocalCopy: %v", err) } - // Checkout base branch. - _, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), - fmt.Sprintf("PullRequest.Merge (git checkout): %v", pr.BaseRepo.ID), - "git", "checkout", pr.BaseBranch) - if err != nil { - return fmt.Errorf("git checkout: %s", stderr) - } - pr.Status = PULL_REQUEST_STATUS_CHECKING - _, stderr, err = process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), + _, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), fmt.Sprintf("testPatch (git apply --check): %d", pr.BaseRepo.ID), "git", "apply", "--check", patchPath) if err != nil { @@ -326,26 +396,16 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str return err } - if err = newIssue(sess, repo, pull, labelIDs, uuids, true); err != nil { + if err = newIssue(sess, NewIssueOptions{ + Repo: repo, + Issue: pull, + LableIDs: labelIDs, + Attachments: uuids, + IsPull: true, + }); err != nil { return fmt.Errorf("newIssue: %v", err) } - // Notify watchers. - act := &Action{ - ActUserID: pull.Poster.Id, - ActUserName: pull.Poster.Name, - ActEmail: pull.Poster.Email, - OpType: ACTION_CREATE_PULL_REQUEST, - Content: fmt.Sprintf("%d|%s", pull.Index, pull.Name), - RepoID: repo.ID, - RepoUserName: repo.Owner.Name, - RepoName: repo.Name, - IsPrivate: repo.IsPrivate, - } - if err = notifyWatchers(sess, act); err != nil { - return err - } - pr.Index = pull.Index if err = repo.SavePatch(pr.Index, patch); err != nil { return fmt.Errorf("SavePatch: %v", err) @@ -355,6 +415,7 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str if err = pr.testPatch(); err != nil { return fmt.Errorf("testPatch: %v", err) } + // No conflict appears after test means mergeable. if pr.Status == PULL_REQUEST_STATUS_CHECKING { pr.Status = PULL_REQUEST_STATUS_MERGEABLE } @@ -364,7 +425,39 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str return fmt.Errorf("insert pull repo: %v", err) } - return sess.Commit() + if err = sess.Commit(); err != nil { + return fmt.Errorf("Commit: %v", err) + } + + if err = NotifyWatchers(&Action{ + ActUserID: pull.Poster.ID, + ActUserName: pull.Poster.Name, + OpType: ACTION_CREATE_PULL_REQUEST, + Content: fmt.Sprintf("%d|%s", pull.Index, pull.Title), + RepoID: repo.ID, + RepoUserName: repo.Owner.Name, + RepoName: repo.Name, + IsPrivate: repo.IsPrivate, + }); err != nil { + log.Error(4, "NotifyWatchers: %v", err) + } else if err = pull.MailParticipants(); err != nil { + log.Error(4, "MailParticipants: %v", err) + } + + pr.Issue = pull + pull.PullRequest = pr + if err = PrepareWebhooks(repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_OPENED, + Index: pull.Index, + PullRequest: pr.APIFormat(), + Repository: repo.APIFormat(nil), + Sender: pull.Poster.APIFormat(), + }); err != nil { + log.Error(4, "PrepareWebhooks: %v", err) + } + go HookQueue.Add(repo.ID) + + return nil } // GetUnmergedPullRequest returnss a pull request that is open and has not been merged @@ -387,9 +480,9 @@ func GetUnmergedPullRequest(headRepoID, baseRepoID int64, headBranch, baseBranch // by given head information (repo and branch). func GetUnmergedPullRequestsByHeadInfo(repoID int64, branch string) ([]*PullRequest, error) { prs := make([]*PullRequest, 0, 2) - return prs, x.Where("head_repo_id=? AND head_branch=? AND has_merged=? AND issue.is_closed=?", + return prs, x.Where("head_repo_id = ? AND head_branch = ? AND has_merged = ? AND issue.is_closed = ?", repoID, branch, false, false). - Join("INNER", "issue", "issue.id=pull_request.issue_id").Find(&prs) + Join("INNER", "issue", "issue.id = pull_request.issue_id").Find(&prs) } // GetUnmergedPullRequestsByBaseInfo returnss all pull requests that are open and has not been merged @@ -401,30 +494,38 @@ func GetUnmergedPullRequestsByBaseInfo(repoID int64, branch string) ([]*PullRequ Join("INNER", "issue", "issue.id=pull_request.issue_id").Find(&prs) } -// GetPullRequestByID returns a pull request by given ID. -func GetPullRequestByID(id int64) (*PullRequest, error) { +func getPullRequestByID(e Engine, id int64) (*PullRequest, error) { pr := new(PullRequest) - has, err := x.Id(id).Get(pr) + has, err := e.Id(id).Get(pr) if err != nil { return nil, err } else if !has { return nil, ErrPullRequestNotExist{id, 0, 0, 0, "", ""} } - return pr, nil + return pr, pr.loadAttributes(e) } -// GetPullRequestByIssueID returns pull request by given issue ID. -func GetPullRequestByIssueID(issueID int64) (*PullRequest, error) { +// GetPullRequestByID returns a pull request by given ID. +func GetPullRequestByID(id int64) (*PullRequest, error) { + return getPullRequestByID(x, id) +} + +func getPullRequestByIssueID(e Engine, issueID int64) (*PullRequest, error) { pr := &PullRequest{ IssueID: issueID, } - has, err := x.Get(pr) + has, err := e.Get(pr) if err != nil { return nil, err } else if !has { return nil, ErrPullRequestNotExist{0, issueID, 0, 0, "", ""} } - return pr, nil + return pr, pr.loadAttributes(e) +} + +// GetPullRequestByIssueID returns pull request by given issue ID. +func GetPullRequestByIssueID(issueID int64) (*PullRequest, error) { + return getPullRequestByIssueID(x, issueID) } // Update updates all fields of pull request. @@ -439,8 +540,6 @@ func (pr *PullRequest) UpdateCols(cols ...string) error { return err } -var PullRequestQueue = NewUniqueQueue(setting.Repository.PullRequestQueueLength) - // UpdatePatch generates and saves a new patch. func (pr *PullRequest) UpdatePatch() (err error) { if err = pr.GetHeadRepo(); err != nil { @@ -528,6 +627,37 @@ func (pr *PullRequest) AddToTaskQueue() { }) } +type PullRequestList []*PullRequest + +func (prs PullRequestList) loadAttributes(e Engine) error { + if len(prs) == 0 { + return nil + } + + // Load issues. + issueIDs := make([]int64, 0, len(prs)) + for i := range prs { + issueIDs = append(issueIDs, prs[i].IssueID) + } + issues := make([]*Issue, 0, len(issueIDs)) + if err := e.Where("id > 0").In("id", issueIDs).Find(&issues); err != nil { + return fmt.Errorf("find issues: %v", err) + } + + set := make(map[int64]*Issue) + for i := range issues { + set[issues[i].ID] = issues[i] + } + for i := range prs { + prs[i].Issue = set[prs[i].IssueID] + } + return nil +} + +func (prs PullRequestList) LoadAttributes() error { + return prs.loadAttributes(x) +} + func addHeadRepoTasks(prs []*PullRequest) { for _, pr := range prs { log.Trace("addHeadRepoTasks[%d]: composing new test task", pr.ID) @@ -545,19 +675,47 @@ func addHeadRepoTasks(prs []*PullRequest) { // AddTestPullRequestTask adds new test tasks by given head/base repository and head/base branch, // and generate new patch for testing as needed. -func AddTestPullRequestTask(repoID int64, branch string) { - log.Trace("AddTestPullRequestTask[head_repo_id: %d, head_branch: %s]: finding pull requests", repoID, branch) +func AddTestPullRequestTask(doer *User, repoID int64, branch string, isSync bool) { + log.Trace("AddTestPullRequestTask [head_repo_id: %d, head_branch: %s]: finding pull requests", repoID, branch) prs, err := GetUnmergedPullRequestsByHeadInfo(repoID, branch) if err != nil { - log.Error(4, "Find pull requests[head_repo_id: %d, head_branch: %s]: %v", repoID, branch, err) + log.Error(4, "Find pull requests [head_repo_id: %d, head_branch: %s]: %v", repoID, branch, err) return } + + if isSync { + if err = PullRequestList(prs).LoadAttributes(); err != nil { + log.Error(4, "PullRequestList.LoadAttributes: %v", err) + } + + if err == nil { + for _, pr := range prs { + pr.Issue.PullRequest = pr + if err = pr.Issue.LoadAttributes(); err != nil { + log.Error(4, "LoadAttributes: %v", err) + continue + } + if err = PrepareWebhooks(pr.Issue.Repo, HOOK_EVENT_PULL_REQUEST, &api.PullRequestPayload{ + Action: api.HOOK_ISSUE_SYNCHRONIZED, + Index: pr.Issue.Index, + PullRequest: pr.Issue.PullRequest.APIFormat(), + Repository: pr.Issue.Repo.APIFormat(nil), + Sender: doer.APIFormat(), + }); err != nil { + log.Error(4, "PrepareWebhooks [pull_id: %v]: %v", pr.ID, err) + continue + } + go HookQueue.Add(pr.Issue.Repo.ID) + } + } + } + addHeadRepoTasks(prs) - log.Trace("AddTestPullRequestTask[base_repo_id: %d, base_branch: %s]: finding pull requests", repoID, branch) + log.Trace("AddTestPullRequestTask [base_repo_id: %d, base_branch: %s]: finding pull requests", repoID, branch) prs, err = GetUnmergedPullRequestsByBaseInfo(repoID, branch) if err != nil { - log.Error(4, "Find pull requests[base_repo_id: %d, base_branch: %s]: %v", repoID, branch, err) + log.Error(4, "Find pull requests [base_repo_id: %d, base_branch: %s]: %v", repoID, branch, err) return } for _, pr := range prs { diff --git a/models/release.go b/models/release.go index 69ce6c139..c79ff222e 100644 --- a/models/release.go +++ b/models/release.go @@ -39,7 +39,9 @@ type Release struct { } func (r *Release) BeforeInsert() { - r.CreatedUnix = time.Now().UTC().Unix() + if r.CreatedUnix == 0 { + r.CreatedUnix = time.Now().Unix() + } } func (r *Release) AfterSet(colName string, _ xorm.Cell) { @@ -67,7 +69,12 @@ func createTag(gitRepo *git.Repository, rel *Release) error { return fmt.Errorf("GetBranchCommit: %v", err) } + // Trim '--' prefix to prevent command line argument vulnerability. + rel.TagName = strings.TrimPrefix(rel.TagName, "--") if err = gitRepo.CreateTag(rel.TagName, commit.ID.String()); err != nil { + if strings.Contains(err.Error(), "is not a valid tag name") { + return ErrInvalidTagName{rel.TagName} + } return err } } else { @@ -76,6 +83,7 @@ func createTag(gitRepo *git.Repository, rel *Release) error { return fmt.Errorf("GetTagCommit: %v", err) } + rel.Sha1 = commit.ID.String() rel.NumCommits, err = commit.CommitsCount() if err != nil { return fmt.Errorf("CommitsCount: %v", err) diff --git a/models/repo.go b/models/repo.go index 91dd9acf3..010c9fad6 100644 --- a/models/repo.go +++ b/models/repo.go @@ -17,9 +17,7 @@ import ( "regexp" "sort" "strings" - "sync" "time" - "unicode/utf8" "github.com/Unknwon/cae/zip" "github.com/Unknwon/com" @@ -35,12 +33,15 @@ import ( "github.com/gogits/gogs/modules/markdown" "github.com/gogits/gogs/modules/process" "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/modules/sync" ) const ( _TPL_UPDATE_HOOK = "#!/usr/bin/env %s\n%s update $1 $2 $3 --config='%s'\n" ) +var repoWorkingPool = sync.NewExclusivePool() + var ( ErrRepoFileNotExist = errors.New("Repository file does not exist") ErrRepoFileNotLoaded = errors.New("Repository file not loaded") @@ -50,7 +51,7 @@ var ( ) var ( - Gitignores, Licenses, Readmes []string + Gitignores, Licenses, Readmes, LabelTemplates []string // Maximum items per page in forks, watchers and stars of a repo ItemsPerPage = 40 @@ -58,8 +59,8 @@ var ( func LoadRepoConfig() { // Load .gitignore and license files and readme templates. - types := []string{"gitignore", "license", "readme"} - typeFiles := make([][]string, 3) + types := []string{"gitignore", "license", "readme", "label"} + typeFiles := make([][]string, 4) for i, t := range types { files, err := bindata.AssetDir("conf/" + t) if err != nil { @@ -84,9 +85,25 @@ func LoadRepoConfig() { Gitignores = typeFiles[0] Licenses = typeFiles[1] Readmes = typeFiles[2] + LabelTemplates = typeFiles[3] sort.Strings(Gitignores) sort.Strings(Licenses) sort.Strings(Readmes) + sort.Strings(LabelTemplates) + + // Filter out invalid names and promote preferred licenses. + sortedLicenses := make([]string, 0, len(Licenses)) + for _, name := range setting.Repository.PreferredLicenses { + if com.IsSliceContainsStr(Licenses, name) { + sortedLicenses = append(sortedLicenses, name) + } + } + for _, name := range Licenses { + if !com.IsSliceContainsStr(setting.Repository.PreferredLicenses, name) { + sortedLicenses = append(sortedLicenses, name) + } + } + Licenses = sortedLicenses } func NewRepoContext() { @@ -170,6 +187,7 @@ type Repository struct { EnableIssues bool `xorm:"NOT NULL DEFAULT true"` EnableExternalTracker bool ExternalTrackerFormat string + ExternalTrackerStyle string ExternalMetas map[string]string `xorm:"-"` EnablePulls bool `xorm:"NOT NULL DEFAULT true"` @@ -184,12 +202,12 @@ type Repository struct { } func (repo *Repository) BeforeInsert() { - repo.CreatedUnix = time.Now().UTC().Unix() + repo.CreatedUnix = time.Now().Unix() repo.UpdatedUnix = repo.CreatedUnix } func (repo *Repository) BeforeUpdate() { - repo.UpdatedUnix = time.Now().UTC().Unix() + repo.UpdatedUnix = time.Now().Unix() } func (repo *Repository) AfterSet(colName string, _ xorm.Cell) { @@ -205,6 +223,10 @@ func (repo *Repository) AfterSet(colName string, _ xorm.Cell) { repo.NumOpenPulls = repo.NumPulls - repo.NumClosedPulls case "num_closed_milestones": repo.NumOpenMilestones = repo.NumMilestones - repo.NumClosedMilestones + case "external_tracker_style": + if len(repo.ExternalTrackerStyle) == 0 { + repo.ExternalTrackerStyle = markdown.ISSUE_NAME_STYLE_NUMERIC + } case "created_unix": repo.Created = time.Unix(repo.CreatedUnix, 0).Local() case "updated_unix": @@ -212,6 +234,48 @@ func (repo *Repository) AfterSet(colName string, _ xorm.Cell) { } } +// MustOwner always returns a valid *User object to avoid +// conceptually impossible error handling. +// It creates a fake object that contains error deftail +// when error occurs. +func (repo *Repository) MustOwner() *User { + return repo.mustOwner(x) +} + +func (repo *Repository) FullName() string { + return repo.MustOwner().Name + "/" + repo.Name +} + +func (repo *Repository) HTMLURL() string { + return setting.AppUrl + repo.FullName() +} + +// Arguments that are allowed to be nil: permission +func (repo *Repository) APIFormat(permission *api.Permission) *api.Repository { + cloneLink := repo.CloneLink() + return &api.Repository{ + ID: repo.ID, + Owner: repo.Owner.APIFormat(), + Name: repo.Name, + FullName: repo.FullName(), + Description: repo.Description, + Private: repo.IsPrivate, + Fork: repo.IsFork, + HTMLURL: repo.HTMLURL(), + SSHURL: cloneLink.SSH, + CloneURL: cloneLink.HTTPS, + Website: repo.Website, + Stars: repo.NumStars, + Forks: repo.NumForks, + Watchers: repo.NumWatches, + OpenIssues: repo.NumOpenIssues, + DefaultBranch: repo.DefaultBranch, + Created: repo.Created, + Updated: repo.Updated, + Permissions: permission, + } +} + func (repo *Repository) getOwner(e Engine) (err error) { if repo.Owner != nil { return nil @@ -236,14 +300,6 @@ func (repo *Repository) mustOwner(e Engine) *User { return repo.Owner } -// MustOwner always returns a valid *User object to avoid -// conceptually impossible error handling. -// It creates a fake object that contains error deftail -// when error occurs. -func (repo *Repository) MustOwner() *User { - return repo.mustOwner(x) -} - // ComposeMetas composes a map of metas for rendering external issue tracker URL. func (repo *Repository) ComposeMetas() map[string]string { if !repo.EnableExternalTracker { @@ -254,6 +310,13 @@ func (repo *Repository) ComposeMetas() map[string]string { "user": repo.MustOwner().Name, "repo": repo.Name, } + switch repo.ExternalTrackerStyle { + case markdown.ISSUE_NAME_STYLE_ALPHANUMERIC: + repo.ExternalMetas["style"] = markdown.ISSUE_NAME_STYLE_ALPHANUMERIC + default: + repo.ExternalMetas["style"] = markdown.ISSUE_NAME_STYLE_NUMERIC + } + } return repo.ExternalMetas } @@ -266,33 +329,42 @@ func (repo *Repository) DeleteWiki() { } } -// GetAssignees returns all users that have write access of repository. -func (repo *Repository) GetAssignees() (_ []*User, err error) { - if err = repo.GetOwner(); err != nil { +func (repo *Repository) getAssignees(e Engine) (_ []*User, err error) { + if err = repo.getOwner(e); err != nil { return nil, err } accesses := make([]*Access, 0, 10) - if err = x.Where("repo_id=? AND mode>=?", repo.ID, ACCESS_MODE_WRITE).Find(&accesses); err != nil { + if err = e.Where("repo_id = ? AND mode >= ?", repo.ID, ACCESS_MODE_WRITE).Find(&accesses); err != nil { return nil, err } - users := make([]*User, 0, len(accesses)+1) // Just waste 1 unit does not matter. - if !repo.Owner.IsOrganization() { - users = append(users, repo.Owner) - } + // Leave a seat for owner itself to append later, but if owner is an organization + // and just waste 1 unit is cheaper than re-allocate memory once. + users := make([]*User, 0, len(accesses)+1) + if len(accesses) > 0 { + userIDs := make([]int64, len(accesses)) + for i := 0; i < len(accesses); i++ { + userIDs[i] = accesses[i].UserID + } - var u *User - for i := range accesses { - u, err = GetUserByID(accesses[i].UserID) - if err != nil { + if err = e.In("id", userIDs).Find(&users); err != nil { return nil, err } - users = append(users, u) } + if !repo.Owner.IsOrganization() { + users = append(users, repo.Owner) + } + return users, nil } +// GetAssignees returns all users that have write access and can be assigned to issues +// of the repository, +func (repo *Repository) GetAssignees() (_ []*User, err error) { + return repo.getAssignees(x) +} + // GetAssigneeByID returns the user that has write access of repository by given ID. func (repo *Repository) GetAssigneeByID(userID int64) (*User, error) { return GetAssigneeByID(repo, userID) @@ -300,7 +372,7 @@ func (repo *Repository) GetAssigneeByID(userID int64) (*User, error) { // GetMilestoneByID returns the milestone belongs to repository by given ID. func (repo *Repository) GetMilestoneByID(milestoneID int64) (*Milestone, error) { - return GetRepoMilestoneByID(repo.ID, milestoneID) + return GetMilestoneByRepoID(repo.ID, milestoneID) } // IssueStats returns number of open and closed repository issues by given filter mode. @@ -309,7 +381,7 @@ func (repo *Repository) IssueStats(uid int64, filterMode int, isPull bool) (int6 } func (repo *Repository) GetMirror() (err error) { - repo.Mirror, err = GetMirror(repo.ID) + repo.Mirror, err = GetMirrorByRepoID(repo.ID) return err } @@ -334,22 +406,18 @@ func (repo *Repository) GitConfigPath() string { return filepath.Join(repo.RepoPath(), "config") } -func (repo *Repository) RepoLink() string { - return setting.AppSubUrl + "/" + repo.MustOwner().Name + "/" + repo.Name +func (repo *Repository) RelLink() string { + return "/" + repo.FullName() } -func (repo *Repository) RepoRelLink() string { - return "/" + repo.MustOwner().Name + "/" + repo.Name +func (repo *Repository) Link() string { + return setting.AppSubUrl + "/" + repo.FullName() } func (repo *Repository) ComposeCompareURL(oldCommitID, newCommitID string) string { return fmt.Sprintf("%s/%s/compare/%s...%s", repo.MustOwner().Name, repo.Name, oldCommitID, newCommitID) } -func (repo *Repository) FullRepoLink() string { - return setting.AppUrl + repo.MustOwner().Name + "/" + repo.Name -} - func (repo *Repository) HasAccess(u *User) bool { has, _ := HasAccess(u, repo, ACCESS_MODE_READ) return has @@ -374,6 +442,13 @@ func (repo *Repository) AllowsPulls() bool { return repo.CanEnablePulls() && repo.EnablePulls } +// CanEnableEditor returns true if repository meets the requirements of web editor. +func (repo *Repository) CanEnableEditor() bool { + return !repo.IsMirror +} + +// FIXME: should have a mutex to prevent producing same index for two issues that are created +// closely enough. func (repo *Repository) NextIssueIndex() int64 { return int64(repo.NumIssues+repo.NumPulls) + 1 } @@ -391,30 +466,41 @@ func (repo *Repository) DescriptionHtml() template.HTML { } func (repo *Repository) LocalCopyPath() string { - return path.Join(setting.AppDataPath, "tmp/local", com.ToStr(repo.ID)) + return path.Join(setting.AppDataPath, "tmp/local-rpeo", com.ToStr(repo.ID)) } -func updateLocalCopy(repoPath, localPath string) error { +// UpdateLocalCopy pulls latest changes of given branch from repoPath to localPath. +// It creates a new clone if local copy does not exist. +// This function checks out target branch by default, it is safe to assume subsequent +// operations are operating against target branch when caller has confidence for no race condition. +func UpdateLocalCopyBranch(repoPath, localPath, branch string) error { if !com.IsExist(localPath) { if err := git.Clone(repoPath, localPath, git.CloneRepoOptions{ Timeout: time.Duration(setting.Git.Timeout.Clone) * time.Second, + Branch: branch, }); err != nil { - return fmt.Errorf("Clone: %v", err) + return fmt.Errorf("git clone %s: %v", branch, err) } } else { + if err := git.Checkout(localPath, git.CheckoutOptions{ + Branch: branch, + }); err != nil { + return fmt.Errorf("git checkout %s: %v", branch, err) + } if err := git.Pull(localPath, git.PullRemoteOptions{ - All: true, Timeout: time.Duration(setting.Git.Timeout.Pull) * time.Second, + Remote: "origin", + Branch: branch, }); err != nil { - return fmt.Errorf("Pull: %v", err) + return fmt.Errorf("git pull origin %s: %v", branch, err) } } return nil } -// UpdateLocalCopy makes sure the local copy of repository is up-to-date. -func (repo *Repository) UpdateLocalCopy() error { - return updateLocalCopy(repo.RepoPath(), repo.LocalCopyPath()) +// UpdateLocalCopyBranch makes sure local copy of repository in given branch is up-to-date. +func (repo *Repository) UpdateLocalCopyBranch(branch string) error { + return UpdateLocalCopyBranch(repo.RepoPath(), repo.LocalCopyPath(), branch) } // PatchPath returns corresponding patch file path of repository by given issue ID. @@ -441,31 +527,9 @@ func (repo *Repository) SavePatch(index int64, patch []byte) error { return nil } -// ComposePayload composes and returns *api.PayloadRepo corresponding to the repository. -func (repo *Repository) ComposePayload() *api.PayloadRepo { - cl := repo.CloneLink() - return &api.PayloadRepo{ - ID: repo.ID, - Name: repo.Name, - URL: repo.FullRepoLink(), - SSHURL: cl.SSH, - CloneURL: cl.HTTPS, - Description: repo.Description, - Website: repo.Website, - Watchers: repo.NumWatches, - Owner: &api.PayloadAuthor{ - Name: repo.MustOwner().DisplayName(), - Email: repo.MustOwner().Email, - UserName: repo.MustOwner().Name, - }, - Private: repo.IsPrivate, - DefaultBranch: repo.DefaultBranch, - } -} - func isRepositoryExist(e Engine, u *User, repoName string) (bool, error) { has, err := e.Get(&Repository{ - OwnerID: u.Id, + OwnerID: u.ID, LowerName: strings.ToLower(repoName), }) return has && com.IsDir(RepoPath(u.Name, repoName)), err @@ -483,6 +547,11 @@ type CloneLink struct { Git string } +// ComposeHTTPSCloneURL returns HTTPS clone URL based on given owner and repository name. +func ComposeHTTPSCloneURL(owner, repo string) string { + return fmt.Sprintf("%s%s/%s.git", setting.AppUrl, owner, repo) +} + func (repo *Repository) cloneLink(isWiki bool) *CloneLink { repoName := repo.Name if isWiki { @@ -496,7 +565,7 @@ func (repo *Repository) cloneLink(isWiki bool) *CloneLink { } else { cl.SSH = fmt.Sprintf("%s@%s:%s/%s.git", setting.RunUser, setting.SSH.Domain, repo.Owner.Name, repoName) } - cl.HTTPS = fmt.Sprintf("%s%s/%s.git", setting.AppUrl, repo.Owner.Name, repoName) + cl.HTTPS = ComposeHTTPSCloneURL(repo.Owner.Name, repoName) return cl } @@ -505,163 +574,6 @@ func (repo *Repository) CloneLink() (cl *CloneLink) { return repo.cloneLink(false) } -var ( - reservedNames = []string{"debug", "raw", "install", "api", "avatar", "user", "org", "help", "stars", "issues", "pulls", "commits", "repo", "template", "admin", "new"} - reservedPatterns = []string{"*.git", "*.keys", "*.wiki"} -) - -// IsUsableName checks if name is reserved or pattern of name is not allowed. -func IsUsableName(name string) error { - name = strings.TrimSpace(strings.ToLower(name)) - if utf8.RuneCountInString(name) == 0 { - return ErrNameEmpty - } - - for i := range reservedNames { - if name == reservedNames[i] { - return ErrNameReserved{name} - } - } - - for _, pat := range reservedPatterns { - if pat[0] == '*' && strings.HasSuffix(name, pat[1:]) || - (pat[len(pat)-1] == '*' && strings.HasPrefix(name, pat[:len(pat)-1])) { - return ErrNamePatternNotAllowed{pat} - } - } - - return nil -} - -// Mirror represents a mirror information of repository. -type Mirror struct { - ID int64 `xorm:"pk autoincr"` - RepoID int64 - Repo *Repository `xorm:"-"` - Interval int // Hour. - - Updated time.Time `xorm:"-"` - UpdatedUnix int64 - NextUpdate time.Time `xorm:"-"` - NextUpdateUnix int64 - - address string `xorm:"-"` -} - -func (m *Mirror) BeforeInsert() { - m.NextUpdateUnix = m.NextUpdate.UTC().Unix() -} - -func (m *Mirror) BeforeUpdate() { - m.UpdatedUnix = time.Now().UTC().Unix() - m.NextUpdateUnix = m.NextUpdate.UTC().Unix() -} - -func (m *Mirror) AfterSet(colName string, _ xorm.Cell) { - var err error - switch colName { - case "repo_id": - m.Repo, err = GetRepositoryByID(m.RepoID) - if err != nil { - log.Error(3, "GetRepositoryByID[%d]: %v", m.ID, err) - } - case "updated_unix": - m.Updated = time.Unix(m.UpdatedUnix, 0).Local() - case "next_updated_unix": - m.NextUpdate = time.Unix(m.NextUpdateUnix, 0).Local() - } -} - -func (m *Mirror) readAddress() { - if len(m.address) > 0 { - return - } - - cfg, err := ini.Load(m.Repo.GitConfigPath()) - if err != nil { - log.Error(4, "Load: %v", err) - return - } - m.address = cfg.Section("remote \"origin\"").Key("url").Value() -} - -// HandleCloneUserCredentials replaces user credentials from HTTP/HTTPS URL -// with placeholder . -// It will fail for any other forms of clone addresses. -func HandleCloneUserCredentials(url string, mosaics bool) string { - i := strings.Index(url, "@") - if i == -1 { - return url - } - start := strings.Index(url, "://") - if start == -1 { - return url - } - if mosaics { - return url[:start+3] + "" + url[i:] - } - return url[:start+3] + url[i+1:] -} - -// Address returns mirror address from Git repository config without credentials. -func (m *Mirror) Address() string { - m.readAddress() - return HandleCloneUserCredentials(m.address, false) -} - -// FullAddress returns mirror address from Git repository config. -func (m *Mirror) FullAddress() string { - m.readAddress() - return m.address -} - -// SaveAddress writes new address to Git repository config. -func (m *Mirror) SaveAddress(addr string) error { - configPath := m.Repo.GitConfigPath() - cfg, err := ini.Load(configPath) - if err != nil { - return fmt.Errorf("Load: %v", err) - } - - cfg.Section("remote \"origin\"").Key("url").SetValue(addr) - return cfg.SaveToIndent(configPath, "\t") -} - -func getMirror(e Engine, repoId int64) (*Mirror, error) { - m := &Mirror{RepoID: repoId} - has, err := e.Get(m) - if err != nil { - return nil, err - } else if !has { - return nil, ErrMirrorNotExist - } - return m, nil -} - -// GetMirror returns mirror object by given repository ID. -func GetMirror(repoId int64) (*Mirror, error) { - return getMirror(x, repoId) -} - -func updateMirror(e Engine, m *Mirror) error { - _, err := e.Id(m.ID).Update(m) - return err -} - -func UpdateMirror(m *Mirror) error { - return updateMirror(x, m) -} - -func DeleteMirrorByRepoID(repoID int64) error { - _, err := x.Delete(&Mirror{RepoID: repoID}) - return err -} - -func createUpdateHook(repoPath string) error { - return git.SetUpdateHook(repoPath, - fmt.Sprintf(_TPL_UPDATE_HOOK, setting.ScriptType, "\""+setting.AppPath+"\"", setting.CustomConf)) -} - type MigrateRepoOptions struct { Name string Description string @@ -670,6 +582,25 @@ type MigrateRepoOptions struct { RemoteAddr string } +/* + GitHub, GitLab, Gogs: *.wiki.git + BitBucket: *.git/wiki +*/ +var commonWikiURLSuffixes = []string{".wiki.git", ".git/wiki"} + +// wikiRemoteURL returns accessible repository URL for wiki if exists. +// Otherwise, it returns an empty string. +func wikiRemoteURL(remote string) string { + remote = strings.TrimSuffix(remote, ".git") + for _, suffix := range commonWikiURLSuffixes { + wikiURL := remote + suffix + if git.IsRepoURLAccessible(wikiURL) { + return wikiURL + } + } + return "" +} + // MigrateRepository migrates a existing repository from other project hosting. func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { repo, err := CreateRepository(u, CreateRepoOptions{ @@ -682,11 +613,8 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { return nil, err } - // Clone to temprory path and do the init commit. - tmpDir := filepath.Join(os.TempDir(), fmt.Sprintf("%d", time.Now().Nanosecond())) - os.MkdirAll(tmpDir, os.ModePerm) - repoPath := RepoPath(u.Name, opts.Name) + wikiPath := WikiPath(u.Name, opts.Name) if u.IsOrganization() { t, err := u.GetOwnerTeam() @@ -698,15 +626,29 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { repo.NumWatches = 1 } + migrateTimeout := time.Duration(setting.Git.Timeout.Migrate) * time.Second + os.RemoveAll(repoPath) if err = git.Clone(opts.RemoteAddr, repoPath, git.CloneRepoOptions{ Mirror: true, Quiet: true, - Timeout: time.Duration(setting.Git.Timeout.Migrate) * time.Second, + Timeout: migrateTimeout, }); err != nil { return repo, fmt.Errorf("Clone: %v", err) } + wikiRemotePath := wikiRemoteURL(opts.RemoteAddr) + if len(wikiRemotePath) > 0 { + os.RemoveAll(wikiPath) + if err = git.Clone(wikiRemotePath, wikiPath, git.CloneRepoOptions{ + Mirror: true, + Quiet: true, + Timeout: migrateTimeout, + }); err != nil { + log.Info("Clone wiki: %v", err) + } + } + // Check if repository is empty. _, stderr, err := com.ExecCmdDir(repoPath, "git", "log", "-1") if err != nil { @@ -734,9 +676,10 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { if opts.IsMirror { if _, err = x.InsertOne(&Mirror{ - RepoID: repo.ID, - Interval: 24, - NextUpdate: time.Now().Add(24 * time.Hour), + RepoID: repo.ID, + Interval: setting.Mirror.DefaultInterval, + EnablePrune: true, + NextUpdate: time.Now().Add(time.Duration(setting.Mirror.DefaultInterval) * time.Hour), }); err != nil { return repo, fmt.Errorf("InsertOne: %v", err) } @@ -745,25 +688,47 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) { return repo, UpdateRepository(repo, false) } - return CleanUpMigrateInfo(repo, repoPath) + return CleanUpMigrateInfo(repo) } -// Finish migrating repository with things that don't need to be done for mirrors. -func CleanUpMigrateInfo(repo *Repository, repoPath string) (*Repository, error) { - if err := createUpdateHook(repoPath); err != nil { - return repo, fmt.Errorf("createUpdateHook: %v", err) - } - - // Clean up mirror info which prevents "push --all". - // This also removes possible user credentials. - configPath := repo.GitConfigPath() +// cleanUpMigrateGitConfig removes mirror info which prevents "push --all". +// This also removes possible user credentials. +func cleanUpMigrateGitConfig(configPath string) error { cfg, err := ini.Load(configPath) if err != nil { - return repo, fmt.Errorf("open config file: %v", err) + return fmt.Errorf("open config file: %v", err) } cfg.DeleteSection("remote \"origin\"") if err = cfg.SaveToIndent(configPath, "\t"); err != nil { - return repo, fmt.Errorf("save config file: %v", err) + return fmt.Errorf("save config file: %v", err) + } + return nil +} + +func createUpdateHook(repoPath string) error { + return git.SetUpdateHook(repoPath, + fmt.Sprintf(_TPL_UPDATE_HOOK, setting.ScriptType, "\""+setting.AppPath+"\"", setting.CustomConf)) +} + +// Finish migrating repository and/or wiki with things that don't need to be done for mirrors. +func CleanUpMigrateInfo(repo *Repository) (*Repository, error) { + repoPath := repo.RepoPath() + if err := createUpdateHook(repoPath); err != nil { + return repo, fmt.Errorf("createUpdateHook: %v", err) + } + if repo.HasWiki() { + if err := createUpdateHook(repo.WikiPath()); err != nil { + return repo, fmt.Errorf("createUpdateHook (wiki): %v", err) + } + } + + if err := cleanUpMigrateGitConfig(repo.GitConfigPath()); err != nil { + return repo, fmt.Errorf("cleanUpMigrateGitConfig: %v", err) + } + if repo.HasWiki() { + if err := cleanUpMigrateGitConfig(path.Join(repo.WikiPath(), "config")); err != nil { + return repo, fmt.Errorf("cleanUpMigrateGitConfig (wiki): %v", err) + } } return repo, UpdateRepository(repo, false) @@ -781,7 +746,7 @@ func initRepoCommit(tmpPath string, sig *git.Signature) (err error) { if _, stderr, err = process.ExecDir(-1, tmpPath, fmt.Sprintf("initRepoCommit (git commit): %s", tmpPath), "git", "commit", fmt.Sprintf("--author='%s <%s>'", sig.Name, sig.Email), - "-m", "initial commit"); err != nil { + "-m", "Initial commit"); err != nil { return fmt.Errorf("git commit: %s", stderr) } @@ -805,7 +770,7 @@ type CreateRepoOptions struct { } func getRepoInitFile(tp, name string) ([]byte, error) { - relPath := path.Join("conf", tp, name) + relPath := path.Join("conf", tp, strings.TrimLeft(name, "./")) // Use custom file when available. customPath := path.Join(setting.CustomPath, relPath) @@ -926,8 +891,17 @@ func initRepository(e Engine, repoPath string, u *User, repo *Repository, opts C return nil } +var ( + reservedRepoNames = []string{".", ".."} + reservedRepoPatterns = []string{"*.git", "*.wiki"} +) + +func IsUsableRepoName(name string) error { + return isUsableName(reservedRepoNames, reservedRepoPatterns, name) +} + func createRepository(e *xorm.Session, u *User, repo *Repository) (err error) { - if err = IsUsableName(repo.Name); err != nil { + if err = IsUsableRepoName(repo.Name); err != nil { return err } @@ -964,7 +938,7 @@ func createRepository(e *xorm.Session, u *User, repo *Repository) (err error) { } } - if err = watchRepo(e, u.Id, repo.ID, true); err != nil { + if err = watchRepo(e, u.ID, repo.ID, true); err != nil { return fmt.Errorf("watchRepo: %v", err) } else if err = newRepoAction(e, u, repo); err != nil { return fmt.Errorf("newRepoAction: %v", err) @@ -980,7 +954,7 @@ func CreateRepository(u *User, opts CreateRepoOptions) (_ *Repository, err error } repo := &Repository{ - OwnerID: u.Id, + OwnerID: u.ID, Owner: u, Name: opts.Name, LowerName: strings.ToLower(opts.Name), @@ -1024,11 +998,14 @@ func CreateRepository(u *User, opts CreateRepoOptions) (_ *Repository, err error return repo, sess.Commit() } -func countRepositories(showPrivate bool) int64 { - sess := x.NewSession() +func countRepositories(userID int64, private bool) int64 { + sess := x.Where("id > 0") - if !showPrivate { - sess.Where("is_private=?", false) + if userID > 0 { + sess.And("owner_id = ?", userID) + } + if !private { + sess.And("is_private=?", false) } count, err := sess.Count(new(Repository)) @@ -1039,13 +1016,17 @@ func countRepositories(showPrivate bool) int64 { } // CountRepositories returns number of repositories. -func CountRepositories() int64 { - return countRepositories(true) +// Argument private only takes effect when it is false, +// set it true to count all repositories. +func CountRepositories(private bool) int64 { + return countRepositories(-1, private) } -// CountPublicRepositories returns number of public repositories. -func CountPublicRepositories() int64 { - return countRepositories(false) +// CountUserRepositories returns number of repositories user owns. +// Argument private only takes effect when it is false, +// set it true to count all repositories. +func CountUserRepositories(userID int64, private bool) int64 { + return countRepositories(userID, private) } func Repositories(page, pageSize int) (_ []*Repository, err error) { @@ -1075,7 +1056,7 @@ func RepoPath(userName, repoName string) string { } // TransferOwnership transfers all corresponding setting from old user to new one. -func TransferOwnership(u *User, newOwnerName string, repo *Repository) error { +func TransferOwnership(doer *User, newOwnerName string, repo *Repository) error { newOwner, err := GetUserByName(newOwnerName) if err != nil { return fmt.Errorf("get new owner '%s': %v", newOwnerName, err) @@ -1098,8 +1079,8 @@ func TransferOwnership(u *User, newOwnerName string, repo *Repository) error { owner := repo.Owner // Note: we have to set value here to make sure recalculate accesses is based on - // new owner. - repo.OwnerID = newOwner.Id + // new owner. + repo.OwnerID = newOwner.ID repo.Owner = newOwner // Update repository. @@ -1116,10 +1097,10 @@ func TransferOwnership(u *User, newOwnerName string, repo *Repository) error { // Dummy object. collaboration := &Collaboration{RepoID: repo.ID} for _, c := range collaborators { - collaboration.UserID = c.Id - if c.Id == newOwner.Id || newOwner.IsOrgMember(c.Id) { + collaboration.UserID = c.ID + if c.ID == newOwner.ID || newOwner.IsOrgMember(c.ID) { if _, err = sess.Delete(collaboration); err != nil { - return fmt.Errorf("remove collaborator '%d': %v", c.Id, err) + return fmt.Errorf("remove collaborator '%d': %v", c.ID, err) } } } @@ -1160,19 +1141,20 @@ func TransferOwnership(u *User, newOwnerName string, repo *Repository) error { } // Update repository count. - if _, err = sess.Exec("UPDATE `user` SET num_repos=num_repos+1 WHERE id=?", newOwner.Id); err != nil { + if _, err = sess.Exec("UPDATE `user` SET num_repos=num_repos+1 WHERE id=?", newOwner.ID); err != nil { return fmt.Errorf("increase new owner repository count: %v", err) - } else if _, err = sess.Exec("UPDATE `user` SET num_repos=num_repos-1 WHERE id=?", owner.Id); err != nil { + } else if _, err = sess.Exec("UPDATE `user` SET num_repos=num_repos-1 WHERE id=?", owner.ID); err != nil { return fmt.Errorf("decrease old owner repository count: %v", err) } - if err = watchRepo(sess, newOwner.Id, repo.ID, true); err != nil { + if err = watchRepo(sess, newOwner.ID, repo.ID, true); err != nil { return fmt.Errorf("watchRepo: %v", err) - } else if err = transferRepoAction(sess, u, owner, newOwner, repo); err != nil { + } else if err = transferRepoAction(sess, doer, owner, repo); err != nil { return fmt.Errorf("transferRepoAction: %v", err) } // Rename remote repository to new path and delete local copy. + os.MkdirAll(UserPath(newOwner.Name), os.ModePerm) if err = os.Rename(RepoPath(owner.Name, repo.Name), RepoPath(newOwner.Name, repo.Name)); err != nil { return fmt.Errorf("rename repository directory: %v", err) } @@ -1194,7 +1176,7 @@ func TransferOwnership(u *User, newOwnerName string, repo *Repository) error { func ChangeRepositoryName(u *User, oldRepoName, newRepoName string) (err error) { oldRepoName = strings.ToLower(oldRepoName) newRepoName = strings.ToLower(newRepoName) - if err = IsUsableName(newRepoName); err != nil { + if err = IsUsableRepoName(newRepoName); err != nil { return err } @@ -1205,7 +1187,7 @@ func ChangeRepositoryName(u *User, oldRepoName, newRepoName string) (err error) return ErrRepoAlreadyExist{u.Name, newRepoName} } - repo, err := GetRepositoryByName(u.Id, oldRepoName) + repo, err := GetRepositoryByName(u.ID, oldRepoName) if err != nil { return fmt.Errorf("GetRepositoryByName: %v", err) } @@ -1261,6 +1243,20 @@ func updateRepository(e Engine, repo *Repository, visibilityChanged bool) (err e } } + // Create/Remove git-daemon-export-ok for git-daemon... + daemonExportFile := path.Join(repo.RepoPath(), `git-daemon-export-ok`) + if repo.IsPrivate && com.IsExist(daemonExportFile) { + if err = os.Remove(daemonExportFile); err != nil { + log.Error(4, "Failed to remove %s: %v", daemonExportFile, err) + } + } else if !repo.IsPrivate && !com.IsExist(daemonExportFile) { + if f, err := os.Create(daemonExportFile); err != nil { + log.Error(4, "Failed to create %s: %v", daemonExportFile, err) + } else { + f.Close() + } + } + forkRepos, err := getRepositoriesByForkID(e, repo.ID) if err != nil { return fmt.Errorf("getRepositoriesByForkID: %v", err) @@ -1397,20 +1393,8 @@ func DeleteRepository(uid, repoID int64) error { } if repo.NumForks > 0 { - if repo.IsPrivate { - forkRepos, err := GetRepositoriesByForkID(repo.ID) - if err != nil { - return fmt.Errorf("getRepositoriesByForkID: %v", err) - } - for i := range forkRepos { - if err = DeleteRepository(forkRepos[i].OwnerID, forkRepos[i].ID); err != nil { - log.Error(4, "DeleteRepository [%d]: %v", forkRepos[i].ID, err) - } - } - } else { - if _, err = x.Exec("UPDATE `repository` SET fork_id=0,is_fork=? WHERE fork_id=?", false, repo.ID); err != nil { - log.Error(4, "reset 'fork_id' and 'is_fork': %v", err) - } + if _, err = x.Exec("UPDATE `repository` SET fork_id=0,is_fork=? WHERE fork_id=?", false, repo.ID); err != nil { + log.Error(4, "reset 'fork_id' and 'is_fork': %v", err) } } @@ -1431,20 +1415,20 @@ func GetRepositoryByRef(ref string) (*Repository, error) { return nil, err } - return GetRepositoryByName(user.Id, repoName) + return GetRepositoryByName(user.ID, repoName) } // GetRepositoryByName returns the repository by given name under user if exists. -func GetRepositoryByName(uid int64, repoName string) (*Repository, error) { +func GetRepositoryByName(ownerID int64, name string) (*Repository, error) { repo := &Repository{ - OwnerID: uid, - LowerName: strings.ToLower(repoName), + OwnerID: ownerID, + LowerName: strings.ToLower(name), } has, err := x.Get(repo) if err != nil { return nil, err } else if !has { - return nil, ErrRepoNotExist{0, uid, repoName} + return nil, ErrRepoNotExist{0, ownerID, name} } return repo, err } @@ -1465,16 +1449,26 @@ func GetRepositoryByID(id int64) (*Repository, error) { return getRepositoryByID(x, id) } -// GetRepositories returns a list of repositories of given user. -func GetRepositories(uid int64, private bool) ([]*Repository, error) { - repos := make([]*Repository, 0, 10) - sess := x.Desc("updated_unix") - +// GetUserRepositories returns a list of repositories of given user. +func GetUserRepositories(userID int64, private bool, page, pageSize int) ([]*Repository, error) { + sess := x.Where("owner_id = ?", userID).Desc("updated_unix") if !private { - sess.Where("is_private=?", false) + sess.And("is_private=?", false) } - return repos, sess.Find(&repos, &Repository{OwnerID: uid}) + if page <= 0 { + page = 1 + } + sess.Limit(pageSize, (page-1)*pageSize) + + repos := make([]*Repository, 0, pageSize) + return repos, sess.Find(&repos) +} + +// GetUserRepositories returns a list of mirror repositories of given user. +func GetUserMirrorRepositories(userID int64) ([]*Repository, error) { + repos := make([]*Repository, 0, 10) + return repos, x.Where("owner_id = ?", userID).And("is_mirror = ?", true).Find(&repos) } // GetRecentUpdatedRepositories returns the list of repositories that are recently updated. @@ -1484,7 +1478,7 @@ func GetRecentUpdatedRepositories(page, pageSize int) (repos []*Repository, err } func getRepositoryCount(e Engine, u *User) (int64, error) { - return x.Count(&Repository{OwnerID: u.Id}) + return x.Count(&Repository{OwnerID: u.ID}) } // GetRepositoryCount returns the total number of repositories of user. @@ -1509,9 +1503,6 @@ func SearchRepositoryByName(opts *SearchRepoOptions) (repos []*Repository, _ int } opts.Keyword = strings.ToLower(opts.Keyword) - if opts.PageSize <= 0 || opts.PageSize > setting.ExplorePagingNum { - opts.PageSize = setting.ExplorePagingNum - } if opts.Page <= 0 { opts.Page = 1 } @@ -1619,40 +1610,8 @@ func RewriteRepositoryUpdateHook() error { }) } -// statusPool represents a pool of status with true/false. -type statusPool struct { - lock sync.RWMutex - pool map[string]bool -} - -// Start sets value of given name to true in the pool. -func (p *statusPool) Start(name string) { - p.lock.Lock() - defer p.lock.Unlock() - - p.pool[name] = true -} - -// Stop sets value of given name to false in the pool. -func (p *statusPool) Stop(name string) { - p.lock.Lock() - defer p.lock.Unlock() - - p.pool[name] = false -} - -// IsRunning checks if value of given name is set to true in the pool. -func (p *statusPool) IsRunning(name string) bool { - p.lock.RLock() - defer p.lock.RUnlock() - - return p.pool[name] -} - // Prevent duplicate running tasks. -var taskStatusPool = &statusPool{ - pool: make(map[string]bool), -} +var taskStatusTable = sync.NewStatusTable() const ( _MIRROR_UPDATE = "mirror_update" @@ -1660,62 +1619,13 @@ const ( _CHECK_REPOs = "check_repos" ) -// MirrorUpdate checks and updates mirror repositories. -func MirrorUpdate() { - if taskStatusPool.IsRunning(_MIRROR_UPDATE) { - return - } - taskStatusPool.Start(_MIRROR_UPDATE) - defer taskStatusPool.Stop(_MIRROR_UPDATE) - - log.Trace("Doing: MirrorUpdate") - - mirrors := make([]*Mirror, 0, 10) - if err := x.Iterate(new(Mirror), func(idx int, bean interface{}) error { - m := bean.(*Mirror) - if m.NextUpdate.After(time.Now()) { - return nil - } - - if m.Repo == nil { - log.Error(4, "Disconnected mirror repository found: %d", m.ID) - return nil - } - - repoPath := m.Repo.RepoPath() - if _, stderr, err := process.ExecDir( - time.Duration(setting.Git.Timeout.Mirror)*time.Second, - repoPath, fmt.Sprintf("MirrorUpdate: %s", repoPath), - "git", "remote", "update", "--prune"); err != nil { - desc := fmt.Sprintf("Fail to update mirror repository(%s): %s", repoPath, stderr) - log.Error(4, desc) - if err = CreateRepositoryNotice(desc); err != nil { - log.Error(4, "CreateRepositoryNotice: %v", err) - } - return nil - } - - m.NextUpdate = time.Now().Add(time.Duration(m.Interval) * time.Hour) - mirrors = append(mirrors, m) - return nil - }); err != nil { - log.Error(4, "MirrorUpdate: %v", err) - } - - for i := range mirrors { - if err := UpdateMirror(mirrors[i]); err != nil { - log.Error(4, "UpdateMirror[%d]: %v", mirrors[i].ID, err) - } - } -} - // GitFsck calls 'git fsck' to check repository health. func GitFsck() { - if taskStatusPool.IsRunning(_GIT_FSCK) { + if taskStatusTable.IsRunning(_GIT_FSCK) { return } - taskStatusPool.Start(_GIT_FSCK) - defer taskStatusPool.Stop(_GIT_FSCK) + taskStatusTable.Start(_GIT_FSCK) + defer taskStatusTable.Stop(_GIT_FSCK) log.Trace("Doing: GitFsck") @@ -1737,14 +1647,17 @@ func GitFsck() { } func GitGcRepos() error { - args := append([]string{"gc"}, setting.Git.GcArgs...) + args := append([]string{"gc"}, setting.Git.GCArgs...) return x.Where("id > 0").Iterate(new(Repository), func(idx int, bean interface{}) error { repo := bean.(*Repository) if err := repo.GetOwner(); err != nil { return err } - _, stderr, err := process.ExecDir(-1, RepoPath(repo.Owner.Name, repo.Name), "Repository garbage collection", "git", args...) + _, stderr, err := process.ExecDir( + time.Duration(setting.Git.Timeout.GC)*time.Second, + RepoPath(repo.Owner.Name, repo.Name), "Repository garbage collection", + "git", args...) if err != nil { return fmt.Errorf("%v: %v", err, stderr) } @@ -1774,11 +1687,11 @@ func repoStatsCheck(checker *repoChecker) { } func CheckRepoStats() { - if taskStatusPool.IsRunning(_CHECK_REPOs) { + if taskStatusTable.IsRunning(_CHECK_REPOs) { return } - taskStatusPool.Start(_CHECK_REPOs) - defer taskStatusPool.Stop(_CHECK_REPOs) + taskStatusTable.Start(_CHECK_REPOs) + defer taskStatusTable.Stop(_CHECK_REPOs) log.Trace("Doing: CheckRepoStats") @@ -1818,9 +1731,26 @@ func CheckRepoStats() { repoStatsCheck(checkers[i]) } - // FIXME: use checker when v0.9, stop supporting old fork repo format. + // ***** START: Repository.NumClosedIssues ***** + desc := "repository count 'num_closed_issues'" + results, err := x.Query("SELECT repo.id FROM `repository` repo WHERE repo.num_closed_issues!=(SELECT COUNT(*) FROM `issue` WHERE repo_id=repo.id AND is_closed=? AND is_pull=?)", true, false) + if err != nil { + log.Error(4, "Select %s: %v", desc, err) + } else { + for _, result := range results { + id := com.StrTo(result["id"]).MustInt64() + log.Trace("Updating %s: %d", desc, id) + _, err = x.Exec("UPDATE `repository` SET num_closed_issues=(SELECT COUNT(*) FROM `issue` WHERE repo_id=? AND is_closed=? AND is_pull=?) WHERE id=?", id, true, false, id) + if err != nil { + log.Error(4, "Update %s[%d]: %v", desc, id, err) + } + } + } + // ***** END: Repository.NumClosedIssues ***** + + // FIXME: use checker when stop supporting old fork repo format. // ***** START: Repository.NumForks ***** - results, err := x.Query("SELECT repo.id FROM `repository` repo WHERE repo.num_forks!=(SELECT COUNT(*) FROM `repository` WHERE fork_id=repo.id)") + results, err = x.Query("SELECT repo.id FROM `repository` repo WHERE repo.num_forks!=(SELECT COUNT(*) FROM `repository` WHERE fork_id=repo.id)") if err != nil { log.Error(4, "Select repository count 'num_forks': %v", err) } else { @@ -1850,6 +1780,74 @@ func CheckRepoStats() { // ***** END: Repository.NumForks ***** } +type RepositoryList []*Repository + +func (repos RepositoryList) loadAttributes(e Engine) error { + if len(repos) == 0 { + return nil + } + + // Load owners. + set := make(map[int64]*User) + for i := range repos { + set[repos[i].OwnerID] = nil + } + userIDs := make([]int64, 0, len(set)) + for userID := range set { + userIDs = append(userIDs, userID) + } + users := make([]*User, 0, len(userIDs)) + if err := e.Where("id > 0").In("id", userIDs).Find(&users); err != nil { + return fmt.Errorf("find users: %v", err) + } + for i := range users { + set[users[i].ID] = users[i] + } + for i := range repos { + repos[i].Owner = set[repos[i].OwnerID] + } + return nil +} + +func (repos RepositoryList) LoadAttributes() error { + return repos.loadAttributes(x) +} + +type MirrorRepositoryList []*Repository + +func (repos MirrorRepositoryList) loadAttributes(e Engine) error { + if len(repos) == 0 { + return nil + } + + // Load mirrors. + repoIDs := make([]int64, 0, len(repos)) + for i := range repos { + if !repos[i].IsMirror { + continue + } + + repoIDs = append(repoIDs, repos[i].ID) + } + mirrors := make([]*Mirror, 0, len(repoIDs)) + if err := e.Where("id > 0").In("repo_id", repoIDs).Find(&mirrors); err != nil { + return fmt.Errorf("find mirrors: %v", err) + } + + set := make(map[int64]*Mirror) + for i := range mirrors { + set[mirrors[i].RepoID] = mirrors[i] + } + for i := range repos { + repos[i].Mirror = set[repos[i].ID] + } + return nil +} + +func (repos MirrorRepositoryList) LoadAttributes() error { + return repos.loadAttributes(x) +} + // __ __ __ .__ // / \ / \_____ _/ |_ ____ | |__ // \ \/\/ /\__ \\ __\/ ___\| | \ @@ -1864,40 +1862,40 @@ type Watch struct { RepoID int64 `xorm:"UNIQUE(watch)"` } -func isWatching(e Engine, uid, repoId int64) bool { - has, _ := e.Get(&Watch{0, uid, repoId}) +func isWatching(e Engine, userID, repoID int64) bool { + has, _ := e.Get(&Watch{0, userID, repoID}) return has } // IsWatching checks if user has watched given repository. -func IsWatching(uid, repoId int64) bool { - return isWatching(x, uid, repoId) +func IsWatching(userID, repoID int64) bool { + return isWatching(x, userID, repoID) } -func watchRepo(e Engine, uid, repoId int64, watch bool) (err error) { +func watchRepo(e Engine, userID, repoID int64, watch bool) (err error) { if watch { - if isWatching(e, uid, repoId) { + if isWatching(e, userID, repoID) { return nil } - if _, err = e.Insert(&Watch{RepoID: repoId, UserID: uid}); err != nil { + if _, err = e.Insert(&Watch{RepoID: repoID, UserID: userID}); err != nil { return err } - _, err = e.Exec("UPDATE `repository` SET num_watches = num_watches + 1 WHERE id = ?", repoId) + _, err = e.Exec("UPDATE `repository` SET num_watches = num_watches + 1 WHERE id = ?", repoID) } else { - if !isWatching(e, uid, repoId) { + if !isWatching(e, userID, repoID) { return nil } - if _, err = e.Delete(&Watch{0, uid, repoId}); err != nil { + if _, err = e.Delete(&Watch{0, userID, repoID}); err != nil { return err } - _, err = e.Exec("UPDATE `repository` SET num_watches=num_watches-1 WHERE id=?", repoId) + _, err = e.Exec("UPDATE `repository` SET num_watches = num_watches - 1 WHERE id = ?", repoID) } return err } // Watch or unwatch repository. -func WatchRepo(uid, repoId int64, watch bool) (err error) { - return watchRepo(x, uid, repoId, watch) +func WatchRepo(userID, repoID int64, watch bool) (err error) { + return watchRepo(x, userID, repoID, watch) } func getWatchers(e Engine, repoID int64) ([]*Watch, error) { @@ -1968,34 +1966,34 @@ type Star struct { } // Star or unstar repository. -func StarRepo(uid, repoId int64, star bool) (err error) { +func StarRepo(userID, repoID int64, star bool) (err error) { if star { - if IsStaring(uid, repoId) { + if IsStaring(userID, repoID) { return nil } - if _, err = x.Insert(&Star{UID: uid, RepoID: repoId}); err != nil { + if _, err = x.Insert(&Star{UID: userID, RepoID: repoID}); err != nil { return err - } else if _, err = x.Exec("UPDATE `repository` SET num_stars = num_stars + 1 WHERE id = ?", repoId); err != nil { + } else if _, err = x.Exec("UPDATE `repository` SET num_stars = num_stars + 1 WHERE id = ?", repoID); err != nil { return err } - _, err = x.Exec("UPDATE `user` SET num_stars = num_stars + 1 WHERE id = ?", uid) + _, err = x.Exec("UPDATE `user` SET num_stars = num_stars + 1 WHERE id = ?", userID) } else { - if !IsStaring(uid, repoId) { + if !IsStaring(userID, repoID) { return nil } - if _, err = x.Delete(&Star{0, uid, repoId}); err != nil { + if _, err = x.Delete(&Star{0, userID, repoID}); err != nil { return err - } else if _, err = x.Exec("UPDATE `repository` SET num_stars = num_stars - 1 WHERE id = ?", repoId); err != nil { + } else if _, err = x.Exec("UPDATE `repository` SET num_stars = num_stars - 1 WHERE id = ?", repoID); err != nil { return err } - _, err = x.Exec("UPDATE `user` SET num_stars = num_stars - 1 WHERE id = ?", uid) + _, err = x.Exec("UPDATE `user` SET num_stars = num_stars - 1 WHERE id = ?", userID) } return err } // IsStaring checks if user has starred given repository. -func IsStaring(uid, repoId int64) bool { - has, _ := x.Get(&Star{0, uid, repoId}) +func IsStaring(userID, repoID int64) bool { + has, _ := x.Get(&Star{0, userID, repoID}) return has } @@ -2026,7 +2024,7 @@ func HasForkedRepo(ownerID, repoID int64) (*Repository, bool) { func ForkRepository(u *User, oldRepo *Repository, name, desc string) (_ *Repository, err error) { repo := &Repository{ - OwnerID: u.Id, + OwnerID: u.ID, Owner: u, Name: name, LowerName: strings.ToLower(name), @@ -2077,3 +2075,34 @@ func (repo *Repository) GetForks() ([]*Repository, error) { forks := make([]*Repository, 0, repo.NumForks) return forks, x.Find(&forks, &Repository{ForkID: repo.ID}) } + +// __________ .__ +// \______ \____________ ____ ____ | |__ +// | | _/\_ __ \__ \ / \_/ ___\| | \ +// | | \ | | \// __ \| | \ \___| Y \ +// |______ / |__| (____ /___| /\___ >___| / +// \/ \/ \/ \/ \/ +// + +func (repo *Repository) CreateNewBranch(doer *User, oldBranchName, branchName string) (err error) { + repoWorkingPool.CheckIn(com.ToStr(repo.ID)) + defer repoWorkingPool.CheckOut(com.ToStr(repo.ID)) + + localPath := repo.LocalCopyPath() + + if err = discardLocalRepoBranchChanges(localPath, oldBranchName); err != nil { + return fmt.Errorf("discardLocalRepoChanges: %v", err) + } else if err = repo.UpdateLocalCopyBranch(oldBranchName); err != nil { + return fmt.Errorf("UpdateLocalCopyBranch: %v", err) + } + + if err = repo.CheckoutNewBranch(oldBranchName, branchName); err != nil { + return fmt.Errorf("CreateNewBranch: %v", err) + } + + if err = git.Push(localPath, "origin", branchName); err != nil { + return fmt.Errorf("Push: %v", err) + } + + return nil +} diff --git a/models/repo_collaboration.go b/models/repo_collaboration.go index b1c5f925a..f4b23f9eb 100644 --- a/models/repo_collaboration.go +++ b/models/repo_collaboration.go @@ -16,23 +16,24 @@ type Collaboration struct { Mode AccessMode `xorm:"DEFAULT 2 NOT NULL"` } -func (c *Collaboration) ModeName() string { +func (c *Collaboration) ModeI18nKey() string { switch c.Mode { case ACCESS_MODE_READ: - return "Read" + return "repo.settings.collaboration.read" case ACCESS_MODE_WRITE: - return "Write" + return "repo.settings.collaboration.write" case ACCESS_MODE_ADMIN: - return "Admin" + return "repo.settings.collaboration.admin" + default: + return "repo.settings.collaboration.undefined" } - return "Undefined" } -// AddCollaborator adds new collaboration relation between an individual and a repository. +// AddCollaborator adds new collaboration to a repository with default access mode. func (repo *Repository) AddCollaborator(u *User) error { collaboration := &Collaboration{ RepoID: repo.ID, - UserID: u.Id, + UserID: u.ID, } has, err := x.Get(collaboration) @@ -119,6 +120,9 @@ func (repo *Repository) ChangeCollaborationAccessMode(uid int64, mode AccessMode return nil } + if collaboration.Mode == mode { + return nil + } collaboration.Mode = mode sess := x.NewSession() diff --git a/models/repo_editor.go b/models/repo_editor.go new file mode 100644 index 000000000..dfdb864a1 --- /dev/null +++ b/models/repo_editor.go @@ -0,0 +1,520 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "fmt" + "io" + "io/ioutil" + "mime/multipart" + "os" + "os/exec" + "path" + "path/filepath" + "time" + + "github.com/Unknwon/com" + gouuid "github.com/satori/go.uuid" + + git "github.com/gogits/git-module" + + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/process" + "github.com/gogits/gogs/modules/setting" +) + +// ___________ .___.__ __ ___________.__.__ +// \_ _____/ __| _/|__|/ |_ \_ _____/|__| | ____ +// | __)_ / __ | | \ __\ | __) | | | _/ __ \ +// | \/ /_/ | | || | | \ | | |_\ ___/ +// /_______ /\____ | |__||__| \___ / |__|____/\___ > +// \/ \/ \/ \/ + +// discardLocalRepoBranchChanges discards local commits/changes of +// given branch to make sure it is even to remote branch. +func discardLocalRepoBranchChanges(localPath, branch string) error { + if !com.IsExist(localPath) { + return nil + } + // No need to check if nothing in the repository. + if !git.IsBranchExist(localPath, branch) { + return nil + } + + refName := "origin/" + branch + if err := git.ResetHEAD(localPath, true, refName); err != nil { + return fmt.Errorf("git reset --hard %s: %v", refName, err) + } + return nil +} + +func (repo *Repository) DiscardLocalRepoBranchChanges(branch string) error { + return discardLocalRepoBranchChanges(repo.LocalCopyPath(), branch) +} + +// checkoutNewBranch checks out to a new branch from the a branch name. +func checkoutNewBranch(repoPath, localPath, oldBranch, newBranch string) error { + if err := git.Checkout(localPath, git.CheckoutOptions{ + Timeout: time.Duration(setting.Git.Timeout.Pull) * time.Second, + Branch: newBranch, + OldBranch: oldBranch, + }); err != nil { + return fmt.Errorf("git checkout -b %s %s: %v", newBranch, oldBranch, err) + } + return nil +} + +func (repo *Repository) CheckoutNewBranch(oldBranch, newBranch string) error { + return checkoutNewBranch(repo.RepoPath(), repo.LocalCopyPath(), oldBranch, newBranch) +} + +type UpdateRepoFileOptions struct { + LastCommitID string + OldBranch string + NewBranch string + OldTreeName string + NewTreeName string + Message string + Content string + IsNewFile bool +} + +// UpdateRepoFile adds or updates a file in repository. +func (repo *Repository) UpdateRepoFile(doer *User, opts UpdateRepoFileOptions) (err error) { + repoWorkingPool.CheckIn(com.ToStr(repo.ID)) + defer repoWorkingPool.CheckOut(com.ToStr(repo.ID)) + + if err = repo.DiscardLocalRepoBranchChanges(opts.OldBranch); err != nil { + return fmt.Errorf("DiscardLocalRepoBranchChanges [branch: %s]: %v", opts.OldBranch, err) + } else if err = repo.UpdateLocalCopyBranch(opts.OldBranch); err != nil { + return fmt.Errorf("UpdateLocalCopyBranch [branch: %s]: %v", opts.OldBranch, err) + } + + if opts.OldBranch != opts.NewBranch { + if err := repo.CheckoutNewBranch(opts.OldBranch, opts.NewBranch); err != nil { + return fmt.Errorf("CheckoutNewBranch [old_branch: %s, new_branch: %s]: %v", opts.OldBranch, opts.NewBranch, err) + } + } + + localPath := repo.LocalCopyPath() + oldFilePath := path.Join(localPath, opts.OldTreeName) + filePath := path.Join(localPath, opts.NewTreeName) + os.MkdirAll(path.Dir(filePath), os.ModePerm) + + // If it's meant to be a new file, make sure it doesn't exist. + if opts.IsNewFile { + if com.IsExist(filePath) { + return ErrRepoFileAlreadyExist{filePath} + } + } + + // Ignore move step if it's a new file under a directory. + // Otherwise, move the file when name changed. + if com.IsFile(oldFilePath) && opts.OldTreeName != opts.NewTreeName { + if err = git.MoveFile(localPath, opts.OldTreeName, opts.NewTreeName); err != nil { + return fmt.Errorf("git mv %s %s: %v", opts.OldTreeName, opts.NewTreeName, err) + } + } + + if err = ioutil.WriteFile(filePath, []byte(opts.Content), 0666); err != nil { + return fmt.Errorf("WriteFile: %v", err) + } + + if err = git.AddChanges(localPath, true); err != nil { + return fmt.Errorf("git add --all: %v", err) + } else if err = git.CommitChanges(localPath, git.CommitChangesOptions{ + Committer: doer.NewGitSig(), + Message: opts.Message, + }); err != nil { + return fmt.Errorf("CommitChanges: %v", err) + } else if err = git.Push(localPath, "origin", opts.NewBranch); err != nil { + return fmt.Errorf("git push origin %s: %v", opts.NewBranch, err) + } + + gitRepo, err := git.OpenRepository(repo.RepoPath()) + if err != nil { + log.Error(4, "OpenRepository: %v", err) + return nil + } + commit, err := gitRepo.GetBranchCommit(opts.NewBranch) + if err != nil { + log.Error(4, "GetBranchCommit [branch: %s]: %v", opts.NewBranch, err) + return nil + } + + // Simulate push event. + pushCommits := &PushCommits{ + Len: 1, + Commits: []*PushCommit{CommitToPushCommit(commit)}, + } + oldCommitID := opts.LastCommitID + if opts.NewBranch != opts.OldBranch { + oldCommitID = git.EMPTY_SHA + } + if err := CommitRepoAction(CommitRepoActionOptions{ + PusherName: doer.Name, + RepoOwnerID: repo.MustOwner().ID, + RepoName: repo.Name, + RefFullName: git.BRANCH_PREFIX + opts.NewBranch, + OldCommitID: oldCommitID, + NewCommitID: commit.ID.String(), + Commits: pushCommits, + }); err != nil { + log.Error(4, "CommitRepoAction: %v", err) + return nil + } + + return nil +} + +// GetDiffPreview produces and returns diff result of a file which is not yet committed. +func (repo *Repository) GetDiffPreview(branch, treePath, content string) (diff *Diff, err error) { + repoWorkingPool.CheckIn(com.ToStr(repo.ID)) + defer repoWorkingPool.CheckOut(com.ToStr(repo.ID)) + + if err = repo.DiscardLocalRepoBranchChanges(branch); err != nil { + return nil, fmt.Errorf("DiscardLocalRepoBranchChanges [branch: %s]: %v", branch, err) + } else if err = repo.UpdateLocalCopyBranch(branch); err != nil { + return nil, fmt.Errorf("UpdateLocalCopyBranch [branch: %s]: %v", branch, err) + } + + localPath := repo.LocalCopyPath() + filePath := path.Join(localPath, treePath) + os.MkdirAll(filepath.Dir(filePath), os.ModePerm) + if err = ioutil.WriteFile(filePath, []byte(content), 0666); err != nil { + return nil, fmt.Errorf("WriteFile: %v", err) + } + + cmd := exec.Command("git", "diff", treePath) + cmd.Dir = localPath + cmd.Stderr = os.Stderr + + stdout, err := cmd.StdoutPipe() + if err != nil { + return nil, fmt.Errorf("StdoutPipe: %v", err) + } + + if err = cmd.Start(); err != nil { + return nil, fmt.Errorf("Start: %v", err) + } + + pid := process.Add(fmt.Sprintf("GetDiffPreview [repo_path: %s]", repo.RepoPath()), cmd) + defer process.Remove(pid) + + diff, err = ParsePatch(setting.Git.MaxGitDiffLines, setting.Git.MaxGitDiffLineCharacters, setting.Git.MaxGitDiffFiles, stdout) + if err != nil { + return nil, fmt.Errorf("ParsePatch: %v", err) + } + + if err = cmd.Wait(); err != nil { + return nil, fmt.Errorf("Wait: %v", err) + } + + return diff, nil +} + +// ________ .__ __ ___________.__.__ +// \______ \ ____ | | _____/ |_ ____ \_ _____/|__| | ____ +// | | \_/ __ \| | _/ __ \ __\/ __ \ | __) | | | _/ __ \ +// | ` \ ___/| |_\ ___/| | \ ___/ | \ | | |_\ ___/ +// /_______ /\___ >____/\___ >__| \___ > \___ / |__|____/\___ > +// \/ \/ \/ \/ \/ \/ +// + +type DeleteRepoFileOptions struct { + LastCommitID string + OldBranch string + NewBranch string + TreePath string + Message string +} + +func (repo *Repository) DeleteRepoFile(doer *User, opts DeleteRepoFileOptions) (err error) { + repoWorkingPool.CheckIn(com.ToStr(repo.ID)) + defer repoWorkingPool.CheckOut(com.ToStr(repo.ID)) + + if err = repo.DiscardLocalRepoBranchChanges(opts.OldBranch); err != nil { + return fmt.Errorf("DiscardLocalRepoBranchChanges [branch: %s]: %v", opts.OldBranch, err) + } else if err = repo.UpdateLocalCopyBranch(opts.OldBranch); err != nil { + return fmt.Errorf("UpdateLocalCopyBranch [branch: %s]: %v", opts.OldBranch, err) + } + + if opts.OldBranch != opts.NewBranch { + if err := repo.CheckoutNewBranch(opts.OldBranch, opts.NewBranch); err != nil { + return fmt.Errorf("CheckoutNewBranch [old_branch: %s, new_branch: %s]: %v", opts.OldBranch, opts.NewBranch, err) + } + } + + localPath := repo.LocalCopyPath() + if err = os.Remove(path.Join(localPath, opts.TreePath)); err != nil { + return fmt.Errorf("Remove: %v", err) + } + + if err = git.AddChanges(localPath, true); err != nil { + return fmt.Errorf("git add --all: %v", err) + } else if err = git.CommitChanges(localPath, git.CommitChangesOptions{ + Committer: doer.NewGitSig(), + Message: opts.Message, + }); err != nil { + return fmt.Errorf("CommitChanges: %v", err) + } else if err = git.Push(localPath, "origin", opts.NewBranch); err != nil { + return fmt.Errorf("git push origin %s: %v", opts.NewBranch, err) + } + + gitRepo, err := git.OpenRepository(repo.RepoPath()) + if err != nil { + log.Error(4, "OpenRepository: %v", err) + return nil + } + commit, err := gitRepo.GetBranchCommit(opts.NewBranch) + if err != nil { + log.Error(4, "GetBranchCommit [branch: %s]: %v", opts.NewBranch, err) + return nil + } + + // Simulate push event. + pushCommits := &PushCommits{ + Len: 1, + Commits: []*PushCommit{CommitToPushCommit(commit)}, + } + if err := CommitRepoAction(CommitRepoActionOptions{ + PusherName: doer.Name, + RepoOwnerID: repo.MustOwner().ID, + RepoName: repo.Name, + RefFullName: git.BRANCH_PREFIX + opts.NewBranch, + OldCommitID: opts.LastCommitID, + NewCommitID: commit.ID.String(), + Commits: pushCommits, + }); err != nil { + log.Error(4, "CommitRepoAction: %v", err) + return nil + } + + return nil +} + +// ____ ___ .__ .___ ___________.___.__ +// | | \______ | | _________ __| _/ \_ _____/| | | ____ ______ +// | | /\____ \| | / _ \__ \ / __ | | __) | | | _/ __ \ / ___/ +// | | / | |_> > |_( <_> ) __ \_/ /_/ | | \ | | |_\ ___/ \___ \ +// |______/ | __/|____/\____(____ /\____ | \___ / |___|____/\___ >____ > +// |__| \/ \/ \/ \/ \/ +// + +// Upload represent a uploaded file to a repo to be deleted when moved +type Upload struct { + ID int64 `xorm:"pk autoincr"` + UUID string `xorm:"uuid UNIQUE"` + Name string +} + +// UploadLocalPath returns where uploads is stored in local file system based on given UUID. +func UploadLocalPath(uuid string) string { + return path.Join(setting.Repository.Upload.TempPath, uuid[0:1], uuid[1:2], uuid) +} + +// LocalPath returns where uploads are temporarily stored in local file system. +func (upload *Upload) LocalPath() string { + return UploadLocalPath(upload.UUID) +} + +// NewUpload creates a new upload object. +func NewUpload(name string, buf []byte, file multipart.File) (_ *Upload, err error) { + upload := &Upload{ + UUID: gouuid.NewV4().String(), + Name: name, + } + + localPath := upload.LocalPath() + if err = os.MkdirAll(path.Dir(localPath), os.ModePerm); err != nil { + return nil, fmt.Errorf("MkdirAll: %v", err) + } + + fw, err := os.Create(localPath) + if err != nil { + return nil, fmt.Errorf("Create: %v", err) + } + defer fw.Close() + + if _, err = fw.Write(buf); err != nil { + return nil, fmt.Errorf("Write: %v", err) + } else if _, err = io.Copy(fw, file); err != nil { + return nil, fmt.Errorf("Copy: %v", err) + } + + if _, err := x.Insert(upload); err != nil { + return nil, err + } + + return upload, nil +} + +func GetUploadByUUID(uuid string) (*Upload, error) { + upload := &Upload{UUID: uuid} + has, err := x.Get(upload) + if err != nil { + return nil, err + } else if !has { + return nil, ErrUploadNotExist{0, uuid} + } + return upload, nil +} + +func GetUploadsByUUIDs(uuids []string) ([]*Upload, error) { + if len(uuids) == 0 { + return []*Upload{}, nil + } + + // Silently drop invalid uuids. + uploads := make([]*Upload, 0, len(uuids)) + return uploads, x.In("uuid", uuids).Find(&uploads) +} + +func DeleteUploads(uploads ...*Upload) (err error) { + if len(uploads) == 0 { + return nil + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + ids := make([]int64, len(uploads)) + for i := 0; i < len(uploads); i++ { + ids[i] = uploads[i].ID + } + if _, err = sess.In("id", ids).Delete(new(Upload)); err != nil { + return fmt.Errorf("delete uploads: %v", err) + } + + for _, upload := range uploads { + localPath := upload.LocalPath() + if !com.IsFile(localPath) { + continue + } + + if err := os.Remove(localPath); err != nil { + return fmt.Errorf("remove upload: %v", err) + } + } + + return sess.Commit() +} + +func DeleteUpload(u *Upload) error { + return DeleteUploads(u) +} + +func DeleteUploadByUUID(uuid string) error { + upload, err := GetUploadByUUID(uuid) + if err != nil { + if IsErrUploadNotExist(err) { + return nil + } + return fmt.Errorf("GetUploadByUUID: %v", err) + } + + if err := DeleteUpload(upload); err != nil { + return fmt.Errorf("DeleteUpload: %v", err) + } + + return nil +} + +type UploadRepoFileOptions struct { + LastCommitID string + OldBranch string + NewBranch string + TreePath string + Message string + Files []string // In UUID format. +} + +func (repo *Repository) UploadRepoFiles(doer *User, opts UploadRepoFileOptions) (err error) { + if len(opts.Files) == 0 { + return nil + } + + uploads, err := GetUploadsByUUIDs(opts.Files) + if err != nil { + return fmt.Errorf("GetUploadsByUUIDs [uuids: %v]: %v", opts.Files, err) + } + + repoWorkingPool.CheckIn(com.ToStr(repo.ID)) + defer repoWorkingPool.CheckOut(com.ToStr(repo.ID)) + + if err = repo.DiscardLocalRepoBranchChanges(opts.OldBranch); err != nil { + return fmt.Errorf("DiscardLocalRepoBranchChanges [branch: %s]: %v", opts.OldBranch, err) + } else if err = repo.UpdateLocalCopyBranch(opts.OldBranch); err != nil { + return fmt.Errorf("UpdateLocalCopyBranch [branch: %s]: %v", opts.OldBranch, err) + } + + if opts.OldBranch != opts.NewBranch { + if err = repo.CheckoutNewBranch(opts.OldBranch, opts.NewBranch); err != nil { + return fmt.Errorf("CheckoutNewBranch [old_branch: %s, new_branch: %s]: %v", opts.OldBranch, opts.NewBranch, err) + } + } + + localPath := repo.LocalCopyPath() + dirPath := path.Join(localPath, opts.TreePath) + os.MkdirAll(dirPath, os.ModePerm) + + // Copy uploaded files into repository. + for _, upload := range uploads { + tmpPath := upload.LocalPath() + targetPath := path.Join(dirPath, upload.Name) + if !com.IsFile(tmpPath) { + continue + } + + if err = com.Copy(tmpPath, targetPath); err != nil { + return fmt.Errorf("Copy: %v", err) + } + } + + if err = git.AddChanges(localPath, true); err != nil { + return fmt.Errorf("git add --all: %v", err) + } else if err = git.CommitChanges(localPath, git.CommitChangesOptions{ + Committer: doer.NewGitSig(), + Message: opts.Message, + }); err != nil { + return fmt.Errorf("CommitChanges: %v", err) + } else if err = git.Push(localPath, "origin", opts.NewBranch); err != nil { + return fmt.Errorf("git push origin %s: %v", opts.NewBranch, err) + } + + gitRepo, err := git.OpenRepository(repo.RepoPath()) + if err != nil { + log.Error(4, "OpenRepository: %v", err) + return nil + } + commit, err := gitRepo.GetBranchCommit(opts.NewBranch) + if err != nil { + log.Error(4, "GetBranchCommit [branch: %s]: %v", opts.NewBranch, err) + return nil + } + + // Simulate push event. + pushCommits := &PushCommits{ + Len: 1, + Commits: []*PushCommit{CommitToPushCommit(commit)}, + } + if err := CommitRepoAction(CommitRepoActionOptions{ + PusherName: doer.Name, + RepoOwnerID: repo.MustOwner().ID, + RepoName: repo.Name, + RefFullName: git.BRANCH_PREFIX + opts.NewBranch, + OldCommitID: opts.LastCommitID, + NewCommitID: commit.ID.String(), + Commits: pushCommits, + }); err != nil { + log.Error(4, "CommitRepoAction: %v", err) + return nil + } + + return DeleteUploads(uploads...) +} diff --git a/models/repo_mirror.go b/models/repo_mirror.go new file mode 100644 index 000000000..8835c40d2 --- /dev/null +++ b/models/repo_mirror.go @@ -0,0 +1,244 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "fmt" + "strings" + "time" + + "github.com/Unknwon/com" + "github.com/go-xorm/xorm" + "gopkg.in/ini.v1" + + "github.com/gogits/gogs/modules/log" + "github.com/gogits/gogs/modules/process" + "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/modules/sync" +) + +var MirrorQueue = sync.NewUniqueQueue(setting.Repository.MirrorQueueLength) + +// Mirror represents mirror information of a repository. +type Mirror struct { + ID int64 `xorm:"pk autoincr"` + RepoID int64 + Repo *Repository `xorm:"-"` + Interval int // Hour. + EnablePrune bool `xorm:"NOT NULL DEFAULT true"` + + Updated time.Time `xorm:"-"` + UpdatedUnix int64 + NextUpdate time.Time `xorm:"-"` + NextUpdateUnix int64 + + address string `xorm:"-"` +} + +func (m *Mirror) BeforeInsert() { + m.UpdatedUnix = time.Now().Unix() + m.NextUpdateUnix = m.NextUpdate.Unix() +} + +func (m *Mirror) BeforeUpdate() { + m.UpdatedUnix = time.Now().Unix() + m.NextUpdateUnix = m.NextUpdate.Unix() +} + +func (m *Mirror) AfterSet(colName string, _ xorm.Cell) { + var err error + switch colName { + case "repo_id": + m.Repo, err = GetRepositoryByID(m.RepoID) + if err != nil { + log.Error(3, "GetRepositoryByID[%d]: %v", m.ID, err) + } + case "updated_unix": + m.Updated = time.Unix(m.UpdatedUnix, 0).Local() + case "next_updated_unix": + m.NextUpdate = time.Unix(m.NextUpdateUnix, 0).Local() + } +} + +// ScheduleNextUpdate calculates and sets next update time. +func (m *Mirror) ScheduleNextUpdate() { + m.NextUpdate = time.Now().Add(time.Duration(m.Interval) * time.Hour) +} + +func (m *Mirror) readAddress() { + if len(m.address) > 0 { + return + } + + cfg, err := ini.Load(m.Repo.GitConfigPath()) + if err != nil { + log.Error(4, "Load: %v", err) + return + } + m.address = cfg.Section("remote \"origin\"").Key("url").Value() +} + +// HandleCloneUserCredentials replaces user credentials from HTTP/HTTPS URL +// with placeholder . +// It will fail for any other forms of clone addresses. +func HandleCloneUserCredentials(url string, mosaics bool) string { + i := strings.Index(url, "@") + if i == -1 { + return url + } + start := strings.Index(url, "://") + if start == -1 { + return url + } + if mosaics { + return url[:start+3] + "" + url[i:] + } + return url[:start+3] + url[i+1:] +} + +// Address returns mirror address from Git repository config without credentials. +func (m *Mirror) Address() string { + m.readAddress() + return HandleCloneUserCredentials(m.address, false) +} + +// FullAddress returns mirror address from Git repository config. +func (m *Mirror) FullAddress() string { + m.readAddress() + return m.address +} + +// SaveAddress writes new address to Git repository config. +func (m *Mirror) SaveAddress(addr string) error { + configPath := m.Repo.GitConfigPath() + cfg, err := ini.Load(configPath) + if err != nil { + return fmt.Errorf("Load: %v", err) + } + + cfg.Section("remote \"origin\"").Key("url").SetValue(addr) + return cfg.SaveToIndent(configPath, "\t") +} + +// runSync returns true if sync finished without error. +func (m *Mirror) runSync() bool { + repoPath := m.Repo.RepoPath() + wikiPath := m.Repo.WikiPath() + timeout := time.Duration(setting.Git.Timeout.Mirror) * time.Second + + gitArgs := []string{"remote", "update"} + if m.EnablePrune { + gitArgs = append(gitArgs, "--prune") + } + + if _, stderr, err := process.ExecDir( + timeout, repoPath, fmt.Sprintf("Mirror.runSync: %s", repoPath), + "git", gitArgs...); err != nil { + desc := fmt.Sprintf("Fail to update mirror repository '%s': %s", repoPath, stderr) + log.Error(4, desc) + if err = CreateRepositoryNotice(desc); err != nil { + log.Error(4, "CreateRepositoryNotice: %v", err) + } + return false + } + if m.Repo.HasWiki() { + if _, stderr, err := process.ExecDir( + timeout, wikiPath, fmt.Sprintf("Mirror.runSync: %s", wikiPath), + "git", "remote", "update", "--prune"); err != nil { + desc := fmt.Sprintf("Fail to update mirror wiki repository '%s': %s", wikiPath, stderr) + log.Error(4, desc) + if err = CreateRepositoryNotice(desc); err != nil { + log.Error(4, "CreateRepositoryNotice: %v", err) + } + return false + } + } + + return true +} + +func getMirrorByRepoID(e Engine, repoID int64) (*Mirror, error) { + m := &Mirror{RepoID: repoID} + has, err := e.Get(m) + if err != nil { + return nil, err + } else if !has { + return nil, ErrMirrorNotExist + } + return m, nil +} + +// GetMirrorByRepoID returns mirror information of a repository. +func GetMirrorByRepoID(repoID int64) (*Mirror, error) { + return getMirrorByRepoID(x, repoID) +} + +func updateMirror(e Engine, m *Mirror) error { + _, err := e.Id(m.ID).AllCols().Update(m) + return err +} + +func UpdateMirror(m *Mirror) error { + return updateMirror(x, m) +} + +func DeleteMirrorByRepoID(repoID int64) error { + _, err := x.Delete(&Mirror{RepoID: repoID}) + return err +} + +// MirrorUpdate checks and updates mirror repositories. +func MirrorUpdate() { + if taskStatusTable.IsRunning(_MIRROR_UPDATE) { + return + } + taskStatusTable.Start(_MIRROR_UPDATE) + defer taskStatusTable.Stop(_MIRROR_UPDATE) + + log.Trace("Doing: MirrorUpdate") + + if err := x.Where("next_update_unix<=?", time.Now().Unix()).Iterate(new(Mirror), func(idx int, bean interface{}) error { + m := bean.(*Mirror) + if m.Repo == nil { + log.Error(4, "Disconnected mirror repository found: %d", m.ID) + return nil + } + + MirrorQueue.Add(m.RepoID) + return nil + }); err != nil { + log.Error(4, "MirrorUpdate: %v", err) + } +} + +// SyncMirrors checks and syncs mirrors. +// TODO: sync more mirrors at same time. +func SyncMirrors() { + // Start listening on new sync requests. + for repoID := range MirrorQueue.Queue() { + log.Trace("SyncMirrors [repo_id: %v]", repoID) + MirrorQueue.Remove(repoID) + + m, err := GetMirrorByRepoID(com.StrTo(repoID).MustInt64()) + if err != nil { + log.Error(4, "GetMirrorByRepoID [%d]: %v", repoID, err) + continue + } + + if !m.runSync() { + continue + } + + m.ScheduleNextUpdate() + if err = UpdateMirror(m); err != nil { + log.Error(4, "UpdateMirror [%d]: %v", repoID, err) + continue + } + } +} + +func InitSyncMirrors() { + go SyncMirrors() +} diff --git a/models/repo_test.go b/models/repo_test.go new file mode 100644 index 000000000..69d90b938 --- /dev/null +++ b/models/repo_test.go @@ -0,0 +1,62 @@ +package models_test + +import ( + . "github.com/gogits/gogs/models" + . "github.com/smartystreets/goconvey/convey" + "testing" + + "github.com/gogits/gogs/modules/markdown" +) + +func TestRepo(t *testing.T) { + Convey("The metas map", t, func() { + var repo = new(Repository) + repo.Name = "testrepo" + repo.Owner = new(User) + repo.Owner.Name = "testuser" + repo.ExternalTrackerFormat = "https://someurl.com/{user}/{repo}/{issue}" + + Convey("When no external tracker is configured", func() { + Convey("It should be nil", func() { + repo.EnableExternalTracker = false + So(repo.ComposeMetas(), ShouldEqual, map[string]string(nil)) + }) + Convey("It should be nil even if other settings are present", func() { + repo.EnableExternalTracker = false + repo.ExternalTrackerFormat = "http://someurl.com/{user}/{repo}/{issue}" + repo.ExternalTrackerStyle = markdown.ISSUE_NAME_STYLE_NUMERIC + So(repo.ComposeMetas(), ShouldEqual, map[string]string(nil)) + }) + }) + + Convey("When an external issue tracker is configured", func() { + repo.EnableExternalTracker = true + Convey("It should default to numeric issue style", func() { + metas := repo.ComposeMetas() + So(metas["style"], ShouldEqual, markdown.ISSUE_NAME_STYLE_NUMERIC) + }) + Convey("It should pass through numeric issue style setting", func() { + repo.ExternalTrackerStyle = markdown.ISSUE_NAME_STYLE_NUMERIC + metas := repo.ComposeMetas() + So(metas["style"], ShouldEqual, markdown.ISSUE_NAME_STYLE_NUMERIC) + }) + Convey("It should pass through alphanumeric issue style setting", func() { + repo.ExternalTrackerStyle = markdown.ISSUE_NAME_STYLE_ALPHANUMERIC + metas := repo.ComposeMetas() + So(metas["style"], ShouldEqual, markdown.ISSUE_NAME_STYLE_ALPHANUMERIC) + }) + Convey("It should contain the user name", func() { + metas := repo.ComposeMetas() + So(metas["user"], ShouldEqual, "testuser") + }) + Convey("It should contain the repo name", func() { + metas := repo.ComposeMetas() + So(metas["repo"], ShouldEqual, "testrepo") + }) + Convey("It should contain the URL format", func() { + metas := repo.ComposeMetas() + So(metas["format"], ShouldEqual, "https://someurl.com/{user}/{repo}/{issue}") + }) + }) + }) +} diff --git a/models/ssh_key.go b/models/ssh_key.go index b30217155..0925b9ba7 100644 --- a/models/ssh_key.go +++ b/models/ssh_key.go @@ -5,12 +5,10 @@ package models import ( - "bufio" "encoding/base64" "encoding/binary" "errors" "fmt" - "io" "io/ioutil" "math/big" "os" @@ -24,17 +22,17 @@ import ( "github.com/go-xorm/xorm" "golang.org/x/crypto/ssh" + "github.com/gogits/gogs/modules/base" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/process" "github.com/gogits/gogs/modules/setting" ) const ( - // "### autogenerated by gitgos, DO NOT EDIT\n" _TPL_PUBLICK_KEY = `command="%s serv key-%d --config='%s'",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty %s` + "\n" ) -var sshOpLocker = sync.Mutex{} +var sshOpLocker sync.Mutex type KeyType int @@ -43,7 +41,7 @@ const ( KEY_TYPE_DEPLOY ) -// PublicKey represents a SSH or deploy key. +// PublicKey represents a user or deploy SSH public key. type PublicKey struct { ID int64 `xorm:"pk autoincr"` OwnerID int64 `xorm:"INDEX NOT NULL"` @@ -62,11 +60,11 @@ type PublicKey struct { } func (k *PublicKey) BeforeInsert() { - k.CreatedUnix = time.Now().UTC().Unix() + k.CreatedUnix = time.Now().Unix() } func (k *PublicKey) BeforeUpdate() { - k.UpdatedUnix = time.Now().UTC().Unix() + k.UpdatedUnix = time.Now().Unix() } func (k *PublicKey) AfterSet(colName string, _ xorm.Cell) { @@ -80,45 +78,44 @@ func (k *PublicKey) AfterSet(colName string, _ xorm.Cell) { } } -// OmitEmail returns content of public key but without e-mail address. +// OmitEmail returns content of public key without email address. func (k *PublicKey) OmitEmail() string { return strings.Join(strings.Split(k.Content, " ")[:2], " ") } -// GetAuthorizedString generates and returns formatted public key string for authorized_keys file. -func (key *PublicKey) GetAuthorizedString() string { +// AuthorizedString returns formatted public key string for authorized_keys file. +func (key *PublicKey) AuthorizedString() string { return fmt.Sprintf(_TPL_PUBLICK_KEY, setting.AppPath, key.ID, setting.CustomConf, key.Content) } func extractTypeFromBase64Key(key string) (string, error) { b, err := base64.StdEncoding.DecodeString(key) if err != nil || len(b) < 4 { - return "", fmt.Errorf("Invalid key format: %v", err) + return "", fmt.Errorf("invalid key format: %v", err) } keyLength := int(binary.BigEndian.Uint32(b)) if len(b) < 4+keyLength { - return "", fmt.Errorf("Invalid key format: not enough length") + return "", fmt.Errorf("invalid key format: not enough length %d", keyLength) } return string(b[4 : 4+keyLength]), nil } -// parseKeyString parses any key string in OpenSSH or SSH2 format to clean OpenSSH string (RFC4253) +// parseKeyString parses any key string in OpenSSH or SSH2 format to clean OpenSSH string (RFC4253). func parseKeyString(content string) (string, error) { - // Transform all legal line endings to a single "\n" - s := strings.Replace(strings.Replace(strings.TrimSpace(content), "\r\n", "\n", -1), "\r", "\n", -1) - - lines := strings.Split(s, "\n") + // Transform all legal line endings to a single "\n". + content = strings.NewReplacer("\r\n", "\n", "\r", "\n").Replace(content) + lines := strings.Split(content, "\n") var keyType, keyContent, keyComment string if len(lines) == 1 { - // Parse openssh format + // Parse OpenSSH format. parts := strings.SplitN(lines[0], " ", 3) switch len(parts) { case 0: - return "", errors.New("Empty key") + return "", errors.New("empty key") case 1: keyContent = parts[0] case 2: @@ -130,17 +127,15 @@ func parseKeyString(content string) (string, error) { keyComment = parts[2] } - // If keyType is not given, extract it from content. If given, validate it + // If keyType is not given, extract it from content. If given, validate it. + t, err := extractTypeFromBase64Key(keyContent) + if err != nil { + return "", fmt.Errorf("extractTypeFromBase64Key: %v", err) + } if len(keyType) == 0 { - if t, err := extractTypeFromBase64Key(keyContent); err == nil { - keyType = t - } else { - return "", err - } - } else { - if t, err := extractTypeFromBase64Key(keyContent); err != nil || keyType != t { - return "", err - } + keyType = t + } else if keyType != t { + return "", fmt.Errorf("key type and content does not match: %s - %s", keyType, t) } } else { // Parse SSH2 file format. @@ -158,11 +153,11 @@ func parseKeyString(content string) (string, error) { } } - if t, err := extractTypeFromBase64Key(keyContent); err == nil { - keyType = t - } else { - return "", err + t, err := extractTypeFromBase64Key(keyContent) + if err != nil { + return "", fmt.Errorf("extractTypeFromBase64Key: %v", err) } + keyType = t } return keyType + " " + keyContent + " " + keyComment, nil } @@ -177,7 +172,7 @@ func writeTmpKeyFile(content string) (string, error) { defer tmpFile.Close() if _, err = tmpFile.WriteString(content); err != nil { - return "", fmt.Errorf("tmpFile.WriteString: %v", err) + return "", fmt.Errorf("WriteString: %v", err) } return tmpFile.Name(), nil } @@ -197,7 +192,7 @@ func SSHKeyGenParsePublicKey(key string) (string, int, error) { stdout, stderr, err := process.Exec("SSHKeyGenParsePublicKey", setting.SSH.KeygenPath, "-lf", tmpName) if err != nil { - return "", 0, fmt.Errorf("Fail to parse public key: %s - %s", err, stderr) + return "", 0, fmt.Errorf("fail to parse public key: %s - %s", err, stderr) } if strings.Contains(stdout, "is not a public key file") { return "", 0, ErrKeyUnableVerify{stdout} @@ -205,7 +200,7 @@ func SSHKeyGenParsePublicKey(key string) (string, int, error) { fields := strings.Split(stdout, " ") if len(fields) < 4 { - return "", 0, fmt.Errorf("Invalid public key line: %s", stdout) + return "", 0, fmt.Errorf("invalid public key line: %s", stdout) } keyType := strings.Trim(fields[len(fields)-1], "()\r\n") @@ -230,7 +225,7 @@ func SSHNativeParsePublicKey(keyLine string) (string, int, error) { if strings.Contains(err.Error(), "ssh: unknown key algorithm") { return "", 0, ErrKeyUnableVerify{err.Error()} } - return "", 0, fmt.Errorf("ssh.ParsePublicKey: %v", err) + return "", 0, fmt.Errorf("ParsePublicKey: %v", err) } // The ssh library can parse the key, so next we find out what key exactly we have. @@ -262,15 +257,14 @@ func SSHNativeParsePublicKey(keyLine string) (string, int, error) { return "ecdsa", 384, nil case ssh.KeyAlgoECDSA521: return "ecdsa", 521, nil - case "ssh-ed25519": // TODO replace with ssh constant when available + case "ssh-ed25519": // TODO: replace with ssh constant when available return "ed25519", 256, nil } - return "", 0, fmt.Errorf("Unsupported key length detection for type: %s", pkey.Type()) + return "", 0, fmt.Errorf("unsupported key length detection for type: %s", pkey.Type()) } // CheckPublicKeyString checks if the given public key string is recognized by SSH. -// -// The function returns the actual public key line on success. +// It returns the actual public key line on success. func CheckPublicKeyString(content string) (_ string, err error) { if setting.SSH.Disabled { return "", errors.New("SSH is disabled") @@ -290,16 +284,19 @@ func CheckPublicKeyString(content string) (_ string, err error) { content = strings.TrimSpace(content) var ( + fnName string keyType string length int ) if setting.SSH.StartBuiltinServer { + fnName = "SSHNativeParsePublicKey" keyType, length, err = SSHNativeParsePublicKey(content) } else { + fnName = "SSHKeyGenParsePublicKey" keyType, length, err = SSHKeyGenParsePublicKey(content) } if err != nil { - return "", fmt.Errorf("ParsePublicKey: %v", err) + return "", fmt.Errorf("%s: %v", fnName, err) } log.Trace("Key info [native: %v]: %s-%d", setting.SSH.StartBuiltinServer, keyType, length) @@ -309,13 +306,13 @@ func CheckPublicKeyString(content string) (_ string, err error) { if minLen, found := setting.SSH.MinimumKeySizes[keyType]; found && length >= minLen { return content, nil } else if found && length < minLen { - return "", fmt.Errorf("Key length is not enough: got %d, needs %d", length, minLen) + return "", fmt.Errorf("key length is not enough: got %d, needs %d", length, minLen) } - return "", fmt.Errorf("Key type is not allowed: %s", keyType) + return "", fmt.Errorf("key type is not allowed: %s", keyType) } -// saveAuthorizedKeyFile writes SSH key content to authorized_keys file. -func saveAuthorizedKeyFile(keys ...*PublicKey) error { +// appendAuthorizedKeysToFile appends new SSH keys' content to authorized_keys file. +func appendAuthorizedKeysToFile(keys ...*PublicKey) error { sshOpLocker.Lock() defer sshOpLocker.Unlock() @@ -326,13 +323,13 @@ func saveAuthorizedKeyFile(keys ...*PublicKey) error { } defer f.Close() - fi, err := f.Stat() - if err != nil { - return err - } - - // FIXME: following command does not support in Windows. + // Note: chmod command does not support in Windows. if !setting.IsWindows { + fi, err := f.Stat() + if err != nil { + return err + } + // .ssh directory should have mode 700, and authorized_keys file should have mode 600. if fi.Mode().Perm() > 0600 { log.Error(4, "authorized_keys file has unusual permission flags: %s - setting to -rw-------", fi.Mode().Perm().String()) @@ -343,7 +340,7 @@ func saveAuthorizedKeyFile(keys ...*PublicKey) error { } for _, key := range keys { - if _, err = f.WriteString(key.GetAuthorizedString()); err != nil { + if _, err = f.WriteString(key.AuthorizedString()); err != nil { return err } } @@ -390,7 +387,7 @@ func addKey(e Engine, key *PublicKey) (err error) { if setting.SSH.StartBuiltinServer { return nil } - return saveAuthorizedKeyFile(key) + return appendAuthorizedKeysToFile(key) } // AddPublicKey adds new public key to database and authorized_keys file. @@ -401,7 +398,7 @@ func AddPublicKey(ownerID int64, name, content string) (*PublicKey, error) { } // Key name of same user cannot be duplicated. - has, err := x.Where("owner_id=? AND name=?", ownerID, name).Get(new(PublicKey)) + has, err := x.Where("owner_id = ? AND name = ?", ownerID, name).Get(new(PublicKey)) if err != nil { return nil, err } else if has { @@ -456,62 +453,7 @@ func SearchPublicKeyByContent(content string) (*PublicKey, error) { // ListPublicKeys returns a list of public keys belongs to given user. func ListPublicKeys(uid int64) ([]*PublicKey, error) { keys := make([]*PublicKey, 0, 5) - return keys, x.Where("owner_id=?", uid).Find(&keys) -} - -// rewriteAuthorizedKeys finds and deletes corresponding line in authorized_keys file. -func rewriteAuthorizedKeys(key *PublicKey, p, tmpP string) error { - fr, err := os.Open(p) - if err != nil { - return err - } - defer fr.Close() - - fw, err := os.OpenFile(tmpP, os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0600) - if err != nil { - return err - } - defer fw.Close() - - isFound := false - keyword := fmt.Sprintf("key-%d", key.ID) - buf := bufio.NewReader(fr) - for { - line, errRead := buf.ReadString('\n') - line = strings.TrimSpace(line) - - if errRead != nil { - if errRead != io.EOF { - return errRead - } - - // Reached end of file, if nothing to read then break, - // otherwise handle the last line. - if len(line) == 0 { - break - } - } - - // Found the line and copy rest of file. - if !isFound && strings.Contains(line, keyword) && strings.Contains(line, key.Content) { - isFound = true - continue - } - // Still finding the line, copy the line that currently read. - if _, err = fw.WriteString(line + "\n"); err != nil { - return err - } - - if errRead == io.EOF { - break - } - } - - if !isFound { - log.Warn("SSH key %d not found in authorized_keys file for deletion", key.ID) - } - - return nil + return keys, x.Where("owner_id = ?", uid).Find(&keys) } // UpdatePublicKey updates given public key. @@ -520,35 +462,14 @@ func UpdatePublicKey(key *PublicKey) error { return err } -func deletePublicKey(e *xorm.Session, keyID int64) error { - sshOpLocker.Lock() - defer sshOpLocker.Unlock() - - key := &PublicKey{ID: keyID} - has, err := e.Get(key) - if err != nil { - return err - } else if !has { +// deletePublicKeys does the actual key deletion but does not update authorized_keys file. +func deletePublicKeys(e *xorm.Session, keyIDs ...int64) error { + if len(keyIDs) == 0 { return nil } - if _, err = e.Id(key.ID).Delete(new(PublicKey)); err != nil { - return err - } - - // Don't need to rewrite this file if builtin SSH server is enabled. - if setting.SSH.StartBuiltinServer { - return nil - } - - fpath := filepath.Join(setting.SSH.RootPath, "authorized_keys") - tmpPath := fpath + ".tmp" - if err = rewriteAuthorizedKeys(key, fpath, tmpPath); err != nil { - return err - } else if err = os.Remove(fpath); err != nil { - return err - } - return os.Rename(tmpPath, fpath) + _, err := e.In("id", strings.Join(base.Int64sToStrings(keyIDs), ",")).Delete(new(PublicKey)) + return err } // DeletePublicKey deletes SSH key information both in database and authorized_keys file. @@ -562,8 +483,8 @@ func DeletePublicKey(doer *User, id int64) (err error) { } // Check if user has access to delete this key. - if !doer.IsAdmin && doer.Id != key.OwnerID { - return ErrKeyAccessDenied{doer.Id, key.ID, "public"} + if !doer.IsAdmin && doer.ID != key.OwnerID { + return ErrKeyAccessDenied{doer.ID, key.ID, "public"} } sess := x.NewSession() @@ -572,14 +493,20 @@ func DeletePublicKey(doer *User, id int64) (err error) { return err } - if err = deletePublicKey(sess, id); err != nil { + if err = deletePublicKeys(sess, id); err != nil { return err } - return sess.Commit() + if err = sess.Commit(); err != nil { + return err + } + + return RewriteAllPublicKeys() } // RewriteAllPublicKeys removes any authorized key and rewrite all keys from database again. +// Note: x.Iterate does not get latest data after insert/delete, so we have to call this function +// outsite any session scope independently. func RewriteAllPublicKeys() error { sshOpLocker.Lock() defer sshOpLocker.Unlock() @@ -593,7 +520,7 @@ func RewriteAllPublicKeys() error { defer os.Remove(tmpPath) err = x.Iterate(new(PublicKey), func(idx int, bean interface{}) (err error) { - _, err = f.WriteString((bean.(*PublicKey)).GetAuthorizedString()) + _, err = f.WriteString((bean.(*PublicKey)).AuthorizedString()) return err }) f.Close() @@ -638,11 +565,11 @@ type DeployKey struct { } func (k *DeployKey) BeforeInsert() { - k.CreatedUnix = time.Now().UTC().Unix() + k.CreatedUnix = time.Now().Unix() } func (k *DeployKey) BeforeUpdate() { - k.UpdatedUnix = time.Now().UTC().Unix() + k.UpdatedUnix = time.Now().Unix() } func (k *DeployKey) AfterSet(colName string, _ xorm.Cell) { @@ -668,14 +595,14 @@ func (k *DeployKey) GetContent() error { func checkDeployKey(e Engine, keyID, repoID int64, name string) error { // Note: We want error detail, not just true or false here. - has, err := e.Where("key_id=? AND repo_id=?", keyID, repoID).Get(new(DeployKey)) + has, err := e.Where("key_id = ? AND repo_id = ?", keyID, repoID).Get(new(DeployKey)) if err != nil { return err } else if has { return ErrDeployKeyAlreadyExist{keyID, repoID} } - has, err = e.Where("repo_id=? AND name=?", repoID, name).Get(new(DeployKey)) + has, err = e.Where("repo_id = ? AND name = ?", repoID, name).Get(new(DeployKey)) if err != nil { return err } else if has { @@ -703,7 +630,7 @@ func addDeployKey(e *xorm.Session, keyID, repoID int64, name, fingerprint string // HasDeployKey returns true if public key is a deploy key of given repository. func HasDeployKey(keyID, repoID int64) bool { - has, _ := x.Where("key_id=? AND repo_id=?", keyID, repoID).Get(new(DeployKey)) + has, _ := x.Where("key_id = ? AND repo_id = ?", keyID, repoID).Get(new(DeployKey)) return has } @@ -797,7 +724,7 @@ func DeleteDeployKey(doer *User, id int64) error { if err != nil { return fmt.Errorf("HasAccess: %v", err) } else if !yes { - return ErrKeyAccessDenied{doer.Id, key.ID, "deploy"} + return ErrKeyAccessDenied{doer.ID, key.ID, "deploy"} } } @@ -808,15 +735,15 @@ func DeleteDeployKey(doer *User, id int64) error { } if _, err = sess.Id(key.ID).Delete(new(DeployKey)); err != nil { - return fmt.Errorf("delete deploy key[%d]: %v", key.ID, err) + return fmt.Errorf("delete deploy key [%d]: %v", key.ID, err) } // Check if this is the last reference to same key content. - has, err := sess.Where("key_id=?", key.KeyID).Get(new(DeployKey)) + has, err := sess.Where("key_id = ?", key.KeyID).Get(new(DeployKey)) if err != nil { return err } else if !has { - if err = deletePublicKey(sess, key.KeyID); err != nil { + if err = deletePublicKeys(sess, key.KeyID); err != nil { return err } } @@ -827,5 +754,5 @@ func DeleteDeployKey(doer *User, id int64) error { // ListDeployKeys returns all deploy keys by given repository ID. func ListDeployKeys(repoID int64) ([]*DeployKey, error) { keys := make([]*DeployKey, 0, 5) - return keys, x.Where("repo_id=?", repoID).Find(&keys) + return keys, x.Where("repo_id = ?", repoID).Find(&keys) } diff --git a/models/ssh_key_test.go b/models/ssh_key_test.go index 61f2e18be..1cda60c50 100644 --- a/models/ssh_key_test.go +++ b/models/ssh_key_test.go @@ -1,7 +1,12 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + package models import ( "fmt" + "strings" "testing" . "github.com/smartystreets/goconvey/convey" @@ -24,7 +29,7 @@ func Test_SSHParsePublicKey(t *testing.T) { "rsa-2048": {"rsa", 2048, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMZXh+1OBUwSH9D45wTaxErQIN9IoC9xl7MKJkqvTvv6O5RR9YW/IK9FbfjXgXsppYGhsCZo1hFOOsXHMnfOORqu/xMDx4yPuyvKpw4LePEcg4TDipaDFuxbWOqc/BUZRZcXu41QAWfDLrInwsltWZHSeG7hjhpacl4FrVv9V1pS6Oc5Q1NxxEzTzuNLS/8diZrTm/YAQQ/+B+mzWI3zEtF4miZjjAljWd1LTBPvU23d29DcBmmFahcZ441XZsTeAwGxG/Q6j8NgNXj9WxMeWwxXV2jeAX/EBSpZrCVlCQ1yJswT6xCp8TuBnTiGWYMBNTbOZvPC4e0WI2/yZW/s5F nocomment"}, "ecdsa-256": {"ecdsa", 256, "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFQacN3PrOll7PXmN5B/ZNVahiUIqI05nbBlZk1KXsO3d06ktAWqbNflv2vEmA38bTFTfJ2sbn2B5ksT52cDDbA= nocomment"}, "ecdsa-384": {"ecdsa", 384, "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBINmioV+XRX1Fm9Qk2ehHXJ2tfVxW30ypUWZw670Zyq5GQfBAH6xjygRsJ5wWsHXBsGYgFUXIHvMKVAG1tpw7s6ax9oA+dJOJ7tj+vhn8joFqT+sg3LYHgZkHrfqryRasQ== nocomment"}, - "ecdsa-521": {"ecdsa", 521, "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBACGt3UG3EzRwNOI17QR84l6PgiAcvCE7v6aXPj/SC6UWKg4EL8vW9ZBcdYL9wzs4FZXh4MOV8jAzu3KRWNTwb4k2wFNUpGOt7l28MztFFEtH5BDDrtAJSPENPy8pvPLMfnPg5NhvWycqIBzNcHipem5wSJFN5PdpNOC2xMrPWKNqj+ZjQ== nocomment"}, + // "ecdsa-521": {"ecdsa", 521, "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBACGt3UG3EzRwNOI17QR84l6PgiAcvCE7v6aXPj/SC6UWKg4EL8vW9ZBcdYL9wzs4FZXh4MOV8jAzu3KRWNTwb4k2wFNUpGOt7l28MztFFEtH5BDDrtAJSPENPy8pvPLMfnPg5NhvWycqIBzNcHipem5wSJFN5PdpNOC2xMrPWKNqj+ZjQ== nocomment"}, } Convey("Parse public keys in both native and ssh-keygen", t, func() { @@ -37,7 +42,13 @@ func Test_SSHParsePublicKey(t *testing.T) { So(lengthN, ShouldEqual, key.length) keyTypeK, lengthK, errK := SSHKeyGenParsePublicKey(key.content) - So(errK, ShouldBeNil) + if errK != nil { + // Some server just does not support ecdsa format. + if strings.Contains(errK.Error(), "line 1 too long:") { + continue + } + So(errK, ShouldBeNil) + } So(keyTypeK, ShouldEqual, key.typeName) So(lengthK, ShouldEqual, key.length) } diff --git a/models/token.go b/models/token.go index 38d83e217..2c1f64ce0 100644 --- a/models/token.go +++ b/models/token.go @@ -29,11 +29,11 @@ type AccessToken struct { } func (t *AccessToken) BeforeInsert() { - t.CreatedUnix = time.Now().UTC().Unix() + t.CreatedUnix = time.Now().Unix() } func (t *AccessToken) BeforeUpdate() { - t.UpdatedUnix = time.Now().UTC().Unix() + t.UpdatedUnix = time.Now().Unix() } func (t *AccessToken) AfterSet(colName string, _ xorm.Cell) { @@ -56,6 +56,9 @@ func NewAccessToken(t *AccessToken) error { // GetAccessTokenBySHA returns access token by given sha1. func GetAccessTokenBySHA(sha string) (*AccessToken, error) { + if sha == "" { + return nil, ErrAccessTokenEmpty{} + } t := &AccessToken{Sha1: sha} has, err := x.Get(t) if err != nil { diff --git a/models/update.go b/models/update.go index 66775ea9f..79d62c8f6 100644 --- a/models/update.go +++ b/models/update.go @@ -47,6 +47,19 @@ func DeleteUpdateTaskByUUID(uuid string) error { return err } +// CommitToPushCommit transforms a git.Commit to PushCommit type. +func CommitToPushCommit(commit *git.Commit) *PushCommit { + return &PushCommit{ + Sha1: commit.ID.String(), + Message: commit.Message(), + AuthorEmail: commit.Author.Email, + AuthorName: commit.Author.Name, + CommitterEmail: commit.Committer.Email, + CommitterName: commit.Committer.Name, + Timestamp: commit.Author.When, + } +} + func ListToPushCommits(l *list.List) *PushCommits { commits := make([]*PushCommit, 0) var actEmail string @@ -55,33 +68,28 @@ func ListToPushCommits(l *list.List) *PushCommits { if actEmail == "" { actEmail = commit.Committer.Email } - commits = append(commits, - &PushCommit{commit.ID.String(), - commit.Message(), - commit.Author.Email, - commit.Author.Name, - }) + commits = append(commits, CommitToPushCommit(commit)) } return &PushCommits{l.Len(), commits, "", nil} } type PushUpdateOptions struct { - RefName string - OldCommitID string - NewCommitID string PusherID int64 PusherName string RepoUserName string RepoName string + RefFullName string + OldCommitID string + NewCommitID string } // PushUpdate must be called for any push actions in order to // generates necessary push action history feeds. func PushUpdate(opts PushUpdateOptions) (err error) { - isNewRef := strings.HasPrefix(opts.OldCommitID, "0000000") - isDelRef := strings.HasPrefix(opts.NewCommitID, "0000000") + isNewRef := opts.OldCommitID == git.EMPTY_SHA + isDelRef := opts.NewCommitID == git.EMPTY_SHA if isNewRef && isDelRef { - return fmt.Errorf("Old and new revisions both start with 000000") + return fmt.Errorf("Old and new revisions are both %s", git.EMPTY_SHA) } repoPath := RepoPath(opts.RepoUserName, opts.RepoName) @@ -94,7 +102,7 @@ func PushUpdate(opts PushUpdateOptions) (err error) { if isDelRef { log.GitLogger.Info("Reference '%s' has been deleted from '%s/%s' by %d", - opts.RefName, opts.RepoUserName, opts.RepoName, opts.PusherName) + opts.RefFullName, opts.RepoUserName, opts.RepoName, opts.PusherName) return nil } @@ -103,41 +111,30 @@ func PushUpdate(opts PushUpdateOptions) (err error) { return fmt.Errorf("OpenRepository: %v", err) } - repoUser, err := GetUserByName(opts.RepoUserName) + owner, err := GetUserByName(opts.RepoUserName) if err != nil { return fmt.Errorf("GetUserByName: %v", err) } - repo, err := GetRepositoryByName(repoUser.Id, opts.RepoName) + repo, err := GetRepositoryByName(owner.ID, opts.RepoName) if err != nil { return fmt.Errorf("GetRepositoryByName: %v", err) } // Push tags. - if strings.HasPrefix(opts.RefName, "refs/tags/") { - tag, err := gitRepo.GetTag(git.RefEndName(opts.RefName)) - if err != nil { - return fmt.Errorf("gitRepo.GetTag: %v", err) - } - - // When tagger isn't available, fall back to get committer email. - var actEmail string - if tag.Tagger != nil { - actEmail = tag.Tagger.Email - } else { - cmt, err := tag.Commit() - if err != nil { - return fmt.Errorf("tag.Commit: %v", err) - } - actEmail = cmt.Committer.Email - } - - commit := &PushCommits{} - if err = CommitRepoAction(opts.PusherID, repoUser.Id, opts.PusherName, actEmail, - repo.ID, opts.RepoUserName, opts.RepoName, opts.RefName, commit, opts.OldCommitID, opts.NewCommitID); err != nil { + if strings.HasPrefix(opts.RefFullName, git.TAG_PREFIX) { + if err := CommitRepoAction(CommitRepoActionOptions{ + PusherName: opts.PusherName, + RepoOwnerID: owner.ID, + RepoName: repo.Name, + RefFullName: opts.RefFullName, + OldCommitID: opts.OldCommitID, + NewCommitID: opts.NewCommitID, + Commits: &PushCommits{}, + }); err != nil { return fmt.Errorf("CommitRepoAction (tag): %v", err) } - return err + return nil } newCommit, err := gitRepo.GetCommit(opts.NewCommitID) @@ -159,9 +156,15 @@ func PushUpdate(opts PushUpdateOptions) (err error) { } } - if err = CommitRepoAction(opts.PusherID, repoUser.Id, opts.PusherName, repoUser.Email, - repo.ID, opts.RepoUserName, opts.RepoName, opts.RefName, ListToPushCommits(l), - opts.OldCommitID, opts.NewCommitID); err != nil { + if err := CommitRepoAction(CommitRepoActionOptions{ + PusherName: opts.PusherName, + RepoOwnerID: owner.ID, + RepoName: repo.Name, + RefFullName: opts.RefFullName, + OldCommitID: opts.OldCommitID, + NewCommitID: opts.NewCommitID, + Commits: ListToPushCommits(l), + }); err != nil { return fmt.Errorf("CommitRepoAction (branch): %v", err) } return nil diff --git a/models/user.go b/models/user.go index e6717aecd..946c6c94d 100644 --- a/models/user.go +++ b/models/user.go @@ -12,19 +12,20 @@ import ( "errors" "fmt" "image" - "image/jpeg" _ "image/jpeg" "image/png" "os" "path/filepath" "strings" "time" + "unicode/utf8" "github.com/Unknwon/com" "github.com/go-xorm/xorm" "github.com/nfnt/resize" "github.com/gogits/git-module" + api "github.com/gogits/go-gogs-client" "github.com/gogits/gogs/modules/avatar" "github.com/gogits/gogs/modules/base" @@ -45,14 +46,13 @@ var ( ErrEmailNotExist = errors.New("E-mail does not exist") ErrEmailNotActivated = errors.New("E-mail address has not been activated") ErrUserNameIllegal = errors.New("User name contains illegal characters") - ErrLoginSourceNotExist = errors.New("Login source does not exist") ErrLoginSourceNotActived = errors.New("Login source is not actived") ErrUnsupportedLoginType = errors.New("Login source is unknown") ) // User represents the object of individual and member of organization. type User struct { - Id int64 + ID int64 `xorm:"pk autoincr"` LowerName string `xorm:"UNIQUE NOT NULL"` Name string `xorm:"UNIQUE NOT NULL"` FullName string @@ -82,10 +82,11 @@ type User struct { MaxRepoCreation int `xorm:"NOT NULL DEFAULT -1"` // Permissions - IsActive bool + IsActive bool // Activate primary email IsAdmin bool AllowGitHook bool AllowImportLocal bool // Allow migrate repository by local path + ProhibitLogin bool // Avatar Avatar string `xorm:"VARCHAR(2048) NOT NULL"` @@ -107,7 +108,7 @@ type User struct { } func (u *User) BeforeInsert() { - u.CreatedUnix = time.Now().UTC().Unix() + u.CreatedUnix = time.Now().Unix() u.UpdatedUnix = u.CreatedUnix } @@ -115,7 +116,7 @@ func (u *User) BeforeUpdate() { if u.MaxRepoCreation < -1 { u.MaxRepoCreation = -1 } - u.UpdatedUnix = time.Now().UTC().Unix() + u.UpdatedUnix = time.Now().Unix() } func (u *User) AfterSet(colName string, _ xorm.Cell) { @@ -129,6 +130,16 @@ func (u *User) AfterSet(colName string, _ xorm.Cell) { } } +func (u *User) APIFormat() *api.User { + return &api.User{ + ID: u.ID, + UserName: u.Name, + FullName: u.FullName, + Email: u.Email, + AvatarUrl: u.AvatarLink(), + } +} + // returns true if user login type is LOGIN_PLAIN. func (u *User) IsLocal() bool { return u.LoginType <= LOGIN_PLAIN @@ -136,7 +147,7 @@ func (u *User) IsLocal() bool { // HasForkedRepo checks if user has already forked a repository with given ID. func (u *User) HasForkedRepo(repoID int64) bool { - _, has := HasForkedRepo(u.Id, repoID) + _, has := HasForkedRepo(u.ID, repoID) return has } @@ -167,16 +178,6 @@ func (u *User) CanImportLocal() bool { return u.IsAdmin || u.AllowImportLocal } -// EmailAdresses is the list of all email addresses of a user. Can contain the -// primary email address, but is not obligatory -type EmailAddress struct { - ID int64 `xorm:"pk autoincr"` - UID int64 `xorm:"INDEX NOT NULL"` - Email string `xorm:"UNIQUE NOT NULL"` - IsActivated bool - IsPrimary bool `xorm:"-"` -} - // DashboardLink returns the user dashboard page link. func (u *User) DashboardLink() string { if u.IsOrganization() { @@ -193,7 +194,7 @@ func (u *User) HomeLink() string { // GenerateEmailActivateCode generates an activate code based on user information and given e-mail. func (u *User) GenerateEmailActivateCode(email string) string { code := base.CreateTimeLimitCode( - com.ToStr(u.Id)+email+u.LowerName+u.Passwd+u.Rands, + com.ToStr(u.ID)+email+u.LowerName+u.Passwd+u.Rands, setting.Service.ActiveCodeLives, nil) // Add tail hex username @@ -208,7 +209,7 @@ func (u *User) GenerateActivateCode() string { // CustomAvatarPath returns user custom avatar file path. func (u *User) CustomAvatarPath() string { - return filepath.Join(setting.AvatarUploadPath, com.ToStr(u.Id)) + return filepath.Join(setting.AvatarUploadPath, com.ToStr(u.ID)) } // GenerateRandomAvatar generates a random avatar for user. @@ -231,17 +232,20 @@ func (u *User) GenerateRandomAvatar() error { } defer fw.Close() - if err = jpeg.Encode(fw, img, nil); err != nil { + if err = png.Encode(fw, img); err != nil { return fmt.Errorf("Encode: %v", err) } - log.Info("New random avatar created: %d", u.Id) + log.Info("New random avatar created: %d", u.ID) return nil } +// RelAvatarLink returns relative avatar link to the site domain, +// which includes app sub-url as prefix. However, it is possible +// to return full URL if user enables Gravatar-like service. func (u *User) RelAvatarLink() string { - defaultImgUrl := "/img/avatar_default.jpg" - if u.Id == -1 { + defaultImgUrl := setting.AppSubUrl + "/img/avatar_default.png" + if u.ID == -1 { return defaultImgUrl } @@ -250,7 +254,7 @@ func (u *User) RelAvatarLink() string { if !com.IsExist(u.CustomAvatarPath()) { return defaultImgUrl } - return "/avatars/" + com.ToStr(u.Id) + return setting.AppSubUrl + "/avatars/" + com.ToStr(u.ID) case setting.DisableGravatar, setting.OfflineMode: if !com.IsExist(u.CustomAvatarPath()) { if err := u.GenerateRandomAvatar(); err != nil { @@ -258,16 +262,16 @@ func (u *User) RelAvatarLink() string { } } - return "/avatars/" + com.ToStr(u.Id) + return setting.AppSubUrl + "/avatars/" + com.ToStr(u.ID) } - return setting.GravatarSource + u.Avatar + return base.AvatarLink(u.AvatarEmail) } -// AvatarLink returns user gravatar link. +// AvatarLink returns user avatar absolute link. func (u *User) AvatarLink() string { link := u.RelAvatarLink() if link[0] == '/' && link[1] != '/' { - return setting.AppSubUrl + link + return setting.AppUrl + strings.TrimPrefix(link, setting.AppSubUrl)[1:] } return link } @@ -275,7 +279,7 @@ func (u *User) AvatarLink() string { // User.GetFollwoers returns range of user's followers. func (u *User) GetFollowers(page int) ([]*User, error) { users := make([]*User, 0, ItemsPerPage) - sess := x.Limit(ItemsPerPage, (page-1)*ItemsPerPage).Where("follow.follow_id=?", u.Id) + sess := x.Limit(ItemsPerPage, (page-1)*ItemsPerPage).Where("follow.follow_id=?", u.ID) if setting.UsePostgreSQL { sess = sess.Join("LEFT", "follow", `"user".id=follow.user_id`) } else { @@ -285,13 +289,13 @@ func (u *User) GetFollowers(page int) ([]*User, error) { } func (u *User) IsFollowing(followID int64) bool { - return IsFollowing(u.Id, followID) + return IsFollowing(u.ID, followID) } // GetFollowing returns range of user's following. func (u *User) GetFollowing(page int) ([]*User, error) { users := make([]*User, 0, ItemsPerPage) - sess := x.Limit(ItemsPerPage, (page-1)*ItemsPerPage).Where("follow.user_id=?", u.Id) + sess := x.Limit(ItemsPerPage, (page-1)*ItemsPerPage).Where("follow.user_id=?", u.ID) if setting.UsePostgreSQL { sess = sess.Join("LEFT", "follow", `"user".id=follow.follow_id`) } else { @@ -303,7 +307,7 @@ func (u *User) GetFollowing(page int) ([]*User, error) { // NewGitSig generates and returns the signature of given user. func (u *User) NewGitSig() *git.Signature { return &git.Signature{ - Name: u.Name, + Name: u.DisplayName(), Email: u.Email, When: time.Now(), } @@ -330,7 +334,7 @@ func (u *User) UploadAvatar(data []byte) error { return fmt.Errorf("Decode: %v", err) } - m := resize.Resize(290, 290, img, resize.NearestNeighbor) + m := resize.Resize(avatar.AVATAR_SIZE, avatar.AVATAR_SIZE, img, resize.NearestNeighbor) sess := x.NewSession() defer sessionRelease(sess) @@ -359,7 +363,7 @@ func (u *User) UploadAvatar(data []byte) error { // DeleteAvatar deletes the user's custom avatar. func (u *User) DeleteAvatar() error { - log.Trace("DeleteAvatar[%d]: %s", u.Id, u.CustomAvatarPath()) + log.Trace("DeleteAvatar[%d]: %s", u.ID, u.CustomAvatarPath()) os.Remove(u.CustomAvatarPath()) u.UseCustomAvatar = false @@ -394,16 +398,16 @@ func (u *User) IsOrganization() bool { // IsUserOrgOwner returns true if user is in the owner team of given organization. func (u *User) IsUserOrgOwner(orgId int64) bool { - return IsOrganizationOwner(orgId, u.Id) + return IsOrganizationOwner(orgId, u.ID) } // IsPublicMember returns true if user public his/her membership in give organization. func (u *User) IsPublicMember(orgId int64) bool { - return IsPublicMembership(orgId, u.Id) + return IsPublicMembership(orgId, u.ID) } func (u *User) getOrganizationCount(e Engine) (int64, error) { - return e.Where("uid=?", u.Id).Count(new(OrgUser)) + return e.Where("uid=?", u.ID).Count(new(OrgUser)) } // GetOrganizationCount returns count of membership of organization of user. @@ -411,21 +415,26 @@ func (u *User) GetOrganizationCount() (int64, error) { return u.getOrganizationCount(x) } -// GetRepositories returns all repositories that user owns, including private repositories. -func (u *User) GetRepositories() (err error) { - u.Repos, err = GetRepositories(u.Id, true) +// GetRepositories returns repositories that user owns, including private repositories. +func (u *User) GetRepositories(page, pageSize int) (err error) { + u.Repos, err = GetUserRepositories(u.ID, true, page, pageSize) return err } +// GetRepositories returns mirror repositories that user owns, including private repositories. +func (u *User) GetMirrorRepositories() ([]*Repository, error) { + return GetUserMirrorRepositories(u.ID) +} + // GetOwnedOrganizations returns all organizations that user owns. func (u *User) GetOwnedOrganizations() (err error) { - u.OwnedOrgs, err = GetOwnedOrgsByUserID(u.Id) + u.OwnedOrgs, err = GetOwnedOrgsByUserID(u.ID) return err } // GetOrganizations returns all organizations that user belongs to. func (u *User) GetOrganizations(all bool) error { - ous, err := GetOrgUsersByUserID(u.Id, all) + ous, err := GetOrgUsersByUserID(u.ID, all) if err != nil { return err } @@ -464,36 +473,57 @@ func IsUserExist(uid int64, name string) (bool, error) { return x.Where("id!=?", uid).Get(&User{LowerName: strings.ToLower(name)}) } -// IsEmailUsed returns true if the e-mail has been used. -func IsEmailUsed(email string) (bool, error) { - if len(email) == 0 { - return false, nil - } - - email = strings.ToLower(email) - if has, err := x.Get(&EmailAddress{Email: email}); has || err != nil { - return has, err - } - return x.Get(&User{Email: email}) -} - // GetUserSalt returns a ramdom user salt token. func GetUserSalt() string { return base.GetRandomString(10) } -// NewFakeUser creates and returns a fake user for someone has deleted his/her account. -func NewFakeUser() *User { +// NewGhostUser creates and returns a fake user for someone has deleted his/her account. +func NewGhostUser() *User { return &User{ - Id: -1, - Name: "Someone", - LowerName: "someone", + ID: -1, + Name: "Ghost", + LowerName: "ghost", } } +var ( + reversedUsernames = []string{"debug", "raw", "install", "api", "avatar", "user", "org", "help", "stars", "issues", "pulls", "commits", "repo", "template", "admin", "new", ".", ".."} + reversedUserPatterns = []string{"*.keys"} +) + +// isUsableName checks if name is reserved or pattern of name is not allowed +// based on given reversed names and patterns. +// Names are exact match, patterns can be prefix or suffix match with placeholder '*'. +func isUsableName(names, patterns []string, name string) error { + name = strings.TrimSpace(strings.ToLower(name)) + if utf8.RuneCountInString(name) == 0 { + return ErrNameEmpty + } + + for i := range names { + if name == names[i] { + return ErrNameReserved{name} + } + } + + for _, pat := range patterns { + if pat[0] == '*' && strings.HasSuffix(name, pat[1:]) || + (pat[len(pat)-1] == '*' && strings.HasPrefix(name, pat[:len(pat)-1])) { + return ErrNamePatternNotAllowed{pat} + } + } + + return nil +} + +func IsUsableUsername(name string) error { + return isUsableName(reversedUsernames, reversedUserPatterns, name) +} + // CreateUser creates record of a new user. func CreateUser(u *User) (err error) { - if err = IsUsableName(u.Name); err != nil { + if err = IsUsableUsername(u.Name); err != nil { return err } @@ -521,16 +551,14 @@ func CreateUser(u *User) (err error) { u.MaxRepoCreation = -1 sess := x.NewSession() - defer sess.Close() + defer sessionRelease(sess) if err = sess.Begin(); err != nil { return err } if _, err = sess.Insert(u); err != nil { - sess.Rollback() return err } else if err = os.MkdirAll(UserPath(u.Name), os.ModePerm); err != nil { - sess.Rollback() return err } @@ -578,7 +606,7 @@ func VerifyUserActiveCode(code string) (user *User) { if user = getVerifyUser(code); user != nil { // time limit code prefix := code[:base.TimeLimitCodeLength] - data := com.ToStr(user.Id) + user.Email + user.LowerName + user.Passwd + user.Rands + data := com.ToStr(user.ID) + user.Email + user.LowerName + user.Passwd + user.Rands if base.VerifyTimeLimitCode(data, minutes, prefix) { return user @@ -594,7 +622,7 @@ func VerifyActiveEmailCode(code, email string) *EmailAddress { if user := getVerifyUser(code); user != nil { // time limit code prefix := code[:base.TimeLimitCodeLength] - data := com.ToStr(user.Id) + email + user.LowerName + user.Passwd + user.Rands + data := com.ToStr(user.ID) + email + user.LowerName + user.Passwd + user.Rands if base.VerifyTimeLimitCode(data, minutes, prefix) { emailAddress := &EmailAddress{Email: email} @@ -608,7 +636,7 @@ func VerifyActiveEmailCode(code, email string) *EmailAddress { // ChangeUserName changes all corresponding setting from old user name to new one. func ChangeUserName(u *User, newUserName string) (err error) { - if err = IsUsableName(newUserName); err != nil { + if err = IsUsableUsername(newUserName); err != nil { return err } @@ -624,7 +652,7 @@ func ChangeUserName(u *User, newUserName string) (err error) { } // Delete all local copies of repository wiki that user owns. - if err = x.Where("owner_id=?", u.Id).Iterate(new(Repository), func(idx int, bean interface{}) error { + if err = x.Where("owner_id=?", u.ID).Iterate(new(Repository), func(idx int, bean interface{}) error { repo := bean.(*Repository) RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath()) return nil @@ -639,7 +667,7 @@ func updateUser(e Engine, u *User) error { // Organization does not need email if !u.IsOrganization() { u.Email = strings.ToLower(u.Email) - has, err := e.Where("id!=?", u.Id).And("type=?", u.Type).And("email=?", u.Email).Get(new(User)) + has, err := e.Where("id!=?", u.ID).And("type=?", u.Type).And("email=?", u.Email).Get(new(User)) if err != nil { return err } else if has { @@ -658,7 +686,7 @@ func updateUser(e Engine, u *User) error { u.Description = base.TruncateString(u.Description, 255) u.FullName = markdown.Sanitizer.Sanitize(u.FullName) - _, err := e.Id(u.Id).AllCols().Update(u) + _, err := e.Id(u.ID).AllCols().Update(u) return err } @@ -687,7 +715,7 @@ func deleteUser(e *xorm.Session, u *User) error { if err != nil { return fmt.Errorf("GetRepositoryCount: %v", err) } else if count > 0 { - return ErrUserOwnRepos{UID: u.Id} + return ErrUserOwnRepos{UID: u.ID} } // Check membership of organization. @@ -695,12 +723,12 @@ func deleteUser(e *xorm.Session, u *User) error { if err != nil { return fmt.Errorf("GetOrganizationCount: %v", err) } else if count > 0 { - return ErrUserHasOrgs{UID: u.Id} + return ErrUserHasOrgs{UID: u.ID} } // ***** START: Watch ***** watches := make([]*Watch, 0, 10) - if err = e.Find(&watches, &Watch{UserID: u.Id}); err != nil { + if err = e.Find(&watches, &Watch{UserID: u.ID}); err != nil { return fmt.Errorf("get all watches: %v", err) } for i := range watches { @@ -712,7 +740,7 @@ func deleteUser(e *xorm.Session, u *User) error { // ***** START: Star ***** stars := make([]*Star, 0, 10) - if err = e.Find(&stars, &Star{UID: u.Id}); err != nil { + if err = e.Find(&stars, &Star{UID: u.ID}); err != nil { return fmt.Errorf("get all stars: %v", err) } for i := range stars { @@ -724,7 +752,7 @@ func deleteUser(e *xorm.Session, u *User) error { // ***** START: Follow ***** followers := make([]*Follow, 0, 10) - if err = e.Find(&followers, &Follow{UserID: u.Id}); err != nil { + if err = e.Find(&followers, &Follow{UserID: u.ID}); err != nil { return fmt.Errorf("get all followers: %v", err) } for i := range followers { @@ -735,37 +763,40 @@ func deleteUser(e *xorm.Session, u *User) error { // ***** END: Follow ***** if err = deleteBeans(e, - &AccessToken{UID: u.Id}, - &Collaboration{UserID: u.Id}, - &Access{UserID: u.Id}, - &Watch{UserID: u.Id}, - &Star{UID: u.Id}, - &Follow{FollowID: u.Id}, - &Action{UserID: u.Id}, - &IssueUser{UID: u.Id}, - &EmailAddress{UID: u.Id}, + &AccessToken{UID: u.ID}, + &Collaboration{UserID: u.ID}, + &Access{UserID: u.ID}, + &Watch{UserID: u.ID}, + &Star{UID: u.ID}, + &Follow{FollowID: u.ID}, + &Action{UserID: u.ID}, + &IssueUser{UID: u.ID}, + &EmailAddress{UID: u.ID}, ); err != nil { return fmt.Errorf("deleteBeans: %v", err) } // ***** START: PublicKey ***** keys := make([]*PublicKey, 0, 10) - if err = e.Find(&keys, &PublicKey{OwnerID: u.Id}); err != nil { + if err = e.Find(&keys, &PublicKey{OwnerID: u.ID}); err != nil { return fmt.Errorf("get all public keys: %v", err) } - for _, key := range keys { - if err = deletePublicKey(e, key.ID); err != nil { - return fmt.Errorf("deletePublicKey: %v", err) - } + + keyIDs := make([]int64, len(keys)) + for i := range keys { + keyIDs[i] = keys[i].ID + } + if err = deletePublicKeys(e, keyIDs...); err != nil { + return fmt.Errorf("deletePublicKeys: %v", err) } // ***** END: PublicKey ***** // Clear assignee. - if _, err = e.Exec("UPDATE `issue` SET assignee_id=0 WHERE assignee_id=?", u.Id); err != nil { + if _, err = e.Exec("UPDATE `issue` SET assignee_id=0 WHERE assignee_id=?", u.ID); err != nil { return fmt.Errorf("clear assignee: %v", err) } - if _, err = e.Id(u.Id).Delete(new(User)); err != nil { + if _, err = e.Id(u.ID).Delete(new(User)); err != nil { return fmt.Errorf("Delete: %v", err) } @@ -773,7 +804,6 @@ func deleteUser(e *xorm.Session, u *User) error { // Note: There are something just cannot be roll back, // so just keep error logs of those operations. - RewriteAllPublicKeys() os.RemoveAll(UserPath(u.Name)) os.Remove(u.CustomAvatarPath()) @@ -794,15 +824,20 @@ func DeleteUser(u *User) (err error) { return err } - return sess.Commit() + if err = sess.Commit(); err != nil { + return err + } + + return RewriteAllPublicKeys() } // DeleteInactivateUsers deletes all inactivate users and email addresses. func DeleteInactivateUsers() (err error) { users := make([]*User, 0, 10) - if err = x.Where("is_active=?", false).Find(&users); err != nil { + if err = x.Where("is_active = ?", false).Find(&users); err != nil { return fmt.Errorf("get all inactive users: %v", err) } + // FIXME: should only update authorized_keys file once after all deletions. for _, u := range users { if err = DeleteUser(u); err != nil { // Ignore users that were set inactive by admin. @@ -813,7 +848,7 @@ func DeleteInactivateUsers() (err error) { } } - _, err = x.Where("is_activated=?", false).Delete(new(EmailAddress)) + _, err = x.Where("is_activated = ?", false).Delete(new(EmailAddress)) return err } @@ -851,7 +886,7 @@ func GetUserByID(id int64) (*User, error) { // GetAssigneeByID returns the user with write access of repository by given ID. func GetAssigneeByID(repo *Repository, userID int64) (*User, error) { - has, err := HasAccess(&User{Id: userID}, repo, ACCESS_MODE_WRITE) + has, err := HasAccess(&User{ID: userID}, repo, ACCESS_MODE_WRITE) if err != nil { return nil, err } else if !has { @@ -888,160 +923,19 @@ func GetUserEmailsByNames(names []string) []string { return mails } -// GetUserIdsByNames returns a slice of ids corresponds to names. -func GetUserIdsByNames(names []string) []int64 { +// GetUserIDsByNames returns a slice of ids corresponds to names. +func GetUserIDsByNames(names []string) []int64 { ids := make([]int64, 0, len(names)) for _, name := range names { u, err := GetUserByName(name) if err != nil { continue } - ids = append(ids, u.Id) + ids = append(ids, u.ID) } return ids } -// GetEmailAddresses returns all e-mail addresses belongs to given user. -func GetEmailAddresses(uid int64) ([]*EmailAddress, error) { - emails := make([]*EmailAddress, 0, 5) - err := x.Where("uid=?", uid).Find(&emails) - if err != nil { - return nil, err - } - - u, err := GetUserByID(uid) - if err != nil { - return nil, err - } - - isPrimaryFound := false - for _, email := range emails { - if email.Email == u.Email { - isPrimaryFound = true - email.IsPrimary = true - } else { - email.IsPrimary = false - } - } - - // We alway want the primary email address displayed, even if it's not in - // the emailaddress table (yet) - if !isPrimaryFound { - emails = append(emails, &EmailAddress{ - Email: u.Email, - IsActivated: true, - IsPrimary: true, - }) - } - return emails, nil -} - -func AddEmailAddress(email *EmailAddress) error { - email.Email = strings.ToLower(strings.TrimSpace(email.Email)) - used, err := IsEmailUsed(email.Email) - if err != nil { - return err - } else if used { - return ErrEmailAlreadyUsed{email.Email} - } - - _, err = x.Insert(email) - return err -} - -func AddEmailAddresses(emails []*EmailAddress) error { - if len(emails) == 0 { - return nil - } - - // Check if any of them has been used - for i := range emails { - emails[i].Email = strings.ToLower(strings.TrimSpace(emails[i].Email)) - used, err := IsEmailUsed(emails[i].Email) - if err != nil { - return err - } else if used { - return ErrEmailAlreadyUsed{emails[i].Email} - } - } - - if _, err := x.Insert(emails); err != nil { - return fmt.Errorf("Insert: %v", err) - } - - return nil -} - -func (email *EmailAddress) Activate() error { - email.IsActivated = true - if _, err := x.Id(email.ID).AllCols().Update(email); err != nil { - return err - } - - if user, err := GetUserByID(email.UID); err != nil { - return err - } else { - user.Rands = GetUserSalt() - return UpdateUser(user) - } -} - -func DeleteEmailAddress(email *EmailAddress) (err error) { - if email.ID > 0 { - _, err = x.Id(email.ID).Delete(new(EmailAddress)) - } else { - _, err = x.Where("email=?", email.Email).Delete(new(EmailAddress)) - } - return err -} - -func DeleteEmailAddresses(emails []*EmailAddress) (err error) { - for i := range emails { - if err = DeleteEmailAddress(emails[i]); err != nil { - return err - } - } - - return nil -} - -func MakeEmailPrimary(email *EmailAddress) error { - has, err := x.Get(email) - if err != nil { - return err - } else if !has { - return ErrEmailNotExist - } - - if !email.IsActivated { - return ErrEmailNotActivated - } - - user := &User{Id: email.UID} - has, err = x.Get(user) - if err != nil { - return err - } else if !has { - return ErrUserNotExist{email.UID, ""} - } - - // Make sure the former primary email doesn't disappear - former_primary_email := &EmailAddress{Email: user.Email} - has, err = x.Get(former_primary_email) - if err != nil { - return err - } else if !has { - former_primary_email.UID = user.Id - former_primary_email.IsActivated = user.IsActive - x.Insert(former_primary_email) - } - - user.Email = email.Email - _, err = x.Id(user.Id).AllCols().Update(user) - - return err -} - // UserCommit represents a commit with validation of user. type UserCommit struct { User *User @@ -1119,7 +1013,7 @@ type SearchUserOptions struct { Type UserType OrderBy string Page int - PageSize int // Can be smaller than or equal to setting.ExplorePagingNum + PageSize int // Can be smaller than or equal to setting.UI.ExplorePagingNum } // SearchUserByName takes keyword and part of user name to search, @@ -1130,8 +1024,8 @@ func SearchUserByName(opts *SearchUserOptions) (users []*User, _ int64, _ error) } opts.Keyword = strings.ToLower(opts.Keyword) - if opts.PageSize <= 0 || opts.PageSize > setting.ExplorePagingNum { - opts.PageSize = setting.ExplorePagingNum + if opts.PageSize <= 0 || opts.PageSize > setting.UI.ExplorePagingNum { + opts.PageSize = setting.UI.ExplorePagingNum } if opts.Page <= 0 { opts.Page = 1 diff --git a/models/user_mail.go b/models/user_mail.go new file mode 100644 index 000000000..9a1804c91 --- /dev/null +++ b/models/user_mail.go @@ -0,0 +1,198 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package models + +import ( + "fmt" + "strings" +) + +// EmailAdresses is the list of all email addresses of a user. Can contain the +// primary email address, but is not obligatory. +type EmailAddress struct { + ID int64 `xorm:"pk autoincr"` + UID int64 `xorm:"INDEX NOT NULL"` + Email string `xorm:"UNIQUE NOT NULL"` + IsActivated bool + IsPrimary bool `xorm:"-"` +} + +// GetEmailAddresses returns all email addresses belongs to given user. +func GetEmailAddresses(uid int64) ([]*EmailAddress, error) { + emails := make([]*EmailAddress, 0, 5) + if err := x.Where("uid=?", uid).Find(&emails); err != nil { + return nil, err + } + + u, err := GetUserByID(uid) + if err != nil { + return nil, err + } + + isPrimaryFound := false + for _, email := range emails { + if email.Email == u.Email { + isPrimaryFound = true + email.IsPrimary = true + } else { + email.IsPrimary = false + } + } + + // We alway want the primary email address displayed, even if it's not in + // the emailaddress table (yet). + if !isPrimaryFound { + emails = append(emails, &EmailAddress{ + Email: u.Email, + IsActivated: true, + IsPrimary: true, + }) + } + return emails, nil +} + +func isEmailUsed(e Engine, email string) (bool, error) { + if len(email) == 0 { + return true, nil + } + + return e.Get(&EmailAddress{Email: email}) +} + +// IsEmailUsed returns true if the email has been used. +func IsEmailUsed(email string) (bool, error) { + return isEmailUsed(x, email) +} + +func addEmailAddress(e Engine, email *EmailAddress) error { + email.Email = strings.ToLower(strings.TrimSpace(email.Email)) + used, err := isEmailUsed(e, email.Email) + if err != nil { + return err + } else if used { + return ErrEmailAlreadyUsed{email.Email} + } + + _, err = e.Insert(email) + return err +} + +func AddEmailAddress(email *EmailAddress) error { + return addEmailAddress(x, email) +} + +func AddEmailAddresses(emails []*EmailAddress) error { + if len(emails) == 0 { + return nil + } + + // Check if any of them has been used + for i := range emails { + emails[i].Email = strings.ToLower(strings.TrimSpace(emails[i].Email)) + used, err := IsEmailUsed(emails[i].Email) + if err != nil { + return err + } else if used { + return ErrEmailAlreadyUsed{emails[i].Email} + } + } + + if _, err := x.Insert(emails); err != nil { + return fmt.Errorf("Insert: %v", err) + } + + return nil +} + +func (email *EmailAddress) Activate() error { + user, err := GetUserByID(email.UID) + if err != nil { + return err + } + user.Rands = GetUserSalt() + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + email.IsActivated = true + if _, err := sess.Id(email.ID).AllCols().Update(email); err != nil { + return err + } else if err = updateUser(sess, user); err != nil { + return err + } + + return sess.Commit() +} + +func DeleteEmailAddress(email *EmailAddress) (err error) { + if email.ID > 0 { + _, err = x.Id(email.ID).Delete(new(EmailAddress)) + } else { + _, err = x.Where("email=?", email.Email).Delete(new(EmailAddress)) + } + return err +} + +func DeleteEmailAddresses(emails []*EmailAddress) (err error) { + for i := range emails { + if err = DeleteEmailAddress(emails[i]); err != nil { + return err + } + } + + return nil +} + +func MakeEmailPrimary(email *EmailAddress) error { + has, err := x.Get(email) + if err != nil { + return err + } else if !has { + return ErrEmailNotExist + } + + if !email.IsActivated { + return ErrEmailNotActivated + } + + user := &User{ID: email.UID} + has, err = x.Get(user) + if err != nil { + return err + } else if !has { + return ErrUserNotExist{email.UID, ""} + } + + // Make sure the former primary email doesn't disappear. + formerPrimaryEmail := &EmailAddress{Email: user.Email} + has, err = x.Get(formerPrimaryEmail) + if err != nil { + return err + } + + sess := x.NewSession() + defer sessionRelease(sess) + if err = sess.Begin(); err != nil { + return err + } + + if !has { + formerPrimaryEmail.UID = user.ID + formerPrimaryEmail.IsActivated = user.IsActive + if _, err = sess.Insert(formerPrimaryEmail); err != nil { + return err + } + } + + user.Email = email.Email + if _, err = sess.Id(user.ID).AllCols().Update(user); err != nil { + return err + } + + return sess.Commit() +} diff --git a/models/webhook.go b/models/webhook.go index 6d8b8c168..084a7ee73 100644 --- a/models/webhook.go +++ b/models/webhook.go @@ -10,10 +10,8 @@ import ( "fmt" "io/ioutil" "strings" - "sync" "time" - "github.com/Unknwon/com" "github.com/go-xorm/xorm" gouuid "github.com/satori/go.uuid" @@ -22,8 +20,11 @@ import ( "github.com/gogits/gogs/modules/httplib" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/modules/sync" ) +var HookQueue = sync.NewUniqueQueue(setting.Webhook.QueueLength) + type HookContentType int const ( @@ -58,8 +59,9 @@ func IsValidHookContentType(name string) bool { } type HookEvents struct { - Create bool `json:"create"` - Push bool `json:"push"` + Create bool `json:"create"` + Push bool `json:"push"` + PullRequest bool `json:"pull_request"` } // HookEvent represents events that will delivery hook. @@ -102,12 +104,12 @@ type Webhook struct { } func (w *Webhook) BeforeInsert() { - w.CreatedUnix = time.Now().UTC().Unix() + w.CreatedUnix = time.Now().Unix() w.UpdatedUnix = w.CreatedUnix } func (w *Webhook) BeforeUpdate() { - w.UpdatedUnix = time.Now().UTC().Unix() + w.UpdatedUnix = time.Now().Unix() } func (w *Webhook) AfterSet(colName string, _ xorm.Cell) { @@ -157,14 +159,23 @@ func (w *Webhook) HasPushEvent() bool { (w.ChooseEvents && w.HookEvents.Push) } +// HasPullRequestEvent returns true if hook enabled pull request event. +func (w *Webhook) HasPullRequestEvent() bool { + return w.SendEverything || + (w.ChooseEvents && w.HookEvents.PullRequest) +} + func (w *Webhook) EventsArray() []string { - events := make([]string, 0, 2) + events := make([]string, 0, 3) if w.HasCreateEvent() { events = append(events, "create") } if w.HasPushEvent() { events = append(events, "push") } + if w.HasPullRequestEvent() { + events = append(events, "pull_request") + } return events } @@ -174,28 +185,47 @@ func CreateWebhook(w *Webhook) error { return err } -// GetWebhookByID returns webhook by given ID. -func GetWebhookByID(id int64) (*Webhook, error) { - w := new(Webhook) - has, err := x.Id(id).Get(w) +// getWebhook uses argument bean as query condition, +// ID must be specified and do not assign unnecessary fields. +func getWebhook(bean *Webhook) (*Webhook, error) { + has, err := x.Get(bean) if err != nil { return nil, err } else if !has { - return nil, ErrWebhookNotExist{id} + return nil, ErrWebhookNotExist{bean.ID} } - return w, nil + return bean, nil +} + +// GetWebhookByRepoID returns webhook of repository by given ID. +func GetWebhookByRepoID(repoID, id int64) (*Webhook, error) { + return getWebhook(&Webhook{ + ID: id, + RepoID: repoID, + }) +} + +// GetWebhookByOrgID returns webhook of organization by given ID. +func GetWebhookByOrgID(orgID, id int64) (*Webhook, error) { + return getWebhook(&Webhook{ + ID: id, + OrgID: orgID, + }) } // GetActiveWebhooksByRepoID returns all active webhooks of repository. -func GetActiveWebhooksByRepoID(repoID int64) (ws []*Webhook, err error) { - err = x.Where("repo_id=?", repoID).And("is_active=?", true).Find(&ws) - return ws, err +func GetActiveWebhooksByRepoID(repoID int64) ([]*Webhook, error) { + webhooks := make([]*Webhook, 0, 5) + return webhooks, x.Find(&webhooks, &Webhook{ + RepoID: repoID, + IsActive: true, + }) } -// GetWebhooksByRepoID returns all webhooks of repository. -func GetWebhooksByRepoID(repoID int64) (ws []*Webhook, err error) { - err = x.Find(&ws, &Webhook{RepoID: repoID}) - return ws, err +// GetWebhooksByRepoID returns all webhooks of a repository. +func GetWebhooksByRepoID(repoID int64) ([]*Webhook, error) { + webhooks := make([]*Webhook, 0, 5) + return webhooks, x.Find(&webhooks, &Webhook{RepoID: repoID}) } // UpdateWebhook updates information of webhook. @@ -204,25 +234,42 @@ func UpdateWebhook(w *Webhook) error { return err } -// DeleteWebhook deletes webhook of repository. -func DeleteWebhook(id int64) (err error) { +// deleteWebhook uses argument bean as query condition, +// ID must be specified and do not assign unnecessary fields. +func deleteWebhook(bean *Webhook) (err error) { sess := x.NewSession() defer sessionRelease(sess) if err = sess.Begin(); err != nil { return err } - if _, err = sess.Delete(&Webhook{ID: id}); err != nil { + if _, err = sess.Delete(bean); err != nil { return err - } else if _, err = sess.Delete(&HookTask{HookID: id}); err != nil { + } else if _, err = sess.Delete(&HookTask{HookID: bean.ID}); err != nil { return err } return sess.Commit() } -// GetWebhooksByOrgId returns all webhooks for an organization. -func GetWebhooksByOrgId(orgID int64) (ws []*Webhook, err error) { +// DeleteWebhookByRepoID deletes webhook of repository by given ID. +func DeleteWebhookByRepoID(repoID, id int64) error { + return deleteWebhook(&Webhook{ + ID: id, + RepoID: repoID, + }) +} + +// DeleteWebhookByOrgID deletes webhook of organization by given ID. +func DeleteWebhookByOrgID(orgID, id int64) error { + return deleteWebhook(&Webhook{ + ID: id, + OrgID: orgID, + }) +} + +// GetWebhooksByOrgID returns all webhooks for an organization. +func GetWebhooksByOrgID(orgID int64) (ws []*Webhook, err error) { err = x.Find(&ws, &Webhook{OrgID: orgID}) return ws, err } @@ -276,8 +323,9 @@ func IsValidHookTaskType(name string) bool { type HookEventType string const ( - HOOK_EVENT_CREATE HookEventType = "create" - HOOK_EVENT_PUSH HookEventType = "push" + HOOK_EVENT_CREATE HookEventType = "create" + HOOK_EVENT_PUSH HookEventType = "push" + HOOK_EVENT_PULL_REQUEST HookEventType = "pull_request" ) // HookRequest represents hook task request information. @@ -389,17 +437,13 @@ func UpdateHookTask(t *HookTask) error { // PrepareWebhooks adds new webhooks to task queue for given payload. func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) error { - if err := repo.GetOwner(); err != nil { - return fmt.Errorf("GetOwner: %v", err) - } - ws, err := GetActiveWebhooksByRepoID(repo.ID) if err != nil { return fmt.Errorf("GetActiveWebhooksByRepoID: %v", err) } // check if repo belongs to org and append additional webhooks - if repo.Owner.IsOrganization() { + if repo.MustOwner().IsOrganization() { // get hooks for org orgws, err := GetActiveWebhooksByOrgID(repo.OwnerID) if err != nil { @@ -423,6 +467,10 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err if !w.HasPushEvent() { continue } + case HOOK_EVENT_PULL_REQUEST: + if !w.HasPullRequestEvent() { + continue + } } // Use separate objects so modifcations won't be made on payload on non-Gogs type hooks. @@ -444,7 +492,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err URL: w.URL, Payloader: payloader, ContentType: w.ContentType, - EventType: HOOK_EVENT_PUSH, + EventType: event, IsSSL: w.IsSSL, }); err != nil { return fmt.Errorf("CreateHookTask: %v", err) @@ -453,64 +501,6 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err return nil } -// UniqueQueue represents a queue that guarantees only one instance of same ID is in the line. -type UniqueQueue struct { - lock sync.Mutex - ids map[string]bool - - queue chan string -} - -func (q *UniqueQueue) Queue() <-chan string { - return q.queue -} - -func NewUniqueQueue(queueLength int) *UniqueQueue { - if queueLength <= 0 { - queueLength = 100 - } - - return &UniqueQueue{ - ids: make(map[string]bool), - queue: make(chan string, queueLength), - } -} - -func (q *UniqueQueue) Remove(id interface{}) { - q.lock.Lock() - defer q.lock.Unlock() - delete(q.ids, com.ToStr(id)) -} - -func (q *UniqueQueue) AddFunc(id interface{}, fn func()) { - newid := com.ToStr(id) - - if q.Exist(id) { - return - } - - q.lock.Lock() - q.ids[newid] = true - if fn != nil { - fn() - } - q.lock.Unlock() - q.queue <- newid -} - -func (q *UniqueQueue) Add(id interface{}) { - q.AddFunc(id, nil) -} - -func (q *UniqueQueue) Exist(id interface{}) bool { - q.lock.Lock() - defer q.lock.Unlock() - - return q.ids[com.ToStr(id)] -} - -var HookQueue = NewUniqueQueue(setting.Webhook.QueueLength) - func (t *HookTask) deliver() { t.IsDelivered = true @@ -540,7 +530,7 @@ func (t *HookTask) deliver() { } defer func() { - t.Delivered = time.Now().UTC().UnixNano() + t.Delivered = time.Now().UnixNano() if t.IsSucceed { log.Trace("Hook delivered: %s", t.UUID) } else { @@ -548,7 +538,7 @@ func (t *HookTask) deliver() { } // Update webhook last delivery status. - w, err := GetWebhookByID(t.HookID) + w, err := GetWebhookByRepoID(t.RepoID, t.HookID) if err != nil { log.Error(5, "GetWebhookByID: %v", err) return @@ -584,14 +574,6 @@ func (t *HookTask) deliver() { return } t.ResponseInfo.Body = string(p) - - switch t.Type { - case SLACK: - if t.ResponseInfo.Body != "ok" { - log.Error(5, "slack failed with: %s", t.ResponseInfo.Body) - t.IsSucceed = false - } - } } // DeliverHooks checks and delivers undelivered hooks. @@ -615,7 +597,7 @@ func DeliverHooks() { // Start listening on new hook requests. for repoID := range HookQueue.Queue() { - log.Trace("DeliverHooks [%v]: processing delivery hooks", repoID) + log.Trace("DeliverHooks [repo_id: %v]", repoID) HookQueue.Remove(repoID) tasks = make([]*HookTask, 0, 5) diff --git a/models/webhook_slack.go b/models/webhook_slack.go index e41bbbc79..edc26a78f 100644 --- a/models/webhook_slack.go +++ b/models/webhook_slack.go @@ -12,6 +12,8 @@ import ( "github.com/gogits/git-module" api "github.com/gogits/go-gogs-client" + + "github.com/gogits/gogs/modules/setting" ) type SlackMeta struct { @@ -34,6 +36,7 @@ type SlackPayload struct { type SlackAttachment struct { Fallback string `json:"fallback"` Color string `json:"color"` + Title string `json:"title"` Text string `json:"text"` } @@ -49,13 +52,20 @@ func (p *SlackPayload) JSONPayload() ([]byte, error) { // see: https://api.slack.com/docs/formatting func SlackTextFormatter(s string) string { - // take only first line of commit - first := strings.Split(s, "\n")[0] // replace & < > - first = strings.Replace(first, "&", "&", -1) - first = strings.Replace(first, "<", "<", -1) - first = strings.Replace(first, ">", ">", -1) - return first + s = strings.Replace(s, "&", "&", -1) + s = strings.Replace(s, "<", "<", -1) + s = strings.Replace(s, ">", ">", -1) + return s +} + +func SlackShortTextFormatter(s string) string { + s = strings.Split(s, "\n")[0] + // replace & < > + s = strings.Replace(s, "&", "&", -1) + s = strings.Replace(s, "<", "<", -1) + s = strings.Replace(s, ">", ">", -1) + return s } func SlackLinkFormatter(url string, text string) string { @@ -66,8 +76,8 @@ func getSlackCreatePayload(p *api.CreatePayload, slack *SlackMeta) (*SlackPayloa // created tag/branch refName := git.RefEndName(p.Ref) - repoLink := SlackLinkFormatter(p.Repo.URL, p.Repo.Name) - refLink := SlackLinkFormatter(p.Repo.URL+"/src/"+refName, refName) + repoLink := SlackLinkFormatter(p.Repo.HTMLURL, p.Repo.Name) + refLink := SlackLinkFormatter(p.Repo.HTMLURL+"/src/"+refName, refName) text := fmt.Sprintf("[%s:%s] %s created by %s", repoLink, refLink, p.RefType, p.Sender.UserName) return &SlackPayload{ @@ -91,37 +101,83 @@ func getSlackPushPayload(p *api.PushPayload, slack *SlackMeta) (*SlackPayload, e } else { commitDesc = fmt.Sprintf("%d new commits", len(p.Commits)) } - if len(p.CompareUrl) > 0 { - commitString = SlackLinkFormatter(p.CompareUrl, commitDesc) + if len(p.CompareURL) > 0 { + commitString = SlackLinkFormatter(p.CompareURL, commitDesc) } else { commitString = commitDesc } - repoLink := SlackLinkFormatter(p.Repo.URL, p.Repo.Name) - branchLink := SlackLinkFormatter(p.Repo.URL+"/src/"+branchName, branchName) - text := fmt.Sprintf("[%s:%s] %s pushed by %s", repoLink, branchLink, commitString, p.Pusher.Name) + repoLink := SlackLinkFormatter(p.Repo.HTMLURL, p.Repo.Name) + branchLink := SlackLinkFormatter(p.Repo.HTMLURL+"/src/"+branchName, branchName) + text := fmt.Sprintf("[%s:%s] %s pushed by %s", repoLink, branchLink, commitString, p.Pusher.UserName) var attachmentText string // for each commit, generate attachment text for i, commit := range p.Commits { - attachmentText += fmt.Sprintf("%s: %s - %s", SlackLinkFormatter(commit.URL, commit.ID[:7]), SlackTextFormatter(commit.Message), SlackTextFormatter(commit.Author.Name)) + attachmentText += fmt.Sprintf("%s: %s - %s", SlackLinkFormatter(commit.URL, commit.ID[:7]), SlackShortTextFormatter(commit.Message), SlackTextFormatter(commit.Author.Name)) // add linebreak to each commit but the last if i < len(p.Commits)-1 { attachmentText += "\n" } } - slackAttachments := []SlackAttachment{{ - Color: slack.Color, - Text: attachmentText, - }} + return &SlackPayload{ + Channel: slack.Channel, + Text: text, + Username: slack.Username, + IconURL: slack.IconURL, + Attachments: []SlackAttachment{{ + Color: slack.Color, + Text: attachmentText, + }}, + }, nil +} + +func getSlackPullRequestPayload(p *api.PullRequestPayload, slack *SlackMeta) (*SlackPayload, error) { + senderLink := SlackLinkFormatter(setting.AppUrl+p.Sender.UserName, p.Sender.UserName) + titleLink := SlackLinkFormatter(fmt.Sprintf("%s/pulls/%d", p.Repository.HTMLURL, p.Index), + fmt.Sprintf("#%d %s", p.Index, p.PullRequest.Title)) + var text, title, attachmentText string + switch p.Action { + case api.HOOK_ISSUE_OPENED: + text = fmt.Sprintf("[%s] Pull request submitted by %s", p.Repository.FullName, senderLink) + title = titleLink + attachmentText = SlackTextFormatter(p.PullRequest.Body) + case api.HOOK_ISSUE_CLOSED: + if p.PullRequest.HasMerged { + text = fmt.Sprintf("[%s] Pull request merged: %s by %s", p.Repository.FullName, titleLink, senderLink) + } else { + text = fmt.Sprintf("[%s] Pull request closed: %s by %s", p.Repository.FullName, titleLink, senderLink) + } + case api.HOOK_ISSUE_REOPENED: + text = fmt.Sprintf("[%s] Pull request re-opened: %s by %s", p.Repository.FullName, titleLink, senderLink) + case api.HOOK_ISSUE_EDITED: + text = fmt.Sprintf("[%s] Pull request edited: %s by %s", p.Repository.FullName, titleLink, senderLink) + attachmentText = SlackTextFormatter(p.PullRequest.Body) + case api.HOOK_ISSUE_ASSIGNED: + text = fmt.Sprintf("[%s] Pull request assigned to %s: %s by %s", p.Repository.FullName, + SlackLinkFormatter(setting.AppUrl+p.PullRequest.Assignee.UserName, p.PullRequest.Assignee.UserName), + titleLink, senderLink) + case api.HOOK_ISSUE_UNASSIGNED: + text = fmt.Sprintf("[%s] Pull request unassigned: %s by %s", p.Repository.FullName, titleLink, senderLink) + case api.HOOK_ISSUE_LABEL_UPDATED: + text = fmt.Sprintf("[%s] Pull request labels updated: %s by %s", p.Repository.FullName, titleLink, senderLink) + case api.HOOK_ISSUE_LABEL_CLEARED: + text = fmt.Sprintf("[%s] Pull request labels cleared: %s by %s", p.Repository.FullName, titleLink, senderLink) + case api.HOOK_ISSUE_SYNCHRONIZED: + text = fmt.Sprintf("[%s] Pull request synchronized: %s by %s", p.Repository.FullName, titleLink, senderLink) + } return &SlackPayload{ - Channel: slack.Channel, - Text: text, - Username: slack.Username, - IconURL: slack.IconURL, - Attachments: slackAttachments, + Channel: slack.Channel, + Text: text, + Username: slack.Username, + IconURL: slack.IconURL, + Attachments: []SlackAttachment{{ + Color: slack.Color, + Title: title, + Text: attachmentText, + }}, }, nil } @@ -138,6 +194,8 @@ func GetSlackPayload(p api.Payloader, event HookEventType, meta string) (*SlackP return getSlackCreatePayload(p.(*api.CreatePayload), slack) case HOOK_EVENT_PUSH: return getSlackPushPayload(p.(*api.PushPayload), slack) + case HOOK_EVENT_PULL_REQUEST: + return getSlackPullRequestPayload(p.(*api.PullRequestPayload), slack) } return s, nil diff --git a/models/wiki.go b/models/wiki.go index fee5a4081..bc8aaf666 100644 --- a/models/wiki.go +++ b/models/wiki.go @@ -12,67 +12,28 @@ import ( "path" "path/filepath" "strings" - "sync" "github.com/Unknwon/com" "github.com/gogits/git-module" "github.com/gogits/gogs/modules/setting" + "github.com/gogits/gogs/modules/sync" ) -// workingPool represents a pool of working status which makes sure -// that only one instance of same task is performing at a time. -// However, different type of tasks can performing at the same time. -type workingPool struct { - lock sync.Mutex - pool map[string]*sync.Mutex - count map[string]int -} - -// CheckIn checks in a task and waits if others are running. -func (p *workingPool) CheckIn(name string) { - p.lock.Lock() - - lock, has := p.pool[name] - if !has { - lock = &sync.Mutex{} - p.pool[name] = lock - } - p.count[name]++ - - p.lock.Unlock() - lock.Lock() -} - -// CheckOut checks out a task to let other tasks run. -func (p *workingPool) CheckOut(name string) { - p.lock.Lock() - defer p.lock.Unlock() - - p.pool[name].Unlock() - if p.count[name] == 1 { - delete(p.pool, name) - delete(p.count, name) - } else { - p.count[name]-- - } -} - -var wikiWorkingPool = &workingPool{ - pool: make(map[string]*sync.Mutex), - count: make(map[string]int), -} +var wikiWorkingPool = sync.NewExclusivePool() // ToWikiPageURL formats a string to corresponding wiki URL name. func ToWikiPageURL(name string) string { return url.QueryEscape(strings.Replace(name, " ", "-", -1)) } -// ToWikiPageName formats a URL back to corresponding wiki page name. +// ToWikiPageName formats a URL back to corresponding wiki page name, +// and removes leading characters './' to prevent changing files +// that are not belong to wiki repository. func ToWikiPageName(urlString string) string { name, _ := url.QueryUnescape(strings.Replace(urlString, "-", " ", -1)) - return name + return strings.Replace(strings.TrimLeft(name, "./"), "/", " ", -1) } // WikiCloneLink returns clone URLs of repository wiki. @@ -103,6 +64,8 @@ func (repo *Repository) InitWiki() error { if err := git.InitRepository(repo.WikiPath(), true); err != nil { return fmt.Errorf("InitRepository: %v", err) + } else if err = createUpdateHook(repo.WikiPath()); err != nil { + return fmt.Errorf("createUpdateHook: %v", err) } return nil } @@ -113,24 +76,13 @@ func (repo *Repository) LocalWikiPath() string { // UpdateLocalWiki makes sure the local copy of repository wiki is up-to-date. func (repo *Repository) UpdateLocalWiki() error { - return updateLocalCopy(repo.WikiPath(), repo.LocalWikiPath()) + // Don't pass branch name here because it fails to clone and + // checkout to a specific branch when wiki is an empty repository. + return UpdateLocalCopyBranch(repo.WikiPath(), repo.LocalWikiPath(), "") } -// discardLocalWikiChanges discards local commits make sure -// it is even to remote branch when local copy exists. func discardLocalWikiChanges(localPath string) error { - if !com.IsExist(localPath) { - return nil - } - // No need to check if nothing in the repository. - if !git.IsBranchExist(localPath, "master") { - return nil - } - - if err := git.ResetHEAD(localPath, true, "origin/master"); err != nil { - return fmt.Errorf("ResetHEAD: %v", err) - } - return nil + return discardLocalRepoBranchChanges(localPath, "master") } // updateWikiPage adds new page to repository wiki. @@ -149,7 +101,7 @@ func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, mes return fmt.Errorf("UpdateLocalWiki: %v", err) } - title = ToWikiPageName(strings.Replace(title, "/", " ", -1)) + title = ToWikiPageName(title) filename := path.Join(localPath, title+".md") // If not a new file, show perform update not create. @@ -161,6 +113,13 @@ func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, mes os.Remove(path.Join(localPath, oldTitle+".md")) } + // SECURITY: if new file is a symlink to non-exist critical file, + // attack content can be written to the target file (e.g. authorized_keys2) + // as a new page operation. + // So we want to make sure the symlink is removed before write anything. + // The new file we created will be in normal text format. + os.Remove(filename) + if err = ioutil.WriteFile(filename, []byte(content), 0666); err != nil { return fmt.Errorf("WriteFile: %v", err) } @@ -170,7 +129,10 @@ func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, mes } if err = git.AddChanges(localPath, true); err != nil { return fmt.Errorf("AddChanges: %v", err) - } else if err = git.CommitChanges(localPath, message, doer.NewGitSig()); err != nil { + } else if err = git.CommitChanges(localPath, git.CommitChangesOptions{ + Committer: doer.NewGitSig(), + Message: message, + }); err != nil { return fmt.Errorf("CommitChanges: %v", err) } else if err = git.Push(localPath, "origin", "master"); err != nil { return fmt.Errorf("Push: %v", err) @@ -198,7 +160,7 @@ func (repo *Repository) DeleteWikiPage(doer *User, title string) (err error) { return fmt.Errorf("UpdateLocalWiki: %v", err) } - title = ToWikiPageName(strings.Replace(title, "/", " ", -1)) + title = ToWikiPageName(title) filename := path.Join(localPath, title+".md") os.Remove(filename) @@ -206,7 +168,10 @@ func (repo *Repository) DeleteWikiPage(doer *User, title string) (err error) { if err = git.AddChanges(localPath, true); err != nil { return fmt.Errorf("AddChanges: %v", err) - } else if err = git.CommitChanges(localPath, message, doer.NewGitSig()); err != nil { + } else if err = git.CommitChanges(localPath, git.CommitChangesOptions{ + Committer: doer.NewGitSig(), + Message: message, + }); err != nil { return fmt.Errorf("CommitChanges: %v", err) } else if err = git.Push(localPath, "origin", "master"); err != nil { return fmt.Errorf("Push: %v", err) diff --git a/modules/auth/admin.go b/modules/auth/admin.go index e8e601a9b..58d1a027f 100644 --- a/modules/auth/admin.go +++ b/modules/auth/admin.go @@ -36,6 +36,7 @@ type AdminEditUserForm struct { Admin bool AllowGitHook bool AllowImportLocal bool + ProhibitLogin bool } func (f *AdminEditUserForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { diff --git a/modules/auth/auth.go b/modules/auth/auth.go index 0c1f2fbdc..3265b326c 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -49,7 +49,7 @@ func SignedInID(ctx *macaron.Context, sess session.Store) int64 { if len(tokenSHA) > 0 { t, err := models.GetAccessTokenBySHA(tokenSHA) if err != nil { - if models.IsErrAccessTokenNotExist(err) { + if models.IsErrAccessTokenNotExist(err) || models.IsErrAccessTokenEmpty(err) { log.Error(4, "GetAccessTokenBySHA: %v", err) } return 0 diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go index 15dbb3605..9454d8569 100644 --- a/modules/auth/auth_form.go +++ b/modules/auth/auth_form.go @@ -31,6 +31,7 @@ type AuthenticationForm struct { SMTPHost string SMTPPort int AllowedDomains string + SecurityProtocol int `binding:"Range(0,2)"` TLS bool SkipVerify bool PAMServiceName string diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go index 8a8cb89b6..55364bfcc 100644 --- a/modules/auth/ldap/ldap.go +++ b/modules/auth/ldap/ldap.go @@ -16,12 +16,21 @@ import ( "github.com/gogits/gogs/modules/log" ) +type SecurityProtocol int + +// Note: new type must be added at the end of list to maintain compatibility. +const ( + SECURITY_PROTOCOL_UNENCRYPTED SecurityProtocol = iota + SECURITY_PROTOCOL_LDAPS + SECURITY_PROTOCOL_START_TLS +) + // Basic LDAP authentication service type Source struct { Name string // canonical name (ie. corporate.ad) Host string // LDAP host Port int // port number - UseSSL bool // Use SSL + SecurityProtocol SecurityProtocol SkipVerify bool BindDN string // DN to bind with BindPassword string // Bind DN password @@ -102,9 +111,46 @@ func (ls *Source) findUserDN(l *ldap.Conn, name string) (string, bool) { return userDN, true } +func dial(ls *Source) (*ldap.Conn, error) { + log.Trace("Dialing LDAP with security protocol (%v) without verifying: %v", ls.SecurityProtocol, ls.SkipVerify) + + tlsCfg := &tls.Config{ + ServerName: ls.Host, + InsecureSkipVerify: ls.SkipVerify, + } + if ls.SecurityProtocol == SECURITY_PROTOCOL_LDAPS { + return ldap.DialTLS("tcp", fmt.Sprintf("%s:%d", ls.Host, ls.Port), tlsCfg) + } + + conn, err := ldap.Dial("tcp", fmt.Sprintf("%s:%d", ls.Host, ls.Port)) + if err != nil { + return nil, fmt.Errorf("Dial: %v", err) + } + + if ls.SecurityProtocol == SECURITY_PROTOCOL_START_TLS { + if err = conn.StartTLS(tlsCfg); err != nil { + conn.Close() + return nil, fmt.Errorf("StartTLS: %v", err) + } + } + + return conn, nil +} + +func bindUser(l *ldap.Conn, userDN, passwd string) error { + log.Trace("Binding with userDN: %s", userDN) + err := l.Bind(userDN, passwd) + if err != nil { + log.Debug("LDAP auth. failed for %s, reason: %v", userDN, err) + return err + } + log.Trace("Bound successfully with userDN: %s", userDN) + return err +} + // searchEntry : search an LDAP source if an entry (name, passwd) is valid and in the specific filter func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, string, string, string, bool, bool) { - l, err := ldapDial(ls) + l, err := dial(ls) if err != nil { log.Error(4, "LDAP Connect error, %s:%v", ls.Host, err) ls.Enabled = false @@ -164,12 +210,12 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str return "", "", "", "", false, false } - username_attr := sr.Entries[0].GetAttributeValue(ls.AttributeUsername) - name_attr := sr.Entries[0].GetAttributeValue(ls.AttributeName) - sn_attr := sr.Entries[0].GetAttributeValue(ls.AttributeSurname) - mail_attr := sr.Entries[0].GetAttributeValue(ls.AttributeMail) + username := sr.Entries[0].GetAttributeValue(ls.AttributeUsername) + firstname := sr.Entries[0].GetAttributeValue(ls.AttributeName) + surname := sr.Entries[0].GetAttributeValue(ls.AttributeSurname) + mail := sr.Entries[0].GetAttributeValue(ls.AttributeMail) - admin_attr := false + isAdmin := false if len(ls.AdminFilter) > 0 { log.Trace("Checking admin with filter %s and base %s", ls.AdminFilter, userDN) search = ldap.NewSearchRequest( @@ -183,7 +229,7 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str } else if len(sr.Entries) < 1 { log.Error(4, "LDAP Admin Search failed") } else { - admin_attr = true + isAdmin = true } } @@ -195,27 +241,5 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str } } - return username_attr, name_attr, sn_attr, mail_attr, admin_attr, true -} - -func bindUser(l *ldap.Conn, userDN, passwd string) error { - log.Trace("Binding with userDN: %s", userDN) - err := l.Bind(userDN, passwd) - if err != nil { - log.Debug("LDAP auth. failed for %s, reason: %v", userDN, err) - return err - } - log.Trace("Bound successfully with userDN: %s", userDN) - return err -} - -func ldapDial(ls *Source) (*ldap.Conn, error) { - if ls.UseSSL { - log.Debug("Using TLS for LDAP without verifying: %v", ls.SkipVerify) - return ldap.DialTLS("tcp", fmt.Sprintf("%s:%d", ls.Host, ls.Port), &tls.Config{ - InsecureSkipVerify: ls.SkipVerify, - }) - } else { - return ldap.Dial("tcp", fmt.Sprintf("%s:%d", ls.Host, ls.Port)) - } + return username, firstname, surname, mail, isAdmin, true } diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 333f468a1..d1e28dc11 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -88,6 +88,7 @@ type RepoSettingForm struct { Interval int MirrorAddress string Private bool + EnablePrune bool // Advanced settings EnableWiki bool @@ -96,6 +97,7 @@ type RepoSettingForm struct { EnableIssues bool EnableExternalTracker bool TrackerURLFormat string + TrackerIssueStyle string EnablePulls bool } @@ -111,10 +113,11 @@ func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) bi // \/ \/ \/ \/ \/ \/ type WebhookForm struct { - Events string - Create bool - Push bool - Active bool + Events string + Create bool + Push bool + PullRequest bool + Active bool } func (f WebhookForm) PushOnly() bool { @@ -141,7 +144,7 @@ func (f *NewWebhookForm) Validate(ctx *macaron.Context, errs binding.Errors) bin } type NewSlackHookForm struct { - PayloadURL string `binding:"Required;Url` + PayloadURL string `binding:"Required;Url"` Channel string `binding:"Required"` Username string IconURL string @@ -166,7 +169,7 @@ type CreateIssueForm struct { MilestoneID int64 AssigneeID int64 Content string - Attachments []string + Files []string } func (f *CreateIssueForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { @@ -174,9 +177,9 @@ func (f *CreateIssueForm) Validate(ctx *macaron.Context, errs binding.Errors) bi } type CreateCommentForm struct { - Content string - Status string `binding:"OmitEmpty;In(reopen,close)"` - Attachments []string + Content string + Status string `binding:"OmitEmpty;In(reopen,close)"` + Files []string } func (f *CreateCommentForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { @@ -217,6 +220,14 @@ func (f *CreateLabelForm) Validate(ctx *macaron.Context, errs binding.Errors) bi return validate(errs, ctx.Data, f, ctx.Locale) } +type InitializeLabelsForm struct { + TemplateName string `binding:"Required"` +} + +func (f *InitializeLabelsForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { + return validate(errs, ctx.Data, f, ctx.Locale) +} + // __________ .__ // \______ \ ____ | | ____ _____ ______ ____ // | _// __ \| | _/ __ \\__ \ / ___// __ \ @@ -266,3 +277,79 @@ type NewWikiForm struct { func (f *NewWikiForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { return validate(errs, ctx.Data, f, ctx.Locale) } + +// ___________ .___.__ __ +// \_ _____/ __| _/|__|/ |_ +// | __)_ / __ | | \ __\ +// | \/ /_/ | | || | +// /_______ /\____ | |__||__| +// \/ \/ + +type EditRepoFileForm struct { + TreePath string `binding:"Required;MaxSize(500)"` + Content string `binding:"Required"` + CommitSummary string `binding:"MaxSize(100)` + CommitMessage string + CommitChoice string `binding:"Required;MaxSize(50)"` + NewBranchName string `binding:"AlphaDashDot;MaxSize(100)"` + LastCommit string +} + +func (f *EditRepoFileForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { + return validate(errs, ctx.Data, f, ctx.Locale) +} + +type EditPreviewDiffForm struct { + Content string +} + +func (f *EditPreviewDiffForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { + return validate(errs, ctx.Data, f, ctx.Locale) +} + +// ____ ___ .__ .___ +// | | \______ | | _________ __| _/ +// | | /\____ \| | / _ \__ \ / __ | +// | | / | |_> > |_( <_> ) __ \_/ /_/ | +// |______/ | __/|____/\____(____ /\____ | +// |__| \/ \/ +// + +type UploadRepoFileForm struct { + TreePath string `binding:MaxSize(500)"` + CommitSummary string `binding:"MaxSize(100)` + CommitMessage string + CommitChoice string `binding:"Required;MaxSize(50)"` + NewBranchName string `binding:"AlphaDashDot;MaxSize(100)"` + Files []string +} + +func (f *UploadRepoFileForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { + return validate(errs, ctx.Data, f, ctx.Locale) +} + +type RemoveUploadFileForm struct { + File string `binding:"Required;MaxSize(50)"` +} + +func (f *RemoveUploadFileForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { + return validate(errs, ctx.Data, f, ctx.Locale) +} + +// ________ .__ __ +// \______ \ ____ | | _____/ |_ ____ +// | | \_/ __ \| | _/ __ \ __\/ __ \ +// | ` \ ___/| |_\ ___/| | \ ___/ +// /_______ /\___ >____/\___ >__| \___ > +// \/ \/ \/ \/ + +type DeleteRepoFileForm struct { + CommitSummary string `binding:"MaxSize(100)` + CommitMessage string + CommitChoice string `binding:"Required;MaxSize(50)"` + NewBranchName string `binding:"AlphaDashDot;MaxSize(100)"` +} + +func (f *DeleteRepoFileForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { + return validate(errs, ctx.Data, f, ctx.Locale) +} diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 57451d9eb..7bd6c7b9b 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -36,11 +36,12 @@ type InstallForm struct { RegisterConfirm bool MailNotify bool - OfflineMode bool - DisableGravatar bool - DisableRegistration bool - EnableCaptcha bool - RequireSignInView bool + OfflineMode bool + DisableGravatar bool + EnableFederatedAvatar bool + DisableRegistration bool + EnableCaptcha bool + RequireSignInView bool AdminName string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"` AdminPasswd string `binding:"OmitEmpty;MaxSize(255)" locale:"install.admin_password"` @@ -93,19 +94,25 @@ type UpdateProfileForm struct { Email string `binding:"Required;Email;MaxSize(254)"` Website string `binding:"Url;MaxSize(100)"` Location string `binding:"MaxSize(50)"` - Gravatar string `binding:"OmitEmpty;Email;MaxSize(254)"` } func (f *UpdateProfileForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { return validate(errs, ctx.Data, f, ctx.Locale) } -type UploadAvatarForm struct { - Enable bool - Avatar *multipart.FileHeader +const ( + AVATAR_LOCAL string = "local" + AVATAR_BYMAIL string = "bymail" +) + +type AvatarForm struct { + Source string + Avatar *multipart.FileHeader + Gravatar string `binding:"OmitEmpty;Email;MaxSize(254)"` + Federavatar bool } -func (f *UploadAvatarForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { +func (f *AvatarForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { return validate(errs, ctx.Data, f, ctx.Locale) } diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go index e9d0c1282..a8c3826d1 100644 --- a/modules/avatar/avatar.go +++ b/modules/avatar/avatar.go @@ -14,7 +14,7 @@ import ( "github.com/issue9/identicon" ) -const _RANDOM_AVATAR_SIZE = 200 +const AVATAR_SIZE = 290 // RandomImage generates and returns a random avatar image unique to input data // in custom size (height and width). @@ -39,5 +39,5 @@ func RandomImageSize(size int, data []byte) (image.Image, error) { // RandomImage generates and returns a random avatar image unique to input data // in default size (height and width). func RandomImage(data []byte) (image.Image, error) { - return RandomImageSize(_RANDOM_AVATAR_SIZE, data) + return RandomImageSize(AVATAR_SIZE, data) } diff --git a/modules/base/tool.go b/modules/base/tool.go index a426ca99b..52d1e178d 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -45,7 +45,7 @@ func EncodeSha1(str string) string { } func ShortSha(sha1 string) string { - if len(sha1) == 40 { + if len(sha1) > 10 { return sha1[:10] } return sha1 @@ -204,13 +204,24 @@ func HashEmail(email string) string { return hex.EncodeToString(h.Sum(nil)) } -// AvatarLink returns avatar link by given email. -func AvatarLink(email string) string { - if setting.DisableGravatar || setting.OfflineMode { - return setting.AppSubUrl + "/img/avatar_default.jpg" +// AvatarLink returns relative avatar link to the site domain by given email, +// which includes app sub-url as prefix. However, it is possible +// to return full URL if user enables Gravatar-like service. +func AvatarLink(email string) (url string) { + if setting.EnableFederatedAvatar && setting.LibravatarService != nil { + var err error + url, err = setting.LibravatarService.FromEmail(email) + if err != nil { + log.Error(1, "LibravatarService.FromEmail: %v", err) + } } - - return setting.GravatarSource + HashEmail(email) + if len(url) == 0 && !setting.DisableGravatar { + url = setting.GravatarSource + HashEmail(email) + } + if len(url) == 0 { + url = setting.AppSubUrl + "/img/avatar_default.png" + } + return url } // Seconds-based time units @@ -507,18 +518,18 @@ func IsLetter(ch rune) bool { return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '_' || ch >= 0x80 && unicode.IsLetter(ch) } -func IsTextFile(data []byte) (string, bool) { - contentType := http.DetectContentType(data) - if strings.Index(contentType, "text/") != -1 { - return contentType, true +// IsTextFile returns true if file content format is plain text or empty. +func IsTextFile(data []byte) bool { + if len(data) == 0 { + return true } - return contentType, false + return strings.Index(http.DetectContentType(data), "text/") != -1 } -func IsImageFile(data []byte) (string, bool) { - contentType := http.DetectContentType(data) - if strings.Index(contentType, "image/") != -1 { - return contentType, true - } - return contentType, false +func IsImageFile(data []byte) bool { + return strings.Index(http.DetectContentType(data), "image/") != -1 +} + +func IsPDFFile(data []byte) bool { + return strings.Index(http.DetectContentType(data), "application/pdf") != -1 } diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 29cf21d3f..431c9acbd 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -166,6 +166,7 @@ // conf/gitignore/Yii // conf/gitignore/ZendFramework // conf/gitignore/Zephir +// conf/label/Default // conf/license/Abstyles License // conf/license/Academic Free License v1.1 // conf/license/Academic Free License v1.2 @@ -201,6 +202,7 @@ // conf/license/Mozilla Public License 1.1 // conf/license/Mozilla Public License 2.0 // conf/locale/locale_bg-BG.ini +// conf/locale/locale_cs-CZ.ini // conf/locale/locale_de-DE.ini // conf/locale/locale_en-US.ini // conf/locale/locale_es-ES.ini @@ -213,8 +215,12 @@ // conf/locale/locale_pl-PL.ini // conf/locale/locale_pt-BR.ini // conf/locale/locale_ru-RU.ini +// conf/locale/locale_sr-SP.ini +// conf/locale/locale_sv-SE.ini +// conf/locale/locale_tr-TR.ini // conf/locale/locale_zh-CN.ini // conf/locale/locale_zh-HK.ini +// conf/locale/locale_zh-TW.ini // conf/readme/Default // DO NOT EDIT! @@ -283,7 +289,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x5a\x5b\x6f\xe3\x48\x76\x7e\xe7\xaf\xa8\xf1\x64\xd2\xdd\x01\x25\x59\x76\xbb\xbb\xc7\xbb\xde\x8c\x2c\x51\xb6\xb6\x75\x5b\x52\xee\x9e\x9e\x86\x41\xd3\x62\x49\xe2\x98\x22\x35\x2c\xd2\x6e\x0f\x82\x60\x17\x79\x08\x90\xd7\x04\xc9\x4b\x10\x24\x0f\x41\x80\xcd\x05\x59\xe4\x65\x37\x41\x9e\x06\x79\xef\xf9\x0f\x8b\xd9\xe4\x5f\xe4\x3b\xa7\x8a\x12\xe5\xf6\x38\x59\x20\x99\x8b\xc5\x4b\xd5\xa9\xaa\x53\xe7\x9c\xef\x3b\xa7\xf8\xb1\x18\x3a\xaf\x1c\x57\xf0\x9f\xc1\xa8\xd3\xeb\xbe\x11\x93\xd3\x9e\x27\xba\xbd\xbe\x63\x7d\x2c\xc6\x7d\xa7\xe5\x39\x62\xd0\x7a\xe9\x88\xf6\x69\x6b\x78\xe2\x78\x62\x34\x14\xed\x91\xeb\x3a\xde\x78\x34\xec\xf4\x86\x27\xa2\x7d\xe6\x4d\x46\x03\x3c\x1c\x76\x7b\x27\xba\xa7\xf5\x03\xd1\x5a\xad\x44\x12\x2c\xa5\xc8\x17\x41\x2e\xd4\x22\xbd\x51\x22\x4d\x84\xbc\x96\xd9\xad\x58\x05\x73\xbc\x88\xf2\x58\x5a\xad\xf1\xd8\x1f\xb6\x06\x8e\x38\x12\x27\xe9\x5c\x1d\xe2\xaf\x38\x89\x72\xe1\xc9\xec\x3a\x9a\x4a\x48\x6a\x2f\x82\x04\xcd\xf1\x2c\x9a\x89\xdb\xb4\x10\x59\x91\x88\x38\x9d\x06\x71\x7c\x6b\xb9\x67\x43\xff\xcc\xc3\xec\x8f\xc4\x3c\xca\xd1\xda\x89\xf2\x85\xcc\xc4\x4e\x28\xaf\x77\x6c\xb1\xb3\xca\xd2\x70\x47\xa4\x78\x90\x4b\x95\xe3\x49\x28\x67\x41\x11\x43\x96\xd2\x6d\x58\x02\x96\x4e\x13\xc0\xbd\x65\xbd\xcd\xe4\x2a\x55\x51\x9e\x66\xb7\xe7\x96\x3b\x1a\x4d\xc4\x91\xe5\xb5\xdd\xde\x78\xe2\x4f\xde\x8c\xa9\xd9\x65\xa0\x16\x18\xa9\x63\x24\xb5\x86\x5e\x4f\x4c\x17\x41\xa6\x64\x6e\xd1\x8d\x0f\x55\xb9\x9e\x83\x8e\x02\xcd\xba\x69\x36\x95\x66\xdd\x89\xbc\x11\x1b\xf1\x22\x4f\xc5\xa5\x14\xab\x2c\xba\x0e\x72\x69\x75\x47\x6e\xdb\xf1\xc7\x6e\xef\x55\x6b\x42\xc3\xcc\x82\x58\xd1\xfa\x4f\xe2\xf4\x32\x88\xc5\x32\x78\x17\x2d\x8b\xa5\x98\x66\x32\xc8\x23\xa8\x32\x8e\x96\xd0\x49\x3a\xab\x4a\x5c\x61\xe9\x85\x92\x99\x2d\x6a\x4d\xb1\x94\x41\xa2\x44\x92\xea\x96\xd6\xa0\xf5\xb9\xdf\x76\x9d\xd6\xa4\x37\x1a\xfa\xfd\xde\xa0\x47\x13\xac\x35\x31\xc2\x38\xc8\xa7\x0b\x41\x0a\x12\x5f\x15\xb2\x90\x22\x96\xc9\x3c\x5f\xd8\x18\xf3\x8a\x15\x1f\x28\x11\x07\x19\x36\x01\x17\x18\x4b\x45\x97\xd8\xb9\xf1\x59\xbf\xef\xbb\xce\x4f\xce\x1c\x6f\xe2\xe3\xef\x99\xe3\xf7\x9d\xe1\xc9\xe4\x14\x62\x9b\xbb\xf8\x07\xba\x2c\xa2\x73\xc8\x1f\x16\xcb\x4b\x4c\xac\x3a\xd5\x48\x2a\x6d\x19\x41\x26\xd9\x3a\x64\x28\xa2\x04\x16\x02\x55\xbd\x5b\xc5\x29\x9e\x92\x91\x58\xce\xe7\xe3\xfe\xc8\x85\x5a\x5a\x27\xb0\x35\x7f\x78\x36\x80\xf4\xbd\xdd\x2d\xa1\x91\x52\xc5\xf7\x8b\x63\x31\x3d\xcf\x3b\xbb\x23\xa4\xb9\x2d\x64\xad\xde\x74\x09\x65\xa9\x3b\x42\x82\x69\x1e\x5d\x47\xf9\xad\x98\x49\x19\x5a\x5d\xc7\xe9\xf8\xac\xce\xd1\x00\x6a\x34\x02\x0f\x20\xef\x55\x10\x43\x7d\x10\x77\x01\x2b\x5c\xca\xda\x34\xc5\x52\x2e\xb0\x13\x79\x20\xf2\x60\x6e\xd3\xe6\x84\xe2\xf2\x56\xb4\x92\x30\x4b\xa3\x50\xfc\x08\xfd\xea\x34\x93\x56\x82\xb1\xae\x83\x18\xcf\xb8\x13\x36\x0d\xba\xdf\x49\x30\xba\xb6\xdf\x30\x52\x01\xd4\xbe\x23\x6e\xa2\x38\x16\x8b\xe0\x9a\x5c\x4b\xae\xed\x59\xe5\xb7\x31\x59\xcb\x80\x54\x17\x25\xb3\xf4\x50\x2c\xf2\x7c\xa5\x0e\x1b\x0d\x98\xb5\x8c\x53\x98\x86\xaa\xcf\xd3\x74\x1e\xcb\x3a\x16\xd9\xb8\x91\x97\x8d\x62\x15\xc2\xf2\x54\x63\x6f\xb7\xf9\xb4\xd1\x6c\x36\xbc\x62\xb5\x4a\xb3\xbc\x36\x4b\xb3\x5a\x65\x01\xb5\x28\xa9\xb5\x17\x59\x8a\xfb\xfd\x4f\xf9\xa5\x99\xbe\x35\x39\x75\x06\x0e\xd4\x80\x3d\xf2\x07\xce\xa4\xe5\x4f\x5a\x27\x50\xc5\xc5\xc7\xb3\xd9\xc1\xfe\xd3\xfd\x0b\x36\x81\x7a\x10\x2e\xa3\x64\xdb\x10\xc8\x48\x1f\xde\x32\xf2\xea\xed\x1d\x3b\xd8\xfd\xd0\x96\x1e\x14\xe1\x3a\xe3\xd1\x83\x22\x92\x34\x47\x8c\x79\x58\xc8\x70\x34\xe9\xb5\xef\x1a\xe0\xc1\x96\x98\x34\x9b\x07\x49\xf4\xb5\x76\xcb\x87\x64\x8d\xdc\x93\x0f\xe6\x63\xbd\x5d\x06\xd9\x55\x98\xde\xb0\x86\x9c\x84\x36\x19\xdb\x9b\x85\xb0\x00\xf4\xbb\x84\xbb\x5f\xc1\x27\x72\x99\x28\x88\xb7\x9c\x61\xeb\xb8\xef\xf8\x88\x30\x1d\x38\xf1\xd0\xf1\x8f\xe1\xd2\x2f\x2b\xe1\xa2\x1f\x29\x8e\x0a\xd3\x42\xe5\xe9\x52\x9c\xb9\xfd\x9a\x37\xa5\xbd\xac\x2c\x13\xa1\x93\xe7\x46\x7e\x1d\x25\x57\x4a\xdc\x2c\x64\x02\x85\x26\xa1\xcc\xa2\x64\x2e\x06\x66\x46\x10\x87\xdd\xc6\xe8\xc1\x72\x85\x59\x21\xc2\xda\xcb\x60\x9e\x20\xce\xe9\xa0\xef\x43\xba\xef\xb5\xc9\x08\x3c\x84\x49\xeb\x2d\x76\x15\x81\xee\xdc\x1a\xbb\xa3\xc9\x08\x66\x81\x79\x91\x15\x5a\x9d\xd1\xa0\xd5\x1b\xe2\x8e\xe3\xf6\x22\x55\x39\x87\x56\xea\x8f\x87\x9f\x3c\x2e\xdb\x3f\x21\x7b\xfd\xe4\xb1\x6e\x8e\x9b\x4f\x1e\x9f\x4e\x26\x63\x7f\x3c\x72\x27\x4f\x54\xc3\xe2\x9b\x56\xa7\x83\x70\x6f\xad\x5f\x40\xc0\x3e\x45\x1b\x2c\x9d\x84\x8b\xc7\x9d\xc1\x17\x4f\x68\xdd\x3c\x77\x02\x15\x71\x93\x66\x57\x64\x6f\x8f\x55\x81\x40\x87\x55\x7b\xde\xa9\xd0\xc6\xff\x04\xbe\x0d\x13\x50\xb4\x6c\xb8\x84\x50\x1a\x77\xea\x10\xd7\x4b\xc4\x12\x33\x15\xd3\x40\x41\x79\x84\x3c\x61\x4a\x26\x83\x30\x0e\xdd\x21\x78\x4f\x35\x32\x55\xdd\xf0\x9a\x02\x00\x75\x6e\xc5\x39\x8c\x83\x02\x74\x12\xdf\x1a\xe4\xca\x78\x5c\xad\x23\x08\x0a\x25\xa1\x10\x09\x24\x09\x8a\xc0\x12\x53\xa3\x75\xf1\xcb\xba\xd5\x1f\xb5\x5b\x08\xb1\x1b\x45\x91\x2e\xa1\xa0\xb5\x12\xef\xea\x07\xa0\xa4\xa3\x04\x0f\x34\x03\x50\x14\xd8\x6d\xde\x5c\x1a\x26\xb8\x0e\xa2\x98\x5e\x5b\x9d\x9e\xc7\x66\x44\xcd\x36\xa6\xf3\x7a\x21\x19\x3c\xe1\x9c\xe2\xb2\x88\xe2\x1c\xb6\x5b\x99\x71\x4a\x93\xce\xeb\x96\x37\x69\xb9\x13\xea\xea\xc3\x45\x5f\x31\xf6\x96\x12\x3a\xe9\x32\x40\x27\x0d\xfc\x8c\x6e\x88\xe6\xa9\xd2\x6e\x30\x8d\xc9\x11\xb0\x12\x8b\xfa\xae\x4d\x62\xb3\xdd\x04\x45\x08\x3f\x22\xd1\x9e\xf5\x3f\x08\x30\x7b\xbf\xb7\x77\xa7\xdb\x3d\x33\x8f\xe1\x13\xf0\x1f\xec\x05\xf7\xec\xf7\xbc\x89\x33\x2c\x05\x7c\xf2\xb8\x94\xc6\x33\x70\x53\x68\x6a\x15\xe4\x0b\x72\x22\x92\x11\x46\x99\x9c\x12\xba\x6e\x91\x87\x47\x7f\xd8\xa8\x2b\xb5\x78\x64\x63\xbc\x9c\x8d\x43\x87\xe4\x94\xb5\xf7\xa8\xb1\x40\xb4\x6c\xc0\x61\x74\xab\x3a\x8f\xcb\x3b\x39\x6e\x31\x42\xf2\x5e\x19\xc1\x6c\x4b\x04\xeb\xe8\x2f\x97\x88\xc0\x01\x9e\xcd\xa2\x58\x1a\xc7\x64\x64\x5e\x15\x97\x71\x34\xbd\x12\x57\xf2\x16\x43\x90\xb9\x42\x70\x0d\x77\x73\x99\xd8\x90\x56\x99\x9b\xba\xc5\x72\x97\x15\x59\xeb\x25\xe8\x79\xbc\x74\xde\xf8\x13\x42\x6d\x3d\x17\xcd\x00\x16\x34\x8b\x8a\xc8\xad\xc5\x6e\x9e\x3f\x12\x41\x82\xd0\x24\x89\xd3\x49\x00\xd1\x2c\xc2\x6d\x0a\x15\xdc\x2c\x22\xf8\x16\x6d\x10\xad\x06\x11\x66\x3d\xd6\x09\xe9\x5a\xaf\x7a\x23\x87\xfd\x2b\x8c\xa6\xb4\xe8\x1b\x63\x77\xec\x52\x12\x6b\x04\x5c\x30\x18\xd3\x5a\x55\xf4\x35\x5a\x80\xd5\x01\x17\xb3\x4c\xaa\x55\x8a\x6e\x58\x7d\x7e\xbb\x92\xd6\xa0\x37\xec\x0d\xce\x06\xbc\x22\xaf\xf7\x05\xa0\xe8\xd4\x69\x57\xa3\x61\xe9\x0f\xed\xce\x90\x38\x18\x81\x6c\x49\x0a\x97\xf0\x31\x6b\xd4\xed\x72\x14\x35\x0c\x50\x77\x2b\xbd\xc3\x1d\x9d\x4d\x00\x42\xfd\xd1\x49\x95\x8e\xc9\x44\x66\x34\x6b\xe8\x18\xf0\x8a\x27\xbf\x23\xea\x8d\x39\x85\x99\xa9\x84\x15\xd6\xa6\xc1\x51\x9e\x81\x05\xd4\xc2\x22\x63\x48\x38\x7a\xf1\xfc\xd9\xee\x62\x77\xb9\xab\x44\x8d\xbc\xf6\x68\x79\x4b\x3f\x75\x13\x56\x09\x8d\xad\x1f\x40\xce\x28\x13\x33\x80\xac\x08\x44\x7d\x35\x7b\xc7\x06\xc0\xd6\x9f\xe5\x30\x7f\x7e\x43\x71\xe2\x35\x14\x4e\x64\x9a\x06\x8b\x66\x5a\x81\x88\xf4\xf0\xf3\xc7\x61\x0a\x29\xe4\xe8\x08\x7c\x73\xec\x10\xf4\xa9\xfb\x73\x47\xc3\x33\x49\xa9\x4f\xf4\xb4\xc1\x09\x12\xa5\x62\xb1\xba\x9a\xaa\xe6\x9e\xa8\x91\x8b\x41\x2a\x8f\x5e\xa3\x3d\xd5\x77\x30\xa5\x5a\x92\xa2\x9b\xfa\xdf\xf5\x42\xcb\xb2\x13\xbd\x50\x74\x11\x4a\x65\xb5\x1d\x84\x0d\xca\x0f\xa0\x4d\x8d\x4e\x0d\xa6\x28\x8d\x72\x18\x8b\xb6\xf1\xbe\x06\x46\x22\x86\x3f\x5b\x11\xc5\x8d\x89\xd1\x90\x7f\x92\x89\xc7\xb4\x28\x32\x4a\x95\x43\xdd\x53\xad\x37\x72\xe0\x6d\xa7\x60\x15\x90\x99\xc3\xda\xa0\x2c\xc6\x05\x3c\x96\xef\xe4\xb4\x80\x82\x29\xaa\x01\xe8\xab\x3e\x5a\xe1\xf8\xdc\x91\xe0\x84\xd2\x1a\xc0\x46\xc0\x79\x4b\xa7\x05\xc6\x63\x2c\x9b\x1f\x72\xda\x13\xd3\x9e\x30\x41\xe7\x59\x9e\x7c\xd1\x1b\x0b\xa5\x89\x55\x89\xde\xfc\xac\x02\xd9\x81\x36\x69\x4e\x8b\x66\x1c\x66\x93\x5a\x9c\xce\xe7\xd8\x77\x26\x4a\x36\x1c\x2a\xa1\x60\xb8\x43\x61\x45\xf3\x41\x43\x93\x77\xac\x7e\x8b\xf3\x30\x22\x16\xa4\x38\x6a\x61\xe9\xa9\x13\x7f\x58\x43\x7d\x3c\x07\xeb\xce\x17\x4b\xc5\xba\x82\x36\xa2\x6c\xcb\xcf\x34\xe7\x17\x8f\x29\x7c\x21\x79\x80\xed\x18\xc6\x09\x7b\x24\x5f\x7b\x02\x74\x57\x8b\xba\xe9\xe2\xa3\x8b\x4f\xae\xa9\xce\x2d\xa7\xb3\x77\x70\xd0\xfc\x94\x79\xd1\x33\xcb\x69\x77\xbc\x96\x10\xe6\xce\xe5\x6b\xbe\xdb\x7d\xfa\xc2\xea\xac\x6f\x9b\xbb\x7b\x4f\x41\x18\x48\x6d\xc8\xa7\xe4\x79\x25\x75\x5b\xde\xaa\xaf\x62\x4e\xde\xe0\x25\x73\xb8\xbc\x5e\x30\x1e\x46\xb9\xdc\xc7\x8b\x28\x7f\xa4\x34\x9e\x4e\x17\x29\x25\x89\x9d\xe3\x32\x37\xe3\xbe\xd6\xe9\xc8\xa3\xc8\xde\xdc\x7b\x5e\xdf\xc5\xbf\xcd\xc3\xfd\xfd\xdd\x67\x96\x49\x33\xc9\x55\x2d\x93\x33\x66\x08\xf6\xd6\xb8\xe5\x79\xaf\x3b\xbc\xdf\x5d\x1a\xa8\x32\x2c\xb0\xdb\x16\xb2\x4c\x29\x0d\x03\xc7\xcc\x32\xf9\x55\x81\x98\xaa\x27\x06\x84\x89\x66\xb7\xb5\x59\x11\xc7\x3b\x88\x79\xfd\x75\x3a\xa9\xdb\x97\x62\xcb\xf9\xb3\xfe\x77\xf2\x28\xbc\xdc\xe1\x7c\x40\x04\x97\x2a\x8d\x61\x83\x6b\xf3\x4c\x18\x4f\x60\xce\x19\xa7\x5e\x86\x92\x58\x15\x4b\xe3\x78\x53\x0f\x2f\xa1\x41\x43\xae\x89\x7b\x4d\x0b\xec\x30\xb2\xd6\xde\x10\xc6\x8c\xe4\x0c\xfc\xa1\x1a\x0b\x3f\xfa\x48\xe7\xf0\x3a\xc5\x9f\x8c\xc4\x4b\xc7\x19\x8b\x37\xa3\x33\x57\xb0\x3a\xc8\x9c\x85\xd7\xea\x3a\x1f\x7d\x64\x79\x0e\x52\xc5\x09\xc5\x55\x08\xf8\xe8\xe3\xcf\xba\x1d\xe7\xb5\x8b\xff\x7e\xf7\xf7\x1e\x93\x95\x17\x79\x4a\x06\x1a\x11\x69\x5c\x4a\x86\xdd\x30\x40\x7c\x40\xa8\xec\x0d\x91\x14\x0e\x9c\xc1\x31\x22\x67\xa7\xf5\x06\xbc\x50\x3c\xb7\xda\xa3\xd1\xcb\x9e\xc3\x99\x7a\x65\x17\xfc\xe0\x46\x2a\x32\x57\xf3\x7a\xdd\xaf\xda\x26\x4a\x00\x8d\x61\xa4\x15\xe9\x52\x1e\xad\x28\x96\xa5\xef\x6e\x45\x50\x60\x63\x92\xbc\xf4\xb7\x85\x0c\x42\x22\x56\x44\x3e\x4c\x8a\xc1\x37\xc8\x03\xc0\x52\x3c\xca\xad\x47\x9f\xbf\xf1\x5b\x67\xc8\x5a\x86\xf0\x75\x9d\x09\x1b\x4b\xf8\xbc\xf6\xda\x39\xa6\x57\x35\x7a\x60\xa8\x2c\xb4\x7e\x6e\xb5\xda\x93\xde\x2b\x4a\x72\x3a\x48\x70\xe9\x0a\xa0\x03\x5c\xa0\x85\x35\x5f\xec\x42\x38\x52\x7d\x5f\xdb\xd0\xf7\x36\x42\xe0\xe2\xd9\x94\xc4\x31\x4d\x66\x51\xb6\x14\xb2\x06\xba\x14\xb3\xcb\x67\x72\x0e\x92\xa2\x01\x03\x32\x4f\x88\xa2\xb8\xbe\x03\x62\xd4\xf7\xb9\xb4\xe2\x0e\xb6\x78\x96\xd4\xcc\x91\xdd\xdb\x74\xc6\x00\x64\x5a\x6c\x10\x25\x9f\x00\xb9\x4d\x8b\x44\xb3\xd0\x0d\xae\xb1\x78\x97\xd7\x5f\x11\xca\x53\x5c\x22\xee\x02\x73\xe7\x8c\x94\x98\xea\x75\x24\x6f\x20\xf6\x36\x5f\x20\x42\xd5\x2d\xca\xf7\x7b\xc8\xc7\xbd\xde\xc9\x10\x3b\xfd\xaa\xe7\xbc\xae\x48\x18\xd0\x6a\x28\xa9\x9a\x99\x3d\x29\x03\x1e\x25\x51\xdd\x37\x3e\xad\xa6\xda\x9c\x50\x2b\x44\x6e\x1c\xc5\x9b\x6c\x15\x9c\x69\x51\x5c\x72\x8a\x8a\xfd\x47\x2a\xce\xb6\xde\xd0\x49\x7e\xa3\xf9\xec\xa0\x94\xf9\xd0\xae\xae\x07\xf9\xbe\xb6\xa3\xef\x53\x82\x49\xc0\xa6\xc1\x2a\x07\xbd\x17\x9c\x91\x6b\xf3\xfa\x60\x97\x8c\xec\x76\x6b\x3c\x81\x63\x41\x06\xc1\x3e\x2c\x07\x69\xc4\x22\x4d\xaf\x28\xa4\x9d\xe2\x17\x89\xbf\xba\xda\x2a\xac\x58\xf7\x54\x4b\x38\x62\xc7\x11\xb1\xd5\x3c\x5a\x4a\xc2\x51\x6c\x00\x7c\x1a\x74\x47\x59\x1d\x87\x8c\xca\xf5\x27\xbd\x81\x03\x52\x62\xaa\x0d\x2d\xde\xfc\x28\x61\xcf\x97\x15\x46\x40\xb3\xf3\x5e\xf6\xc6\xfe\xa4\xef\xf9\xe8\x47\x75\xbd\xcd\x12\x37\x89\xeb\x22\x52\xcc\x3f\xa9\x5e\x90\x2d\xf5\x32\x31\xaa\x0c\xc0\xe4\x38\x61\xbd\x5b\x31\xa1\x64\x15\xf0\x8a\x0c\x4f\x2f\xbe\x53\x11\x7b\x5c\xcc\x66\x8c\xcd\x8c\x23\x94\x81\x22\x3d\x4a\x64\x6c\x03\x5e\xe4\xca\x94\x91\x22\xc6\x62\x53\xc8\x0b\xd3\xe4\x11\xe8\x42\x82\x45\xdc\x50\x6a\xca\x2f\x41\x1b\x9d\x61\xc7\x3f\x3e\xeb\x76\x89\x7b\x39\x43\xad\x20\x9a\x37\x39\x36\x82\x2a\x10\xff\x56\x27\x04\xec\x3d\xba\x8e\xe8\x9d\x1d\xff\xd8\x69\x6b\x3e\x5f\xd6\x14\x99\xcf\xb3\x4d\xea\x3c\x80\xd8\xdb\x92\x8d\x4d\x2d\xf3\x55\x7d\x4e\xd7\x64\x68\x87\x07\x2f\x9e\xe3\xdd\x4f\x7e\x62\x5e\x7c\xf5\x15\x3f\xd5\x59\x7e\x9a\x4b\x9b\x26\xcc\xfc\x81\xb8\x14\xb2\x64\xa5\x09\xe9\xce\xd3\x67\x07\x88\xe1\xde\x60\x32\xf6\x74\x59\x06\x10\x4d\x15\x9e\x3a\x7c\x89\x00\x9d\x33\x25\xec\x01\x55\x3e\xb9\x2f\x06\xa2\xf5\x83\x8d\xa7\xcb\x25\xa5\xdb\x21\x97\xec\xdc\x6e\x5b\x3c\x7b\xba\xfb\x69\x5d\xf4\xf4\x40\x26\x6f\x31\xb4\x41\x6d\x04\x41\x45\x3c\x50\x10\xdf\x20\xde\xae\xc7\x2b\x11\xaf\xc2\x78\x4f\x9d\xfe\x88\xb8\x9a\x36\x56\x0d\x2b\x44\x3b\x39\x3c\x52\x11\x20\x8c\x68\xbf\x10\x3f\xeb\xeb\xc0\xc0\x7d\x58\x4a\x5b\x57\x0f\xd6\x1d\xc8\xf8\xb7\x25\x6e\x25\x08\xcc\x4e\x75\xda\x81\xb9\xa0\x9d\x4f\x13\x32\x61\x9c\xe3\x15\x47\x2b\x8d\x94\xbc\xc2\x2a\x7d\x4d\xab\x8b\xae\x8b\x11\x65\xcc\x04\x8c\x88\x39\x8a\x47\x56\x32\x9e\xd5\x28\x28\x41\x5f\x95\x8e\x4a\x1b\xf9\xda\xc0\x75\x0c\x43\x9a\x18\x61\x55\xd5\x86\x04\xf7\x3e\xd1\xcf\x5e\x97\x02\xc4\x86\xe9\xdf\x43\x49\xb5\x81\x3f\xc4\x49\x4d\x8b\x0d\x29\x65\x13\xd3\xd4\x3d\x0c\x41\x1c\xc0\xd7\x68\x47\x0f\xf6\xf7\xf6\xea\x62\x42\x8b\x30\xf4\xed\x4b\x0a\xae\xb8\x94\x6c\xb8\xeb\xc6\x58\x21\xad\xff\x62\x87\x2c\x7c\x47\xfc\x90\x5f\x7f\x56\x49\x0f\x7e\x74\x21\xb4\x83\x0a\xab\xeb\x8e\x06\x4c\x55\x06\x3c\x8b\x0d\xca\x71\xec\x5f\x05\x4a\xdd\xa4\x59\x68\xf8\xcd\x86\xda\x58\x6f\xa7\x70\xea\x6d\x9a\x25\x97\xf0\x7d\xcd\x66\xe0\x55\x3b\x3c\x0f\x7a\xca\x2d\xef\x94\xca\x4d\x63\xab\xd5\x41\xb4\x63\xc0\xd4\x4f\x4a\x72\x63\xde\x1b\xc6\x74\xd2\x86\x77\x02\x8f\x10\x3d\x2b\x51\x6c\x4b\xe2\xb3\x5d\xd0\x14\x48\x7a\xd5\x22\x44\x78\xb6\x5b\x0a\xd2\x73\xd1\x1c\xa9\x32\x17\x08\x48\x90\xc2\x32\xcc\x53\x4d\xc6\xe8\x0e\xbd\xb8\xc3\x21\xa0\x35\xa7\x2a\xcf\x51\x3e\x5d\xd9\xf4\xf2\xe8\xf0\xd9\xfe\xf3\x4f\xed\x52\x21\x47\xcb\x60\x1a\x64\xb0\xda\xf0\xf2\x68\xd7\x5e\xa5\x69\xcc\xec\xf5\x08\x91\xc5\x8e\xc2\x58\xfa\x26\xe8\x1e\x69\xb4\x2e\x47\x3e\x14\x17\x1b\x12\xd9\x6c\xee\x35\x9b\x17\xc6\xd5\x98\x21\x28\x2a\xc9\xdd\xaf\x53\xca\x42\x36\xba\xd5\xaa\x35\xbc\xf6\x3e\xbd\x02\x98\x5e\xf5\x3a\xdb\x8a\x1d\x67\xe9\x75\x44\x8c\x86\xe9\xc2\x1c\xae\x47\xeb\x57\x7a\x7a\x68\x72\xc8\x3e\xc5\x65\x07\x00\x74\xd9\xea\x56\xd2\x31\x08\x0d\x8f\x68\xa6\x67\xb8\x49\x89\x40\x66\xeb\xf3\xba\xb8\x60\x0e\x69\xde\xaa\x8b\xff\x37\x2d\xd2\x82\x0f\x41\xe3\x6a\xf8\xad\x85\x19\xa1\x5b\x83\x1f\x8a\x50\x25\xe5\x84\x81\xa7\x88\x95\xe5\xcc\x88\x91\x1f\x96\xe3\x7d\x56\xce\xd1\xcf\x29\xa6\x5d\xac\xd5\xe4\x9b\xd3\x26\xc3\x86\xcb\x95\x60\x4c\xcf\x2c\x79\x0a\xe4\x8d\xa4\xe6\x7f\x86\x5e\x9a\x70\x14\xf9\x54\x5a\xf7\x35\xb9\xa0\x32\x84\x06\x23\x0a\x38\xa5\xbe\x60\xb3\x4c\x47\x8c\x39\x57\x03\x9d\x0e\x1b\x5a\x20\x48\xf2\x99\xeb\x7c\x48\x1e\x14\x72\x6f\x3d\xfe\x56\x5f\xa6\x07\x86\x34\x10\x67\xd4\x52\x4a\xde\xb0\x99\x3a\xbc\x87\xf4\xb8\x76\xa1\x2d\x21\x2f\x80\x13\xbb\xd6\x49\xdb\x2f\xbd\x87\x39\x01\x84\xe8\x17\x1b\x29\x71\x34\x93\x2c\xe7\x9e\xee\x9e\xe3\x79\xfa\x14\xa8\xeb\x6c\xf7\xb7\xde\xae\xa2\x29\x55\x0d\xc1\x7b\x5f\x21\x1f\x70\xfd\xb3\x71\x7f\xd4\xea\x54\xd3\xdc\x46\x70\x8d\xbf\x99\xe2\xb3\x39\xe4\x98\x4a\x9a\x72\x3e\x45\x39\x64\x64\x29\x1e\xec\x84\x45\xaa\x16\x45\xba\x83\x46\xb0\xfd\xa0\x2c\x47\xeb\xae\x42\x21\x79\x9b\x62\x66\xb4\x13\x87\x65\x59\x73\x9a\xd4\xe7\x99\x6e\xc0\xf4\x4f\x5f\x36\xac\x13\xd7\x4c\xc5\x43\xaa\xd2\xe6\xc4\xc0\x34\x5b\x03\x57\xd9\x64\xbd\x17\xc8\x8b\xf2\x1c\x1e\x0c\x90\xcd\xcf\x2b\xa5\xcd\xcd\x53\xc5\x20\x28\x79\xc7\x00\xd8\x26\xd3\x57\xc4\x79\x2f\x68\x43\x2e\xcc\x56\x6d\xf6\x67\x5c\x16\x01\x2a\x42\xee\x74\xd4\xea\xd9\xbc\xbe\xd8\x4a\xda\x2a\x2f\xa8\xdc\x83\xec\x1c\xc2\x96\x69\xa5\x20\x4f\x89\xb6\x32\xae\x10\x2d\xc1\xc0\x1a\x5f\xae\xe4\xfc\x0f\xf4\xe5\x2a\x99\x5b\x48\xeb\x46\xaf\x9d\x0e\xa7\xbb\x94\x5c\xdc\xdb\x88\xc0\xe1\x9d\x2e\x9c\x01\x5a\x99\xcd\x51\x04\xd8\x9e\xeb\xfe\xde\xe0\x98\xcf\x04\xa9\x6e\x06\x49\x4f\x4d\xb7\x64\xcd\x0e\x75\x05\x92\x8f\x14\x57\x71\x1a\xdc\x51\x12\xd8\x20\xf5\x26\x68\xf4\x98\x8f\x5a\x6f\xc9\xda\x48\xd9\xde\x4a\x4e\x81\xbc\x52\x17\x5d\x0c\x72\x91\xe2\x28\x45\xbe\xa5\x6a\xe1\x8a\x4a\x2e\x82\x0f\x9f\xb6\xa5\x02\x37\x11\x66\xf7\x4b\x21\xc0\x0f\xc3\x81\xd0\x9c\x6b\xeb\x7a\xdb\xe8\x98\xb5\x6d\x8b\xb3\x24\x7a\xd7\x09\x88\xa0\xb9\xc5\xe5\xad\xb9\xea\xb6\x5f\xec\xed\x95\xbf\x5f\xe8\x8b\x83\x5d\xbb\x14\xbd\xbe\xd0\xaf\xf6\xf7\xf7\x3f\x5d\x5f\x0c\x83\x24\xb5\xc5\xcb\x08\xd4\x9f\x2a\xa0\x5e\x0e\x04\x36\x3f\x03\xb0\xae\x68\x7d\x3d\xcd\x52\x86\x28\xbe\xa5\x5e\x06\xbe\x96\xe5\xe9\x5b\xc9\xa6\x83\x4b\x62\xf2\x15\x35\x28\x29\x4b\x7b\x9f\xa7\x71\x80\x9c\x2a\xcd\xe6\x8d\xd5\xd5\xbc\x41\xda\x6b\x7c\x8c\xab\x1a\x02\x23\x92\x7f\xb2\x92\xee\xc8\x1d\xb4\x34\xda\x20\xdd\xd6\xe7\xd1\x9b\xea\x54\x89\x3a\xd4\x3e\xd5\x70\x53\xc2\x0e\xe1\x25\xfd\x12\x9f\x35\xe7\x87\xa6\xd2\x72\x07\x80\xca\xbe\x25\x77\x02\x2f\x0d\xb8\x12\x2c\x57\x01\x97\x39\x97\x68\x19\xd1\xe9\x0f\xd5\x4b\x4b\xdb\x2c\xbb\xd9\x6c\x24\x3b\x96\xa9\x78\x98\xa7\xff\x97\xc9\xc0\xdd\x3c\x80\x63\x5c\xb9\xf0\x49\x16\x4c\x79\xb9\x1d\x79\x59\xcc\xe9\xa2\x07\xdd\xd3\xef\xeb\x20\xe3\xf5\x3b\x59\x96\x66\x74\xd1\xce\x22\x2a\x14\xdc\xc5\x5f\x2d\xc1\xea\x23\x3f\x24\x1e\xc2\xb7\x56\xc9\x45\x4a\xdd\xf0\xd2\x75\x0a\x4d\xdb\x50\x37\xcf\xcf\xcb\x6e\xeb\x0e\xac\x8c\xbb\xad\xe9\xe1\xa6\xe9\x0f\x34\x21\xd4\x71\x47\x51\x09\x23\x85\x59\xc0\xba\xd1\x54\x64\x69\x8e\xeb\xc7\xea\x86\x2c\x90\x5d\x30\xa5\xc0\x40\xa9\x84\x01\xff\x27\x1f\x22\x4a\x7f\x74\xe2\xbb\xa3\x89\xa6\xb5\x26\x54\x91\x23\xf3\xf1\xe1\xc6\x9b\x29\x21\xc1\x2e\xd2\x6c\xb6\x64\xb0\x4e\x77\xb5\x33\x53\x29\xdc\x2b\xf5\xcc\x9a\x5e\x07\x12\xb5\x88\x66\xf9\x43\x72\xf6\x5e\x98\x0f\x0e\x9a\xe2\x87\x3f\xc4\x9d\x4d\xf5\xbf\x4a\x88\xf1\xbd\xd3\x5e\x97\x0f\x6c\x5e\x30\x4a\xcd\x29\x0e\xf2\xaa\x43\x30\xd9\xdb\x0f\xd7\xd5\x69\xf5\xfa\x6f\x3e\x58\x99\xf3\x6e\x15\x65\x1c\x3b\x90\xfe\x60\x3a\x24\x80\xe6\xf2\x38\x94\xb1\xa4\x82\xc7\x8c\xea\x20\x4b\x4c\x9b\x5a\x6c\xab\xeb\x39\x4f\x66\x5d\x94\xaa\x6c\x73\x72\xdf\x1e\x27\xd5\x5d\x73\xa5\xa1\xa0\x9a\x7f\xf2\xb1\x28\x7f\xd3\x61\xf4\xb1\x04\xec\x22\xfe\xde\x43\x16\x5c\x07\x64\x65\x88\xdc\xd4\x07\xe2\x0e\xbc\xea\x59\xc2\x44\x9f\xfd\x64\x6b\xd9\x9c\xa5\x55\xb8\x2e\x84\xc4\x18\xee\x21\xa9\x55\xfa\x61\xdc\x02\xec\x8d\x4c\xbe\x40\x74\xd4\xbe\x5f\x84\xab\x3b\x76\x4f\x4d\xaa\xa7\xb4\xb8\xe7\x72\x45\x85\x5a\x9b\x73\xd6\x75\xf9\x92\x23\xc9\x1d\x2d\xd1\xc3\xaa\x96\x1e\x4a\xd1\xb7\x27\xd0\x89\x82\x79\x82\xe1\xa2\x69\xa9\x3a\x93\x44\x72\x12\xb8\x53\xc9\xe7\x1f\x6e\x79\x27\xc3\x37\xe4\xfc\xb7\x4d\x8f\x78\x7f\x25\xf1\xd3\x4d\xad\x3d\xdd\xe0\xb3\x89\x7a\x6f\x77\x9a\xd5\xac\x6c\xc7\xde\xd9\xdb\xba\x3f\xa7\x5d\x71\xa8\x50\xe3\x55\x14\xb7\x0e\xbc\x77\x95\xb7\xa9\x7d\x6f\x14\xb8\x5d\x03\x17\x5b\xe5\x68\xab\xe3\xf6\xf8\xb8\x95\xe2\x6b\x40\x67\xa2\xb0\x90\x77\x80\x15\x3d\xbd\x43\xae\x66\x1f\xd2\x9f\xcf\xd6\x27\xc4\x5c\x3c\xfb\x7d\xf3\x75\xd2\x51\x91\xcf\x5e\x58\x64\x37\x3a\x23\xcc\xd2\xea\x37\x07\x59\x91\x24\x14\x69\xe8\x31\xd7\xac\x18\xfb\xa3\x94\x0e\xe9\x00\xdb\xf5\x4a\xc9\xc7\xf8\xa2\x5b\x24\xd5\xd6\x6c\xbc\x7c\xae\xc2\xa5\x6b\x04\x6f\xfa\xb6\xaa\x35\xf1\xb9\x7a\xb1\xa1\x66\x74\x8a\x13\x32\xb4\x44\x14\x9d\x95\x9e\x49\x5d\x9f\xc7\xfb\xe6\xe1\xb9\x45\xdf\x15\x74\xce\x98\x80\x7d\xa6\x5d\xad\xb9\xb0\x78\xa7\xd6\x9f\x3b\x2d\x64\x10\xd3\xc1\x20\x1d\x1a\x1a\x29\xf4\x55\x88\xaf\x9f\xfb\xfc\xfc\x3e\x41\x7b\x4f\x17\xd6\xa6\x94\xf6\x6c\x97\xe8\x58\x2b\x9b\x17\x9a\x17\x92\x6f\x33\x0e\xc2\x62\x1e\x21\x49\x10\x33\x35\xbd\x7a\x54\x22\x5f\xad\x56\x24\x19\x71\x2a\x56\x5a\xad\x96\x07\x73\x45\xe8\x49\xc0\xce\xf0\x9f\x26\x6b\x80\x8f\xf2\x9a\x9a\x2e\x99\xcc\x86\xe9\x54\xf1\x03\x12\xd6\x68\xd6\x9f\xd7\x0f\xac\x96\x7b\x42\x91\xc8\x62\x22\x4d\xe7\x9e\x95\x2f\xb9\xf8\x30\x8b\x8c\xbe\x54\x0f\x2f\xc6\xe7\xe5\xd1\x3b\x28\xe8\x8e\x76\x79\x53\xee\x5f\xab\xf5\x16\x23\x9f\x73\xf4\x3b\xe9\x4d\xfc\x4e\xaf\xdb\xdd\x8e\xf5\x0f\xaf\x7f\x3e\xad\xac\x3e\x98\x93\x31\x2a\xf8\x0a\x16\x4f\xf0\xf5\xdb\x2c\x7e\x3e\x35\x4b\x47\x02\x53\x59\xfd\x68\x5d\xa6\xba\xa7\xf6\x49\x73\xaf\x9b\xe7\x58\x43\x0f\x5c\x9f\x01\xe1\x19\x81\x56\xcf\x75\x47\xae\xfe\x02\xc4\x6a\xf7\x47\x43\xc7\x5c\xd3\xc7\x69\xe6\xd2\x7a\x1b\x35\x5f\x50\x2c\x6f\x0d\x79\x40\x99\xd4\xce\x3c\xfb\xeb\x45\xad\x3d\xa4\xbf\xa7\x2f\xed\x50\xd6\x3a\x8e\x3d\xcb\x6a\x5d\xd7\x4e\xe2\xda\xb0\x6f\xc7\xd7\xb5\xfe\x2b\x3b\x2b\x6a\xee\x99\xfd\x65\x50\xfb\xf1\xd8\x96\xaa\xe6\x78\xf6\x2a\xaf\x1d\xbb\xf6\x2a\xae\x8d\xfb\xf6\xe5\xbc\x76\x7c\x62\x63\x51\xbd\x89\x3d\x8b\x6a\xdd\x1e\x1f\x30\xd1\x08\x0e\x10\x21\x52\x0b\xfb\x37\xff\xf4\xd3\x5f\xff\xfb\x9f\xfe\xfa\x97\xff\xf8\xdd\x9f\xff\xb1\xfd\x9b\x5f\xfd\xec\xbf\xfe\xfe\xcf\xcc\x4d\x47\x16\xb9\x9a\x2e\xec\x6e\x16\x24\xdf\xfc\x5d\x10\x29\x7b\x28\x91\xe9\x83\x0f\x86\xca\xee\x07\xf9\x75\x24\xff\xe3\x6f\x0a\xfb\xfd\x5f\x7f\xfb\x47\xdf\xfe\xec\xdb\x9f\xbd\xff\xd7\xf7\xbf\x7c\xff\x2b\xfb\xbb\xbf\xf8\xdb\xef\xfe\xf2\x1f\xfe\xf3\xe7\x7f\x65\x3b\x6a\x15\x7c\xf3\x8b\x34\xb6\xe9\xc3\x87\x62\x5e\x7c\xf3\x73\x45\x1f\xa7\x1c\x67\x81\x8a\xe8\x61\xac\xae\x22\xfb\xfd\x2f\xbe\xfd\x93\xf7\xff\xf6\xfe\x5f\xde\xff\xf3\xb7\x3f\xd5\x32\xec\x5e\x1e\xc4\x11\x91\x5c\xaf\x00\xed\x88\x03\x50\x84\xc4\xd2\xd4\x2f\xe4\x7d\x27\x17\x24\x5d\x23\x0b\xbc\x42\x38\x65\xd5\x51\xa0\x92\x44\x55\xcf\x2d\xd6\x1d\xeb\xd0\x62\x05\xe2\xf2\xeb\x85\xc5\x5a\xe4\xcb\xda\xe4\xb5\xc5\xda\xe4\xaf\x29\x2d\x56\x29\x39\x7e\x66\xb1\x5e\x71\x99\xc4\x16\x2b\x97\xbe\x05\xba\xb6\x58\xc3\x74\x0e\x57\x58\xac\x66\x5c\x7e\x19\x58\xac\x6b\x1a\x45\x59\xac\x70\x5c\xf2\xaf\xc5\x8a\xa7\xbb\xd8\x62\xed\xe3\xf2\x72\x6e\xf1\x16\x50\x2e\x94\x5b\xbc\x0f\x34\x60\x64\x31\x57\x30\x5f\x4d\x01\x85\x56\x2b\xfe\x68\x20\x15\x8b\x68\xbe\x88\xf1\x3f\x52\xf4\x38\xe0\x0a\x12\x5b\x76\x1d\x3c\x2c\x3e\x8a\x92\xc8\x7a\xbb\x6e\x51\x37\xdd\xe8\x74\x2d\xa5\xb8\x8c\x58\x72\x3a\x7a\xed\x77\xc1\xc2\xc1\x49\x8f\x5d\x7d\xf2\x5a\x41\x60\x6f\x01\xfa\x4a\x28\xa2\xab\x08\x77\xf3\x00\xfe\x4a\x80\xdc\x6a\x9e\xf2\xf1\x0a\xa7\x05\x29\x08\xcb\x96\x5c\xc2\x0f\x7d\x28\xc1\x2e\xfd\xdf\x01\x00\x00\xff\xff\xd2\xa6\xc3\xdb\xa5\x2b\x00\x00") +var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7b\x5b\x6f\x23\xc9\x75\xff\x7b\x7f\x8a\x5a\xed\x7f\xff\x33\x13\x34\x49\x5d\x46\x5a\xed\xd8\x72\x96\x22\x9b\x14\x3d\xbc\xb9\x9b\x9a\xd9\xd9\x81\xd0\x6a\xb1\x8b\x64\xaf\x9a\xdd\xdc\xae\xa6\x34\x5a\x04\x81\x8d\x3c\xe4\x02\x04\x79\x48\x90\x20\x40\x10\xc4\x0f\x89\x01\xe7\x66\x23\x2f\x76\xe2\x24\x0f\x9b\xbc\xcf\x7e\x07\x67\x1d\x3f\xf9\x2b\xe4\x77\x4e\x55\x93\x4d\x8d\x46\xd9\x0d\x12\xd8\x2b\xf6\xa5\xea\x54\x9d\xfb\xef\x9c\xea\x79\x57\xf4\x9d\x67\x8e\x2b\xf8\x4f\x6f\xd0\xec\xb4\x5e\x88\xd1\x49\xc7\x13\xad\x4e\xd7\xb1\xde\x15\xc3\xae\x53\xf7\x1c\xd1\xab\x3f\x75\x44\xe3\xa4\xde\x6f\x3b\x9e\x18\xf4\x45\x63\xe0\xba\x8e\x37\x1c\xf4\x9b\x9d\x7e\x5b\x34\x4e\xbd\xd1\xa0\x87\x87\xfd\x56\xa7\xad\x67\x5a\xdf\x10\xf5\xc5\x42\x24\xc1\x5c\x8a\x7c\x16\xe4\x42\xcd\xd2\x6b\x25\xd2\x44\xc8\x2b\x99\xdd\x88\x45\x30\xc5\x8b\x28\x8f\xa5\x55\x1f\x0e\xfd\x7e\xbd\xe7\x88\x23\xd1\x4e\xa7\xea\x09\xfe\x8a\x76\x94\x0b\x4f\x66\x57\xd1\x58\x82\x52\x63\x16\x24\x18\x8e\x67\xd1\x44\xdc\xa4\x4b\x91\x2d\x13\x11\xa7\xe3\x20\x8e\x6f\x2c\xf7\xb4\xef\x9f\x7a\xd8\xfd\x91\x98\x46\x39\x46\x3b\x51\x3e\x93\x99\xd8\x0a\xe5\xd5\x96\x2d\xb6\x16\x59\x1a\x6e\x89\x14\x0f\x72\xa9\x72\x3c\x09\xe5\x24\x58\xc6\xa0\xa5\xf4\x18\xa6\x00\xd6\x69\x03\xb8\xb7\xac\x97\x99\x5c\xa4\x2a\xca\xd3\xec\xe6\xcc\x72\x07\x83\x91\x38\xb2\xbc\x86\xdb\x19\x8e\xfc\xd1\x8b\x21\x0d\xbb\x08\xd4\x0c\x2b\x35\x0d\xa5\x7a\xdf\xeb\x88\xf1\x2c\xc8\x94\xcc\x2d\xba\xf1\x21\x2a\xd7\x73\x68\xe2\x37\x44\x2b\xcd\xc6\xd2\xb0\x9d\xc8\x6b\xb1\xa6\x2e\xf2\x54\x5c\x48\xb1\xc8\xa2\xab\x20\x97\x56\x6b\xe0\x36\x1c\x7f\xe8\x76\x9e\xd5\x47\xb4\xca\x24\x88\x15\xb1\xdf\x8e\xd3\x8b\x20\x16\xf3\xe0\x55\x34\x5f\xce\xc5\x38\x93\x41\x1e\x41\x92\x71\x34\x87\x48\xd2\x49\x99\xe2\x02\x9c\x2f\x95\xcc\x6c\x51\xd9\x11\x73\x19\x24\x4a\x24\xa9\x1e\x69\xf5\xea\x1f\xf9\x0d\xd7\xa9\x8f\x3a\x83\xbe\xdf\xed\xf4\x3a\xd8\x1f\x86\x61\x85\x5e\x94\x65\x90\x90\xba\x49\xc6\xe2\xd3\xa5\x5c\x4a\x11\xcb\x64\x9a\xcf\x6c\x11\x25\xb4\x9c\x92\x24\xf9\xf9\x7a\x54\x94\x4c\x85\xca\x83\x2c\x57\x82\x74\x83\x5b\xab\xd7\x71\xdd\x81\xeb\x7f\xe7\xd4\x39\x75\xfc\xae\xd3\x6f\x8f\x4e\x40\x7e\x67\x7b\x7b\x1b\x0b\x0c\x83\x7c\x3c\x13\xa4\x80\x7b\xe8\x2f\x96\x71\x0c\x5e\x30\x00\xc3\x16\xab\x19\x77\xac\x35\x3c\xed\x76\x7d\xd7\xc1\x5a\xde\xe8\x6d\x2b\x66\x72\x22\xb3\x4c\x86\xa2\x0b\x23\x4a\x94\x54\x24\xed\x45\x1c\x40\x17\x30\x47\x98\x08\xee\x17\x24\x3d\xba\xec\x46\x8a\x4c\xa7\x4f\xe6\x3a\x5f\x62\xf9\x39\x2f\x3f\x89\x62\xa9\x6d\x38\x4a\xc4\x38\x4d\x26\xb5\x58\x13\x23\x7b\x1a\x63\x5c\x3a\xaf\x95\x1f\x5b\x43\xd7\x69\x39\x70\x8d\x26\xe4\xdb\x70\xfa\x1e\xbc\xe5\x08\x8e\x10\x8c\x79\x0d\x3d\x75\xb7\xba\x6d\x93\xec\xcd\xfd\x86\xbd\x55\x65\x48\xbf\x67\xd8\x0b\x6d\x89\xb6\xc7\x7b\x90\xaf\x72\x8c\x85\xd2\xd5\xca\x9b\x96\x71\x08\x79\x5c\x41\x94\x51\x22\xc5\x75\x16\x2c\x14\xed\x92\xb8\x69\xa4\xa1\x34\x2a\xd5\xf4\x40\xce\x93\x8b\x20\x83\x95\x95\x49\x5d\xc3\x53\x44\x00\xc6\xe6\xf3\xa0\x2a\x46\xe9\x9a\x14\xaf\x8a\x01\xb5\x74\x3d\xde\x16\x9f\x90\x64\x16\xcb\xbc\x98\x63\x75\x3b\x7d\xc7\x7f\xee\xd6\x87\xbe\xf3\xd1\x08\xec\xc2\xb0\x88\xe1\x6a\xfe\x2a\xb7\xab\xf3\x10\xff\x05\xd9\x65\x98\x5e\x27\x74\xa7\x7f\x2e\x43\x1b\xbb\x79\x16\xc4\x51\xa8\x59\x9b\x63\xb3\x86\x2b\x66\x27\x80\x3f\xc8\xab\x08\x8e\x52\x1f\x76\x44\xa0\x54\x3a\x8e\xb0\xef\x50\xef\x16\xec\xcd\x6d\xa1\x96\x50\x4e\xa0\x44\xb0\x88\x6a\x57\x3b\xb5\x62\x95\x32\x9b\x57\x41\x0c\x3b\x12\x17\x37\x7a\xab\xaa\x4a\x16\xc1\x64\xf3\xe0\x82\x04\x45\x92\xe1\xc5\xc5\x75\x9a\x3c\xd0\x01\x8a\xac\x90\x04\xb8\x29\x73\x11\xa6\x52\xd1\x10\x36\x0a\xd2\xf1\xb3\x8e\xf3\xbc\x7e\xdc\x75\x7c\x8a\x75\x1c\x3b\x88\xed\xd5\x36\x36\x34\xba\x5c\xc4\x69\x10\x92\x46\x9f\xcf\x24\x47\xa6\x92\xbb\xf2\x42\x7a\x04\xb8\xc9\xb0\x68\x12\x5c\xc4\x32\xac\x16\xb1\x85\xad\xf6\x3c\xcf\x96\xf2\xdc\x72\xfa\xb4\x66\x13\x2b\xd1\xbd\xf6\x2a\xd8\x28\xb4\x6c\x28\xdc\x9a\x15\x06\x79\x50\xcb\xe7\x8b\x9a\x79\x7d\x2e\x1e\xe2\x4e\x4c\x25\xde\x87\x32\x96\x24\x54\x70\x37\x45\xd0\xc5\x9e\xd8\xc5\x1e\x59\x23\xa7\x37\xf4\x87\x75\x76\xa5\xdb\x04\xb0\xe4\x20\x61\xdb\x9f\xa7\xd8\x2b\xc2\x6f\x7a\x0d\x1a\xf9\xcd\x42\x2a\x5b\xc8\xea\xb4\x2a\xa2\x39\x02\x7b\xed\x93\x85\x9c\xfe\x86\xbe\x5c\x24\x78\xda\x4f\xf3\x19\xb9\xb1\x0e\x48\x41\x62\x18\xa7\x89\x56\xbd\xdb\x1d\x3c\x87\xc3\x50\x68\xf5\x38\x60\xf6\x82\x57\x42\x45\x9f\x49\xb2\x7e\x19\x14\x6e\x08\x95\xf5\x8e\x37\x39\xdc\xeb\x1d\x5b\x5a\x03\x88\x6c\x5e\xe7\x63\x0a\x9a\x7b\x86\x40\xb2\x9c\x5f\x40\xd6\xc6\x81\x94\x0e\x8c\xcc\xc6\x26\x8d\x7d\x0e\x8b\x44\x85\x54\xb8\x0f\xdd\x2d\x23\x52\x56\x7f\x35\x7f\xa5\xae\xa8\xb0\x53\x52\x14\x99\x0b\x78\xc7\xae\xd2\x84\x6c\x05\xa4\xf1\x94\xd2\x9a\xe5\x7c\x34\xec\x0e\x5c\x44\xf2\x7a\x1b\xd9\xd1\xef\x9f\xf6\x40\x79\x77\x7b\x83\x68\xa4\xd4\xf2\xed\xe4\x98\x4c\xc7\xf3\x4e\x6f\x11\xd9\xd9\x24\xb2\xca\x08\xb0\xf0\x08\xec\x6c\x12\x09\xc6\x79\x74\x15\xe5\x90\xb5\x94\xa1\xd5\x72\x20\x63\xce\x00\x83\x1e\xa2\x8f\x21\xb8\xaf\x7d\x71\xc9\xb2\x3e\x27\xe7\x92\x95\x71\x0a\x56\xce\xa1\xab\x3c\x80\xaf\x4c\x6d\xca\x27\x21\x39\x52\x3d\x09\xb3\x14\x6e\xfb\x2d\xcc\xab\xd2\x4e\xea\x09\xd6\xba\x62\x57\xe6\x49\x88\x1f\x97\x52\x6c\x25\x58\x5d\x67\xdc\x30\x52\x64\xce\x5b\xf0\x5d\x84\x76\x76\x6f\x72\xaf\x22\x03\xab\xfc\x26\x26\x3b\xee\x91\xe8\xa2\x64\x92\x3e\x11\xb3\x3c\x5f\xa8\x27\xb5\x1a\x12\xb1\x8c\x53\x28\x4d\x55\xa7\x69\x3a\x8d\x65\x15\x4c\xd6\xae\xe5\x05\x6c\x11\x66\x29\x55\x6d\x77\x7b\xe7\x71\x6d\x67\xa7\xe6\x2d\x17\x8b\x34\xcb\x2b\xf0\x83\x4a\x89\x81\x4a\x94\x54\x1a\xb3\x2c\xc5\xfd\xde\x07\xfc\xd2\x6c\xdf\x1a\x9d\x38\x3d\x07\x62\x80\x8e\xfc\x9e\x33\xaa\xfb\xa3\x7a\x1b\xa2\x38\x7f\x77\x32\xd9\xdf\x7b\xbc\x77\x7e\xcb\x02\xb5\xf9\xe8\x4c\x0d\x7e\x90\x41\x6e\x20\x8e\x87\x61\x61\x43\x80\x11\x87\xbd\xe8\xf8\x11\xdb\x51\xb3\xe3\x0d\xbb\xf5\x17\x3a\x2e\x18\x8b\x3c\xdc\x3b\x3c\x3c\xd8\x3e\x64\xcb\xaa\x06\xe1\x3c\x4a\x36\xed\x8b\xd2\xf5\xfd\x96\x40\xf0\x66\xd3\x10\xf6\xb7\xdf\x34\xd1\x7b\x49\xb8\xce\x70\x70\x2f\x89\x24\xcd\x91\x8f\xee\x27\xd2\x1f\x8c\x3a\x8d\xdb\x76\xbd\xbf\x41\x26\xcd\xa6\x41\x12\x7d\xa6\x01\xca\x7d\xb4\x06\x6e\xfb\x8d\xfd\xb0\x84\x48\x1c\x77\x38\xe0\xd7\xe4\x6e\x87\x3c\xb9\x08\xc8\x44\xce\xe1\xc0\x0a\x1b\xcc\x42\x9d\xe6\x2e\x80\x3b\x2e\xd7\x41\xde\x44\x57\x1f\xc0\x8d\x92\x37\xf2\xda\x31\xa0\xd2\xd3\x12\x0c\x2b\x12\xb2\xce\xfb\xe2\xd4\xed\x56\xbc\x31\x19\x5c\x69\x6f\x45\x48\x44\x6e\xc2\x22\x97\xc8\xa0\x33\x99\x80\x81\x24\x94\x19\x05\xc0\xde\x3a\x53\x51\xdc\x96\xaf\x82\xf9\x02\xbb\x02\x70\xb5\x11\x2d\x13\xc0\x47\x8d\xa5\x7d\x50\xf7\xbd\x06\x59\xaa\x8e\x89\x5f\x05\x0d\xc0\x40\xf5\x4a\x32\xac\x51\x76\xd3\xfb\xe8\xdd\x91\x1c\xef\xc3\x00\x9a\xc4\x5d\x00\x80\xa8\xad\x12\xfa\x9b\x60\x80\x6d\x7e\x13\x07\xbc\x0d\x02\x40\x37\xd0\xf2\x15\x29\x7a\xe8\x0e\x46\x03\x38\x23\x86\x93\xef\x5b\xcd\x41\xaf\xde\xe9\xe3\x8e\xf1\xfd\x2c\x05\x2e\x23\x08\x4e\x02\xc1\xc3\xf7\x1e\x16\xe3\x1f\x51\x94\x78\xef\xa1\x1e\x8e\x9b\xf7\x1e\x9e\x8c\x46\xc8\x5c\x03\x77\xf4\x48\xd5\x2c\xbe\xa9\x37\x9b\x54\x16\x6c\x57\xf9\x7f\xd6\x6a\x00\xa5\x09\x83\x12\x65\x36\x47\x28\x26\xe6\x38\x8f\x26\x11\x1c\x3f\x1d\x5f\x42\x11\xa7\xfd\x0e\x92\xca\xa0\xf1\xd4\x19\xf9\x43\xc7\xed\x21\x1c\x83\x2d\x4c\x3d\x38\x38\x20\x85\xd0\xf6\xc4\xc3\x66\xef\xe3\x47\x64\x0a\x3c\x9d\xca\x17\xa0\x89\xec\x92\x1c\xfa\x61\x01\x52\x3c\xef\x44\xe8\xa0\xf5\x08\x31\x19\x3e\xa6\xc8\x12\x10\xca\x84\xd2\x15\x4e\x15\xe4\x3a\x09\x72\x2a\x04\x3a\x0e\x08\xa9\x52\x8d\x13\xa6\xe4\x93\xa8\x18\x28\xc3\xa6\x54\x5e\x50\x0d\x54\x0e\x9f\x0c\x71\x68\x72\x3d\xce\xa1\x31\xaa\x05\x92\xf8\xc6\xd4\x48\x19\xaf\xab\xa5\x0c\x42\x80\x39\x91\x62\x82\x44\x41\x11\xa4\xc5\xd6\x48\x22\xfc\xb2\x6a\x75\x07\x8d\x3a\x30\xf5\x3d\xa2\x5e\x89\xf4\x4d\x69\xa3\x14\xd2\x91\x9e\x17\x9d\xa0\x3e\x59\xc2\x19\xd8\xf6\x69\xc9\xe0\x2a\x88\x62\x7a\x6d\x21\x3e\xb2\x97\xd1\xb0\xb5\x67\x15\xc0\x08\xae\x2f\x2e\x96\x51\x0c\xc8\x5f\xde\x7d\x4a\x0c\xe4\x55\xcb\x1b\xd5\xdd\x11\x4d\xf5\x11\x0f\x9f\x71\xc5\x57\x50\x68\xa6\xf3\x00\x93\x74\xb9\xc9\xa1\x1a\x19\x39\x55\x3a\x4c\x8c\x63\x0a\x14\xe0\xca\xa2\xb9\x2b\x03\x5b\x1b\x0f\x19\x02\x52\x48\x81\x19\xfe\x1b\x02\xc6\x82\x76\x77\x6f\x4d\xbb\x63\xe7\x31\xbc\x16\xbe\x03\xbd\xf0\xcc\x6e\xc7\x83\x77\x14\x04\xde\x7b\x58\x50\xe3\x1d\xb8\x69\xca\x55\xcf\x8c\xdc\x9c\x68\x84\x51\x26\xc7\x84\x12\x37\x4a\xd6\x07\xbf\x59\xab\x2a\x35\x7b\x60\x63\xbd\x9c\x0d\x45\xa7\xd5\x94\xa5\xf7\xa0\x36\x43\xc6\xab\x21\x9e\xe8\x51\x55\x5e\x97\xb5\xaa\x31\x1d\xab\xca\xd0\x65\xb3\xa2\x62\x12\xd3\xe5\x1c\x49\x34\x30\x88\xd4\x84\x2d\x2e\xd7\x16\xcb\x0b\x14\x37\x97\xe2\x52\xde\x60\x05\xae\xc5\xd4\xac\x82\xbb\xa9\x4c\x08\xc9\x97\xb6\xa6\x6e\xc0\xed\xbc\x44\x6b\xc5\x81\xde\xc6\x53\xe7\x85\x3f\xa2\x8a\x6d\xb5\x15\x06\xb0\xd8\x45\x89\xe4\x06\xaf\xeb\xe7\x0f\x80\x1a\x11\xb8\x25\x05\x3b\x09\x2c\x31\x89\x70\x9b\x42\x02\xd7\xb3\x08\x6e\x46\xfa\x21\x6e\x10\x7f\x57\x6b\xb5\x49\xd4\x1a\xc8\xae\xe9\xb0\xab\x85\xd1\x98\x98\xbe\x36\x66\xc7\xde\x25\xc1\x23\x52\x33\xe3\x29\xe2\x95\xd3\x3f\x07\xc7\x71\x8a\x32\x52\x2d\x52\x4c\x03\xf7\x8c\x59\x7b\x9d\x7e\xa7\x77\xda\x63\x8e\x28\xcb\xa3\xde\x77\x1a\xe5\x5c\x51\xb8\x43\xa3\xd9\xa7\xca\x9f\x70\x52\xd1\x89\xa0\x92\xc3\x1a\xb4\x5a\x9c\x63\x4c\xdb\x41\x4f\x2b\x9c\xc3\x1d\x9c\x8e\x90\xf0\xbb\x83\x76\xb9\x09\x20\x13\xc9\xb1\x1b\x32\x06\x42\xc2\x93\xff\x27\xaa\x35\xc6\xee\x63\x09\x23\xac\x8c\x83\x23\x2a\x0b\x44\x25\x5c\x66\x9c\x7e\x8f\x0e\xdf\x3f\xd8\x9e\x6d\xcf\xb7\x95\xa8\x50\x1c\x3d\x9a\xdf\xd0\x4f\xd5\x24\x1d\x02\x54\xd6\x37\x08\xd2\x23\xd8\x03\x27\x21\x8e\x57\x17\x93\x57\x45\x86\x21\x4c\x05\xeb\xe7\x37\x14\x32\x9e\x43\xe0\xd4\xc1\xa1\xc5\xa2\x89\x16\x20\xf2\x20\xdc\xfc\x61\x98\x82\x0a\xf9\x39\x62\x20\x8a\x0b\x92\xa7\x9e\xcf\x13\x4d\x77\x83\x84\xfa\x48\x6f\x1b\xb0\x2e\x51\x2a\x16\x8b\xcb\xb1\xda\xd9\x15\x15\xf2\x30\x50\xe5\xd5\x2b\xa4\x53\x7d\x07\x53\xaa\x24\x29\xa6\xa9\xaf\x36\x0b\x23\x8b\x49\xf4\x42\xd1\x05\x4a\x4b\xab\xe1\x20\x6a\x50\x72\x82\x34\x4d\xcd\xce\x28\xb3\x56\x2c\x63\x91\x1a\xef\x1a\x60\x28\x62\xf9\xd3\x05\xd5\x0f\x31\x81\x52\x6e\x19\xc0\xc4\x63\x62\x8a\x8c\x12\x85\x13\xa0\x93\x96\x1b\xf9\xef\xa6\x53\xb0\x08\xc8\xcc\x61\x6d\x10\x16\xa7\x08\x3c\x96\xaf\xe4\x78\x09\x01\x53\x50\x03\xa8\xba\xed\xa2\x66\xfe\xa2\x28\xf0\xa8\x97\x46\xd5\x18\x37\xcb\x9a\x75\x80\xd6\x52\x89\xa6\x7b\x6d\x31\xe9\x84\xdb\x42\xbc\xcb\xf6\xc7\x9d\x21\xea\x64\xc6\xc6\x05\xb6\xe1\x67\x25\x40\x13\x68\x93\xe6\x5e\xdc\x84\xa3\x6c\x52\x89\xd3\xe9\x14\x7a\x67\x50\x6a\xc3\xa1\x12\x8a\x85\x5b\x14\x55\x34\xa4\x37\x95\xce\x96\xd5\xad\x73\xf3\x8f\x60\x17\x09\x8e\x46\x58\x7a\xeb\x84\xae\x56\x40\x28\x9e\xa2\x70\xca\x67\x73\xc5\xb2\x82\x34\xa2\x6c\xc3\xcf\x74\x23\x48\x3c\xa4\xe8\x55\xd9\x21\xdb\x31\x45\x03\xec\x91\x7c\xed\x11\xa0\x82\x9a\x55\xcd\x14\x1f\x53\x7c\x72\x4d\x75\x66\x39\xcd\xdd\xfd\xfd\x9d\x0f\x18\x83\x1e\x58\x4e\xa3\xe9\xd5\x85\x30\x77\x2e\x5f\xf3\xdd\xf6\xe3\x43\xab\xb9\xba\xdd\xd9\xde\x7d\x0c\xf4\x41\x62\xbb\x40\xaa\x3d\x2b\xf5\x0b\xe7\x37\xea\xd3\x98\x3b\x86\xf0\x92\x29\x5c\x5e\x33\x8c\x87\x80\x52\x7b\x78\x11\xe5\x0f\x94\x4e\xad\xe3\x59\x4a\x9d\xc9\xe6\x71\xd1\x10\xe4\xb9\xd6\xc9\xc0\xa3\xc0\xbe\xb3\xfb\x3e\x23\x8e\x9d\x27\x7b\x7b\xdb\x07\x96\xe9\x6d\x92\xab\x5a\xa6\x51\x99\x21\xd6\x5b\xc3\xba\xe7\x3d\x6f\x16\x2d\xc2\x8d\x65\x91\xc6\x51\x4f\x17\x7d\x4c\x53\x44\x61\x67\xd4\x1c\x43\x4c\xd5\x1b\x43\x82\x89\x26\x37\x95\xc9\x32\x8e\xb7\x10\xf3\xba\xab\x1e\xa6\x1e\x5f\x90\x2d\xf6\xcf\xf2\xdf\xca\xa3\xf0\x62\x8b\x4b\x3a\x11\x5c\xa8\x34\x86\x0d\xae\xcc\x33\xe1\x74\xc2\x7d\x00\x02\x07\x06\x9d\x58\xe5\x66\x00\x31\x51\x0d\x2f\x20\x41\x53\xc8\x10\x90\x1b\x2f\xa1\xe1\x9b\x33\xab\xd3\x87\x31\x77\xbb\x08\x5c\x1b\xb1\xf0\x9d\x77\x74\xe3\x58\xf7\x95\x47\x03\xf1\xd4\x71\x86\xe2\xc5\xe0\xd4\x15\x2c\x0e\x32\x67\xe1\xd5\x5b\xce\x3b\xef\x58\x9e\xd3\x70\x81\xb7\xe0\x90\x20\xf0\xce\xbb\x1f\xb6\x9a\xce\x73\x17\xff\xff\xff\xbf\xf6\x90\xac\x7c\x99\xa7\x64\xa0\x11\x41\xea\xb9\xe4\xac\x1b\x06\x88\x0f\x08\x95\x9d\xbe\xef\x02\x2d\xf7\x8e\x11\x39\x9b\xf5\x17\x04\x3f\xdf\xb7\x1a\x83\xc1\xd3\x8e\xc3\xed\xe1\x92\x16\xfc\xe0\x5a\x2a\x32\x57\xf3\x7a\x35\xaf\x3c\x86\x1b\x93\x61\xa4\x05\xe9\x52\xf7\x56\x51\x2c\x4b\x5f\xdd\x88\x60\x09\xc5\x24\x79\xe1\x6f\x33\x19\x10\x60\x66\xec\x61\xca\x39\xbe\x41\x55\x02\x90\xe2\x51\x47\x77\xf0\xd1\x0b\xbf\x7e\x8a\xc2\xb3\x0f\x5f\xd7\xfd\x57\x63\x09\x1f\x55\x9e\x3b\xc7\xf4\xaa\x42\x0f\x0c\x2e\x86\xd4\xcf\xac\x7a\x63\xd4\x79\x46\x75\x6a\xd3\x01\x70\xc0\x15\x92\x0e\xf2\x02\x31\xb6\x73\xb8\x0d\xe2\x1e\x01\x53\xb6\xa1\xb7\x0e\x42\xe0\xe2\xdd\x14\x18\x32\x4d\x26\x51\x36\x17\xb2\x02\xb4\x14\xb3\xcb\x67\x72\x0a\x8c\xa2\x13\x06\x68\xb6\x09\xa1\xb8\xbe\x03\x5c\xd4\xf5\xb9\x9f\xef\xf6\x36\x60\x96\xd4\x20\x92\xdd\xdb\x4c\xc6\x02\x64\x5a\x6c\x10\x05\x9e\x00\xce\x4d\x97\x89\x06\xa4\xeb\xbc\xc6\xe4\x5d\xe6\xbf\x44\x94\xb7\xc8\x4d\x57\x15\x4d\x39\x53\x62\xab\xdc\xa9\x0b\x92\x1b\xee\x1b\x55\x2d\xea\xf5\x76\x5c\x2a\xa9\xdb\x7d\x68\x9a\xfa\x6f\x25\x0a\x3d\xe2\x86\x0a\xd8\x89\xd1\x49\x11\xf0\xa8\x60\x6d\xbd\xf0\x89\x9b\xf2\x70\xca\x5a\xa1\xcc\x31\x6b\xdd\x70\x00\x64\x9a\x2d\x2f\xb8\xcb\x00\xfd\x47\xb9\x62\x5b\xaf\xe9\x3e\x4d\x6d\xe7\x60\xbf\xa0\x79\x9f\x56\x57\x8b\xbc\x6d\xec\xe0\x6d\x42\x30\xe5\xe9\x38\x58\xe4\x40\xfa\x82\x9b\x2a\xda\xbc\xde\xd0\x92\xa1\xdd\xa8\x0f\x47\x70\xac\xa2\x1b\x68\xbd\x44\x45\x31\x4b\xd3\x4b\x0a\x69\x27\xf8\x15\x79\xa0\x2e\xef\xe9\xb6\x9b\xe1\x54\x3c\xa6\x77\xf5\xd8\xef\x6e\xab\x37\x65\x1c\x11\xb2\xcd\xa3\xb9\xa4\xa4\x0b\x6d\x21\x00\x00\x1b\x29\xab\xe9\x90\x05\xba\xfe\xa8\xd3\x73\x80\x60\x4c\x77\xa9\xce\x96\x12\x25\x1c\x26\x64\x09\x3e\x10\x2b\xde\xd3\xce\xd0\x1f\x75\x3d\x1f\xf3\xe8\xe4\x69\x2d\x8f\x75\xf5\x3f\x8b\x14\x83\x55\xea\x0f\x65\x73\x2d\x13\x6a\xdf\x52\x63\x90\x8b\xff\xdb\x1d\x32\xaa\xfb\x91\x8b\x51\x5b\xae\x1b\xa6\x05\xd9\xe3\xe5\x64\xc2\x89\x9c\x93\x0e\x15\xf3\x60\x37\x91\xb1\x8d\x5c\x24\x17\x54\x42\x21\xf0\x45\x9c\xb8\xcd\x51\x53\xc8\xcd\xe1\xcb\x04\x4c\x5c\x53\xad\xcd\x2f\x81\x31\x9d\x7e\xd3\x3f\x3e\x6d\xb5\x08\xa8\x39\x7d\x2d\xa0\xe2\x04\x61\xdd\x26\xc2\x46\xd9\xd5\xf4\x49\x97\x77\x7a\xfc\x6d\xa7\xa1\xb1\x7f\x71\xea\xc5\xd8\x9f\x0d\x58\xd7\x0c\x04\xf5\xe6\x6c\x99\x6a\x9e\x2f\xaa\x53\xba\x26\xab\x7c\xb2\x7f\xf8\x3e\xde\x7d\xe7\x3b\xe6\xc5\xa7\x9f\xf2\xd3\xc7\x07\xdc\x7f\x49\x73\x69\x17\xcd\x6b\x46\x5e\x28\xe2\x4d\x6d\xbf\x85\x21\x88\xf8\x5e\x6f\x34\xf4\x74\x1f\x0e\x09\x9d\x5a\x7a\x55\x78\x1e\xe9\x9d\xcb\x2a\x28\x81\x7a\xc1\x3c\x17\x2b\x91\x00\x80\xdd\x51\xd7\x53\x37\x20\xe4\xee\xa9\xdb\x6a\x88\x83\xc7\xdb\x1f\x54\x45\x47\x2f\x64\x8a\x1c\x03\x32\xd4\x9a\x10\x64\xc4\x0b\x05\xf1\x35\xa2\xf3\x6a\x3d\x93\x1f\x4b\xf0\xf8\xc4\xe9\x0e\x08\xd8\x69\xcb\xd6\x39\x88\x30\x2a\xc7\x52\xea\xa7\x84\x11\xe9\x0b\xc1\xb6\xba\x8a\x22\x3c\x87\x88\x34\x74\x1f\x66\x35\x9e\x1c\x65\x93\xe0\x46\x31\xc1\x48\x56\x97\x28\xd8\x09\xc6\xf9\xb4\x1d\x1d\xf2\x39\xb4\x71\x60\xd3\x49\x95\xd9\x2b\x23\xdd\xb4\xcc\x71\x55\x0c\xa8\xce\xa6\x1c\x8a\xf0\xa4\x78\x61\x25\xe3\x49\x85\xe2\x17\x84\x55\x9a\xa8\xb4\x89\x17\xe6\xad\xa3\x1d\xea\xc9\x08\x2c\x95\xc7\x11\x30\xf0\x09\xa8\x76\x5a\x14\x4a\xd6\x35\xc1\x1d\xe0\x55\x5b\xf7\x7d\xe8\xd5\x8c\x58\xc3\x57\xb6\x2f\x0d\xf2\xc3\x10\x10\x03\xc8\x8e\xb4\xb9\xbf\xb7\xbb\x5b\x15\x23\xe2\xc1\x00\x3d\x6e\xea\xe0\x52\xb2\xd5\xae\x06\x83\x41\x62\xff\x7c\x8b\xcc\x7b\x4b\x7c\x93\x5f\x7f\x58\x2a\x24\xbe\x75\x2e\xb4\x77\x5a\x2d\x77\xd0\x33\x5d\x7c\xda\xc4\x3a\x1d\x72\x92\x58\x04\x4a\x5d\xa7\x59\x68\x80\x50\x19\x03\x91\x60\x72\xf9\x2a\x07\xf6\x9e\xc7\x7c\xb8\x43\x5d\x8d\x04\x8a\xbc\x92\x86\x38\x3b\x6c\x9a\xa0\xa4\x5e\x41\xda\x93\x51\xaf\xeb\xd7\xbb\x23\x4a\xf0\x94\x2f\x57\x82\xb3\x5e\x8e\xe9\xd4\x6d\x03\xe0\xc9\x39\x02\x89\xc6\x51\x70\xd1\x2d\xe6\x8b\x9e\xf2\xc8\x5b\x27\xc3\x66\xb0\x55\x6f\x22\xce\x72\xaa\xd6\x4f\x0a\x58\x65\xde\x1b\xac\xd6\x6e\xc0\xd5\xb1\x5d\xc4\xed\x52\x48\xdc\xa0\x78\xb0\x0d\x80\x04\x4a\xcf\xea\x94\x8b\x0e\xb6\x0b\x42\x7a\x2f\x1a\x9d\x95\xf6\x02\x02\x09\x8a\x67\x06\x18\xd4\x18\x32\xba\xc0\x2c\x9e\xf0\x04\x49\x3d\xa7\x56\xd3\x51\x3e\x5e\xd8\xf4\xf2\xe8\xc9\xc1\xde\xfb\x1f\xd8\x85\x84\x8f\xe6\xc1\x38\xc8\xe0\x03\xe1\xc5\xd1\xb6\xbd\x48\xd3\x98\x71\xf3\x11\xc2\x94\x1d\x85\xb1\xf4\x4d\x04\x3f\xd2\x38\xa1\x58\xf9\x89\x38\x5f\xc3\xd7\x9d\x9d\xdd\x9d\x9d\xf3\xc2\x6d\x09\x9b\x70\xab\xec\x6e\x99\x52\xfd\x63\x44\x5a\x88\xf7\x2e\x79\x22\x15\x3e\xeb\x34\x37\x05\x3a\xcc\xd2\xab\x88\x30\x14\x03\x94\x29\x1c\x98\xf8\x56\x7a\x5b\x18\xf2\x84\x5d\x53\x9f\x0e\x26\x37\xc5\xa8\x1b\x49\x47\xb6\xb4\x2c\x42\xa2\x34\x4d\xbc\xa2\x08\x33\xc7\x51\xfa\x0c\xcc\xbc\x55\xe7\xff\x67\xd2\x23\xf8\xff\x04\xc0\xb1\x82\xdf\x4a\x98\x51\x8a\xac\xf1\x43\x11\xaa\xa4\xd8\x30\x32\x38\xe2\x6d\xb1\x33\xaa\x01\x9e\x14\xeb\x7d\x58\xec\xd1\xcf\x29\x30\x9e\xaf\xc4\xe4\x9b\x8f\x2a\x0c\xfe\x2e\x38\xe1\x66\xae\x66\x79\x8c\x24\x1e\xe9\x53\xea\x02\xd0\x1a\x1c\x1b\xf9\x74\x1e\xe3\x6b\x38\x43\x8d\x0f\x9d\xd1\x28\x6e\x15\xf2\x82\xad\x32\x00\x32\x66\x5c\x0e\x97\x3a\xfc\x68\x82\x80\xe5\xa7\xae\xf3\x26\x5c\x51\xa8\xf6\xf5\xfa\x1b\x73\x19\x90\x18\x07\x25\x94\xaa\xa9\xac\xcf\x2d\x8b\xad\xc3\x6b\x48\x8e\x2b\xd7\xd9\x20\x72\x88\x5c\xb3\x6d\xb5\x1b\x7e\xe1\x35\x0c\x2c\xe8\x3c\x85\x5f\xac\xa9\xc4\xd1\x44\x32\x9d\x3b\xa6\x7b\x0e\x77\x6d\x81\x8d\x5b\xce\xe6\x7c\xeb\xe5\x22\x1a\x53\x9b\x12\x48\xfb\x19\x2a\x10\xd7\x3f\x1d\x76\x07\xf5\xe6\xc6\xd9\x67\x70\x85\xbf\x99\xe2\x4f\x50\x50\xd5\x2a\x69\x0e\x6b\x28\x5a\xa2\x06\x4c\xf1\x60\x2b\x5c\xa6\x6a\xb6\x4c\xb7\x30\x08\xb6\x1f\x14\xc7\x03\x7a\xaa\x50\x28\x17\xc7\xd8\x19\x69\x42\x83\x4d\x60\xcd\x71\x52\x9d\x66\x7a\x00\x03\x4e\x7d\x59\xb3\xda\xae\xd9\x8a\x87\xe2\xa8\xc1\xa5\x88\x19\x06\xe2\x1c\xa6\xb9\xe5\xbb\xca\xe2\x13\xfa\xb2\x24\x34\xfd\x4a\x6e\xfe\xd0\xa1\xc8\x64\xc2\xe7\x1b\x73\x6e\xeb\x16\x59\xb3\x20\x5d\xd2\x61\x4b\x86\xdc\x51\x0a\x8b\xbd\xc6\xd0\xe4\x72\x41\x2c\x2a\xd1\xec\x7b\xa6\x16\x1f\xa7\x94\xe4\xcd\x90\xf5\x71\x3c\x08\x30\xbc\xe0\x54\x80\x48\xa7\xa4\x5c\x61\xe9\xeb\xeb\xeb\x6a\x1c\x5d\x14\x2c\xa6\xd9\xf4\x2b\xec\x9f\xb7\x75\x9b\x01\x12\x69\xdb\xd0\x21\xad\x62\x3f\x17\x01\x9d\x8f\x17\xe6\xd5\x72\xe0\x24\x48\x98\x4d\xff\x16\x7f\xa8\x50\xf3\x1c\x11\x0d\x00\x26\x2f\x1f\xbe\xaf\x9f\x7e\xd5\x03\xf7\x3b\xce\xdb\x4b\x44\xee\x3a\x73\x2f\xbd\x3e\xdf\x28\x9f\x4b\x2f\xfe\x87\x67\xe9\xb7\x8f\xcb\xef\x1e\xf4\x96\x33\xf4\x5b\xa7\xe7\xbb\xbd\x63\xab\x74\x72\xfe\xf8\x6b\x9e\x9c\x03\x6a\xdf\x3e\x3a\x27\x2f\x24\x61\x7b\x0b\x39\x06\xb2\x91\xba\xfd\x65\x92\x37\x09\x8e\x9a\x15\x37\xd4\xb7\x5d\x50\xf3\x4b\xf0\x49\xee\x26\x55\xe0\x12\xa4\x9d\xbd\x82\x08\xf2\xa9\xc1\x97\x18\x6e\xbe\xe9\x20\xb5\xd1\x57\x56\x0d\x5b\x9c\x26\xd1\xab\x66\x40\xe0\xd7\x5d\x5e\xdc\x98\xab\x56\xe3\x70\x77\xb7\xf8\xfd\x58\x5f\xec\x6f\xdb\x05\xe9\xd5\x85\x7e\xb5\xb7\xb7\xf7\xc1\xea\xa2\x1f\x24\xa9\x2d\x9e\x46\x28\xc2\xa8\x17\xed\xe5\x40\x38\xe6\xa7\x07\xa3\x8d\x56\xd7\xe3\x2c\xe5\x94\xcd\xb7\x34\xcb\xa4\xf3\x79\x71\x94\x5d\x94\x2a\xc1\x05\x95\x49\x25\x31\x14\x8e\x42\x35\x67\x1a\xa3\xd8\x22\xff\xa8\x2d\x2e\xa7\x35\x92\x5e\xed\x5d\x5c\x55\x90\x30\x50\x8d\x91\x95\xb4\x06\x6e\xaf\xae\xb3\x6f\x9c\x4e\xf5\xe7\x68\xeb\x3e\x61\x91\x85\x69\x7c\xaa\x5b\x44\x26\x0d\xd3\xa3\x84\x7e\xa9\x58\x30\x87\xf1\xa6\xe7\x75\x2b\x31\x17\x73\x0b\x6c\x4a\x67\x79\xdc\x93\x2f\x0e\x0b\xe7\x18\x19\x2d\x8a\x2f\x75\x8c\x6d\x16\xd3\x6c\x36\x92\x2d\xcb\xf4\x9e\xcc\xd3\xff\xcd\x4a\xeb\x76\x91\xc5\xb1\xbf\x60\x7c\x94\x05\x63\x66\xb7\x29\x2f\x96\x53\xba\xe8\x40\xf6\xf4\xfb\x3c\xc8\x98\x7f\x87\x3e\x83\xa2\x8b\x46\x16\x51\xcb\x26\xbe\xc5\xbe\xa6\x60\x75\x51\xa9\x13\x2e\xe3\x5b\xab\xc0\x66\x85\x6c\x4c\x2c\xa2\x66\x06\xa9\xa1\x6a\x9e\x9f\x15\xd3\x56\x13\x58\x18\xb7\x47\xd3\xc3\xf5\x50\x13\x09\x75\xdc\x51\xd4\x4c\x4a\xe7\x1c\x85\x31\x54\x64\x69\x8e\xeb\x87\xea\x9a\x2c\x90\x5d\x30\xa5\xc0\x40\x65\x9a\x01\x45\x8f\xde\xcc\xb4\xdd\x41\xdb\x77\x07\x23\x5d\x36\x98\x50\x45\x8e\xcc\x51\x74\xed\xcd\x54\xec\xc5\xfa\xdb\xa6\x0d\x1a\x2c\xd3\x6d\xed\xcc\x74\x28\xe1\x15\x72\x66\x49\xaf\x02\x89\x9a\x45\x93\xfc\x3e\x3a\xbb\x87\xe6\xfb\x9e\x1d\xf1\xcd\x6f\xe2\xce\xa6\x4e\x6c\x29\xc4\xf8\xde\x49\xa7\xc5\x27\x67\x87\x9c\xbd\xa7\x14\x07\x99\xeb\x10\x29\xe4\xe6\x4d\xbe\x9a\xf5\x4e\xf7\xc5\x1b\x9c\x39\xaf\x16\x51\xc6\xb1\x03\xa5\x25\xb6\x43\x04\x68\x2f\x0f\xf5\x27\x4d\x22\x98\x50\x47\x6a\x8e\x6d\xd3\x88\x4d\x71\xbd\xaf\x3f\xd2\x28\xda\x83\x25\x35\x27\x77\xe9\x38\x29\x6b\xcd\x95\x06\x92\x6b\x3c\xce\xc7\xf7\xfc\x4d\xa7\x91\xc7\x1c\x70\x04\xf1\xf7\x0e\x10\xe5\x3a\x00\x71\x7d\x14\xfe\x3e\x90\x48\xcf\x2b\x9f\xea\x8c\xf4\x29\x5c\xb6\xa2\xcd\x25\x70\x09\xfb\x83\x48\x8c\xe5\xee\xa3\x5a\x86\x65\xc6\x2d\x80\x6a\xc9\xe4\xe9\x38\x5b\xfb\xfe\x32\x5c\xdc\xb2\x7b\x1a\x52\x3e\x7c\xc7\x3d\x37\x8e\x4a\xa5\x86\x3e\x3e\x5f\x49\x49\x47\x92\x5b\x52\xa2\x87\x65\x29\xdd\xd7\xff\xd8\xdc\x40\x33\x0a\xa6\x09\x96\x8b\xc6\x85\xe8\x4c\x89\xce\x35\xf6\x56\xa9\x59\x72\xff\xc8\x5b\xed\x93\x55\x8f\xe1\xeb\xd6\x9f\xd0\xaf\x24\xdc\xbe\x3e\xf5\x48\xd7\xf9\xd9\x44\xbd\x97\x5b\x3b\xe5\xaa\x77\xcb\xde\xda\xdd\xb8\x3f\x23\xad\x38\xd4\x05\xf3\x4a\x82\x5b\x05\xde\xdb\xc2\x5b\x9f\x42\xac\x05\xb8\x79\x1a\x21\x36\x0e\x06\xac\xa6\xdb\xe1\x73\x6f\x8a\xaf\x81\xd2\x9f\xef\xbd\x42\x5a\xd1\xdb\x7b\xc2\xe7\x0a\x4f\xe8\xcf\x87\xab\xaf\x27\xb8\x8d\xf9\xeb\xe6\xe3\xe4\xa3\x65\x3e\x39\xb4\xc8\x6e\x38\xa3\x20\x89\x95\xbf\x8d\xc9\x96\x49\x42\x91\x86\x1e\x73\xf7\x90\x73\x7f\x94\xd2\x71\x29\xd2\x76\xf5\xcd\x0f\x10\xdd\x65\x52\x1e\xcd\xc6\xcb\x27\x5c\xba\x97\x58\xe5\x4f\xab\xeb\x23\x9f\x3b\x43\x6b\x68\x46\xe7\x69\x21\xa7\x16\xfe\x48\x55\xe9\x9d\x54\xf5\x47\x12\xbe\x79\x78\x66\xd1\xf7\x2f\xcd\x53\x06\x60\x1f\x6a\x57\xdb\xd9\x9e\x5b\xac\xaa\xd5\x07\x94\x33\x19\xc4\x74\x46\x4b\xe7\xb7\x86\x0c\x7d\x2e\xe4\xeb\xe7\x3e\x3f\xbf\x8b\xd2\xee\xe3\x99\xb5\x6e\x54\x1e\x6c\x13\x1e\xab\x67\xd3\xa5\x06\x86\xe4\xdc\x9c\x08\x61\x32\x0f\x50\x3d\x89\x89\x1a\x5f\x3e\x28\x52\x5f\xa5\xb2\x4c\x32\x02\x55\x2c\xb5\x4a\x25\x0f\xa6\x8a\xd2\x27\x65\x76\xce\xff\x69\xb2\xca\xf0\x51\x5e\x51\xe3\x39\xa3\xfc\x30\x1d\x2b\x7e\x40\xc4\x6a\x3b\xd5\xf7\xab\xfb\x56\xdd\x6d\x1b\x4b\x69\xf0\x09\x74\xe9\xd3\x50\x3e\x56\x24\xa3\x2f\xc4\xc3\xbc\xf8\xcc\x1d\xbd\x83\x80\x6e\x49\x97\x95\x72\x37\xab\xd6\x4b\x2c\x7c\xb6\xee\xbc\x29\x31\x8b\xa6\xb3\x18\xff\x71\x48\x87\xc7\x53\x19\x00\x6e\x33\x14\xdc\x57\xd4\xc3\xe2\xcf\x4d\xd4\xaa\x7e\x68\x76\x5a\x2d\xff\xa4\xd3\x3e\xe9\xe2\xbf\xd1\x46\xef\xbd\x8c\x18\x29\xe5\xa8\x15\x98\x25\xca\xe5\x74\x41\xe1\x80\x3a\x7a\xdc\xdd\xe7\x50\xdc\xee\x8c\x34\xe9\x72\xe2\x79\x83\x2a\x59\x6f\x30\xce\xa9\xf2\x62\x92\x71\xf9\x84\xf1\x7e\x9a\xfc\x25\x7e\xbd\x31\x62\x8f\x14\xfb\x77\x10\xd7\x20\x97\x3e\x2a\x4b\xee\xa1\x55\xa0\x5c\xdd\xe5\xbd\xc7\x52\xa6\xe3\x92\x9d\x04\x53\xf2\x5b\x45\x1d\x2c\xdc\x20\xd3\x7f\x1d\x33\x99\x8e\x8d\x91\xa0\x06\x5e\xdb\xc9\x60\xd5\x2d\xbd\xa3\x05\x4f\x5a\xae\x9a\xe7\x67\x56\xaf\xd3\x76\x75\xea\x3c\xa0\xf4\xce\xdf\xe7\xeb\x4f\x9f\xac\x46\x77\xd0\x77\xcc\x35\x7d\x4c\x6f\x2e\x51\x90\x73\x6b\xca\x7a\xa9\x9d\xf0\xac\x74\x16\x5d\xee\x6f\xcd\x50\xd5\x52\x5f\x37\xbf\x96\xd2\xb4\xe2\xb5\x07\x36\x9d\x56\xfd\xb4\x3b\xf2\x4b\x9d\x2e\xfa\xf0\x31\x58\xf0\x37\xb5\x9b\x82\x8f\x72\x39\x57\xba\x16\xd4\xdf\x57\xe8\xf2\x2f\xd0\x5d\x7d\x92\xbe\xfe\x27\x26\x9e\xe3\x77\x46\x4e\xcf\x2b\xbe\x11\x8c\x76\x0e\x29\x31\xd7\xfb\x24\x12\xe0\xa8\xca\xa9\x67\x7f\x36\xab\x34\xfa\xf4\xf7\xe4\x29\xfd\x1d\x3d\xb7\x43\x59\x69\x3a\xf6\x24\xab\xb4\x5c\x3b\x89\x2b\xfd\xae\x1d\x5f\x55\xba\xcf\xec\x6c\x59\x71\x4f\xed\x4f\x82\xca\xb7\x87\xb6\x54\x15\xc7\xb3\x17\x79\xe5\xd8\xb5\x17\x71\x65\xd8\xb5\x2f\xa6\x95\xe3\xb6\x0d\xe1\x77\x46\xf6\x24\xaa\xb4\x3a\x76\x9e\x55\x46\xae\x3d\x56\x95\xc6\xc7\xb6\xca\x2a\xde\xd0\x56\x57\x15\xcf\xe1\x53\x5d\x5a\xdf\x81\x75\x47\x6a\x66\xff\xe2\xef\xbe\xfb\xf3\x7f\xfe\xc3\x9f\xff\xe4\x6f\xbf\xfc\xe3\xdf\xb6\x7f\xf1\xd3\xef\xfd\xf2\xaf\xff\x48\xdf\xfc\xea\x67\xbf\xf3\xcb\xbf\xfa\xd3\x2f\x7f\xf2\xf7\xbf\xfa\xd9\xef\xde\x7e\xf1\x1f\x7f\xf0\xa3\x2f\x7f\xfa\x2f\xf4\xa2\x29\x97\xb9\x1a\xcf\xec\x56\x16\x24\x9f\xff\x20\x88\x94\xdd\xa7\xf2\x1c\xf5\x41\xa8\xec\x6e\x90\xc3\x22\xff\xfd\xfb\x4b\xfb\xf5\x5f\x7c\xf1\x5b\x5f\x7c\xef\x8b\xef\xbd\xfe\xc7\xd7\x3f\x79\xfd\x53\xfb\xcb\x3f\xf9\xcb\x2f\xff\xec\x6f\xfe\xf3\x87\x7f\x6e\x3b\x6a\x11\x7c\xfe\xe3\x34\xb6\xe9\x8b\xa4\xe5\x74\xf9\xf9\x0f\x15\x7d\x41\x76\x9c\x05\x2a\xa2\x87\xb1\xba\x8c\xec\xd7\x3f\xfe\xe2\xf7\x5e\xff\xd3\xeb\x7f\x78\xfd\xa3\x2f\xbe\xab\x69\xd8\x9d\x3c\x88\x23\x2a\x7a\xbc\x25\x60\x68\x1c\xc0\xb3\x12\x7b\xf4\xf9\xcf\xb2\xcb\xcf\x7f\x20\xed\x7f\xfb\x7d\xac\x9a\x47\x49\x60\xbf\xfe\xfe\x17\xdf\x7d\xfd\xaf\x66\x92\x77\x25\x13\x75\x19\x58\xba\x64\x08\xd9\x09\x28\x74\x93\xe5\x2d\xa2\xf1\x25\xd2\x30\x6b\x89\x12\x9c\xa4\x12\xe7\xcc\x62\x35\xb1\xba\x2c\xd6\x15\x2e\x3f\x9b\x59\xac\x30\xbe\x84\xca\x2c\xfe\xbb\xba\x63\x05\x52\xe1\x2c\x2d\xd6\x22\xc5\x9c\xcc\x62\x55\xe2\x32\x89\x2d\xd6\x27\x7d\x28\x78\x65\xb1\x52\xe9\x5c\x7d\x69\xb1\x66\x71\xf9\x49\x60\xb1\x7a\x69\x4d\x65\xb1\x8e\x71\xc9\xbf\x16\xeb\x9a\xee\x62\x8b\x15\x8e\xcb\x8b\xa9\xc5\x5a\xa7\x8a\x3a\xb7\x58\xf5\xb4\x60\x64\xb1\xfe\x39\xb8\x5a\x6c\x04\x54\xe4\xd0\xaf\xc5\xc6\x40\xdf\x16\x65\x16\x5b\x04\x5d\x5e\x59\x0c\x50\x8b\xef\x25\xe7\xc1\x62\xc1\xdf\x0c\xa5\xa5\x70\x3b\x8e\x03\x6e\xe3\x72\x8c\xa8\x02\xfc\xc7\x47\x51\x12\x59\x2f\x57\x23\xaa\x66\x1a\x1d\xae\xa7\x04\x06\x90\xbf\x4e\x06\xcf\xfd\x16\x4a\x3f\x14\x42\xc7\xae\xfe\xf0\xa2\x14\x83\x3d\xfa\xa7\x0b\x04\x5d\x74\x4b\xef\x76\xf1\xc9\x19\x99\x02\x54\x3b\x2d\xfe\x85\xc8\x04\x18\x01\x5a\x2a\xd3\x25\xd0\xa2\xcf\x24\x8b\x2e\x1d\x51\xe5\xfe\x5c\xf9\x8b\x17\xfd\xe1\x8a\xe9\x1d\xbe\x85\x14\xfd\x1b\x82\x2e\x22\x8f\xcf\x0d\x35\xd3\x76\x63\xaa\xff\x15\x00\x00\xff\xff\x8f\xb3\x33\xe4\x6f\x36\x00\x00") func confAppIniBytes() ([]byte, error) { return bindataRead( @@ -298,7 +304,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 11173, mode: os.FileMode(420), modTime: time.Unix(1457808826, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 13935, mode: os.FileMode(420), modTime: time.Unix(1479608914, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3603,6 +3609,26 @@ func confGitignoreZephir() (*asset, error) { return a, nil } +var _confLabelDefault = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x1c\xcc\x51\x0e\x82\x30\x0c\x87\xf1\xf7\x9e\xa2\x49\x2f\xc0\xd4\x00\xd7\xd9\xba\x3f\xd2\x64\x16\x8c\x9d\x78\x7c\x03\xbf\xef\xfd\x13\x60\x98\x86\xc4\xa5\x3f\x49\xf4\xc2\xb5\xef\xcd\x34\x07\x48\xe6\x47\x19\x51\x18\xbe\x66\x57\xbc\xe0\x41\x92\x6e\x73\x1e\x94\x57\xb4\x9d\x8f\xec\x81\x4a\x82\xf1\x8c\xcd\xbf\xb9\x59\x3d\x4f\xf7\x34\x29\xbf\x3b\x3e\x61\x9b\x93\x2c\x17\x3e\x36\x8f\xc5\x7e\xf4\x0f\x00\x00\xff\xff\xce\x7a\x45\xfa\x77\x00\x00\x00") + +func confLabelDefaultBytes() ([]byte, error) { + return bindataRead( + _confLabelDefault, + "conf/label/Default", + ) +} + +func confLabelDefault() (*asset, error) { + bytes, err := confLabelDefaultBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/label/Default", size: 119, mode: os.FileMode(420), modTime: time.Unix(1472881344, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + var _confLicenseAbstylesLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x91\xc1\x6e\x9b\x40\x10\x86\xef\x3c\xc5\xdc\x9a\x48\x14\x95\xde\x72\x2b\xd8\x96\xb0\xd4\xda\x91\x43\x94\xe4\xd6\x81\x1d\xec\x51\x60\x17\x2d\x63\xa7\x7e\xfb\xce\x6e\x9d\x3a\x4d\xad\x48\x08\x09\x76\xf7\xff\xbf\x6f\xa7\xde\xf1\x04\xfa\x14\xb7\x9b\x45\xf1\xa3\xfc\x9e\xd5\x8b\xc7\x14\x0e\xe4\x27\x76\x16\xf2\x2c\xff\x42\x29\xbc\x78\x16\x21\x0b\xcd\x11\x2a\xb4\xd3\xe7\x8a\xfc\x80\xd6\x42\xe9\x0c\x41\x72\x55\x55\xe5\x7a\xbe\xf8\x36\x5f\xdf\xdd\xaf\x96\x79\x56\x2e\xeb\xd5\xa2\xbe\x4e\xa1\x73\x1e\x64\x47\x50\x72\x53\xd3\x23\xfc\x44\x83\xa3\x60\xd3\xd3\x27\xe8\x70\xe0\xfe\xf8\x6f\x51\x06\xc9\x1d\x51\x3c\xd1\x71\x4f\x67\xa4\xf9\x7a\x16\xb3\x10\x0c\x09\xea\x92\x01\xe3\xda\xfd\x40\x56\x50\xf4\x74\x96\x44\x8b\xd1\xbb\xad\xc7\x21\xd8\x18\x9e\xc4\x73\xb3\x17\xdd\xfa\xb0\xac\xab\xf5\x7d\x0d\xc5\xea\x09\x1e\x8a\xcd\xa6\x58\xd5\x4f\x29\xd0\xaf\xd1\xd3\x34\x81\xc6\xf2\x30\xf6\x4c\x26\x4b\x92\x99\x1b\x8f\x9e\xb7\x3b\x81\xab\xd9\x35\xe4\x37\x37\x79\x1a\xde\x5f\xff\xb7\x4e\x92\x5b\xfd\xe2\x29\xc2\x6b\xa1\x16\xdb\x50\x26\x0e\x06\x7c\x26\x40\x6b\xde\x40\x04\xcd\x46\x51\x07\x68\xdd\xc8\xa4\xad\x9d\x6a\x06\xce\x93\x46\x60\x3f\xb0\x09\x01\x3b\x94\x78\x05\xed\x5f\x16\xeb\x84\xdb\x3f\x91\xf1\xd0\x78\x6e\x7e\x5d\xf2\x04\x41\x87\xfc\x41\x23\xf4\x3f\xf6\xfd\xa9\x2a\xfb\x80\x34\x54\xbc\x27\x1d\x9c\xe1\x4e\x6f\xe3\x75\x32\x17\x58\xf7\xd6\x90\x3f\x31\x5a\xc3\x12\x77\x85\xf9\xbc\xb5\x3c\xb2\xdd\xa6\x17\xb4\x34\x80\x95\x56\x61\xf7\xbd\xe8\x1e\x1d\xa9\xe7\x40\xfd\xe2\xfc\xf3\xfb\xd1\x9d\x9b\x44\x1d\x22\x0a\x5e\xd0\xd7\x06\x4d\x6d\xb1\x0f\x52\x91\xd5\x59\xca\x7e\x07\x00\x00\xff\xff\x56\xaf\xdf\x26\xda\x02\x00\x00") func confLicenseAbstylesLicenseBytes() ([]byte, error) { @@ -4183,7 +4209,7 @@ func confLicenseGnuLibraryGeneralPublicLicenseV20() (*asset, error) { return a, nil } -var _confLicenseIscLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x91\x51\x6f\xdb\x20\x14\x85\xdf\xf3\x2b\xae\xf2\xd4\x4a\x5e\x96\x76\xdb\x43\xf7\x46\x6d\x12\x23\x61\xc8\x00\xb7\xea\xa3\x1b\x93\x06\xa9\x31\x16\x90\x56\xf9\xf7\xbb\x38\x8b\xda\x4e\x8a\xec\x60\xce\xf9\xce\xe1\xc2\x74\x09\xdc\x6d\xed\x10\xed\xef\x59\xe9\xc7\x53\x70\x2f\xfb\x04\x57\xdb\x6b\xb8\x5d\x2e\x7f\x7e\xbb\x5d\xde\x2c\xe1\xf9\x04\x6c\x48\x36\x0c\x36\x81\x3e\xc5\x64\x0f\x11\x4a\x3f\x44\x1f\x92\x3b\x1e\x0a\xdc\xdc\x2e\xe0\x6a\x8e\xac\xf9\x35\xfc\x47\xb9\xb9\xbb\xfb\x85\x94\xe5\x8f\xaf\x14\xbf\x4b\xef\x5d\xb0\x9f\x30\xb3\xd9\xc6\x86\x83\x8b\xd1\xf9\x01\x92\x87\x63\xb4\x05\x6c\x91\x55\xc0\xc1\xf7\x6e\x87\xef\x6e\xe8\xbf\xfb\x00\xbd\x8b\x29\xb8\xe7\x63\xb2\x90\xf6\x2e\x42\xbc\xc0\x76\xb8\xd9\x0d\x27\x18\x8f\x61\xf4\xd1\xc2\xbb\x4b\x7b\xc0\x6f\xf9\xed\x8f\x09\x76\xd6\x02\xea\xf7\x36\x58\x2c\xf3\x12\x3a\xac\xd3\x17\x30\x06\xff\xe6\x7a\xdb\x23\xad\x4b\xf8\xb0\xd0\x3d\xfb\x37\x3b\x85\x9f\x0f\x32\xf8\x84\x33\xca\xf9\xe7\xc4\xf1\xa3\xe9\x65\x6b\x1c\x6d\x17\xc0\x0d\xd0\xbd\xbe\x66\xa7\xb3\x71\x31\x9b\x99\x9a\x82\x96\x2b\xf3\x48\x14\x05\xa6\x61\xa3\xe4\x03\xab\x68\x05\x73\xa2\x71\x3d\x07\x22\x2a\xc8\x77\x50\xe1\x83\x13\xd6\x68\x20\x9c\x03\xca\x15\x11\x86\x51\x0d\x8f\xcc\xd4\xa0\xe8\x9a\xa8\x0a\x8c\x04\x53\x23\xe5\x83\x28\x4a\xde\x56\x4c\xac\x27\x17\x6b\x36\x9c\x21\xfb\x93\x5b\xae\xa0\xa1\xaa\xac\x71\x49\xee\x19\x67\xe6\x69\x4a\x5c\x31\x23\xa8\xd6\x0b\x04\x80\x90\x40\x1f\xa8\x30\xa0\xeb\x09\x82\x65\xee\x29\x70\x46\xee\x39\x85\x95\x54\x68\x78\x02\xbd\xa1\x25\x23\xbc\xc0\x9e\x8a\x96\x06\xaf\x5c\x5c\xfe\xa1\xa2\x94\x42\xd3\x3f\x2d\x42\x50\x03\x15\x69\xc8\x3a\x67\x9f\xad\x97\xe5\x63\x4d\x8c\x96\x18\xa5\xf0\x38\xba\xe5\x26\xd7\x5e\x29\xd9\x00\x97\x7a\x6a\xda\x6a\x8a\x01\xc4\x90\x6c\xc5\x49\x61\x4b\x5d\xa0\x8f\xe2\x14\x55\xae\x4a\xf0\x57\x1a\x26\x45\x56\x63\xa8\x51\x24\x37\x10\x74\xcd\xd9\x9a\x8a\x92\x66\xa3\x9c\xd4\x46\x2a\x14\xb6\xfa\x9f\xa1\x00\xa2\x98\xce\x89\xb2\x35\xd9\x2d\x27\x20\x32\x04\x3d\x13\xa7\x39\xe7\xeb\xc2\x16\x53\x3e\x55\x78\xf8\x86\x4c\xd4\xd5\xd7\xb9\x2f\x66\x7f\x03\x00\x00\xff\xff\xb7\x4a\x4c\x7b\x37\x03\x00\x00") +var _confLicenseIscLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x91\x41\x6f\xe3\x20\x10\x85\xef\xfe\x15\x4f\xbd\x6c\x2b\x59\xdd\xfb\xde\xa8\x8d\x63\x24\x0c\x59\xc0\xad\x7a\x74\x6b\xd2\x20\x35\xc6\x32\x4e\xab\xfe\xfb\x1d\x9c\x8d\xba\x2b\x45\x90\x11\xf3\xbe\xf7\x66\x2c\x6c\x05\x19\x5e\xfd\x94\xfc\xaf\xa2\x8a\xf3\xd7\x12\xde\x8e\x2b\x6e\x5f\xef\xf0\xec\x87\xe5\x36\xdd\x95\xa8\xe2\x69\x1e\xa6\x2f\xc4\x05\x7b\xbf\xa4\x38\xfd\x48\x50\xc3\xc9\x17\x05\x95\xa7\x90\x52\x88\x13\xd6\x88\x73\xf2\x25\x5e\x89\x51\xe2\x14\xc7\x70\xa0\x7b\x98\xc6\x9f\x24\x1b\x43\x5a\x97\xf0\x72\x5e\x3d\xd6\x63\x48\x48\xf1\xb0\x7e\x0e\x8b\xc7\x81\x1e\x33\x7a\x3e\x2f\x73\x4c\x1e\x9f\x61\x3d\x66\x9f\x7c\xc7\xf3\x8a\x83\xf7\xa0\xfe\xa3\x5f\xfc\xcb\x17\xde\x96\x61\x5a\xfd\x58\x62\x5e\xe2\x47\x18\xfd\x48\xb4\x61\xa5\xc3\x63\x78\x89\x1f\x7e\x33\xbf\x0c\x30\xc5\x95\xa6\xca\xfe\x17\xc7\xf9\x3b\xe9\xf5\x69\x9e\x69\x40\x84\x09\xc3\xfb\x7b\x56\x06\x9f\xee\x8b\xc2\xb5\x1c\x56\x37\xee\x89\x19\x0e\x61\xb1\x37\xfa\x51\xd4\xbc\xc6\x0d\xb3\x54\xdf\x80\xa9\x1a\x79\x6b\x35\x1d\x92\x89\xce\x82\x49\x09\x6a\x37\x4c\x39\xc1\x2d\x9e\x84\x6b\x61\xf8\x8e\x99\x1a\x4e\xc3\xb5\x44\xf9\x26\xaa\x4a\xf6\xb5\x50\xbb\x4d\x25\xba\xbd\x14\xc4\xfe\x47\xad\x1b\x74\xdc\x54\x2d\x95\xec\x41\x48\xe1\x9e\x37\xc7\x46\x38\xc5\xad\xbd\x27\x00\x94\x06\x7f\xe4\xca\xc1\xb6\x1b\x84\xc2\x3c\x70\x48\xc1\x1e\x24\x47\xa3\x0d\x09\x9e\x61\xf7\xbc\x12\x4c\x96\x94\xd3\xf0\xca\x95\x24\xbc\xfe\xa3\x8e\x4a\x2b\xcb\x7f\xf7\x04\xa1\x1e\xd4\xac\x63\xbb\xec\x7d\x91\x5e\xcb\xa7\x96\x39\xab\xc9\xca\xd0\x38\xb6\x97\x2e\xc7\x6e\x8c\xee\x20\xb5\xdd\x92\xf6\x96\x93\x01\x73\x2c\x4b\x69\x53\x94\xd2\x96\xa4\xe3\xb4\x45\x93\xa3\x32\xfa\x55\x4e\x68\x95\xbb\xc9\xd4\x19\x96\x13\x28\xbe\x93\x62\xc7\x55\xc5\xb3\x50\x6f\xdd\x4e\x1b\x6a\xec\xed\x5f\x41\x09\x66\x84\xcd\x8e\xba\x77\x59\xad\x37\x20\x31\x14\xbf\x10\xb7\x3d\xe7\xcf\x45\x29\x36\x7f\x6e\x68\xf8\x8e\x6d\xd4\xe6\xff\xbd\xdf\x17\x7f\x02\x00\x00\xff\xff\xa0\x86\x5c\x37\xe9\x02\x00\x00") func confLicenseIscLicenseBytes() ([]byte, error) { return bindataRead( @@ -4198,7 +4224,7 @@ func confLicenseIscLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/ISC license", size: 823, mode: os.FileMode(420), modTime: time.Unix(1444419364, 0)} + info := bindataFileInfo{name: "conf/license/ISC license", size: 745, mode: os.FileMode(420), modTime: time.Unix(1472881344, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4283,7 +4309,7 @@ func confLicenseMozillaPublicLicense20() (*asset, error) { return a, nil } -var _confLocaleLocale_bgBgIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\xbd\x69\x8f\x1b\xd7\x99\x30\xfa\xbd\x7e\x05\xad\x40\x88\x0d\xb4\x68\xd8\x9e\xbb\xc0\x70\xdb\x37\x71\x66\x9c\xdc\x1b\x3b\xbe\x91\x03\x5c\x40\x10\xe8\x6a\xb2\xba\xbb\x46\x6c\x16\xc3\x2a\xb6\x2c\x07\x01\xa4\x56\xbc\xe2\x62\x34\xf1\x38\x6f\x0c\x4f\x64\x79\x99\xe5\x9d\x6f\x54\xab\xa9\xa6\xba\xd5\xd4\x5f\x20\xff\xc2\xfb\x4b\xde\xf3\x2c\xe7\x9c\xe7\x2c\x55\x64\x2b\xca\x97\x17\x83\x89\xd5\xac\xb3\x9f\xe7\x3c\xfb\x92\x0e\x87\x9d\x5e\x56\x76\x37\x17\x7f\x5c\x4c\x17\xc7\x8b\x27\xcb\x9b\x8b\xf9\xe2\xfe\xe2\x54\xfd\xf5\x58\xfd\xff\x59\x6b\x79\x0b\x7e\x58\xde\x5a\x1e\x2c\x0e\xf1\x87\xb7\xf2\x4a\xfd\xb8\xfc\x5c\xb5\x3c\x84\xff\x4d\x92\xdd\x62\x2f\xdb\x5c\xdc\x5d\x4c\x96\x9f\x2c\x26\xaa\xeb\x3c\xe9\xa5\xe5\xee\x56\x91\x8e\x7a\x9b\x8b\xef\xd5\x4f\xf7\xf1\xc7\xec\x83\x61\xbf\x18\xa9\x96\x5f\xab\x96\x07\xd4\x72\xf1\x20\xd9\xcd\xfa\xc3\xcd\xc5\x3d\xf5\xef\xc7\x8b\xf9\xf2\xb3\xa4\xcc\x77\x06\x9d\x7c\xb0\xb9\xf8\x62\xf9\x91\xfa\xf1\x88\x7e\x28\xc6\xd5\xe6\xe2\xab\xc5\xb1\xfc\x6d\xac\xfa\x7d\xab\xd6\xf4\x60\x31\x83\xf5\xa9\x05\xcd\xd4\xff\x4f\x16\x8f\xd4\xe8\x53\x58\xf8\x34\x19\x65\x3b\x79\x59\x65\x23\xbf\xe1\x64\xf9\xb1\xfa\xf7\x9d\xe4\x7a\xb6\x55\xe6\x95\x5a\xd3\x0f\xea\xb3\xda\x25\xf5\x4e\xf6\xb3\x51\x99\x17\xb0\x86\xc5\x74\x79\x53\xfd\x0c\x6d\x87\xe9\x8e\x6a\xf8\x1d\xf5\x5f\x9c\xa9\xdf\x3e\x5e\x4c\x92\x2a\xdb\x1b\xf6\x53\x18\xe2\xbf\xeb\x9d\x2e\xce\x92\x7e\x3a\xd8\x19\x63\xfb\x3f\xa9\x53\x9d\x2d\x4e\x92\xee\x28\x53\xad\x3a\x83\xec\x3a\x8c\xf1\xb9\xfa\xf5\x48\xb5\x3f\xc4\x91\xa6\xed\x76\x3b\x19\x97\xd9\xa8\x33\x1c\x15\xdb\x79\x3f\xeb\xa4\x83\x5e\x67\x0f\x0f\x4b\x1d\x0c\xce\xa8\x96\xa7\x66\x54\x1b\x5b\x9c\xaa\xf5\x9c\x2c\x66\x2d\xba\xac\xe5\x1f\xd4\xf0\xa7\x2d\xfe\xbb\x8d\x27\x93\xf5\xd4\x01\x76\xd2\x12\xd6\xff\x04\xf6\x0c\xb3\xb4\x54\x27\x38\xf7\x79\x82\x53\x0d\xd2\xbd\xf8\xe8\x49\xb6\x97\xe6\x7d\x58\xf8\x69\x5b\x8d\x09\x77\xa2\xb6\x39\x4c\xcb\xf2\x7a\x01\x17\x7a\x4f\x8d\x02\x40\x72\xaa\x7e\x1d\x65\x9d\xea\xc6\x30\x83\xbb\xfa\x1c\xc1\xe3\x48\x9d\x17\x1c\x3e\xf4\x53\xe0\xa1\x66\x53\x6d\xcf\xd4\x9c\xdd\x74\x58\x75\x77\xd3\xcd\x37\xe9\xbf\x89\xea\x3a\x2c\xd4\xd1\x17\xa3\x1b\x9b\x8b\x7f\xd7\x27\xaa\x06\x9d\xa9\xe9\xa6\x49\x31\xda\x49\x07\xf9\x87\x69\x85\xb7\xf0\x8d\xfa\xfe\x80\x5b\x1c\x9b\xbb\xdb\xcb\x47\xa3\x42\xdd\xec\x37\xea\xdb\x29\xce\x4d\xc0\xa7\x8e\xb8\x03\xa3\x03\x48\xaa\x45\x2c\xe6\xad\xe5\x47\xc1\x04\xd0\x68\x2f\xdf\x19\xe1\xcd\x51\xbb\x49\x4b\x41\xe0\x6c\xf1\x40\x80\x07\xb5\xa2\x69\xf4\x60\x00\xb4\xc1\x7c\xdb\xc5\xe8\x9a\x98\x0f\x66\x3b\x56\xe7\x8d\xc0\x00\xaf\xa6\x7e\x11\x6a\xa7\x62\x01\xf3\xf8\x4e\xd3\x81\x82\x25\x6a\xfa\x03\x5e\x3b\x40\xce\x29\x0e\x3c\x83\xd3\x3e\xab\xe9\xbb\x98\x25\x69\x6f\x4f\xc1\xc2\x30\x1d\x64\xea\x4e\xff\x59\x2d\x1a\xf6\x78\x26\x1e\xc2\x81\xfa\x9b\x5e\xb6\xba\x34\x84\x46\x05\x03\x69\xb7\x5b\x8c\x07\x55\xa7\xcc\xaa\x2a\x1f\xec\x94\xf4\xbc\xa9\xcb\x7c\xf1\x88\xe0\x0f\x67\x15\x40\xa8\x00\xa2\xa1\x7d\x72\xa3\x18\x1b\x00\x07\xc8\x9c\x2c\x3f\x85\xdd\x2d\x0f\x9c\x41\xa8\x99\x1d\x47\xb7\x3b\xe0\x7d\x7a\x83\xaa\x95\x56\xf9\x7e\x5e\xe5\x59\x09\xdb\x3b\xe1\xed\xa8\x03\x47\x94\x35\x4b\x86\xe3\x7e\x5f\x81\xc3\x6f\xc7\x59\x59\xa9\x26\x7f\x56\x23\xdc\x51\x0d\x70\x03\xea\x94\x00\x4d\x9c\x62\x17\xdc\x7a\x92\x97\xe5\x38\xa3\x76\x70\xc1\x0a\xa3\xa9\x39\xba\xe9\xa0\x0b\xc7\xf7\x8d\x1a\xf1\x04\xae\x36\x49\xae\xe4\x83\xb2\x4a\xfb\xfd\xab\x09\xff\x03\xb0\xd3\x19\xce\x09\x50\xa1\x6f\xae\xca\xab\x3e\x23\x8d\xcf\xd5\xf1\x9a\x59\xe1\x0e\x4c\xe3\x19\x03\xc6\x94\x0e\x02\x5f\x32\xa2\x57\x84\x1e\x8d\x55\x11\x86\xb0\x8b\xc2\x48\x07\xb6\x53\xd2\x2b\xba\xd7\x14\xea\x00\x3c\x0a\x88\x4e\x1d\x82\x6a\xf9\x56\xb1\x53\xb6\x10\x0b\xfa\x3d\x5a\x8b\xc3\xd6\xcf\xb0\x0b\x60\x04\x35\x03\x3e\xfb\x47\x30\xd4\xf2\xe6\x06\xbc\x01\xf5\xb6\x97\x77\xf4\xa5\x7c\x42\x2f\x1a\xcf\xff\xb5\xb4\x55\xa5\xa3\x9d\xac\xda\xbc\xd0\xd9\x52\x28\xee\xda\x85\xd6\xee\x28\xdb\xde\xbc\x70\xb1\xbc\xf0\x3a\x2e\x55\xdf\xd4\xf2\x36\x1d\x14\x23\xca\x3b\xaf\xbd\x98\xbe\xde\xc2\x7b\x99\xa9\x09\x26\x84\x69\x60\x4b\x1b\x34\x0f\xbc\x26\xb5\xef\x23\x0d\x51\x00\xdf\x7c\xe7\x44\x92\x1e\x13\xb0\x23\x62\x89\xc0\x81\x01\x8f\x16\x9e\xa9\x42\xb9\x2d\x0d\xe0\x1a\x53\x3f\x97\x00\x14\x28\x64\xdf\xe9\x6d\x11\xcd\xa3\x33\x82\xc7\x32\x43\x94\x0a\x2f\xf0\xed\x1b\x97\xff\xdf\x5f\x6e\xb4\xde\x2d\xca\x6a\x67\x94\xe1\xbf\xd5\xff\xa8\x5e\xaf\xb4\xe8\xe1\xb6\xde\xcb\x7f\xf6\xd3\x76\xa2\xc6\xe0\xbb\xad\x7b\x18\xf7\x69\xff\xb0\x1e\xdc\x98\xfa\x55\xad\x04\x3b\x22\xca\xfc\x5e\x8d\xf7\xc4\x6d\x2b\xdb\xed\xaa\x15\x20\xa5\x30\x74\x16\xb0\x76\x1c\x63\xc7\x91\xb3\x9a\x89\x90\xfc\x57\x70\x7a\xf5\x33\xa9\x76\x1a\x76\xfe\x42\x77\xbf\x41\xa7\xf2\x04\x07\x3a\xc6\xb7\x41\x34\xf5\x17\xef\xbc\xf3\xab\x9f\xfd\xb4\x95\x0d\x76\xf2\x41\xa6\x4e\xb8\x35\xae\xb6\xff\xcf\xce\x4e\x36\xc8\x46\x69\xbf\xd3\xcd\x09\xa2\x8e\x24\x44\xe3\xac\xc7\x78\x63\x1f\x6b\xe8\xc7\x43\x56\xa4\xaa\xec\x2b\x22\xd7\xcb\x88\x38\x3f\x04\xd0\x68\x5d\xbe\xfc\x4b\xb5\x9d\x6a\x57\x6d\x45\x6d\xfa\x20\x29\x7f\xdb\x87\x2b\xd3\x0b\xfc\x37\x58\x0a\x90\x3b\x18\x36\x72\x31\xb1\x0d\xb6\x5f\xdb\x1a\xbd\xae\xb7\x56\xb7\x33\xa0\xdd\xc8\xea\x9c\x2e\xff\x09\x4f\xf5\x8c\x5e\xe1\x01\x0c\xa4\x1e\xde\x1f\xf4\xc4\x27\x88\xff\x91\x90\x06\x8f\x0b\x47\x22\xa8\x3a\xd1\x4d\x6e\x03\x82\x51\xcf\x41\xf5\x69\x27\xd9\x68\xd4\x51\xfc\x42\x75\x03\x60\x50\x6c\x93\xb0\x20\x4c\xb4\xe6\x9e\x5a\x74\xb8\xf0\x56\x1f\xc2\x3f\xf0\xe1\x4c\xf5\xdb\x39\x86\xf5\xd3\x6c\xf9\x60\x3f\xed\xe7\x3d\x05\xac\x1a\x1c\x68\xc8\x33\x4d\xa4\x8f\x11\xcd\x9c\x22\x52\x9c\xb4\x2e\xb4\x2f\x00\x2b\x71\xe1\xd2\x05\x40\x13\xf8\x58\xa7\xb8\x8f\x26\x98\x6e\x27\x83\xa2\x43\x74\x06\xf8\x96\x5e\x5e\xa6\x5b\x8a\x87\x21\xde\x6b\xc4\x34\xfc\xae\x5a\xd3\x21\xf2\x3d\xb4\x68\x40\x67\x78\x17\x27\x78\xe4\x9f\x68\x0c\xcc\xaf\xf8\x66\xc8\xae\xe9\x57\x7e\x1f\x38\x55\x8b\x36\x0e\x11\xe4\x67\x16\xa5\x98\xd3\x00\x2e\x95\xf9\xac\x23\x4d\xe0\xe6\x34\x07\xe2\x1b\xf8\x65\xb2\x82\x22\x5a\xc2\x24\x6f\x4f\x13\xd5\xc8\xb3\xa3\xb3\xc1\xd3\x8a\x8f\xad\xc8\xf4\xaa\xdb\x3b\x03\x58\x49\xf4\xb3\x62\x3c\xf3\x8d\x02\xd0\xcf\x18\xbb\xd4\x52\xe2\x19\xb2\x1c\x0f\x35\x67\x80\xec\x1e\xf0\xf8\x21\x22\x58\xd5\xda\x3c\xb9\x7b\x4c\x4a\x11\x25\x07\x20\x81\x62\xc1\x1c\xe0\xb7\x96\x7d\x51\x6d\x80\x1c\xb4\x2e\xb5\xd4\x37\x02\xb5\xc7\xd0\x5d\xad\xe4\x04\xee\x70\xf9\x99\xea\xfe\xd9\x62\xfe\x1c\xf2\x84\xfc\x2c\xbe\x51\xcf\xe6\x0c\xb9\x22\xf9\x14\x4f\xd4\x85\x3e\x0e\x39\x29\x3c\x74\xdb\xdb\x2c\xfd\x0b\xe4\xdc\x3f\xa1\x33\x52\x68\x93\x59\xb6\x29\x10\x35\x7c\x45\xe1\x48\xb4\x2b\x94\x71\x3e\x43\x60\x53\x33\x02\x1f\x70\x40\x32\x8f\x6e\xcf\xc4\xe8\xd0\x92\x1b\xc6\x7a\x53\x64\x41\xe6\x08\x91\x77\xda\xc9\x68\xac\xc4\x94\x3a\xbc\xad\xf9\x78\x4b\x85\x4f\xe0\xa4\x4d\x27\xb3\x8f\xef\xf1\x9d\x12\xf1\xf3\x07\x81\xd3\xbd\xa9\x8e\xf4\x3e\x31\x90\x47\xc4\x5c\x3c\xa6\x7f\xe3\xcd\x01\xe7\x41\xc8\x05\xfe\xe6\x53\x45\xaa\xbc\xd6\xb9\x6a\xd1\x82\xa4\x15\x9a\xc1\x47\x7c\x88\xf4\x14\x51\x2c\x94\xe8\xa0\xde\xfa\x97\x4c\xb0\x15\x53\xc1\xbf\x89\xad\xf0\x71\xf9\x50\x3c\x69\x21\x4b\xab\x56\xa5\x41\xf4\x37\xbf\xfe\x25\xbe\x21\x84\x91\x5b\x44\x46\x26\x2d\xc3\x55\x5b\x1a\xb3\xfc\x04\x8f\xe4\x58\x11\x8f\x9f\x03\x55\xd9\xed\x0c\x8b\x51\xb5\xa9\xfe\xa2\x13\xbb\x09\x74\x84\x7f\x35\x0b\xb9\x4b\x6b\xa4\xc7\x38\x31\x0d\x99\xb2\xa8\xae\x52\xc6\x55\xef\xb1\x05\x20\xc9\xcf\x60\x6a\x39\x13\x7a\xae\xf3\x96\xc1\xcf\x2e\x52\x63\x94\xe5\xdc\xc4\x13\xb9\xda\xdd\xaa\x1a\xd2\x72\x7f\xfe\xde\x7b\xef\xda\xf5\x9a\xdf\x9d\x77\xa8\xbe\x6c\xf0\x7a\x01\x68\x1e\xd1\x3b\xac\x79\xca\x04\xc1\x44\x7e\x14\x63\xa6\x50\x0a\xbc\xed\xf1\xa8\xbf\xe9\x9e\xec\x1a\x08\x41\x75\x0a\x81\x31\x72\x83\x82\x57\x53\xd0\x05\x3b\x7a\x11\xfe\xe7\xf2\x5a\xf7\xa8\x76\x36\x61\x14\xad\x80\x80\xe9\x2c\x42\x9f\xd3\x19\x17\x3b\x95\xc2\x69\x3b\xe9\x17\x3b\x9d\x51\x51\x54\x92\xa6\x6a\xa8\x5e\x3c\x54\xdb\x07\x21\x94\x58\x6d\x75\x1f\x6e\x73\xb3\xb1\x2f\xc3\x07\x8c\x44\xf0\x84\xf1\xdb\x1c\x55\x0a\xb8\x7a\x96\xaa\x0f\x11\x31\x84\x13\x28\xe4\x5d\x0c\x81\xec\x49\xec\xfd\x04\x69\xd8\x9c\xdb\x9d\x45\x31\x39\xc9\xde\xab\x38\x4b\xda\x36\x9c\xf1\x2d\x3c\x76\xc9\x63\x24\xe5\x9e\x02\x1c\x64\x1e\x2f\xbf\xad\x00\xca\xd1\xd4\xe0\xb7\xed\x51\xb1\x47\xfa\x96\x23\xcd\x88\xdb\x0f\x42\x8a\xf0\xa0\x43\xb6\x77\xd6\x41\xff\x68\xfd\xfa\x1f\xde\x6c\xfd\x6f\xaf\xbc\xfc\xb2\xba\x96\xbf\x38\x74\x8d\x30\xe8\xb4\x85\x7a\xa5\x99\x5a\xb0\x40\xeb\x3e\x0c\x3a\xd7\xaa\x79\x20\x64\x1b\x0e\x81\x05\x83\x5b\x41\xe9\xa1\x75\x81\x68\xd9\x85\xd6\x6b\x78\x62\xff\x57\xf6\x41\xba\x37\xec\x67\xed\x6e\xb1\xf7\x7a\x3b\x81\x9f\x14\xfa\x24\xc4\xfb\x27\x77\xcc\x63\xfd\x44\xf1\xf5\xc2\x6f\x28\x44\x71\x97\x28\x49\xaf\xed\xa4\xb5\x4b\x9d\x6e\x31\xd8\xce\x47\x7b\x20\xad\x9a\x97\xcf\xd8\x9a\x11\xc8\x43\x62\x41\xcc\xdb\x5c\xc1\xe5\xe0\x7a\x3a\x83\xa2\xca\xb7\x6f\xb8\xa3\xaa\x6b\x26\x45\x0b\xbc\x33\x56\x01\x20\x26\x47\x4c\x40\xbb\x44\x72\xa8\x36\xbf\x9f\x81\x24\x3d\xda\xcf\xbb\xd9\x0a\x98\x72\x91\x1d\x3e\x3a\x75\x33\x08\x52\x33\x09\x5f\xb3\xa4\xd8\xde\xee\x2b\xe6\x9f\x19\x77\x67\xbf\xc0\x28\x9d\x22\x9f\x7c\x46\x5b\x7b\x48\x94\xc8\xe9\xa3\x90\xda\x10\x14\x77\x5f\x49\x2c\xd9\x7a\xf3\x67\xef\x10\x96\xbc\x49\x64\x95\x31\xc9\x11\x30\x0e\xe6\xdd\x4c\x9d\x71\x37\x00\x30\x2c\x7d\x27\x38\x82\x97\x88\x34\x6e\x66\x58\x76\x82\xb6\x80\x9c\x6b\x9c\x0c\x08\x5d\xa1\x1b\x7c\x8f\xd0\xf6\x44\x0b\xdb\x8a\x9c\x31\x23\xbb\x33\x4a\xf7\x53\x25\xf8\xfa\x8b\x56\x1d\x6f\x22\x87\x89\x8f\xf0\x56\xeb\x2d\x6e\x17\x74\x8c\xed\x19\x68\xa9\xee\xd0\xd2\x50\x7e\xa6\xf0\xf4\x19\x71\x59\xc7\x88\x85\x3e\x61\xe9\x75\xb6\x41\x9c\x06\xce\xf4\x09\xec\x44\xee\x9d\x48\x33\x91\x64\xd8\x79\xc0\x11\x10\xe6\xe4\xe7\x74\x82\x2a\x05\xe6\x60\xe6\xa8\x7e\x09\xd9\x0a\x4d\xb9\xb8\x0f\x0f\xc2\x32\x03\x8b\x4e\xd0\xd5\x9d\xd9\x40\x21\xbe\x6b\xa0\x8d\xf7\x2d\x7e\xb7\x07\xea\x4a\x06\xee\xa1\xa2\xb2\xf2\x31\x42\x42\x44\x61\x8b\x90\x1d\x1b\x26\x0e\x56\xb1\x9d\x11\xd2\x44\xce\xa6\x79\xae\x0d\xf3\xbd\x91\x95\x77\xb8\x78\x21\x72\x1c\xfa\xda\x31\x25\x27\x65\x03\x5c\xb8\x56\x86\x3a\xcf\x47\x6b\x46\xdd\x36\x72\x5f\x56\x4b\x81\xc2\x12\xa8\xad\xa4\xa8\xad\x20\x90\x3b\x69\x3d\x52\xf3\xfe\x04\x16\x0f\x2e\xbf\x4d\xca\x92\x51\xd6\x61\x75\x7c\x67\x3f\x07\xcd\xb5\xf3\xde\x8f\x11\x7f\x7f\xae\xda\x3f\x74\xe5\xaf\x43\x4b\x1f\x49\xd2\x39\xd6\x67\x31\xd5\xba\x53\x83\x76\xa4\x8e\x66\x16\x9d\x55\x1f\xc1\x77\xfa\x32\x0e\xad\x52\xbb\xe6\x8e\xe1\xe7\xc7\x5a\x50\x67\x3a\xa4\xa4\x17\xc4\xc2\xcc\xcb\x3b\xf3\x42\x2f\x60\x3f\x90\x36\x91\x8e\xea\xcc\xe8\x9f\x90\x6b\x9e\x22\xab\x6b\x06\x77\x07\xe3\x85\xc5\x46\x65\x25\x63\xcd\x05\xe0\xb3\x47\x8b\x46\x9b\x15\xb5\xac\xf8\x64\xa3\xcc\x5d\x94\x95\x80\xe9\x51\x88\xf0\x21\xed\x63\xce\xb2\x88\x6b\x41\x58\x25\x72\x46\x6d\x06\x87\x74\x4a\xc4\xaf\xa9\x07\xb1\x81\xab\x05\x59\x8c\x19\xcb\xc8\xeb\xb9\x83\xd3\x0b\x15\x65\xeb\x17\x3f\xc3\x91\x1c\xdd\xc0\x84\x94\xff\xac\xeb\x9b\x21\x1e\x63\xcc\x00\xdc\xe8\x27\xfa\x7d\xac\x5c\xaf\xe0\x9c\xf5\x11\xad\xe2\x8e\xe4\x0e\x9b\x0f\x45\xe1\x12\x1a\xb2\xd6\x18\x82\xcb\x98\xb3\xd4\x9b\x34\x88\xfd\x09\xb3\x00\xce\xd7\x28\xf9\x37\xcf\xce\x51\x19\xf0\xd8\x51\xdb\x0b\x6b\x98\x3b\x3b\x05\x28\xc4\xbf\x0a\x34\xc7\x8f\x50\xfc\x4a\xaa\xac\xac\x3a\x3b\x79\xd5\xd9\x06\x5e\xa6\x87\x2a\x17\x24\xdd\x4f\xd4\x7f\x3f\xc5\x0b\x40\x4d\x2e\x99\xf2\x10\x6a\x2c\x2b\x72\x41\x75\xbc\x40\x52\xc5\x63\xfc\xa6\x60\xeb\xd5\xd6\xc5\x7d\x56\xc0\xbd\x02\xbc\x48\x47\x51\xab\xbc\x0f\xd8\x49\xab\xe5\xf9\xb6\x0f\xad\x95\x4c\x68\x96\x8e\x00\x39\xe0\xde\x8d\xaa\xce\xaa\x97\x37\x34\x8d\x63\x8c\x40\x6f\x05\xef\x0d\xe9\x3d\x11\x61\xa3\x69\x02\x1d\x15\x41\x91\x3f\x1d\x3c\x87\x8b\x25\xc9\x0e\x30\xf5\x4e\xb1\x35\xce\xfb\x3d\xa7\x15\x8c\xd2\x4e\xb4\x2a\xac\xb7\xa5\x5f\x59\x04\x88\xac\x22\xb9\x46\xd9\xd5\xd2\x52\xc8\x14\x05\x03\x2d\x30\xa8\x2f\x78\x5c\x7a\x92\xa8\x2a\xe3\xcc\xda\x3b\xd6\x10\xbb\xa7\x34\x8b\x45\xf5\x0a\x80\x70\x0e\xa3\x1f\x80\x3b\xd9\x4b\x15\xc6\x6f\x50\x2f\xd0\x84\x9e\x8a\xa1\x59\xe4\xe3\x3b\xb4\x0a\x75\xe8\x75\x1b\x94\x4f\xcc\x68\xfa\x33\xa9\x55\x95\xad\x4b\xaf\xab\xff\x4d\xca\x74\x3f\x23\x76\x78\xa7\x01\x0e\x59\x86\x9a\xb0\x0a\xd6\xe2\x2f\x5a\xe7\x1f\xd0\x0c\x77\xdb\x62\x4a\xe7\x68\x1d\x44\xd9\x7c\x85\xe7\xc2\x05\xe2\x66\xed\x99\xdb\x7b\xa5\x37\x58\x8e\xbb\xdd\xac\x2c\x49\xc7\x71\x1f\x8e\x81\x70\xd4\xa7\xd0\xfe\xb9\xd6\xe2\x5b\x9c\xe1\x10\x29\x02\xd9\xa0\x37\x98\x61\x03\xf1\xe1\x3e\xce\xf7\x91\xd1\x13\x6f\x20\x09\xf8\x82\xa9\x18\xde\xc2\x29\xe3\xf4\xc7\xc6\x1c\x84\xf0\xcb\xe2\x02\x58\x98\xe7\x5a\x2b\xc3\x4c\xfb\x11\x2a\xb4\x34\x29\x04\xb2\xc0\xca\x9a\xd9\x73\xe6\xcc\x3c\x01\x79\x15\x48\x86\x22\x6d\x03\x38\x26\x57\xc0\x01\xe0\x6a\x32\x26\xb5\x61\xd1\xef\x65\x23\xa3\x6b\x64\xfe\x71\x1a\x35\x26\x9b\xc6\x12\x91\x96\xd7\x73\x05\xd1\x1d\xe3\x42\x00\xd0\x54\x65\x1f\x54\x20\xd6\xdf\xc4\x05\x08\x16\x24\x0a\xd7\x88\x1c\xd1\x12\x8f\x0a\x8c\xbd\x1b\xf8\x1a\x4b\x32\x6f\xb0\x7d\x2a\x78\x73\x0a\x81\xf7\x15\x6e\x2b\x80\x9d\xdc\xcf\x74\x8f\xef\xd0\xae\xfd\x98\xb1\x66\x5c\x65\x08\x13\x14\xa3\x1d\x67\xfc\x1a\x63\xac\x6a\x49\xe6\x64\xaf\xb1\x63\x51\x9e\x24\xc8\xf5\x90\x57\xc5\xbd\x90\x69\x52\xaf\x8c\xcd\x94\x6d\xf5\x0e\xd0\x5c\xca\xab\x45\x2b\x7c\xcb\x31\x99\x46\x96\x9b\x5c\x61\x4f\x8c\xab\x09\xf7\xf3\xed\xef\x13\xb4\x35\x95\x51\xac\xa2\x76\x51\x66\xe9\x08\x70\xce\xf7\x00\x7e\x00\xe2\x28\x0c\x27\x57\xd2\x71\xb5\x7b\x55\x38\x3a\x74\xd8\x8a\x2c\x1d\x1e\x1e\xb5\x08\xf0\x5c\x9b\xaf\x11\xa4\x77\xb3\x21\x88\xe1\x7b\xe5\x0e\xf9\x5e\xf0\xcb\x61\x93\xa1\xd3\xe9\x8d\x16\x7b\x37\x7c\xca\xd4\x03\xe5\x13\x5c\xce\x03\xb0\xf6\x95\x45\x37\x4f\xfb\x9d\xa7\x1c\xfa\x3b\x43\xb8\xa3\x83\xbb\x22\x08\x39\x6e\xec\x0d\x2b\xb4\x1b\x13\x77\xf6\x90\x54\xcd\x4c\xf3\x43\x86\x4d\x58\x55\xe8\x25\xce\x6a\xd4\x01\x2d\x8d\x3c\x34\xd8\xa3\x3b\x01\xe8\x23\x41\x9a\xc5\x57\x2a\x96\xa8\x1f\x70\x13\x9e\x63\xd6\x9b\x6d\x5f\x13\x5f\x2e\x83\x43\x42\x2e\xa4\x66\x2f\x4f\xab\xd7\xa8\xd9\x88\xba\xfc\xbd\x6c\x6f\x0b\x66\xcd\xc8\xee\xfe\x04\x99\x90\x33\x62\xe2\xa7\xc9\xb6\x7a\x5c\x88\xb9\x34\x63\xf5\x67\x34\xd6\x11\x8e\x9b\x06\xdc\x14\xb6\xcf\xd6\x6f\xff\x86\x76\x26\x52\xe4\xf4\x3a\xb0\xdc\xcc\x69\x3b\xa7\x3a\xf7\xbc\x14\xde\x68\xad\xf0\x3c\x32\xb0\xd2\xd6\x9c\x21\x89\xa9\xa8\xd7\x29\xb3\x41\x65\x20\xc6\xf8\x95\x90\x50\xf3\xd8\x28\x93\x6b\x8e\xd9\x1c\xe3\x13\xbe\x54\x72\x2f\x41\x05\xff\x6b\x5b\xaf\x5f\x2c\x5f\x7b\x71\xeb\x75\xd6\xc2\x59\x3b\x3e\xb1\x43\xc2\x3b\x47\x6a\x10\xb5\x30\x0c\x08\x55\x21\xfe\x03\xad\xfa\xc4\x3d\x3d\xf6\xec\xeb\xb7\x18\x55\x1d\xa2\xa4\x40\x5f\x2e\xf6\x80\xc8\x4d\x00\xa6\x36\xa4\x2a\xfc\x18\x05\x01\xc0\x12\x9f\x3a\xe6\x7c\x05\x10\x42\x9b\x1b\x97\x8e\xda\xe4\xda\x91\x11\x86\x33\xa8\xc4\xfa\x78\xf8\x46\x66\x17\xa1\xe0\x19\xf7\xf3\xbd\xbc\x5a\xf5\x36\x81\xfe\xea\x27\x7a\x88\xd7\xf6\x98\x55\xb3\xcc\xe1\xcd\xdd\xf3\x9e\x31\x01\x0f\x2e\x6c\x62\x96\xa6\xb7\xd0\x72\xcc\xce\x28\xf6\x9c\x18\x30\x79\x85\xfc\x8d\xce\xe8\xc4\x37\xcc\xc9\x12\x55\xe3\xe7\x34\xc7\x59\x0e\xac\x9d\x7a\x8e\x74\x08\x41\xa6\x9d\xec\xa6\x65\x67\x3c\x60\x00\xcb\x7a\xe6\xdd\x1e\x19\x68\xa7\x5e\xc8\x20\x0b\x5c\x07\x84\x5c\x82\xd7\xd1\x3a\xea\xd8\xe7\x0d\x74\xbd\xa0\x7e\x25\x37\x13\x56\x3c\x18\xa8\x62\xe9\x8e\xa9\xfe\xda\x10\xcd\xed\xe5\x0a\xad\xc0\x6b\x75\x4f\xce\x2d\x68\xbc\x29\x5f\x8e\x70\x5f\x59\x7e\x86\x67\x70\x62\xd0\xa3\x42\x01\xb7\x51\x26\xd5\x5a\x8f\x4b\xa8\x44\x55\x0b\x6e\x13\xb8\xe8\xe3\xfb\x2f\xaf\x23\x99\x2f\x25\x5c\xaf\xb9\x9a\xe6\x5d\xb3\xae\x1f\xe5\xaa\x12\x89\x55\x95\x09\xeb\xca\x0a\xd5\x38\x73\xe8\xa0\x64\xc1\x81\xd1\xd3\xa6\x45\xad\x67\x64\x1c\xf2\xac\xd7\xb8\x43\xd8\x68\xb5\xf6\x3e\xe5\x8d\x62\x93\xe7\x25\xf8\xbd\x10\x6e\x15\x6e\xed\x34\x7c\x98\x9e\xa8\x4b\x8b\xb0\xf8\xf9\xee\x5a\xbd\x34\x2b\xdb\x45\xc5\x73\xfd\x5b\x66\xb7\x32\x76\x45\x59\x0f\x97\x32\x07\xf9\x39\x3a\x52\x32\xc7\x1a\x61\x77\xdb\xde\xd2\x8d\xb5\x64\x8d\xa3\x14\x47\xa3\x5f\x8b\xeb\x33\x00\xf8\xd7\x72\xc6\x55\x51\x74\xca\x5d\xb0\x0b\xa2\x48\x71\x4c\xb6\x4a\xe2\xd1\x63\xc7\x13\x75\x29\x30\xa6\x17\x84\x76\x90\xeb\x4f\xd5\x2f\x27\x44\xce\xfe\x77\x76\xcb\x01\x8c\xd4\x56\xdc\x1b\x00\xc5\x55\xc2\xb9\xc0\xbf\x19\x84\x6b\x30\xd8\xc4\xc3\xbc\x8c\x90\xc4\x89\x4b\x0c\x6c\x06\x62\x95\xc6\x3d\x41\x85\x56\x81\xf7\x53\x42\x88\x61\x5f\x8c\x90\xf6\x83\x90\x3a\x1b\xb5\x70\x47\x11\x69\xce\x8e\xa7\xed\x30\x31\x99\x0f\x4e\xae\xe8\xa5\xea\xe8\x6e\x64\x28\x16\x4e\x92\x01\xba\x9e\x4e\x13\xf5\x3b\x76\xa3\xad\xb3\x07\x9b\x6a\xaf\x18\x94\xbd\xab\xc9\x6f\x14\x8b\xfd\xce\x7a\x7a\xa7\x5f\x2b\x36\xfd\x1d\xdf\x83\x23\xf4\x27\x45\x69\xe7\xef\xe9\xb8\x7d\xfb\x9d\x7b\xbe\xef\x46\x55\x58\xbf\xce\xc8\x33\x0d\x6c\x83\xc2\x77\x37\x3c\xe8\xcb\x97\x7f\xfe\x1e\x29\xe1\xc4\x7a\xd0\xdc\xce\xac\x5d\xf2\xf3\xaa\x1a\x96\xbf\x19\xf5\x37\xc9\xfc\xeb\x1a\x9c\xd5\xf4\x37\xfa\x45\xda\xfb\x4d\x9d\x29\x3a\xb4\xb4\xbd\x97\xa5\x7b\xc1\x09\xa0\x0a\x66\x06\xab\x4b\x7e\xa2\x44\x8f\xf0\x84\x6e\x1b\x23\x8f\xe1\x7f\x2c\xab\x9a\xfc\x04\xf4\x08\x7f\x1f\x51\xb8\xad\xa1\x36\x34\x8a\xea\x0c\x9d\x83\xdf\x5f\xf1\xfc\x96\xd6\x2b\xeb\xfd\x24\xed\x0f\x77\x53\x94\x6f\x4d\xef\xd0\x62\x93\xb5\x1c\x25\x04\x8e\x76\x9b\xb4\xff\xa8\x50\x98\x21\xb7\x30\xd7\xe8\x6a\x49\x8e\x18\xd3\xe7\x2f\x75\x5e\x70\xa7\xe8\x29\xfa\xf2\x57\x4f\xb3\xe1\x4c\x20\x26\x9d\xa3\x05\x6a\xa2\xa6\x2c\xf3\x0f\xb3\x86\x89\xc8\x3e\xc1\xe7\x40\x7e\x17\x17\x4b\xd5\x0d\x55\x39\xcd\x5d\x11\xcd\x5b\x55\xa2\x71\xe2\xba\x58\x4a\x0c\xa6\x86\x4a\x3f\x38\xef\x50\xd0\xf9\xd1\x25\x14\x36\x40\x06\x9f\x07\x63\x12\x8d\x76\x2f\x79\xda\x72\xa9\xc2\x0a\x64\xa6\x46\x01\xf7\x89\x15\x63\xb8\xef\x40\xf5\xc9\x07\xdd\xfe\xb8\x77\x8e\xcd\x08\x2d\xc8\x8f\x2f\x96\x3f\x86\x69\x07\xd7\x94\x48\x33\xe0\x21\xd0\x03\x6f\x86\x1a\x37\xad\xcd\x50\x03\x3d\xc0\x09\x3f\x85\xed\xbe\xaa\x9d\xf4\x3b\x6a\xee\x62\x34\xca\xba\x95\x76\xd7\xb7\xab\x0e\xb8\x46\x20\x1e\x86\x6a\x39\x0a\x49\x8f\x3e\xad\x30\x88\x2f\xef\x1a\x66\xf2\x73\xb4\xf0\x90\xff\xf5\x41\xdb\x86\x2b\x74\xb6\xb2\x6c\xd0\xa9\xd2\x6b\xd9\xa0\x01\x69\x12\xdf\x3c\x23\x34\x70\xc8\x82\x7e\x60\xbb\x6c\x93\xbb\x58\x30\xec\x57\x9e\x7b\x5b\x14\xc9\x36\x8e\xab\xa4\xcf\x95\xc3\xc6\x1d\xe5\xac\x32\xbd\x66\xe8\x4a\x61\xc1\xd5\x63\x1b\xac\xd8\x38\x16\x41\x36\x8e\xa3\xce\xb7\xb7\x3e\xe7\xd9\x30\xa6\xb9\x28\x03\x10\x16\x92\xd6\xbc\x30\x23\x39\x44\xb8\x1b\x92\x18\x09\x91\x9f\x91\x39\x55\x51\xe7\x11\x46\xbb\x08\xad\x3b\x19\x73\x34\xdb\x42\xfe\x12\x46\xf4\x95\x1a\xd9\x43\x1b\xb4\x02\x08\xc0\x59\x47\xfc\xf2\xe9\xe1\xaa\x9b\xba\x49\xaa\x8b\x60\x01\xea\xb9\x01\xbf\xf0\xac\x56\xc0\x0a\xe0\x03\xf4\x79\x30\xce\x37\x2b\xd6\x60\xd9\xa6\x73\xaf\x80\x0f\xfb\x89\xf4\x7d\x11\xb3\xf1\x15\xe3\x33\xcf\x3e\xc8\xc1\x41\xfd\xcb\xc5\x44\x3f\x64\xd6\x23\x47\x5c\x14\xcd\xc3\xc6\x07\x84\xf6\x27\x5c\x12\x78\x6e\xa5\x65\x05\xda\x53\x3a\x39\xad\xef\x04\x31\xf0\x23\xcf\x34\x40\x76\x58\xd2\x3d\x9c\xd5\x9a\x22\x58\x55\xc3\x6f\x20\x7a\x80\xc6\x7b\xda\xf5\x80\xa6\x2b\x00\x4a\xa7\x8e\xe4\x91\xf5\xe0\x46\x5b\x2f\x50\x84\x07\x51\xd7\x0a\xed\x6c\x19\xba\x16\x47\xef\xee\xb0\x65\xfd\x91\x6b\x11\x81\xc2\x79\xfa\x32\xc1\x6f\xf1\x5a\x76\xa3\x4e\xe0\xd9\x68\x2d\x8c\x51\x11\x2f\x96\xb0\x1e\x1d\x36\x32\x3e\xe4\xdb\x62\x78\x12\xa9\x0c\x02\x7f\x7b\xc1\xbe\x4b\x06\x0e\x2c\x3a\xa0\xd0\x07\xad\xe0\x7e\x36\x52\x6c\xac\x59\x09\xf9\xb7\x47\xd8\x9d\x27\x2e\x87\x1f\x1f\x18\x17\x3c\xb7\xde\xdb\x84\x3f\x26\x78\x06\x8f\x2d\x58\xfa\xf4\xd1\x6a\x52\x36\xa2\x0a\xad\x07\xf0\x12\x40\xff\xdc\x64\xfc\x0c\xd8\x41\x72\x7a\x87\xbd\x90\x21\xa3\xac\xf2\x7e\x1f\x20\x91\xe3\xc7\xea\x62\x94\xbc\xbb\x65\x57\x0f\x09\x00\xf1\x80\x2f\xb5\x8b\x7b\xc6\x6c\x1e\x01\xa5\x07\xc6\xf5\x07\x6f\x87\xf7\x26\x5c\x70\xa8\x05\x9e\x1d\xbc\x0f\x1c\xeb\xd4\xb1\x78\xb1\xd7\x56\xf4\x6d\xb4\x79\x83\xa0\x35\xc2\x58\xb2\xfa\xfd\x1d\x6a\xb5\x27\xba\x90\xde\x26\xe5\xde\xf2\x80\x9d\x4f\x82\xcd\xd6\x02\xf2\x8a\x0d\xc3\xb3\x7a\x82\xd7\x74\xe6\xed\x36\x38\x05\xc7\xa8\x61\x17\xa4\x9d\x34\xa3\xf6\x96\x25\xfa\x62\x02\x76\xf1\x6f\xd6\xb8\x21\xc7\x3d\xd6\xdd\xfd\x47\x6e\xfb\x69\xee\x76\xbe\xf2\x6e\xe7\x6b\xdd\x6d\x13\xda\xa0\xf0\xac\xce\xd6\x28\x1d\x74\x77\x25\x9e\xfe\x0f\xc4\x7c\x53\x14\xde\xd9\x22\x8c\xee\xb7\x4d\xb8\x39\xb9\x02\xd8\xfe\x6a\xa2\x18\xc0\xc1\x4e\xd6\xd1\x4e\x70\xdf\xb1\x28\x3b\x0d\xe4\x7f\xe1\x0c\x46\x4b\xd6\x0e\x70\xe0\x97\xa9\x87\xe9\x8e\xcb\xaa\xd8\x3b\xef\x68\x87\x35\x41\x5f\xc9\x3f\x16\x4a\x82\x00\x37\xb2\x98\x3e\xfe\xcc\x86\x99\x62\x80\x60\x68\xe8\xe2\xf0\x41\x94\xd2\x6f\xa3\xd1\xd0\xb8\x19\x00\xe2\x79\xb4\xe0\x48\xc2\x64\xbb\xe8\xf7\x8b\xeb\xc6\x2a\xa6\x29\xd1\x9c\x17\xc9\x96\x31\xb5\xa5\x11\x60\x9f\x7f\x47\x0a\x3a\x65\x27\xa5\x39\xf7\x46\x7b\xf5\x77\x56\x7f\x8e\xa2\x2d\x7d\x0a\x7f\x1f\x0f\xf4\x97\xbb\x84\xda\xed\xe7\x47\x09\x18\x39\xf6\xda\xc8\x6b\x81\xae\x64\xb4\x9f\xf5\xd6\xe4\xb0\x40\x36\x40\xfc\x6a\x4d\xf0\x6c\x87\xb1\x43\x0e\xd3\x4a\xf1\x14\x03\xd2\x4d\xe2\xb6\xcf\x37\xba\xa6\xae\x70\x3c\xf8\xbc\x51\x6f\xf4\x18\x26\x49\xae\xe8\xd0\xce\xab\x89\x89\x05\xbd\x27\xf4\x46\x71\xef\x1a\x26\x3e\xe5\xa6\xa4\x25\x84\xc6\xd9\xd0\x07\x07\x38\x17\xae\x23\x33\xcf\xf9\x0e\xfc\xd8\xfb\x79\x17\xad\x30\x25\x4d\xe9\xb8\x3e\x2c\xef\x24\x64\xc4\x8d\x04\x1b\x43\x90\x5c\xd6\xcf\xaa\x8c\x42\xd0\xe9\x05\xbb\xfa\xd5\x64\x9c\xf7\x36\x7f\xf3\x8b\x9f\x25\xc9\x70\xbc\xa5\xe6\xe9\x88\xcd\x59\xb8\xf2\x63\x8a\xf4\x11\xb0\xbb\x97\x83\x8f\x57\xb0\xe1\x88\x96\xbc\x91\x67\x8e\x97\xeb\x34\x8c\x75\x3b\x63\x8d\xa4\xe3\x38\xeb\xa8\x90\xf1\x07\xf7\xe8\x26\xe4\xa1\x50\xe7\x78\x3c\xf3\x86\xbb\x0d\x10\xa2\xbd\x67\xb4\xca\x6e\x46\x96\x8c\xe9\xd2\x58\x03\x37\x34\xf6\xb7\x76\xb9\x99\x8d\xe4\x90\xd6\x49\x23\x4c\x18\xf1\x82\xed\x95\x44\xe5\x1d\xaf\xdd\x7a\x77\x40\xc3\xb0\x48\x9f\x40\x27\x5e\x01\x7e\xb5\xd1\x4d\x64\x0e\x43\x67\x3b\x54\xe6\xaa\xf7\x01\x91\xc4\xec\x29\x86\x5e\x8f\x67\x56\x43\x57\x93\x47\xa0\x5f\x74\xd9\xc9\xf5\x5f\x69\x91\x1c\x16\x3c\x1e\xf6\x40\x35\x6a\x60\xe4\xcf\xe6\x2d\x7a\x60\x3b\xf1\x9a\x5a\xd5\x66\x3d\xed\xf6\xdf\x76\xcb\xe5\x83\xda\x1a\x11\x37\x66\x01\x88\x88\x66\x53\xe7\xbc\x08\x6b\xf8\x63\x19\x5b\x9b\x0d\x59\xa2\x2e\xc8\x86\x4e\x18\x3e\x8f\xd1\xb8\x06\xe8\xfa\x8c\xc4\x0b\xe1\xca\x6c\x7d\xaa\x11\x34\x29\x00\xf9\x33\x32\x4d\xa2\x65\x3b\x04\x4d\x34\xb1\x2a\x9c\x32\xd6\xa8\xc4\x7a\xa5\xc6\x42\xb7\xb5\x83\xad\x4b\x87\x50\xcb\xce\xca\x90\x06\xc7\x61\xd7\xd9\x5a\x6d\xbf\x28\x4a\x76\x76\x10\x3e\xe2\xf7\x17\x73\x13\x58\xc4\xee\x0e\xb2\x17\xdf\xa9\xee\xe1\xdc\x7e\x43\x68\xb3\x1c\x03\xdc\xa0\x11\x25\xa9\x7d\x28\x92\x33\xa8\xe4\xfc\x16\x43\xb9\xb3\x82\xd2\x55\x09\x8a\xec\x94\x8e\xd8\xbd\x93\xef\x61\x9a\x8a\xaf\xad\x53\x38\xb9\x78\x9a\x80\xd7\x33\x61\x72\x9e\xb3\x1d\xdd\xb8\x8b\xb5\xdd\xbd\x58\xf0\x6c\xf2\xca\x72\xb6\xd1\x32\x21\x41\x82\x1a\xcd\x02\x98\xd5\x80\x26\xc8\x83\x03\x58\x0b\xb6\x4d\x3b\xb9\x4a\x22\xf2\x6c\x52\xf4\xa5\x84\xfc\xfd\x42\xfb\xb6\x79\xcd\xe0\x46\x85\xfd\x61\x31\xd7\x4c\xbe\x4c\x7e\x01\xea\xf2\x8e\xdb\x32\xd0\x9d\x9f\x19\x16\xc1\xeb\x1e\xd3\x91\x7c\xb1\x52\x1a\x3f\xf3\x94\x10\x93\xb6\x7f\x32\x3e\x8a\xa8\x91\xe9\xfd\xa7\x3c\xf1\x8f\xbc\x65\xbd\x64\x5c\x39\x0f\xc3\xf4\xd8\x33\x72\x1a\x0b\x15\xa7\xb7\x7b\x60\x21\x3a\x3c\x3c\x81\xd5\x79\xf9\x7f\x3b\x9c\x1e\x33\xb4\xb9\x98\x9d\x94\x61\xa5\xb0\x9a\x18\x6f\x62\xd7\x6e\xc2\x89\x38\x74\xf3\xfa\x5c\x1c\x93\x15\x03\x91\xf6\x2d\x42\xf5\xe7\x6e\xdc\x6b\x33\x13\xa0\x03\xfc\x42\x4a\x5f\x17\xb2\x64\x0c\x23\x75\xa4\xdc\x46\xfd\xf8\x04\x5b\x5d\xd9\x48\x21\x0b\xc8\xd7\xe2\x04\xe7\xea\x9f\xb5\xa1\x8f\x33\x67\x38\x2a\x14\x67\x57\x1a\x71\x71\x7b\x81\xaf\xcc\xb1\xa8\xef\x3a\x34\xc4\xe2\xb2\xf8\x09\x52\x53\x3e\xca\x7b\xa4\x7a\xb0\x62\x96\x1b\x54\x6e\x40\xb2\xf6\x18\x9f\x08\xf5\xd3\x59\x60\x5f\x37\xaa\x6c\xf4\x51\xd5\xd1\x68\x1f\x5b\x47\xe4\x1a\x63\xa8\x9a\xeb\xbf\x2d\xc8\xb5\x93\xc5\x9c\x53\x27\xdb\xc5\xdc\x0d\xa3\x78\xc3\xdf\x9c\x79\xd1\x8e\x99\x8a\xd6\x72\x1f\x1f\xec\x54\x6c\x9a\x80\xdc\x79\xcc\xcf\x25\x69\xaf\x87\x98\x8a\x0f\x1d\x2d\x99\x0b\x1d\xfa\x34\xf5\x49\x55\x93\xed\x10\x46\xf2\x47\x09\x5d\x3c\x4d\xab\x8e\xe3\xfe\x04\x5e\x39\xcf\xd6\xe5\x09\x6d\x1d\xff\x4b\x78\x3b\x99\x13\x73\x11\xf8\x7a\xd7\x62\xe4\xad\xfb\x9a\x9d\x0e\x49\x28\x63\x2f\x23\x4b\xd5\xe3\xaf\x88\x94\x05\xcb\x43\x45\xa4\x73\xe9\xda\xde\x0b\x63\xd2\x13\xfc\x5e\x63\x7b\x7c\x3c\x78\xc1\xe4\x73\x10\x1f\x77\x23\x2e\x7f\x38\x6a\x00\xb8\xb3\xdb\xe0\xe6\xab\xb6\xfb\xbd\xab\x9c\x45\x58\x38\x16\x2b\xa1\x51\x1d\xc5\x2e\x69\xf9\x8c\xe3\x04\xb9\x78\x9d\xa0\x04\x22\x82\xa8\xb5\xee\xcd\xc5\xa2\xbe\x17\x4c\x24\xa8\xbe\xce\x7d\xff\x0b\x9c\xc1\x9a\x16\xb5\x4e\xf3\xe1\xc2\xe4\xa8\x20\x47\x41\xad\x9c\xe7\x28\x24\x22\xb9\x0f\xc8\x1f\x74\xc2\x0b\x22\x9b\x24\xab\x1a\x28\xc6\x9d\x7d\x4f\x5e\x2b\xab\x51\x31\xd8\x79\x1d\xb5\x04\xdc\x8e\xe1\x1e\x08\xe8\xc9\x1b\xaf\xbd\xc8\x2d\x5a\x8e\x0f\x06\x9b\x02\x6e\x93\xe3\x77\xe8\x95\xfa\x56\x5e\xfd\x7c\xbc\x45\xe0\xfd\x5a\x2a\xf2\xfc\xd4\xc5\x1e\x05\xcc\xd7\x2c\x72\xdd\x94\x07\xc8\x18\x79\xac\xe3\xb3\x56\x00\x39\x53\xd9\x9c\x17\x6e\x5e\xba\x19\x0c\xc3\xd7\x37\xa3\x25\x7b\x2c\x0a\x2e\x91\x3c\xa1\xce\xe8\xee\x9f\x18\xd2\xe0\x4a\xc4\x02\xe4\xdb\x06\x4b\xba\x80\x2e\x71\xa4\xe3\xe5\xc0\x2f\x49\x5a\xd1\xbe\x93\x36\xd9\x85\xe7\x17\xeb\x48\xec\x67\xda\x4b\x09\xc7\x6a\x45\xc5\x75\x78\xb6\x7a\x12\x14\xaf\x68\x92\x2f\x8c\x09\x2e\x54\xdb\x45\xd4\x02\x7a\x0a\x30\xc0\x1f\xe8\xe7\x89\x42\x5d\x3b\xd1\x23\xbb\x8e\x15\xfa\xce\x26\xf8\x1d\x1d\xf0\xb5\x1b\xb7\xb7\x39\x8d\x17\x24\xe7\x3f\x37\x5a\x46\x79\x5a\x56\xf3\xd4\x84\xa6\x9e\xd3\xdc\x01\x5e\x81\xe4\x0d\xf4\x39\xc4\xb9\x83\xe8\xbd\x9c\x97\x3b\x20\x91\xd5\x59\x74\x2d\x6f\xc0\x91\x7f\x0e\xea\x5a\x8a\xb4\x10\x96\x09\x73\x30\xc6\x31\xa1\x86\x67\xc2\x25\x04\xdb\xd4\x77\xe0\xbc\xbb\x1a\x1e\x21\xca\x21\x14\x03\x89\xdf\xa7\xa4\x1e\x9e\x90\x91\x8e\x40\xef\x9e\x63\x85\x9b\x47\x55\x4c\x67\xe8\x03\xd5\xb1\xaa\x55\x1d\xc6\x68\x3d\x6a\xd9\x23\xcb\xd3\xb1\x22\x1c\x55\x20\x4e\x5a\x5a\x22\x91\x7b\xfc\x91\xb4\x4c\x46\x8d\xc0\x46\x08\xa7\xf8\x7f\xb4\xe8\x8f\xa4\x2a\xae\xa9\x67\x1a\x1b\xff\x27\xef\xfe\xe2\x19\xcd\x61\x68\x2c\xeb\x24\x6b\x29\x6c\x40\xf5\x5c\x6d\x25\xd9\xf0\x5c\x85\x26\xc1\xc4\x63\x5c\x07\xa8\x36\x38\xc0\x61\x0d\xb2\xfb\xd7\x4f\xd6\x6e\x39\x96\x59\xa3\xae\x17\xaa\x1b\x17\x1f\x23\xf3\x5c\x4b\xbf\xc6\x83\xad\x7c\xd0\x23\x41\xe2\x10\xe1\x6d\xce\x4e\xf7\x56\xfb\x0d\x2d\x2c\x56\xf1\x94\xbb\xde\xd3\x69\x91\xb1\xc6\x0e\xc6\xee\x9a\xfa\x3a\x52\x1c\xa5\x83\x10\xd0\x24\xb6\x81\xa1\xf7\x88\x5c\x1c\x31\xf7\x80\x16\x40\x25\x80\x68\x0e\xc3\x7f\xdb\x9c\xaf\x89\x43\x5f\x78\xaa\x7f\x61\xdb\xc6\xcd\xc0\x79\x91\x98\x3a\x39\x30\x01\x68\xc9\x17\x1a\xf6\x8c\x2d\x23\x24\x82\x42\x14\x8e\x4a\x86\xf0\x31\x44\x4b\xc0\xc8\xe0\xe8\x48\xfa\x31\x99\x8f\xd9\x85\x16\x53\x35\xdf\xe4\x3e\x17\xd2\xe8\x69\x23\x38\x22\x28\xc4\x1b\x61\xf2\xa1\x1a\xac\xc7\xef\x32\x20\x42\xce\xd1\x98\xb3\x5d\x75\xae\x0d\xbd\x08\x98\x32\xcf\x2d\x94\x18\xb3\x07\xfe\x78\x1e\x4e\xf0\x4f\x4c\xbd\x87\x1f\xea\x7c\x2a\xb4\x3b\x3c\x32\x7d\x27\x0b\xf2\xe0\xbf\x49\xd6\xec\x88\x7b\xc1\x99\x8e\xf1\x46\x44\xcf\x7c\xcc\xf2\xc0\xf0\x32\x0f\xb4\x0f\xc2\xd1\xc2\xc4\x96\x19\x1f\x6c\x43\x2e\xf9\x5c\x24\xc1\x94\x40\x5f\x27\x53\xc7\x00\x7e\xba\x72\xf7\xf1\xa1\xcf\x47\x65\x9f\x72\xea\x66\x82\xdc\x6c\xd8\x90\x94\xb9\x29\xfe\xf5\xdc\x84\x58\xde\x81\x45\x59\x5f\xc5\x91\x09\x32\x46\x2b\x36\xb9\x82\x56\xb7\x34\xb3\x6f\xe2\x9a\x14\x0c\x3d\x12\x30\x43\x27\xe3\x07\xd3\x4a\xe7\xf3\xf8\xce\x35\x47\x09\xd2\x22\x6f\xca\xf8\x81\x7f\x55\x73\xa1\x01\xdb\xef\x7b\x82\xf3\x40\xd6\x32\xa0\x4d\xef\x52\xbf\x84\x11\x1b\xce\xb6\x3d\x6b\xb0\x83\xed\x8f\x49\xfe\x5c\x68\xb7\x1c\xf2\xcc\xb9\xd3\x12\xc2\xd0\x9f\x40\x27\xf0\x8d\xba\xc8\x3f\x09\x01\xc8\x4b\x48\xa4\xd6\x2c\x15\xa0\xec\xd8\xa0\xa9\x3b\xef\x49\x2d\xe4\x39\x13\xdd\xef\x1f\xca\x3d\xc7\x1d\x32\x06\xf6\x70\xac\xde\x59\xea\x0c\x06\x35\x27\x1a\x3b\x3c\xdd\xd3\xe3\x8b\xe4\xa1\x78\xa6\xbf\x39\x5f\xff\x27\x0b\x91\x6d\xd5\x81\xaa\x73\x83\x79\x72\x05\xac\xe9\x57\x13\xe1\xaa\xe5\xf9\x37\x25\xc2\x01\x6f\xb5\xab\xba\xf5\xc0\xb4\x29\xb8\xc8\xc2\xb0\x96\x1f\xde\x8c\x1d\x86\x84\xab\x13\x80\x2e\x6b\xe2\x4e\x18\xd8\x89\x33\x21\xf3\x02\x86\x15\x62\xab\x99\x26\x8e\x20\x01\x93\x9c\x68\x94\xcd\x92\xc0\xa2\x46\xf4\x36\x88\x9c\xed\x64\x3f\x2f\xf3\xad\xbc\x8f\x1c\xed\x17\x84\x8f\x31\xb9\x0a\x70\xae\xf8\x0d\x3e\x39\x69\xd2\xe2\x9e\x22\xb0\xf8\xd7\xca\x61\x3a\x68\x75\x15\x63\x5d\x6e\x5e\x18\xe7\xad\x51\xd6\x6b\x41\x90\xb3\x92\x79\xff\x93\x3d\x5b\xd4\x75\x29\xc8\x55\xcd\x5e\x0f\x46\x87\x74\xd3\x5d\xe0\xc6\xeb\xf3\x39\x6b\x9b\x88\x9f\xa1\x4d\xe6\x6c\x61\x54\xe8\x98\xdf\x4c\x2c\x6a\x24\x33\xa2\x78\x3d\x80\x6c\xd7\xda\xc3\x2c\xdc\x03\xe4\xca\xd6\xc7\xf4\x7c\xd4\x8c\x23\x53\xf8\xe2\xd2\x59\x40\x90\xc8\x7f\xce\xb9\x56\x8e\x8d\x86\xdd\xcb\x06\xe5\x67\xe0\x56\x58\xe4\x85\xa4\xdb\x2f\x06\x16\xdc\x9a\x62\x3d\x17\x9c\x8f\xde\x68\x0e\x82\x7c\x75\x6f\xb4\x58\x1a\x5a\x37\x41\xf2\x3d\x3d\x26\xa8\x2f\x9e\x4b\xf0\x1c\xc8\x1d\xe9\x5b\x67\xb5\x91\xd3\xa7\x07\x83\x3d\x28\x7f\xdb\xb7\xe1\xfe\x78\xed\xd4\x2a\x04\xc8\xbb\xa1\x25\xc7\x33\x95\x90\x86\xca\x01\xec\xe5\x81\x50\x5b\xae\x93\xd3\x9c\xfd\xaa\x09\x4f\x7d\xb3\x10\x89\x7a\x30\x5f\x9a\xfa\x04\xa9\xf1\xb5\xf5\xee\x01\xeb\x5c\x91\x63\x44\x45\xde\xe2\xc4\xb6\x32\x4b\x27\x93\xaa\x65\xb6\xda\x3b\x79\x95\xef\x0c\x8a\x51\xe6\x65\xf9\x4a\xfa\x79\x57\xb1\xd0\x19\xd8\xdb\x21\x8f\x08\xac\xf2\x58\xff\x58\x3b\x1c\xae\x9d\x1b\x2f\x44\xaa\x31\x1e\x5a\x2d\x28\xed\x29\x8c\xf6\x6b\xfc\x0f\xff\x55\x3b\x18\x58\xdc\x74\x19\x00\x3a\x39\xea\x00\xde\x89\x45\x27\x1f\xe4\x15\x71\x06\x36\xcd\xc9\x4c\xf8\x49\x48\x2e\xa9\x06\x7b\x80\x7a\xd4\xe4\x92\x30\xa2\x9a\x97\xed\x0c\x60\x48\x2c\x44\x07\xe5\x13\xb4\xc9\x68\xfc\x48\x56\xfa\x5e\xb6\x9d\x8e\xfb\xda\x89\x0c\x4c\xc3\xbc\x99\xa6\xe4\x5e\x9c\x8d\x5f\x6d\xb0\xca\x46\xfb\x29\xa7\x43\x3f\xc0\x83\x41\x4f\x4e\xe3\xf8\xce\xcf\xd6\xfa\x5e\xb6\x9e\x67\x6d\x3a\x2e\xfd\x05\x3d\x52\xda\xeb\x8d\x90\x8f\xf2\x43\x99\xfc\xfc\xfb\x6e\x7b\x06\x3d\x63\x0f\xb0\xe9\x22\x84\x35\x20\x70\x1a\x9e\x79\x06\x52\xa9\x6e\x27\x7b\xde\x09\xf9\x84\x4c\x74\x68\x2a\x3a\xa0\x5f\x87\x58\x07\xf4\x09\xbb\x4b\x87\xbd\xfc\x27\x2d\xc5\x02\x91\x41\x7f\xb0\x9d\xf4\x43\x6c\x61\x5d\xc2\xf4\x57\x78\xa8\x65\xf4\x29\x2f\xef\xb0\x87\x97\xba\xb6\xee\x2e\x87\x31\x17\xdb\x1d\xbc\x46\xe4\xe2\x23\xc4\x97\x0c\x88\x53\x9b\xd9\x6e\x86\x0e\x16\xfa\xec\x0d\x25\x30\x4c\xda\x29\xbe\xf3\x19\x99\x1d\x0f\xc0\xac\x41\xc4\x37\x06\x16\x93\x76\xd4\xe5\x6c\xbd\x70\x89\xa7\xf6\x39\x5b\xc9\x43\x30\xb6\x26\xac\x35\xf1\xdc\xcf\x02\xe7\x6e\xc5\xd5\x0e\x32\x70\x80\x18\x43\x12\x14\x2f\xa5\xda\x1a\x70\x91\x70\xc5\x08\x37\x83\xbb\x2e\x1a\x21\xdf\x82\x6d\xb6\x0e\x43\xe0\xb2\x6e\x0e\x5d\x05\x82\xda\xda\xea\x8f\x33\x45\x3f\x3c\xc0\xd7\x94\x55\xcf\x46\x8f\xfb\x2f\xce\x6a\xa2\x0f\x9c\x3b\xb4\x89\x18\xc6\xde\x59\x3c\x41\x6b\xbc\xa3\xaf\x80\xf2\xb3\x5a\xdb\x2c\xb0\x2f\xbe\xf5\x8b\xf7\x1c\x33\x16\x6b\x9f\xac\xb1\x5f\xe6\x7a\x26\xe1\xc2\xc9\xc1\x6b\x16\xa0\x0e\x74\x2f\x2f\x4b\x12\x3a\x07\xb9\xf6\x1a\x30\x29\x1d\x41\x8c\x32\x39\x71\x3c\x75\x2c\xc0\xbc\x93\xec\xd7\x73\x36\x88\x81\xbe\x9e\xd7\xa6\xd3\xe9\xa6\x7d\xce\xa5\x83\x89\xcd\x17\x4e\x3c\x18\xed\xe0\x52\xbd\x6f\xad\xd9\xba\xf5\x94\x8c\x24\x8f\xd6\xb3\x6a\x97\xf6\x7f\x59\x9a\x58\x2d\xc3\x95\x78\x15\x4b\xc8\x8f\x9d\x31\x22\x71\x0a\x1e\xd4\x58\x1e\x41\x3d\x04\x6c\x11\xa5\xec\x96\x93\xc0\xb4\xb0\x65\xd6\xdf\x76\x59\x08\x2b\x6d\x7a\xfd\x6b\xf2\xce\x4c\x65\x5a\x03\xb2\xbe\x1a\x01\x0f\x05\xac\xe1\x0d\x85\xe7\x06\xd7\x80\xde\x58\x95\xc9\x23\xfb\xc1\x0a\xd6\xb2\x01\xaa\xae\x6d\x1b\x13\xea\x46\x89\x1a\xac\x5f\xf9\xff\xf8\xff\xbf\xba\xf4\xa6\x3e\xf6\x37\xab\x51\x1f\xfe\xb2\xa6\x5b\xa1\xa6\x81\xe6\x30\x22\x42\x95\xa7\x29\x3a\x71\x66\x06\x2d\xe5\x75\x8a\x76\xbb\xcb\x68\xca\xa5\x01\x8b\xc7\x89\xf9\xee\x7f\x3a\x53\x9d\x4b\x74\xd8\x42\xf7\xde\x8f\x24\x75\x50\xfd\xe8\x93\x43\x33\x54\x17\x2a\x33\x53\x43\x30\x06\x85\x9f\x35\x70\xee\xf1\x5f\xbf\x1d\xe7\xdd\x6b\x9d\x9d\x71\x0e\x11\xf4\x7f\x24\xdd\x08\xaa\x8b\xf9\x89\x70\xbe\x51\xa8\x56\x84\x2f\xbc\xda\xcd\x4b\x46\x2b\x5f\x3b\xc8\x20\x86\x56\x90\x43\x15\xc9\x7f\x90\x8d\xeb\x16\x7b\x7b\xe9\xa0\x17\xcb\x00\x14\x65\x1f\xad\x07\xa8\x93\x8a\x8e\x08\x16\x7e\x39\x4a\x86\x63\x88\x9c\x05\xb7\x76\x5e\x1b\x69\xa6\x99\x9f\x89\xbc\x36\x94\x0a\x63\x00\xf9\x64\xe5\x5c\xb8\x09\x75\x08\x98\xf6\x7f\x95\x50\x27\x13\x82\xaf\x76\x49\xb8\x04\x0e\x8d\xe4\x17\x83\x44\x66\x71\xf2\x5c\x92\x50\x72\x03\x00\xf0\xa3\xc4\xe3\xbf\x92\x6a\x94\xa1\x58\x7d\x57\xf8\x11\x1c\x32\xf7\x78\x27\xd9\xce\xfb\x10\xaa\xce\x9e\xff\x50\x87\xa1\x4a\x77\xa0\x60\x86\x5a\x22\xa2\xc3\x9b\xcc\xc0\x3d\x46\x98\x3a\xc1\x10\xdc\x85\x49\x09\x4b\x53\x50\xef\xac\xb4\xf7\x4d\x6c\xb5\x1a\x0a\x33\x56\x99\x9e\x8a\x7b\x89\x55\xca\x81\x62\x3b\x6b\x14\xd9\xe9\xa7\x5b\x19\xb4\xfb\x13\x32\x29\x27\x78\x28\x33\x85\xb5\xfa\x59\x59\x29\xb8\xe3\x2f\x98\x65\x3b\x01\x08\xca\xab\x92\xfc\xfb\x79\xbb\x18\x9b\xdf\xcf\xd2\x32\x2b\x45\x89\x2e\xe0\xa8\xc0\x45\x76\x94\x5e\x77\x93\x79\x3b\xcc\x3c\x36\x51\x70\x4d\x95\xa7\xbe\x62\xcd\xc1\x4d\x7d\x86\x19\xa5\x1c\xc5\x31\x40\xc8\x7f\xe8\xe2\xe6\x70\x28\x20\x45\x29\x21\xae\x7b\x3a\xba\x08\x85\x59\x96\x49\x4d\x86\xe0\x44\x6f\xa5\x5d\xb3\x25\xfd\x39\x9a\x5e\x8b\x1d\x54\x62\xed\xb7\xd1\x94\x72\x97\x04\x29\xbc\x1a\xfd\x05\xf8\x1c\x40\x87\xff\xac\x5d\x12\xcd\x97\x3d\x85\x48\xb9\x9c\xd9\xe7\xa8\x73\xf9\x4c\xcb\x90\xa6\x49\x0f\xf3\x91\x7c\x49\xee\x0c\xe6\x57\x93\xb0\x6d\x7e\x49\x17\x01\x10\x13\xaa\x77\xaf\xbf\x6a\x4d\x82\xc9\x55\x86\x95\xcf\x8c\x23\xe5\xb1\x81\x9a\x89\x68\xd0\x8e\x43\x86\x68\x30\x00\xd1\x70\x0b\x3c\x7a\x0d\x96\x9b\xda\xb6\xb2\x65\x57\x01\xc8\xa8\xa3\x07\xfc\x0a\xd3\xef\xcc\x88\x2f\x76\xfa\xb8\xe3\x1b\x20\x34\x30\xe8\xcd\x2e\x1a\x38\x2b\xf0\x5a\xd2\xec\xa2\x71\x64\x01\x5e\x97\x62\x98\x0d\x64\x8f\x6f\x96\x54\x5b\xe3\x26\x7b\x53\xe8\x3e\xee\x82\x15\xa6\x2e\x21\xf3\x8f\xed\xf7\x67\xbc\xb2\xd5\x3d\x15\x7f\x09\xb5\xe2\x68\x6d\x6c\xba\x39\xd3\xac\x6f\xb8\x17\xa7\xb9\xdc\xca\xac\xb9\x37\x58\x82\x4d\x57\x73\x64\x0d\x9d\x88\x86\x78\x24\x23\x0e\x2f\x06\x16\xd0\x98\x56\x03\x09\xd4\xa8\x33\xec\xa7\xdd\xcc\xcb\x4e\x78\xe6\xc1\x8f\xe2\xf5\xda\x6d\x77\x1d\x7a\x0a\x67\x35\x91\x89\xf0\xf6\xaa\x74\x6b\x13\xc4\xa8\xb9\x7b\x01\x66\x44\xb8\x2b\xd3\xe8\xd8\xbf\x27\xdd\x8c\x51\x39\x4f\xfc\xa7\x70\x2e\xd9\x40\x09\x4c\xc0\x9d\xa1\xfb\xf0\x5d\xe1\x2a\xc7\xea\x81\xe8\x5a\xb9\x7f\x3d\xac\xfb\x0d\xe4\x24\xff\x0a\x52\x0f\x71\x24\x91\x99\xc2\x41\xd6\x02\x33\xdb\x16\x2a\x4b\x39\xf3\x39\x20\x63\xe6\x6a\x80\x1f\x1e\x4b\xc8\x68\x91\x2f\x6d\x48\xe6\xa9\x49\x98\x53\x27\xe6\x58\xd0\xb3\x58\xbf\x92\x2b\x2c\x56\x05\x64\x26\x23\x9f\xed\x63\x69\x4a\x61\xb0\x02\xd6\xf6\x56\x6c\x04\x82\xab\x5e\x67\xeb\x06\x0d\xf0\x9d\x5b\xa5\x48\x3b\x27\xd7\x0f\xb0\x97\x0d\x40\x09\x00\x69\xa2\x69\x00\xd6\x56\xa2\x15\x43\xdb\x78\xb5\x93\xd1\xdc\x1b\xa1\xc4\x9c\x42\xf7\x58\x8b\x03\x6c\xd3\x7d\xfb\xa4\x44\x9b\x36\x14\xb5\x2c\x2b\x22\x2c\x8f\x2c\x3a\x8f\xb4\x84\x37\x65\x5b\x0a\xb2\x10\x69\x3b\xca\xba\x6a\xf5\x14\x34\x10\xf1\x26\xf1\xbd\xd2\xa3\x63\x00\xe5\x37\x43\x00\x96\x24\x9e\xfa\xcc\x53\x69\xd6\x0f\xb0\x57\x94\x15\x90\x2c\x76\x46\xf5\x72\x80\x30\x37\x48\x39\xb1\x8d\xf1\xbd\x76\x21\xe1\x40\x20\x67\x9d\xac\x1c\x08\x10\x06\x42\xc1\xa6\x8b\x2e\x5a\x17\xaf\xbc\x74\xb5\x24\x18\xb0\xde\x70\x57\x5e\xbe\x5a\x5e\x78\xfd\xe2\x95\x57\xae\x96\xa0\x3d\x0e\x06\xe9\x6c\xa7\xd7\xb2\x86\x91\x70\x00\xdd\x6b\x38\xca\xf6\xf3\x62\x5c\x5a\xd6\x79\x46\x0e\x39\x16\x6b\x42\xbe\xd5\xef\x1c\xdf\xd7\x89\x8b\xe9\xb8\xac\x49\x03\xa2\xeb\xe9\x46\x01\x41\x32\xd3\x8c\xf7\x3a\x7c\x7c\x25\xa2\x44\x79\x60\x14\xe4\xa2\x07\xa4\x56\xa0\xbb\xa9\x36\xdf\x0f\x0f\x16\x4e\x2a\xef\xc1\x39\xa9\x1d\x6b\xa5\xfb\x8f\xe8\xaf\xd7\x71\xef\x70\x6a\xef\x9b\x89\x0b\xeb\xd4\xf6\x85\x13\xea\x7b\x66\x5c\x95\x42\x5f\xb7\xb6\x8b\xc7\xf1\x0f\x77\x77\x1e\xa6\xe7\x55\x73\xcb\xff\x27\x80\x86\x47\x2d\x46\x38\xe1\x00\xa3\x0c\x8f\x99\xe7\xb0\xc7\xcc\x6e\x93\xb2\xb4\xaa\xdb\x63\xad\x39\x0b\x39\x9e\x70\x27\xf0\x48\x9f\x01\xed\xaf\xc3\x61\xbc\xab\xc6\x6b\x71\x76\x72\xce\x2b\xa1\xe5\xeb\x91\xbc\x3d\x4a\x8a\x7a\xde\x81\x89\x37\x55\xa2\xe2\xb6\x19\x9a\xe3\xca\x64\x90\x8a\xe0\x2f\x38\x36\xc4\x11\xaf\xce\x39\xe7\xb0\xa0\xa2\xc3\x3f\x98\x38\x75\x12\xab\xcd\x92\x74\xaa\x61\xe0\xce\xbf\xc3\x0a\x80\x37\x31\x3d\x81\xd3\xac\xc1\xce\xca\x2d\x74\xe6\xd2\x6d\xd4\xf6\x64\x59\x4d\x3d\x64\x36\x6c\x61\xe1\x3c\xb5\x7f\x0a\x84\x11\xa0\xa3\xab\x2d\xe8\xa4\x56\xa4\x46\xf0\xd2\x1d\x8a\xbc\xcb\x6c\x2a\xb2\xce\x1c\x2c\xf7\x3e\x20\x28\x5a\xde\x94\xc1\x43\x75\x29\x76\x5d\x4f\xdf\x2f\x10\xd7\x60\x22\xbe\x0d\x5f\x31\xe3\x40\x1e\xb4\x90\x18\x30\xeb\xe5\x15\x6d\x1b\xa8\xc0\x09\x07\x58\xea\x83\x0e\xa2\xff\xf4\x8e\xd3\x7d\x13\x76\x39\xb3\x54\x96\x38\xaa\x2a\xc8\x6d\xe6\xf2\x88\x6e\x6b\x75\x99\x70\x8b\xff\x81\x21\x59\x07\x61\x7b\xbf\x35\xf8\x0d\x00\xae\x8b\x8a\x20\xd4\xc8\x3e\xfd\x32\xc6\x4e\x46\x79\x14\xea\xd9\x78\x1a\xd4\x24\x12\xc9\xec\x36\xf0\xd2\xd6\x49\xcb\x6c\xfd\xbe\xea\x62\x76\x56\xb5\x3f\xa7\xd3\x90\x18\xaf\x29\x6c\x67\x11\x89\xd0\x21\x53\x26\xa5\xa9\xc4\x47\x32\xd7\x95\xa5\x56\x78\x0d\x89\xc3\x3e\xb7\xcb\x44\x7c\xcf\x36\x9e\xc7\x6e\x87\x94\xde\x2b\x7c\x74\x05\xdd\x1c\xa6\xa3\x2a\xef\xe6\xc3\x94\x69\xa7\xc8\x89\xc1\xfe\x0c\x09\xa9\x63\x42\xc1\x9b\x75\x33\x93\xa8\x6e\x86\xfa\x28\xa4\xa9\x26\xc8\x38\x38\x0f\x13\xa1\xdf\x64\x26\x6b\xe6\x32\x59\x94\x85\x21\xda\x8b\xef\xd6\x74\xe5\x1a\xa3\xcc\x51\x1c\x48\x1b\xc3\xa4\x45\xe6\x7e\xa7\x78\xce\x8a\xa5\x9a\xd2\x2a\x13\xe4\xbf\x67\x36\x72\x47\xb3\xc3\x0f\xc1\x79\x03\x31\x50\xdb\x5b\xe1\x56\x5a\x66\x9b\x74\x61\x0b\xa7\x2e\x90\x53\x37\xc2\xdf\x16\xfd\x77\x53\xad\xd3\x1c\x06\x37\x71\xb4\x6f\x31\xad\x9b\xd6\xb0\xf1\x95\x14\x60\x43\x1b\xf7\x41\x09\x64\x9c\xa3\x51\x17\x09\x89\x2e\xc9\x82\x81\x11\x77\xdc\xba\xda\x05\x66\xbf\x2a\xcc\x12\x44\x65\x18\xd4\x3f\xce\xf5\x01\xb9\x67\x0d\xc7\xe4\x15\x75\x89\x6c\xda\xcf\x08\x42\xc5\xa8\xd4\x21\x7c\x84\x40\x49\x56\x4f\x4e\xf4\x82\xd6\x32\xb3\x32\xc8\x24\x23\x0b\x6c\x2b\xf2\xea\xe2\xfd\x35\x2e\xd1\x5e\xd4\xd2\x04\xf3\x1c\xa1\x11\x1b\x6d\xf2\xa7\x50\x80\x41\xf0\xc1\x8a\xe2\xbe\x88\x93\xbf\x08\xcc\x70\x8f\xa9\xef\x8f\xf0\x0f\xa2\xc1\x7c\x69\x35\x5a\x84\x35\x80\x1f\xf1\xbf\x25\x82\xd8\x03\xfd\xd5\xee\x2f\x38\xb9\x93\x30\x5e\x23\xf0\xc2\xb2\x7a\x9e\x7e\x8e\x39\x78\xd0\xe8\x6a\x0e\x01\xff\xad\xb1\x8e\xfe\xf2\x8a\xf9\xc2\xd3\xef\x65\xa3\x1d\xcd\x3c\xf3\x2a\xc4\xd4\x6a\xe0\x67\x33\x9b\x1a\xe6\xef\x94\x48\xc0\x5b\x4e\xb7\x80\x23\xde\xcf\x46\x25\x1b\x98\xbf\x75\x29\xba\xd3\x2e\xaa\xbe\xb4\x0d\x40\x2f\x5a\xba\x69\x4f\x39\xa8\xdb\x75\xd6\xa0\x1e\xcc\xb7\x2a\xe0\xc6\x8d\x0b\xd3\x7d\x03\x13\xa8\xd3\xec\x0a\xf6\x6d\x35\xaa\xf0\x9c\xa2\x4d\xa8\x5e\xcd\xd5\xb6\x9d\xfb\xc0\x02\xbc\xe6\x12\xa6\xe2\xed\xc3\x23\xd0\x6d\xbe\x5f\x7b\x41\x53\x67\xd6\x45\x2c\x04\xfb\x39\x9e\x40\x09\xba\xa9\x42\x2d\xe4\xe1\xfb\xe5\x82\x0b\xd1\x2c\xb5\x2f\xf0\x39\x8e\x61\x19\xaf\x70\x42\xc6\xef\x9b\x48\xe7\x66\x7e\x24\x69\x8c\x96\x9a\x74\xcf\x54\xa7\x73\x1a\xf5\xb7\xb2\x27\x98\x97\x8a\x24\x64\xdd\x6b\xb9\xf5\xfc\x21\x6b\x88\x8e\xc6\xd4\x06\x67\xf2\x57\x45\x5c\xae\xbd\x79\xad\x68\x46\x2c\x27\x55\xcb\x12\xd6\x15\x38\x45\xb6\x53\x10\x50\x78\x75\xdf\x97\x07\x8b\x89\xc8\xad\x6e\xc4\x73\x43\x12\xd2\x41\x07\x7d\x73\xf0\x0e\x85\xfb\x88\x28\xea\xb6\x2e\xc8\xf8\x71\xc6\x2b\xee\x43\x2c\x01\xdd\x1e\xfc\x55\x84\x2e\x5b\xeb\x2f\xc5\x47\xfb\x31\xbb\xd8\x41\x70\xe6\x64\x52\x36\x08\xd9\x41\x31\xcb\x83\xa6\x15\xaf\x5b\x42\x1e\x57\x79\x8b\x05\x1e\xc3\xd9\x9b\xb8\xb3\xb8\x1d\x4e\xbe\x5f\xf2\x1e\xe2\x44\x1d\xcb\x03\x6d\x58\x76\x36\x21\x97\x4a\xcb\x73\xa8\x94\xf3\x94\x57\x5f\x13\x0f\x84\x68\x6a\x3c\x60\xf4\x8c\x03\xa2\x15\xb2\x54\x54\x0f\x9d\x00\xfc\xea\xe6\x35\xf8\x6b\x82\xb9\xc1\xc2\x2b\x5a\x1c\x36\x86\xf5\xad\x7a\xdb\xcf\xff\xe8\x62\xef\x05\x46\x08\xec\xc5\x4d\x37\x1f\x73\x21\x03\xcb\xa3\x6e\xd6\x14\xd4\x7e\x4c\x66\xe4\x38\x7c\x89\xc2\xb8\x5c\xd9\xc0\xf7\xb0\x96\x80\x8a\x18\xee\xfd\x44\x98\xf9\x04\x67\x6a\x95\xc7\xe2\x73\xa3\x4a\x5d\xb4\x5b\xa5\x56\xf7\x9b\xf6\x02\x95\x14\x64\x3b\x94\xeb\x2a\x3a\xbd\xb1\x7a\x84\xc8\x40\x18\x4e\x0b\x3d\x8a\xc9\x02\x78\x0b\x71\xd8\x89\xbf\x58\x47\x51\x13\x4c\xeb\xab\x8a\xdc\x83\x50\x42\xc1\xd6\x6e\x96\xa2\x75\x42\xf0\x2c\x04\xe0\xc6\x7e\x23\x45\x63\x37\x07\x9c\x70\xee\x17\x02\x0b\x3d\x04\xb9\x92\x18\x5b\x14\x39\x7b\xab\xba\x43\xf7\x11\x72\xb7\x9f\xca\x16\x71\x17\x4f\xd9\xc0\x1c\xe1\xd7\xc1\xc9\x41\x25\x01\xaf\x22\xb2\xfa\xfc\x82\x7b\x66\x99\x4e\x67\x63\x8c\x4d\xf2\xbb\x29\xe7\xc6\xd3\x80\x12\x64\x2f\xad\x62\x0e\x39\x4e\xe9\x60\xc6\x34\xa4\x19\xd1\x58\x86\x97\xb5\x11\xcf\x5c\xfd\x63\x75\x06\xf8\x7f\xa0\xdd\x7d\x0c\x75\x23\x8e\x7e\x1c\x39\x55\x57\xae\x53\x07\x6a\x1c\xdf\x84\x64\xc3\x2b\xf2\x08\xbd\x18\xcb\x17\xe1\x85\xe2\x2e\x72\x4f\xd0\x5a\x82\x8e\xc8\x20\xa3\x59\xa4\xb9\xf6\x84\x72\xdc\x41\x4c\xfd\x4f\x03\x5b\x81\xee\xe5\xcc\xba\x44\x73\xa9\xa1\x13\x26\x1b\xae\xb0\xa9\x6b\x5d\xba\x47\x12\xa8\x5e\xc4\xc7\x55\x2a\x86\xf8\x26\xf9\x70\xef\xf9\xd2\x67\x4b\xe0\x0f\x3a\xf2\x75\x72\x0a\x3d\xe7\x02\x73\xad\xfa\xc2\x5b\xcb\xb9\x14\x17\x66\x55\xcf\x40\x57\x31\x5f\x1d\xdf\xf4\xd7\x68\x2a\x62\x5b\xf4\xe1\x79\x2d\x1d\x45\x72\x3d\xbf\x96\x43\x90\x25\x0a\xe4\xf8\x57\xfb\x7a\xd6\xef\x62\x39\xb3\x58\x05\x05\xbc\x3e\x6e\xfe\x9c\xd3\x9e\xcf\x98\xbf\xe1\xcc\x0a\x56\xc8\xc7\x62\x83\x12\x82\x1d\x69\x3f\xd0\x63\xc4\x30\x6c\x46\x0a\xa3\xe8\x20\xe6\xfc\x44\x72\x1c\x4b\x27\x16\x6a\xce\xfe\x1d\x94\x18\xc4\x79\x05\x0f\xd8\xb9\xd5\x78\x49\x59\x25\x03\x55\x90\xc1\xa7\xd1\xa6\x85\x33\x22\xd8\xce\x47\x25\xd4\xaf\xd8\xf1\x31\xad\xae\x9a\xaa\xb9\x52\x97\x55\xa5\x31\x74\xb7\xc8\x27\x56\x33\x50\x0b\xa9\x64\x88\x8f\x44\xa9\xa9\x82\x45\xe8\x84\x4c\xf1\x4e\xda\xfd\x9b\xf5\xe6\xc6\x53\xe4\x2e\x63\x09\x5d\x6e\xcd\xf7\x2e\xf3\x79\xdf\xc7\xac\x67\xf8\x03\x69\xa3\x98\xa3\x08\xf1\xbe\x5a\xcd\x0b\x7c\x7a\x58\x3c\x92\x16\x6c\x54\xb3\xc6\x11\x34\xb2\x54\x8c\x4b\xe7\x75\xe6\x83\xed\x62\xf3\x62\xc9\x0c\xa3\xc4\x9c\x6e\x3c\x89\x1c\x05\xc8\x3e\x0e\x84\x08\x06\x26\xee\x6c\x8d\xab\x4a\x67\x13\x95\x2a\x54\xe7\x3c\x4d\xab\xbb\x2b\x4e\x92\x02\xdf\x64\x0f\x89\x5e\x56\xf7\x82\xc2\x23\xdd\xac\xf3\x92\xf0\x3c\x0b\x82\xe4\x82\x4d\x91\xa8\x0f\x6a\x75\x96\xf4\x9d\xe4\xc9\xf7\xcd\xa3\x41\x84\xa4\x63\x03\xc9\x9d\x5d\x83\x5f\x27\xed\x43\xd4\xc2\x0d\xcd\xe0\xfa\xd0\xe8\x71\x90\x75\x39\xf7\x63\x49\x65\xcd\x1c\xc1\xa8\x33\x71\xa9\x64\xdd\x0d\xf2\x0d\x4c\xea\xc0\x8a\xb4\x30\x65\x92\xe8\xec\xa2\x91\x0c\x74\xe6\x9b\xe2\xd5\x38\x0b\xe8\x37\x0c\x8b\xe2\x9b\x28\x03\x09\xf7\xe5\x19\x67\x30\x8c\x80\xe2\x02\xe7\xb6\xcf\x6e\x51\x5c\x2b\x39\xf7\xe3\x25\x44\x33\xce\x74\x3b\x79\x45\x2d\xde\xca\xab\x56\xf8\x79\x2b\x2d\xf3\x6e\xc7\x2e\xdc\x29\xce\x19\x49\x08\x68\x7b\x52\xca\xc9\x6f\x9c\xa2\xb9\xc4\x65\x11\xeb\x68\x5b\x72\x96\x3e\x3b\xc9\xea\x9c\x83\xe2\x48\x28\x43\x1b\xf8\x42\x7a\x39\x1e\x65\xc6\xca\x55\x39\x1e\x4d\x5a\x47\xe6\x33\x6c\xdc\xba\x09\xbb\xe2\x85\xdc\xe1\xf2\xfc\x4d\x61\x30\xf0\xa9\x6d\x97\x98\xf6\xf6\x81\xdf\xe8\x89\x1d\xa2\x02\x0b\x65\xc4\x9b\xc2\x2f\xa3\xee\x28\x01\xf4\x4c\x3e\x36\x59\xa3\x5f\xdd\xd6\xcc\x3a\x32\x3a\x41\xda\x35\x79\xe9\x2c\xd5\x71\x15\xda\xbc\x2b\x97\x0c\x89\x2b\x52\x32\x4c\xf6\x01\xc4\x40\xa4\xfd\x0e\xd1\xd0\xaf\x7c\x09\x9a\xb4\x79\x67\x36\xa1\xf9\xcc\xdd\x85\xd3\xbf\x33\xae\xab\xaf\x73\xce\x41\x34\xab\xb3\x08\x0a\xa1\x13\x16\x11\xd1\x0b\x26\xd5\x0e\xe5\x2f\xe4\xfc\x9d\x74\xfa\x5c\xed\x58\xdb\x72\xfc\x95\x31\x7f\x63\xfc\x25\x2d\x0f\xc4\xca\x25\xe0\x9c\x4f\xcd\x7a\xc5\xe5\x93\x55\x24\x7a\x7b\xea\x7f\x1e\xb0\x62\x8b\x35\x6c\xb7\x58\x96\x98\x1a\xf5\xb4\xb6\x4b\xea\xb0\x5f\x4f\x9b\xe3\x18\xdb\xe2\xb7\x85\x0b\xe8\x54\xa3\xb4\x7b\x4d\x87\x84\xd5\x5e\xdb\xb3\x5b\x02\xcf\x87\x37\xa4\x65\x9f\x7f\xf3\x05\x9d\x15\xf7\xff\xb7\x5c\x8d\xab\x4a\x13\xbc\x58\x90\x91\x82\xe4\x14\xae\x5e\xb3\xe0\xb8\xdb\xc7\xd2\xdb\x98\x89\xda\xef\x20\xcf\xec\xef\x5b\xbf\x03\x54\xa4\xfe\x93\x0f\x7a\xd9\x07\xbf\x37\x9a\x6e\x9b\x42\xce\x7d\x92\x4b\x59\x4c\x6b\x63\x65\x68\xb1\xc9\x4d\x80\x0b\x0a\xf6\xcc\xcf\x9a\xf4\x11\x53\x44\x5a\x12\x13\xa1\xae\x28\x0e\x8b\xc7\xcd\x6e\xd1\x51\x0c\x63\x95\x7e\x14\xb2\x3f\xd5\x97\x6b\xef\x90\x93\x92\xc1\x3e\xa8\x38\xb4\xf3\x9a\x7b\x80\xbb\x47\x9d\x0f\xc9\xa5\x14\xa3\x99\x6e\xe9\x2d\x21\x0b\x66\x9b\x02\x7b\x43\x05\x4c\x40\xa5\x5d\x52\xa4\xd7\xb0\x70\x53\x3a\xd5\x94\xb5\x70\xad\x3e\x2b\x75\x4e\x92\x63\x50\xec\x49\x10\x91\xa9\xd3\x50\x9a\x36\x92\x40\x83\x99\xa2\xf2\xe4\x40\x83\x5e\x88\xfd\x23\xea\x19\x53\x7e\x05\x03\xd5\x82\x69\x60\xe5\x14\xd9\xb3\x82\xa0\x9a\x35\x67\x57\x7b\xfd\x1a\x8f\xdd\xab\x4e\x1f\x2b\xa8\x61\xc9\x22\xaf\x21\x3c\x04\x66\x10\x4b\xc5\x21\x5e\x6a\xad\xca\xac\x70\x22\x26\xd6\xac\xb1\xbf\x11\xba\x96\x35\x37\xd3\x5a\xcc\x62\xeb\x7e\x8a\x04\x0b\x91\x9d\x71\xc6\x05\x3f\xc5\xc2\x54\x68\x7c\xfd\x43\x0c\x07\xa1\x8c\x2f\xbd\xcd\xba\x43\x5f\x7b\xa3\x31\x5d\x66\x90\x60\x51\xe2\xc2\x41\xb9\x6d\xca\xd9\xc8\x72\x0e\x7e\x31\x09\xd2\x9a\x05\x3d\x85\x76\x41\x74\x87\xab\x6c\x88\x0c\xa6\x33\x6e\xaa\x00\x62\x03\x3e\x28\x97\x76\xb4\x8c\xc4\x06\xde\x93\x55\xee\xfa\x1e\x3c\x32\x83\x4a\x6d\x8d\xbc\xc8\x69\xb8\xc0\xca\x45\x77\x35\xaf\x08\x62\x88\x5e\xa7\x93\x0b\x65\x43\x07\xdf\x32\x4f\xdc\x84\x85\xa6\xf5\x59\x65\x6a\xea\xa1\xd4\xae\xf1\xe5\xd8\x1a\x99\x61\x0e\xd6\x68\xd5\x06\xe7\x59\x6a\x4d\xe9\x91\x99\x19\xe5\xd0\xc8\x77\x08\x82\x0b\xae\x2b\x34\xaf\x19\x54\x23\xa9\xbb\xb1\x7d\x01\x49\xd6\x8e\x4d\x36\x36\xda\x57\x16\x0a\x49\x6b\x95\x51\xe0\xc8\x10\x5b\x9b\xfe\xc4\xea\x05\x04\xf6\x81\x81\x5e\x0d\x18\x6d\xdf\x07\xc9\xe5\x30\x8e\xb4\x91\xd3\xe4\x2b\x9e\x45\xd9\x75\x94\x94\xd9\xcb\x64\x61\x8a\x27\x4f\x34\xd8\x7a\xc5\x56\xc4\xa8\xc7\x62\xd4\x0d\x91\x83\x09\xf9\x4f\x27\x59\x32\x51\xfe\xb5\x45\xe8\xe8\x0a\x3d\x2c\x5d\x27\xc9\x2f\x74\xfd\x06\x60\x3d\xbc\x6a\xab\x9e\x1c\xa2\x44\xdd\xc8\x4c\x8e\xce\xce\x33\x14\x1f\x3b\x63\xac\x4e\x32\xc0\x8c\x9a\x31\x04\x87\x29\xd9\x2d\x8b\x11\xa9\x8d\xd1\x30\xb8\xdf\x71\xed\x0b\x8c\x4b\x81\x7f\x9b\xeb\x8b\xdf\x5c\x0d\x7d\xfd\x1b\xa5\x1d\xaa\x5f\xce\xcb\x6b\x90\x7b\x07\xb2\xac\xde\x78\x6e\x7c\x06\xea\xee\x67\x23\xf0\xf5\x24\x2d\x5d\x0b\xd5\x17\xe6\x11\x6d\x38\x82\xc0\x46\xe8\xbc\x8d\x69\x99\x3c\x34\xb9\x30\x51\xdd\x52\xa9\xf2\x71\xd3\xd1\x63\x10\x32\x9e\x3f\x95\x1c\x6f\xa4\x80\x53\x3f\xc7\x2a\x80\x87\x97\xe0\x66\xca\x5e\x2d\x75\x59\x62\xf8\xfc\x38\x94\x7c\x71\xa6\x85\xa9\xe9\x82\xd3\x4e\x21\xd0\x3c\x26\x0d\x3c\xc3\x6c\x34\xed\x13\x68\xab\x6f\xaf\xd8\xd8\xcb\x6b\x6f\x4c\x58\x5c\x9e\x7e\x53\x81\x94\x2e\xb2\xa7\xb1\x1f\x08\xbe\x22\xfc\x32\x35\x59\x11\x23\x9b\x5b\xb1\xaf\x57\xec\xbe\x30\x2e\x46\x18\x22\x8e\x5c\xdb\x8c\x36\xe1\xac\xcc\xde\xb3\xd6\x71\x6f\x58\x1d\xbb\xa7\xb6\x6f\xc2\x21\x01\xd4\xf8\xbb\x73\x30\xab\x5f\x45\x8a\x87\x70\xed\x22\xa8\x5a\x71\x2d\x23\x75\xda\xb8\xb5\xaa\x66\xd4\x2c\x7c\x1d\x4b\x57\x8c\x1f\x60\xdf\x72\x36\xbe\x47\xb8\x09\xdb\x67\x2f\xbd\x86\xca\x8d\x3a\x96\x36\x32\xba\xe1\xbb\xef\x85\xcc\xee\x72\x65\x71\x55\x6d\x24\x13\x93\x70\xba\xa1\xba\x6d\xb9\xe9\xd9\xd6\x4e\xcb\x26\xd4\x87\x50\x57\x5e\x3a\xe5\x3b\x59\xce\x29\x57\xa7\x8f\xb6\x16\x27\xf5\x03\x48\x32\xec\xa4\xd3\x9d\xd6\x8f\x16\xbe\x28\x77\x49\x6e\x02\xd6\xa8\xca\xba\x18\x09\x47\xec\xda\x52\x9a\x4d\x1b\x89\x8e\x15\xa4\x9d\x8b\x49\x16\x6e\x1e\xcb\x99\xfe\xb7\x48\x6a\x18\x9f\xbb\x26\x8b\xba\x01\xef\xa6\x27\x7f\xfe\x94\xc9\x7a\x9f\xa3\x6c\xaf\xd8\xcf\x6a\xee\x2c\x88\xc8\x30\x86\xcf\x00\x69\x8a\x4b\xa3\xb8\x6d\x2c\x85\x54\x1f\x6c\x1a\x13\x43\xda\x62\x10\xac\x1e\x6c\x53\xe0\x80\x5b\xe4\x96\x0f\x08\x51\x67\x23\x93\x54\xdb\xa9\xe8\x50\x23\x63\x98\xf4\xf9\x4d\x40\x88\x1b\xc9\xb1\x54\x64\x67\x2f\xdb\xdb\xe2\xc8\xee\x40\xbb\x76\x87\x32\xf0\xb0\xd1\x27\xac\x15\xd9\x50\xeb\x78\x85\xfe\xc0\x4d\x14\xbe\xde\xaa\xe1\x25\x5e\xcf\xb6\xc0\xe0\xe2\xbe\x62\x2a\x4c\xa6\xcd\x33\x13\xcf\x7a\x63\x4c\xcd\xd2\x84\x43\x20\x25\x22\x03\x75\xda\xcc\x19\xa5\x55\x34\x09\xa9\xee\x2f\x28\xd3\xbc\xae\xdb\x02\xe9\x6e\x5a\xef\xfe\xea\xf2\x7b\x2d\x86\xd9\x07\xc0\xa0\xb1\xf2\xe7\x81\xe6\x6f\x01\x88\x3f\xd3\xf6\x0f\x80\x74\x5d\x63\xe0\x10\x53\xf0\x9a\xda\xae\x86\x9f\x33\xf5\x2f\xa0\x72\x6b\xac\x88\x0b\x1f\x9a\x97\x37\xc7\x2d\x74\x20\xe2\x9f\x60\x7f\xed\x16\x52\x9d\xdb\x4e\x82\x2c\xab\xcf\x3b\x5c\x91\xd3\xee\x5b\xc8\x32\x8d\x1d\xe6\x86\x75\x9d\x1b\x69\x43\x1e\x26\x38\x67\x4b\xf9\x88\xee\xa8\x26\x70\xa4\xf6\xb2\xfc\x6e\xe7\x2b\xfc\xe2\x0d\xfb\xd7\xb9\x65\x90\xb0\xbe\xfc\x58\x3d\x38\x53\x5a\xe8\x23\x44\x3a\x67\xa8\xdc\x9e\x63\x20\xd6\x1d\x93\xef\x59\x67\x3a\x3f\x30\x69\xd3\xf1\x36\x59\x5a\x79\x7a\x54\x16\x1c\x89\xc1\x63\x0e\x34\xb3\x44\x3f\xf5\xfd\x7b\x6b\xb9\x14\x1e\xb7\x0d\x61\xc0\x30\x78\xbe\x9f\x8d\x30\x07\xca\xd4\xa8\xe9\x63\x1b\x59\x31\x80\x91\xf6\x66\xc0\xae\xe1\x5b\x62\x1b\x7d\xf3\xb0\x0c\x53\xdc\xcc\x1c\x6a\x3d\xbf\x74\x3b\xd8\xfc\xaa\x95\x99\x73\x93\x5b\xe4\x8b\xf5\x00\x27\xc0\x4e\x1a\xd7\xa1\x82\xfd\x53\xcf\xb1\x39\x76\xd9\x8e\x87\x31\x1b\x3f\x35\xd3\xcd\x6e\xd5\x14\x45\x4c\x69\xb7\x31\x4d\xe9\x91\xd6\x1f\x4e\xe9\x9f\xc2\x38\x80\x49\x47\x0e\xd9\x99\x66\x26\xb3\x9a\xd0\xfa\x6f\xd9\xb4\x70\xa6\xdc\x62\xf8\x1a\xdb\xc6\x43\xd6\xa6\x70\x89\x1c\xdb\x28\x2b\x87\x05\xa6\x59\x04\xef\x2e\x1b\x23\x10\x34\x24\xaf\xb4\xd2\xf5\x23\x74\x15\x39\xdc\x72\x98\xde\x80\xea\x74\xf1\x1a\x13\x41\xeb\xad\xa2\x07\x90\x88\x2f\x6f\x1e\x1a\xda\x09\xc6\xa4\xb5\x7d\x69\xd3\x7b\x8a\xcc\x01\xb6\x32\x0c\x88\xc4\xaa\x7d\x5b\xeb\xfc\xea\x13\x65\x2e\x62\xf9\x16\x79\x78\xce\x8e\xe8\xae\x9f\x15\xd6\xb4\x0e\x4e\xb5\x6f\xf2\xf3\x33\x4b\x40\x8e\x44\xa7\x28\xbe\x1c\x0b\x1e\xca\xcb\x71\xe0\x59\x7d\x82\x02\x5d\xfe\x41\x60\x38\x20\x3f\x38\x96\xc5\x7c\x5c\x70\xe6\xa8\x9a\xce\x80\x58\x78\x89\x84\x19\xde\x1c\xd0\x31\xa4\x90\x32\xce\x9c\x31\xc9\x09\x02\xa6\x8d\x08\x68\x21\x4f\x5f\x45\x5d\x9d\x14\x91\x43\x69\xa3\xb5\xe4\x1a\x3f\xac\xe8\x70\xd0\xb6\xeb\x65\x6c\x92\x3c\xc2\x1e\x22\x27\x11\xa9\x71\x12\x43\x0c\xba\x79\x53\xc9\x93\xa6\xfe\x2c\xd9\xf1\x30\x9e\x9b\x45\xb4\x87\xe0\x57\x18\x6c\xa1\xbe\x7a\x84\xe4\xb3\x09\x14\xb8\x0a\x69\xf1\xb4\x3e\xe1\x6c\xcc\xb8\x4d\xee\x96\x0b\xed\xe5\xe9\x5b\x80\xa5\xa3\x1c\x25\xe1\xab\x51\xf1\xe2\x1d\x11\x9b\x37\x33\xaa\x36\x9b\xc3\x8d\x0f\xc2\x28\x77\x30\x9d\xb8\xba\xf1\xef\xc8\xc0\x17\x4b\x14\x47\x4b\x33\xbf\x1d\x72\x89\x22\x0c\x50\x72\x7d\x74\x63\x2a\x03\x51\x86\xc9\xd3\xe7\x5a\xdb\x84\x71\x82\x54\xc4\x56\x33\xa1\x82\x1d\x96\xd0\xff\xfc\xff\x7d\xf9\x57\xef\x6c\xb4\x3e\xb8\x74\xfd\xfa\xf5\x4b\xa0\x1e\xbf\x34\x1e\xf5\xb3\x01\x9c\x6c\x6f\xa3\xf5\xff\xbd\xfd\xcb\x17\x48\x7f\x85\x7c\xdb\x97\xe8\xb6\xe6\xa4\x1b\xa1\x67\x10\x38\xc1\x85\xae\x87\xa0\x84\xe0\xcc\x4c\x66\xdf\x67\x48\x25\xe8\x20\xff\x46\x0c\x16\x63\xd4\x7a\x2f\x90\x06\xca\xcd\xe0\xef\xe6\xb9\xd4\xe2\x5b\xec\xdd\x4a\x29\xa8\x3b\xca\xd8\x39\x08\xf8\x1d\x01\xea\xa5\x12\x8a\xae\xad\x53\x76\x96\x8d\xbe\x7e\xcf\x5c\x2d\xab\x69\x3b\x27\xbe\x41\x9b\xba\xb9\x01\xda\xc2\xcf\x65\x3f\x33\x19\xd5\x99\x7f\x44\x70\x24\x69\x41\x00\x3f\x3c\x08\x4b\x6a\x03\xf8\xaa\x65\x2f\xdf\xf0\xe7\xc2\xcc\x75\xc5\xa0\x7f\x03\xf8\x1f\x00\x0a\x8d\x47\xbd\xb7\x66\x54\xb4\x70\xee\xf4\xec\x0d\xd9\x37\x25\x52\xb4\x73\x9f\x3f\x49\x99\x0d\x7a\x9d\x0c\x18\x1a\x8c\x1a\xd5\x7b\x33\x3a\x6a\xa1\x68\xb3\x2a\x6a\x77\xbb\xc1\x98\x54\xe6\x96\x24\xcf\x13\x0d\x3b\x64\xb0\x9f\xe8\x7c\xeb\x7c\x74\xda\x5e\x08\xe6\xc5\x33\x9d\x5f\x3b\x1c\x30\x08\x43\x38\xf4\x61\x50\x36\x34\x91\xc4\xd1\xca\x63\x22\x72\x95\x98\x66\xe1\x3a\x12\xbb\x02\x99\x31\xb0\x66\x5a\xbc\x29\xcb\x45\x04\x87\x6f\xb0\x6d\x3c\x0d\xa2\xc5\xee\x50\x03\x29\x43\xea\x6b\x49\xac\xff\xd9\xc4\x4e\xe9\xac\x3c\x1c\xd2\xa6\x13\x6c\x71\x82\x0e\xce\x15\xb8\x06\x5a\x0e\x51\xe0\xa9\x47\xfb\x37\x8c\x23\x46\xa8\x18\xf6\x0b\x2d\xce\x3c\xe9\x1a\x49\x95\x57\xee\x6b\x7d\x2e\xb9\x56\x87\xc7\xa4\xd3\xc8\xee\x92\x74\x36\x32\xf3\xdc\xd1\x5d\x56\x8d\xe8\xe3\x2a\x4a\x1b\x56\xc3\x1a\x38\xb3\x9a\x06\xe1\xd4\x5d\x0d\x25\x38\xd2\x42\x45\x8e\x81\xb0\x8e\x0f\xeb\x2c\xc4\xbc\xe0\x60\xec\xa8\x23\x42\xc4\x5b\xcf\x3c\x10\x92\xb3\xfc\x43\x4d\x6d\xcf\x19\xa5\xe3\x96\xc9\x62\xb5\x4f\x8e\x93\x89\xe3\x32\x0c\x47\x65\xfa\x38\x3b\xc2\x17\x82\x56\xc5\x12\xbe\x7b\xe8\x96\x2a\xd1\x38\x75\x78\xbc\x16\xbd\x62\x2f\xcd\xb9\xd2\xd8\x63\x12\x8b\x03\x9c\xbd\x9b\x0e\x06\x10\x3e\xf2\x35\x59\x60\xa4\x3e\xba\x97\x0d\xfb\xc5\x0d\x2e\x61\xf9\x75\xa4\x28\xd3\x21\x72\xb5\x47\x18\xc8\x13\xbc\x6f\x38\x32\x3b\x42\xbc\x9c\xe5\x3a\xe3\xd8\x31\x6a\x8b\x95\xd5\x0d\x62\xb4\xa3\xd6\x9b\x02\x39\x08\x53\x07\x55\xeb\x62\x58\x54\x34\xa9\x95\x39\x70\xd8\xf5\xa1\xd2\x5a\xb1\xb0\xd8\xa2\x51\x39\x92\xd7\x8b\x08\xb4\x5a\xe5\x0e\x81\xa9\x64\xc5\x29\xc7\x73\x24\x2d\xbc\xac\xe2\xa4\xaf\xb2\x2c\xdd\xea\x93\x90\x96\x89\x78\xc0\x59\xec\xbc\x1b\xeb\x11\x9a\x0e\xe7\x2a\xcc\x28\x8a\xe5\xd5\xdf\xda\x34\x8c\x69\x75\x91\x86\x57\xa6\xf1\xeb\x95\x80\x40\x15\x19\x27\xcc\xe0\x4d\xd6\x74\xa1\x77\x60\xb9\xb6\xf6\xe2\x1a\x70\xb8\x66\x45\xc6\x38\xcc\x47\x03\xa6\x9e\xf6\x01\xad\xa5\xcc\x13\x96\xa3\x83\xf5\x1f\xdb\xb3\xae\xe0\xb8\xc2\x31\xfd\xe9\xf5\x78\xb1\x03\x11\x39\xaf\x71\x9f\x64\x88\x58\x05\xa2\xf5\xb1\x59\xbd\x7c\x7b\xbb\xbd\x35\x2a\xae\x97\x50\xa3\x70\x3c\xea\x66\x9a\x19\x7a\xa0\x0d\x2d\x78\xbe\x6e\xa2\x06\xec\x05\x79\x47\xd4\xa3\x5b\x3a\xf9\x43\xe8\x13\x85\xe0\x6c\x2e\x9d\x94\x59\xf4\x09\x73\x17\xa0\x41\x63\x3f\xcd\xfb\x50\xe1\x5d\x44\xd4\xfa\x0e\x39\x4e\x2a\x97\x36\x0d\x50\xee\x16\xd7\x3b\xf0\x2f\xac\xdc\x48\xd4\x94\xc5\x48\x2e\x10\xc3\xa9\xbe\x97\x94\x4a\x67\x52\x97\x16\x46\x0c\x57\x0e\xfb\x79\x85\x89\x7e\x75\x9e\x0b\xf4\x2d\x27\x1c\x06\xcb\xe7\xc3\x10\x5d\xc6\x83\x7c\x3b\xcf\x7a\xdc\xc9\x4b\x05\x11\xeb\x04\x8b\x65\x78\x0e\x72\x12\x92\xd5\x56\x73\xe4\x90\xbc\x47\x9f\xf7\xc4\xb0\xe4\xc6\x0b\x6f\x31\xb3\x86\x5e\xc3\xc4\xbb\x5c\xd5\xac\x75\xb1\x27\x78\x79\xe6\x55\x5b\xfe\x44\x9e\x3f\x4f\xac\x0f\x03\x88\xa2\xce\x3f\xfd\xc5\x3b\xf4\x07\xe6\x43\x86\x94\x1e\x20\x42\x91\x9b\xd9\x1d\x9b\x03\x59\x27\x62\x6e\xc7\x13\x32\xeb\xaf\x94\x10\x1c\xff\x2d\x72\x11\xc9\x54\x3b\xba\x65\x6f\x94\x6e\x2b\xd4\xfe\x9f\x5a\xb1\x04\x00\x65\x3e\x0e\x47\x99\x19\x45\xf3\xf0\x87\xe4\x6c\x62\x84\x72\xdb\x5a\xdd\x01\xc2\xdb\x77\x88\x63\xef\xe3\x1b\x95\xdf\x31\xd2\x76\x19\xc4\x8b\x21\x9a\xd2\x6d\x52\x50\x61\x6e\xda\xab\xf2\x8e\x4c\xe4\x5f\xa1\x08\x24\x6b\xb1\xb4\x6a\xab\xd8\x36\xe9\xf1\x75\x28\xdf\x37\xa0\x50\xcc\x6b\xa1\xed\x5c\x73\x4c\x3d\x6e\x8f\x4e\x04\xf8\xde\xd3\x8e\x0a\xc8\x11\x8a\xbc\x0a\x62\x16\x5b\x10\x09\x35\xc9\x13\x1b\xf2\x47\xe7\x64\x59\xc0\xb6\x73\x18\xce\x3c\x8e\x2c\xc2\x24\xe5\x21\x7b\x4a\xd9\x7a\x2e\x11\xcd\xe8\x67\xda\x88\x44\xe5\x28\xcf\x9a\x6c\x9f\x0b\x19\x2d\x43\x4f\x96\xc5\x4a\x29\x53\xce\xb4\x62\x95\x83\x47\x17\xc6\x1f\x64\xe2\xf9\x78\x90\xb8\xa2\xf7\x54\xa5\x3b\x11\xc5\x9f\x0c\x2c\x98\x88\xb6\xa8\x82\x21\x18\x77\x46\xa8\xad\xf4\x13\x4d\x35\x1f\x4d\xb0\x2e\x02\x81\x1e\x69\x13\x05\x3a\x5e\x38\x6d\xa3\xce\x37\x4f\x82\xfb\x3e\xa3\x2a\x4b\xbc\xc0\x38\xdb\xa4\x3f\x37\xb2\x4a\xba\xd1\xf5\x11\xc6\x91\xc9\x90\x73\xd0\xe6\x8b\x47\x47\x58\xcf\x21\x14\xe6\x33\x28\x99\x50\xcf\xf0\x67\xdc\xcb\x94\x2b\x6a\xc1\x2a\xdb\xed\xc8\xcb\x0d\x0b\xd6\x1a\xf1\xda\x7f\xca\x35\x28\x42\x8c\x65\x8b\x5b\x59\x43\x29\xf0\xc5\xf7\x19\x9f\x3f\x04\x8e\x4a\xd7\xe5\x8c\x3d\x48\x5b\x82\xe3\x01\x31\xd4\x82\xec\x6b\x72\x7d\x9b\xa2\x40\x91\x81\x66\xd3\x92\x04\xe5\x89\xdd\x65\x18\xf4\x6e\xd6\x3c\xde\xea\xe7\xa4\x7a\x08\xde\x6f\x0d\x86\x80\x60\x58\xc6\x86\x7e\x34\xec\x27\x02\x3b\x4e\xdc\x27\x6c\xf0\x63\x34\x83\x40\x14\xe3\x92\xa8\x6b\x3a\xd6\x15\x7a\x6c\xc4\x67\x35\xfc\xa0\xef\xa1\xef\x37\x3f\x9f\xf9\xd6\xb9\xb8\x46\xdb\x6d\x18\xa3\x03\x5d\x50\x97\x23\x9e\xdc\xb9\x79\xb5\x60\xf9\x86\x3f\xfb\xc2\x0f\x2d\x88\xd5\xdc\x8e\x58\x5b\x7d\x54\xe5\x46\xde\x3a\xe3\xb6\xc2\xfa\xed\x21\x46\x5b\x25\x3b\x98\x1d\x14\xd7\x07\xf0\x72\x39\x35\xfe\x01\x3d\x6c\xd4\x18\x60\x31\x91\x2b\xc5\x68\xe7\x6a\x82\xde\x28\x58\xa0\x31\xe2\xca\x52\xeb\xd7\x81\xdd\xb6\x21\x3f\x8e\xd3\xf7\x1e\xeb\xcf\xdd\xe2\x8e\x2b\x86\x89\x97\x87\x5c\x1e\xac\x35\x4a\xc4\x35\x83\x35\x64\xb6\x3a\xe4\xbc\xa5\x8d\x06\xb2\x3e\x24\x99\x5d\xdb\xba\x9e\x89\x5a\x89\x17\x43\x1f\x9d\x8f\xca\x85\x9c\x33\x76\x39\x19\x66\xc5\x10\x70\xf8\x0f\x7e\x4e\x8d\x24\x1f\xec\xe7\xe0\x27\x58\xec\x65\x18\xbe\xa5\x59\x5f\x5d\xd4\xc6\x58\x8a\x15\xee\x4a\xaa\x2c\xdd\x83\x54\x0d\xc0\xef\x62\xaa\x7f\x70\x20\x1a\xb1\xe7\x4e\xb9\x19\xa6\xec\xe0\x06\xb0\xe6\x32\xaf\x0a\xd4\x55\x85\xc5\x8f\x64\x49\x17\x98\x22\x96\x4b\xa0\x85\x6a\x61\x48\xb4\x0e\x57\x16\x4f\x0c\x03\x7d\x23\xc4\x98\x3b\xaa\x79\xb0\xc1\x8a\xbe\x06\x12\xfe\x2b\x22\x8c\x2f\xdd\x10\x2d\x86\x0e\xad\x5f\xf7\x73\xa4\x2f\x62\xd9\x45\x69\x31\x5c\x6b\xc3\xc9\x7f\x07\x6c\x85\x59\xa1\x59\xc6\xd7\xcc\xa0\x20\x19\xa3\x74\x85\x4b\x5b\x31\xd1\x1f\xf7\x0d\x1a\xc1\x29\x5e\x05\xdb\xfd\xda\xaa\xce\xcf\x10\xf7\xcd\x4d\x18\x84\xa8\x7b\x1c\x26\xa6\xe1\x58\xbb\x70\x9a\x75\x4a\xb5\x35\xb8\x65\x3d\x8b\x72\x6d\x4d\x5e\x5f\xf5\x25\xdb\x96\x32\xb9\x97\x2e\xd9\xf6\x57\x87\xf4\x1b\x54\x14\xe2\x20\xc7\xb5\x80\xc2\xe9\x51\x73\x1c\x46\xd0\x43\xc9\x2f\x22\x70\xff\x4a\xaf\x90\x5f\xef\xb3\x09\xb1\x77\x3b\xaf\xe5\x10\xdc\x70\xc2\xe7\x74\x0a\xe6\xf8\x7e\xf5\x76\xbd\xf0\x7e\x59\x65\x78\x55\x78\xbf\xf0\x46\x17\xb1\xfe\x2d\x1d\x02\x8e\x35\x77\x1b\xc3\xce\x60\xe5\xa1\x39\x20\xdd\x4f\x15\x67\xbe\xde\x81\x4c\xb4\x21\x82\xcc\x52\xcf\xf6\x90\x62\x41\x2e\x0d\xb4\xcb\x37\x24\xac\x2c\xa3\x6d\x78\x9c\x38\x65\xf1\xc7\xd3\x97\xf4\x4d\xfd\xfe\x02\x27\x09\x27\xa9\x63\x34\x4e\xeb\x6f\x57\x40\xbb\xc6\x55\xfb\xdc\x95\xb4\xfd\x73\x00\x82\x13\x94\xd3\x3e\xd7\xcd\x58\x92\xf5\x7d\xe3\x15\x9c\xbf\xc0\xb6\x82\xe7\xa7\x56\x06\x4a\xa7\xd4\x7a\x2f\xd6\x99\x9b\x47\x23\x6a\xc9\x73\xb4\xd5\x3a\x4f\x6c\xc4\x18\x1c\x29\x7c\x28\x2e\xfe\x70\x15\x84\x2a\x44\xcd\xac\x46\x9b\xff\xbb\x9b\x0f\x3b\x0d\x35\xb3\x5f\x35\xed\x51\x36\xea\x0a\xd1\x88\x12\x96\x79\xdf\x0d\xd1\x75\x72\x31\xd9\xb0\x18\x05\x82\xb6\xc7\x28\xdf\x47\xfb\xb2\x28\x44\xed\x7f\xac\x19\xcf\x89\x04\x91\x63\xd2\x7f\x3b\xa3\xa2\x8f\xc2\x15\x46\x93\xd9\x3d\x34\xe4\xea\x77\x07\x08\x8b\x02\xe8\xef\xe4\x92\x1e\xfa\xf9\xeb\xef\x8a\x71\xdf\xd7\x79\x98\x10\x4d\xc9\x8f\xcc\x2a\x86\x00\xc3\x1c\x9a\x9f\x1e\x1c\x6e\xf4\x62\xf9\xaa\xdf\x7f\x50\x5c\x97\x6c\xe6\x2c\x21\xb6\xb2\xfd\x8f\x45\x6e\x8a\xce\x82\x64\x65\x93\x67\x02\x15\xe0\x46\xd1\x05\xd2\x27\x90\x69\xe0\xad\xeb\x90\x08\xab\x4e\xf7\xed\x5d\x61\x07\xa7\x82\xaa\xc3\xa7\x11\xc0\xbb\xae\x7a\x80\x6f\x1e\x6a\xf5\xe7\xc2\xa9\x61\x8a\xda\x7e\x7e\x2d\x91\x48\xa0\x49\x9b\xe7\x46\x7d\x48\xfd\x6a\x99\x66\x40\xd9\x80\xb0\xfd\xb9\x16\x6b\x7c\xae\x57\x2c\xcc\x46\x86\x86\x6e\x89\xc6\x2d\xc1\x26\x58\x51\x88\xee\x23\xbd\x97\xb4\xb7\x97\x0f\xcc\x5e\xe2\xf5\xe2\xe7\x28\x61\x9e\x78\xd1\x7a\x91\x01\xce\x77\x13\x22\x22\x81\x75\x9a\x1b\x8e\xca\x7f\x66\xe2\xa4\xa3\x11\x81\xec\x2a\xb9\xce\x85\x99\xca\x97\xc1\xba\xac\xad\xd2\xaf\x85\x49\x3d\x9b\x78\x4b\x6a\x81\x0f\xbb\x0c\x99\xf6\xc8\x4b\xd7\xcc\xc8\x4c\x7b\xb1\x91\xc7\x18\xea\x74\x03\x13\xd2\xf9\x51\xf0\xcc\x8e\x6c\x3a\xaf\x1d\x8f\x2f\x9d\x7d\x56\x70\x46\xfa\x54\xb5\xe4\x18\x0a\xa6\x2d\x21\xf2\xb1\xe4\xf6\x74\xfc\x2f\xf5\x64\x42\x4c\xd2\x65\x3d\x7f\xe4\x5e\xad\x01\xcf\x1e\x76\x34\x11\x2a\x2e\xb1\x0c\x91\x5e\xb0\x6e\x31\x7b\x94\x93\x68\x6a\xcf\x50\xa7\x6e\xf5\x91\x08\x4f\x09\xe4\xc9\x18\x61\xd6\x4c\xc2\x46\x4d\x32\x4d\x8c\x66\xf4\x9f\x94\x49\x94\x60\x72\x64\xb9\x40\x65\x14\x02\xd1\x32\xc6\xe7\x65\x46\xc2\xfd\x0a\x0f\x79\xff\xa1\xc1\x06\x61\xae\x26\x03\x64\x5b\x22\xf7\xe0\x45\x85\x63\x6a\xfc\x66\xbc\x87\xc9\x13\xcf\xc3\xc7\xfa\x31\x48\x2a\x62\x80\xfd\xd5\xfa\xe3\x5d\x70\x28\x8e\x63\x7d\x78\xc0\x6a\x63\x7d\x51\x1e\x09\x81\x2d\x05\x07\xdb\x20\xf2\xbb\x24\xe5\x99\x6f\x59\xe0\xb4\xa7\xd9\x32\x1d\x98\x71\x80\x77\xa0\xc1\xd0\x15\x34\xc4\xc4\x9d\xdd\xd6\xd9\x39\xd1\x8f\xa7\xdc\xb9\xd9\x67\x2d\x5e\x23\xc2\xe5\x48\x28\xe6\xac\x9e\xf6\x20\x36\x9a\x8f\xc1\x1c\x93\x43\xe0\x9a\x49\xd9\x5f\x71\x80\x8e\x7e\x2e\x88\x3d\x9e\x44\xf5\x68\x26\x18\x11\x15\x92\x75\xc1\x88\x11\xe7\x85\x76\xdb\xc7\xab\x66\x7a\xcf\x57\xaa\x36\xff\x8c\xbf\x12\x8e\xb4\x94\xa5\x9a\x2d\x6f\x6b\x27\x1b\x14\x03\x54\x79\x83\xf3\x1c\xb5\x8d\x86\x59\x6f\x78\x65\xc4\xa7\x9a\xb2\x1f\x18\x15\xa0\x77\x39\x56\x45\x50\xa3\x13\x77\x2a\x35\x9b\xd0\xf1\x07\xda\xd5\x52\x98\xed\x9e\x4b\x92\x2b\x08\xcf\x57\x93\x5e\x5a\xee\x6e\x15\xe9\x88\x6b\x3e\xdc\xc7\x40\x14\x70\x6d\x2e\xa3\x7e\xcd\x6a\xab\x4a\xce\x4c\x07\xf9\x87\xa9\xd6\x53\x85\xe4\x17\x4d\xd3\x8d\x97\x9d\x40\x45\x5f\xa8\xfe\xa8\x75\x51\x3f\x98\x07\xc3\x25\x15\x8c\x33\x08\x28\x0d\x50\xd6\xde\xe1\xec\x47\xa8\x75\xa6\x54\x17\x5a\xa9\xc0\x11\xfb\x18\x8d\x65\x72\xc0\x19\x0f\xc5\x43\x3e\x27\x68\xb9\x57\x0c\x72\x8e\x3d\xb5\x85\xcc\x75\xc5\x60\x99\xed\xf6\x9e\x4e\x70\x9b\x60\x1e\x4f\xfe\xd1\x55\x84\x27\x55\x51\xa5\x7d\xf4\xa2\x00\x55\xfb\xab\xad\x8b\xbd\xc4\x1e\x28\xba\x4e\x28\x40\xc8\xbb\x6c\xb9\x5f\x3a\xee\x1d\xa2\x61\xa1\xb0\x4a\x6a\xd5\x7e\x32\x16\x46\x0e\x77\x43\x01\xd5\x1e\x7a\x8f\x8c\xcb\xe8\x06\xb4\x6b\xbb\x7b\x08\xe4\x1f\x89\xf3\x03\x15\x8b\x2d\x90\x92\xce\x62\xc0\x06\xc2\xda\xb1\x7e\xd0\x92\xcb\x45\xf6\xf3\xb5\x2d\xf4\x1d\xd8\x7a\xbd\xc6\x0a\xbe\x21\x5b\x44\x38\x33\xaf\x85\x9b\xad\x60\xe6\xf9\xfd\xc9\xa6\x21\xca\x71\x06\x3a\x5b\x04\x75\xe9\x17\x98\x02\x4a\x8e\xb0\x70\x8a\xd0\xfb\xdf\x1d\x4f\xe3\xf0\x9b\xcd\xfe\xe1\x6e\xc1\xc9\x1d\x22\x7e\x0f\xb2\x88\x38\x6b\x01\x6d\xa2\xce\x74\x7a\x46\x99\x22\x64\xbd\xbb\xe8\x59\x09\xe0\xd3\xae\xca\x91\x33\x77\xf2\xa0\xb9\x87\x74\x68\x1d\x5a\xfc\xc3\x83\xe5\xd3\x0d\xb0\x61\xb8\xee\x39\xba\x97\xe2\x2b\x71\xc4\xa0\x26\x1d\x7b\xf0\xab\x29\x16\x57\x77\x8e\x8e\xa7\xb0\xd7\x5f\x5b\x85\xea\xfb\x72\xf8\x0c\x1a\x8c\x39\x71\x96\x93\x14\xcc\x01\xbf\x9b\x6c\xc1\xd2\xc9\x3d\x5d\x87\xb1\x76\xec\x91\x46\x8c\x3f\x11\x0d\x64\xb4\x67\x79\x3d\xaf\xba\xc6\x6d\x5f\x24\xa7\x89\xb6\x1e\x8d\x07\x5e\xad\x61\xd1\x0c\xaa\x0a\x40\x15\x8f\xad\x7c\xd0\xeb\x14\x80\x4e\x09\x3d\x89\x7a\xd6\x67\x04\xeb\x4e\x6a\xf5\x5f\xfd\x04\x10\x6f\xd9\x38\x90\x30\x06\x7b\xb9\x59\xea\x86\x5b\x2b\xcd\x92\x9d\x92\x39\xf1\x7c\x80\x61\x03\xa9\xd5\x9e\x96\xbe\xd5\xdd\xcf\x0d\x23\x23\xfc\x66\x4e\x1d\x46\xe7\x70\xea\x27\xa8\xdf\x5b\xe3\xd8\x4f\xb7\x41\x64\x5a\x80\x7d\xc9\xf7\xb3\xc6\xad\x41\x25\x95\x8f\x70\xea\x59\x0d\x47\x33\x59\x31\x7a\xcd\xbe\xd6\x18\x58\xd8\x10\xce\xb9\x3d\x64\x84\x07\x3b\xc4\x59\x35\x6d\xcf\xe8\x99\x8c\x83\x64\x04\x99\x93\x4a\xca\x2a\x81\xf1\xd9\x72\x7d\x6e\x0a\x6a\x0d\xbc\x39\x1b\x17\x54\x73\x22\xcf\x62\x2d\xa1\x4f\x46\x64\x79\xe7\x3c\xd3\x9d\xbc\xea\xec\x74\xf5\x59\x7a\x2f\xd9\x1d\x44\x52\xe5\xc3\x9a\x1b\xad\x19\x39\x7e\x28\x11\x45\x1d\x2d\xfe\x89\x58\x86\xac\xe8\x5d\xbb\x9e\xfa\xfd\x8d\xb2\xf2\xc6\xa0\x0b\x26\xd6\x4e\x59\xee\x92\x37\x3e\xa1\x41\x73\x23\x04\xa1\x17\xda\xea\xfb\x8b\x80\x87\x14\xf3\xf8\x61\x86\x8e\xe1\xe5\x05\x73\xb8\xad\xe7\xe9\x81\x72\x79\x25\xc5\xf5\xbc\x8a\xcf\xf7\x12\x71\x2f\x6e\xdc\x40\xa0\xaf\xb0\x09\x1a\x71\x3b\x2f\x34\x2e\xb0\x06\x82\x9a\x79\x16\x7d\x72\xee\xd6\x18\x5d\xae\x75\x3c\x22\x0c\xa8\xee\x8c\xdc\xe7\x65\x4d\x28\xc7\x68\x80\xb7\xd4\x4c\xeb\xd2\xa2\x94\xb0\x11\x21\x3c\x8f\x28\x11\xbc\x54\xc8\x9f\x13\xad\x1d\x2c\xb3\xe8\xbc\x1f\x26\x62\x5f\xdb\x65\x90\xad\x01\x9b\x33\x3d\x0d\x0c\xcf\x10\x8e\xde\x27\x71\xee\x1d\xe6\xab\xb9\x08\x79\x14\x35\xb7\xf1\x37\xd8\xfc\xc6\x53\xdf\x61\x3e\x80\x42\x13\x2e\x5a\x04\xf7\xb5\x99\x16\xa0\xcd\x32\x38\x6b\xed\x79\xd1\xe4\x8a\xd9\x9e\x1e\xe7\xe9\x10\x2a\xff\x85\xd4\x22\x36\x3c\x9b\x9a\x7d\x45\xcf\x49\xca\x1d\xe0\xc9\x31\x52\xb7\x5b\xe5\x7b\x99\x2f\xf2\x90\x73\xa2\x74\x20\x95\xcc\xca\x78\x04\xce\xfb\x9d\x9d\x62\x54\x8c\xab\x7c\x80\xb1\x65\x98\x55\x02\xed\xf2\x6f\xe9\x9f\xcb\x48\x9f\x3d\x25\xbf\x8f\x6e\x74\xc6\x54\x05\xc4\x76\x9b\xc7\xec\x8b\x88\xfc\x28\xdc\xf9\x40\x8c\x85\x02\x9f\x1e\x09\xdc\x45\xba\xe4\x21\xc5\x12\xa0\x8d\x58\x3c\xd5\x96\xe4\xd8\x28\xdc\xbf\xd8\xaa\x52\xb5\x56\x72\xb0\xe2\x88\xf0\x86\x5e\xc3\x22\x1f\x40\xd1\x94\xbe\x7a\x0d\xe3\x61\x07\xce\x4e\x5d\xf4\x1f\x49\x13\xdd\x32\x6f\x55\x7b\xad\x5a\x20\x37\x81\xf4\x46\x84\x0f\x96\xa2\xb7\x12\x8c\x6a\xf6\xa3\x3d\xea\x5a\x2b\xb7\x05\xf5\xbb\xc3\xd5\xb1\x05\xe4\xbe\x59\xe1\xa1\xbb\xca\xe8\x88\xfa\xea\x76\xb3\x74\xb8\xfe\xc5\x61\x80\x69\x3b\x3e\x22\x8e\xb4\xfa\xfc\xd7\x1d\x22\xef\xf5\xd9\xd0\x49\xa9\x1e\xce\xd3\x15\x03\xba\xc2\x24\xfb\xe7\x1a\x84\xbd\x20\x7b\x54\x6c\x43\x1f\xf0\xd1\xda\xdb\x28\xb6\xfe\x31\xeb\x56\xa5\x0e\x04\xe1\xc2\x89\x87\xcd\x3d\xb7\x8a\xa2\x2a\xab\x91\xea\x5e\x56\x14\x08\x8f\x17\x13\x6c\x84\x33\xfe\x82\xb9\x02\x90\x8e\xe9\xe6\x6a\x20\xd4\x00\xc1\x7d\xfc\xb9\xf6\x15\x91\x31\x8d\x86\x75\xd0\xe1\x5e\x39\x54\x62\x8c\x1a\x7f\xdc\xad\xc6\x8a\x84\xd4\xae\x4a\x6d\xf0\xed\xcb\xaa\xad\x2e\x07\x88\x7b\x6e\x1a\xa8\x0e\x4c\x56\x8d\xd3\x4d\xbb\xbb\xd9\xba\x2b\x7a\x13\x1a\xaf\x3f\x54\xc3\x9a\x1a\x47\x1a\x8e\x8a\xed\xbc\x0f\xf4\x62\x6b\xdc\xbd\x96\x55\x90\x20\x7f\xb7\x83\xe1\x25\x0d\x63\xbe\xab\x7b\xb5\x7e\x8a\xbd\x5a\x3f\x57\xbd\x5a\xef\x41\x2f\xc9\x67\x76\xd5\x45\x56\x29\x06\x4a\xd5\x8f\xf5\xd6\x9b\x2d\xf6\xdf\x9b\x58\xbe\x51\x8a\xbf\x4a\x9e\x1c\x75\x58\xd7\xc5\x68\x09\x84\xe1\x86\xc7\xaa\x73\xec\x07\xaa\xaf\x1a\xac\x32\xc8\x3e\x60\x8e\xb8\x7b\xa3\x8b\x71\x35\xac\x31\xc1\xb8\x07\x2a\x2d\x3d\x45\x5a\x74\xb2\x38\x35\x14\x8d\x65\xfd\xb7\xde\x14\x23\xa1\x6a\x50\x8d\x44\x74\xec\x8b\xa5\x89\x78\xa0\xd4\xd6\x42\x61\x03\xcc\x90\xd3\x95\x28\x89\xe9\x6b\x08\x88\x08\x9b\x38\xf6\xa7\x33\x7d\x86\x29\xa2\x0e\xd3\x09\x72\x35\xdd\x36\x36\xfd\xf8\x1a\xb9\x4f\xe0\xcb\xdb\xd4\x97\x97\x27\x10\xb9\xfa\x4c\xda\x61\xca\xaa\xb7\x97\x0e\xa0\xca\x92\x7a\x06\x10\x2d\xf0\x83\x31\xe3\x9e\xba\x2a\xc9\x68\x31\x8b\x3b\x3c\x10\x38\xe4\x1a\xef\xa9\x98\x4f\xae\x90\xc4\x75\x17\xab\x81\xe1\x5f\xb4\xa0\xdf\x93\x29\x0a\xf8\xea\x74\x13\x50\x78\x37\xb8\x0e\x70\x33\x66\xdb\x42\x95\x35\x7d\x26\x2f\xe2\x5e\x2c\xe3\x03\x35\xc0\xb4\x15\xa3\x6c\x07\x4c\x00\x94\x86\x5d\x17\x08\x9c\xb0\x08\xb8\x88\xa6\xbb\xab\x3f\x27\xe3\xfb\x1b\xd1\x11\x3a\xa7\x18\x0f\x9f\x15\xc7\xb7\x5e\xa0\x6c\x9b\x87\xf4\x0b\x38\xca\xe9\x48\x4f\xc4\x81\x97\x77\xb5\xfe\x70\xb5\xf6\x90\xbb\xc3\xb3\xee\x1b\x0f\x54\x72\x39\x93\x23\xf7\x8b\x9d\x5c\x2b\xda\x56\x65\x57\xd1\x61\xa4\x24\xa9\xf0\x28\xc3\xb4\x2c\xaf\x17\xa3\x9e\xf1\xf4\xf8\xc6\xe6\x7d\x5a\x8a\xd8\xd8\x63\x23\x25\x70\x22\x43\x11\x89\xa1\xf5\xb7\x77\xf4\x81\xb0\x38\x42\x48\x34\xf3\x0a\x39\xd2\x09\x9b\x04\x9b\x8e\x3f\x66\xc3\x01\x5b\xd0\x8f\xc6\xb9\x84\xb0\xbf\x97\x7e\x40\xaa\x1f\x84\x44\x34\x9e\xfc\x05\x7b\xdd\x6a\xb7\x28\xa8\x00\x32\x3b\x84\x92\x43\x4d\x6f\x32\x63\x3e\xcf\x24\x57\x87\x75\x5d\x7a\x29\x5a\x69\x5c\xca\x7a\xa8\x67\x26\x20\x3a\xd5\x8c\xdc\x29\xde\x88\xba\xa4\x17\x78\xba\xbc\xec\x88\x97\xe9\x3a\xe2\x32\x48\xc2\xd8\x93\x9a\x27\x0b\xdd\xe9\xd5\xc6\xbb\x72\xfa\x81\xb8\x51\xd5\xd1\xe4\xe1\x2b\xd5\x10\x06\x6e\xde\x90\xda\xaa\x43\x29\x31\x9a\xc6\x5e\xfa\x8e\xdc\x33\xe3\xf3\xe4\xd4\xc4\x6a\x39\x25\xd1\xe4\x3c\xf9\xde\xb0\x18\x55\x1d\x86\xf8\xc6\x7d\xf8\xe1\xda\xf0\x33\x16\x34\x37\x79\x02\x4f\xc5\x83\x89\xe9\x6d\xa2\x80\xea\x79\xb0\x48\xc5\xa6\xee\x50\xef\xdc\xfb\x48\x18\x74\x43\x60\x2c\xab\x5c\x89\xe9\xc5\xf5\x01\x9b\x3a\xe3\xdb\x73\x2b\x85\x1c\x32\xa2\x23\x9a\x6a\x32\x78\xc5\x02\xd0\xef\x19\x33\x66\x34\x6a\x60\x9d\xac\xfa\x26\x97\x8e\xad\x81\xe9\xe7\x64\x96\xae\xd7\x4d\x45\x47\xda\xce\xa6\xa1\xb4\x10\x86\xd3\x44\xf7\x1c\x49\x1f\xeb\x6d\xb9\xce\x73\x69\xd5\xb6\xc9\xcb\x93\xbc\x12\xa7\xda\x4f\xeb\xd4\x75\x34\x36\x25\x73\xa7\xb5\x8e\xae\x10\x07\x22\xee\xde\x89\x01\x8b\xe1\xb3\xc6\x68\x7c\x75\x0e\x94\xf1\x77\x5d\x7e\xa0\x31\x56\xca\xa5\xef\xf8\x43\x10\x13\x84\xbf\xd6\x3b\x76\x25\x64\x80\x46\x62\xbe\xee\xa2\x6a\x52\x20\xd1\x40\x0d\x6e\xb1\xd4\x40\x2e\x99\x7e\x89\xf8\xee\xea\xd1\xae\xa7\x95\x62\xd2\x3d\x23\xae\x10\x89\xb9\x99\x92\x8e\x60\x77\xff\x1e\xda\x2d\xb9\x01\x15\x8c\xd3\xf2\x12\x15\x32\x43\xd3\x3a\x93\xd1\x75\x77\x5e\x4f\xb0\x61\x2e\x1a\x10\x6b\x9c\x47\x1c\x72\x17\x67\xe7\xa0\xfe\x3c\x94\x38\x2b\xfa\x45\xa4\x09\xe2\x5f\xb2\x01\x88\x17\x3d\x37\xe3\xd4\x9c\x3f\x9e\x37\x32\x4d\x1c\x49\x98\x09\x6e\xf5\x7a\xb1\x63\x60\xf5\x5b\xa3\x63\x2c\x41\x10\x7d\xd9\x2d\x4a\xe2\x76\x97\x9c\xdd\x98\x7f\x07\x5a\x41\xdb\x52\x48\x9f\x7f\x43\xcb\x5c\x6f\xa0\x27\x7f\xfe\x67\xef\xbc\x60\xca\xae\x89\x3a\x83\xb2\xb5\x66\x7f\x60\xa8\x09\xf2\x04\xa7\x9a\xaa\xac\xee\x64\x78\xa6\x2f\x02\x45\xbb\xad\x94\x29\x86\x5d\xde\x72\x19\x1e\x9d\xe2\x07\x83\x13\xc1\x6e\x62\xf3\x11\x38\x4e\x2a\xbe\xf2\x86\x23\xca\x23\x98\xd7\x4d\xfc\x6c\x5c\x61\xeb\xe9\xbe\xef\xaa\xda\xd6\x80\x03\x42\xcb\x16\x46\x07\xff\x11\xd7\x0a\x10\xfc\xab\xdf\xe8\x9c\xbc\x58\x15\xeb\x16\x79\xde\xc9\x1e\xfe\xe1\xd7\xf1\xea\x1a\x5e\xaa\x6a\x94\x6f\x8d\xab\x4c\xe4\x08\xfc\x67\x46\xcd\xf7\x15\xf2\x3c\x10\xf4\x7d\x5a\xdb\xc7\x75\x77\x6a\xe0\x5f\xe7\x41\xae\x55\xc9\xa6\xd5\xd6\x11\x5c\xca\xd8\x53\xcc\xd3\x67\x32\x57\x9a\xcc\x2c\xa4\x35\x36\xc1\xfa\xfe\x52\xcf\xbb\xb5\x72\x5c\x7f\x1a\xa8\x64\x7e\xcc\xc8\xf7\x4e\xd0\x55\x3d\xa4\x7e\x7c\x2a\xa0\xcc\xb4\xcd\xcf\x0c\x3c\x9b\x7e\x25\xe8\xd9\x00\xba\x49\xef\x72\xc8\x76\x1b\x21\xd0\xa3\x5f\x8c\x19\xd3\x98\xb8\xc8\x58\x81\x7a\x26\x3a\x79\x93\x7e\x6c\x8d\x37\x48\xe5\xad\xdd\xca\xd6\xb4\xd8\x06\xa0\x41\xff\xc2\xfa\x9e\xb5\x9e\x83\xdc\x7f\x0f\x78\xe5\x4e\x99\x6e\xbe\x5d\xb6\x7e\xd2\x6b\x5d\xfe\x09\xff\x5e\xee\x55\xc3\x0e\xfa\x07\x5c\x7e\xfb\xbd\x77\xd7\xc1\x5a\xd0\x03\xf1\x13\x75\xb8\x15\x20\x29\x68\x80\x88\x0a\x1b\x68\x16\x55\xef\x83\x13\xfe\x13\xee\x33\xf5\x6b\x05\x07\xdd\x62\xe1\x97\xf2\x88\xcf\xe2\xfd\xd6\x11\xdc\xe6\x75\x45\xfe\x1f\x68\x4a\x8e\x57\x2d\x4a\xd6\x9a\x49\x97\x94\x31\xfe\xcf\x44\x33\xce\xc8\x39\xd9\x66\x25\x75\xda\xd6\x62\x2a\x42\x79\xe4\x71\x79\x27\x2c\xf1\x6a\xf9\x46\x49\xd2\x3a\x55\xbf\x94\x15\x35\x67\xad\xf7\x7e\x79\xb9\x15\xc1\x95\xe6\x3a\xae\xe5\x43\xe8\xd4\x81\x34\x7c\x5a\x97\x30\xb7\x91\x29\x5a\x58\xc5\xcb\xd4\x59\x52\x26\x38\x2a\x9c\x07\x17\x49\xd4\x04\x51\x5f\xd3\x10\xbc\xa0\xb3\xd1\x3e\x94\xe5\x0e\x48\xdb\xbb\x3f\x79\x9b\x98\xbc\x53\x52\xac\xb9\x1b\x50\x7f\x14\x46\xc3\xe1\x6e\x05\x4e\x1b\x21\xeb\x31\xbb\xbb\x7d\x42\xa4\x32\xae\xb9\x60\xda\x9f\x0f\xa9\x54\x05\x5f\xb1\x06\x08\x5f\xfd\x20\xa4\xe2\xc0\x09\xdf\xe4\x91\x5d\x49\xca\x5d\x69\xf4\x70\x45\x2f\x4f\x3a\xb5\x1c\x48\x44\xdd\x42\x08\xb5\x71\xb4\xb8\xfa\x25\x52\x10\x46\xb2\x39\x2b\x63\x46\x57\x6d\x7d\xcd\x08\x51\x39\xe7\xaa\xa0\x87\xb5\xcf\x7b\x45\x81\xbc\xe5\xc1\x1a\x97\xe0\x0c\xd5\x21\x2e\x2e\x8c\x6f\x68\x1a\x01\x19\xf9\x70\x14\x37\x81\x4b\xf3\x11\xd6\x07\xa1\x9e\xbf\x78\x0b\xbf\x6b\x14\x23\x73\x9d\xd7\x6f\x3d\x70\x3c\x5c\x8a\x04\x86\x35\x8a\x19\xa4\x5f\x36\x80\x22\xee\xa8\xe9\x31\x62\xfa\x18\x69\xfd\x0f\x08\xe9\xe1\x36\x1e\x90\x8b\x43\x50\x72\x55\xb7\xc5\x70\x0d\x2d\x36\x2f\x0f\x2c\x63\x4d\xc4\x96\x5d\xc5\xa6\xc2\x27\xb9\x2d\xaf\xc2\xab\xf3\xd0\x78\x85\x41\xd1\x87\xb0\x34\x15\xbb\x0a\x6b\x13\xb3\x76\x1c\x16\x8c\xf6\xe2\x2c\x0a\xd1\xba\x63\x3a\x1c\x46\x1c\xfc\x74\xbd\x14\x24\x13\xc4\x0d\x23\x4c\x89\x4e\xfb\x84\x0b\xfd\xdc\x55\x6b\xf4\xac\xcd\x04\xbd\xa2\x6f\x4c\xba\xe0\x4f\xc5\xf6\x76\x3f\x1f\x28\xae\x09\xd3\x72\x41\x61\x7d\x80\xce\x47\xa0\x89\xa4\xcc\x46\x8a\x8d\x31\xc3\xe4\x25\xa2\x75\x30\x9d\xa3\x79\x79\x87\x78\x25\x81\xd5\xc3\x74\x59\x98\xa9\x65\xf9\x29\x5c\x3b\xde\xf9\xb1\x89\xcf\x9a\xe8\x71\x47\x63\x04\xed\x51\xbd\x06\x77\x16\xb0\x59\xb2\x2f\xad\xfd\x5b\xbd\x5c\x27\xd9\x37\xf9\x43\x6a\xbf\x6d\xdd\x09\x84\xfd\x51\x51\x80\xb7\x36\xb8\x43\x7e\x83\xf4\x71\xee\xb9\xa2\xd4\x45\x30\x18\xc8\x01\xa7\xe8\x2e\x26\x8a\x93\x83\xdd\x73\x7a\xdb\x74\x7d\xe4\x03\xe4\x79\xa6\xf1\x50\xea\x28\x9b\xc7\x91\x07\x6b\xe6\xef\x8e\xf2\x61\x34\x63\xb9\xe0\x11\xec\x21\x43\x82\xec\x92\xf1\x59\xf3\x69\xcf\xbd\x54\x22\x0b\xca\x41\x33\x21\xcd\x44\x33\x06\x36\x8b\x2b\x77\xf5\x9b\xe2\x34\xad\x71\x87\x7c\xd1\x3c\x22\xc8\x4f\x2d\xa0\x42\x0b\x50\x73\x54\x9d\xad\xb1\x62\x7d\x15\x36\xa4\x97\xab\x5d\xe6\x6f\x2e\x9d\xa4\x4f\xa2\x06\xbe\xcb\x98\x8a\xe1\x1a\x9e\x05\x7c\x76\x25\x6c\xf1\xa1\x8f\x41\x1b\xee\x77\x5b\xde\x5c\x6d\xef\x53\x3e\x0c\xd1\x67\x05\xb4\xc9\xa6\x90\x0e\x13\xcb\xb4\x38\x70\x70\x44\x99\x6f\x85\x03\x99\xd7\x67\x07\x96\x14\xf4\x78\x40\x32\xaa\x15\x02\x5a\xcf\xff\x58\x75\xb8\x44\x1d\x7e\xfc\x82\x1c\x44\x89\x15\xf9\xde\x78\x8f\x12\xac\xe6\x1f\x66\x9d\xee\x6e\xd6\xbd\xa6\xd9\x48\xc1\x35\x1e\xd3\xc3\x9e\x19\xa9\x9f\x42\x3e\x99\xa5\x7d\x4c\x59\x99\x9c\x2c\xb3\xc1\x82\xfd\xb9\x4a\x30\x4e\x9c\x7b\x40\x83\x99\xb6\x0c\x02\x0f\x58\x1f\xee\x18\x8f\x56\x10\x03\x48\xcd\x92\xfd\x35\x54\xbf\xd8\x6f\x52\x3b\x65\x7f\xad\x7d\x5b\xa2\x4d\x59\xf6\x09\x6b\x5d\xbe\xfc\xcb\x18\xa2\xb5\x2d\xb4\x74\xf3\xfc\xd2\xc9\x97\x3c\x54\xcb\xda\x19\x65\xe5\x0b\xa2\x8b\xb8\x7c\xef\x57\x33\x08\xf6\xbd\x50\xfe\xb6\x9f\x57\xd9\x2b\x17\x20\xae\xeb\x42\x95\xf7\xb6\x2e\xbc\x20\xa9\x61\x8e\x59\x1a\xe3\xa7\xa9\x43\xb7\x04\xcb\xef\x22\x19\xb6\x66\x66\x20\x85\xdb\x8a\xe6\x5f\xa1\xc3\xd7\x2d\xca\x1c\x84\xd6\x2a\x91\xfb\xe2\xa1\x1f\x97\x62\xc9\x9b\xb9\x3d\x57\x74\xf7\xe9\x91\x91\x30\x3c\x6a\x64\x22\xd4\xa2\x31\x13\x66\xcf\x90\xed\x94\xc6\x60\x7f\xfa\xad\x71\x55\x61\x3d\xc1\x85\x4d\xbc\xca\x52\x3f\x26\xdd\x3f\xae\x97\x54\xcc\x41\xfc\x76\x9c\x8f\x14\x47\x9e\xef\x0c\x80\x73\xa3\x74\x82\xc1\x31\x78\x7a\x13\x91\x85\xcf\x66\x1d\xe4\x11\xf1\x40\xb5\x91\xf8\x07\x6b\x19\x96\x3c\x1f\xa6\x53\x6c\x3c\x2a\xff\x69\x7b\x07\x16\xc8\x87\xe7\x79\xe4\x7a\x2e\x16\xfe\xba\xe9\xb0\xea\xee\xa6\xae\xd8\xf7\x26\xfd\x68\x98\x1a\xaa\x06\x00\x39\x41\x3b\x7d\xf2\x7d\xff\x7a\x31\xe7\xb0\x95\xa9\xd1\x67\x78\x36\x3f\x49\xc8\xcb\xac\xb2\xea\xc8\xe6\x71\x80\x1f\xd4\x3e\xca\x6e\x35\x05\xa1\xa3\xd4\x23\xeb\x02\x35\x2b\x02\xca\x8c\x82\x57\x46\xb7\xe8\x31\x7e\x3b\xce\xc6\x6a\x3d\xd9\x60\x07\x1e\xe6\x97\x9a\xb5\xa7\x39\x4d\x38\x08\x17\xcf\x32\x37\x45\x69\xf4\xd1\x9d\x42\xf1\x59\x8e\xb3\xc8\x31\x33\xed\xe4\xa6\x67\xc8\x73\x58\xd6\x44\x43\xf6\x53\x2b\x04\x24\xd4\x09\xee\xb8\xf1\x14\x98\x86\x9e\x4a\x2c\xc9\xfd\x9b\x49\x3b\x37\xd2\x30\xaa\x90\x55\xe1\x43\xe6\xcf\xff\xfe\x97\xbf\xf2\x9a\x47\xb0\x2f\x7f\xa9\xc5\xd9\xfc\x7d\x25\x86\x46\xcf\x0c\x24\xc1\xa4\x4c\xfc\x6a\x21\xab\x12\x2d\xbd\xc2\x6d\xf4\x84\x1f\x5b\x76\xdb\xf4\xec\x6c\xc3\x84\xbd\x9a\xfa\x95\x91\x82\x6f\x2c\xe9\xc6\x87\x27\x8a\x0e\x9a\x81\x57\x5b\x17\xf7\xc3\xc9\x4a\x4c\x7b\xfa\x7d\x6d\x6f\x99\x9f\xd1\x29\x77\x21\x46\x6e\x1b\xb9\x00\xf9\x44\xbe\x77\x0c\xde\x59\xc9\xc3\x51\x97\xa8\x39\xc6\x40\x37\xf9\xa7\xad\x07\x4e\x27\xb8\x5e\xaf\x6b\xda\x53\x18\x84\x12\xd1\xa9\xaf\x2d\xf6\x45\x78\x82\x87\x76\xd3\x6d\x8a\x4e\xb0\xfb\x69\xdf\xb4\xe5\x82\x10\x28\x5b\x0a\x3e\xda\xac\x69\x60\x5a\xb2\xeb\xbc\xd1\xd6\x4a\x1a\x57\x66\x14\xd5\xbd\x1e\x66\xb8\x45\x64\x4c\x50\x1b\xee\x3e\x1c\x15\xfb\x79\x8f\xf3\x37\x98\x00\x70\x30\x8f\x9d\xd4\x75\xd5\x5d\xd6\x3c\xbf\x23\x7f\x5c\xb3\x61\x85\xd8\xf2\x88\x32\x0f\x1f\x02\x51\xa7\x19\x21\x19\xb9\x6f\x46\xeb\x80\x70\x69\x00\x4f\xa1\x17\x7a\xd8\xd6\x0d\x6b\x36\xb4\xd3\x35\x97\x44\xde\x6d\xe0\xf3\xc7\xce\xf4\xb5\xd7\xa5\x0f\xb0\x9f\x6f\x67\xec\x13\x77\x0f\x5b\x81\x47\xf8\x91\xd1\x28\x90\x9f\x39\xba\x0c\x2c\x4d\xf9\x44\x7b\xa6\x30\xb2\x1e\x71\xb7\xaa\x86\x25\x55\x29\x82\x32\xa6\x97\x4d\x6d\x0a\xef\xc0\x9e\x66\xc6\x70\xf3\x72\xe6\x61\x8e\x6e\x9a\x6b\x5e\xe8\x0c\xcd\x50\x28\x8a\x69\x39\xdf\xbe\x3e\x3d\x14\x73\x70\x60\xea\xd6\x2c\xda\xcc\x08\x27\x44\xca\xc5\x0d\x68\x9c\xbb\x33\xa2\xb4\x73\x3e\xde\x7d\x8b\x7f\x97\x82\xea\x7a\x8b\x8d\x08\xac\xd0\x39\x2e\xab\xcb\xc6\x3a\xf2\xba\xdd\x1d\x29\x1e\xec\x4d\xf5\x3f\x4e\xd8\xa6\xf9\x2c\xf1\xbf\xfe\xad\x54\x2f\xb9\x37\x06\x85\xdf\xbf\xe0\x82\x50\x97\x6d\x7b\x64\x1f\x54\x9e\x0f\xa7\x16\xbf\x74\x13\xcc\xfc\x5c\x8c\x4b\x9b\x6c\x7d\x46\xc6\x08\xbf\x61\xf6\x41\xd6\x1d\x47\xdc\xe0\x03\xad\x83\x0d\x25\x87\xf7\x4b\xda\x2b\x11\xaa\x69\xed\xe7\xda\x2d\xe4\x63\x02\x51\xd3\x2b\x9e\x20\xd4\xec\x18\x44\x62\xed\x58\x67\x78\x34\x74\x72\x88\xae\x35\xe4\x27\x62\x7a\x12\x1d\x27\xaf\x43\xc9\xe9\x4f\x14\x7c\xd7\x08\x9d\xd7\x9d\x31\x8f\x7e\x2f\xab\x80\x38\xd9\x64\xee\x41\xe9\x05\x60\xff\x11\x4d\x3d\x22\x3d\xe2\x99\xf6\x99\x9a\xa3\xd7\xaa\x5e\x93\x1e\x15\x78\x46\x0c\x80\xff\x72\xe1\x44\x61\xdb\x35\x67\xfd\xac\x8b\x39\x3a\x65\x06\xf3\x99\x13\x43\x63\x1a\xab\xd3\x15\xcd\xff\xa8\x31\xcf\x31\x3f\xb3\x33\xd1\x34\x1f\x90\x06\x85\x3a\xa0\x3f\x1d\xf8\xd5\x1a\x4d\x21\x55\x08\x23\xcd\x96\x1d\x1e\x95\xc8\xd4\x85\x12\x86\x8a\xd8\x47\x67\x1e\xc4\x0b\x5e\x3f\xbd\x87\x78\xb8\xa4\x7f\x48\xe2\x0c\xa4\x30\x2b\x7f\xeb\xbc\x14\xc9\x32\x21\x0f\x23\x02\x6a\xfa\x6b\x31\xdc\xfc\x15\x18\xc8\xfd\xbd\x99\x1a\xe2\x2e\x5c\x2c\x4d\xd5\x4b\x67\x89\x6b\x45\x3b\x26\x57\xe8\x96\xaf\xea\x5c\xbc\xe8\x34\x26\x1c\xe9\x8e\xa2\x6e\x5c\x6e\x5d\xa7\xd6\xc5\x12\xaa\x3a\x25\xa3\x8c\xf3\xc2\x82\xdf\x19\x51\x97\x19\x3b\x6c\xde\x5e\xc4\x4b\x9a\x70\xce\x40\x2c\x37\x77\xf1\xca\x4b\x57\x4b\x53\x7f\x12\x80\xd3\xce\x72\xe5\xe5\xab\x6a\xa2\x8b\x57\x5e\xb9\x4a\x53\x51\x59\x10\x67\x2a\xbd\x5a\x56\xe4\x89\xbe\x6a\xd8\x17\xcb\x51\xf7\x45\x7f\x14\x2e\x41\x2d\x9a\xc1\xc7\xbf\xd3\x53\xd0\x81\xa0\x43\xcf\xe6\xfb\x1c\x5c\x3a\x27\x00\xb7\x68\x52\x2e\xb2\x7c\x91\xbc\x7f\x5e\x84\x43\xb9\x58\xfe\x88\xe6\x83\xc1\xde\x4f\xba\xfd\xa2\xb4\x83\x91\x7e\x44\x0f\xb7\x62\x04\x1a\x60\x94\x15\xc3\x6c\x60\x46\xc0\x4a\xda\xac\xdf\xa5\x6a\x91\xe7\x1d\x90\xf7\x37\x84\x0c\xb6\xba\x36\xef\xfb\xde\xcd\xe3\x42\x4d\x15\x50\xad\x78\x13\x26\x23\x39\x13\x8c\x14\x9d\x08\xb7\xee\xce\xe3\x9d\xc0\x33\x99\x87\x4f\xc8\x9b\xa8\xf1\xa0\x9e\xcd\xfe\x14\x2c\x42\x48\x94\xbe\x1a\x99\x66\x82\x83\x0a\xcf\x0f\x2f\x7b\xd9\x68\x27\x38\xb4\xb9\xa8\x0d\xf3\x8c\x16\x5f\x8d\xd2\x41\xb9\xcd\xb9\xba\x37\x43\x47\xcc\xe8\xe3\xa7\xe7\x6a\xdf\xaa\xff\xe2\x70\x16\x7c\x44\x58\xec\xb0\x4a\x77\x82\x47\x2a\xf3\xca\xcb\x75\xe2\x3b\xc5\x77\xf8\xb2\x7e\xa4\xb1\xf7\x7c\xe1\x75\x89\x0a\xa0\x7e\x50\x87\x50\x02\xda\xad\xc9\xa5\xee\xcc\x2a\xbb\x1e\x23\x1b\x74\xb4\xbc\x6d\x3d\x30\xa1\x34\x8e\x53\x66\x45\xe1\xc2\xaa\x28\xfa\x57\x93\x74\x47\xe0\x94\x59\xb2\x3d\x2a\xf6\x30\x79\xa5\x76\x6b\x4b\xf8\x8f\x29\xda\xe1\x5f\x2a\x37\x2f\x96\xad\x97\xdc\x5a\xda\xea\xe7\x3d\xfa\x99\x14\x3b\xa8\xd1\x52\x3f\xee\x72\x5b\x62\x1b\x5e\xea\x71\x1b\x54\xcb\x25\x2f\x5d\x17\x23\xa1\x67\x89\x62\x51\x60\x24\x45\x00\xf5\x58\x53\x64\xac\x3f\x4e\x5e\xba\xc1\x3f\x3d\x20\xef\x3a\x14\xfd\xca\x4c\xf1\x7f\x3d\xb5\x1e\x38\xbb\x16\x9c\x53\xcf\x2b\xf1\x9d\xec\xe5\x03\x70\xc1\x71\x9a\x88\x25\xce\x92\xdd\x62\x3c\xf2\x46\xc0\xc5\x62\x64\xd7\x0d\xaf\x23\x66\xa1\x4a\xae\x67\xd9\xb5\xc8\xa4\x7a\x07\xc8\x60\x55\xbb\xc1\x9c\xbc\x15\x35\xf0\x8d\x2c\xf5\xe6\x14\xdb\x9a\x25\xa3\xf4\x7a\x47\x6f\xcd\xdb\x0e\x7c\xd2\x5b\x72\xb6\x91\x5c\xe9\x8d\x8a\xe1\x87\xc5\x20\xbb\x9a\xf4\xb2\xed\x74\xdc\x87\x68\xd3\x92\xe3\x15\x41\x7b\xd4\xf2\x5c\x76\x83\x88\x5a\xb2\x96\xea\xe0\x65\xeb\xd3\x4b\xcc\xe3\x2d\xb2\x75\x7e\x86\xb0\x76\x62\x46\xb1\x9c\x1e\x32\x28\xcc\x63\xe9\x40\xf9\x05\x07\x5d\xc3\xa0\xc6\x83\x4b\x71\x3b\x69\x3f\xef\x29\x01\x6d\x38\xd6\x46\xa6\xa8\x1a\xc3\xe9\xe7\x8e\xbc\xb0\xa5\xc2\x17\x5c\xdf\x95\x3c\xa0\xc9\xfa\xdb\x4e\xd0\xe6\xa5\xc0\xbb\xb3\x05\x02\xc5\xb7\xbe\x66\xd1\x16\x89\x6a\x3d\xff\xbb\xdf\x41\x63\xd0\x5d\xfe\xfe\xf7\xad\xb7\x7f\x4a\xbe\x75\xc8\xc6\xcf\xd0\xde\x72\xc8\xc6\x46\x30\x0f\x1a\x85\x25\x73\x1c\x52\x65\xa9\x06\xda\x4b\x3f\xf8\x07\x67\x2c\x28\x12\x81\x29\xbb\xc8\x09\xde\x4b\xd9\x25\x4a\x3f\xfd\xcf\x00\x00\x00\xff\xff\x7f\xc0\x0a\xb1\x3d\x30\x01\x00") +var _confLocaleLocale_bgBgIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\xbd\xeb\x8e\x5b\xd7\x99\x28\xf8\x9f\x4f\x41\xab\x21\xc4\x06\x4a\x34\x9c\x9c\xb9\xc0\xb0\xec\x49\x9c\x3e\x4e\x66\x62\x27\x13\x39\xc0\x00\x82\x40\xb3\xc8\x5d\x55\xbb\xc5\x22\x19\xee\x4d\xc9\x72\xa3\x01\xa9\xd4\xbe\x05\x83\x56\xe2\x76\xc6\x86\x4f\x6c\xd9\x4e\x77\x9f\xe9\x7f\x54\xa9\xa8\xa2\xaa\x54\xd4\x2b\x90\xaf\x30\x4f\x32\xeb\xbb\xad\xf5\xad\xcb\xde\x64\xc9\xca\x9f\x83\x20\x96\xc4\xbd\xee\xeb\x5b\xdf\xfd\xd2\x19\x8d\xda\xbd\xac\xe8\x5e\x5e\xfe\x69\x39\x5b\x1e\x2f\x9f\xae\x6e\x2f\x17\xcb\x07\xcb\x53\xf3\xaf\x27\xe6\xff\x67\xcd\xd5\x1d\xf8\x61\x75\x67\x75\xb0\x3c\xc4\x1f\xde\xca\x4b\xf3\xe3\xea\x0f\xa6\xe5\x21\xfc\xb7\xd1\xd8\x1b\xee\x67\x97\x97\x5f\x2f\xa7\xab\x8f\x97\x53\xd3\x75\xd1\xe8\x75\x8a\xbd\xed\x61\x67\xdc\xbb\xbc\xfc\xde\xfc\xf4\x00\x7f\xcc\xde\x1f\xf5\x87\x63\xd3\xf2\x2b\xd3\xf2\x80\x5a\x2e\x1f\x36\xf6\xb2\xfe\xe8\xf2\xf2\xbe\xf9\xfb\x93\xe5\x62\xf5\x69\xa3\xc8\x77\x07\xed\x7c\x70\x79\xf9\xd9\xea\x43\xf3\xe3\x11\xfd\x30\x9c\x94\x97\x97\x5f\x2e\x8f\xf5\x6f\x13\xd3\xef\x5b\xb3\xa6\x87\xcb\x39\xac\xcf\x2c\x68\x6e\xfe\x3f\x5d\x3e\x36\xa3\xcf\x60\xe1\xb3\xc6\x38\xdb\xcd\x8b\x32\x1b\x87\x0d\xa7\xab\x8f\xcc\xdf\xef\x35\x6e\x66\xdb\x45\x5e\x9a\x35\xfd\xd5\x7c\x36\xbb\xa4\xde\x8d\x1b\xd9\xb8\xc8\x87\xb0\x86\xe5\x6c\x75\xdb\xfc\x0c\x6d\x47\x9d\x5d\xd3\xf0\x3b\xea\xbf\x3c\x33\xbf\x7d\xb4\x9c\x36\xca\x6c\x7f\xd4\xef\xc0\x10\xff\xaf\xec\x74\x79\xd6\xe8\x77\x06\xbb\x13\x6c\xff\x67\x73\xaa\xf3\xe5\x49\xa3\x3b\xce\x4c\xab\xf6\x20\xbb\x09\x63\xfc\xc1\xfc\x7a\x64\xda\x1f\xe2\x48\xb3\x56\xab\xd5\x98\x14\xd9\xb8\x3d\x1a\x0f\x77\xf2\x7e\xd6\xee\x0c\x7a\xed\x7d\x3c\x2c\x73\x30\x38\xa3\x59\x9e\x99\xd1\x6c\x6c\x79\x6a\xd6\x73\xb2\x9c\x37\xe9\xb2\x56\xff\x6c\x86\x3f\x6d\xf2\xbf\x5b\x78\x32\x59\xcf\x1c\x60\xbb\x53\xc0\xfa\x9f\xc2\x9e\x61\x96\xa6\xe9\x04\xe7\xbe\x68\xe0\x54\x83\xce\x7e\x7a\xf4\x46\xb6\xdf\xc9\xfb\xb0\xf0\xd3\x96\x19\x13\xee\xc4\x6c\x73\xd4\x29\x8a\x9b\x43\xb8\xd0\xfb\x66\x14\x00\x92\x53\xf3\xeb\x38\x6b\x97\xb7\x46\x19\xdc\xd5\x1f\x10\x3c\x8e\xcc\x79\xc1\xe1\x43\x3f\x03\x1e\x66\x36\xd3\xf6\xcc\xcc\xd9\xed\x8c\xca\xee\x5e\xe7\xf2\x9b\xf4\x67\xc3\x74\x1d\x0d\xcd\xd1\x0f\xc7\xb7\x2e\x2f\xff\x5d\x4e\xd4\x0c\x3a\x37\xd3\xcd\x1a\xc3\xf1\x6e\x67\x90\x7f\xd0\x29\xf1\x16\xbe\x31\xdf\x1f\x72\x8b\x63\x7b\x77\xfb\xf9\x78\x3c\x34\x37\xfb\x8d\xf9\x76\x8a\x73\x13\xf0\x99\x23\x6e\xc3\xe8\x00\x92\x66\x11\xcb\x45\x73\xf5\x61\x34\x01\x34\xda\xcf\x77\xc7\x78\x73\xd4\x6e\xda\x34\x10\x38\x5f\x3e\x54\xe0\x41\xad\x68\x1a\x19\x0c\x80\x36\x9a\x6f\x67\x38\xbe\xae\xe6\x83\xd9\x8e\xcd\x79\x23\x30\xc0\xab\xa9\x5e\x84\xd9\xa9\x5a\xc0\x22\xbd\xd3\xce\xc0\xc0\x12\x35\xfd\x2b\x5e\x3b\x40\xce\x29\x0e\x3c\x87\xd3\x3e\xab\xe8\xbb\x9c\x37\x3a\xbd\x7d\x03\x0b\xa3\xce\x20\x33\x77\xfa\x47\xb3\x68\xd8\xe3\x99\x7a\x08\x07\xe6\xdf\xf4\xb2\xcd\xa5\x21\x34\x1a\x18\xe8\x74\xbb\xc3\xc9\xa0\x6c\x17\x59\x59\xe6\x83\xdd\x82\x9e\x37\x75\x59\x2c\x1f\x13\xfc\xe1\xac\x0a\x08\x0d\x40\xd4\xb4\x6f\xdc\x1a\x4e\x2c\x80\x03\x64\x4e\x57\x9f\xc0\xee\x56\x07\xde\x20\xd4\xcc\x8d\x23\xed\x0e\x78\x9f\xc1\xa0\x66\xa5\x65\x7e\x23\x2f\xf3\xac\x80\xed\x9d\xf0\x76\xcc\x81\x23\xca\x9a\x37\x46\x93\x7e\xdf\x80\xc3\xef\x27\x59\x51\x9a\x26\x5f\x98\x11\xee\x99\x06\xb8\x01\x73\x4a\x80\x26\x4e\xb1\x0b\x6e\xbd\x91\x17\xc5\x24\xa3\x76\x70\xc1\x06\xa3\x99\x39\xba\x9d\x41\x17\x8e\xef\x1b\x33\xe2\x09\x5c\x6d\xa3\x71\x35\x1f\x14\x65\xa7\xdf\xbf\xd6\xe0\xbf\x00\x76\x3a\xc3\x39\x01\x2a\xe4\xe6\xca\xbc\xec\x33\xd2\xf8\x83\x39\x5e\x3b\x2b\xdc\x81\x6d\x3c\x67\xc0\x98\xd1\x41\xe0\x4b\x46\xf4\x8a\xd0\x23\x58\x15\x61\x08\xbb\x18\x8c\x74\xe0\x3a\x35\x7a\xc3\xee\x75\x83\x3a\x00\x8f\x02\xa2\x33\x87\x60\x5a\xbe\x35\xdc\x2d\x9a\x88\x05\xc3\x1e\xcd\xe5\x61\xf3\xe7\xd8\x05\x30\x82\x99\x01\x9f\xfd\x63\x18\x6a\x75\x7b\x0b\xde\x80\x79\xdb\xab\x7b\x72\x29\x1f\xd3\x8b\xc6\xf3\x7f\xad\xd3\x2c\x3b\xe3\xdd\xac\xbc\x7c\xa1\xbd\x6d\x50\xdc\xf5\x0b\xcd\xbd\x71\xb6\x73\xf9\xc2\xc5\xe2\xc2\xeb\xb8\x54\xb9\xa9\xd5\x5d\x3a\x28\x46\x94\xf7\x5e\x7b\xb9\xf3\x7a\x13\xef\x65\x6e\x26\x98\x12\xa6\x81\x2d\x6d\xd1\x3c\xf0\x9a\xcc\xbe\x8f\x04\xa2\x00\xbe\xf9\xce\x89\x24\x3d\x21\x60\x47\xc4\x92\x80\x03\x0b\x1e\x4d\x3c\x53\x83\x72\x9b\x02\xe0\x82\xa9\x5f\x68\x00\x14\x18\x64\xdf\xee\x6d\x13\xcd\xa3\x33\x82\xc7\x32\x47\x94\x0a\x2f\xf0\xed\x5b\x57\xfe\xcf\x5f\x6d\x35\x7f\x33\x2c\xca\xdd\x71\x86\x7f\x37\xff\x31\xbd\x7e\xd2\xa4\x87\xdb\x7c\x37\xff\xf9\xcf\x5a\x0d\x33\x06\xdf\x6d\xd5\xc3\x78\x40\xfb\x87\xf5\xe0\xc6\xcc\xaf\x66\x25\xd8\x11\x51\xe6\xf7\x66\xbc\xa7\x7e\x5b\xdd\x6e\xcf\xac\x00\x29\x85\xa5\xb3\x80\xb5\xd3\x18\x3b\x8d\x9c\xcd\x4c\x84\xe4\xbf\x84\xd3\xab\x9e\xc9\xb4\x13\xd8\xf9\x0b\xdd\xfd\x16\x9d\xca\x53\x1c\xe8\x18\xdf\x06\xd1\xd4\x5f\xbe\xf3\xce\xaf\x7f\xfe\xb3\x66\x36\xd8\xcd\x07\x99\x39\xe1\xe6\xa4\xdc\xf9\x5f\xdb\xbb\xd9\x20\x1b\x77\xfa\xed\x6e\x4e\x10\x75\xa4\x21\x1a\x67\x3d\xc6\x1b\xfb\x48\xa0\x1f\x0f\xd9\x90\xaa\xa2\x6f\x88\x5c\x2f\x23\xe2\xfc\x08\x40\xa3\x79\xe5\xca\xaf\xcc\x76\xca\x3d\xb3\x15\xb3\xe9\x83\x46\xf1\xfb\x3e\x5c\x99\x2c\xf0\xdf\x60\x29\x40\xee\x60\xd8\xc4\xc5\xa4\x36\xd8\x7a\x6d\x7b\xfc\xba\x6c\xad\x6a\x67\x40\xbb\x91\xd5\x39\x5d\xfd\x0b\x9e\xea\x19\xbd\xc2\x03\x18\xc8\x3c\xbc\x7f\x96\x89\x4f\x10\xff\x23\x21\x8d\x1e\x17\x8e\x44\x50\x75\x22\x4d\xee\x02\x82\x31\xcf\xc1\xf4\x69\x35\xb2\xf1\xb8\x6d\xf8\x85\xf2\x16\xc0\xa0\xda\x26\x61\x41\x98\x68\xc3\x3d\x35\xe9\x70\xe1\xad\x3e\x82\xbf\xe0\xc3\x99\xc9\xdb\x39\x86\xf5\xd3\x6c\xf9\xe0\x46\xa7\x9f\xf7\x0c\xb0\x0a\x38\xd0\x90\x67\x42\xa4\x8f\x11\xcd\x9c\x22\x52\x9c\x36\x2f\xb4\x2e\x00\x2b\x71\xe1\xd2\x05\x40\x13\xf8\x58\x67\xb8\x8f\x3a\x98\x6e\x35\x06\xc3\x36\xd1\x19\xe0\x5b\x7a\x79\xd1\xd9\x36\x3c\x0c\xf1\x5e\x63\xa6\xe1\x5f\x9b\x35\x1d\x22\xdf\x43\x8b\x06\x74\x86\x77\x71\x82\x47\xfe\xb1\x60\x60\x7e\xc5\xb7\x63\x76\x4d\x5e\xf9\x03\xe0\x54\x1d\xda\x38\x44\x90\x9f\x3b\x94\x62\x4f\x03\xb8\x54\xe6\xb3\x8e\x84\xc0\x2d\x68\x0e\xc4\x37\xf0\xcb\x74\x0d\x45\x74\x84\x49\xdf\x9e\x10\xd5\xc4\xb3\xa3\xb3\xc1\xd3\x4a\x8f\x6d\xc8\xf4\xba\xdb\x3b\x03\x58\x69\xc8\xb3\x62\x3c\xf3\x8d\x01\xd0\x4f\x19\xbb\x54\x52\xe2\x39\xb2\x1c\x8f\x84\x33\x40\x76\x0f\x78\xfc\x18\x11\xac\x6b\x6d\x9f\xdc\x7d\x26\xa5\x88\x92\x23\x90\x40\xb1\x60\x01\xf0\x5b\xc9\xbe\x98\x36\x40\x0e\x9a\x97\x9a\xe6\x1b\x81\xda\x13\xe8\x6e\x56\x72\x02\x77\xb8\xfa\xd4\x74\xff\x74\xb9\x78\x01\x79\x42\x7e\x16\xdf\x98\x67\x73\x86\x5c\x91\x7e\x8a\x27\xe6\x42\x9f\xc4\x9c\x14\x1e\xba\xeb\x6d\x97\xfe\x19\x72\xee\x1f\xd3\x19\x19\xb4\xc9\x2c\xdb\x0c\x88\x1a\xbe\xa2\x78\x24\xda\x15\xca\x38\x9f\x22\xb0\x99\x19\x81\x0f\x38\x20\x99\x47\xda\x33\x31\x3a\x74\xe4\x86\xb1\xde\x0c\x59\x90\x05\x42\xe4\xbd\x56\x63\x3c\x31\x62\x4a\x15\xde\x16\x3e\xde\x51\xe1\x13\x38\x69\xdb\xc9\xee\xe3\x7b\x7c\xa7\x44\xfc\xc2\x41\xe0\x74\x6f\x9b\x23\x7d\x40\x0c\xe4\x11\x31\x17\x4f\xe8\xef\x78\x73\xc0\x79\x10\x72\x81\x7f\xf3\xa9\x22\x55\xde\xe8\x5c\x45\xb4\x20\x69\x85\x66\x08\x11\x1f\x22\x3d\x43\x14\x87\x46\x74\x30\x6f\xfd\x73\x26\xd8\x86\xa9\xe0\xdf\xd4\x56\xf8\xb8\x42\x28\x9e\x36\x91\xa5\x35\xab\x12\x10\xfd\xdd\x6f\x7f\x85\x6f\x08\x61\xe4\x0e\x91\x91\x69\xd3\x72\xd5\x8e\xc6\xac\x3e\xc6\x23\x39\x36\xc4\xe3\x17\x40\x55\xf6\xda\xa3\xe1\xb8\xbc\x6c\xfe\x45\x27\x76\x1b\xe8\x08\xff\x6a\x17\xf2\x35\xad\x91\x1e\xe3\xd4\x36\x64\xca\x62\xba\x6a\x19\xd7\xbc\xc7\x26\x80\x24\x3f\x83\x99\xe3\x4c\xe8\xb9\x2e\x9a\x16\x3f\xfb\x48\x8d\x51\x96\x77\x13\x4f\xf5\x6a\xf7\xca\x72\x44\xcb\xfd\xc5\xbb\xef\xfe\xc6\xad\xd7\xfe\xee\xbd\x43\xf3\x65\x8b\xd7\x0b\x40\xf3\x98\xde\x61\xc5\x53\x26\x08\x26\xf2\x63\x18\x33\x83\x52\xe0\x6d\x4f\xc6\xfd\xcb\xfe\xc9\x6e\x80\x10\x4c\xa7\x18\x18\x13\x37\xa8\x78\x35\x03\x5d\xb0\xa3\x97\xe1\x3f\x57\x36\xba\x47\xb3\xb3\x29\xa3\x68\x03\x04\x4c\x67\x11\xfa\xbc\xce\xb8\xd8\x99\x16\x4e\x5b\x8d\xfe\x70\xb7\x3d\x1e\x0e\x4b\x4d\x53\x05\xaa\x97\x8f\xcc\xf6\x41\x08\x25\x56\xdb\xdc\x87\xdf\xdc\x6e\xec\xf3\xf8\x01\x23\x11\x3c\x61\xfc\xb6\x40\x95\x02\xae\x9e\xa5\xea\x43\x44\x0c\xf1\x04\x06\x79\x0f\x47\x40\xf6\x34\xf6\x7e\x8a\x34\x6c\xc1\xed\xce\x92\x98\x9c\x64\xef\x75\x9c\x25\x6d\x1b\xce\xf8\x0e\x1e\xbb\xe6\x31\x1a\xc5\xbe\x01\x1c\x64\x1e\xaf\xbc\x6d\x00\xca\xd3\xd4\xe0\xb7\x9d\xf1\x70\x9f\xf4\x2d\x47\xc2\x88\xbb\x0f\x4a\x8a\x08\xa0\x43\xb7\xf7\xd6\x41\x7f\x69\xfe\xf6\xbf\xbe\xd9\xfc\x9f\x7e\xf2\xe3\x1f\x9b\x6b\xf9\x8b\x47\xd7\x08\x83\xce\x9a\xa8\x57\x9a\x9b\x05\x2b\xb4\x1e\xc2\xa0\x77\xad\xc2\x03\x21\xdb\x70\x08\x2c\x18\xdc\x0a\x4a\x0f\xcd\x0b\x44\xcb\x2e\x34\x5f\xc3\x13\xfb\xdf\xb2\xf7\x3b\xfb\xa3\x7e\xd6\xea\x0e\xf7\x5f\x6f\x35\xe0\x27\x83\x3e\x09\xf1\xfe\xd9\x1f\xf3\x58\x9e\x28\xbe\x5e\xf8\x0d\x85\x28\xee\x92\x24\xe9\x95\x9d\x44\xbb\xd4\xee\x0e\x07\x3b\xf9\x78\x1f\xa4\x55\xfb\xf2\x19\x5b\x33\x02\x79\x44\x2c\x88\x7d\x9b\x6b\xb8\x1c\x5c\x4f\x7b\x30\x2c\xf3\x9d\x5b\xfe\xa8\xe6\x9a\x49\xd1\x02\xef\x8c\x55\x00\x88\xc9\x11\x13\xd0\x2e\x91\x1c\x9a\xcd\xdf\xc8\x40\x92\x1e\xdf\xc8\xbb\xd9\x1a\x98\xf2\x91\x1d\x3e\x3a\x73\x33\x08\x52\x73\x0d\x5f\xf3\xc6\x70\x67\xa7\x6f\x98\x7f\x66\xdc\xbd\xfd\x02\xa3\x74\x8a\x7c\xf2\x19\x6d\xed\x11\x51\x22\xaf\x8f\x41\x6a\x23\x50\xdc\x7d\xa9\xb1\x64\xf3\xcd\x9f\xbf\x43\x58\xf2\x36\x91\x55\xc6\x24\x47\xc0\x38\xd8\x77\x33\xf3\xc6\xdd\x02\xc0\x70\xf4\x9d\xe0\x08\x5e\x22\xd2\xb8\xb9\x65\xd9\x09\xda\x22\x72\x2e\x38\x19\x10\xba\x41\x37\xf8\x1e\xa1\xed\x89\x08\xdb\x86\x9c\x31\x23\xbb\x3b\xee\xdc\xe8\x18\xc1\x37\x5c\xb4\xe9\x78\x1b\x39\x4c\x7c\x84\x77\x9a\x6f\x71\xbb\xa8\x63\x6a\xcf\x40\x4b\xa5\x43\x53\xa0\xfc\xcc\xe0\xe9\x33\xe2\xb2\x8e\x11\x0b\x7d\xcc\xd2\xeb\x7c\x8b\x38\x0d\x9c\xe9\x63\xd8\x89\xde\x3b\x91\x66\x22\xc9\xb0\xf3\x88\x23\x20\xcc\xc9\xcf\xe9\x04\x55\x0a\xcc\xc1\x2c\x50\xfd\x12\xb3\x15\x42\xb9\xb8\x0f\x0f\xc2\x32\x03\x8b\x4e\xd0\xd5\x9f\xd9\x42\x21\xbe\x6b\xa0\x8d\x0f\x1c\x7e\x6f\x35\x76\xb2\x5e\x06\x1a\xb7\x5e\x9b\xcf\xa5\x3f\x1c\x5e\x97\x83\xd1\x32\x99\x93\x1c\xbd\x53\xf1\x26\xab\x1a\x4d\x0e\xfb\x7e\x24\xdc\x44\xa2\xdf\x26\xd3\xd0\x11\xe9\x27\x40\x72\xc5\x21\x72\x0f\xa8\x63\x02\x26\x1f\xee\xbf\x9f\x6f\xf3\x85\x3a\xd8\xf1\x85\x20\x1f\x7e\x50\x2f\xfb\x04\x81\x3e\xa1\x9b\xc6\x47\x9c\x1a\x26\xfd\x82\x52\x97\x48\xf4\x01\x99\xb8\xfa\xb9\xb6\xec\xf7\x5a\xa9\xc5\x13\x58\x94\x74\x75\x18\x2a\x02\x8d\x48\x98\x0d\x70\xe1\xa2\xf7\xf5\x30\x85\x28\x81\xfd\x36\x7a\x5f\x4e\x21\x83\x17\x05\x1a\x3a\xad\x55\x30\x87\xcd\x9d\x44\x65\x56\xbf\x3f\x45\xb0\x22\x38\x6f\x91\x5e\x68\x9c\xb5\xd9\xf2\xd0\xbe\x91\x83\x92\xde\x43\x6d\xc7\x48\xaa\xfe\x60\xda\x3f\xf2\x45\xcd\x43\xc7\x0a\x10\x38\x1d\xcb\x59\xcc\x44\x4d\x6c\x31\xac\x56\x47\xcd\x93\xb3\xca\x11\x7c\x27\x97\x71\xe8\xf4\xf7\x15\x77\x0c\x3f\x3f\x11\x9d\x04\x93\x5c\x23\xa8\x21\xc1\x61\xb1\xc5\x9b\x17\x7a\x01\xa7\x85\x64\x98\xd4\x71\x67\x56\xd5\x86\x02\xc2\x0c\xb9\x7a\x3b\xb8\x3f\x18\x2f\x2c\x35\x2a\xeb\x53\x2b\x2e\x00\x31\x1c\x1a\x6f\x5a\xac\x93\x66\x1d\x2f\xdb\x9f\xbe\x46\xb1\x10\xf8\x3b\xf3\xca\x1e\xd1\x3e\x16\x2c\x76\xf9\xc6\x92\x75\xd2\x75\xd2\x3c\x72\x48\xa7\x44\xac\xa9\x79\x10\x5b\xb8\x5a\x10\x3b\x99\x87\x4e\xbc\x9e\x7b\x38\xbd\xd2\xc6\x36\x7f\xf9\x73\x1c\xc9\x53\x83\x4c\xc9\xce\xc1\x6a\xcd\x39\xa2\x6c\x46\x82\xc0\x78\x7f\x2c\xef\x63\xed\x7a\x95\x90\x20\x47\xb4\x8e\x11\xd4\x3b\xac\x3f\x14\x83\x4b\x68\xc8\x4a\xbb\x0f\x2e\x63\xc1\x02\x7e\xa3\x46\xc3\xd1\x60\x6e\xc7\xfb\x9a\xe4\x74\xec\xb3\xf3\xb4\x23\x3c\x76\xd2\xcc\xc4\xca\xf4\xf6\xee\x10\x74\xff\x5f\x46\x4a\xf2\xc7\x28\x69\x36\xca\xac\x28\xdb\xbb\x79\xd9\xde\x01\xb6\xad\x87\xda\x25\x44\xd1\x4f\xcd\x9f\x9f\xe0\x05\xa0\xd2\x9a\xac\x96\x08\x35\x8e\xeb\xba\x60\x3a\x5e\x20\x01\xea\x09\x7e\x33\xb0\xf5\x6a\xf3\xe2\x0d\xd6\x35\xfe\x04\xd8\x2e\x20\x29\x79\x1f\xb0\x93\x58\x20\xf8\xb6\x0f\x9d\x41\x50\x29\xd1\x8e\x00\x39\xe0\xde\xad\x56\xd2\x69\xd2\xb7\x84\x9c\x33\x46\xa0\xb7\x82\xf7\x86\xac\x0d\xf1\x1b\x56\xa9\x06\x14\x8b\xa0\x28\x9c\x0e\x9e\xc3\xc5\x82\xc4\x24\x98\x7a\x77\xb8\x3d\xc9\xfb\x3d\xaf\x15\x8c\xd2\x6a\x88\xd6\xaf\xb7\x2d\xaf\x2c\x01\x44\x4e\x67\x5e\xa1\xd7\x6b\x8a\xc0\x35\x43\x19\x48\x64\x23\xf3\x05\x8f\x4b\x26\x49\x6a\x6d\xce\x9c\x69\x67\x03\x0d\xc3\x8c\x66\x71\xa8\xde\x00\x10\xce\x61\x55\x21\x70\x27\xfb\x1d\x83\xf1\x6b\x34\x29\x34\x61\xa0\x4d\xa9\x97\x6e\xf9\x0e\x9d\xed\x00\x7a\xdd\x05\x3d\x1b\xf3\xd4\xe1\x4c\x66\x55\x45\xf3\xd2\xeb\xe6\xbf\x8d\xa2\x73\x23\x23\xce\x7f\xb7\x06\x0e\x59\x5c\x9c\x46\x2c\x07\xad\xf3\x9f\xd1\xe2\x78\xd7\x61\x4a\xef\x68\x3d\x44\x59\x7f\x85\xe7\xc2\x05\xea\x66\xdd\x99\xbb\x7b\xa5\x37\x58\x4c\xba\xdd\xac\x28\x48\x9d\xf3\x00\x8e\x81\x70\xd4\x27\xd0\xfe\x85\xe6\xf2\x5b\x9c\xe1\x10\x29\x02\x99\xdb\xb7\x98\x37\x05\x3e\xeb\x01\xce\xf7\xa1\x55\x89\x6f\x21\x09\xf8\x8c\xa9\x18\xde\xc2\x29\xe3\xf4\x27\xd6\xf2\x85\xf0\xcb\x92\x11\x18\xd3\x17\xa2\x80\x62\xf9\xe4\x08\x75\x77\x42\x0a\x81\x2c\xb0\x5e\x6a\xfe\x82\x3d\xb3\x40\x17\xb0\x0e\x24\x63\xe9\xbd\x06\x1c\x1b\x57\xc1\xd7\xe1\x5a\x63\x42\x1a\xd2\x61\xbf\x97\x8d\xad\x5a\x95\x59\xe5\x59\xd2\x6e\x6e\x1b\x6b\x44\x5a\xdc\xcc\x0d\x44\xb7\xad\xb7\x04\x40\x53\x99\xbd\x5f\x82\x06\xe3\x36\x2e\x40\xb1\x20\x49\xb8\x46\xe4\x88\x4e\x07\xa8\xab\xd9\xbf\x85\xaf\xb1\x20\x4b\x0e\x9b\xe2\xa2\x37\xd7\x28\xf6\x86\x37\xd1\xbd\x40\x5a\xdf\x67\xc1\xe7\x11\xf1\xbb\x9f\x26\xbb\x81\x93\x42\x77\xd8\x37\x58\x71\x08\x8c\xe8\x0d\xdb\xfb\x3b\x8f\x1d\x4e\xeb\x55\x61\x69\xc3\xf1\xae\xb7\xb2\x0a\x8b\xb5\x69\x49\x36\xf7\xa0\xb1\x67\x76\x9f\x36\x90\x5f\x22\xd7\x93\xfb\x31\xbb\x65\xde\x27\xdb\x72\x5b\xe6\x05\xa1\x4d\x99\x57\x8b\xae\x0a\x4d\xcf\xae\x9c\x58\x6e\xe3\x2a\xbb\xab\x5c\x6b\x70\xbf\xd0\x49\x61\x8a\x06\xb9\x22\x89\x8f\xcc\x2e\x8a\xac\x33\x06\x6c\xf5\x3d\x00\x2e\x3c\x0e\xd4\x18\x34\xae\x76\x26\xe5\xde\x35\xe5\x0d\xd2\x66\x53\xbb\xf6\x0a\x79\xdc\x24\x90\xf5\x0d\xe3\x56\xdb\xb0\x97\x8d\x40\x57\xb1\x5f\xec\x92\x83\x0a\xbf\x39\xb6\xab\x7a\x9d\xde\x68\xb2\x0b\xc8\x27\x4c\x77\x50\x88\xc3\xe5\x3c\x04\x93\x68\x31\xec\xe6\x9d\x7e\xfb\x19\x87\xfe\xce\x92\xfc\xe4\xe0\xbe\xf0\x42\xde\x2d\xfb\xa3\x12\x8d\xeb\xc4\xd7\x3d\x22\x7d\x3c\x73\x0b\x31\xab\xa7\x4c\x4f\xf4\x86\xe7\x15\x3a\x93\xa6\xa0\x1d\x79\x30\xe8\x73\x01\x4a\x5b\x10\xf9\xf1\x7d\xab\x25\xca\xd3\xaf\xc3\x90\xcc\xb4\xb3\x81\x70\x1a\x4a\x74\x70\x48\xc8\xbf\x54\xec\xe5\x59\x95\x3f\x15\x1b\x31\x97\xbf\x9f\xed\x6f\xc3\xac\x19\x39\x27\x3c\x45\xf6\xe5\x8c\xd8\xff\x59\x63\xc7\x3c\x2e\xc4\x79\xc2\x92\x7d\x81\x16\x4d\xc2\x8e\xb3\x88\x0f\xc3\xf6\xd9\xe6\xed\xdf\x10\x8f\x2b\x43\x88\x6f\x02\xb3\xce\x3c\xba\x77\xaa\x8b\xc0\x95\xe3\x8d\xe6\x1a\xf7\x2c\x0b\x2b\x2d\xe1\x29\x49\xc0\x45\xe5\x57\x91\x0d\x4a\x0b\x31\xd6\xf9\x86\xc4\xa1\x27\x56\xe3\x5e\x71\xcc\xf6\x18\x9f\xf2\xa5\x92\x0f\x0e\x5a\x41\x5e\xdb\x7e\xfd\x62\xf1\xda\xcb\xdb\xaf\xb3\xaa\xd2\x39\x3b\x10\x23\xa5\x5c\x98\xb4\x9a\x55\xc4\x68\x40\xc5\x86\x64\x1c\x88\x7e\x18\xf7\xf4\x24\x70\x42\xb8\xc3\xa8\xea\x10\x65\x0c\xfa\x72\xb1\x07\xe4\x71\x0a\x30\xb5\xa5\xed\x05\xc7\x28\x42\x00\x96\xf8\xc4\xf3\x79\x30\x00\xa1\x54\xde\x69\xb9\xaa\x45\xfe\x2f\x19\x61\x38\x8b\x4a\x9c\x23\x4c\x68\x89\xd7\x08\xc5\x1c\xee\x5e\xbe\x6d\xb8\x68\x43\x32\xd1\xe1\x0e\xa9\xdd\xb1\x92\x64\x19\x22\xd8\x85\x29\xe8\xc0\x82\x5b\x95\x23\x8f\x58\x60\x41\x82\xd2\x43\x89\x3a\xf5\x50\xcf\xa6\xfc\x4e\x40\x98\x4e\x61\x95\xda\xe7\x0a\x0f\x04\x01\xa6\x9f\xef\xe7\xe5\x3a\x44\x03\x6c\x88\xe0\x9b\x43\x84\xc1\x27\xac\x8c\x67\x46\x77\xe1\x03\xcf\x9c\xf9\x98\x08\xfa\xa6\xf6\x9c\xe5\x3e\x9a\x9e\xa3\x01\x4a\x7f\x27\x16\xe6\x7f\x42\x1e\x66\x67\x04\x3e\x5b\x16\x4c\x88\xb8\x33\x6e\x58\xe0\x2c\x07\xb6\x13\x02\x38\x61\x3f\x83\x07\xf6\x3a\x45\x7b\x32\xe0\xd7\x92\xf5\x2c\x12\x3a\xb2\x4f\x97\x7a\xa1\x9c\xa0\x10\x37\x5c\xa1\x7e\x2b\x47\x9b\x28\xe0\x5f\xb4\x4f\xe5\x25\xf3\x2b\x39\x16\xb1\xfe\xc5\x3e\x11\x16\x72\x99\xf9\xd9\xf8\x79\x72\x7b\xbd\x42\x27\xf7\x3b\x6d\xa3\x77\x0b\x42\x04\x34\x1a\xd0\x80\xf3\x29\x9e\xc1\x89\xc5\xf5\x06\xe4\xee\xa2\x68\x2e\xca\x9f\x4b\xa8\x36\x37\x0b\x66\x70\x91\xe3\xfb\xcf\xa0\x23\x19\xac\xf5\x23\xdd\x70\x35\xf5\xbb\x66\xeb\x0e\x8a\x97\x05\x52\xde\x32\x53\xf6\xb4\x35\xc6\x10\x16\x54\xec\xf3\xc0\x97\xd3\xa4\xd6\x73\x32\x07\x06\xfe\x0a\xb8\x43\xd8\x68\xb9\xf1\x3e\xf5\x8d\x62\x93\x17\x35\xf8\xbd\x14\x6f\x15\x6e\xed\x34\xc6\x32\x81\xc4\x4f\x8b\x70\xc4\xe6\xeb\x8d\x7a\x09\x47\xdf\x45\x53\x43\xf5\x5b\x66\xfc\xc3\xce\x47\x9b\x11\x06\x66\xa4\xff\x80\xae\xb3\xcc\xb8\x27\xb8\xfe\x56\xb0\x74\x6b\x1f\xdb\xe0\x28\xd5\xd1\xc8\x6b\xf1\xbd\x44\x80\x98\x38\x01\xa1\x1c\x0e\xdb\x86\x31\x1f\x97\x97\x51\xb2\x3a\x26\xeb\x34\x89\x2a\xa9\xe3\x49\x3a\x91\x58\x63\x1b\x42\x3b\xa8\x37\x4e\xcd\x2f\x27\x44\x9b\xff\x67\x76\xc4\x02\x8c\x04\x3e\x3b\x03\x83\xc7\xbb\x86\xfb\xb3\x64\xe3\x6b\xe4\x5d\x9d\x0d\xa4\x5a\xe3\x68\xa7\x56\x6a\x47\x84\x0b\xb4\xfc\x92\x4d\x21\xde\xac\xb3\x7d\x93\xbf\x40\xe3\x2a\xc0\xe5\x35\xa2\x61\xc0\x0f\xdb\x95\x58\x24\x3a\x0d\x28\x19\xe3\x44\x75\xe9\x9a\xa2\xd9\x81\x58\xb9\x74\x5f\x51\xf5\x75\x2f\xec\x19\x81\xd4\xb2\x83\x56\x5c\xfe\xab\x92\xff\x6b\xf5\xa1\x47\x09\xb9\xda\x8d\x27\xc6\xbf\x94\xf4\x0d\x27\x37\xec\x75\xcc\xd1\xdd\xca\x50\x40\x9f\x9a\xeb\xc4\xfb\x6b\x98\xdf\xb1\x1b\x6d\x9d\xdd\x26\x4d\x7b\xc3\xf0\xed\x5f\x6b\xfc\xce\x88\x2c\xef\x6c\xa6\x01\xfc\xad\x11\x7b\xde\x09\xdd\x86\x62\x27\x66\x94\x3b\xff\x9e\x8e\x3b\x34\x1a\xfb\xe7\xfb\x9b\xa4\x32\xf1\xb7\x19\xb9\x43\x82\x08\xaa\x1c\xc6\xe3\x83\xbe\x72\xe5\x17\xef\x92\x3a\x54\xad\x07\x7d\x3c\x98\x55\x6e\xfc\xa2\x2c\x47\xc5\xef\xc6\xfd\xcb\xe4\x73\xe0\x7b\x39\x98\xe9\x6f\xf5\x87\x9d\xde\xef\xaa\xfc\x1f\x62\xf3\xee\xbb\x59\x67\x3f\x3a\x01\x54\x86\xcd\x61\x75\x8d\x9f\x1a\x51\x2e\x3e\xa1\xbb\xd6\xb2\x68\xf9\x49\xc7\xfa\x37\x7e\x0a\x1a\x9d\xbf\x4f\xa8\x3e\x37\x50\xe0\x36\xde\xc9\x6e\xfe\x6c\xdc\x19\x74\xe3\x59\x45\x5e\x64\xa7\x8a\xc6\x9b\xc3\x7d\xc3\x07\x5d\x99\xec\xef\x77\xc0\xc1\x1e\xd8\xf0\xe3\xd5\xbf\xa8\x55\x92\x7a\x81\x7c\x5f\xef\x71\xf3\xb7\x0d\xf8\x62\xcc\xc2\xf7\x81\x92\x21\xd5\xf8\xcd\xbd\x61\xde\xcd\xc8\x5a\xf3\x40\x9c\xda\xa2\xb6\xef\x8e\xb3\x8c\xe1\x2d\x76\xa6\x34\x23\x0d\xca\x4c\x44\x5f\xab\x41\x65\x62\x69\x0d\x24\x19\xfa\xdf\xbf\xb7\x06\xdf\xad\x9c\xe3\xe3\x7b\x8d\x4e\x7f\xb4\xd7\x41\xbd\x8a\xed\x1d\x1b\x45\xb3\xa6\xa7\xfc\xc2\xd1\xee\x92\xd5\x09\x15\x59\x73\x64\xcf\x16\x42\x1f\x56\xe4\xeb\x34\x7b\xf1\x52\xfb\x25\x7f\x8a\x9e\x21\xe8\x3f\x78\x9a\x2d\x6f\x02\x35\xe9\x02\x8d\xbc\x53\x33\x65\x91\x7f\x90\xd5\x4c\x44\x5c\x32\x9f\x03\xb9\x36\x5d\x2c\x4c\x37\x54\x21\xd6\x77\x45\xba\xea\x54\xd8\xd6\x4f\xf2\x62\xa1\x49\x86\x19\xaa\xf3\xfe\x79\x87\x82\xce\x8f\x2f\xa1\xa8\x0a\xd4\x62\x11\x8d\x49\x4c\x91\x7f\xc9\xb3\xa6\x4f\x86\xd7\xa0\x6e\x33\x0a\x78\x28\xad\x19\xc3\x7f\xf5\xa6\x4f\x3e\xe8\xf6\x27\xbd\x73\x6c\x46\x69\xdf\x7e\x74\xb1\xf8\x11\x4c\x3b\xb8\x6e\x04\xe2\x01\x0f\x81\x04\x74\x8e\x9a\x5e\xd1\x85\x99\x81\x1e\xe2\x84\x9f\xc0\x76\x5f\x95\x38\x98\xb6\x99\x7b\x38\x1e\x67\xdd\x52\x22\x62\xdc\xaa\x23\x36\x1d\xa8\xb5\x65\x13\x3c\x45\x78\xc0\x10\xac\xf1\x39\x59\x7d\x6d\xb9\xf7\x3f\xa0\x65\x91\x42\x1c\x0e\x5a\x2e\x22\xa8\xbd\x9d\x65\x83\x76\xd9\xb9\x9e\x0d\x6a\x48\x04\x09\x2a\x73\x42\x27\x87\xac\x26\x8a\xdc\x03\x5a\xe4\x91\x19\x0d\xfb\x65\xe0\x41\x9a\x24\x29\xb5\xe3\x0e\xc7\xbb\x6b\x87\x4d\xfb\xa2\x3a\x23\x4e\xc5\xd0\xa5\xc1\xf9\xeb\xc7\xb6\x34\xa0\x76\x2c\x82\x6c\x1c\xc7\x9c\x6f\x6f\x73\x56\xbf\x66\x4c\x7b\x51\x16\x20\x1c\x24\x6d\x78\x61\x56\x54\x4b\xb0\x93\xa4\x6f\x20\xb2\x75\x46\x66\x7c\xc3\x8b\x8c\x31\xa0\x4c\x59\x7b\xc8\x88\x28\x4c\x1a\xb9\x24\x59\xc5\x89\xb6\x04\x1c\xba\xb8\x30\x40\x00\xde\x3a\xd2\x97\x4f\x0f\xd7\xdc\xd4\x6d\x52\x7c\x45\x0b\x30\xcf\x0d\xb8\xa3\xe7\xb5\x02\x36\x3c\x1c\xa0\x5b\x91\xf5\x6f\x5b\xb3\x06\xc7\x24\x9e\x7b\x05\x7c\xd8\x4f\xb5\x7b\x99\x9a\x8d\xaf\x18\x9f\x79\xf6\x7e\x0e\x31\x20\x9f\x2f\xa7\xf2\x90\x85\xb5\x8e\xbd\x80\xed\xc3\xc6\x07\x84\x76\x4f\x5c\x12\x38\x47\x76\x8a\x12\x74\xef\x74\x72\xa2\x2d\x07\xb9\xfb\xc3\xc0\x24\x45\xf6\x7f\xd2\x5c\x9d\x55\x9a\xc0\x58\xd1\xc7\x6f\x20\x79\x80\x56\x44\xf0\x83\x0c\xe8\x0a\x80\xd2\x99\x23\x79\xec\x82\x24\x90\x61\x00\x8a\xf0\x30\xe9\xbd\xb4\x64\x7f\xe6\xd8\x7b\x3f\x79\x77\x87\x4d\xe7\xf2\x5f\x89\x08\x0c\xce\x93\xcb\x04\xd7\xe0\xeb\xd9\xad\x2a\x09\x73\xab\xb9\xb4\xc6\xec\x19\x0b\x39\xa8\xf7\x43\xdd\x16\x12\xe8\x7b\xd2\xc2\xc6\x2f\x59\xa1\x03\x34\x4b\x4e\x58\xd1\xec\x2a\x58\x12\xc1\x90\x04\x3a\xe5\x1b\xd9\xd8\x30\xed\x76\x25\x14\x42\x92\x60\x77\x9e\xfa\xf2\x4c\x7a\x60\x5c\xf0\xc2\x05\x48\x10\xfe\x98\xe2\x19\x3c\x71\x60\x19\xd2\x47\xa7\xba\xda\x4a\xaa\x43\x1f\xc2\x4b\x00\xeb\x45\x9d\xd1\x3d\x62\x7e\xc9\xf5\x0a\xf6\x42\x06\xb4\xa2\xcc\xfb\x7d\x80\x44\x0e\xd1\xac\xd6\x1e\x7a\x77\xcb\x2e\x46\x1a\x00\xd2\x31\x95\x66\x17\xf7\xad\xbb\x46\x02\x94\x1e\x5a\xef\x3a\xbc\x1d\xde\x9b\xf2\x72\xa3\x16\x78\x76\xf0\x3e\x70\xac\x53\xcf\xd2\xca\x8e\x91\xc9\xb7\xd1\xe2\x0d\x82\x9a\x0e\xc3\x35\xab\xf7\x77\x28\x4a\x73\xb4\xb6\xdd\x25\xd5\xf0\xea\x80\x9d\x9e\xa2\xcd\x56\x02\xf2\x9a\x0d\xc3\xb3\x7a\x8a\xd7\x74\x16\xec\x36\x3a\x05\xcf\x24\xe6\x16\x24\x7e\xd0\x49\x6b\xdd\x0a\xdd\x9d\x01\xbb\x84\x37\x6b\x3d\xfd\xd3\x41\x21\xfe\xfe\x13\xb7\xfd\x2c\x77\xbb\x58\x7b\xb7\x8b\x8d\xee\xb6\x0e\x6d\x50\x04\x64\x7b\x1b\x05\x31\x8d\xa7\xff\x03\x31\x1f\x4a\x3f\xe2\x89\x80\xc2\x58\x1d\x6e\x6e\x5c\x05\x6c\x7f\xad\x61\x18\xc0\xc1\x6e\xd6\x16\x3f\x53\x11\xde\xd1\x05\x03\xe3\x6b\x3c\xaf\xc4\xc6\x3f\x0c\x0d\x4f\x0f\x0e\x85\x29\xfb\xca\x99\x8b\xad\xc6\xa8\xd8\xd8\x70\xc9\x31\xb3\xa8\x25\xb8\x8b\xe6\x63\xeb\x70\x02\xa8\xe0\xf1\x92\xc3\x67\x1b\x3b\xc3\x7e\x7f\x78\xd3\x5a\x39\x85\x36\x2c\x78\x29\x6c\xe9\x34\x4b\x1e\x03\x3e\xf8\x77\xa4\x69\x33\x76\x57\x5b\x70\x6f\xf4\x5c\xf8\xce\xd9\x43\x50\xb4\xa6\x4f\xf1\xef\x93\x81\x7c\xf9\x9a\x90\xad\xfb\xfc\xb8\x01\x46\xab\xfd\x16\x72\x3f\xa0\xab\x19\xdf\xc8\x7a\x1b\xf2\x3c\xc0\xad\x37\x97\x33\xed\x8c\xc1\x76\x35\x37\xe4\xa8\x53\x1a\x2a\x3f\x20\xf5\x2c\x6e\xfb\x7c\xa3\x0b\xbd\x83\xe3\xc1\x07\xb7\x22\xd7\xd0\x05\xdc\xb2\xc4\x33\x5f\x6b\xd8\x00\xe8\xfb\x4a\x6f\x95\xf6\xb3\x12\x68\xf8\xa3\xba\x79\x26\x11\xc5\x65\x8d\xf1\x09\xd9\xb2\x31\x17\x0e\x75\xa1\x1c\x8b\xe6\x81\x6b\x26\x04\x74\xf4\xf3\x2e\x5a\xda\x0a\x5a\x86\xe7\x18\x63\xa4\x76\x32\xd4\x27\xa2\xee\x21\x5a\x34\xeb\x67\x25\xc9\xfd\xfc\xce\x7c\xb5\x73\x63\x92\xf7\x2e\xff\xee\x97\x3f\x6f\x34\x46\x93\x6d\x33\x4f\x5b\x6d\xd8\xc1\x5a\x18\x5c\x27\xc7\x92\xb2\x29\xad\x61\x96\x11\x79\x04\x23\xcf\x3d\x77\xef\x59\xc2\xf3\x57\x8c\x50\xda\x83\xdc\xd3\xac\x93\x4b\xaf\x1f\xde\x4e\xfe\x2b\x55\x1e\xf8\xf3\x60\xb8\xbb\x00\x35\xe2\x5b\x25\x6a\xc4\x39\x19\x78\x66\x2b\x6b\xf1\xdd\x12\x1c\xed\x6c\xaf\x73\x17\xd2\xa4\x2d\xd0\x96\xe5\xb7\x42\x00\xdb\xa4\x7b\x3f\x54\x75\xeb\x07\xee\xc0\xaf\x2e\xcc\x8f\x14\xb7\xe8\x8a\x89\x3a\x6e\xf3\x66\x20\xa4\x7e\x20\x5a\x1d\xf1\x84\x25\xad\x61\x45\x42\x0d\x50\x34\x93\x0b\xf4\x7f\xa3\x45\x72\x7c\xfc\x64\xd4\x03\x75\xad\x85\x91\x2f\xec\xfb\x0c\xc0\x76\x1a\x34\x75\xea\xd6\x3a\xfb\xa3\xff\xde\x9b\x3e\xb7\xd2\x12\xac\x5b\x9b\x0e\x23\x21\x40\xcd\xbc\xf3\x62\xdb\x68\x30\x96\x35\x41\xba\xd8\x3d\xea\x82\xcc\xe2\x94\xe1\xf3\x18\x6d\x8e\x80\xc2\xcf\x48\x08\x50\x3e\xfd\x2e\xb8\x00\x41\x93\x22\xf1\x3f\x25\xf3\x33\x7a\x2f\xc4\xa0\x89\x66\x74\x83\x67\x26\x82\x5e\x9c\xcf\x72\x2a\x87\x01\xfb\xcb\xb3\xf7\xfc\xf6\x2d\xb6\x12\x79\x1e\x2b\x56\x2d\x19\xbb\xf9\xd7\x6b\xd3\x2b\x7d\xfd\x3f\xb3\xae\xf6\x48\xc4\xd7\xcc\x65\x7d\xc4\x27\x45\x39\xdc\xb7\x04\x12\x2d\x24\xac\x57\xa9\xf1\x7d\xf7\x9d\xf9\xcd\x1d\x0d\x87\x05\x7b\xdd\xa8\x88\x0e\xa5\xbe\x14\x3d\xaa\xee\xc5\x80\x27\x3d\x3c\x10\xad\x49\x44\xe0\xed\x63\xca\x78\xd3\xec\xc3\xd0\xca\x41\xa9\xe7\x77\x68\xd4\x9f\x15\xb4\xd5\xee\xf8\x90\x2c\xb5\xf3\x7d\x54\xd0\x42\x06\x9d\x8f\x95\x48\xe8\xc2\xd3\xcf\x9c\x89\x8b\xed\x06\x53\xe7\xf1\xd8\xf2\xf7\xe2\xde\x50\x9d\x63\xa1\xb7\x8d\xa6\x0d\xe0\x53\x64\x74\x1e\x3d\x2c\x79\x0d\x8a\xae\x79\xd0\xbf\x64\x27\x09\x2f\xb3\x50\x42\x34\x6e\x0c\xfb\x5a\xd8\x26\xbd\xf4\x5d\x09\x3a\x73\xcd\xe0\x46\x95\xe1\x66\xb9\x10\x79\x41\xa7\xaa\x01\x3b\x43\xdb\x6f\x19\x19\x1d\xce\x2c\x6f\x13\x74\x4f\xa9\x5b\x3e\x5b\x2b\xd8\x9f\x05\xfa\x8c\x69\x2b\x3c\x99\x10\x8f\x55\xa8\x07\x42\x7c\x33\x0d\x8f\xbc\xe9\xdc\xb5\x7c\x91\xd1\xba\x59\xac\xc8\xf1\x3f\x4a\x7f\x40\x08\xe6\xc0\x41\x74\x7c\x78\x8a\xf4\xf0\xf2\xff\x76\x84\x27\x6d\x37\xd4\xe4\x87\xf4\x6a\x85\x32\x37\x59\x87\x78\x1f\x05\x71\xda\x1c\x69\x5e\x9d\x39\x67\xba\x66\x20\x52\xe4\x25\x58\x93\x85\x1f\xa5\x5e\xcf\xa9\x48\x38\x6e\xcc\x8e\x54\x05\x18\x5a\x8b\x52\x15\xbf\xe1\x62\xf4\x42\xae\xc2\x5c\xd9\x38\x27\xe3\x8f\x17\x4a\x2f\x3f\x8b\x85\x94\xf3\xdc\x78\xda\x18\x6f\x57\x82\xb8\xb8\xbd\xc2\x57\xf6\x58\xcc\x77\x89\x6e\x72\xb8\x2c\x7d\x82\xd4\x94\x8f\xf2\x3e\x11\x13\x27\xb1\xf9\x29\x20\x2c\x48\x56\x1e\xe3\x53\xa5\xc9\x3a\x8b\x7c\x23\xac\x56\x1c\xdd\xac\x25\x76\xf4\x23\xe7\x4b\x5f\x61\x45\x36\x73\xfd\x3f\x4b\xf2\x4e\x66\x11\xd2\x09\x90\x4f\x7d\xaa\x0a\x9f\xdf\x08\x37\x67\x5f\xb4\x67\xdf\xa3\xb5\x3c\xc0\x07\x3b\x53\x9b\x26\x20\xf7\x1e\xf3\x0b\x8d\x4e\xaf\x87\x98\x8a\x0f\x1d\x4d\xc0\x4b\x09\x54\x9c\x85\xa4\xaa\x8e\x0c\xc3\x48\xe1\x28\xb1\x97\xb2\x6d\xd5\xf6\xfc\xf0\x8a\x6c\xf0\x9c\x7d\xef\xd0\x6c\xf2\x3f\x84\xdb\x9d\x3d\x31\x1f\x81\x6f\x76\x2d\x56\x50\x7c\x20\x3c\x7f\x4c\x42\x19\x7b\x59\x81\xaf\x1a\x7f\x25\x44\x41\x58\x1e\xea\x34\xbd\x4b\x17\x43\x39\x8c\x49\x4f\xf0\x7b\xc1\xf6\xf8\x78\xf0\x82\xc9\x5f\x24\x3d\xee\x56\x5a\x48\x52\xef\x08\xad\x7a\x06\x27\x9d\xad\x0e\xcc\x76\xbf\xf7\xf5\xbc\x08\x0b\xc7\x6a\x25\x34\xaa\xa7\x23\x26\x85\xa1\x75\x7a\x21\xf7\xbc\x13\x14\x93\x54\xca\x03\x51\xe3\xf9\x58\x34\xf4\x60\x4a\xa4\xc0\xa8\x8a\x40\xf9\x0c\x67\x70\x56\x4a\x51\x8f\x3e\x5a\xda\x8c\x32\xe4\x87\x28\x7a\x7e\x0e\xa4\x23\x92\xfb\x90\x1c\x93\xa7\xbc\x20\x32\x6f\xb2\x8e\x84\x32\x52\xb0\xdf\xd0\x6b\x45\x39\x1e\x0e\x76\x5f\x47\xf5\x06\xb7\x63\xb8\x07\x02\x7a\xf2\xc6\x6b\x2f\x73\x8b\xa6\xe7\xbc\xc2\x56\x85\xbb\x14\xbb\x10\xbb\x47\xbf\x95\x97\xbf\x98\x6c\x13\x78\xbf\xd6\x51\x59\xb9\xaa\xc2\xe7\x22\xe6\x6b\x9e\xb8\x6e\xca\xda\x65\xed\x45\xce\x03\x5f\x54\x89\xde\x54\x2e\x43\x8d\x9f\x45\x72\x0e\xc3\xf0\xf5\xcd\x69\xc9\x01\x8b\x82\x4b\x24\x2f\xb6\x33\xba\xfb\xa7\x96\x34\xa4\x03\x76\x31\x77\x86\x60\x49\x1f\xd0\x35\x8e\xf4\xdc\x43\xf8\x25\x69\x83\x5c\xc2\xef\x40\x59\xf9\x9e\x7a\xca\x31\xf6\x30\xc3\xb1\x9a\x49\x9d\x02\x3c\x5b\x99\x04\x65\x40\x9a\xe4\x33\x6b\xcd\x8b\x35\x80\x09\xdd\x85\x4c\x01\xb6\xfc\x03\x79\x9e\x28\x79\xb6\x1a\x32\xb2\xef\xfb\x21\x77\x36\xc5\xef\xdd\x3a\xa7\x0a\xc6\x0b\x9a\xf3\x5f\x58\x85\xa5\x3e\x2d\xa7\x32\xab\x43\x53\x2f\x08\x77\x80\x57\xa0\x79\x03\x39\x87\x34\x77\x90\xbc\x97\xf3\x72\x07\x24\x57\x7b\x8b\xae\xe4\x0d\x38\x78\xd5\x43\x5d\x2b\x95\xc4\xc5\x31\x61\x1e\xc6\x38\x26\xd4\xf0\x5c\xb8\x84\x68\x9b\x72\x07\xde\xbb\xab\xe0\x11\x92\x1c\xc2\x70\xa0\xf1\xfb\x8c\x34\xcd\x53\xb2\xf7\x11\xe8\xdd\xf7\x0c\x7a\x8b\xa4\x1e\xec\x0c\x9d\xc7\xda\x4e\x27\x2c\x91\xb8\xce\x1b\x9a\x5d\xd9\x02\xe5\x30\xc2\x51\x09\xe2\xa4\xa3\x25\x1a\xb9\xa7\x1f\x89\xf3\x01\x8c\xcc\x8d\x70\x8a\xff\x4b\x93\xfe\xd1\x28\x87\xd7\xcd\x33\x4d\x8d\xff\xd3\xdf\xfc\xf2\x39\xcd\x61\x69\x2c\x2b\x4e\x2b\x29\x6c\x44\xf5\x7c\x95\x2a\x99\x03\x7d\xad\x2b\xc1\xc4\x13\x5c\x07\xe8\x5f\x38\xd2\x66\x03\xb2\xfb\xc3\x27\x6b\x35\x3d\x23\xaf\x35\xfc\x28\xfd\x92\x8f\x8f\x91\x79\xae\xa4\x5f\x93\xc1\x76\x3e\xe8\x91\x20\x71\x88\xf0\xb6\xe0\xe8\x0f\xa7\xb6\x87\x16\x0e\xab\x04\x1a\xe8\xe0\xe9\x34\xc9\xee\xe3\x06\x63\x57\x5b\xb9\x8e\x0e\x8e\xd2\x46\x08\xa8\x13\xdb\xc0\x66\x7c\x44\xbe\xa1\x98\x29\x44\x04\x50\x0d\x20\xc2\x61\x84\x6f\x9b\xb3\xab\x71\x0c\x16\x4f\xf5\xaf\x24\x5f\x3b\x4b\x4a\xc0\x6b\xeb\x81\x09\x40\x0b\xbe\xd0\xb8\x67\x6a\x19\x31\x11\xf4\xdd\x67\x63\x58\x86\x8f\x31\x5a\x02\x46\x06\x47\x47\xd2\x8f\xae\xb4\x76\x17\x22\xa6\x0a\xdf\xe4\x3f\x17\x52\x3b\x8a\x3d\x1d\x11\x14\xe2\x8d\x38\x55\x58\x05\xd6\xe3\x77\x19\x11\x21\xef\x68\xec\xd9\xae\x3b\xd7\x9a\x5e\x04\x4c\x59\xe0\x4f\x4b\x8c\xd9\xc3\x70\xbc\x00\x27\x84\x27\x66\xde\xc3\x5f\xab\xdc\x33\x24\x94\x01\x99\xbe\x93\x25\x45\x5f\xdc\x26\xc3\x78\xc2\x53\xe1\x4c\xd2\x14\x20\xa2\x67\x3e\x66\x75\x60\x79\x99\x87\xe2\xce\x70\xb4\xb4\x41\x8e\xd6\x7f\xde\x92\x4b\x3e\x17\x4d\x30\x35\xd0\x57\xc9\xd4\x29\x80\x9f\xad\xdd\x7d\x7a\xe8\xf3\x51\xd9\x67\x9c\xba\x9e\x20\xd7\x5b\x5f\x34\x65\xae\x0b\xe1\x3e\x37\x21\xd6\x77\xe0\x50\xd6\x97\x69\x64\x82\x8c\xd1\x9a\x4d\xae\xa1\xd5\x4d\x61\xf6\x6d\x80\x9d\x81\xa1\xc7\x0a\x66\xe8\x64\xc2\x78\x70\x1d\x38\x90\xde\xb9\x70\x94\x20\x2d\xf2\xa6\xac\x03\xfd\x97\x15\x17\x1a\xb1\xfd\xa1\x0b\x3d\x0f\xe4\xcc\x17\x62\xc5\xd7\xfa\x25\x8c\xb6\xf1\xb6\xad\xfd\x07\x42\x6c\x7f\x4c\xf2\xe7\x52\x3c\x7c\xc8\xc9\xe7\x5e\x53\x09\x43\x7f\x06\x9d\xc0\x37\xe6\x22\xff\xac\x04\xa0\x20\x7d\x98\x59\xb3\x56\x80\xb2\x8f\x84\x50\x77\xde\x93\x59\xc8\x0b\x36\x41\x45\x78\x28\xf7\x3d\xcf\xca\x14\xd8\xc3\xb1\x06\x67\x29\x49\x38\x2a\x4e\x34\x75\x78\xd2\x33\xe0\x8b\xf4\xa1\x04\xf6\xc9\x05\x5f\xff\xc7\x4b\x95\x1b\xd9\x83\xaa\x73\x83\x79\xe3\x2a\xb8\x01\x5c\x6b\x28\xaf\xaf\xc0\x55\xaa\xa1\x7c\xf9\xd6\xfb\xf8\x3b\x67\x4e\x97\x30\x8f\x2c\x0c\x1b\xb9\xf4\xcd\xd9\xf7\x48\x79\x4d\x01\xe8\xb2\x26\xee\x84\x81\x9d\x38\x13\x32\x2f\x60\x7c\x2b\xb6\x9a\x0b\x71\x04\x09\x98\xe4\x44\xab\x6c\xd6\x04\x16\x35\xa2\x77\x41\xe4\x6c\x35\x6e\xe4\x45\xbe\x9d\xf7\x91\xa3\xfd\x8c\xf0\x31\xe6\x07\x02\xce\x15\xbf\xc1\x27\x2f\xa9\x61\xda\xe9\x04\x16\xff\x5a\x31\xea\x0c\x9a\x5d\xc3\x58\x17\x97\x2f\x4c\xf2\xe6\x38\xeb\x35\x21\x4e\xdf\xc8\xbc\xff\x9d\x9d\x64\xcc\x75\x19\xc8\x35\xcd\x5e\x8f\x46\x87\xe4\xf0\x5d\xe0\xc6\xab\xb3\xaf\x8b\x4d\x24\xcc\xa7\xa8\xd3\x0e\x31\x2a\xf4\x6c\x84\x36\x28\x3a\x91\xc7\x54\xbd\x1e\x40\xb6\x1b\xed\x61\x1e\xef\x01\x32\xdb\xcb\x31\xbd\x98\x34\xe3\xe8\x84\xdb\xb8\x74\x16\x10\x34\xf2\x5f\x70\xba\xa0\x63\xab\x61\x0f\x72\xb7\x85\xf9\xf2\x0d\x16\x79\xa9\xd1\xed\x0f\x07\x0e\xdc\xea\x82\x8e\x97\x5c\x3d\xc2\x6a\x0e\xa2\xec\x92\x6f\x34\x59\x1a\xda\x34\x9d\xf9\x7d\x19\x13\xd4\x17\x2f\x34\xf0\x1c\xc8\xb3\xe9\x5b\x6f\xb5\x89\xd3\xa7\x07\x83\x3d\x28\xdb\xe2\xb7\xf1\xfe\x78\xed\xd4\x2a\x06\xc8\xaf\x63\x4b\x4e\x60\x2a\x21\x0d\x95\x07\xd8\xab\x03\xa5\xb6\xdc\xa4\x02\x01\xbb\x68\x13\x9e\xfa\x66\xa9\x72\x4d\x61\x76\x43\xf3\x09\x0a\x59\x88\xf5\xee\x21\xeb\x5c\x91\x63\x44\x45\xde\xf2\x84\x5a\xed\xe6\x65\xbe\x3b\x80\x84\x12\xb2\xfe\xc0\xae\xda\xb2\x2d\x9a\x60\xe4\x92\x3a\x19\x46\x2e\xea\xe7\x5d\xc3\x46\x67\xe0\x18\x00\xe9\x70\x60\xa5\xc7\xf2\x63\x30\x9a\x52\x12\x9f\xba\xc6\x4b\x95\x1c\x50\x02\x4b\xc6\x59\xa7\x67\xb0\xda\x6f\xf1\x0f\xfe\x57\xe5\x60\x7a\x41\xb4\x5a\xea\x00\xce\x8e\xc3\x76\x3e\xc8\x4b\xe2\x0e\x5c\xb6\x9e\xb9\x72\xe8\xd0\x9c\x52\x05\x06\x01\x15\xa9\x4d\x89\x62\xc5\xb5\x20\x3f\x21\xc0\x91\x5a\x88\x64\x88\x20\x88\xd3\xa9\x21\x12\x75\x24\x7a\xd9\x4e\x67\xd2\x17\x9f\x34\x30\x0f\xf3\x66\xea\xd2\xf1\x71\xfd\x0c\x43\xe9\x27\x03\x4c\x50\x7a\x22\xf8\x87\x34\x68\xde\x77\xc5\x2d\x2a\xd7\xe1\x00\x1b\x11\x1f\xf3\xd4\xa1\x72\xe6\x95\xe2\xcc\xcb\x0b\x21\x86\x42\xbc\xad\x97\x68\x42\x2e\x4d\xa8\xcd\xc8\xf6\x16\x8d\x2a\x4b\xce\xc1\x5f\xfb\x46\x87\x6b\x32\x1c\xe0\x5d\xa3\xaf\xab\x0d\x0d\x60\x6c\xe4\xe6\x6d\xbe\xc8\x46\x02\xbc\x8d\x97\x64\xa4\x4e\xaf\x37\x46\xf6\x30\x0c\x6d\x0b\x8b\x80\xf8\xed\xf9\xb8\xac\x99\xc3\x25\x72\x51\x46\x8e\xc8\xad\x7a\x1e\xd8\x7d\xb5\x15\x81\xcc\x94\x27\xe4\x8f\x33\x6d\x72\xb4\x34\xba\xe8\xf3\xd4\xa8\xf6\x29\x6e\x0d\xba\xb1\xe2\x87\x0c\x28\xa6\xcf\x87\x50\x21\xe6\x26\x44\x8f\xa0\x4f\xdf\xd7\x04\x6f\xab\x7f\x11\x61\x1e\x68\x2d\xfa\xf3\xed\x76\x3e\xc0\x16\xce\xa5\x4f\xbe\x02\xbe\x2a\x92\x18\x6d\x75\x8f\x3d\xf4\x0c\xe4\x76\xf7\x38\x12\x7f\xb8\xd3\x46\x48\x46\x61\x26\xc1\x83\x90\x1d\x75\xe6\xd2\x71\xce\xd1\x19\x46\xee\xca\x12\x44\xcb\xab\x9e\x22\xba\x9b\x33\x04\x80\x75\x87\x78\x90\xd4\xcb\x98\xb6\x92\x2e\x83\x9b\x05\xa0\x3c\xb3\xcf\xe0\x5a\x56\x8a\x89\x16\x21\xef\x69\xe0\x3e\x18\xb9\xcb\x1b\xe6\x7e\x90\x81\x1f\xc8\x04\xd2\x19\x05\xc9\x11\x37\x80\xa3\x06\x97\xb9\xf1\xcb\x4e\x48\xa5\x1b\x8d\x0e\x5c\xb3\x4d\xf8\x22\x9f\x83\xf5\xd8\x0b\xe0\x2b\x9a\xdb\xfd\x49\x66\xc8\x68\xf0\x50\x84\xc1\x90\xd9\x08\xbf\xfd\xc5\x5b\x4d\x12\xc7\x71\x87\x16\xf1\x04\xa9\x77\x99\xce\x2a\x9d\xee\x18\xea\xe1\xc2\x54\xfc\x2e\x75\xf5\xcb\x6f\xfd\xf2\x5d\xcf\x9a\xc7\x4a\x38\xe7\xf3\xa0\x13\xd4\xd3\x5b\xf3\x12\x87\xdb\x05\x98\x03\xdd\xcf\x8b\x82\x64\xef\x41\x2e\xce\x13\x36\x0f\x2d\x3a\x43\x7d\x1c\xc9\xbe\xc7\xa2\xff\x87\xbb\xb6\x19\xca\x03\x9f\x8b\x14\xe8\xcb\xbc\x2e\x31\x16\x04\x7b\x53\x56\x2c\xac\xc6\xb0\xf4\x22\xec\x68\x07\x97\xaa\x91\xae\xdd\xba\xf3\x74\x4d\x64\xbc\x97\x59\x25\x48\xe0\x5f\x57\x36\xfa\xcd\x32\x67\x41\x99\x25\x8a\x0c\x60\x34\x46\x0c\x53\x00\x35\x8e\x55\x32\x0f\x01\x5b\x24\x19\x1c\xc7\x50\x61\x2e\xeb\x22\xeb\xef\xf8\x9c\x94\x13\xba\x83\xfe\x15\x79\xa0\x66\x3a\x33\x07\x19\xa1\xad\x9c\x8b\x72\xe6\xe8\x96\xc1\x73\x83\xeb\x40\x72\x9d\xe6\xe8\xb1\xfb\xe0\xf4\x0b\xba\x01\x6a\xf0\x5d\x1b\x1b\x3c\x48\xb9\x46\x9c\xa7\xfe\xff\xf7\x7f\x7f\x79\xe9\x4d\x39\xf6\x37\xcb\x71\x1f\xfe\xe5\x2c\xd8\x4a\x5b\x05\xcd\x61\x44\x84\xaa\x40\x61\x76\xe2\xcd\x0c\xca\xda\x9b\x14\x3f\xf8\x35\xa3\x29\x9f\x06\x2c\x9f\x34\xec\xf7\xf0\xd3\x99\xe9\x5c\xa0\xdf\x1a\xba\x67\x7f\xa8\xa9\x83\xe9\x47\x9f\x3c\x9a\x61\xba\x50\x6d\xac\x0a\x82\x31\x18\x86\xf9\x3f\x17\x01\x1b\xfa\xfb\x49\xde\xbd\xde\xde\x9d\xe4\x90\x04\xe2\x4f\xa4\x22\x42\xad\x39\x3f\x11\x4e\x92\x0c\x25\xd6\xf0\x85\x97\x7b\x79\xc1\x68\xe5\x2b\x0f\x19\xa4\xd0\x0a\x32\xea\x2a\x19\x17\x72\xb3\xdd\xe1\xfe\x7e\x67\xd0\x4b\x65\xe4\x4a\x72\xd1\xce\x5b\x77\xa9\x93\x4a\x12\xc1\xc2\x2f\x47\x8d\xd1\x04\x62\x91\x21\x50\x80\xd7\x46\xac\x14\xb3\x74\x29\x16\xe7\xd3\xf4\x5c\xce\xb4\x51\x39\x17\x6e\xc2\x1c\x02\xd6\x2a\x59\x27\xdb\xea\x2a\x06\xeb\x3d\x33\x2e\x81\xf3\x29\xb9\x07\x21\x91\x59\x9e\xbc\xd0\x68\x50\x7e\x0e\x00\xf0\xa3\x46\xc0\x82\x36\xca\x71\x86\xda\x85\xaf\x93\xe1\xe1\x3b\x79\x1f\x52\x1d\x70\x2c\x05\x14\x8f\x29\x3b\xbb\x50\xe5\xc7\x2c\x91\x7c\x43\x99\x87\x7d\x82\x30\x75\x82\x41\xcd\x4b\x9b\xc7\x9a\xa6\xa0\xde\x59\xe1\xee\x9b\x7c\x20\xcc\x50\x98\x41\xce\xf6\x34\xdc\x4b\xaa\xbc\x17\x54\x08\xdb\xa0\x32\x58\xbf\xb3\x9d\x41\xbb\x3f\x23\x93\x72\x82\x87\x32\x37\x58\xab\x9f\x15\xa5\x81\x3b\xfe\x82\xa5\x01\x1a\x5d\x0c\x91\x2f\x28\x3e\x83\xb7\x8b\xb9\x1d\xfa\x59\xa7\xc8\x0a\x55\x57\x10\x38\x2a\x70\x67\x1e\x77\x6e\xfa\x15\x08\x3c\x79\x06\x9b\x18\xb8\xa6\x72\x79\x5f\xb2\x02\xe5\xb6\x9c\x61\x46\xc9\x83\x71\x0c\xd0\x75\x3c\xf2\x71\x73\x3c\x14\x90\xa2\x0e\x21\xae\xfb\x12\xaf\x85\x5c\x3f\x8b\xe6\x36\xad\x39\x35\x87\xd4\x24\x7d\x90\x94\x9d\x32\xcb\x79\x9c\xce\x9a\x4a\xa7\x36\x53\x35\x5e\xa2\xf4\x39\x78\x10\xac\x5a\xb5\x22\x54\xa3\x91\xf5\x20\x54\xa5\x85\x65\xf4\xf2\xbe\x94\xe3\x73\x2b\xe6\xef\xe4\x10\xcb\x4d\xc8\x01\x76\x1e\x35\x82\x3f\xb8\xc9\xb7\xfc\xbc\x30\x7f\x88\x20\x80\xa0\xf9\x68\x9c\xe1\xc9\x91\x57\x63\x91\xcc\x24\xe8\x17\x20\x93\x9e\xdd\xce\x00\x43\x7f\x60\x3e\xc8\xa4\x02\x2c\x0f\x4e\x5c\xa4\x4a\x1d\x31\xe0\xd3\x72\x74\x46\x6a\xc6\xf4\x14\x54\x2e\xca\x1c\x4f\x30\xf4\x76\x86\xb8\xad\x66\x7b\x07\xc1\xed\x48\xe7\xfd\x89\xc1\x3b\xdb\x59\xdb\x2c\xb4\x63\xa5\xc4\xef\x13\xd1\xee\x07\x62\x83\x22\x59\x55\xbf\x33\x2f\x4b\x10\x6f\x87\x54\xd2\xe9\x42\x6d\x87\xd5\xcb\x41\x12\xbd\x9d\xed\x80\xc2\x00\x7e\xba\x5c\x1b\xd7\xb5\x21\xa9\x5e\x1d\xe8\xa0\xc7\xb9\xed\x1b\x1c\x93\x27\x7b\xcb\x82\xc4\x24\xe0\x8e\x57\xdb\x5d\xea\x8f\x75\x0f\xd2\xc0\xde\x1c\xe7\xa5\x18\x2e\x13\x27\xbb\x0c\x52\x28\x6a\xd6\xce\x51\xbb\xd9\xf3\x3c\x62\x0a\xa6\xc1\x6d\x59\x1e\x44\xaa\xa7\x59\xd1\xa6\xce\xc3\x40\x9e\x25\xc8\x39\x98\x5d\x4e\x0e\xc6\x49\x37\x3c\x27\x24\x06\x55\xd3\x5a\x1d\x31\x45\xd4\x2e\x39\xa5\x97\xf5\x43\x13\x26\x2c\x62\x1e\xb7\xbc\x58\x69\x81\xc5\x27\x2a\x7b\x01\x7b\xdc\xfb\x5c\xd2\xcb\x86\x6c\xd9\x89\x84\x74\x05\xb6\xef\x2d\x11\xac\xe6\xb6\x9a\x44\x94\x8c\x10\xe4\xed\xb3\xa5\x2d\x62\xab\x1d\x81\x48\x1a\xa3\x5f\x92\x6b\xf8\x59\xa7\x7b\xfd\xca\xa8\xd3\xcd\xec\x49\x00\x47\x47\xf1\x56\x0e\x63\x74\xb3\x7e\x1b\xe3\xe9\x2e\xe3\xf0\x14\x86\x21\x9f\x91\x64\xf8\x98\xc8\xbf\x6a\x9f\x74\x72\x37\xf0\x03\x29\xf7\x47\x81\x7b\xa7\xb9\xe0\x97\x5f\x93\xbb\x78\xfd\x47\xaa\x71\xd4\xee\x47\x0e\xbf\xf6\x30\x1f\xd9\x5f\x96\x54\xc1\x8f\xd3\x53\x33\x6a\xd1\x2d\x53\x21\x60\xfa\x3b\x6f\x65\x9f\xd2\xc9\x30\x7f\x97\xf6\x61\x5d\x44\x65\x71\xa4\x7a\x2a\x5a\x92\x6e\x5b\xc6\xde\x67\x0a\x15\xc4\xf1\x64\xbd\x1c\x7c\xf2\xfb\xb7\x0c\xad\xa2\x67\x2c\x58\x4e\x87\x6b\xf8\x47\xe8\xc3\x20\x65\xf3\x77\xd8\x8e\x8d\x53\x22\xd2\xd2\x70\x97\xe0\x3c\x2f\x60\x4e\x3c\xb6\x52\xb9\x75\x38\x26\x52\xa6\xd6\xec\xa3\xb5\x75\xf9\x89\x7a\x94\xb5\x8b\x5c\xdc\x2b\x56\x3a\xf7\x3d\x6a\x89\x43\xa9\x63\x57\x5a\x9a\xac\x4a\xac\x2a\x86\x8c\xe1\x6d\x54\xa7\x0e\xd2\x47\x1b\x85\x0c\x85\xaf\x9c\xa9\xe0\x76\x26\xbc\xa6\xa7\x5a\x89\x34\xd8\x51\xb6\x1e\xca\xae\x40\x83\x0a\x13\xd8\x07\xed\xeb\x2d\xe2\x95\x1d\x4f\xc7\x38\xeb\xb0\xd6\x97\xee\xb0\x4e\x0d\x6b\x27\x22\x50\x31\x9c\x14\xf0\xc8\x1d\x46\x6b\x6c\x03\x41\x0d\x3a\x4f\xc5\x22\x31\x1c\xbf\xa3\x18\x5b\xbc\xb1\x04\xfa\xda\x74\x7e\x7b\x7a\x38\xbd\x5d\x8d\x5c\xca\x26\x1b\xb5\xee\x08\x3f\x70\x19\x48\x7d\xa1\x06\x83\x11\xc3\x8c\xf0\xb4\x6b\x78\x71\x39\x77\x9f\x56\x38\xd7\xdb\x0a\x8a\x6a\x17\x5c\xa3\x3e\x38\xc7\xba\x08\x0d\xf6\xda\x37\xf7\xd4\x2a\xd7\xf8\x6b\x5a\xbe\x89\xdc\xab\x1f\x90\xc9\x3c\x11\xab\x47\xd4\xc8\x9e\xa1\x10\x64\xc9\xf2\xe9\xb3\x6a\x44\xaf\x5a\x6b\x8c\x45\xe9\x74\x80\xe4\x3f\x1b\xd2\x74\xab\xd9\x58\x39\xbf\x5f\x72\xb0\x4f\x04\xfa\xd8\xf4\x53\x0a\x81\x84\xc4\x87\x71\xdc\x5c\x94\xd3\x3e\xf2\xf0\x51\x8c\x15\x63\xa3\x65\x49\x59\x33\x9b\x29\xfa\x63\xb6\xb7\xa5\x78\x0f\xff\xb6\xc2\x37\x2b\xb0\x43\xea\xb2\x4d\x81\x7a\x33\xf0\x30\x90\xca\x34\x12\x50\x3d\x64\x32\x57\xba\x83\x8a\x35\x62\x4d\xb5\x61\x9b\x83\xdf\x44\xc8\x48\xd4\x23\x7d\x92\xa0\x7d\xe6\x94\x5f\xae\xf4\xa2\xfe\x67\xef\x95\x1c\x53\x90\x1c\xb1\x9f\x3a\xed\x13\x28\xb8\x14\xc1\x2e\x26\xdb\xe6\xd9\x07\xce\xf9\x5c\x47\x22\xa1\x53\x73\x18\x99\xd3\x85\xe0\x5e\xac\x34\x94\x94\x38\x16\x52\xe7\x29\xb9\x5e\xb1\x39\x1d\x9e\x63\xe1\x7a\x46\x58\x01\xee\x20\x94\xc3\xfc\x81\x1b\x22\x08\xb7\x2a\x04\x62\xf9\x9c\x4c\x96\x1e\x32\x3d\xaa\xfd\x0e\xfa\x23\x82\x7e\xea\x09\x0b\xf6\xf2\x05\xb4\xe4\xc0\x7a\xfd\x51\xe2\xfa\xec\x97\x7d\xc9\x6e\x07\x48\x64\x81\xae\xea\x92\x97\x55\x9a\x10\x03\xf4\x39\xc5\x04\xd8\x5f\x6d\xe2\xfe\xc5\x25\x56\xd4\xea\x09\x0d\x7d\x95\xaf\xfc\xb6\xe6\x36\xf3\x3c\x16\xfb\xb7\xd1\x88\xc7\x56\xe7\x30\x55\x0d\x5a\x69\xbd\x82\x6a\x00\xb8\x19\xda\x28\x38\x9f\xb9\xb6\xba\x65\xb7\x9f\x41\xa0\x2d\x0f\xf8\x25\xe6\x1f\x9e\x93\x55\xc5\xeb\xe3\x8f\x6f\x55\x18\x56\x83\x11\xcc\xae\x1a\x78\x2b\x08\x5a\xd2\xec\xaa\x71\x62\x01\x41\x97\xe1\x28\x1b\xe8\x1e\xc0\x69\x1c\x2e\x17\xcc\xf7\xb9\x3e\xfe\x82\xbb\xfd\x61\x01\xa9\x8f\x5d\xbf\x2f\xf0\xca\xd6\xf7\x34\xac\x5c\xbe\x3b\xc8\x38\x6d\xe1\x53\x0e\x5e\x97\x32\xda\xd1\x5e\xbc\xe6\x7a\x2b\xf3\xfa\xde\xe0\x4e\x6d\xbb\xda\x23\xab\xe9\x44\xcc\x63\xa0\x70\x4c\xc3\x8b\x85\x05\xe2\xda\xd2\x90\x40\x8d\xda\xa3\xbe\x91\x48\x82\x2a\x15\x67\x01\xfc\x50\x5d\x07\x6f\x1d\x32\x85\xb7\x9a\xc4\x44\x34\x49\x69\x58\xbf\xbe\xe9\x55\xb4\xd8\x51\xea\x0b\xd2\xff\xb2\xaf\x86\xef\x28\x55\x51\xb0\x99\xb7\x2a\xa6\x08\xd2\x49\xa3\xf3\x00\xa5\x9a\x4a\x81\x6e\x38\x7b\x3e\xd8\x19\xa2\x17\x81\x99\xc8\x96\xe6\xf4\x7a\xfa\x39\x67\x5c\xa1\x4a\x65\x15\x88\x52\x48\x53\x84\xd8\x87\xab\xbb\xcd\x0b\x89\x23\xbf\xc0\x4a\xd1\x87\x04\x79\x7e\xc6\x68\x5d\x7c\x7a\xc5\x31\x6a\x0b\xaa\xaa\xed\x5c\xb7\xe6\xa1\x67\xc3\xa6\xa7\xc4\x72\x28\x9d\x93\x84\xc8\x2e\xfd\x24\xd7\x15\x27\x55\xe9\x55\xa1\xce\x7d\xa3\x23\x9f\x14\x59\x5c\xbb\x4f\xe9\x4b\xce\x3d\xa0\x50\x6a\xa5\xe9\x8b\x93\x4c\x31\xb5\x8a\x00\xcc\xf3\xe3\x00\xd6\xc3\xbf\x7c\x20\x48\x54\xdf\x86\xe6\x46\xdc\x53\x76\xb6\x2f\x83\x09\x79\xe1\xa3\x0f\xfb\x1e\x00\xd3\xd8\x46\xc7\x21\x96\x91\x66\xac\xc6\xe6\x67\xf3\xe7\xf8\xa5\xe8\x06\xc0\x6b\x17\x46\x82\xee\x96\x6c\x81\xf1\x34\x6e\x67\xc9\x97\xc6\xfd\xab\x31\x75\xd8\x40\x4f\xa2\x9e\x44\x62\xa6\x78\x90\x8d\x90\xa4\x6b\xbb\x9b\x9b\xb6\xde\xa6\x34\xc2\xb3\x73\xd5\x60\x3f\x1e\x4b\xd9\xa7\x13\x5f\x5a\x50\x92\x48\xd4\xf7\x5e\x61\xef\x63\xa5\xcb\x4f\xf5\xa3\xed\x40\x82\x6d\xd0\x63\x51\xd8\xfe\xb1\xf6\xa6\x65\xfc\x04\x66\xbd\x3b\xa9\x11\x08\x2b\xf6\x20\x43\x06\x0e\xf0\x9d\x5f\x56\xde\x3e\xbe\xca\x01\xf6\xb3\x01\x38\x40\x80\xa0\x45\x03\xb0\xc3\x1a\x3a\xb2\x0a\xaa\x92\x38\xb3\x45\x30\x42\x81\x29\xc1\xef\xb3\x13\x0f\xa0\x86\x07\x8e\x20\xa8\x36\x2d\x7c\x42\x25\xb1\x45\x8f\x1d\x33\x92\x68\x09\x14\xc1\xb5\x54\x4c\x4d\xa2\xad\x91\x4e\xcd\xea\x45\x39\x14\x05\x14\x85\xf2\x4a\x72\x0c\xb0\x7a\xd8\x21\x80\xc6\x13\x23\x1d\x69\xd7\x2b\x07\xd8\x1f\x16\x25\x30\x5c\x1c\x8f\x1c\x64\x94\x65\x4b\xd8\x0c\x7d\x7d\x6c\xfc\x45\xe5\x42\xe2\x81\x40\xf3\x74\xb2\x76\x20\x40\x18\x08\x05\x97\x7d\x74\xd1\xbc\x78\xf5\x95\x6b\x05\xc1\x80\x0b\x88\xbc\xfa\xe3\x6b\x46\x30\xbc\x78\xf5\x27\xd7\x0a\x10\x03\xa3\x41\xda\x3b\x9d\xeb\x59\xcd\x48\x38\x80\xf4\x42\x3b\xc5\x70\x52\x38\xb3\xe1\x9c\x62\xb2\x1c\xcd\x87\xaa\x51\x2a\x9b\x16\x55\xd3\xd3\x98\x8e\xeb\x50\xd7\x20\xba\x5e\x5b\x51\xf0\x64\xb3\xc1\x64\xbf\xcd\xc7\x57\x20\x4a\xd4\x07\x46\x79\x4e\x64\x40\x6a\x05\x7e\x2b\xe5\xe5\xf7\xe2\x83\x75\x27\xf5\x77\x20\x40\x5f\xc4\x43\x7a\x4f\x7a\x4b\xb2\x14\x1a\xc4\x95\x57\xae\xf4\x80\x0e\xb3\xbe\x39\x12\x14\xac\xf0\x0d\xbb\x95\xa1\x8b\x94\xfc\xcc\x4b\x45\x77\x66\xe3\xdf\x62\x6d\x43\xcb\xa7\x0c\xf8\x0f\xff\xbc\x02\xda\x21\x5b\xa0\x96\xff\x47\x04\x5f\x8f\x9b\xa2\xcc\x8b\x06\x18\x67\x78\x71\x3c\x87\xbb\x38\x96\x15\x55\xde\x92\xa0\xc7\x46\x73\x0e\xf5\x78\x4a\x31\x10\xb0\x82\xf6\xb1\x7c\x15\x0f\x13\x00\x0f\x5e\xb4\xb7\x13\xb8\xe4\xbc\x07\x8f\xc1\x80\xf5\x05\x7b\xdf\xf8\xaf\xd7\x11\xc0\xbd\x5b\xa7\xe5\xcb\x48\xc1\x1e\x35\x8d\x3e\xef\xc0\xac\x23\x36\xad\xec\xd0\x9c\x51\x49\x67\x3e\x51\xfc\x36\x6b\x63\x7d\x25\xec\xf9\xe6\x1c\x0d\x21\x8b\x3f\x38\x63\x7c\xec\xdc\xab\x97\x27\x6e\x49\x52\x48\x0d\xa4\xd5\xef\x50\xd1\x78\x1b\xd3\x67\x7a\xcd\x6a\x9c\xf7\xb9\x85\x94\x8f\x95\x6c\xe9\xa8\xdf\xf5\xe3\xb2\xe3\x0a\x60\x81\x62\xca\x05\xe8\x50\x20\x22\xe7\x57\x15\xcd\x0f\xd7\x6e\x24\x95\xed\x43\x02\x93\x15\xba\x36\xf1\x1a\xc8\x86\xf7\xad\x6f\xe1\xb4\x3b\x8d\xb4\xc8\xb2\xf2\xce\x0d\x9b\xf1\x6b\xee\x08\x27\xf3\x84\x51\xaa\x7f\x5f\x68\xf1\x5b\x9b\xd3\x84\x63\xfc\x0f\x4c\xb4\x73\x10\xb7\x0f\x5b\x43\x34\x08\xa0\xaf\x1a\xa6\xd4\xbd\xbd\x22\xc5\x21\x26\xd9\x0e\xea\x59\x7b\x1a\xd4\x24\x61\x41\xf1\x1b\x04\x55\x1c\xb4\xbf\x7d\xf5\xbe\xaa\x32\xb1\xac\x6b\x7f\xce\x50\x30\x35\x5e\x5d\x32\x96\x65\x22\xef\x0a\xaa\xd7\x09\xee\xce\x50\x13\xba\x90\xea\xfe\x6b\x62\xc1\xd4\x61\x9f\x3b\x10\x26\xbd\x67\x97\xa5\xc5\x6d\x87\x7c\xf8\xd6\xd8\x45\x15\x29\x1c\x75\xc6\x65\xde\xcd\x47\x1d\x26\x87\x2a\x69\x2a\x47\xa9\x48\xeb\x4e\x59\x76\xba\x7b\x80\x49\x9d\xdc\xf1\x5e\xa4\x35\x5e\xa3\x2a\x86\xd7\xcc\x56\xca\x85\x64\x40\x39\x46\x1e\xf4\xf4\xbd\xc4\x44\x3d\x83\x3c\x40\x90\xaa\x9f\x48\x97\xa6\x9d\xdb\x69\xde\x6b\x90\x5b\x4c\xac\xc2\x62\xa3\xd3\x34\xe9\x23\x43\x7d\x0c\xba\x35\x27\x93\x39\x5b\xe6\x77\xac\x61\x77\xc1\xcc\xa2\xa3\x85\x09\xd3\xbd\x18\x28\x6d\x57\xa9\xe1\x4e\xdc\xcd\x81\xf6\xf5\x9c\x36\x97\xf3\x66\x58\x8e\x7c\xcd\x52\x6d\xb1\xea\x29\xca\x02\x70\x59\xae\x08\x36\xae\xee\x11\xc4\x12\xa1\xfe\xba\x15\xac\x70\xbb\x63\xe4\x5e\x82\xb4\xa5\x57\x69\xdd\xab\xc4\x1b\x6e\x8b\xfe\xbc\x6c\xd6\x69\x0f\x83\x9b\x78\x5e\x50\x29\xef\x27\xf1\x74\xe2\x2b\x19\x82\x2f\xf3\xa4\x0f\xea\x54\x1b\xab\x8f\x1a\x7c\x28\x58\x83\x6c\xce\x01\x26\x80\xe2\xd6\xe5\x1e\x08\x1e\xe5\xd0\x2e\x41\xd5\xda\x46\xe5\xfa\x42\x0e\xc8\x3f\xeb\xe5\x99\x68\x34\x6c\x99\xec\xc4\xa6\xc3\x5c\xb7\x73\xa7\x33\xf9\x03\x57\x0c\x6f\xb2\xb8\x40\x76\x0e\xbb\x32\xc8\x91\x0c\x7f\x43\xd2\x05\xf2\xc8\x7b\x41\xc9\xc9\x0d\x2e\xd1\x5d\xd4\xca\xe6\x96\x39\x42\x15\x34\x86\x87\x9c\x42\x49\x5b\xc5\x93\x1b\x5a\xfd\x32\x4e\xfe\x32\x30\xe6\x3d\xa6\xdb\x7f\x87\xff\x20\xea\xcd\x97\x56\xa1\x8f\xdb\x00\xf8\x91\x70\x31\xf0\x4a\x0f\x0c\x9f\x7c\x20\x64\x55\x05\x1d\x20\xf0\xc2\xb2\x7a\x81\xa6\x9b\xa5\x09\xf0\xac\x13\xde\x02\xff\x2e\xe8\x52\xbe\xfc\xc4\x7e\xe1\xe9\xf7\xb3\xf1\xae\x30\xf2\xbc\x0a\x35\xb5\x19\xf8\xf9\xcc\x66\x86\xf9\x2f\x46\x3c\xe1\x2d\x77\xb6\x81\x97\xbe\x91\x8d\x0b\x76\xf4\xff\xd6\x67\x15\xbc\x76\x49\x43\x80\x6b\xc0\x16\x8d\xfb\xa1\x58\x18\xba\x45\x51\x0f\xe6\x78\x0d\x70\xe3\xc6\x55\xc8\x45\x0d\xfb\x68\x45\x04\xc7\xf8\xad\x47\x15\x4b\x3f\x46\xdf\x66\x8e\xaa\xb8\xda\x96\x77\x1f\x10\x5e\xe3\x2e\x61\xa6\xde\x3e\x3c\x02\x69\xf3\xfd\xc6\x0b\x9a\x79\xb3\x2e\x53\x19\x01\x5f\xe0\x09\x8c\xd0\x0d\x2e\x5f\x14\x70\xfe\x39\x0e\x60\x19\x3b\xcf\xe5\x60\xed\xac\xab\x74\xcd\x68\x0a\x42\xb0\xd6\x23\x3f\xb1\x59\x8a\x09\xb0\x95\xe3\xee\x91\x73\x75\x32\xfc\xcf\x9d\x60\x5e\x18\x92\x90\x75\xaf\xe7\x2e\x10\x8d\xbc\x52\x25\x39\x98\x38\xfe\x53\xf8\x34\xe2\x72\x09\x2e\x77\x42\x1d\x59\x93\x3e\x04\xf4\xa5\xbd\x5c\xe1\x14\xd9\x5f\x94\x99\x63\x0e\x0d\xa2\x70\x2f\x9b\x7d\x8c\xfd\x01\xad\xaa\xc0\x92\x84\xce\xa0\x8d\x61\x62\x78\x87\x2a\xec\xc7\x3a\x3d\x6c\x0e\x32\x61\xda\xbb\x35\xf7\xa1\x96\x80\xe1\x27\xe1\x2a\xe2\x08\xc2\xcd\x97\x12\xa2\xfd\x8a\x10\xac\xe0\xcc\xc9\xb5\xdf\x22\x64\x0f\xc5\xac\x0e\xea\x56\x2c\x1a\x69\x57\x80\x20\x4a\x53\xb9\x3a\x10\x9e\xf2\x0e\x8b\x4a\x56\x1a\xb5\x69\x90\xd2\xfe\xd0\xfa\xfd\x92\x6b\x11\xd9\x37\x45\xba\x09\x37\xa1\x97\x4a\xcb\xf3\xa8\x94\xf7\x94\xd7\x5f\x13\x0f\x84\x68\x6a\x32\x60\xf4\x8c\x03\xb2\xb5\xfc\xbd\xb4\xf5\xb6\x02\x7f\x4d\x25\x3c\x2f\xb8\xa2\x35\xb6\xf5\x75\x6f\xfb\xc5\xbf\xbb\xd8\x7b\x89\x11\x02\x27\x15\xa0\x9b\x4f\x45\x33\x62\x4d\x57\x6e\x56\x97\x63\x91\x82\xff\x2a\xe0\xeb\x04\x23\xc0\x71\x0e\x2e\x92\x1a\x3a\x09\x69\x40\x45\x0c\xf7\x5e\x43\xb9\x5b\x2b\xce\xd4\x29\xb2\xd5\xe7\x5a\xf5\xbe\x6a\xb7\x4e\xc5\x1f\x36\xed\x45\xea\x31\xa8\xe3\xa1\xd7\x35\x6c\xf7\x26\xe6\x11\x22\x03\x61\x39\x2d\x0c\x70\xc7\xd6\xc8\x66\x2d\x8c\x88\x1f\x2c\xd6\x53\xf1\x44\xd3\x86\x4a\x26\xff\x20\xc0\xa3\x60\x2f\xeb\xa0\x9d\x4f\xf1\x2c\x04\xe0\xd6\x12\xaa\xd9\x7e\xbf\xba\x81\xf2\xe3\x51\x92\x16\x3d\x04\xbd\x92\x14\x5b\x94\x38\x7b\xa7\x46\x44\xb1\x82\xb2\x3f\xcc\x74\x8b\x74\xc4\xb1\x6e\x60\x8f\xf0\xab\xe8\xe4\xa0\x28\x69\xe0\x37\x68\x3e\xbf\xe4\x9f\x59\x26\xd9\x95\xad\xd9\x56\x7f\x97\x98\x28\x99\x06\xc2\xdc\xf7\x3b\x65\x2a\x30\x4a\xc1\xb5\x68\x16\xe8\x32\x1f\x0b\x96\xe1\x65\x6d\xa5\x6b\xb2\xfd\xc8\x9c\x01\xfe\x0f\x34\xcd\x4f\xc0\x3a\x77\xf4\xa3\xc4\xa9\xfa\x02\xa9\x39\x50\xeb\xa5\xeb\x5b\x12\x13\x39\xd8\xd4\x58\xa1\xee\x41\xa9\xfc\x12\xf7\x84\x3e\xe5\x0a\x74\x3e\x0b\xbc\x6f\x57\x07\x12\x5d\x13\x78\x60\x5a\xff\x75\x0b\x5b\xab\x03\xdf\xfc\x29\x1c\x03\x71\x2a\x28\xcc\x9f\x30\xd9\xf0\xa5\x64\x44\x16\x11\xa0\x45\x3a\x23\xf5\x71\x9d\x6e\x24\xbd\x49\x3e\xdc\xfb\xa1\xf4\xd9\x54\xf8\x83\x8e\x7c\x93\x14\xd7\x2f\xf8\xc0\x5c\xa9\x77\x09\xd6\x72\x2e\x8d\x8b\x5d\xd5\x73\x50\xb2\x2c\xd6\xa7\xdb\xf9\x21\x2a\x96\xd4\x16\x43\x78\xde\x48\xb9\xd2\xb8\x99\x5f\xcf\x21\xe7\x17\x0a\xe4\xf8\xaf\xd6\xcd\xac\x6f\xa4\x86\x2c\x5d\x09\x15\xaf\x8f\x9b\xbf\xe0\xb5\xe7\x33\xe6\x6f\x38\xb3\x81\x15\x8a\xb3\xd8\x22\xa5\xe6\x91\xb8\x0f\x1e\x23\x86\x61\x93\x56\x9c\xd4\x09\xdd\x05\x35\xc7\xb1\xf2\x52\xf3\x2c\xd8\x5f\x8b\xc2\xac\xbd\x57\xf0\x90\x9d\x13\x95\x93\xa1\x0b\xa5\x3a\x92\xa7\xd1\xa2\x85\x33\x22\xd8\xc9\xc7\x05\xd4\xa1\xdd\x0d\x31\xed\x53\x0e\x92\x10\xae\xd4\x67\x55\x69\x0c\xe9\x96\xf8\xc4\x6a\x06\x6a\xa1\x95\x0c\xe9\x91\x28\x53\x7a\xb4\x08\xc9\x0f\x9e\xee\x24\x99\x08\x7c\x17\x70\x32\xb5\x69\x25\x74\xe8\xd0\x1d\xf2\xbe\xca\x11\x6f\x69\xab\x45\x24\xf0\xbe\x59\xcd\x4b\x7c\x7a\xa0\x4e\xe6\x05\x87\xfe\x90\xc9\xa5\x62\xbc\x3c\xaf\x13\x7d\x47\x2e\x16\x09\xe7\x56\x3f\xbd\x89\x1e\x05\xc8\x3e\x0e\x84\x08\x06\x26\x6e\x6f\x4f\xca\x52\xaa\xf2\x68\xdd\xaf\x77\x9e\xb6\xd5\xd7\x6b\x4e\x92\xf2\x30\xe9\x1e\x5e\x50\xca\xda\x5e\x50\x40\xb8\x9b\xb5\x5f\x51\x11\x80\x51\xce\xa6\x68\x53\x24\xea\x83\x0a\x90\x25\x7d\xaf\x2c\xd8\x03\xfb\x68\x66\x94\x52\x80\x52\x55\xa1\xb3\xa5\x05\xbf\xc8\x1d\x34\x80\xc6\x80\x83\xac\xaa\x26\x99\x2a\x97\x64\xe7\x88\x46\x9d\xab\x4b\x25\x4b\x73\x22\x0b\x42\x05\x58\x91\x16\xa6\x68\x34\xa4\x4a\x4f\xa2\x20\x82\xfd\x66\x78\x35\xae\x9c\xf3\x0d\xc3\xa2\xfa\xe6\xac\x3a\x48\x0e\x02\xb3\x0e\xa6\x7f\xa0\x34\x55\x8b\x8a\x3e\xad\x0e\xd4\x07\xe6\xc0\x99\x54\x2d\x60\x02\xa8\x8a\xce\x18\x85\xc4\x9d\x55\x58\x51\x55\x73\xb8\x25\xae\x7a\xc7\x89\x29\xea\x5a\x4f\x06\xe6\x71\xe7\x03\x17\xb6\x3e\xc3\x63\x74\xa1\xf6\x6a\x4f\x7b\xc3\xe1\xf5\x82\x6b\xc0\x5c\x42\xd4\xe9\x1d\xe1\x6e\x5e\x52\x8b\xb7\xf2\xb2\x19\x7f\xde\xee\x14\x79\xb7\xed\x2e\xc3\x25\xb0\x17\x67\x8d\xaa\xbb\xe1\x18\xf2\x9a\x7b\xac\x48\xdf\x61\x47\x80\x04\x1a\x6d\x1a\x06\xec\xe9\x92\x34\x03\xc9\x2f\x30\xcc\xf1\x5c\xd0\x21\x1f\x40\xc2\xb4\xdd\x31\x27\xbf\xe4\x5e\x88\xa5\xbc\x9a\x67\xa9\xb9\x09\xfc\x95\x7e\x62\x8b\xe0\xf4\xd9\xf4\x13\x30\x35\x64\x49\x9f\xb6\xd4\x9e\x72\xf2\xbb\x60\xaf\x66\x61\x98\x6d\x6d\x21\xd7\x92\x3d\xa4\xdd\xf9\xad\x2f\x76\xa2\xc0\x85\x4a\x43\x40\xf4\x71\x50\x01\x47\xd7\xf3\x59\x57\x01\xc7\x16\xbd\x61\x8e\xd2\x65\x83\xb1\xf9\x9e\x78\x21\xf7\x6c\x3d\xe9\x6a\xb7\x71\xf8\xa4\x4e\xa2\xd3\xbb\x01\x9c\x65\x4f\xed\x10\x55\x95\x2a\xd8\xa8\x1e\xc0\x00\xc9\xd8\x42\x10\x92\xd3\x05\xb9\x29\x12\x32\x66\x56\x6f\x0d\xa9\xca\xe6\x7e\xe7\x09\x78\x0c\x40\x6a\x9a\x41\xa7\xdf\x26\x46\x27\x76\x9e\x33\x7f\x3c\x64\x6d\x1a\x67\x6d\x4a\x8e\x93\xbd\xbf\x76\x1c\x5d\x67\x27\x1a\xc3\xeb\xdf\x9e\x54\x15\x45\x3f\xe7\x20\xc2\xd7\xda\x44\x5b\xb6\xfc\x07\x41\xaf\x4a\x19\x62\xd3\x7c\x53\xed\x14\x2e\x70\x44\x17\xc0\x06\x67\xb1\x38\x86\x2b\x63\x66\xd6\x06\x29\x3b\x86\x57\x9b\xc4\xec\x7a\xd5\xfd\x93\x91\x6c\xc3\x0b\xac\x4a\x51\xc4\x47\xa3\xed\xbf\xe9\x2b\xc6\xd9\xda\xe5\xb8\xd3\xbd\x2e\xee\x96\x74\x47\xc9\x9b\x9e\x3e\xd7\x45\xd8\xab\xa9\x5c\x44\x02\x50\x9e\xdf\x12\x78\x3e\x84\x09\x11\xad\xff\x2d\x94\xa3\xd7\x40\xdc\xf3\x5f\x0d\x9d\x45\x51\xde\xea\x13\x8f\xbc\x9c\xdb\x94\x50\x73\x66\xee\xef\x06\xe3\x3d\xbf\xe5\xbc\x5a\xbb\x1e\xb0\x27\x67\xe3\xbc\x0b\x4e\x0c\x86\x3f\x21\x35\x77\x7d\x0f\xac\x40\x6f\xbb\x7d\x87\x5b\xb0\x79\x83\xea\xae\xc2\x57\x53\x2b\x39\x27\x4a\x3e\x4c\x3a\x00\x3f\x3c\x5d\xe7\x62\x00\x4f\x1c\xe4\x12\xff\x11\xea\x9e\xfd\x53\xf3\x1f\x01\xf9\x9b\x3f\x72\xc3\x2b\xbc\xff\x4f\xd6\x8a\xc4\x71\xce\x15\xb5\xd5\x6c\x6e\xc8\xe5\x9a\x2c\x92\x36\x0d\x2d\x2e\x28\x3a\x61\xf6\xd8\x22\x5d\xdf\x0c\xc9\x84\xc6\xfd\xa8\x87\x8d\x9e\x7e\xa0\x1d\x4d\xc6\x52\x6a\x81\x2e\xa1\x50\xa7\xec\xac\x33\x81\x6c\x07\x31\x5c\x7f\x02\xf6\xf1\x80\x03\x7e\x15\x50\xf6\x3a\x18\x6f\xf7\x01\x05\x3e\x60\xc6\xa6\x3b\xb2\x25\x14\x6f\x5c\x53\x10\x1d\xa8\xec\x35\x98\x8b\x0a\xca\x66\x05\x49\x44\x74\xf6\x7e\xbf\x84\xea\x8a\x73\x41\x1d\xfa\x16\xd5\xb5\xfa\x5c\xcd\x8d\x1b\xd6\x3f\x72\x11\x97\x8a\x43\xb6\x8d\x66\x17\xc1\x04\x58\x46\xa1\xcb\xd6\x7d\x48\x4a\x87\xa6\x73\x11\x46\x03\x55\x82\x69\xe4\x41\xa0\x0a\x25\x44\x89\x83\x36\x9c\xdd\xec\xf5\x2b\x3c\x76\x65\xc1\x5f\xd9\xb2\xe8\xa9\x6b\x77\xf9\x68\xe7\xf1\x21\xb0\xf0\x55\x18\xe9\xeb\x52\x73\x5d\x12\xdd\x13\x35\xb1\x88\x9d\x69\x2e\x71\xc3\xcd\x34\x97\xf3\xfa\xf8\xdb\x8d\x73\xe9\x26\x76\x66\x9d\x31\xfd\x6c\xba\x33\x65\x4d\x09\x0f\x31\x1e\x84\x92\x7b\xf7\x2e\x57\x1d\xfa\xc6\x1b\x4d\xd9\x09\xa2\x5a\x3a\x1a\x17\x0e\x8a\x1d\x5b\x04\x5d\x17\x01\x0e\xde\x0f\x6b\xa4\xa3\x9e\x3a\x11\xa2\xeb\x0e\x57\x59\x93\x00\x92\xce\xb8\xae\x6e\xb4\x4b\x6a\x43\xb5\x1d\x93\xc5\x87\xb7\x38\x40\x5d\x0c\x27\xcb\x74\x56\x89\xb3\x2a\xd9\x11\x8d\x49\x89\xd3\xf0\x81\xf5\x33\x52\x0c\x08\x77\x0e\x22\xbe\xac\xd3\x4b\x7b\xbd\x25\x09\x09\x59\x40\xa9\xc3\x42\x33\xc1\xdc\x71\x02\xf1\xd4\x69\xd4\xad\xf1\xc7\xa9\x35\xb2\x88\x12\xad\xd1\xa9\xe4\xce\xb3\xd4\x8a\x82\xd5\x73\x3b\xca\xa1\xd5\x9d\x20\x08\x2e\xb9\x1a\xfd\xa2\x62\x50\x41\x52\x5f\xa7\xf6\x05\x24\x59\xbc\x1d\x5d\xbe\xc8\x50\x11\xaf\xb4\x18\xeb\x0c\x6e\x47\x96\xd8\xba\x4c\xd7\x4e\xe7\xa6\xb0\x0f\x0c\xf4\x6a\x24\xda\x84\x8e\x89\x3e\x3f\x43\x01\x37\x36\x66\x22\x16\x09\xd4\x28\xe2\xc1\x25\xc2\xa9\x0d\xb8\x8e\x4a\x74\xab\x51\xb5\xe4\xb4\xa5\xd2\xed\x23\xbb\xef\xd5\xc5\x23\xca\xbf\xb1\x7a\x2a\xb9\xc2\x00\x4b\x57\x69\xc9\x96\x52\x4f\x18\x58\x0f\x56\x0e\x22\x18\xdd\x56\xab\xa5\xb5\x5f\x2c\x52\x33\x79\xfa\xf0\xc0\x09\xe3\xd8\x1b\x63\x7d\x2e\xd9\xe5\xd4\x77\xb2\x88\xab\x6f\x3a\x16\x23\x91\xa8\xa3\x66\xf0\xb0\xe3\xc6\x17\x98\x96\xbb\xff\x36\xd7\x97\xbe\xb9\x0a\xfa\xfa\x37\xca\x30\x5f\xbd\x9c\x1f\x6f\x40\xee\x3d\xc8\x72\x36\x99\x85\xf5\xc7\xa9\xba\x9f\x2d\x9d\x48\x56\x47\x06\xa2\x1a\xcd\x3e\xa2\x2d\x4f\xec\xd8\x8a\x83\x34\x30\x03\x7f\x80\x26\x97\x36\x73\xa5\x56\x58\x7e\x54\x77\xf4\x98\xc5\x89\x48\xc6\xda\x5c\xde\x62\xc3\x42\x6d\xfa\x99\x88\x80\x94\x74\xe0\x10\x35\x95\x98\xd5\x55\xa9\xb2\x92\xa9\xf9\xc3\xc5\x78\xef\x2a\xac\x73\x3f\xb3\x9a\x35\xfd\x5c\x16\x91\xcd\xa9\x4a\xfb\xb5\x51\x79\xdc\x8a\x3c\x54\x9b\xd8\x10\x53\xd4\x80\xfd\xfd\xd9\xad\x21\x41\x4b\x94\xfe\xb1\x73\x1d\xe5\xfa\x2a\x86\x26\x31\xba\xe5\xba\xee\xc7\xac\xce\x6a\x5d\x3e\x5c\x6b\x7e\x54\x93\x88\x86\xaa\x62\x5b\x7e\x1d\x86\x8d\xeb\x2f\x28\x75\x5d\xaf\xed\x07\x4a\x78\x19\x13\xd8\x0d\xfa\x4e\x14\x3c\x51\x39\x80\x46\xc2\x5e\xdd\xac\x59\xf5\x68\xf1\x03\xf0\x97\xe4\x57\x5a\x4a\x1a\x03\x86\x63\xe5\x9b\x1f\xe4\xd0\x5e\xaa\xda\x1c\xd5\x1b\x49\x8e\x15\xd5\x97\x48\xf1\x95\x7e\xc1\x9a\xb9\xfc\x5d\x55\x2f\x49\xcf\x5d\x51\x2e\xd1\x82\x77\xed\x33\x3d\x77\x6d\x34\xd9\xe7\x38\xdb\x1f\xde\xc8\x2a\xee\x2c\x8a\x92\xb1\x26\xe5\xa8\xb6\x8c\xd6\x7e\x63\x6e\x09\x2c\xcc\x5e\x1d\x10\x9f\x62\x42\x5b\x6a\x90\xe1\x78\x57\x27\x79\x06\x87\xd3\xed\x10\x10\x92\x6e\x5c\x36\xef\x99\x9f\xf6\x2a\xcd\x61\xda\x3a\x99\x75\x40\x88\x1b\xc9\x8b\x36\x2c\x69\x3f\xdb\xdf\xe6\xec\x13\x91\x6e\xe5\x1e\xe5\x98\x66\x73\x9a\xf3\xb9\xe0\x5c\x2b\xe9\x35\x30\x73\x59\x2f\x3d\xfa\x15\x01\x37\x5b\x35\xbc\xc4\x9b\xd9\x36\x98\x7d\xfc\x57\x6c\x5a\x2b\x23\xd1\x34\xb0\x21\x59\x23\xbe\x36\x24\x11\x48\xa9\xf8\x4f\xa9\x8f\x33\xa7\xfa\x29\xd6\xce\xf2\x60\x49\x25\x25\xa5\x40\x33\x24\x74\x6e\xfe\xe6\xd7\x57\xde\x6d\x32\xcc\x3e\x04\xf2\xcc\xa2\xff\x43\xe1\x6e\x00\x88\x3f\x15\x7b\x03\x40\xba\x14\x13\x3d\xc4\x5a\x5b\x98\x01\xca\x89\x1f\x5e\x5a\x2e\x90\x59\x13\xd5\x9a\xf9\xd0\x82\xcc\xd0\x7e\x45\x53\x15\x93\xb6\xc2\x84\x43\x48\x75\xee\x7a\x29\xe3\x9d\x36\xe7\x70\x4d\x3e\xa2\x6f\xa1\x9c\x1c\x76\x58\x58\xc6\x65\x61\x79\x4d\x7d\x98\xe0\xf6\xae\xb9\x63\xba\xa3\x8a\x58\xa2\xca\xcb\x0a\xbb\x9d\xaf\xc2\x73\x30\xec\x0f\x73\x78\x21\x51\x6d\xf5\x91\x79\x70\xb6\x86\xb8\x18\xe3\x16\xc8\x95\x3c\x5c\x7a\x09\x38\xb9\x62\xc9\x81\xad\x8f\x88\xb7\xc9\xbc\xea\xb3\xa3\xb2\xe8\x48\x2c\x1e\xf3\xa0\x99\xe5\xb9\x59\xe8\x39\x5d\xc9\xa5\xf0\xb8\x2d\x08\xf6\x86\xc1\xf3\x1b\xd9\x18\xb3\xfc\xce\xac\x92\x36\xb5\x91\x35\x03\x58\x5e\xdf\xc0\x30\x84\x91\x38\xef\x87\xfa\x61\x19\xa6\xb8\x99\x3d\xd4\x6a\x7e\xe9\x6e\xb4\xf9\x75\x2b\xb3\xe7\xa6\xb7\xc8\x17\x1b\x00\x4e\x84\x9d\x04\xd7\xa1\x7a\xf5\x93\xc0\x65\x3c\x75\xd9\x9e\xef\x36\x1b\x1b\x67\x4c\x28\xd8\x61\x9d\x62\xc5\xd1\x6a\x79\x82\xf5\x88\x8e\x96\xf3\x38\xf1\xe8\x1d\x7e\xb3\x12\x00\x02\x79\x3f\x74\xde\x5e\x5a\xff\x1d\x57\xf8\x40\x56\x3c\x8f\x5f\x63\xcb\xfa\x1e\xbb\x24\xc5\x89\x63\x1b\x67\xc5\x68\x88\xb5\x54\xc0\x6f\xce\x45\x5f\x44\x0d\xc9\xdf\xaf\xf0\x3d\x34\x7d\x31\x9e\x5b\x8e\x3a\xb7\x30\x84\x2c\x59\x4c\x36\x6a\xbd\x3d\xec\x01\x24\xe2\xcb\x5b\xc4\xe6\x7e\x82\x31\x6d\xf3\x5f\xb9\xe4\x9b\x2a\x3f\x84\x2b\x01\x0d\x02\x91\x69\xdf\x12\x8d\xcf\xb2\xb2\x22\xce\x32\x55\x54\x85\x87\xb7\xb9\xb5\xf4\xfa\x59\x5d\x49\xeb\xe0\x9a\x9a\xb6\x10\x27\xb3\x04\x36\x95\xca\x56\x10\x31\xe7\x67\xb2\x08\x74\xfe\x51\x25\xfe\xf0\x20\x28\x6b\x30\x3d\xb8\x3f\x72\xe2\x81\x00\x17\x9c\x79\x8a\x86\x33\x20\x16\x41\xc5\x30\x86\x37\x0f\x74\x2c\x29\xa4\xac\x58\x67\x4c\x72\xa2\x20\xf6\xa6\x4c\xeb\x20\x4f\xae\xa2\x2a\xc1\x9e\xca\xd8\xb8\xd5\x5c\x71\x31\x6f\x16\x73\x3d\xb4\xed\xfb\x6f\xdb\xb2\x27\xb0\x87\xc4\x49\x24\x8a\x19\xa7\x10\x83\x34\xaf\xab\x6d\x5c\xd7\x9f\x25\x3b\x1e\x26\x70\x6b\x48\xf6\x50\xfc\x0a\x83\xad\x21\xfd\x29\x92\xcf\x06\x30\xe0\x2a\xb4\xbd\xcb\x79\xdb\xb3\x2a\xfb\x2e\x39\xb2\x2e\xc5\x7f\x36\x34\x7e\x6a\x17\x44\xca\x9b\x57\xa1\xe0\xc3\x3b\x22\x36\x6f\x6e\x15\x2d\xae\x4a\x01\x1f\x84\x15\xed\x31\x09\xa2\xb9\xf1\xef\xc8\xbc\x93\x2a\x85\x40\x4b\xb3\xbf\x1d\x72\x4e\x42\x0c\xfd\xf2\xbd\x9f\x1f\xf9\xa4\x50\x54\x8d\xc2\x22\x05\xda\x3c\xa7\x99\xb6\xee\xa5\x86\xd8\x0a\x13\xaa\xd8\x61\x0d\xfd\x2f\xfe\xef\x57\x7e\xfd\xce\x56\xf3\xfd\x4b\x37\x6f\xde\xbc\x04\xca\xd1\x4b\x93\x71\x3f\x1b\xc0\xc9\xf6\xb6\x9a\xff\xd7\xdb\xbf\x7a\x89\xb4\x17\xc8\xb7\x7d\x8e\x0e\x81\x5e\x52\x99\x65\x2a\x5f\x6c\xca\xa9\x13\x74\x50\x9c\x3d\xce\xee\xfb\x0c\xa9\x04\x1d\xe4\xdf\x88\xc1\x62\x8c\x5a\xed\x72\x51\x43\xb9\x19\xfc\xfd\x4a\x2e\x22\xbe\xa5\xde\xad\x96\x82\xba\xe3\x8c\x9d\x71\x80\xdf\x51\xa0\x5e\x18\xa1\xe8\x3a\xca\x47\xf4\x1a\x53\xc2\x84\x36\xd4\x86\x3d\x73\xb3\xac\xba\xed\x9c\x84\xe6\x4c\xea\xe6\xc7\xec\x2b\xa7\x92\x1b\x99\x2d\x9d\xc8\xfc\xa3\xa4\xc8\x9c\x7b\xc0\x4f\x19\x7c\x85\xd4\x46\xf0\x55\xc9\x5e\xbe\x11\xce\x85\xb5\x19\x86\x83\xfe\x2d\xe0\x7f\x00\x28\x04\x8f\x06\x6f\xcd\x2a\xe8\xe0\xdc\xe9\xd9\x5b\xb2\x6f\x13\x43\x8a\xdb\x64\x38\x49\x91\x0d\x7a\xed\x0c\x18\x1a\x8c\xc7\x95\xbd\x59\x0d\xa5\x72\xce\x76\x0a\x4a\x7f\xbb\xd1\x98\x5d\x83\x9e\x0a\xce\x65\x79\x22\xb0\x43\xe6\xda\x29\x9b\x23\x54\x76\x51\x94\xfd\xc1\xb8\x74\x26\x85\xf4\xe2\x01\xa3\x00\x8f\xc3\x10\x06\x75\x43\x1b\xa3\x9d\x4c\x8e\xa9\x62\x82\x89\x69\x56\x8e\x03\xf1\x15\xe8\x08\xab\x2f\xd6\x84\x54\xd5\x74\xe6\x25\xad\x19\xa1\x29\xea\x5e\x17\xe9\x33\xdd\x8a\xa3\x7f\xe0\xb7\xa0\x55\x14\x98\xb5\x95\x70\x1a\xe6\xae\x87\x41\xa2\x29\x19\x4e\xe9\x98\xb7\x54\x4d\x9c\x44\xea\x51\x2f\xd9\x82\x6b\x9b\x28\xa5\xab\x93\x32\xc8\x79\xb3\x16\xdd\xf7\x45\xb4\x0b\x8c\x2e\x1f\x9e\x81\xae\x4b\x52\x79\xda\xe6\xb5\x38\x4e\x2e\x7a\x00\x96\xe2\xa5\x8b\xad\x38\x0a\x0b\x05\xe7\x33\xe4\x80\x1c\x9b\x13\x7e\xb6\x91\x81\x92\xff\x8a\x1d\x22\x25\x11\x23\x27\xae\xe1\x8a\x24\x1b\x90\xc6\x98\x0c\x9d\x06\xfc\xd7\x96\x75\x85\x88\xfd\xd5\x34\xe5\x0f\x79\x75\xe0\x18\x90\x5d\x50\x6a\xe3\xf3\x49\x2a\x95\x7a\x54\x66\x5f\xac\xfe\x44\xb3\x2f\xb5\x02\x15\x77\xf4\x97\x55\x21\x7e\xfa\xca\xea\x9a\xd5\xb0\x16\xd4\xae\xa6\x46\x41\xe0\xaf\x86\x52\x89\x89\x60\x97\x63\x98\xb7\xe7\xa1\x3d\x8f\xa9\x9f\xe7\xed\x8c\xfb\x88\x88\x5f\x35\x03\x47\x84\xc6\xf1\x70\x15\x49\xe8\xe7\x54\x24\x50\x97\xa4\x12\xaf\x18\x2f\x91\xce\x15\x18\x8e\x52\xe7\x70\xd2\x92\xcf\x14\xbf\x90\xca\x59\x1c\x90\x3c\x2a\xfb\xed\x15\x3d\x0f\x5a\xf4\x86\xfb\x9d\x7c\x40\x0b\x7d\x42\xaa\x89\x88\x6e\xee\x75\x06\x03\x08\x8e\xfa\x8a\xde\xb1\xb6\x09\xf4\xb2\x51\x7f\x78\xab\x7d\x3d\xbb\x45\x99\xd3\xa3\x0a\xf8\x87\x88\x78\x8e\x30\x4c\x2d\x7a\xdf\x70\x64\x6e\x84\x40\xd9\xee\x97\xbf\xae\x1d\xc7\x8d\x11\x6a\xa8\xd7\x0e\x62\x35\xd4\xce\x9f\x01\xb9\xb8\x27\x96\xb9\x52\x9e\xea\x2d\x67\xb3\x15\xa4\xee\x7b\x31\x89\x66\xf2\xca\x95\x5f\x04\x95\xf8\xad\xda\x97\xfc\x4e\x54\x18\xe1\x3a\x87\x04\x2c\x58\xa5\x4e\x39\x9d\x3b\xcc\x53\x81\x70\x4e\xd3\xb9\x62\xab\xd7\x9f\x84\xb6\x0e\xa5\xc3\x29\x53\xe7\x5d\x27\x20\xb9\x0e\xd0\x72\x3b\x83\x80\x64\x8c\x67\xad\xcd\xaa\x6e\xcf\x6d\x5a\x77\x6b\xb3\x38\x62\xdb\x47\x1a\x30\x25\x7a\x85\xd3\x94\x5f\xad\x05\x04\x70\x49\x3b\x40\xe6\x85\x6f\x78\xa3\x00\x11\x0f\x96\x61\xce\x00\x19\xbb\x6c\x25\x6b\xa6\xb7\x25\x52\x7c\x65\x77\xa5\x56\xce\x83\xf9\x64\x38\xe0\xb3\x3e\xa0\x8d\x14\xaa\xca\x7a\x77\xb0\xf9\x63\xab\xad\xce\x1f\x46\x08\xae\x42\x3f\xa3\xe3\xc8\x92\xb4\xc6\x19\xff\xd9\x75\xa9\xa9\x03\x51\x95\xf5\x70\x9f\x64\x0c\x5a\x07\xa2\xd5\x91\x87\xbd\x7c\x67\xa7\xb5\x3d\x1e\xde\x2c\xb2\x76\x31\x9c\x8c\xbb\x59\xb2\x1c\x54\x90\x86\x04\x7b\x41\x56\x1d\xf3\xe8\x56\x5e\x76\x1c\xfa\x44\x01\x66\x97\x57\x5e\x2a\x39\xfa\x84\x99\x39\xd0\xa8\x74\xa3\x93\xf7\x21\xb1\xbb\x8a\x17\x0f\x5d\x62\xbc\x44\x45\x2d\x1a\x00\x92\xdf\xb7\xe1\x6f\xed\xa2\xec\x94\x44\x4d\x59\x94\xe7\x6a\xdc\x5c\x29\x80\x79\xc3\x69\x55\xd2\x23\x35\x5c\x31\xea\xe7\x25\x96\x13\x93\x2c\x2e\xe8\x4c\x4f\x38\x0c\x96\xcf\x87\xa1\xba\x4c\x06\xf9\x4e\x9e\xf5\xb8\x53\x90\xe8\x24\xd5\x09\x16\xcb\xf0\x1c\x65\xff\x24\xcb\xb9\x48\x45\x90\x53\xcb\x56\x75\xb0\x62\x91\xf5\x83\x73\x81\x21\xae\x4b\xc0\x55\xcd\x9b\x17\x7b\x4a\x9e\x62\x5e\xb5\x19\x4e\x14\x78\xd4\xa4\xfa\x30\x80\x18\xea\xfc\xb3\x5f\xbe\x43\xff\xc0\xda\x61\x94\xa6\xf8\x3f\xd8\xd1\xeb\x9e\xab\xc4\x84\x4d\xb0\x3e\x42\x31\x19\x8d\x20\x36\x08\x30\xdf\xbf\x29\xf0\x61\xa5\x9b\x77\x1f\xec\x3a\x20\xd5\xb6\x39\x6c\x6c\x69\xfd\x3a\x54\x52\x0e\x7a\xed\xaa\xf4\x9a\x35\x89\xd1\xdc\x50\xb6\x6d\xbf\x33\xb8\x65\xab\x04\xb0\x02\x3b\x4e\xd7\x7f\x46\x7c\xee\x3d\xa8\xe8\x48\x12\x8e\x52\x56\x85\xf3\xa6\xa7\x0c\xc7\xa4\x6d\xf8\xb5\xd3\xa4\x00\x5e\x2b\x5d\x08\x4f\xbe\x52\x21\x46\xfc\xbb\xca\x3d\xa6\x53\x6b\x49\xcb\xde\xb8\xb3\x53\x42\xf1\x16\x56\x77\xc2\x99\xda\x8f\xe6\xc8\xed\x28\x22\xd5\x84\x59\xb5\x5d\x6b\x03\x95\xdb\x12\x16\x30\xe5\xe2\x21\xfa\x3b\x46\xd6\x27\x45\xbd\x99\x6d\xd3\x01\xc5\xfa\x65\x07\xbc\x01\x10\xa9\x7c\x4b\x14\x71\xe8\xec\xe8\x4e\x99\x9a\xda\x26\xa1\xa3\x36\xd5\x59\x04\xa2\x82\x71\x62\x62\x7d\x5d\x60\xc9\x47\x77\x74\x2a\xa0\xff\x3e\xfa\x6e\x52\x66\x13\x8a\x6c\xe0\x9c\x10\x6a\x16\x1b\xe8\x70\x07\xc1\x63\xea\x42\x7c\xe9\x9c\x1c\x53\xdc\xf2\x0e\xc3\x9b\xc7\x93\xce\x98\xc8\x3e\x62\xef\x2d\x57\x77\x3b\xa1\xaf\xff\x54\x4c\x9b\x4f\x10\x8c\xce\xea\x2c\xf2\x4a\xc1\x28\x8f\x86\x95\x1d\x5a\xd3\x61\x4b\x69\x70\xb0\xf8\x52\xb2\x34\x88\xd2\x4f\x48\x18\x0b\x70\xb2\xa7\xb2\xb3\x9b\x50\x47\xeb\x60\x87\xa9\x6a\x8b\x8a\x41\x7a\xf5\xde\x08\x95\x45\xe6\x93\x25\x3e\x93\x85\x2d\x55\xbe\x87\xc7\x62\x38\x43\x77\x20\xaf\xed\x53\xca\x9d\x78\xdb\x5a\xa7\xe8\x80\xc3\xfb\x3e\xa3\x22\xff\xbc\xc0\x34\x23\x29\x9f\x6b\x99\x47\x69\xc4\x31\xa6\x3a\xc5\x04\xd8\x98\xd4\xa3\x23\x3a\xe0\x91\x4e\xfb\x19\x54\x9f\xa8\xfd\xfa\x62\x19\xe4\x70\x07\x77\x8b\xf8\xe5\x86\x75\x9a\x67\xd5\x09\xf2\x2b\x50\x84\x1a\x4b\xee\xe6\x6b\x65\xbe\x07\x9c\xf6\x80\x29\xdc\x23\xe0\x31\xb7\x9a\xc4\x5e\xa6\x1e\xa4\x15\x33\x30\xe1\xbf\x8d\x39\x38\xd6\x0c\xcc\x5d\x2e\x1b\xb4\x58\x9e\xb1\x18\xed\x81\xf2\xd4\xed\x32\x4e\x72\x61\xd7\x3c\xd9\xee\xe7\xa4\x8c\x89\xde\x6f\x05\x86\x80\xe0\x77\xc6\x86\x61\xf4\xfb\xc7\x0a\x3b\x4e\xfd\x27\x6c\xf1\x63\x32\x63\x48\x12\xe3\x92\xf0\x6f\x3b\x56\x38\x0a\xd7\xe3\xb3\x0a\x0e\x39\x8c\x1a\x08\x9b\x9f\xcf\xa9\xc0\xbb\xb8\x5a\x8f\x82\x38\x6e\x08\xba\xa0\x76\x4b\x3d\xb9\x73\x73\xaf\xd1\xf2\x2d\xc7\xfa\x59\x18\xee\xf0\x00\xf9\xd0\xb5\x3e\x00\x21\xaa\xf2\x23\xed\xbd\x71\x59\x7e\xf2\x65\xa7\x10\xa3\xad\x93\xa6\xa2\xf9\x38\x6d\x4e\x54\x42\x7f\xe9\xe5\xe6\xb5\x16\x4c\x9d\x27\x6e\xe1\x86\x93\xc4\xa4\x5c\xa3\x86\xb3\x8f\xa2\x4a\x06\x6b\x42\x5f\x1d\x8e\x77\xaf\x35\xd0\xe5\x0a\x4b\x49\x26\xfc\xb5\x2a\x9d\x97\xb0\xdb\x0e\x28\x84\xbd\xbe\xf7\xd9\x48\xb4\xf0\xcf\xa2\x7e\x18\x5b\xc8\x12\x46\x90\xe4\x23\x7e\xba\x82\x3a\x6f\xae\xc8\xff\x88\x55\x90\x27\xac\x40\x3c\xe1\x6a\x92\xa4\x78\x03\x0a\x78\x66\x26\x17\xcf\xa3\x96\x94\xa5\x36\x2b\x09\x52\x70\x24\xe7\xa3\xaa\xcf\xe7\x4c\x7d\xd0\x18\x65\xc3\x11\x90\x84\xbf\x86\x29\x79\x1a\xe6\xaa\xa1\xa4\x69\x31\xdc\xcf\x30\x42\x4d\x64\x0b\x9b\x42\x56\xdc\x21\x80\xdd\x2c\xb3\xce\x3e\x64\x7a\x01\x06\x16\x6b\xee\x60\x95\x4b\x76\x4f\x2b\x2e\xc7\x19\x7f\xb8\x01\xac\xb9\x80\xea\x52\xa0\x0c\x8c\x6b\xd8\xeb\xca\xdc\x30\x45\x2a\x15\x49\x13\x6d\x1f\x50\x33\x02\xae\x2c\x9d\x57\x0a\xfa\x26\x68\x3b\x77\x34\xf3\x60\x83\x35\x7d\x2d\x24\xfc\x67\x42\xdb\xb1\xf2\xa3\xd0\x18\x3a\xc4\x88\x14\x96\x7b\x58\xa6\xb2\x2a\xd3\x62\x9a\x2e\xb1\xaf\xcb\xb4\x6d\xb8\x14\xbb\x42\xbb\x8c\xaf\x98\xdf\xc1\xe7\x46\xd9\x4e\x57\x1c\xb0\x96\x18\xf7\x0d\x1a\x01\x0a\x3f\xe7\x45\xe1\x90\xe9\x57\xce\x3e\x74\x86\xa8\x74\x61\x23\x3d\x9c\x60\x9f\xc8\x6b\xc5\xe1\x84\xf1\x34\x50\xee\x7d\x9f\xaa\xc6\x1a\x91\x27\x1b\xdf\xc8\x12\xe8\xa2\xda\xf7\xd0\xea\x5d\x7c\x75\xb4\xc1\x1e\x6e\xdc\x51\xa7\x84\xe0\x66\xed\x90\xb9\x21\x76\x90\xd8\x71\xc4\x49\x32\x99\xa8\x0e\x75\x6e\x40\x9e\xf3\x87\x67\x04\xb1\xa8\x28\xc6\x41\x9e\xff\x0c\xe5\x68\x40\xd5\x7c\x9c\x96\xa1\x3f\xec\x72\x46\x91\xff\x46\xaf\x30\x4c\x03\xf2\x83\xf2\x36\xf8\x9d\x37\xf2\x7a\xaf\x39\xe1\x73\x7a\xbe\x73\xd2\x08\xf3\x76\x83\x9c\x11\xe2\xd3\xbc\xda\x20\x67\x84\x2a\x06\xa3\x12\x48\x34\x25\xa9\x80\xe9\xb5\x26\xb2\x6e\xe5\x27\xcc\xe0\x13\xe9\xdc\xe8\x18\x46\x7f\xb3\x03\x99\x8a\xa5\x87\x6c\xaf\xcf\xf7\x90\x52\x71\x3c\x35\xb4\x2b\xb4\xd4\x74\xba\x94\xf1\x7e\x3d\xb3\x96\xa6\x2c\xe1\x78\x72\x49\xdf\x54\xef\x2f\xf2\x04\xf2\x72\xc2\x26\x43\xd1\xfe\x56\xc1\x3a\x2f\x54\xc5\x23\xb8\x73\x39\x6f\x5c\x02\xf7\x07\x82\x63\xeb\x14\x3c\xd3\xcd\x38\x92\xf5\x7d\xed\x15\x84\x07\xba\x20\xa7\x0a\x72\x77\x76\x5e\x2f\xde\x39\x3f\xbb\xb6\x55\x7b\x5e\x57\xbb\x6a\xcf\xfd\xe4\x2c\x49\x53\xa9\x67\x0e\x90\x34\xd3\x09\x8f\x87\x58\x59\x3c\x55\x17\x7f\xb8\x0e\x42\x0d\xa2\x66\x56\xa3\xc5\x7f\xee\xe5\xa3\xf6\x8d\xbc\xc8\xb7\xf3\x7e\x0e\x75\x89\x3f\x43\x8c\x0f\x68\x17\xa9\xda\xab\xb6\x3d\x8a\x5a\x5d\x25\x69\x51\xbe\xc3\xe0\xbb\x25\xba\x5a\x7f\x30\x6f\x5a\xae\x06\x12\x2e\xd8\x1e\xe3\xfc\x06\x3a\x51\xfc\x77\xc7\xf2\x84\x1f\x2b\xc6\x73\xf2\x3b\xe9\xfc\x82\x5d\xb5\xc7\x43\xaa\xfc\x8f\x01\x73\x6e\x0f\x35\x45\x42\xfc\x01\xe2\x6a\x24\xf2\x9d\xe2\x2e\xe2\x60\x16\xf9\x6e\x18\xf7\x1b\x92\xc6\x0d\xd1\x94\xfe\xc8\xac\x62\x0c\x30\xcc\xa1\x85\x65\x11\xe0\x46\x2f\x16\xaf\x86\xfd\x07\x50\xca\xd5\xb1\x99\xf3\x06\xb1\x95\xad\x7f\x18\xe6\x03\xd9\x9d\x57\x9d\x04\xf9\x64\x6e\x94\x5c\x20\x7d\x02\x11\xc9\x96\xe6\xff\x5c\xdb\x2b\x42\x83\x62\xdc\xc1\x5e\xd4\xf7\x21\x9f\x46\x00\xef\xfb\xa3\x02\xbe\x79\x24\xfa\x65\x1b\x02\xc7\x9e\xd4\x77\xd0\x57\x8c\xd5\x5e\x11\xb8\xb7\x78\x6e\x54\xaf\x54\xaf\x96\x69\x06\x94\x4b\x89\xdb\x9f\x6b\xb1\x36\xb0\x60\xcd\xc2\x5c\xf0\x6b\xec\x7b\x6b\xfd\x3e\x5c\xca\x1e\xd0\x21\xcb\x5e\x30\x97\x99\xdd\xcb\x1f\xab\x22\xd2\xd1\xb9\xcc\x0f\x48\x4c\x0c\x70\xbe\x9b\x50\x61\x37\xac\x22\xdd\xf2\x6c\x2a\x73\x1b\x0a\x9e\x0c\x7a\x64\x7f\xe0\x4d\x2e\x0c\xed\xc1\x9e\x91\xdb\x72\xf2\xd6\x18\xbc\x48\xc8\x14\xe0\x92\x57\xcd\x5b\x52\x0b\x7c\xd8\x45\xcc\xb4\x27\x5e\xba\x30\x23\x73\x71\xd5\x24\xb7\x48\x54\x11\x47\x36\xba\xf3\xa3\xe0\xb9\x1b\xd9\x76\xde\x38\xe5\x80\xf6\x68\x5b\xc3\x19\xc9\xa9\x8a\xe4\x18\x0b\xa6\x4d\x25\xf2\xb1\xe4\xf6\x6c\xfc\x2f\xf5\x64\x42\x4c\xd2\x65\x35\x7f\xe4\x5f\xad\x05\xcf\x1e\x76\xb4\x61\x58\x3e\xb1\x8c\x91\x5e\xb4\x6e\x35\x7b\x92\x93\xa8\x6b\xcf\x50\x67\x6e\xf5\xb1\x8a\xc1\x8a\xe4\xc9\x14\x61\x16\x26\x61\xab\x22\x17\x2f\x64\x4a\xbd\x1b\x3e\x29\x9b\x0b\xc2\x26\x5e\xf3\x81\xca\x2a\x04\x52\xa0\x74\x6e\x66\x24\xde\xaf\x0a\x03\x09\x1f\xda\x8c\xab\xbd\xd7\x59\x78\x5b\x1a\xb9\x47\x2f\x2a\x1e\x53\xf0\x9b\x75\x91\x27\x77\xd3\x00\x1f\xcb\x63\xd0\x54\xc4\x02\xfb\xab\xd5\xc7\xbb\xe4\x78\x33\xcf\x98\xf1\x90\xb5\xd0\x72\x51\x01\x09\x81\x2d\x45\x07\x5b\x23\xf2\xfb\x24\xe5\xb9\x6f\x59\x67\x98\x7c\x86\x2d\xd3\x81\xd9\x28\x0f\x0f\x1a\x2c\x5d\x41\xbb\x4e\xda\x9b\x70\x93\x9d\x13\xfd\x78\xc6\x9d\xdb\x7d\x56\xe2\x35\x22\x5c\x9e\x84\x62\xcf\xea\x59\x0f\x62\xab\xfe\x18\xec\x31\x79\x04\xae\x9e\x94\xfd\x80\x03\xf4\xf4\x73\x51\x80\xfd\x34\xa9\x47\xb3\x11\xb7\xa8\x90\xac\x8a\xb8\x4d\x78\x87\xb4\x5a\x21\x5e\xb5\xd3\x07\xce\x68\x95\x29\x76\xc2\x95\x70\x38\x31\x25\xcb\x0a\x79\x5b\x37\xd9\x60\x38\x40\x0d\x3a\x78\x27\x52\xdb\x64\x2e\x01\xcf\x99\x94\xdd\xbe\x38\xf7\xb9\xa8\x00\x83\xcb\x71\x2a\x82\x0a\x15\xbb\x2a\x45\x22\xd9\x9d\x17\x94\x35\x3a\xb4\x02\xbe\xd0\x68\x5c\x45\x78\xbe\xd6\xe8\x75\x8a\xbd\xed\x61\x67\xcc\x25\x63\xb0\xe4\x71\x03\xfc\xf7\x8b\xa4\xf3\xbe\xd9\xaa\x91\x33\x3b\x83\xfc\x83\x8e\xe8\xa9\x62\xf2\x8b\x96\xee\xda\xcb\x6e\x40\x69\x7d\x28\x64\x2b\xba\xa8\xbf\xda\x07\xc3\x15\x59\xac\xb7\x0d\x28\x0d\x50\xd6\xde\xe5\x04\x4f\xa8\x75\xa6\x6c\x1e\xa2\x54\xe0\x2c\x12\x18\x72\x68\x93\xea\x59\x17\xd0\x43\x3e\x27\x68\xb9\x3f\x1c\xe4\x1c\x60\x8d\x9b\x5d\xfd\xcb\x92\xeb\xee\x1a\x2a\xae\x93\x65\xdf\x97\xfc\xd8\x0d\x4c\x03\xcc\x3f\xfa\x8a\xf0\x46\x39\x2c\x3b\x7d\x74\x53\x01\x55\xfb\xab\xcd\x8b\xbd\x86\x3b\x50\xf4\x4d\x31\x80\x80\x09\xf5\x56\x91\xff\x8c\x6a\x38\x34\x58\xa5\xe3\xd4\x7e\x3a\xe0\x4b\x0f\x77\xcb\x00\xd5\x3e\xba\xe7\x4c\x8a\xe4\x06\x24\x7e\xc3\x3f\x04\x72\x40\xc5\xf9\x81\x8a\xa5\x16\x48\x39\xab\x31\x2a\x09\x61\xed\x58\x1e\xb4\xe6\x72\x91\xfd\x7c\x6d\x1b\x5d\x11\xb6\x5f\xaf\x30\xaa\x6f\xe9\x16\x09\xce\x2c\x68\xf1\xd4\x97\x94\x03\xc7\x4a\xdd\x34\x46\x39\xde\x40\x67\xea\x34\xa6\x0e\x72\xfc\x11\xc8\x4c\x8c\xbc\x78\xe2\xbb\xe7\xca\x1d\x7f\x73\x09\x4e\xfc\x2d\x78\xe9\x51\xd4\xef\x51\xa2\x14\x6f\x2d\xa0\x4d\x94\xf4\xb9\x67\x94\xe9\x64\x86\xb1\xc4\x2a\x37\x73\x78\x56\x0a\xf8\xc4\x17\x3c\x71\xe6\x5e\xaa\x37\xff\x90\x0e\x9d\x7f\x4c\x78\x78\xb0\x7c\xba\x01\xb6\x33\x57\x3d\x47\xff\x52\x42\x25\x8e\x1a\xd4\x56\x73\x88\x7e\xb5\x45\x32\xab\xce\xd1\x73\xc5\x0e\xfa\x8b\x55\xa8\xba\x2f\xc7\x35\xa0\xfd\x99\x73\x83\x79\x79\xcf\x3c\xf0\xbb\xcd\x16\x2c\x49\x17\xeb\x3b\x1e\xb5\x52\x8f\x34\x61\xfc\x49\x68\x20\x93\x3d\x8b\x9b\x79\xd9\xb5\x71\x11\x2a\xff\x4e\xb2\xf5\x78\x32\x08\xca\xa6\xab\x66\x50\x94\x04\x8a\x00\x6d\xe7\x83\x5e\x7b\x08\xe8\x94\xd0\x93\xad\x50\x42\xf1\xeb\x61\x65\x86\x5f\xff\x14\x10\x6f\x51\x3b\x90\xb2\x2d\x6b\x6d\x78\xcd\x70\x1b\x65\x92\x72\x53\x32\x27\x9e\x0f\x30\x2e\xa3\xe3\xb4\xa7\x45\x68\xc4\x0f\xe6\x5f\xea\x30\x56\x51\xe8\x23\x3d\x38\xf5\x0e\xa7\x7a\x82\xea\xbd\xd5\x8e\xfd\x6c\x1b\x44\xa6\x05\xd8\x97\xfc\x46\x56\xbb\x35\x28\xc4\xf4\x21\x4e\x3d\xaf\xe0\x68\xa6\x6b\x46\xaf\xd8\xd7\x06\x03\x2b\x1b\xc2\x39\xb7\x87\x8c\xf0\x60\x97\x38\xab\xba\xed\x59\x3d\x93\xf5\x40\x4d\x20\x73\x52\x49\x39\x25\x30\x3e\xdb\xa7\x84\xac\x29\x72\x3b\x72\x97\xad\x5d\x50\xc5\x89\x3c\x8f\xb5\xc4\x2e\x1e\x89\xe5\x9d\xf3\x4c\x77\xf3\xb2\xbd\xdb\x95\xb3\x0c\x5e\xb2\x3f\x88\xa6\xca\x87\x15\x37\x5a\x31\x72\xfa\x50\x12\x8a\x3a\xf6\xb8\x54\xcb\x98\x39\xad\x7b\xf5\x7a\xaa\xf7\x37\xce\x30\xb9\x7d\xa7\xdf\x6f\x17\xc5\x1e\x85\x3b\x10\x1a\xb4\x37\x42\x10\x7a\xa1\x65\xbe\xbf\x0c\x78\xc8\x30\x8f\x1f\x64\xe8\x79\x5f\x5c\xb0\x87\xdb\x7c\x91\x1e\xe8\xf2\x89\x68\xc0\x5e\xc5\xe7\x7b\x89\xb8\x17\x3f\x30\x23\xd2\x57\xb8\x1c\x94\xb8\x9d\x97\x6a\x17\x58\x01\x41\xf5\x3c\x8b\xf2\x55\x55\x5b\x63\x74\xb9\xd1\xf1\xa8\x38\xab\xaa\x33\xf2\x9f\x97\x33\xa1\x1c\xa3\x01\xde\x51\x33\xd1\xa5\x25\x29\x61\x2d\x42\x78\x11\x51\x22\x78\xa9\x90\x7b\x28\x5a\x3b\x58\x66\x91\xe4\x36\x36\x2d\x85\xd8\x65\x90\xad\x01\x9b\x33\x3d\x0d\x8c\x7f\x51\x9e\xf4\x27\x69\xee\x1d\xe6\xab\xb8\x08\x7d\x14\x15\xb7\xf1\x37\xd8\xfc\xd6\x33\xdf\x61\x3e\x80\x3a\x35\x3e\x5a\x04\x6f\xb8\xb9\x08\xd0\x76\x19\x9c\x98\xf7\xbc\x68\x72\xcd\x6c\xcf\x8e\xf3\x24\x46\x2d\x7c\x21\x95\x88\x0d\xcf\xa6\x62\x5f\xc9\x73\xd2\x72\x07\x78\x72\x8c\xcd\xed\x96\xf9\x7e\x16\x8a\x3c\xe4\xeb\xa8\xfd\x51\x35\xb3\x32\x19\x43\x74\x44\x7b\x77\x38\x1e\x4e\xca\x7c\x80\xc1\x7b\x98\x3a\x05\xed\xf2\x6f\xc9\xcf\x45\xa2\xcf\xbe\x91\xdf\xc7\xb7\xda\x13\x2a\x22\xe4\xba\x2d\x52\xf6\x45\x44\x7e\x14\xd3\x7f\xa0\xc6\x42\x81\x4f\x46\x02\x77\x91\x2e\x79\x48\xb1\x04\xe8\x42\x42\x4f\x97\xb3\xea\x51\xb8\xff\x70\xbb\xec\x50\x0d\x94\xfb\x4b\x49\x7b\x50\xd3\x6b\x34\xc4\x62\x00\xed\xbe\x79\x0d\x93\x51\x1b\xce\xce\x5c\xf4\x9f\x48\x13\xdd\xb4\x6f\x55\x9c\x60\x1d\x90\xdb\x6c\x11\x56\x84\x8f\x96\x22\x5b\x89\x46\xb5\xfb\x11\x8f\xba\xe6\xda\x6d\xed\x8c\xb3\x78\x9c\x05\x5b\x40\x1e\xd8\x15\x1e\xfa\xab\x4c\x8e\x28\x57\xb7\x97\x75\x46\x9b\x5f\x1c\x46\xf0\xb6\xd2\x23\xe2\x48\xeb\xcf\x7f\xd3\x21\xf2\x5e\x9f\x0d\x9d\x94\xcf\xe4\x3c\x5d\x31\x62\x2e\x2e\xa2\x70\xae\x41\xd8\x0b\xb2\x47\x75\x6d\xe4\x80\x8f\x36\xde\xc6\x70\xfb\x1f\xb2\x6e\x59\x48\xa4\x0d\xd7\x5d\x3d\xac\xef\xb9\x3d\x1c\x96\x45\x39\x36\xdd\x8b\x92\xb2\x3d\xe0\xc5\x44\x1b\xe1\xa4\xc6\x60\xae\x00\xa4\x63\xbb\xf9\x1a\x08\x33\x40\x74\x1f\x5f\x54\xbe\x22\x32\xa6\xd1\xb0\x1e\x3a\xdc\x2f\x46\x46\x8c\x31\xe3\x4f\xba\xe5\xc4\x90\x90\xca\x55\x99\x0d\xbe\x7d\xc5\xb4\x25\x9f\x4a\xde\x73\xdd\x40\x55\x60\xb2\x6e\x9c\x6e\xa7\xbb\x97\x6d\xba\xa2\x37\xa1\xf1\xe6\x43\xd5\xac\xa9\x76\xa4\xd1\x78\xb8\x93\xf7\x81\x5e\x6c\x4f\xba\xd7\xb3\x12\x6a\x00\xec\xb5\x31\x5a\xa5\x66\xcc\xdf\x48\xaf\xe6\xcf\xb0\x57\xf3\x17\xa6\x57\xf3\x5d\xe8\xa5\xf9\xcc\xae\xb9\xc8\xb2\x83\x91\x68\xd5\x63\xbd\xf5\x66\x93\xfd\xf7\xa6\x8e\x6f\xd4\xe2\xaf\x91\x27\xa1\x10\x12\xea\xba\x18\x2d\x81\x30\x5c\xf3\x58\xa5\x8c\x40\xa4\xfa\xaa\xc0\x2a\x83\xec\x7d\xe6\x88\xbb\xb7\xba\x18\xa6\xc3\x1a\x93\x43\x8a\x4c\x42\xda\x86\xb4\xe8\x64\x79\x6a\x29\x1a\xcb\xfa\x6f\xbd\xa9\x46\x42\xd5\xa0\x19\x89\xe8\xd8\x67\x2b\x1b\x40\x41\xd9\xbb\x95\xc2\x06\x98\x21\xaf\x2b\x51\x12\xdb\xd7\x12\x10\x15\x85\x71\x1c\x4e\x67\xfb\x8c\x3a\x88\x3a\x6c\x27\x48\x48\x76\xd7\xda\xf4\xd3\x6b\xe4\x3e\x91\x2f\x6f\x5d\x5f\x5e\x9e\x42\xe4\xe6\x33\x69\x87\x29\x75\xe4\x7e\x67\x00\x45\xda\xcc\x33\x80\xe0\x83\xbf\x5a\x33\xee\xa9\xaf\x92\x4c\xd6\xeb\xb8\xc7\x03\x81\x43\xae\xf5\x9e\x4a\xf9\xe4\x2a\x49\x5c\xba\x38\x0d\x0c\xff\x22\x82\x7e\x4f\xe7\x80\xe0\xab\x93\x26\x54\x0d\xad\xd2\x75\x80\x9b\x31\xdb\x16\xab\xac\xe9\x33\x79\x11\xf7\x52\x69\x4d\xa8\x01\xe6\x66\x19\x67\xbb\x60\x02\xa0\x4c\xf3\x52\x5f\x74\xca\x22\xe0\x32\x99\xd3\xb1\xfa\x9c\xac\xef\x6f\x42\x47\xe8\x9d\x62\x3a\x3e\x59\x1d\xdf\x66\x91\xc8\x2d\x1e\x32\xac\xff\xaa\xa7\x23\x3d\x11\x47\xb6\x7e\x2d\xfa\xc3\xf5\xda\x43\xee\x0e\xcf\xba\x6f\x3d\x50\xc9\xe5\x4c\x8f\xdc\x1f\xee\xe6\xa2\x68\x5b\x97\x42\x48\xe2\x74\x49\x52\xe1\x51\x46\x9d\xa2\xb8\x39\x1c\xf7\xac\xa7\xc7\x37\x2e\xb9\xd9\x4a\x05\x1f\x1f\x5b\x29\x81\xb3\x75\xaa\xc0\x0e\xd1\xdf\xde\x93\x03\x61\x71\x84\x90\x68\x16\xd4\x81\xa5\x13\xb6\x59\x64\x3d\x7f\xcc\x9a\x03\x76\xa0\x9f\x0c\x9b\x89\x61\x7f\xbf\xf3\x3e\xa9\x7e\x10\x12\xd1\x78\xf2\x17\xec\x75\xa7\xd5\xa4\xa0\x02\x48\x9d\x11\x4b\x0e\x15\xbd\xc9\x8c\xf9\x22\x93\x5c\x89\x12\xbb\xf4\x8a\x2e\x74\x7e\x27\xe1\xa4\xde\x44\x3d\x33\x01\xd1\xa9\x30\x72\xa7\x78\x23\xe6\x92\x5e\xe2\xe9\xf2\xa2\xad\x5e\xa6\xef\x88\xcb\x20\x09\x63\x4f\x2b\x9e\xac\x39\xe9\xbd\x7c\xdb\x1c\x12\xc2\x43\xd5\x00\x9c\xe5\x01\x4e\xfc\x01\x6f\xdb\xe5\x17\x60\xa9\x4f\xc1\x1e\xac\x89\x50\x41\xed\x70\x69\x4b\xad\xa7\x1e\xc4\xa7\x2f\x60\x0b\xbe\xe3\x90\x14\xae\x4d\x89\x4c\xea\xc6\x5e\x85\xde\xe1\x73\xeb\x48\x75\x47\x63\x95\xa6\x57\xd2\x50\xcf\x93\xef\x8f\x86\x63\x38\x16\x7c\x46\xb5\xfb\x08\x83\xec\xe1\xe7\xa7\x68\x71\x96\x0c\x9b\xa7\xea\x15\xa6\x94\x41\x49\xe8\x0f\xdc\x62\xb4\xb6\x54\x3a\x54\x7b\x0c\x3f\x56\x56\xe2\x18\xc2\x8b\x32\x37\xb2\xff\xf0\xe6\x80\xed\xa7\xe9\xed\xf9\x15\x56\x0e\x19\x7b\x12\xa1\xb6\xb9\xef\x52\x69\x03\xee\x5b\xdb\x68\x32\x14\x61\x93\x6a\x04\x36\x2b\x92\xab\xcb\x1b\x66\x33\xd7\xfe\xdc\x75\xc5\x5a\x5a\xde\xa6\xa1\x24\x13\xc6\xe8\x24\xf7\x9c\x48\xbc\x1c\x6c\xb9\xca\x1d\x6a\xdd\xb6\xc9\x75\x94\x5c\x1d\x67\xe2\xfc\x75\xea\x7b\x2f\xdb\x32\xde\xb3\x4a\xef\x59\x08\x2e\x51\x77\xef\xc5\xa9\xa5\x90\x64\x6d\x0e\x05\x73\x0e\x94\x2b\x7b\x53\x26\xa3\x36\x00\xcb\x67\x1a\xf0\x87\x28\xd0\x08\x7f\xad\xf6\x16\x6b\x90\x55\x1b\x39\x84\x4d\x17\x55\x91\xb8\x8a\x06\xaa\xf1\xb5\xa5\x06\x7a\xc9\xf4\x4b\xc2\x21\x58\x46\xbb\xd9\x29\x0d\xe7\x1f\x58\x86\x95\x9c\xcd\xcd\x8c\xc8\x05\xbb\xfb\xf7\xd8\x18\xca\x0d\xa8\xae\xa1\x08\x61\x54\xfd\x0e\xed\xf5\x4c\x9b\x37\xdd\x79\x35\x17\x00\x73\xd1\x80\x03\x88\xee\x4d\x78\xf9\x2e\xcf\xce\xc1\x52\xf0\x50\xea\xac\xe8\x17\x95\xdc\x89\x7f\xc9\x06\x20\xb3\xf4\xfc\x3c\x61\x0b\xfe\x78\xde\x70\x37\x75\x24\x71\x0e\xc5\xf5\xeb\xc5\x8e\x91\x29\x71\x83\x8e\x45\xd6\x9d\x8c\xf3\xf2\x16\x60\xe2\x72\xd8\x1d\xf6\xe5\x6d\x1d\x2c\xc9\x95\xff\xd4\xb9\xf7\x82\x56\x0c\x5f\x00\x75\x4d\x65\x84\xa2\x2f\x7b\xc3\x82\xb8\xef\x15\xa7\x14\xe7\xdf\x81\xcc\xd0\x89\x18\x7a\xc1\xbf\xa1\xa5\xb0\x37\x90\x75\xbf\xf8\xf3\x77\x5e\xb2\x79\xf1\x54\x25\x4d\xdd\x5a\xd8\x31\x18\x6a\x8a\x3c\xca\xa9\x10\xa4\xf5\x9d\x2c\x0f\xf7\x59\xa4\xf8\x77\xe5\x60\xd5\xb0\xab\x3b\x3e\x03\x26\x39\x9d\x30\x58\x12\xec\x38\x2a\xb3\x9e\x76\x9a\x09\x95\x49\x1c\x30\x9f\x40\xda\x7e\xb6\x75\xeb\x9a\x5b\xcd\x32\x84\xae\xb3\x2d\x81\x39\x10\xa2\xb6\x31\xf8\xf9\x4f\xb8\x56\x00\xfe\x5f\xff\x4e\x12\x61\x63\x21\xb2\x3b\xe4\x09\xa8\x7b\x84\x87\x5f\x25\x3b\x08\xa8\x95\xe5\x38\xdf\x9e\x94\x99\x4a\xcc\xf9\x47\xc6\xea\x0f\xa0\xc2\xaf\x62\x0d\x66\x95\x7d\x7c\xf7\xab\x1a\x7e\x7a\x11\x25\x38\xd6\x6c\x63\x65\xe9\xc6\x95\x8e\x85\xc5\xe4\x98\x36\x5d\xac\xe5\xe6\x48\x8b\x6d\x73\x11\x84\x4b\x3d\xef\xd6\x8a\x49\xf5\x69\xa0\xd2\xfb\x09\xe3\xed\x7b\x51\x57\xf3\x90\xfa\xe9\xa9\x80\xa8\xd3\x36\x3f\xb5\xf0\x6c\xfb\x15\xa0\xf7\x03\xe8\x26\x3d\xd0\x21\xdb\x91\x94\x82\x01\xfd\x74\xec\x98\xd6\xe4\x46\xc6\x13\xd4\x7b\xd1\xc9\xdb\x7c\x73\x1b\xbc\x41\xaa\xd6\xef\x17\xea\xa7\xc5\xd6\x00\x0d\xfa\x3b\x56\xf7\xac\xf4\x64\xe4\xfe\xfb\xc0\x66\xb7\x8b\xce\xe5\xb7\x8b\xe6\x4f\x7b\xcd\x2b\x3f\x15\xf4\xb5\x5f\x8e\xda\xe8\xaf\x70\xe5\xed\x77\x7f\xb3\x11\xc2\x33\x3d\x10\x3f\x51\x87\x3b\x11\x92\x82\x06\x88\xa8\xb0\x81\x70\xb7\xb2\x0f\xae\xb2\x41\xb8\xcf\x16\x69\x56\xcc\x77\x93\x85\x71\x4a\xde\x3f\x4f\xf7\xdb\x44\x90\xf4\x00\xdf\xc9\x92\x7e\xfa\x1d\xeb\x84\xe9\x4d\xba\xa2\x32\x0d\x5f\x10\xb9\x39\x23\x67\x69\x97\x0a\xd8\x6b\x5b\x89\xa9\x08\xe5\x91\x07\xe8\xbd\xb8\x88\xb1\x63\x39\x35\x35\x6c\x97\xfd\xc2\xaf\x5f\xfc\xee\xaf\xae\x34\x13\xb8\xd2\x5e\xc7\xf5\x7c\x04\x9d\xda\x90\x77\x51\x74\x1b\x0b\x17\x29\x23\xc2\x33\x5e\xa6\x24\x81\x99\xe2\xa8\x70\x1e\x5c\x97\x52\x68\xa9\x5c\xd3\x08\xbc\xb2\xb3\xf1\x8d\xbc\x9b\xc5\x54\xf1\x37\x3f\x7d\x9b\xf8\xc3\x53\x52\xf4\xf9\x1b\x30\xff\x18\x5a\x8d\x8b\xbf\x15\x38\x6d\x84\xac\x27\xec\x7e\xf7\x31\x51\xd9\xb4\x26\x85\xd9\x86\x7c\x44\xf5\x61\xf8\x8a\x05\x20\x42\x75\x88\x92\xd2\xa3\xa0\x00\x9b\xbc\x79\x2d\x17\xe0\x4b\xc7\x87\x6b\x7a\x05\xd2\xb2\x63\x5e\x12\xea\x1f\xce\xb0\x54\x37\x5a\x5a\x1d\x94\xa8\xc2\xa4\x39\xa4\xb5\x31\xac\xeb\xb6\xbe\x61\xc4\xaa\x9e\x73\x5d\x10\xc6\xc6\xe7\xbd\xa6\x26\xe1\xea\x60\x83\x4b\xf0\x86\x6a\x13\x03\x18\xc7\x5b\xd4\x8d\x80\x32\x40\x3c\x8a\x9f\x9f\xa6\xfe\x08\xab\x83\x62\xcf\x5f\x31\x89\xdf\x35\x4a\xa0\xb9\x24\x72\xdc\x0c\x1c\x0f\x57\x2a\x63\x65\x85\xa2\x08\xe9\x97\x0b\xe8\x48\x3b\x8e\x06\x8c\x98\x1c\x23\xad\xff\x21\x21\x3d\xdc\xc6\x43\x72\xb9\x88\xaa\xdc\x4a\x5b\x0c\x1f\x11\x89\x7b\x75\xe0\x78\x72\x5f\x19\xa4\x7c\xa4\x5b\xfa\x2a\x82\xe2\x2a\xb5\x57\x18\xca\xb0\x89\x7a\x70\xec\xba\x2c\x26\x6f\x71\x64\x56\x8c\xf6\xf2\x2c\x09\xd1\xd2\xb1\x33\x1a\x25\x1c\x0e\xa5\x48\x91\x64\x83\x96\x14\xed\xaa\xd3\x0d\xc2\x85\x61\x6a\xae\x0d\x7a\x56\xa6\x5f\x5f\xd3\x37\x25\x5d\xf0\xa7\xe1\xce\x4e\x3f\x1f\x18\xae\x09\xb3\x8e\x7d\x63\xb0\x3f\x40\xe7\x63\xd0\x8c\x52\xe2\x26\xc3\xc6\xd8\x61\xf2\x02\xd1\x3a\x98\xf2\xd1\xdc\xbd\x4b\xbc\x92\xc2\xea\x71\x36\x30\x4c\x44\xb3\xfa\x04\xae\x1d\xef\xfc\xd8\xc6\x8b\x4d\x65\xdc\xf1\x04\x41\x7b\x5c\xad\x51\x9e\x47\x6c\x96\xee\x4b\x6b\xff\x56\x96\x6b\xf9\x2f\xe7\x9f\x29\x7e\xe4\xd2\x09\xf4\x04\xe3\xe1\x10\xbc\xc7\xc1\x3d\xf3\x1b\xa4\x8f\x8b\xc0\x35\xa6\x2a\xa2\xc2\x42\x0e\x38\x69\x77\x31\xed\x9e\x1e\xec\xbe\xd7\xdb\xe5\x67\x24\x9f\xa4\xc0\x53\x8e\x87\x32\x47\x59\x3f\x8e\x3e\x58\x3b\x7f\x77\x9c\x8f\x92\x65\x02\x14\x8f\xe0\x0e\x19\xb2\xd2\x17\x8c\xcf\xea\x4f\x7b\x11\xa4\x36\x59\x52\x4e\x9c\x29\x29\x35\xea\x31\xb0\x5d\x5c\xb1\x27\x6f\x8a\xf3\xf2\xa6\x03\x04\x54\xf3\x84\x0e\x60\xe6\x00\x15\x5a\x80\x86\xa4\x6c\x6f\x4f\x0c\xeb\x6b\xb0\x21\xbd\x5c\x71\xe1\xbf\xbd\xf2\x72\x5a\x11\x63\x47\xe6\x3d\x8f\x31\x55\xc3\xd5\x3c\x0b\xf8\xec\x4b\xd8\xea\x43\x1f\x83\x48\xfc\xef\x2e\xff\xbc\xd9\xde\x27\x7c\x18\xaa\xcf\x1a\x68\xd3\x4d\x21\xff\x29\xd6\x46\xf2\xe0\xe0\x88\x52\x1d\x2b\x87\xb6\xa0\xcf\x2e\x2c\x29\xea\xf1\x90\x64\x54\x27\x04\x34\x5f\xfc\x91\xe9\x70\x89\x3a\xfc\xe8\x25\x3d\x88\x11\x2b\xf2\xfd\xc9\x3e\x65\xd4\xcd\x3f\xc8\xda\xdd\xbd\xac\x7b\x5d\xd8\x48\xc5\x35\x1e\xd3\xc3\x9e\x5b\xa9\x9f\x42\x50\x99\xa5\x7d\x42\x49\xa7\xbc\xb4\xc2\xd1\x82\xc3\xb9\x0a\x30\x96\x9c\x7b\x40\x8b\x99\xb6\x2d\x02\x8f\x58\x1f\xee\x98\x8e\x9e\x50\x03\x68\xa5\x94\xfb\x35\x56\xbf\xb8\x6f\x5a\xb1\xe5\x7e\xad\x7c\x5b\xaa\x4d\x51\xf4\x09\x6b\x5d\xb9\xf2\xab\x14\xa2\x75\x2d\x44\xba\x79\x71\xe5\x25\xc8\x1e\x99\x65\xed\x8e\xb3\xe2\x25\xd5\x45\x5d\x7e\xf0\xab\x1d\x04\xfb\x5e\x28\x7e\xdf\xcf\xcb\xec\x27\x17\x20\xce\xec\x42\x99\xf7\xb6\x2f\xbc\xe4\x91\xc3\x1c\xb3\x50\xa6\x8f\x53\x62\xc9\x14\xcf\xef\x63\x19\x36\xaf\x66\x20\x86\xbb\x2a\xf2\x5f\xa2\x07\xda\x1d\x4a\x65\x84\xe6\x33\x95\x8c\xe3\x51\x18\x28\xe3\xe8\x9b\xbd\x3e\x5f\x76\x0f\x09\x92\x15\x31\x02\x72\x64\x43\xe6\x92\x41\x1c\x76\xcf\x90\xdf\x96\xc6\x60\x07\xff\xed\x49\x59\x62\x15\xcf\xa5\x4b\xb5\xcb\x62\x3f\x96\xba\x38\xae\x16\x55\xec\x41\xfc\x7e\x92\x8f\x0d\x4b\x9e\xef\x0e\x80\x75\xa3\x74\x89\xd1\x31\x04\x8a\x13\x95\x65\xd0\x65\x55\xe4\x11\xf1\x40\xc5\x6a\xfd\x57\x67\xaa\xd6\x4c\x1f\xa6\x8b\xac\x3d\xaa\xf0\x6d\x07\x07\x16\x09\x88\xe7\x79\xe5\x32\x17\x4b\x7f\xdd\xce\xa8\xec\xee\x75\x7c\xb9\xef\x4d\xfa\xd1\x72\x35\x54\xff\x01\x72\x9e\xb6\xfb\xe4\x8c\xff\xd5\x72\xc1\x71\x34\x33\xab\xd0\x08\x8c\x90\x9a\x92\x17\x59\xe9\xf4\x91\xf5\xe3\x00\x43\x28\x4e\xd3\x7e\x0d\x13\xa5\xa4\xb4\x2f\x41\xea\x42\xad\x09\x71\xb3\xda\x61\x1d\x6f\x23\x63\xfc\x7e\x92\x4d\xcc\x82\xb2\xc1\x2e\x3c\xcd\xcf\x85\xb9\xa7\x49\x6d\x80\x0a\xd7\xac\xb3\x57\x45\x95\x13\xd0\xc1\xc3\x70\x5a\x9e\xfb\xca\x31\xb3\xed\xe4\x38\x68\x09\x74\x5c\x4d\x48\x40\xfb\x99\x55\x02\x0d\x0d\x77\x8a\x41\xae\x3d\x06\x26\xa3\xa7\x1a\x51\x72\xff\x7a\xea\xce\x8d\x04\x4a\x0d\xbe\x1a\x86\xb0\xf9\x8b\xbf\xff\xd5\xaf\x83\xe6\x09\x04\xcc\x5f\x2a\xd1\x36\x7f\x5f\x8b\xa4\xd1\x59\x04\xa9\x30\xe9\x13\xbf\x5c\xea\x6a\x60\xab\xa0\x60\x22\x3d\xe2\x27\x8e\xe3\xb6\x3d\xdb\x3b\x30\x61\xaf\xa2\x6e\x6c\xa2\xd0\x22\x0b\xbb\xe9\xe1\x89\xa8\x83\x72\xe0\xd5\xe6\xc5\x1b\xf1\x64\x05\x26\x76\xfd\xbe\xb2\xb7\xce\x40\xe9\x95\x38\x51\x23\xb7\xec\xcd\x53\xcc\x11\x5f\x3c\x06\x14\xad\xe5\xe3\xa8\x4b\xd2\x9a\xe3\x5e\x16\x39\xcd\x6d\x06\x50\x27\xb8\xe2\xa9\xdf\xb5\xd3\x33\x58\x84\xb2\xe3\x99\xaf\x4d\x76\x90\x78\x8a\xc7\x76\xdb\x6f\x8a\x9e\xb9\x37\x3a\x7d\xdb\x96\xcb\x80\xa0\x80\xa9\x98\x69\xbb\xa6\x81\x6d\xc9\xfe\xfc\x56\x65\x8b\x74\xce\xc1\x07\xc5\x9a\x6f\x86\x1d\xee\x10\x2d\x53\x24\x87\xbb\x8f\xc6\xc3\x1b\x79\x8f\xb3\x4a\xd8\xb0\x74\xb0\xaf\x9d\x54\x75\x95\x2e\x1b\x1e\xe0\x51\x38\xae\xdd\xb1\x41\x6e\x79\x42\xa5\x87\x6f\x81\x48\xd4\x9c\x10\x8d\x26\xf0\x8c\xdb\x01\xeb\xd2\x00\x81\x5a\x2f\xf6\xfb\xad\x1a\xd6\x6e\x68\xb7\x6b\x6f\x89\x7c\xee\xc0\x13\x91\x5d\xfc\x2b\xef\x4b\x0e\xb0\x9f\xef\x64\xec\xa9\x77\x1f\x5b\x81\x9f\xfa\x91\xd5\x2b\xa8\xcc\xa4\x2b\x5b\xb9\xd4\x9d\x29\x8c\x2c\x23\xee\x95\xe5\xa8\xa0\x02\x61\x50\x41\xf8\x8a\x2d\x49\x12\x1c\xd8\xb3\xcc\x18\x6f\x1e\x67\xb6\x57\x9a\xa3\xf7\xe8\x86\x37\x3a\x47\x6b\x14\x39\xd4\xb0\xb8\xef\x1e\xa0\x0c\xc5\x7c\x1c\x18\xcb\x85\x51\x9b\x5b\x19\x85\x08\xba\xba\x02\xc1\xbb\xbb\x63\xca\x86\x17\xe2\xde\xb7\xf8\xf7\x00\x0a\x76\xb2\x1e\x84\x44\x66\xbd\xb6\x74\xf3\x60\xc1\xab\x97\xa9\x53\xe7\xcd\xed\xce\xc1\x2d\x67\xa3\x5d\x9b\x86\xba\x8f\x2c\x18\xeb\x22\xec\xe5\xbb\x7b\x7d\xf3\x7f\xce\x8a\x2c\xae\x46\x68\xa0\xf9\x88\x74\xc5\x9a\x49\x92\x50\x6c\x0a\x00\x06\x75\x02\xc5\xef\x78\x65\xb7\xfc\x6a\x10\xc4\xf2\x70\xee\x7e\xbd\x0e\xf0\xda\xc2\x35\x80\x12\xa5\xb0\x0e\x5f\x1e\xc3\xe4\x7c\xbf\xec\x30\xa2\x0c\xe0\x7c\x14\xc8\xa3\xbc\xe8\x8c\x5b\x86\x82\xbe\x54\x39\x0b\x94\x06\x1a\x1b\xbe\x09\x5d\x21\xce\x39\x1f\x35\x3c\xc4\xf7\x39\xc7\x50\x22\xe6\x63\x8f\xd2\xf3\x71\x49\x81\xda\x59\x52\xd5\x1d\xfc\xb0\x94\x17\xed\xd1\x2e\xa5\xe4\x00\x5f\x86\x37\xab\xc1\x03\x9d\x31\xa4\xf5\xf9\xa3\x69\x0d\x91\x2e\x12\xa4\x3d\xb7\x0e\xbe\x7a\x8d\xf9\xee\x58\xe2\x22\x36\xe4\x92\x9e\x20\x68\x45\x34\x8b\x46\x1b\x8f\x87\xe7\x61\xb9\x56\xb6\xe6\x5a\xcb\x72\x72\x3a\xbe\x7b\xe1\x41\x78\x7f\x38\x38\xd7\x4a\xbd\x8c\x30\x9a\x9f\x83\xd1\xb0\x10\xde\xb9\x56\xaa\xab\xea\xf9\x07\xbe\xf9\x30\xe0\x5f\xac\xb4\x55\x9b\xa1\xaa\x84\xd6\x0a\x3a\xa7\x15\x76\xba\xb1\xa4\x83\x68\x75\xc7\x46\x0e\x7b\xd3\xfc\xc7\x8b\x25\xb7\x9f\x35\x07\x28\xbf\x15\x86\x92\xf7\x26\xa0\xf5\xff\x57\x5c\x10\x1a\xb4\x5c\x8f\xec\xfd\x32\x70\x2c\x17\x1d\x8c\x34\xc1\xec\xf6\xc3\x49\xe1\x0a\x4a\xcc\xc9\x22\x19\x36\xcc\xde\xcf\xba\x93\x44\x6c\x4e\xa4\x7a\x74\xf9\x2d\x80\x7c\x93\x0a\x5b\xc5\x8f\x3b\xff\x1b\x71\x2b\xfb\x88\x28\x94\xed\x95\xce\x5a\x6c\x77\x0c\x7a\x31\xf1\xf6\xb5\x72\x1a\x3a\x49\x25\xd7\x1a\x5f\x77\x4a\x59\x2a\xc9\x3b\x24\xbf\x05\xfd\x13\xb5\x5f\x1b\xe4\xf3\x90\xce\x58\x3d\xa5\x97\x95\xc0\x9e\xba\x82\x15\x11\x8a\x05\x15\x00\xa2\xe3\xc7\x64\x4c\x20\x24\x0d\xd1\xbc\xe8\x4a\x2f\x6b\x92\x51\x41\x6e\xc4\xac\x1c\x9f\x2f\xbd\xd4\x10\x6e\xcd\x59\x3f\xeb\x62\xe2\x60\x5d\xa5\x61\xee\x05\xf6\xd9\xc6\xe6\x74\x55\xf3\x3f\x09\xe3\x71\xec\x48\x89\x6d\x9a\x0f\x48\x8d\x4a\x1d\xd0\xc9\x17\x9c\xfd\xad\xb9\x80\x6a\x73\x92\x7a\xdb\x0d\x8f\x96\x24\xea\x42\x59\x8c\x55\x40\xb6\x37\x0f\xb2\x05\x41\x3f\xd9\x43\x3a\x86\x3b\x3c\x24\x75\x06\x5a\xa3\xa5\x7f\x6b\xbf\x92\x48\x7d\xa3\x0f\x23\x01\x6a\xf2\x75\x38\xba\xfc\x6b\xf0\x92\x09\xf7\x26\x86\x99\x00\x2e\x56\xb6\xde\xb4\xb7\xc4\x8d\x42\xb0\x1b\x57\xe9\x96\xaf\x49\x82\x70\x74\x3a\x55\x8e\xb8\x47\x49\x37\x50\xbf\x9a\x5f\xf3\x62\x01\xb5\xfc\x1a\xe3\x8c\x93\x55\x83\xdf\x2a\x91\xf8\x39\x13\x98\xbb\xcb\x74\x21\x2b\x4e\x64\x8a\x85\x5e\x2f\x5e\x7d\xe5\x5a\x61\x2b\x3f\x03\x70\xba\x59\xae\xfe\xf8\x9a\x99\xe8\xe2\xd5\x9f\x5c\xa3\xa9\xa8\x18\x94\x37\x95\xac\x96\xb5\xf9\xaa\xaf\x19\xf6\xe5\x62\xdc\x7d\x39\x1c\x05\x7c\x48\xfd\x66\xf0\xf1\xbf\xc8\x14\x74\x20\xe8\x10\x78\xf9\xbd\xa5\xab\x5e\x3a\xd7\x68\x52\x2f\xb2\x78\x99\xbc\x07\x5f\x86\x43\xb9\x58\xfc\x1d\xcd\x07\x83\xbd\xd7\x30\xe4\xa9\x70\x83\x91\x92\x54\x86\x5b\x33\x02\x0d\x30\xce\x86\xa3\x6c\x60\x47\x08\x6a\xa7\x36\xbd\xf5\x6d\x34\x20\xef\xcf\xab\x17\xfb\x5e\x70\xf3\xb8\xd0\xba\xea\xaf\x7a\x26\x18\x29\x39\x11\x6e\xdd\x9f\x27\x38\x81\xe7\x32\x0f\x9f\x50\x30\x51\xed\x41\x3d\x9f\xfd\x19\x58\x84\x38\x4d\xb9\x1a\x9d\xfb\x86\x23\x9d\xcf\x0f\x2f\xfb\xd9\x78\x37\x3a\xb4\x85\xaa\x08\xf6\x9c\x16\x5f\x8e\x3b\x83\x62\x87\x0b\x08\x5c\x8e\x1d\xb9\x93\x8f\x9f\x9e\xab\x7b\xab\xe1\x8b\xc3\x59\xf0\x11\x61\x89\xdb\xb2\xb3\x1b\x3d\x52\x5d\x3b\x43\xaf\x13\xdf\x29\xbe\xc3\x1f\xcb\x23\x4d\xbd\xe7\x0b\xaf\x6b\x54\x00\x55\xe3\xda\x84\x12\xd0\x79\x85\x5c\x72\xcf\x9c\xc2\xfb\x09\xb2\x41\x47\xab\xbb\xce\x83\x1b\x0a\xa2\x51\x1e\x1a\x2e\x25\x65\x70\x61\x39\x1c\xf6\xaf\x35\x3a\xbb\x0a\xa7\xcc\x1b\x3b\xe3\xe1\x3e\x66\xd4\x15\xb7\xd8\x06\xff\x63\x86\xce\x38\xaf\x14\x97\x2f\x16\xcd\x57\x50\xe0\x45\xd5\xe4\x19\x6c\xb2\xf1\xca\x3e\xfd\x4c\xca\x5d\xd4\x6a\x9b\x1f\xf7\xb8\x2d\xb1\x0d\xaf\xf4\xb8\x0d\xaa\xe6\x1b\xaf\xdc\x54\x23\xa1\x7b\x99\x61\x51\x60\x24\x43\x00\x65\xac\x19\xca\xd5\x1f\x35\x5e\xb9\xc5\x3f\x3d\x24\xef\x5c\xd4\xfd\x14\x99\xe1\xff\x7a\x66\x3d\x70\x76\x4d\x38\xa7\x9e\xbf\x2c\xc3\xeb\xe4\x03\xf0\xc3\xf3\x9a\xa8\x25\xce\x1b\x7b\xc3\xc9\x38\x18\x01\x17\x8b\xe1\xa6\xb7\x82\x8e\x98\x1a\xaf\x71\x33\xcb\xae\x27\x26\x95\x1d\x20\x83\x55\xee\x45\x73\xf2\x56\xcc\xc0\xb7\xb2\x4e\x30\xa7\xda\xd6\xbc\x31\xee\xdc\x6c\xcb\xd6\x82\xed\xc0\x27\xd9\x92\xb7\x8d\xc6\xd5\xde\x78\x38\xfa\xc0\x88\x04\xd7\x1a\xbd\x6c\xa7\x33\xe9\x43\x08\x7c\xc1\x41\xd4\xa0\x40\x6e\x06\x2e\xff\x51\x98\x3f\xb9\x4c\x48\x46\x05\x17\x13\x40\xcc\xe3\x1d\x72\x78\xf8\x14\x61\xed\xc4\x8e\xe2\x38\x3d\x64\x50\x98\xc7\x92\xec\x1d\x4b\xce\x04\x01\x83\x5a\x37\x4e\xae\x04\xd3\xce\x07\xa3\x89\x58\x9a\x93\x8a\x4c\xaf\x9f\x3f\x32\x6b\x97\x0f\xac\xf3\xa8\x04\x98\x90\x0b\x48\xab\x81\x86\x6f\xa8\x62\xb7\x0d\x02\xc5\xb7\xa1\x75\xc1\x95\x06\x6c\xbe\xf8\x8f\xff\x88\x12\x69\xfe\x41\xf6\x4f\xff\xd4\x7c\xfb\x67\xe4\x60\x8b\x6c\xfc\x1c\x8d\xae\x87\xec\x71\xe0\x49\xab\xcc\x71\x68\xb3\x85\x19\xc8\xc8\xb8\xff\xd5\x1b\x0b\x2a\xd7\x60\x1e\x41\x0a\xa2\x09\xf2\x08\xba\x82\x7f\x8d\xff\x3f\x00\x00\xff\xff\x22\xf4\x77\xd8\x4e\x4f\x01\x00") func confLocaleLocale_bgBgIniBytes() ([]byte, error) { return bindataRead( @@ -4298,12 +4324,32 @@ func confLocaleLocale_bgBgIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 77885, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 85838, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_deDeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7d\xc9\x8e\xdc\xc6\xb6\xe0\x9e\x5f\x41\xe9\x42\xb0\x0d\x54\xa6\xe0\xeb\xd7\x03\x0c\xa7\xdc\xa5\x59\x76\x49\xaa\xe7\x92\x2d\xc0\x82\x90\x66\x26\x23\x33\x79\x93\x49\xa6\x19\x64\x95\xaa\x2e\x2e\xd0\x8b\xb7\xec\x75\xa3\x17\x0d\xbc\x8d\xd0\x9f\xe0\x95\x77\xf5\x27\xef\x4b\xfa\x8c\x31\x90\xcc\x52\xd9\xb7\xdb\x0b\xab\x32\x18\x73\x9c\x38\x53\x9c\x21\xdb\xef\xe7\xb9\xb1\xcb\xd9\x93\xa2\x4a\x4d\x51\xad\xb2\xe5\xc6\x34\x47\xa9\x35\xe5\xc2\xb6\xe9\xda\x6c\x6a\xdb\x9a\xd6\x34\xe9\xb3\xa2\x9d\x9c\x99\xe6\xbc\x58\x9a\x24\xd9\xd4\x3b\x33\x3b\x6b\xb3\xa6\xb5\xa6\x68\x4d\x92\x67\x76\xb3\xa8\xb3\x26\x9f\x5d\xff\xef\x85\x69\x6c\xb1\xdc\xb4\x89\xf9\xb0\x2f\xeb\xc6\xcc\x9e\x34\xdb\xae\xca\x4d\x95\x6c\x4c\xb9\x9f\x3d\x2f\xca\x95\x49\x6c\xb1\xae\xe6\x45\x35\x3b\xae\x76\xa6\xc4\x6f\x54\x50\x77\xed\xec\x78\x11\x96\x74\xfb\xd9\x0f\x66\x5d\xd8\xb6\x29\x4c\x03\x85\x0d\xfd\x30\x4d\x5c\x7a\x61\x16\x16\xa6\x31\x7b\x0b\xff\xd2\x7c\xce\x71\x0e\x75\x35\xfb\x89\xff\x4d\xf6\xd9\x1a\xe6\x4b\x9f\x5a\xb3\xdb\x97\x19\x54\xfe\xa9\x6e\x4a\x28\x4e\xca\xac\x5a\x77\xf4\x7d\xdf\xe0\xea\x93\x65\x63\xe0\xfb\xbc\x32\x17\x30\x75\x18\xac\x2c\x4d\x35\x9d\x4e\x93\xce\x9a\x66\xbe\x6f\xea\x55\x51\x9a\x79\x56\xe5\xf3\x1d\xae\xee\xa1\xa9\xba\xf6\xca\x34\xfc\x21\x85\x95\xa6\x3b\xb3\x69\x68\xfa\x26\x87\x35\xce\x33\x0b\xcb\x5c\x1b\x5a\x56\x9b\x66\xa5\x4d\xa8\xab\x2a\xdb\xf9\xd6\xf8\x23\x31\xbb\xac\x28\x67\x4f\x26\x2f\xe1\x1f\x98\xb2\xb5\x17\x35\xec\xe8\x29\xff\xd1\xc2\xda\xe7\xed\xe5\x1e\xf7\xb3\x32\x5d\x8b\xa7\xb5\x36\x0b\x58\xfd\x32\xdb\xb7\xcb\x4d\x36\x7b\xc4\xff\x26\x50\x71\x5f\xc3\x7e\xd4\xcd\x25\x6c\x93\xfe\x99\xd4\xcd\x3a\xab\x8a\xab\xac\xc5\x8d\x79\x4d\x3f\x2c\xfd\x48\x76\x45\xd3\xd4\xcd\xec\x25\xfd\x93\xc0\xba\xe7\xd8\xc3\xec\x95\xe9\x8c\x4d\x83\x1e\xf0\xcb\xae\x58\x37\xb8\x7b\xf8\x31\x7d\x49\x3f\xb0\x0b\xfe\x44\xdd\xe0\x97\x26\x0d\x3a\x5b\xd5\xcd\x56\x3a\x7b\x0a\x7f\x4e\x7a\x3d\xc2\xbc\xb8\xb7\x78\x4e\x59\x05\x67\x42\x1f\xc3\x72\x53\xa5\x70\xb6\x17\x59\xd9\xc2\xc2\xb3\x7c\x07\xdb\xbb\xcf\x2a\x53\xce\x8e\xf1\x6f\x84\x08\x6e\x9e\x2d\x97\x75\x57\xb5\x73\x6b\xda\x16\xf6\xc9\xce\xbe\xaf\xab\xb6\x86\x2d\xa3\xf3\xec\x60\xe7\x00\xc0\xf4\xdb\x93\xa8\xf8\xb2\xee\xdc\x31\xcf\x5e\x6c\x9a\xf4\x94\xfe\xe6\x72\xd7\x06\x3e\x98\x34\x6e\x08\x83\xb6\xc5\x79\xd1\x16\x06\x0e\x7c\x4b\x7f\x5e\x7f\xc4\x79\xee\xbb\xb2\x84\x2d\xfd\x15\x76\xa0\xb5\xb3\x53\xf8\x05\x7b\xc0\xbf\x92\xc2\x5a\xf8\x63\xf6\x82\xfe\x49\xe0\x2c\xab\x25\xae\x66\xb1\x68\x0c\xc0\x22\x74\xfa\x0e\xc7\xc8\xca\xf2\x7d\x22\x7f\xcc\x5e\xf0\xbf\xbc\xd0\xb6\x68\x71\x9a\x41\x91\xb5\xcb\x4d\x53\xb4\xad\x49\x57\xd7\xbf\x37\x29\x5c\xa5\xd4\x20\x18\x57\x29\x5d\xd8\x24\xaf\x97\x5b\x00\x64\xbc\x8c\x70\x8f\xde\x9a\xaa\x4a\x9f\xd5\x6b\x9b\x16\x55\x65\x9a\x4d\x56\x2e\xd2\xc7\x54\x23\x2d\xaf\x3f\x76\xab\xf6\x28\x2d\x8d\xc5\xc6\x85\x49\xf1\x5e\xa7\x0b\xea\x1b\xbb\xfd\x26\x4b\xa1\xc7\xb5\x69\x67\x77\xe7\x0b\xb8\x46\xdb\xbb\x29\xec\xca\x6a\x76\xf7\x9e\xbd\xfb\xe0\x04\x6e\xdb\x2a\x83\x6a\xdf\xdc\xcf\x1e\x00\x22\xa9\xb2\x2e\xcd\xbb\x66\xb9\x39\x4a\x17\xe6\xbc\x6e\xa8\xc3\x02\x5a\x57\xf9\x45\x66\xd3\xac\x5b\xa5\x39\xec\x1c\x8c\x4b\xf7\x34\xbd\xfe\x08\x38\xa3\xa9\xee\x24\xb8\x71\x50\x30\xcf\x17\x8c\xa9\x68\xb2\x00\xf7\xd7\xbf\xb5\xc5\xba\x4d\x5f\x5e\x9e\xfd\xeb\xc9\x51\x7a\x0a\x78\x6a\xdd\x18\xfa\x1b\xfe\x07\x0d\xbe\x4a\x6b\xe8\x20\x7d\x53\x3c\x7e\x38\x4d\xa0\x31\xef\xd4\x63\x00\xde\x6a\x01\x73\x8d\x61\x01\xbf\xe3\xdd\x72\x9f\xe1\x57\x82\xb8\x6f\xf6\x1c\xfe\x47\xf7\xd5\xdd\xd5\x91\xab\x09\xcd\xe9\x3a\xbb\xe6\x74\x9f\xa1\x54\x76\xf9\x21\xed\x19\x42\xae\x41\x4c\xc8\x6b\xaf\x78\xee\xb8\xec\xf4\x45\x55\xd5\x8f\x1f\x4e\x9e\x54\xeb\xa2\x32\xe9\xae\x68\x61\x83\x77\xe9\xcf\xa6\x40\x20\x00\xd0\xbf\x4a\xbb\x76\xf5\x5f\xe7\x30\x55\xd3\x64\xe5\x7c\x59\x4c\x13\x6b\x4b\xc0\x40\x39\xe0\xad\xb3\x93\xc9\xcb\x3a\xef\x2c\x4c\xac\xdd\xcc\x4e\x61\xd7\x13\xfb\x6b\x89\x7b\x26\xc3\x3f\x86\x7d\xc0\xa9\x15\x7b\xf8\x96\x5e\x75\x8d\x6e\xd1\xc4\xef\xd1\xc4\xcd\x7d\x9a\x7e\xb3\x68\x1e\x8c\x4d\x19\xf6\x0c\xfe\xca\x16\xb6\x2e\x3b\x04\x28\x1c\xea\x28\xbd\x70\x20\x04\xb8\x2d\x15\x1a\x01\x27\x6e\x11\xdc\x00\xe3\x5d\x14\x4d\x3e\x4d\x4c\xd3\xcc\x01\xf5\xb6\x97\x78\x90\x34\xd1\xc1\x31\xa5\x6e\x0a\x34\xcf\x3c\x6b\x56\x69\x85\xa4\x04\x40\x10\xaa\x00\x6a\xaf\xb8\x9f\xa2\x3a\xcf\xca\x22\x87\x23\x75\x1b\x3f\xe8\x02\x8b\xc3\x2e\xee\x4e\xef\x12\x72\xbe\x3b\xb9\x9b\x9a\xaa\xdd\x10\x0a\x99\x26\x55\x3d\x67\x34\x82\x08\x3d\x07\x2c\xb3\x00\xe4\xce\x54\x86\x51\xc9\x0c\x17\xbe\xbd\xfe\xad\xc2\xa5\xe3\x51\x79\xca\x03\xa0\x23\x9d\xe7\x26\xa3\x0b\x8f\xd4\xe8\x28\xad\x37\x15\xed\x55\x1a\x20\x25\x40\x7c\x88\x81\x60\xf3\xf9\x36\x12\x51\x09\x36\x45\x71\x99\x40\xd6\x63\xb8\x12\x51\xeb\x89\xc2\xda\x81\x6d\x49\x14\x34\x18\xcc\x8f\xcb\x12\x29\x0e\x02\x53\x8c\xa4\x90\xe0\xd3\x8e\xbd\xa2\xfd\x81\xf6\xc7\x15\x9e\x30\x7c\x75\xdf\x14\x6c\x9e\xc3\x7a\xe8\xa2\x63\xdd\x8a\x2a\x87\xb8\x98\xf8\x85\xeb\xdf\xa1\xd7\x3b\x44\x72\xf8\x54\x3d\x76\x9f\x00\xf5\xbd\x42\x08\x86\x06\xbe\x82\x76\x0e\x33\x34\xc4\x54\xb8\x06\x70\xfb\x01\x96\x1a\x1c\xb0\xa8\x18\x19\xec\xd2\xa0\x0f\x04\xa9\x3d\xdd\x88\xa6\x9d\x26\xb0\xfb\x73\xba\x96\xc7\x9d\x85\x59\x00\xe2\x41\x7c\x91\xba\x4b\xaa\xdf\xc3\x3b\xa0\x1f\xd3\x5d\x67\x2d\x1d\xe6\xcf\xdd\xba\x29\x56\x2b\x0b\x4c\x0b\xe0\x5b\x40\x28\x78\xa6\x8c\x37\xb3\x90\xf6\x85\x6b\x49\x37\x19\xa0\x1f\x02\x26\x1c\x31\x0b\xc6\xf7\x23\x9c\xd7\x72\x27\xf8\x78\xf2\x1a\x68\x7b\x35\x7b\x4c\xff\xc8\x2f\x37\x33\x5c\xf8\x26\x6b\x53\x58\x09\xdc\x95\x2d\x4e\x41\xd0\x61\x7a\x76\xf6\x3c\xfd\xbe\xac\xab\xc9\x8f\x3f\x9c\x58\xbc\xf3\x9b\xf9\x1e\x80\x60\x86\xe5\xa7\x88\x79\xb4\x24\x5c\x26\x7e\x48\x91\x40\x59\x6c\x4f\x5c\x1b\xc0\xdc\x34\x3d\x41\x70\x29\x01\x8e\x70\xf6\x3b\xea\x1b\xc0\x31\x84\xdd\x69\xb2\x69\xdb\x3d\x0f\xf1\xfc\xcd\x9b\x53\x1e\xc3\x95\xb9\xb3\xf3\xc8\x9a\xc6\x7a\xd5\xed\x76\xf0\x37\x5e\x74\x5e\x34\xc0\x35\x6e\xd6\x22\x53\xf0\x44\xd0\xea\x1a\x20\x6c\x0a\x6c\x16\x57\xa4\xc5\xb7\xd9\x09\x9c\xce\x7d\xfc\xdf\x99\xdf\x10\x39\x83\x0a\xd0\x27\xde\x67\x3a\x0e\x66\x9f\x60\xaf\xca\x7a\x3d\x6f\xea\xba\x65\xb0\x3c\xa9\xd7\xb9\x62\xc0\xf8\x93\x0e\x1e\x9e\x30\xc2\x1f\x9c\xbf\x36\x82\x11\x00\xf6\x90\xac\x22\xc3\x25\x40\x0a\x77\xae\xde\xe3\x3d\x70\x97\xee\xb5\xfc\xec\xdf\x39\xe2\xeb\xa4\x0e\x4f\x4f\x39\xe9\x5e\x45\xbb\x83\x8d\x26\xaa\x73\xf6\x12\x36\x9f\x48\x0f\x95\xad\x9a\x7a\x07\x0c\x6b\xe5\x7f\xb9\xa3\x00\x8e\x17\x01\x7f\x72\x9c\xc3\x79\x5b\x93\x56\xc0\xc3\xa6\x3f\x3c\x7d\x94\xfe\xa7\xaf\xfe\xfa\xd7\x69\xfa\xa4\x6a\x2f\x0c\xee\x4b\x05\x58\x9f\xf1\x01\xcd\x20\xd5\xfa\x84\x7d\x8b\x1d\xb2\x66\xbb\xac\xfd\x3a\xbd\x8b\x97\xfd\x6e\xfa\x0d\x4d\xfa\xbf\x99\x0f\x19\xb0\xcb\x66\xba\xac\x77\x0f\xa6\x09\x16\xc1\x8d\xe2\x6b\x27\x03\x4b\x7f\xfa\xcd\x61\x30\xf7\x3d\xe0\x5f\x99\x77\x9f\x2f\xeb\x6a\x55\x34\xbb\x59\x84\x49\xe1\x0a\x5a\xe4\x97\xf8\x0a\x7a\x90\xa4\x8e\xe7\x55\xdd\x16\xab\x4b\xdd\x3d\xb8\x65\x19\x9e\x86\xbb\xb1\x41\x75\x4b\xd0\x3e\xb7\xbc\xc1\xb2\xeb\x7c\x05\x26\x04\x2f\x16\x58\x24\x68\x66\x52\x80\x36\xdc\xfc\xe8\x04\xea\xd5\xaa\x84\x4d\x62\xc2\xfa\x9a\x7f\x30\x71\x0d\xc7\x08\x6b\xc1\xc5\xd8\x83\x94\xf2\xe8\xf1\x2b\x00\x55\xd8\x7a\xd8\x4a\x60\x18\xf3\x0e\x6b\xef\xa8\x61\x74\xc1\x52\xc2\x7b\x8f\x05\xaa\x04\xdd\x21\xb2\x10\x7c\xc7\x33\x45\xa4\xb2\x36\x65\x61\x56\x84\xeb\x94\x2e\x01\xb7\x7d\x9e\x01\x55\x9d\x3d\x93\x3f\x26\xbc\x86\x68\x88\x41\x6d\x99\xa1\xb6\xa1\x4d\x58\x08\x9e\xca\xcd\x0a\x68\x0c\x0c\x62\xd2\x7f\xed\x88\x28\x8d\x4d\x97\x39\xe0\x45\x51\xe2\x79\xba\x39\xef\xe0\xde\x13\xae\xdb\xd4\xcb\x0d\xcc\x16\x99\x3d\x06\x27\x5b\xe0\xbd\x84\x0b\x04\x1c\x67\x05\xf4\x2a\x9f\xf8\x1e\xfc\x6a\x22\x2a\x1b\x53\xd5\xd1\xf5\x84\xf5\x65\x4d\x3d\x5a\x4c\x92\x87\x43\xc1\xf1\x42\x5e\x01\xfc\x47\x14\x15\x26\xab\x64\x5d\x9b\x20\x89\x46\x06\xa7\x2a\xcd\x9a\xc8\x73\x45\x03\xf7\x04\xac\x10\x12\xe2\x1a\x0a\x0b\xfc\x6b\x02\x97\x7b\x0d\xa4\x02\x36\xbb\x20\xd4\x14\xcf\xd6\x34\x20\x18\x41\x71\x09\x60\x3c\x65\x2e\x17\x24\x3c\x11\x8c\xe7\xd0\xff\x05\x4b\xac\x15\x5d\x5d\xa2\x49\x99\x13\x23\x03\x4a\x73\xd5\xad\x81\x57\x5e\x1f\xee\x46\x66\x85\x1b\x30\xda\x81\xee\x02\x62\xda\x0c\x8f\x5b\x86\x85\x8e\x01\x8b\xaf\x70\xf3\x9e\x5d\x7f\x84\x4b\x02\xb8\x7c\x23\xd3\x21\xda\xc4\xd5\x54\x84\xbf\x1f\x8a\xe4\x53\x11\xce\x44\x5e\x62\xce\x1d\x39\xa9\xdd\xf5\xef\x44\x7f\xfe\x66\xda\xab\x36\xad\x00\x72\xd2\xed\x80\x55\x9a\x90\xb4\xe6\xce\x21\x45\xa2\x46\x5c\x93\x9f\xf4\xe7\x77\x5f\x3c\x9e\x7d\x79\xf7\x0b\x28\xdf\x5c\x7f\x04\xdc\x9f\x75\x2d\x50\xd5\xb6\x00\x34\xdd\xeb\xec\x07\xa4\xec\x46\x67\x24\xfc\x51\x58\xa3\xcf\x22\x51\xbd\xa1\x78\xde\x63\xd1\x1c\x5e\x13\x74\x36\xfc\x92\x3a\x94\xe6\x7a\x65\x11\xbf\x37\x3a\x23\x50\x11\xef\xe6\x6b\x20\xa0\x33\x91\xc8\xa8\x84\x21\xad\x85\xbe\xe6\xeb\xa2\x9d\xaf\x10\xd1\xe6\xb3\xa7\x66\x03\xf8\x16\x61\x6b\x97\xbe\x31\x84\x03\x6c\xfa\x19\x54\xf8\x2c\xfd\xbe\xde\x81\xf8\x9c\xd7\xf6\xeb\xf4\xde\xb9\x88\x02\x5f\x21\x0a\x9d\x03\x06\x28\x4a\x84\x58\x96\x5f\x71\x94\x89\xe8\x48\x00\x2d\xb4\xb8\xc7\xd7\xbf\xe3\xc1\x28\x6f\x4e\x7c\xe6\x34\x65\x61\x80\x6f\x38\x9e\x22\x1e\x3f\x20\xc1\xe2\xaa\x40\x9c\x01\x22\x61\x75\xfd\x11\xfa\xd3\xae\x10\x9f\xdd\x03\x4a\x8e\x80\xde\xa2\x3a\xe9\xd5\x8b\x47\xcf\xdf\x50\xab\x75\xbd\xe8\x00\x0b\xe8\xa8\xd3\x44\x79\x79\xe0\xe4\x05\x58\x0e\xc8\x68\x8c\x55\x98\xf1\xdd\xd6\xc0\x60\x6c\x5b\x5a\x9f\x76\x30\xc6\x82\x46\xec\x23\x6c\x38\x2c\x72\x7d\xfd\x7b\x09\x27\x42\x4d\x1d\x8f\x88\x7b\x03\xc0\xb3\xdc\x10\xff\x34\xce\xd1\x61\x73\xe5\xf6\x1b\xc4\x01\x84\x2f\xdd\xf7\xaf\x71\xc5\x93\x07\xf0\xff\xc4\x66\xe7\x86\x89\xdc\x7a\xec\xb4\xce\x84\x89\x65\x8e\xfa\x7b\xaa\xd7\x31\x5a\x8b\x16\x14\xdd\x20\x86\x19\xb9\x18\x4f\x86\xfb\x12\x2f\x4c\x61\xc9\x76\xcb\x25\x50\xf9\xd9\x73\xd8\x06\x44\x10\xe9\xdb\xa2\x2c\xb7\x00\x1e\xc0\xb3\xc3\xdf\x82\xa9\x81\x9f\x00\xa9\x1c\xf0\xb5\xf5\x52\x3e\xe1\x1b\xe6\xe5\xaa\x16\xee\x54\x61\xf0\xec\x89\xf3\x9d\x52\xcb\x8b\xeb\xdf\x2b\x8b\xd2\x69\x0a\x38\xa6\xc4\x8d\x5e\x57\x24\x0c\x40\x47\x20\xbf\xfa\x83\x8d\xf9\xb0\x53\x96\x40\x77\xc8\x5b\x4d\x6e\x3e\x9d\xe4\x1d\xaa\x19\xdf\x27\x1d\xcb\x24\x35\x52\x9f\xe8\x46\x32\xb1\xe9\xe9\xcb\xb4\xa2\xbb\x9e\xc0\x49\xc2\xc1\xce\x9d\x8a\x12\x4f\xa6\x35\x1f\x5a\x52\x09\xc1\xbf\x74\x0a\x5e\x6d\x69\x49\x83\x08\x54\x6e\xb9\xb1\xa6\x04\xf6\xe3\x92\x20\xcb\xce\x5e\x12\xf7\x14\x4a\x2b\x70\xf3\x4b\xb8\x4d\x35\x9e\xdd\xb9\x91\x6a\xcf\x48\xec\x82\x9d\xc9\x56\x2d\x6e\x79\xaf\x09\x74\x57\x37\x6b\xed\x2d\x56\x6d\xe1\x47\x56\xa2\xe9\x77\xd6\xa2\xd9\x84\xd0\x38\x29\x5d\xef\xa1\xee\xa3\x45\x45\x25\x6a\x96\x44\x7d\x34\x05\x38\x21\xf5\x14\x4f\xe1\x45\x45\xdc\x7f\x15\x8f\x9c\xbc\x13\x85\xec\x7b\x56\x10\xce\xa2\xaf\x78\x0d\xac\x57\x71\x58\x93\x35\x70\x1b\xce\x3a\x54\x88\x26\xef\x00\xb9\x6e\xde\x07\x8a\xd1\xb9\xe8\xd7\x44\xad\xc7\x50\xe9\xe4\x5a\xcf\xe9\x6d\xcc\x1e\x99\xc2\x9d\x5d\xcf\x9e\x93\xd0\x84\xf0\x85\xb2\x56\xd1\x5a\x92\x90\xa9\xe5\xb7\xe9\x77\x44\x0d\x32\xa1\x24\x77\x12\x5b\x2f\x8b\xac\x9c\xff\xc9\x7e\x80\x81\xda\x02\x2c\xee\x57\xd8\x55\xcc\x3d\xb0\x06\x17\x24\xee\xd9\x13\x9b\xb6\x1d\x82\x9c\x05\x31\xba\xc8\x8f\x46\x64\xfb\x8b\x0e\xe8\x73\xc0\x46\x38\x44\x18\xa8\x44\xe8\xb2\x64\x15\x49\x21\x11\x5a\xef\xf3\x39\x38\x7d\x52\xef\x8e\x8d\xfb\x30\xe4\x7d\x07\xac\x82\x9d\x08\xcf\x3e\x9c\x10\x6c\xf5\xce\xec\x16\xd8\xb9\x09\xb5\xcc\x30\x6e\x81\xba\x61\x60\x31\xd6\x74\xf5\xfa\xa4\x09\xf6\x68\x8d\xfc\x3f\x57\x31\x37\x56\xf9\x56\x75\xf1\x80\x27\x2f\x10\x46\x48\xf5\xe6\x75\x42\xba\xfb\x21\x03\xe0\x37\x87\x28\xfd\x54\xa9\x24\x73\x6f\xc4\xd3\x43\xcf\xad\x3b\x0d\x84\x76\xe4\xdf\xa2\xad\xe8\x2d\x1c\xb6\xf9\x9b\xc5\x83\x7b\xf6\x9b\xfb\x0b\xd4\x28\x92\x7c\xe1\xce\x04\x79\xb7\xa6\x16\x6a\x49\xa3\x93\xee\x16\x44\x28\x7c\xd3\x08\xb4\x9b\x24\x0c\x5d\x7f\x84\xeb\x8d\xdc\xcb\xbd\x1c\x98\x54\x7a\x9e\x38\x42\x99\x78\x08\x04\xd9\xe2\xaa\x83\xdb\x0c\xfd\x5e\xff\x3b\xf1\x35\x4b\xba\xec\x74\xdd\xf4\x16\x1c\x3b\x86\xd0\x0d\x4c\x5b\x02\xa7\x43\x8b\x2c\x0b\xc0\x88\x07\x01\x0f\x00\x9a\xb5\xa1\xac\x57\x08\xc0\xda\xa4\xda\x73\xb8\x19\xc8\xc4\x31\xeb\xe8\x01\x12\x35\x6d\x3c\xf8\x57\x80\x34\x2a\xd2\xce\x21\x9f\x0f\x63\x2e\xfc\xc4\xe0\xaa\xe6\x59\x55\x11\xdb\xb5\xcb\x4a\x90\xf6\x33\x3b\xef\x2a\x39\x1a\x93\x33\x84\x3e\x07\xca\x51\x03\x1d\x3b\x0a\x26\x45\x93\xe9\x2a\xc7\xd0\xb4\x2a\x47\x3a\xb9\xf3\x73\x77\x34\x5f\x00\x81\x40\x95\x20\x29\xce\xa8\xe1\xe8\x99\xd2\x71\xb4\x4a\x54\x18\x97\x1b\x07\x06\x0b\x07\x65\x47\xe9\x16\xf0\xe8\x56\x2f\x3d\xad\x97\x94\x02\x50\xb2\xaa\xcb\x35\xdf\xc5\x87\x5d\xdb\x22\x3b\x41\x3b\xae\x0b\x41\xfd\x95\x34\x76\xa7\x3b\xb6\xa3\x86\x5f\x54\xae\x3a\x84\x79\x02\x2b\x15\xda\x89\x69\xb2\x84\x8e\x5a\x43\xfa\x89\xc1\xc2\x91\x70\xa1\xc2\x96\x96\xba\x13\x5c\xe8\x50\x10\x40\x3e\x4d\x08\xe7\xd5\xde\x30\x2d\x99\x09\x52\x46\xbd\x80\x93\xab\xae\xb9\xfe\x7d\xb9\x85\x86\x57\xa4\xc4\x1f\x4e\x92\x7b\x1d\x5e\xdd\xa8\xa5\xa3\xc4\x4b\x14\x6a\x87\xf8\x87\x64\xa6\xe0\x80\xb0\x1a\xad\x2a\x5b\xa0\x54\xd7\xad\xf4\x74\x1c\x79\x9e\xf6\x06\x8e\x14\x86\xd1\xca\x40\x06\xec\x4f\x0a\xae\x13\x4f\xcb\xb5\x6e\xeb\x7a\x6e\x37\xa8\x73\x7a\x1c\xd6\x27\x25\x1d\x60\xd4\x9c\xc4\x74\x98\xef\x7f\x56\x85\x78\x8a\x6f\x76\xaa\xf8\x7c\x87\x9b\xfa\x9e\xef\x25\x92\x27\xbd\x94\x7c\x33\xb2\x43\x57\xd3\xd5\x67\x96\xfc\xa1\x67\xd5\xb5\x62\xff\xa4\x6f\xb9\xdb\x0e\xdd\x2b\xf3\x35\x14\xfb\xca\x35\xa9\xc7\x8e\x02\x76\xcc\x37\x13\x55\x87\xff\x84\x78\xef\x21\x0c\x88\x4b\xad\xf3\x0c\xd6\x7a\x69\xec\xec\xbb\x2c\xa9\xf0\x8d\xae\x00\xb6\xa1\xce\xb1\xc5\xf5\xbf\xd1\x8b\x09\x54\x03\xec\xb0\x7b\x9f\xfc\x08\x24\xfd\xd5\x40\x8a\x41\xaa\x4f\xa5\x81\x72\x13\x7f\x27\x4f\x82\xd7\x47\xb7\xe4\xd3\x81\xb4\xf3\x83\xa1\x87\x12\xb7\x78\xd3\x7b\x8d\x3c\x3b\x7b\xfe\x86\x75\x2e\xa8\x7a\x04\xc4\x49\x02\x5f\x49\x63\x3f\x6f\xdb\xbd\xfd\xb1\x29\x67\xac\xc7\x43\x0d\xe0\x69\x76\x59\xd6\x59\x8e\x85\xf2\x27\x15\xbf\x31\xd9\x8e\x66\x89\x7f\x50\xdb\x63\x60\x41\x5e\xc5\x8a\xeb\x0e\x79\x17\xcb\xfb\x9a\x10\xf1\x7d\x72\x58\xbc\x72\xa2\xb1\xa1\x57\xca\x5f\xc6\xf5\xe8\xbf\x24\x59\xb9\x07\x41\x1e\xb9\x45\x57\x73\x8b\x38\x13\x84\x02\x25\x03\xc4\x49\x53\xbd\xaa\xdb\x99\x06\x45\x4e\xe3\x40\x93\xdf\x18\xe6\xe1\x23\x43\xd4\x69\x0e\x18\xe5\xcf\x77\x3c\xed\xf7\x6c\x8b\x2b\xbf\x24\xa7\xd6\x7e\xd6\x5c\xff\x06\xe4\x8a\x84\x30\x62\xd9\x7f\x49\x48\x96\x18\x54\xa6\xeb\xc5\xb7\x0b\xea\xea\x50\xe1\x00\xbb\xec\x43\xdc\x8e\xf6\x6d\x73\xfd\x1b\x13\xd0\x83\xed\x18\x7f\x6a\x23\x44\x27\x4c\x0b\x04\x85\xf4\x2f\x17\xb4\x40\x45\xf0\x0d\xf5\x01\x2c\xa0\x52\x51\x2d\xcb\x2e\xef\x2f\x19\xc6\x7e\x83\xac\xfc\x67\xf7\xec\x67\xd1\x2c\xba\x6a\x0b\x3c\x4b\x25\xd5\x7f\x04\x02\x86\x7b\x8e\xf6\x0c\x2c\x91\x7d\xad\xaf\xe7\x73\xe8\x18\x85\xca\x65\xeb\xd4\x3c\xb6\x2d\x76\x3b\x95\xf9\xae\x7f\x27\xba\x0c\x08\xc7\xa1\xad\x40\x68\x84\x2d\xa7\x0b\x71\xfd\x5b\x83\x7d\x53\x4b\xd4\x94\xf4\x9a\xba\x77\xff\xf9\xc2\x98\x6a\xde\x66\x80\x27\x63\x89\x06\xd7\xad\x0c\x00\xf1\x5f\x78\x78\xfc\x78\xd2\x6f\xd7\xbb\xbf\x07\x9a\x02\x73\x37\x68\x19\x4a\x1d\xf6\x86\x61\x5b\xb8\x7b\x83\xc6\x7a\x21\x0f\xb4\xe1\x63\xa7\xfa\xb0\xd8\xbc\x87\x4f\xf8\x89\x20\x68\x75\xc1\x3c\x9c\xdf\x18\xb7\xbb\xfe\x3c\x86\x22\x9f\x43\x3e\x5e\x26\x17\x8d\x00\xea\xec\x5a\x7c\x7d\xc8\xe7\x91\x5e\x80\xb5\x39\x4c\x11\x48\x74\x62\x35\x46\xd6\x00\x79\x13\xd1\x37\x97\x57\x9b\x17\x9b\x8a\x19\x9e\xb5\xa1\x35\x99\xb4\xbf\xd3\x32\x16\x8e\x3e\x32\x1e\x80\x1b\x62\xf1\xdb\x0d\x18\x0e\x23\x88\xcd\x22\x35\x2e\x70\xc1\xf6\x13\x23\x39\x4a\xf4\x89\x71\x32\x1b\x8d\xe3\x76\x4f\x14\xe8\xdc\xbb\xd3\x83\x98\x0f\xf0\x9b\x64\x09\xae\x1f\x68\x54\xe9\x13\xca\x1d\xa2\x17\x4a\xca\xcc\xb6\x28\xcf\xf2\xa2\x67\x4f\xaa\x76\x85\xf4\xa0\xa2\x65\x94\xc8\xf8\xc3\xdf\x2f\x8b\x76\x0d\xe8\x2d\xc7\x47\x7e\x66\x6b\x77\xe9\x13\x24\xb4\xed\xf5\xef\x80\xe5\x26\x08\x51\xc1\x49\x5e\x75\xe5\xf5\x47\x0b\x12\x07\x4e\x1f\x59\xd6\x82\x1e\x97\x02\x4c\xc5\xcf\xd0\x41\x17\x20\x63\xc4\x2f\x93\x34\x73\xc2\x0d\x70\xe9\x74\xbb\xf0\xa9\x6c\x6b\x2e\x67\x27\xc0\xf6\xa8\x92\x1a\xe0\x51\x86\x2d\x58\x1d\x73\x92\xad\xcd\x91\x88\xcf\x31\x05\x43\xce\x8b\xae\xf2\x1e\xa8\x3d\xf0\x44\xa8\xf0\x41\xdd\x04\x8a\x78\x00\xc9\x40\x81\xdd\x08\xa4\x37\x21\xe4\x3e\xda\x51\x80\x16\xa4\xaf\x23\x28\x43\x5c\x43\xa2\x40\x56\xc9\xc1\xc1\xdf\x82\xfd\xe8\x88\x84\xd7\x17\x21\x5b\xf5\x70\x56\x6d\xb5\x2c\x29\x95\x40\x40\x01\x42\xa9\x6a\x27\x24\x9a\xb0\x49\x05\x69\xea\x88\xfd\x58\x01\xda\xa3\xb7\x2c\xb4\x7d\x62\x7d\x53\x02\x67\x5a\x96\x78\x84\x6c\xf7\xe3\x78\x24\xd4\x5f\x16\x4e\x4d\x1b\xaa\x0b\xa6\x29\xb3\xc2\xaa\xcd\xbd\xea\x50\xf8\x87\x6d\x2f\xaf\x7f\xb3\xb8\x38\xba\xa6\xb4\x42\xa0\xc2\xeb\xe0\xcd\x8c\xc7\x42\xb9\x03\x4d\x7b\x58\x48\x44\xb5\x1e\x8e\xa0\x80\x42\x07\x1c\xbf\x35\x1f\x09\xe3\xcf\xfd\xcb\xea\xaf\x3a\x91\xe3\xf8\xf1\xc4\x03\x1a\x29\x5f\x18\xf7\xf5\xd6\xc6\xd3\x8e\x60\xe5\xff\xc3\x22\x13\x36\x8b\x99\x2f\x9a\xac\x5a\x6e\x82\x5b\xf5\x73\x61\xca\xc9\x43\x2a\xed\x5f\x26\x60\xdb\xf0\x0a\xbe\x4f\x60\xf2\x70\xf7\xe6\xf2\xd2\x23\x4c\x9d\x17\x68\xdd\x43\x0a\x09\x41\xfa\xc6\x83\x0f\x74\xda\x72\xd9\xd9\xb6\xde\xdd\xa2\x83\x82\xd5\x16\xb1\xf6\xfb\x6f\x35\x30\x0a\x35\x92\x25\xb8\x5f\x6d\x63\xe8\x41\x64\xe7\x6d\xca\xd0\xba\x29\xd2\x1c\x89\xd5\x13\xf0\x9f\xff\x73\x05\xa0\x2c\x4a\x2f\x6f\x00\x95\x00\xbf\x5b\xd6\x17\xa8\x5e\x7a\x2a\xe2\x5a\x82\xa6\x21\x0d\xaa\x45\xb3\x73\x61\xe1\xda\x9e\x9e\x8c\x1b\xa1\xe2\x93\x1a\xa5\xd0\xa9\x94\x49\x2f\x70\xf5\xe4\xf7\x2b\xba\x4e\x68\x74\x27\xf2\x60\x82\x3a\x8d\xdd\x94\xe8\x09\xf2\xec\xcd\x39\x0c\x15\xbe\xff\x13\x25\x21\x5e\x01\xd1\x0e\x57\x61\x75\x8a\x6f\xb8\xcf\x00\xde\x9a\x8a\x25\x40\x5a\x40\x1e\x51\x22\x46\x17\xf8\x6a\xca\x3d\x05\xda\x69\xd3\x80\xd4\xb4\x68\x51\x36\x51\x7b\xb1\xf7\x89\x5a\x94\x89\x35\xd9\xf0\x19\x41\x90\x87\xed\x31\xce\xa2\x0b\x9b\x9d\xd5\x57\x05\x3e\x2d\x93\xd6\x92\xec\x38\x60\xa3\x99\x84\xfb\x57\x75\x7c\x9b\x44\xed\x62\x4f\xaf\x98\x1b\xc0\xc5\x86\x6d\xe0\xdc\x15\x4a\xba\x22\x9f\xfd\x58\x80\x58\xb1\xef\x16\xd0\x97\xb3\x79\x0b\xcf\xd1\xaa\xf5\x9b\xda\x3d\xd2\x43\xce\x88\x70\x44\x3b\x79\xfd\x9b\x6b\x89\x77\xd8\x1a\xb2\x00\xa0\x47\xfa\x02\xca\x01\xab\x5d\x75\x47\x42\x60\xfb\x6f\xb8\xa4\xf9\xb8\xba\xfe\x9d\x1e\xb2\xc4\x7a\x81\x26\xcc\xaf\xfc\xa1\x41\x9d\x88\xff\x4d\xaa\xf6\x9e\x88\x9a\x51\x47\x8d\x72\x67\xc0\xa0\x39\xa6\x42\x34\x71\x39\x83\xca\xa4\xac\xb7\x59\x19\x3c\xfb\x55\x34\x79\x18\x2f\x3a\xbe\xa3\xb4\x20\xe4\x1d\x1f\x3a\x12\x01\xb6\x4c\x03\x60\x41\xbb\x3e\x22\xf4\x3f\x01\x24\xa2\xfc\x58\xe5\x70\x69\x1a\xa2\xe4\x43\xa3\xd4\xb2\x5e\x8a\x45\x11\xbe\x8a\xe2\x91\x77\x7b\x34\x2f\x98\xc7\xa0\x41\x4f\x0b\x40\xb0\x2c\xbf\xfb\xc4\x75\x9c\x50\xe9\xaf\xb2\x28\xc7\x02\xb9\x32\xec\x01\x35\x6f\x8c\x16\x46\x6d\x4e\x01\x9b\xf1\x72\xda\x7e\x35\x55\x57\x31\x0e\x64\x2c\x42\x4a\xd1\xa2\xd9\xb6\xa2\xf6\x14\xd3\x8c\x93\xa2\xda\x5a\xdc\x19\x3c\xb5\x5d\xf4\x9a\x5a\x23\xcd\x27\xe5\x1f\x5c\x83\x0e\x37\x03\x76\xa2\x19\x31\x73\xd4\x87\xd4\x08\x77\x3d\x1c\xbc\x52\xdb\x08\x01\xfa\x77\xd8\xe5\xa6\xae\xad\xa8\xa6\xb9\x2d\x6b\xa6\x23\x74\x09\xfc\xf9\xc7\x4d\xe9\xf7\x54\x6a\x06\xaf\xdb\xd1\xbb\x4a\x7c\x0e\x7c\x87\x60\x82\x80\xb8\xaa\x56\xdb\x1e\xcb\x33\x50\x34\x92\xbf\x61\x7b\x14\x68\x81\x63\x93\x87\x78\xc2\x25\xf3\x62\x87\xd6\xc6\x28\x33\x04\x0f\xe7\x62\x13\xe0\x04\x1f\x20\xf6\xf8\x56\x1e\xcd\x34\x3c\xfc\xf0\x51\x7e\x12\x60\x70\x86\x86\xea\x06\x70\xd0\x83\x1e\xea\x31\x04\xb0\x93\xba\x0c\x78\xcb\x60\x85\x8a\xa9\x70\x97\xdd\x77\xd9\x67\x6f\xe4\x81\xea\x81\xf9\x0d\x55\x06\x1a\x83\x11\x96\x7f\x38\xe8\x18\xab\xdf\x5b\x48\x7c\x37\xb4\x1d\xdf\x0e\x07\xe6\xd3\x34\xb4\xe7\xf3\x0a\x6a\x52\xe1\x15\x04\xbf\xa8\x7f\xac\x7c\x07\xfa\x2a\x11\x20\x16\x19\xf8\xcf\xa3\x95\x50\x29\xe6\xf1\x09\x0b\x4f\xb6\x27\x33\x39\x5b\xe8\xf1\xaf\x81\x3d\x34\xcb\x5e\x1e\x43\xef\x9b\x62\x47\xef\xb2\x63\x42\x18\x3d\xf0\x8d\x20\x61\x44\xb6\x19\x4e\xc8\xa4\x4f\x41\x7a\x0e\x8c\xae\x45\x54\xc3\x5e\xb3\xe6\x12\xae\x0d\xf5\xae\xbf\xf5\x69\xbb\xb4\x7e\x5c\x1d\xd0\x59\x91\xea\x2d\xe2\xba\x27\x7a\x4f\x74\xe2\xf0\x0d\xf1\xa3\xe8\x42\xcb\xf1\xcf\xbc\x40\xd4\x14\x6a\x7b\xb5\x45\xeb\x59\x36\xd1\x32\xc9\xa0\xe1\x45\xb5\xaa\xe5\xe9\x81\xb5\x14\x2c\xa5\xf0\xdb\x0b\x19\xdb\x8e\x76\xe0\x95\xb8\x44\xdd\xa7\xe9\xdb\xda\x71\xde\xd0\x61\xbb\xca\x90\x40\x7c\xdb\x9f\x9f\x82\x61\x7f\xd7\x07\x68\xda\x71\x92\x77\x92\x2c\xcf\xe9\xce\xf0\xc6\x90\x39\x7c\xaf\xf9\xa6\xa8\xae\x3a\x36\xb7\xa4\xda\x66\x44\x5d\x37\x5e\x69\x1e\x3d\xbd\xe0\x83\xc4\xa1\xe7\x96\x5d\xf4\xd6\x42\x6c\x8d\x3e\xb3\x28\x03\x1e\x4a\x2d\x4e\x51\x5a\xd1\x3b\x0b\x5e\x68\xd4\xcb\xfa\xa7\x16\xb2\x03\x70\x0f\x2c\xaa\xea\x8e\x1e\xbb\x06\xcf\x2b\x6e\xd6\x11\xb2\xab\x46\x76\x64\xb8\xa1\xb4\xfc\xb5\xc1\x0d\x40\x44\x27\xf7\xe6\x00\x63\x15\x39\x12\xe4\x24\xb7\x05\x1f\xc3\x9d\xc4\x0e\x18\xe8\x50\xdc\xa2\x4b\x8d\xfb\x77\x82\xfa\x5a\x02\xb0\xa6\x27\xe1\x31\x60\x31\x35\xfc\x5e\xcc\x7e\xd7\x06\x30\x47\x65\x14\x94\x58\x96\x73\xa0\x48\x5b\xc9\xc6\x37\x83\x5e\x2a\xa7\x49\x12\xed\x15\x77\x41\xd3\x12\xc5\xfb\x37\xb6\x6d\xea\x6a\xfd\x00\x44\x8b\xce\x89\x47\xe4\x69\xf3\xed\x37\xf7\xe5\x5b\x4a\xda\x79\x37\xfb\xe3\xaa\x04\x5a\x8c\x47\x80\x6f\x0e\xdf\x64\x81\xe9\xfe\x93\xe6\xca\x74\x6b\xb1\x4b\xeb\xa9\x71\xc9\x9a\x9f\x04\x9f\xa8\x09\x5e\x45\x13\x78\x10\x51\x33\xa0\x50\x80\x1e\x77\x06\xdb\x4c\x1d\x88\xd3\x46\xc7\x27\xd1\xdf\x6c\xa8\x12\xa8\x90\x9c\x71\xa7\x0d\x19\x4c\x5c\xa4\xeb\xc1\x0a\x30\x04\x68\x4a\xfb\x21\x5e\x86\x55\x51\x40\x55\xc3\x0e\x9a\xa0\x03\x8f\x05\x76\x62\xed\xec\xc5\x33\x51\x57\x4d\x13\xed\x6e\xd6\x53\x6b\x63\x39\x19\x15\xc0\xcd\xe2\xc9\x2a\x44\x39\x20\x66\xa7\x98\xde\xb2\xe9\x82\xdd\x0c\xc5\x77\x14\x63\x92\xe2\x42\x11\xa2\xae\xcd\x61\xcc\x5e\xc7\xe5\xa1\x8a\x87\x70\xa7\xed\x4d\xcd\x06\xc8\x13\xe7\xb2\xb9\xfe\xad\xa1\xa7\x91\x31\x7b\x69\x61\xc8\xbd\xda\xc0\x41\xf5\x34\x7d\x89\x7a\xe2\x76\x04\x67\x0e\x66\xa6\x3b\xd5\x5b\xca\x27\xb1\x26\xac\xfe\x79\xb0\x61\x28\xab\x92\x56\x8a\x8e\xfc\xe7\xae\x54\x8b\x00\x86\x0b\xfc\x8c\x26\xff\x2a\xb3\x7e\xef\x5e\x1c\xab\x48\xc4\xa0\x33\x05\x29\xb5\x35\xfe\xe6\xc7\x00\xc3\x13\x13\x11\x5a\x55\x5d\xff\x25\x7d\x43\x8a\x00\x37\x5e\xd2\xd6\x20\x93\x0c\x7a\xb2\xe9\x1b\x2c\xbf\xb9\x13\xb6\xd1\x6c\x3d\x1e\x63\x41\xf0\x27\x47\x95\x4c\x6a\x23\xa1\x30\xc0\x68\x62\x40\x71\x10\x6b\x79\xd2\x86\x9a\x30\xee\xa5\x91\x6e\x6e\x40\x4e\x6e\x6c\x3a\xf6\x4f\x21\xa8\xae\x5a\xc0\xbf\xb3\xb0\x91\xef\x54\xbe\xba\x73\x47\x7e\x38\xaa\x89\x68\x49\x66\x26\x16\x06\x0a\x0c\xdc\x45\x80\xe1\x33\xea\x62\x4e\x7b\x8d\xc3\xe1\x26\x60\x17\x80\x1a\x2d\x70\x7a\x72\xdb\x01\x76\x33\x7c\xf4\xa5\xad\x17\x7f\x09\x31\x67\xe1\x96\xaf\x08\x0c\xf8\x64\x8c\xe0\x40\x3e\x40\xeb\x76\x32\x54\x11\x53\x95\xd6\x35\x51\xa6\x12\x27\x2e\xf7\xc4\x89\x48\x64\x69\x77\x7c\xfa\x22\x80\x44\x55\x16\xb9\xf1\x79\x8c\xef\xc8\x5a\x5b\x27\x41\x2c\x23\x8c\x49\x7c\x47\xd8\x69\xa1\xb7\x6d\x2a\x20\x46\x88\x89\x9a\xf1\x73\x9e\x5b\x1f\xaf\x8d\x3b\xa4\x42\x96\x67\xe2\xef\x7c\x0c\x86\x79\xe7\x68\xa3\x46\x6f\x20\xf7\xd2\xde\x01\xd2\xee\x95\x91\xac\x80\x0c\x0c\xc9\x72\xbf\x35\xf5\x9e\x50\x29\x3d\x46\x91\x5e\x97\x3c\xa0\x36\xc0\x81\xef\xf1\xbe\xa9\x12\x96\x94\x38\x59\xc5\x76\xa6\xb2\x9f\x0e\x05\xf2\x42\x1c\x12\x0c\x0f\xdd\x63\xc2\xd3\xe0\xc8\xdd\x59\x3a\x98\x1b\x6d\x73\x18\x29\xee\xa3\xce\xa2\x6d\xf9\x14\x86\xec\xf9\xd6\xdc\x0a\x27\x86\xeb\x74\xf7\xe2\xb4\x0f\xc3\x84\x7f\x0f\x9e\x8d\x5e\x8e\x3b\x64\x91\xc7\x12\x02\x8e\xc3\xfb\x4b\xbc\x94\x9f\x14\x08\x1f\x91\x90\x0b\x37\x4a\xe6\xa0\x8f\xe8\x3d\x95\x91\x7c\x8d\x54\x03\xc7\x24\x23\xf0\x76\x78\x1a\x90\x67\x1d\x32\x81\xc0\x3a\x3b\x95\x2d\x4a\x16\xa4\x14\x57\x6e\x85\xac\x42\x3d\x7f\x42\x8f\xe8\x64\xcb\x5c\xac\x01\xc6\x76\xf8\x9e\x21\xb7\xe4\x8e\x33\xb2\xed\xcd\x8f\x4f\xec\x9c\x7c\x5b\xd7\x91\xbd\x6d\x5c\x51\xcc\x7e\xc7\x97\xa3\x75\x9c\x91\xb2\xd8\xaf\x93\xdd\x36\x43\x42\x7f\x51\xb0\x73\xda\xcb\x51\xba\x0b\x0f\x14\xf5\x23\xa4\xc2\x0a\x4f\x36\x79\x87\xfa\xd3\xf7\x09\x3f\x93\xe8\xfb\x8e\x7f\xd7\x1b\x3c\xc6\xfb\x17\x3f\xe1\xf0\x90\x79\x59\x77\x2d\x99\x86\xc5\xaf\x51\xb8\x68\xb3\x41\xbd\xf4\xc5\xf5\x6f\x9b\x8a\xdf\x90\x3b\x9b\x6e\x3b\xc0\x4f\x15\xba\x6f\xca\xb3\x0a\xdc\xae\x66\xcb\xd6\x32\x78\x14\x06\x1f\x54\x3a\xb1\x78\x70\x74\x0d\x85\x52\x04\x84\x73\x00\x89\x45\x51\x22\x8d\x3c\xc3\xf6\x8b\x0c\xda\x16\x2d\x97\x63\x71\xe8\xb3\x13\xb9\x09\x13\xa9\xf9\xc6\xee\x41\x82\x58\xa2\xb3\xd1\xec\x6e\x57\xa4\x8d\xc9\x53\x34\xb6\xbc\xfb\x00\x84\xc3\xf3\xac\x85\x53\x87\x0a\x0f\x06\xdd\xa1\xb3\xf0\x52\xb4\xb5\xf1\x33\x3e\xba\x05\xad\x60\xa9\x40\xfe\xcd\xba\x15\x2c\x43\xd7\x8f\xa9\x77\xe4\x46\x76\xcb\xe1\xe9\xcd\x5f\xf5\xfb\xc1\x5c\xd0\x63\x59\xd7\xf7\x39\xc9\x4a\x5e\xff\x25\x00\xf1\x96\xb5\x51\x3d\x6d\x18\xcd\x07\x9d\x9c\xe9\xad\xeb\x8b\x64\x59\x82\xc4\xa9\x3d\x91\xf9\x92\x32\xe8\xc4\x9c\xb3\x3d\x30\xba\x33\x01\x90\xa4\xa8\x77\xad\x02\x03\xeb\x1b\xdd\x6b\xa9\x3d\x32\xd6\x77\x12\x9a\x2d\xbd\x6e\x04\x87\x80\x85\x6c\xdc\xb7\x65\xef\x21\x9c\x15\x12\x2f\x2e\x1a\x3b\xc6\x34\x3c\x68\xa2\x73\x64\x67\xb6\x6d\xfb\xbb\xeb\x55\x31\x40\xcd\x58\x7b\x01\xad\xe4\x99\x9a\x2e\xd1\x43\xf2\x96\x32\xc5\x02\x2d\x33\xa8\x18\x2d\x76\x9c\x87\xbd\x2b\xd1\xd1\xa7\xeb\x02\x00\xb1\xaa\x1b\xef\x1a\x13\xa8\xeb\x00\xa4\x01\xe1\x9a\xd9\x49\x01\x00\x7d\xa5\x3f\x9d\x07\x33\xd7\x72\x0e\xaa\x29\x57\xc3\x0e\x60\xa0\x2c\xa7\xdb\x85\xff\xc8\x2f\x6d\xc7\x85\xa9\x84\x01\x08\xc7\x43\x57\x82\x39\x80\x5e\x1b\x6e\x28\x0a\x08\xe4\x95\x43\xb5\x70\x4f\x74\xa6\x78\x99\xa4\x17\xf4\x5c\x84\x95\x78\xad\xa1\x98\xcc\xf6\x4f\xc7\x9b\xca\xe6\x66\x95\x75\xa5\x3e\x15\xcd\x9c\xc3\x0c\x3f\x12\x89\x6b\x3e\x4c\x06\x6e\xfe\x39\x30\x7f\x6c\x10\x3c\x79\x21\xbf\xcb\xf4\xf3\xa2\x52\xf9\xfa\x0b\xad\x0d\x6c\x31\x4a\xc8\x5a\x59\x6d\x79\xe2\xaf\x72\x50\xec\xcc\x8d\x04\x42\x8d\x3a\x85\xcc\xa1\xde\x51\x1d\x31\x9d\x46\x84\x37\x01\xa0\x74\xb3\x43\x24\x71\x81\xd6\x0f\x6c\x37\x5c\x2f\xe8\xf9\xb9\xa1\xa7\x9d\x75\x86\xaf\xd7\x68\x87\xcc\x0f\x3c\x2d\xcb\x92\x04\x7a\x96\x20\xd1\xca\x1b\x0d\x6c\xcf\x72\x23\xf6\x91\xf5\x6a\x4e\xdb\x85\x64\x9c\x5f\x6b\x18\x4d\xd2\xd5\x27\x4d\x4d\xf6\xa1\xd8\x21\xbb\x7b\x5c\x5d\x65\x9b\x52\xd5\x0b\xb2\x99\x00\x82\x7d\x40\x15\x37\xc4\xe8\x5d\xc7\x3d\x08\xf5\xf1\xe8\x9f\x78\x0f\xea\x75\x71\xab\x27\xa1\xca\xa0\x3e\xb8\x6b\x37\xf4\x38\xeb\x0d\x98\xbc\x4b\x7b\x22\x31\x16\xd8\x23\xdd\xc5\x58\xb0\xe8\x92\x1e\x7e\x3a\x8c\x81\x89\x16\x23\x6a\x8b\xf0\x20\x19\xbb\x2f\xca\xce\xdc\x7d\xc0\x90\x11\x62\x41\xd7\x73\x1f\x54\xb1\x5c\x1c\xf1\xb8\xc6\x94\x91\x9a\x02\x99\x82\x06\xb3\x78\x87\xaa\x05\x92\x08\xb1\x00\x74\x51\xbd\x4b\xe7\xfd\x67\x2f\xde\xa0\x81\x8f\xb3\x02\x4d\x59\x99\xda\x88\x3f\x1c\xf9\x83\xb3\xbd\x9f\x76\x0f\x2b\xdf\x15\xd6\x32\xff\x56\x15\xa8\x27\x20\xae\x1c\x1f\xb8\x8d\x7a\x6a\x23\x48\x12\x3f\xfe\x62\x87\xfe\xab\x6c\x07\xa8\x5d\x47\x6f\xbd\xae\x5f\xef\xb6\xb0\x04\x01\x8a\x7c\x16\x10\x18\xb9\x11\x79\xbc\xc7\xae\x0a\x47\xfd\x87\x5c\xf1\xa8\x54\x3d\xfe\x6b\xd4\xfa\x34\xbe\xff\x81\x43\x88\x8f\xa2\xc1\xaf\xf1\x72\x4d\x09\x69\xf3\x39\xb9\xbb\x03\x90\x43\xc5\x82\x97\x3d\x3a\x27\x8f\x50\xa0\xde\xab\xc8\x5b\x9d\xc6\x1f\xd0\x04\x22\x9d\x22\xc2\x30\xdf\xda\x22\x7b\xb5\xbf\x84\x6b\x58\x6d\x81\x45\x92\x73\x74\x45\x8e\x15\xe5\x4f\x61\x6d\xb1\xab\x7a\x4c\xac\x9b\xe0\xe0\xff\xf8\x1f\xff\x6b\xf2\x88\x37\xe1\xac\x6d\xd6\xf0\x37\x1e\x40\xd8\x2d\x1e\xd6\x93\x80\x67\x15\xe9\x00\x24\x42\x42\x28\x1e\x9b\xa0\x0c\xcc\x7a\xe3\xfe\x07\xa8\x8b\x88\x46\x1e\x90\xdb\x80\xc5\x8f\x8a\x43\xc5\x12\x85\x21\x41\xdc\x93\xa0\x06\x80\xe0\xf1\x7b\xb5\x4e\xf6\xc4\xea\xd7\xae\x58\x6e\xe7\xeb\xae\xc8\x81\x5b\x04\x0e\x2a\x53\x35\x99\xd0\xf2\x76\x53\xd8\xc0\x94\x20\xba\x76\x5b\x22\xe4\xa1\x9b\x04\x11\xba\x25\xbb\x63\xf9\x60\x32\xce\x6e\xbe\xea\x45\x58\x41\xfc\xda\xa2\xf6\x85\x1d\x83\xd8\x8b\xeb\xca\x00\xc0\x24\xfb\x0e\x0d\x12\x11\xd2\x78\xf4\x87\xc4\xf5\xe1\xe6\x44\x1d\x90\x27\x69\xbf\x71\x8a\x8d\xc9\xc4\x14\x66\x03\xd3\xa7\x88\x03\x07\x18\x37\x34\x85\xf4\x26\xf5\x64\xc5\x46\x1c\xb1\x88\x69\x17\xe8\x07\xd4\xdc\x49\x12\xb2\x25\x7e\x04\xff\x4b\x84\x72\x09\xc1\x6a\x1b\x83\x91\x81\x9a\x0e\xe4\x8a\x26\x59\x15\x25\x9a\xb4\x8a\x1d\x04\x86\x58\x68\xb3\xf5\xec\x15\x1a\xe4\x8b\x15\x04\x07\x7f\xc8\xd6\x29\x57\xad\xa4\x3b\x90\x44\x1f\xca\x1f\x09\x34\xb1\x33\xa8\xd2\x0f\x96\x82\x61\x55\xfa\xe1\x54\x4a\x60\xda\xa1\xf0\x04\xff\x81\x9b\x54\x42\x21\x9c\x09\xb9\xd3\x94\xe2\xed\x6b\x12\x3c\x90\xa2\xb5\x30\x7d\xfa\x17\xf6\xa5\x34\x99\x25\xbb\x06\xfe\x23\xa1\xa7\xd6\x26\xbb\x98\xbd\x06\xa1\xae\xa8\xb2\x92\xdf\x0f\xb8\x1c\x20\x80\x62\xeb\xfc\x44\x48\x7d\xc5\x85\xe4\xa1\x83\x2d\x8e\x2b\xcb\xf6\x44\xbb\x74\xac\x31\xa2\xad\x8c\x2e\xda\xa9\xfe\x95\xe8\x84\xa6\xfd\x89\x69\xb9\x78\xe3\x48\x31\x87\x51\xb1\xc4\x47\xba\x2a\x2b\xd4\xb4\x3c\x25\x63\x69\x57\x96\x11\x81\x99\x91\x9d\xac\x2b\xdc\xc1\x4d\xc6\xf7\xc7\x57\xfa\xf0\xe3\xbe\xe4\x64\xe2\x9e\xb5\xdd\xce\x15\xb1\x2b\xd5\xf5\xbf\x95\xf4\x68\x2b\x85\x00\xd8\x46\xc2\xfc\x38\x07\x24\x0c\x96\xc4\xcf\x7c\x74\x38\x41\xf1\x34\x3a\x92\xa0\xbc\x42\x16\x10\xca\xe8\x16\xa6\x83\xcf\x4b\x38\x8a\x66\x1e\x36\xb6\xc1\x2d\x0f\x2a\xba\x53\x0e\x0f\xb9\x37\x90\xaf\x43\x83\x1d\xa8\xc8\x43\x8e\xf6\x37\x3e\x74\xbd\x07\x41\xdd\xd7\x7f\x8d\xba\x65\x93\x46\xb0\x16\x75\x5f\x5b\xf4\xb1\x70\xf5\x9f\x91\x1d\x56\x8d\xc2\xc7\xe1\x56\x99\xa5\x48\x52\x66\xf6\x73\xa7\x16\x06\xc3\x39\x8f\x54\x22\x26\x7e\x74\xd6\xa8\xff\xd4\xfa\xaf\x0a\x83\x78\x02\x50\x74\xbf\x73\xc6\x62\x7c\xd7\x02\x7e\xd5\xf7\x23\xa7\xc7\xa7\xde\x3f\x3e\xfe\x38\xdf\x97\xd9\xd2\x88\x43\x1e\x55\x21\x3e\x09\x83\x69\x45\xa3\x48\x57\x54\x63\x38\x16\xed\x72\x9b\x2d\x66\xc0\xeb\xd5\xb8\xc5\xae\x31\x6e\xa8\x7e\x59\xfb\xcd\xd4\xef\x82\x7d\x82\xce\xc7\xbe\x00\x47\x87\xa4\x13\x9f\x9d\x3d\x24\xa6\xca\xe7\xf7\x5a\xdc\x08\x6c\xfd\x3a\xfd\x9e\x43\x78\x0a\x44\x89\x5e\xf3\x1b\x0e\xdc\xd7\xc0\x30\x41\xfd\xfe\x31\x9a\x49\x74\xfa\x87\xc7\x20\xce\xf2\x0d\xf0\x93\xc3\xe2\x29\xfa\x8d\x0a\xa2\x25\xe7\x7f\xc1\xb6\x63\x35\xad\x04\x39\x03\x71\xe9\xb2\xee\x84\x01\x43\x6d\xd8\x05\xd2\x96\xfe\xbe\x50\x1b\x3e\xf0\x7c\xbe\xb8\xa4\x26\x3f\x05\xda\x54\x3a\xf6\xb1\x99\x02\xce\xaa\x90\x3f\x42\x47\x72\x6c\xf4\xa4\xc1\x45\x55\x2d\x52\xa6\x5e\x75\x4b\xc1\x51\x94\xd5\x1b\xf9\x38\xc5\xd8\x6f\x56\x1c\x17\xdb\xb1\xe6\x84\xf4\xa0\x06\x61\xbd\x03\x55\x1a\x03\x22\x68\xcb\xc6\x19\xb3\xef\xaf\x7f\x17\xef\xda\xd0\xd0\x62\x74\x6c\xa0\x2e\xda\xea\x78\x87\x01\xb6\x40\xd0\x6a\x9d\xf6\xfc\x53\xcd\x77\xb5\x6d\x97\x44\x93\x5b\x6c\xbe\x33\x05\x35\x66\x32\xdd\xde\x38\x68\xd0\xec\x02\xb8\xe5\xf5\xa1\x86\x78\xd7\xe8\x74\x66\xf7\xde\x7d\xf9\x1e\x43\xee\xe0\x8b\x19\x3e\x5b\x22\x67\xe1\x9f\xfc\xde\xfd\xf5\xbd\xbd\xfb\xe0\xde\xbb\xaf\xde\x5b\x54\x42\x0c\x9a\xcf\x57\xd9\xd6\xcc\x7c\x6b\xee\x8d\x04\x36\x6c\xaa\xf5\xf7\x8d\x39\x2f\xea\xce\x62\x30\x3e\x10\x24\x41\xfe\xf4\x38\xe4\x03\x1c\x92\xb8\xe9\xc5\x98\x80\x63\xad\x0c\x10\x41\x2e\x5f\x9e\x0d\x11\x41\xd5\xed\xe6\xb2\x03\x16\x71\xc5\xf7\xfc\x37\x08\x8c\xae\x07\x2e\x41\xd1\xac\x9d\xfd\x82\x02\x27\xac\xb5\xc8\x71\xa5\x30\x71\x55\xbc\xfc\x85\x7f\x3d\xa0\x35\xd0\x4b\x68\xb0\x85\xbf\xb8\xd1\x6a\xf7\x1a\x48\x4f\xae\xeb\x62\x41\x66\x20\x8b\xc2\xf6\xc3\x1e\x18\x0d\x5d\x33\x8d\x71\x1a\xfd\xa0\x67\x46\x7e\x17\x8f\xbf\xca\x64\xa5\xd6\xf7\x6e\x0a\xa2\x8b\xb0\x83\x66\x8d\xa1\x9d\xe3\xfa\x6f\x89\x85\x4b\xf9\x64\xfa\x55\x3e\xd1\xf5\xc5\x68\x5b\x41\xe2\x0a\x63\x61\xab\xde\x09\xfd\xb1\xcd\x0d\x50\xfa\x2f\xf1\x3c\xff\x70\x57\x32\x71\x07\x90\xbf\x84\x07\x5f\x20\x4f\xbd\x72\x3d\x8a\x86\x8f\x29\xdf\xed\xba\xf7\x86\xed\xcc\xa3\xa5\x0d\x46\x6e\x31\xd5\x55\x04\x18\xfb\x9a\x42\x57\xaa\x1c\xd0\xf8\x39\xa8\x1b\x39\x45\x61\x04\xb8\x5c\xb0\x99\x9c\x82\x7d\xac\x35\x96\x52\xf5\xc9\x5d\x91\xb0\x68\xf0\xb4\xf0\x56\xc3\x7e\x39\x93\xa5\xa8\x6a\x51\xcd\xd5\x05\x8a\x84\x1f\xb6\xc6\xc0\x57\xcd\xc7\x85\xdd\x76\x24\x4a\xa3\x3c\x7a\xd5\xb1\xd5\xef\x34\xbd\xd1\xd5\x3a\x7a\xfe\xd7\x18\x20\x68\xe2\x71\xd5\x05\xb7\x82\xc3\xff\xe9\x3c\x4c\x5e\xa0\x3b\x87\xac\xcf\x03\x47\xdf\x1a\x50\xa7\x9d\x9d\x63\x54\x4e\x89\x96\xa0\xa5\x4c\xb4\xf9\xae\x13\xad\xa6\x37\xf8\xe8\x23\x6c\x68\x2d\x0c\xc7\x0a\x07\xeb\x7f\xc5\x97\x03\x40\x03\x11\x4b\xc0\xdf\xfc\x3d\xb1\x8e\xdd\xe8\x93\x40\xae\x79\x60\x2d\xfc\x51\x0c\x6e\xdd\x5b\x55\xf4\x51\xdc\xf5\x98\xcf\x50\x9b\xbb\x61\x73\x54\x83\x71\x9d\x72\xb4\x9b\x91\xe7\x2b\xaa\x4d\xca\x1f\xc4\xb4\x19\xc9\x9a\xc1\x4b\x6f\x25\x0b\xf1\x2f\xa8\x87\xdf\xa2\xc6\x87\x52\x4d\x80\x8c\x74\xd3\xdb\x7c\x80\x7a\xf7\x19\xd0\xe3\x65\xb1\xcf\x04\xfd\x3e\x84\xbd\x29\x4a\x74\x22\x4e\x58\x88\x73\xe2\x43\x93\x86\xe2\x9c\x7c\x84\x2b\x0a\x3d\x18\xb1\xba\xb3\x33\xa7\x8b\xe7\xd5\xad\x4b\xf6\x3e\x1b\xaf\xcd\xbb\xf3\xf3\x85\x29\x52\x15\x28\xc3\x46\xfa\x12\x82\x26\x4c\xc1\xc8\x12\x02\xae\x08\x14\xff\x9e\x45\x21\x53\xc0\x68\xac\x05\x08\x8d\xb3\x87\xf0\xbf\xfe\x1c\xf8\xdf\xd9\x70\x96\x91\x60\x2c\xa2\xae\x13\x81\x65\x4f\x6a\xd4\x55\x76\x25\xec\x19\x73\x77\x4f\xd0\xc7\xaa\x2a\xc4\x32\x0d\xb5\x1a\xa4\x75\xd7\xda\xed\x06\xf9\xa3\xb6\x76\xa3\x3e\xb1\x4c\x7a\x88\xb9\xb0\xe2\x38\xac\xf3\xa0\x47\x58\x9c\x32\x07\xc5\x7a\x6e\x32\xd5\x39\xa7\x5c\x45\xde\xf0\xb9\x77\xf4\xd7\x08\xa3\x98\xce\x7e\x81\xce\x07\x16\x32\x84\x1e\xa2\x6d\xbc\xba\x28\x82\x07\x55\x42\x2f\x88\x25\xd0\x0d\x02\x9d\x4f\x02\x7e\x02\x10\xea\x7d\x1a\xeb\x3e\x32\x15\xb9\x20\xd7\xbf\xd0\x0f\x44\x21\xbf\xe8\xd6\xb2\x58\x12\x8d\xe2\x25\x06\xae\x43\xb8\x81\x0f\x5e\x9e\xe6\x88\xff\xc8\x53\x15\xa0\x89\x97\x41\x0d\x86\xa2\x70\xfa\x9b\x43\xa7\x69\xf9\x57\xbe\x1c\x84\xa3\x0c\x11\x9a\x04\x85\x91\x51\x76\xf8\xbe\x2a\x4c\x07\x0f\x86\xc4\xe3\x9f\x1a\xe8\xde\xbb\x7f\x79\x6f\xdd\x70\x64\xd1\xb2\x69\xf4\x1a\x80\x9c\x83\x7c\x05\x3a\x7f\x8b\x8e\xdc\xa1\xed\xa8\x46\xac\x42\xf0\x5f\x50\xfd\x80\xe1\x49\xc4\x10\xd6\xbd\xb4\x48\x15\x61\x00\x00\x7e\x68\x61\xfe\x65\xc0\xf6\xef\x06\xd3\x52\xd3\x08\x17\xe0\x5c\xd8\x5f\x62\xbb\xc9\xeb\xbd\x61\x6d\x26\x12\x45\x52\xbe\x6d\x1a\x7f\x63\x78\xd3\x50\xb4\x19\x5b\x22\x82\x99\xd4\x10\x83\x9b\x78\xe0\x01\xbe\xe9\x6f\xd5\x1d\xe9\x08\x38\xec\x0c\x2e\x17\x19\x0c\xe0\xcb\x16\x45\x14\x52\xc2\x1e\x69\x8c\xe4\xad\x17\xc8\xf5\x96\x1e\x15\x39\x44\x71\x6c\x30\xea\x3d\x7e\xd8\xb8\x5a\x17\x53\x58\xc0\x32\x66\xb9\xa5\x98\x45\x05\x59\xe1\xac\xca\x62\xdb\x92\x79\x24\xaa\xf4\x51\xa1\x86\xb1\xad\x88\x46\xa8\x56\x2d\x7a\x71\x77\x8f\x7d\x1c\xf4\xb6\xa8\x98\x3d\x87\x0f\x2f\x6b\x62\x48\x3d\xae\xc9\xaa\x39\x3d\x4c\xd1\x06\x45\x56\x49\xd1\x26\x89\x4f\xb1\x0f\x86\xd5\xdf\x23\x67\x78\xe2\xfa\xa5\x27\x8d\xdb\x76\x2d\xa2\xca\xa7\x07\x50\xf7\x3d\xdd\x15\x43\xd8\xe8\xf0\xb0\x51\xa8\xdc\x5d\x56\xa1\x01\x78\xff\xea\x39\x58\xf3\x9d\xca\x4b\x7c\x0f\xc4\x62\x6c\x15\xe3\xa4\xd1\xdb\x4c\xc0\xdf\x55\x72\xa9\xa9\x35\xe1\x37\x3b\xfb\xa5\x17\x00\x76\x70\x1f\x78\x47\x62\xd6\x98\x16\x1f\xa2\x45\xe6\x24\x7a\x1b\xfa\xf9\x5f\xee\xe5\x5f\x10\xf3\x88\xd1\x7e\xd1\x8f\xcf\x54\x3d\x75\x30\x19\xd1\x38\x6a\xc5\x57\xac\x67\xce\xec\xd0\x30\x99\x6e\xa3\xc1\x11\xf0\x02\x3f\xc7\xab\xe4\x08\x21\xed\xf4\x97\x24\xd0\x8a\x06\x64\x37\xd4\x66\x04\x15\x86\xaa\x97\xe0\xe3\x41\xf5\x4b\xbf\x4e\x1e\xca\x64\xe8\x35\x19\x4e\xa1\x9e\xe7\x1d\xc0\x1c\x09\xd2\xb8\x51\x4f\xaf\x3f\x96\x25\x2b\x30\xf0\x0d\xb2\xdb\xf5\xe7\x23\xa2\x5f\x7f\x90\x48\xee\x8b\xd7\x08\x6c\xcb\x62\x03\x04\x2e\xe0\xbd\xf9\xe2\x85\x3a\x37\x02\x2d\x74\x00\x50\x26\x09\x00\x8b\x43\xa6\xab\x6d\x4c\x38\x22\x53\xa1\x48\x41\xe8\x88\x50\x50\x8f\xb9\xd4\x37\x70\xb5\x43\x6d\xf4\x74\xf8\x46\x1e\x7e\xd4\xed\x18\xec\x44\xfa\xb9\x06\x1c\xfd\x22\x5e\xbe\xc1\x27\x0f\x83\x9e\x27\x46\x9e\xe0\xdc\x47\x17\x5e\x4d\x7a\x9d\x33\xe8\xcc\x38\xdc\x27\x19\xd5\x0e\xc6\xe9\x05\xe3\x9a\xa6\x40\xec\xd9\xcf\x3e\xb3\x12\x27\x34\xfd\xec\x3b\xf8\x6f\xb2\xdb\x4d\xf2\xfc\x33\x89\x31\x30\xdc\x20\xc7\x2f\x86\x1b\x75\xc0\xea\x55\xf5\x3f\x77\xc2\x6e\x88\xc9\x0e\x1b\x2f\x3c\xc3\xdd\xab\x16\x1c\xf2\x4f\x83\xa0\xd5\x14\x64\x21\x5b\x9b\x6d\x73\xfd\x71\x45\xd1\x04\xc2\xdd\x67\x6e\x6f\x00\x0c\x2f\x81\xd5\x3a\xa7\x90\x78\x40\x31\x99\xef\x62\x1e\x6a\x47\x5c\x4c\xbc\xde\xbe\x08\x13\x7c\x13\x7e\x3f\x5c\x86\x72\xfd\xc3\x35\xf0\x7e\x85\x5c\x27\x1e\x51\xd0\xd6\x06\x1b\x58\xf5\x98\x6f\x17\x1e\xf9\x4e\x0c\x6d\x22\x4d\x84\x33\x70\x32\xc5\x48\x45\xa1\x00\x31\x5a\xf8\x7f\x24\x57\x8c\x0d\x37\x06\x25\x07\xa4\x8a\xe4\xa2\xd8\x16\xb3\xb7\xf0\x3f\xfa\x6b\x7a\x61\xca\x25\x86\x45\x0b\xa2\xa5\x14\xbb\x14\xbf\xdf\x89\x2a\x78\x21\x09\xbf\x11\x7c\x73\x38\x6b\x20\xfa\x14\xbd\x6b\x27\x16\x89\xe4\x55\xf7\x37\xf4\xb9\xe7\xf8\xd9\x80\x45\xd3\xbc\xde\x76\xb1\x1e\x04\x16\xbf\xc0\x57\xef\xc6\x59\x29\x4e\x79\x38\x81\xfb\x55\x01\x60\x33\xa7\xac\x13\x31\xc6\x41\xda\xc5\x91\x2c\x39\x1b\x05\x35\x0a\xb2\x53\xd0\x6f\x11\x0e\x7c\xb1\x93\x0c\xe8\x33\xfb\x56\xad\x25\x07\x03\x57\xf0\xd8\x87\xaa\xa8\x55\x89\x68\x37\xf4\xcd\xc7\x01\xbd\x9f\x4d\xe4\xdb\xe7\xf1\x8b\x2c\x87\x22\x19\x06\xf3\xb0\x4e\x18\xa7\xcf\x64\x68\x2d\x63\x14\x40\x94\x66\xf7\x6c\xea\x34\x28\x32\x33\x77\x63\x5b\xc4\xfc\xd4\x8c\x40\x1d\x7b\x9d\x2f\x28\x6a\x53\x28\x46\x47\x2b\xd4\xef\x7e\xa1\xba\x3c\x36\x43\x0c\xaa\xf0\x60\x0e\xaa\x07\xd5\x30\xaa\xce\xd2\xcc\xbf\x64\x43\x27\xaa\xcc\x0c\x38\xea\x2f\x94\xff\x26\x10\x77\xd0\xe6\x1c\xee\xc9\xca\xe7\x8c\x6c\x7f\x39\x46\x20\x46\x40\x72\x27\x37\xcf\x4a\x34\x2c\xba\x54\x7e\x81\xec\xc5\x10\xca\x26\x3c\x8c\x06\xf3\x77\x44\xfc\xa0\x7f\x81\xeb\xd2\x4a\xe4\xd7\x60\x97\x59\x6b\xec\x2d\xda\x43\x5d\x31\x6e\xec\xa1\x6c\x16\x5a\x3c\xe5\xa3\xb5\x12\xa4\x3a\xfc\x12\x44\x31\x84\x8d\x54\xc6\x81\x4f\xc4\xd7\xda\xd4\xf5\xd6\xa2\x33\x2b\xfd\xe1\xcb\xd7\x45\xcb\x9f\x30\x96\xfb\xf3\xf8\x1b\xc8\xc5\xc5\xd2\xe7\xcc\x78\xd6\xa0\x9d\xd2\xf8\xf4\xc8\x55\xf6\xb5\x0f\x29\xea\xbc\x66\x5d\x0d\x71\x85\x1c\x5f\x67\x00\x99\x7e\x5d\xec\xa5\x87\xaf\xde\xb7\x74\x68\xe5\xb0\x19\x48\x2c\x8e\x90\x9f\xe3\x42\xf6\x6e\xc5\xf2\xc8\xb6\x68\x61\x60\xa6\x1b\x0a\x69\xa0\x03\x66\xf9\x39\x92\x81\x3c\x98\x23\x10\x22\xd4\xe4\xb5\x83\x48\xdf\xda\x06\x4f\x98\x91\x13\x21\xa6\x30\x8d\x00\xc5\xd1\xf4\xc1\x37\x24\xdc\xae\x04\xc5\x55\xbc\x13\xec\x0f\x30\x63\xe6\x03\xa2\x89\xac\x9c\x13\x9a\x7c\x42\xbf\x8c\xe0\x3c\xef\x84\xe7\x9a\x44\xd5\x29\x3e\xbb\x34\xe1\x16\x18\x88\xe9\x70\x5d\x67\xe9\xd7\x91\x65\xb2\x84\x85\x76\x79\x3c\xc8\x9c\xa7\xdb\xa1\xb9\x26\x5e\x7e\x49\x13\x61\x0b\x1f\xbc\xed\x4d\xb6\xd0\x60\x61\xc1\x26\xb2\xde\xc8\x25\x25\x5a\x9b\x05\xc8\x08\xc6\x3a\xd7\x22\x51\xcc\x4e\xce\x2e\x61\x3b\x77\x63\xab\x8a\x36\x82\xba\x9b\x63\xc0\xcc\x2d\xb2\x7f\xba\x23\x9f\xea\x43\x1a\xd0\x3a\x85\x63\x82\xf5\x4c\x02\xae\x89\x47\x50\xda\x27\x5d\xd9\x9b\x7a\xf0\xf6\xc5\x61\x3a\x89\xd3\x32\x6b\xaf\x28\x5e\x51\x23\x18\xe9\xef\xe8\x82\xfd\x8f\xf4\xef\x08\xb8\xf0\x0f\xbe\xe9\x7f\xf8\x87\xa2\x28\x97\xd3\x25\x72\x4b\x3f\x8a\xd2\x34\xd8\x18\x52\xc5\xff\x5e\x26\x2a\xb1\xfa\xdd\x9a\x83\xad\x27\x49\x88\x67\x19\xcb\xc8\x21\x54\x02\x63\x14\x3a\x51\x61\xd0\x0d\x0d\xd5\x4f\xb9\x2d\x76\xd7\xbf\xad\xd9\x60\xde\x77\x9c\xe3\x45\x6c\xe6\x57\xfc\xe8\xcd\xac\x00\xfe\xf0\x35\x28\x11\x10\x05\xce\x41\x1d\x80\x65\x43\x3d\x34\xb2\x41\xd7\x00\xf2\xfd\x0b\xa2\xbd\x20\x89\x09\x65\xab\x81\xc4\xd4\x47\xb6\x2e\x4c\x62\xcf\x54\xb4\x12\x4f\x57\xad\x16\xe2\x44\x54\xb4\xa0\x3b\x17\x1b\xea\xe0\x01\x96\xb1\xb5\x4c\xb7\xbb\xc0\xd6\x65\x35\x68\x15\x49\xd0\x62\xc2\x45\xb2\x73\x71\x53\x6f\x6b\xc3\xfd\x39\x01\x3d\xf5\xe6\x72\x2c\x62\xde\x60\x20\x3f\x9c\xba\x50\x3c\x0b\x24\x6f\x92\xca\x5c\x7e\x12\x3b\x79\x1d\x08\xf9\x79\x31\x12\x0d\xcd\x80\x6e\x9a\xe5\x3f\x3b\x2b\x8d\xfd\xff\x23\xed\x5e\xd9\xf5\xac\xf6\x07\xf5\xd9\x2f\x85\x13\xa2\x84\x16\x8e\x03\xf9\xe1\x76\x7b\x3b\x8d\x2e\x68\x65\x57\xee\x61\x25\x0c\xe4\x32\xac\x14\xf9\x6e\x05\x5d\x23\x2e\x8b\x21\xc9\xe1\xeb\xc5\xd5\xc5\x34\x1d\x44\xf9\xd5\x38\x43\x67\x64\x55\x8b\x21\x9d\xc5\x4a\x91\xa3\x60\x06\x93\x18\x99\x6a\x74\xa6\xe4\x6c\xc0\x48\x57\x9e\x12\xd5\x3f\x88\xbc\x68\xc4\xd5\x86\xb0\x6e\xae\xb7\xc8\x99\xd4\xe2\x56\x01\x62\x81\x5b\x9d\x93\xa3\x7d\x13\xc5\xb9\xbe\x69\xe8\xbf\xc6\x43\x33\x7d\xdb\x14\x7e\xf4\x4f\x0e\xdc\xdf\x10\xcb\x9a\x0b\xbd\x94\x8d\x46\xa4\xe4\x06\xe2\xeb\x3a\x98\x0f\xe2\x54\x79\x05\xe2\xcb\xcd\x31\x9f\x94\xc9\xf6\x91\x41\x7b\xda\x92\xc2\x2b\x91\xbc\xaa\x12\x30\x57\x00\x85\x5f\x0f\xc8\x33\xbd\xe6\x10\x4f\xc7\x9a\x44\xef\x60\x39\x52\x71\xc4\x9f\x08\xc5\x26\x22\xa9\xdc\xfc\x96\xb7\xe7\x46\xfe\x73\x74\xe4\xfe\x9d\x4f\x55\x71\xc9\x89\x52\x5c\xdc\x60\xba\xf9\x34\x21\xa2\x27\xf7\xec\x58\x77\xa1\x68\x16\x80\x7c\xb0\x8e\x51\x21\x2d\x98\x9a\x6c\xdc\xf0\xda\x0c\xf7\x2f\xdc\x3a\x8a\x1e\x9b\x0f\x1a\xf5\xd4\xb0\x47\xee\x61\x5d\xc0\xff\xad\x59\x6b\x28\xce\x5b\x6e\xdd\x81\x5d\x0b\x21\xe3\x4f\x3a\x2c\x1d\x1e\xe4\xaf\x3c\x48\x30\x84\x73\x24\x43\xae\x33\xb3\xa1\x2b\x72\x94\x1f\xe9\x92\xc4\x4e\x76\xa5\x87\x4b\x73\x34\xe2\x63\x75\x04\x97\x7a\x5b\x76\xb6\x38\x67\xff\x33\x3a\xa6\x23\x11\xcf\x8f\x02\xbb\x07\x02\x08\x75\x26\x6b\x18\x03\x21\x90\x06\xaf\xcf\x37\xac\x81\x6c\x8e\x71\xb7\xdc\x49\x11\x42\x09\xf9\x82\xbe\x61\xe9\x91\x22\x0c\x7a\xfb\x40\x12\xed\x2e\x47\xe0\x34\x83\xe1\xd4\x36\xbc\xa1\x9f\x18\xfd\xaf\x83\xd1\xd9\xb3\xe7\xf0\xc0\xcc\x12\x5c\x19\xf4\x34\x09\xc7\xf4\xee\xa4\x37\x0e\xf8\x95\x0e\x18\x36\xd5\x10\xc6\x12\x6e\x3b\xb5\xe4\xa8\x79\xc4\x51\x96\x49\x65\x26\x41\xc3\xf2\xbe\x7b\x4d\x1f\xbc\x71\x15\x48\x4c\xc2\x10\x4a\x18\x7b\x01\x65\xbd\x71\x90\x3a\x70\x3d\x6f\x7c\x94\x3d\x24\x4c\x8d\x74\x34\x51\x41\xb1\x17\x3e\x66\x88\x89\xd9\x3c\xe1\x95\x24\x5f\x11\x23\x05\x57\x6d\x97\x6d\x89\xff\x66\x5a\xfb\x46\xfe\x48\x39\x39\xdc\x18\xa5\xbd\x35\xc5\x1f\xa7\x95\xb1\xa3\x60\xe0\x33\xef\xa5\x34\x8c\x84\x3c\x6e\x71\x11\x47\x22\x38\xd4\xa2\xe7\xd5\x1f\xb6\xe7\x59\xc6\x71\x28\xfa\x60\x15\x0d\x3e\x9c\x5f\x34\x92\xd7\xdd\x05\x83\x0c\xb1\xe7\x68\x1b\x46\xa6\xaf\x06\xf7\x8d\xf0\x8d\x98\x7e\xf8\x24\x30\x23\x2c\x04\xa6\xf3\x0b\xc7\x75\xb2\x5d\x74\x30\x92\x13\xe2\xb0\xa7\xbf\x4e\xb2\x31\xbb\xfa\xdc\x8c\xef\xe4\x70\x0f\x47\xae\x25\x9b\x41\x73\xc6\x8e\xd0\xb2\xd4\x2d\x82\x6d\xa2\xd1\xbc\xd4\xab\x3d\x30\xfe\xa9\x77\xd9\xc1\xf7\xcd\x45\xef\x08\x9e\x0c\x58\x92\xf0\xa1\xab\xb7\x07\xe1\xd1\x0e\x2f\x26\x4d\xad\xa0\xd8\x86\x73\x8e\xcb\x3f\x8b\xf2\x87\xb0\x43\x48\x10\x7d\x75\xa7\x21\x0f\x9d\x73\xec\x9f\x19\x16\x01\xf4\x82\x35\x33\xaa\xa1\x19\x87\x64\xd2\xd4\x28\x91\x65\x4d\x8e\xb8\x26\x21\x35\x17\xaf\x90\x23\x95\x6d\x35\x43\x16\xb2\x47\x05\x71\x51\x22\x03\x12\x6f\x67\x5a\x24\x56\xe8\x87\x80\xa1\x2b\x0d\x25\x4d\xe3\x90\x27\x01\x70\x60\xc8\x24\xce\x9c\x20\xc9\xf0\xc8\xf5\x3d\x57\x17\xa0\x2a\x3d\x7d\x7d\xf6\xc6\xbd\x87\x65\x82\x5d\x33\x17\x7c\xb4\x4a\x29\xf1\x5d\xfa\xa4\x61\x70\x22\xe8\x22\xe0\x2c\x50\x13\x0b\xdb\x6d\x76\x37\x3b\x4a\xba\x75\x3e\x43\x9f\x0e\x0e\x45\xe2\x99\x1d\xfe\xe8\xaf\x99\xee\x5e\xe0\x4f\x72\xa8\xee\x61\xb7\x71\x37\xe4\x01\x17\xf1\x98\x23\xd5\x1c\x76\x94\x82\x04\xd1\x19\x46\xe2\x39\x67\xdf\x82\xd0\x6d\xfc\xed\x98\x63\xf1\xe1\xd9\xe9\xcd\xd2\x15\xdd\xe0\x2a\x3e\xe8\x65\x4a\xc9\x86\xa0\x2b\xe0\x23\x9a\xcb\xd9\x19\x33\xd2\x64\x0d\x3b\xdc\x90\xb8\xb2\x28\x39\xf8\x9c\x11\xdc\x6d\xb1\xeb\x4a\x8d\xdd\xd6\xd9\xcd\xe4\x09\x8c\xbe\x86\x0b\xe0\xd8\x70\x99\xe1\x24\x56\xe8\x01\xcc\xdd\x6e\x40\x5d\x28\x26\x41\x9a\xc4\xab\xc5\x4c\xa7\xc7\x9d\xe5\x3c\x6a\xb8\xad\xf4\x0a\x4a\xc1\x4f\x61\x8c\x18\x4d\xe3\x23\x97\xba\xa6\xe1\x03\xd1\x99\xe1\xac\xd5\xcc\x65\x55\x9a\xb5\x96\xe1\x9c\xc3\x8f\x07\x1d\xb3\x4f\x08\x2b\xf7\x01\x14\x8a\x08\x6f\xe9\xbc\xf5\x39\xfa\xb8\x5a\x21\xd5\x1a\xab\x60\xf7\x35\x7a\xba\x1e\x57\x2d\xc7\x84\xec\xd7\xe0\x17\x2e\x72\xc5\x5a\x91\x6f\xcf\xc8\xf6\xec\x39\x8e\xfa\x0c\xb3\xb3\x91\x17\xe7\xb0\xca\xa2\xce\x2f\x35\x54\xcd\x40\x93\x2b\x69\x76\x55\x9d\x1b\x26\xa9\x83\x42\x0d\x37\xcb\x0a\x18\xcc\xf2\x8a\xaf\x76\x71\x58\xb5\xbc\xf0\x7e\xbc\x9c\x38\xc0\xa7\x96\x42\xdf\x67\xea\x56\x03\xee\x52\x3c\x92\xae\x62\x6f\x2f\x7d\x07\x20\xe0\xc0\x08\xa4\x55\xc0\x29\xb3\xf8\x76\xd5\x2d\x8a\x9e\xe2\x4a\x66\x4e\x36\x79\x81\x08\x81\xe0\x87\x63\xc1\x50\x24\xf9\x08\x3b\x48\xe4\x8f\xbc\xd3\xd8\xd7\xb6\xe0\xf8\x42\x12\x6e\x65\x9a\x9e\x64\x2e\x6a\x42\x90\x5b\x12\x9f\x56\x19\x64\x65\x05\xc3\xdc\x99\x83\xf9\x90\x6b\x3f\xd6\x65\xa7\xfe\xc1\x77\x67\x26\x8c\x55\xfa\xc7\x21\x2c\x9a\xd4\xa5\x3a\xbd\x90\x84\x63\xf8\x3f\xc8\x91\x6c\xdd\x25\x34\x6a\x85\x84\xd8\x56\x34\x89\x21\xd2\xc5\xf3\xe2\x13\x50\xa7\x32\xd2\xde\xa2\x20\xf2\xd8\xb4\x18\x75\x4e\xc2\x5c\x01\xcd\xac\x38\x10\x63\x95\xea\x3d\xb6\x26\x3e\x7c\xca\x82\x98\x71\x6c\x3f\x24\x15\x25\x49\x03\x24\x89\x30\xda\x63\x49\x7f\xb7\x5f\x65\x74\xd1\x2f\x38\xb8\xc9\xe7\xdf\x9d\xbd\x7e\x75\x24\xf3\xfc\x30\xb9\xb8\xb8\x98\x60\xf5\x49\xd7\xc0\x57\x2c\xcc\x65\xe2\x47\x98\x9b\xf2\x81\x69\x97\xdf\xdc\x87\x7f\xbf\x00\xce\x03\xc9\x41\x8c\x53\x57\x85\x4f\xb3\xfc\xcf\xd0\x07\xb9\x4a\xa4\x1a\x0f\xd3\x13\x84\xdc\x26\x9e\x20\x3b\x54\xf0\x09\x92\x9f\x6e\xc0\xb3\x2c\x1b\x18\xf8\x8c\xfe\x09\x8a\x81\x7d\xd9\x8e\x87\xe4\xec\x57\x2a\x60\x0c\x9a\xc0\x0b\xf8\x23\x1e\x9d\x2b\xb0\xb5\xeb\x53\x32\x74\xf5\xea\xfa\x73\xa3\x11\x2d\xde\x22\x56\x43\xc9\x44\x99\x3e\x45\x92\x9c\x64\x12\x88\x97\xb2\x14\xdf\xf6\xdb\x93\xd7\x61\x5d\x95\x97\x94\x3d\x10\x95\x06\x7c\x3e\x58\xae\x70\xa4\x70\x30\xed\x37\xa6\xbc\x27\x06\x71\x34\x99\x26\xc2\xfc\x37\x1a\xff\xc0\x49\xd4\x24\xf6\x3a\x89\x7a\xd0\x05\x87\xf5\x9c\xe1\x8d\x04\x68\xe4\xc0\x16\xa2\xc4\x65\x59\xb9\xf0\x7d\x0e\x1b\xb3\x91\x86\x7b\x80\x1d\xff\x2e\xcf\x18\x64\xfa\x78\x1f\x1d\x11\x9d\x23\xca\xc8\x5e\xcc\x90\x82\x8d\x6e\x92\xe2\x4c\xf2\xb5\x54\xb5\x60\x98\x3c\xdf\x5f\x56\x4a\x20\xc4\x39\x83\xfa\xa5\x3e\x8b\x2f\xdf\x3a\x12\x71\x68\xdf\x61\xe1\x6c\xe6\x94\x1b\x77\xf3\x48\xd5\xef\x99\x0d\x46\xd3\x78\xed\x56\xb0\xad\xac\x47\xd0\xf0\x7d\x31\xae\x20\x44\xd1\x67\x10\x42\x6a\x38\xc0\x42\x7d\xee\xf2\x00\x22\x92\xda\xa3\xfd\x4b\x5c\xc1\x71\x61\x52\x44\xa3\xfe\x30\x43\x49\x87\x3d\x6f\x94\xfa\x63\x30\xea\x13\x0a\x9b\x45\xbe\x4f\xc3\xe7\x35\x9a\x09\x5d\x4e\xc2\x9f\x6f\xc2\xab\x89\x3b\xc1\x37\xc8\x23\xce\xa7\x9c\xc2\xee\x8c\xc3\x6f\x78\x2c\x71\x86\xf5\x10\x39\x50\xe8\x85\xb5\x57\x1b\x0e\x38\x5e\xda\xc6\x69\xff\x8e\x06\x41\x98\xfa\x9f\xe2\xd4\xd0\xfd\xbb\xbd\x81\xcb\x8b\x3e\x92\x59\x95\x95\xe1\x76\xed\xcb\xfa\x92\xa3\x1a\x3e\xa6\xbf\xa3\x88\xd1\xe1\x0a\x7d\xd5\x61\xcd\x71\x21\xc1\xb7\x50\x43\x90\x41\x33\xd2\x55\x63\x1e\xd0\x92\xe1\xcb\x09\x8e\xd3\xd4\x87\x74\x67\x37\xd8\x1c\x0d\x27\xd0\x4c\x50\x9f\x66\x7a\x01\xde\xf2\x41\x9c\x25\x8e\xfa\x1c\x6c\x21\xb9\x6b\xfb\x05\xfb\xac\x54\xde\x8f\x26\x3d\xb0\xb6\xa1\x10\x1e\x9a\x64\x8d\x2d\xb9\x17\xc8\xcf\x55\x89\x63\x12\x0e\x87\x1b\x06\x20\x0c\x5b\xc6\x51\x08\x87\xad\x6f\x13\x7e\x30\x3a\xd6\x30\xb8\x20\xa5\xf7\x1f\x74\x79\xab\xe8\x82\xe3\x87\x2e\xc2\xd0\xb0\xcf\x31\xbd\xed\xa0\xdd\x21\xbd\x83\x48\x47\x83\x5e\x3d\xea\xaa\x5a\xbb\x67\xfb\xa9\xdc\xf8\x40\x5a\xe3\x6a\x87\x20\x60\x98\x3e\x39\x72\x84\x88\x58\x13\x31\x1a\x8e\xe9\xc6\xd9\xfb\x5d\x1d\x3f\xe2\x43\x96\x49\x39\x82\xff\xa2\xa9\x2f\x2c\x86\xea\xeb\x9a\xa5\x99\x51\x4a\x65\x4a\xa7\x15\xba\x6c\x53\x45\xb4\xd0\x07\x28\xfb\xb1\x81\x15\xa3\x01\x20\x15\xb2\x29\x8d\xd8\x6e\x73\x11\x59\x32\xc7\xa9\x5b\xd9\x1b\xe0\x31\x7c\x95\xd7\x88\xd0\x1b\x80\x1a\xd9\x4d\x7d\x31\xc7\xbf\x28\xf0\x20\xc6\xd6\x83\xba\xc0\xee\xb6\x08\x53\x80\xbc\xab\x2b\xc3\x31\xb2\x5c\x65\xbb\x2f\x81\x75\xa6\xa4\xc3\xcf\xc8\x3b\xa3\xc5\x28\x2b\xa4\x31\x0f\x6a\x75\x55\xb1\x2a\x4c\xae\xf5\x6c\xb6\x03\x16\x3a\xac\x84\xa3\xf1\xf1\x2b\x81\x4f\xc9\x36\xb4\x6f\x73\xee\x75\xe8\x08\xf8\x5a\x17\xaa\x52\x2c\x27\xff\x15\x65\xe3\xe0\xab\xdb\xee\xb0\xce\xcf\x2c\x06\xf1\xf6\x03\x22\x7d\xf8\xe2\x15\xff\x20\x97\x7c\x0a\xac\xce\xa1\xb5\xdd\xb2\xd5\xe1\x7f\x3a\x74\xfc\xd7\x2f\x1c\xbc\x81\xfe\x16\x0f\x67\xa9\xe2\x6a\xe4\x4d\xb6\x6a\x31\xe3\x09\x40\xc5\xca\x95\x02\xf8\x6a\xb3\xd3\xc6\x4c\xfa\x8d\x60\x83\xf0\x04\xe1\x28\x16\x45\xe9\x4a\xc9\xca\x31\xb0\x6c\xd4\xf2\x0c\xa5\xbd\x99\x5f\xbf\x5f\xb3\xfa\x17\x00\x01\xba\x87\x8c\xbe\xc7\x1e\x83\x11\x09\x12\x39\xf5\x1b\x81\x23\x46\x81\x89\x96\xe9\xed\x26\xc9\xcc\x4a\x73\xf8\xe6\x1c\xd3\x1c\x4d\xe1\xc8\x63\x26\x0a\xbd\x3a\x8d\xe6\x1e\xda\xd7\x22\x68\xe6\xc4\xbd\xb0\xd0\x1f\x45\xc9\xed\x79\xee\x34\xd7\x1f\xbd\x7d\x8b\x30\x74\xce\xb2\x4e\x5e\x79\xfc\x48\x6d\xb6\x96\x20\x87\xd9\x5a\x83\xa4\xe9\x17\x62\xee\xd1\xab\x24\xaa\x7d\x20\x40\x54\x45\xf1\x26\x38\xd2\x4c\x3f\x24\x87\xa9\x24\x9c\x18\x56\xa1\xe8\x5c\x3f\x1d\x5c\x7a\x48\x49\xb4\xac\x47\x3d\xb4\xf8\x02\x63\x20\xa1\x3f\x27\x1b\xdf\x85\xe0\x42\x77\xe9\xa7\x1a\xd5\x06\x59\xe7\x3e\xa0\xa4\x81\x3c\xf3\x09\xc6\x86\xff\x8f\xff\xfe\x7f\x46\x00\x6c\x18\xdc\x33\x1d\x03\xb9\xa0\x81\xee\x47\xd1\xf8\x90\x75\x62\xf2\x04\x54\xe1\xc2\x14\xd6\x68\xea\x19\x87\x6f\xa9\xa5\x20\x5b\x67\x7b\xb2\xd7\x04\xf7\x86\xb3\x87\x64\xed\x15\xdc\xcd\x9c\xde\xbf\xe8\xf9\xd8\x6d\x47\xdf\x2c\xd6\xcd\x0a\x53\x4e\xd8\x8d\x5e\xbc\x01\x80\x79\xf8\x45\x0b\xc4\xe8\xae\x05\xa6\x5e\x11\x10\xea\xbd\xd3\x2e\x47\x2e\x94\x70\x99\x5a\xf3\x71\xbc\x48\x47\xdc\xa2\xea\x9c\x9c\xfe\x13\x35\xd4\x16\xaa\x18\x92\x3b\x45\x2d\xa2\x77\xc8\x6c\x8f\xcc\xa1\x9e\x05\x81\x2d\x30\x3b\x3c\xa8\x4a\x1f\x0c\xeb\x9f\x6d\x78\x82\x37\x52\xa8\xfe\x45\x8a\x0d\x17\x89\x31\xd1\x7e\x02\x76\x84\x44\xa2\x21\x33\xe2\xa6\x52\x5f\x54\x08\xac\x40\x64\xf4\xaf\x24\x79\x57\x37\xeb\xf7\x3e\xf5\x98\xa8\xe9\x5d\xe2\xbe\x50\x03\x4e\xb5\x5c\x22\x0d\xad\x3a\x92\x4f\x63\xbc\x65\x18\x22\xf1\x59\xd7\x1a\xe1\x9e\x50\x57\x15\xe7\x40\x61\x9e\x14\x63\x22\xaa\xcb\xdf\x1e\xd0\xcf\x1a\x48\xd8\x54\x03\xf6\x60\x42\xa2\xe8\x19\x20\x4c\x68\xbc\xaf\x9d\x09\xe6\x71\xe8\xa6\xbf\x37\xf5\x1e\x53\x77\x40\x5d\xb2\xaa\x2c\xaa\xf3\x02\x1f\xd6\xea\x9d\x41\x6b\x27\x9f\x3a\xab\xa8\x28\xcf\x03\x25\x55\xb3\x94\x45\xcd\x26\x94\x16\x47\x1e\x0a\xe8\x0d\x84\xde\x02\x4c\x23\x1f\x0e\xe7\xdc\x09\x42\x0c\x61\x7f\x42\xa2\x28\x91\x96\x9f\x34\xee\xcf\xd0\xd3\xc0\x25\x75\xf3\xa9\x15\xa9\xe8\x86\x9a\xba\xc1\x3f\x52\xe2\xbc\x88\x4d\x55\xa5\x0f\x69\x5a\xaa\xc0\x93\x58\x4d\x01\x33\x99\x16\x31\xc6\x88\x60\xfc\x68\x0e\x1f\xd5\x4d\xb7\xc3\x50\x54\xec\x25\xaf\x41\x37\x77\xd4\xf0\x5b\xae\x1f\x45\xfb\x22\xfd\x1e\xaa\x95\x80\x78\xf8\x30\xd4\xd6\xb6\xdd\xca\x88\xa2\x43\x87\x25\x39\xe1\xdb\xd1\x84\x40\xc3\x2c\x78\x2e\x02\xdc\x30\xad\xdd\xcd\x71\xe0\x06\x5d\xdd\x2a\x12\xdc\x9f\xb7\xd8\xbd\x39\xf1\x4c\xa8\xed\x8d\x33\xd0\xb8\x2f\xc3\x54\x34\x7f\xde\xcc\x36\x6e\xe0\x50\x52\xb4\x27\x07\x13\xab\xb4\x03\x73\x5d\x80\xda\x4f\x58\xeb\xe6\xc3\xec\x33\x9c\x39\x88\x15\xfe\xd1\x15\x46\x7d\x51\xd1\xc4\x16\xa6\xe3\x39\x55\x0e\xa4\x53\x71\x8e\xc0\x51\xb7\x9f\x4a\xb9\xd3\xb7\x80\x89\x1a\x1f\x34\x7e\xd1\xa0\xb6\x23\x49\xca\x0e\xb6\xf1\xdb\xd4\x9b\x21\x53\x1b\x35\x10\x09\xa8\x8b\xb7\xdf\xfb\x33\x71\x78\x0f\xbc\xb3\xf7\x02\xf2\x8e\x4c\x14\xb1\x91\x84\xee\xb8\xd5\xc2\x1c\xf6\x1a\xd9\x8d\xc3\x8b\xfb\xf4\x2b\xf4\xd8\x13\x68\xa0\x06\xe1\x98\xe6\x74\xea\xa1\x8e\xd2\xef\x4e\x64\xb1\x21\x0a\xd5\x3e\xc8\xc5\x5a\x55\x8c\x53\xce\x28\x7e\x2a\xff\x6e\x8a\xfd\xfc\x40\x80\x5d\x42\x1c\x71\x22\xbb\xaf\x5d\x73\x4e\xd4\x15\x26\xe8\xea\x7d\x52\x94\x7a\x4a\xb6\x30\x29\x1e\x1d\xba\xf8\x68\x1d\xb6\x90\x91\xaf\xfd\x62\x6d\x1b\xf4\xde\xef\x40\x52\xcd\x37\x75\x69\x1c\xb5\xb2\x98\x74\xdd\xf8\x39\xf6\x82\x55\xc4\x4d\x5d\x2b\x57\xce\x46\x01\x3e\x73\xa4\xfb\x00\xec\x05\x94\x53\x8c\x35\x76\xe9\x93\x72\x21\xb0\xac\x63\x20\xb2\xe7\xd2\x06\xb2\x34\x14\x1c\xe6\xd7\xfd\x56\x98\xbf\xfe\x3b\xb2\xa9\x71\xf4\x98\x09\xf2\x14\xd3\xde\x21\x03\xc7\xb1\x2f\xa4\xb0\x3f\x07\x2e\x45\xa6\x49\x42\xce\xcf\x4e\xe0\xfc\xaf\x58\x51\x31\xfc\xda\x0b\xd0\x49\x04\x89\x40\x37\x0e\x52\x5a\x48\xbc\x73\x32\x01\xa0\x10\x82\xde\xa9\x88\xfb\x24\xf1\x41\x87\x14\x29\x22\x1e\x35\xac\x71\x70\x58\x4b\x8a\x83\xc3\x83\x8b\x2c\xc0\xd1\x02\xfb\x73\xc8\xd0\x58\x55\xe7\x40\x96\xab\xf1\x0c\xc2\xef\x07\x67\x40\x66\xe5\x34\x16\x3d\x05\x8b\xe9\x2b\xdd\xb6\x91\xc9\xb1\x92\x0f\x6b\x1f\x30\xd1\xe9\xcf\x51\xe3\x3a\x86\xe3\xa2\xb1\xf8\x76\x18\xe7\x91\x1b\x1c\x20\xc1\xfc\x91\x20\xd9\x0e\x58\x8f\x20\x2c\xed\x82\x58\xcd\x41\x6c\xfe\x10\x71\x44\x2b\x1a\x57\x6c\x84\x66\xc0\xbe\x86\x12\x9e\x1e\xee\xd3\xa5\x2a\xd3\x88\x6b\xdc\x79\xc6\x91\x3f\xde\x4c\xc3\x63\xdd\x3d\xb7\xd0\xd0\xf3\xc8\x4c\x86\xbb\xe7\xd0\xb3\x1e\x72\x4e\x75\xd4\xb8\x25\x1c\x3d\x52\x26\x0f\x7a\x15\xdc\x3f\xd6\x69\x58\x8b\x76\xd8\x33\xc2\x2a\x44\x11\xbb\x8c\xec\x58\xc9\x3e\x78\xce\xc9\x80\x99\x4a\xc9\xd4\xc7\x91\x8b\xc9\x0d\xa1\x60\x27\xfa\x70\xf3\xd5\x24\x39\x58\x5d\x60\x51\x0a\xd0\x79\x03\xf5\x18\x4e\xd4\x5b\x1d\x84\xfd\x84\x38\xa0\x0f\x37\x7d\xa0\xd4\xe3\x0f\x50\x88\x3b\xfd\xaf\xd3\x60\x0f\x94\xc7\xc6\x96\x93\x4f\xa1\x8e\x18\x65\xdc\x76\x0e\x31\x4e\xf9\xa7\xa6\x11\x21\x91\x18\x79\xdc\x76\x36\x21\x76\x19\x9f\x4b\x04\x16\x3a\x31\x74\x5f\x41\x02\x2e\xf8\xab\x8f\x37\x00\x2c\x86\x53\x0f\x60\x76\xea\x0e\x2f\x90\xba\x06\x2d\x1c\xe2\x20\x53\x34\x92\x0b\x43\x53\xb4\x40\x41\x1d\xa8\x7c\xd1\x22\xad\x77\x81\xdc\x28\x97\xbd\x31\x2e\x47\xee\x91\x58\xce\x91\x47\x8c\xa7\x94\xbe\xc7\x0a\x4e\xfe\x03\x05\x83\x93\xe8\xb0\xb1\xed\x24\x47\xfc\xa5\x67\x93\x00\x77\xaa\x0a\x68\x10\xc0\xd8\xe5\x7f\x89\x95\x63\x6a\xcb\x8a\x69\x4d\xe9\x3c\xdf\x27\x98\xd0\x7e\x51\x67\x4d\x3e\x23\xe3\x25\xd6\x04\xe3\xa3\xb6\x75\x82\x6f\xc2\x3e\xf4\x57\x92\xa9\xb4\x97\x98\xf4\x86\xac\xb2\x92\xb9\x58\xe4\x94\x41\x22\x63\x4e\x08\xb1\xc6\x8c\x0e\xf0\x4f\xc7\x0f\x72\x89\x58\xec\xce\xd8\x1b\x8b\xa2\xe9\x16\x82\xd3\x77\x75\x55\x90\xb5\x27\xff\x0b\x78\x31\xe9\x7b\xe9\x72\xe2\x20\xfa\xcd\x8f\x8a\x49\x5b\xb7\x59\x29\x9a\xee\xaf\xd3\x7b\x79\xe2\x97\x4c\xca\x6e\xdc\xb7\xe5\xcc\x69\xd6\x83\xaf\xb5\x1a\xad\xa0\xfc\xe6\xec\x57\xc2\xe6\x34\x45\x52\xd0\x77\x6e\xc2\x3c\x37\x52\xd5\x77\x76\x6c\x2c\x76\xb3\x25\xf3\x0e\xd2\xfd\x2f\xb2\x6a\xcb\x77\x67\x41\x0a\xe2\xc5\x03\xa7\x50\x3d\x0a\xca\xe2\x6d\x0f\xbf\x44\xbe\x5c\x61\xee\x31\x5f\x25\x46\xa2\xe1\x40\x12\x8d\xb9\x0d\x4b\x5d\xc4\xf7\xb0\xf0\x78\x3b\x1c\x59\xdf\x77\xc2\x32\x35\x54\xf7\x25\xde\x64\x3d\x2e\x65\x6b\x15\x4d\x5c\xf4\xd2\x60\x82\xd9\x68\x1a\xe2\xff\x11\x96\xb1\xab\x53\xbc\x34\x56\xce\x85\x65\x27\xf5\x1a\xc8\x31\xe9\xca\xe3\x2e\x55\x5c\x88\xba\x8c\x82\x06\x04\x9d\x60\x80\xac\xb0\x80\x4c\x7c\xde\x64\x36\x6e\x4e\x08\xac\xb7\x51\x4a\x9b\x51\xa5\x31\x6c\x71\x5c\x91\x7d\xbc\x99\x8e\xc1\x1a\xeb\x04\xbc\xb6\x4c\xcb\x47\xeb\x82\x60\x8c\x31\xb5\xdf\x02\xdf\x81\x89\xcc\x46\xeb\xc0\x24\xe0\xea\x59\x0d\x95\xe2\xab\x60\xcc\x09\x8c\x97\x42\x29\x9c\x6a\x0a\x67\xff\x4a\x33\x42\xb0\x8b\x02\xb0\x2d\x78\x69\x2d\x2b\x53\x2a\x7e\x6f\xba\xa1\xbd\xa3\xa8\x14\x74\xb4\xea\x75\x56\x71\x6f\x2e\xf7\x0e\x47\x3f\x08\x7c\x4e\x7c\xd7\x42\xa5\x8b\x8a\x4c\x2a\x32\x2f\x9b\xe2\x93\x9e\xf3\x80\x71\x39\xb3\x7c\x32\x98\x5b\xf4\x10\x4f\x32\x70\xa8\x91\x67\x6b\x53\x8d\x07\x66\x38\x3c\x4d\xa2\x20\x48\x4b\x8a\x73\x0d\xb8\x1a\xd8\xe0\x1f\xf3\x87\x1b\x26\x19\xb5\x8f\xa7\x37\xd2\xcf\x2d\xf6\x8d\x28\x74\xb5\x66\x02\x35\xe8\x88\x90\x8e\xbd\xfe\x08\x08\x86\x94\xc4\xc8\x92\xd5\x8d\xe1\x28\x49\x6b\x32\xe8\x32\x64\x26\x38\x51\xfb\xbf\xc3\x53\x8f\x46\x3a\x38\xf5\x60\xc4\xa3\xfe\x90\xe1\x38\xb7\xdd\xf7\x75\xd1\xce\xd7\x4b\x59\xde\x33\xe0\x0e\x30\xf9\xc7\x23\x64\xe2\x97\x22\xbe\xaf\xfa\x5e\x19\x23\xf0\x1f\xf6\xe2\xa6\x3e\xd2\x9b\x18\xbd\x48\x6a\x98\x41\x7a\x8a\x40\x7f\x84\x5a\x03\x8e\x9f\x14\xce\xb6\x31\xf6\xb2\x5a\xa2\xa2\x11\xd3\x58\xb2\xbd\x07\x3d\x66\x7e\x36\x85\xdf\xf7\x39\xc2\x77\x71\x65\xc8\x20\xc0\x7e\x86\x8f\x57\xce\x43\xfc\xf3\x63\x58\x3a\x60\x91\xaf\x07\x39\x25\x2b\xcd\x08\x44\x84\x84\x2d\x93\xe9\x04\x37\xfc\x30\x47\xfb\xfb\xc5\x8d\xd3\x88\xcf\x2b\xce\xcb\xf8\x3d\x7c\x1f\x3b\x0f\x9c\x1c\xc5\x09\x82\xd5\x93\x56\x75\x74\x80\xc0\x86\x48\x7a\xef\x23\x45\xb6\x1f\x45\x1d\x7f\xb4\x9d\xd1\xda\x49\xdc\x74\x29\x35\x02\x77\x44\x84\x51\xb4\x4a\x67\x0c\xe0\x79\x07\x4b\x39\x26\xdc\x53\x35\xcf\xff\xc0\x1e\x84\x53\x8c\x12\xd8\xf1\xcc\xf8\xb1\x33\x9a\xdb\x81\xdd\xc0\xc9\x60\x3a\xa3\x78\x2b\x30\x87\xcc\x9f\xbc\x87\x87\x6e\x21\x0e\xd6\x4b\x4d\x73\xf3\x88\xb7\xbb\x8f\x94\xda\x2e\x18\xc6\x4d\x83\x65\xe3\x03\xab\x0e\x27\x82\xec\x64\xc0\xe7\x50\xb6\x0f\xd8\xdf\xb6\xc0\x34\x9b\xf4\x6b\xf2\x23\xfd\x0a\x89\x87\xe4\xe0\x5e\xd7\x4d\xdd\x81\x84\x6b\x5c\xbe\x68\x00\x68\x29\xb2\x23\xf5\x41\x68\x85\x15\xcc\x3b\x8a\x85\xe2\x9a\xb8\x00\xa3\xc0\x35\x91\x25\x86\x6b\x47\xdc\x9f\xb6\x42\x5d\xff\x52\x42\x70\xac\xc5\x44\xa2\x49\x99\x35\x54\xad\x78\xd0\x56\x5a\xd5\x8b\x36\x83\xd9\x60\xf2\x07\x76\x15\x43\xbb\xe3\x61\xed\x7d\x4d\x19\x7e\xe6\x25\xc0\x4f\xb7\x9f\xe3\x7a\xed\xec\x94\x0b\x81\x21\xc1\xc2\xf4\x0d\x16\x0e\x47\xd0\x79\x49\xa3\x97\x54\x9a\x1e\x4b\xe9\xa1\x56\x18\x30\x36\x6e\xf1\x14\x4a\x06\xb5\x75\xe7\x36\x26\xdb\xf7\xf7\xed\x39\x94\x4d\xd0\x08\x1e\x63\x5a\x47\xfb\x46\xb5\x6f\xd8\x00\x6a\xc9\xc3\x1e\x68\x55\xe4\xa5\x99\xfd\x58\x89\x49\xf6\xed\x9a\x90\x65\x96\xc8\x1d\xb7\x6b\x22\x6f\x98\xf9\xec\x29\x1a\x54\x8a\xc7\xc9\x8d\x0d\xeb\xc5\xdf\x00\xb1\xdb\x19\x55\x79\xbd\x40\xe3\x88\x10\x30\x17\x75\xdd\x62\xbe\xb2\x3d\xb2\xf5\x64\xdf\x4b\x51\x77\xb4\x14\xf9\xfa\xe5\x76\x7c\xcf\xb8\xc1\x4d\x50\x43\x6d\x07\xd3\xda\x61\x0a\x1f\x18\xae\xe9\x96\x6d\x07\x28\x4a\xc6\x7c\x79\x06\xc5\x93\x33\x57\x3c\x3e\xe8\xa0\xb1\x1b\x98\xda\xa7\x9a\xc7\x83\xee\x30\xcf\x24\x6c\xbd\x44\xed\xf0\xc8\xd8\x8f\xb0\xfc\xd3\x83\x0f\x9a\x0f\x97\x9d\x0e\xfa\x0a\x2f\x0d\xbd\xd8\x20\xc6\x5a\x74\xcb\xad\x69\x31\x74\xc4\x66\x4e\x16\x36\xbe\xab\x53\xad\x94\x3e\xa4\x4a\xe9\x73\xa8\x84\xa1\x47\x00\x82\x5f\x4b\xa5\x90\xae\x2f\xe1\x0c\xda\x8c\xac\xae\x46\xa6\xf3\xec\x11\x9c\x00\x7f\x0e\xf9\x65\x90\x4d\x9b\xb9\x08\x74\x72\x1f\x91\x7b\x76\x1d\x1c\x73\x3e\x75\xe3\xfa\x61\x71\x6f\x82\xb7\x74\x3b\x14\x0d\x31\xf6\x39\x73\x17\xcb\x4b\x60\x94\x5d\x18\xf4\x06\xc7\xff\xf9\x12\x1d\x7c\x83\xda\x24\xb4\x42\x6d\x41\x99\x45\x2b\x89\x64\x77\xa3\xb5\x19\xa7\x69\x75\x46\x5f\xb4\xae\x53\xe0\x40\xcc\x58\xc5\x3d\x7e\xb8\xa9\xa6\x4e\x80\x2b\x8a\x39\xee\x48\x3d\x19\x14\xf8\xa4\x47\x20\xd7\x6c\xdb\x84\x55\x05\xec\x34\x27\x99\x5c\x01\xea\x4c\xe9\x95\x07\x5c\x01\x9f\xb9\xf5\x7d\x89\x55\xfe\x92\x67\xd8\x3d\x75\x4b\x3d\x95\x7e\xe4\xb7\xb2\xef\x39\x1b\x5b\x73\x8e\x21\xfe\x82\xfa\x0b\xd6\x62\x4b\x09\x93\xd9\x48\x05\xc1\x1f\x24\x61\x81\x9a\x91\x53\x06\x61\xfe\x42\xf6\xed\x8d\x59\xa3\xe2\x85\xe3\x23\xac\x2e\xf1\x09\x81\xd8\x8c\x1f\xa8\xbc\x91\xdc\x5e\xa2\x7f\x8e\x93\xed\x73\xe0\xb1\x20\x62\x04\x9b\xd2\x06\x8b\x76\xac\x45\x66\x39\x8c\x02\xaf\xfb\x13\x11\xf4\xa6\xd2\x43\x3f\x42\xb5\x2c\x9d\x64\x2d\xb6\x4f\x1c\x68\x55\xec\xaf\x84\xdb\xa5\x2a\xa5\xc0\x9a\x9d\x60\xe6\xab\xb0\x71\x89\x02\x32\x8b\x9a\x1a\xf7\x1b\x25\x4e\x76\xb6\xea\xab\x69\xb8\x1d\x32\x5c\x17\x75\x93\xeb\xc3\xc0\x89\x41\x37\x56\xf6\xb3\x41\x47\x1f\xf4\xfc\x76\xb9\x04\x39\xbb\x26\x7d\xd4\xa5\x08\xc3\xc5\x37\xde\x04\x09\xa9\x60\x3b\xb8\xf0\x93\x4f\xb2\x7e\x4f\x7a\xc9\x4d\x17\xfd\x1d\xda\x65\x1f\x24\x71\x93\x66\xa3\x7b\xd9\x4b\x3c\x17\x64\x9c\x8b\xf9\xbc\x43\x3d\xb0\xbe\xf3\xf3\x63\x90\x03\x26\x5f\xa6\xe8\xd5\xad\xb1\x4c\xe1\x64\xd7\x65\xbd\xc0\xce\xd5\x1f\x89\xb2\xe1\x49\xa8\x41\x8e\xd1\xf3\x85\xf4\x5b\xd8\xb9\x87\xe9\xc7\x61\x66\x52\xb4\x5a\xc8\x7a\x40\x8e\xb5\x09\xce\xa3\x9a\xa8\x2c\x8a\x32\x6b\xb2\xf7\xbf\x1e\x30\x5a\x34\xa0\xcf\x11\x31\xb7\xc3\x31\x5c\xde\xef\x36\xf5\x0e\x62\x14\xf7\x27\xbe\x8a\xdc\x4f\x41\x59\xd7\x38\x95\xda\x4d\x7d\x1d\x69\x7a\xb5\x88\x67\x46\xaf\x53\x9f\xb6\x6d\x14\x12\xe4\x08\xe3\x17\x0d\xae\x38\xf6\xa6\xae\xa3\x3b\x99\x54\x2e\x72\x5b\x00\x53\x5f\x5f\x54\x51\x62\x2f\x85\x0e\x7c\xed\x91\x94\x0d\x51\xc6\x38\x76\x45\xe5\xdc\xa1\xf2\x50\x23\xce\xfe\x2e\xe3\x2d\xd9\x18\x46\x6e\xea\xe1\x80\x18\xe9\x08\x6d\x8e\x06\x1b\x43\x63\xb9\x57\x4d\x8e\x89\x12\xbd\x01\xf5\x87\x4e\x07\x66\x4b\xbd\x39\x9c\xeb\x13\xe6\x34\xdc\x9d\xc8\xda\x39\xb3\x71\x92\xed\x03\x56\xce\x30\x61\x76\xaa\x8e\x10\x76\x4f\xad\x4b\x95\x3c\x36\xa6\x9f\xa1\xdd\x13\x15\x8c\x98\x3d\xb1\x3e\x98\x70\x71\xdc\x7f\x74\xc7\xb8\xd2\x48\x2a\xdd\x70\x4c\xfe\xdd\x7b\xf1\xe6\x42\xce\x5a\xe9\x93\x56\xb2\x7e\x98\xbf\x61\x58\x02\x3b\x73\x3a\x4c\x29\x8d\xf3\x8e\x91\x6e\x5a\x70\x61\x34\xcb\x21\xf6\xe3\x9a\x1a\x66\x37\x65\xa5\x62\xa4\xe0\x97\x1a\x6e\xde\xfc\xdb\xe5\xe7\xe1\x9f\x80\x60\x17\x65\x44\xc6\xb8\x7c\xd4\x22\x2d\x98\x1d\x75\x33\x44\xf2\xad\xeb\x98\x6a\x31\x26\x1f\xd4\xaa\xfc\x74\x62\x17\x15\x2e\xdb\xd4\x16\x1d\x17\xad\x0e\x88\x17\x15\x44\x16\x37\x01\xd2\xec\xe5\xd0\xe8\x55\xca\xfe\x9a\x61\xb9\xd2\x83\xd9\x29\xff\xd1\xde\x50\x47\x69\x86\xd3\x66\x20\xa8\xba\x76\x24\xe7\x53\x12\x5d\x74\xed\xfd\xd0\x86\x51\x50\xa7\x4a\x5a\xf9\x05\x63\xeb\xb2\x57\x90\xc8\xbc\xa9\x37\x14\x00\xa1\x6f\x41\x36\xd5\xcd\x45\xb6\x44\x23\xfb\x17\x96\x1f\x64\x95\x56\xd3\xbb\x4e\x58\x31\xaf\xbc\xad\xdf\xe3\x57\xba\xbd\x2d\x70\x00\x8b\xae\x35\xde\xd3\xef\x58\x8a\xa2\xf8\x6d\x07\xab\xc7\x09\xb4\x3c\xd1\x74\x8e\xa8\x98\x86\xd8\x05\x90\x16\x6a\x8c\xb6\x6a\x1d\x6c\x07\x05\x11\x88\xc2\xc4\x45\x44\x65\x3a\x18\x35\x9e\xe0\x4f\xf5\xf8\xdc\x6c\xd7\x5b\x09\x7a\x7a\x8c\xd6\x04\x68\x29\x7d\xb5\x27\x93\x97\xf0\xbb\x5f\xc9\xa2\xe0\x86\xe7\x0d\xb0\x84\x04\x56\xcb\xf1\x4c\x1f\x42\xf1\x84\xd4\xaa\x1f\x14\xaa\x38\x10\xaa\xdb\x6a\xfe\xa9\x7d\xd2\x23\xa3\xd4\x20\x12\x97\x3e\x0d\xbf\xef\x90\x1e\xce\x6d\x36\x7b\x69\x81\x02\xa6\x67\xc7\x52\x6e\x77\xed\x9e\x33\xb2\x9e\xbd\x7c\x73\x3a\x39\x74\x8b\xb1\x1a\x01\x3d\xd6\x4a\x03\xc8\xc7\x0f\x04\xfd\xd4\x3c\xb8\x02\x1a\x73\x82\xaf\x0f\x46\x83\x24\xd3\x3f\x93\xf2\x45\xb2\xe3\xd5\xc6\x78\x24\x82\x3d\xb6\x62\xc0\xb7\x7c\xe0\x22\x81\x55\xda\x12\xe2\x62\xff\x57\x14\x2f\xa4\x57\xef\x85\x8d\x0f\x90\x9c\x09\x32\xbd\x7b\x74\x17\x6e\x46\x0b\xe4\xb1\xf2\x66\x49\x21\x72\x99\xb7\x25\x60\xe7\x93\xb3\xc9\x4f\xe4\xc1\x2e\xea\x42\xe2\x52\x9d\x87\xb3\xae\x77\x5b\xec\xb1\xfa\x1c\x1d\xf0\x80\xe5\xc5\x56\xa7\x1a\xf2\x9e\xa8\x9d\xdd\xe3\xfb\x9a\x6b\xb0\xc7\xf7\x72\x4c\xa9\xbb\x14\x18\x3b\x3d\x7e\x29\xb1\x25\x02\xb8\x91\x79\x50\x44\x78\xe5\xaa\x29\x77\xa1\xc4\x99\x37\x3d\x9e\x7a\x30\xaf\xb6\xd8\xc3\x12\x8a\xfd\x5e\x37\x96\x18\xe0\x21\x62\x8b\x8d\x11\x03\xf6\x4f\x8e\x23\xe6\xb0\x86\x3c\x6d\x8f\xd9\x72\x38\x3e\x0a\x0b\x33\xd2\xec\x16\x0e\x59\xd3\x08\xb1\x47\xaa\xc5\x4f\xad\x63\x44\xd7\x16\x33\xc0\x61\xcf\x9f\xdc\x95\x98\xa3\x12\x2a\x10\x44\xf3\x1a\x59\x9e\x63\xaa\xc2\xda\x73\xa6\x43\x64\xfb\xf1\x87\x9a\x04\xa6\x7f\xc3\x76\xfd\x38\xbd\x07\xed\x36\x04\x60\x89\xdd\x2a\xd4\x75\xef\xa6\x4e\x89\xf5\x42\xcd\xb2\x5a\x90\x38\xfc\x19\xb8\xf6\xc9\xfb\xb8\x63\xb1\x7c\x28\x65\x47\x02\x98\xf3\xe3\x28\xdf\x12\x49\x00\xb5\x28\x82\xa1\x81\x00\x4f\xc3\x35\x87\x8c\xd8\xc8\xc4\x6e\x88\xdc\x21\xcf\xe0\xaa\x38\x95\x47\x71\x56\x9c\x6e\xa3\xa7\x71\xa9\x98\xed\xf7\x2a\xba\xe1\x6a\x1c\xa1\x0f\x3e\x9f\xe3\xbd\x73\x5f\xcf\xd9\x1f\x28\xac\x80\xce\xe8\xbe\xc2\x04\x5d\xd2\xe5\x6b\xcc\x28\x48\x61\xbd\x5a\x95\x80\xb9\x30\xef\x11\x85\xf8\xc5\x1f\x93\x97\x75\xde\x59\xd7\x0c\x58\x47\xbc\xfb\xa8\xbb\x25\x2d\xe8\x7a\xf6\x03\xfd\x39\x39\xa9\xd7\x51\x90\x05\x6d\x01\x1b\x43\x44\x32\x78\x9d\xcc\x83\x70\x46\x61\x35\x1a\xf6\x24\xeb\x30\x5e\x46\x1b\x8f\x4b\x8c\x66\x53\xd7\x2d\xe7\x79\x0e\xb4\xdc\x80\x05\xaf\x70\xab\x81\xa9\x75\x5b\x8c\x6f\xf0\xcb\x39\xa7\x86\x75\x6d\x82\x8a\x62\xc7\xd6\x2a\xba\xd2\xfc\x2a\xd2\x1e\x56\xd5\x6f\x0c\xab\x1b\x1d\x69\xd9\x14\x7b\x89\x29\x70\xb6\xc5\xbf\x27\xc8\x0b\xba\x49\xe3\x91\xc8\x35\xa1\x3d\x78\x25\x01\x27\x4d\x01\x28\x92\x3e\x8e\x10\x31\xd7\xb9\xdd\x38\x30\x39\x7b\x1e\xbf\x81\x84\x75\x86\x3c\x67\xf0\x91\xa2\x77\xcd\x17\x1d\x90\x57\xb8\x56\x0c\x7c\x41\xb4\xde\x4a\xd2\x76\xbb\x28\x5f\x41\xd3\x51\x10\xc1\x0f\x9e\x81\x0c\x0a\x4b\xb2\x6a\xe1\x6f\x27\x9c\xee\xb0\x5f\x65\xf4\x2c\xc2\x0a\xe8\xdd\x49\x21\x63\xa8\x92\x7f\x0b\x9b\x50\xc4\x18\xcc\xe8\xdd\xab\xbd\xc6\x11\xb1\xee\xf7\xf4\x77\xfa\xf9\x67\xf0\x61\xc2\x1f\x3e\xfb\x22\xed\xb7\x40\x59\x7a\xd7\xed\xd8\x25\xb7\xb8\x32\x9c\x14\x66\xe6\x48\x22\x5b\xf4\x62\xa6\xe6\xd6\x53\x56\xca\xfd\x68\x6e\xea\x06\x25\xa3\x8a\xd5\x0e\x67\xbd\x66\x95\x3b\xcd\x7c\xa1\x87\xe9\xcc\x41\x46\xaf\x3d\xd4\x73\x32\x85\x2f\xf2\x3c\xbc\x2f\xf3\xa2\x88\x2f\x23\x28\xeb\xdf\x2d\x28\xb7\xb6\xe4\xeb\x75\x76\x76\xd2\xbb\xd1\xfe\xa3\xf2\x33\x9f\xa3\xbf\x38\x5d\x91\xbb\x98\x08\x0f\x50\x99\xbd\xfb\x45\x50\xff\xd0\x11\xca\x27\xd7\x0d\x77\x61\x7f\x2d\x81\x66\x7f\x75\x97\xcc\xbc\xee\xb6\x45\xbe\xf0\x9d\x29\xaf\x11\x60\x43\xf8\x39\x19\x05\x75\xa7\xbf\x33\xc8\xad\xba\xf0\xb4\xcc\xac\x4e\x1e\x6a\x50\x50\x8e\x53\x5b\xc4\x2c\xc8\x00\x7d\x29\xd7\x12\x33\x2a\x63\xf8\x8b\xdc\x69\xb9\xbe\x98\x5a\x68\x1c\xfb\x25\xea\x88\x57\x25\xaa\x7c\x43\x8e\x07\x69\xb2\xfa\xaf\xba\xa9\x73\x36\x3f\xcd\xee\x47\x9e\x84\xc7\x62\x8a\x87\xe4\xa2\x21\x65\x1a\xd3\x9c\x60\xba\xb4\x50\x51\x57\xba\x75\xc6\xaa\xc9\xfe\xca\xfe\x04\x68\xeb\xb2\xc3\x55\x0b\x8b\xb7\xcc\xf6\x20\x81\x67\xb3\x47\xfc\x6f\x3a\xdc\x1e\x89\x86\x81\x5e\xab\xf3\x92\x2d\x23\xa4\x0e\x52\x1c\xf2\xa8\x3e\xc1\xd7\x1a\x4b\x4e\x00\x7e\x43\xac\x69\xbd\xdc\x18\xb4\x56\x71\xf1\x50\x4b\x0d\x9e\x23\x10\xa3\x11\xa9\x46\x21\xe6\xd7\x0e\xd8\xbb\x79\x69\xaa\x35\xc0\xeb\xdb\x30\xa0\x54\x15\x5f\x6a\x89\x51\x41\x4a\x6f\xa0\x66\xb3\x9f\x81\xfe\xb0\x6e\x8f\x40\xd8\x07\xac\x70\x40\x31\x64\xac\x53\xfa\xb3\xe0\x47\x82\x1e\x73\x1d\x1c\xa7\x27\xfd\x2f\xe9\xd7\xf8\xcc\xa5\xe6\x41\xcc\x2e\xdf\xf5\xd0\xe1\xc2\xd5\xb3\xe7\x4f\x4e\x5e\xa7\x8f\x47\x20\x58\x2a\x0f\xd0\x85\x94\x0f\x50\x8b\x94\x8f\xa2\x12\xd2\xa4\x13\x8a\x26\x91\x91\xf0\x32\x43\xa6\xea\xc4\xa5\xa2\xab\x33\x5f\x61\x77\x1c\x24\x52\xc2\x93\x51\x22\xf9\xa0\x65\xc6\xa9\x66\xbe\x4e\xef\x51\xe0\xa7\x74\x65\x36\x25\x67\x29\xca\xd6\x63\x3d\x5a\xf4\xdb\x0d\x3b\x10\xdb\x0d\xc9\x58\xa3\x91\x54\xa6\x8e\xad\x21\x02\x2c\xdb\xce\xd6\x49\xa3\xbb\xce\xf5\x0e\x6e\x3a\xbf\x82\x49\x37\xfc\xda\x35\xda\x0d\xd7\xcb\x72\xb8\x33\xb0\x83\x5c\xf1\x98\x7f\xc5\x55\xe8\xd1\xf8\x3c\x2b\xa5\xce\x0b\xf9\x59\x0e\x06\xac\xb4\x17\xb2\xc2\x0a\xe1\xd0\xb0\x91\xae\xc3\x9f\xf4\x73\x7c\x5a\x5a\x77\xdf\xd4\xe7\x05\x6a\x29\xb4\xf6\xa9\x14\x68\x45\xad\xa0\xbd\xea\xf7\x38\xec\x9b\x9b\x24\x5c\xbf\x42\xa4\xc5\x47\xf4\xf7\x24\x04\x32\x41\x24\x78\xdd\xb9\xa6\x54\xb2\x41\x2c\x7f\xa9\xba\x5e\xba\x1d\x91\x37\xaf\x47\xc3\x3d\xd1\x55\x94\xc5\xca\xe8\x43\x1a\x2f\x63\x04\x59\x6c\xda\x76\x6f\x7d\x54\xa4\xe7\x6f\xde\x9c\x9e\xf5\xe6\xed\xfb\x91\xc9\x8f\x74\xb3\x2f\xe8\x45\x73\x3e\x66\xc8\x4a\xc0\xec\x3d\xd2\x86\x8d\x84\xc4\xcd\x1e\xc2\x57\xf9\xbb\x8f\xb3\xd7\x0d\x7b\xb8\xcd\x9e\xc9\x1f\xa3\x84\x08\xb9\xd2\x03\x33\xb0\x68\x0a\xb9\x46\x07\x82\xb0\x32\xb3\xd3\xc0\xb8\x32\xbd\x57\xbb\xda\xe9\xb2\x01\xea\xf5\x08\xfe\xc7\x36\x8b\xae\xdc\x23\x08\x2d\x41\xe6\x38\xef\x40\x20\x44\x84\xb8\x07\xcc\xe9\xeb\x86\x49\x9f\x53\x65\xed\x29\x3f\x96\xd4\x70\x09\xa3\xe5\x99\x71\xac\x8e\xf9\x60\x96\x9d\x33\x88\x08\x6a\x78\x2b\x60\x84\x46\x49\x64\xda\xad\xc8\x0d\x1b\x36\xfb\x0a\xe3\x0e\xb8\x1a\x23\x39\xba\x74\xfe\xc8\xd4\xa2\xd1\x6f\xd3\xa2\x48\x31\x3a\x6e\x38\xac\xa5\x5a\x6a\x9b\xac\x86\xbf\x92\x90\x06\x19\xdc\x31\x73\x65\xad\x4d\x41\x2c\x38\xa0\xc2\x5c\x62\x2c\xbc\x74\xf5\x6c\xae\xd1\xd9\x98\xea\xbb\x56\xd9\x92\x4d\x8f\xd5\xee\xd6\x0f\x4e\xe9\xe2\xf1\x91\x9a\x0c\x7b\x6c\x10\x50\xcb\xd5\x81\x95\x0f\x6a\x2d\xfa\x95\x8a\x8a\xa5\x10\xae\xca\x26\xda\xf6\x02\x1f\xc7\xba\xdd\xd6\x90\xb5\x9c\xef\x8f\xc4\x7a\xae\x89\x28\xd0\xa7\xa5\x0f\x2c\x1b\x7b\xb5\x75\xec\xf4\x65\xb0\x2b\xc3\xda\x8e\xa9\x0d\x0b\xe6\x5f\x06\xa2\x5c\xb8\xac\xde\x81\xea\x97\x7a\x3f\x7b\x0d\x02\x79\x7f\xbe\x22\x90\x0f\x0f\xe7\x13\xb6\x86\xc9\x3b\xde\xfe\xf7\xea\xa6\x4d\xaf\x4a\x94\x17\x29\x0e\x69\x1c\x45\x98\xba\xc7\x99\xa4\x5d\xf4\xb1\xc6\x54\x2e\x0b\xc6\x48\xdb\x30\xb3\xe8\x97\x61\xaa\xd2\xc3\x49\xda\xe1\x64\x00\x09\x65\x55\x85\xb4\x47\xb2\x5e\x4b\xe7\xe4\xb5\x14\x27\x63\xb5\xcd\xf2\xfe\xa0\x87\xa2\xea\x55\xc3\x8f\xff\xe2\xd2\x75\xa3\xe7\x45\xab\xab\xe6\x14\xe2\x94\x51\xdb\xa5\xd2\xd6\xe5\xde\xe7\x17\x95\xfb\xbc\xf0\xbf\x84\x29\xbf\x5d\x82\xee\x30\x13\xfa\x1f\xee\x25\x48\x1c\x1e\x25\x3f\xff\x83\x1d\x0d\xd3\x86\xcb\xe2\xe2\x64\xb8\xd8\x69\x94\xd8\x31\xec\x5b\xb2\xda\xf6\xbb\xd6\x83\xd6\x85\xfe\xf3\x3d\x8e\xad\x7a\xd8\x2b\x02\xee\x1f\xed\x79\x64\x1b\xa2\x3c\xf1\x7f\x70\x57\xa3\xa4\xf9\x23\xe9\x3a\xff\xd4\xea\xaf\xba\x28\x09\xe9\x2f\x89\x0b\x28\xee\xa0\x3c\xbc\x7a\x7c\x75\xdc\xbd\xd1\xca\xe4\x05\x93\x55\x63\x57\x33\xa1\x38\x7f\x6d\xb6\xa6\xbe\x30\x2c\x46\x38\x2b\xba\x2e\xbd\x9c\xf0\xfd\x3b\x15\xde\x24\x77\x59\x7c\xaa\x68\xca\xdb\xfb\x33\x8a\x78\x18\x74\x46\xb2\x30\x07\x6e\x80\xf7\x5c\x5e\x61\x40\x31\x6d\x5d\x97\xef\x93\x6c\x5d\xcf\xce\xeb\x26\x59\x35\xf5\x8e\x9c\x5b\x0b\x44\x8d\x17\xb3\xbf\x21\x75\x4c\xbe\xb4\x98\x90\xed\x4b\x0d\x65\x9b\x7c\xb9\xe3\xdf\x20\xb1\x01\x9d\x4a\xbe\xdc\xc8\xe7\x96\xbf\xe6\xfc\x13\x56\x96\x7c\x79\xc1\x7f\xbf\xad\xf1\x99\xeb\x4b\xa0\x70\xd2\xb2\xae\x32\xe8\xf7\x92\x7f\x7d\x97\x6d\x30\xd0\x3b\x30\x07\x39\x8c\x84\x0b\x97\xf4\xc7\x1a\x3b\x37\xd9\xd1\x48\xf1\x47\x1e\xbd\x4a\x36\x75\xd7\xf4\x9a\xb5\xdc\x2a\xcf\x2e\xe3\x0f\x6f\x88\x63\xbf\x30\x66\x1b\x97\xd3\xf4\x88\xa8\xb7\x9b\xde\x20\x38\x51\xf8\x74\x69\xb2\xde\x20\xdf\x91\x6a\x38\x69\xb2\x8b\xb9\x4e\xdd\x4d\x17\x0b\x75\xca\x3a\xcd\xe4\x5d\xde\xd4\x7b\xcc\x56\xf4\x3e\xd1\xb4\x7a\x9a\x4f\xef\xe7\x6e\x97\x3e\xaf\x51\xa2\xc0\x5b\xb5\x29\xd0\x4b\x8e\x13\x5a\xb1\x02\x98\x4d\xb5\xa9\x1c\x59\x32\xb2\x00\xd0\x84\x9c\x45\xb5\xef\x44\xc7\xe7\x42\xe5\x4a\x80\x34\xfc\x09\x1f\xfc\x4b\x0e\xdb\x6b\x6f\x60\x24\x20\x33\x19\xa7\x5d\xe1\x27\x1c\x52\x28\x02\x2c\xcc\x17\xa2\x02\x2a\xd6\xcd\xf5\x6f\xd7\xff\x6e\xd2\xcf\xff\xfe\x77\xca\xf8\x0c\x52\xfb\x3f\xfe\x91\xbe\x7c\xf8\x85\x48\x8f\x44\xfe\x30\x1b\x1f\xa5\x6c\x66\xc3\x96\xa0\xcd\x2e\xfb\xf0\x34\x6a\x86\xa1\x5e\xc8\xfb\x2c\x88\xa4\xe5\xa3\x63\x27\xff\x37\x00\x00\xff\xff\xd7\x33\x34\xe7\x41\xd4\x00\x00") +var _confLocaleLocale_csCzIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\x4b\x6f\x1c\x47\x96\x30\xba\xcf\x5f\x91\xd6\x40\xb0\x0d\x50\x65\xb8\xfb\xbb\x0f\x18\x2e\xfb\xca\x92\xdd\xb2\x65\x51\xbc\xa6\xac\xb9\x90\x21\x94\xa3\x2a\x83\xac\x64\x65\x66\x54\xe7\xa3\xe4\xaa\xc1\xec\x7b\xd1\x46\x6f\x6f\xb7\x36\x1f\x17\xbd\xe0\x42\xf0\xa2\x77\x0d\xc8\x1b\x92\x7f\xe4\xfe\x92\x7b\x5e\xf1\xca\xcc\xa2\xe8\xe9\xf9\x06\xd3\x16\x2b\x32\xde\x71\xe2\xbc\xe2\x3c\xd4\x7a\x3d\xcb\x74\xb3\x98\x7e\xa1\x77\x73\x53\xe8\xa6\xad\x2e\xcf\xd3\xc6\x74\xab\xda\x94\xf0\xd7\x1f\xf2\x36\x6d\x8a\xee\xfa\xd7\xb9\x4a\x92\xa5\x29\xf5\xf4\xa1\x29\xaf\x7f\x49\x32\xd5\x2c\xe7\x46\xd5\xd9\xf4\xe8\xfa\xaf\x7a\x59\xe8\x2c\xd1\x3f\xad\x0b\x53\xeb\xe9\x51\x6d\x16\xcb\xcb\xf3\x9d\x6e\x93\xa5\x2e\xd6\xd3\xc3\xcb\xf3\xb5\xd9\x5c\xbd\xce\x54\xd2\xe4\xa7\xd5\x2c\xaf\xb0\x4d\xbe\x2c\x2e\xcf\x1b\xec\x5d\x73\xb1\xe9\xda\xe9\xd3\xac\x5f\xda\xad\xa7\xdf\xe9\xd3\xbc\x69\x6b\xb3\x51\x54\x5c\xd3\x4f\x5d\xf7\xcb\x5f\xe9\x39\x34\xd4\xd3\x7f\xd7\x73\xb3\xb9\xbc\x48\xe1\xd3\xe5\x79\xb5\xda\x26\x1b\x5d\x37\xb9\xa9\xa6\xcf\x75\xbd\xd3\xc9\x5a\x9d\xea\xe9\x71\x5b\xab\x4a\x25\xad\x2e\xd7\x85\x82\x36\xd7\xff\x53\xcd\x0b\x03\x25\x85\xaa\x4e\x3b\xac\xf1\x8d\xda\x6d\x57\xc9\xa2\xd6\xf0\x79\x56\xe9\x57\xd3\xe7\xdb\xd6\xc0\xac\xdb\xc9\x64\x92\x74\x8d\xae\x67\xeb\xda\x9c\xe4\x85\x9e\xa9\x2a\x9b\x95\xb8\xee\xef\xaf\x7f\xcd\x61\x2e\xba\x68\x56\x97\x6f\x53\xfe\x9c\xaa\x34\x53\xc5\xf5\xf9\xe5\x1b\x5a\x8e\xce\x60\xf5\x33\xd5\xb8\x0d\xb8\x3e\xd7\x55\x7a\xa6\x56\x26\xa1\x4e\x2b\x55\xc6\xfd\x5c\xa4\x67\xe5\xe5\x45\x65\x12\x5d\xaa\xbc\x98\x7e\x79\xef\x09\xfc\x03\x6b\x68\x9a\x57\x06\xf6\xfe\x91\x6e\x0a\x03\x3b\x32\x6b\xb7\x6b\x3d\x7d\x51\x99\x4d\x97\xee\x54\xa6\xda\x64\xa1\xd6\xed\x62\xa9\xa6\x0f\xee\x1f\x3d\x7b\xf0\xe8\x7e\x02\x95\xd6\x06\xf6\xc7\xd4\x5b\xd8\xb8\xb5\xd9\xe5\x2d\x8c\xfe\xd7\xc4\xd4\xa7\xaa\xca\x77\xaa\xc5\x1d\x7a\x2a\x3f\x16\x3a\x29\xf3\xba\x36\xf5\xf4\x45\xbd\x50\x19\x0c\x01\x3b\x30\xc3\x1e\xa6\x87\xb0\xb7\x6f\xd3\x3a\xe8\x01\x3f\x95\xf9\x69\x8d\xfb\x88\x5f\xcf\x53\xfa\x05\x7d\xf0\x17\xea\xe7\x90\x8e\x64\x17\xf4\x76\x62\xea\x55\xd0\x5b\xc3\xbd\xa5\xb5\xd9\x5d\x9f\xb7\x57\xaf\xd7\xba\x82\x3d\xc3\x8a\x30\x43\xe9\xd7\x04\xd3\x83\xe3\x3b\xd5\xf4\xed\x78\x5d\xab\x0d\x01\x41\xf0\x5d\x65\x25\x6c\xf4\x5a\x55\xba\x98\x1e\xe1\x7f\xd3\x66\x0d\xe0\xb0\xc1\x4f\x8b\x85\xe9\xaa\x76\xd6\xe8\xb6\xcd\xab\xd3\x66\x7a\xa8\x9a\x56\x6d\x70\xbc\xf4\xf2\x9f\x57\x3f\xb7\x5d\x32\xf2\x29\xd9\x9a\xce\x9d\xf9\xf4\x39\x9e\x9c\x1c\x31\x7f\x71\x4d\x9e\x2b\x38\xd3\xb4\xf2\x0d\x61\xc0\x36\xdf\xe4\x6d\xae\x9b\xe9\xfd\x15\xfd\xb9\x4d\xd6\x5d\x51\xc0\x86\xfe\xb1\x83\x0b\x07\xd0\x60\xae\x7f\x85\x53\xdb\xe8\x15\x34\x84\xff\x6f\xd5\xf5\xaf\xd4\x36\x6f\x1a\xa8\x31\xbd\xfc\xdb\xca\x14\xdb\x04\x0e\xb5\x5a\xc0\x82\x5e\xd4\xdd\xf5\x79\xde\x26\xc9\x0f\x79\x05\xc3\x14\xc5\xcb\x44\xfe\x98\x7e\x4d\xff\xe2\x0e\xb4\x79\x0b\x13\x7d\x5c\x9b\xd5\x36\xcd\x6d\x29\x4e\x19\xfe\xb7\xc1\xb5\xce\xaf\x5e\x2f\x93\xcc\x2c\x56\x00\xcb\x78\x4f\xe1\x46\x1d\xaf\x0d\xf4\xdc\x5e\xbe\x69\xf5\xbd\x22\x4f\xff\x60\x4e\x9b\xb4\xdb\x54\x79\x0b\x07\xf3\x90\x6a\x76\x07\xe9\x1a\xee\x3b\xec\xd2\xd5\xeb\x56\xa7\x4d\x8e\x3d\x36\x97\x6f\xca\x74\x0d\x85\x45\x0e\xd7\x3c\xfd\x54\xa5\xad\xaa\x4f\x75\x3b\xbd\x33\x9b\xc3\x85\x5a\xdd\x49\x97\xb5\x3e\x99\xde\xb9\xdb\xdc\xf9\x0c\xb0\xcb\xc6\x64\x9f\x7e\xa4\x3e\x3b\x48\x2b\x7d\xfd\x6b\x5a\x5d\xbd\x5e\x98\x74\x57\x5e\xbd\xae\x70\x5c\xdc\x80\xf6\xf2\xa2\x35\x72\x7f\x17\xfa\xbd\x04\xf7\x09\x6e\xf6\x2c\x9b\x33\xaa\xa2\x79\x6d\xb6\xb8\x67\xdd\x99\x4e\x9f\x6c\x8f\xff\xef\x6f\x0f\xd2\x23\xd3\xb4\xa7\xb5\xa6\xbf\xe1\x3f\xd0\xe0\xf7\x30\xc2\xdc\xa4\xcf\xf2\x87\x5f\x4c\x12\x68\xcc\x5b\x12\x1c\x37\x5c\x14\x35\x47\x4c\x45\x5f\xf1\x0a\x3d\xdb\xae\x83\xd2\x25\x74\x39\x7d\x04\xff\x81\xce\x0a\xba\xa0\xfe\x72\xf6\x2f\x21\xf4\x40\xb7\xf7\x10\x5b\x6e\xe2\xae\x65\x7b\x8f\x78\xab\xf4\x01\x1d\x03\x4d\x3b\xc5\x1d\xff\x35\x3f\x83\x85\x7f\x7d\x78\xf8\xf4\xe1\x17\xa9\xae\x4e\xf3\x0a\x76\x56\xa7\xbb\x0a\xf0\xc2\xc6\x74\x69\xa3\x32\xf8\x6f\xd7\x9e\xfc\x9f\xb3\x53\x5d\xe9\x5a\x15\xb3\x45\x3e\x49\x9a\xa6\x00\xc4\x93\x01\x36\x3b\xfe\x36\x7d\x72\xf9\x8f\x0c\xa6\xd4\x2e\xa7\x0f\x00\xa4\x00\xd3\xfe\xb1\xc0\x2d\x93\x91\xa9\x2c\x5d\x21\x5e\x9f\x9b\x1a\x7a\x1c\xee\x90\x9b\xf1\xe5\x9b\xc9\xa7\xf3\xfa\xb3\x60\xb2\x6e\x8a\x6a\xde\x98\xa2\x6b\x71\xeb\x16\xd0\x23\x00\xc3\x2a\x83\x63\x80\xa3\x52\x75\x0b\x47\x81\x10\x41\xb4\xa2\x9b\x24\xba\xae\x67\x80\x5e\xdb\x2d\x1e\x9b\x9b\xd8\x16\x26\x61\x07\xc2\xbb\x5f\xca\x94\xae\x7f\x29\x47\xa6\x54\xe9\xd2\x2c\x61\xe9\xf3\xcb\xb7\x6d\x8a\xf7\x77\x97\x55\x97\x17\xdc\x77\x5e\x6d\x54\x91\x67\x70\xa8\xfb\x76\xde\xf5\x71\xfd\x0b\x5c\xa7\xd4\xcc\x1b\xb5\x24\x3c\x81\x1b\xbb\x4d\xef\x4c\xee\x00\x76\xbe\x73\xef\xce\x24\xa9\xcc\x8c\x11\x06\xe2\xf2\x2c\x6f\x80\x18\xe8\x19\xd3\x99\x9a\x31\xe3\xa1\xf4\x02\x2b\xdc\x6c\xd7\x15\xd0\xaa\xd4\x7e\x5f\xe4\x8c\x36\xae\x7f\x49\xe7\x7a\x07\x9f\xdb\x0d\x10\x8a\x00\x9d\x38\xd4\x13\x6e\x8a\x45\x50\x21\x0c\xb9\x8a\x7e\xd2\xfd\x95\x27\x16\x00\x18\x96\x9f\xce\xf5\x02\xca\x03\x74\x93\xaa\x75\x91\xaf\x08\x05\x02\x65\x0f\xf7\x65\xf0\xc1\x02\xc7\x8b\x4c\x23\xd1\xd0\x78\xc2\x15\xd7\xdd\x28\x24\x59\x01\x42\x4d\x37\xba\x58\xe1\x71\xc1\xed\xec\xae\x7e\xae\xf0\xcf\xf5\xe5\x9b\xa6\xd4\xe5\x7b\x44\x5a\xf8\x88\x1f\xd3\xca\x09\xa9\xab\xac\xd6\x0d\xa3\x74\x8f\xde\x81\x71\x70\x95\xed\xf0\xcf\x01\x5f\x2e\x96\xd5\x36\xdd\xec\xb2\xcb\xf3\x42\xe3\x7a\x82\x26\x1a\x59\x10\x00\x81\x8e\xee\x40\x61\x10\x33\x6e\xd3\xcc\xa4\x2d\x80\x06\xa0\x09\x37\x0e\x6c\x6f\xdd\x01\xc3\x80\xb7\xf4\xf2\x6f\x57\x3f\xeb\x96\xae\x59\xc3\x38\x8d\xd0\x8b\xab\x60\xc7\x7e\xa6\x2b\xe8\xa2\xb3\x77\x3a\x2d\x3b\x80\xf9\xb4\x04\x44\x84\x68\x0e\xd6\xd7\x76\x6b\x1c\x6b\x65\xd7\x75\xb1\x0c\x47\x8c\x97\x06\x7b\x43\xe7\x87\x63\x76\x88\x33\x08\x81\x02\xe6\x31\x40\xbb\x2b\xe4\x9b\x80\x92\x2b\xf9\xe9\x66\x80\x6b\x30\x1b\xc0\x9c\xd7\x7f\x42\x64\xf6\xfd\x77\xdf\xa6\x2b\x60\x45\xa0\xbb\x66\x05\xfc\x4a\x7a\x7c\xfc\x08\xaf\xfa\x72\xb6\x36\x75\x0b\x94\xa2\x6e\xb1\xc8\x95\xd8\x7e\xae\xfe\x0c\xb3\x05\x10\xc2\x32\xbc\x97\xc0\x20\xc1\x3e\xd2\xd5\xbd\x7c\x83\xc4\x73\x43\x24\x0b\x9a\x02\x6a\xa9\x81\x25\x9a\xa4\x87\xb0\xed\x70\xe4\x67\xfa\xcc\x43\x18\x6d\x19\x42\x78\x07\x54\x20\x68\x8e\x90\x45\x33\x59\xb6\xed\x3a\x98\xca\xa3\x67\xcf\x8e\x7c\xd9\x9e\xc9\x00\x4a\xe7\xf9\x94\x0e\x08\x11\x62\x0b\xd3\x21\x9f\x38\x21\x80\xec\xea\x62\x8a\x6b\x8f\xa0\x14\x0a\x6f\xbd\x4f\x38\x93\x8f\xf0\x3f\xc7\x70\x0e\x26\x5b\xa9\x1d\x7c\xda\xa4\xfa\x1e\x32\x4e\xb0\xd2\x49\x52\x98\xd3\x59\x6d\x4c\xcb\xa0\x7a\xdf\xc1\x27\x94\x03\x5c\x46\x5f\xed\xa8\xae\x12\xec\xa8\x2a\x11\x29\x33\x1c\xee\xd4\x3a\x6f\x08\x97\x40\xb3\x2d\x5c\x4b\xb3\x46\x34\xe1\xee\xe5\x43\x03\x58\x48\xe3\x3d\x39\x0f\x59\x01\x62\xe2\x86\x64\x88\xe7\xc8\x4c\x2b\xa1\xcf\x6d\xd2\x94\xb0\xa5\x44\x7e\x8e\xe9\xb4\xd2\xe3\x27\xb0\xd1\x54\x7a\x02\x8c\x39\x30\xca\xfe\x87\x9d\xec\x97\xb6\x9b\x73\x06\x51\x00\x47\x93\x15\x3a\xfd\xee\xab\x07\xe9\xff\xf6\xfb\xdf\xfd\x6e\x92\x3e\x09\x90\x0a\xdc\x78\x38\x56\xac\xd3\xc1\xee\xe9\x41\x5b\xc2\xc2\xf2\xf7\x46\xa7\xc0\xae\x81\x38\x00\x17\xf1\xc7\x3b\x87\x80\x3b\xee\xa4\x9f\xd2\x62\xfe\xaf\x75\x9d\xaf\x0a\x95\x4d\x16\xbb\xcf\xee\xfc\x38\x49\x68\xb3\x6b\xbe\x84\xc3\xf9\x00\xb1\x82\xfb\x85\x1c\x77\xa1\x6d\xd5\x01\x2f\xcb\xdc\xfd\x6c\x61\xaa\x93\xbc\x2e\x01\xcc\x36\x06\x48\x19\xcc\xb3\xdd\xc0\x39\xe3\x7e\x39\xcc\xcb\x9d\xcc\x2a\xd3\xe6\x27\x5b\x57\xb3\x03\xde\xd4\xd4\x15\xdd\x78\x7b\xfe\x65\xc2\x50\x3f\xc3\x7f\xf2\x85\x1e\x1e\x02\x7f\xef\x10\x78\xa0\x0c\x69\xdc\x62\xc9\xc7\xa1\xe7\x89\x39\x39\x29\x80\x2a\x33\xb9\x7d\xa1\x2c\x01\x00\xbc\x51\xa6\xf2\x2d\xaa\x03\xb7\x61\x0d\x92\xcb\x73\x21\x15\xb0\xe8\xeb\xbf\x03\x1e\xa9\x01\x75\x1a\xb9\x4d\x44\x8e\xba\xf4\x83\x07\x0f\x0f\x3f\x4c\x73\x80\x54\xb8\x79\x59\xb7\x42\x98\x01\x6e\x8a\xfb\x86\xbb\xb3\x41\x6e\x12\x80\x8e\xe8\x57\x81\xf7\x11\xf0\x10\x62\x28\x10\xd4\xae\x5e\x03\x72\x11\x6a\x05\x1c\x37\x80\xa3\xaa\xfd\x98\x4c\x88\xd3\x3f\xc8\x87\x41\xcd\xfe\x1c\x7b\xf5\x83\x8d\x48\x77\x59\x6d\xce\xf4\x24\x75\xa8\x3a\x5f\x19\xf8\xaf\xc3\x9b\x48\xfa\xe8\x5e\x54\x6a\x89\x4c\x5b\xf0\x29\x67\x40\x02\x8a\xb0\x58\x1a\xe4\x2d\x92\x13\x9d\x69\x14\x16\xb2\x99\xcc\xa3\x30\x66\x05\x13\xf9\xb2\xc2\xe9\xa5\x5f\xd9\xcf\xe9\x7d\xfa\xdc\xa4\xdf\xd2\xf7\x7d\xed\x64\x19\xd2\xda\x55\x4a\x95\xb4\xe6\x5a\x29\xa2\xf9\x26\xfc\x6e\x40\xc2\x40\xe6\xa3\x5e\xe8\x54\x80\x22\x9d\xab\x06\xbf\x54\x69\x91\xcf\x65\x1b\xfc\x0e\x47\xfc\x80\xdd\xb5\x12\xe8\x51\x05\xfb\x44\xfc\x9a\xaa\xbd\x44\x3a\xda\xac\xb7\xe5\xae\xb1\x07\xe8\x03\xb9\x8f\x8e\x13\x10\x3e\x40\xb8\x0a\x80\x6e\xe2\x29\x00\xe5\x68\x5a\xf0\xcc\xca\x79\x16\xf8\xed\x31\x5a\xb9\x2f\xae\xe6\x26\x80\xbc\x33\x0b\xce\x34\x10\x80\x12\xc9\x8d\x40\xd7\xd3\x56\xff\xd4\xda\xe6\x48\x05\xf3\x80\xd3\x99\x30\x2f\x0e\x02\xa7\x48\xf2\xb3\x4d\x0e\xb2\xb1\xbd\x11\x40\x35\x68\x3d\xeb\x40\xba\x45\x32\x02\x34\x65\x67\x60\x47\xf9\xfa\x32\x63\xaf\x57\xa3\x7d\xc9\x0c\x8f\x45\x78\xb7\xf8\x56\x5a\x6f\x65\x7b\xa2\x01\x80\x15\x09\x20\xb1\x3c\xf0\x70\x8b\xc2\x06\xd1\x7e\x14\x78\x80\x4f\xeb\x36\x79\xc6\x64\xcd\xf5\x01\x8c\x0e\xec\xc3\x02\x19\x27\xb7\x4e\xba\x83\x84\xf1\x3a\x1c\xe3\xaf\x13\x11\x27\x45\xc6\x63\x21\x04\x38\x42\x64\x16\x80\x80\x02\xa2\xff\x4b\xba\x04\xd9\x9e\x4e\x89\x19\x03\x7b\x7e\x42\x89\xdf\x82\xfc\x96\x6f\x02\x46\xa3\x49\xbf\x7e\x38\xfd\x18\x50\x02\x4c\x15\xb8\x7d\xd5\xb5\xc0\x15\xb4\xf9\x02\x56\x2c\x4d\xcd\x86\xd5\x08\x96\x0d\xb1\x93\x18\x20\xae\x1e\x93\x29\xd5\xf6\x6b\x12\xc6\x38\xcf\x44\xb0\xad\x2f\x3e\x42\x74\x9b\x01\x40\x2d\xe9\x3b\x37\xb2\x4a\x88\x3e\x5e\x77\x63\x8b\x18\x3a\x3b\x35\x24\x3c\xf3\x4f\x82\x33\x64\x85\x92\x16\x24\x80\xd9\x69\xde\xce\x4e\x10\x27\x67\xd3\x07\xcb\xed\x5c\x31\x8c\xe1\xa7\x8e\x57\x0b\xa4\xbb\x4b\xdf\x87\x6a\xef\x7f\x92\xde\xdd\x88\x24\xf3\x7b\xc4\xf2\x78\xf3\xf3\x02\x01\x5a\xc4\xec\x0d\xaa\x74\x60\xdb\x33\xc6\xa9\x24\x18\x56\xc0\x93\x65\xc0\x79\x20\x97\x20\x22\xc5\x81\x95\x52\xe1\x60\x80\x59\x5b\x56\x56\x78\x05\xf9\x7d\x91\x03\xd3\x49\xf2\x70\x0e\xe0\x52\xd3\x5f\xaa\xb8\x7c\x03\x0c\xe4\x2a\xdd\xa5\x77\x1b\x94\x53\xd3\x53\x33\xef\xf2\x22\xa3\x01\xe1\x16\x58\xe1\x03\x44\x0f\x01\x8a\x51\xb1\x12\x5a\x12\xc0\xf3\x1d\xbb\xbc\xa0\xf5\xd8\xb6\xb7\xe7\x9a\xfb\xfd\xbc\xa5\x7e\x1c\x2f\x8b\x1b\x03\xc0\xb3\x58\xfa\xf3\x16\xce\xd7\x31\xbe\xd2\x81\x5a\xb5\x9d\xac\xd6\x81\x22\xf4\xd5\xa4\xf7\x3e\x83\xff\x26\x0d\xcc\x9f\xe9\xee\xa9\x3d\xa1\xef\x99\xe1\x86\x06\x2b\x2a\xef\x10\x49\x21\xb2\xab\xf4\x2e\x53\x70\x70\x85\x89\x16\x15\x5d\x94\x1b\xa0\x74\xcf\xce\x30\xf4\x34\xdd\x02\xc4\xcb\x66\xfa\x1c\xaf\x17\x48\x25\xef\xa5\xdf\x80\xa0\x91\x42\xd5\x2c\x3f\x48\x11\x1d\x9e\x35\x7c\x7e\x9b\x2d\xe0\x05\xd1\x54\x4c\xd2\x2f\xd4\xa6\xa5\xc9\x01\xe9\x82\x8d\x05\x08\xa0\x9f\xfe\xb8\x62\x0e\x70\x74\xdb\x89\x19\x1c\xdd\xef\xe4\x07\x54\x7f\xbe\x4c\x3a\x96\x9d\x4c\x91\x85\xea\x80\xe0\x86\x31\xc5\x1b\x70\x54\x4e\x61\x60\xdb\xf2\xcd\x6b\x5e\xe5\x70\x74\x33\xa7\x4f\xc5\x03\x40\x14\x4c\x7a\x55\x46\xab\x2b\x2e\x21\xcd\x0b\x6a\x5a\xbb\xa4\xdc\x12\xf8\x34\xd3\x27\x3d\x61\x29\x69\x96\xe6\x15\xa9\x23\xa5\xc2\x0b\xc2\x9c\x70\x8f\x37\x80\x01\x7b\x02\x0b\xaa\x32\x17\xa6\x80\x0b\x65\x90\x3e\x6d\x6c\x9b\xe3\xb5\x29\x88\x79\xed\xf5\x0d\xa3\x82\x44\xc8\x83\x86\xba\xb8\xad\x68\xf9\xf0\xcb\xb9\x28\xf9\x54\x42\xd8\x9c\x34\xc6\x6e\x0e\x00\x63\xa2\xd2\x9a\x00\x94\x90\xde\x8c\x47\x7c\xae\x49\xe4\xcc\x81\xe5\x0a\x46\x44\x16\x0c\xb6\x5d\xf4\xca\x2f\x59\x85\x49\xda\x4b\x37\x25\xbc\x00\x8d\x3f\x85\xcb\x0b\xe0\xf3\x54\x0d\x57\xe1\xf9\x16\x77\x4a\xa1\x92\x0c\x90\xeb\xf2\x65\xa0\xca\x9d\x89\x06\x10\x55\xba\x42\x54\x19\x0a\x10\x46\x75\xeb\x59\xd0\xa5\x5e\x23\x87\x5a\x36\xa7\xd3\x6f\xf2\xeb\x5f\x53\x64\x80\xb5\xd4\xfa\x3c\x3d\xb2\xf4\x83\x80\xec\xbd\xa4\x31\x8b\x5c\x15\xb3\xdf\xd0\x7a\x6d\xce\xa4\x6d\xcc\x2c\xb0\x72\xb9\x5c\xb7\xd3\xa7\x25\xb0\x7c\x00\x42\x88\xb8\x80\x96\xa8\x42\x07\xbc\x02\xdc\x02\x20\x8d\x2c\xac\x6d\x27\xa9\x57\xd8\x34\xb6\x63\x77\xdd\x40\x74\xd9\x02\xe6\xbb\x28\xbb\x3e\x3f\x83\x33\x44\xa4\xde\x1b\x89\xb9\x6d\xa1\x8c\x31\x5d\x64\xc0\x06\xca\xbc\x85\xff\xd8\xd1\x61\xd3\x4a\x5d\xce\xb1\x37\x62\x90\x15\x20\x24\xe6\x2f\xf2\xb4\x04\xe6\x18\x88\xe9\x29\xdd\x3b\x21\x2f\x50\x05\x20\x03\xa5\xcc\x0b\xa1\x30\x58\x43\xf7\x6b\x00\xa2\x86\xdb\x4d\xb7\x9d\x6a\x7d\x6e\x1f\x05\x00\xe9\xbd\x42\x1a\x05\x30\x30\x67\xc5\x93\xdd\xd8\x17\x96\x0b\x73\xb7\x5f\x68\x1b\x73\x60\x24\x30\x34\x20\xf6\xdb\x2d\x66\x15\x74\xb4\x5e\x5e\x21\x2e\x10\x98\xa2\x06\x58\x80\x0a\x45\xd8\x4f\xe7\x9f\xdd\x6d\x3e\xfd\x68\xfe\x99\xa7\x26\x07\xe9\x0e\xef\x66\x6d\x0a\x1e\x2c\x67\x28\x16\x4e\x1f\x70\x0b\x50\x34\x73\x8d\x52\x13\x2a\x5b\xe1\x14\x80\xc2\x34\x78\x81\xcf\x00\xb4\x61\xa0\xbb\x59\xba\x34\x59\x5e\x11\xba\xce\x0c\xf4\x85\xad\xfa\x3b\xbe\x44\x95\xad\x01\x8c\x08\x87\x47\xba\x64\xcd\x57\xc7\x82\x31\x29\x95\xdd\x04\x48\xcc\x17\x48\x86\x66\xcb\x7c\x0e\xf4\x16\xb0\x5a\xf0\xea\x22\x6c\xd9\x4e\xad\x50\xdd\x77\x0e\x3c\x41\x5c\x91\x19\x1c\xa2\xb0\x65\x67\x31\xf7\x99\x0e\x1a\x20\x6c\xad\xfd\x1b\xce\x01\xa1\x28\xa4\x2e\x38\x0b\xab\x11\x76\xb8\xfe\x95\x46\x85\x20\xe0\x40\xdc\xf6\x22\x2f\xf3\xf6\x06\xf8\x46\x24\x97\xa5\x8b\x25\xe0\x2b\xa0\xc2\x7c\xf6\xb0\x89\xbf\x02\xf2\x57\x45\x6a\x90\x86\xc1\x5d\x0f\x41\x31\x04\xfd\xb5\xb9\xfa\x79\x45\x9a\xac\xdf\xa7\x40\x89\x00\x34\x51\x2b\xa3\x56\xc8\xff\xef\x56\x1d\x76\xb6\xc3\x57\x92\x49\xb2\x54\xcd\xac\xab\x04\x36\x40\xa8\xa0\x5b\xf0\x22\x03\xb6\x1f\x7a\x3a\x20\xba\xcf\x37\x16\xf9\x09\x16\x3d\xe1\x38\x2d\x56\x87\x3f\x09\xab\x83\x00\xe7\xe0\xe2\x43\x98\x08\xc8\x1a\x19\xcf\x19\xf8\x41\x64\xee\x00\x7c\x05\x9c\x48\xf5\xee\x85\x58\x22\x12\xeb\x10\x82\x11\xd6\x94\xe0\x22\xd8\xd1\x22\x5f\x31\x9f\x62\xf7\x13\x35\xe3\x05\xac\x1c\xa8\xe2\x0a\x44\x2d\x90\x29\x7f\xd5\xb2\xad\x32\xfd\xc7\xae\xcd\x2e\x63\x5d\x3f\x4a\xdc\x05\x33\x47\xc1\xc6\x2d\x2d\x79\xea\x44\x25\x41\xbc\x55\x43\x18\xac\xd5\xd3\x67\x70\x77\x47\x35\x02\x4c\x14\x41\x14\x84\xa9\x34\x29\x9d\x09\xb1\xdf\x04\x22\xba\x9c\x24\x34\x15\x9c\x51\xbb\x6f\x42\xb4\xfb\x80\xc0\x65\x52\x32\x0d\xfe\x84\x6f\x00\x1d\x5d\x21\x0d\x33\xc4\x0b\xaf\x12\xee\xcc\x61\x85\xa7\x73\x68\xaf\x7a\x75\x2c\x79\x5f\xa0\x74\x3e\x02\x52\xab\xcb\x7f\x64\xe1\xd6\xdb\xd6\x02\xd9\x80\xc3\x6a\x28\x28\xf8\x48\x7a\xa4\x7f\xd2\x9b\x81\x55\xb6\x8c\x6c\xf5\x9c\x9e\xdf\xe2\xa9\xb9\x66\xad\x31\x33\xa0\xcd\x75\x3b\x7d\x78\x79\x51\xac\x14\x7f\x17\x85\x23\x29\x64\x00\x5c\xf3\x12\xb9\x33\x90\xc5\xfe\x77\xd2\x51\x03\x85\x4e\x2a\xc0\x59\x85\x59\x00\x61\xb1\xd7\xfd\xd0\x54\xf7\xa8\x24\x95\x92\x26\x5d\xa8\x0a\x4e\x10\x2e\x8d\xaa\x4e\x61\x32\x32\x66\x93\xb6\xcb\xda\x74\xa7\x4b\xd1\x43\x26\x3f\xe0\x5e\xbf\x64\x1c\x82\xb4\xd0\xf6\xe8\xaf\x8f\xda\x8b\x4a\x5c\x23\x96\x01\x9e\x6e\xae\x5e\x5f\xff\xb5\x15\xb2\x3d\xbc\x16\xb7\x3a\x37\x47\x81\xfa\x0c\xdf\x41\x48\xe5\x7a\xa7\x85\x82\x36\x73\x9e\x41\x07\xa2\x01\xb2\xed\x71\xa9\x06\xd0\xc5\xcb\x64\x8b\x8f\x6e\x80\xe0\x2a\x03\x02\x5b\x02\x85\x58\xed\x05\x02\x1a\xbd\x9f\xa1\x8c\xf7\x32\xf9\x1e\x98\x88\xc3\xbd\xf2\x12\xf2\x1b\x87\x81\x1e\x3d\x62\x89\xbe\x1c\x97\x88\x92\xa3\x58\xbc\xfa\x4e\xf3\x03\xad\x68\xd9\xe9\x12\x08\xdd\x3b\x3e\x7e\xf4\x8c\x45\x3a\xee\x7e\xc5\xb2\x07\x29\x79\x1f\xb5\xed\xba\xf9\xbe\x2e\xa6\xac\xd7\xfc\xfe\xbb\x6f\xa1\xe3\x6d\x61\x54\xf6\xbd\xa8\x4b\x81\xa0\xa0\xfa\xad\x4b\x9e\x69\x55\x86\xb3\x6c\xe1\x5e\x76\xc9\x7d\x60\x7d\xc2\x52\x43\xc7\x46\xba\xc8\xfb\xc8\xa9\xef\x99\xbe\x17\xe8\x92\x43\xfd\xea\x8b\x5a\x55\x8b\xa8\x1b\xd2\x84\xa7\xd0\x57\xbb\xd1\xc9\x03\x53\x02\x46\x3f\xee\xca\x52\xd5\xdb\xe9\xf1\xb2\x66\xdd\x71\xad\x37\xf9\xce\x7e\x7d\x02\xa7\x8b\xaf\xea\x2f\xa8\x5f\x15\x7f\x7c\xb0\x34\xf9\x02\xdf\x54\xdf\x02\x95\xac\xed\xb7\x67\xb5\xd6\x34\x66\xef\xed\x0a\x1a\x01\x37\x0c\x50\xfb\x14\x15\x68\x89\x53\x22\x68\x7a\x67\xfe\x71\xcf\xd3\xc9\xdb\xc9\x8f\x89\x2a\xd6\x4b\x45\x8c\xb6\xab\x1c\x5c\x3f\x51\x0a\xd0\x9b\x46\xa5\x0e\x52\xc4\xb3\x4d\x81\x5a\xa1\xab\x9f\x73\x79\x32\xba\x07\xc4\x64\x96\xc6\x5d\x65\x80\x3a\x7f\x4b\x77\x07\xa8\x2f\xf8\x19\x10\xc0\x48\xb7\x0d\x2c\x7c\xac\xb3\x10\x35\x6c\x34\x60\x1e\x7c\x92\x04\x12\x05\x4d\x48\xdc\x1a\x36\xf3\x8f\x5d\x95\x26\x38\x86\x96\x20\xe7\x09\x56\x81\x66\xea\xa7\x9b\x9b\x41\x05\x37\x64\xd8\x90\xe9\x85\xdf\xec\x10\x59\x9e\x0f\x89\x06\xb4\x40\x25\xfe\xbe\xfa\x00\xc2\x50\x23\xaf\x16\x45\x97\xed\x9f\x0b\x40\x2c\x88\xb1\x3b\xbd\x48\xdf\xbf\xdb\xbc\x8f\x5d\x56\x2b\xe0\xff\x2a\x69\x70\xa8\x77\xd0\x17\x1a\xab\x2c\x50\x9f\xf0\x89\xb5\x7d\x98\x41\xbf\xa6\xae\xf5\xa2\xc5\x8b\xa7\x70\x3c\xab\xd6\x22\x01\x16\xd0\x31\xbe\x1f\x4f\x3c\x92\xf6\x92\x34\xbf\xc7\x29\xb9\xa9\xac\x1a\x13\x4e\x15\x77\x14\x19\x6f\x6c\xce\x6f\x72\xd6\x72\x63\x36\xd7\xba\x9a\x01\x1f\xa4\xab\x71\xc1\x10\x78\xa8\x33\x14\x05\x70\x69\xc8\x4f\x4c\xf8\x35\xac\xdf\x76\x04\xd1\xf4\x9b\x4e\xd0\x70\x63\x5f\xc3\xe0\xd9\x6e\xd0\xac\x05\x3c\xb1\xaf\x1d\xe1\x8c\x61\x13\x3e\x72\xaa\x0e\x2b\xcd\x46\xd0\x85\x6d\xc2\x2f\xc5\xad\x9a\xf8\x2d\x71\x7b\xeb\x0f\x03\xb5\x3e\xb8\x9b\xdd\x5e\xd9\x99\xf6\x19\x55\x9c\x80\xdb\x6b\xb2\x99\x09\x54\x26\xac\xd9\x3a\x03\xc4\xcf\x5a\x1c\xed\xf8\x71\xd6\x0d\x58\x3d\x66\x35\xbe\x8b\x01\x65\x1f\xf4\x0f\x30\x85\xc4\xe4\x1d\x03\xc8\x4c\x37\x85\x42\x63\xa9\x37\x2b\xc5\xbc\x71\xc6\x8c\xb1\xd5\xa7\x8e\x74\xef\xa8\xe1\x3b\x67\x6f\x41\x2d\x98\xef\x85\x98\x1d\x21\x8c\xea\x9f\xa0\xbd\x00\xf5\xdb\x40\xab\x58\x69\xfa\x42\x40\x8d\xb3\x43\x71\x9d\x17\x35\x7d\x9a\x21\x39\x95\x47\x11\xe4\xbf\x74\xc6\x8c\xa0\x6b\x0d\x63\x0b\x04\x04\x2b\xe3\x0b\x9b\xa1\x72\x19\xe0\xf5\x80\x8e\xe7\xfa\xef\xe9\xe6\xfa\xd7\x6c\x2b\xf7\x14\x48\x96\x82\x9f\xa1\x4e\x00\x18\x02\x9c\x07\x5d\xde\x33\x9d\xe9\xca\x77\x09\xd7\xc5\x6e\x07\x3e\x61\xae\xf4\x76\x8c\x63\xe3\x61\x49\x3f\x8e\xfd\x12\xd5\x22\x1d\x06\x72\x24\x4c\x21\x91\x40\xa2\xee\x0a\xf5\x31\x28\xce\x6e\x74\x0d\xb4\xdd\x75\x2a\xaa\xc0\xd2\x2c\x8b\xfd\xed\x03\x89\x63\x6d\xa0\xf8\x3c\xc3\x59\xc8\x29\xc3\x87\x02\xd5\xc8\xc0\x8b\x57\xf9\x42\x70\x68\x24\xef\xf1\xcb\x29\x1d\x1e\x48\x66\x40\x6a\xad\xd6\xec\xa9\x23\xb3\xb0\xa2\x62\xa9\x44\x49\x96\x00\xd6\x2e\x0a\x3c\x10\xb6\xa5\x7a\x1e\x30\x58\xa4\x98\x84\xc9\xd8\x8d\x8a\x70\x3e\xef\x61\x00\xc9\x93\xf4\x89\x28\x9f\xcf\x70\xb3\xce\x32\x54\x96\x6c\x60\xff\x4a\xb5\x23\x9c\x8f\xb2\x05\x2e\x4b\xb5\x13\x19\x15\xe5\x1d\x34\x97\x8a\x06\x3d\xd3\x76\xdc\xab\x9f\xe1\x80\x41\x42\xed\x0d\x5b\x45\xaa\x9e\x49\xfa\x8d\x26\x25\x3f\xde\xd7\x3c\x1c\xd8\xc8\x8b\x37\x8d\x2c\xb3\x20\xc6\x8d\x3b\x6e\xda\x0d\x3e\xfd\x20\x38\xf6\xf6\x80\x64\x8d\x00\x61\xf5\xb7\x21\xbc\xbe\x07\x69\x79\xfb\x55\x27\x6c\x83\x34\x9b\x13\xf7\x12\x5c\x9b\x07\x20\x58\x12\xf2\x42\xfe\x05\x99\x99\xe0\xd2\x24\x3f\xe0\x1d\x7b\x99\x30\x27\x2d\x0f\x4d\x96\x5f\x14\x5e\x37\x40\x5b\x40\x05\xf0\x25\xac\x4b\xce\x0c\x90\x61\xc3\x12\x36\xc8\x47\x20\xed\x01\x85\xc9\x2a\xed\xad\xee\xd0\xfa\x2b\xd2\x5c\x89\x55\x18\x30\xad\x1a\x7e\x9e\x21\x75\x52\x6c\x1d\xa6\x92\x13\x53\x14\xe6\x15\x6a\xb6\x8e\xbd\xb6\x20\x41\x2b\x9b\x1a\xa1\x6b\x0e\x00\x3c\x1f\xd8\x49\x48\x2b\xd4\xbb\x62\x2b\xb8\x7c\xc8\xe6\x71\xa1\x2d\x69\xe1\xb6\x48\x09\xaa\x17\xf1\x9d\x24\x6d\xec\x27\x54\xc1\x94\x13\xc2\xda\xc8\xbd\xd7\x1b\xd4\xff\x8e\xe1\x68\xa4\xc2\x78\x04\xb5\xde\x41\x2d\x7a\xd0\x04\x6c\xed\x5b\xaf\x55\x0b\x98\xaf\x62\xa9\x92\x56\x92\x4d\x9f\xef\x4c\x1d\x63\x7c\xc0\x3d\xd4\x9f\xe2\xfe\xf8\xca\xaf\x19\xd3\xe0\x49\x58\x8b\xba\x97\x89\xb5\xba\x3b\x62\x7b\xbb\xde\xd3\x85\x1c\x52\x38\xd3\x73\x3a\x16\x95\x08\x32\x68\x40\x5a\xf3\x4c\x35\xeb\xe9\xa6\xc7\xc6\x69\xfe\xf9\x49\x0d\x2d\x0e\x80\x41\x23\x35\x11\x08\x0d\xd6\x0e\x81\x34\x9e\x81\x61\x64\x06\x98\x12\x64\xe4\x63\x86\x39\x91\x8e\xba\x1c\xb6\xea\xeb\x87\x49\xb2\xee\xe6\xd0\x87\xb7\x13\x94\xb3\xb5\xe6\xa0\x76\x29\x81\x86\x65\x44\xd0\x3e\xc3\x87\x0d\x07\x14\xfc\xfa\x6b\x49\x2b\x89\x9a\xd1\x0b\xf7\x66\xd7\xaa\xa5\xd5\x28\x01\xd8\xad\xf8\xe2\x79\xcd\x8d\x42\x03\xd3\xcb\x0b\x7e\x82\x32\x20\xbc\x02\x82\x96\x77\xa9\x73\x52\xe4\xd4\x06\x8e\x1a\x87\x28\x0d\xf5\xe1\x54\x85\x8e\x78\x3b\x72\x2e\xca\xc3\x2c\x54\xb9\x52\x5f\x78\x15\x59\x21\xc9\xd8\x96\xa0\x22\x07\x2c\x01\x8c\x23\x1b\xfa\x15\x66\xc5\x78\xe5\x00\x85\x4b\x6b\xda\xb5\x93\xbb\x35\xc6\x0c\x00\x4c\xa1\x99\x64\xc5\x52\x40\xe1\x45\xb2\xc0\xd4\x37\x41\x51\x98\x9e\x64\x9f\xe0\x3b\x99\x49\xba\x35\x9a\x5e\xb8\x13\xb0\x77\x57\xf6\x3f\xfe\x1a\x08\x9e\xde\x9e\x93\xf4\x7e\x97\xff\x6c\xd6\xb0\x8c\x73\xc2\xf9\xd8\x05\xfc\xff\xc4\xa2\x85\x1b\x2d\x75\x5d\x75\xd3\xaf\x6e\x95\x5e\x84\xf2\xa8\x96\x62\x8b\x16\x77\x8a\xce\x6e\xa5\x7f\x86\xa4\xc4\x84\xdb\xd0\xc1\x25\x30\x2b\xd4\x0b\xd2\x8d\xed\xdb\x83\xca\x8b\xb8\xbc\x8f\xcf\xb7\xac\x84\x61\x55\x38\xca\x5d\xed\x18\xf2\x12\x2b\x11\xcd\xfa\xa0\x7d\xaf\xf3\xfd\x67\x79\xfb\x2a\x6f\xdf\x97\x01\xfd\x9b\xd2\x22\x4c\x67\x89\x31\x32\x9a\xe7\x37\x60\x7f\x8c\x69\x44\x25\x6f\x8d\x17\x00\x5d\x93\x0a\x6c\xac\xbe\x1c\x9e\xd4\xbd\xbf\x6a\x3b\xe0\x23\x76\x2c\xe5\xf8\x97\xa6\x9e\x6d\x82\xbd\xb1\x30\x45\xc0\x9e\x55\x6b\x9b\xcb\x05\x0e\x9e\xc4\x46\xc6\x43\x51\xdb\x6f\x05\xe1\xb3\x59\x5e\xa2\x24\x7b\xa8\x96\x35\x71\x5f\x2c\x96\x0a\xfa\x32\x73\x94\x37\x57\xa8\x0a\x8b\x26\xeb\x00\x2d\x78\x11\x13\x1b\xbb\xfe\x74\x11\xfc\x02\x20\x02\x4c\x28\x60\xe4\x35\xe3\x0c\x3a\xac\x43\x31\x45\xc0\x57\x1e\xb7\x78\xca\x82\x0a\x58\xbd\x80\x9b\xeb\xbe\xb3\x15\xf6\x52\x0c\x6d\x50\x25\x31\x8b\xbe\x23\x47\xd9\x46\xda\x89\x11\xf6\xfd\x45\x4f\x18\x8a\xde\xf1\x26\xfd\xd9\xfa\x2b\x46\xc8\x8e\x1b\xd1\x12\xc7\xae\x98\x99\xa4\x87\x5b\x66\x9b\x52\x67\x70\x19\x28\x9a\x1d\x8e\x12\xe3\x3f\x6b\x92\x47\x7b\x11\xe0\x2b\x99\xc4\xff\x32\x6c\x25\x02\x0a\x8b\x46\xcd\x88\xfe\x47\xec\xd3\xe5\xfb\xb1\xa8\x3d\x1c\xaa\x7f\xbb\x58\x72\x4d\x11\xae\x02\x72\xb0\x2c\xd4\x26\x32\x0a\x73\x64\x61\x48\x07\x0c\x09\xbe\xfc\xb4\x6b\xfd\x0c\x04\xc3\xa3\x58\x5b\xe7\xa4\x92\x79\xc4\x3d\xda\xdf\xa2\xc1\x63\x48\x84\xb5\xa0\xf7\x81\x1d\xd5\xde\x15\xae\xc2\x57\xc4\x4d\x11\xbe\x20\x9e\xc5\xd2\x50\x79\x4b\x30\x45\x53\xdc\xf6\xaa\xf2\xb2\x7c\x7d\xb6\xeb\x1e\xb4\x02\xac\x47\xb2\x89\x18\x6c\xa8\x1d\x42\x57\x5e\x21\x3f\x81\x1c\xe1\xae\xa7\x01\x9c\xa4\x0f\x96\x0b\x82\x0b\x8f\x09\x3f\xef\x8f\x6c\xa1\x6e\x28\xab\x02\xec\xa9\x08\xf6\x1a\x9e\x9f\x7a\x2f\x51\x59\x46\xf7\x81\x57\x8f\xbc\x5c\xe6\x90\xd1\x50\xc3\x89\xb5\xe3\x9a\x37\xd4\x99\x45\x8f\x50\xf8\x10\x22\x0f\x4f\xe3\x8f\x03\x48\x82\xac\xea\x1e\xf5\xfe\xf2\xd6\x80\x8c\x52\x60\xcb\xf0\x2f\x3d\x3e\x01\x04\xee\x7d\x7e\x92\xe7\xa6\x60\x46\x93\x60\x29\xf1\x8d\xae\x68\x73\x47\xa0\xb5\xbf\xcf\x78\x8d\xc9\xe4\x10\xee\x8d\x5c\x0f\xc7\x9f\xd9\x0b\xc2\xa2\x19\x10\x40\x64\xd4\x70\x44\x14\xe5\xec\xf6\xf2\x47\x62\xea\x08\xb0\xc8\x24\x14\x25\x18\xbd\x03\xf2\x1a\xb5\x1d\x80\xcc\x37\xa4\x35\x83\x7b\xdd\x6e\xd1\xb5\x40\x95\x86\x84\x18\xab\x6c\xed\x50\xd4\x44\xc3\x52\x5c\xbc\x33\xfc\x65\x2a\x9c\x97\xf1\xab\x39\x08\xea\xc4\xa0\x15\x25\xec\xf5\xf5\x2f\x05\x5a\xea\xb5\x88\x57\xd4\x7c\xdb\xb0\x6c\x52\x9b\x1d\x70\x68\x95\x2a\xd8\x72\x57\x9e\x0c\x3e\x45\xd3\xb0\xea\xf4\xb3\x43\xbd\x61\x21\x46\xad\x3e\xff\xf4\x23\x29\x4c\x8f\x4c\x86\xc2\x8c\x3c\xdc\x66\x86\xe7\x81\x47\xb9\xda\xa2\x09\xf4\xa3\x6e\xde\xd1\x13\x90\x41\x07\x0b\xef\x50\x11\xda\x9b\x5b\xa9\x09\xce\x36\xdc\x0d\xf4\xb6\x10\x33\xbc\x2d\xd4\xa4\x17\xeb\xa8\x8f\xb9\x66\x41\x1b\xce\x1d\x64\x8b\x8b\x72\xcb\xfe\x19\xc8\x4c\x92\xf5\x12\xac\x34\x42\xc8\xa6\x5d\x29\xb6\xf2\xb2\xf8\xc8\x9a\x07\xdb\x2b\x34\x3c\x37\x67\xb5\x0c\x9f\x02\x65\x12\x69\x71\x1d\xbb\x8b\xb8\xdc\x9e\x09\xde\x01\xe9\x7d\xe2\x1a\x12\x1f\x45\x0d\x3d\x6b\x2d\xfd\xe3\x73\x77\x4b\x25\x25\xb3\x62\x00\xf2\xa4\x95\xf2\xe2\x9d\xed\xa1\xa7\x6b\xa7\xf2\x45\xa4\x56\x16\xd8\xf3\x74\x9b\x2e\xab\x5f\x09\xcb\x2c\x7d\x4e\xd1\x82\xf8\x7b\x16\x8f\xe2\x36\x08\x16\xb5\x2b\x18\xc1\xa3\xa1\xca\xbf\x5f\x6d\x80\x43\x99\xf0\x05\x4d\x02\xf4\xd9\x07\xdd\x80\x81\x1c\x45\x9a\x83\xc1\xec\x72\x1f\xfb\x85\xf6\xd7\x28\xe8\x92\xb1\xa5\x88\xbc\xac\xfa\x42\x79\x97\xb4\x4e\x74\x3e\x87\x8a\xb5\x4c\x5b\x7b\x88\x5c\x01\x5d\x2d\xac\xe4\x7b\xfd\x96\x1e\x10\xcf\x43\x26\xcc\xc9\xc0\xb4\xfb\x2d\xb2\x50\x7c\xd9\xc9\x52\x5f\x0e\xe0\x4c\x87\xa6\xe9\x5e\x9d\x05\x70\xff\x7f\xa4\xf8\x47\xd2\x9a\x15\x40\x58\xd8\x1e\x99\x6e\x68\x84\x2f\xd8\xac\xb1\x0b\x7a\x50\x63\x5d\x38\x24\x25\xf2\xa2\xa0\x28\xb8\x23\xf4\x02\x4a\x34\xbc\x71\x42\x24\xfc\x10\x2f\x10\x6b\x08\x32\x86\xa3\xde\xd9\x78\x92\x3e\xcd\xd8\x7a\x83\x2d\xe6\x59\x68\x5b\xb3\x5a\x01\xef\xb8\x33\xed\xc7\x67\x69\x24\xff\x1b\x7c\xa4\x06\x76\xb3\x9a\xe7\x15\x5c\x27\x6c\x9d\xb7\xf2\xd3\x9d\x67\x4f\xd8\xd5\xad\x50\x18\xea\xd4\xe3\x63\x45\xb5\x67\xb4\x79\x6e\xc1\xa6\x31\x73\x9e\xa3\x03\x2f\xe1\x60\x64\x3b\xf5\x4a\xbc\x52\xc4\xbc\x86\x9b\x3f\xdf\x52\x21\x73\xe7\x44\x13\xed\xee\x77\x7c\x3a\x0d\xef\xd0\x91\x94\x6e\xdd\xca\xe8\xf9\x7c\xe3\x9a\x17\x07\x69\xe8\x05\xc4\xc0\xb4\x65\x8a\x19\xc0\x3b\x29\xfc\xee\x1f\x7d\x3d\x49\xdc\x1c\x78\x80\xc7\xa4\x9d\x3c\x0f\x0e\x1f\x9f\x0a\x2e\xff\xb9\x2e\xaa\xd0\xbe\x72\x44\xe6\xe2\x4e\x42\x84\x61\xfb\xd8\xfa\x15\x0f\x57\xeb\xd7\x19\x57\xe2\xd3\xd0\x96\x70\x86\xbb\x19\xce\xae\x7f\xe1\xdc\x4e\x00\xa0\x3a\xf6\x18\x79\x55\xa4\xff\x6b\x24\x11\xf4\x62\x2a\x9a\x59\x00\x8a\xec\xea\x35\x7c\x44\xb8\x43\xec\x07\xe5\xc8\x37\x8a\x2e\xd5\x61\x26\x39\x63\xc6\x4d\xe1\xb9\x8f\x21\x28\x01\x81\x68\xca\x17\xc1\x66\x8c\xb6\xef\x61\xae\x52\xd8\xbf\x77\xf4\x15\x60\xb3\x0d\x59\x9b\xeb\xca\x71\x85\xe1\x69\x59\x3f\x91\x71\xc4\x16\x2e\xd2\x5d\x82\xa7\x23\x23\xf7\x36\x3e\xe6\x58\x8c\xd3\x99\xab\xf7\xd2\x43\xbd\x23\x9b\xa5\xeb\x3f\xa1\xc9\x2f\x2a\x54\x08\x6d\x39\x09\x94\x99\x2f\x99\x56\x0e\x77\x4a\xe6\x60\x1f\xd9\x45\xde\x8c\x1e\xd5\xa5\x4a\xa8\x17\x10\xee\x3d\x85\x7f\xe0\x52\x02\xd2\x13\x9c\x4b\x46\xe0\xa1\xea\x16\x9d\x2c\xbd\x1e\xc1\xf2\x16\xf6\xf5\xd3\xf3\x15\x74\x6b\x36\x70\x95\x17\x1a\x79\x5c\x6b\xe8\xdb\x9b\x9d\x33\xf7\x6d\xec\x79\xf5\xe6\x2f\x76\xc7\x1e\x26\xc4\x55\xb6\x57\x2b\xc0\xd5\x16\xd1\x20\xf4\xb5\xf5\x06\x35\xed\xd2\xf9\xf8\x99\x25\x3f\x20\x9b\xf5\x32\xe1\xf7\x8a\xe7\xf6\xc1\xc0\x3f\x91\x8d\x3e\xc0\xfb\x07\x34\xe1\xb2\x1e\xa2\x0c\x3e\xfe\xfa\x03\x1c\x02\xea\x7c\xe1\x9c\x90\x39\x6e\x44\xe1\x0f\x02\xc6\x0a\xb6\xa7\x5d\x21\x4e\x3b\x40\xd7\x1e\x6b\xbc\xa6\x0b\x46\xd4\x2a\xed\xaa\x1c\x80\x24\x62\xad\x04\x07\x82\x1c\xb8\x99\x24\x9b\xbc\xc9\xe7\x79\x41\xea\xdc\x3c\x43\x6f\x51\xb4\x83\xe7\x62\x2c\x8d\xfd\xcd\x42\x7f\x67\xa0\x0d\x9f\x36\x6b\x55\xa5\x0b\x58\x70\x33\xbd\xd3\xa1\xb9\x7d\x46\x46\xf8\x77\x3e\xb3\x6e\xf8\x6f\xe1\x38\xa1\xce\x67\x83\x0e\xd1\x8b\x7a\x01\xc4\xf6\xd8\x9a\x5a\x6d\xb6\x55\xd7\x82\x3c\x01\x20\xc1\xd7\x87\xcd\x89\x86\x76\x95\xc4\xae\xb2\x0d\xdf\xbb\xc7\xbf\x18\x8e\x8f\xee\xdb\x76\x55\x1f\x88\x46\x82\x2f\x38\x3e\x8b\x1a\x40\xd0\x5e\xb5\x65\xbd\x46\xa2\xc3\x88\x1c\xbd\x3f\x4c\x16\x85\xa9\xdc\x19\x46\x86\x7d\x24\xf2\x03\x03\x4a\xee\x5e\xe2\x3d\x53\x7e\x9e\x1e\x2a\x34\xed\xcf\x37\xcc\xcb\xde\xe8\x70\xcc\xd1\x07\x3a\x64\x6a\xdf\x4b\x68\xe2\xf4\xf4\xf0\xdd\x5e\xb7\x73\xaa\x43\x7e\x56\xdf\xd9\x72\xb8\x1a\x3b\x2e\x1f\x1c\x6a\xe0\x1b\x6a\xf5\x03\x1b\x0f\x04\x37\xac\x5a\x9e\x7f\x85\x0c\xae\xf3\x86\x7f\x63\x0c\x02\x89\x3f\x40\xbf\x4f\xf3\x36\x3f\xad\xd0\xa4\xd7\x7a\x4c\x6e\xe7\xba\x86\xd1\xae\xcf\x29\x6a\xc1\x36\x9d\xb8\x2a\x09\x9a\x18\x54\x8d\x9e\x7e\x8b\xff\x2e\xdc\xef\x7e\x53\x2a\x66\x23\x3a\x56\x60\xc1\x50\x2a\x83\x3b\x76\xcc\xea\xac\xef\xbe\xbc\xff\xf0\xc9\x97\x52\xb8\x67\xdc\xce\xb9\x13\x4b\x6d\xf4\x62\x98\xe5\xb0\xfe\xe9\xd7\x55\x8e\x3c\x90\xa0\xc6\x76\x00\xf5\x0d\x5b\x6e\x57\x2c\x5a\x50\x2f\x68\xa8\x27\x1d\x9b\xce\x5a\xeb\xf2\x33\x99\x33\xd3\x0d\xba\x00\xc4\x73\xa2\xba\xc2\xbe\xef\xa0\xf5\x08\x3b\x18\xc9\xb3\x8e\x04\x30\x00\xdc\xda\x55\x1a\xba\xb8\xfa\x39\xc7\x07\xaa\xa8\x98\x77\xfe\x3b\x5d\x9a\x8d\x4e\x15\x01\x28\xc8\x85\xfa\x1e\xda\x1d\xad\xf2\xea\x14\x7e\x9f\xe8\x1a\xb7\x11\x4d\xa9\x88\x8f\x49\x61\x7a\xa7\xba\x66\x99\x02\x3d\x85\xda\xa5\x96\x66\xb6\xeb\x1c\x9f\x7d\x01\xdd\xd1\x93\x2b\x50\x2a\xb6\x87\x26\xf9\xec\x03\x12\xb7\xd5\x87\xb6\x2a\xb0\xd0\x35\x52\xa6\xfb\x2c\x32\x5b\xcb\xe9\xf8\xab\xc0\x87\x7d\x24\x26\x19\x83\xc4\xc4\xcc\x58\x05\x8a\x98\x11\x92\x08\xd7\xf3\x6a\xb9\xfc\x67\xa6\x50\xf4\x91\x3e\x89\x3f\x6f\xb6\xd5\x22\xe2\xd0\xb1\x60\x09\xe4\x02\xcf\x8b\xec\x41\x5f\xa1\x11\xc4\xd8\xfb\xd3\xa9\xda\xf5\x8b\xf1\x52\x34\xfe\xa2\x70\xcc\x03\x7a\x0c\x82\x33\x5c\x2c\xc5\xe0\xd3\x9c\xcc\xe8\x4c\xc9\x79\xca\xe2\x76\xf4\x7f\xb9\x3c\x5f\x16\xde\xda\x84\xad\x5d\x0d\xbd\x5b\xdc\xcd\x02\x67\xea\x00\x85\x19\xb2\x5d\x1f\x7b\xad\x1a\x33\x9c\x18\x79\xac\xba\xd5\x5b\x15\x12\x90\x4d\x37\xd2\x57\xff\xa1\xaa\xd2\xa8\x21\xee\xda\x65\xf8\xec\x8b\x1a\x02\x71\xb2\xa2\x0d\x95\x00\x19\x3e\xc8\x80\x8d\x91\x11\x7e\xd8\x4f\x25\x88\x88\x46\x78\x9a\x1c\x02\xe6\x45\xa7\xef\x7c\x26\x00\x56\x5a\x24\x6d\xbb\xa4\xcb\x73\x44\x13\xba\x88\xf1\x90\xad\x32\x61\xac\x6b\xc1\xf0\x50\x31\x8a\x45\xb5\x38\xeb\xaf\x46\xeb\x09\x91\x47\x96\x2e\x34\xb5\xf2\x0e\xb8\x1f\xfd\xe1\xeb\x67\xe4\xa0\x4b\x3a\x87\x85\xd8\x6f\x89\x46\x15\x9a\x75\xd6\xd9\x72\xe2\x06\x40\x76\x27\x6f\x1a\x66\x1b\xab\x1c\xcf\x32\xb2\x3c\x48\xf3\x12\x9d\x89\xd9\x34\x89\x9c\x1f\x7b\x6f\xc3\xbe\x2b\xef\xec\x81\x56\x93\xe4\xe9\x71\xa8\xf9\x29\xff\xdc\xb7\xa5\x59\x1d\xc0\xc6\x5e\xfd\x25\x78\x01\x0e\x4d\x40\xbd\x9b\x77\xe9\x3b\x97\x07\x7e\xda\x55\x34\xbc\xed\xbf\xf0\xcb\x35\x23\xda\x61\xa3\x9d\xe0\x05\x01\x10\xa1\xb2\x00\xff\x5b\x7a\x42\x2e\xbc\xd0\xc9\x49\x48\x48\xea\x80\xee\x04\xcb\xb4\xee\x64\xcc\xda\x5b\x75\x4f\xab\x91\xaf\x5b\x6f\xe1\xaa\x55\xab\xe9\x63\xa0\x24\xda\xff\x76\xec\xef\x0b\x96\x16\x18\x20\x83\x06\x62\x45\x75\x84\x16\xb8\x41\x15\x72\xd4\xcb\x1b\x31\x72\xfd\xff\xfe\xfc\xff\xde\x7b\xc0\xbb\xf3\xa0\xad\x8b\x7b\x0f\xb0\x3d\x1e\xd3\x73\x54\x32\xfe\x15\x18\xa9\x55\x17\x35\x37\x20\x82\x12\x16\x19\x79\x68\xe6\xf2\xe0\x49\x1a\x31\x0b\xa0\x4b\x43\x0f\xdb\x80\xa4\xf9\xb7\xfd\x45\x91\x62\x02\x42\x9c\xa0\x12\xc1\xc6\x2c\x82\xe1\x81\x70\x76\xc9\x1f\xbb\x7c\xb1\x9a\x9d\x76\x80\x1b\xa7\x8f\x99\x9d\x3b\x0f\x54\x68\x4a\x18\x8c\x76\x99\x37\x12\xc8\xc6\x03\xfb\x80\x3e\x85\xce\x22\x44\x82\x17\xa6\x04\x6e\x3c\x1b\x78\x8c\x84\x77\x74\xe3\xbc\xd7\x48\xa2\xa1\x4d\x81\x0b\xbe\xee\xd0\xde\x10\xe1\xcb\x8e\x8b\x2e\xb2\xad\xd5\x4a\xf1\x5b\x4d\xd8\xcf\x6e\xa4\x1f\x90\xb1\x68\x1e\x30\x79\x0a\x1f\x31\xce\x48\x3a\x63\xc7\xd0\x43\x61\x53\xab\xeb\xbf\xb3\x52\x71\x5e\xef\xe0\x8c\xd7\xb8\x39\xdb\xf7\x92\x84\xcc\xa5\x5f\xa0\x6b\x2f\x2b\xb7\x30\x82\x88\xa5\xa6\x4c\x43\xdb\x5a\x53\xac\x24\x53\x26\x27\x79\x81\x86\xb6\x62\x4d\x81\x71\x32\x5a\x75\x3a\xfd\x0a\x4a\x6b\x8e\x19\x60\x8d\x29\xe6\x68\xe3\x0d\x4c\x3d\x88\xbf\x5c\x19\x05\x5e\xb6\x14\x85\x16\x00\x86\xf4\x71\xdb\x0b\x6d\x83\xf1\x70\x7c\x1c\x1c\x10\x03\xe3\x38\x38\x85\x9a\x6b\xf8\x7e\xfd\x3f\x31\x36\x0d\x34\x2e\x73\x8c\x54\x05\x07\xda\x4c\x9f\xa0\xf5\xdf\x1b\x28\x5b\x90\x31\x29\x5a\x59\x90\xfd\x68\x0d\x82\x89\x6a\x70\x70\xf1\x0e\x4c\xe8\xc5\xb7\x56\xaf\xa6\xc7\x1d\xc2\xe8\x5b\x2e\x58\xa2\xa1\x12\xbe\x92\xd0\xbf\x70\x73\xa8\x94\x9c\x97\xb0\xae\xf7\x9f\x4a\x1b\x6a\x76\x51\x62\xb8\x93\x4d\xc7\xf5\x48\x4c\xa3\x6b\xf7\x0c\x69\x3e\x6c\x23\x3d\xe1\xf2\x47\xb4\xf9\x2e\x90\x31\x95\xe3\x92\xa7\xc2\x33\x91\xfd\x8b\x1c\xa4\x39\x8e\xab\xd1\x73\x91\x4d\x12\x9d\xa1\xd1\xc8\x84\x02\x25\xe1\x33\x36\xeb\x1f\x85\x55\x93\x8f\xfc\x3c\x29\xdf\x05\xaa\xe2\x1a\xf8\x0f\x7f\xff\x1e\x83\x24\xe5\xfd\xef\x6b\xb4\xb5\x85\x21\xf8\xb9\xac\x41\xfa\x89\x4f\xc5\xcc\xc6\xda\x4a\x6c\x5c\x3e\xa3\xbe\xd0\x1a\x1d\x29\x0f\x75\x0a\xf5\x35\xfe\xe0\xc0\x05\xc2\xc4\xc5\x96\x5b\x9d\x8d\xcd\x14\xcd\x88\x2e\x61\x34\xad\x36\xd8\x1f\x5b\xb5\xec\xe0\xca\xcc\xf5\x0c\x86\x54\x96\xcb\xb3\x56\x4f\x14\xa1\x63\x47\xa4\xa1\xb3\xa0\x87\x5b\x78\xf9\x4f\xec\xb0\x23\xdb\x5a\xd4\x1a\xd4\x4b\x5e\x8b\x55\x9b\x5a\x1b\x62\x19\x82\xf0\xef\x5c\x9f\x20\x6f\x8d\x45\xae\xff\x35\x9d\x34\x12\x4d\xb3\x63\x33\xe7\x3e\xbd\x11\x3f\x15\x1e\xd0\x74\xfd\x9e\xad\x02\xc2\xad\x54\xec\xef\x6e\x5a\xeb\x12\xdd\x2f\x5f\xd5\x79\x6b\x15\x71\xf1\x72\xbd\xee\x83\x80\x05\xc4\x9a\xbc\xe1\x97\x9b\xab\xd7\xe2\x4d\x41\xcb\x56\xb0\x6a\x8b\xc1\x6f\x5c\x3c\xdb\xa1\xd0\x3c\xbd\x9e\x90\x20\x74\x54\xb9\xed\xb5\x21\xef\x39\xf0\x44\x0e\x8a\x7c\x91\xd8\x3e\xc7\x9c\xa1\x4f\x17\xf2\xa6\xac\xaa\xe0\x11\xd1\xcd\x30\x18\xd3\x09\xeb\xd3\x67\xc8\xc0\x66\x69\x96\xe3\xbb\x32\x00\xcf\x41\x7a\x06\xfb\x90\x22\x2b\x94\xc2\x46\x01\x92\x81\xf5\xc1\xb4\xd2\x8f\x26\xe9\x33\x43\x6c\x36\x32\xea\x61\x83\x53\x8c\x03\x43\x4c\xf8\x5c\x9f\xe6\x55\x85\x5c\xbb\x39\xa1\x82\x93\x5c\x17\x59\xd0\xc9\x1c\x98\x7a\x60\x90\x28\x0c\x0f\xcf\x06\xa8\x1e\xe2\xab\x00\xd0\x17\xba\x98\x91\xe5\x15\x10\x6f\xb6\xa9\xb0\xdf\x08\xb9\xb8\x8b\x42\x6e\xb1\x28\x12\xe2\xfe\x6e\xad\xc9\xba\xd4\x45\xc5\x78\x5b\xae\xfd\xbb\x20\x6c\xe7\x47\x9f\x56\x70\xb5\x37\x33\x39\x83\xcf\xde\x0f\x2a\x87\xf5\xde\xf7\x97\x1b\xcd\x07\x62\x23\x07\x94\x67\x63\x00\xb3\x5a\xa5\xb0\xa5\x4c\xb5\x64\x93\x7b\x91\x1e\x64\x04\x20\xb1\x35\x72\x54\xa8\x4b\x23\x16\xe3\xf2\x0d\x73\xd7\x4c\x46\x83\x93\x92\x5e\x78\xab\x8b\x2d\xe0\x32\x06\x66\xb9\x88\xb4\x01\x56\xe0\xb5\x1b\xc0\x20\x5a\xe2\x5b\xa2\x38\x07\x58\xbd\x94\xe5\x5a\xb9\xf5\x3d\x04\x81\x3b\xe4\x35\x25\x5a\x2a\x3f\xac\x27\xbc\x96\x14\x39\x92\xeb\x74\x5c\xa4\x4d\xe6\x5b\xef\xf5\x5c\x78\x13\xda\x8e\x88\x22\xcc\x25\x4f\x95\x8b\xc2\xb3\x8e\xa2\xab\x35\x96\xa8\x4c\x42\x24\x6b\xad\x04\xc9\xc6\x89\xdc\xfb\x09\xe1\xda\x70\x48\xb4\x98\x70\x77\x62\xc3\x9b\x3e\x74\x0b\xca\x9c\x6b\xa1\xd6\x22\x97\x58\x71\x79\x9f\x8b\x82\xed\xc7\x12\xd9\x02\xc5\xef\x2d\x33\x0f\x91\xf5\xa0\x45\x79\x2c\xdb\x58\x63\xed\x25\xbd\x71\x59\xf8\xb0\x77\x04\x79\x06\xc5\xf7\xf3\xcb\xaa\x05\x0c\x4d\x8d\x72\x96\x5c\xd7\x0a\x4d\x62\x52\x64\x92\x53\xc0\x26\x2a\xc5\x7a\x29\xfa\x12\x05\xb7\x8c\x2b\xc3\x67\x1f\x42\x70\x78\xa1\x69\x14\xd7\x64\xfa\x8c\x2e\x20\x7f\x93\x11\xa1\xfb\x8a\xb9\x1e\xbc\xa4\xb7\xee\x9d\x10\x33\x46\x5d\x00\xa6\x8f\x85\x6f\xbb\x21\x76\x0c\xee\x7f\x8b\xaf\xee\xb5\x4e\xa5\x7a\x5f\x56\x6f\xec\x92\xf7\x0d\xc3\x57\x3b\x9b\xbd\x5a\x06\x83\xca\xf3\xa4\x0b\x9b\x66\x35\x3c\xf8\x76\x92\xee\xd0\x17\xef\x1c\x7d\xf1\x98\x0a\x4c\x6e\x56\x44\xa5\x8f\x0b\xcd\x71\x95\x30\x90\x50\x49\x8f\xb2\x4c\xf2\x11\xc7\x1f\xa4\x0b\x13\xf4\x2f\xa6\xd6\x0e\xe6\x03\x56\x7c\x6d\x55\xb5\x64\xa7\x13\x5f\x00\x24\x4a\xeb\x26\xc0\xfd\xf1\x1a\x7b\x10\x75\x9f\xb7\xef\x55\x0e\xa7\xef\x0f\x4a\x2a\x45\xdb\x36\x7e\x3c\x70\x22\x82\x10\x11\x3d\xa0\xe7\x39\x9e\x09\x9c\x01\x9e\x03\xec\xbf\x7c\x44\x0c\x8d\x1f\xfd\x5c\x28\x0a\x92\x99\x89\x89\x14\xc1\xe6\x57\x24\x58\x51\x98\x16\x2a\xfd\x88\x31\x41\x70\xc0\x34\x4d\x92\x55\x48\xd4\x0a\x90\x6d\xd3\xcd\x01\x9c\x1c\x92\x5b\x9b\xcc\xc9\x6e\xc1\x9d\x15\x3b\x71\x1a\xd7\x31\x4e\xc8\xc3\x60\x7d\x8a\x64\x40\x6e\x21\x11\x23\xc5\x0e\x27\x29\xc5\xa9\x08\x47\x0d\x7b\xc0\x1e\x71\xf8\x98\x05\xa3\x10\x65\x84\x96\x2d\x63\x3a\xe9\x31\xa8\xb6\x58\x1c\xd6\x1f\x91\x8d\x5e\x65\x3d\xa7\x80\x09\xb4\x15\x4e\xf0\x61\xef\x11\x7b\xb3\xdb\x32\xd4\x37\x00\xf9\xba\x0f\x08\xaf\x76\x85\x65\xec\x65\xe5\xca\x89\x92\x3c\x54\x6d\x57\xba\x22\x8e\x40\x70\x0c\xd0\x4a\xb1\x49\x6d\x31\xa0\x42\x4d\xc1\x3a\xaf\x5e\x9f\xd1\x07\xeb\xae\x8f\x11\x50\x0f\xc5\x49\x1e\x18\xf6\xa0\x78\xd2\xe7\xcd\x83\x4f\x78\x65\xf1\x2b\x09\x6a\x1c\x58\x12\xc4\x82\xa0\xc2\x02\x78\xf4\x7a\x26\x3d\x08\x36\xb5\x15\xa3\x9e\x1c\xc3\x3f\x7d\x92\x17\xf4\x2c\x10\x0f\xe3\xbf\xe3\x50\x25\xd7\x19\x19\xca\xd7\x13\xca\x59\x0e\xbb\xc3\xc8\x40\x41\xc5\xa7\x80\x69\x91\xae\x8d\xd6\x05\xa9\xb2\x41\xe7\x61\x57\xfb\x85\xda\xb0\xc6\xc5\xd6\x8e\x96\x01\x44\x10\xa3\xc0\xd2\x11\xa9\x05\xbf\x31\x0c\x27\xe9\x6a\xc9\x1c\x77\xbe\xb2\xee\xad\xdb\x55\xc5\x65\x8f\xd5\xe3\x6b\x14\x50\xd1\xfe\xf9\xc9\x09\xf1\xe1\x4a\xf0\xcf\xd5\xe0\xfb\x6c\x8d\xe1\x43\x25\x70\x85\x90\x33\x7b\xa0\x78\xc7\xa2\xd1\xa4\x4b\x3f\x66\xbf\x5b\xee\xd2\x46\xdf\x6d\x26\x36\xa6\x0d\x5f\x20\xe2\xac\x33\x0d\x60\x8f\x36\xec\x1c\xff\xb2\x63\xa1\x72\x7f\x17\x68\x2f\x06\x77\x99\x6c\xfa\xd8\x17\x67\x6b\x1d\x94\x2f\x44\x20\xe5\x18\x09\x51\x80\x46\x76\x64\xf4\xae\xd6\xa1\x8b\xb5\x49\x39\xea\x2c\x37\x56\xd6\x61\xdb\xc6\xc2\x1c\x9d\xe5\x64\xdf\xf4\x7a\x1a\xf4\xdb\xac\xa8\x6b\x90\xa3\x26\x1b\x85\x96\x39\x9b\xdb\xb4\xb2\xb8\x35\x10\x0d\x6f\x44\x70\xee\x0d\x41\xfa\x25\x9c\xc5\xd1\x58\x78\x00\xba\x0d\xad\x9a\x4f\xef\x66\xa9\xa1\xab\xc0\xda\x58\x77\xe4\x78\x03\x6c\x85\x9d\x1a\x7c\x17\xc5\x01\x83\x04\x23\x09\x3f\xfb\xf0\x23\x12\xf8\x06\x20\x77\xd1\x8a\xee\x0f\x9f\x08\xd0\xbc\xc3\xfa\x99\x0f\xc0\x48\x5a\xef\xc5\x0d\xfd\xef\xef\x1e\xa1\x1c\xed\xe0\xa6\x5b\xeb\xab\x60\xd8\xd6\x5b\x0c\xb1\xdb\xdb\x87\xd5\x0d\x8f\x14\x4f\x30\x2c\x8e\x68\x4c\x5c\x10\x36\xba\xc9\xdb\xd1\xda\x8d\x04\x9b\x06\x40\x00\xbe\x88\x28\xe3\xf5\x5f\x49\xb7\xf0\x16\x45\xb3\x72\xac\x11\xdf\xdd\x0c\xcd\xc6\xb1\xcd\x73\xaf\x7a\xa7\x26\xf9\x58\x1b\x10\xf7\x50\xa3\x8f\xec\x19\xb6\x79\x51\xe6\x6c\x44\x87\x3a\x2d\x68\xd4\xf4\xda\x34\xe8\xff\x7e\xac\x61\x2a\x40\x46\x47\xbe\x4d\x08\x86\x71\xeb\xce\x2a\x4f\x83\x46\xea\x21\x1e\xe2\x7a\x8d\x25\x61\x23\xb5\x80\xc3\x84\xf9\x89\x24\x75\x48\x26\xf0\x95\x09\x5f\xed\x01\x37\x8c\xce\x42\xab\xc6\x37\x13\x37\x23\x99\x8d\x48\x3c\x63\xcd\x4a\xd3\xb4\x48\x48\xc9\xb8\x53\x9f\x71\xc0\x9d\x15\x86\x39\x69\xdf\x31\x56\xd0\x4a\xfc\xcc\xc6\x9a\xe1\x4d\xa4\xf3\x99\xda\x7b\x68\xd2\xbb\x3f\x7c\xfc\xb2\x09\xac\xc7\xcb\xc0\xb0\xef\x87\xdf\xbd\x04\xb6\xf3\xee\x0f\xbf\x7f\xd9\x20\xb3\x39\xe8\x66\x76\xa2\x56\xfa\xc6\xbe\xa8\x0b\xdb\x8e\x94\x45\xa6\xa3\xd8\xe5\x3a\xe3\xc7\x36\x4f\x27\x7e\x6a\x81\xc3\x28\xc2\x93\x60\xc4\x41\x98\xdd\xe3\x8d\x08\x6b\x64\xf2\xd9\x61\x0d\xd7\x5d\x57\xce\x64\x4f\x1a\x44\x2b\xbc\x1b\x12\x40\xd6\xf6\xc0\xdf\xf1\xed\xa5\x9d\xfe\x68\xdc\x86\x15\x7e\x07\xfe\x0d\xd9\xee\xbb\xb4\xf8\x1f\x6d\x33\xeb\x0c\xc0\xad\x5d\x94\xc9\x6f\x24\xa0\x14\x3a\x66\xb2\xff\xdf\x82\x4d\x14\xc4\xb7\x8c\x95\x36\x7e\x1e\x9f\xbb\xa9\x1a\x67\x39\xc8\x17\x1e\xc3\x41\xb8\xcb\x4e\x62\xd9\x24\x46\x95\xf4\x83\xf9\x04\xc0\x66\xf1\x37\x3b\x2d\xae\xf3\xd4\x2d\x0a\xe5\xb1\x5d\xaf\x45\xad\x69\x87\xa5\x3b\x94\x05\x8c\xe5\x54\x7a\x55\x6e\xec\x75\xb4\xa1\xd0\x71\x0b\x97\x41\x93\xde\x01\xe2\xde\xf3\xf1\xd1\xbe\xe7\x19\xc2\x1d\x80\xd1\x1d\x77\x04\xf4\xeb\x33\x82\xa4\xe8\x20\x78\x6e\xb6\x0b\x3f\x8b\xdf\xdc\x91\x68\x2a\xa0\x16\x43\x42\x86\xe6\x3c\x8a\x4c\x20\x5a\x31\x44\x01\x3c\x99\xee\xac\x92\xe2\xb7\xf5\x0e\x42\x0f\xe6\x1a\x60\x46\xdb\x8d\x68\x63\x66\x19\x8a\x99\x5e\x74\x8c\xd3\x43\xd2\xd1\xb7\x62\x91\x62\x1b\xea\xd0\x46\x2d\x20\x5d\x43\x64\x8b\x1b\x87\x95\x22\x29\x91\xf4\x7d\x4a\x0c\x00\x39\x1c\x71\x85\x81\xe8\x48\x97\x25\x1d\x93\xfa\x52\xd4\xa9\x6e\x9e\xb1\x96\xc2\x4e\x41\x6d\xb4\x55\x60\xf5\xb8\x88\x30\x0e\x45\x9f\x5d\xe7\x2a\xb0\x74\x58\xf3\x17\xaa\xde\xa8\xbd\x35\xd0\x9e\x08\x2e\xad\x7c\xf6\x37\x96\xbf\x7b\xa0\x6d\xfa\x2c\x05\x9f\x54\xbf\xc1\xd8\xca\xf8\x4b\xa4\x03\x8b\x3f\x85\x91\x3e\xf6\xcd\x74\xc4\xd0\xed\xe6\x8a\x7b\x6c\x71\x6d\x23\xf2\x07\x16\x53\x2d\x36\x10\xc3\xd8\x84\x62\x85\x63\x4d\xd8\xec\x2a\x31\x22\xf1\xa8\x19\xd4\xf8\xc8\x56\x41\x6b\x19\xa8\xfd\x66\xb9\x01\x0a\x5d\xab\xba\xcd\x17\xf9\x5a\x09\x1a\x45\x8b\x2c\x81\x47\xbf\xc9\xaa\x6d\xd5\x62\x89\xd7\xdb\xb3\x7a\x3f\x3e\x0e\x83\x0f\x85\xb1\x3b\x11\x44\x53\x1b\x00\x04\x06\x44\x30\x5a\xe8\x1f\x47\x3a\xcb\xe0\x06\x20\x13\xda\xef\xcc\xe9\xdf\xa8\xaf\x1f\x13\x7e\xfa\x09\x04\xcc\xf5\xbe\x64\x08\x5c\x11\xae\x3b\x6a\xad\x9c\x2a\xf6\xc8\xd4\x70\xf3\x94\xd5\xc5\x8e\xd7\xb2\x36\x36\x52\x35\xc3\x34\x05\xa2\xa1\x54\x41\x6c\x55\x17\x85\x48\x64\x07\x34\xdf\x89\xe6\x30\xe9\x75\x8f\x01\x63\xa7\x3b\x8e\xc1\x32\x32\x45\xfe\x77\xba\x96\x71\xe5\x73\xf4\x94\xc6\x4f\x68\x6c\x41\xc8\x8f\x6e\xb2\x1f\x06\xcd\x1a\xba\xa2\x45\x0d\x05\x99\x69\x55\xaa\xd0\x14\x02\xd5\x89\x35\xb0\x5b\xf8\xa6\x0a\x82\x8d\x6b\xd4\x2e\x91\x17\x6b\x8d\x1b\x9b\x89\xd2\x82\x62\x71\x23\x86\x42\x2f\x40\x7a\x1e\x6c\x0d\x85\x1b\x70\x73\x87\x8d\xb0\xae\x47\xb2\x33\x71\x94\x0b\x1e\x01\xbd\xc8\xc3\xdc\x15\xd3\x1f\xf7\xe5\xae\x48\x4b\xbd\xcb\xd3\xf6\xea\x75\x89\xa6\xdf\xdc\x65\x99\xc7\x16\xf9\x9f\x84\xdc\x0a\x20\xe0\x8f\x68\x90\x8f\x90\x65\xc9\x04\x19\xff\x1b\xfd\x60\x94\x2c\xbb\xdb\x97\x68\xdf\x01\x30\x84\xd5\x18\x00\x90\xa6\xa3\xc5\x5e\x77\xf5\x33\x46\x23\x84\x21\x33\xab\x6d\x41\x37\x23\x51\x59\xe3\xbb\xa8\xa5\x04\xf4\x77\xa8\xcf\x96\x8f\xbf\x77\x1f\x65\x94\x52\xd7\xa7\x96\xa1\xe1\xc1\x64\x9c\xe2\xbf\x69\x1c\x79\x70\xba\xfb\xc3\xff\x00\x96\x4c\x56\xa6\xe6\xc8\x7c\x60\x7e\x1b\x36\xac\x79\xec\xe8\x42\x54\x23\x52\x3b\xf9\x0f\xac\xff\x7a\x21\xae\x77\xfe\x0d\x4f\xaa\x08\xf3\x00\xb0\x44\x6b\x0b\xa2\x44\x09\xce\x76\x81\x8c\x98\xcc\xee\x3b\x06\xb6\x34\x74\x7e\xc6\x85\x72\x36\xae\xbc\x43\xe1\xbd\xe2\x5d\x9c\x1e\xdb\x0f\x6f\x03\xb0\x93\x6f\xcf\x6e\x1c\x6c\x88\x17\xa5\xab\xf7\xa4\x27\x8c\xcd\x0a\x57\x8f\xac\x9f\x1f\xc2\xdf\x62\xb4\x68\xaf\x7b\x3e\xec\x0e\x7f\x23\x05\xc5\xa0\x67\x3b\xf4\xf8\xd9\x18\x10\xc3\x9d\x9d\xac\xf3\x54\x43\x3b\xe9\xbe\x7d\x1f\x8f\x99\x37\x80\x87\x34\x99\x94\xe1\x11\xa1\xcb\x96\xa2\x78\xaa\x80\x18\x31\x6d\x84\xc4\x3c\x10\x32\x00\xf7\x22\xf0\xf1\xa2\xa8\x62\x14\x1c\x0e\x33\xa5\xa0\x3b\xc0\x2a\x35\x2b\x55\x02\xf5\x5e\x51\x53\x8a\x93\xdc\x39\xc4\xa4\xaa\x19\x99\xe1\xd1\x6e\x85\xe6\xb8\x7b\x77\x2c\x7c\x8b\x88\xe2\x10\xcb\xce\x05\x5d\x93\x91\xd4\x6f\xeb\x3d\x7e\xeb\x18\xeb\xdf\x99\xae\xa3\x79\x2e\x2e\x12\x23\xdd\x51\x02\x29\x89\x3a\x8b\xbb\xb4\xdd\x3f\x8b\x5e\x72\x15\x06\xb3\xab\xbf\xb4\x21\x7c\xa5\x68\x04\x42\xce\x9c\xce\xea\x55\x5c\xa1\x10\xa1\xf2\x20\xad\xc7\xa3\xdc\x71\x84\xe7\x8e\x2d\xd6\xd8\xf3\x9a\x24\x2d\xe9\xca\x74\x95\x60\x03\xea\x41\x94\xed\x3f\x86\x66\xa2\x11\xd3\xbd\xaf\xcb\xc0\xa6\x7f\xf4\x3b\xb2\x17\xec\xf1\x84\x6e\x53\x7d\x4b\x67\xeb\x0b\x95\x7b\x57\xca\x32\x67\x0a\xec\xb7\x25\xc2\xc6\xe9\x07\xff\x76\x37\xfb\x70\xf2\x63\x12\x98\x57\x04\x74\xd9\xea\x46\x82\x8f\x7b\x75\x43\x41\x9d\xbd\xfa\xa1\x7e\x9d\xcc\xea\x4e\xd1\x4f\x08\x03\xbb\x84\xb3\x30\xb3\xac\x03\x80\x43\xc4\x8f\x9a\xce\x62\x79\xfd\x4b\xbb\x0d\x7d\x16\xfb\xd3\xf2\x6a\xdb\xc1\x40\x5e\xf6\x8a\xd7\x89\xef\x08\x4b\xad\x32\xd2\xd3\x11\x71\xc1\xa7\x77\xd1\xe2\xa6\xab\x30\xbc\x8d\x0d\x56\x2b\x0c\xeb\x24\x1a\xa3\x4f\x9f\x46\x36\x2e\xe4\xb4\xc3\xf2\xc0\x14\x38\x2c\xb5\x4b\x7f\xa6\xeb\xf2\xf2\x4d\x95\x7e\x40\xee\xf5\x64\x9e\xfe\x61\xbc\x3c\x8d\xe1\x4a\x84\xdf\x0f\x3e\xb8\x78\xd5\xd2\xd3\x8c\x20\xa2\x9d\x7e\xc5\x59\x1d\x28\x62\x35\xa0\x71\xea\xbd\xe3\xe8\x2a\x2e\xf8\x4d\x10\x87\xec\xfd\x2d\xfc\xdf\xbd\xb2\xbc\x97\x65\xef\x8f\xac\xd9\x71\xa9\xa2\x87\x1b\xb7\x23\x70\xfa\xd7\xf7\xc2\x1e\x42\x2e\x7f\x6c\xc7\xc8\x70\xc4\x1f\x90\x8d\xa4\x57\xe8\x35\x69\x65\xe8\xf9\xda\xb6\xbb\xfe\x85\xef\x39\xac\x98\x1c\xa5\x60\x06\x39\xf0\x75\x30\xc3\x2a\x8f\xa7\x1d\x0b\x48\xc1\x97\x38\x52\xe0\x0d\x13\x12\xdb\x3a\x66\x1a\xed\xbb\x83\x5b\xf8\x36\x5a\xb9\xcd\x5e\xf3\x5e\x7c\xe4\x03\x29\xc4\x3d\x5f\x8c\x54\xdb\x23\x83\xb8\x91\xff\x5b\x64\x90\xb1\x71\xfb\x67\xbb\x57\x00\x49\x5e\xe5\xab\x7c\xfa\xef\xf0\x1f\xfa\x6b\xf2\x4a\x17\x0b\x8c\x02\x6d\x83\x33\x62\x36\x11\xfc\xfa\x5e\xf4\x99\xd7\x85\xe5\x08\x7e\x64\xa6\x69\xd8\xb0\x8c\xfc\x6a\x1a\x09\x49\x0d\x1c\x29\x5c\xfa\x0e\x25\x0c\xbc\x87\x6b\xcc\x4b\xb1\xa2\x18\x27\x9c\x58\x0c\x48\xe2\x99\x5a\xd1\x2e\xec\x08\x36\xd0\x79\x94\xc6\x11\x10\x3d\xc9\xeb\x06\xe3\x52\x9e\xea\xe0\x92\x4b\x46\x34\x4b\x4c\xb9\x81\x4d\x14\x88\x45\x8a\x8b\x84\x73\xa7\x2f\x6c\xfa\xe6\x92\x0c\xd2\x77\x0e\xa6\x70\xaa\x63\x3b\x41\xe4\xa2\xa3\x9e\xad\xe9\x7a\x6c\xa9\x81\xf6\xd8\x39\x89\xfd\xee\x7a\x9b\xee\xc3\x94\xbd\xfc\x4a\x38\xda\x95\xf0\x2a\xfc\xda\x8c\x11\xc6\xa8\x37\x8a\xda\x4e\xa3\x5a\xab\x94\x78\x34\x32\xf9\x96\xa1\xe8\x95\xe4\x6e\xc3\x76\x59\xc0\x9a\xf2\xb3\x82\x54\x47\x9c\x4b\x2d\x08\xb4\xb1\xc7\xd9\xbc\x6b\x01\x0c\xdc\x35\x88\x3b\xb6\xab\xb5\xb5\xf8\xb9\xa4\x89\x76\xcc\x7a\x38\x05\xd5\xe4\x51\xab\xbf\x25\xbe\x1e\x06\xf3\x5c\xe8\xd9\xc7\xec\x3c\x29\xc0\xec\x26\xc9\x9c\x31\xca\x8e\xc2\x18\x4f\xd2\x2f\x3a\x26\xf7\x3e\x19\x1d\xaa\xf1\xf2\x89\x3f\xc7\xfe\xcb\xb7\x3d\x56\x02\xc4\xc8\x73\x98\xcc\xbe\x87\x9e\xc3\xae\x27\xd7\x76\x1b\xec\x2e\xeb\x8a\x43\x8b\x7a\xaf\x64\x46\x5b\x58\x8a\x53\x36\x9a\x55\xd0\x96\x4d\x38\x81\x10\x5c\x2f\xc9\x09\x92\xfb\x4f\x41\x88\x76\xdc\x3e\xd6\x37\xa1\x3f\xd7\x9e\x2a\x13\x0a\xc2\xef\x7c\x82\xf6\xd5\x22\x4b\xb3\xe9\x0b\xb2\x23\xdb\x57\x07\x37\x6d\x7a\xf5\xe7\x36\x9e\x6b\x5c\xa7\xab\xe8\x15\x8c\x4c\xb6\xbb\x9a\x22\x0f\xf8\xaa\x4b\x63\x56\x8d\x4b\xc9\x09\x4c\x1d\xd9\x7e\xba\xcf\xa7\x79\xcb\x35\x1e\xf1\x17\xca\xf5\xe5\x3f\x83\x78\x9d\x2f\x7c\x6a\xc5\x17\x5e\x58\xad\x46\xb6\x50\x6c\xaf\xc7\xf2\x3a\x5a\xcf\x0a\x57\x17\x3d\x1e\x6c\x6e\xca\x23\x6b\xec\xe7\xdd\x20\x00\xb7\x0c\xfb\xc5\x26\x98\x39\xa3\x36\xa7\x64\x2e\x7f\x1c\x54\xd7\x3c\x04\x67\x5e\x98\x5f\xbe\x81\x95\x1e\x04\x81\x9b\x6d\xbe\x44\x96\x97\x1c\x2c\xa3\xb3\xc6\xbc\x00\x48\xe3\xfc\x2b\x1c\xb1\xba\x9b\x04\xd3\xc4\x23\x7a\x1a\x24\xa9\x70\xf8\xc6\x55\x11\x23\x0a\xbf\x49\x72\x57\xc7\x76\x48\xc2\xa2\x20\xab\xf8\x9b\x03\x12\x05\xfc\x65\x1e\xcc\x50\x65\x1b\x24\xa2\x99\x9f\x00\x06\x28\x32\x28\xf8\xc6\xb9\xaf\x5c\x0b\xbc\x36\x56\x1f\x23\x39\x6b\x38\xe0\x14\x5d\xc6\x60\x61\xa8\x2b\x47\x5f\x1a\x4c\xab\x45\x34\xc5\xbd\x86\x6e\xd0\xa0\x7c\x83\x42\xeb\xdb\x1b\x1a\xeb\x9f\x46\x1a\xa3\xa2\x85\x3f\xc0\x1a\xe3\x36\x51\x7d\x97\x90\xec\xb6\x95\xc5\x6c\xac\x97\x71\x86\xd3\xd7\x50\xa4\x04\x7a\x65\xa6\xd0\xb8\x28\x48\xb2\xea\x8c\x61\x40\x37\xb0\xf7\xce\xea\x1e\xf5\xd6\x88\x96\x31\x36\xaa\x1f\x8f\x15\x6c\xe3\xfb\x66\xd5\xa6\xe3\x5b\x47\x2d\x67\xe4\xd3\xa4\x7d\x68\x26\xd8\x3d\xbf\x87\x18\x00\x6a\xc9\x02\xf7\xcd\x9d\xba\x55\xf7\x3b\x95\x83\x71\x9b\xb5\xb7\x17\x69\x42\x3b\xd6\x63\x42\xc3\xdd\x06\x81\xc6\x86\x21\xdb\xdf\x07\x4f\xa2\x69\xb7\xe8\x98\xda\x52\xb8\x08\x34\x40\xb5\x1b\x79\x43\x5f\x9f\xdc\xd8\x19\x2a\x4f\x75\x9d\x2f\x38\x8f\x1d\xb1\xd9\x37\xd7\xa7\x70\xc0\xb6\xd1\xfd\xe2\xc4\xfe\xbd\x1a\x6b\xe8\x57\xce\xa7\xf9\xc4\x87\xd5\x90\x5d\x04\xe0\xc0\xf7\x47\x51\xf1\xd5\x6a\xb7\x15\xaa\xf7\x1f\x18\x4a\xec\x3f\xd3\xff\xc0\xbb\x08\xff\xe4\x80\x79\x7f\xfa\x4f\xa7\x1f\xaa\xcd\x68\x14\xb5\x83\x51\x5f\x58\x95\x52\x6b\xde\x90\x10\xe5\x90\x1c\x1b\xc3\xd9\x3a\x32\xcb\x6f\x62\xc5\x8e\x0b\xdd\x21\x06\xca\xc0\x10\x62\x45\x0c\xbc\xb9\x15\xa1\x7f\xb5\xd0\xeb\x96\x4e\x25\xc0\x5b\x99\x22\x5b\xbe\x1d\xbe\xdb\x1f\xea\xb9\xde\xad\x25\x5f\xde\xee\xf2\x1f\x55\x80\xa9\x29\x05\x30\xc5\x65\x45\x25\x50\xc3\xfe\x5e\x2e\x11\xb1\x8b\x2b\xca\x04\x3b\xf2\x31\x1c\xa1\xea\x00\x67\x93\x54\x8c\x30\x42\x27\x89\xb3\xbc\x0a\xa2\xce\x05\x84\x0e\xf5\x69\x9c\x8a\x85\x49\x04\xac\x7f\x0e\x1c\xef\xaf\x55\xec\xfc\x31\x68\xd2\x3f\x5a\xd7\x41\x8b\x3c\x8d\x78\x06\xed\xeb\x6d\x92\x86\x18\x39\xd6\xa0\x58\x4f\xee\xe1\x2c\x85\x6f\x6a\x80\x71\xba\x97\xc6\xbe\xe4\x38\x3a\x46\xf8\x63\x45\x9d\x8c\xde\xf7\x5f\xd9\x33\x99\x9e\xa3\xf9\xad\x67\xe3\xf3\xf7\x89\xb9\x22\xcd\xc2\x64\xc3\x9a\x1c\x16\x21\x8b\x0c\x5c\x47\x22\xab\xd0\x12\xaa\x68\x9a\xed\x76\x3d\x89\x2e\x58\xd5\x9c\xe8\x9a\x1f\xa8\x51\xa1\x4e\xc0\x91\x2f\x30\xf8\xe8\xb0\x9a\xb3\x8c\xa6\xba\x43\x1f\x55\x82\x89\xb2\x1b\xa4\xb2\xf3\x6a\x80\x03\x14\x65\xc2\xa0\x15\x3e\xd1\xeb\x70\xb4\xf0\x74\x5e\x60\x3e\x38\x76\x34\xb0\x46\xfd\x98\xba\x02\x73\x47\x54\x7d\xb0\xd6\x14\xad\x88\x33\x9a\x05\xb1\x7e\x6f\x1a\xe2\x77\x30\xc4\x91\xf3\x16\x40\xe3\x0d\x76\x20\x84\x39\xb3\x67\xc0\x0d\x83\x05\xa1\x58\xf1\x65\x84\xd7\x45\x81\x60\x81\x91\xd9\xf9\xba\xa8\xf4\x18\xce\x00\xf1\x9a\x3c\x23\x5a\x09\xdd\x31\x41\x71\xea\x13\x1f\xdf\xab\x17\xfa\x4a\x80\xf6\x93\x01\xc3\x10\xda\xbb\x93\xbe\x22\x26\xc8\x41\x2d\x8b\xbd\x70\x89\x2c\x3e\xa0\xb7\xac\x6d\x72\xd0\x0b\x89\x41\x7a\x47\x34\x89\x02\x51\xd1\x8b\x12\x41\x58\x66\x14\x26\x26\xe3\x03\x45\x57\x2e\x90\x56\x14\x25\xc6\x61\x39\x97\x16\x78\xb7\x19\xeb\x20\x94\xab\x1f\xda\xf9\x59\x91\x3e\x42\xd7\x7b\xa3\x96\x05\x13\x8b\xb7\x68\xe8\xd4\xd6\xab\xc8\xbb\xf4\x8d\x5a\xa1\xb4\xef\xf7\x29\xf2\x36\x8c\xbd\x79\x7e\xe3\x46\x8d\xed\x51\xe7\xd0\x52\x1e\xc4\xac\x28\x76\x41\xc0\x8a\x9d\x1d\x63\x6f\x4f\xbf\xbb\x45\xa8\x0c\xca\x0e\x07\x5b\x59\xc6\x9b\x80\x77\x16\xc3\x52\x60\x55\xbc\xf6\x28\x6f\x1c\x58\xae\xe0\x20\x32\x34\x49\x95\xbf\x9d\x1d\x29\x20\x82\x67\xfe\x08\xfc\x7b\xd3\x23\xaf\x22\x5c\xed\xfd\xa2\x48\xc9\x3b\x3a\x7d\x95\xc3\x9f\x73\x8d\x8a\x0e\xa2\xbb\x6b\x0d\xff\xa9\x80\x34\x9e\x00\xf6\x48\x2d\x2c\xf4\xbb\x0c\xc1\xe3\x26\xe4\xe8\x54\x2f\xfb\x84\x02\xaf\xbc\xb1\xd2\xe5\x00\xba\xb6\xa3\xf1\x18\xb7\x63\x97\x9c\x4d\x1b\x7a\xf4\x37\x10\x97\xd4\x8a\x38\xc3\x08\x17\x8f\x74\x73\x5b\xb4\x9f\x91\xc7\x76\x48\x35\x82\x00\x26\x63\x81\x4b\x02\xd9\x04\x73\xc2\x04\xb6\x1a\x41\x48\x3f\xd2\x99\xf7\x0e\x55\xed\x6f\xda\x0b\x04\xd6\x6b\xc8\xb1\xca\x24\x10\xd6\x10\x30\x62\x7b\x11\x09\x07\x36\x14\xa6\x4d\x3d\x66\x92\xb0\x7f\x8e\xa3\x2d\xc3\x47\x19\x1f\x18\x7e\x8d\x6e\x52\x25\xf9\x18\x10\xea\x93\xcd\x3a\x88\x43\x04\x0d\xd2\x5e\x8f\x61\x22\xc9\xa9\x2d\x3a\x88\x7c\x4f\x60\x31\x3b\x47\xf6\xd9\x1a\xdf\xca\xe3\x91\x4d\xb4\x11\x62\x02\x11\x98\xcc\xe3\x39\xd3\x61\x68\x84\xcc\x06\xf1\x81\xb9\x1a\x9a\x21\x7b\x75\x0a\x66\x47\xf0\x2e\xfd\xf8\x8a\x39\xef\x1d\x44\xcf\xc1\x7c\x2d\xb0\x11\x68\xf9\x29\x32\x66\x7f\xff\x27\x91\x44\x84\x72\x00\x45\xd9\xe7\xec\x67\x41\x06\x46\x9b\x13\xc1\x06\x56\xf7\x84\xf5\x00\xe4\xbb\x0c\xb3\x37\xf5\x1d\x81\x04\x80\x46\xc7\x9d\xc4\xb0\xf9\x4a\xcf\x51\x71\xe2\x20\xfa\x15\x69\x58\xde\xb2\x86\x45\xaf\x7a\x0a\x18\x51\xae\xc6\x5a\x18\x7e\xdf\x5f\x9b\xcc\x50\xe0\x08\x6f\x09\x50\xda\x9c\xe9\xf8\x27\x3a\xf4\xa7\x47\x4f\x8f\x9f\xa5\x1d\x66\x67\x07\xdc\x71\xf9\x66\x92\x3e\xce\xb6\x1c\x99\x0c\x0d\x8a\xaf\x5e\x2f\xc8\xac\xa3\x42\x8c\x8b\x61\xb8\x0e\x6c\xa8\x52\x34\xce\xa4\xd0\x70\x51\xa8\xd2\x66\xad\x17\xf9\x49\xbe\x62\xeb\x46\xe0\xb0\x16\x1c\x91\xfd\x22\x08\x0c\x90\x3e\x27\xeb\x49\xe8\xde\xa4\x14\x6e\xb6\x84\x93\xda\x71\xdc\xc4\xcd\xcd\x7e\x36\xce\xe9\x9b\x33\x8f\x49\xf8\x1b\x5e\xf4\xf5\x2f\x68\x49\x10\x12\x73\xde\xc7\xf8\xe2\xdd\xb4\x9f\xfd\x06\xc3\x28\x57\x7c\x67\xb8\x03\x8a\x4d\x4b\x23\xa3\xde\xfa\xcc\x45\x8e\x5a\xe9\xe0\x01\x19\x24\xa8\xf3\x15\x7a\xf5\xc3\x34\xa3\xc7\x64\x7a\x0b\x55\xd2\x64\x29\xfe\xc9\x29\xc0\x2b\xb5\x7b\xc7\xcd\x1b\x4c\xd4\x5e\xbb\x7f\x8f\x97\x76\x0b\x6a\x22\x5d\x4d\x28\x7d\x2b\xf4\x97\xc3\x11\xa1\x0b\x7a\xd3\x4a\xb0\x51\x1b\xeb\x26\x7f\x47\x1b\xde\xac\xa7\x18\xd8\x14\xf6\xf8\x44\x15\xb0\x72\x54\xe9\x5b\xd0\x72\xb1\x4b\x49\x0d\x42\xa9\xa4\x39\x1a\x29\xa5\x87\x75\x41\x3d\x83\x60\xcf\xc3\x03\x7e\xd7\x14\xec\x36\xe0\xf4\x25\x46\xca\xab\x91\x1d\x71\x97\x11\xd0\xe0\x09\x30\x26\xf4\xda\x68\x27\x87\xec\x0f\x8a\x53\x86\x02\x5b\xb5\xfe\x65\xbe\xd1\xab\xae\xca\x0e\x38\x84\x30\x00\x2f\x86\x16\x23\x76\xc4\x1e\x5f\x1e\xf6\x32\x9c\xaa\x7d\x6d\xf6\x46\x35\x63\x75\xe0\x7a\x62\x88\x1f\x8c\xf5\xb7\xb9\x7a\x7d\xf5\x97\x61\x1d\x7e\x25\x6b\x28\xf4\x6f\x1e\xab\x5c\x6d\x95\x35\x27\x92\x42\xbe\x93\xf4\xf6\xe8\xcb\xd6\xb4\xc3\x7a\x73\x93\xc1\x59\x5f\xbd\xc6\xa0\xd4\x24\xde\x8c\xa8\x6f\x85\x95\xb4\x31\x56\x97\x81\x32\x57\xac\x88\xd8\x0f\x9c\xbc\x32\xa0\x14\xf3\x51\x72\x08\xd6\xb7\x40\x94\xdc\xb3\xf8\x46\xc2\x24\xda\xe4\x76\xf2\x4c\xe1\x5d\xaa\x38\xb1\x2f\xe1\x0d\x7f\xe4\xf8\x30\x42\xfe\xda\xe7\x19\x07\xc4\x0f\x95\x20\x58\x8d\xf9\xc4\x68\xbf\x65\xe2\xec\xd4\x2e\x93\xbf\x07\x02\x9e\x85\x80\x4a\x53\x1c\x4a\x52\x72\xb0\xe8\x24\x26\x70\xe9\x66\x67\x28\x78\x80\x98\xf6\xa6\x87\x44\x3b\xb1\x2d\x7b\x9d\xf4\x6c\x7f\x0f\x3c\x50\x61\x37\x9c\x2e\x73\x64\x22\x61\x7c\x33\x59\xd6\xb0\x52\x14\xa2\x74\x58\x4d\x98\x3e\xa9\xed\x1e\x53\x07\x28\x2c\xa0\x1f\xbc\x76\x0a\x9d\xb8\x83\xcb\x55\xe8\xd0\xd6\x00\xa4\x6b\xfb\xdc\x82\x04\xc0\xea\x99\x50\x7b\x89\x21\xc0\xe1\x58\xbf\xff\xee\xdb\x03\xf7\x34\x87\xa8\x23\xb2\x35\x30\xee\x5e\xfb\x74\x03\x74\x75\x0b\x35\x49\x9d\x6a\x84\xb1\x5b\x40\x13\xda\x03\xca\x57\xf0\x16\xf9\x73\xda\xe9\x13\xd1\x0f\x62\x08\x5a\x0e\xd8\xc7\x6a\xb2\x75\x9c\xe2\x98\xc8\x44\x80\x6f\x3f\xf8\xe6\xf8\xe9\xe1\x41\xfa\xd3\xbd\x57\xaf\x5e\xdd\xc3\x3e\xee\x75\x35\x90\x62\x5c\x04\xdc\xd0\xff\xe7\xc9\xb7\xa9\x6a\xd7\x93\x0f\x2d\xa9\x09\x30\xef\x19\x26\x51\x10\x73\x3b\x4a\x70\x53\x51\x60\xc8\x9b\xc9\xce\x21\xbd\x3f\x52\x88\xde\x57\x31\xa1\xed\x91\x1c\xb9\x78\x4e\xc1\xcc\xae\xbb\x11\x83\x8b\xa7\xec\x43\x05\xf5\x2b\x34\x7a\x51\x6b\xd4\xda\x07\xd1\x6f\x83\xaf\xc0\x23\xad\x6e\x4e\x51\xd0\xaf\x9c\xc3\x90\x6e\x3a\x83\xf0\xf9\xbd\xca\x81\x05\x70\xa0\x0d\xdf\x68\x1b\xfc\x0f\x58\x83\xf9\x36\x05\xf9\xa1\x60\xae\xa6\x8f\x5c\x85\xb7\x80\x33\xfb\xbc\xdf\x9e\x42\xa5\x98\xaa\xd8\xc2\x6d\xac\x82\x2c\xed\x9e\x3e\x30\x34\x3a\xd2\x60\x5f\x00\xfb\x1d\x51\x1a\x4a\x8d\xe8\x9e\xec\x21\x7d\x3c\x39\x2f\x74\xa2\x80\x18\xb8\x9f\xf7\x3a\xe0\xcc\x04\xc0\x22\x02\xfa\x28\x91\xaf\xa1\xbc\x04\x07\x6c\x47\x69\xfb\x1a\xb6\xea\x59\x7e\x8c\x7f\x97\x60\xef\x83\x78\x29\x12\x80\xd2\x99\x47\x0c\xb6\x37\xb2\x47\x3a\xda\x63\x86\x74\x43\x1b\x51\x8b\x40\x49\x2a\x25\x29\x9b\xe0\xc3\xba\xc8\x00\x07\xd3\x2e\xda\x12\xc4\x8c\xf8\xaf\x75\x25\x3a\x48\xbb\xca\xff\x4d\xd6\xc9\xe2\xa9\xeb\x7e\x92\xf5\x09\xfe\x34\x75\xf0\x94\xa6\xb3\xc1\x3e\xe1\x39\x5b\x6f\xbf\x51\x18\xe0\xa7\x14\xcf\x00\x48\xd0\x7f\xa2\x27\x99\xe9\x25\xbc\x76\x68\x8d\x52\xe3\x72\x36\xdc\x58\x0c\xe4\x9c\xb9\x2e\xb6\x60\x56\xa3\x51\x1d\x0a\xc1\xc3\xd4\x29\x43\x8c\xc5\x51\x04\xe0\x60\x04\x80\x0f\xe4\x4d\xc7\xd2\xf1\x2d\x62\xb0\xf6\xf2\xe2\xfa\xd7\x1e\x8b\x4e\xf8\x35\x16\x1b\x6f\x62\x34\x26\x03\x44\x6e\x79\x7c\x8b\xc8\xf7\xf2\xa4\x52\x3f\x1a\x70\x8c\xcb\x23\x72\xaa\x47\x04\x54\x3b\xd2\xbb\x98\x5f\x76\xa8\xb2\xbc\x54\x4e\xde\xd3\x19\x27\x7e\x80\xfd\xc0\xbf\x42\x4e\x83\xe6\xe3\xb0\xd8\x80\x5c\x91\xe7\x36\xa1\x14\x4f\x89\xac\x38\x83\x8f\x57\xa7\xac\x24\x0a\x7d\x23\x8e\xb1\x3a\xc5\x71\x24\x53\x59\x61\x07\xe3\x30\x60\x3d\x74\xc5\x71\x6e\x6d\x90\x61\xd5\xff\x9c\x99\x52\xe5\xd5\xf4\xa1\xa1\x4c\x44\x03\x5c\xb7\x54\x55\xa5\x8b\xe9\x63\x4c\x1e\x58\x84\xdb\xb6\x2e\xcc\x36\x4e\x2d\x84\x5c\x2a\xdc\x10\x09\xe0\x13\xad\xd2\x57\xef\xc7\x44\xdf\xd3\xc8\x37\x10\x9c\x3a\x36\x46\x5a\x2a\x0a\x57\x6f\xd1\xa4\x0d\x63\x8c\x29\xb7\x5a\xe6\x52\xc5\x1f\x56\x8c\x04\x59\xae\xb4\xf1\x77\x83\x08\xe2\xc1\xa6\x51\x64\x2d\xbf\x38\x89\xd0\xed\x03\xe5\xc7\x33\xa8\xd8\x32\xfd\x4c\x13\x42\x77\xa0\x1c\x69\x8d\x42\x4b\xb7\xb1\x05\xc6\x71\xd7\x5d\x8d\xb1\x28\xf1\xe3\x93\x88\xe3\xc4\x87\xed\x7d\xb0\xf8\xc7\x23\xdb\x7d\x9b\x80\xf1\xd1\x31\xee\x8d\x07\x1f\x77\xfb\x8e\xc8\xf0\xe3\x87\x1c\x4b\x9f\xbf\x01\x3a\xf6\x5b\x85\xed\xd9\xae\xc8\x38\xcc\x89\x9e\xc8\xf0\x80\xb4\x09\xb0\xb2\x41\xef\xa9\x38\xd6\xf2\xb8\x26\xe8\x1d\xf2\xe7\xd8\x2c\x7b\xe1\xe5\x87\xe7\x38\x6e\x50\x96\xe5\x27\x27\x93\x79\x6d\x5e\x35\x18\x8d\xbd\xab\x17\x64\x8c\x4e\x26\xc2\xba\x4d\x77\x12\xc1\xec\x82\x22\x98\x6d\xb9\x36\x07\x36\x99\xd6\x26\x03\xf1\x87\x8b\xd8\x04\x6a\x2a\xb1\x7a\xa8\x88\x8c\xc1\x49\x4d\xb4\x51\x80\xe2\xe7\x00\xa9\xdf\x99\x5d\x66\x13\xc4\xd1\x93\x81\x64\xfb\x44\xe3\x70\x7c\x92\x3d\x9f\x70\x53\x0c\x68\x31\xc3\xbf\x28\xc8\x7c\x33\xfd\x9e\xbc\xce\xd0\xac\x49\xb5\x68\x7c\x04\x0c\x68\xed\xba\x42\x29\x04\x95\xa0\xbe\x65\xb3\x2e\x40\xf2\xc0\xe0\x5b\x34\x22\x70\x4b\x14\x33\x20\x08\x01\xe6\xeb\x76\x15\x70\xc6\x3a\xe3\xda\xdf\x68\x8c\xae\xcb\x11\x7b\x30\x56\x97\xd4\xc3\x39\x88\x33\x99\xd5\xa3\xdf\xcd\x5c\xb0\x12\x91\x9f\x1c\xbf\x03\xc4\x2d\x73\xf6\xf8\x8e\x25\x82\x06\x16\x4c\x91\xb5\xb2\xfd\xa8\xb0\x02\xb0\x5b\xf3\x3a\xae\x20\xc7\x03\x58\x14\xfe\x77\x79\x5e\xbb\xc9\x53\x68\x31\x4e\xc2\x65\x83\xa8\x49\xd4\x2b\xfa\x2c\x09\xb8\xd6\x14\x9d\x09\xee\xe8\x57\xf8\x0c\x81\x5f\x52\x5f\x88\x3a\x73\x05\x37\x18\xc3\x41\xe5\x18\x48\xc4\xa4\x14\x50\x8d\x7b\xc0\xf8\x6a\xa5\xaa\xb6\x36\x92\x07\x48\xe1\xfc\x18\xe7\x83\x91\x71\x3c\x00\x1a\xbe\xda\x3a\x83\xea\x33\x7a\x1b\x20\x63\x3a\x89\x16\xe4\x12\x10\x01\xbb\x87\x77\x87\x7b\xb8\xfe\x25\xb1\x71\xe4\x26\xc3\x78\x72\xf6\x0b\x47\x09\xa4\xbf\x25\xc3\xd2\xa6\x5f\x25\xab\xd5\x49\x8b\xb6\xff\xf8\x12\xee\x4a\x61\x91\xb6\x1d\xa9\xc9\xe5\x5d\x13\x83\xc2\xd5\x3e\x82\x1d\x1e\xee\x9c\x2c\x1c\xd4\x9c\x6c\x2f\xdd\x07\xb2\x99\x15\x19\xd9\x15\x2a\x94\xfd\xa7\xfe\xc8\xfc\x41\x5a\x0f\x14\xef\x65\x72\xb7\xc1\x38\x36\x72\xb7\x07\x93\xe6\xab\x36\x1b\x0b\x13\x18\x2e\xdd\x1b\xe5\x62\x74\x05\xe0\x1a\x6b\xb1\xcc\xcc\x3a\xb4\xcc\xdc\xb1\x81\x00\xfa\x85\x53\x58\x7f\x1e\x64\x12\x2d\x22\xe8\xe3\xa1\x6e\x15\xad\x32\x2d\xcc\xa9\xc4\x2f\x13\x25\xa9\x04\x82\x76\xa2\xc9\xf5\x2f\x25\x79\x35\xed\x3a\xa8\xc5\xcc\x39\x25\x96\xda\x6c\xc9\xf2\x53\xf2\xeb\xf2\x28\xad\x3a\x8d\x64\x6c\x89\x08\x11\x7c\x27\xb9\x0e\x73\x43\x46\x6d\x7a\x71\x1b\xa2\xa0\x8d\x12\xe6\xd0\x66\x56\xb1\xc6\xa4\x6c\xf1\x69\x3f\x92\xfc\x32\x5c\x75\x44\x16\x6d\x61\x4c\x0a\x6d\xa9\xd8\xe9\xa9\x75\xa3\x22\xd0\x21\x74\x20\x11\xfb\x5c\x39\x4a\x96\x28\xf1\x1c\x72\x10\x0b\x1e\x75\x32\x19\x01\xb9\x38\x3f\xc5\xfa\x06\xf8\x0b\xda\xc8\x76\xbc\xc8\xae\x7f\xc1\x1b\xc5\xc6\x13\x44\x4e\x42\x08\x92\x67\x43\x84\xaa\x0d\x1b\xf1\x32\x34\x70\xbc\x69\x87\xf1\xfd\xac\x7a\x76\xd8\x6e\x60\x4c\xa6\x08\xa2\xc2\x0b\xb1\x31\x41\xb3\xa5\x01\x90\xa2\xf5\x2b\x5f\x2f\x6b\xfe\xba\xea\x5d\x33\x82\x30\x7b\xd1\x2c\x33\x3d\xbc\xa2\xcc\x0a\xdb\x7a\xf6\x15\x75\xf4\x66\x8c\x3c\xd3\xec\xad\xb3\x4f\x41\xec\x36\xab\x71\x3a\x10\xa6\xcc\xa8\xe3\xda\x5c\xbe\xc9\x54\x04\x66\x6a\x9c\xdc\x0e\x46\x73\xc9\x99\x6c\xf7\x83\x5c\x6b\x42\x57\xcd\x7b\x83\xcb\x11\x5b\xc9\xfa\x2e\x10\xf1\xe2\xc3\x2d\xcf\x04\x80\xbb\xc7\x25\x0d\xfa\x11\x77\x83\xbe\x2b\xb1\x0d\x9d\xcc\x9e\x05\xbe\x9d\x75\x15\xb5\xf1\x07\xb7\xa4\x1f\x77\x22\x6d\xf2\x83\xa9\x4f\x5f\xfa\x84\xd7\x71\x14\x1a\xff\xae\x42\x35\x5c\xc6\x48\x5b\x0d\x13\x47\xba\x40\x6e\xbd\xca\x61\xde\x80\xe3\xd5\x06\xe3\x28\x5e\xb0\xad\xd0\xd6\x57\xb5\x99\xe2\x24\x49\xc0\x05\xb9\xe2\x47\x39\x02\x30\xeb\x1d\x8b\xf6\x94\x60\xd7\xd9\x7e\xfb\xa7\x24\x8e\xde\x6a\xcd\x84\xbf\x67\x39\xcc\x24\x6b\x10\xb7\x0b\x8c\xd5\x9e\x61\x94\x87\x6a\x83\xa1\x1f\x1b\x53\x6a\xb4\x89\x42\x49\x81\x62\x4f\x6a\x56\x2f\x2f\x0d\xe5\xee\x6e\xa6\xcf\x80\x5f\xdd\x26\x14\xa5\x50\x5e\x9d\x9a\x29\x3d\x32\x21\xe9\x91\xf2\x28\xed\x6c\x24\x2e\x07\x01\xf6\xb0\xbb\x41\x44\x5b\xcc\x00\x4d\x7b\x13\xb8\xa2\xb8\x9c\xe1\x51\xa2\x70\x2e\x1e\xab\x16\xc7\xb1\x96\xad\x47\xfd\xa7\x37\x72\xdb\xd8\xfc\x51\x3b\x0c\x19\xc2\xb9\x6a\x6d\xf6\x69\xef\xde\x8e\x89\x0a\x26\x7e\x1c\x2f\xc2\x8b\xa1\xbc\xb5\x2d\x61\x5b\x07\x9a\x3a\x55\x8e\xa2\x49\xb3\x91\x83\x41\xdb\x3f\x64\x78\xae\xff\x14\x3e\xeb\x97\x1c\x13\xba\x0d\xba\xf8\x7c\x34\x11\xee\x30\xb5\xba\x0d\x2c\x2e\x86\x67\xff\xa5\xe8\xe2\xfd\xee\xfa\xb1\xc5\x47\x6c\x99\x6f\x65\x32\xbe\x27\x6f\x6a\xa8\xdc\xb7\x09\x54\x39\x7a\xeb\xc0\xac\xd8\xa5\x55\xfd\x9e\x7c\x31\x48\xc5\xba\xdf\xe8\xd8\x62\xd5\x31\x7b\xdf\xb8\xee\x58\x26\xcc\x60\x17\x06\xd8\x4a\x74\x16\x91\x55\x1e\x5b\x31\x43\xab\xdf\x6c\xc4\xec\x6f\xe4\x50\xdd\xb2\x3f\x53\x27\xab\x44\x6f\x9a\x65\x90\xae\x73\x8f\x39\x4e\x80\x0b\xfa\xda\x97\x5e\x86\x18\x32\xfe\xbd\xa1\xba\xac\xf7\x69\x30\x9d\x61\x8a\x15\xf5\x5f\xcd\x0f\xb3\xc7\xce\xe2\xa6\x44\x31\xfd\x09\x22\xf6\xe8\x67\x8b\x09\x10\xef\x58\x75\x7e\x17\xbc\x79\x45\x07\x36\x24\xcb\xb8\xbc\x19\x3c\x44\x1d\xb9\x14\x09\xfd\x57\x58\x9f\x64\x8a\x95\x78\x5e\x19\x8d\xa6\xad\x59\xa4\x1d\x2e\x23\x23\x99\xdc\xef\x98\xe4\x31\xf2\x59\xd1\x93\x44\xf0\xf0\x44\xfe\x5d\xe6\xeb\xd9\x78\x4a\x98\x20\x1d\xfa\x27\xae\x15\x27\x8d\xf6\x19\xed\x7a\x1f\x2c\xda\x33\x44\x7f\x6d\xc6\x4e\x97\x1b\xc6\xd7\xae\x89\x2f\x46\x22\x3a\xfe\x65\xbc\xa3\xcd\x60\x58\xfe\x77\x56\x1b\x92\x87\x6d\x72\x78\xe5\x27\xdc\x0f\x6e\x12\x37\x9c\x5e\xfd\x19\xaa\xbb\x42\x36\x01\xb1\x76\x2f\xb6\x14\x28\x3f\x14\x3e\xe5\x10\xad\xae\x54\x68\x60\xa4\x0b\xb4\xc6\x3a\x3c\x09\x94\x5e\xee\x36\x9f\xf4\x5b\x54\x98\xd1\xdc\xec\x38\x9a\xfb\xd5\x5f\x12\xa6\x95\x13\xcc\xcb\xee\x92\xb2\xb7\x52\x18\x0f\xcd\x65\xc8\xf7\xd8\xa8\xcb\x47\xf8\xca\x69\xac\x16\x6d\x58\x21\x26\x6f\x48\x32\x52\xb1\x27\x64\xb9\x67\x59\xd0\xeb\x25\x46\xd7\x71\x21\xe6\x9b\x4d\x2f\x5b\xfb\x44\xfa\x8d\xe2\x3d\xcb\xc8\x1c\xdb\xb9\x1b\xa9\xb1\x6f\xe8\x66\xb1\x44\xc5\x3d\xf9\xbe\x21\xe3\xdf\x8c\x8c\x78\x80\x6c\x26\x6e\x5f\x85\x9e\xab\xfc\x86\xb2\xc1\x4c\xf9\x3c\x0c\x39\x0d\xb9\x89\x38\xdd\x8f\x35\x69\x1d\xa9\xf5\xae\xc9\x18\x79\xe7\x27\x7f\x70\x90\x53\x2a\x60\x22\x6d\x78\x0d\x98\x46\x33\xc8\x4b\x84\x16\x78\xa4\x91\x03\x8c\x8a\x73\xb5\x26\x39\x2b\x0a\x23\x11\xab\x9f\x50\xf8\xb3\x19\x6f\x7b\xa6\x32\x5b\xbb\x24\x9b\x26\x20\x98\x20\x13\x58\xf7\x46\xbb\x76\x8c\x0b\x3e\xab\x0d\x69\x2d\x7f\x21\x70\x6f\x06\x5c\x85\x85\x7f\x38\x75\x51\xc5\x16\x03\xbd\x59\x88\x50\xfa\x8b\x0d\x55\x2c\xc4\x61\xba\x60\xaf\xbc\xe7\x37\xa2\x1c\x9e\x99\xe3\xff\xfe\x2c\xfc\x5f\xc0\x9a\xdd\x8a\x4a\x73\x45\x1b\xad\x1c\x19\xc2\xc8\x7c\xd4\xb1\x54\xac\x01\x25\xe6\x4a\x2e\xb9\xe4\x7d\x6c\xed\xbd\x0c\x07\x0e\xfa\x1b\x50\x82\x7d\xf5\x62\x13\x02\x26\x00\xfe\xdc\xbc\xc1\x9a\xb6\xa8\x80\x96\x2b\x69\x99\xd1\x9e\x3a\xef\x19\xaf\x55\xa2\x0e\x1a\x00\xd9\xb8\x24\x35\x9c\x91\xb7\xcc\xad\x84\x31\xde\xa7\xa3\x9c\x84\x48\xa2\x0f\x26\x74\x36\x84\xf1\xd9\x20\x55\xd8\x5c\x98\xd0\x6a\x4b\x6e\xf7\x6b\xbe\xf5\xf6\xf4\x05\xef\xb8\xc3\xff\x64\xb0\x5c\xb9\xe1\x3b\x89\x5d\x43\xb7\xbb\x25\x5c\xb3\x8d\x57\xca\x43\xc5\xa8\xe6\x5f\x9d\x9e\x20\xa7\xdb\x4d\xcf\x61\x99\xde\xb3\x5d\x7f\x6a\x8c\x56\xfe\xd5\xa9\x59\x5c\x75\x8b\xb9\x1d\xc4\x53\x53\x56\xf3\x49\xb8\xba\x87\x4e\xde\x31\xf7\x48\xd6\xfa\x2e\x34\x95\x0c\x41\x5d\xcc\x18\x49\x0e\x1c\x31\x63\x0c\xbd\x3f\x26\x93\xfe\x95\xf3\xb1\x97\x1d\x55\x0c\x3d\x15\xc2\x71\xc4\xe0\x92\x5c\x64\x84\xe4\xfa\xce\x2a\x10\x2c\x51\x6a\xc7\x47\xbc\x7e\x0a\x34\x97\x5a\x06\x9f\x45\x2a\x45\x26\x16\xda\xa2\xe0\x83\x20\x47\x0e\x45\x51\x65\x83\xef\xca\x06\x47\xd4\xe4\x71\xed\x74\x60\xc0\x11\xfd\x40\x47\xfa\x32\xc9\x54\xb3\x9c\x1b\x55\x73\xce\x1c\xd2\x55\xa1\x6d\x42\x13\xa6\x64\x4f\x2c\x62\x63\x79\xc6\xf3\x81\xc9\xde\xbd\xc5\x5c\x63\x4b\x0c\x3e\x29\x52\xca\x8b\xf5\xf5\x2f\x8d\x99\x6f\x25\x9f\x3b\xe1\x36\xe2\x60\x4f\x43\x74\x2e\x16\xda\xd3\x63\x76\x07\x23\x25\xbf\x37\x4c\x4c\x4a\x53\xe5\x64\xa2\x4b\x99\x69\x6c\xd2\x10\xe7\x2f\x7e\x44\x5e\xe2\x9c\xe2\x96\x0b\x6c\xd2\xd8\xa4\x35\xad\x2a\x50\xd6\x5a\xe9\xf2\x93\xf4\x6e\x96\xf8\x75\x4f\xec\x8b\xc0\x02\x35\xb8\xfc\x36\xa0\x82\xcf\x64\x9d\x24\x0b\x67\x83\xf6\xb0\x2d\x66\x94\x2e\xe9\x89\xa1\x43\xcf\x63\xb5\x91\x2c\x3a\xa2\x98\x11\xb7\xb6\xb1\xd1\xd8\xd7\x1b\xbd\x0a\xe6\x28\xba\x72\x7e\x54\x1b\x26\x3e\xfd\x74\x4e\xaa\xe1\xf9\x67\xa1\x3a\xf5\x20\x28\x0e\xd4\x1f\x61\xb1\x63\x16\x83\x14\xd3\xe1\xf7\x1e\x35\xf7\x1f\x90\x29\x62\x75\x52\x34\x0a\xe5\xf8\xd1\xbd\x52\xb5\xea\x8d\xea\xf0\x7a\xdc\xa7\x33\xdb\xf7\x45\xa1\x01\x7f\x58\x3e\x96\x6b\x37\xfa\xee\x77\x35\x2c\x16\xa7\xde\x68\x07\xb6\xc3\x65\xd0\x13\x14\xe0\x05\x4e\xbe\x86\xa9\x2f\xfa\x4b\x1a\xda\x29\x86\x5f\x83\xb8\x15\xbe\xd0\xc5\xcf\x8b\xb6\x71\xa4\x35\x5e\xff\x91\x8d\xe9\x98\xd7\x1a\xec\x63\x61\x96\x93\x31\xf8\x8b\x34\x3c\x66\x00\x8a\xbe\x5e\xf3\x2a\xb7\x79\x9d\xd6\xc8\xd3\x8d\x56\xaa\x3b\xf4\x40\x67\x16\xdb\x7f\x47\x13\x11\x8c\x8f\x43\xc9\x89\x0d\x25\x4d\x13\x7e\xa3\xd2\x3e\xc9\xf1\x45\xaa\x28\x87\x32\x08\x82\x4f\xef\x43\x9d\xdf\xdd\xd8\x83\x57\x79\xda\xc0\xb8\x37\xf6\x35\x74\x76\x10\x22\xbe\x0d\x77\x45\xf8\x80\xbc\x22\xe3\x11\xe5\x05\xe0\xc6\x25\x72\xf5\xa3\x59\x5b\x41\x06\xac\xed\xad\xba\x19\x9b\x75\xaf\x9f\xdf\x34\x53\x22\x2c\x48\x62\xf2\x8d\x1e\xce\x11\x3f\x00\x9a\xee\xb1\x07\xef\xe8\x65\x38\xc5\xf1\x6e\x7e\xd3\x3c\x89\xc0\x57\xa7\x4c\xd2\x06\xf3\x84\x56\x68\x00\xba\xed\xe3\x11\x11\xda\x99\xcf\x83\xc1\xec\x03\x1f\x85\x0b\xb8\x79\x8c\xe1\x2a\x62\xa1\xe8\x86\xae\xb7\x07\xb7\x5b\xda\x69\xde\xce\x4e\x17\xb2\x24\x17\x4d\x00\x2e\x61\x91\x67\xa4\x56\x08\xf5\x08\x7b\xda\xb9\x69\x5e\xfe\xcd\x35\x1b\xd1\x42\x0c\x0d\x0b\xe8\x11\x17\x95\x85\xbe\x5f\xcc\x09\x59\x2d\x50\xe1\x38\x6b\x9a\x25\x19\x72\xd0\x65\x6d\x94\xcf\x6b\x30\x81\x2f\x1f\x71\x16\x01\xb4\xd1\x22\x73\x8f\xf7\xd3\x0f\xba\xb5\xd9\x99\x9a\xe2\xc1\xbd\xf9\xc4\x59\x10\x54\x7a\xb3\xab\xf2\x15\x6a\x12\xd9\xc2\x5f\xd4\x27\xb8\x69\x0b\x5d\x6d\x3f\xbc\x71\xf0\xe1\x09\x78\x9f\xe1\x20\xd9\xff\x76\xe0\xf9\x43\x99\x2c\xb6\x7b\x56\x16\x18\x3d\x05\xcb\xb3\xe6\x4e\x1c\x23\x25\x1d\x13\xbb\xd2\x0f\x5c\xba\xcc\xb7\xb0\x9c\x92\x28\x86\xd5\xe1\x6d\x29\x31\x20\x46\x7b\x8a\x5c\xa9\x81\xeb\x5c\x11\x37\xd1\xa1\xc0\x50\x71\x0e\x43\x4e\x0a\xb2\x67\xed\xe1\xf4\xdc\x06\x3c\xba\xc5\xec\xc6\x5c\xa0\x68\x23\xe2\x7d\xc0\x34\xab\xbd\xcb\x44\x31\x80\xd3\x3c\x4a\xbd\xea\x2e\xd4\xd8\x58\xb7\xbe\x57\x63\xc3\xf9\xd8\x47\xff\xf5\x21\xe4\x7e\x71\x54\x8c\x70\xd1\xc1\x22\x18\x04\x42\x0e\x87\x5c\x44\x60\x83\xdb\x1c\xe8\xd5\x43\x33\xa7\x9c\xfc\x1b\xb3\x73\xde\x23\x21\xb9\xe8\x6a\x34\x04\x99\x9d\x9a\x1a\x28\x55\x5e\x71\x46\x25\x09\xa6\xf1\x07\x5b\xd8\x8c\xb4\x00\x31\x17\xb3\xe7\x74\x14\x9a\x27\x68\xb4\xd9\x92\xa9\x11\x8a\xfb\x0a\xdf\x9d\xc3\x0b\x4d\x6c\xa0\x6d\x89\xfa\xfe\x05\xbd\xf7\x10\xcf\x6e\x4d\x3c\xa4\x15\xc0\x19\x32\x8b\x41\x63\x69\x66\xe6\xad\xa2\x68\x2a\xcc\x4d\xc2\x09\xbe\x69\x56\x2a\x68\x19\x34\x59\x1b\x8a\xf2\x30\x2b\x00\xca\xba\xf5\x0c\x37\x04\x75\x01\xaa\xc1\xf0\x76\x4b\x4a\x28\x22\x9c\x62\xb7\x42\x44\x8b\x4c\xde\x70\x44\x3b\xd1\xa8\xfd\xda\xcf\x79\x6c\xa5\xd2\xf4\xa4\xd6\x71\xb3\x0e\x93\x4b\xb1\x3d\xf6\xb0\x91\xdd\xda\xa5\x56\xeb\x5b\x6c\x2c\xc5\x41\x20\x63\xb5\x55\x78\xa4\xd4\xba\xbf\x59\x2f\x64\x97\xce\xb9\xf1\xf5\xdf\x6f\xd1\x38\xcf\x28\x3b\xc2\xd5\xcf\x79\xf5\x1b\x1b\x92\x55\x9a\x8b\x28\x42\xea\xf6\xdb\xb7\x96\x57\xcf\x6c\xfa\xbd\xdd\xab\x5b\x8d\x6d\xe6\x67\x7a\x01\xec\xc7\xd3\x39\x46\xbc\xda\xee\xa9\x3a\x37\xa6\xc5\x34\x6d\x6b\x94\x19\xc8\x0e\x9c\xc3\x51\xd9\xad\x0d\x5a\x61\xd4\x2b\xb4\x24\xc2\xf8\x18\x3b\x45\x44\x04\x2d\x77\x42\x49\x02\x3a\xb8\x2d\x54\xee\x99\x4f\x89\x29\x69\x61\x2e\x75\xb7\x68\x3b\x40\x8f\x32\xa1\xef\x65\x3a\xf8\x01\x20\xa0\x4e\x9f\x1c\x43\xbd\x9b\xda\x0d\x4e\xfa\xc2\x35\xde\x0e\x5b\x2f\xd4\x62\xa9\x6f\x33\xec\x03\xac\x78\x63\xcb\x9b\x07\xee\xb7\x07\x4c\x74\x92\x17\x88\x24\xe7\xdd\x62\xa5\x31\xa9\x5f\xb3\x9c\x91\x01\xcf\x18\xb0\xaa\x4a\x15\x5b\x0c\x87\x09\x7f\x43\xa5\xae\x88\x44\x43\xe0\x0d\x4a\xdd\x2a\xb2\x52\x1b\x99\x86\xfd\x96\xfe\xe1\x41\xc8\x82\x83\x5c\x8c\xc1\x8a\x48\x70\x94\xab\x8d\x0c\xf9\xd8\xe8\x85\x59\x21\x63\x2c\xd1\x05\x50\x34\x6a\x9c\x64\x8c\xb2\x0a\xbe\xaf\x22\xa9\xcc\x56\x11\xde\xc0\x68\xff\xcc\xb8\x2c\xb6\x8b\x42\xb3\xb6\x98\xc4\x95\x14\x8b\x56\xa8\xde\x88\x27\x45\x32\x33\xb4\xf0\x28\xdb\x64\xe9\xda\x8a\xcf\xfb\x5a\x31\x3a\xb5\xcd\x10\xf2\x48\x62\x5f\xab\x6e\xa7\xf6\xd4\x5c\xa3\xb5\xd8\x8d\x55\xed\x54\xb8\xa6\x13\xe1\xc7\xaa\xca\xc8\x16\xb7\xc1\x37\xd6\x5d\xb0\xe3\x67\x09\x87\x87\x51\x42\x15\x5a\x08\x87\x6e\x16\x6f\x53\x2a\x93\xba\xf8\xd2\x6e\x1f\xcf\xfa\x8f\xed\xc8\xe7\xeb\xd6\x56\x44\xf1\xeb\x1b\x7e\xa8\xe5\x12\x2b\x34\x64\x6c\xd4\x4e\xb4\xd0\x7e\x8a\x43\x7c\x71\x21\xb3\x01\x91\x9a\x84\x3f\x48\x6a\x0f\x9f\xd3\x43\xca\xc9\x4f\xa2\xd6\xa7\xa8\x12\xe2\xf0\x11\x27\x5b\xda\x12\x74\xac\x0d\x38\x41\x74\x31\xe0\x6a\x64\xdb\xe5\x23\x62\x04\x6b\x8c\x2d\x63\x79\x65\xef\x08\x00\x39\x91\xe6\x51\x84\x77\x59\x1f\x09\x76\x6c\xeb\x49\xb6\x67\xe9\x8e\x35\x3c\x5d\xa8\xe1\xe1\xba\x94\xe8\x79\xfa\x44\x32\x3b\x87\x1d\x14\xe6\x34\x17\xb9\xf6\xa8\x97\x17\x9d\x5f\xc4\x6f\xe8\x75\xad\x9a\xe6\x95\xa9\x33\x9f\xe5\x7f\xb1\x6c\x7d\x8e\xdd\x0b\x1b\x43\x03\x3d\x60\x35\x9a\x11\x48\xee\x7f\xbb\x28\x61\x00\x19\x21\xf8\xd0\x98\x47\xf4\x9b\x25\xbc\x6e\xb0\x35\xf6\x1d\x39\xdc\x19\x07\x3d\x56\x7d\x1f\x41\x4d\xa9\x7e\x92\x14\xc5\x36\xbb\xfa\xb7\x98\x6f\xdd\xe6\x50\x1f\x4d\xa0\x2e\xd2\xdf\x9e\x0e\x58\xf7\xfa\x01\xab\xcd\x38\x27\xd2\xbd\x8f\x25\x4a\x87\x25\x23\x1b\x9b\x6d\xdf\xc7\x56\x92\x57\x3a\xca\xf6\x0e\x4c\x31\x77\x8e\x59\x01\x1d\x10\x3f\x93\x6c\x0c\x04\x19\x67\x3a\x55\x7d\xa0\xc6\xb7\xb3\x7c\x0e\x2b\xa6\x73\x8b\xeb\xd3\x0e\x2b\x34\xb2\x25\x87\xe2\x58\xd3\x12\x8c\x46\xf7\xa2\x3f\x52\x13\xdf\x13\xb2\xc4\x40\x3f\x39\x62\xcf\x87\xe3\x88\x5a\xd9\xe9\xd6\x23\x87\xc6\xa8\x0f\xce\x4a\xce\xa9\xc6\xf7\xf6\xf3\xae\xd4\xe5\xa3\x00\x23\xa7\x4d\xf1\xe4\x3c\xc0\x48\xd5\x3d\x86\x03\xc1\xf8\xf6\x82\x03\xcb\x5d\x60\xc0\x06\x56\xf7\x0e\xf6\x85\x03\x4f\xbb\x20\x0e\x1a\x1f\xc8\x6c\x0a\x1a\x0c\xfa\x62\x7a\xee\x15\x07\x64\x2b\xc8\xe2\x93\x8a\xa3\x07\x79\x55\x70\x63\x35\x3a\x73\x4e\x48\x98\x29\x77\x29\x78\x3e\x18\xc8\x09\x2d\xa5\xfa\xd3\xb1\xae\xf2\x70\x84\x79\x89\x5c\xa1\xcc\x02\x68\x5d\xe8\x3d\x5f\x4a\x56\xdc\x60\x48\xf2\xfd\x0b\x2d\x34\x8c\xe4\xfe\xa4\x49\x9c\xd9\x39\x4d\xc2\xfd\x0b\xad\xe5\x2e\xff\x46\x73\xd8\x6f\x82\x0e\x5d\x73\x50\x81\x08\xeb\x1f\xe1\x7f\x05\xba\x22\x8b\x31\xae\x1f\x28\xd4\xb8\x20\x34\xe0\xa2\x82\xc1\xfb\x5d\xc2\x2a\x6f\x42\xe5\x37\x8d\x15\xdf\x64\x6e\xd3\x7f\x95\xe7\xd2\x70\x12\x5c\x32\xb4\x13\xe0\x72\x4a\xcb\x8e\xca\x23\x4e\xcc\x0e\x3b\x22\x1f\xd0\x8d\xbf\x91\x7c\xec\x9a\x6d\x1c\xb1\x38\xce\xe0\x4d\x1a\x79\xc1\xbb\x37\x4c\x5c\x10\x2e\x08\xba\x8c\x71\xad\x9e\x9d\x5b\x63\xb4\xe9\xf0\xdd\xff\x2d\xab\x56\xed\xd7\x60\x29\x5c\xe2\x52\x66\xf1\x4f\x4d\x29\x1e\x33\x0e\x5c\x46\xe1\xe3\xb9\xbc\x67\x78\xe7\xca\x69\xb2\xde\xcf\xd2\x93\x80\xe0\x73\xa4\x15\xed\xd7\x68\x34\xc8\x34\x79\xbb\x9d\x51\x42\x85\x85\x29\x10\xbf\xb7\x86\xf2\xcd\x28\x89\x69\x16\x54\xef\x79\x1b\x71\xe1\xd2\x60\x78\x71\x92\x5c\xa5\x04\xd1\x05\x26\xab\x68\xe5\x37\xe9\x3a\x33\x67\xc8\x40\x22\xd9\xc3\xc3\xf0\xa3\x25\x56\xd3\x47\xba\x29\x18\x3b\x4a\xc5\xb1\x5a\x96\xa4\x7d\x1f\x29\x7b\xc8\x14\x78\x49\xed\xcf\xd0\x73\x1d\xb0\x6b\x46\xb8\xb6\xd2\xd7\xe7\xf9\x09\xbb\x5d\x5f\xa0\x53\x91\xb5\xe1\xb3\xf1\x9d\x2c\x7e\x35\x1b\x72\x32\x65\xed\xe5\xc4\xee\x3d\xf2\x4a\x94\x27\xe3\xb9\x25\x1a\xe9\x1c\xb8\xbf\xa5\xcb\x77\x19\xbc\x40\x84\x6d\x60\xc1\x0f\x0f\x43\x47\x54\x39\x94\xb6\xad\xf3\x79\xd7\x6a\xef\xe3\x7a\x9f\x4b\x62\x95\x0d\x60\xae\xb3\x70\x9b\x87\xed\xa2\x77\xb8\x17\x00\xa5\x8b\xa5\xf2\xe9\x78\x2f\x7a\x24\x0f\xf3\x60\x98\x16\x7d\xd0\x01\x63\x8e\x8f\xc4\xa9\xfb\x43\x36\x03\x3e\xa1\x31\x60\x57\x88\xcd\x47\x7f\x2a\x34\xfd\xc7\x18\x01\x92\xa8\x82\x98\xe9\xf5\x6b\x35\x5d\x6d\x79\x98\xcb\x37\x67\x65\x08\xa1\xae\x0e\x00\x56\x31\xfd\xf2\x1e\xfe\x43\x9c\x2f\x65\x40\x1d\xac\xbd\x41\xd9\x15\x61\x01\x58\xc1\xdd\x06\x11\x3c\x6c\x9b\xe2\x8f\x5b\xb6\xbc\xc4\x8c\xee\x5d\xfa\x05\xd4\xf1\x30\xc6\x71\x8f\x7b\x4c\x2e\x16\x5a\x88\xe5\xf7\x5b\xa9\x76\x1c\x40\x43\x5c\xad\x44\x02\x3d\x6b\xd4\xf4\x49\x93\xde\xcf\xd2\xe3\xfb\xf6\x1a\x95\xed\x7a\x46\xaf\x01\xf1\x3d\x4c\x8f\x9f\x3c\x3b\x0a\xea\x04\x57\xa5\xff\xc9\xdd\x99\xf0\x83\x8d\xfe\xc2\xf7\xae\x71\x78\x01\xbd\x15\x71\xab\xb7\xe3\xf5\x9c\x99\x3b\xc1\xc4\x18\xd3\x87\xe5\x64\x42\x60\x30\xcb\x09\x19\x52\x5d\x5e\x70\x44\x14\xe9\x79\x92\xf2\x2d\xdf\x86\xf1\xd3\x0d\xb2\x8b\x73\x34\xf1\x66\xd5\xca\x96\xa2\x2e\xd4\x68\x9c\xfa\xfe\xc1\xfb\x93\x08\x8b\xcd\xda\xa2\x71\x11\x18\xe5\x02\xf2\x7d\x79\xf6\xed\xb1\x5d\xf8\x2a\x5f\x63\xbd\x19\x7a\x63\x9e\xd0\xe3\xb0\x6e\x56\x86\x6c\xbb\x82\x5d\xf4\x0d\xd6\x68\xd6\x00\xfb\x87\xf1\x95\x43\xc4\xd6\x14\x00\xd1\xf3\x6d\x7a\x74\xff\x49\x3c\x09\xca\xb3\x60\x25\x04\x37\x9d\x9d\x12\x69\xc0\x3d\x44\xda\xdb\xd9\xe6\x6b\x20\x70\xf9\xda\xee\x6c\x14\xd6\x3d\x88\xdb\x31\x86\xfc\xfb\x9c\xa2\x90\x8a\xb8\xae\x63\x1c\x23\xa2\xd1\x93\x3e\xc6\x5b\xde\xe8\x98\x37\x89\x48\xc5\xa8\x95\x6a\xd4\xd9\x4d\x26\xa0\x61\x4f\x23\xf1\x78\x47\x17\x3f\x16\xbc\x6d\x74\x19\x51\xfd\x19\x53\xb0\x9e\x89\x4d\x4f\xa8\xd9\xdf\x30\xb0\x8e\x1a\xdf\xb2\x38\x58\xd4\x98\xfd\xa5\x00\x22\xf1\x75\xb9\x78\x6b\xbe\xe3\xf8\x5c\xba\x13\xa7\x3e\xf3\xb6\x3a\x65\x28\x5d\x8e\x5b\x1a\xe0\x46\x5f\xff\x09\xe6\xd1\xa1\x59\x18\xdc\x4f\x13\x52\x10\x8c\x5a\xd1\x1b\x12\x10\x33\xc6\x72\x7c\x3b\x09\x77\x20\xe4\xfe\x5e\x8c\xaf\x7d\x2f\x33\xc8\x86\x05\x56\x11\x3d\x30\x33\x70\x6a\x68\xa9\xa7\xd6\xeb\xe8\xb2\xa9\x75\x91\xa3\xde\x25\xfc\xbe\x41\xce\x0d\xbd\x6e\x46\xbf\xda\xd8\x0c\xfd\x6f\x3d\x7e\x42\x4a\xcd\xc9\x49\x91\x57\x1a\x73\xa0\xe9\xe9\x77\x1a\xf6\xa6\x4c\xa1\xec\x1e\x16\xba\x96\x79\x43\xf7\x1b\x15\xe0\xa4\x40\x46\xbf\x05\x7a\xcd\x25\xbf\x2b\x09\x48\x4c\x3c\xa0\xb4\xa8\x3b\x3a\xdd\xda\xf2\xca\x12\x07\xcc\xc5\xdf\x08\xeb\x85\x23\x8f\xd6\x41\xee\xb6\x36\x06\xed\x28\x00\xe9\x3f\x26\x09\x95\x6e\xae\x4b\xdc\xdd\xe3\x70\xed\x96\xa3\x75\xc3\x82\xfc\xfd\xde\xd5\x9e\xab\x32\x79\x96\xa7\x1a\xdb\x0b\xac\xf0\x76\x5d\x48\xda\x77\xa8\xef\xda\x36\x8b\x3a\x5f\x07\xc1\x39\x9a\x15\xfe\xee\xfc\xca\x30\x1b\x93\x5c\x2f\xda\x2e\x1f\x11\xcc\xcc\xd9\xca\x9a\xa6\x14\xb0\x92\xae\xeb\x66\x39\x02\x4c\xc7\xc7\x8f\xc2\x0a\x96\xc5\x7d\xa1\x28\x97\xfc\xdb\xf0\x1b\xf2\xe9\xed\x6c\xde\x01\xc5\x85\xab\xc8\x50\x68\x1f\xe1\xe3\x98\xd9\xcc\x6d\x06\x4d\xc7\x21\x09\xbf\x78\x66\x34\x28\x2c\xc8\x88\xc8\x7f\xb3\xae\xbc\x85\xe9\xd0\x2d\x37\x38\x6a\xac\x3d\xb2\xcd\xe7\xf4\xce\x16\x0d\x84\x9e\xc2\x14\xaa\x89\x6a\x3e\xc0\xcf\x14\xf6\xa9\x73\x86\x26\xbd\xda\xa7\x38\x03\x5f\x77\xa5\x53\x28\xc1\x98\x0d\x2d\x1e\x9a\x6d\x94\x7e\xf0\x3e\xd4\xbf\xc7\xf5\xdf\xff\x30\xec\x83\xe4\xcc\xae\x64\xc7\xee\x7c\xa7\x39\x4b\x93\x4f\xd1\xe4\xe4\x50\x0a\xd2\x85\x96\x89\x18\x34\x62\x6c\x36\xfd\x9e\x30\x4d\xc6\xb0\xad\x6f\xea\xae\xe1\x7c\xe4\xc4\x33\x6b\xb3\x13\xd4\x72\x82\x8e\x2f\x0a\xe5\x06\x5f\x1a\xca\x48\xbe\x34\x86\xc4\xe0\x43\xd3\x14\xd1\x6d\x3d\x3e\xfe\x76\xe4\xab\x65\x88\x3e\x90\x60\x03\x70\xd8\xef\x63\x74\x37\x8c\x83\xef\xb7\x14\x1a\xf8\xe3\xe8\x15\xfa\x1e\xa0\xed\x9d\xe6\x8f\x98\xdf\xe2\xf7\x77\x52\x95\xde\x69\xf3\x6c\x7e\xe7\xc3\x08\xa9\xe6\xe4\x75\x3a\xc0\xaa\xcc\xa3\xf8\x9b\x26\x6a\x4b\x8d\x3c\xaf\x0b\x37\xfc\x7c\x8b\x71\x51\x48\xd9\x12\x04\x95\xd5\xc4\x18\xeb\x72\x80\xfe\x2c\x67\x63\x91\x9f\xd7\x72\xba\x09\xa1\x0b\xb6\x2d\x26\xb2\x21\x79\x2c\xac\xc7\x77\x90\x30\xdc\xb5\xf6\x58\x53\xf2\x7c\xda\xbc\x9f\xe4\xb4\x19\xcc\x31\x48\xad\xd8\x53\x69\x49\x07\xb4\x38\xd1\xcc\x86\xf2\xda\xde\x25\xf5\x80\xd9\x2e\x6c\xc5\x40\xdd\xdd\x12\xa8\x85\xfd\x5b\xa8\x75\x0b\x52\x91\x8f\x38\x4f\x67\xd0\xa5\x0f\xee\x1f\x3d\x7b\xf0\xe8\xbe\xa3\x51\x1c\x61\x05\x3d\x85\x67\x05\x19\xa0\x90\x8e\x1f\xe1\xcd\xc0\xcd\xb4\xfc\x1a\xc6\x24\xb8\xfc\x47\x16\x20\xcb\x46\xb7\x5e\x2a\x0d\x9a\x7f\x8b\xf9\x9d\x14\xd7\x26\x70\xa3\x34\x68\x1d\x89\xa7\xca\xc1\x8a\x0d\x62\x35\x84\x95\x91\xb0\x70\xd2\xe6\x8f\x9d\xee\x60\x14\x5d\x9d\x02\xa4\x3e\xbc\xbc\x28\x56\x4a\xe2\xbb\xb9\x8d\xe4\xe8\x26\xa4\xfa\x87\x9d\x23\xe5\x3f\x11\x06\x52\x6d\x06\xf1\xdb\x1c\x84\xdc\x9e\x0b\x0f\x4f\x75\x94\x75\x40\x9b\xf9\xcb\x37\x85\x04\xb0\xa7\x23\xf6\x73\x97\x56\xfb\x48\x80\x7c\xb6\x80\x00\x37\xce\x40\x1d\x81\xd2\x47\x5f\x7e\xfb\xb4\x57\x71\x04\x55\xc8\x97\x11\xd4\x22\x5f\xc6\x11\x09\xbd\x23\x10\xee\x26\x31\xd4\x06\xf8\xdb\xad\x30\x6d\x1e\x45\x1b\x61\xc9\xd4\xd6\x77\x55\x67\x98\xae\x1e\xe3\x7b\x60\x0b\xb1\x0f\x77\x71\xf9\x00\x5c\x78\x07\x28\xa8\x16\x71\xef\x8d\x2e\x96\xaa\x30\x94\x9f\x7e\xd0\x57\x83\xbe\xd3\x2f\xfc\x98\xdc\x98\xf8\x38\x23\xfd\xdb\x8e\x26\xee\x24\xd8\x84\x6c\xe4\x20\xfc\xc1\x91\xdd\x58\x5c\x7f\x70\x04\xf6\x33\x3f\x1f\x0e\xbb\x43\x31\xd1\x3e\x88\x47\x55\x55\x06\x57\x0c\x13\x0c\xe3\xbf\x97\x17\xf5\xfe\x9a\xf4\xd4\xbf\x51\xc5\xf4\x6b\xf9\x63\x7f\x55\xf8\x11\x6b\x8b\xc2\x9a\xfe\xd0\xd8\xd4\x7a\x38\xd9\x5a\x17\x01\x0a\xb3\xf5\xd0\xc8\x22\x27\x37\x7f\xb2\xbf\x66\xe7\xd7\x5e\x5d\x5b\x67\xa4\xd3\x75\xd0\xca\xd5\x5f\xc0\xf5\xcd\x7b\xa2\xa8\x30\x5d\xfc\xa9\x87\x8f\x10\x5f\xf0\x07\x87\x92\x02\xb9\x2a\x6e\x72\xba\x70\x5b\xc6\x0f\x88\x78\x91\x53\x5b\xd4\xe1\x73\x5e\x6f\x85\x45\x7e\xa2\x83\x27\xca\xb6\x16\x49\x20\x5e\xe3\xb2\x6d\xd7\x0d\x87\x29\x3b\xb2\xe4\x90\x55\x7e\x18\x2b\xf5\xb8\xb7\xb4\x5e\x9f\x16\x25\xf6\x56\xe9\xf6\x2f\xa7\x57\xe7\x91\xed\x1b\x84\x65\xeb\xb5\x10\xba\x39\x3d\x26\x0c\xad\xa8\x7e\xa4\x59\xeb\x91\x89\xd3\x9a\xfd\x1d\x3d\x86\xb0\xb8\xfd\x0f\xf2\xa5\xb7\xf5\x27\x3a\x43\xdb\x4e\x4c\xd8\xcd\x0d\xbf\xa4\xf2\xf4\x2b\x5b\x9e\xde\xa7\xf2\xc6\x2d\x06\x1f\x58\x64\x21\x8f\xad\xf1\x14\x3e\xf1\xe6\x9e\x5d\xc6\x2a\x76\x46\x14\x4c\x65\x99\x9f\x2e\x0b\xf8\x5f\xeb\xe7\xb5\xe3\x1c\x18\x42\xf6\x9a\x6d\xd5\xaa\x9f\x30\x7e\x87\x0f\xaf\x72\x51\x86\x81\x53\x82\xae\xf1\x6d\x8b\xba\x45\xd1\x07\x78\x32\xf5\x93\x23\x7d\xf8\x3e\x06\x52\x4c\x1c\xa3\x05\x24\xcc\x73\x7c\xeb\x76\x6f\x1f\x3d\xc1\x61\xd0\x27\x46\x88\x82\x45\xb5\xa8\xc3\x1f\xe9\xdd\xcd\x8a\x1e\xdf\xa2\xa1\x76\x95\x0a\xa8\x52\xd4\x31\x47\x33\xf9\x6d\xdd\xb9\x78\x25\x41\x87\x70\x01\x54\x8d\x09\x79\x60\x8a\xa5\x6e\xeb\x6d\x00\xf2\x34\x60\x7e\x5a\x5b\xb3\x9f\x11\x42\x47\x9f\x3d\xd8\x73\x0b\xca\x84\xb4\xa7\x81\xcd\x79\xe5\xb2\x21\x15\x2a\x02\x85\xc2\x54\x7b\x07\xb3\xb1\xdc\x61\x57\xc8\x65\x2e\x92\x21\xb0\x35\x05\xb2\x7b\x47\x63\x1f\x32\x20\xde\x85\x77\x34\xc3\x77\xfd\x40\x32\x1c\xde\x3d\x28\xf5\x3b\x8b\x55\x88\x63\xb6\x5a\x03\x28\xb0\xf3\xb5\x1e\x04\x93\x45\x8d\xf9\xd0\x40\x5c\x47\x05\x3a\xe9\xcd\xd3\xcb\x7f\x16\x66\xb9\x75\x35\x42\xe2\x6b\xcb\x1a\xc0\xdd\x59\xc7\x41\x88\x36\xf5\xd2\xd7\xd5\x3f\xb5\xa1\x91\x05\x66\xf1\x0e\x43\x5f\xba\x8a\x14\x15\xc4\x74\x6c\x0f\x99\xe9\xeb\x73\x0c\x7d\xb0\xb7\xb6\xfe\x49\x2f\x3a\x67\xf6\xf5\x10\xbd\x27\xc2\x38\xaa\x41\xaf\x46\xe2\x75\xdb\x3e\x48\x37\x0e\x65\x7e\x39\x61\xe2\x4a\xbb\x1a\x94\x46\x19\xe9\xee\x14\xb0\x61\x67\x7a\xdf\xe0\xde\x88\xcf\x8d\x6d\x5d\x35\xac\x07\x84\xe4\x84\x43\xb9\x73\x9f\xf7\x86\x6d\x41\x61\x87\x32\x0a\x23\x33\xb3\xd9\x22\x6d\xfc\x21\x2e\x1e\x6b\x85\x2c\x2c\xfa\x60\xdc\x5f\x01\xc8\xbb\xc1\x01\xd1\x2e\xc8\x73\x1f\x23\xc0\xd4\x62\xa9\xec\x3e\xc3\xa2\x7d\x05\x09\x5e\x82\x4f\xe3\xf3\xab\xd7\xb5\x58\x43\xba\xba\x79\xc5\x8a\x01\x6e\x81\xef\xf4\x5f\x53\x90\x83\x8a\x5f\xd3\xb1\x49\xd0\x2f\xa9\xe8\xb8\x2a\xa6\x43\x16\x2b\x69\x9c\x02\x6c\x7e\xbf\x1e\x8e\x1e\x1b\x52\xab\xb1\x15\x3a\x11\x32\x2c\x98\x7d\x1c\xda\x8b\x84\x2b\xb3\xc7\x69\x8b\xcc\x7a\xfa\x74\x3d\x19\xcc\xd1\xc6\x72\x0f\xce\x24\xb2\x1c\xb9\x21\x71\x45\xf2\x03\x6f\xfa\x4b\x1b\x94\x82\xde\xa8\x6d\x36\xf6\x22\x7a\x5e\x8e\xc2\x00\xde\x6d\x30\x04\x60\x52\xeb\xca\x65\x03\xc2\x77\x66\xce\xfd\xa4\xe2\x86\x3b\x97\x4a\xfb\x63\x9f\x4a\x1b\x1d\xe2\x7d\xe2\xf1\xdf\xbd\xc4\x3e\x39\xd5\x36\x74\x2b\xa9\x12\xa9\x5b\x76\x61\x2d\xc8\x93\x33\xce\x54\xde\xd4\x8b\x8f\xfa\x4d\x39\x32\x79\x50\x0b\xbf\xfd\x0f\xdb\x2d\xaf\x91\x1e\x4d\xa7\x3f\xfa\x55\x92\xaf\x46\xb8\xbe\x8f\xf8\x5d\xf5\x23\x5e\xe9\xbf\x49\x82\x70\xcc\x7f\xce\xa9\x74\xa5\x87\x8e\x73\xe9\xfe\xa6\x0e\x24\xa5\xb7\xf4\x10\x64\x21\xfe\x6d\xdd\xc8\x52\xe2\x3c\xf0\x7e\x45\xfb\xd2\x15\x87\x7d\x4b\xa2\xf7\x3d\x4b\x8c\x7b\xb6\x0b\xfd\x57\xfa\x95\x95\xf7\x3a\x8e\x36\xe0\x5f\x9a\x36\xc0\x0c\x5a\xb6\xca\xce\xb2\xd7\x5c\x11\x78\x23\xa5\x2b\xeb\x94\x73\xab\x1d\x1e\x49\x40\xfd\xa3\xcb\x27\xff\xaf\x4c\xd4\x65\xdf\x70\xb7\x26\xeb\x5d\x18\xb9\x2e\xee\xae\x78\x75\xfc\x47\x41\x6a\x84\xb1\xfb\x48\xa1\x5b\x5b\x75\x3a\x65\xd7\xca\xc2\xc5\xc0\x0a\x27\x46\xf7\xa6\xb9\xf3\x99\x9b\xd3\xf0\x6e\xf5\x2e\x23\x86\xf2\x73\x49\xec\x1d\x26\xa7\x38\xe0\x55\x10\x20\x1e\x64\x0b\x0c\x79\x27\xe1\xfd\x92\x1f\x5a\x63\x8a\x97\x89\x3a\x95\x55\x26\x20\xe4\x97\x14\x26\x00\x23\x9e\x61\x88\x00\xfc\xbb\xda\x22\x86\xfc\xb8\xc1\x9c\xa8\x1f\x4b\xf4\x76\xd3\x25\x1f\x97\x58\xc0\x09\xf7\x89\x15\xec\x38\x35\x23\x7e\x5a\xe2\x27\x29\x5c\x9a\x2c\xaf\xb0\x30\xe3\x0e\xb2\x4a\x97\xc9\xc7\xaf\xf8\x07\x88\x85\xfc\x1b\x48\x1e\x97\x80\xfc\xd5\x60\xac\x69\x28\xdb\x72\x09\xe6\xa1\x2f\x93\x46\x03\x6f\x91\xd1\x24\xee\x66\x32\x0b\x55\xe6\x09\x8d\xa9\x6d\x39\xfd\xc2\xe2\xa5\xe9\x6a\x5b\x48\x33\xc0\xc2\x4c\x6d\x6d\x59\x56\x6d\x93\x57\x5a\xaf\xec\x6f\x9a\x08\x91\xea\x76\xe9\x3a\xe3\xa9\xe4\xc9\x56\x2b\xd7\x19\xcc\x66\x9b\xd4\xea\xd5\xcc\x4e\x88\xa7\x42\x45\x76\x2e\xf4\x2f\x6c\x6f\x56\x9b\x35\xe6\x6e\x7b\x99\xd8\x6c\xb6\x36\x8d\x2d\xf2\x1e\xe4\xee\x4f\xb1\x8b\xac\xb9\x7f\x43\xb6\x45\x73\x4c\x14\x91\x37\x2b\xfe\x26\x21\x80\x27\x89\x4d\x4f\x9d\x57\xeb\x4e\x74\xeb\x87\x98\x14\x48\x9c\x74\x7d\x00\x78\x89\x9d\x85\x91\xc9\x27\x09\xa9\xf0\x31\x06\xe0\x1c\xd8\xb5\xe7\x56\xc7\x6a\x25\xab\x0f\xfe\xe3\x3f\x88\x91\x06\x68\xf8\xcf\xff\x4c\x9f\x7c\xf1\x21\x45\xfd\xdb\x5e\x9f\x53\xc8\x00\x0a\xd0\x5f\x06\x2c\xb6\xd3\xd1\x42\x3b\x28\xff\x2a\x6a\x8a\xa1\xaa\xc8\xad\x96\x2c\xb3\x6c\x02\x5b\x8e\x65\x98\xfc\xff\x01\x00\x00\xff\xff\x28\x78\x6e\x74\x42\xe9\x00\x00") + +func confLocaleLocale_csCzIniBytes() ([]byte, error) { + return bindataRead( + _confLocaleLocale_csCzIni, + "conf/locale/locale_cs-CZ.ini", + ) +} + +func confLocaleLocale_csCzIni() (*asset, error) { + bytes, err := confLocaleLocale_csCzIniBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/locale/locale_cs-CZ.ini", size: 59714, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLocaleLocale_deDeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\x4b\x8f\x1b\x47\xb2\x2f\xbe\xe7\xa7\x28\x6b\x20\xd8\x06\x9a\x14\x3c\x73\xfe\x0f\x18\xa6\xfd\x6f\xbd\x65\x4b\xb2\x8e\x5b\xb6\x01\x1b\x02\x55\x24\x93\x64\x4d\x17\xab\x38\x95\x55\xdd\xea\x1e\x0c\xf0\x5f\x9c\xe5\x5d\x5f\xdc\xc5\x05\xce\xc6\xb8\x1f\xc1\x2b\xef\xfa\x9b\x9c\x4f\x72\xe3\x17\x11\xf9\xaa\x2a\xb6\x74\x34\xe7\x0e\x30\x56\x33\x2b\xdf\x19\x19\xef\x8c\xc8\x0f\x87\xc5\xda\xd8\xd5\xfc\x51\x51\x65\xa6\xa8\x36\xf9\x6a\x67\x9a\x93\xcc\x9a\x72\x69\xdb\x6c\x6b\x76\xb5\x6d\x4d\x6b\x9a\xec\x49\xd1\x4e\xcf\x4c\x73\x51\xac\xcc\x64\xb2\xab\xf7\x66\x7e\xd6\xe6\x4d\x6b\x4d\xd1\x9a\xc9\x3a\xb7\xbb\x65\x9d\x37\xeb\xf9\xcd\xff\x5c\x9a\xc6\x16\xab\x5d\x3b\x31\xef\x0e\x65\xdd\x98\xf9\xa3\xe6\xbc\xab\xd6\xa6\x9a\xec\x4c\x79\x98\x3f\x2d\xca\x8d\x99\xd8\x62\x5b\x2d\x8a\x6a\x7e\x5a\xed\x4d\x89\x6f\x5c\x50\x77\xed\xfc\x74\x19\x97\x74\x87\xf9\x0f\x66\x5b\xd8\xb6\x29\x4c\x43\x85\x0d\xff\x30\x4d\x5a\x7a\x69\x96\x96\xa6\x31\xff\x99\xfe\xe5\xf9\x5c\x60\x0e\x75\x35\xff\x49\xfe\x9d\x1c\xf2\x2d\xcd\x97\x3f\xb5\x66\x7f\x28\x73\xaa\xfc\x53\xdd\x94\x54\x3c\x29\xf3\x6a\xdb\xf1\xf7\x43\x83\xd5\x4f\x56\x8d\xa1\xef\x8b\xca\x5c\xd2\xd4\x69\xb0\xb2\x34\xd5\x6c\x36\x9b\x74\xd6\x34\x8b\x43\x53\x6f\x8a\xd2\x2c\xf2\x6a\xbd\xd8\x63\x75\xf7\x4d\xd5\xb5\xd7\xa6\x91\x0f\x19\xad\x34\xdb\x9b\x5d\xc3\xd3\x37\x6b\x5a\xe3\x22\xb7\xb4\xcc\xad\xe1\x65\xb5\x59\x5e\xda\x09\x77\x55\xe5\xfb\xd0\x1a\x3f\x26\x66\x9f\x17\xe5\xfc\xd1\xf4\x05\xfd\x43\x53\xb6\xf6\xb2\xa6\x1d\x7d\x25\x7f\xb4\xb4\xf6\x45\x7b\x75\xc0\x7e\x56\xa6\x6b\x71\x5a\x5b\xb3\xa4\xd5\xaf\xf2\x43\xbb\xda\xe5\xf3\x07\xf2\xef\x84\x2a\x1e\x6a\xda\x8f\xba\xb9\xa2\x6d\x72\x7f\x4e\xea\x66\x9b\x57\xc5\x75\xde\x62\x63\xbe\xe7\x1f\x96\x7f\x4c\xf6\x45\xd3\xd4\xcd\xfc\x05\xff\x33\xa1\x75\x2f\xd0\xc3\xfc\xa5\xe9\x8c\xcd\xa2\x1e\xf0\x65\x5f\x6c\x1b\xec\x1e\x3e\x66\x2f\xf8\x07\xba\x90\x4f\xdc\x0d\xbe\x34\x59\xd4\xd9\xa6\x6e\xce\xb5\xb3\xc7\xf4\xe7\xb4\xd7\x23\xcd\x4b\x7a\x4b\xe7\x94\x57\x74\x26\xfc\x31\x2e\x37\x55\x46\x67\x7b\x99\x97\x2d\x2d\x3c\x5f\xef\x69\x7b\x0f\x79\x65\xca\xf9\x29\xfe\x06\x44\x48\xf3\x7c\xb5\xaa\xbb\xaa\x5d\x58\xd3\xb6\xb4\x4f\x76\xfe\x5d\x5d\xb5\x35\x6d\x19\x9f\x67\x47\x3b\x47\x00\xe6\xbe\x3d\x4a\x8a\xaf\xea\xce\x1f\xf3\xfc\xd9\xae\xc9\x5e\xf1\xdf\x52\xee\xdb\xd0\x07\x93\xa5\x0d\x69\xd0\xb6\xb8\x28\xda\xc2\xd0\x81\x9f\xf3\x9f\x37\xbf\x61\x9e\x87\xae\x2c\x69\x4b\xff\x46\x3b\xd0\xda\xf9\x2b\xfa\x45\x7b\x20\xbf\x26\x85\xb5\xf4\xc7\xfc\x19\xff\x33\xa1\xb3\xac\x56\x58\xcd\x72\xd9\x18\x82\x45\xea\xf4\x57\x8c\x91\x97\xe5\x9b\x89\xfe\x31\x7f\x26\xff\xca\x42\xdb\xa2\xc5\x34\xa3\x22\x6b\x57\xbb\xa6\x68\x5b\x93\x6d\x6e\xfe\x68\x32\xba\x4a\x99\x01\x18\x57\x19\x5f\xd8\xc9\xba\x5e\x9d\x13\x20\xe3\x32\xd2\x3d\xfa\xd9\x54\x55\xf6\xa4\xde\xda\xac\xa8\x2a\xd3\xec\xf2\x72\x99\x5d\xd4\x55\xf6\x90\x6b\x65\xe5\xcd\x6f\xdd\xa6\x3d\xc9\x4a\x63\xd1\x41\x61\x32\xdc\xed\x6c\xc9\xfd\xa3\xeb\xaf\xf2\x8c\x7a\xdd\x9a\x76\x7e\x67\xb1\xa4\xab\x74\x7e\x27\xa3\x9d\xd9\xcc\xef\xdc\xb5\x77\xbe\x7e\x4e\x37\x6e\x93\x53\xb5\xaf\xee\xe5\x5f\x13\x32\xa9\xf2\x2e\x5b\x77\xcd\x6a\x77\x92\x2d\xcd\x45\xdd\x70\x87\x05\xb5\xae\xd6\x97\xb9\xcd\xf2\x6e\x93\xad\x69\xf7\x68\x5c\xbe\xab\xd9\xcd\x6f\x84\x37\x9a\xea\x93\x09\x36\x8f\x0a\x16\xeb\xa5\x60\x2b\x9e\x30\xc1\xfe\xcd\xef\x6d\xb1\x6d\xb3\x17\x57\x67\xff\xfa\xfc\x24\x7b\x45\xb8\x6a\xdb\x18\xfe\x9b\xfe\x43\x0d\xfe\x92\xd5\xd4\x41\xf6\xba\x78\x78\x7f\x36\xa1\xc6\xb2\x5b\x0f\x09\x80\xab\x25\xcd\x35\x85\x07\x7c\xc7\xfd\xf2\x9f\xe9\xd7\x04\xf8\x6f\xfe\x94\xfe\xc3\x77\xd6\xdf\xd7\x91\xeb\x49\xcd\xf9\x4a\xfb\xe6\x7c\xa7\xa9\x54\x77\xfa\x3e\xef\x19\xa0\xd7\x00\x1b\xca\xda\x2b\x99\x3b\x96\x9d\x3d\xab\xaa\xfa\xe1\xfd\xe9\xa3\x6a\x5b\x54\x26\xdb\x17\x2d\x6d\xf0\x3e\xfb\xc5\x14\x00\x04\x02\xff\xeb\xac\x6b\x37\xff\xef\x82\xa6\x6a\x9a\xbc\x5c\xac\x8a\xd9\xc4\xda\x92\xb0\xd0\x9a\x70\xd7\xd9\xf3\xe9\x8b\x7a\xdd\x59\x9a\x58\xbb\x9b\xbf\xa2\x5d\x9f\xd8\xbf\x95\xd8\x33\x1d\xfe\x21\xed\x03\xa6\x56\x1c\xe8\x5b\x76\xdd\x35\x6e\x8b\xa6\x61\x8f\xa6\x7e\xee\xb3\xec\xab\x65\xf3\xf5\xd8\x94\x69\xcf\xe8\xaf\x7c\x69\xeb\xb2\x03\x50\x61\xa8\x93\xec\xd2\x83\x11\xe1\xb7\x4c\xe9\x04\x9d\xb8\x05\xc8\x11\xd6\xbb\x2c\x9a\xf5\x6c\x62\x9a\x66\x41\xe8\xb7\xbd\xc2\x41\xf2\x44\x07\xc7\x94\xf9\x29\xf0\x3c\xd7\x79\xb3\xc9\x2a\x90\x13\x02\x41\xaa\x42\xe8\xbd\x92\x7e\x8a\xea\x22\x2f\x8b\x35\x1d\xa9\xdf\xf8\x41\x17\x28\x8e\xbb\xb8\x33\xbb\xc3\x08\xfa\xce\xf4\x4e\x66\xaa\x76\xc7\x68\x64\x36\xa9\xea\x85\xa0\x12\x20\xf5\x35\x61\x9a\x25\x21\x78\xa1\x34\x82\x4e\xe6\x58\xf8\xf9\xcd\xef\x15\x96\x8e\xa3\x0a\xd4\x87\x40\x47\x3b\x5f\x9b\x9c\x2f\x3d\x28\xd2\x49\x56\xef\x2a\xde\xab\x2c\x42\x4c\x84\xfc\x80\x85\x68\xf3\xe5\x46\x32\x61\x89\x36\xc5\xe1\x33\x85\xac\x87\x74\x25\x92\xd6\x53\x07\x6b\x47\xb6\x65\xe2\x40\x43\xc0\xfc\xb4\x2c\x41\x75\x00\x4c\x29\xa2\x02\xd1\xe7\x1d\x7b\xc9\xfb\x43\xed\x4f\x2b\x9c\x30\x7d\xf5\xdf\x1c\xd8\x3c\xa5\xf5\xf0\x45\x47\xdd\x8a\x2b\xc7\xf8\x98\x79\x86\x9b\x3f\xa8\xd7\x4f\x98\xec\xc8\xa9\x06\x0c\x3f\x25\x0a\x7c\x0d\x08\xa6\x06\xa1\x82\xeb\x9c\x66\x68\x98\xb1\xf0\x0d\xe8\xf6\x13\x2c\x35\x18\xb0\xa8\x04\x19\xec\xb3\xa8\x0f\x80\xd4\x81\x6f\x44\xd3\xce\x26\xb4\xfb\x0b\xbe\x96\xa7\x9d\xa5\x59\x10\xe2\x01\xbe\xc8\xfc\x25\x75\xdf\xe3\x3b\xe0\x3e\x66\xfb\xce\x5a\x3e\xcc\x5f\xba\x6d\x53\x6c\x36\x96\x18\x17\xc2\xb9\x84\x50\x70\xa6\x82\x3b\xf3\x98\xfe\xc5\x6b\xc9\x76\x39\xa1\x1f\x06\x26\x8c\x98\x47\xe3\x87\x11\x80\x47\xf9\x4e\xc8\xf1\xac\x6b\xa2\xef\xd5\xfc\x21\xff\xa3\xbf\xfc\xcc\xb0\xf0\x5d\xde\x66\xb4\x12\xba\x2b\xe7\x98\x82\xa2\xc3\xec\xec\xec\x69\xf6\x5d\x59\x57\xd3\x1f\x7f\x78\x6e\x71\xe7\x77\x8b\x03\x01\xc1\x1c\xe5\xaf\x80\x79\x5c\x49\xbc\x4c\x7c\xc8\x40\xa4\x2c\xda\x33\xe7\x46\x30\x37\xcb\x9e\x03\x5c\x4a\x82\x23\xcc\x7e\xcf\x7d\x13\x38\xc6\xb0\x3b\x9b\xec\xda\xf6\x20\x43\x3c\x7d\xfd\xfa\x95\x8c\xe1\xcb\xfc\xd9\x05\x64\xcd\x63\xbd\xec\xf6\x7b\xfa\x1b\x17\x5d\x16\x4d\x70\x8d\xcd\x5a\xe6\x0e\x3c\x01\x5a\x5d\x43\xc4\xcd\x01\x9b\xc5\x8a\x5c\xf1\x87\xec\x04\xa6\x73\x0f\xff\x39\x0b\x1b\xa2\x67\x50\x11\xfa\xc4\x7d\xe6\xe3\x10\x16\x8a\xf6\xaa\xac\xb7\x8b\xa6\xae\x5b\x01\xcb\xe7\xf5\x76\xed\x30\x60\xfa\xc9\x0d\x1e\x9f\x30\xe0\x8f\xce\xdf\x35\xa2\x11\x08\xf6\x40\x5a\xc1\x74\x29\x90\xd2\x9d\xab\x0f\xb8\x07\xfe\xd2\x7d\xaf\x3f\xfb\x77\x8e\x79\x3b\xad\x23\xd3\x73\xdc\x74\xaf\xa2\xdd\xd3\x46\x33\xd5\x39\x7b\x41\x9b\xcf\xa4\x87\xcb\x36\x4d\xbd\x27\xa6\xb5\x0a\xbf\xfc\x51\x10\xd7\x0b\xc0\x9f\x9e\xae\xe9\xbc\xad\xc9\x2a\xe2\x63\xb3\x1f\x1e\x3f\xc8\xfe\xaf\xbf\xfc\xf9\xcf\xb3\xec\x51\xd5\x5e\x1a\xec\x4b\x45\x58\x5f\xf0\x01\xcf\x20\x73\xf5\x19\xfb\x16\x7b\xb0\x67\xfb\xbc\xfd\x32\xbb\x83\xcb\x7e\x27\xfb\x8a\x27\xfd\xff\x99\x77\x39\xb1\xcc\x66\xb6\xaa\xf7\x5f\xcf\x26\x28\xa2\x1b\x25\xd7\x4e\x07\xd6\xfe\xdc\x37\x8f\xc1\xfc\xf7\x88\x87\x15\xfe\x7d\xb1\xaa\xab\x4d\xd1\xec\xe7\x09\x26\xa5\x2b\x68\xc1\x33\xc9\x15\x0c\x20\xc9\x1d\x2f\xaa\xba\x2d\x36\x57\x6e\xf7\xe8\x96\xe5\x38\x0d\x7f\x63\xa3\xea\x96\xa1\x7d\x61\x65\x83\x75\xd7\xe5\x0a\x4c\x19\x5e\x2c\xb1\x49\xd4\xcc\x64\x04\x6d\xd8\xfc\xe4\x04\xea\xcd\xa6\xa4\x4d\x12\xc2\xfa\xbd\xfc\x10\xe2\x1a\x8f\x11\xd7\xa2\x8b\x71\x20\x49\xe5\xc1\xc3\x97\x04\xaa\xb4\xf5\xb4\x95\xc4\x34\xae\x3b\xd4\xde\x73\xc3\xe4\x82\x65\x8c\xf7\x1e\x2a\x54\x29\xba\x03\xb2\x50\x7c\x27\x33\x05\x52\xd9\x9a\xb2\x30\x1b\xc6\x75\x8e\x2e\x11\xc7\x7d\x91\x13\x55\x9d\x3f\xd1\x3f\xa6\xb2\x86\x64\x88\x41\x6d\x9d\xa1\x6b\xc3\x9b\xb0\x54\x3c\xb5\x36\x1b\xa2\x31\x34\x88\xc9\xfe\xb5\x63\xa2\x34\x36\x5d\xe1\x82\x97\x45\x89\xf3\xf4\x73\xde\xd3\xbd\x67\x5c\xb7\xab\x57\x3b\x9a\x2d\x98\x3d\x01\x27\x5b\xe0\x5e\xd2\x05\x22\xae\xb3\x22\x7a\xb5\x9e\x86\x1e\x66\x93\x0d\xe0\x91\x36\x60\xbd\xd0\xf9\x95\x75\x7d\x4e\x13\x3c\xa3\xed\x53\xf8\xdd\xdc\xfc\x4e\x75\x78\x5e\x55\x32\x3a\x13\x1d\xba\x89\x22\x04\x1c\xe9\x49\x17\x0c\x54\xf8\x61\x7d\x02\xbf\xfc\x24\x9c\x0e\xa0\x09\xc7\x91\xd4\xae\x0f\xf4\x1f\x4b\x32\x00\xdd\x58\xbd\xb9\xc4\x82\xe6\x96\xf7\x68\xcd\x28\xaa\x2c\x96\x6e\x7f\x0d\xc9\x96\xdd\x12\x08\x62\x94\x9f\x48\xf9\x87\xd1\x93\x8b\xeb\xeb\x62\x7a\x5c\x07\xcb\x59\x9e\xd8\xa4\x47\xf6\x92\x6e\x7a\xc2\x3b\xd0\xe4\x1d\x03\xe3\x9a\x80\x19\x01\x2b\x57\x95\x66\xcb\x8c\x48\xc5\x03\xf7\xc4\xc9\x18\xe6\xd3\x1a\x0e\xea\xe5\xd7\x94\xd0\xd8\x96\x88\x22\x81\x55\xc1\x48\x38\x9d\xad\x69\x48\x0c\xa4\xe2\x92\x2e\xec\x4c\xf8\x79\x92\x67\x55\x0d\xb0\xa0\xfe\x2f\x45\x3e\xaf\x18\x49\x31\xf5\xcd\xbd\xd0\x1c\xd1\xd4\xeb\x6e\x4b\x52\xc1\xf6\x78\x37\x3a\x2b\x6c\xc0\x68\x07\x6e\x17\x70\x60\x39\x00\x5b\x87\xa5\x8e\x89\x5e\x6d\xb0\x79\x4f\x6e\x7e\x23\x74\x40\x54\x6b\xa7\xd3\x61\x2a\x2c\xd5\x9c\xc2\xe2\x5e\xac\x80\x98\xa9\x28\xaa\xd2\xa1\xc8\x28\xe0\x19\xf7\x37\x7f\x30\xa5\xfd\xab\x69\xaf\xdb\xac\xa2\x3b\x92\x9d\x0f\x98\xc2\x29\xcb\xa6\xfe\x1c\x32\xc0\x2c\xf3\x87\x61\xd2\x9f\xdd\x79\xf6\x70\xfe\xc5\x9d\xcf\xa9\x7c\x77\xf3\x1b\x51\xb9\xbc\x6b\x89\x7f\x68\x0b\xba\x06\xbd\xce\x7e\x00\x0f\x63\xdc\x8c\x94\x13\x8c\x6b\xf4\x99\x41\xae\x37\x54\x46\xf4\x98\x51\x8f\xc1\x15\x71\x0f\xbf\x64\x1e\x79\xfb\x5e\x45\xa1\xd1\x1b\x5d\x48\x85\x0a\xb3\x8b\x2d\xb1\x0a\x73\x95\x3f\xb9\x44\x20\xad\xa5\xbe\x16\xdb\xa2\x5d\x6c\x40\x52\xd6\xf3\xc7\x66\x47\x94\x05\xb0\xb5\xcf\x5e\x1b\xc6\x76\x36\xfb\x94\x2a\x7c\x9a\x7d\x57\xef\xf7\x84\x61\x6a\xfb\x65\x76\xf7\x42\x85\x9e\xbf\x80\x58\x00\x21\x14\x25\x20\x56\xa4\x75\x8c\x32\x55\x8d\x10\x21\xc0\x16\x7b\x7c\xf3\x07\x0e\xc6\x49\x21\xcc\x51\xcf\x32\x11\x7b\x04\x97\xe1\x14\x71\xfc\x84\xee\x8b\xeb\x02\xd8\x91\x84\xdf\xea\xe6\xb7\x86\xb1\x05\x77\x05\x54\x71\x97\x78\x16\x00\x7a\x0b\xe5\xd9\xcb\x67\x0f\x9e\xbe\xe6\x56\xdb\x7a\xd9\x11\x7e\x71\xa3\xce\x26\x4e\x6a\x21\x99\x45\x81\xe5\x88\x34\x2a\xf8\x53\x58\xfc\xf3\x9a\x58\xa9\xf3\x96\xd7\xe7\x3a\x18\x63\xb6\x13\x46\x99\x36\x9c\x16\xb9\xbd\xf9\xa3\xa4\x13\xe1\xa6\x9e\x1b\xc6\xde\x10\xf0\xac\x76\x8c\x1e\xc7\x79\x57\x34\x77\x72\x4d\x03\x1c\xc0\x94\xc1\x7f\xff\x12\x2b\x9e\x7e\x4d\xff\x9d\xd8\xfc\xc2\x08\x39\xdf\x8e\x9d\xd6\x99\xb2\xeb\x22\x3b\x7c\xc7\xf5\x3a\x41\x6b\xc9\x82\x92\x1b\x24\x30\xa3\x17\xe3\xd1\x70\x5f\xd2\x85\x39\x58\xb2\xdd\x8a\x90\xb2\x9d\x3f\xa5\x6d\x00\x82\xc8\x7e\x2e\xca\xf2\x9c\xc0\x83\xa4\x13\xfa\x5b\x69\x12\x71\x4e\xbb\x13\x50\x26\x1b\xf4\x19\x8c\x6f\x84\x6b\xad\x5a\xba\x53\x85\xc1\xd9\x33\x8f\x3f\xe3\x96\x97\x37\x7f\x80\xe4\x80\xe6\x11\x10\x60\xa3\xb7\x15\x8b\x3d\xd4\x11\x49\xea\xe1\x60\x53\x8e\xf3\x95\xc8\xda\x7b\x70\x91\xd3\xdb\x4f\x67\xf2\x2b\x94\xaa\x6f\x26\x9d\x48\x5f\x35\xa8\x52\x72\x23\x85\xac\xf6\xb4\x83\xae\xa2\xbf\x9e\xc4\x33\xd3\xc1\x2e\xbc\x42\x16\x27\xd3\x9a\x77\x2d\x2b\xc0\xe8\x5f\x3e\x85\xa0\xa4\xb5\xac\x2f\x25\x7a\xbe\xda\x59\x53\x12\xa3\x75\xc5\x90\x65\xe7\x2f\x98\x4f\x8c\xe5\xb2\x89\xdd\xd5\x97\xac\xf3\xd4\x2a\xbf\x18\x70\x50\x50\x76\x26\xf5\xa0\x2a\x5d\xd5\x25\x5d\xbc\x1a\xc7\x7c\xe1\xaa\x3f\x61\x59\x14\x74\x7b\xd3\xe2\x74\x7a\xbd\xd3\xc8\x75\xb3\x75\x03\xa7\x3a\x3f\x7c\x14\xed\xa2\xfb\x2e\xea\x45\x3b\x61\x8c\xcf\xda\xe8\xbb\x50\x08\xb5\xd0\xe0\x82\x2b\x50\xbd\xda\x8c\x40\x8a\xf5\x76\x32\x85\x67\x15\x8b\x44\x55\x3a\xf2\xe4\x57\xd5\x54\xbf\x11\xcd\xe9\x3c\xf9\x8a\x1b\x63\x83\xde\xc7\x9a\xbc\xa1\x8b\xc3\x3c\x05\xb5\x24\x3c\xbc\x7b\x13\x69\x8c\x17\xaa\x78\x54\x7d\xa7\x00\xb0\x17\xf6\x03\xfb\xbb\x33\x07\x70\xca\x7b\xbb\x9d\x3f\x65\x49\x12\xa0\x08\x01\xb4\x68\x2d\xab\x0d\xb8\xe5\x37\xd9\xb7\x4c\x38\x72\x25\x3a\x9f\x4c\x6c\xbd\x2a\xf2\x72\xf1\x91\xfd\x10\x57\x79\x4e\x60\x7b\xd8\xa0\xab\x94\xd1\x10\xd5\xf6\xfe\xd0\xce\x1f\xd9\xac\xed\x00\x9d\x36\x2b\x4d\xb1\x3e\x19\x51\x78\x5c\x76\x44\xca\x23\x8e\xc3\xe3\xcc\x48\x4f\xc4\xf7\x2a\xaf\x58\x34\x4b\x28\x40\x9f\x25\xc2\xf4\x59\xef\x3d\x36\xee\xfd\x58\x20\x18\x70\x15\x76\xaa\x82\xcc\x70\x42\xb4\xd5\x7b\xb3\x5f\xa2\x73\x13\xab\xdf\x69\xdc\x02\x4a\x73\xe2\x46\xb6\x7c\x4b\xfb\x54\x8c\xf6\x68\x0b\xa1\x48\xaa\x98\x5b\xab\x7c\xe3\x8c\x14\x84\x52\x2f\x01\x23\xac\x8f\x0c\x8a\x32\xb7\xfb\x31\xaf\x10\x36\x87\x99\x82\x99\x23\xa8\xc2\xe8\xb1\xa0\x43\x3d\xb7\xfe\x34\x00\xed\x60\xf5\x92\xad\xe8\x2d\x9c\xb6\xf9\xab\xe5\xd7\x77\xed\x57\xf7\x96\x50\xb3\xb2\xd0\xe5\xcf\x04\x6c\x5e\x53\x2b\x61\xe5\xd1\x59\xa9\x4d\x72\x25\x8c\x3d\x91\xda\x97\x25\xc4\x9b\xdf\x08\x13\x80\xd1\xb9\xbb\x26\xce\x9d\xed\x36\x27\x50\x14\x0c\x81\x20\x5f\x5e\x77\x74\x9b\xa9\xdf\x9b\x7f\x67\x16\x68\xc5\x97\x9d\xaf\x9b\xbb\x05\xa7\x9e\x77\xf4\x03\xf3\x96\x4c\x68\x75\xbb\x62\x49\xf4\x9d\xf0\x65\x64\x06\xc2\xd6\x2e\x6b\xd6\x99\x27\x15\x84\xa3\xc2\xdd\xdd\xeb\x9d\x02\x02\xa5\x0b\x26\x24\x8a\xf5\x8c\x2d\xf4\x8c\x0a\x75\x84\x72\xb9\xbf\x78\x0f\x00\x1b\x7e\x26\x23\x50\xd9\x18\xde\xf7\xb2\x20\x7c\x7e\xf4\x2e\xd0\x1d\x13\xad\xb5\xe8\x7f\xa2\x9b\x66\x32\xb7\xd8\xf8\x7c\xc0\x82\x0a\xe3\x1b\xee\x48\xce\xf2\x04\x3a\xf9\x0b\xe1\xb1\x8a\xb5\xa8\x90\xc7\x68\xcc\x65\x98\x21\x2d\x6e\x9d\x57\x15\x33\x8d\xfb\xbc\x9c\x4d\x76\xb9\x5d\x74\x95\x42\x0b\x89\x3b\x7c\x69\x9e\x12\xdd\xab\x89\x0a\x9f\x44\x93\xe2\xc9\x74\x95\x67\xc7\x5a\x27\xef\x7b\xfd\xc0\x67\x1e\x5a\x3e\x27\xf2\x06\xd5\x2d\x2b\x38\xb9\xe1\x28\x98\x31\x84\xb4\x8e\x24\x0a\x25\x32\x1e\x32\x97\x1e\xf0\x4f\xb2\x73\x42\xed\xe7\x0e\x0f\xf1\x7a\x59\x79\x43\x25\x9b\xba\xdc\x0a\x7a\xb8\xdf\xb5\x2d\x98\x21\xde\x71\xb7\x10\xe8\x19\xb5\xb1\x07\xb8\xb1\x1d\x35\x62\xfd\xba\xee\x00\x2b\x0c\xe9\x4e\xb9\xc2\x2c\x9f\x65\x0c\xd9\x1a\xd6\x23\x0d\x16\x0e\xa8\x81\x62\x9d\x97\xea\x40\xc9\x63\x45\xba\x8c\x3c\x21\xcc\xab\xbd\x65\x5a\x3a\x13\xd0\x75\x87\x13\xa6\xd7\x5d\x73\xf3\xc7\xea\x9c\x1a\x5e\xb3\xc1\x65\x38\x49\xe9\x75\x88\x4d\x92\x96\x9e\x8f\x58\x41\xf9\x30\x44\x89\x2c\xf1\x45\x07\x84\x6a\xbc\xaa\x7c\x09\xe9\xbb\xdb\xb8\xd3\xf1\xcc\xc5\xac\x37\x70\xa2\xd8\x4d\x56\x46\xb2\x7a\x7f\x52\x74\xc3\x65\x5a\xbe\x75\x5b\xd7\x0b\x62\x04\x9a\x96\xd5\xd3\xbe\x3e\x2b\x53\xe9\x3a\xad\x59\x9d\x42\xf3\xfd\xbf\x9d\xe1\x22\x83\x7d\x55\x35\x80\x15\x61\xb8\xb2\x5e\x11\x01\xf3\x64\x12\xf7\x77\x5a\xd6\xe7\xd0\x98\x7d\x27\x02\xa9\x93\xd0\xb8\xf3\x9b\xdf\x1b\x58\x9f\xe5\x9e\x5f\x14\xb9\x70\x69\x6a\x18\x9a\x11\x05\xc6\x31\xbd\x11\xe4\x03\x1a\xec\x3a\x96\xbb\x96\x1f\xc3\x3f\xbe\xbe\x88\x28\xf7\x83\xe8\xe2\x2a\xf6\x61\xe7\x03\xcf\xcf\xd3\x34\xc7\x8c\x0e\xc5\xe0\x72\xcb\x8a\xd1\x93\x88\x3d\x0d\xcd\x54\xc9\x15\x3e\x01\xb9\xdf\xa7\x01\xb1\xd4\x7a\x9d\xd3\x5a\xaf\x8c\x9d\x7f\x9b\xd3\x66\x12\x93\x51\x10\x6f\x54\xaf\xd1\xe2\xe6\xdf\x78\x4b\xa8\x1a\xe1\x9b\xfd\x9b\xc9\x8f\xc4\xb7\xbc\x1c\x48\x75\x60\x6d\xb8\x34\x52\x6b\xe3\xf7\xe4\x51\x64\x7b\xf6\x4b\x7e\x35\x90\xfe\x7e\x30\x6c\x22\xf3\x8b\x37\x3d\x5b\xf4\xd9\xd9\xd3\xd7\xa2\x6d\x83\xd2\x99\xa8\x03\x0b\xc0\x25\x8f\xfd\xb4\x6d\x0f\xf6\xc7\xa6\x9c\x8b\x06\x17\xba\xdf\x57\xf9\x55\x59\xe7\x6b\x14\xea\x9f\x5c\xfc\xda\xe4\x7b\x9e\x25\xfe\xe0\xb6\xa7\xc4\x67\xbd\x4c\x4d\x16\x1d\x18\x34\x2b\xfb\x3a\x61\x5c\xfe\xe8\xb8\xb8\x39\x79\x69\x2e\xef\x37\x79\xb5\xd2\x5e\x44\x77\xc2\x05\x6c\xd9\x98\x3c\xa0\xcd\x2e\xda\xb3\x8e\x64\xc9\xe6\x6a\x2e\xbf\xb2\x5f\x3a\x9b\xe3\x0c\x36\xb4\x5c\x8c\x22\xc5\x2f\x68\x6f\xe0\x2f\xa0\x95\x5e\x3a\x35\xa4\x7e\x7e\xb0\xab\x8b\x95\xff\x0a\x2d\x76\xbe\x2b\x27\xaf\x1b\x63\x5e\x3a\xf3\xa0\x68\xa0\x1f\x30\xb8\xb7\x73\x51\x5c\x4f\xbc\x36\xc3\xb0\x19\xfd\xed\xb8\x91\xe7\xed\x24\x2f\x0f\xbb\x9c\x19\x7c\x5f\xf3\x1c\x84\x82\xe4\x38\x47\x8e\x59\xf8\xe1\x7a\x15\x11\xc2\x06\x5a\x02\xe3\xef\xa3\x18\xc0\x16\xb1\x05\x2c\xe9\x74\x4d\x68\xf4\xe3\x3b\x9e\xf5\x7b\xb6\xc5\x75\x58\x92\xb7\xb9\x3c\x69\x6e\x7e\x27\xb6\x81\xe5\x66\x96\xb2\xde\x4e\x58\xfc\x1b\x54\x66\x9c\x22\x28\x85\xea\xba\xa1\xe2\x01\xf6\xf9\xbb\xb4\x1d\xef\xdb\xee\xe6\x77\x61\x64\x8e\xb6\x13\xa2\xe1\x1a\x01\x87\x0a\x01\x54\xbc\xd9\xbf\xff\xd4\x02\x56\x8a\x5b\xea\x13\xe4\x52\xa5\xa2\x5a\x95\xdd\xba\xbf\x64\x1a\xfb\x35\xa4\xaf\x4f\xef\xda\x4f\x93\x59\x74\xd5\x39\xf1\x8e\x95\x56\xff\x91\xa8\x36\xf6\x1c\x28\x4f\x84\xe8\x2f\x9d\x7b\xc7\x82\x3a\x86\x1e\x60\xd5\x7a\xcd\x9c\x6d\x8b\xfd\xde\x89\xe9\x37\x7f\x30\x33\x42\x38\xd1\xe3\xea\x48\xce\xa7\x2d\x8f\xd1\x29\xb7\x84\x72\xab\xd7\xd4\x3b\xa6\x2c\x96\xc6\x54\x0b\xe2\x99\x4c\x95\x0a\xa1\x58\xb7\xe3\x7a\x98\x0f\x66\x25\x27\x6b\x23\xfa\xed\x7a\x28\xe6\x48\x53\x62\xb2\x07\x2d\x63\xe9\xcf\xde\x32\x6c\x4b\xe8\x61\xd0\xd8\xe1\x8c\x23\x6d\xe4\xd8\xb9\x3e\x2d\x76\xdd\x43\x79\x62\xbf\x8a\x5a\x5d\x0a\x2f\x1d\x36\xc6\xef\x6e\x38\x8f\xa1\x94\xee\xf1\x63\x50\xa3\xa8\x12\x07\x6a\xd6\x16\xa6\xb1\xf5\x22\x51\xe5\x88\x02\x4e\x88\x16\x8b\xb0\xc2\xa6\xe6\x0d\xd1\x74\xd5\x56\xac\xd5\xa4\xf8\x6c\x57\x09\x97\xb7\x35\xbc\x26\x93\xf5\x77\x5a\xc7\xc2\xe8\x23\xe3\x11\xb8\x81\xd0\x7c\xd8\x80\xf1\x30\x8a\x7b\x2d\x58\x90\x02\x0b\xb6\xef\x19\xc9\x13\xcb\xf7\x8c\x93\xdb\x64\x1c\xbf\x7b\x6a\xdd\x91\xde\xbd\xea\xca\xbc\xa3\xdf\x2c\xd3\x49\xfd\x48\x09\xce\x9f\x20\xff\xa9\x2a\x6f\x52\xe6\xb6\x85\x5e\x41\x16\x3d\x7f\x54\xb5\x1b\x90\xac\x8a\x97\x51\x42\x00\xa3\xbf\x5f\x14\xed\x96\xd0\xdb\x1a\x1e\x28\xc2\xcb\xef\xb3\x47\xe0\x05\xda\x9b\x3f\x08\xcb\x4d\x01\x51\xd1\x49\x5e\x77\xe5\xcd\x6f\x96\x24\x3f\x4c\x1f\x7c\x7a\xc1\x96\xcf\x08\x53\x89\x8f\x44\xd4\x05\xc9\x7a\xa9\xd9\x9c\x67\xce\xb8\x81\x2e\x9d\xdb\x2e\xd8\x71\xcf\xcd\xd5\xfc\x39\xf1\x7a\xce\x82\x42\xf0\xa8\xc3\x16\xa2\x41\x7b\x4e\xa4\xe7\x44\xd5\x18\x29\x91\x05\xbb\xc9\x57\xf9\x40\x0c\x09\x31\x82\xd0\xd1\x41\x9d\x04\x51\x9b\x20\x99\x98\x04\x3f\x02\x33\x51\x8c\xdc\x47\x3b\x8a\xd0\x82\xf6\x75\x42\x65\xc0\x35\x2c\xff\xe4\x95\x1e\x1c\xfd\xad\xd8\x8f\x8f\x48\x05\x1c\x55\x76\x38\xd5\xa9\x75\xce\x84\x96\xf5\x80\x24\x28\x12\x2d\x77\x9a\x42\xd0\x75\xda\xa4\x82\x95\xab\xcc\x21\x6d\x08\xed\xb1\xa1\x15\xce\x79\xa2\x22\x9c\xd0\x99\x96\x25\x8e\x50\x1c\xd3\x3c\x1b\x07\x95\x73\xe1\x35\xeb\x89\x12\x2a\x13\xfe\xdf\x29\xe0\xaf\x3b\x28\x61\x68\xdb\xcb\x9b\xdf\x2d\x16\xc7\xd7\x94\x57\x48\x8c\xc2\x36\x32\xe8\xca\x58\x10\xb6\xe0\x7b\x26\xc2\x3a\x34\xb1\x18\xc1\x01\x0a\x1f\x70\xea\x08\x71\xa2\xd2\x8e\xf4\xaf\xab\xbf\xee\x54\x9e\x16\xcb\x5e\x00\x34\x56\x82\x09\xee\xeb\xad\x4d\xa6\x9d\xc0\xca\xff\x81\x45\x4e\xc4\x67\x6b\xb1\x64\x0e\x28\xba\x55\xbf\x14\xa6\x9c\x2a\x5f\xd4\xbb\x4c\xc4\x59\xe2\x0a\xbe\x99\xd0\xe4\xe9\xee\xa9\xb9\xcd\xf1\x9d\xe2\xce\xe4\xbd\xe5\x60\x55\x9b\xfc\xb5\x26\x92\x5e\x83\x80\xd0\x4d\x68\x1b\xc3\xd6\xa6\x7d\x70\x4f\x84\xa3\x5c\xa2\x6b\x53\x07\x3a\x62\x66\xff\xfb\x86\x80\x4e\xd5\x84\xc1\x97\x6e\x42\xcc\x73\x59\x5f\x42\x21\xf7\x58\xa5\xc9\x09\x3c\x8c\x1a\xe8\x9c\xf3\x0b\xe5\x07\xdb\x9e\x66\x51\x1a\x41\xab\xcc\x8d\x32\xea\x54\xcb\xb4\x17\xba\x24\xfa\x9b\xc5\x11\x51\x69\x8a\xb8\x3a\x81\x16\x68\x3f\x63\xcc\x0f\x01\xa0\xb9\xa0\xa1\x62\x37\x12\xc6\xf9\x4c\xd5\x81\x20\xa4\x8a\x28\xa0\x42\xc3\x03\x74\x13\x4d\x25\x02\x2a\x2f\x60\x9d\xd0\x0c\xb9\xd8\x30\xbe\x4b\x4f\x91\xea\x5f\xec\x88\x2d\x04\x1d\xe7\x7a\xf8\x66\xe2\x9c\x13\xd5\x31\x71\x68\xa3\xd1\xa3\x89\x8e\x42\x2f\xbe\xed\xf1\xe5\xaa\x4f\x9c\x9f\xd5\xd7\x45\x90\xc0\xe0\x92\x41\x5b\x2f\xe4\x37\xb8\x6b\xc0\xe8\x0d\x0d\x6d\x4f\x37\xbb\x36\x84\x47\x8d\x38\x58\x7a\xf0\x9f\x74\xc5\x7a\xfe\x63\x41\x52\xcb\xa1\x5b\x52\x5f\xde\xa1\x32\x3e\x59\xeb\x5c\x2b\x9d\x53\xad\xd7\xf2\x8c\xc9\xed\x37\xbf\xfb\x96\x6c\x00\x36\xec\x5a\xc2\xde\x1f\x05\x95\x13\x46\xba\xee\x4e\x94\x38\xf6\x9d\x03\x58\x55\x73\x7d\xf3\x07\xdb\x0d\xd5\x2d\x86\x27\x2c\xee\x23\xb1\xb7\xa6\xea\x2b\x9a\xcc\x39\x13\x03\xad\xc2\x24\x00\x41\x39\x62\xae\x3c\x43\xa0\xda\xcc\x75\x22\xcb\x06\x2b\x6b\x95\xaa\xaa\xf4\x40\x4f\x70\x57\xe2\x5a\x0c\x06\x40\xe0\x4e\xb2\xdd\xc0\x69\x94\x89\xf4\x4f\x04\x9b\x10\x4f\xab\x35\x5d\xa3\x46\xc4\x95\x81\xc7\x33\xc4\x6a\x71\x55\x83\xb9\x1d\x40\xd0\x1d\xe0\xb7\xb2\x48\x81\x85\x2d\x39\x44\x6c\xc4\x6c\xdd\xab\xe3\x65\xd6\xe0\xf5\xaa\x0a\xc6\x48\x6c\x8d\x7b\x80\xf6\x52\x90\xc1\xa8\x43\x33\x61\x22\x59\x4e\xdb\xaf\xe6\xf4\x6b\x82\xbf\x04\x85\xb0\x62\xb9\x68\xce\x9d\x12\x4f\x7d\x7e\x9e\x17\xd5\xb9\xc5\xce\x88\xf6\x2f\x36\x5e\xd7\xa0\xd7\xac\x40\xa5\x8b\xd1\x61\x33\x68\x27\x9a\x11\x1f\x5a\x75\x09\x50\x07\x81\xe5\x95\xe8\x76\x22\xbf\x80\xd4\x15\x00\x6a\x06\x95\x1b\xff\x29\x3f\x05\x6f\x2f\xef\x6c\x5b\xef\x1d\xc2\xbc\x3f\x70\xbb\xb0\x51\xb3\xd8\xdc\xbe\xda\xd5\xb5\x55\xb3\x82\xb4\x15\xab\x42\x5c\x9b\xc4\xcb\x9b\xdf\x76\x65\x38\xcb\xc1\xdd\x4f\xcd\x8a\xe9\xf9\xcb\xdd\xa5\x09\x12\x0a\xad\x5a\xd7\xf6\x54\xad\x7d\xc9\x48\xe1\x66\x1f\x20\xa7\x87\x1d\x61\xac\xb6\x28\xf6\x10\x89\x21\x67\x44\x9e\x20\xea\xe4\xe2\x85\x25\x62\x10\xe0\xfc\x91\xcc\x34\x06\xba\xd8\xcb\x64\x1a\x99\xfd\x04\x0a\xab\x5b\xc0\xd0\x01\xd8\x50\x3d\xa3\x17\x6a\x52\x97\x11\x3f\x1a\xad\xd0\xe1\x4c\xec\xb2\xff\xae\xfb\x1c\xbc\x96\xa0\xf5\x58\xdc\x52\x65\xa0\x08\x19\x11\x13\x86\x83\x8e\x89\x07\xbd\x85\xa4\x77\xd2\xb5\x93\x5b\xe9\xaf\xd7\x2c\x8b\x1d\x54\x83\x71\x81\x75\x9d\x05\xdf\x1b\x28\x6a\xab\xd0\x81\xb3\x28\x45\x08\x4d\x07\xfe\x78\x74\x16\x6b\x0f\x23\x0d\x1d\x0b\x5c\xb6\x27\x67\x79\x07\xff\xf1\xaf\x91\x93\xbf\xc8\x6b\x81\x32\x1c\x9a\x62\xcf\xe6\xf7\x31\xc1\x8d\xed\xb8\x23\xc8\x1f\x48\x3e\xc7\x84\x4c\xf6\x98\x24\xee\xe8\x25\x81\x8a\x77\xe8\x15\x8a\x9f\x57\xd2\xbb\xfb\xed\x3c\x18\x4a\x1b\xc6\x75\x03\x7a\xb7\x68\x77\x8b\xa4\xee\x73\x77\x4f\xdc\xc4\xe9\x1b\xf0\xb2\x2a\x8d\xcb\xf1\xcf\xb2\x40\xa8\x54\x5d\x7b\xe7\x5c\xd9\x73\xd5\xe3\x65\xb2\xdf\xca\xb3\x6a\x53\xab\xd9\x48\x34\x1b\x22\xd9\x88\xdd\x8c\xbd\xc7\x47\x3b\x08\xda\x6e\xe6\x33\x66\xd9\xcf\xb5\xe7\xd6\xa9\xc3\x76\x93\x83\x30\x7d\xd3\x9f\x9f\x03\xc3\xfe\xae\x0f\xc8\x83\xe7\x3e\x3f\x99\xe4\xeb\x35\xdf\x19\xd9\x18\x7e\xe3\xd1\x6b\xbe\x2b\xaa\xeb\x4e\xfc\x87\xb9\xb6\x19\xd1\x42\x8e\x57\x5a\x24\x66\x33\x58\x6e\x8e\x99\xca\xf6\x89\x9d\x8c\x19\x2c\x67\x22\x73\x4c\x7b\x2c\xe9\x78\xfd\x6f\xc5\x36\x32\x5c\x68\x28\xb0\xd3\xd7\x11\xc1\x38\xe6\x6c\x02\x89\xa1\x72\x60\x1a\xf3\xb3\x4e\x90\x5d\x35\xb2\x23\xc3\x0d\xe5\xe5\x6f\x0d\x36\x00\x88\x4e\xef\xcd\x11\x86\x2e\x79\x1d\xb3\x66\x59\x2f\xfa\x18\xef\x24\x3a\x10\xa0\x83\x88\xc6\x97\x1a\xfb\xf7\x1c\x6a\x68\x06\xb0\xa6\x27\x15\x0a\x60\xc5\x36\x38\x4c\x8b\x30\x47\x65\x1c\x28\x89\xfc\xe7\x41\x91\xb7\x52\x7c\xac\x06\xbd\x54\x5e\xfb\xa4\x1a\x2f\xe9\x82\xa7\xa5\x16\x8a\xaf\x6c\xdb\xd4\xd5\xf6\x6b\x12\x47\x3a\x2f\x52\xf1\xf3\xb1\x6f\xbe\xba\xa7\xdf\x32\x36\x63\xf8\xd9\x9f\x56\x25\xf1\x00\x38\x02\x18\x67\xbe\xca\xa3\xb7\x28\x8f\x9a\x6b\xd3\x6d\xd5\xd1\xb2\xa7\x9d\xe6\xe7\x29\x2c\x2c\x25\x4d\x70\x15\x4d\xf4\x2c\x8e\x9b\x11\x85\x22\xf4\xb8\x37\x68\x33\xf3\x20\xce\x1b\x9d\x9e\x44\x7f\xb3\xa9\x4a\xa4\x76\xf2\xde\xca\x36\x66\x6c\xb1\x48\xdf\x83\x55\x60\x88\xd0\x94\xeb\x87\x79\x28\x51\x5f\x11\x55\x8d\x3b\x68\xa2\x0e\x02\x16\xd8\xab\xfb\x7e\x10\xe9\x54\xc5\x35\x9b\xb8\xee\xe6\x3d\x6d\x3d\xca\x57\xa9\x86\x5a\x21\xca\x03\xb1\x68\xd1\x7b\xcb\xe6\x0b\x76\x3b\x14\x7f\xe2\x30\x26\x2b\x3b\x1c\x42\x74\x6b\xf3\x18\xb3\xd7\x71\x79\xac\xe2\x31\xdc\x69\x7b\x53\xb3\x11\xf2\xc4\x5c\x76\x37\xbf\x37\x6c\xf1\x19\x7b\x00\xa0\x82\x40\x50\x35\x78\xa8\x9e\x65\x2f\xa0\x5b\x6e\x47\x70\xe6\x60\x66\x6e\xa7\x7a\x4b\x79\x2f\xd6\xa4\xd5\x3f\x8d\x36\x0c\x52\x33\x6b\xb2\xf8\xc8\x7f\xe9\x4a\xe7\xcd\x21\x70\x81\xcf\x78\xc3\xe2\xa4\xe7\xef\xbc\x69\xb6\x4a\x44\x1b\x3e\x53\x58\xca\x4d\xb8\xf9\x29\xc0\xc8\xc4\x0a\xf1\xda\x70\xea\xb1\xff\x27\x7b\xcd\xca\x03\x3f\xde\xa4\xad\x49\x16\x1a\xf4\x64\xb3\xd7\x28\xbf\xbd\x13\x71\x3a\x6e\x03\x1e\x13\x01\xf4\x27\x4f\x95\x4c\x66\x13\x61\x34\xc2\x68\xea\xfc\x72\x14\x6b\x05\xd2\x06\xed\x99\xf4\xd2\x68\x37\xb7\x20\x27\x3f\x36\x1f\xfb\xfb\x10\x54\x57\x2d\xe9\xdf\x79\xdc\x28\x74\xaa\x5f\xfd\xb9\x3f\x2c\xd2\xee\x19\x2d\xe9\xcc\xd4\x3b\xc4\x01\x83\x74\x11\x61\xf8\x9c\xbb\x58\xf0\x5e\x63\x38\x6c\x02\xba\x20\xd4\x68\x89\xd3\xd3\xdb\x4e\xb0\x9b\xc3\x3a\xce\x5b\xaf\x0f\x80\xd4\x15\x49\x5a\xbe\x64\x30\x90\x93\x31\x8a\x03\xe5\x00\xad\xdf\xc9\x58\xad\xcc\x55\x5a\xdf\xc4\x31\x95\x98\xb8\xde\x13\x2f\x9a\xb1\x43\xe5\xe9\xab\x67\x11\x24\x3a\x05\x93\x1f\x5f\xc6\xf8\x96\x9f\x1f\xb8\x49\x30\xcb\x48\x63\x32\xdf\x11\x77\x5a\xb8\xdb\x36\x53\x10\x63\xc4\xc4\xcd\xc4\x4a\xe9\xd7\x27\x6b\x93\x0e\xb9\x50\xe4\x99\xf4\xbb\x1c\x83\x11\xde\x39\xd9\xa8\xd1\x1b\x28\xbd\xb4\x9f\x10\x69\x0f\x0a\x4c\x51\x5a\x46\xfe\x82\xeb\xb0\x35\xf5\x81\x51\x29\x1b\xb0\x58\x17\x2c\x3a\x30\xe2\xc0\x0f\xb8\x6f\x4e\x71\xcb\xea\xa4\xbc\x12\x77\x62\xdd\x4f\x8f\x02\x65\x21\x1e\x09\xc6\x87\x1e\x30\xe1\xab\xe8\xc8\xfd\x59\x7a\x98\x1b\x6d\x73\x1c\x29\x1e\x92\xce\x92\x6d\x79\x1f\x86\xec\x3d\x16\xfb\x20\x9c\x18\xaf\xd3\xdf\x8b\x57\x7d\x18\x66\xfc\x7b\xf4\x6c\xdc\xe5\xf8\x84\x1d\x2f\x45\x42\xc0\x38\xb2\xbf\xcc\x4b\x85\x49\x91\xf0\x91\x08\xb9\x74\xa3\x74\x0e\xce\x37\xa0\xa7\xaa\xd2\xaf\x89\x4a\xe2\x94\x65\x04\xd9\x8e\x40\x03\xd6\x79\x07\x26\x90\x58\x67\xaf\xe6\x85\x64\xc1\x8a\x74\xc7\xad\xb0\xf3\x6f\xe0\x4f\xd8\x37\x80\x5d\xd6\x8b\x2d\xc1\xd8\x1e\x36\x10\xbd\x25\x9f\x78\x5f\xea\xde\xfc\xe4\xc4\x2e\xf8\xc1\xf6\x36\x71\xab\x4e\x2b\xaa\x77\xf7\xf8\x72\x5c\x1d\xef\x8b\xae\x0f\x32\xd8\x3d\x5f\x20\xa1\xbf\x28\xda\x39\xd7\x4b\xef\x40\xa1\x97\x61\xd5\x59\x7c\xb2\x93\x5f\xa1\xc9\x7d\x33\x11\xd3\x8a\xb3\x09\x05\x5b\xe0\xc0\xc7\x20\x58\x09\x95\xc3\x03\xf3\xb2\xed\x5a\xd3\x0c\x2c\x58\x58\xb4\x61\xcf\xae\xcb\x9b\xdf\x77\x95\xd8\x9d\x3b\x9b\x9d\x77\x84\x9f\x2a\xbc\x47\x56\x53\x0c\xdd\xae\xe6\x5c\xdc\x8a\x70\x14\x06\x46\x98\x4e\x1d\x39\x3c\x5d\x83\x50\x0a\x40\xb8\x20\x90\x58\x16\x25\x68\xe4\x19\xda\x2f\x73\x6a\x5b\xb4\x52\x8e\xe2\xf8\x11\x5a\xf2\xf6\x9d\x49\xcd\x57\xf6\x40\x12\xc4\x0a\xaf\xe7\xe6\x77\xba\x22\x6b\xcc\x3a\x83\x4f\xed\x9d\xaf\x49\x38\xbc\xc8\x5b\x3a\x75\xaa\xf0\xf5\xa0\x3b\xbc\x80\x5f\xa9\xde\x38\xf5\x4e\xc0\x3b\xb7\x0d\x2d\x95\xc8\xbf\xd9\xb6\x8a\x65\xf8\xfa\x09\xf5\x4e\xde\x45\x7e\xe0\xf0\xec\x27\xe0\x6c\x02\xd1\x5c\xf0\x0c\xdf\xad\xef\x33\x96\x95\x82\xde\x4d\x01\xe2\x67\xd1\x46\xf5\xb4\x70\x3c\x1f\xbc\xdc\x67\xfb\xd8\xe7\x93\x55\x49\x12\xa7\xeb\x89\xfd\xbc\x1c\x83\xce\xcc\xb9\xb8\x7d\xe3\x7d\x1e\x01\x49\x06\x7d\x6f\x15\x8c\x41\xb7\xbf\x17\xe7\xf6\x60\xac\x3f\x99\xf0\x6c\xd9\x22\x12\x1d\x02\x0a\xc5\x31\xf3\x5c\x9e\xc3\x61\x56\x20\x5e\x52\x34\x76\x8c\x59\x7c\xd0\x4c\xe7\xd8\x21\xef\xbc\xed\xef\x6e\x50\xc5\x10\x35\x13\xed\x05\xb5\x52\xd3\x36\x5f\xa2\xfb\xfc\xfc\xcf\x14\x4b\xb8\x82\x70\x31\x5c\x9b\x7c\xd8\x08\x2e\xd9\x16\x04\x7b\x15\x7c\xa4\xdd\xfb\x7a\xd1\xce\xf9\xa7\xd3\xd9\xcc\x57\xc9\x34\x02\x05\x76\x75\x42\x10\x4e\xf8\xd7\xcc\x9f\x17\x04\xdf\xd7\xee\xe7\xd1\x5e\xa4\x1a\xb7\x6c\x4c\xbe\xe6\xcb\x86\x7f\xf4\x97\x6b\x27\x85\xf1\x40\x4e\x5b\x88\x07\x24\x0b\x82\xc4\x36\xde\x5f\xc8\x0b\xfc\xea\x8c\x6b\x61\x8b\xdc\x23\x35\xdc\x2d\xed\x05\x2f\x73\x69\x09\x41\x89\xa8\xde\xcf\xfd\xc3\x0a\x5e\xcf\x6b\xb3\xc9\xbb\xd2\x59\x9b\xe6\xfe\x41\x98\xd8\x99\x34\xfc\x04\xe1\xdf\xae\x32\xc1\x42\x9b\x14\x6b\x8c\x12\xfd\xe6\xd9\xb6\x4b\x53\x58\x71\x30\x8c\x28\xad\x93\x71\xf8\x3d\x83\xa3\x1c\x7d\x67\x73\xe9\xbb\x80\xc1\xfa\x82\xd8\x4f\x71\x27\x9f\x3e\xd3\xdf\x65\xf6\x59\x51\x39\x09\xff\x73\x57\x9b\x18\x73\xc8\xe8\xae\xb2\x73\x92\x4a\xbf\x2a\xa8\x48\x7c\x04\x90\x28\xe7\x12\xac\x84\x16\x9a\x4f\xf7\xb6\xd9\xeb\x64\x64\xdf\xe9\x9e\xec\xf6\x40\x53\xda\x23\x73\xfc\xf6\xaa\x5a\x45\x3c\x3f\x7e\xee\x88\xb2\x88\xde\x73\x72\x09\xef\x0e\xf1\x4f\xaf\x97\x6c\x5e\x6f\xd8\x20\xb6\xcd\x61\x9d\x87\xbf\xbb\x98\xc5\x5a\x91\x7b\xf9\x9a\x58\xbe\x35\x56\x2d\x5b\x74\x76\xab\x9d\x3a\xbd\xd6\x9b\x05\x9f\x25\x58\x0e\xb1\x71\x09\x4a\x67\x34\xc5\x5a\xa5\xfc\x5d\xb1\x07\x6b\x7e\x5a\x5d\xe7\xbb\xd2\xa9\x42\xf4\xa4\xe9\xba\xf4\x2f\x95\xbe\x01\x4e\xac\x61\xde\x8c\xd6\xc7\xf9\x1f\x61\x45\xeb\x75\xf1\x41\x86\xb4\xca\x40\x77\xdd\xb5\x3b\x36\x3e\x07\x1f\xb2\x10\x4f\x62\xa2\x41\x4e\x24\x1c\x84\x0f\x72\x62\x11\x0f\x22\xfe\x74\x9c\x5a\x30\xdf\x00\x34\x9c\xe0\x6c\x7e\x7f\xb1\x2c\x3b\x73\xe7\x6b\x81\xa1\x18\x63\xfb\x9e\xfb\xf7\x08\xe5\xfa\x0a\x56\x6a\xcc\x04\x01\x3b\x70\x74\x40\x24\xec\xe8\xb1\x6a\x91\xd4\xc4\xec\x0a\x63\x91\xf0\x9e\xfa\xde\x93\x67\xaf\xe1\xc0\xe4\x5d\x7b\x33\x51\xfc\x36\xfa\x18\x95\x83\x31\x88\x13\xa7\xeb\x9e\x56\xbe\x2f\xac\x15\x5e\xb3\x2a\xa0\xd3\x60\x09\x02\x06\x7c\xe3\xc2\x24\x00\x24\x59\x76\x78\xb6\xc7\xe3\x71\x71\xc5\x74\x5d\x27\xb6\x6c\xdf\x6f\x78\x49\x03\x47\x51\x7e\x46\x03\x60\x54\x1f\x51\x7e\x51\x93\xbc\x9e\x39\xe9\x1b\xaa\xf5\x39\xb3\xb3\x39\x7c\x0f\x0d\x55\x13\xfa\x1f\xbc\x51\x0a\x61\x6c\xc4\xdb\x40\xaf\x1f\x13\x18\x39\x27\x7f\x77\x08\x72\xb8\x58\x69\x48\x20\x3d\xfc\x1c\x9b\x38\x8d\x4d\x12\x2a\x82\xc7\x1f\xd0\x2f\x26\xf3\x2a\x6e\x09\x8f\xdd\x82\x15\x3c\x5c\xd1\x35\xac\xce\x89\x9d\xd3\x73\xf4\x45\x9e\x6d\x96\x4f\x71\x6d\xf5\x1b\x7b\xc8\x6c\xa6\x12\x88\xff\xf8\x6f\xff\x63\xfa\x40\x36\xe1\xac\x6d\xb6\xf4\x37\x0e\x20\xee\x16\x87\xf5\x28\xe2\xaf\x55\x92\x21\xe9\x95\x11\x4a\xc0\x26\x90\xd7\x45\xc7\xdd\xff\x40\x75\x81\x68\xd4\xec\xde\x46\xe2\x48\x52\x1c\x2b\xc1\x38\x0e\x10\x70\xcf\x04\xda\x0a\x86\xc7\xef\x9c\xcb\x79\x20\xac\x7f\xeb\x8a\xd5\xf9\x62\xdb\x15\x6b\xe2\x6c\x89\xdb\xcb\x9d\x4a\x4f\xf9\x8e\x76\x57\xd8\xc8\x55\x22\xb9\x76\xe7\xcc\x74\xc4\xcf\x71\x98\x28\xaf\xe4\x85\x60\x88\xe6\xe4\xdf\x67\x54\xbd\x10\x47\xc0\xc4\x2d\x34\x45\xf2\x56\x4d\x1e\x16\x5e\x1b\x02\x98\xc9\xa1\x83\xc3\x25\x20\x4d\x46\xbf\xcf\x1c\x2a\x36\x27\xe9\x80\x9f\x71\xf7\x1b\x67\x68\xcc\x5e\xbe\x34\x1b\x9a\x3e\x87\xfb\x38\xc2\x64\xc2\xd5\x33\x3c\x5b\x60\x2f\x3d\xe6\xde\x55\xa4\xbc\xc4\xd3\xb4\xe6\x93\xc9\x84\x1d\xc4\x1f\xd0\x7f\x26\x4a\x56\x95\x9a\xb6\x8d\x41\x68\xae\xa6\x23\x19\xa8\x99\x6c\x8a\x12\x5e\xc5\xea\xe7\x81\xf8\x26\x6d\xbe\x9d\xc3\x65\xd5\x79\xbf\x4a\xe4\x95\x7c\x9b\x49\xd5\x4a\xbb\x23\xa9\xf9\xbe\xfe\x31\xa1\x26\x76\x4e\x55\xfa\xd1\x8a\x10\xd7\xa8\x1f\xcf\xa8\x24\x01\x83\x0a\x9f\xe3\x1f\xba\x49\x25\x15\xd2\x99\xf0\xb3\xad\x52\x9f\xda\x9b\xc9\x8a\x7d\x63\xad\xfa\xc8\x82\x85\x29\x4d\x6e\xd9\x1b\x44\xfe\x98\xb0\x39\xba\xc9\x2f\xe7\xdf\x93\x00\x5a\x54\x79\x29\xb6\x0e\x29\x27\x08\xe0\xe0\x56\x3f\x31\x52\xdf\x48\x21\xbf\x04\x43\x8b\xd3\xca\x8a\xbf\xd4\x3e\x1b\x6b\x0c\xb4\x95\xf3\x45\x7b\xe5\xfe\x92\x0f\xf0\x6c\x2f\xc1\x9a\xaa\x08\x18\x4c\x97\x24\x65\x6c\x9b\xfa\xe6\xdf\xf9\x1e\x11\xe9\x33\x2c\x8b\x4d\xcc\x1a\xa7\x36\xe3\x10\x57\xb0\xb0\xb3\x81\x83\x5b\xb9\x4f\x62\x2a\x95\xaf\xd2\x1d\x8c\xa3\x6c\x1a\x75\x55\xf0\x4f\x5c\x61\x69\xf2\x66\xc9\x4f\x8d\x5d\x8d\x43\x63\x78\x6d\x62\x9f\xb3\x88\x5b\x06\xff\xa1\x4e\x5e\xf2\x39\x16\x3e\xd4\x5f\x11\x7a\x87\x3f\x0f\x3a\x86\xc3\x3d\xa8\x0e\x8f\x60\xd5\xa4\xc7\x8e\xa8\x8e\xb1\x73\xa8\xca\xa9\xba\x74\x74\x27\xa3\x26\xd3\xe4\xab\x77\xeb\x5c\xf7\x1d\x5d\x8f\xa5\x59\xd0\xb0\xb9\x67\xf7\xa2\x77\xd0\x2c\x53\x48\xa4\x39\xd8\xf2\x05\x02\x97\x30\x84\xbb\x77\x46\xd1\x82\xf8\xf5\x98\xa8\x28\x65\x3c\x42\x29\x62\x57\x61\x2e\xb4\x16\x7f\x48\x2a\x12\xbe\xc9\xcd\x81\xf1\xf1\x12\x08\xda\xf0\x26\xcc\x7f\x14\x0b\x8d\xf4\x41\x67\x19\xa6\x7d\xe2\x27\x26\x3e\x89\x76\x88\xac\x5d\xaf\x4e\x8d\xd1\xdb\x82\x60\xce\x8b\x36\x60\x87\x17\xb1\x97\xe0\xba\x54\x89\x37\x7f\xd8\xb1\xaf\x5f\x0b\x99\x14\x88\xee\x5a\x95\x5e\xaa\x3a\xfa\xaf\x59\xb7\x78\xd0\xf0\x34\x63\xfd\xa3\xf4\x71\x44\x2d\x1f\xe9\x9d\x1d\x38\x83\xd7\xe2\x47\x5c\x61\x99\xe2\x9d\xe2\x6c\xdb\x78\xe0\x19\x8d\xe9\x05\x7a\x6c\xb4\x78\x3e\x0a\xc9\x15\xe4\xef\xd0\xff\x49\xb6\x2d\x96\x51\x24\x21\xa0\x5f\x76\xde\x11\xd2\x95\xdd\x9b\x65\xfd\xf6\x88\x93\x14\xcc\x9a\x44\x2a\x8d\xde\xc0\x4d\xce\xaf\x01\x6d\xf6\x18\x46\x6c\x9b\xf4\xe3\x94\x93\x3f\xe0\x67\x4b\x2c\xb4\xf1\xb3\x25\x42\x89\xcd\x8b\x2e\xca\xca\x94\x0b\x76\x28\x9b\xe7\xde\x5b\xc4\x7d\x65\xdc\xe4\x6f\x5d\x7c\x3e\x34\x49\xaa\xb9\x8a\xa0\x03\x3a\xfb\x76\x7f\x28\x45\x6b\x2f\x0b\x66\x52\x40\xdb\x7e\xef\x2b\xb7\x4b\x5f\x7f\x1a\xd5\x9f\xf3\x89\xc4\xf4\xd1\x23\x0d\xc8\x08\xf2\xd9\x39\x2f\x24\x40\x28\x9f\xfa\x90\xa7\xf3\xdd\xcb\xe3\x04\x1f\xd4\xd1\xf8\xf7\xdd\xa2\x6c\x4b\xa9\xad\xf0\x82\xb1\x6d\xc6\x69\x70\xc3\x19\x6b\xc7\xeb\x02\x4e\x0c\xe5\x15\xe1\x49\xb9\x05\x7a\xbd\x1f\x16\xe2\x00\x2c\xea\x7e\xd5\x82\x39\x8e\x57\xea\x4c\xb1\xf8\x3b\xfc\xe2\xcc\xa9\xc5\x9c\x8b\xa1\xdf\xc9\x30\x5c\x20\xde\x3a\xc2\x23\x86\x09\xa7\x5f\x13\xc5\x88\xb4\x0f\xfd\x49\xb8\xa6\x82\xa3\xd4\xe9\xcb\x0b\x2f\x7f\x3a\xc5\x10\x2c\xba\x44\xab\x32\xa5\x55\x99\xc4\x26\x0b\x23\x87\x21\x45\x49\xc5\x5b\x38\x78\x29\x12\xef\x4c\xdf\xd1\xa8\x7f\x2b\x14\x15\x2f\x8d\xa3\xf8\xee\x4a\xf7\x03\x93\xc5\xb1\xcd\xa4\x0f\x47\xb1\x4b\x08\xf4\x57\xc2\x78\x38\x92\xac\xaf\x08\xfa\xb6\xbc\x28\x62\x56\x40\x63\xbe\x43\x39\x3f\x2a\x01\x03\x92\xcb\xe5\x16\x89\x6b\x2f\xf6\x6f\x67\xcb\xa5\x6d\xea\xbf\x54\x67\x2e\x4d\xf0\x08\xeb\x3b\x71\x77\xa3\x3a\x43\x74\xc0\x43\xf8\x11\xfb\x68\x68\x38\x73\x04\x8d\xeb\xc7\x5e\x3a\xba\x12\x46\x74\xf8\x1b\xa1\x36\x88\x93\x24\xa6\x6f\x4b\x3c\x8e\x6e\x51\x3a\x16\x22\xd3\x95\x70\xd5\x92\x77\xd1\x01\xf1\x87\x39\x8c\x8d\x15\xe9\x13\xd2\x61\x05\x1d\xac\x17\x97\xbb\x68\x12\x1c\xb9\x84\x83\xf5\x71\x84\x45\x7d\xa5\x27\x63\xe1\x92\x41\x7c\x66\xca\x17\xc8\x50\xe4\xba\xf3\x1e\x8d\x58\x78\xa5\xc7\x56\x6a\x75\x37\x88\xd1\x11\xfc\x13\xc1\x89\x9e\x08\x69\xd0\x07\xa3\xd6\xdf\x18\xbd\x0f\x8a\x20\xab\x70\x69\xc6\xfb\x62\x60\x50\x14\x11\xdd\x0e\x89\x7a\x9a\x82\xe3\xa3\x00\x17\x2e\x5c\xa1\x20\xf7\x8f\x01\x50\x3a\x49\x45\xb6\x40\x31\x08\x36\xa0\xe2\x41\x3c\x3f\xa2\x7b\x3b\x38\xf2\x44\xf3\xe2\xb8\x5a\xf5\x42\x9d\xca\x18\xae\xe3\xf8\x13\xea\x9f\x7c\x2f\x30\xff\x6b\x4f\x58\x31\xcd\x99\x7b\x68\x03\xd9\x2f\x42\xe7\xb6\x5b\x12\x00\xcf\x7f\x64\x95\x50\x04\x9a\x26\x0e\x09\xeb\x50\xb6\xf8\xf9\xf1\x2c\x3c\xc7\x67\x93\x69\x3c\x75\x8c\x5f\x18\x5e\xb6\xfb\xd8\x1c\xe2\x9e\xd0\x33\x26\xe3\x9a\x79\x2e\x52\x3c\x10\xd1\xc5\xc4\x31\xd5\xb3\x3e\x73\xed\xca\x35\x72\x81\x16\x4b\x1c\x4e\xcb\x7a\x5b\x5f\x05\x7c\xd8\xfc\x31\x33\x63\xbe\x2c\x67\x25\xc9\x9c\x9f\xdb\xf9\x42\xa5\x32\xf3\xf0\xf6\xcd\x7d\x61\xda\x45\xf3\xec\xf6\xbe\x48\x22\x54\xdc\xfc\x5b\xc9\xce\x99\x5a\x48\xc8\xd6\x68\xac\x58\x1f\xac\x01\x11\x77\xc5\xad\x8e\x05\x8c\xa8\x78\x96\x88\x15\x51\x39\xae\x3f\xca\x18\x54\xb2\xc1\xe7\x15\x89\x13\xcd\x22\x6e\x6c\x23\x49\x35\xaa\xe8\x25\x95\x58\x50\xe9\x0d\x14\xea\xf0\x60\x47\x2a\xca\x90\xa3\xfd\x8d\x0f\x8d\xc0\x52\x51\xfd\xef\xe1\xcb\x61\xb2\x44\x5e\x4a\xba\xaf\x2d\x1e\x7f\xfb\xfa\x4f\xf8\xad\x44\x0d\x2e\xf6\x78\xab\xdc\x72\x38\x62\x33\xff\xa5\x73\x9e\xc4\xc3\x39\x8f\x54\x62\xa5\xf9\xe8\xac\xe1\x6f\xe0\xea\xbf\x2c\x0c\x64\x5d\x82\xe6\x7e\xe7\x42\xcc\x45\x5e\x8c\x14\xc2\xa1\x1f\x3d\x3d\x39\xf5\xfe\xf1\xc9\xc7\xc5\xa1\xcc\x57\x46\xe3\x9c\x70\x95\xa9\xa3\xc3\xc9\x28\xda\x15\xd7\x18\x8e\x25\x5d\xb9\xe0\xcf\x76\x26\xa6\xb3\xe7\x39\xfc\x6b\xea\x38\x04\x5a\x32\x89\x7e\xab\xa2\xda\xd4\x78\x95\x1d\x9e\x84\xc8\x1b\x40\x19\x34\x20\xa7\xc4\x1f\x73\xa4\x7f\x17\x7b\xcd\xe1\x6c\x30\xad\x77\xa2\x4d\xb8\xe3\xdf\xd1\x77\xc2\x13\xdb\x5e\xd0\xd0\x23\xf3\x1b\x37\x17\xdc\xbe\xa6\xce\x1a\xa7\x8a\x90\xb9\x9d\x21\x4c\x86\xce\xef\x58\x23\x87\x75\x83\x7c\x1b\x23\xbb\xe7\x1e\xd1\x49\x8f\xaf\xb5\x5d\x84\x76\x25\x70\x8f\x74\xce\x37\xa0\xcd\x97\xf3\xbb\x6b\xc4\x59\x0a\xa3\x32\xb0\xbb\x2f\xdb\x00\xe8\xee\xbb\x6a\x37\xa2\x83\x1f\xfb\x02\x1e\xc1\x12\xe7\xbc\x6a\x23\x2c\x91\x39\x23\x47\xaf\xc5\xad\x88\xa0\x5f\xa7\xdf\x73\x7c\xd7\x23\x3b\x4a\xaf\xf9\x2d\x97\x31\xd4\x40\x0c\xe0\x7e\xff\x08\x55\x9a\xdc\xcc\xe3\x63\xb0\xe6\xfa\xf5\xd5\x61\xa4\x78\x86\x50\x49\xaa\xc8\xe1\xc8\x7e\xaa\xcd\x19\xab\x69\x35\x8a\x39\x9d\x34\x89\x84\xaa\xe0\x85\xac\x70\xc9\xac\xf6\x58\x1b\xb9\x8c\x6b\x78\xd9\xa3\xc9\x4f\x91\x67\x09\x43\xef\xd8\x4c\x89\x9e\x54\xd0\xbf\x82\xa1\x43\xa3\x47\x0d\x16\x55\xb5\x00\xe0\x5e\x75\xcb\x91\x4f\x9d\x2a\x79\xe4\xe3\x8c\x01\x54\x03\xf0\xb4\x63\xcd\x99\x20\x51\x0d\xa6\x48\x47\xaa\x10\xe7\x4a\x53\x52\x51\xec\x3b\x12\x2e\x24\xa0\x54\xec\x74\x3e\x3a\xb6\x21\x81\x53\x5b\x9d\xee\x11\x3d\xbb\xda\x72\x34\x15\xe1\x27\xdf\xd7\x7c\x5f\xdb\x76\xc5\x3a\xbf\x16\xcd\xf7\xa6\xe0\xc6\xa2\x06\x6c\x6f\x1d\x34\x6a\x76\x69\xaa\x62\x7b\xac\x21\xee\x1a\x9f\xce\xfc\xee\xaf\x5f\xbc\x41\x3c\x5d\x78\x0f\xc2\x85\x13\xe2\x6a\x70\x7f\xfc\xf5\xcf\x6f\x88\xfd\xbc\xfb\xeb\x5f\xde\x58\xf0\x9d\x83\xe6\x8b\x4d\x7e\x6e\xe6\xa1\xb5\xf4\xc6\x06\x21\x34\x75\xf5\x59\x79\x55\x77\xac\xb5\x22\xe9\xb3\xd8\x46\x64\xe9\x1d\x1d\x92\x86\x9b\x49\x31\x81\x04\x52\x1d\x20\x82\xb5\x7e\x79\x32\x44\x04\x55\xb7\x5f\xe8\x0e\x58\xe0\x8a\xef\xe4\xef\xbc\xf1\x3d\xeb\x57\x98\x7e\xda\xf9\xdb\x68\x63\x4c\x58\xf4\x9f\xc0\x71\xdf\xe5\xf5\xbe\x75\xed\xdc\x0b\x09\x69\xe0\xc3\x96\x9e\x81\x00\xf8\x48\x3e\x43\x27\x21\x91\x44\xfd\x34\x82\xbf\xc8\x25\x7b\x3d\x7d\xe3\x27\x5e\x7b\x27\x4b\x66\xf5\xb7\xc5\x92\xbd\xeb\x97\xc4\x69\xf6\x82\x06\x1a\x17\xe2\x76\x96\xa2\x47\xfe\xc1\xde\x9b\xe2\x6e\x9c\x7e\x75\x13\x97\x5a\xdf\xf9\x75\xab\x58\x6c\x07\xcd\x1a\xc3\x87\x20\xf5\x7f\x66\x6d\x73\x26\x87\xdc\xaf\xf2\x9e\xae\x2f\x47\xdb\x2a\xad\x76\xe0\x1a\xb7\xea\x1d\x36\xce\x09\x92\x13\x1d\x4f\xb1\x06\x44\x12\x80\xdd\xf1\x27\xc5\xbf\xbe\x66\x58\xd3\xe0\xf2\x1e\x28\xde\xa6\xf3\xfc\x4f\x77\xa5\x13\xf7\xb0\xfd\x36\x86\xa1\x02\xea\xff\x8d\xef\x51\x1d\x27\x84\xc1\xf9\xb0\xee\xc3\x1b\x63\x15\xcc\x1a\x44\x78\x35\x15\x1e\xc0\x86\xb1\x0e\x35\xa7\xb9\x70\x52\x4b\x13\xe6\xe0\x22\xab\x71\xc6\x86\x56\x25\x5a\xff\xbd\xe7\x8c\xa3\xa5\x2e\x40\xa6\x0b\x31\xc1\xaa\x8d\xc4\xd7\xd9\x45\x60\xc2\x14\x59\x21\x99\xab\xa4\x52\xd8\xf3\x8e\xad\x7c\x19\x91\xb5\xd2\x29\x1d\x3d\x0c\xb2\x86\xf5\x7e\x50\x04\xbb\x69\xf6\x55\x23\x6e\x22\xf9\x05\x12\x6d\x68\x48\xc0\x1e\x77\xa1\x2c\xd9\x52\x3d\x90\x93\x8f\xb4\xee\x5a\xd9\xbf\x0d\x06\xeb\x7f\x85\xdf\x14\x5d\xfc\x11\x4e\x27\x80\xb3\xf5\x0c\x46\x9f\xe8\x49\xcd\x23\x6b\x91\x8f\xaa\x7b\xf3\x9e\x7a\xc9\x47\x8d\xc1\x22\x9c\x85\x53\xda\x0d\x9b\xc3\xb0\x2e\x75\xca\xd1\x6e\x46\x9c\xf7\xb8\x36\x9b\x93\x81\x5b\x73\x16\x60\x23\x3f\xd7\x4a\x17\x12\xfc\x47\x8f\x7b\xe2\x8d\x0f\xe5\x54\xc5\x3a\xd2\x6d\x1a\xe2\x08\xd9\x1e\x72\xa2\xc0\xab\xe2\x90\x2b\xc2\xbd\x6f\x00\x1d\x88\x35\xe5\x6a\xe5\x6d\x4b\xc2\x21\x2e\x77\xe0\xef\xde\x7e\x17\xb8\x5a\x40\x5d\x30\x05\x88\x56\xef\x75\xbe\x64\x0d\x84\xa0\x8c\xb7\x23\x5d\xad\x09\xbe\xc1\x73\x0e\xbb\x72\xe1\x37\xaf\x3b\x96\x8c\xdf\x4e\xc4\x3c\xe5\x85\xca\x26\x8b\x0d\x55\xfa\x91\x6e\x34\xad\xc4\x8c\x6a\x79\x11\x32\xa2\x94\xb8\x21\xe3\xb5\xe5\x94\x7e\xb9\x24\x8e\xd6\x99\xca\xe2\x46\x3d\xb5\xa3\x1b\xd9\xab\x2a\x13\xbd\x46\xc4\xda\xa7\x63\x2d\x73\x62\xcf\xef\xd3\x7f\xfa\x73\x90\x7f\xe7\xc3\x59\x26\x26\x3f\xa7\x31\x74\xc6\x3d\xdd\x93\x1a\x5e\x18\x5d\x49\x67\x27\x7c\xe5\x23\x44\xc7\xa8\x0a\x7d\x1f\x04\x45\x30\xfb\x3e\xb9\xda\xed\x0e\x9c\x59\x5b\xfb\x51\x49\x04\x62\x4a\xc5\x6c\x8d\xd5\x38\x57\x6e\x1e\xec\x0a\x8b\x29\x4b\xac\xed\xa7\x26\x77\xae\x3e\x99\x54\x51\x4f\x6a\xe9\x1d\x2f\xed\xe3\x04\x29\xf3\xb7\xd4\xf9\x50\x75\x04\x96\x3a\xd9\xc6\xeb\xcb\x22\x72\x6b\x85\xa1\xba\x80\xd0\x81\x07\xec\x08\x1b\x10\x71\x32\x84\x7f\xef\xf1\x58\xf7\xc0\xce\xac\x15\x17\xff\x89\x7f\x08\xad\xd7\xad\x15\x61\x35\x19\x25\xc8\x91\x52\x87\x71\x94\x1c\xfc\x5e\xee\x19\x73\x3e\xeb\xcc\xa9\x55\x98\x8b\x82\x6d\xd6\x61\x7c\xfe\x5b\xf4\x34\xae\xfc\x2f\xa1\xfc\xda\x45\x18\x92\x08\xac\x3a\xca\x1e\xda\x58\x65\x77\x64\x30\xd0\x9a\x7f\x6a\xa0\xbb\xbf\xfe\xcb\x1b\xeb\x87\x63\x65\xff\xae\x71\xd7\x80\xee\x26\xd8\x10\xc4\x2a\x53\xef\x1f\x8f\xf5\x93\x1a\xa9\x62\x29\x7c\x11\x75\xd7\x13\xa7\xd3\xf4\xb1\xcd\xb5\x8a\xf2\x0b\x04\x3f\xbc\xb0\xe0\x1d\x65\xfb\x77\x43\x49\xaf\x69\x14\x05\xf8\x90\x6b\x2f\xd0\x70\xfa\xfd\xc1\x88\xa3\x06\x88\x28\xdb\x4d\x76\x4d\xb8\x32\xb2\x6b\xf3\x5f\xc6\xd7\x08\x38\xd3\x1a\xfa\xee\x21\x1d\x79\x80\xf8\xfa\x7b\xf5\x89\x76\x44\xcc\x3d\x6c\x9b\xec\xb7\xed\x94\xcd\xde\xb9\x3a\x31\x86\xab\xcb\x2d\x91\xf7\x73\xf6\xed\x94\xf4\x47\xe9\xbb\xbd\x10\xac\x41\xde\xb8\xba\xc5\x14\x76\xc1\x96\x11\x8e\x10\x5c\xf0\x63\x88\x4d\x59\x9c\xb7\xfc\x4a\x0d\x4a\x65\xc9\xcc\xc3\xec\xa1\x73\x17\x48\xdc\x9e\xbd\xc7\xa5\xa4\xd2\x29\x2a\x91\x0b\xf0\x24\x04\x4f\x00\x96\xa5\x7b\xd0\x2e\xb0\x9f\x57\x0b\x76\x09\xe4\x2d\x4a\x9e\x87\x24\xdb\xa4\x01\xa1\x42\xf0\xe9\xfe\x2e\xf9\x17\x00\xbe\x5f\xf6\xd7\xfa\xd0\xae\x55\x4e\x7a\xff\x00\x2e\xf6\x8a\xdb\x17\xc3\x08\xe9\xf8\xb0\x49\x12\x9e\x7d\x5e\xe1\x25\x6e\xff\xf6\x79\x68\x0b\x9d\xaa\x4b\x74\x0f\xc8\x52\x84\x95\xa2\xa5\xd1\x0b\xcd\xf0\xdf\x55\x7a\xaf\xb9\xb5\xaa\xd0\xdf\xf6\x52\xcb\x0c\xae\x84\xec\x48\xca\x4c\xf3\xe2\x63\xcc\x28\x4c\x4d\x6f\x43\x3f\xfb\xd3\xdd\xf5\xe7\xcc\x6e\x42\x31\x8f\x20\x2c\xa6\xea\xf9\xba\xb0\xcd\xce\x13\x2c\xb9\x64\xbd\x77\xa5\x1e\x13\x77\x1a\xe5\x1e\x66\xf2\x5f\xd2\x55\x4a\x4c\xcb\x76\xf6\x76\x12\xb9\x7c\x44\x94\x37\x56\xa5\x44\x15\x86\x7a\x9f\xe8\xe3\x51\xdd\x4f\xbf\xce\x3a\x16\x08\x11\xf2\x26\x9e\x42\xbd\x58\x77\x04\x73\x2c\xc5\x63\xa3\x1e\xdf\xfc\x56\x96\xa2\x3d\x81\x2b\x66\xb7\xef\xcf\x47\xe5\xce\xfe\x20\x89\xd0\x99\xae\x11\x96\x82\x1d\xd1\xb8\x88\x5b\x97\xcb\x17\x2b\x63\x19\xb4\xf0\x12\xdb\xf1\x6b\x04\x58\x92\x90\xcd\x3d\x52\x88\x47\x14\x42\x94\x68\x8e\x3d\x1d\x8a\xea\x09\xc3\xfc\x9a\xae\x77\xec\x6a\x33\x1b\x3a\x2b\xc7\x1f\xdd\x76\x0c\x76\x22\xfb\xcc\xa5\x32\xf9\x3c\x5d\xbe\x81\x3f\x97\x41\x08\x00\xa3\xfe\x85\xfe\xa3\x0f\x67\xae\xbd\x2e\x04\x74\xe6\x92\x48\x44\x4c\xf4\xfd\x71\x7a\xc1\xaf\x67\x19\xd1\x7b\x09\x92\x96\x5b\xcd\x40\x92\x7d\xfa\x2d\xfd\x6f\xba\xdf\x4f\xd7\xeb\x4f\x35\x40\xdc\x70\x83\x3c\xeb\x1a\x6f\xd4\x11\x3f\x07\xa7\x7c\xfa\x24\xee\x86\xf9\xfd\xb8\x71\xe4\xd0\xd2\xab\x16\x1d\xf2\x4f\x83\x74\x58\x1c\x21\x2f\xdf\x9a\xf3\xe6\xe6\xb7\x0d\x87\x82\x4b\x6c\xec\xcc\xf0\x0d\x80\xe1\x05\x71\x5b\x17\x1c\x82\x9e\x88\xa6\xb0\x5e\xc2\x46\xed\x99\x91\x49\xd7\xdb\x97\xa6\xa2\x6f\x2a\x7a\xc4\xcb\x70\x02\xc8\x70\x0d\xb2\x5f\x31\xe3\x89\x23\x8a\xda\xda\x68\x03\xab\x9e\x1c\xe0\x13\x2f\x7d\x92\x42\x9b\x0a\x36\xf1\x0c\xbc\x78\x33\x52\x51\x29\x40\x8a\x16\xfe\x8b\x44\x9c\xb1\xe1\xc6\xa0\xe4\x88\x80\x33\xb9\x2c\xce\x8b\xf9\xcf\xf4\x1f\xfe\x6b\x06\xdb\x31\x62\x8b\x47\xd1\x38\x8b\x7d\x86\xef\x9f\x24\x15\x82\xbc\x86\x6f\x0c\xdf\x92\x28\x8b\xc8\x3e\xcb\xd1\xfb\x38\x3c\xd2\x5f\xe1\x2f\x21\x99\xb9\x08\x8b\x66\xeb\xfa\xbc\x4b\x35\x27\x08\x82\x0c\x97\xde\xc6\xbb\x67\xcd\x64\x38\x85\xfb\x4d\x41\x60\xb3\xe0\x9c\x96\x29\xc6\x01\xed\x92\xcc\x11\x92\xeb\x92\x1b\x45\xb9\x2f\xf9\xb7\xca\x07\xa1\xd8\x0b\x07\xfc\x59\x82\x5c\x6c\xd5\x9d\x4d\x2a\x04\xec\xc3\x55\x9c\x3f\x7f\xea\x72\x12\x50\x4e\x98\x4d\x12\xdc\x25\xe0\x17\x5d\x0e\x67\x0e\x88\xe6\x61\xbd\x5e\x80\x3f\xb3\xff\xbb\x8e\xc1\x86\x97\xbb\x36\xf3\x3a\x17\x9d\x59\xe4\xb0\x46\x98\x9f\x9b\x31\xa8\xa3\xd7\xc5\x92\xe3\x0c\xc7\x12\x7d\xb2\x42\xf7\x3d\x2c\xd4\x2d\x4f\xde\x83\x45\x55\x64\x30\x0f\xd5\x83\x6a\x88\xda\xba\x32\x8b\x2f\xe4\xc5\x09\x57\x16\x1e\x1c\xa2\xa9\x63\xc1\x19\xc4\x3d\xb4\xf9\x68\x69\x6c\xd1\x3d\xe3\x47\x98\x12\x93\x1f\x31\x7b\xfd\xc9\x8d\x9a\xdc\x01\x65\x53\x19\xc6\xd9\xdd\x3d\x11\x3f\xfa\xd0\xdb\x77\x69\x35\xd3\x4a\xb4\xcb\xa2\xb2\x0e\xcf\x0c\x62\x45\x35\x36\xf6\x58\xae\x4c\x57\x3c\x93\xa3\xb5\x9a\xfe\x2a\xfe\x12\xa5\x02\xa0\x8d\x74\x8c\x83\x9c\xc8\x91\x5a\x33\xce\x05\x21\x81\x5c\xf9\x45\xb6\x39\x56\x91\x9d\xec\xe6\xea\x54\x77\x7b\x55\xec\xe2\xfc\x39\xd8\xce\x5b\xab\xe1\xc9\xc7\x86\xf6\x58\xe3\x9f\x64\xde\x72\x17\x1a\xec\xea\xfa\xdc\x22\xf2\x12\xff\x11\xca\xb7\x45\x2b\x9f\x90\xd1\xee\x69\xfa\x0d\x89\x82\x56\x21\x7b\xe8\x93\x06\xe3\x8c\x6f\xa5\xba\x9f\xfb\xba\xea\x82\x7e\x64\xe3\xf1\x20\xc4\x65\x5e\xfd\x76\xf8\x44\x64\xac\x63\xb4\x40\x6a\x97\xa6\xde\x46\xef\x59\xb2\xb3\xb8\x5d\x90\x30\x5c\x8c\x8c\x44\x94\x58\xe5\x33\x8d\x81\x27\x01\xcc\xa1\xbf\x91\x84\x29\xb3\x68\x6a\x38\x9b\xef\x43\xde\x14\x1f\xab\xca\xd7\x50\x9f\x8d\x71\xe0\x8a\xd0\x41\x38\x2b\x89\x51\x03\x3f\xea\x0f\x0c\x23\x25\x81\x26\x41\xa1\x4f\xc0\x44\x4b\xa1\xc4\x94\x42\x79\xf2\x5a\x65\x69\x68\xa6\xbb\x64\x0d\xf9\xfa\x02\xb4\x77\x1d\xcd\x11\xaf\x8e\x5a\x96\x72\x8f\x1c\x09\xae\x95\x50\x04\xa6\x06\x71\xb2\xaa\xb0\x72\x28\xee\xa1\xae\x42\xe6\x38\xa6\x3a\x8f\xd8\xbb\x92\x24\x16\xa3\x54\x24\xc4\x97\x49\x5a\x99\x77\x49\x2b\xfe\x75\x4b\x93\xa4\x3a\xa7\xdf\xd3\x26\xd2\x02\xd1\x96\x8f\xd7\xf5\xef\xde\x3a\x7e\xa7\xab\x59\xbf\x7c\x9a\x56\x7e\x30\xd2\xed\xf1\x78\x11\x18\x58\xb3\x80\xda\x22\xc4\x7c\x87\x42\xef\xdc\x49\x9a\x7e\x1c\x51\xeb\x69\x4c\x1f\xfc\x3d\x7d\xdd\xe4\x9c\x6e\xf6\xfd\x7b\xc5\x6d\x17\xad\xd4\x8f\x36\x4d\xb9\x04\xdf\xd3\xfb\x76\xaf\xd7\x8f\xdb\x46\xe9\xe4\xec\x8a\xce\x75\x3f\xd6\x87\x36\xe0\xcd\x51\x5e\x97\x36\x61\x1a\xf1\xbb\x32\x82\x9f\x8f\x74\x65\x87\x3d\xc8\x04\x6c\x7b\x55\x4a\x50\xeb\xca\x9e\x43\x03\xc3\x76\xd0\xb1\x8e\x74\x61\xf6\xcb\x5b\xbb\x9a\x49\x5c\xe6\xd5\xfc\xa5\x8b\xcf\x7c\x7b\xf5\x28\x96\xf3\x6a\x7e\x9a\x04\x76\xbe\x6d\xd1\xe1\x55\x71\x9c\x15\xf5\x55\x99\xb7\xd7\x7c\x7a\x8d\x92\xbf\xbf\x23\xe0\xdb\x3f\xb2\xbf\xe3\xc2\xd2\x3f\xf0\x2c\x7a\xf7\x0f\x47\x0f\x7d\x7a\xe2\x24\x08\xde\x49\x92\x6d\xd4\xa6\x37\x54\xa3\xfd\xe9\x96\x68\xca\x49\x7f\x4c\x11\x88\xb1\xd8\x2d\xb3\x4c\x55\x32\x71\x8e\x56\xb8\x5d\x47\xa1\x53\x10\x9e\xd3\x65\x9c\x64\x6f\x8b\xfd\xcd\xef\x5b\x79\x26\x1f\x3a\x5e\xe7\xec\x6c\x78\x2d\xae\x37\xc2\x77\xe2\x47\xa8\xc1\x39\xad\x39\xc4\x2e\x54\x4e\x56\x9e\xbc\xe1\xb9\x0a\x7c\xf3\x38\xe2\x4f\x14\x17\x16\xfc\x4c\x2c\xc8\x0f\xc4\xf3\x3e\x65\xf7\x59\x24\x7a\x2f\x42\x2b\x8d\x6f\xe5\xaa\xc5\xf4\x0d\x8a\x3d\x04\x71\x91\x27\x2f\x38\xc0\x32\x7d\x77\xd2\xed\x2f\xd1\xba\xac\x06\xad\x12\x75\x8d\x12\x0a\x56\xd4\x14\xb7\xf5\xb6\x35\xd2\x9f\xd7\x06\x65\xe1\xe1\x99\xe8\x33\x6e\x79\x16\x3f\x9c\xba\xb2\x57\x96\xf8\xab\x69\xa6\x73\xf9\x49\x5f\xc7\xbb\x81\x20\x3c\xea\xc3\xcc\xf8\x41\xcd\x6d\xb3\xfc\x67\x67\xe5\x6c\xc1\x3f\xf2\xee\x95\x5d\xef\xad\xfe\xa0\xbe\x44\xa3\x90\xbc\xbe\xf1\x5b\xc1\x81\xb0\xfa\x61\x7b\x3b\x4b\x2e\x68\x65\x37\xde\xee\x17\x87\x7c\x1d\x56\x4a\x22\xb6\x44\x5d\x03\x67\xa7\x90\xe4\xc3\x2a\x2f\xaf\x2f\x85\xde\xa7\x81\x69\x35\x22\xf1\x19\xbf\x64\x45\xbe\x2e\x7d\xef\x27\x49\x42\xa2\x49\x8c\x4c\x35\x39\x53\x0e\x31\x20\xc4\x45\x2d\xdd\x2e\x2a\x08\xbf\xe8\xd5\x57\x12\x4c\x5d\xd6\xee\x16\xf9\xc7\xa9\xd8\x2a\x42\x2c\x74\xab\xd7\x1c\x5e\xaf\x49\x92\x98\xdd\x36\xf4\x9f\xd3\xa1\x85\xae\xef\x8a\x30\xfa\x7b\x07\xee\x6f\x88\x15\x35\x99\xbb\x94\x8d\x4b\xd8\x21\x0d\x34\xc2\xd5\x60\x3e\xc0\xa9\x6a\xfd\x94\xcb\x2d\xd1\xa1\x9d\x44\x17\x12\xa7\xf4\x54\x73\x45\xd0\x58\x06\xcd\x38\x3f\x70\xf1\x50\xf8\xe5\x80\x2d\x61\x2b\x26\x0b\x10\xa2\xb8\x0e\x61\x95\x46\x2a\x8e\x44\x11\x81\x8c\xce\xac\x83\x34\xff\xc0\xdb\x73\xab\xb0\x33\x3a\x72\xff\xce\x67\x4e\x4f\x2e\xf9\x7e\x7d\xa6\x27\xbe\xf9\x3c\x21\xa6\x27\x77\xed\x58\x77\xb1\x1e\x20\x02\xf9\x68\x1d\xa3\x1a\x81\x68\x6a\xba\x71\xc3\x6b\x33\xdc\xbf\x78\xeb\x38\xb9\xce\x7a\xd0\xa8\xa7\xf5\x3f\xf1\x7e\x1f\x0a\xfe\x3f\x9b\xad\xcb\x2b\xf2\x81\x5b\x77\x64\xd7\x62\xc8\xf8\xc8\x30\x25\xc7\x07\xf9\xb3\x0c\x12\x0d\xe1\xc3\xc7\x80\xdb\xce\x6d\x1c\x80\x2c\x49\xf3\x7d\xc5\x3a\x0e\x09\xa0\x47\x97\xe6\x64\x24\xb2\xca\x09\x5d\xea\xf3\xb2\xb3\xc5\x85\xf1\x2e\xd3\x54\x28\xba\xa0\x93\xc8\xc3\x87\x01\xc2\x85\x90\x11\xe1\x8e\x81\x34\x72\x8e\xb8\x65\x0d\xfc\x5a\x0c\xbb\xc5\x6f\x22\x41\x6f\x3d\xa4\x3b\x76\x37\x84\xbf\x80\x9f\xf7\x4e\x36\xa9\xdf\xe3\x11\x08\xbb\xd5\x9e\x7e\x4c\x0e\x1a\xe9\x68\xea\x04\xeb\x5e\xdc\xd3\x21\x32\x11\x07\x10\x7d\xb6\xe2\xdc\x40\x82\x0c\x98\x9f\x33\xd7\x2b\xe4\xe2\xb5\xfe\xe1\x9e\xc2\x8c\x74\xf7\xc1\x44\x6b\x1c\xdd\xa7\x11\x6e\xa2\x60\x6f\x41\xc0\x42\xae\xa3\x71\x9f\x96\x34\x84\xde\xb1\x16\xbd\x70\x74\x71\x7b\x99\x65\x1a\x40\xb1\x0f\x08\xc9\xe0\xc3\xf9\x25\x23\x05\x5d\x67\x34\xc8\x10\x01\x8c\xb6\xd1\xe7\x44\x43\x28\xc3\x95\xd1\xe7\x7e\x21\x49\xed\x08\x15\xc4\x93\x8e\x78\x5c\x2f\x86\x25\x07\xa3\x39\x2b\x8f\x87\xa8\x73\x93\x6c\xcc\xbe\xbe\x30\xe3\x3b\x39\xdc\xc3\x10\x9e\x2c\x88\xf7\xfc\x9e\x40\x32\x8a\xc6\x2e\xda\x7e\x11\xf2\xb8\x00\x7e\xda\x41\x4d\x84\x64\x1f\x21\x7e\x03\x4c\xc2\xcb\xde\x11\x3c\x1a\x50\xd5\xd8\x30\xd8\xdb\x83\xb1\x97\x6b\x89\xc0\x07\x69\x87\xf3\x3f\x48\x32\xc0\x79\x92\xdf\x54\xa2\x03\x44\xa9\x46\xf6\x2e\xbe\xbf\x8f\xea\xf4\x31\xc3\x02\x40\x2f\x45\x3b\xe4\xb4\x44\xe3\x90\xcc\xda\x22\x47\x27\x44\x9b\xe4\x13\x47\x83\x18\xb0\xdf\xec\x89\x13\x04\x5d\xae\x72\x50\xf8\x82\x19\x01\x15\x63\x98\x3d\x31\x2d\xf0\x2d\x1e\xa5\x23\x4f\x83\xe1\xb7\x36\x12\xab\x33\x02\x0e\xc4\xfa\x95\x74\x8d\x9c\x00\x42\x82\xa0\x4a\x9a\x39\x75\x54\xf9\xfe\xec\xb5\xb7\x1f\xe6\x8a\xfb\x72\x9f\x69\xa3\x82\xc4\x6f\x67\xd9\xa3\x46\xc0\x89\xa1\x8b\x81\x93\x1f\x73\x42\xb7\xb6\xbf\xfd\x3d\x93\x5f\xe7\x13\x3c\xf0\x97\x18\x9a\x81\x5e\xcb\xc7\x70\xcd\xdc\xee\x45\xc1\x05\x8e\xd5\x3d\x1e\xef\xcc\x0f\x79\x24\xb6\x59\xca\x54\x09\x77\x51\x49\x8a\x54\xa0\x33\x84\x90\xbd\x90\x87\xe6\x71\xbc\xb3\x9f\xc7\x22\x62\x1d\x9f\x9d\xbb\x59\x6e\x45\xb7\xc4\x38\x1b\xf4\x32\xe3\x64\xc8\xd4\x15\x91\xc2\xe6\x6a\x7e\x26\xbc\x20\xbb\x2e\x0f\x37\x24\xad\xac\x72\xba\x9c\x33\xc0\xdd\x16\xfb\xae\x74\x41\xc7\x3b\xbb\x9b\x3e\xa2\xd1\xb7\x74\x01\x3c\x27\xa9\x33\x9c\xa6\xba\x38\x82\xb9\x0f\x1b\xd0\x2d\x14\x49\x9a\xa7\xe9\x6a\xaf\x91\x93\xbc\xb3\x92\xd1\x1e\xdb\xca\x56\x63\x7e\xd7\x4c\x63\xa4\x68\x1a\x46\x41\x17\xa7\x04\x06\xb5\x33\x73\x2e\xdc\x02\x33\x0a\xc8\xb6\x61\x88\x0d\xca\x04\xce\x25\x1d\x58\xd4\xb1\x04\x08\x10\x63\x08\x81\x42\x91\xe0\x2d\x37\x6f\x67\xbe\x3f\xad\x36\xa0\x5a\x63\x15\xec\xa1\x46\x4c\xa6\xd3\xaa\x95\xdc\xba\xfd\x1a\x62\x11\xe4\xb8\x1c\x1b\x0e\xf4\x30\xb2\x3d\x07\xc9\x6b\x36\x47\x9e\x7c\x0e\xfe\x33\xac\xb2\xac\xd7\x57\x2e\xc6\xea\x40\x9b\x2c\x47\xe8\x55\xca\x21\xf5\x7e\x05\x96\xca\xe5\x56\x11\x1d\x02\xf2\x60\xc2\xca\x99\xbe\x3f\xf1\xaf\x0e\xf5\x4d\x46\x9c\xfa\x9a\x8a\xa4\x5b\x97\x5d\x86\x03\x69\x76\x95\x84\xfe\x08\xcf\x25\xf9\x19\x0a\x42\x24\x06\x66\x4f\x24\x90\xeb\x6e\x59\xf4\x74\x2f\x3a\x73\x89\x40\x10\xb8\x60\x80\x1f\xc6\xa2\xa1\x98\x79\x17\xc6\x4f\xc8\x1f\x87\x2a\x91\xa8\x50\x85\x04\xc6\xd5\x38\xa1\xb3\xec\x79\x1e\x1e\xe8\x7b\x17\x68\x36\x45\x0b\xc8\xea\x0a\x00\xa1\x49\x0a\xfc\xe1\x7c\x38\x26\x1d\xea\x4a\x34\xba\xc1\x77\xef\x88\x8d\x2a\xfd\xe3\x50\x16\x4d\xeb\x72\x9d\x5e\x2c\xfd\x31\xfc\xaf\x87\x17\x21\x5b\xc1\xb3\xa2\x1d\x03\xb6\x55\x65\x58\x8c\x74\x71\x5e\x72\x02\x2e\xc2\x08\x2b\x5a\xc1\x4b\x3f\x34\x2d\xc2\xa5\x6b\x7c\x66\xa2\x99\x55\xa5\x89\x07\xdc\x3d\xb6\x26\x3d\x7c\x44\x66\x63\x0c\xae\x92\x6c\xc9\x6e\x8a\xcc\x4c\x0b\xda\x13\x61\x75\x7f\xc0\x9b\x7a\xef\x9f\x9e\x7d\xf6\xed\xd9\xf7\x2f\x4f\x74\x9e\xef\xa6\x97\x97\x97\x53\x54\x9f\x76\x0d\x7d\x45\xe1\x5a\x27\x4e\x75\xcc\xfe\x6b\xd3\xae\xbe\xba\x47\xff\x7e\x4e\x9c\x07\xc8\x41\x8a\x53\x25\xbc\x83\x98\x40\xff\x19\xfa\xa0\x57\x89\xb5\xd8\x71\xba\xc0\x98\xdb\xc4\x09\xca\xeb\x17\x39\x41\x0e\xda\x14\xf1\x2c\xab\x86\x06\x3e\xe3\x7f\xa2\x62\x62\x5f\xce\xc7\x73\x58\xf4\x2b\x15\x34\x06\x4f\xe0\x19\xfd\x91\x8e\x2e\x15\xc4\x51\xf9\x31\xfb\x28\x07\xcd\x3a\x14\xbb\x7a\x17\x80\xd5\x2c\xed\xb2\x63\xfa\x1c\x92\xe4\xc7\x3c\x60\x26\x1d\x4b\xf1\x4d\xbf\x3d\x87\xa0\xa9\xab\xf2\x8a\x90\x49\xc3\x72\xaf\x9c\x0f\xca\x1d\x1c\x39\x38\x98\xf5\x1b\x73\x66\x53\x03\x1c\xcd\xde\x9c\x34\xff\x9d\x0b\xdc\xe7\x85\x42\x96\xdc\xbc\x50\x38\xe8\x42\xf2\x51\xcc\x71\x23\x09\x1a\x25\x22\xa3\xea\x21\x45\xdc\x2b\x42\x9f\xc3\xc6\xe2\xd4\xe2\x0d\xd6\xe3\xdf\xd5\xe2\xc0\xde\xa2\xf7\x10\x95\xc6\xbf\x1a\x1a\xec\xc5\x11\x0f\xac\xdb\x2a\x0e\x15\xc2\xc1\xcb\xff\x24\x76\x32\x3a\x19\x3c\x02\x38\x89\x4c\xcd\x27\xd1\x13\xa8\x13\x9f\x14\x2c\x94\x88\x2b\x75\x2c\xa8\x9d\xf8\x47\x67\x49\x6a\xa6\x34\x9a\xdb\x60\xcb\x70\xae\x73\x50\xe9\x51\x40\x70\x74\x81\x83\x0b\x39\xed\x5d\xc4\xed\x45\x08\x89\x33\x33\x4b\x32\xe6\x7e\xa9\x8f\x61\xa6\x98\x85\xc5\x38\x86\x2d\x3a\x5c\x71\x7d\x5b\x1b\x8f\x5d\x58\x23\x1f\x18\x2a\x21\x45\x40\x2d\x1b\x02\x1d\x11\xf7\x5d\x6c\xfd\x14\x1f\x32\x32\xec\x33\x41\x31\xc5\x1f\x60\xda\x3e\x07\x7d\x04\xd9\x6a\xed\xd1\xfe\x35\xe8\xff\xb8\xc0\xac\xe2\x5f\x7f\x98\xa1\x34\x27\x4f\xc1\x1c\x87\x83\x9c\x55\xcf\x39\xa6\x35\x3f\xc6\x1b\x5a\xff\x78\x26\x8c\x80\x98\x46\xbc\x8e\xd1\x0f\xbf\x2b\x67\x2c\x11\x88\xc3\x63\x09\x16\x72\x56\x98\x34\xf8\xfc\x19\xea\x01\x01\x72\x54\xc2\x6d\xd0\xee\x0d\xb8\x7a\xde\xc6\x59\x1f\x0f\x45\x11\x92\xfb\x9f\xd6\xf5\x3e\x2f\xaa\xf9\x43\xfe\x67\x80\xbf\x76\x84\xa0\xf0\xa0\x3a\xaf\xf2\x32\xde\xae\x43\x59\x5f\x49\xca\x81\x87\xfc\x77\x92\x46\x2a\x5e\x61\xa8\x3a\xac\x39\x2e\x08\x85\x16\xce\x39\x68\xd0\x8c\x55\xca\x15\xa1\xbd\x52\xe0\xcb\x0b\xc7\xb3\x2c\xe4\x68\x93\xb8\x4f\x6b\x18\xd1\xe0\x3a\xea\x2c\x28\xbd\xe8\xeb\xeb\x41\x10\x64\x49\x05\x15\x6d\x21\xc7\x27\x0b\x0b\x0e\xb9\xb5\xa3\x37\xbf\x47\xd6\x36\x54\x34\xc4\x6e\x7a\x63\x4b\xee\x45\xd9\xf7\x55\xd2\x84\x01\xc3\xe1\x86\xd9\x01\xe2\x96\x69\x8a\x80\x61\xeb\x0f\xc9\x0d\x90\x1c\x6b\x1c\xf9\x9f\x03\x99\x0c\xba\xfc\xa0\xd0\xff\xe3\x87\xae\x02\xdf\xb0\xcf\x31\xf5\xea\xa0\xdd\x31\xdd\x8a\x4a\x80\x83\x5e\x03\xea\xaa\x5a\x7b\x10\x9f\xba\xb5\x09\x51\xae\xc7\x55\x2b\x51\x8c\x51\x67\x19\x94\x98\x2d\x1f\x10\x2b\xf9\xd6\xd9\x87\x5d\x1d\x3f\xe2\x63\xde\x6a\x6b\x80\xff\xb2\xa9\x2f\x2d\xe2\xe8\x77\xcd\xca\xcc\xff\x15\x26\x10\x4e\x0a\x1e\xc7\x77\xe0\x8a\x78\xb8\x41\x50\xf6\x63\x63\x0f\x9c\x32\x99\x0b\xc5\xbd\x4a\x5d\xfa\xa5\x88\xfd\xdb\x59\x49\x73\x41\x14\x01\x81\x2d\xf4\x91\xc8\x43\xfa\xaa\x46\x83\xf8\x91\x08\x37\x42\xb8\x8e\x05\xfe\xe2\xac\x00\x88\xc2\x42\x75\x89\xa5\x6f\x01\x53\xe7\xc8\xc8\x2f\x41\xd3\x42\x65\x7b\x28\x49\x3c\x40\x64\xb3\xf9\x13\x7e\x3c\xd4\x22\xac\x28\x2b\xb6\xa3\x5a\x5d\x55\x6c\x88\x12\xbb\x7a\x36\xdf\x93\x98\x10\x57\xc2\x68\xfa\x9c\xcd\xe9\xb2\xd9\x5f\xb8\xff\x14\x21\xa8\xba\x01\xf8\xae\x2e\x55\xe5\x97\x47\x51\x4c\x14\xc2\x23\xd1\x57\xbf\xdd\x71\x9d\x5f\x44\xd4\x93\xed\x27\x44\x7a\xff\xd9\x4b\xf9\xc1\x71\xda\xa2\xe8\x60\xe9\xb2\x35\xc5\xda\xe1\xc0\xf1\x3a\xd7\x52\x67\x8a\x9d\x12\x91\x4c\x02\xb4\xc8\x4b\x01\x89\x7e\x25\x51\xe7\x68\x0b\xa5\x03\x44\xa8\xdb\xe7\xd5\x95\xbe\xb7\x78\x24\xa2\xb1\x13\xed\x14\xa4\x55\x63\x45\x44\x09\x63\x4b\x6f\x70\x2c\xc5\xbb\x18\x5f\x37\x04\x62\xe1\xe1\xfd\x76\xf9\x47\x08\x2e\x24\xdf\x6c\x18\x9a\xcf\x7d\x91\xf0\x8a\xfc\xb7\xc6\x6f\xd0\x2a\xbe\xc6\xba\xc9\x37\x2d\xa2\xf6\x52\xaf\x1b\x5f\x4a\xcb\x77\xcd\x5e\x35\x66\xda\x6f\x44\x27\x0a\x90\x23\xd8\x59\x16\xa5\x2f\x65\x57\xdd\xc8\x3d\xd7\x95\xe7\x10\xc1\xe7\xe1\xc0\xc2\x21\xb9\x77\x32\xb4\xf6\xbb\x90\xbe\x02\xba\x1b\x8c\xc8\x57\x47\x32\xee\xf3\xfd\x41\xc4\xbc\x64\x99\xc1\xf9\x97\x7d\x05\x7f\x22\xe2\xe1\xbc\x34\xd4\x9f\x93\x5f\x7e\x25\x89\x5c\x66\xc9\xdc\x63\x27\x71\xdc\xa5\x35\xb3\x5b\xa5\x86\x84\x88\x72\xee\xf4\x5e\xa0\x35\x37\xbf\xb5\xc1\x3f\x42\xb8\x6c\xef\x1e\xaa\xc7\x15\x46\x6a\xf3\xad\xa6\x4c\xc8\xb7\x2e\xe4\xba\xfb\xc2\x12\x17\x5e\x47\x25\xb5\x8f\xc4\x97\xae\x38\x22\xa4\xc4\x82\xed\x07\xcd\x34\x95\x7f\xad\xb7\x95\x70\x0f\x3f\x1d\x5d\x7a\x4c\xfa\x5c\x59\x8f\xdc\xb9\xe2\xc4\x95\x2f\x3a\x61\x0d\x7f\xe8\xc3\x1e\xfa\x0f\x10\xff\x20\xc8\x70\xb0\x89\xff\xf8\xff\xff\xd7\x08\x80\x0d\x53\x85\x64\x63\x20\x17\x35\x70\xfb\x51\x30\x8e\x17\xa4\xae\x2e\x64\x44\xc6\x38\xde\xb4\x4b\x7e\xeb\x09\x04\xb7\xd4\x7b\xe7\x7d\x5a\x0e\x4d\xbd\xee\xc0\x70\x43\x36\x87\xa3\x6f\x7b\x4d\xd7\x6c\xcd\x76\x35\x36\x4b\xfb\xed\xe8\xfb\x76\xfb\x59\x21\x71\x26\x09\x00\x6e\x80\x3e\x80\x05\xf8\x85\x1b\x6d\x72\xd7\x22\xd7\xb9\x04\x08\xdd\xbd\x73\x5d\x8e\x5c\x28\x65\x8b\x5d\xcd\x87\xe9\x22\x3d\x35\x4e\xaa\x83\x72\xbf\xb7\x86\xf3\x25\x2b\x86\xf4\xd9\xa1\x16\x55\x06\xe5\xb6\x47\x97\xa1\xfc\x02\xb0\x45\xbe\xb3\x47\xed\x1b\x83\x61\x83\x2d\x4d\x26\x78\x2b\x49\xed\x5f\xa4\xd4\xfb\x96\x39\x29\xd7\x4f\xc4\x3f\xb1\x9c\x3a\xe4\x9e\x06\x9d\xe9\x6b\x09\x7f\x3b\xa3\x98\xf3\xee\x31\x44\x98\xbf\x3e\x74\x25\x52\xea\xfe\x9a\x4c\x7e\xad\x9b\xed\x9b\x90\x31\x5d\x0d\x2e\x9a\x96\x3b\xcd\x47\xcc\xb5\x7c\x0e\x51\x57\x75\x24\x95\xe8\x78\xcb\x38\x4b\xc3\x13\x38\x78\x0a\x8f\x08\xad\x63\x9a\xfe\x55\x38\x6f\xa4\x65\x70\xef\x5d\x0f\x84\xb3\xb6\x44\xa8\x67\x2e\x0e\x2f\xf2\x28\x27\x06\x9d\xe0\x4e\xce\x01\x71\x9d\xf3\xf1\x69\x1c\x1d\xe3\x60\xea\x03\xb2\x96\x52\x5d\xf6\x27\xa6\xbd\x43\x3c\x4d\x5b\xef\x0d\x5c\xaf\x42\xc6\xef\xa2\x92\x78\xaa\xc8\x05\x6f\x39\xf9\xbb\x9d\x70\x48\x47\x35\xf9\xb0\x35\x8b\xad\x3a\xa6\xd1\x0f\xc7\x13\x10\x47\xc1\x07\xd1\x9f\xd2\x35\xce\xff\x1d\x26\x8d\xfd\x19\xbe\xb1\xf1\xb9\xe8\x7d\x02\x7a\x29\xba\xa5\xa6\xdb\x60\x8e\x31\x96\x32\xe3\x4e\x7d\xc7\x3a\xb3\x2a\x7a\x85\xef\xfc\x2f\x73\x9d\xd6\x85\x46\xc1\xaf\xc2\x68\x1e\x89\xd5\x4d\xb7\x47\xd8\x4c\x89\x28\xe1\xf2\x7e\xec\xb9\xe1\x37\x52\x3f\x09\xe2\xcd\x9a\x5a\x8e\x96\x77\x3f\xca\x84\x65\x6d\xdb\x6d\x8c\xaa\xac\xdc\xb0\x2c\x0d\x7d\x33\x9a\x1d\x79\x98\xbc\xdf\x07\x76\x1f\x66\xe3\xbf\x3d\xbc\xfb\xa0\xab\x0f\x0a\xf0\x3e\xee\x4e\xfc\x21\xbe\xea\xb7\xe7\xdc\x8d\xf5\xf6\x69\xf2\x5d\xff\x65\x98\x85\xf7\xe3\x7d\x9d\xd3\x06\x1e\x8f\x25\x7b\x62\x8e\xe5\x76\x6d\x07\x3e\xd3\x04\xb5\xef\x71\x99\x5e\x0f\x13\xef\x4a\xd2\x64\x31\xdd\x24\x57\x18\x9a\xbf\xa2\x49\xdd\x7a\xc7\xd3\xba\x1e\xc9\xe8\xea\x5f\xc1\x27\xdd\xbe\x2f\xdb\x70\xdf\x1d\x27\x69\x7c\xd4\x13\xc7\xe5\xd5\x19\xc9\xad\x7e\xb4\x4d\xd8\xa6\xde\x0c\x85\x44\x39\x6f\x95\x88\x24\x05\x67\xc2\x8f\x49\x05\x74\xc4\x63\xa2\x97\x13\x68\x64\xa2\xc0\x46\x1a\x31\xe7\x83\x16\xe6\xb1\xd7\xc8\x6e\x1c\x5f\xdc\xfb\xfd\x09\xc6\x8c\xd9\x91\xb2\x47\xd2\xaa\xf1\xa9\xc7\xda\xe6\xb0\x3b\x89\x9f\xaf\xaa\xc6\xfb\x20\x97\xea\xc7\x91\x2a\x4d\x50\xfc\x4c\xff\xdd\x15\x87\xc5\x91\x1c\x3f\x8c\x38\xd2\xfc\xfb\x5f\xfa\xe6\x92\xa3\x3c\xce\x4d\xde\xfb\xe4\x50\xea\x2b\x4e\xb4\x93\xe1\xe8\xf0\xb8\xcd\xd5\xe1\x52\xa3\x5f\xfb\xc5\xae\x6d\xd4\x7b\xbf\x03\xf9\x77\xd1\xd4\xa5\xf1\xd4\xca\x36\xb0\xc4\x84\x39\xf6\x02\xbb\xa4\x4d\x7d\x2b\x5f\x2e\xee\x1d\x71\x3a\x15\xfd\x40\xec\x05\x95\x73\xe8\x74\x79\xcc\xaa\xe5\x4a\x60\x7d\xd0\x5b\xeb\x77\x4b\x45\xa8\xe8\x30\xbf\xec\xb7\xaa\xea\x4b\x7d\x7d\xe2\xe9\xb1\x10\xe4\xd9\x5f\x6b\x08\xc8\x74\x00\x9c\xfe\x5f\x0b\xfb\x73\x90\x52\x70\x5a\x2e\x60\x36\x1e\xea\x68\x90\xec\xe1\xd7\x5e\xde\x0d\x26\x48\x0c\xba\x69\xee\x91\x42\x53\xae\xb1\x33\x07\x67\x06\x08\xcf\xe9\xa4\xcf\x24\x46\x77\x1a\x9a\x7b\xa4\xc6\xd1\x61\x2d\xab\x47\x8e\x0f\xae\x02\x84\x24\x01\xe8\xcf\x81\xdf\x3a\xb9\x39\xb0\x1b\x6d\x3a\x83\xf8\xfb\xd1\x19\xb0\x49\x83\xc7\x62\xa3\xbe\xfa\xe1\xf2\x6d\x1b\x99\x9c\xa8\x32\x51\xfb\x88\xb3\x55\x7f\x8e\x2e\x5d\x43\x3c\x2e\x3c\xd7\xcf\x87\xe9\x1b\xa4\xc1\x11\x12\x2c\x1f\x19\x92\xed\x80\xf5\x88\xb2\xcd\x2c\x99\xd5\x1c\xa4\x07\x8c\x11\x47\xb2\xa2\x71\xf5\x4d\xec\x93\x3c\x16\x29\x3a\x41\x2f\x6e\xa9\x8e\x69\xc4\x1a\xf7\x81\x71\x94\x8f\xb7\xd3\xf0\xd4\x42\x21\x2d\x5c\xd8\x78\x30\x93\xf1\xee\x79\xf4\xec\x0e\x79\xcd\x75\x9c\x9b\x52\x3c\x7a\xa2\x32\x1f\xf4\xaa\xb8\x7f\xac\xd3\xb8\x16\xef\x70\x60\x84\x9d\xe4\xc5\xec\x32\xd8\xb1\x52\x5e\x9f\xfa\x17\x0f\x9a\x5a\xa9\x60\x2f\x1f\x49\x5d\xc4\x6f\x22\x0a\x09\x21\x11\x6f\xbe\xf3\x8f\x8e\x56\x17\xb9\xb7\x12\x74\xde\x42\x3d\x86\x13\x0d\xfe\x23\x71\x3f\x31\x0e\xe8\xc3\x4d\x1f\x28\xdd\xf1\x47\x28\xc4\x9f\xfe\x97\x59\xb4\x07\x8e\xc7\x46\xcb\xe9\xfb\x50\x47\x8a\x32\x3e\x74\x0e\x29\x4e\xf9\xa7\xa6\x91\x20\x91\x14\x79\x7c\xe8\x6c\x62\xec\x32\x3e\x97\x04\x2c\xdc\xc4\x60\x41\x05\x01\x57\xfc\xd5\xc7\x1b\x04\x16\xc3\xa9\x47\x30\x3b\xf3\x87\x17\x49\x5d\x83\x16\x1e\x71\xb0\x53\x21\xcb\x85\xb1\x53\x61\xa4\x86\x8f\x14\xdb\xf0\x2d\xec\x5d\x20\x3f\xca\x55\x6f\x8c\xab\x91\x7b\xa4\x3e\x90\xfc\x3c\x27\x50\xca\xd0\x63\x45\x27\xff\x8e\x63\x30\x6a\xd2\x97\xd4\x0b\x56\x12\xf9\xb0\x71\x28\xc2\x9d\x4e\x6f\x34\xc8\x4b\xe4\x53\xd0\xa6\x1a\x35\xa8\x28\x51\x44\xec\xcc\xaf\x7c\x9e\x6f\x26\xd4\xed\x6e\x59\xe7\xcd\x7a\xce\x6e\x68\xa2\xef\x86\x7b\x82\xf5\x82\xef\x44\xa2\x47\x5c\xe7\x2a\xcb\x24\x42\xf9\xe4\xb8\x84\x8b\x70\xce\xb0\x8f\xa9\x9c\x72\xaa\x3f\xf9\x91\x26\x9b\x05\x98\xff\xdc\x22\xa9\x24\xfd\xd3\x89\xd9\x71\xa2\xde\xd2\x73\x79\xcd\xc6\x49\x72\x0a\xc5\xe9\xfb\xba\x2a\xd8\x6f\x57\xfe\x25\xbc\x38\xe9\xbf\x4f\x97\xdc\xc5\xfc\x5b\x4c\xa7\x93\xb6\x6e\xf3\x52\xf5\xf9\x5f\x66\x77\xd7\x93\xb0\x64\x56\xe9\x63\xdf\x56\x73\x6f\x3f\x88\xbe\xd6\xce\xfd\x08\xf2\x9b\xf7\x44\x8a\x9b\xf3\x14\xd9\x0c\xd1\xf9\x09\xcb\xdc\xd8\x20\xd1\xd9\xb1\xb1\xe4\x81\x39\x3b\xea\xb0\x85\x63\x99\x57\xe7\x72\x77\x96\xac\x55\x5e\x7e\xed\xb5\xb0\x27\x51\x59\xba\xed\xf1\x97\xe4\x61\x59\x9c\xfe\x3c\x54\x49\x91\x68\x3c\x90\x26\x59\x6a\xe3\x52\x9f\xc8\x2d\x2e\x94\x34\xa5\x69\x99\xb3\x62\xc5\x65\xce\x6b\x3e\x94\x04\xff\xf9\xb4\x54\xfc\x8e\x5c\xee\xe4\x17\x86\x30\x42\xd2\xfb\x63\x7d\x8c\x12\x97\xc9\xbb\xab\x74\x69\xa2\xd1\x8b\xcb\x9e\xd7\x5b\x22\xc7\xac\x60\x4f\xbb\x74\xe2\x42\xd2\x65\x12\x2e\x23\xea\x04\x6e\x14\x71\x01\x3b\x6b\xbd\xce\x6d\xda\x9c\x11\x58\x6f\xa3\x1c\x6d\x86\x4a\x63\xd8\xe2\xb4\x62\xc7\x7e\x33\x1b\x83\x35\xd1\x09\x04\x6d\x99\x2b\x1f\xad\x4b\x82\x31\x52\x65\xfd\x4c\x7c\x07\x72\xa9\x8f\xd6\xa1\x49\xd0\xd5\xb3\x2e\x48\x50\xa8\x82\x68\x2b\x88\x14\xc4\x59\xa4\x6b\xce\x52\xf7\xd2\x25\xa5\x94\xf7\x12\xc4\xb6\xe0\xd2\x5a\x51\xa6\x54\x62\x5e\xba\xa5\xbd\xa7\xa8\x1c\xeb\xb7\xea\x75\x56\x49\x6f\x3e\xfd\xaf\xc4\xfd\x88\x1e\xc0\x84\xae\x95\x4a\x17\x15\x3b\x8e\xe4\x41\x36\x85\xe1\xd2\x3f\xc7\xf1\x69\xbb\x43\x3e\xda\x0f\xe8\x21\x9d\x64\xf4\xba\x47\x8d\xf3\xa6\x1a\x0f\x49\x72\x7c\x9a\x4c\x41\x40\x4b\x8a\x0b\x17\xe7\x38\x7a\x4d\x71\x2a\x1f\x6e\x99\x64\xd2\x3e\x9d\xde\x48\x3f\x1f\xb0\x6f\x4c\xa1\xab\xad\x10\xa8\x41\x47\x8c\x74\xec\xcd\x6f\x84\x60\x58\xb3\x0c\x96\xac\x6e\x8c\x44\x08\xdb\xb2\x6b\x9e\x61\x87\xcf\xa9\x33\xe1\x1d\x9f\x7a\x32\xd2\xd1\xa9\x47\x23\x9e\xf4\x87\x8c\xc7\xf9\xd0\x7d\xdf\x16\xed\x62\xbb\xd2\xe5\x3d\x21\xee\x00\x09\x47\x1f\x80\x89\x5f\xa9\xf8\xde\x7b\x6d\x9f\x8f\xc1\x7f\xdc\x8b\x9f\xfa\x48\x6f\xea\xda\xa3\xd9\x69\x07\x59\x27\x23\xfd\x11\xb4\x06\x12\x39\x2c\x9e\x6d\x63\x38\x0c\x02\x42\x61\x5b\xbb\x13\xaf\x16\x89\x4d\x3e\xa3\xdf\xf7\x24\xe9\x41\x71\x6d\xd8\xed\xc1\x7e\xca\xf1\x0d\x90\x89\x0e\x04\xfe\xb3\x53\x5a\x3a\x61\x91\x2f\x13\xbc\xbe\xf6\xf9\xa8\x89\x21\x62\x42\x22\x3e\xe6\x7c\x82\x3b\xb1\xe6\xf1\xfe\x7e\x7e\xeb\x34\xd2\xf3\x4a\x0c\x3e\xd9\x77\xf4\x7d\xec\x3c\x30\x39\x76\x5e\xa3\xd5\xb3\x56\x75\x74\x80\xc8\x53\x4a\x7b\xef\x23\x45\xf1\x04\x86\x8e\x3f\xd9\xce\x64\xed\x2c\x6e\xfa\x4c\x99\xd1\xdb\x48\xc0\x28\xde\x17\x08\x06\x08\xbc\x83\xe5\xd4\x91\x3d\x0b\xf3\x91\x3d\x88\xa7\x98\xe4\xb0\x92\x99\x89\x85\x34\x99\xdb\x91\xdd\xc0\x64\x90\x51\x39\xdd\x0a\xe4\xad\xfd\xc8\x7b\x78\xec\x16\x62\xb0\x5e\x3a\xdc\xdb\x47\xfc\xb0\xfb\xc8\xd9\xf5\xa3\x61\xfc\x34\x44\x36\x3e\xb2\xea\x78\x22\x60\x27\x23\x3e\x87\x73\x98\xd0\xfe\xb6\xc5\x1e\xd1\x76\xf0\x6b\xfa\x23\xff\x8a\x89\x47\xd7\xc0\x45\x64\xb1\xad\x9b\xba\x23\x09\x97\x5d\x06\x99\x5e\x13\x40\x6b\x91\x1d\xa9\x4f\x42\x2b\xf2\x0a\x75\x1c\x05\xc8\x37\xf1\x51\x7e\x89\x6b\x62\x7f\x13\xdf\x8e\xb9\x3f\xd7\x0a\xba\xfe\x95\x06\x9f\xd9\xaa\x23\x48\x93\x09\x6b\xe8\xb4\xe2\x51\x5b\x6d\x55\x2f\xdb\x9c\xa3\xb4\x3c\x6a\x24\x5c\x04\x3c\xc8\x87\xb5\x0f\x35\x07\x8e\x58\x94\x04\x3f\xdd\x61\x81\xf5\xda\xf9\x2b\x29\x24\x86\x04\x85\xd9\x6b\x14\x0e\x47\x70\xf3\xd2\x46\x2f\xb8\x34\x3b\xd5\xd2\x63\xad\x36\x8d\xe9\xb5\x78\x4c\x25\x83\xda\x6e\xe7\x76\x26\x3f\xf4\xf7\xed\x29\x95\x4d\xf1\x9c\x01\xa1\xe4\x93\x7d\xe3\xda\xb7\x6c\x00\xb7\x94\x61\x8f\xb4\x2a\xd6\xa5\x99\xff\x58\xa9\x73\xfd\x87\x35\x61\xff\x33\x95\x3b\x3e\xac\x89\xda\x30\xd7\xf3\xc7\x70\x1b\xd5\xb7\x43\xb7\x36\xac\x97\x7f\x25\xc4\x6e\xe7\x5c\xe5\xfb\x25\x3c\x2a\x62\xc0\x5c\xd6\x75\x8b\x94\xe9\x07\xb0\xf5\xec\xa9\xcd\xf1\xa6\x5c\x29\xf8\xfa\xd5\xf9\xf8\x9e\x49\x83\xdb\xa0\x86\xdb\x0e\xa6\xb5\x47\x66\x5e\x1a\xae\xe9\x56\x6d\x47\x28\x4a\xc7\x7c\x71\x46\xc5\xd3\x33\x5f\x3c\x3e\xe8\xa0\xb1\x1f\x98\xdb\x67\x2e\x3d\x27\xdf\x61\x0d\x77\x12\xb5\x5e\x41\x3b\x3c\x32\xf6\x03\x94\xbf\x7f\xf0\x41\xf3\xe1\xb2\xb3\x41\x5f\xf1\xa5\x61\x8b\x0d\x30\xd6\xb2\x5b\x9d\x1b\xe4\x33\xb4\xbb\x05\xbb\xe5\x84\xae\x5e\xb9\x4a\xd9\x7d\xae\x94\x3d\xa5\x4a\x88\xf7\x42\x10\xfc\xbd\x56\x8a\xe9\xfa\x8a\xce\xa0\xcd\xd9\xb7\x6c\x64\x3a\x4f\x1e\xd0\x09\xc8\xe7\x98\x5f\x26\xd9\x14\xf1\x8a\x58\xa0\xd3\xfb\x08\xee\xd9\x77\x70\xca\x81\x0a\xfc\x1e\x12\xce\xe1\xba\x53\xdc\xd2\xf3\xa1\x68\x88\x94\x03\xc2\x5d\xac\xae\x56\x08\xbb\xa2\xd9\x07\x1a\x8c\xff\xcb\x15\x5e\x1b\x47\xb5\x59\x68\xa5\xda\x8a\x32\x0b\x3c\x3a\xc1\x0d\xd8\x8f\xd6\x16\x9c\xe6\xaa\x0b\xfa\xe2\x75\xbd\x22\x0e\xc4\x8c\x55\x3c\xe0\xc3\x6d\x35\xdd\x04\xa4\xa2\x3a\x1d\x8f\xd4\xd3\x41\x89\x4f\x7a\x40\x72\xcd\x79\x3b\x11\x55\x81\x3c\x7f\xdc\xe7\x15\xa2\x88\x11\xd4\x99\x32\x28\x0f\xa4\x02\xcc\xdc\xce\xbe\x24\x2a\x7f\x76\x84\x8d\x4c\xdd\x5a\xcf\x49\x3f\xfa\xdb\xb1\xef\x6b\x71\x29\x97\xd4\xc1\xf2\x25\x04\xee\xd2\x12\x21\xb3\x89\x0a\x42\x3e\x68\x9e\x10\xf7\x20\xa0\xcd\xf2\xbd\x7e\xe1\x97\x0a\x8d\xd9\x42\xf1\x22\xc1\x1a\x36\x57\x30\x21\x30\x9b\xf1\x03\x97\x37\x1a\xa2\x4a\xf5\xcf\x95\x4b\x43\xc5\x06\x6b\x09\xb9\x17\x85\xaf\x10\x87\xe1\x68\xd1\x9e\xb5\xc8\xad\xc4\x74\x90\x75\xbf\x27\x76\xe4\x4c\x7b\xe8\x87\x89\xd7\xa5\xb3\xac\x25\x5e\x98\x03\xad\x8a\xfd\x1b\xe3\x76\xad\xca\x99\xad\xe7\xcf\x91\xd0\x3a\x6e\x5c\x42\x40\x16\x51\xd3\x45\xe3\x87\xc4\x29\xcf\xe6\xfa\x6a\x1a\x69\x07\x86\xeb\xb2\x6e\xd6\xce\x30\xf0\x1c\x79\x04\xc5\xa8\xc2\x4f\xb6\xf0\x64\x1d\x7e\x43\xca\x7b\x21\x9a\x2d\x7f\x74\x4b\x51\x86\x4b\x6e\xbc\x89\xf2\x4c\xd3\x76\x48\xe1\x7b\x4d\xb2\x61\x4f\x3c\x2c\xc9\x6e\x2e\xfb\x3b\xb4\xcf\xdf\x69\x3e\x66\x97\x64\xfe\x45\x2f\x9f\x7c\x94\x48\x3e\xe5\xf3\x8e\xf5\x20\xfa\xce\xcf\x4e\x49\x0e\x98\x7e\x41\xe7\x2c\x29\x95\xf0\x2c\x8c\x4e\x76\x5b\xd6\x4b\x74\xee\x5e\x96\x71\x92\x7b\x0d\xb2\x29\x01\x83\x3e\xd7\x7e\x91\xae\xd0\xc3\xb4\x6a\x4f\x65\x11\xf0\x5a\xc8\x7b\x40\x4e\x1b\xb3\x2b\x96\xb4\x5e\x3e\x30\xa9\xbf\x8f\xea\x83\x65\x16\xa7\x1e\x03\xfd\x12\x62\x13\x8a\x61\xbd\xba\xee\xe4\x58\xa3\x61\xf9\xc2\x24\x43\x42\xeb\xc4\x37\x08\x70\x8e\x27\xd1\x1a\xb0\x4e\x21\x05\xae\x11\x78\x86\xc6\x5c\xf2\x70\xb2\x4b\xe7\xb9\xd1\x66\xe1\xcd\x60\x9c\x3b\x2a\xe9\xa7\xe0\xac\xec\x92\x6a\xfd\xb6\xbe\x4e\x5c\xfa\xf5\x84\xf9\xc6\x43\xe4\x90\xd6\x7d\x14\xa4\x14\x16\x52\xd3\x88\x54\x1c\x33\xce\xbb\xd1\xbd\x70\xab\x18\xa1\x2d\x48\x3a\xa8\x2f\xab\x24\xf1\xb7\x03\x33\x98\x8d\x34\x4f\x4a\x92\x51\x3e\x8b\x33\x0f\x8b\xc5\x47\x34\xad\x21\x1b\x0b\x7b\x38\x26\x91\x0b\xe2\x01\x11\xbf\x09\xce\x4b\x83\x8d\xe1\xb1\xbc\x79\x54\x22\xbd\x24\xc6\xa4\xfe\xd0\xd9\xc0\xff\xa9\x37\x87\x0b\x67\x0b\x9d\xc5\xbb\x93\x38\x87\xe7\x6e\x06\xb7\x3b\x85\xd3\x84\xe5\x9d\x7d\x82\xf9\x7b\xfa\x61\xae\x14\xd0\x3a\xff\x8c\x1d\xa8\xb8\x60\xc4\x7f\x4a\x14\xcb\x8c\xd4\xd3\xfe\x93\xcb\x2a\x95\x7a\x06\x6b\x29\x0c\x63\xca\xef\x9e\xe9\x5c\x0a\x39\xd7\x3c\x12\x90\xab\x22\x54\x14\xcd\xf2\x0d\x91\x2a\xec\xdc\x2b\x43\xb5\x34\xcd\x4b\xce\x4a\x6e\x45\xaa\xc9\x2c\x87\x68\x54\x6a\xba\x48\xd5\x99\x68\x27\x13\x4b\x81\xd6\xf0\xf3\x96\xdf\x3e\xbf\x96\xfc\x34\x9c\x00\x32\xa6\x87\x52\x3e\xea\xda\x16\xcd\x8e\xbb\x19\x52\x8b\xd6\x77\xcc\xb5\x84\x24\x0c\x6a\x55\x61\x3a\xd6\x90\x44\x51\xb4\x57\xb8\x76\x6d\xbd\xaa\x4b\xf6\x7d\x20\xbe\x08\xee\x56\x5c\x76\x5e\x97\xa5\x56\x4e\x9f\xff\x48\xd9\xae\xb6\x78\xf8\x6a\xdd\xec\x70\xab\x49\x50\xf2\xb3\x65\x7d\xe2\x9a\x1a\xbd\xcc\xe4\xbd\x6f\x5c\xee\xa8\xd0\xfc\x95\xfc\xd1\xde\x52\xc7\x51\x2a\xaf\x43\x01\x5c\xfb\x76\xac\x5d\x28\x08\x99\x96\x78\x1a\xfe\xae\x8d\xa3\x0e\xcf\x1c\x41\x17\xbb\x09\x27\xa1\x95\x0b\x01\xb4\xbe\xab\x77\x1c\x40\xa3\xef\xb7\x36\x73\x27\x01\x66\xc8\x25\xd3\x28\xac\x98\x81\x1d\x87\xc0\xd6\xa4\xb8\xe2\xba\x0a\x1e\x86\x0f\x5f\xba\xb3\x68\x89\xef\x58\x76\xad\x09\x2f\x45\x4f\xb5\x28\x09\x61\x77\xb4\x7a\x9a\xc9\x30\x90\x6a\xff\x90\xf9\x67\x10\x69\x17\xb0\x5d\x79\x00\x78\xc8\x75\xb4\x1d\x1c\x84\x22\x89\x94\x97\x90\xb2\xd9\x60\xd4\x74\x82\x3f\xd5\xe3\x73\xb3\x5d\x6f\x25\x78\x45\x33\x5a\x93\xa0\xa5\x0c\xd5\x1e\x4d\x5f\xd0\xef\x7e\x25\x0b\x71\x11\xe7\x4d\xb0\x04\xb2\xee\xca\x71\xa6\xf7\xa9\x78\xca\xca\xdc\x77\x0e\xaa\x24\xf0\xb0\xdf\x6a\xf9\xe9\xfa\x64\xd3\xa6\xd6\x60\x7a\x98\x3d\x8e\xbf\xef\x41\x3c\x17\x36\x9f\xbf\xb0\x44\x2e\xb3\xb3\x53\x77\x15\xf6\xed\x61\xc1\x8a\xf3\xb3\x17\xaf\x5f\x4d\x8f\x5d\x79\x54\x63\xa0\x47\xad\x2c\x82\x7c\x7c\x60\xe8\xe7\xe6\xd1\x15\x70\x31\x4b\xe4\xfa\x20\x10\x28\x3b\x1c\x9a\x4c\x2e\x92\x1d\xaf\x36\xc6\x99\x31\xec\x89\xef\xc4\x23\x0e\x78\x09\x06\xed\x9c\xb1\x9c\xbc\x9f\x86\x50\xa3\xbd\x86\x57\xfc\x30\x7b\xb2\xd9\x26\xcf\xee\x9c\xdc\xa1\x9b\xd1\x12\x2d\xad\x82\x33\x54\x8c\x89\x16\x6d\x49\xa8\xfc\xf9\xd9\xf4\x27\x8e\x80\xa0\x4a\x4a\xe6\x8d\xfd\x0b\x79\xb7\xde\xf3\xe2\x80\xea\x0b\x3c\x6e\x24\x46\x1b\xad\x5e\xb9\x24\x13\x92\x0b\xf8\x00\xab\x9e\x6f\x70\x80\x95\xde\x34\x17\x08\x78\xcc\xa0\xf3\xea\xf4\x85\xc6\x26\x89\xe0\x46\xe7\xc1\x19\x18\x1c\x2f\xcf\x49\x64\x35\xaf\x83\xe9\x71\xf2\x83\x79\xb5\xc5\x81\x96\x50\x1c\x0e\x6e\x63\x99\xed\x1e\x62\xc1\xd4\x05\x32\x62\x3a\xf5\x38\x52\xbe\x6e\xc8\x49\x07\x16\x2f\x10\x83\x24\xa4\xd0\x48\x93\x0f\x78\xe8\x36\x4b\x28\x40\xa2\xcc\x7c\xdf\x1a\x46\xb4\x7b\x29\xcb\x1d\xf7\xfc\xde\x1d\x49\x59\x2f\xa5\x00\x51\x30\xb3\x91\xe5\x79\xee\x2b\xae\xbd\x10\x82\xc5\xde\x26\xff\xa9\x26\x91\xb3\xe1\xb0\x5d\x3f\x26\xf6\x51\x4f\x11\x05\x56\xe6\xcb\x0a\xf7\x24\xf2\xb6\x4e\x99\x47\x83\x2e\xdb\xf9\xac\x78\xdc\x19\x3d\x99\x54\x8b\xbc\xe7\xc5\x42\xd8\x72\x8f\xfe\x85\x45\x94\x88\xfa\x1a\x85\x02\x7a\x1b\xc5\xce\x44\xa9\x67\xf1\x9a\x63\x8e\x6d\x64\x62\xb7\x72\x6e\x62\x79\x77\xba\x5a\xb5\xc3\x8b\xae\xf6\x3c\xb1\xc6\x6b\xc5\xfc\x70\xe8\x19\x26\x4f\x2b\xac\x2b\x58\xf1\xb9\xca\x05\x2e\x9e\xfb\xc0\x29\x07\x7a\x7d\x20\x9a\x41\xa8\x30\x45\x4c\x03\xfd\x9a\x72\x0a\x5a\x58\x6f\x36\x25\xa1\x2e\xe4\x3c\xe3\xf0\xce\xf8\x31\x7d\x51\xaf\x3b\xeb\x9b\x11\xa3\x89\xcb\x0f\x95\x31\x2b\x5f\xb7\xf3\x1f\xf8\xcf\xe9\xf3\x7a\x9b\x44\xe9\x70\x2d\x68\x77\x98\x4a\x46\x46\xd1\x75\x14\x0f\x2b\xae\xc6\xc3\x3e\xcf\x3b\x04\x5c\x69\xd3\x71\x99\x2d\x6d\xea\x1a\xbe\x06\xed\x2e\x8e\x9e\x16\xe5\x96\xf7\xdb\x0c\xd3\xff\x8a\x9f\xd2\x45\x6d\xe2\x24\xf4\xe2\x3e\xd7\x3a\x7c\xe5\x72\x1a\x69\x7b\x5a\x55\xbf\x31\xad\x6e\x74\xa4\x55\x53\x1c\x34\x28\xc5\xd9\x39\xfe\x9e\x82\x73\xf4\x93\xc6\x91\xe8\x5d\xe1\x3d\x78\xa9\x41\x37\x4d\x41\x38\x92\x3f\x8e\x50\x31\xdf\xb9\xdd\x79\x50\x39\x7b\x9a\x9a\x5e\xe2\x3a\x43\x0e\x35\xfa\xc8\xe1\xdf\x16\xcb\x8e\xe8\x2b\xdd\x2d\x01\xc0\x24\xb6\xb2\x40\xa1\x0f\x13\x17\x35\x1d\x05\x11\x7c\x08\x1c\x64\x54\x58\xb2\x33\x8d\x7c\x7b\x2e\xc9\x4d\xfb\x55\x46\xcf\x22\xae\x80\xa7\xb3\x1c\x73\x88\x2b\x05\x13\xdc\x94\x43\x0e\xbd\xda\xe4\xeb\x5e\xed\x2d\x46\x44\xdd\xef\xf8\xef\xec\xb3\x4f\xe9\xc3\x54\x3e\x7c\xfa\x79\xd6\x6f\x01\xc9\x7b\xdf\xed\xe5\xbd\x73\x71\x6d\x24\x0f\xd3\xdc\xd3\x44\x71\x24\xae\x90\x42\x36\x90\x56\xce\xf4\x6a\x6e\xeb\x06\x72\x54\x25\xda\x8e\xb3\x5e\xb3\xca\x9f\xe6\x7a\xe9\x0e\xd3\x7b\xa1\x8c\x5e\x7d\xaa\xe7\x25\x90\x50\x14\x98\xf8\x50\x16\x04\x97\x50\xc6\x50\xd6\xbf\x5b\x54\x6e\x6d\x29\xd7\xeb\xec\xec\x79\xef\x46\x87\x8f\x8e\xa1\xf9\x0c\x8f\xf1\xf9\x8a\xdc\x41\xae\x4a\x84\x92\xbf\xf3\x79\x54\xff\xd8\x11\xea\x27\xdf\x8d\x74\x61\xff\x56\x12\xd1\xfe\xcb\x1d\xf6\x2e\xbb\xd3\x16\xeb\x25\x75\x16\x63\xc4\x82\x5f\x68\x7a\x94\x48\x3f\xa7\xa3\xb0\xee\xf5\x86\x06\xfc\xaa\x8f\xd1\x2b\xec\xea\xf4\xbe\x8b\x8c\x2a\xc1\x7a\x8b\x94\x09\x19\xe0\x2f\xc7\xb7\xa4\xac\xca\x18\x02\xe3\xc7\xca\x52\x5f\x5d\x3c\x5c\xe6\x08\x0e\x67\xbe\x29\xa1\x6a\x8e\x79\x1e\x50\x66\xf7\x3a\xd8\x4f\x5d\x92\x73\xba\x64\x9d\xfc\xec\xf1\x54\x5d\x00\x41\x34\x1a\x56\xe2\x09\xe5\x89\xa6\xcb\x0b\x55\x35\xa9\x5f\x67\xaa\x12\xed\xaf\xec\x23\x60\xdb\x2d\x3b\x5e\xb5\x32\x79\xab\xfc\x40\x02\x7b\x3e\x7f\x20\xff\x66\xc3\xed\xd1\x58\x23\x78\x62\xbb\x28\xc5\x23\x43\xeb\x80\xe4\xf0\x7b\xf5\xe7\xb0\x12\x59\x7e\x7c\x10\x36\xc4\x9a\x36\x48\x8e\x51\x6b\x27\x30\x0e\x5a\xba\xa6\x2e\xfe\x92\x82\x8c\x0b\x6a\x36\x0a\x32\x7f\xeb\x88\xcb\x5b\x94\xa6\xda\x12\xc4\xfe\x1c\xc7\x24\xab\xd2\x6b\xad\x21\x40\x58\xdb\x4e\xf4\x6c\xfe\x0b\x51\x20\x51\x2a\x32\x10\x87\x78\x20\x1e\x2a\x86\xbc\x75\xc6\x7f\x16\x62\x9d\xe8\xf1\xd7\xf1\x81\x06\x0e\xe0\x05\xff\x1a\x9f\xba\xd6\x3c\x8a\xdc\xf5\xbb\x3b\x76\xba\x73\xf5\xfc\xe9\xa3\xe7\xdf\x67\x0f\x47\x60\x58\x2b\x0f\x30\x86\x96\x0f\xb0\x8b\x96\x8f\x62\x13\xd6\xe1\x33\x96\x66\xb1\x91\x51\xb3\xc0\xa6\xd3\xc6\x6b\x45\x5f\x67\x81\x94\xf2\x1a\x68\x54\x43\xdc\x01\x1a\xe3\x96\x79\xe5\x53\xc7\x33\xd7\xbe\x31\xbb\x52\x82\xf6\xe4\xdb\xb1\x1e\x2d\x9e\x19\xc7\x1d\xa8\xd7\x88\x66\x89\x72\x91\x6a\x66\x7e\xe3\xc5\x61\x4a\xf7\x5d\x1c\xa3\x46\xb7\x5d\xea\x0d\x77\xdd\x7d\x17\x0b\x9c\xf6\x23\x96\xb6\xd1\x7e\xa4\x5e\xbe\xa6\x7b\x43\x7b\x28\x15\x4f\xe5\x57\x5a\x85\x0d\xd6\x17\x79\xa9\x75\x9e\xe9\xcf\x72\x30\x60\xe5\x7a\x61\x0f\xb0\x84\x51\x30\xe2\x21\xec\x91\x28\xff\x1c\x9f\x97\xab\x7b\x68\xea\x8b\x02\xca\x0a\x57\xfb\x95\x16\xb8\x8a\xae\x82\xeb\xd5\x7d\x4f\xa3\x07\xfa\x59\xd2\x15\x2c\x54\x68\x7c\xc0\x7f\x4f\x63\x38\x53\x6c\x82\x3b\x2f\x35\xb5\x92\x8d\x12\x31\x68\xd5\xed\xca\x6f\x89\x1a\xdc\x1e\x0c\x37\xc5\xad\xa2\x2c\x36\xc6\x59\xf1\x64\x19\x23\xb8\x66\xd7\xb6\x07\x1b\x82\x6b\x3d\x7d\xfd\xfa\xd5\x59\x6f\xde\xa1\x1f\x9d\xfc\x18\xe2\x39\x14\x6c\x4f\x5d\x8c\xb9\xd1\x32\x40\x87\xf7\x70\xd1\x36\x6a\x23\x25\x74\xf3\xfb\xf4\x55\xff\xee\x63\xee\x6d\x23\xef\xeb\xe6\x4f\xf4\x8f\x51\x72\xa4\x5b\xb9\x81\xd2\x96\xb3\xf1\x6b\xa3\xc7\x37\xbf\xaf\x11\xc3\x08\x7e\x7a\xf1\x44\x92\xc4\x1b\x7e\x93\x8b\xd6\x2d\x03\x61\xa6\x46\x21\x05\x75\xdc\xd4\x38\xfc\xc7\xae\xd8\xee\x4a\xfa\x7f\xcb\x21\x40\x90\x54\xa6\xcd\xdf\xed\x68\x2d\xc8\xff\xce\xe9\xd0\x90\x2c\xcd\x0d\x15\xf5\x02\xdb\x0e\xf7\x00\x79\xc2\xc2\x34\x24\xb1\x29\x24\xd8\x46\xf6\x99\xa6\x0a\x96\x40\xd0\xc5\xe7\x47\x9b\x22\x80\x51\x43\xf4\x86\x35\xd7\x51\x27\x2c\xdf\x85\x5e\xb8\xdb\xf1\x5e\x24\xba\x86\x6f\xeb\x7c\x70\x3e\x3b\x15\x7a\x9d\x34\x22\x40\xcc\x9b\x2d\x9b\x5e\x4f\x9b\x2d\xe7\xf1\x32\x49\xa7\x05\x22\x37\x99\x63\x24\xe3\x45\xb1\x1d\xee\xa7\xe6\xe9\x39\xda\x84\x93\x1c\xa4\xbe\x5b\xc9\x91\xe1\xbd\xc2\xb1\xd6\x0f\xf0\x31\xae\xcd\xe1\xd1\x8e\x54\xc6\xab\xa2\xde\x62\x8f\xd4\x7c\xf2\x60\x12\xcb\x45\x47\x80\xdf\xc2\x07\x78\x8b\x97\x33\x71\x65\x11\xe8\x48\x74\x12\x8e\xd3\x39\x94\xcf\x56\x0d\xb1\x4f\x0f\xe8\x3f\xe2\xac\xeb\xcb\x03\x7d\x72\x25\x10\xcf\xd6\x5d\x69\x78\x56\x07\xa2\xdc\xa1\xae\x79\xd7\x7a\x33\x7f\xe6\x84\x4b\x4e\x89\xa8\x35\x38\xbc\x44\xdd\xf9\xa0\x5e\x63\x75\xcc\x3b\xb3\xea\xbc\x27\x50\x54\x23\xb8\xbf\x03\x13\x6a\x1a\xed\x6e\xc3\x41\x0b\xe8\x7a\x5d\x23\x4a\x87\xaf\x31\x92\x96\xd1\xcd\x1f\x62\x15\xbc\xdd\x9b\x16\x42\xed\xe8\xb8\xf1\xb0\x96\x6b\x39\xa7\x7c\xe7\xf1\xae\x39\xc8\x20\x62\x8d\xf9\xe9\xbb\xda\x1c\xa3\x46\xc2\x8f\x2c\x34\x22\xc9\x0b\x5f\xcf\xae\x5d\x80\x49\x61\x3b\x7d\xab\x7c\x25\x3e\xf7\xce\xe1\x3c\x0c\x6e\xe0\x92\x09\xef\x0c\xf6\x68\xb3\x51\x4c\x40\x5f\x87\x56\x3e\xa8\xb5\xec\x57\x2a\x2a\x91\x83\xa5\xaa\xbc\x4d\xb0\x97\xb0\x0a\x77\xfb\x73\xc3\x6e\xa2\xa1\x3f\xd6\x2e\x49\x4d\x10\x60\xf8\x78\x72\x7f\x71\x92\xb6\x5e\x6d\x37\x76\xf6\x22\xda\x95\x61\x6d\x2f\x56\xc5\x05\x8b\x2f\x22\x65\x42\xbc\xac\xde\x81\xba\x2f\xf5\x61\xfe\xfd\x61\x36\x98\xaf\xea\x85\x86\x87\xf3\x1e\x27\xdb\xc9\xaf\xb2\xfd\x6f\x5c\x7c\x02\xb6\x82\x72\x2a\xbc\x34\x2a\x7b\x12\x40\xee\xae\x45\xf4\xb8\x10\x40\xb1\x31\x95\xcf\x45\x33\xd2\x36\xce\x27\xfd\x45\x9c\xa0\x3a\x4e\xa5\xfd\xe7\x37\xe8\x58\xf2\x4a\x53\xdf\xdd\x9e\x08\x60\x5e\x55\x60\x09\x39\x4d\x9f\xef\x9c\x9f\xeb\xa5\x29\xb8\x6d\xb3\xba\x37\xe8\x81\xf0\x71\x5a\x0d\x1f\xff\x45\x3f\x6e\x0d\x9e\x1c\xb5\x6e\xd5\x6c\xe4\x9b\xbf\x45\xf7\x6c\xe8\x8b\x97\x7b\x4f\x2c\x80\xf7\x64\xe1\x7f\xd2\x94\xd8\xdc\x87\x06\x70\x7c\x3b\x91\x8c\xb2\x1f\xd9\x8b\x0f\x0d\xf9\x76\xa2\xe9\xac\x3f\xaa\xa3\x7e\x58\xc9\xb7\x6e\x71\x69\x0a\x74\x74\x9a\x84\xa9\x8c\xfb\xd6\x5c\xe6\xfd\xae\xdd\x41\xbb\x85\xfe\xf3\x3d\x8e\xad\x7a\xd8\x2b\x00\xf7\x3f\xdb\xf3\xc8\x36\xc8\x7b\x94\x8f\xdb\x55\xc9\xcd\xc9\x4f\xad\xde\x4e\x46\x32\x34\x7f\xd4\xea\xaf\xbb\x24\xef\xf4\xdb\x89\xcf\x89\xe0\xa1\x3c\xbe\x7a\x72\x75\xfc\xbd\x71\x95\xf9\xf9\x57\x5e\x8d\x5d\xcd\x09\x87\xf1\x6c\xf3\x2d\xf7\x85\x20\x32\xf1\xac\xf8\xba\xd8\x3b\x5f\x87\x09\x0d\xef\x54\x7c\x93\xfc\x65\x91\x14\xfd\x3e\x5b\xfb\x2f\xe0\x59\x10\xa2\x49\x73\xef\x47\xef\x5f\xef\xfa\x6c\xf2\x84\x62\xda\xba\x2e\xdf\x4c\xf2\x6d\x3d\x27\x56\x6d\xb2\x69\xea\x3d\xbf\xea\x2e\x80\x1a\x2f\xe7\x7f\x05\x75\x9c\x7c\x61\x91\x83\xf3\x0b\x17\x8d\x7b\xf2\xc5\x5e\x7e\x4b\x12\xc0\xc9\x17\x3b\xfd\xdc\xca\xd7\xb5\xfc\xa4\x95\x4d\xbe\xb8\x94\xbf\x7f\xae\x61\x69\xfd\x82\x28\x9c\xb6\xac\xab\x9c\xfa\xbd\x92\x5f\xdf\xe6\x3b\xe4\xaa\x20\xe6\x60\x4d\x23\x61\xe1\x9a\xf4\xde\x85\xff\x9e\xec\x79\xa4\xf4\xa3\x8c\x5e\x4d\x76\x75\xd7\xf4\x9a\xb5\xd2\x6a\x9d\x5f\xa5\x1f\x5e\xb3\xc0\x78\x69\xcc\x79\x5a\xce\xd3\x63\xa2\xde\xee\x7a\x83\x60\xa2\xf4\xe9\xca\xe4\xbd\x41\xbe\x65\x0b\xc5\xa4\xc9\x2f\x17\x6e\xea\x7e\xba\x28\x74\x53\x76\xd3\x9c\xfc\xba\x6e\xea\x03\x72\x86\xbd\x99\xb8\x4c\xaa\x2e\x85\xea\x2f\xdd\x3e\x7b\x5a\x43\xa0\xc5\xad\xda\x15\x78\x1e\x2a\xe9\xf3\xc4\x0e\x21\x6f\x14\xb8\x1c\x2c\x37\x7b\xac\xb8\x1c\xcc\x45\x75\xe8\x54\xcb\xec\xa3\x7d\x6b\xfc\x43\xfc\xa4\x0f\xc1\x98\x28\xfe\x49\x3b\x1a\x89\xc8\x4c\xbe\xf6\xd1\xe3\x66\x13\x56\x69\x23\xd0\xdc\x52\x95\x90\xc4\xa1\xde\xfc\x7e\xf3\xef\x26\xfb\xec\xef\x7f\x67\xce\xb8\xb8\x36\xff\xf8\x47\xf6\xe2\xfe\xe7\xaa\xbd\x60\xf2\x07\x27\x27\xce\xd3\x2f\x1e\x5d\x51\x1b\x62\xab\x1f\x27\xcd\x10\xe3\x88\x9f\x5d\x46\x81\xf2\x42\x80\xff\xc9\xff\x0e\x00\x00\xff\xff\x64\xe7\xfc\x0f\x92\xea\x00\x00") func confLocaleLocale_deDeIniBytes() ([]byte, error) { return bindataRead( @@ -4318,12 +4364,12 @@ func confLocaleLocale_deDeIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 54337, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 60050, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xeb\x72\xdc\x48\xae\x27\xfe\x9d\x4f\xc1\xf6\x84\xc3\x76\x84\x5c\x8e\x9e\x3e\xff\xff\x6e\x74\xb4\xdd\x2b\x4b\xed\xcb\x39\x96\xa5\x23\xc9\xdd\x3b\xeb\x70\xb0\x59\x45\xaa\x8a\xe3\x2a\xb2\x86\x64\x49\xd6\x4c\xcc\x1b\xec\x03\xec\xf3\xed\x93\x2c\xf0\x03\x90\x17\x92\x25\xd9\x3d\xc7\x1f\x2c\x56\x26\xf2\x86\x44\x22\x01\x24\x12\x99\x6f\xb7\x59\x51\x76\x8b\xf4\x79\x7a\x98\x6e\xf3\xaa\x5e\x97\x5d\x97\x76\xe5\xfa\xea\xe9\xaa\xe9\xfa\xb2\x48\x5f\x57\x3d\xfd\x6e\xaf\xab\x45\x99\x24\xab\x66\x53\x12\xe8\x1b\xfa\x93\x14\x79\xb7\x9a\x37\x79\x5b\x50\xc2\xb1\x7d\x27\xe5\x97\xed\xba\x69\x19\xe8\x17\xf9\x4a\x56\xe5\x7a\xcb\x65\xe8\x4f\xd2\x55\xcb\x3a\xab\x6a\xfa\x79\x41\x5f\xe9\xdb\x5a\x52\x9a\x5d\x6f\x49\xa7\xbb\x5e\xd2\x76\x5b\x4b\xfa\xb0\x4d\xda\x72\x59\x51\x6f\x5a\x4a\x3a\xd7\xcf\xe4\xa6\x9c\x77\x55\xcf\x2d\xfd\x26\x5f\xc9\x75\xd9\x76\x55\xc3\xb5\xff\x2a\x5f\xc9\x36\x5f\x32\xc0\x19\xfd\x49\xfa\x72\xb3\x5d\xe7\x28\x70\xa9\x9f\xc9\x3a\xaf\x97\x3b\x81\x79\xa7\x9f\xc9\xa2\x2d\x29\x2b\xab\xcb\x1b\x4a\x3d\xc2\x8f\xd9\x6c\x96\xec\x08\x09\xd9\xb6\x6d\xae\xaa\x75\x99\xe5\x75\x91\x6d\x64\x98\x1f\x28\x3d\xd5\xf4\x94\xd2\x53\x4e\xc7\x10\xca\x82\x86\x9a\xe5\x9d\x8e\x83\x70\x49\x23\xcf\xbb\x04\x55\xd5\xf9\xc6\x4a\xf3\x67\x52\x6e\xf2\x6a\xcd\x58\xe3\xbf\xd4\xef\xae\xbb\x69\x80\xda\x33\xfd\x24\x1c\x64\xfd\xed\xb6\x04\x0a\x9e\x5e\xd2\x57\xb2\xc8\xb7\xfd\x62\x95\x73\x37\xe5\x2b\x21\xa0\x6d\x43\xb8\x68\xda\x5b\xc0\xd9\x8f\xa4\x69\x97\x79\x5d\xfd\x3d\xef\x05\x3f\xa7\xc1\xcf\x64\x53\xb5\x6d\xc3\xa8\x3d\xc1\x47\x42\x23\xcf\xb8\x1e\x4a\x79\x4f\x48\x08\x6a\xe1\x9c\x4d\xb5\x6c\x05\x8b\x9c\x79\x82\x5f\x5c\x8b\xe4\x69\x4d\x92\xe5\x6a\xbb\x6a\xda\xcf\x9a\xfa\x8a\x3f\x07\x55\x52\xe7\x34\x37\xee\x57\x5e\xd3\x7c\x68\xee\x09\x7e\x44\x00\x5d\x92\x17\x1b\xc2\xf0\x36\xaf\x4b\x46\xdd\x21\xff\x22\x7c\xd1\xaf\x24\x5f\x2c\x9a\x5d\xdd\x67\x5d\xd9\xf7\x55\xbd\xe4\x39\x38\x94\xa4\xf4\x42\x93\x92\x20\xcf\xa5\xdd\x36\x3b\x37\xcb\x94\xfe\x17\xfa\x99\x9e\xc9\x4f\xc9\x0b\x0a\x21\xd3\x95\xa4\x26\xfb\xea\xba\xea\xab\x52\x1a\xb3\x1f\xc9\x76\xb7\x5e\x13\x3e\xff\xb6\x2b\xbb\x9e\xb3\xce\xe8\x37\x61\x40\x7e\x27\x55\xd7\xed\x50\xe2\x2d\x3e\x12\x9a\xd4\x7a\x81\xe1\x1c\xe1\x23\x49\x3e\x56\x75\xd7\xe7\xeb\xf5\xa7\x44\x3f\x18\x58\xbe\x04\x4f\x7d\xd5\xa3\xb3\x9a\x98\x5e\xf4\xe5\xb6\x63\x44\xa7\xaf\xaa\xb6\xeb\x9f\xf6\x15\x91\xda\xf9\xae\x4e\x8a\x66\xf1\x99\x88\x98\x17\x24\x96\xd2\xdb\xab\x94\xc6\xf4\x88\xc8\xb8\xdd\xd5\x35\x8d\x22\x7d\xdd\xd0\xc8\xa8\x99\xaa\x28\xd3\x63\x40\x1f\xa4\xdb\x75\x99\x77\x04\x52\xe6\x45\xfa\x53\x9e\xf6\x79\xbb\x2c\xfb\xe7\x0f\xb2\x39\x2d\x9e\xcf\x0f\xd2\x55\x5b\x5e\x3d\x7f\xf0\xb0\x7b\xf0\xe2\xf5\x8e\x8a\xad\xab\xba\xec\x7e\x7a\x96\xbf\x48\x17\x39\xe5\xd0\x58\x6f\xd3\x79\x79\xc5\x6b\x85\xda\x4a\x89\x48\xeb\x25\xaf\x93\xdb\x7e\xc5\x0d\xd2\x84\xd1\x47\x97\xf2\x42\xfd\x2e\x61\x2c\xd1\x42\xce\x8a\xb9\x31\x25\x74\x08\xc9\x2d\x61\xe9\xe4\xf6\xe2\x3f\xdf\x1d\xa4\x67\xc4\x99\x96\x6d\x89\x6f\xfa\x8f\x4a\xfc\x90\xd2\x68\x2f\xab\xe3\x97\xb3\x84\xca\x1a\x42\x8e\xf3\x3e\x9f\x73\xdf\xdd\x24\x71\xa6\xac\x21\x97\x87\x95\xc4\xbc\x0e\x7c\xad\xeb\xb1\x3a\x75\x65\x4e\xae\x43\xaa\x43\x17\xaf\xab\xe3\x3d\xaf\x60\x4a\x77\x98\x3d\x13\x9c\x51\x55\xe9\xdb\xf7\xef\x4f\x8f\x5f\xa6\x65\xbd\x24\xcc\xa4\x37\x55\xbf\x4a\x77\xfd\xd5\x7f\xcf\x96\x65\x5d\xb6\xf9\x3a\x5b\x54\x8c\x94\x96\xe8\x2a\x25\x2c\xc9\x10\x67\x49\xd7\xad\x89\xc1\x14\xdc\xca\xc5\xc5\xbb\xf4\x84\x3e\xa9\x33\x54\x96\x3b\xd2\xaf\x92\xee\x6f\x6b\x46\x94\x6b\xf0\x72\x55\xa6\xa0\x59\x00\x35\x57\x43\xbc\xa4\x85\xf6\x75\x96\xfe\x34\x6f\x5f\x04\xfd\xcb\xe7\x5d\xb3\xde\xf5\x5a\xf2\x66\x55\xd6\x98\x28\x22\xa5\xb6\x27\x6e\x65\xbc\x7f\x96\x94\x6d\x9b\x11\xdf\xec\x6f\x79\x7a\xb4\x2f\xfb\x5a\x91\xca\x88\x94\xeb\xa6\xa7\xe9\x4f\x51\x4e\xaa\xa8\xea\xeb\x7c\x5d\x15\x34\x49\x1e\x91\x71\x59\x24\x16\x0d\xcd\x37\x97\x26\x8a\x6e\x6e\x80\x22\x5a\x60\xc4\xd6\xd3\x07\xb3\x07\xe0\xb3\x0f\x9e\x3e\x98\x25\x75\x93\x09\x13\x60\x8e\x5c\x54\x5d\x3e\x27\xee\x2c\xbb\x45\x6b\xcc\xee\x2f\x4c\x77\xd2\x15\x85\x48\x23\x08\x9e\x13\xde\x81\xc0\xf8\x99\x28\x73\x62\xd3\xe0\x25\xca\x45\xc2\xb1\x1b\xcb\x71\x74\x21\x5c\xc7\x25\x8c\xc6\x9c\xd8\x44\x1b\x55\x1e\x6e\xb7\xeb\x6a\x21\x4d\xbf\x96\x3c\x4f\xa0\xbc\x1f\x2b\x52\x42\x38\x10\x98\xe5\x05\x64\x46\xbd\x66\xae\x94\x46\xec\x1d\xe5\x57\x25\xad\xb8\xd5\x6e\x29\x7b\xd2\xba\xd9\x15\xdf\x61\x73\xb0\x99\xf3\x2c\x38\x3d\x6f\xa8\xc3\xa0\x2a\x07\xe0\x9b\x38\x24\x86\xc2\x22\x40\x5b\x6e\x9a\x9e\x11\xa7\xc5\x98\xcd\xdd\x54\x94\x49\x23\xed\xf2\x6b\xda\xdc\xfa\x46\x96\x72\x41\x4b\x75\xc1\x15\xcf\x12\x62\x2b\x99\x2e\x27\xe2\x3f\xb2\xa4\x2c\x2d\xa6\x5d\x40\x6d\x76\xb4\x0a\x57\x54\x19\x23\x9e\xe5\x10\xaa\x72\xaa\x9f\x18\x12\xd5\x03\xee\x40\x2b\xbe\xa1\x3d\x93\x27\xfa\x18\x1f\xfa\x3b\xac\x9f\x7a\x95\x5f\x5d\x51\xaf\x3a\x5a\x4d\x6f\xd2\xc5\xba\xa1\xa5\xf8\xe1\xfc\x5d\xc7\x0b\x6d\x95\x6d\x9b\x16\xf2\x07\x65\x9d\xd1\xa7\x4b\x0b\x10\xcd\x10\xf5\x6e\x33\xa7\x5f\x37\xab\x6a\xb1\x12\xb4\x73\x09\x5e\x1f\x94\x4a\x4d\xec\x3a\x9a\xc2\x83\x94\x96\x16\x8d\x80\x50\x06\x02\xe0\x31\x18\xd5\x31\xf8\x15\xd1\xd8\xae\xa5\xe5\xb4\xea\xfb\xad\xb5\xfc\xe6\xf2\xf2\x4c\x9a\x76\xa9\x77\xb5\x9d\x07\x94\x81\x39\x58\xb3\x44\x54\xa7\x4d\x3d\x03\x91\xec\xda\xf5\x80\x7e\x68\xac\x96\xb3\x07\x2f\xdc\x85\x67\xfc\xdf\x85\x47\x0f\xf0\xdc\x91\xac\x77\x03\x6a\x22\x1c\x43\x4a\x99\x25\xeb\x66\x99\xb5\x34\x1b\x46\x4c\xef\x9a\xa5\x10\x50\x94\xe1\x5b\x3a\x36\x92\x60\x6c\xdc\xb4\x2c\xb5\x11\x24\x18\x16\x4f\x32\x2d\x92\x66\xcb\xfd\x0c\x56\xc9\xa9\x26\xf8\xa5\x81\xb6\x5d\x3e\xe4\x24\xca\x04\x73\x0a\xf6\xf4\x0d\xe1\x4f\xb9\xf9\xc5\x09\x61\x15\x2c\x1d\xa9\x57\x6d\xb3\xa1\xd4\x57\xf4\xc7\x27\xf8\x3e\x9e\x70\x7d\x80\xc9\x8b\x82\x36\x9b\xee\x20\x3d\x7f\x75\x94\xfe\x7f\x3f\xfc\xf9\xcf\xb3\xf4\x6d\xcf\x0b\x9b\x69\xfd\xaf\x4c\xa3\xb9\x62\xc2\x83\x12\x03\xec\x89\x8c\x1f\xf0\x42\x7d\x90\xfe\x84\xdc\xff\x51\x7e\xc9\x49\xce\x2c\x67\x8b\x66\xf3\x82\x99\xfb\x26\x27\x56\xc2\x39\x44\xfd\xba\x2c\x2e\xca\xba\xa0\x0f\x91\xfa\x34\x2b\x60\x2e\x9a\x1d\xc8\x80\x22\xfc\x66\x8b\xa6\xbe\xaa\x5a\x1e\xcf\x2f\x35\x68\xcb\xc4\xe2\xf4\x48\x72\x4c\x84\x22\x94\x11\x3f\xaa\xae\x6e\x3d\x28\x46\xfa\x9e\x13\x95\x3c\x12\xa1\xe1\x4c\x59\xbd\xc3\xf1\x85\x90\x36\x53\xc1\x29\x8d\xae\x35\x74\x77\x1e\xdf\xcd\xd5\x15\xef\xf8\xb6\x57\x69\x0b\xa7\x92\x2a\xdb\x56\x08\x42\xa4\xbd\x85\x60\x7f\xac\x4b\xe2\xe8\xf8\x7d\x5a\x5e\x13\xed\x32\x0f\x6d\x9b\x62\xb7\x00\xbd\x32\xec\x01\xb3\x7e\x62\x38\x1d\xad\xb4\x45\xa9\xc4\xe2\x58\x0e\x77\x8d\xf9\xda\x82\x80\x88\xd3\x18\xeb\x27\x69\xf4\x9a\xf6\x91\x36\x68\xe2\xb5\x25\x69\xef\x47\xb0\xa3\x4e\xb9\x12\x3c\xf2\x05\x4d\x38\x11\x85\xf4\xa2\x93\x4e\x49\x36\x2d\x1e\x5a\x15\x3b\xd2\x72\xf2\x82\xfa\x32\xbf\x05\x17\xeb\x98\x16\x8a\xf2\x2a\xdf\xad\x7b\xdf\xaf\xc1\x96\x64\x2d\x5d\xb0\xa2\x15\xe6\x4d\x16\x18\x75\x10\xc4\xd3\x0d\xcb\x12\x15\xd6\x24\x6d\xc9\xd6\xc5\xe4\x2a\x9a\x8c\xed\x62\xc4\xec\x4a\x4c\x4f\xe6\xf5\x06\x9d\x2f\x53\x1f\xe2\x7c\xd7\xec\xb9\xc8\x5f\x29\x36\x6e\xae\xd1\x2a\x60\x81\x65\xba\x2f\xb3\x44\x85\xb6\x4c\x55\xbe\xec\xba\x82\x42\xe5\xc8\x55\xaa\x54\x35\x90\xf9\xc2\xaf\x0c\xc0\x9a\x5a\x37\x59\xd6\xf5\xe6\x94\x07\xd9\x39\x85\x4a\x70\xce\xc3\x45\x0b\x2c\x48\xd2\x2c\x5d\x57\xd8\x34\x94\x60\x80\x97\x39\xcb\x3a\xd4\x34\x35\xd5\x95\x25\x6a\xa0\xf2\xcf\xa8\x4e\x94\x99\xa9\x36\xa1\x02\xbe\x09\xa0\x2c\x3c\x14\x0d\x24\x11\xec\x4c\x54\xda\xd0\x3a\x90\x12\xd2\xb6\x5a\xae\x88\x53\x37\x37\x07\x82\x94\x9b\x55\x53\xf2\xfa\x79\x7b\xfc\xfc\x7b\xe9\xc7\x92\xf7\x29\x57\x88\x77\xb8\x7c\x47\xc4\x45\x18\x53\x32\x96\x2e\x38\x49\x01\x90\x23\xbd\x45\x80\x86\x0a\xe4\x48\x30\x71\x4c\x43\x79\x45\x98\xa7\x4c\xc2\xc3\x48\x69\x53\x42\xa5\x61\x61\x4a\xaa\x74\x64\xcb\x06\x4a\x8f\x29\x19\xbc\xf5\x92\x4a\xdd\xf5\xd9\xb2\xea\xb3\x2b\xe6\x5c\x5c\xf1\x2b\xae\x80\x25\x01\xca\x49\x1f\x51\xd6\xa3\x94\xb8\x1f\x69\x72\xc5\x8f\xe9\xc3\x6b\x15\x5b\x7f\x60\x96\x94\xd1\x22\xaa\xd6\x98\x11\x55\xa5\xda\x52\xa4\x52\x53\xe3\x9d\x08\xd8\xed\xb6\xd8\x28\x55\xda\x74\x2a\x49\xd1\xdc\xd4\xbc\xf8\xc0\x7a\x89\xcd\x54\x8b\x8a\x36\x8c\x79\x55\xe7\xb4\xd3\x58\x2d\x60\xe9\x0f\x89\x24\xde\x9f\x5e\x02\x70\xd9\xcc\x77\xd5\xba\x30\x80\x59\x62\x12\x29\xc9\xa3\x3a\xf9\xa1\x6c\x6f\x49\x95\xf4\x65\xd1\xb4\xbc\x97\x61\x34\x56\x70\x8f\x5c\xc5\x1b\xa1\x08\xc2\x15\x2b\x55\x80\x45\x39\x27\x02\x31\x1a\x68\xf6\x17\x2b\x15\x90\x40\x36\x55\x57\x3f\xea\xd1\xd3\xc5\x8e\xda\xa2\x99\xe7\x64\x2a\xd8\xa5\x4f\x5f\xd0\xff\x09\x8b\x5b\xb2\x01\x2c\xc7\x88\xe7\xcc\x54\x32\x77\xb2\x14\xa3\xae\x46\x34\xee\x66\xda\x28\x38\x18\x6b\xd8\x5f\x23\x81\x6e\x27\x44\xcb\x16\x97\x35\x4d\x6b\xf9\x1d\x7d\xb0\xfa\xb8\x5c\x63\x12\xf2\x5e\x75\xbc\x86\xf0\xc6\x04\x72\x20\x6b\xe6\x8a\x86\xc6\xac\xb4\xcf\x3f\x97\x50\x0b\x3d\xce\xa7\x24\x89\xbd\x78\x4b\x3e\xb2\xfd\xe9\x53\xb2\x13\x29\xb8\x59\x17\x4e\x53\xc3\x6a\x20\x6e\x54\x46\xe6\x13\x0f\xe3\x08\xbd\x23\x69\x7f\xb1\xca\x9c\xf1\x8a\x11\xd9\x97\x5f\x20\x2f\x20\xcb\xdb\xb2\x78\x95\x70\x56\xb2\xb9\xc5\x14\xf3\xc0\x4f\x6e\xfd\x0c\xb3\x72\xbf\x68\x48\x0b\x9f\x37\x8c\xe9\xeb\xd2\x41\x1d\x85\xa9\x71\x01\xaa\x8b\x84\x75\xad\x2a\xb6\x66\x50\x96\x18\x50\x34\x57\x0c\x28\x5d\x02\xee\xa7\x96\x37\x30\x49\xa2\x01\xb5\x1b\xcc\x68\x32\x61\x96\xb0\x96\xdf\xd6\x22\x99\x86\x72\x3a\xe1\x4d\xad\x72\x9f\x12\x83\x8b\xfa\x24\x2c\x54\x10\xc9\x66\x91\xbc\x05\x45\x5e\xe0\x83\x4a\x13\x93\x5a\x7d\x0a\xec\x62\x99\xd1\x8b\xd9\xc7\x60\xbb\x51\x3e\xe5\x65\x94\x55\xb9\x65\x71\x66\xd3\x81\xd0\xd6\x6c\x40\xb8\x55\xf1\xde\x91\xdc\xcf\xb2\x03\x10\x0d\x12\xdf\xfc\x2e\xe9\x1a\x5e\xc2\xd9\x37\x56\xf1\xb2\x22\xe2\x42\xf9\x78\xf7\x14\x83\x1d\x49\xe1\x3c\x18\x5a\xb7\xb7\x07\xb1\xe2\xb7\x22\xf5\x76\x5e\x92\xf0\xa1\xc5\x8a\x99\x29\xee\x4c\x14\xa4\x6e\x62\x15\xc2\xc8\x88\x75\x23\x25\x9b\x76\xb8\xad\x73\x0f\x85\x71\x6a\x2b\x4e\x18\x83\xa8\x15\x4a\x64\x13\x6d\x12\xc2\x36\x25\x4b\xf7\xd9\x46\x8c\x7b\xf2\x2b\x3d\x29\x13\xda\x5f\x97\x58\x1b\x42\xbc\xcf\xd9\xa8\xb3\x84\x12\xa4\xd4\xcc\x00\x65\x1f\x72\x76\x85\xb0\x94\x9f\xcd\x98\x4a\xbc\xe6\x06\x46\x36\xe2\x16\x23\xf4\xd3\x1e\x48\xd9\x33\xdb\x29\x44\xe8\x80\xec\xd8\x11\xff\xf1\x48\x3c\x4c\xd9\x2a\x1a\x42\xa9\x1c\xec\x46\xc5\xf0\xcc\x86\x7e\x9a\xbf\x78\xd8\xfd\xf4\x6c\xfe\xc2\x31\xeb\xc5\xaa\x5c\x7c\x16\xe2\xac\xea\x79\xf3\x05\x6a\x37\xcc\x3f\xa4\xf1\xf3\x02\x7c\x58\xa4\xa4\x86\xb7\xd0\xfa\x88\xb9\x50\x31\xc2\x3b\xe7\x46\x73\x46\x7d\x61\x1e\x34\x13\x73\x5b\x29\xd4\xef\xe9\x11\x76\x37\xa6\x48\xec\x28\x9e\x24\x31\x8e\x75\xb5\xa9\xfa\x11\x49\x30\xcb\xca\x95\xb4\xd4\x4c\x67\x38\x42\x5d\x7e\x94\xc4\xf8\xa9\x1a\xda\xa7\x8d\x4c\x6e\x72\x52\xf3\x7e\x48\x89\x34\x76\x3d\x6b\x32\x6c\x3c\xe9\x89\xf3\xe7\xbc\xd1\x93\x8a\x97\x77\xd9\xae\x56\x74\x95\x85\x11\xc9\x9b\x0a\xfb\x11\xb7\x6b\xa4\x1c\x40\xc5\x9a\x45\xfa\xd8\x61\xf2\xc9\x4c\x0d\x76\x28\xc5\x7b\x04\xf7\xa7\x62\x31\x38\x9f\x9a\x13\xe2\x86\x75\x29\x7a\x39\xc6\xcf\x60\x3c\x7d\xa4\xdc\xf9\x49\x21\x0d\xf1\x33\xa5\x00\xcf\xf3\x5d\xdf\x37\xac\xe4\xac\x99\x16\xa4\x8c\xf5\xf9\x08\x80\x50\x03\x7d\x7d\x98\xcc\x21\x96\x54\x4f\xc3\x0e\xdf\x61\x3d\x8b\xc9\x9d\x95\xcd\x78\x68\xba\xa3\x3a\xa8\x42\xac\x63\x79\x7d\xeb\x0d\x2f\xe8\x03\x37\xd7\x4f\xf7\xe4\x71\x5b\x3e\xf1\x7d\x71\xeb\x00\x25\xb4\x3f\x52\x3a\x58\x22\xe7\xc8\x14\xd3\xae\x2d\x24\xdb\x8f\x16\x6a\x73\x73\xa4\xd1\xc6\xa8\x45\x3e\x53\x3b\x71\x54\x92\x50\x0b\x60\x99\x06\x81\xd2\xb3\x41\x5b\x5e\xb9\x1c\xa3\xaf\x8f\x7b\xec\xb7\xac\xbe\x69\xb2\x6e\x25\x76\x01\xeb\x5e\xba\x2e\xeb\x65\x64\x50\xc3\x31\x0d\xe8\xed\xff\x67\x23\x58\x9d\x41\x13\x0a\x16\xc2\xfb\xa6\x7e\x8a\x34\x27\xfe\x5b\x69\x35\xc1\x5a\x83\x5c\x4d\xdb\xec\x96\x2b\xb5\xa6\x24\x1f\x19\x6b\x9f\x12\x9d\xd7\x32\xa8\x53\xa9\xde\x72\x6c\xfe\x65\x8d\x39\x78\x13\x22\x7f\x2d\x5b\x56\x3b\x01\x14\x4d\xfc\xbe\x19\x89\x11\xe2\x58\xab\x97\x3a\xce\x43\x46\xa0\xc9\x57\xbb\xf5\x41\x7a\x23\xe2\x88\x2f\xe3\x54\x5e\x15\x54\x98\xc4\xe5\x7c\x8a\x86\xd7\x14\x39\x8d\xef\x16\x56\xf7\xbf\xd0\xf6\x57\xe3\xa4\xa3\x49\x28\x43\x0a\x9d\xe0\x83\x40\x59\x67\xff\x94\xf0\xb6\xf8\x7e\x20\x6d\xf3\xfe\xa9\x69\x81\xc4\x87\xac\x5f\xc2\x93\x1c\x37\xe6\xb3\x09\xc1\xfc\xbc\xf4\x07\x3a\xf8\x72\x83\xbf\xb8\x78\x73\x69\x4a\xf8\xc5\x9b\xf4\x73\xa9\x75\xbf\xe9\xfb\x6d\xf7\x01\xe6\x1d\xb1\xd5\xb0\x61\xe7\x2c\xbf\x65\x29\x58\x92\xf5\x07\x32\x2e\xcb\x7c\xa3\x9d\xe4\x4f\xa9\xe2\x90\x36\x73\x4d\xe4\x4f\x92\x00\x02\xb3\x61\x02\x79\xf0\x97\x48\x0d\x90\x55\xe4\x74\xb2\x52\x8f\x78\x7e\x1f\x99\x3a\x7f\x4f\xf2\xf5\x96\xd4\x46\x96\xad\x02\x30\x58\xf5\xe6\xaa\x3d\xa6\x00\xc1\xaa\xd9\x6d\x88\x40\x16\xd0\x96\xa9\xc0\xe3\xa7\xd9\x93\xc0\xca\x1b\x57\x56\x10\x33\xf9\x43\x15\xf2\xb7\x90\xbc\xaf\xb7\xab\xfe\x6e\xa3\x88\xaa\xe3\x74\x62\xcc\x04\x01\x11\xd9\x43\x39\x20\x48\x05\x2c\x2e\xf7\x6c\xe4\xa3\x04\x12\xc9\xa3\xaa\x37\xf9\x97\xfb\x0a\x6e\x9a\x89\x72\xc2\x32\x7d\x21\xe3\x8c\x3a\xc4\x68\xf5\x10\x38\x5b\xf1\xf6\x02\xd3\xc4\x13\x48\x55\x2f\xd6\xbb\x62\x6f\x47\xba\xdd\x9c\x16\x12\x8b\xfa\x8f\x1e\x76\x8f\xb8\xca\xfa\x33\x49\x00\xb5\x83\xff\x20\xbf\x53\xfc\xfe\xd1\x4e\x1a\x49\x17\x57\xfd\x27\x75\x67\x8e\x24\xc8\x14\xbc\x19\x41\x8f\x99\x79\x3e\x16\xea\x36\x8e\xf8\x61\x50\x51\xdd\xd3\xad\x7f\xb6\xa2\x40\xcd\x23\x02\x9c\xf9\xd3\xd1\x8c\x05\x8a\x8c\x75\x86\x3a\x14\xf2\x99\xf9\xda\x76\x0d\x91\x03\x10\x33\xb1\x5d\x8f\xcb\x0d\x56\xe7\xde\xe2\x24\x36\x4d\x94\x3e\x1d\xdb\xd5\xf7\x94\xef\x69\x81\x4d\x54\xe0\xd6\xdd\xde\x82\x32\xf7\x28\x44\x23\x2f\x86\x8c\x63\x5c\x8e\xa1\x66\x1e\x4b\x0e\xe1\xe1\xdc\x84\x2a\x91\xc3\x73\xac\xc1\xb2\x35\x88\xc8\xaf\xc5\x29\x75\xa0\xc7\xaa\x5d\x41\x79\xfd\x86\x55\xb6\x6e\xc7\xfb\x16\xab\x77\x22\x8e\xc5\x18\x65\x89\x04\x55\x95\x68\x62\x7f\xf5\x44\x4f\xcc\x9a\xef\xab\x1f\x60\xdf\x58\x75\x68\xf6\x18\x57\xac\x95\x3b\xa0\x7d\xd5\x3a\x9d\xbc\xfc\x52\xc1\x82\xfc\xba\xba\x2e\x55\x2b\x77\xc6\x08\xe4\xcd\x92\x35\xad\x7f\xd6\xe4\x64\x54\x22\xb7\x37\xd7\xbc\xa2\xb8\x3d\xce\x95\x72\x62\x51\xd6\x41\x31\x91\xa8\x7e\x8f\x63\xad\xb2\x38\xe0\x23\xb6\x1e\x82\x01\x16\x68\xbe\xbe\xc9\x6f\x3b\xd8\xaa\x8c\xc9\xb0\x31\x5e\x8a\x33\x07\x21\xe1\x68\x89\x5e\x85\x47\x3e\xb4\x6a\x0c\x13\x7c\x76\xc1\xdb\x85\x93\x61\x6e\xa0\xa1\x83\x43\xa8\xf5\xeb\x3a\xd8\x98\x75\x77\x61\xeb\x02\xab\xd5\xac\xd3\x48\x76\x50\x11\xce\x60\x95\xd9\x4f\x94\x3d\x60\xc1\x91\x9a\x61\x41\x8e\x58\xb0\xe0\x9a\xe4\x62\xc2\x2c\xba\x14\x98\x6b\x76\x54\xff\x53\x51\x04\x2a\xc2\x21\xeb\x95\xde\x82\xc1\xbb\x11\xcd\x8a\x1d\x59\x48\xba\xe8\xfd\x5d\x5f\xad\xd7\x8c\x69\xf3\x4b\xf8\x4b\x20\x79\xa4\xc8\xc5\x3a\x01\x9a\xba\x55\xb5\x4d\x1b\x18\xae\x43\x14\x7a\xb2\x0d\x44\x6f\x3e\x9c\x29\xa1\x68\xb0\x01\xbf\xcd\xeb\xee\xaa\x84\x25\x7f\x93\x5e\xf1\xd9\xf9\x4c\x9b\x66\x49\x5e\xfc\x10\xf6\xb4\x2c\x3a\x1b\x9a\x0e\x37\x08\xcc\x5d\x30\x51\x71\xd3\x72\x52\x04\x73\x31\xfa\x00\xac\xfa\x9a\x3a\xeb\x03\x93\xd9\x08\x05\x10\xa8\xa3\x73\xbf\x49\x3c\x5c\x45\xa6\x00\x69\x1f\x94\x76\xcf\xb8\x13\x39\xe7\xcf\xe6\x94\xb9\x58\x45\xab\xe2\x12\x39\xa9\xe4\x8c\x16\x46\xf2\x91\xe9\xfe\x53\x22\x62\x66\xe6\xcc\xf1\x47\x22\x76\x8a\xcc\xa8\xe6\xf5\x3e\x35\x1b\x3c\x9f\x91\x58\x11\xb1\xb8\xdf\x59\x92\xb7\x30\x33\x87\xfe\xb5\xa1\xed\x1a\x56\xf5\x7f\xa7\x2f\x16\xc9\xeb\x24\x3a\xa6\x1c\x58\x3b\xd4\x4f\x83\x29\xfb\x8c\x08\x92\x24\x06\x75\xd6\xb8\x25\x75\x1a\xab\x12\xc6\x90\x57\xf6\x9d\xf0\x51\x78\x0b\x12\xbd\xd0\xaf\xc8\xba\x22\x85\xc4\x9c\xf6\xca\xbe\x35\xd5\x25\xd1\xe2\x72\x29\x1f\xf4\x33\x61\xf5\x7d\x33\x03\x17\x67\x91\x18\x27\x1a\x01\xef\xe6\xad\x99\x57\x91\xe5\xcd\x02\xf8\x6d\xde\x13\xff\xaa\x45\xcd\x12\x56\x12\x16\xd5\x6c\x57\x85\x3b\x48\xe7\x5a\x92\x8f\x86\xbb\x4f\x89\x77\x75\x31\x2f\x97\x29\x0b\xb2\xf2\x82\x4e\xc5\xd1\xff\xa0\x4f\x35\xd5\x80\xcf\xe0\x43\x75\x6d\x1c\x61\xdb\xb9\x23\x3c\x61\x82\x9f\x89\x9a\xbe\x62\xbb\x97\x52\xe2\xf3\xf4\x58\x3e\x4c\x6b\xdf\x55\x18\x53\x45\x42\xfb\x16\x13\x15\x38\xe6\xe8\xcc\xb9\x4e\xab\x5f\x96\x37\xda\xb7\x63\x65\x53\x2a\x81\x0c\x62\xc7\x48\xd8\x71\xf9\x14\x23\x50\x3a\xd9\x0e\x0d\x6d\xb4\x0e\x8e\xc8\xf8\xe0\x87\x35\x68\x02\xbb\x29\xe7\x29\x5b\x86\x89\xd0\x48\xb9\xd3\x71\x6e\x72\xd2\x0b\xaf\xab\xdc\x59\x8c\x02\x49\xc8\x6d\xd5\x66\xf2\x89\xd4\x33\x08\xfe\x62\x81\x33\x41\xc8\x26\x94\x0d\x21\x42\xfb\x54\x6b\x25\x47\x2d\x35\x84\x24\xf6\xab\xb1\x9d\xf4\x15\xfb\x13\xc1\x41\x60\xec\x11\xc7\x4d\xe8\x91\xd3\x3b\xfd\x4c\x76\x5b\x3e\xc3\x09\x70\xf9\x01\x09\x0e\x97\x71\x7e\xa0\x7e\x01\xab\x56\xcc\x59\x7c\x04\xbc\x08\xf4\x31\x3e\xc8\xd0\xa5\x3c\xe1\xe9\xa6\xcb\xb9\x18\x82\x78\xbb\x0c\x38\x9b\x0e\x1c\x13\x25\x67\xd4\x40\x2d\xed\x8e\xe9\x8a\x56\xd1\xba\xaa\x3f\x77\x3a\x53\x8c\xa7\x50\x15\x85\x1d\x8b\xe8\x7b\x57\xca\x49\x07\x3e\xc7\x7e\x55\x76\xd8\x35\xe0\x36\x76\x24\x26\xc7\x7e\x87\x48\xa6\xbe\x36\x4d\xa7\xb6\x4f\xcf\x96\x38\x0d\x26\x15\x49\x33\xcc\x39\x08\x45\xec\xa1\x1d\x3f\x62\xd1\x29\xb9\x67\x6a\xdc\xf7\xd0\x4a\xfd\x47\x6a\xf4\x3f\xb4\x3a\xe5\x78\x51\xe1\x64\xc1\x67\xd5\x46\x9c\x16\x3f\xd8\xe1\x23\xe6\xc4\x69\x02\xc8\x9e\xc5\xfd\x19\x4e\xa4\xb6\x6b\x26\xff\x7b\xe6\xd3\x66\x2b\x3c\x43\x92\x19\x72\x4c\xa2\x59\x47\x72\x98\x8d\xc3\xe5\x33\xf2\x82\xfc\xf7\x38\xed\x73\xca\x3e\x2f\x83\x6c\x00\xa2\xfa\x71\x04\x39\x29\xee\x5a\x5b\x7b\x45\xdd\x41\xef\x47\x44\x6d\xe5\x6e\xd8\xe1\x29\x18\xb8\x92\x61\x31\x33\x27\x22\xb6\x93\xca\xd1\x21\xbc\x3d\xc4\xe3\xa5\xc6\xb9\xa3\x54\x11\xac\x7b\x6d\xf4\x5f\x5d\xf5\xbe\x66\xd1\x15\x3a\xa7\x22\x1c\x0a\x6f\xe3\x53\x05\x71\x95\x74\xf9\xea\x2d\x19\xb1\xc0\xd2\x5c\x28\x42\x26\xb9\x6d\x89\x56\x48\x92\x8f\x99\xe5\x88\x3d\x46\xac\x10\x9c\xb0\x81\x43\x80\xe7\x80\x34\x6e\xad\x8a\xb7\x12\x7c\x59\x8a\xb3\x08\xd1\x0a\x60\x71\x57\x93\x6d\x21\x58\xae\xd0\xbf\xeb\x23\xfd\x10\xc6\x25\x63\x3d\xd6\x84\x41\xbe\x0d\x46\xb2\x6d\x42\x26\x46\xc3\xfe\x4b\xd7\xa5\xe3\xed\x55\x2d\xfe\x18\xee\x84\x30\x62\x20\xe9\x31\x38\x0a\x91\x83\x58\xb3\x8d\x9f\xfc\x3c\x6c\xdd\xd3\xd1\x2f\xb1\x1d\x5c\xc6\x16\xaf\xa2\xef\x12\xea\x11\x68\xdc\x9f\xb3\x16\x20\x9e\xd8\x3c\xc6\x50\x21\x84\x18\x60\x5c\x6a\x16\x59\xe9\x61\x70\xff\x16\xcb\x3c\x8b\x04\xff\x05\x46\xf9\xa8\x29\x6f\x94\x77\x9d\x1c\xac\xb0\xd1\x28\xc7\x4b\x8d\x32\x20\x9d\x28\x2d\x07\x32\x87\x52\xb3\x13\x3d\xb8\x15\x51\x4d\x18\x3d\x94\x04\x01\x45\x29\x01\xbb\x07\x3b\x36\xc1\x2b\x0a\xae\x90\xa2\xa7\x74\x23\x4b\x73\x3c\xe7\x87\x50\xc4\x08\x29\x02\x0b\x61\x8d\xf6\x7b\x16\xe1\x6d\xad\x93\x78\x4c\x78\x90\x53\x7c\xe7\xa1\x36\x3a\x6f\x3b\x50\xed\x67\x55\x2d\x57\x34\xae\x6a\xc3\x87\xd7\xa0\x24\x3b\x21\xf5\xca\x29\xff\x22\x16\xd5\x2c\x6b\xb6\x3e\x71\x0b\xe2\x92\xe6\x2c\xc7\x3f\x75\x7d\xdb\xd4\xcb\x17\xc7\x0d\x6b\x8d\x6c\x94\xe1\xfd\xef\xe7\x9f\x9e\x69\x3a\xb1\x61\x9e\x42\xf6\x5f\x7c\x5d\xf5\x6f\x76\xf3\x47\x5d\xba\x64\x47\x5c\x9c\xc2\xe4\x81\x7b\xae\xba\x2d\x88\xbf\xe0\x4d\xed\xd0\x02\x67\x5d\x5a\xe3\x5d\xb3\xa6\x05\x12\x17\x69\x36\x1b\x99\x5e\x62\x60\x1b\x81\x44\xff\xe1\xe9\x50\xd6\xc0\x5c\xd9\x2a\x7e\xa8\xc2\x99\x23\x71\x3f\x3f\x3a\x6d\x26\x44\x46\xa6\x0e\x15\xe3\x18\x18\xe7\xb0\x75\x1f\x6c\x44\xb0\x73\x58\x29\x88\x08\xe3\x52\x98\x47\x36\x1c\x8d\x8d\x2c\xd0\x47\xb8\x0a\x2b\x4e\x25\xa9\x1f\x22\x2a\x71\x9a\xb5\x28\x42\x42\xc9\x36\x6c\x21\xac\x80\x78\x79\xef\x31\x0b\x2c\x84\x69\xd7\x3d\x90\xeb\x60\x7d\x2b\x47\x93\xb1\x2b\x3f\xb3\x01\x04\x1c\x4d\x31\xe2\x79\xda\x10\x26\xe2\x6a\xa5\xf0\x34\xeb\x45\xc8\xcd\xc4\x41\x4a\x38\x9a\x10\x24\xa9\x3b\xcc\xaf\xbf\x92\x9b\x8d\xda\xf5\x03\xb7\xe6\xbe\x82\xa3\x61\x4c\x87\x40\x07\x8d\x05\x86\x11\x9d\xa8\x77\x6a\x06\x41\x06\xbb\xea\x7a\xd5\xeb\x7d\xa3\xc7\x69\xa9\x25\x62\x4e\x48\xd7\xea\xcb\x68\x29\x73\x27\xe0\x5c\x29\xee\x3e\xb0\xac\xfc\xb7\xb4\xc8\x89\x0f\xf4\xcd\x67\x22\xa5\x71\x11\xa4\xef\x2b\xe4\xf8\x8b\xe9\x2f\xca\x5d\x0e\x3d\x73\x18\x6a\x34\x7a\x2a\xbd\x97\xc1\x04\x7c\x45\x6b\x75\x2e\x57\x62\x16\x82\xc3\x3b\x3b\xa6\x14\xc2\x47\x94\x0d\xa8\x5f\x91\x5b\xff\x24\xb1\xd5\x0c\x04\x1d\x91\x3f\xf4\x77\x38\x2d\x51\xfd\xc1\x62\x21\xee\xbd\xab\x03\xf6\x29\xe4\x90\x09\x2a\xdc\x20\xcf\x48\xe0\x80\x57\xe5\xa1\x54\x78\xc9\xd9\x9d\xba\x28\xeb\xe1\xbe\x15\x79\xad\x89\x58\x03\x00\x14\x84\x77\x0e\x11\xf8\xe5\x2d\x1a\x56\x8b\xba\x82\xa8\xc3\x24\xe6\x80\xa8\xce\x18\xe6\x4a\x5c\x43\xd2\xc3\xb3\xb7\xb4\x61\xb8\x06\xad\xd2\x5f\xf2\xc5\x4a\x27\xf0\x46\xcc\x19\x70\x20\x59\xaf\x87\x1c\xd7\x09\xfb\x52\xdc\x3c\xc9\x51\x12\x4b\xdc\x0d\x6a\x34\x20\x19\x4c\x9c\x2f\x38\x2e\xbb\xc0\xc4\x23\xad\xa1\x27\xc3\xbd\xca\x0d\xf5\x3b\xc2\xac\x33\x34\xf2\xd2\xda\xde\x32\xf7\x0f\x5c\xc1\x72\xc1\xd0\x0d\xf8\xf7\xc0\x07\x8d\x20\x71\x54\x9c\xf2\x12\x6e\x1d\xff\xb0\x0e\x2b\x07\x09\xa7\x32\x64\x23\x93\x93\xe9\x99\xca\x64\xb1\x29\xce\xb2\xb5\x7a\xe2\x31\xdf\xc7\x67\x98\xf0\xbd\x6e\x7f\x07\x97\x09\x47\x15\x90\xf2\xd9\x64\xb3\x8e\xa2\xa5\xe9\x01\xbf\x49\x65\x1b\x14\xb7\x07\x6e\x45\xb4\x15\xa5\x88\xc0\xe1\x99\x6a\xb9\x29\xd7\x6b\x5a\x0f\xda\xba\x3f\xc5\xd4\xa1\x47\x0e\x02\x0a\x14\xa8\xa0\xa5\x97\x6d\x05\x15\xa1\x8d\xce\x2a\x23\x08\x5a\x6e\xf0\x09\x10\xfb\x80\xed\xd6\x47\x87\xef\xdf\x9f\x5e\xfa\x4d\x9a\xd7\x41\x5d\x90\x28\xf1\x9d\xf3\xc6\x1b\xf5\xcb\x7c\xf2\xdc\x04\xc6\x10\xde\x2b\x50\x4b\xec\x83\x0b\xd9\x94\xd5\x4e\x9f\xcb\x06\xbc\xa7\xe1\xbe\x18\x2f\x8f\xfa\x5f\xec\x9b\xbf\xe4\x23\x4b\x37\x9f\x12\xb3\x74\x9f\xf2\xdf\x24\x3c\x2c\x08\x0e\x59\xb0\xf4\xfc\x59\x8c\xbf\x47\x40\x1d\x68\x8a\xd1\xe1\x01\x98\xf4\x2e\x87\xaa\x45\xb8\x6f\xb0\x57\x5c\xa5\x38\x00\x3f\x60\x5b\x68\xd3\x62\xc1\x30\x72\x77\x75\xf5\xb7\x1d\xc4\x33\x9c\x5b\xcf\x12\x76\xf2\x9c\x57\x6b\xd9\x50\x7e\x75\x3f\x24\x9d\xbf\x06\xbe\xee\x41\xe3\xf4\xeb\xa7\x6e\xcb\x3e\xb2\xb4\x37\x74\xcf\x1f\xec\xaa\x94\x0d\x7b\xec\xee\xf5\xe0\x05\xe9\x2f\x7c\x92\x4d\xd3\x47\x10\x2f\x46\xd5\xf1\x75\xb6\x85\xd8\x03\x9d\x6b\x10\xe8\x56\xd3\x79\xb5\xb0\xbc\x1b\x19\x21\x05\xf1\x7f\xa0\x4d\xbe\x3b\xe7\xc7\xf1\x58\xb5\x6e\xc2\x11\xd6\xee\x75\xbe\xde\xc5\x56\x12\x6e\x9d\xcb\x74\x4f\x12\x38\xf2\xfb\xb2\xf0\xfd\xc1\x6d\x4c\xce\x20\x6a\xf8\x19\x48\xeb\xef\xbe\xd5\xc5\xf7\x36\x59\xf0\xfb\x2e\x41\x4f\xd4\xfa\x3c\xbc\xc6\x87\x3c\xf3\xb0\xe7\x3c\xb8\xd9\x23\x75\x62\x36\x82\x1b\x39\xf9\xba\x17\xcb\x73\x1a\xcc\x26\xb3\x16\x0c\x22\xb4\xb5\xde\xea\x19\x9f\xe3\x60\xdd\xa2\xad\x70\x4b\x40\xd2\xf9\x2e\x67\x1a\xdc\xe3\x74\x89\xbe\xdd\x0b\xa2\x7b\x42\xd1\x6c\x59\xf5\xa4\xc2\xf3\x9d\x34\x78\x95\x27\xc4\x36\x68\x27\xc3\x2d\x50\xf9\xb2\x94\x51\x51\xde\xf4\x05\x16\xb6\x32\x96\x34\x75\x05\xf0\x87\xfe\x9e\x28\xa5\x80\x76\x07\x95\x8f\x3e\x9a\xac\xaa\x2b\x5e\xf8\x6f\xe9\x0f\x6d\xea\xa2\x00\xc4\x64\x2a\xe2\x2d\x2a\x51\x23\x8f\x68\xdf\xae\x1e\x75\xca\xd3\x59\x51\x6f\xbc\x60\x5e\xd4\x11\x5d\xcd\xf8\x40\x1b\x12\xd2\x97\x48\xd0\xbb\x9f\xd4\x13\x9a\x85\x6b\x11\x87\xe4\x0e\xe7\x5b\x4b\x79\xcc\xfa\xdf\x13\x03\x34\xed\xcd\xc1\xa9\x0d\x62\x90\x6f\x93\xa4\x87\x71\x7a\x1a\x4d\xab\x82\x59\x39\x1b\x09\x70\x36\x46\x9d\x2f\xf8\xc4\x27\x5f\x77\xa9\x2a\x9d\x76\xc8\x9d\xdc\xf0\xd1\xb1\x58\xe2\x7f\xd3\x4f\x18\xe2\x97\xf9\xdf\x25\xf5\xc2\xfd\x00\x99\x75\x4a\x78\x9d\x5a\xd5\x09\x13\x8b\x95\x7a\x7c\x35\x57\x99\xdc\xed\xc2\xb6\x79\xe9\xce\x18\x79\xcd\x02\x8e\x70\xbb\xc9\xbf\x54\x9b\xdd\x26\x75\x80\x28\xca\x94\xf8\x30\xb6\xf7\xcf\xa6\xad\xf6\xc3\x73\xe6\x6f\x37\xde\x0f\x6b\xb8\xdb\x86\xcf\xae\x5d\x19\x1f\xa0\xd9\xc2\x8e\x9c\x39\x12\xbd\xa5\x6b\xb7\x1d\xdd\x35\x5d\xb9\xee\x18\xe6\xee\xe7\x91\x66\x05\xca\x63\xb6\x05\x6f\xd9\x39\xb1\x9d\x07\x2f\x64\xd2\x8d\x67\x59\xad\x4a\x8c\x27\x7a\x51\x38\xa0\x46\x85\x98\x09\x63\xf2\xb4\x74\x84\x1b\x47\x9e\x94\x26\xa0\xa2\x6d\x4d\x45\xcb\x3c\xb8\xb5\xf4\xec\xf5\xdb\x4b\xdc\x59\x22\x9a\x14\x13\x9b\x5e\xcc\x62\x47\xe2\x99\xab\x93\x77\xbc\xaa\xeb\x44\x12\xaa\x2b\x20\x9e\xb9\xd1\x84\x11\x4e\xf4\x76\xad\x2c\xa6\x00\xab\xcd\x7b\x31\xb3\xf3\x95\xba\x30\xbf\x95\x44\x2d\xc8\x89\x30\x08\xc4\xe7\x64\xe6\x37\x96\x87\xd7\xe5\xac\x5a\x77\x24\xea\xa7\x2d\x3c\x0d\xd5\xa5\xa6\xdc\x56\xef\x5c\x37\x57\x89\x30\x4c\x4b\x57\xf6\x79\xe5\xf8\x30\xae\x3b\xf1\x45\x8d\x98\x01\xe3\x6e\x76\x1e\xce\x7b\xe8\x10\x49\x0b\x85\x45\x96\xed\x6d\xc6\x16\x77\x48\x29\xdb\x5b\x9f\x10\x88\x73\x94\x41\xe8\x0c\x80\x9d\x2f\xc9\x19\x66\xf9\xff\xfe\xef\xff\xf3\xf4\x88\x87\x7d\xd4\xb7\x6b\xfa\x52\x69\x99\xe1\x65\x1a\xa4\x82\xf4\xf4\x3f\x48\xeb\xb9\x51\xc7\x91\x0f\xf2\x95\xd8\x6f\xb0\x02\xca\xef\xd4\xc0\x8e\x8f\x44\x7f\x31\x47\x48\xf4\xaa\x39\xb3\x82\x84\x55\x4e\x25\x1b\x52\x37\xc3\x0d\xe3\x6f\xbb\x6a\xf1\x39\x13\x3b\xc9\xf3\xf4\x3f\xf9\x57\x8a\xeb\xcb\xba\x67\x32\x1f\x76\x4c\x15\xc4\x39\xe0\xcc\xa1\x37\x34\x36\x1a\xbd\xe5\xe0\x99\x70\x1e\xcb\x00\xb7\xe6\x65\x69\x80\x7c\x27\x2a\xd9\xee\xd8\x55\x8a\x09\xc2\x5a\x3b\xa3\x14\xdc\x2f\xe3\x44\x96\xd8\x82\x1a\x30\xb3\xa3\x3a\xd0\x3c\x75\x57\xae\x1b\x4e\x8a\x3a\xc8\xf2\x46\x3f\x76\x88\x9b\xe7\x34\x64\x55\x3b\x12\xf5\x7a\x3c\xe2\xeb\x5a\x6e\xa7\xd0\x1d\xa2\x6f\x4b\x28\x56\xf4\x27\xa1\x0d\x88\xbd\xeb\xf4\x4c\x98\xaf\xdc\xf6\x39\x8e\x3d\x91\x6e\x27\xc2\x7c\xa4\x9c\x2f\xb5\x22\x68\x54\x2f\xf5\x33\xa1\x74\xfe\x7d\x49\x7f\x46\x37\xdf\xf9\x9e\xfc\xf8\x7e\xfc\x3a\x9f\x97\x48\x7e\x87\x0f\x22\x7e\xda\x03\x7b\x9a\x11\xd9\x83\xec\x47\xc2\x28\xa9\x7a\x21\x44\x7c\x25\x7a\x9d\x44\xce\x7f\xe5\x33\xc1\x89\x56\x9b\xf3\x29\xec\x79\x7e\x23\x3f\x09\x5d\x1a\x2f\xe1\x8d\x7c\x49\x32\xbc\xee\x05\x14\x4e\xf7\x0e\x1e\x42\xb3\xae\x86\x33\xfb\x4e\xac\x03\xb3\x71\x47\x2c\x67\xe0\x58\x9f\x2e\x06\xf9\x57\xa2\xfa\xbf\x62\xc5\xdf\xd2\x72\x70\xf5\xd4\x7c\xf5\x5c\xfa\x86\xf7\x51\x1c\x01\x9d\xc8\x97\xcb\x29\xc4\xdf\xf6\x18\xd2\x81\xa6\xd9\x2d\x88\x53\xfe\xeb\x52\x89\x3e\x55\x2e\xa4\xbf\xee\x46\x81\xc4\xbd\x60\x9d\x1f\xf3\x12\x24\xcf\x86\x73\x11\x64\xd5\x2c\x6a\xcd\x71\xbe\x46\x4b\x0d\xf9\x61\xf6\x82\xf0\xdf\x66\xae\xfc\x11\xff\x4c\xd7\xa3\x5a\xdc\xe4\x86\x73\x3b\x68\x26\x84\xa1\xa6\x26\xc1\xa4\xb9\x10\x52\x5a\xdc\x4c\x01\x93\x9e\x57\x47\xb0\xa7\x94\x10\x92\x56\x54\x31\x6b\x28\x83\x9a\xa1\xb4\x4c\xc3\xd3\x86\xc9\x17\xd5\xa0\xb6\xe9\xe7\xb8\x9f\x01\x90\x74\x33\x9f\x00\x65\xeb\x99\x87\xa3\x81\x0f\x81\xd4\xbc\xeb\xf8\xcf\x70\xf6\xfc\xfc\xd0\xd4\x0e\x27\x48\x32\x33\x92\x29\x17\xa5\xbb\x33\x03\x20\xc8\x22\x1c\xff\x24\x6a\xc6\x55\xa6\x8d\x45\xf5\x01\xa1\x7d\x3e\xa7\x6c\x92\x9d\x18\x9b\xae\x30\xe3\xca\x67\x09\xea\x2c\x53\x99\x8b\xd5\x1c\x55\x19\xe6\x91\xd8\x94\x89\x48\x2c\x88\x70\xe2\xf1\x7a\xa2\xc4\x9d\x14\x35\x84\xd9\x5b\xf3\x88\x6e\xb4\xe4\x1d\xd3\xeb\x21\x38\xee\xc3\xfe\xaa\xf7\x94\x53\xb9\x0d\xd2\xda\x38\x67\xc6\xb7\xb1\x1c\xff\xe4\x2b\xfa\xf2\x63\x12\xb4\xd3\x58\x34\xa4\x70\xf0\xce\xee\xba\x5a\xa8\x29\x6d\xaa\x90\xcc\x72\x91\xcd\x6f\xb5\x8c\xcc\x33\x2e\xb9\xee\x29\xb2\x61\x49\x1e\x6a\xa5\x16\x39\x71\x09\x13\x45\x3a\xbd\x72\xcf\x77\xde\xc7\x39\x33\xde\x98\xe0\x6b\xc4\xbc\xa9\x9b\x04\x61\x2a\x05\xc8\x29\x3e\xa6\x40\xc4\xc0\xac\x26\x22\xde\x05\xe4\xfa\x86\x1d\x71\x4f\x36\xcc\x6e\x5b\xae\xc4\x3b\x38\x71\xb5\x5f\x51\x8e\xdd\x7a\x99\xaf\xca\x79\xc2\x49\x03\x5f\x5b\xfc\xbc\xa3\x1d\x5f\x40\x1a\x1a\x95\xe0\x95\x84\x59\x20\x10\xf9\x4e\x1f\x7e\xfc\xfe\x53\xc7\xd3\xe0\x0f\x6a\x3e\xfe\xf9\x13\xe9\xe9\x0f\x3f\xfe\xf0\x09\x27\x34\xa3\xc2\xd9\x15\x9b\x28\xc7\x35\xa0\xa0\x41\x6f\xdb\xf2\xba\x6a\x76\x9d\xc8\x6b\xf8\xf4\xfc\xe1\x8b\x4c\xc5\x97\x3e\x5e\xe2\xee\xaa\xfe\x60\x85\x17\x2e\x2b\x5e\xe1\xf5\x6e\x93\xe9\x18\x3b\xe1\x00\xf6\xcb\x15\x37\x0c\x64\x39\x37\xf9\xbb\xfb\xcd\xc3\xad\x0a\x1e\x2c\x75\xde\xcc\x13\x7f\x92\x5f\x2f\x30\x10\x1e\xfa\xef\xae\xa5\x26\x38\xdd\xb9\x94\xe8\x05\x2c\x7d\xbb\x53\xa6\xdb\xb2\x9f\xc5\x5c\x09\x3f\xac\xcb\x71\x96\xf6\xc2\x83\xe8\xbc\xc1\x9b\x39\x04\x6f\x4b\x20\xc6\xe0\xce\xf1\x73\x90\x79\x57\x65\x6d\x54\x40\x59\xad\xa7\x12\x05\x1d\xe0\x5a\x31\x25\xdb\xd0\xb7\xa1\x49\xda\x73\x75\xd8\xcf\x6f\xac\x45\xe4\x09\x12\x60\xaf\x5c\x3d\x57\x84\xf1\x7a\x81\x93\x00\x1c\x96\xf0\x50\xd5\x13\x56\xa0\xbf\xb1\x89\x6d\xa3\xd1\xbf\xce\xf0\xe1\x5b\xb6\x7b\x96\x90\x91\x8e\x82\x9f\x8e\x52\x23\xa3\xa5\x26\xda\x9d\xb8\x2b\xa8\x51\xe0\xdf\x76\x0f\x8e\x4f\xcf\x38\x29\x02\xad\xea\xcc\xae\x3f\xa8\x3e\x41\xac\x93\xfd\x0e\x65\x7c\x44\x54\x7c\x99\x58\xed\xe0\x7b\xaf\x29\x46\x47\xab\x76\xed\x51\xce\xd5\x79\x5a\xc3\xb5\x5b\x16\xb0\x0c\xfd\x42\x7f\xdc\x58\x07\xfe\x4b\xd6\x3f\x6e\x85\xba\x4f\x7f\x2c\x49\x76\x49\x5b\x82\x7e\x17\x8f\xf3\x09\x77\x8d\xdf\xe5\xf1\x6b\x08\x20\x76\xe9\x87\xc5\x40\x52\x93\x6c\x4f\xe9\xba\x96\x39\x61\xb0\x0f\x09\xe4\xc4\x60\x24\x63\xe0\xf8\x17\x67\xba\xdb\x38\xd2\x41\xdc\xc9\xb1\x78\x15\xe3\x5a\xd4\xc7\x0d\xa0\xce\x30\x3e\x09\x36\xed\x31\x22\x52\x47\x78\xe6\xc1\x32\x7c\xe8\x25\xc2\x67\xfe\xc1\x31\x88\xd6\xbd\xff\xd4\x63\xba\x71\xaf\x2f\x4b\x5f\xef\x39\x5e\x0d\x18\xe7\x36\x6f\xfb\x6a\x51\x6d\x73\xc7\x3c\xcf\x82\x94\x44\xd4\xa7\x40\x7a\x0f\xd5\x28\xcd\x64\x0b\x7b\x4e\x34\x2c\xee\x45\xaa\xa2\x70\x8a\xfa\x72\x75\xd3\x70\x86\x31\x03\xee\x6f\x9a\xd4\x29\x77\x88\x78\xc7\xfb\x4b\x9e\x72\x61\xbb\x41\x89\x75\xa4\xe5\x67\x83\x6a\x71\xad\xfe\x39\x7c\x28\x87\x0d\x6a\x0b\xcf\x53\xfd\xd2\xfc\x48\xef\x1c\xea\x9b\x36\xf2\x86\xcd\x71\xbb\x35\xb0\x83\xd3\x65\xf9\x71\x25\xe7\xa2\x06\x84\xb0\x63\x2c\x0b\xf9\xb6\x82\xfd\x41\x82\x92\xa9\xaf\x0b\xe7\xce\xcb\x45\xce\x51\xb2\xd0\x67\x1e\xeb\x8a\xc3\xa0\xf9\xd1\x13\x08\x87\x2f\xb1\xfa\xd9\x4f\x3c\x8c\xf7\xc6\xdc\xd0\x55\x6f\x36\x95\x01\xa6\xe6\x65\x7f\x83\xfb\x20\x70\x3e\x61\xe4\x8a\x31\xbe\xfb\x31\xdc\xe3\x89\x31\x3e\x43\x1b\xcf\x78\xa3\x2f\x94\x49\xfe\x09\x3f\x84\x55\x2a\x2a\x07\x6a\xc0\x04\x19\x80\x33\xd8\xa4\xde\x80\x9e\x68\xc4\x9b\x92\x1a\x85\x70\x50\x98\x66\x2a\x2c\xfb\x27\xb6\x0e\x18\x4f\xc6\x37\xad\x05\x76\x2e\xd1\xf4\x1f\x5c\xba\xd6\x8f\x9a\x54\x06\xb0\x66\x24\xed\x5f\xab\x9e\x4a\xff\xdb\x27\xa3\x51\x52\x22\xb2\x90\xef\x82\x3e\xfd\xcf\x08\x6a\xa8\x90\xfb\x3c\xb1\xa8\x83\xa0\x4a\xf3\x39\x2d\x34\x5f\xf7\x6b\x22\x15\x41\x8d\xb3\x66\x4b\x86\x9e\x9d\x86\x33\x49\xbd\xde\x96\x2d\xb3\x0c\xc5\xa6\x3b\x42\x9c\x45\xa8\x81\x70\xdc\xfa\x96\x98\x6a\x5c\xce\xe5\xa8\x5a\xc7\x23\x14\x26\x66\x11\x52\x05\x07\x4f\xa3\xf5\x61\x07\xc7\xf4\xcb\x1d\x11\x4d\xd7\xa5\xb0\xc5\xce\x5f\x82\x60\x2c\x52\x21\x58\xd0\x02\xce\x67\x7d\xaf\xba\x0c\xee\x62\xe2\xe9\x7e\xa9\x3e\x60\xeb\x6a\xd1\xa7\x2e\x9d\x9a\x93\x5b\x08\x12\xce\x67\x29\xc1\x91\x5c\x04\x41\xda\x58\xbb\x15\xc2\xad\x30\xc0\x15\x71\xa9\x4d\x03\xf9\xcf\xb1\x88\xbc\xce\x70\x34\x82\xa1\x46\x36\xdf\x68\x18\x6a\x00\x56\x84\x0c\x82\xa8\xb8\xaa\x60\x5f\xff\xba\xda\xe4\x6c\x7e\xaa\x3e\xc7\x02\xe4\x96\x0e\xaf\x78\x1b\x77\xb7\xbf\xad\x61\x24\x40\xa1\x87\x4d\x5e\xcb\x59\x67\xc5\xf7\x77\x58\xcb\x96\xdb\xc0\xf0\xbc\xea\x57\x13\x35\x4b\x6d\x03\x96\x02\xe2\x99\x5a\xd9\x20\xd8\x5d\xad\x0b\x10\xa5\x60\x47\x64\x12\xff\x5d\x6d\xbe\x8f\x7a\x47\xa4\x4a\xc8\xfe\xa0\x3b\x1e\x6a\xc8\xb2\x6a\xd9\xde\x23\xb4\x3d\xfe\xd3\xc3\xe2\x89\x2c\x62\x78\x60\x8d\xce\xad\x38\x51\x06\x1e\x6e\xa4\xcc\x45\xab\x0e\x77\xe7\x99\x64\x78\xa3\x60\x20\xfa\x9e\xfd\x9e\x04\xf6\xbd\x60\x2f\xf3\x9a\x7b\x90\x3d\x61\x66\x08\x72\xa7\x4d\x0d\x43\x80\xc2\x1b\x70\x1e\x76\x51\xdb\x4d\x46\x4b\x23\x53\x3d\x90\xb6\x13\x5e\x28\xfc\x6b\xd8\x03\xd3\x7f\x86\x35\x3b\x4d\x22\x1e\x10\x09\x00\x73\xde\x42\xe4\x56\xb8\xb0\xe8\xc0\xa4\x49\xe4\xa0\x57\x7a\xd4\xd3\x40\x05\x80\xa8\xfa\x01\x87\x9f\x44\x8e\x49\x7f\xb8\x45\x1c\x66\x4c\x9c\x9e\x86\xb9\x7e\xcc\xc7\x34\x60\x36\x22\xa6\x8f\x2d\x36\xdb\x93\x78\x90\xa5\x78\xc1\xf3\xdf\x30\xc3\x45\xd3\xd1\xaa\x32\x99\x79\xad\x11\x95\x6b\x8a\x8f\xee\x72\xe0\x2e\xe1\x3e\xba\xa5\x7f\x4f\x37\x9b\xa7\x45\xf1\x68\x62\xd4\x81\xfc\xe4\x86\x3d\xf0\xcb\x53\xd3\xc5\x80\x4b\x06\x35\x05\xe2\xe8\x34\xee\x18\x20\x9a\xa7\x0f\xbc\xf7\xf3\x3e\xcd\x42\x47\xe1\x31\x27\xb4\xeb\x67\xaf\x63\xfe\xdf\x10\xb7\xf3\xde\x3e\xbc\xa0\xc5\x91\x31\x1c\xcb\x40\x94\x0f\xb2\x06\x77\xd0\xef\xec\xa0\x3b\x79\x51\x71\x8e\x78\xf7\x66\x0f\x52\x24\x42\xe3\x5e\x94\x04\x22\xb4\x47\xab\x13\xa3\x27\x00\xa7\x85\x68\xdf\xfa\x7f\xa5\x20\x3d\xd5\xfc\x14\x19\xdc\x23\x4a\x27\x37\xd5\xe7\x8a\x0a\xfc\x46\x7f\xf0\x3d\xd3\xa8\x01\xa9\x8f\x12\x40\xed\x72\xf6\x77\x51\xbe\x8d\x95\x73\x98\x66\x99\x4f\xc3\x50\x9a\x4a\x58\x44\xf1\xee\xda\xad\xf9\x38\xe6\xb3\xec\xa6\xcd\x62\x07\x95\xfd\x56\x6f\xcc\xfc\x15\xd7\x57\x1a\x12\xea\x56\x1a\x4f\x0f\x22\x73\xd5\x2b\x51\xcd\xa4\x41\xa5\x71\xdc\xc0\xcb\x34\x74\xb5\x2e\xf2\x1e\xf1\x5d\x29\x1d\xbb\xa7\x80\x87\xc1\xad\x91\xa0\x62\xb2\xa6\xab\x90\xec\xe1\xe5\x76\x45\x58\xeb\x7b\x8d\xb8\x26\xf9\xe6\x2b\xa0\xfa\xbc\x3f\x62\xf8\x0d\x11\x1b\x73\x96\x8f\xd9\x7f\x8d\x7d\x8d\x31\xdf\x6a\x27\xf3\x0c\x42\xc7\x81\x00\x55\xda\x12\x2b\xa6\x41\x1b\xf0\x0e\xd5\x06\x98\x28\x98\x3b\x77\x29\x13\xb4\x19\x0b\x50\x8e\x98\x31\xc0\x41\xe9\x9c\x92\x69\x70\x12\x55\x23\xa3\xf1\xf8\xbc\xe1\x78\xc4\xa9\x2b\x02\x51\xef\xaf\x69\x28\xbe\xe6\xb0\x28\xb3\xef\x4d\x4a\x08\x1d\xbf\x30\xed\xdc\x37\x11\x4c\x59\x89\x57\xb9\xd4\x85\x83\xe1\xf5\x5e\xb6\x3d\x62\xbf\xb8\x19\xca\x74\x0f\xf5\x3b\x31\x08\x09\x55\x0d\xbc\x97\x23\xcf\xe5\x2e\xa8\xa3\xd3\x69\xee\x02\x24\xda\x3d\x1d\xf3\xb2\xd5\x9f\x1c\x1b\x6a\x2a\xb0\xb5\xa5\xcd\x64\xb2\x70\x0b\x4f\xbe\x7c\x56\x10\xcc\x4a\x05\xea\xe0\xb7\x07\x5b\x35\xcd\x67\x09\x02\x36\xc7\xa7\xcf\x59\x72\x24\x5d\xc9\xe4\x98\xb1\x6f\xe2\x5c\xd2\xa1\xaa\x45\x18\x40\xfb\x25\x27\x4c\x74\x51\x2f\xb1\x9d\x5a\x44\x37\x76\xb3\xf2\xb9\x7a\xab\x29\xa8\x47\xef\x59\x8d\x2b\xd2\x1b\x38\x2c\x98\x7c\xdd\x15\xb3\xa9\xab\x65\xf1\x9d\xf7\x99\xaf\x3d\x2f\xae\x99\x7f\x17\x51\x90\x71\x4d\x9b\xe8\x0c\x4f\x9d\xf3\x72\x95\x4b\x66\x60\x49\xec\x1b\x8b\xcb\x06\xb6\x77\x60\xb5\x19\x0f\x09\x2a\xa0\x7d\x84\x88\x88\x7d\x42\xf2\x75\xa6\xdc\x8c\xb7\x26\x4b\x43\x75\x1e\x3c\x02\xd5\x98\xb0\xbf\x18\x28\x68\x90\x63\x84\xec\x07\xb7\xbe\xfe\x1a\x85\x52\x9c\x33\x32\xc4\x67\x41\x4e\x10\xd8\xe7\x02\x51\xa3\x09\x4f\xb7\x71\x40\x21\x92\xbe\x02\x74\x09\xa3\x1f\x60\x80\x43\xf1\xf5\xec\x00\xcb\x0e\xb3\x37\x25\xdc\x66\xc5\x5c\xd8\xb7\x39\xc7\x1f\xdf\x33\x7c\xc0\x64\x0a\x33\xc4\xc3\x9e\x0a\x34\x01\x63\x73\x42\x89\xc3\x08\xce\xcb\xd2\x4b\xad\x91\x47\xf5\x0a\x30\x77\x95\x0f\x83\x44\xb2\x4a\xc2\xb2\x73\x78\x86\x26\xac\xe2\x1f\xec\xec\xf4\xcf\xf4\x1f\x4c\x44\xf4\xa7\xaa\x8b\xf2\xcb\x3f\x4d\xa7\x75\x21\x34\x99\x40\x0f\x46\xfe\x91\x22\x2c\x73\xcf\x50\x2c\x40\x27\x24\xfe\x01\x36\x43\xf1\xbc\x33\xa7\x6b\x22\x78\xbd\xf9\xca\x7b\x6a\x5b\x11\x2b\x8c\x97\x7d\xc1\xcb\xa0\xcd\xfe\x2e\xa7\x64\xc7\xf8\x95\xfe\x2f\x96\x39\x1c\x08\xa2\xf4\x23\x7c\x03\xeb\xaa\x9d\xf8\x3e\xe9\x35\x74\xb9\x02\x29\x76\xd6\xdc\xd9\x3e\xbb\xd8\xa7\x24\xe6\x74\x3e\xce\x9a\xdc\xa1\xcc\x6b\xb9\x4e\x26\x97\x5b\x03\x7e\xc4\x0a\x7d\xef\x54\xfb\x3e\xbd\xe4\x80\xd0\xcb\xdd\x9a\x44\xcf\xc0\xad\x68\x58\x60\x38\x2d\x56\x8f\x0a\x29\x70\x4b\x61\xe4\x70\x64\x31\xd4\x15\x2c\x6f\xe7\x60\xa4\xa1\x6d\x5a\x0e\xe1\x29\x37\x51\x86\xad\xc8\x6e\xd1\x61\xbb\x78\xaa\xf7\xf1\x63\x9f\xe1\xa8\xe1\x00\x1b\xda\x07\xd8\x39\xa6\x7a\x21\x27\x0b\xae\x0f\xe2\x3a\x3c\xd1\x03\x1f\x05\xd8\x9c\x87\xd5\x06\x12\xf1\x6b\x83\x16\x0f\xf7\x81\xab\x99\x97\x9b\x05\xca\x02\x86\x49\x97\x70\x0c\x19\xdf\x04\x0d\x97\x83\x84\x0d\x60\xe7\x10\xfd\x3c\xb5\xc0\x03\x63\x30\xa7\x7e\xfb\x68\x03\x31\x52\x18\x17\x4a\x07\x58\x10\x3a\x49\x71\xa4\x0b\x96\x1e\x5d\x00\x6e\x35\xb1\xc3\xff\x16\x1e\xf7\xdd\x44\xf7\x06\xd3\xc4\x34\x21\x31\xb3\x41\x78\x22\x46\x56\x57\x01\x0d\xe3\x6a\x07\x5f\xd5\xb8\xae\x0a\xd2\xd6\xd1\x99\xbb\xea\xfd\x73\x5c\x2f\xe1\x11\x9e\x67\x7b\xeb\x1e\x0c\x08\x2b\xdc\x3d\xc4\x80\x80\x11\x57\x3e\x0e\xca\xe4\x88\x98\xf9\x38\xfb\xbe\xae\x24\xc4\x33\x49\x7d\x2c\x82\x50\xe2\x16\x71\x1a\xf4\x21\xb7\xbf\x8c\x4a\x7f\x1c\xed\x4e\x6a\x90\xff\xa5\xe5\x3a\xb1\x49\xb0\x2d\x69\x12\xcc\x26\xf4\x94\xf6\x3b\x09\xa9\x82\x42\xd8\x98\xd8\x1c\xe5\xad\x08\x75\xa3\xde\xe7\xec\x74\x34\x29\x2d\x4d\xd6\x3f\xb1\xbe\x42\x81\x8c\x11\x67\x91\xd5\x71\x35\x9c\x1b\x66\x76\xfa\x70\xbc\xe9\x8e\xd4\x86\xf3\x90\x35\x59\x87\x41\x4e\x58\x0c\x18\xca\xf0\x0e\xb4\x67\x98\x83\x80\x05\xe8\xda\x14\x3f\xda\x83\x28\x1b\x40\x14\x93\xe4\x8f\x60\x6b\x3f\xa2\x3c\x23\xba\xf7\x4a\xc2\xfe\xfa\xfe\xbc\x97\xb1\x05\x17\x07\x42\xf9\x98\x79\xa5\x3e\xec\x61\xd6\xc7\x70\x88\xe2\x06\x8c\x77\x46\xd8\x21\x92\x50\x7e\xa0\xea\xdf\x81\x3b\x09\x96\x30\x0b\xc1\x1d\x93\xf0\x8c\xaf\xdb\xdf\x57\xb8\x38\x0a\x02\xde\x8e\x9a\xf6\xd1\x1f\x0e\xbc\x7f\xbc\xc9\x33\xd0\xfc\x78\x77\xdd\x72\xb0\x75\x3e\x89\xbd\x12\x3d\x5f\x88\xe6\x9e\x26\xff\x7c\x57\x93\xe2\xd3\x3f\xd1\xa6\xbb\xdd\xa2\x31\x8f\xb0\x33\xf2\x3b\x2d\xf7\xb4\xf6\x83\xb5\x16\xaa\xca\x9f\xcb\x72\x1b\x34\x11\x77\x3f\xb8\xea\x0b\x69\x37\xf6\xb2\x9f\xe0\xc1\x2a\x2b\x58\xf8\x9b\xa8\x37\x7b\xd7\xd0\x3d\xba\xf7\x3e\xd9\x7d\xba\x32\xd3\x50\xee\x09\x49\x30\xe6\x8b\x76\xd6\x8b\x97\x84\x70\xde\xeb\x60\x58\xdf\xce\x82\x1d\x0b\xb7\xb6\x6c\x2b\x9a\xa8\x6a\x72\xaf\xf4\x61\x75\x5c\xd7\xac\x40\xbb\xbf\x7b\xf1\x85\x9f\x74\xe2\xa2\x4f\xa0\x51\x70\x04\xca\xe8\x4c\x9b\x6f\xd0\xf2\x78\xa2\xb3\xed\xbd\x05\x06\x37\x57\xa3\xba\xe2\x9b\xab\x63\x42\x1b\x34\x6c\xd7\x57\xc7\xca\x61\xd3\x86\x67\xae\x61\xc7\x26\x86\x34\x59\x2c\x32\xc5\x4b\xac\x74\x5e\x17\xc4\xf9\xd6\x0d\xa4\xcf\x95\x44\xb1\x0e\xd5\x51\x7f\xfd\x6f\x48\xb4\x83\xf5\x7a\xc7\x75\x57\xeb\x94\xac\xbe\x7d\x98\x3b\x9a\xc4\x9a\xae\xd8\x00\x6f\xe2\xcf\x29\x91\xbc\x63\xcf\x39\x75\xf0\x84\xe4\x30\x0b\x4a\x20\xc8\x9c\x77\xfa\xe7\xb3\xa5\xf9\x08\xf1\x51\xcc\xb9\xd8\xef\x5f\x6f\x11\xc9\xd5\x63\x88\xd8\x61\xd9\x59\xa4\x2b\xb5\xec\x13\xcc\x0d\x6a\x38\x61\x7d\xa9\x6c\x18\x34\x4a\x73\x6f\x56\x4d\x20\x70\xde\xdf\x00\x13\xde\x8d\xe8\xff\x4a\xa4\x6a\x0d\x18\x98\x09\x9c\xf1\x4c\x6d\x05\x38\x3f\xd9\xec\x08\x39\x30\x96\xc1\x24\xa0\xcf\x9f\x9c\x5e\x5c\xe2\x2c\x95\x26\x8d\x84\xb9\x25\xcb\x3e\xe9\x6f\xa4\x58\x22\x86\x3e\xbf\x42\xa2\x1b\xcb\x62\xc1\xf1\x08\xaa\x5a\x23\x8c\xdf\x94\x76\x51\xb4\x2e\x54\x12\x08\xa3\x55\x98\x06\x2f\x67\xaa\x29\x9e\x06\xc1\xfb\x46\xdb\x72\x51\x5d\x91\xbc\xff\x8e\xe6\xaa\xc6\xa3\x6d\xee\x31\xaa\x3b\xef\x43\xb9\x91\xc0\x5f\x9c\x8f\x5e\x43\xf1\x45\x32\xc3\xf5\xa1\x32\xc2\x08\x3d\x43\xd0\xa9\x9b\x99\x86\xe1\xbb\xcc\xa9\xd8\x2f\x45\x2a\xaa\x78\xfb\x4d\xd5\x9f\xf9\x6b\xd6\xc1\xa8\x0f\x61\x84\x77\x69\xfa\x6b\x39\xbb\x56\x35\xc3\x93\x00\xae\x2f\x1c\x00\xb1\xc3\x55\x45\xfc\xbe\x07\xdc\x50\x70\x21\xc1\x8a\xe1\xb6\xc6\x1e\xf2\x4a\x16\xae\x56\x7b\x5f\x00\xc2\xac\xe1\xa8\x1b\x1b\x5c\x26\xdb\xf0\x43\x44\xd7\x6e\x86\xe3\x14\xda\x97\x33\x51\x69\x8e\xd4\xe9\x5d\x89\x37\x60\x36\xf9\xad\x04\xb1\xe7\xa3\xcb\x8e\x24\x87\xba\xe8\xec\x75\x33\x7e\x26\x71\xd5\xdc\xb0\x55\xd4\x2e\x33\x8d\xa6\x64\xdc\x37\x7f\xa8\x67\x27\x79\x13\x20\xdd\xb6\x91\xdb\x69\xe7\xfa\x39\x06\x92\xb3\x0a\x1e\xd5\x1b\xf9\x1a\x83\x6c\x35\x32\xac\x8b\x11\x3b\x06\x99\x37\x05\xcf\xd9\x4b\xfa\x33\x36\xea\xb9\x27\xd9\xcc\xb2\x87\xb5\xbc\xe5\x18\x69\xe2\x18\xca\x19\x44\x9d\xe5\xfa\x4a\xc2\xcc\xb1\xea\x8d\xc3\x16\x39\x65\xe7\x6b\x9d\xf2\x90\x03\x5f\x43\x44\x05\x8a\x27\xdc\xa3\x47\xd8\xe9\xf0\x08\x5d\x1f\x5e\x09\x43\xcc\x0c\xfb\x04\xd7\x22\xeb\xd7\x5b\x51\x9b\x30\x9b\x38\x5a\x92\x08\xe1\x07\x2c\x5c\xb1\x5d\xcd\x5c\xff\x4c\x04\xdb\x4a\x54\x70\x0e\xee\x43\x3c\x00\xa1\x1b\x0d\x44\xf4\x4e\xb9\x50\x11\xdc\xb0\xf4\xda\x06\x47\xf7\x60\x84\x8d\x7b\xa4\x37\x62\x19\x41\x72\x17\x76\x04\xe1\x1d\x13\x01\x64\xb1\x27\x86\x32\x92\x82\x7b\xf3\xe6\x9b\x88\x7d\x04\x0c\x38\x7a\x2b\x0f\x1d\xd5\x68\xdf\x62\x7e\x62\xc6\x6a\xd6\xa6\xc0\x53\x81\x71\xc5\x56\xae\x80\x19\xb2\xa0\x4a\xfb\xaf\x18\x6b\xda\x72\x99\xb7\x85\x05\xb4\x54\xc6\xcc\xf7\xfa\xc1\x80\xc3\x90\x48\xf9\xba\x6b\xac\x0a\xda\x48\x08\xe4\x33\xdf\x64\xa0\xf9\x86\x56\xa5\xa6\x36\x56\x70\xfd\x11\x09\xf3\xe2\xdd\x96\xd9\xb3\xf0\x7a\x6b\x07\x43\x7e\xfc\xef\x17\xa7\xef\x0f\xd2\x2f\x4f\x6f\x6e\x6e\x9e\x72\xf1\xa7\xbb\x76\xcd\xd1\x46\x0a\x0e\x98\xf9\x3f\x4f\xde\x1d\xa4\x65\xbf\x78\x32\x4b\x4f\x84\x6b\x7b\x66\xa8\x7e\x01\xf0\xf9\xc1\x21\x3b\x31\x88\x3f\xce\xcd\x75\xc5\xa8\xed\x34\x8c\xac\x1c\x0a\x77\x3c\x7b\xe6\xaf\xad\x93\x29\x7e\xdb\x81\xa0\xb0\x68\x4b\xb8\x3b\xe3\x23\xc8\x20\xa9\xe1\xf3\x54\x90\xb4\x21\x48\x45\xed\x68\x37\xde\x2e\xf4\x3d\xaf\x01\x88\xf9\xf3\x1d\xc1\x93\xcf\x9b\x75\x79\xe2\xdc\x2e\xcc\x76\x5a\xe2\x52\x7c\x58\x15\x6d\x30\xf3\xd2\x26\xa2\x2c\x7e\x1e\x16\xc6\x25\x25\x3c\xa1\xf3\x3c\xfd\x77\x3e\xa7\xe5\x89\x12\xda\xe2\x2c\xa3\x2d\x00\xcf\x86\x85\x11\xc0\x3d\xd0\x0b\x69\x00\x12\x96\xde\xf4\x52\x9f\xe7\x74\xd3\x51\x25\x6a\x26\x64\x3f\x69\x62\xc2\xce\x6c\x08\x5a\x93\xea\xc6\x45\xe2\x53\xf2\xe9\x6c\xc3\x8b\xdc\x4f\x3a\xd0\x9b\x4b\x76\x84\x3c\x85\x87\x54\x6e\x68\x4d\xa2\x28\xe0\x8f\x00\x55\xe3\xde\xd8\x2c\x20\x8c\x29\xd5\xd7\x0a\xca\x61\x46\xf0\x6e\x5a\xd9\x23\xa0\xd7\xd4\x5a\x14\x2b\x98\x9b\x35\xbf\x7a\x8c\xbf\xe9\xee\x23\x82\x9c\x04\x43\x88\xb8\x07\x58\x47\xac\x2f\x4c\x6f\x86\xb3\x11\x6f\xf2\x92\x9f\xf2\xa6\x91\x74\xa3\x80\x83\x36\x46\x42\x85\x6a\x76\x63\x65\xc4\xb7\xb0\x4f\x7e\x12\xaf\x7c\xdb\xd7\x2d\xce\x27\x22\xca\x1c\xbb\xb4\x58\x1a\xb5\x55\x0a\xbe\x1b\x2f\x51\x46\x88\xac\xa3\x90\xa3\xb2\x5c\x1b\x7b\xed\x32\x08\xc2\x20\xf1\x8d\x69\xbb\x9c\x39\x0a\x02\x15\xee\xf4\x52\xab\x85\xf4\x90\xd0\x23\x83\xcc\xe1\x03\x86\xc3\x95\x4d\xa2\xad\xbc\x70\x7b\x24\x5f\x21\xb6\xb6\xeb\xe6\xd6\xe2\x64\x1d\xe3\x97\x86\xe7\x0c\x47\xe6\xc1\x74\x50\x1e\x72\xaa\x2e\x2f\x8a\x02\x0a\xb5\x43\x23\x63\xe3\xfe\x53\x79\x64\x0c\x53\xca\xd6\x72\xaa\xd3\x2e\xcf\x3a\x4b\x46\x1e\x07\x15\x91\xe7\xab\x34\xdc\x54\x80\x1a\x5c\xcf\x0c\x07\xf0\x97\xe0\x71\x0b\xd5\x41\x6a\x36\x30\xb9\x6e\x84\x5a\x7f\xe4\xe1\x32\x35\x8a\x71\x7c\x27\x07\x35\x8c\x43\xe5\x47\xba\x37\x0e\x55\x58\x34\x0c\x46\x15\x14\xc5\xbe\xe9\x90\x30\x79\xa4\x1b\x4d\xcb\x38\xd4\x94\x1f\xea\x57\x44\x9b\x9a\x9e\xb9\xa1\xe2\x71\xef\x54\xdf\xe5\xd1\x51\x84\x83\xfb\x8a\xb8\x53\x03\xd5\xfc\x6b\x74\x90\xa9\xbe\x78\xa4\x04\xd8\xbd\xcf\xbf\xa3\xa8\xae\xae\x66\xf3\x96\x44\x70\x0e\xee\x84\x37\x03\x99\xb3\xf3\xef\xf4\x02\xbf\x05\x84\xfd\x7a\x41\x15\xf2\x21\x89\x7a\x2b\xe1\xb9\xfa\xa6\x4a\x22\x9c\x2a\x87\x4f\x95\x1d\x53\x8e\x38\x58\xbe\x6f\x10\xa5\x53\x72\x66\x52\x84\x55\x80\x8c\xbf\x10\x96\x0a\x27\xf0\x7c\xa6\x8c\x42\x17\x9c\x12\x80\x75\xdb\x35\x49\xaf\xfa\x2e\xde\x05\xff\xc0\x4d\xd3\x00\x62\x57\x93\x1e\x5b\x16\x06\xf3\x41\x7e\x86\x50\x5c\xa5\x4d\x9d\xed\xa8\xb8\x58\x23\xae\xac\x22\x7a\x7b\xa3\x2f\x28\xd4\xe0\x08\x8c\xc8\xaa\x82\x6c\xed\x41\xc2\x30\x36\x04\x61\x73\xe2\x21\x14\xd1\x60\x58\x2f\xdf\xbe\x97\x9f\xb8\x2d\xab\xf1\x64\x71\x5d\x96\x3d\x6a\x13\xbb\x83\x3b\x9b\xba\x8b\x6b\x79\x72\x85\x5a\x8c\x94\xf6\xe2\x38\x7e\x39\x88\xa2\xcd\xaf\xe0\x40\xc6\x7f\x5d\x2a\xc9\xef\xbe\xd8\x59\x5b\x3e\x1d\x16\x23\xe4\xc8\x94\x5d\xe0\xc3\xa5\xab\x03\x18\xff\x71\x69\x39\xfc\xba\x9f\x07\x23\xf7\x18\x31\x07\x62\xa2\xdf\x87\x5d\xda\x55\x6c\xc6\x57\x42\x1f\x34\x08\x2a\xf3\x6f\xc8\x80\x06\x71\xa9\x3a\x1c\x6b\xe8\x59\x86\x48\x76\xdd\x2a\x75\xf8\xe1\xb8\x03\xbd\x44\xa9\xd2\xe7\x30\x67\x51\xbf\xa3\xd2\x22\x1e\x94\x36\xdb\x78\x53\x95\x25\x60\xc4\x78\x91\xe0\xa2\x3b\x7e\x3f\x94\x10\xc1\x31\x8f\x59\x5a\x72\x8b\xa8\xda\x50\xfd\xd7\xf2\xfc\x94\x54\x4f\x92\x8f\x8b\xa2\x45\x42\x50\x2d\x81\x7c\x2c\x0f\xd6\x13\x8b\xfd\x1d\x95\xf1\x8f\xdc\xd8\x61\xae\xbf\xbc\x4e\xf9\x90\xaa\x16\xe1\x9d\x78\x16\xb1\x38\xaa\xa0\x8c\x3d\xe8\x40\xc4\xd1\x2d\x75\xcc\xc5\x2d\x47\x1c\x25\xd4\x3d\x29\x24\x0b\x5d\x2e\x67\xf2\xe5\x72\x58\x7a\x17\x11\xf4\x9d\x7c\xb1\x6d\x6e\x4c\x4d\xe3\x38\x6f\x94\xf7\x74\x38\xd7\x01\xbc\x43\xc0\x6f\xe5\x23\x3e\x1b\x69\x48\x36\x48\xc5\x49\x2a\xef\x23\x4a\x31\x73\x9e\x7f\xe9\xf4\x29\xb6\x07\xdf\x8d\xa1\x6b\xa0\x6b\x4e\x09\xc5\x93\xcc\x88\xda\xd9\xe9\xca\x56\x0a\xbc\xae\xe2\xe5\x02\xea\xf1\x0b\x06\xee\x8f\xa3\x85\x26\xc2\x97\x87\x8a\x0f\xb8\x26\x80\x65\xab\xd1\x2c\x6f\xfe\x1d\xc2\x4c\xef\x2e\xd6\xce\xd0\xcd\x0a\x61\x7b\xd9\xd2\xe1\xce\x8a\x88\x64\xee\xd8\x4b\x46\xad\x85\xc7\x0a\xd2\xc4\x3d\x9b\xc7\x70\x0d\xc4\x4e\x5b\x41\x3d\xba\xc5\xb3\x1b\xa0\xae\x91\xd1\x16\xef\x7a\xa3\xaf\x53\x62\x1b\xb3\xef\x24\xf9\xd8\xb4\xcb\x4f\xfe\xb9\x11\x67\x33\x8e\xcc\xbe\xb0\x1c\x30\x8c\x0b\xf4\xbd\x07\xd0\x07\xff\xf6\x35\x1a\x39\xbe\xe6\x45\x37\x7e\x1a\x5c\xec\x36\xf2\xc4\x14\x5c\x11\x2d\xc8\xd6\xcc\x82\x5a\xc8\x4b\x07\xea\x23\x18\x36\x27\xb1\x26\xbc\xe7\xd9\x07\xbd\x10\xab\x9e\x4b\x1c\x0f\x81\x3f\xf8\x31\x0a\x7e\x9d\x9e\x8d\xb6\xe2\x54\xf2\x16\x09\xc4\x12\x91\x80\xc7\x52\xc4\x02\x47\x7f\x13\x84\xd9\x57\x33\x35\xa7\xea\x97\xa6\x0f\x42\xf9\x47\xa1\xf7\x83\x20\x1c\x78\x5a\x23\x72\x6c\xe4\xca\x81\x95\x09\x97\x67\xf7\x5a\x8b\x76\x42\x50\x88\xd4\xbb\xa0\xa3\x08\x56\xbc\xd6\xc5\x59\x9e\x57\x75\x2e\xee\xa3\x7a\x0b\x5a\x49\x04\xcf\x7d\xd4\xd1\xfd\xc0\x6e\xe6\x9b\x09\x38\xc7\x4a\xfc\xa1\x7d\x31\x3c\x33\xcc\xae\x96\x3f\x0b\x7c\x14\xb8\x46\x95\xf9\x5c\x22\xd0\x49\x72\xba\x26\xbd\x70\x1d\x69\xf7\xa8\x88\xe5\xe9\x9f\xf7\x3c\x35\x30\x7e\xde\xe6\xdb\xc3\x16\x8d\xeb\xb8\x3b\x70\xd1\x1f\x75\x4e\x9c\x0e\x79\x1f\x9a\x30\x07\xb1\xef\x5d\xd6\x54\x10\xfc\x3f\xe2\x4d\x18\x83\x06\x4c\x26\x42\x81\xab\xe9\x6b\x8f\x2f\xd5\x49\x91\x28\xf5\x5f\xf3\x51\x8c\x1f\x84\x19\xf6\x7a\x14\x04\x3e\xea\xf4\xb7\x05\x83\xdf\xeb\x08\x11\xf1\x8a\xa1\x4a\x3f\x8a\xc0\x88\x01\xde\x59\x24\x8e\xc7\x18\x76\xd8\x19\x71\x03\x47\x04\x3d\xa1\x93\x48\x8c\x72\x90\x73\x7f\x38\xc6\x3d\xc7\xb4\x77\xc5\x65\x1c\xf6\x92\x79\x8c\xbb\x0b\x1f\x76\xf2\xce\x12\xa1\x94\xd1\x0c\x8e\xfc\xfe\x78\xac\xc6\xe9\xd3\x37\x56\xf9\x6f\xcc\xd2\x09\xa9\xc4\xf0\xe7\xed\x47\xac\xbe\x19\xbe\x44\xbf\xf3\x8c\xd6\x63\x0e\xf2\xa4\x20\x77\xf0\x00\x91\x72\xed\x99\x7f\xbf\x26\x8b\xe2\x33\x9e\xf8\x17\x72\x7c\xa8\xc6\x1f\x5d\x31\x75\x3b\xb0\xe0\xce\x83\x74\xcf\x29\xe1\x38\xaf\x8e\x15\x1e\x48\x7e\x43\xe6\x9b\xcc\x19\x96\x8f\xdb\xd0\xe7\x57\xdb\x66\x5d\xba\x8e\xa6\xe7\xf4\xcb\x77\x2f\xbe\x46\x1e\x17\x74\x65\x5c\xba\xaa\xc9\xfa\x28\x94\xef\x8d\x3c\xf8\x83\x70\x0f\x41\xaa\xee\x96\xc1\x5c\x89\x9c\xac\xb5\x43\xed\xf8\x71\x08\x2d\xcf\xb9\xea\xbe\xfa\x9e\x1f\x93\xc1\xa6\x3a\xc3\xad\x74\x79\x0a\x47\x53\xe2\x46\x25\x8d\x25\x16\x0d\x11\x9c\x4a\xf0\x42\x0d\x22\x3b\xce\x1f\xc4\x87\xc3\x9e\xe2\x22\xc3\xd9\x8b\x52\x2c\x70\x6b\x34\x84\x5a\x8e\x28\xe3\x80\x69\x52\x2b\x04\x76\xdf\xac\x5c\x2b\x88\xda\x0d\x21\xbe\xa6\x61\xee\xe7\xa8\xb9\x03\x33\x78\xc2\x0e\xa5\x96\x58\x09\xad\x2e\xad\xc8\x23\xd8\xae\x1f\xee\x99\x75\xdf\x8f\x10\xe2\x6b\xfa\xc1\xad\xe0\x7a\xae\x28\x70\x77\xf4\x87\x34\x6e\x7d\x3b\x21\x72\x6c\x1a\x76\xd1\x47\x2e\xbb\x0c\x76\x72\x38\x87\x15\x03\xc9\x84\xcf\x17\xc6\x5b\xaa\xe4\x88\xc7\xca\x84\xf0\x20\x8e\x9a\x93\xd1\x95\xef\x67\x02\xb8\x07\xcd\x25\x1d\x68\xe0\x82\xe9\xc1\x26\xf7\x25\xe9\x97\x17\xf6\x20\x7d\x29\x6f\xd0\xcc\xfb\xb7\x64\x81\xb3\xb8\xc2\x22\xf9\x85\x9b\x0a\x44\x3f\x9b\xc9\x02\x10\xde\x0d\x82\x17\x58\xd0\xea\xb8\x32\xc7\xcc\x01\xe5\x98\xf8\x18\xce\x56\x6c\x28\xb7\x05\xd6\x77\x66\xdb\x07\x26\xcd\x3a\x6f\x2b\x40\xf1\x41\x72\xe8\x80\xca\xf1\xa0\x9b\xf0\x0a\x65\x75\xe7\x95\xa8\x71\x57\xfc\xbe\x2e\x6f\xd6\x39\x82\xd9\xab\xf4\xcc\xc2\xa5\x3e\x26\x10\x4f\x76\xcb\x16\x57\xc4\x6d\xae\x99\x59\x04\xa4\x80\x0a\x7f\x74\xa3\x64\xf3\xc3\x80\x1b\xc0\xfb\x82\x2a\x7a\x74\x17\x53\xf8\x86\x0e\x80\x6d\xdc\xdd\x03\xb0\x05\x89\x37\x42\xdd\x08\x58\xc0\x5d\x1d\x91\x35\xff\x0d\x1d\x01\xdf\xf8\xca\x8e\x1c\x58\x2f\xf4\x1d\xa9\xa2\x98\x5c\xff\x77\xf5\x6f\xa0\x08\x81\x38\xa3\x87\xcd\x8c\x19\xc0\x2b\x09\x9a\xda\xa4\x57\x52\x60\x9e\x9d\xcd\x86\xab\x24\x70\xab\x0a\x56\x4a\xe0\xdb\x6a\x7d\x81\x03\x95\xde\x01\xd0\x5d\xce\x57\x55\xd3\xbc\xe3\xf5\x85\xba\x0f\xef\x09\xc4\x31\x26\xd9\xdd\xb9\x6f\x6f\x55\xd2\x61\x8c\xc4\x21\x32\xbd\xe7\xa2\xe8\x74\x70\x24\x90\xb7\xe9\x3e\x62\xae\x3e\x25\xee\x15\x7f\x5e\xff\xf6\x3d\x78\xce\x3e\x64\x3f\xe3\xb7\xc7\xee\x7c\x28\x2e\x7e\x90\x70\xf8\x42\x61\x27\xa1\xbc\x97\x26\x22\x2e\x77\x7a\x51\x4a\x3d\x36\x19\xe3\xb7\x84\x83\x0d\x1b\x8a\x39\x21\xd9\x34\x75\x25\x3e\x5e\x27\xf2\x55\xf1\x43\x71\xe1\x6d\xbf\x57\xfc\x43\x9e\x50\xd0\x14\xbe\xdc\x95\xf4\x4d\x8f\xd8\xbc\x97\xfc\xf7\xc7\xf4\x61\x91\xf8\xa1\xc3\x06\xcc\xe6\xb6\x85\x58\x3a\xe5\x3b\xc8\x0f\x5e\x29\xc3\x5d\xe5\xd6\x9e\x5d\xf3\x35\xa0\x9b\xb0\x58\xef\x82\x6e\x6b\x27\x51\xe9\xae\x9b\x6a\xd1\xae\xf0\xc1\xf3\x80\xad\xe5\x73\xb3\xb5\xf0\xab\xe5\x05\xbf\x5a\x2e\x76\xc8\x83\x20\x21\x9a\x90\x30\x63\xeb\x9e\xf5\x88\x92\xe3\xad\xd4\xa7\x4b\x84\xe0\x28\x89\x03\x81\x46\x09\xf9\x62\xd4\x8a\x9d\x57\x84\x69\xe6\x84\xec\x53\xcc\x1d\x39\xaa\x3d\x7e\xdb\x21\xcc\x12\xbf\xfb\x28\x49\xee\x78\x0c\x46\x22\x56\xde\x30\x6d\xdd\x2c\xf9\x31\x43\xd8\x8a\xe3\xe1\xa9\xbc\x1e\xd7\x69\x57\x61\xa3\x2a\x10\x9d\x27\x4c\xc1\xd1\x69\x9f\x77\x71\x69\xac\xcf\x30\x41\xef\x6f\x8e\x00\x49\x7f\xcf\x17\x2b\x0d\xcc\x30\x41\x48\xa6\x86\x3b\x62\x12\x5d\x7c\x0a\xb2\xbb\xa9\x24\x72\xeb\x05\x3e\x26\x61\xda\x1d\x6c\x88\xbb\x3a\xc8\xe5\xeb\xe5\x1c\xca\x00\xcf\x5f\x34\x1a\xe7\x98\xef\x9a\xbb\xa7\x2e\xd2\x53\x2c\xc7\xee\xce\x42\xc1\xbe\xc8\x51\xf2\xf4\x79\x0d\x2d\x19\xf8\xfb\x4f\x6f\x90\xbe\x66\xdd\x6a\xd5\xa7\x28\x78\x15\xbd\xf3\x92\x47\x8e\xb0\x17\x7a\xb6\x6f\xd9\x5f\x55\xc7\xa0\x97\x1e\xc2\xbf\xdd\xfe\xcd\x5d\x05\xff\x67\x7e\x4f\xbd\x19\x74\x32\xe2\x79\x06\x72\x4f\x0d\x83\x2e\x4e\x56\xf1\xed\x9d\xc4\x4e\x5b\x2f\x65\xd7\xd9\xd3\xc9\x5b\xbc\x8f\x22\xef\xd4\xf3\xbb\xaa\xec\xc0\xf9\xda\x9c\xca\xee\xa9\x72\x5f\xaf\xef\xac\xf3\x1b\x86\xb1\xac\xfa\x6c\xb9\xf0\xdd\xe7\xb7\xa1\xda\x39\x33\x6e\xde\xdc\xcb\x85\x84\x54\xa9\x63\xa3\xe5\x74\xf1\xbb\x10\x8c\x0e\xb1\xb9\x62\xaa\xfa\x7d\x7d\x6b\xcb\xee\xb6\x5e\xb0\xa1\x8e\x9f\xd2\xd2\x03\xf6\xf3\x52\x0e\x4d\x1e\xcd\x28\xed\x59\xae\x21\xc3\x4b\x1c\x45\x77\x8f\xe4\x15\xc1\xc7\x8b\x1c\x37\x04\x7f\xa4\xad\xb8\x7e\x0a\xd6\x8e\xd2\x26\xd9\x32\xb6\x9e\xdc\xd9\xd0\x60\x2c\x01\x5f\x0f\x70\xdb\xa2\x2b\x7d\xf9\x55\x23\x08\xdc\x49\xc2\x61\x30\xa1\x28\x13\x03\xcb\x1b\xbc\x76\x9b\x3e\x66\xd7\x20\x7e\xed\x8b\xfd\x9e\xd4\x9f\x50\x37\x6d\x04\xeb\x76\x06\xb6\x62\xcf\x80\xc2\x76\xef\x98\xa1\x47\x51\x2f\xbe\x6d\x8c\xfc\x08\xc0\x68\x21\x9c\x23\x59\x1f\x05\xf8\x43\xcb\x61\xaa\xe2\x7f\x75\x39\xb4\x41\xaf\x46\x0f\x44\x06\xe2\x01\x02\xaf\x13\xee\xf8\x42\x0b\xe4\x4e\x04\x62\xff\x80\xdf\x21\xbb\xd6\x17\x30\x97\x4d\xdb\x10\xc5\x49\x34\x5d\x7d\xc9\xf1\xb5\xa5\x75\x13\x05\x70\x62\x71\x9b\xed\x34\x3c\x81\x95\x39\x41\x32\x89\x7d\x7c\xb7\xdf\x97\x82\xf0\x64\x65\xd8\x0e\xbd\xd0\xd3\x0b\x48\x53\x56\xea\xd0\x32\x82\x92\x5a\xa6\x99\xf3\xb5\x2b\x0d\xdb\x04\xe0\x53\x4d\x09\x60\x71\xea\xc7\x21\x6a\x89\x02\x76\xdb\x8c\x87\x8a\x5b\xfb\x92\x9c\xbe\x43\x72\x7a\xc9\xc9\xe3\x16\xac\x57\xae\xd8\xa0\x53\xfb\xca\x71\xa0\xc2\x61\x99\x57\x1c\xcf\x70\x08\x6f\x98\x5b\x95\xf9\x76\x84\xb7\x37\x94\x38\xc2\x1a\x20\xc7\x08\x00\xec\x7e\x2c\x84\xa5\xaa\x02\x4a\x74\x58\xe2\x2d\x25\xed\x83\x86\x2f\xce\x10\xbe\x66\x21\x7e\x4f\x09\x95\xa6\x86\xbd\xd2\x93\xba\x51\xaf\x9a\x39\x47\xe1\xe8\x0c\xfa\x54\x7e\x06\x50\xf3\xa6\xe9\x49\x97\x23\x50\x12\x23\xe1\x96\x29\x68\x7a\x69\xe9\x2c\x08\x2f\x3e\x8f\x30\x25\xd0\x63\x54\x09\xf4\x7e\x5c\x6d\xf8\xd5\x04\x6a\xab\xdd\x2d\xfa\x1d\xf1\x1c\xd7\xe0\xc9\x05\xbf\xb6\x70\xe1\x32\x46\x2d\x8e\x4a\x86\x14\x3a\x2c\x3c\xd5\xf2\x82\xdf\xbc\x98\x6c\xfa\x88\x73\xee\x6c\x7b\x54\x36\x6c\x7c\x54\x7c\x6a\xa5\xe0\x05\x61\x66\x4a\xf3\xdd\xe2\x73\xd9\xf3\x95\xf2\x55\x06\x17\x8d\xb0\xae\x33\x03\x4b\x5f\x02\x2c\x7d\x43\x60\xe9\x25\x2c\x6e\x13\xb5\xd2\x3e\xba\x29\xfb\x1c\x2e\x3b\x41\x2d\xaf\x8f\x68\x06\x24\x79\xaa\x14\x2c\x71\x99\xea\x3f\xba\x0a\x59\x24\x0d\x6a\x38\x85\xb1\x4e\x55\xa2\x43\x07\x32\x55\x1b\x07\xca\x95\x0d\x7d\x71\xbb\x58\x8b\x37\xcb\x97\x9e\xfb\x70\x2e\x29\x01\x2c\x74\x3c\x82\x35\x1e\x09\xaf\x12\x44\xf2\x20\xf0\xcb\x98\x51\x0a\x07\xf3\xc0\xc2\xb8\x08\xee\x8c\xa3\x75\x4d\x01\x6e\x73\x59\x4c\x7b\x21\xad\x79\x03\xb4\x96\x87\x70\xda\x68\x27\xa8\x14\xb6\x22\x0a\xb6\xdc\x31\xd2\xd7\xe6\x88\xe6\xe0\xb5\x80\x2b\x46\xf6\xd6\x1c\xa7\x29\x2c\x1e\x4e\xf6\x27\x2a\xfe\x90\xd6\xbd\xf5\x2d\x60\xa2\x57\x40\x9b\x90\x14\x93\x84\x79\x26\x0e\xed\xdb\xf2\x60\x75\x54\xfb\xad\xa6\xf9\x0d\x94\xfe\x6a\x9a\x45\x84\x72\x51\xac\x35\x1d\xae\xc9\x6d\xb9\x64\x43\x85\x5c\xe7\x46\xe4\x25\xdc\x3e\x39\x47\xb2\x69\x37\xe1\x7d\xa2\xcb\x06\xa3\x0c\x06\x16\xbb\xf0\xd9\x30\xef\x8f\x4a\x35\xd3\x3a\xc2\xf8\xa8\x3a\x32\xa8\x2e\xe6\xc3\x16\x9b\x1d\xcc\x97\x4d\x20\xe5\x91\x11\x39\xd8\x5c\x87\xa5\xa1\x57\x9a\xa2\x36\xa8\xe1\x1d\x74\xce\x00\xcb\xee\xc9\x62\x67\xea\xc6\x61\x01\x9b\x5c\xe4\x12\x04\x4c\xed\x70\x52\xdd\xd5\xf6\x24\xb2\x91\xc1\xbe\xe7\xc2\xed\x9d\xb2\xaf\x7c\x31\xdc\xe3\x22\xa0\x14\x78\xa9\xc4\x34\xb2\xc9\xbf\xe8\x8b\x1b\xfe\x49\x9f\x13\x7d\xbc\x27\xb8\xab\x79\x64\xb9\xef\xf8\x1d\x9f\x7d\x65\xcd\xc6\xf7\xf8\x82\x18\xcc\xd3\xef\xf1\xa2\x1c\xad\x87\xe5\xba\x99\xe7\xec\x92\x22\x6f\x25\xe1\x29\xa0\x27\x5a\x47\xd5\x65\x21\x51\x0e\x9f\x59\xcb\x07\x44\xca\xe0\x4a\xa7\x11\x28\x22\x64\x70\x86\x90\x59\xd3\x06\x47\xf9\x46\xb8\x38\x34\xe7\x8b\x20\x99\xfa\x42\x8f\x6a\x08\xca\xc0\x42\x2c\x0b\x8b\x65\x37\x89\xcc\x13\xd6\x23\xef\xd9\x64\x46\x31\xf7\xd5\xb5\xf7\xf9\x9b\xc9\x79\xf7\x46\x7a\x9b\x76\xf7\x9c\x3c\xa0\xef\x3c\x03\x8e\x27\x18\x01\x24\xf9\x2e\xaf\x37\x1d\x06\x3d\x95\xf0\x92\xdc\x5f\x7f\x1b\xb7\x61\xf1\x92\x05\x57\x44\x51\x67\x3d\x29\xbc\x75\xee\x02\x45\x58\x9c\xcb\x12\x7e\xfe\x3e\x0c\x05\xf1\x75\x35\x2c\x86\x1d\xe0\x40\x27\xe2\x08\xb3\xa7\x7d\x7f\xd0\x89\x90\x66\x61\xf3\xa1\x89\x2b\xee\x80\x1c\xc6\x35\x6d\xe8\xee\x14\x5b\x28\xa3\xae\x4c\x78\x34\x1d\x0e\x9f\xfe\xdc\xe3\x0e\x4b\xb5\xca\x85\xd3\x01\x8b\x8e\x4e\xa8\x23\x56\x8d\x12\x21\x0b\x46\x42\xec\xab\x83\x24\x7f\x7a\x63\x07\x37\x62\x47\x05\xf7\x1d\xb6\x17\xac\xc9\xa8\x35\x29\x31\x7e\x53\x30\xee\x82\xa4\x8c\xcf\x77\x25\x5d\x4d\x80\xa9\xbd\x11\xa6\xf6\xdc\x19\xec\x80\x22\x82\xb5\x96\x36\x7c\x6e\x06\xe6\x5d\x65\x96\x83\x2e\x0f\xd8\x65\xd4\x6d\x29\x25\xa1\x29\xed\x6e\xb6\x72\x64\xcd\x0a\x7a\x2f\x29\xe1\x5b\x0e\x92\x52\xd6\xf6\x22\xbc\x04\xee\x29\x34\x7d\xec\x59\x15\x74\x52\xab\x19\x74\x2e\xa8\x15\x50\xd3\x1c\x3f\xe8\xcd\xf0\xb2\x81\xa4\xe2\x5e\x2c\xdf\x8c\xe8\x7a\x4d\xd9\xca\x0b\x0d\x67\xfc\x42\x83\xa4\xc0\xac\x56\xc0\xed\x97\xad\x68\xc7\xef\xc3\xf4\xe0\xd9\x7e\xe4\xba\x07\xfb\x27\x60\x02\xbf\xa7\xbc\xe5\x07\x22\x7e\xd4\xa0\xac\xc1\xf3\xfd\x7c\x61\xb2\xc4\x1d\xae\xed\x9a\xfb\xcb\xaf\x8e\xe1\x44\x8c\xcf\x07\x76\x08\xc8\xc8\xef\x6b\xc3\x15\x80\xd8\xcc\x52\x3c\xd1\xe5\x45\x58\x45\x26\xcb\x27\x1a\x6b\x1a\x72\x89\x9e\x7f\xbc\x64\x27\xc6\x00\x04\x23\x02\x80\x1b\x51\xde\x4b\x9c\xa4\x72\xea\x6e\x56\xea\x72\xf7\x42\x0f\x1f\x52\xc1\xa2\x77\x3b\x29\xf7\x9e\xc3\xca\x3f\xad\x10\x41\x92\xb9\x4f\xb9\x2e\xf4\xa2\x61\x14\x0f\x6a\x36\x6a\xc1\x1c\xa0\x10\x0a\xf0\x9e\xde\x74\x3b\xeb\xfa\xc5\xee\xbe\x9e\xeb\x73\xf3\xf2\x8a\xfd\x5e\xb0\x8e\xd5\x34\x7d\xa1\xf8\x55\xc9\x86\x5d\x9f\xc5\x53\xa5\x74\x21\x77\x28\xbe\x18\xdd\x48\x58\x42\x43\xb2\x84\x25\xb4\x9a\x71\xe6\xe6\x00\xe4\x24\x3e\x82\xd8\xf0\xfe\x99\x75\x39\x33\x1b\xda\x29\x8a\xf4\xe2\x50\x73\xba\x4d\xbf\xb5\x17\xf0\x2e\x4e\x2e\xcf\xee\x58\x19\x0c\xaa\x14\x0e\xc8\x80\xcc\x39\x4b\x49\x1d\x59\x01\xbd\xdb\x2d\x7d\x59\x31\x6a\x35\x81\xd7\x9b\x2c\x9d\x6e\x1a\xee\x2e\x21\x4a\x9e\x7b\xa6\x1d\x9f\xa3\x26\xe3\x6e\x8b\x94\x99\xa5\x27\x24\x68\x54\xec\x44\x69\xad\xa9\x23\xdf\x9c\x68\xa5\xdc\xe6\xad\xbd\xbe\x82\xa7\xbf\xd2\x47\x07\x8f\x66\x11\x2f\xc9\x7a\x3c\xac\xa4\x71\xc0\x2e\xdf\x5d\xd0\xe7\xa2\xbd\x15\x2f\x01\x1d\xe9\xe7\x6a\xcb\x60\x19\x5f\x8d\x12\x49\x97\x52\x00\xfb\x2b\x52\x6c\xe1\xf3\x71\x72\xd9\x5e\x73\x24\x44\xa5\x9f\xb3\xc3\x13\x58\x71\x28\x29\x64\x25\xda\x34\xc2\x1e\x9b\x1c\xed\x3b\x41\xd3\xd1\x44\x72\xb4\xb1\xc3\x6a\x8b\xfd\x84\xfe\x58\x3d\x41\x44\xd6\xa1\xb0\x2b\x47\xfe\x86\xe9\x91\xe0\x15\x43\x07\xf2\x97\x67\xd4\x43\xf9\x3c\x2e\x72\xdf\x35\x9b\x59\xc4\x9a\xc3\x7d\x38\xae\xe7\x2b\x5d\xe7\xc2\xca\x02\x99\xe9\xae\x41\x4f\x46\x1b\x8a\x4b\x44\x90\x99\xec\x16\xf6\x5a\x70\x5c\xb5\xf3\x66\x18\x97\x88\xde\x0d\x1e\xe1\x75\xc2\x25\xed\x0e\x37\x34\xa5\x38\x08\x52\x95\xbb\x65\xb5\xa7\x6a\x11\xa9\x00\x43\x04\x0e\x3f\x08\x3d\x34\xd4\x03\x60\x2f\xb5\xf9\x80\x6a\x1c\x2b\x5f\x0e\x7a\x83\xb8\x61\x72\x98\x86\x8d\x52\xc5\xa8\x60\x98\x03\x31\x2a\xee\xc6\x7d\xd2\x94\x58\x8d\xcd\xb4\xe9\x0e\x7e\xd5\xb4\x19\x9f\xff\x2a\x6c\xbe\xdd\xba\xdd\x38\x78\x99\x1a\xeb\x27\x00\xb9\x16\xce\x17\x40\xfc\xaa\x01\xdc\x02\x20\xb9\xfa\x1b\x02\xf1\x0d\x60\x05\x18\xee\xe8\x9a\xdc\x5c\x5d\xf1\xfb\x80\xfc\x90\x86\x46\xd3\xe4\x9f\x1c\x58\xd8\xb5\xaf\x17\xda\x33\xb6\xb5\xc2\x76\xc9\x63\x3a\xd6\x5b\xee\xe7\x48\x64\x65\xd1\xc0\xdb\x1d\xa6\x92\xfb\x7b\xbe\xab\x45\x0d\x0e\xb2\xb4\x21\xce\x0a\x1b\x81\x50\xd8\x36\x4d\x6f\x0f\x64\x06\x12\xe1\x39\x25\x93\xa8\xd0\xaf\x1c\x82\xf9\x68\x79\x91\xc9\x3b\x7d\x41\x19\x1c\x6c\x2f\x70\xab\x68\x5c\x88\xfa\x3d\x2e\x41\xfd\xde\x03\x2e\xee\x53\x26\x4f\x5d\xe0\x97\xec\x16\xae\xc7\x88\xf9\x27\xcb\xc2\x06\x2c\x69\x43\xba\x01\x0e\x5c\xc5\xdd\x2a\x20\x8d\x8b\x37\xd3\x74\xc1\x50\x63\x01\x30\xc8\x64\xe9\xb5\xcf\x34\x32\x66\xa6\xcf\x98\x8a\x30\xdb\xa7\x2f\x35\x60\xa6\x50\x5e\x58\x6c\x0f\x19\x70\x56\x28\xcb\x05\xc9\x6b\xb8\x68\x58\xee\x3b\xfc\x1a\x01\x45\x33\x37\x42\x25\x01\xf0\xcd\x3d\x84\xd8\x50\xa0\xff\x28\x6f\x25\xb4\xc6\x04\xe0\x92\x9b\x73\x60\xf4\x2b\x7d\xfc\x88\xb2\x9e\x4a\xd6\xa3\x27\xa3\x32\xac\x20\x93\x66\x2f\x57\x25\xab\xbf\x97\xf2\x04\x01\x0b\x03\x92\x81\xd6\x2e\xf8\x94\xe4\x88\x33\xee\x2a\xda\x4d\x94\xea\xdc\xdc\x15\x73\x3f\x75\xc7\xe6\xc9\x30\x39\x7f\x04\x19\x4a\xf4\x3e\x35\x94\xa1\x7d\x6a\xa8\x0f\xf8\x54\xa5\xaa\x70\x09\x51\x6a\xd7\xad\x6d\x15\x5d\x5c\xbc\x8b\x97\xaa\xcf\x0d\x5e\x03\x67\x69\xf1\x01\x3f\x8e\xc4\x2f\x2d\x3c\x48\xf9\x6a\xee\x93\xa0\x84\xa2\x3a\x44\xaa\xa6\x0e\xeb\xe8\xfe\xb6\xae\xfa\xf2\x87\x07\xf0\x4e\x7a\xd0\x57\xc5\xfc\xc1\x93\x90\xe9\x55\xb8\xd7\x16\x70\xbd\x6a\xb1\x07\x3d\xce\xa0\xc6\xf6\xa2\x75\x10\xa2\xf2\x5c\x5e\x50\x52\x19\x53\xbd\xaa\x63\xcc\x1a\x3b\xf2\xb2\x84\x63\x46\xa1\x1c\x61\xfd\xe2\x2b\x92\x6d\x90\xe1\xa3\x3c\xe3\xd2\xe5\xb9\x55\xf3\x12\xc9\xbe\x83\xf2\x92\x93\xbd\xec\xa4\xb7\xc5\xac\x7b\x78\x98\xe9\x6d\x2d\x97\x2c\xb5\x08\x46\xe2\x0c\x84\x27\xdc\xff\xd0\x26\x38\xec\xff\x88\x58\x6d\x14\x77\x13\xad\x8a\x53\x8b\x7c\x4b\x92\x75\xee\x05\xa9\x23\x49\x70\xfb\x81\x04\x09\xe0\x5b\x86\xd9\x5a\x4f\xf7\x25\x90\x00\xee\x1a\xd2\x3a\xbe\x2e\x3b\x3f\x58\x12\x4c\xbc\xe2\x15\x15\x3a\xe7\x3c\xa7\xa8\x4d\x14\xb6\xf8\x22\x6e\xe2\xed\xfe\xfe\xe4\xc4\x23\x4c\x4e\xb6\x2e\xeb\x25\x88\xee\x3f\xf9\x27\x89\xc0\xfc\xd3\x21\x48\x2e\xe6\xc3\xa4\xcc\x17\xe4\x9e\xdb\x55\x7d\x58\x96\x29\xc5\x4d\xed\xbd\xb2\x6a\x30\x33\xe1\x86\x7c\x82\xdf\xd3\x1d\x54\xd8\xbd\xbc\x57\xf3\x6d\x16\x69\x85\x34\xc1\xdc\xbd\xf9\xe5\xdd\xe9\x00\x72\x62\x69\x6b\xce\x04\x2b\xd0\x9c\x89\x85\x0f\x3b\x34\x38\xa8\x6a\x61\xb0\x40\x83\x85\x62\xad\x18\x9c\x03\xc9\xdc\x03\xd1\xaf\xb8\x00\x3b\x8f\x96\x78\x14\xbe\x63\x55\x43\x93\x58\xb0\xc5\x7b\xd1\xa3\xd2\x9d\x3e\x8b\xe7\xc1\xfd\x3b\x01\x1a\xfd\x86\x0b\xcf\x9c\x20\x81\x7d\xd0\xa1\x18\xde\x33\xd3\x18\x16\xc8\xbd\x08\x96\xa3\x23\xef\x35\x87\xc3\xa2\xc9\x8a\x04\x32\x2f\x88\xf2\xe5\x6a\x29\x40\x0f\xe5\x77\x0c\x14\x3c\x5d\x2f\x50\xf6\x72\xfd\xa8\xd5\x3a\x6c\xb3\x16\xf7\x09\x3f\x07\xe2\xf3\x19\xf0\x38\xb9\x55\x35\xbd\x85\x2b\x34\x5f\xa1\xad\xcc\xb9\x52\xe0\xcf\x34\xc9\x40\x0d\xc4\xd7\x6c\x10\x5a\xb5\xeb\x26\x2d\xac\xca\x69\x5c\x47\xf8\x15\x91\x96\xb2\x07\x5e\xcf\x02\xeb\x39\x04\x5b\xaf\xa5\x84\x01\x2f\x17\x0e\x31\x76\x6a\xf4\xfa\xc8\x3f\xea\x8f\x03\xa6\xc1\x60\xd6\xd5\x55\xe9\x8e\xa3\x74\x34\xef\x28\x2d\x02\x5e\xf5\xfd\xb6\xb3\x60\x30\x78\x78\x3d\x3d\xa5\x1f\x83\x41\x84\x55\xe9\x48\x46\x35\x6d\x2b\x1c\x11\x06\x78\x91\x84\x69\x8c\x1b\xb4\xee\x45\x01\xb8\x6e\x46\x43\x1e\xbc\x6c\xf5\x4e\x93\x5f\xc1\xaf\x35\x29\x14\x1b\x5d\xeb\x2c\x2e\x4e\xb6\xcc\x50\xba\x27\x33\x0c\xf6\x64\xf3\xe4\x9c\x2d\x5a\x89\x81\xc8\x7f\x2e\xd9\x8d\xce\xe5\x84\xbc\xc1\xd2\x3a\xa2\xbd\x62\x27\x57\xd2\xf5\xd3\xc3\xfb\x47\x36\x05\x4d\x96\x31\xf1\x30\x67\x0c\x50\x7e\x29\x17\xbb\xc0\x77\xe0\x17\xf9\xad\x87\x75\xbe\x9a\xc6\x6e\x7b\xec\x6a\x3c\xca\x7a\x26\x29\x01\xcc\xd4\xdb\x30\xd6\x75\x08\x9f\x26\x84\xee\x6d\xdf\x35\x0f\x03\x0c\x43\x99\x37\xac\x39\x99\xea\x13\x0b\x6b\xb9\x56\x3b\x70\x90\x35\x58\x44\x13\x28\x70\xbb\x3d\x73\xb7\xdd\x11\x56\x40\x20\xf5\xe6\xbb\x83\x57\x37\x4f\xdd\x08\xf9\x00\xc5\xb5\x5a\xb2\x9f\x14\x1f\xed\x82\xaa\xf1\x00\xef\xe1\xda\x97\xa4\x21\x87\x10\xc7\xfa\x33\x82\xa9\x6a\x51\x07\x24\x4b\x4e\x9c\xde\x4a\x9a\x56\x19\x78\xfd\x9a\x4a\xed\x1e\xf8\x75\x7a\xfb\x85\xa6\x0c\x21\xad\x65\x00\xb1\x5f\xce\x10\x1b\xa1\xb4\x19\xa6\x21\xdc\x6d\xe0\x9a\x1d\x8c\x69\x38\x8d\x96\xd5\x6c\x99\x81\x6f\x67\xa3\xde\x3a\xbd\x58\x67\xc4\x7c\x98\xef\xf3\x85\x4b\x3e\x0a\xee\x3f\xd9\x5d\x5c\x3d\xb3\xb1\xf3\xce\xc0\xc7\x28\x0a\xa4\xf3\x50\x9e\xaa\x6d\xcb\x3a\x88\x25\x2f\xbf\x8a\xd1\x93\xf7\xf6\x14\xdc\xf7\xfe\x29\x38\xbe\xa7\xb2\xf7\x01\x5c\xf7\x20\x29\x6a\x65\xc7\x7b\x89\xe8\x37\x78\x4e\xaf\x6b\x17\xcf\x86\x65\xf9\x1c\x27\x06\xe3\xcc\x7f\xb3\x8a\x65\x8c\xf6\x74\xeb\xef\xfa\x5c\xaa\xfc\x0e\xc6\xf7\x4c\x0e\x1b\x9e\xc9\x48\xff\x14\xbc\x67\x1a\xbf\x35\x6b\xaf\xb6\x7e\x43\x05\x83\x27\x66\xfd\x9b\xad\xdf\xd2\x09\x19\xc6\xf0\xa1\x42\x9b\xb3\xe8\x91\xaf\xb0\x42\x7d\x7f\x70\xcf\xa0\x46\xd5\xc9\xd8\xbe\xb9\x36\x1d\xe1\xb0\x3a\x37\xd0\x6f\xef\xde\xe0\xc5\xdd\xe0\x55\xe1\xa6\xfe\x16\xbc\x4d\x3e\xc6\xf6\xbb\x3e\x1a\xf7\xcd\xdd\x72\xb1\x86\x95\x4e\xed\xf7\x60\xd5\x08\xed\x4f\x13\xbe\x5f\x48\x08\x40\xc6\x21\x09\x3c\xbd\xd3\x8f\xb0\x1b\xa0\xf6\xf0\x71\xdd\xf1\x8a\x18\xac\x21\x7b\x92\x53\x5f\x4f\x04\xff\x95\xe4\xaa\xd3\xc7\xaf\xc4\x0e\xf7\xd0\x3d\xe9\x48\xfc\xa0\x6f\x9a\xf5\xa7\x24\x5f\xf2\x90\xe8\xff\x84\x57\xb0\xde\x56\xc4\x62\xa6\xcf\x44\x7e\xf2\xd7\xf7\x5c\xf3\xf7\x1a\x4b\x93\x23\xb7\x7f\xbf\x41\x02\x29\xef\xbc\x87\x71\xc2\x0a\x09\x2b\x0e\xb0\xc5\x3f\x0b\xfc\x2c\xf2\x5b\xfc\xba\xc1\xaf\x9b\xb2\xfc\x2c\x85\xc1\x9c\xa9\x78\x53\x93\x8c\xca\x29\xb7\xf8\x7d\xcb\x8f\x95\x21\x2e\xfc\x02\x31\x3b\xf1\x26\x9c\xfd\xc0\xcb\x6f\x35\xce\x30\x90\x6e\x3f\x28\x9d\x5b\xd5\x54\xf9\x7c\xc8\x1e\x63\xb7\x9a\x84\x2f\x7e\xaa\x88\x9a\xd7\x24\xf9\x7c\x88\x3d\xb5\x5f\x59\x85\xf2\x4d\xa9\xdc\x0f\x4d\x94\x4f\x4a\x6b\xf3\x9b\xcc\xf7\x4b\xbf\x90\xea\x7b\xa5\x5f\x84\xde\xa2\x6d\xb6\xfc\x52\xc7\xa7\xc4\x9e\x6b\xf2\xef\x34\x1d\x53\x9e\x39\x6d\x72\x30\x79\x36\x98\xe2\x3d\x16\x3e\x74\xda\x72\xfc\x89\x59\x62\xcf\xb3\x55\xf5\x76\xe7\x6c\x60\xfe\x69\x40\x01\xf3\x11\x3b\xe5\xca\x1a\xbf\xef\x9e\xc0\xc2\x46\xb3\x9b\xcd\x21\x30\xc1\xb6\xc6\x5a\x6e\xfa\xf8\x1f\xff\x00\x3c\x7d\xff\xf3\x9f\xe9\xc9\xcb\x27\x69\xf9\x85\x83\x67\x77\xe9\x46\xfd\x32\x0c\x8c\x7e\xbf\x8a\x20\x39\x5a\x06\x6e\x12\xa9\x0f\x81\xdc\x24\x42\xf3\xc9\xff\x0b\x00\x00\xff\xff\x60\x74\x30\x51\x9b\xc6\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xeb\x72\xdb\x48\xb2\x27\xfe\x1d\x4f\x81\xf6\x84\xc3\x76\x84\x4c\x47\xcf\x9c\xff\x25\x3a\xfa\xb2\x6a\xb9\xdd\xf6\x39\x96\xad\x63\xa9\x67\x76\xb6\xc3\xc1\x06\x49\x88\xc4\x31\x09\x70\x00\xd0\xb2\x66\x62\x22\xf6\x01\xf6\x01\x76\x5f\xef\x3c\xc9\x66\xfe\x32\xb3\x2a\x0b\x00\x25\x7b\xe6\xf8\x83\x45\x54\x65\xdd\xb3\xb2\xf2\x56\x59\xc5\x7e\x3f\x5f\x95\xdd\x32\xff\x2e\x3f\xcd\xf7\x45\x55\x6f\xcb\xae\xcb\xbb\x72\x7b\xfd\x74\xd3\x74\x7d\xb9\xca\x7f\xae\x7a\xfa\x6e\x3f\x56\xcb\x32\xcb\x36\xcd\xae\x24\xd0\x97\xf4\x27\x5b\x15\xdd\x66\xd1\x14\xed\x8a\x12\x9e\xdb\xef\xac\xfc\xb4\xdf\x36\x2d\x03\xfd\x24\xbf\xb2\x4d\xb9\xdd\x73\x19\xfa\x93\x75\xd5\xba\x9e\x57\x35\x7d\x5e\xd2\xaf\xfc\x55\x2d\x29\xcd\xa1\xb7\xa4\xb7\x87\x5e\xd2\x0e\x7b\x4b\xfa\x65\x9f\xb5\xe5\xba\xa2\xde\xb4\x94\xf4\x4e\x7f\x66\x37\xe5\xa2\xab\x7a\x6e\xe9\x4f\xf2\x2b\xfb\x58\xb6\x5d\xd5\x70\xed\x7f\x94\x5f\xd9\xbe\x58\x33\xc0\x05\xfd\xc9\xfa\x72\xb7\xdf\x16\x28\x70\xa5\x3f\xb3\x6d\x51\xaf\x0f\x02\xf3\x5a\x7f\x66\xcb\xb6\xa4\xac\x79\x5d\xde\x50\xea\x19\x3e\x66\xb3\x59\x76\xa0\x49\x98\xef\xdb\xe6\xba\xda\x96\xf3\xa2\x5e\xcd\x77\x32\xcc\x5f\x28\x3d\xd7\xf4\x9c\xd2\x73\x4e\xc7\x10\xca\x15\x0d\x75\x5e\x74\x3a\x0e\x9a\x4b\x1a\x79\xd1\x65\xa8\xaa\x2e\x76\x56\x9a\x7f\x66\xe5\xae\xa8\xb6\x3c\x6b\xfc\x97\xfa\xdd\x75\x37\x0d\xa6\xf6\x42\x7f\xd2\x1c\xcc\xfb\xdb\x7d\x89\x29\x78\x7a\x45\xbf\xb2\x65\xb1\xef\x97\x9b\x82\xbb\x29\xbf\x32\x02\xda\x37\x34\x17\x4d\x7b\x0b\x38\xfb\xc8\x9a\x76\x5d\xd4\xd5\x5f\x8b\x5e\xe6\xe7\xad\xfb\xcc\x76\x55\xdb\x36\x3c\xb5\xe7\xf8\x91\xd1\xc8\xe7\x5c\x0f\xa5\xbc\xa1\x49\x70\xb5\x70\xce\xae\x5a\xb7\x32\x8b\x9c\x79\x8e\x2f\xae\x45\xf2\xb4\x26\xc9\x0a\xb5\x5d\x37\xed\x07\x4d\x7d\xc1\x3f\x07\x55\x52\xe7\x34\x37\xed\x57\x51\xd3\x7a\x68\xee\x39\x3e\x12\x80\x2e\x2b\x56\x3b\x9a\xe1\x7d\x51\x97\x3c\x75\xa7\xfc\x45\xf3\x45\x5f\x59\xb1\x5c\x36\x87\xba\x9f\x77\x65\xdf\x57\xf5\x9a\xd7\xe0\x54\x92\xf2\x4b\x4d\xca\x5c\x5e\x48\xbb\x6d\x0e\x61\x95\x29\xfd\xcf\xf4\x99\x5f\xc8\xa7\xe4\xb9\x42\xc8\x0c\x25\xa9\xc9\xbe\xfa\x58\xf5\x55\x29\x8d\xd9\x47\xb6\x3f\x6c\xb7\x34\x9f\x7f\x39\x94\x5d\xcf\x59\x17\xf4\x4d\x33\x20\xdf\x59\xd5\x75\x07\x94\x78\x85\x1f\x19\x2d\x6a\xbd\xc4\x70\xce\xf0\x23\xcb\x7e\xad\xea\xae\x2f\xb6\xdb\xf7\x99\xfe\x60\x60\xf9\x25\xf3\xd4\x57\x3d\x3a\xab\x89\xf9\x65\x5f\xee\x3b\x9e\xe8\xfc\x45\xd5\x76\xfd\xd3\xbe\x22\x54\x7b\x77\xa8\xb3\x55\xb3\xfc\x40\x48\xcc\x1b\x12\x5b\xe9\xd5\x75\x4e\x63\x7a\x44\x68\xdc\x1e\xea\x9a\x46\x91\xff\xdc\xd0\xc8\xa8\x99\x6a\x55\xe6\xcf\x01\x7d\x92\xef\xb7\x65\xd1\x11\x48\x59\xac\xf2\x6f\x8b\xbc\x2f\xda\x75\xd9\x7f\xf7\x60\xbe\xa0\xcd\xf3\xe1\x41\xbe\x69\xcb\xeb\xef\x1e\x3c\xec\x1e\x7c\xff\xf3\x81\x8a\x6d\xab\xba\xec\xbe\x7d\x56\x7c\x9f\x2f\x0b\xca\xa1\xb1\xde\xe6\x8b\xf2\x9a\xf7\x0a\xb5\x95\x13\x92\xd6\x6b\xde\x27\xb7\xfd\x86\x1b\xa4\x05\xa3\x1f\x5d\xce\x1b\xf5\xab\x8c\x67\x89\x36\xf2\x7c\xb5\x30\xa2\x84\x0e\x21\xb9\xa5\x59\x3a\xbf\xbd\xfc\xf7\xd7\x27\xf9\x05\x51\xa6\x75\x5b\xe2\x37\xfd\x47\x25\xfe\x90\xd3\x68\xaf\xaa\xe7\x3f\xce\x32\x2a\x6b\x13\xf2\xbc\xe8\x8b\x05\xf7\x3d\x2c\x12\x67\xca\x1e\x0a\x79\xd8\x49\x4c\xeb\x40\xd7\xba\x1e\xbb\x53\x77\xe6\xe4\x3e\xa4\x3a\x74\xf3\x86\x3a\xde\xf0\x0e\xa6\xf4\x30\xb3\x17\x32\x67\x54\x55\xfe\xea\xcd\x9b\xb7\xcf\x7f\xcc\xcb\x7a\x4d\x33\x93\xdf\x54\xfd\x26\x3f\xf4\xd7\xff\xff\x7c\x5d\xd6\x65\x5b\x6c\xe7\xcb\x8a\x27\xa5\x25\xbc\xca\x69\x96\x64\x88\xb3\xac\xeb\xb6\x44\x60\x56\xdc\xca\xe5\xe5\xeb\xfc\x9c\x7e\x52\x67\xa8\x2c\x77\xa4\xdf\x64\xdd\x5f\xb6\x3c\x51\xa1\xc1\xab\x4d\x99\x03\x67\x01\xd4\x5c\x0f\xe7\x25\x5f\x69\x5f\x67\xf9\xb7\x8b\xf6\x7b\xd7\xbf\x62\xd1\x35\xdb\x43\xaf\x25\x6f\x36\x65\x8d\x85\x22\x54\x6a\x7b\xa2\x56\x46\xfb\x67\x59\xd9\xb6\x73\xa2\x9b\xfd\x2d\x2f\x8f\xf6\xe5\x58\x2b\x52\x19\xa1\x72\xdd\xf4\xb4\xfc\x39\xca\x49\x15\x55\xfd\xb1\xd8\x56\x2b\x5a\xa4\x38\x91\x69\x59\x24\xae\x1a\x5a\x6f\x2e\x4d\x18\xdd\xdc\x60\x8a\x68\x83\x11\x59\xcf\x1f\xcc\x1e\x80\xce\x3e\x78\xfa\x60\x96\xd5\xcd\x5c\x88\x00\x53\xe4\x55\xd5\x15\x0b\xa2\xce\x72\x5a\xb4\x46\xec\xfe\xcc\x78\x27\x5d\x51\x88\x3c\x81\xe0\x35\xe1\x13\x08\x84\x9f\x91\xb2\x20\x32\x0d\x5a\xa2\x54\xc4\x8f\xdd\x48\x4e\xc0\x0b\xa1\x3a\x21\x61\x34\xe6\xcc\x16\xda\xb0\xf2\x74\xbf\xdf\x56\x4b\x69\xfa\x67\xc9\x8b\x08\xca\xe7\xb1\x4e\x8a\x87\x03\x82\x59\x9e\x43\x33\xea\x35\x53\xa5\x3c\x21\xef\x28\xbf\x29\x69\xc7\x6d\x0e\x6b\x39\x93\xb6\xcd\x61\xf5\x15\x0e\x07\x5b\xb9\x48\x82\xf3\x77\x0d\x75\x18\x58\x15\x00\x62\x13\xa7\x44\x50\x98\x05\x68\xcb\x5d\xd3\xf3\xc4\x69\x31\x26\x73\x37\x15\x65\xd2\x48\xbb\xe2\x23\x1d\x6e\x7d\x23\x5b\x79\x45\x5b\x75\xc9\x15\xcf\x32\x22\x2b\x73\xdd\x4e\x44\x7f\x64\x4b\x59\x5a\x8a\xbb\x80\xda\x1d\x68\x17\x6e\xa8\x32\x9e\x78\xe6\x43\xa8\xca\xa9\x7e\x62\x48\x54\x0f\xa8\x03\xed\xf8\x86\xce\x4c\x5e\xe8\xe7\xf8\xa1\xdf\xbe\x7e\xea\x55\x71\x7d\x4d\xbd\xea\x68\x37\xbd\xcc\x97\xdb\x86\xb6\xe2\x2f\xef\x5e\x77\xbc\xd1\x36\xf3\x7d\xd3\x82\xff\xa0\xac\x0b\xfa\x19\xd2\xdc\x44\x33\x44\x7d\xd8\x2d\xe8\xeb\x66\x53\x2d\x37\x32\xed\x5c\x82\xf7\x07\xa5\x52\x13\x87\x8e\x96\xf0\x24\xa7\xad\x45\x23\xa0\x29\x03\x02\xf0\x18\x0c\xeb\x18\xfc\x9a\x70\xec\xd0\xd2\x76\xda\xf4\xfd\xde\x5a\x7e\x79\x75\x75\x21\x4d\x87\xd4\xbb\xda\x2e\x1c\x66\x60\x0d\xb6\xcc\x11\xd5\x79\x53\xcf\x80\x24\x87\x76\x3b\xc0\x1f\x1a\xab\xe5\x1c\x99\x17\xee\xc2\x33\xfe\xef\x32\x4e\x0f\xe6\xb9\x23\x5e\xef\x06\xd8\x44\x73\x0c\x2e\x65\x96\x6d\x9b\xf5\xbc\xa5\xd5\x30\x64\x7a\xdd\xac\x05\x81\x92\x8c\xd8\xd2\x73\x43\x09\x9e\x8d\x9b\x96\xb9\x36\x82\x04\xc1\xe2\x45\xa6\x4d\xd2\xec\xb9\x9f\x6e\x97\xbc\xd5\x84\xb8\x35\xd0\x76\xc8\x07\x9f\x44\x99\x20\x4e\xee\x4c\xdf\xd1\xfc\x29\x35\xbf\x3c\xa7\x59\x05\x49\x47\xea\x75\xdb\xec\x28\xf5\x05\xfd\x89\x09\xb1\x8f\xe7\x5c\x1f\x60\x8a\xd5\x8a\x0e\x9b\xee\x24\x7f\xf7\xe2\x2c\xff\x7f\xfe\xf0\xfb\xdf\xcf\xf2\x57\x3d\x6f\x6c\xc6\xf5\xff\x60\x1c\x2d\x74\x26\x22\x28\x11\xc0\x9e\xd0\xf8\x01\x6f\xd4\x07\xf9\xb7\xc8\xfd\x6f\xe5\xa7\x82\xf8\xcc\x72\xb6\x6c\x76\xdf\x33\x71\xdf\x15\x44\x4a\x38\x87\xb0\x5f\xb7\xc5\x65\x59\xaf\xe8\x87\x70\x7d\x9a\xe5\x88\x8b\x66\x3b\x1e\x50\x98\xdf\xf9\xb2\xa9\xaf\xab\x96\xc7\xf3\x53\x0d\xdc\x32\xb6\x38\x3f\x93\x1c\x63\xa1\x68\xca\x88\x1e\x55\xd7\xb7\x11\x14\x23\x7d\xc3\x89\x8a\x1e\x99\xe0\xf0\x5c\x49\x7d\x98\xe3\x4b\x41\x6d\xc6\x82\xb7\x34\xba\xd6\xa6\xbb\x8b\xf3\xdd\x5c\x5f\xf3\x89\x6f\x67\x95\xb6\xf0\x56\x52\xe5\xd8\xf2\x20\x84\xda\x7b\x30\xf6\xcf\x75\x4b\x9c\x3d\x7f\x93\x97\x1f\x09\x77\x99\x86\xb6\xcd\xea\xb0\x04\xbe\x32\xec\x09\x93\x7e\x22\x38\x1d\xed\xb4\x65\xa9\xc8\x12\x48\x0e\x77\x8d\xe9\xda\x92\x80\x88\xd2\x18\xe9\x27\x6e\xf4\x23\x9d\x23\xad\x6b\xe2\x67\x4b\xd2\xde\x8f\x60\x47\x9d\x0a\x25\x78\xe4\x4b\x5a\x70\x42\x0a\xe9\x45\x27\x9d\x92\x6c\xda\x3c\xb4\x2b\x0e\x24\xe5\x14\x2b\xea\xcb\xe2\x16\x54\xac\x63\x5c\x58\x95\xd7\xc5\x61\x4b\xab\x7d\x5d\xd2\xfa\x11\xbb\xbc\x9a\x6b\x5b\xdb\xa6\xf9\x80\xc6\x74\xaa\x5e\x18\x40\x7e\xaa\x95\xbe\x06\xc4\xb1\x92\xa1\xb3\x5a\x3e\x80\x85\x4e\x69\x0b\xb4\xd3\xf8\x78\x8f\xf9\xcd\x9e\xa6\x59\x27\x53\x57\x3a\xe7\xf3\x96\x72\x6a\xa2\x20\x0b\x1d\x74\x9c\xcb\xc1\x31\x6a\xb3\x73\xc9\xc2\xa1\xcf\x9b\x2c\x30\x9a\x54\x20\x7c\x37\x2c\x4b\x3b\xa7\x26\x0e\x51\x8e\x5b\xde\x62\x22\x7d\xd9\xc9\x4b\x04\xba\xc4\x38\xe7\x51\xd6\xd1\x81\x9b\xc8\x93\xe6\x87\x66\xdf\x09\xcf\x98\x83\xd9\xe0\x1a\xad\x02\x66\xb2\xa6\xfb\x32\xcb\x94\xd1\x9c\xab\x98\x3a\xff\x58\x41\x08\x0c\x5b\x4c\xaa\x54\xd1\x95\x67\xf8\x8f\x0c\xc0\xd2\x65\x37\x59\x36\xf4\xe6\x2d\x0f\xb2\x0b\x42\xa0\xe0\x09\x0f\x17\x2d\x30\xf3\x4b\x98\xf5\xb1\xc2\x41\xa7\x48\x8e\x79\x59\x30\x7f\x46\x4d\x53\x53\x5d\x59\xa2\x06\x2a\xff\x8c\xea\x44\x99\x99\x4a\x40\x2a\x94\x18\xd3\xcc\x0c\xcf\xaa\x01\xf7\x84\xd3\x94\x4a\xdb\xb4\x0e\x38\x9b\xbc\xad\xd6\x1b\x3a\x5d\x9a\x9b\x13\x99\x94\x9b\x4d\x53\xf2\x9e\x7f\xf5\xfc\xbb\xaf\xa5\x1f\x6b\x3e\x5b\x43\x21\x3e\x95\x8b\x03\x6d\x08\x9a\x31\xdd\x7a\xd2\x85\xc0\xdd\x00\x72\x24\x6b\x09\xd0\x50\xe8\x1d\x31\x53\x81\xd0\x29\x7d\xf3\x79\x4a\xd8\x22\x8c\x94\x36\xc1\x59\x1a\x16\x42\xaa\x82\xd2\x7c\xdd\x40\x50\x33\xc1\x88\xd9\x85\xac\x27\xb1\x6b\xbe\xae\xfa\xf9\x35\x53\x5b\xae\xf8\x05\x57\xc0\xdc\x0b\xe5\xe4\x8f\x28\xeb\x51\x4e\x14\x9b\xa4\xcf\xd5\x37\xf9\xc3\x8f\xca\x6a\xff\x81\xc9\x28\x6f\xc5\x6a\x8b\x15\x51\xf1\xaf\x2d\x85\x93\x36\xd5\x43\x60\x5b\xbb\xc3\x1e\x87\xbb\x72\xc8\x41\x8c\x5a\x35\x37\x35\x13\x0c\x1c\x17\x44\x1a\xab\x65\x45\x87\xdc\xa2\xaa\x0b\x3a\x1d\xad\x16\x1c\x43\x0f\x09\x25\xde\xbc\xbd\x02\xe0\xba\x59\x1c\xaa\xed\xca\x00\x66\x99\x71\xd1\xc4\x43\xeb\xe2\x7b\x79\xc4\x92\x2a\xe9\xcb\xb2\x69\xf9\xfc\xc5\x68\xac\xe0\x11\x5e\x90\x0f\x6f\x61\xde\x2b\x16\x04\x01\x8b\x72\x81\x6d\xe3\x69\xa0\xd5\x5f\x6e\x94\xa9\x03\xda\x54\x5d\xfd\xa8\x47\x4f\x97\x07\x6a\x8b\x56\x9e\x93\xa9\x60\x97\x3f\xfd\x9e\xfe\xcf\x98\x45\x94\x43\x6b\x3d\x9e\x78\xce\xcc\x25\xf3\x20\x5b\x31\xe9\x6a\x82\xe3\x61\xa5\x0d\x83\xdd\x58\x7d\x7f\x0d\x05\xba\x83\x20\x2d\x6b\x89\xb6\xb4\xac\xe5\x57\xf4\x83\x45\xde\xf5\x16\x8b\x50\xf4\x2a\x97\x36\x34\x6f\x8c\x20\x27\xb2\x67\xae\x69\x68\x4c\xfe\xfb\xe2\x43\x09\x51\x36\xce\xf9\x14\xf7\x73\x74\xde\xb2\x5f\x59\x67\xf6\x3e\x3b\x08\xe7\xde\x6c\x57\x41\xba\xc4\x6e\x20\x6a\x54\x26\x2a\x9f\x08\x13\x10\xbd\x23\x09\x65\xb9\x99\x07\x85\x1b\x4f\x64\x5f\x7e\x02\x8f\x83\xac\xa8\x7f\xe3\x5d\xc2\x59\xd9\xee\x16\x4b\xcc\x03\x3f\xbf\x8d\x2b\xcc\x0a\x89\x6e\xd3\xdc\x40\x7b\x15\x20\x2e\x29\x05\x7a\xab\x84\xbf\x67\xad\xd7\xb2\xd9\x12\xbe\x37\xbc\x2a\x1f\x23\xfc\x99\x4f\x4d\x2b\xa7\x76\x49\x18\xd1\x66\x53\x6d\x0d\x65\x89\x82\x48\x73\x45\x41\xd4\x65\xa0\x94\xaa\x59\x04\x41\x25\x7c\x51\xbd\xc8\x8c\x16\x1e\x6a\x17\x6b\xf9\x55\x2d\x9c\xb7\xef\x27\xcd\xb1\x6a\x1d\xdf\x67\x06\x97\xf4\x49\xc8\xad\x4c\x7a\x97\xa8\xc2\xba\x81\x2e\x8c\x95\x42\x45\x0b\xdc\xbe\xc4\x0f\xaa\x9b\xc8\xdd\xe6\xbd\xd3\x0a\xce\x0d\xf3\x4c\x3b\x08\xcd\x95\x52\xbc\xc8\xa1\x6d\xca\x3d\x33\x73\xbb\x0e\x28\xbb\x65\xf5\xc9\xad\x0a\x37\x01\x79\x7f\x90\xb3\x84\xb0\x99\x28\xf0\x57\x59\xd7\x30\x31\x98\x7f\x61\x15\x3f\x56\x84\xa6\x28\x9f\x9e\xc3\xa2\xae\x24\x19\x84\x07\x43\x14\xe0\xf6\x24\x15\x7b\x37\x24\xdc\x2f\x4a\xe2\x09\xb4\xd8\x6a\x66\x6a\x0b\x46\x2f\x12\xb6\xb1\x9f\xa1\x62\xc5\x0e\x94\x92\xcd\x88\x41\xe0\x1e\x0a\x09\xd6\x56\x02\x2b\x0a\x46\xd3\xf3\xa3\x13\x6d\xd2\x84\xed\x4a\x96\x6d\xe6\x3b\x51\x6d\xca\x57\x7e\x5e\x66\x74\x52\xaf\xb1\xcb\x64\x1b\x7c\xc7\x2a\xad\x35\x44\x40\xdd\x17\x0c\x50\xf6\xfe\x8c\x50\x08\x4b\xf9\xc1\x54\xc9\x44\xb5\x6e\xa0\x62\x64\x3e\x69\x38\xfd\x74\x9a\x52\xf6\xcc\xce\x1c\x61\x5f\xc0\x39\x77\x44\xc9\xe2\x24\x9e\xe6\xac\x13\xf6\x50\x2a\x05\x84\x51\x31\x3c\x13\xb4\x6f\x17\xdf\x3f\xec\xbe\x7d\xb6\xf8\x3e\x90\xfd\xe5\xa6\x5c\x7e\x10\xd4\xad\xea\x45\xf3\x09\x4a\x07\x28\xbf\x4a\xaa\x95\xb6\xf2\xc3\x55\xbe\xa1\x5c\xc8\xbc\x44\xa6\xa8\x18\xcd\x3b\xe7\x26\x6b\x46\x7d\x61\x6a\x36\x13\x65\x63\x29\x7b\x23\xe2\x23\xb4\x8e\x8c\x91\x38\x9b\x0c\x25\xa9\xd0\xa6\x5a\xd0\x89\x47\x84\x0b\x72\xf2\x6b\xfc\xbd\xd0\xe4\x72\x35\x80\x70\x6c\x44\x1b\xc8\x2c\xeb\xe8\x42\x01\xee\x24\x40\xe3\xf8\x14\x65\x22\xba\xf0\xca\x62\xfe\xb6\xd5\xae\xea\x47\xa8\xc8\x44\xb7\x50\x94\x56\xe5\xa8\xad\x0d\xc6\x10\x67\x97\x8e\x2e\xaa\x86\x38\x0d\x43\xcf\x9b\x82\x84\xeb\x3f\xe4\xd4\xc6\xa1\x67\xf9\x91\x55\x56\x3d\x9d\x5d\x05\xb3\x2a\x24\x58\x17\xdd\xfc\x50\xeb\x32\x11\xfb\xac\xc8\xf9\xb2\xc2\x89\xca\xed\xda\x16\x72\x50\xa9\x3c\x97\x3f\x0e\x2b\xf8\x64\xa6\x6a\x52\x94\xe2\x53\x8e\xfb\x53\xb1\xf0\x51\x4c\xe1\x02\xd1\xf3\xba\x94\x19\xc2\xf8\x19\x8c\xd1\x86\x44\xea\x38\x59\x24\x97\x7f\x60\xae\x9b\xd7\x77\x71\xe8\xfb\x86\x45\xcb\x2d\xe3\xa0\x94\xb1\x3e\x9f\x01\x10\xc2\x77\xac\xef\x56\x96\x25\x9d\x25\x95\x8e\xc1\xa3\x74\xa0\x23\x62\xe8\x60\x11\x3f\x1d\x9a\xf2\x04\x01\x6a\x25\x3a\xc9\xa2\xbe\x8d\xea\x2e\xf4\x81\x9b\xeb\xa7\x7b\xf2\xb8\x2d\x9f\xc4\xbe\x84\xfd\x87\x12\xda\x1f\x29\xed\xb6\xe6\x3b\x64\x8a\x42\xdd\x36\xb0\x9d\xa8\x4b\xd5\x74\x06\xd4\x68\xd3\xa9\x45\x3e\xef\x32\xa2\xf3\xc4\x63\xaf\x30\xcb\x34\x08\x94\x9e\x0d\xda\x8a\x22\xfd\x78\xfa\xfa\xb4\xc7\xf1\xd0\xed\x9b\x66\x4e\xe7\x22\xb4\x31\xd6\xbd\x7c\x5b\xd6\xeb\x44\x8d\x09\xe3\x18\xf0\xed\xff\x65\xd5\x63\x3d\x87\xfc\xe9\x36\xe0\x9b\xa6\x7e\x8a\xb4\x20\xc0\x58\x69\x55\x7c\x5b\x83\x5c\x4d\xdb\x1c\xd6\x1b\xd5\x61\x65\xbf\xf2\xac\xbd\xcf\x74\x5d\x4b\x57\xa7\x62\xbd\xe5\xd8\xfa\xcb\xde\x0e\xf0\xc6\x06\xff\xb1\x6c\x59\xd8\x07\x50\xb2\xf0\xc7\x56\x24\x9d\x90\x40\xd2\x23\xdf\xf4\xce\x13\x20\x4d\xbe\x3e\x6c\x4f\xf2\x1b\x61\xa8\x62\x99\xa0\x68\x50\x56\x8b\x51\x5c\xac\x82\x34\xbc\x66\x55\xd0\xf8\x6e\x61\xeb\xf8\x33\x1d\xca\x35\xec\x4b\x4d\x46\x19\x52\xe8\x1c\x3f\x08\x94\x35\x25\xef\x33\x3e\xac\xdf\x0c\xe4\x05\x3e\xd5\x35\xcd\xf1\xac\xc8\xfa\xc9\xdb\xcf\xc2\x98\x2f\x26\x44\x8b\x77\x65\x34\xa3\xe1\x57\x18\xfc\xe5\xe5\xcb\x2b\x53\x7d\x5c\xbe\xcc\x3f\x94\x5a\xf7\xcb\xbe\xdf\x77\xbf\x40\xa9\x26\x1a\x32\x56\xa7\x5d\x14\xb7\xcc\xc7\x4b\xb2\x7e\x20\xe3\xaa\x2c\x76\xda\x49\xfe\x29\x55\x9c\x12\x13\xa1\x89\xfc\x93\xf8\x12\xa7\xac\xcd\xc0\xd1\xfe\x94\x08\x32\xb2\x8b\x32\x62\x2d\x7e\x6c\x8b\x7a\x69\x85\x99\xd5\x58\x20\x41\x4a\x9e\x91\xa0\x52\xf5\x97\x07\x12\x57\x60\xf2\x93\x6f\x5a\x26\x24\x68\xf6\x39\x4d\x85\x18\x39\x35\x7b\x27\x09\x9a\x7d\xb6\x69\x58\x17\x10\x72\x97\xf8\xce\xae\xda\xb2\xd4\x56\x5f\x98\x65\x21\x03\x7b\x29\xbc\x8f\xfc\xca\x82\xe0\x5b\xaa\xed\xef\xb7\x91\x0e\xfc\xb7\xac\xd8\xee\x49\x36\x67\x06\xd6\x81\x41\xdd\xbb\x50\x11\x3d\x07\x08\x36\xf6\x61\x47\x38\xbc\x84\x1a\x85\x0a\x3c\x7e\x3a\x7f\xe2\xd4\xff\x69\x65\x2b\xa2\x77\xff\x50\x85\xfc\x5b\x76\x65\xac\xb7\xab\xfe\x6a\xa3\x48\xaa\xe3\x74\x3a\x3b\x08\x02\x72\x48\x84\x0a\x40\x38\xfd\x58\x26\xe9\x59\xfb\x4b\x09\x24\xf7\x24\x55\xef\x8a\x4f\xf7\x15\xdc\x35\x13\xe5\x84\xaa\xc7\x42\x46\xbc\x75\x88\xc9\x06\x27\x70\x56\xef\x1e\x05\x26\xdc\x24\x90\xaa\x5e\x6e\x0f\xab\xa3\x1d\xe9\x0e\x0b\xda\xeb\x2c\x4f\x3d\x7a\xd8\x3d\xe2\x2a\xeb\x0f\xc4\x1c\xd5\x01\xfe\x17\xf9\xce\xf1\xfd\x8d\x99\xa0\xe7\x54\xad\x08\x99\x79\x30\x46\x13\x8f\xb7\xe2\xf3\x12\xc2\xe2\x2c\x92\x5a\x2f\x40\x86\xfd\x09\x4d\x9b\x0a\xf8\x81\x44\xb1\x7a\x0d\xb2\x34\x61\xe1\x2c\x9a\xcd\xe7\xcc\x6b\xcd\x59\x30\xab\xbd\x24\xc5\xe7\x83\x71\x14\xe0\xc6\x00\x31\x13\xa3\xc6\xb8\xdc\x80\x80\x1c\x2d\x4e\x1c\xe5\x44\xe9\xb7\x63\x83\xcb\x91\xf2\x3d\xd1\x80\x89\x0a\x02\x69\x38\x5a\x50\xd6\x1e\x85\x0e\x1d\xe4\xe5\x84\xb6\x8d\xcb\x31\xd4\x2c\xce\x52\x98\x70\xbf\x36\x5e\xee\x0c\xf3\x9c\xaa\x09\x58\xe5\x46\xe8\xd7\xc2\x7d\xc1\x29\x0b\x54\x79\xa3\xc7\xd1\x8e\xe5\xe2\xee\xc0\x47\x2b\xcb\xd0\xc2\xa9\xa6\x33\xca\x4c\x13\xaa\x2a\xd1\xc4\xf1\xea\x09\x9f\xf8\xf4\xb8\xaf\x7e\x80\x7d\x61\xd5\x5e\xb7\x34\xae\x58\x2b\x0f\x40\xc7\xaa\x0d\x8a\x8f\xf2\x53\x05\xd3\xc2\xcf\xd5\xc7\x52\x55\x1f\x41\xe3\x83\xbc\x59\xb6\xa5\xfd\xcf\x22\xb0\x8c\x4a\x44\x9a\xe6\x23\xef\x28\x6e\x8f\x73\xa5\x9c\x98\x1a\x74\x50\x8c\x24\xaa\x44\x81\xbd\xb3\x5c\x9d\xb0\xed\xb5\x07\xef\x82\x0d\x5a\x6c\x6f\x8a\xdb\x0e\x0a\x41\x23\x32\x6c\xa5\x91\xe2\x4c\x41\x88\x7f\x5b\xa3\x57\x5e\xbe\xa5\x5d\x63\x33\xc1\x46\x2d\x3e\xd1\x02\x9b\x75\x03\x35\x08\x28\x84\xaa\x18\x3f\x3a\xde\x41\x0f\x40\x56\xe1\xb0\xee\x82\xc5\x3d\xc9\x76\x15\xc1\x38\xaf\xc4\x7e\xa2\xec\x09\xf3\xb6\xd4\x0c\xf3\x9a\x44\x82\x65\xae\x2b\x88\x12\xe8\x92\xd3\x89\x1d\xa8\xfe\xa7\x22\x23\x55\x34\x87\x2c\x72\x47\x35\x11\x1f\x98\xb4\x2a\x66\xcb\x92\x74\x51\xae\x74\x7d\xb5\xdd\xf2\x4c\x9b\xc3\x4a\x22\xb3\x20\x17\xfb\x04\xd3\xd4\x6d\xaa\x7d\xde\xc0\xa2\xe1\xa7\x30\xa2\xad\x93\x0e\xd8\x6a\x57\x42\x06\x63\xcb\x0e\x1d\xb8\xdd\x75\x09\x13\xcf\x2e\xbf\x66\xa7\x8a\x99\x36\xcd\xc2\x86\x38\xa8\x1c\x69\x59\xc4\x59\x34\xed\x0f\x08\xac\x9d\x5b\xa8\xb4\x69\x31\x21\xc2\x8e\x80\x3e\x60\x56\x63\x4d\x9d\xf5\x81\xd1\x6c\x34\x05\xe0\xf9\x13\x83\xf0\xe4\x3c\x5c\x27\x3a\x14\x69\x1f\x98\x76\xcf\xb8\x33\x71\x00\x99\x0b\x17\x92\xec\x8a\x2b\xe4\x18\x7f\x32\xdc\x18\xd9\xaf\x8c\xf7\xef\x33\xe1\x84\xe7\xc1\x4e\x73\x26\x9c\xb1\xb0\xb5\x48\xcc\xfe\xa3\xa1\x83\x16\x46\x87\x7f\xa5\x5f\xb0\x50\x64\x89\xe5\x79\xa0\xe0\x51\xd7\x1b\xc6\xc9\x0b\x42\x25\x3a\xeb\xd5\xff\xe6\x36\xbb\x6e\xb0\x9f\xa0\xff\x79\x61\xbf\x33\xf6\x6e\x68\x81\x5c\x97\xfa\x2b\x51\x28\x49\x21\xd1\x36\xbe\xb0\xdf\x9a\x1a\x92\x68\x5b\x84\x94\x5f\xf4\x67\xc6\x3a\x89\xdd\x0c\xf4\x97\xf9\x6d\x18\xa9\x1c\xd5\xe5\x43\x95\xf1\xdf\xf2\x66\x0e\x9e\xf8\x2b\xa2\x3c\xb5\xc8\x70\x42\x04\x7c\x51\xcd\x0e\x55\x04\xdf\x08\xae\x25\xfb\xd5\xfc\x92\xde\x67\xd1\x7b\xc9\x1c\x97\xa6\x14\xec\x61\xfa\xc5\xec\x94\xe9\xae\xee\x94\xf7\xfd\x37\xfa\xa9\xfa\x28\x50\x0c\xfc\x50\x85\x02\xbc\x14\xcc\xb4\x0c\x67\x27\xf7\x99\xa9\xf6\x2f\xd5\xaa\x29\x4e\x7d\x97\x3f\x97\x1f\xa6\x9a\x38\x54\x18\x63\x45\x12\xc2\x1e\x0b\xe7\x7c\xaf\x74\x25\xc3\x20\xd4\xf5\xce\x2b\x27\x46\x92\xad\x54\x02\x6e\xc2\x2c\x85\x38\x3b\xd9\xe8\xe3\x24\x5c\x56\xdb\x43\xf4\xad\x9d\x15\x94\x6d\x7b\x2c\xae\x13\xd8\x4d\xb9\x30\xd3\xd8\xbe\x6c\x75\x9c\xbb\x82\x84\xd0\x8f\x55\x11\xd4\x62\x8e\xa7\x09\x87\xae\xe9\xb5\x12\x59\x10\x52\x86\x28\x21\x8d\xa5\xb1\x05\x66\x6d\x8f\xe0\x3f\xd5\x5a\x89\x65\xaa\x06\xbb\xc3\xae\x53\x76\x26\xbe\x60\x97\x31\xf8\x80\x8c\x9d\x1e\xb9\x09\xb5\xd0\xbd\xd6\x9f\xd9\x61\xcf\x26\x2f\x37\x97\xbf\x20\x21\xcc\x65\x9a\xef\x64\x3d\xcc\xaa\x15\x0b\x6a\x2d\x01\x5f\x39\xe1\x8f\xed\x3e\xba\x8f\x27\x9c\x19\x75\x4b\xaf\x86\x20\x51\x09\x04\x1a\xa5\x03\xc7\x42\x89\x1b\x02\xa6\x96\xce\xb9\x9c\xf5\xd1\xdb\xaa\xfe\xd0\xe9\x4a\xf1\x3c\x79\xb9\x17\xca\x3a\xc2\xf7\x43\xa9\x92\x08\xff\x1c\xbb\xce\xa9\xc9\x54\x0d\xa8\x8b\x5b\xd3\x66\x88\x89\x55\x51\x9f\x0d\xb7\x10\xb6\x8e\xdb\x6a\x87\x46\x5a\xb3\xd1\x9a\xed\x11\x26\xe2\x48\xd1\x68\x1e\xf2\x33\x31\x1b\xeb\xee\x22\x91\xaa\xe9\x54\x7b\x1c\xe9\x1e\xa7\x41\x39\xa4\x64\x4f\x97\x25\xd6\x23\xab\x76\x6a\xe6\x6b\xec\x70\xdd\x4b\x73\x35\xb4\x44\x68\xdd\x5a\x67\x6a\x80\x39\xb5\x3a\xc5\x3c\x6d\x63\x02\x75\x99\x57\x3b\x91\x07\x7f\x31\xe3\x35\x16\x3c\x08\x0c\xc8\x9e\xa5\xfd\x19\x62\x89\xb6\x6b\xe6\x97\x7b\x90\xc5\x50\xc1\xdb\xf3\x64\xf9\x03\x45\x6a\xb6\x09\xbb\x66\xe3\x08\xf9\x3c\x79\x2e\xff\x0d\x2c\xaf\x41\x6d\xc1\x7b\x6c\x3e\x00\x51\x49\x3f\x81\x9c\xe4\x8a\xad\xad\xa3\x1c\xf1\xa0\xf7\xa3\x1d\x63\xe5\x6e\xd8\x61\xce\x0d\x5c\x71\x7c\x35\x33\x27\x34\xd6\x34\x8b\x19\x17\xde\x42\xe2\x31\x55\xc3\x06\x2c\x55\x38\xa2\xa2\x8d\xfe\xb3\x24\x25\xd6\x2c\x22\x45\x17\x24\x89\x53\x21\x9c\x6c\xb5\x11\x57\xdb\x90\xaf\xde\xb6\x09\x7d\x2d\xcd\x05\xc7\x53\xe0\x7d\x5b\x41\xf3\x90\x52\xe2\x11\xed\x4d\xe8\x2c\xc8\x6c\x03\x87\x92\x48\x5e\x69\xdc\x5a\x15\x9f\x5b\xf8\x65\x29\x41\xb7\x45\x3b\x80\xb9\x62\x4d\xb6\x8d\x60\xb9\x82\xff\xa1\x8f\xf4\x21\x54\x51\xc6\xfa\x5c\x13\x06\xf9\x36\x18\xc9\xb6\x05\x99\x18\x0d\xfb\xbf\x7d\x2c\xc3\xc1\x51\xd5\xe2\xcf\x13\xac\xb5\x09\x75\xca\x9f\x83\x5c\x11\x3a\x88\x3d\xc0\x88\xd5\x0f\xc3\xd6\x23\x1e\xfd\x94\x5a\x12\x64\x6c\xe9\x2e\xfa\x2a\xa3\x1e\x01\xc7\xa3\xcd\x7b\x05\xe4\x49\x15\x7d\x0c\xe5\x21\x44\x95\x14\x52\xe7\x89\x9d\xa3\x13\x6d\xce\xe7\xdb\x36\x98\xff\xf8\x2f\x30\x6b\x24\x4d\x45\xb3\x46\xe8\xe4\x60\x87\x8d\x46\x39\xde\x6a\x94\x01\x56\x48\x71\xd9\x31\x34\x8a\xcd\x81\xaf\xe1\x56\x44\x82\xe1\xe9\xa1\x24\x70\x3f\x8a\x09\x38\x9a\xd8\x31\x0e\x5e\x75\x70\xa5\x15\x71\xa6\x1b\xe9\xcc\xd3\x35\x3f\x85\xbc\x46\x93\x22\xb0\xe0\x0c\x89\x99\x60\x4e\xdf\xf6\x3a\x71\xd1\x34\x0f\xe2\x51\x11\x3c\x1c\x47\xf6\xcc\x13\x15\x92\x36\xd5\x7a\x43\xe3\xaa\x76\xec\x48\x00\x4c\x32\x6b\x75\x94\x61\xf9\x8b\x48\x54\xb3\xae\x59\x49\xc5\x2d\x88\x4b\x63\xd0\x81\x7f\xdb\xf5\x6d\x53\xaf\xbf\x7f\xde\xb0\x70\xc9\xba\x1b\x3e\x5c\x7f\xf8\xf6\x99\xa6\x13\x19\xe6\x25\x64\xff\xd7\x9f\xab\xfe\xe5\x61\xf1\xa8\xcb\xd7\xec\xc8\x0d\x3b\x56\xe1\xdc\xbb\xd5\x85\x44\xfc\x4d\x6f\xea\x30\x2d\x70\xf6\xa6\x3d\xde\x35\x5b\xda\x20\x69\x91\x66\xb7\x93\xe5\x25\x02\xb6\x13\x48\xf4\x1f\x5e\x27\x65\x8d\x99\x2b\x5b\x9d\x1f\xaa\x70\x16\x50\x3c\xae\x8f\x2e\x9b\x71\xa8\x89\x46\x44\x79\x44\x06\x5e\xaa\x66\x32\x1e\x44\x50\x87\x58\x29\xf0\x1f\xe3\x52\x58\x47\xd6\x2f\x8d\x75\x31\x10\x5b\xb8\x0a\x2b\x4e\x25\xa9\x1f\xc2\x87\x71\xda\x72\xa4\x0b\x55\xc4\x72\xc8\xcb\x67\x8f\xe9\x92\xc1\xb9\x87\xee\x01\x5d\x07\xfb\x5b\x29\x9a\x8c\x5d\xe9\x99\x0d\xc0\x51\x34\x9d\x91\x48\xd3\x86\x30\x09\x55\x2b\x85\xa6\x59\x2f\x3c\x35\x13\x07\x3b\xa1\x68\x82\x90\x24\x5b\x31\xbd\xfe\x4c\x6a\x36\x6a\x37\x0e\xdc\x9a\xfb\x0c\x8a\x86\x31\x9d\x62\x3a\x68\x2c\xd0\x9f\xe8\x42\xbd\x56\x6d\x09\x32\xd8\xd5\x3b\xca\x79\x6f\x1a\x35\x0c\xe6\x96\x88\x35\x21\xc1\xae\x2f\x93\xad\xcc\x9d\x80\x73\xae\xb8\x5e\x41\x01\xf3\xff\xe5\xab\x82\xe8\x40\xdf\x7c\x20\x54\x1a\x17\x41\xfa\xb1\x42\x81\xbe\x98\x70\xa4\xd4\xe5\x34\x12\x87\xa1\xb8\xa4\x76\xfd\xa3\x04\xc6\xd1\x15\xad\x35\xb8\xbf\x89\xf6\x08\x17\x26\xd8\x49\x68\x25\x74\x44\xc9\x80\xfa\x78\x85\xfd\x4f\x1c\x5b\xcd\x40\x10\x48\xf9\x87\x7e\xfb\x65\x49\xea\x77\x9b\x85\xa8\xf7\xa1\x76\xe4\x53\xd0\x61\x2e\x53\x11\x06\x79\x41\x0c\x07\xbc\x72\x4f\xa5\xc2\x2b\xce\xee\xd4\xc5\x5d\xdd\x23\xac\xc8\xcf\x9a\x88\x3d\x00\x40\x99\xf0\x2e\x4c\x04\xbe\xa2\xe2\xc3\x6a\x51\xb7\x1c\x75\xb8\xc5\x1a\x10\xd6\x19\xc1\xdc\x88\x9b\x4e\x7e\x7a\xf1\x8a\x0e\x8c\xd0\xa0\x55\xfa\x53\xb1\xdc\xe8\x02\xde\x88\xd6\x03\xce\x3c\xdb\xed\x90\xe2\x06\x49\x42\x8a\xdb\x4d\x04\x94\xc4\x16\x0f\x83\x1a\x0d\x48\x06\x93\xe6\xcb\x1c\x97\x9d\xd3\x04\x49\x6b\xe8\xc9\xf0\xac\x0a\x43\xfd\x8a\x66\x36\xe8\x23\x79\x6b\xed\x6f\x99\xfa\x3b\xb7\xbc\x42\x66\xe8\x06\xf4\x7b\xe0\x0f\x48\x90\x30\x7a\xe7\xbc\x85\xdb\x40\x3f\xac\xc3\x4a\x41\xfc\x52\x7a\x32\x32\xb9\x98\x91\xa8\x4c\x16\x9b\xa2\x2c\x7b\xab\x27\x1d\xf3\x7d\x74\x86\x11\x3f\x2a\x0e\xee\xa0\x32\x7e\x54\x0e\x95\x2f\x26\x9b\x0d\x18\x2d\x4d\x0f\xe8\x4d\x2e\xc7\xa0\x38\x8e\xc0\x45\x56\x44\x2c\xc1\x08\xe7\x30\x4f\xb5\xdc\x94\xdb\x2d\xed\x07\x6d\x3d\xda\x63\x75\xe8\x89\x8b\x85\x02\x39\xf9\xb6\x8c\xbc\xad\x4c\x85\x57\xe5\x59\x65\x04\x41\xdb\x0d\xde\x0d\xa2\x7c\xb0\xd3\xfa\xec\xf4\xcd\x9b\xb7\x57\xf1\x90\xe6\x7d\x50\xaf\x88\x95\xf8\x2a\x78\x46\x8e\xfa\x65\xfe\x91\x61\x01\x53\x88\xe8\xa1\xa9\x25\x8e\xc1\x79\x32\xe5\xbc\x3f\xd6\x0d\x68\x4f\xc3\x7d\x31\x5a\x9e\xf4\x7f\x75\x6c\xfd\xb2\x5f\x99\xbb\x79\x9f\x99\x42\xfc\x2d\xff\xcd\xbc\x4d\xc1\xd9\x62\xb0\xf5\xa2\xc9\x26\xde\x43\xa1\x0e\x34\xab\x91\x8d\x01\x44\xfa\x50\x40\xd4\xa2\xb9\x6f\x70\x56\x5c\xe7\x30\xe5\x9f\xb0\xca\xb4\x69\xb1\x61\x78\x72\x0f\x75\xf5\x97\x03\xd8\x33\x58\xe0\x67\x19\x3b\xdc\x2e\xaa\xad\x1c\x28\x7f\x0c\x1f\x92\xce\xbf\x06\x77\x25\x5c\xe3\xf4\xf5\x6d\xb7\x67\x7f\x65\x3a\x1b\xba\xef\x1e\x1c\xaa\x9c\xb5\x88\xec\x7a\xf7\xe0\x7b\x92\x5f\xd8\x26\x4f\xcb\x47\x10\xdf\x8f\xaa\xe3\xeb\x90\x4b\x51\x3e\x06\x6f\x19\xe0\xad\xa6\xf3\x6e\x61\x7e\x37\xd1\x78\xca\xc4\xff\x03\x6d\xf2\xdd\xcb\x38\x8e\xc7\x2a\x75\xd3\x1c\x61\xef\x7e\x2c\xb6\x87\x54\x05\xc3\xad\x73\x99\xee\x49\x86\x8b\x20\xb1\x2c\xbc\xa7\x70\x9b\x97\x33\x08\x1b\x7e\xc0\xa4\xf5\x77\xdf\x0a\xe4\x7b\xbf\xcc\xf8\x7d\x95\xa1\x27\xaa\xa4\x1e\x5e\x03\x45\x9e\xdd\xd0\xe0\x3c\x5c\xd3\x40\xea\xc4\x6a\xb8\x1b\x5d\xc5\xb6\x17\x05\x75\xee\x56\x93\x49\x0b\x06\xe1\x15\xbb\xb7\x6a\x0a\x0c\x14\xac\x5b\xb6\x15\x6e\x99\x48\x3a\xdf\x05\xce\xdd\x3d\x60\x24\xae\xab\x9e\x84\x75\xf6\x95\x0c\x8d\x5f\x12\xf2\xd3\x3c\xcd\x42\x56\x6e\x37\x8b\xbb\x8c\xe8\x07\x1d\x69\xb8\x4e\x2c\xbf\x2c\x65\x54\x9c\x4f\x7f\x81\x85\x46\x8e\x59\x4e\xdd\x0a\xfc\x43\xbf\x27\x4a\x29\xa0\x35\xc9\xa6\x92\x66\x5e\xd5\x15\x53\x80\x57\xf4\x87\x4e\x77\x91\x04\x52\x7c\x15\x3e\x17\x95\xa8\xb6\x47\xc4\xf0\x50\x8f\xfa\x37\xea\xf2\xa8\x63\xa3\x5b\x20\xbd\xd1\xa0\x6a\x7f\xcc\x1f\x12\x72\x71\x4f\xd0\x4b\xc4\x44\x01\x0f\xb5\xa8\x9e\xe9\x6f\x92\x68\xf3\xee\x18\x1a\xb9\x53\xf6\xb4\x6f\x8b\xe5\x07\x26\x2e\x84\x33\x65\x4b\x52\x01\x9c\xba\x0a\x3e\xff\x72\x42\xb4\x35\x4d\x80\x58\x18\xd4\x63\x4a\x8a\x59\xe5\x15\x4b\x10\x1f\x85\x13\x93\xeb\xc7\xaf\x2c\xe5\x31\x8b\x9e\x4f\x0c\xd0\x04\xc7\x00\xa7\xea\x8f\x41\xbe\xf5\x53\xcd\x85\x6a\x2f\xa7\x0d\xc9\xa7\x08\xeb\x27\x60\xbd\xa3\xe9\x5a\xb1\x4d\xaa\xd8\x76\xb9\xca\xbb\x66\x86\xb7\xfa\xc0\xc8\x76\xb7\xf5\x32\xb2\xb2\x97\xf8\xca\x6e\xd8\xfa\x2d\x26\x89\x3f\xe9\x4f\x58\x24\xd6\xc5\x5f\x25\xf5\x32\x7c\x60\x0b\x74\xba\x29\x3a\x35\x2f\xd0\xe2\x2c\x37\xea\x57\xd7\x5c\xcf\xe5\xde\x22\x8e\xf4\xab\x60\x26\x65\x7a\x02\x38\x6a\x7d\x57\x7c\xaa\x76\x87\x5d\x1e\x00\x51\x94\x77\xc9\xc3\xd4\xf0\x31\x9b\x36\x5f\x0c\x4d\xe5\x5f\x6e\xc5\x18\xd6\x70\xb7\x31\x83\x1d\xe8\xe6\x6c\x03\x34\xa2\x93\xb8\xcc\x64\x7a\x03\xdd\x6e\xf2\x86\x2b\xe8\x72\x95\xd7\xe7\x1e\xa7\xdf\xa6\xa1\x2a\x52\x92\x0a\xaf\xea\x05\x91\xc4\x07\xdf\xcb\x2a\x1a\x3d\xb5\x5a\x75\x7f\x9c\xeb\x25\x78\xb7\x41\x14\x62\x26\x44\x33\x22\xdb\x19\x6e\xd3\x45\x5c\x9b\x80\x4a\x8e\x5c\x65\x7b\x0b\x77\x23\xef\xd9\xcf\xaf\xae\x70\x1f\x8f\x90\x56\xd4\x7f\x7a\xe9\x90\x5d\x72\x66\xa1\x4e\x3e\x8d\xab\xae\x13\x2e\xad\xae\x30\xf1\x4c\x29\x27\x14\x84\xa2\x53\xd0\xca\x52\x0c\xb0\xda\xa2\xb7\x3b\xbb\xb8\xa9\xab\xfb\x2b\x49\xd4\x82\x9c\x08\x65\x45\x6a\xea\x33\xef\xbc\xc2\x5f\x05\xb5\x6a\x83\x55\x37\x2e\x9b\x37\xe8\xea\xde\xd1\x93\x40\xe3\x09\x34\xd7\x99\x10\x73\x4b\x57\xd2\x7e\x1d\xce\x08\x5c\xe5\xe3\x0b\x3d\xe9\xe1\x80\xb8\x03\x85\x5f\x77\xef\x76\x4a\x1b\x85\xd9\xa9\xfd\xed\x9c\x4d\x0d\xe0\xa0\xf6\xb7\x31\xc1\xb1\x9a\x94\x41\xd3\xe9\x80\x83\x3b\xcc\x05\x56\xf9\x3f\xff\xd7\xff\x7e\x7a\xc6\xc3\x3e\xeb\xdb\x2d\xfd\x52\x4e\x9e\xe1\x65\x19\xa4\x82\xfc\xed\xbf\x91\x44\x76\xa3\xbe\x2f\xbf\xc8\xaf\xcc\xbe\x41\x0a\x28\xbf\x53\xe5\x3f\x7e\x64\xfa\xc5\x14\x21\xd3\x30\x0a\x4c\x0a\x32\x16\x87\x15\x6d\x48\x14\xf6\x87\xd9\x5f\x0e\xd5\xf2\xc3\x5c\x74\x38\xdf\xe5\xff\xce\x5f\x39\xae\xe6\xeb\x79\xce\x47\x43\xa0\xf3\x40\xce\xc1\x61\xe1\x7d\xdd\x71\x08\xea\x6d\x98\x78\x2e\x14\x29\x7f\x72\x6b\x94\xd9\x00\xf9\xbe\x5f\xb6\x3f\xb0\xb7\x17\x23\x84\xb5\x76\x41\x29\xb8\x3b\xc9\x89\x42\xf0\x43\x0d\x58\xd9\x51\x1d\x68\x9e\xba\x2b\x57\x69\x27\xd9\x30\x64\x39\x3f\xe4\x1d\xdf\x6a\xa3\x21\xab\x48\x94\xa9\x6f\xe9\x19\x5f\x45\x0c\x87\x97\x1e\x5a\x7d\x5b\x42\xe8\xa3\x3f\x19\x9d\x89\xec\xc3\xa8\x66\x6d\xbe\x4e\xde\x17\xb0\xff\x22\xdd\x8c\xda\x6c\x15\x2f\xd6\x5a\x11\xa4\xbd\x1f\xf5\x67\x46\xe9\xfc\x7d\x45\x7f\x46\x51\x1d\x38\x06\xc4\x38\xf6\xc3\xb6\x58\x94\x48\x7e\x8d\x1f\x84\xfc\x74\x2c\xf7\xb4\x22\x72\x48\xd9\x47\xb6\x84\x5f\x9e\x20\x22\x7e\x65\x7a\xed\x48\x0c\xe1\xf2\x33\x83\x29\xaf\x2d\xd8\x1c\xfd\xae\xb8\x91\x4f\x9a\x2e\x8d\x05\xf2\x52\x7e\x49\x32\x6e\x5c\x08\x28\x2e\x5c\x04\x78\x30\xf4\xba\x1b\x2e\xec\xb7\x64\xb1\x87\xec\x96\xb9\x3c\x5b\x06\x33\x19\x51\x46\x2e\x19\xc2\xa3\xf2\xf5\x92\x3a\xcb\xca\x15\x2f\xd1\x0c\xe1\x3f\xc4\x08\xc9\x7a\x00\x30\x3b\x9a\x25\xa6\xa9\x79\x30\x51\xc2\x83\xd2\x03\xf0\x1f\xcb\xfe\x89\x7e\x27\x99\xfb\xb6\xc4\x30\xc4\xd6\xd1\xc9\x5e\xc4\x75\x3a\x61\x71\x3b\x03\x14\x5a\x30\x47\x65\xec\xb3\xcb\x34\x7e\x2e\x1c\x10\x2c\x85\xa0\x5b\x5c\x3b\x65\x3e\xc5\x01\x80\xcc\xa4\x13\xd8\x33\xbe\x27\xbd\xcd\x80\x81\xb1\xeb\xc4\x7c\x51\xce\xa9\x81\x22\x32\x49\x7f\x36\xa7\x8a\x05\x9c\x61\x0b\x43\x23\x9a\x29\xe8\x70\x1b\x58\x5b\x59\x6c\xc9\x6d\x1c\x76\x8d\xde\x57\x0e\x1a\x27\x51\x34\x30\x0e\x5f\x33\x88\xc2\x90\xdd\xd3\x88\x1b\x0c\x6b\x9e\x47\xbe\x3e\x93\xa8\xdd\xa8\xbc\x40\x3f\x1a\x17\x2b\x51\xe6\xb8\xb7\xad\x7a\x21\xdf\x01\x68\x58\xe4\x52\x77\x54\xb1\x7c\xd1\xe8\xc4\xac\x8f\x2e\x45\x9a\x0b\x9f\xd3\x54\x65\x3a\xad\x42\x34\x44\x63\xee\x03\xf7\x21\x0c\xdd\xd4\x51\xac\x45\x63\x7c\x99\xc9\xb5\x17\x84\x4b\xe8\x7c\x98\x77\x8b\x87\xd5\x89\x5c\xf2\x06\x7b\xc1\x1a\x16\x22\x46\x7b\x90\xf9\x67\x33\x86\x35\x9d\x86\x2f\xb0\x6e\x64\x64\x44\x7b\xca\x75\x25\xb1\x54\x20\x62\xf1\xbc\x97\xdb\x95\xab\x84\x89\x13\xf1\x14\x88\xa8\x21\xfd\xc1\x41\xd2\xb4\x0e\x5f\x97\xe5\x76\x0e\x4f\x15\xca\x90\xcf\x90\x09\x02\xe0\x90\x5e\x7d\x76\x07\x38\xcf\x6a\xd5\x9e\x38\x7b\x55\xa1\xd3\x34\x3e\xfb\xd6\x86\xfd\xfd\x23\x07\x15\x01\x1e\xc5\x6d\xb9\x92\xcb\x03\x6a\x7e\xf6\x79\x43\x3f\x0e\x9f\xa7\x5d\x53\xdf\xe2\x10\x55\x6a\x85\x5b\x1d\x76\xbf\x9f\x68\x7f\xcf\x77\xda\x69\xba\xe3\x91\xe5\xd6\x46\x2b\x91\xa9\xdd\xde\x12\xd5\x11\x2c\x0d\x3b\x4a\xc7\x6b\x00\x36\xed\xaa\x38\x31\x3e\x4e\xc0\x9f\xf2\x70\x1f\xe0\x22\x47\x50\xa4\x20\x23\x36\x17\x4f\xba\xd8\x82\x9d\x71\xa6\x8c\xa9\x83\xcf\x75\xac\xe7\x1a\x17\xfe\xe1\x23\x88\xfe\x20\x52\x82\x84\x4c\xc9\x99\xd8\xdb\x9d\x96\x99\xa7\x83\xe6\x32\x05\x47\x11\x3d\xbb\x53\x7f\x6e\x3f\x13\x03\x67\x86\x21\xf2\x2a\x59\x5b\x94\xe1\x70\x7c\xa1\x59\x13\x71\x57\xa4\xac\x9d\x6d\xc2\xff\xc8\xd9\x1c\x8f\x30\xd9\x6c\x89\xf5\xa3\x0b\xf1\x79\xbc\x14\x6d\xb8\x60\xe8\xcf\x07\x74\x11\xa8\x63\xcd\x57\x71\x84\xaf\x17\xa6\x60\x5f\xa8\x6d\x5d\x2e\x47\x16\x72\x70\x0c\x18\xc4\xbb\x1a\x0a\x43\x46\x3b\xb1\x48\x8c\x7a\x93\x48\x25\x9e\xc1\xf8\xec\xfa\xe7\x4a\x2a\xe9\x84\x98\x8b\xcc\x19\xa7\x27\xc4\xd6\x41\x0b\xb7\xca\x51\x1b\x6d\x1d\x08\xa9\x41\x1c\x3c\xd6\x90\x7a\x04\xcc\x6f\x36\xae\x59\xa3\x77\x23\x23\x96\x42\xe7\x1d\xc9\xa1\x65\x0c\xcc\xc3\x17\x96\xa4\xe4\xec\x6e\xed\x4b\xbc\x02\x03\xe3\x9b\xea\x8d\x6f\x58\xba\x06\xdd\x4e\x1a\x21\x9c\x36\x9c\x17\x5a\x65\xc8\xcd\x3a\xe6\x88\xfb\x54\x09\x7b\x51\x0a\xc9\xef\x37\x8e\xbc\xa7\x23\x1d\xe1\xd9\xa9\x4c\x23\x74\x11\x71\xc9\x3e\x1f\xe3\x68\x6d\xb4\x21\xa6\x0b\xcc\x67\xc8\xea\xd0\x6a\x88\x8c\xe3\x8f\x19\xce\x8e\xfd\x41\xe8\x90\x66\xae\x1e\x2d\x8a\xab\x2f\x44\x16\x09\x6a\xe0\x67\x6a\xe2\x8c\x8b\x8d\xae\x8a\xab\x3b\x8b\x27\x8e\xba\x76\x87\x05\x21\x97\x12\x38\xf9\x50\x51\x27\x6e\x61\xf5\x9b\x45\xbb\x81\xd5\xe9\x06\x0d\x07\xae\xa7\x33\xeb\xfa\x91\x56\x7d\x1d\x5c\xa7\x34\xff\xcb\x44\x05\x99\x71\x8c\xb3\x31\xe7\x68\x39\x83\x7b\xae\xba\xd4\x31\xff\x5a\xec\x48\x2f\xd8\x8a\x64\x69\x05\xc4\xf0\xdc\xae\xb0\x84\xf4\x5d\xb8\x5f\xa2\x37\x4d\x42\x8e\x9e\x24\xcf\xa1\x61\xd2\x34\xbb\xde\xfc\x96\xff\x86\x54\xa2\x8f\xaa\x64\xa4\xbf\xe1\xfa\xaf\x04\xe1\x63\x22\x09\x46\xda\x25\xcf\x86\xcc\xb3\xcb\xe2\x3d\xcc\x89\x22\x1b\x21\xdf\x67\x2f\x89\x61\x6e\xe7\xa1\xfc\x19\x7f\xe6\xdb\x51\x2d\x81\x1b\xf7\xcc\xf8\xa0\x19\x0f\x43\x4d\x4d\x82\x49\x73\x1e\x52\x5a\xdc\x4d\x01\x73\x90\x8e\x04\xf6\x2d\x47\xed\x70\xb2\x40\x52\x31\xab\xbb\x07\x35\x43\x03\x3e\x0d\x4f\x27\x23\x47\xa0\x80\x0d\x40\x7f\x8e\xfb\xe9\x80\xa4\x9b\xc5\x04\x28\x9b\x62\x23\x1c\x0d\x7c\x08\xa4\x1b\x29\x1c\xa6\xc3\xd5\x8b\xeb\x43\x4b\x3b\x5c\x20\xc9\x9c\xef\xb7\xc4\x24\x85\xcb\xf0\x00\x0a\x67\x64\xd2\x4c\xa8\x4c\x1b\x4b\xea\x93\xba\x82\x86\x76\x66\x56\x90\xd7\xbc\x6b\x0a\xe6\xc9\x56\xe5\x35\x7c\x8c\xf9\x32\x1c\xf1\x6c\x29\x22\x0c\x8b\xb3\xdf\x8f\x27\x3a\xf5\x7f\xfe\xcf\xff\xd3\x43\x99\xa9\xf8\x74\x5b\xf6\xd1\xd9\x2b\xb9\xe8\xf9\x20\x8c\xf5\x81\x5d\xfa\x2c\x16\x4d\x12\x9e\x43\xbc\xc2\x25\x2c\xdb\xb0\x6b\x7a\x41\xf4\x48\xbf\x26\xd4\xcb\x98\x14\x2a\x79\xac\xc8\xa1\x53\x9f\x4d\xa1\xb7\xf7\xc2\x1b\x0d\xf5\x42\x5b\x24\x64\xa0\x42\x52\x47\x08\xb4\x19\xe8\xa8\x44\x64\x90\x6a\x81\xe1\x7d\xb1\xa0\xd2\x0f\x57\x40\xef\xb0\x9a\x8c\xbc\x31\x4b\x70\xd9\x32\x55\x3c\xb7\xa5\x4e\xd6\xd8\xe7\xf1\x01\x2e\x7a\x6e\xc1\xcc\xa0\xf3\xde\x4e\x94\xb8\x73\x8b\x0f\x61\x8e\xd6\x3c\xda\xc8\x5a\xf2\x8e\xfd\x16\x21\x38\x2a\xe0\xf1\xaa\x8f\x94\x53\xcd\x27\xf4\x9d\xe3\x9c\x19\xc7\xbd\x08\x1a\x08\x0e\xe0\x26\x1f\x93\xa0\x9d\x46\x2a\xa5\x85\x65\xee\x22\x74\x75\xa5\x86\xf2\xa9\x42\x82\xad\x2b\x76\xa8\x95\x32\xb2\xf1\x10\x02\xe9\x48\x91\x1d\x2b\xcb\x61\x34\xd2\x22\xe7\x21\x61\xa2\x48\xa7\x01\xd9\x38\x22\xda\x38\x67\x06\x7c\xec\xf5\xb0\xe8\x26\x41\x98\x6c\x00\xe4\x2d\x7e\x4c\x81\x88\xfb\x48\x90\x76\xde\xe9\x35\x73\x73\x60\x9d\x6c\x98\xef\x6e\x84\x12\xaf\x71\x93\xa3\xfd\x8c\x72\x7c\xb7\x8f\x0f\x3a\xf1\x16\x3a\x6f\x70\xe1\x0e\x9f\x77\xb4\x13\x0b\x48\x43\xa3\x12\xbc\x93\xb0\x0a\x2c\x3e\xe2\x77\xfe\xf0\xd7\xaf\xdf\x77\xbc\x0c\xd1\x0d\xeb\xd7\xdf\xbf\x27\x3e\xf0\xe1\xaf\x7f\x78\x0f\xff\xab\x51\xe1\xf9\x35\x8b\xea\xe3\x1a\x50\xd0\xa0\xa1\x6c\x69\x0e\x41\xcb\x42\x3f\x23\xc1\xfe\x24\x4b\xf1\xa9\x4f\xb7\x78\x08\xe4\x36\xd8\xe1\xab\x90\x95\xee\xf0\xfa\xb0\x9b\xeb\x18\x3b\xa1\x00\xf6\x15\x8a\xdb\x0c\xcc\x0b\x6e\xf2\xb7\xf0\x1d\x87\xfb\x3b\x66\x7a\x1f\x62\xa4\xbf\x59\x31\x73\x98\x16\x68\x17\x3a\xed\x54\x1d\xe8\x82\x27\x9d\xd9\xae\x57\x4e\x19\xa2\xc5\x7e\x08\xdd\x6c\x9c\xe3\x97\x9c\x03\x30\x60\x04\xde\x9d\x4f\x80\x94\xa4\xe1\xc3\xc6\x9b\x66\x59\xa7\x02\x88\x2e\x3a\xee\x43\x7a\xf0\xb6\xc4\xac\x1a\xdc\x3b\x7c\x0e\x32\xef\xaa\xac\x4d\x0a\xe8\xc1\x19\x51\x4c\x41\x07\x0b\xa5\xd3\x2c\x4c\x05\xcd\x71\xb5\x62\x84\x22\x04\x79\x10\xa6\x1b\x5f\xdf\x03\x59\x92\x49\x97\xf6\x42\x1d\xf6\xf9\x85\xb5\xa8\x3a\x80\xa0\x42\x3d\x6a\x22\x5c\xc9\xea\xc8\x50\xf5\x2e\x9d\x8a\x2b\x5f\xd6\xc4\xbe\xd1\xc0\xd2\x17\xf8\x11\x5b\xb6\x10\x37\xe0\x78\xcf\xdc\x67\x40\xf3\xc4\x9f\x41\x13\x2d\xfc\x97\xdd\x8a\x56\x39\x3f\x71\x8b\xd4\xa0\x2f\x26\x91\xf1\x6d\x27\xc3\xb5\x9a\x23\x3c\xe9\xd5\x3d\xad\x51\x15\x7e\xac\x76\x0c\x9d\x1b\xe8\x06\xac\x6d\x96\xe8\x88\x6c\xd2\x9f\xc1\x21\x6e\x4c\x4f\x60\xa2\xd2\x7c\x1a\x6c\x13\x99\x2c\x7c\x0d\x01\xc4\xc7\xe4\xe1\x6a\x92\x3f\x8a\xa8\xa9\x3b\x17\xb1\xe6\xd2\x53\x47\x20\x27\x06\x23\x19\x03\xcd\x52\x9a\x19\x62\x04\x48\x07\x11\x29\xc0\x62\x17\x8e\x6b\xd1\xcb\x30\x00\x0d\x4e\x2e\x93\x60\xd3\xde\xdf\xc2\x63\x78\xff\xa5\x0a\x72\x69\xf4\xf8\x66\xff\x5d\xe7\xd2\xa4\x75\x1f\xf7\x60\x9a\x6e\x3c\xea\x3a\xa5\xaf\xf7\xe8\x39\x1d\x99\xdc\x17\x6d\x5f\x2d\xab\x7d\x11\x48\xe5\x85\x4b\x31\xc8\xa2\xef\x8b\xe5\x86\xb7\xb5\x67\xba\x7e\x13\x95\x80\x6a\x02\x18\x1f\x31\x1c\x58\x74\x08\xe2\xb7\x89\xd2\x21\x66\x99\x2f\x1d\x12\xb9\x8a\xdf\x32\x31\x71\x38\x81\xcd\x9b\x3a\x34\x93\x3d\x74\x88\x67\x4e\xb5\x97\x9c\x12\xd4\x97\x93\x70\xb6\x4a\x06\xdc\xdf\x34\x79\x30\xc0\x20\xe2\x3a\x9f\x60\xa9\xde\x0d\x0a\xba\xa0\x95\x48\xab\x45\x88\xb4\xef\x70\xc1\x6b\xd8\xa0\xb6\xf0\x5d\xae\xbf\x34\x3f\xb1\x0d\xe5\x03\x9b\x90\x8d\xbc\x61\x93\xf9\x61\x8b\x15\x81\x77\xaa\x7c\x5c\x8b\x5f\xa5\x01\x21\xec\x35\x73\x5b\xb1\x2d\x77\x88\x48\x50\x6c\xf5\x95\xe7\xdc\x45\xb9\x2c\x98\x51\x47\x9f\x79\xac\x1b\x0e\xc3\x1d\x47\xcf\x8a\xa8\x8f\x7c\x5b\x5c\xea\xe7\xeb\xa8\x3e\xde\x38\xaf\x58\xa8\xde\x14\x2d\x83\x99\x5a\x94\xfd\x0d\xae\x9d\xc3\x79\x9d\x27\x57\xd4\x49\xdd\x37\x9e\x8b\x20\xea\xf9\x0c\x6d\x3c\x63\x56\x62\xa5\x94\xf4\x77\xf8\x10\x7a\xaa\x53\x39\x90\xfc\x26\xd0\x00\xd4\xc8\x16\xf5\x06\x38\xcc\x16\x83\x92\x4d\x48\xdc\xd0\xca\x94\x11\x42\xd7\xbf\x65\x0b\x9e\x11\x6e\xfc\x26\x84\x65\xe7\x74\x4d\xff\x43\x48\xd7\xfa\x51\x93\x72\x19\xd6\x8c\xa4\xfd\x73\xd5\x53\xe9\x7f\x79\x6f\x38\x4a\x5b\x65\xee\xc9\x35\xf0\x33\x7e\x26\x50\x43\x1d\x4c\xcc\x0b\x0a\x21\xfc\x55\x3d\x9c\xe6\xeb\xa1\x4e\xa8\x22\x53\x13\x5c\x52\x24\x43\x7d\x2f\xfd\x4a\x52\xaf\x49\x08\x64\x32\xa5\xb3\x19\x5c\x10\x67\xc9\xd4\x80\xfd\x6e\x63\x4b\x8c\x35\x21\xe7\x6a\x54\x6d\xa0\x4b\x0a\x93\x92\x25\xa9\x82\x83\x77\xd3\xfe\x30\xc7\x53\xfa\x0a\x2e\x66\xd3\x75\x29\xec\xea\x10\xef\x5a\xf3\x2c\x52\x21\x18\xb4\x1c\xb5\xb5\xbe\x57\xdd\x1c\xd7\x4d\x44\x5d\x7a\xa5\x77\x48\x88\x1c\xf5\x79\x48\xa7\xe6\xe4\xb2\xb3\x84\x93\x5d\x4b\x70\xde\x10\xc1\xfe\x9a\xbe\x37\x08\x9d\xc9\x00\xd7\x25\x07\xbd\x03\x87\x19\x48\x44\x51\xcf\xe1\x51\x85\xa1\x26\x7e\x19\xc9\x30\xd4\x49\x43\x27\x64\x10\x10\x33\x54\x05\x1f\x98\xcf\xab\x4d\x7c\x7b\xa7\xea\x0b\x24\xa0\x0f\x8a\x4e\x1b\x77\x77\xbc\xad\x61\x24\x7a\xc1\x87\x5d\x51\x8b\xaf\x64\xc5\x61\x02\x58\xb1\x22\x71\x91\x70\x73\xa3\xdf\x4c\xd4\x2c\xb5\x0d\x48\x0a\x90\x67\x6a\x67\x03\x61\x0f\xb5\x6e\x40\x94\x0a\xca\xdf\xdf\x54\x29\xf2\xa8\x0f\x48\xaa\x88\x1c\x1d\x65\xd3\xa1\x7a\x92\x55\x0b\x4b\x91\x4c\xdb\xe3\xdf\x3d\x5c\x3d\x91\x4d\x8c\x1b\x1c\x23\x77\x37\x4e\x94\x81\xfb\xc3\x9b\xa9\x68\xd5\x21\x8a\x18\xa3\x0c\x1f\x14\x0c\xc4\xba\xf4\xdf\x32\x67\x83\x77\x67\x59\xd4\x0d\xb8\xec\x09\x45\x86\xcb\x9d\x56\x66\x0c\x01\x56\x51\x67\xf7\xb0\x4b\xda\x6e\xe6\xb4\x35\xe6\x2a\x69\xd2\x71\xc2\x1b\x85\xbf\x86\x3d\x30\x09\x6b\x58\x73\x10\x37\xd2\x01\xb1\xde\x9a\x8f\x10\x89\x8f\x25\x24\xda\xb9\x1d\xb0\x6a\x5f\x2e\x6e\xab\xe9\x54\x99\x81\xa4\xfa\x01\x85\x9f\x9c\x1c\xe3\x38\x11\x4f\xc9\x67\x4c\x78\x5f\xfa\xdc\x38\xe6\xe7\x34\x60\xd6\x1b\xe7\x8f\xcd\x76\xf8\x24\x1d\x64\x29\xb7\x68\xf9\xaf\xcf\x08\x91\x51\xb5\xaa\xb9\xac\xbc\xd6\x88\xca\x35\x25\x46\xea\x3c\x09\x46\xfa\x47\xb7\xf4\xef\xe9\x6e\xf7\x74\xb5\x7a\x34\x31\x6a\xc7\xb3\x85\x61\x0f\x8c\xd4\xaa\x1c\x19\x50\x49\x57\x93\x63\x81\xa7\xe7\x0e\x1e\x07\x7e\x9d\x7e\x81\x3e\x90\xce\x69\x66\x3a\x9c\xdd\x54\x70\x37\xae\x5e\xc7\xf4\xbf\xd9\xb3\x89\xc5\x6e\x0b\xf0\x86\x96\x8b\x50\x7e\x2c\x03\xf1\xc1\x65\x0d\xa2\x71\xdd\xd9\xc1\xe0\x1d\xa5\xec\x1c\xd1\xee\xdd\x91\x49\x91\x17\x02\x8e\x4e\x89\x63\xdb\xe3\xb4\x06\xd6\x7d\x02\x70\x9a\x71\x8f\xad\xff\x57\x32\xef\x53\xcd\x4f\xa1\xc1\x3d\xec\x7b\x76\x53\x7d\xa8\xa8\xc0\x9f\xe8\x0f\x7e\xcf\x34\x7e\x5a\x1e\xe3\xa5\x51\xbb\x9c\xfd\x55\x92\x6f\x63\xe5\x1c\xf8\xdb\xb0\x4d\x95\x75\xe3\xb9\x84\xe5\x97\xdb\x21\x87\x2d\xbb\x4c\x7d\x90\xd3\xb4\x59\x1e\x20\xd7\xdf\xea\x75\xfe\xff\xc0\xdd\xfa\x86\x98\xba\x8d\xc6\x73\x07\xcb\x5c\xf5\x8a\x54\x33\x69\x50\x71\x1c\x81\x3e\xe6\xfa\x74\x92\x6e\x72\xf1\x64\xa0\x74\x9c\x9e\x02\xee\x1f\x57\x42\x82\xb2\xc9\x9a\xae\x4c\x72\x84\x97\xdb\xd9\xbe\xd6\x37\x1a\x3d\x5b\xf2\xcd\xc5\x38\x75\x24\xe0\x91\x8b\x73\x09\xf3\xc7\x7c\xff\x85\xef\x2a\x62\xbd\x55\x13\x17\x09\x84\x8e\x03\xc1\x86\xb5\x25\x16\x86\x5d\x1b\x70\xca\xd5\x06\x54\x97\xff\xb0\x83\x2d\xd5\x34\x0a\x28\x47\xc4\x18\xe0\xc0\x74\x4e\x99\xab\xc6\x5e\x45\xd7\x64\x3c\x31\x6f\x38\x1e\xb9\x14\x92\x80\xa8\xe3\xc4\x34\x14\x5f\x93\x5e\x96\xf3\xaf\x8d\x4b\xf0\x17\x47\xc4\x94\x4e\x7d\x13\xc6\x94\xa5\x2e\xe5\x4b\x43\x60\x4c\xde\xef\x65\xdb\x23\x0a\x66\x58\xa1\xb1\x19\x16\x88\x84\xaa\x06\xb7\x1f\x53\x4b\xac\xab\xa3\xd3\x65\xee\xdc\x24\xda\x3d\x7f\xbb\xa5\xa7\x9f\x1c\xbb\x77\xea\x61\x25\x4b\x9b\xc9\x62\x21\x44\xc8\xde\x42\xee\x6a\x96\x0b\x36\xac\x0c\xb5\xfb\x3e\x02\x36\x93\xeb\x13\x1a\x36\xef\x18\x90\xd8\xaa\x15\x93\x8e\x01\xe1\x85\x23\xf1\xc0\x3f\x06\x42\xa2\x9c\x9a\x64\xd8\x41\x53\x7f\x47\xe0\x4d\xd3\x7c\x90\x50\xd3\x0b\xfc\x8c\x39\x6b\x7e\x63\x46\x32\xf9\x35\x95\x97\x69\x2e\x49\x77\xd5\xd2\x3f\x2d\xf5\x23\x27\x4c\x4c\x9e\xba\xc7\x3a\x48\xf5\x65\x1f\x83\xb2\xe7\x79\x7c\x90\x8b\x3d\xcf\x89\x8d\xb8\x19\x57\xc5\x60\x1c\x84\x5d\xb9\xe5\x58\x25\xe7\x84\xc0\xda\xf7\x73\xd3\xb2\x2f\x0b\x0d\xcb\x3a\x73\x1d\x91\xa9\x7f\x6b\xb1\xce\x2f\x93\x25\x50\x8b\xbc\x1b\x91\xba\x1d\x8d\x47\xa4\xf1\x10\x98\xcd\xfb\xbc\x68\x22\x53\x51\x44\x86\xae\x19\xa1\xf6\x62\xf5\x91\x4f\xc3\x55\xf2\x64\x98\xa6\x4d\x74\x86\x37\x42\xb8\x73\x28\xef\x03\x80\xc0\x77\xb7\x5d\x5f\xee\xdc\xf8\x58\xff\xcb\x17\x12\xf8\x71\x13\x3d\x02\xf8\x3c\xe7\x78\xee\x04\x81\x42\x29\x34\x7b\x48\x0d\xa1\x2d\x6d\x00\x9e\x80\xea\xb3\x2f\x3f\x19\x28\xb6\x39\x07\xa4\x3c\x0e\x6e\x03\xf8\x63\xf2\xf2\xc0\x82\x67\x48\xfc\x19\xc4\x0c\xc4\xae\xe7\x78\x18\x8a\x26\xef\x36\x35\x6a\x12\x83\xeb\xe6\x50\xce\xd2\xc1\xb4\x88\x8a\x16\x97\x3c\xca\xf6\xc8\xc4\x00\x66\xae\x30\x83\x19\xda\xf2\x5d\xc8\x9b\x12\x37\x22\xef\xa8\x2b\x0c\x6e\xaa\xae\x30\x7f\x47\x2a\xd0\x04\xcc\x49\xe0\x17\xc3\x4c\xc2\x7a\x9d\x5f\x69\x8d\x3c\x1b\x2f\x00\x33\x2e\x2f\x6d\x77\xfd\xad\xf8\x42\x4d\x57\xf0\xa6\xd8\xe1\xba\x3b\x43\x7d\x73\x67\x1d\x33\x0b\x5d\x49\x47\x8b\xfc\xba\x1b\x1c\x21\x2f\x63\x99\x53\xf7\x79\xd7\x58\xfd\xbb\x11\x2c\xd9\xb2\x08\xe6\xad\xef\x72\xe2\xfc\x8d\x2f\xbe\xfc\x3d\xff\x1b\xef\x1e\xfa\x53\x11\xf9\xfb\xf4\x77\x53\x8d\x84\x57\x35\x78\x67\x9e\x8c\xae\xe9\x89\xcc\xc5\x93\x80\x62\x0e\x65\x20\x38\x0e\x30\xc6\x4b\x79\x9d\xdd\xfd\xa5\x9d\xae\xd1\x9d\x98\x35\x6b\x2b\x3a\x51\xd3\xd3\x63\x55\xc0\x6d\xeb\xaf\x62\xce\x7d\x8e\xaf\xfc\x7f\x30\xeb\x1a\x40\xf0\xd8\x20\x82\x0d\xb2\xca\xa3\x93\x6b\x2e\x1a\x34\x4d\x22\xf1\x88\x4e\xbf\x08\xb1\xd6\xbb\xf4\xfa\x40\x7a\x60\xc6\x80\xe9\x12\xca\xa7\xa8\x25\xaa\x89\x04\x70\x72\x47\x08\xeb\x85\xfa\xa0\x21\xea\xd9\x8b\xf4\x5d\xb9\x3e\x6c\x49\x82\x71\x37\x48\x86\x05\x86\xcb\x62\xf5\x28\xaf\x0b\x22\xcd\x93\xc3\x21\xc2\x51\x97\xa3\x6b\xe1\x2e\x89\x3a\x02\xb6\xfc\xaa\x87\x04\x44\x18\xb6\x22\x4c\x47\x07\xae\xe3\xa9\x46\x8f\x4b\xaf\xae\x26\x0d\xbb\xd9\xd0\x3e\x40\x5d\x36\xd5\x0b\xb1\x62\x85\x3e\xc8\x0d\xd6\x89\x1e\x44\x8b\x9c\xdd\x61\x55\x55\xda\xe0\xd8\x17\x68\xb9\x68\x3d\xb8\x55\x14\xc5\x2f\x81\xb2\x08\xdc\xd2\x25\xd8\xcb\xd3\x80\x44\x7e\x3b\x48\x90\x3b\xbe\x07\xa0\x3f\xdf\x5a\x98\xbc\x31\x58\xd0\xe2\xc4\xd8\x78\xe9\xa4\xf0\x5c\x28\x1e\x60\x43\xe8\x22\xa5\x71\x19\xf9\xc0\x0c\xef\x88\x69\x3c\x72\xf0\x31\xb8\xf8\xdd\x4d\x74\x6f\xb0\x4c\x8c\x13\xf2\xf4\x17\x10\x4f\xa4\x91\xea\xda\xe1\x30\x5c\x2d\x39\x62\xc0\xc7\x6a\x75\x20\x1a\xc4\x9d\xb9\xab\xde\xdf\xa7\xf5\xd2\x3c\xe2\x92\xd1\xd1\xba\x07\x03\xc2\x0e\x0f\xef\x49\xc2\x91\xe5\x3a\x46\xed\x9c\x1c\x11\x13\x9f\x60\x9a\xd2\x9d\x84\xe8\x9b\x79\x8c\xbf\xe7\x05\x37\x91\xca\x80\x1f\x12\x84\xc4\xb0\xf4\x9b\xd1\xb1\xac\xb6\xa4\x9f\x5a\xae\x13\x07\x21\xab\x24\x27\xc1\x6c\x41\xdf\x9a\x83\x65\x89\x42\x38\x7c\x59\xab\x19\x95\x51\x75\xa3\x97\xa0\xd9\x85\x7b\x92\xe9\x9e\xac\x7f\x62\x7f\x79\xbe\x9e\x27\xce\x1e\x88\x43\xf8\x33\x6e\x98\xc9\xe9\xc3\x31\xb7\x31\x92\x3e\xdf\x79\xd2\x64\x1d\x8e\x8e\x9d\x18\xca\x30\x14\x57\x24\x98\x03\x67\x6e\x74\x6d\x8a\x1e\x1d\x99\x28\x1b\x40\x12\x41\xf3\x1f\x99\xad\xe3\x13\x15\x09\xd1\xbd\x37\xe3\x8f\xd7\xf7\xfb\xa3\x84\xcd\xdd\x5f\xf7\x62\x16\xd3\x4a\x7d\x9f\xd4\x94\xd8\x7e\x88\x72\x25\x14\xcf\xa5\xb2\x27\x3a\x4d\xf9\x89\x6a\x11\x4e\x82\xcb\x82\x84\x12\x74\xa1\x0e\xbc\x3d\xb9\x3b\xde\x57\xdc\xf4\x90\x09\x38\xb5\x8b\xd8\xc6\x95\x41\x45\xc0\xe7\xe7\x9e\x3d\xe8\xd9\xae\x7f\x2d\x0a\x21\x41\x8b\x61\xa5\x47\x31\xe5\x1e\x45\xc5\x31\xd6\x7c\xba\x32\x13\xe7\xee\x89\xff\x36\xde\xfd\x66\x3d\xc7\xb3\xbf\xb0\xa0\x47\xd1\xa4\xf8\x00\x06\xce\xe8\x32\x42\x64\x18\xc1\x9d\xa8\x6a\xf2\x44\x88\xa1\x4e\x43\xd7\xac\x40\x7b\xbc\x7b\x69\x74\x85\x7c\x22\xaa\x82\x13\x18\xf8\xe1\x82\xc4\x4b\x80\x7d\x81\x79\x3c\x89\xb7\xc0\xd1\x02\x83\x30\x41\x49\x5d\x69\x98\xa0\x31\xbe\x0c\x1a\xb6\x58\x41\x63\xa9\xb5\x69\xbd\x51\xdc\x77\x6c\x62\x48\x93\xc5\x12\xbb\x85\x3c\x12\xc6\xf8\x18\xfd\xde\x37\xf2\x7c\x93\x97\xdd\xe3\x45\xa0\xe1\xf1\x38\xc0\xd9\x3b\x62\x0b\x59\xa7\x44\x8d\x77\x6c\xe6\xce\x26\x67\x4d\x83\x7f\x78\x29\x14\x6e\xce\xf2\x84\x55\xea\x59\xaa\x0e\xd0\x38\x1f\x67\xae\x04\x02\x7f\xc7\x5b\xcc\x6c\x88\x5b\x8c\x26\x3e\x89\x03\x9e\x5e\x64\xd6\xeb\x70\x12\xe7\x09\x8c\xa4\x2f\x3b\x4b\xa4\x17\x66\xe3\x11\x34\x5a\x5f\xbf\xd1\x67\xc5\x87\x81\x7c\x35\xf7\x66\xd3\x38\xb6\xea\xfe\x06\x18\xf1\x6e\x44\x25\xa1\x48\xaa\x0a\x8a\x81\xe6\x22\x68\x1a\x55\x7d\x01\x63\xd3\xee\x40\x93\x03\xcd\x22\xb4\x14\xfa\x56\xe9\xdb\xcb\x2b\x18\x9e\x69\xd1\x88\x65\x59\xf3\x09\x9f\xff\x89\x44\x44\x3c\x1e\xc7\x4f\x86\x2a\xf9\x5c\x2e\x39\xf8\x5b\x55\xeb\xd3\x5a\x37\xa5\x45\xe5\xa9\x57\x7a\xde\xf9\xd0\x80\x26\xa0\x8b\x01\x3a\xc7\x3b\x9e\x70\xd0\xda\x97\xcb\xea\x9a\xb8\xda\xd7\xb4\x56\xb5\xbc\x54\x65\x3e\x33\x77\x5e\x7f\x08\x23\xc1\x05\x58\xb6\x53\xfb\x43\x5a\x32\xfd\xfe\xd0\x93\x70\x34\x3d\x43\xd0\xa9\x30\x38\x36\xc3\x77\xe9\x9e\x71\x2a\xc8\xd9\x5f\xf1\x21\x93\xeb\x05\xcd\xcf\xd9\x07\xa3\x3e\xf8\xa7\xcd\xa4\xe9\xcf\xa5\xec\x5a\xd5\x0c\x6f\xe1\x85\xbe\x70\x50\xfa\x0e\x71\x61\xf0\x7d\x0f\xb8\x4d\xc1\xa5\xbc\x71\x03\x2f\x42\xbe\xf2\xab\x68\x11\x6a\xb5\x87\xf5\xc0\xb2\xd9\x1c\x75\x63\x7d\xca\x64\x1b\x71\x88\xe8\xda\xcd\x70\x9c\x82\xfb\x62\x40\x96\xe6\x48\x68\x3c\x94\x78\xb0\x75\x57\xdc\xca\xeb\x6d\x6c\xe7\xed\xe8\xf4\xac\x57\x9d\x5d\x8c\xe4\x27\x32\x36\xcd\x0d\xab\x90\xed\xbe\xce\x68\x49\xc6\x7d\x8b\x16\x50\x33\x7b\x4e\x80\x74\xfb\x46\x22\x80\xbc\xd3\x9f\x63\x20\x31\xec\xf0\xa8\x5e\xca\xaf\x31\xc8\x5e\x1f\x14\x09\x4f\x8b\x8c\x41\x16\xcd\x8a\xd7\xec\x47\xfa\x33\xd6\x33\x86\xf7\xd3\x4d\xd9\x88\xbd\xbc\xe7\x3b\x85\xe2\xa7\xcb\x19\x84\x9d\xe5\xf6\x5a\x42\x7f\xb3\x80\x59\xda\x1d\x5b\x70\x2c\xfa\x82\x21\xc7\x7c\x41\x05\x3a\x4f\x08\x5a\x06\x67\x74\xef\x6f\xa0\xaf\xa4\xfa\x78\x9e\xc3\x3e\xc9\x0d\x5c\xed\xd7\x2b\x11\x0e\xb0\x9a\x50\x30\xca\x83\x56\x27\x2c\x5c\xef\xdd\x45\x28\x53\x48\xed\xe5\x31\x29\x8e\xa4\x4a\x34\x00\xe1\xf4\x0d\x44\xa4\x2b\xb9\x04\xe7\xc2\xd9\x44\x9e\x9a\x43\x29\xf2\x84\x8d\x7b\xa4\xe1\x87\x78\x82\x24\xf0\xd0\x08\x22\xba\x7a\x02\xc8\x02\xfd\x0d\x79\x24\x05\x8f\xda\xcb\x97\x09\xf9\x70\x04\x38\x79\xd8\x1e\x1d\xd5\x47\xa2\x44\xc9\xc2\x84\xd5\x74\x2a\xce\xad\x83\xe7\x8a\xf5\x4e\x8e\x18\xf2\x4b\xb4\x7c\xe3\x11\x2a\x09\x12\x74\x8b\x76\x65\x57\x7d\x95\x30\xf3\x25\x2f\x10\x60\x1f\x7f\xb6\xd8\x76\x8d\x55\x21\xf7\xc0\x3e\xf0\x4d\x1f\x5a\x6f\xc8\x0e\xaa\xfc\x62\x31\x2e\xda\x93\x98\x16\x1f\xf6\x4c\x9e\x85\xd6\x5b\x3b\x18\xf2\xe3\x7f\xbd\x7c\xfb\xe6\x24\xff\xf4\xf4\xe6\xe6\xe6\x29\x17\x7f\x7a\x68\xb7\x1c\xda\x71\xc5\x8f\x18\xfc\xf7\xf3\xd7\x27\x79\xd9\x2f\x9f\xcc\xf2\x73\xa1\xda\x91\x18\xaa\x13\x05\x1c\xa4\xe0\x91\x40\x04\xe2\x1f\xa7\xe6\xba\x63\x54\x0b\xea\x1f\xe4\xf1\xcc\x1d\xaf\x9e\xb9\xcf\xdb\x5b\x36\x70\xa3\x77\x8c\xc2\xb2\x2d\xe1\x7d\x8e\x1f\x2e\x83\xb8\x86\x0f\x53\xe1\xae\x87\x20\x15\xb5\xa3\xdd\x78\xb5\xd4\xc7\xb7\x07\x20\xe6\x70\x79\x06\x57\xcb\xa8\xa0\xe5\x85\x0b\xa7\x30\x6b\x5c\x89\x4a\xb1\x65\x2f\x39\x60\x16\xa5\x2d\x44\xb9\xfa\x61\x58\x18\x51\x17\xf0\x76\xec\x77\xf9\xbf\xe2\x1a\xf3\xc6\x4c\x46\x9c\x65\xb8\x05\xe0\xd9\xb0\x30\xde\xfd\x72\xd2\x0f\x0d\x40\x5e\x33\x33\xe9\x2b\xe6\x05\x09\x6c\x54\x89\x2a\xc3\xd8\x6d\x9d\x5f\x1a\x32\xe5\x18\x70\x4d\xaa\x1b\x17\x49\x5d\x0a\xa6\xb3\x6d\x5e\xe4\xb6\xea\x89\x86\x62\x30\x7b\xfb\x78\x1e\x12\x97\x95\xc4\x59\xe5\x0e\xd0\x10\xfd\xc7\x3b\x9a\x88\xeb\xf2\x89\x38\x64\xaf\x4e\x72\x73\x66\x3e\x51\xc3\xe1\x89\xdd\x7f\xa2\x5f\x87\x3a\xfe\x16\x47\x52\x15\x88\xec\x13\x8e\x0b\xfc\xa9\x26\x96\x0d\xcd\x62\xf5\xd7\x89\x49\xc1\x61\x2a\x41\x33\x26\x17\xd9\x51\x78\x80\xaa\x12\x6e\x2c\xbe\x0b\x69\xcd\xf5\x79\xc0\x72\x98\xe1\x9e\x69\x2f\x7b\xc4\x7f\x9e\xa2\x26\xa2\xad\x0a\x78\x17\xf7\xbf\x51\x68\x3d\x3f\x85\x15\x95\xd8\x79\x09\xfd\x03\xf1\x4b\x25\x9e\xe9\xe3\x7c\x36\xa2\xae\x91\x77\x55\xea\x3a\xe2\xcf\x14\x70\xd0\xc6\x88\x2d\xd2\xa5\x18\x8b\x53\xb1\x85\x63\x1c\xa0\x5c\xf3\x30\xce\xc4\xde\xa0\x40\x00\xd2\xe7\x21\x2d\xe5\xa7\x8d\xce\xe0\xe4\x48\x89\x0c\x6e\x90\x82\x12\xf8\x33\x81\x39\xf3\xd4\x51\x9c\x41\xe0\x26\xce\x96\x12\x8b\x97\x33\x8a\x19\xec\x79\x15\xa9\xd5\x22\x40\x4a\xa4\xca\x41\xe6\xaa\xd9\x15\x30\x99\x3e\xc7\x8f\x11\x6d\x22\xe6\xbc\x16\xf7\x10\xf9\xe5\x67\x6b\xbf\x6d\x6e\x2d\xac\xf2\x73\x7c\xe9\x53\x11\x7e\x64\x11\x4c\x07\x15\x21\xa7\xea\x8a\xcc\x34\xa0\x50\x3b\x64\x4a\x56\xc2\x3f\x95\xf7\xc1\xb1\xa4\xac\xd5\xa6\x3a\x2d\x9e\x11\xde\x61\x80\x75\x21\x8d\x41\x29\x2f\x4f\x6b\x74\x62\x37\x35\x88\x98\xe3\x07\xf0\x67\xf7\xaa\xa3\x4a\x51\x35\x2b\x82\x42\x37\xbc\xde\x22\x71\x68\x9a\x1a\xc5\x38\x1c\x70\x80\x1a\x86\x2d\x8e\x23\x3d\x1a\xb6\xd8\x17\xf5\xb1\x8b\x5d\x51\x9c\xfc\x61\x12\x26\x2d\xf8\xc9\xb2\x8c\x23\x13\xc7\xa1\x7e\x46\x70\xe2\xe9\x95\x1b\x8a\x4e\xf7\x2e\xf5\x5d\x0e\x3c\x2b\x3f\xb8\xcf\x08\x53\x3c\xbc\x28\xfe\x19\x52\xd4\x54\x5f\xe2\xa4\xb8\xd9\xbd\xcf\x9d\x67\x55\x5d\x5f\xcf\x16\x2d\x09\x11\x1c\x0b\x18\xaf\xea\xf3\xd9\xc4\xdf\xf9\x25\xbe\x05\x44\xc3\x1f\x7c\xa7\x71\x10\x24\x51\x6f\xaa\x7c\xa7\xae\xc8\x92\x08\x1f\xda\xe1\x2b\xe3\xcf\x29\x47\xfc\x69\xdf\x34\x78\xd4\x41\x72\x66\x52\x04\x4f\x39\xf3\x2f\x44\x31\x0e\x4f\x39\xa3\xd0\x25\xa7\x38\xb0\x6e\xbf\x25\xfe\x5b\x9f\xb4\xbf\xe4\x0f\x04\xff\x71\x10\x87\x9a\x24\xf1\x72\x65\x30\xbf\xc8\xa7\x87\xe2\x2a\xc3\x95\x16\x53\xc1\xf2\x4d\x2d\x8d\x20\x00\xe1\x21\x2a\x67\x81\xa1\x06\x47\x60\x84\x56\x15\xa4\x83\x08\xe2\xa3\x9e\x3e\x5c\x05\xc5\x50\x84\xd0\x89\x06\xc1\xfa\xf1\xd5\x1b\xf9\x44\xe4\x1f\xbd\x83\x8a\x08\x46\xec\x40\x2d\x59\xfa\xa2\xc9\x1e\x11\x0c\x4a\xb9\xc3\x4e\x70\x9c\x97\xbb\x64\x73\x35\x95\x50\xeb\x21\x86\x91\xd4\xc1\xb1\x8e\x76\x44\x0b\x82\x7f\xf6\x25\xab\x5e\xe5\x83\x25\x28\x79\x95\x8e\xe3\x1c\x45\x97\xd5\x86\x83\xde\x10\xf9\xb8\xf6\xae\xdc\x41\x4b\xc1\xd5\x66\x16\xb6\x69\x36\x15\xbe\xc9\xf2\x24\xea\x96\x68\xcb\x65\x97\x2a\x48\x80\x58\xb5\xc5\x35\xfc\x19\xf9\x6f\x48\xa5\x81\xc5\x62\x17\x6d\xf9\x74\x58\x8c\x16\x4f\x50\xea\x12\x3f\x42\xba\xfa\x23\xf2\x9f\x90\x56\x6c\xc4\x17\x26\xae\x4c\x5c\x31\xf3\x67\xa7\xfd\xf5\xb0\xd3\xc0\x14\xba\x11\x07\x0d\x62\x17\xc4\xc7\x5d\xb1\x47\x10\x87\xcb\x8f\xd5\x3b\x3a\x22\x30\x7b\xb7\xc9\xc3\xfc\x70\xa8\xba\x5e\x82\x2e\xef\xdb\x66\x75\xe0\xb7\x38\x7c\xbf\x93\xd2\xc2\xbe\x94\x86\x8d\xfc\x42\x31\x64\x0c\x84\xf9\x91\xb7\x32\xd8\x7f\xa7\xa5\x89\xe0\xf7\x81\x24\x06\x86\x6e\xf2\x6a\x47\xf5\x7f\x94\xf7\xa8\xa5\x7a\xe2\x2d\x43\x50\x68\x62\x33\x6b\x89\x4b\x6b\x79\xd0\x4f\xd9\x8b\x57\x49\x99\xf8\xfa\xac\x19\x85\x63\x38\x12\xca\x07\xdf\xb7\xf4\x61\xd4\x98\x89\xe5\x20\xf9\x32\x76\xd7\x81\xe4\xc4\xb1\xd4\xf1\x29\x63\x39\xa9\x8f\x93\x43\x0b\xdd\xce\x1a\x1e\x2b\xe4\xb0\x7c\x24\x4c\xfe\x6b\xf9\xc5\xda\xcf\x31\x36\x8d\xc3\x96\x53\xde\xd3\xe1\x5a\x3b\xf8\x30\x01\x7f\x2a\x1f\xb1\x8d\xa5\x21\xde\x25\x17\x9f\xbd\xa2\x4f\x30\xc5\x14\xa6\xba\xb4\xb4\xed\x9f\xe2\xf8\x8a\xdd\x18\x7a\xaa\x86\xe6\x14\x51\x22\xca\x8c\xb0\x9d\x7d\x00\x6d\xa7\xc0\x09\x30\xdd\x2e\xc0\x9e\xb8\x61\xe0\x8d\x3b\xda\x68\xc2\x1c\x46\xa8\xd4\x50\x36\x01\x2c\x47\xa1\x66\x45\x05\xfb\x10\x66\xfa\xf4\xb3\x76\x86\x5e\x7f\x78\x85\x86\x75\x49\xc1\xe6\x44\x28\x73\xc7\x59\x37\x6a\xcd\x1b\x6e\xa4\x89\x7b\x0e\xb7\xe1\x1e\x48\x7d\x08\x5d\x3d\xca\x82\x30\x05\xd5\x3d\x32\x62\x41\x46\x75\xa9\xcf\xb5\xdb\x57\x86\x07\xe1\x39\x67\xed\xbf\xde\x30\xc3\xc1\x6c\xbf\xb3\xec\xd7\xa6\x5d\xbf\x8f\xcf\x72\x06\x3d\x7e\xa2\x8a\x87\x36\x87\x61\xc2\x33\x5a\x47\x00\xe3\xd3\x5a\xb1\x46\x43\xe0\x9f\x79\x9b\xa6\x1a\x78\x06\x10\x5d\x9a\xbc\x16\x0d\x5f\x5a\x8b\x32\x3d\xb3\xc8\x89\xf2\x22\xa0\x3a\xb9\xfa\xe6\x24\xa0\x61\x74\x9d\xfc\x45\xef\x8c\xab\xdb\x36\x07\xdd\xe3\x1f\xfc\x68\x23\x07\x5b\x63\x45\xba\xb8\xb3\xbc\x42\x02\xce\x21\xf6\x68\xe1\xf7\x22\x45\x2b\x4a\x7f\x33\x84\x0a\x53\xd3\x01\xa7\xea\x2f\x4d\x1f\x3c\x9c\x97\x3c\x74\xe7\xe2\x5f\xe1\x09\xca\xc4\x33\x97\x2b\xc7\xac\x4c\xf8\xec\x87\x57\x4d\xb5\x13\x32\x85\x48\xbd\x0b\x3a\x09\xe1\xcc\xd4\xe1\x60\xe1\x27\x50\x17\xae\x81\xd5\x22\xe4\x00\xa9\xf0\x2c\x66\x9d\xdc\x8b\xed\x66\xb1\x19\x47\x6b\x36\xe2\xd0\x1f\x8b\x31\xd3\x08\x9f\xc4\x1f\x04\x3e\x89\x8e\xaa\x0a\x96\x42\x42\xb0\x4b\x72\xbe\x25\x49\x77\x9b\x68\x5c\x50\x11\x4b\x08\x3f\x1c\x79\xd8\x6f\xfc\x0c\xec\x97\xc7\xc6\x1d\xd7\x71\x77\x74\x5c\xe7\x9f\x38\x76\x4b\xbc\xc3\xbb\x76\xfa\x41\x39\xaf\x56\x1e\xbc\x2c\x17\xb2\xa6\x9e\x98\xfb\x47\x1c\x38\x53\x50\x47\x96\x92\x29\x08\x35\x7d\xae\x49\x59\xfd\x42\x09\x53\xff\x39\xb7\xd0\xf4\xe1\xd4\x61\xaf\x47\xaf\xa0\x25\x9d\xfe\xb2\xd7\xd0\x8e\xba\x60\x24\xb4\x62\xa8\xa4\x18\x3d\x41\x80\x01\xde\x59\x24\x7d\x90\xc0\x77\x38\x28\xd6\x9d\x0b\x84\x5a\x4d\xe5\x29\x02\x31\xae\xdd\xff\x1e\xc1\x11\xd3\xf9\x5d\x0f\x13\x0c\x7b\xc9\x34\x26\x84\x8b\xf0\x9d\xbc\xb3\x84\xe7\x4b\x9a\x81\x19\xf6\x1f\x7f\xac\x60\xda\x22\xca\x4a\x8c\x1b\xd3\x3e\x83\x8f\xb1\xf9\x8b\x1a\xb1\x6b\x17\x3e\x4d\x24\xd6\x48\x68\xe3\xcc\x81\x03\x95\xc9\x1d\x3c\xd4\xab\x54\x7b\x16\xdf\x79\x9d\x27\x0f\x14\x9c\xc7\x97\x64\xe3\x5b\x05\xdf\x84\x62\xea\x1c\x69\xaf\x1b\x0d\xd2\x23\xa5\xc4\xcd\x8f\xbd\xbc\x16\x10\x81\xe4\x1b\x5c\xe2\x64\xce\xb0\x7c\xda\x86\xfc\x9d\xb7\xcd\xb6\x0c\x1d\xcd\xdf\x35\xec\xde\x6a\x20\x69\xb0\x84\xb4\x60\x28\x13\xd2\x55\xf0\xb7\x68\xf1\x21\x5d\x1e\xc6\x45\x44\x14\x97\xaa\xa7\xa5\x8f\x38\x09\xce\x5a\x6b\x87\xa0\xf2\xcd\x10\xba\x46\xf4\x38\x3d\x57\xd9\x33\x5e\x0e\xd5\x19\xa2\x31\xc8\xc3\xb3\x9a\x92\x36\x2a\x69\xcc\xe3\xc4\x58\xa8\x7c\x65\x40\x5f\x51\x19\xe7\x0f\x82\x90\xe3\x4c\x09\xe1\xc7\xed\xe5\x65\x66\xd1\x35\xe6\x47\x2d\x66\xe3\x34\x2a\xb7\xd4\x3a\x08\xc1\x2a\xf7\x62\x92\x76\x3d\xc4\xe7\x34\x8c\x3b\x0f\xc3\xe6\x4e\x4c\x85\x0b\xcd\x9a\xea\x96\xe5\x6d\x31\x69\x05\xbe\x8a\xb1\x1f\xb8\x7a\x91\xf6\xc3\x43\x7c\x4e\x3f\xb8\x15\xdc\x2f\x17\x91\xef\x8e\xfe\x70\xd0\x52\x71\xaf\x4c\x5c\xaa\x86\x5d\x8c\xe1\xb1\xaf\xdc\x49\x0e\xb7\xb4\xd5\x80\x33\x61\x9b\xcf\xf8\x48\x95\x1c\xf1\x22\x9a\x60\x1e\xc4\x45\x74\xf2\x79\xa1\xfb\x89\x00\x2e\xf2\x73\xc9\x00\xea\x9c\x3f\x93\x40\x8b\xe3\x73\x49\xfa\x15\x99\x3d\x70\x5f\x4a\x1b\x34\xf3\xfe\x23\x59\xe0\x2c\x0c\xb0\x70\x7e\xfe\x50\x01\xeb\x67\x2b\xb9\x02\x44\x74\x4d\xe1\x0d\xe6\x5a\x1d\x57\x16\x88\x39\xa0\x02\x11\x1f\xc3\xd9\x8e\xf5\x7c\x9b\xb3\x27\x94\x30\x9b\xd8\x50\xcd\x15\x0f\x50\x6c\xdc\xf7\xae\xaf\x1c\xce\xa2\xf1\x77\x80\xab\x3b\xef\xf4\x8d\xbb\x12\xcf\x75\x79\xdb\x3d\x20\xcc\x51\x31\x69\xe6\xb7\xfa\x18\x41\x22\xda\xad\x5b\xc4\x38\xb0\xb5\x66\x62\xe1\x50\x01\x15\x7e\x13\x46\xc9\x0a\x8b\x01\x35\x80\x47\x0c\x55\xf4\xe8\x2e\xa2\xf0\x05\x1d\x00\xd9\xb8\xbb\x07\x20\x0b\x12\x55\x87\x03\x17\x47\x12\x70\x57\x47\x64\xcf\x7f\x41\x47\x40\x37\x3e\xb3\x23\x27\xd6\x0b\x7d\xa5\x79\xb5\x9a\xdc\xff\x77\xf5\x6f\x20\x08\x01\x39\x93\x67\xc4\x8d\x18\xc0\x53\x0c\x92\xda\xa4\xa7\x98\x53\x38\xcf\x66\xc3\x5d\xe2\x5c\xdd\xdc\x4e\x71\x5e\xb5\xd6\x17\x38\xb5\xe9\xed\x03\x3d\xe5\x62\x55\x35\xad\x3b\x9e\x1f\xac\x7b\x7f\x43\x21\x7d\xc8\x80\x1d\xad\xfb\xf6\x56\x39\x1d\x84\xb0\x4e\xde\x61\x88\x41\xf1\x45\xa6\x83\x73\x87\xbc\xe1\xfe\x2b\xd6\xea\x7d\xb6\x2a\xba\xcd\xa2\x29\xf0\x5a\xee\x73\xfb\x9d\x89\xae\x4c\x0c\xdc\x78\xd0\x3b\xbe\xe4\x9d\x0f\x5f\xf6\xbe\xf3\x59\xf6\xf4\xe1\xfe\xe1\x4b\xfe\x9d\xbc\x65\xb5\x36\x16\x71\x7d\xd0\x9b\x7e\xea\x0c\xcb\x33\x8e\xdb\x54\xac\xfa\xe6\x84\x6c\xd7\xd4\x95\xf8\xdd\x9d\xcb\xaf\x8a\x9f\x65\xf7\xd7\x55\x5f\xf0\x87\xbc\x21\xa8\x29\x7c\x3b\x31\xeb\x9b\x1e\x2f\xc4\x5c\xf1\xdf\x6f\xf2\x87\xab\x2c\x0e\x1d\x5a\x6d\x56\xd0\x2d\x45\x37\x2a\xbf\x5d\xbe\x7b\x03\x1c\x97\xed\x5b\x7b\xd4\x3c\xd6\x80\x6e\x42\x07\x7f\x70\xdd\xd6\x4e\xa2\xd2\x43\x37\xd5\xa2\xdd\x41\x85\x37\x08\xeb\xff\x17\xa6\x9d\xf9\x76\x01\xa5\xeb\xe2\x7b\xd1\x5c\x9e\xb8\x84\x64\x41\x7c\xc6\x3e\xbc\x6b\x99\x24\xa7\x47\x69\x4c\x97\x67\x68\x92\x24\x0e\x2e\x9c\x24\x14\xcb\x51\x2b\x66\x81\xf1\x69\xe6\xfe\x1c\x53\xcc\x11\x3a\xa9\x3d\x7d\xdc\xd0\x67\x89\xc7\x7f\x92\x24\xb7\x4b\x06\x23\x11\xbd\xb0\x4f\xdb\x36\x6b\x3a\x3a\x45\xd7\x9c\x0e\x4f\xf9\xf5\xb4\x4e\xbb\xcb\x9d\x54\x81\x90\x56\x3e\x05\xc6\xe0\xbe\xe8\xd2\xd2\xd8\x9f\x3e\x41\x2f\x20\x8f\x00\x63\xec\x24\x22\x3e\x13\x88\x64\x62\x78\x40\x26\x91\xc5\xa7\x20\xbb\x9b\x4a\x9e\x07\xb9\xc4\x8f\x49\x98\xf6\x00\xad\xe3\xa1\x76\xb9\xec\x66\xc0\xb1\x38\xf0\xfe\x63\xa3\x8f\xe9\x70\xb0\x84\xf0\xd6\x63\xfe\x16\xdb\xb1\xbb\xb3\x90\x3b\x17\xd9\x1f\x5d\xdf\x97\xd4\x92\xee\xa6\xc1\xf4\x01\x19\x6b\xd6\xa3\x56\xfd\xbc\x8a\x28\x1f\x76\x91\xf3\x28\x10\xb7\x45\xbd\x15\x2c\xfb\xb3\xea\x18\xf4\x32\x42\x84\x6a\xbe\xbc\xab\xa0\xff\x4c\xef\xa9\x37\x83\x4e\x26\x34\xcf\x40\xee\xa9\x61\xd0\xc5\xc9\x2a\xbe\xbc\x93\x38\x69\xeb\xb5\x9c\x3a\x47\x3a\x79\x8b\x07\x42\xdb\x95\x0a\xae\x5b\x76\xaa\xfd\xd9\x1c\xfd\xee\xa9\xf2\x58\xaf\xef\xac\xf3\x0b\x86\xb1\xae\xfa\xf9\x7a\x19\xbb\xcf\x8f\x23\xb7\x0b\x26\xdc\x7c\xb8\x97\x4b\x89\x09\x54\xa7\x4a\xcb\xe9\xe2\x77\x4d\x30\x3a\xc4\xea\x8a\xa9\xea\x8f\xf5\xad\x2d\x71\x37\x9a\x83\xa9\x76\xdd\x46\x5d\x06\xde\x95\x62\x66\x79\x34\xa3\xb4\x67\x85\xbe\x4b\x55\xc2\xb8\xde\x3d\x92\x88\xb7\x8f\x97\x05\xee\x26\x7e\x83\x17\x45\x40\xda\x51\xda\x38\x5b\x9e\xad\x27\x77\x36\x34\x18\x8b\xa3\xeb\x6e\x6e\x5b\x74\xa5\x2f\x3f\x6b\x04\xce\x41\xc6\x0f\x83\x11\x45\x89\x18\x48\x1e\xf1\xd8\xc9\xc4\x3d\x66\x77\xad\x72\x25\xb7\x7f\xd5\xc7\x53\x0f\x6d\x8b\xe7\xaf\x96\xce\x23\x03\xf2\xed\xde\xb1\x42\x8f\x92\x5e\x7c\xd9\x18\xf9\xf1\xbb\xd1\x46\x78\x87\x64\x7d\x0c\xef\x1f\xda\x0e\x53\x15\xff\xb3\xdb\xa1\x75\xbd\x1a\x6e\x0a\xcf\x1e\xe0\x75\x2f\x9a\xbb\xbe\xc2\x31\x71\x29\xaf\x7d\xfd\x82\x6f\x4f\xae\x0f\x2d\xbb\x14\xcc\xd7\x4d\xdb\x10\xc6\x49\x04\x70\x49\x23\x8e\x42\xd3\xba\x89\x02\xb0\x58\xdc\xce\x0f\x1a\x5f\xc3\xca\x9c\x23\x99\xd8\x3e\x0e\x4e\x11\x4b\x81\x79\xb2\x32\xac\x87\x5e\xaa\xf5\x02\xdc\x94\x95\x3a\xb5\x0c\x57\x52\xcb\x34\x0b\xbe\xf0\xa5\x71\xc7\x00\xfc\x56\x53\x1c\x2c\xec\x84\x1c\xc5\x99\x30\xe0\xb0\x9f\xf3\x50\x11\x76\x42\x92\xf3\xd7\x48\xce\xaf\x38\x79\xdc\x82\xf5\x2a\x14\x1b\x74\xea\x58\xb9\xeb\xb6\x1c\x95\x79\xc1\x8f\x42\x0d\xe1\x6d\xe6\x36\x65\xb1\x1f\xcd\xdb\x4b\x4a\x1c\xcd\x1a\x20\xc7\x13\x00\xd8\xe3\xb3\xe0\x4b\x55\x2b\x08\xd1\xbe\xc4\xab\xd5\xf6\x58\x1b\x15\xbc\x8b\x86\xf0\x35\x33\xf1\x47\x4a\x28\x37\x35\xec\x95\xda\xf6\x46\xbd\x6a\x16\x1c\x46\xa6\x33\xe8\xb7\xf2\xe9\xa0\x16\x4d\xd3\x93\x2c\x47\xa0\xc4\x46\xc2\x55\x56\xa6\xe9\x47\x4b\x67\x46\x78\xf9\x61\x34\x53\x02\x3d\x9e\x2a\x81\x3e\x3e\x57\x3b\x7e\x9a\x8f\xda\x6a\x0f\xcb\xfe\x40\x34\x27\x34\x78\x7e\xc9\x4f\xfa\x5d\x86\x8c\x51\x8b\xa3\x92\x1e\x43\x87\x85\xa7\x5a\x5e\xf2\xc3\x8a\x93\x4d\x9f\x71\xce\x9d\x6d\x8f\xca\xfa\xc6\x47\xc5\xa7\x76\x4a\xdb\x10\x61\x61\xa2\xb4\x38\x2c\x3f\x94\xfc\x3c\x53\xb7\x99\xc3\xa9\xc3\xd7\x75\x61\x60\xf9\x8f\x00\xcb\x5f\x12\x58\x7e\x05\x8d\xdb\x44\xad\x74\x8e\xee\xca\xbe\x80\x13\x92\xab\xe5\xe7\x33\x5a\x01\x49\x9e\x2a\x05\x4d\xdc\x5c\xe5\x1f\xdd\x85\xcc\x92\xba\x1a\xde\x42\x59\xa7\x22\xd1\x69\x00\x99\xaa\x8d\x63\x49\xcb\x81\xbe\xbc\x5d\xea\x9b\x61\x9f\x7a\xee\xc3\x3b\x49\x71\xb0\x90\xf1\x08\xd6\x68\x24\xfc\x50\x10\x8a\x86\xc0\xaf\x52\x42\x29\x14\x2c\x02\x0b\xe1\x22\xb8\x0b\xf6\xdd\x99\x02\xdc\x17\xb2\x99\x8e\x42\x5a\xf3\x06\x68\x2d\x0f\xe1\xb4\xd1\x4e\xa6\x52\xc8\x8a\x08\xd8\x72\xef\x4b\x9f\x5b\x27\x9c\x83\x9f\x03\xae\x7d\xd9\x63\xeb\x9c\xa6\xb0\x6c\xa1\x75\x16\x95\x68\xa4\xb5\x17\xa8\x15\x4c\xe4\x0a\x48\x13\x92\x62\x9c\x30\x5e\x7a\xb2\xdf\x96\x97\x84\xce\x91\xb4\x78\x80\xd2\x5f\x4d\xb3\x90\x66\x21\xd0\xbb\xa6\xc3\x5d\xbc\x2d\xd7\xac\xa8\x90\x8b\xe4\x08\x1d\x86\x1b\x41\xef\x90\x6c\xd2\x8d\xbf\xe3\x75\xd5\x60\x94\x6e\x60\xa9\x53\xa2\x0d\xf3\xfe\xb0\x6a\x33\xad\xc3\x07\x15\xd6\x91\x41\x74\x31\xaf\xbc\x54\xed\x60\xde\x79\x02\x29\x2f\x59\x8a\x61\x73\xeb\x4b\x43\xae\x34\x41\x6d\x50\xc3\x6b\xc8\x9c\x6e\x96\xf7\x45\xd7\xf1\xa3\xd2\x51\xd5\x0d\x63\x01\xab\x5c\xe4\x62\x0a\x54\xed\x70\xbb\x3d\xd4\xca\x31\x59\xef\x95\x45\x92\x5d\xed\x23\xcc\xd9\x43\xdd\x9a\x73\x9f\x51\x31\xce\x85\xc3\x14\xf8\xb5\xa4\x38\xb2\x2b\x3e\xe9\xb3\x8e\xf1\xdd\xd8\x73\x7d\x21\xd6\xdd\x9f\x3d\xb3\xdc\xd7\xfc\x58\xec\xb1\xb2\xa6\xe3\x7b\x7c\x49\x04\xe6\xe9\xd7\x78\xd2\x86\xf6\xc3\x7a\xdb\x2c\x0a\x76\x62\x91\x37\x82\xf1\xde\xec\x13\xad\x83\x5f\x71\x72\x48\x39\x7c\x67\xbc\x18\x20\x29\x8d\x7e\x53\x2d\x68\x50\x22\xe8\x8f\x0b\x18\x80\xbd\x43\xb1\x0e\xb8\xcc\x2d\x29\x8a\x27\x85\x10\xd6\x83\x33\x04\x43\xf9\x99\xba\xa0\xb4\x34\x9c\x87\xbd\x9d\xef\xf5\xcc\xd5\x31\x7c\x54\x83\x2b\xe3\x9e\xf0\x60\xb6\x4f\x62\x3f\xf9\x7a\xe4\xbd\xd5\xb9\x21\xdb\x7d\x75\x1d\x7d\x9e\x75\x12\x65\xa2\x7e\xdf\x30\x46\x48\xbf\x21\xe7\x9d\xe6\xe3\x14\x37\x10\x3c\x95\xaf\x66\x47\xad\xa3\xeb\xa9\x84\x56\xe5\xfe\xc6\xcb\xd5\xfc\x12\x54\xce\x3c\x2f\xde\x28\x60\x11\xcb\x5f\x95\x0f\xd1\x2d\x62\x50\x7d\x76\xdb\x8d\xb1\x33\xe8\x48\x50\x9d\xa4\xef\x00\x47\x67\x11\x1f\x9a\x23\xed\x47\x1b\x29\x42\x4f\xf9\xe6\xbd\x76\x2c\xed\x80\xd8\xf1\x9a\xd6\xfb\x56\xa5\xca\xcd\xa4\x2b\x13\xee\x53\xa7\x6e\xc9\xee\xf2\x0d\xa6\x5a\xe5\xfe\xf0\x80\xba\x27\xc6\xed\x84\xca\xa3\x84\xa7\xde\x48\x48\xdd\x7c\x90\x14\x0d\x3f\x66\xf3\x11\x15\x2c\x08\xf7\xb0\x3d\xb7\x9d\x93\xd6\xa4\xc4\xf8\x3d\xfe\xb4\x0b\x92\x32\x36\x0d\x4b\xba\x6a\x0f\x73\x7b\xc3\x5a\x55\xc1\x33\xa8\x10\x85\x7b\x6b\x2d\x6d\xf8\x1c\x2a\x34\xc3\x4a\x67\x07\x5d\x1e\x50\xda\xa4\xdb\x52\x4a\xc2\xb2\xda\x55\x7b\x25\xe6\x9a\xe5\x7a\x2f\x29\xfe\xa5\x14\x49\x29\x11\x63\x88\x29\x8f\x44\x1b\x5a\x69\xfa\xd8\x29\xcb\x75\x52\xab\x19\x74\xce\xd5\x0a\xa8\xe9\xc3\xc2\xf5\xa6\x2b\x49\x8e\xe0\x97\xec\x69\xe7\xf6\xcd\xb2\xd9\xe2\xb4\x94\x34\xde\xb4\x48\x53\xd8\xe1\x2d\x0d\x49\xc5\x95\x68\xbe\x52\xd2\xf5\x9a\xb2\x97\xb7\x52\x2e\xf8\xad\x14\x49\x81\xf6\x6e\x05\x7f\x69\x56\xd6\x3d\x7f\xe3\xd3\xed\xa4\xb2\xdc\x0b\xfd\x9e\x82\x71\xee\x55\x45\xcb\x4f\xb5\x7c\xa3\xc1\x8b\xad\x0e\x84\x5b\x6e\x5a\xf1\x73\xde\x6f\xb9\xbf\xfc\x80\x2a\x0c\x6f\x6c\x86\x90\x87\x8c\x36\xd5\x7a\x03\x8f\x03\x22\x49\x6b\x71\xe1\xe7\x5d\x34\xb3\x89\x67\x36\x48\x63\xb2\x83\xfd\x51\x33\xcb\x8f\xec\x5d\xe9\x40\x30\x22\x00\x84\x11\x15\xbd\x04\x82\x2a\xa7\xae\xe5\xe5\x21\xf7\x28\xf4\xf0\x8d\x29\x10\x88\x70\x60\x73\xef\xf9\x2a\xd7\xd3\x0a\x91\x56\x77\xfa\x94\xa7\xdc\x31\x4d\x02\x5e\xcd\x46\x2d\x98\x9f\x15\x42\x66\xde\xd3\x9b\xee\x60\x5d\xbf\x3c\xdc\xd7\x73\x42\x05\x04\x79\xc3\xdf\xa3\x60\x1d\x4b\x83\x0b\x7d\xc1\xad\x64\xfd\x71\xcc\xe2\xa5\x52\xbc\x90\xcb\x27\x9f\x0c\x6f\x24\x7c\xa7\x4d\xb2\x84\xef\xb4\x9a\x61\xda\x0b\x00\x62\xf0\x4f\x20\x76\x7c\xd6\xce\xbb\x82\x09\x13\x9d\x2a\xab\xfc\xf2\xd4\x90\x7e\xd7\xef\xed\x35\xf7\xcb\xf3\xab\x8b\x3b\x76\x11\x83\x2a\x86\x03\xd2\xa1\x39\x67\x29\xaa\x23\xcb\xe1\xbb\x05\x68\x90\x1d\xa3\xca\x19\x38\xd7\xc9\xd6\xe9\xa6\xe1\xee\xe2\xd5\x18\x79\x49\xfa\xa2\x39\x5b\xca\xeb\x5e\x5a\x66\x96\x9f\x13\x3f\x53\xb1\xaf\xa6\xb5\xa6\xfe\x82\xfc\xf0\x71\xb9\x2f\x5a\x7b\x07\x09\xcf\x58\xe7\x8f\x4e\x1e\xcd\x12\xba\x33\xef\xf1\xe6\x9c\x06\x3a\xbb\x7a\x7d\x49\x3f\x97\xed\xad\x38\x23\xe8\x48\x3f\x54\x7b\x06\x9b\xf3\x9d\x32\x61\xa8\x29\x05\xb0\x7f\x44\x8a\x6d\x7c\xb6\x5a\x97\xed\x47\x8e\x18\xaa\xf8\x73\x71\x7a\x0e\x65\x11\x25\x79\xb2\xa3\x4d\x23\x3c\xb8\xb1\xeb\xb1\x13\xb4\x1c\x4d\xc2\xae\x1b\xe9\xac\xf6\x38\x7b\xe8\x8f\xd5\xe3\x22\x17\x0f\x79\x6a\xf1\x2c\xb0\x99\x1e\xf1\x77\x29\x74\xc2\xe6\x05\xaa\x3e\x94\x03\xd2\x32\xf7\x5d\x50\x9a\x25\x74\xdc\x1f\xda\x69\x3d\x9f\xe9\xa2\xe7\x2b\x73\x0c\xd6\x5d\xa3\x9e\x8c\xa7\x94\x96\x48\x20\xe7\x72\xb4\xa8\xaf\xc4\xa0\xea\xe0\x35\x31\x2e\xe1\xcd\xea\xe3\x89\x9d\x70\x7d\xbb\xc3\xdd\x4d\x51\x0e\x5c\x57\x15\xee\xa7\x1d\xa9\x5a\xf8\x2f\xc0\x10\x86\xc3\xdf\x42\x8d\x93\x6a\x68\x8e\x2c\x5e\x0c\x19\xc7\x8f\x4a\x88\x41\xd9\x45\x46\x13\x5e\x1e\xa7\xaa\xf2\x5c\x6e\x98\x03\x9e\x2b\xed\xc6\x3d\xac\x97\x54\x23\xb2\x9b\xde\x3f\x31\x9f\xf5\xd7\xce\x50\x38\xf5\xf2\xe8\x2c\x53\x7b\xb4\xe9\x5f\x83\x75\x5a\xf5\xaf\xa9\x91\x5a\x61\x8b\xfd\x3e\x9c\xfb\xfb\xfd\x36\x39\xf4\x1d\xc8\x47\xa1\x9b\x0e\xe2\x8f\x1a\xdf\xce\x01\xc9\x9d\x71\x0f\xc4\x57\xc7\x15\x60\xc8\x0f\x68\x72\x73\x7d\xcd\x2f\xe5\xf3\x13\x39\x1a\x65\x95\x3f\x39\x7c\x77\x68\x5f\x23\x21\xcc\x59\x21\x0c\x05\x2b\x8f\xe9\xb9\x86\x47\x78\x87\x44\x9e\x1c\x03\x6f\x0f\xc0\x03\xee\xef\xbb\x43\x2d\xb2\xba\xcb\xd2\x86\x38\xcb\x37\x02\xf6\xb3\x6d\x1a\xb6\xbb\x83\xd4\x3b\xde\xf3\x1d\x25\x13\xa3\xd1\x6f\xc2\x04\xb3\xfd\x7b\x39\x97\x17\xeb\x5d\x19\x58\xdf\x97\x72\x61\x6b\x54\x88\xfa\x3d\x2e\x41\xfd\x3e\x02\x2e\x3e\x5e\xc6\xb9\x5d\xe2\x4b\xce\x9a\xd0\x63\x84\x44\x94\x3d\x65\x03\x96\xb4\x21\xd2\x61\x0e\x42\xc5\xdd\xc6\xa1\xc6\xe5\xcb\x69\xbc\x60\xa8\x31\xab\xe9\x32\xf1\x8e\xef\x5c\x83\x9c\xce\x05\xe5\x94\x6d\xee\xf3\x1f\x35\xf6\xa9\x60\x9e\x2f\x76\x04\x0d\x38\xcb\x73\x82\x2e\x79\x0b\x3f\x12\xcb\x7d\x8d\xaf\x11\x50\xb2\x72\xa3\xa9\x24\x00\xbe\x30\x89\xd8\x2c\x0a\xf4\x6f\xe5\xad\xc4\x64\x99\x00\x5c\x73\x73\x01\x8c\xbe\xf2\xc7\x8f\x28\xeb\xa9\x64\x3d\x7a\x32\x2a\xc3\xa2\xf8\xee\xb0\x93\x1b\xaa\xd5\x5f\x4b\x79\xe8\x83\x59\x09\xc9\x40\x6b\x97\x6c\xca\x39\xe3\x8c\xbb\x8a\x76\x13\xa5\xba\xb0\x76\xab\x45\x5c\xba\xe7\xe6\x6e\x31\xb9\x7e\x04\xe9\x65\x87\x98\xea\x39\xf0\x98\xea\x25\x8f\x98\xaa\x58\xe5\xb7\x10\xa5\x76\xdd\xd6\x76\xd1\xe5\xe5\xeb\x74\xab\xc6\xdc\xc8\x9e\x3c\x66\x5e\xf3\x01\xbf\x53\xc6\x11\x98\x1f\xe4\x7c\x23\xfa\x89\x2b\xa1\x53\xed\x27\x55\x53\x87\x75\x74\x7f\xd9\x56\x7d\xf9\x87\x07\x70\xa1\x7a\xd0\x57\xab\xc5\x83\x27\x09\xd5\xab\x70\x5f\xcf\x91\xbd\x6a\x79\x64\x7e\x82\xda\x8f\xb5\x5a\x5b\x17\xc2\xf3\x9d\x3c\x7c\xa6\x2c\xaa\xfa\x7e\xa7\x53\x6b\xf4\x28\xb2\x22\x81\x1a\x79\x36\xc4\xfa\xc5\x57\x53\x5b\x97\x11\x83\xa9\xe3\xb2\xeb\x3b\xab\xe6\x47\x24\xc7\x0e\xca\x03\x6c\xf6\x20\x9b\xde\x82\xb3\xee\xe1\x0d\xb6\x57\xb5\x5c\x6e\xd5\x22\x18\x49\x50\x63\x9e\x73\xff\xbd\xe6\x72\xd8\xff\x11\xb6\xda\x28\xee\xc6\x5a\xe5\xc6\x96\xc5\x9e\x18\xf3\x22\xf2\x61\x67\x92\x10\x0e\x04\x09\xce\xc0\xb7\x27\xe7\x5b\xf5\x41\x90\x00\x0e\xb8\x43\x49\x1b\x99\x9d\x0e\xc2\x60\x89\xad\x89\x72\x5b\x52\xe8\x1d\xe7\x05\x39\xcf\x17\xb6\xd2\x16\x9a\x26\xac\xbc\x05\x4e\x98\x5c\x79\x44\x58\x9a\x6f\xcb\x7a\x0d\xb4\xfb\x77\xfe\x24\x16\x9a\x3f\xc3\x0c\x49\x44\x04\x68\xbe\xf9\xe6\xdf\x77\x16\x23\x01\x0a\x70\x4a\x09\x6b\x7b\x2f\xaf\xeb\xd7\xc6\x9f\xc9\xe7\xf8\x9e\xee\xa1\xc2\x1e\x25\xbf\x9a\x6f\xeb\x48\x9b\xa4\x71\xab\xf7\xf2\xa7\xd7\x6f\x07\x90\x13\xbb\x5b\x73\x26\xa8\x81\xe6\x4c\xec\x7d\xe8\xcb\x41\x44\x55\x8c\x83\xa6\x1c\x54\x14\xbb\xc5\xe0\x02\xc8\xfc\x5a\x2e\xb4\xca\x43\xbb\xf2\x66\x1b\x5f\xcd\xe0\x12\xd8\x77\xf6\xe2\x37\x1e\xd8\x1d\x95\xee\xf4\x91\xca\x08\x1e\x1f\xe4\xd0\xc8\x49\x5c\x38\x32\x3e\xe2\xf2\x13\xe6\x18\x6e\x3e\xd3\x53\x2c\x90\xe3\x19\xb6\x7c\x31\x72\x45\xff\x3e\x98\xb5\x26\x6b\x12\xc8\x62\x45\xd8\x2f\xd7\x66\x01\x7a\x2a\xdf\x29\x10\x2c\xc1\x1f\x8b\x6d\x80\x7a\xa5\x09\xa3\x56\x6b\xdf\x66\x2d\x8e\x1e\x8e\xd0\x89\x7b\xaa\x23\x74\x72\x01\x6c\xfa\x20\x57\x68\xbe\x1f\x5c\x99\x1f\xa8\xc0\x5f\x68\x92\x81\x1a\x48\xac\xd9\x20\xb4\xea\xd0\x4f\xda\x5c\x55\x90\xda\xce\xf0\x95\x60\x97\xd2\x08\xde\xd4\x02\x1b\xc9\x04\x2b\xda\xa5\x84\x01\xaf\x97\x61\x66\xcc\xc0\xf5\xf3\x59\x98\x1b\xb1\x85\x0d\x06\xb3\xad\xae\xcb\x60\x39\xd3\xd1\xbc\xa6\xb4\x04\x78\xd3\xf7\xfb\xce\x62\x09\x71\xd8\xbf\xcb\xfc\x2d\x7d\x0c\x06\xe1\xab\xd2\x91\xc4\x9a\xc2\xcc\x54\x30\x67\xba\x89\x91\x84\xe9\x29\x37\x68\x3d\x91\x1c\xb8\x1e\x49\x43\x4a\xbc\x6e\xf5\xfe\x55\xdc\xc5\x3f\x6b\xd2\x60\x46\xaf\xcb\x15\xae\x93\xaf\xe6\xa1\x84\xce\xeb\x0b\xcb\xe1\x20\x0b\xd0\x5d\x86\xf9\xad\xfa\xd8\x71\xd6\xef\x4f\x76\x9a\xa1\xac\x3f\x88\xc8\xc0\x6a\x2f\xc4\xae\x77\xbd\x92\xc0\x0c\xb7\x75\x5f\x7c\xca\x5f\x5a\xbe\xaf\x81\x0d\x2c\x28\xcd\x5c\x3c\x78\x19\x82\x44\xa9\xd7\x48\xc0\x39\x5e\xf0\xad\xfb\xf5\x56\x22\x12\x3c\x39\x5a\x9c\x23\xb9\xb4\x74\x8c\xa8\xba\xd8\x2a\x3a\x8b\xa9\x69\x6d\x5c\x66\xba\x36\x0b\x83\x10\xea\x90\xf7\xea\x1e\x8b\x94\x89\x40\x08\x49\x41\xc2\xc8\xa2\x5d\xab\xcd\xf3\xb4\x5d\x1f\xe4\x19\x5f\x5f\x75\xc5\xd1\x6c\x4a\x77\x42\x9c\x57\x16\xdf\x66\x70\x46\x08\x38\x1e\xab\xf0\xd0\x08\x3d\xae\x62\xf9\x44\x09\xb8\xce\xbb\x02\x67\x70\xa5\x8f\x0e\x97\x13\x45\x10\x07\x2a\x96\x40\x08\xa8\x3b\x0b\xa8\x6d\x57\xc0\x69\xa4\x63\x60\x2f\xbb\x04\x14\x62\x99\x65\x12\x85\x18\x4a\x19\x43\x86\x01\x63\x68\x3e\xcf\xb3\x65\x2b\x11\x5c\xf9\xcf\x15\x3b\x9c\x86\x1c\x7f\x3a\x59\x5a\x47\xb4\x6f\x75\x90\x70\x0f\xfa\x33\xc2\xc7\x17\x9b\x65\x97\x5a\xc6\xc4\x2b\xcf\x29\x40\xf9\xa9\x5c\x1e\x9c\x97\xcd\x4f\xf2\xad\x66\xed\x58\x4d\x63\xf7\xa2\x0e\x35\x5e\xf8\xbe\x90\x14\x07\x33\xf5\x0c\x98\x75\x1d\x12\x90\x49\x42\x47\xdb\x0f\xcd\xdb\x7c\x67\xe6\x37\x6e\xee\xd8\xfa\x9a\xce\x56\xc4\xff\x81\x2b\xb9\xc1\x22\x92\xc8\x0a\x91\x23\xe6\x21\x92\x04\x42\x8a\x08\xa4\x46\x95\x08\xf0\xea\x10\xad\xcc\x18\xdb\x0b\x43\xab\x25\x7b\x14\xb2\x13\x44\x1e\x9e\xe1\x3f\xdd\xc6\x92\x34\x64\x0f\xf1\x5c\x3f\x13\x98\xaa\x16\x99\x54\xb2\xc4\x36\xfb\x4a\xd2\xb4\x4a\xe7\x1f\x6f\x4a\xa1\xf0\x5a\x7c\xd0\x3c\x5d\x6a\xca\x10\xd2\x5a\x06\x10\x7b\xb0\x0d\x67\xc3\x8b\x3c\x3e\x0d\x21\xa9\xdd\x25\x06\x37\xa6\xe1\x32\x5a\x56\xb3\x67\x0e\x62\x3f\x1b\xf5\x36\x68\x76\x74\x45\xcc\xdb\xff\x3e\xaf\xd1\xec\x57\x99\xfb\xf7\x76\x6b\x5d\x4d\x94\xe6\x19\xe0\xbc\xf1\x92\x20\x5a\xf2\x1a\x78\xd6\x96\xb5\x7b\xef\x41\xbe\x92\x42\xc9\x6b\xa0\x5f\xc7\x57\x3f\xf9\x46\xd7\xd1\xd7\xd4\xc3\x03\xd5\xa8\x95\xaf\xa8\x88\x19\x7a\xf0\x72\x6a\xd7\x2e\x9f\x0d\xcb\xb2\xd9\x32\x05\xe3\xcc\x7f\xb1\x8a\x65\x8c\xf6\x94\xf7\x6f\xfa\x7c\xb6\x7c\xbb\xf1\x3d\x13\xdb\xda\x33\x19\xe9\xef\xdc\xfb\xd6\xe9\xdb\xe3\xf6\x8a\xf7\x17\x54\x30\x78\x72\x3c\xbe\xe1\xfd\x25\x9d\x90\x61\x0c\xdf\xa4\xb5\x35\x4b\xde\x73\xf4\x15\xea\x53\xb3\x47\x06\x35\xaa\x4e\xc6\xf6\xc5\xb5\xe9\x08\x87\xd5\x85\x81\x7e\x79\xf7\x06\x2f\xb0\xbb\x27\xea\x9b\xfa\x4b\xe6\x6d\xf2\xdd\xcd\xdf\xf4\x7d\xd0\x2f\xee\x56\x88\x94\xae\x78\x6a\xdf\x83\x5d\x23\xb8\x3f\x8d\xf8\x71\x23\x21\xf8\x20\x87\xfb\x88\xf8\x4e\x1f\xbe\x1b\xc0\x76\xff\xd8\xfa\x78\x47\x0c\xf6\x90\xbd\xbe\xac\x0f\xe5\x82\xfe\x4a\x72\xd5\xe9\x3b\x87\xa2\x49\x7e\x18\x5e\xef\x25\x7a\xd0\x37\xcd\xf6\x7d\x56\xac\x79\x48\xf4\x7f\xc6\x3b\x58\xef\xf5\x62\x33\xd3\xcf\x4c\x3e\xf9\xd7\xd7\x5c\xf3\xd7\x1a\x09\x98\x5f\x57\xf8\x7a\x87\x04\x79\xb0\x0a\x09\x1b\x24\x6c\x38\xb8\x1e\x7f\xae\xf0\xb9\x2a\x6e\xf1\x75\x83\xaf\x9b\xb2\xfc\x20\x85\x41\x9c\xa9\x78\x53\x93\x90\xc4\x29\xb7\xf8\xbe\xe5\x77\x29\xf1\x76\xc3\x12\x11\x87\xf1\xfc\xa7\x7d\xe0\x91\xcf\x1a\x66\x38\xa4\xdb\x07\xa5\x73\xab\x9a\x2a\x3f\x1f\xb2\x6f\xe5\xad\x26\xe1\x17\xbf\x4a\x47\xcd\x6b\x92\xfc\x7c\x88\x33\xb5\xdf\x58\x85\xf2\x9b\x52\xb9\x1f\x9a\x28\x3f\x29\xad\x2d\x6e\xe6\xb1\x5f\xfa\x0b\xa9\xb1\x57\xfa\x8b\xa6\x77\xd5\x36\x7b\x7e\x4d\xe7\x7d\x66\x2f\xf3\xc5\x27\xf9\x9e\x53\x9e\xb9\x37\x73\x40\x2c\x56\xf9\xdb\xcb\xe0\x87\x3d\x47\x6a\x99\x65\xf6\x12\x67\x55\xef\x0f\x41\x11\x1b\x5f\x81\x15\xb0\x18\x6f\x58\x2e\x77\x12\xd4\x2c\x83\x9a\x97\x83\x70\x2d\xc0\x30\x41\xc1\xcb\x9a\x96\xfc\xf1\xdf\xfe\x06\x78\xfa\xfd\xf7\xbf\xe7\xe7\x3f\x3e\xc9\xcb\x4f\x1c\xfa\xbf\xcb\x77\xea\xc1\x64\x60\xf4\xfd\x22\x81\xe4\xb8\x32\xb8\x73\xa7\x2e\x33\x72\xe7\x0e\xcd\x67\xff\x37\x00\x00\xff\xff\x5c\x56\x9d\xe4\x06\xdb\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4338,12 +4384,12 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 50843, mode: os.FileMode(420), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 56070, mode: os.FileMode(420), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_esEsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x7d\xcb\x6e\x1c\x47\xb6\xe0\x3e\xbf\x22\xad\x86\x60\x09\x43\x95\xe1\xf6\x9d\x07\x0c\x97\x7a\xa8\x97\xe5\x01\x25\xf1\x8a\x94\x2f\xee\x18\x42\x39\xaa\x32\x58\x4c\x29\x2b\xb3\x3a\x23\x93\x14\xd5\xe8\xc5\xec\xe7\x03\x06\xb3\xd3\xd2\x0b\x2d\x2e\x7a\xd7\x9b\x06\x5c\x7f\x32\x5f\x32\xe7\x19\x8f\xcc\x2c\x52\xb2\xdb\x0b\x8b\x95\x71\xe2\x7d\xe2\xc4\x79\x87\xd9\x6e\x17\x85\x75\xab\xf9\xab\x3a\x77\xb6\xbd\x28\x57\x65\x93\x17\x36\xff\xbe\xec\x72\xd3\x77\x4d\x6e\xaa\xe6\x8d\x29\x9a\xfc\x2a\x77\x65\x9d\xaf\x9a\xcd\xb6\x2a\x57\x06\xa0\x6a\xeb\xb2\xec\xbc\xd9\xd8\xf9\x0f\x35\xd6\xca\x0a\xe3\xce\x97\x8d\x69\x8b\xf9\xb1\xa9\x6d\x85\xad\xac\x9a\xba\x6b\x9b\x2a\xb3\xef\xb6\x55\xd3\xda\xf9\x63\xfa\xd7\xb4\xd9\xb9\xad\xb6\xf3\xc3\xab\xbe\x30\x99\x2b\xd7\xf5\xa2\xac\xb9\x15\xd3\xc2\x28\x5c\xb9\xfb\x5b\xcd\xdf\x9b\xbe\x9b\x3f\xb4\x6d\x3b\xfc\xde\x6f\xe7\x2f\xed\xba\x74\xd0\x7a\xd6\xd2\x1f\xb6\x0d\x5f\x2e\xed\xd2\x95\x9d\x9d\x1f\xef\x3e\xac\xcb\xda\xe4\xf0\x3b\xbb\xb0\xad\x83\x41\xcf\x7f\xc4\x7f\xb1\x9d\xad\x59\x7b\x88\xac\xb3\x30\x2f\x83\x55\x2a\x53\x77\x65\x55\x99\x0c\xfe\x58\xf7\x08\xf3\x43\x51\x36\x1b\x93\xad\x5a\x0b\x00\x8b\xda\x5e\xce\x1f\xc2\x9f\xed\x6c\x36\xcb\x7a\x58\xb2\xc5\xb6\x6d\xce\xca\xca\x2e\x4c\x5d\x2c\x36\x38\xcb\x63\xdb\xc2\x07\x9c\x7f\xef\x7a\xd3\x96\xb8\x78\x9b\xdd\x07\x47\x43\xb7\x05\x4c\x76\x61\x1c\x34\x6b\xa1\xa7\x33\x58\x4c\x58\x5d\x58\xd7\x26\xa3\xe6\x6a\x03\x2b\xfa\xbc\xd9\x2c\x5b\x1b\xb5\x90\xd9\x8d\x29\xab\xf9\xc3\xa6\x6d\x6d\x93\xdb\xca\xae\xba\x16\x26\x51\xae\x1a\x98\x87\x73\x97\x0d\xac\xfa\x43\x5c\x6c\xe3\xec\xee\x3f\x0c\xac\xc9\xa2\xbb\xda\xe2\xd6\xac\x5b\xeb\xa8\xa5\xba\xb7\x17\x4d\xb6\x32\xdb\x6e\x75\x6e\xe6\x0f\xf9\xdf\x0c\x20\xb7\x0d\x2c\x56\xd3\x5e\xc1\xfa\xc9\x9f\xd0\x5f\xd3\xae\x4d\x5d\xbe\x37\x1d\xae\xd9\x0b\xf9\xb1\xa2\x85\xdb\x94\x6d\xdb\xb4\xf3\x67\xf4\x4f\x06\xeb\xb1\xc0\x36\xe6\xcf\xb1\xfd\xbc\x8d\xda\xc0\xa2\x4d\xb9\x6e\x71\x5d\xb1\xd4\xe4\xf4\x8b\x5b\xe1\x42\x6a\x89\xcb\xda\xdd\x2f\x84\x5a\x54\x72\xd6\xb4\x6f\xa5\x45\xfc\x13\xc6\x5f\x8d\x9a\x86\x21\x4a\xd5\x26\x1d\x9f\xa9\x61\xdb\xa8\xf8\xb0\xd8\x94\x35\xe2\x04\xe0\x4f\x00\x22\xd4\x35\x58\xb4\xd8\x22\xa6\x06\x7c\x35\x1e\x9e\x9b\x32\xab\x55\xd3\xd7\xdd\xc2\xd9\xae\x2b\xeb\xb5\xc3\x35\x3e\x2b\xd7\x7d\x2b\xad\x60\x9d\xca\xe4\xab\x1e\xb6\x12\x30\x79\x0f\x54\x76\xd5\xf4\x1e\x4d\xe6\xa7\x7d\xbe\x25\x04\xe1\xcf\xbe\x12\x7c\x5f\x85\x7a\xd8\x3b\x74\xdf\x95\x17\x65\x57\x5a\x37\x3f\xa4\x3f\x0b\x53\x64\xdb\xbe\xaa\x60\xc5\xff\xdc\x5b\xd7\xb9\xf9\x31\xfc\xca\x5f\xca\xaf\xac\x74\x0e\xfe\x80\x5d\x5f\x95\x80\x5d\x70\x9c\xe0\x88\xae\x4c\xbd\x82\x39\x3e\xa4\x7f\xe0\xe8\x65\x3f\x95\xb5\xeb\x4c\x55\xbd\xce\xe4\x0f\x80\xc7\x7f\xa5\xd7\xae\xec\x60\x94\xc7\xc6\x35\x3a\xbd\x32\x2a\xce\xb7\x4d\x9b\x6f\xdb\x72\x63\x5b\x93\x5f\xd8\xf7\x59\xd1\xac\xde\xc2\x21\xc0\x03\x0d\x47\xf0\xa4\xcc\x61\x20\xbb\x0f\xb9\x7d\x63\x57\x7d\x07\x47\xa2\xc9\xbf\x6f\xd6\x0e\xf0\x98\xfe\x7e\x44\xd0\x07\xd4\xca\x99\xb9\x80\xff\x57\xd6\xe4\xdf\x99\xbc\x33\xed\xda\x76\xf3\x5b\x8b\x25\x9c\xbb\xb7\xb7\xf2\xf3\xd6\x9e\xcd\x6f\xdd\x76\xb7\xee\x63\x83\xc6\xe5\x5b\xa0\x46\xc6\x7d\xf7\x95\xb9\x9f\xc3\x09\xe5\xa5\x5f\x99\xcd\x12\x49\x46\x6d\x0a\x93\xdb\x9a\x20\xf3\x2d\x1f\xe9\x2f\x32\x5c\x23\xa0\x02\x8b\x62\xc9\x14\x8e\xc6\x41\x1f\x2d\x9c\xad\x1e\xe8\xc2\xd2\xf0\xd1\x28\x4c\x07\x93\x7d\x76\x75\xf2\xaf\x47\x07\xf9\x71\xe3\x3a\x38\x34\xf4\x37\xfc\x0f\x5a\xf8\x26\x6f\xf2\xd3\xf2\xd1\x83\x59\x06\x4d\xf1\xf2\x3c\x4c\x76\x0a\xdb\x48\xda\x22\x40\x3c\x7f\xa7\xe5\xb6\x19\x97\x9e\x43\x17\xf3\xa7\xf0\x3f\x3a\xf1\xf3\x57\x72\xc6\x27\x4f\x32\xb4\x34\x20\x09\x95\x19\x77\x26\xcb\x7f\xec\x97\xb5\x07\x22\x56\xae\x2c\x90\x8a\x7c\xd3\xc0\x99\xc9\x7f\x78\xfe\xfc\xc5\xa3\x07\x88\x62\x84\xb1\xa3\xf1\xaf\x0c\xfc\x00\x2a\x0a\x2b\xdb\x77\x67\xff\x6d\xb1\xb6\x35\x6c\x71\xb5\x58\x95\xb0\xf4\xb0\xd7\xb4\x3a\xb3\xcc\xb9\x0a\x88\x5c\x61\xe7\xcf\x1a\xd8\xce\x93\x93\x23\x18\x75\x77\x3e\x7f\xd9\x23\xfe\xff\xb9\xc2\xf5\x96\xb1\xe0\x27\xb8\x3d\x72\xd3\xae\xce\xcb\x8b\xf1\x2a\x0c\x17\x37\xff\x6e\xd9\xde\xf7\x13\x38\x40\x8c\xa1\x4d\x6a\xa9\x9d\xa5\x6b\x2a\xfc\x63\xd5\x13\x1e\x95\x78\x59\xc0\x50\x91\x6e\xfa\x7b\x6b\x96\xc1\x4d\xb1\x00\x4a\xde\x5d\xe1\xa6\xd3\xc0\x8e\xb4\x81\xd1\xb2\x0d\xfa\xcf\xeb\x26\xdf\xf6\x16\x4a\x11\x8b\xda\xfc\xc2\xac\x76\x1f\x0d\x37\x59\xd6\x17\xa6\x2a\x0b\xd8\x7b\xdd\x8d\xc7\x15\xc0\xef\xdb\x90\x41\x7b\x78\x09\xe2\x62\xe6\x15\x14\x45\xcb\x7c\x6b\x76\x2b\xaf\xcb\xfc\xd6\xbd\x5b\xb3\xac\x6e\x16\x4c\x90\xf0\x12\x29\x4a\x67\x96\x70\xa1\xf0\xc5\xd6\x32\x0d\x7e\xae\xcd\x01\x2e\x9f\x9b\x25\xec\x2e\x8e\x92\xc8\x22\xdf\x7a\x7c\x3f\xe3\xcd\x44\xcb\xc6\x34\x29\x25\x6a\x45\xd3\xc6\x6b\xa4\x24\x50\xb0\xee\xc8\xf0\x7d\xcd\x88\x37\xaa\xb9\x6f\x81\x32\xc5\x94\xc9\x93\xf1\x3d\x17\x12\x4b\x01\xe7\x2f\x43\x7e\x63\x8c\xcf\x87\xc2\x54\x10\xcd\x15\x88\x80\xd3\x75\x6e\xfe\xdc\xef\x3e\xe2\x64\xc3\xa2\x77\x7d\x4a\xf6\x0f\xf2\x5f\x3f\x98\xaa\xc3\xbb\x76\x05\x64\xae\xf9\x82\x6e\xb6\x85\xc7\xce\xe1\x15\x82\x6d\xbc\x34\xe5\xfb\xfc\xce\xcb\xa6\xe9\xee\x06\x68\xed\xf7\x14\x10\xdc\xd1\x9e\x45\xb5\xf0\x07\x9e\x27\xa7\x3c\x12\x6c\x3b\x70\x09\x6d\x61\xda\xdd\x87\x5a\x68\x10\x8c\xaf\x6c\xe1\x86\xc6\x0a\xb3\xac\xed\x81\x5d\xc1\x63\xfe\x98\x49\x62\xcb\x48\xab\x87\x5e\x8b\xb5\x5b\xc0\x2c\xe5\x1a\x6a\xbb\x02\x9e\x07\x86\xce\xe8\x03\x97\x91\x75\x0d\x63\x32\xcd\xe8\xa5\xd9\x7d\x7c\x4f\xf3\x8a\x6e\x6e\x98\xbf\xd5\x8e\x70\xc5\x81\x68\x01\xf7\x02\xfc\xd5\xa3\x06\x37\xb3\x91\x9f\xbe\x3b\x87\x3c\xde\x19\x8c\x96\xcf\x88\xcb\x5f\xbd\x3c\x72\x7c\xe4\x57\x55\x53\x43\x2b\x48\xab\x4f\x4e\x9e\xe2\xd9\x3f\x5f\xc0\x8f\x0e\x2e\x1d\xdb\x76\x78\xfa\x9f\xfa\x6f\xda\xde\xf3\xdd\xdf\xe1\x6a\xa0\xd5\xdd\x32\x14\xfc\xe5\x7a\x3e\xa3\x05\xb7\x74\x90\x17\xbb\x5f\xde\xd8\xaa\xc1\xf5\x42\x7a\xbf\x6a\xb8\x43\x40\x6d\xba\xf2\x8c\x74\x78\xde\x75\xdb\xa4\xc7\xa7\xa7\xa7\xc7\xe1\xab\xc7\x10\x2e\xc4\xc5\xaf\x72\xb8\x09\x61\x0f\x56\x3d\x30\x37\xb0\x25\xb8\x56\x26\x20\xd7\x8c\xb0\xab\x6f\xab\x39\xcc\x52\x70\xcf\x0c\x70\x0f\x4a\x3f\x73\x71\x70\x54\x5f\xe1\xff\x4e\x60\xf1\x91\xe6\xad\xfb\x1a\x8f\x3a\x31\x6b\x2e\xe1\xd6\x60\x3b\xaa\x66\xbd\x68\x01\xe5\x46\xa8\x29\xcc\x6b\x52\xae\x23\x79\xe4\x11\x2a\x2f\x9a\x1a\x8f\x66\xb5\x31\x2b\x8b\x23\x60\x0c\xe5\xca\xd0\x7c\xd6\x6c\x91\x5e\xec\x3b\x8f\xcd\x76\x45\xa5\xcc\x50\xee\xbb\xcd\xaa\x44\x16\xe0\x89\x64\x6e\x03\xeb\x4e\x57\xd7\xc9\xb3\xd3\xe3\x9c\xee\x2f\xfa\x76\xd6\x36\x9b\xf9\x23\xeb\x0a\x1b\x7e\xfb\x5b\xc0\x6e\x80\xc8\xd6\x78\x26\xa0\x55\xea\xf4\x20\x7f\xf9\xe4\x61\xfe\x9f\xbf\xf9\xe3\x1f\x67\xf9\x31\x11\x14\xe8\x2c\x07\xfa\x0e\x87\x1e\x01\x91\x7a\xd1\x01\x0a\x77\xd3\x98\xed\x3d\x00\xb2\xcd\x74\x88\xb7\x1d\xb8\xc4\x0d\xd0\xde\xfc\x16\xd3\x95\x5b\xf9\x77\xd4\xd7\x7f\xb7\xef\x0c\x70\xf6\x76\x06\x67\xee\xfe\x2c\xc3\x4f\x70\xd4\xe8\x38\xa6\x23\x13\xce\xfa\x71\xcc\x59\x0b\xf4\xd4\xb5\x2c\xa7\x4e\x5a\xf0\x22\xc8\x82\xee\xd5\x76\x33\x7f\xea\x29\x34\x60\xd8\x43\xfe\x28\xab\xcb\xe3\xf5\xb2\x0a\x6d\x43\xdd\x80\x24\x70\x95\xd4\x72\xf9\xf3\x86\xc5\x83\xc0\x6a\x3e\x94\x8d\x80\xbd\xb1\xc8\x39\xe2\x16\xd9\x1b\xf6\x10\xcf\xdc\x55\xde\x20\x72\xf8\x4d\x75\x59\x73\x76\x56\x95\xb5\xe5\xab\xfc\x50\xce\x1c\xf1\x0a\x78\xab\xc3\x45\x02\xcd\xd9\x77\x74\x26\x62\x50\x38\x76\x5b\x10\xbd\x1e\x85\x73\x8a\x4b\xf7\xe8\x39\xdc\xc7\xab\xaa\x77\x7a\x06\xa9\x15\xa4\x00\x6d\x53\xf4\x2b\x21\xcf\x5d\x44\x4f\x57\x7d\xeb\x68\x3c\x3c\x24\xa2\x9d\x55\xb3\x02\xa4\xc6\xe5\x04\x92\x25\x37\x20\x48\x0b\x17\x06\xd6\x63\xd0\xa3\x47\xce\xef\xa5\x7c\x54\x61\x3c\x50\x05\xc5\xfb\xa1\x37\x15\x71\x81\xb8\x2c\x26\x3f\xeb\x09\x0b\x00\x5b\x1d\x9e\x0c\xb8\x50\x0a\x33\xcb\x03\xf9\xe7\x7a\xb4\x03\x4b\x4b\x52\x32\xde\xe2\x6b\x83\xe5\x78\xfc\x11\x46\x48\xb6\xcb\x69\x09\x80\xde\x15\x16\xc9\x06\xf2\x26\xb0\x1a\x24\x80\x20\x53\x5c\x49\x63\xb0\x32\x80\xf7\x80\x30\x40\x92\xa1\x9d\x30\xe1\xe4\xca\x8f\x46\x7f\x08\xa2\xf8\x3d\x8f\x33\x53\xd0\xe3\x19\xa3\xf8\x7e\xcf\x73\x07\x88\x10\x32\xca\x03\x3c\x6c\x0d\x8d\x26\xb9\xe0\xb7\x4d\x81\xa3\x64\x1e\x82\xf9\x07\x47\x62\xa3\x01\xba\x02\xb4\x06\xbb\x54\xf9\x51\x71\x06\xd1\x5b\x44\xc9\x14\x42\xc6\xf3\x52\xf9\x6d\xe2\xa0\xb8\x82\x40\x30\x1d\xc5\x51\x0c\x06\xaa\xe3\x9c\x31\x0b\x0f\xb2\xac\xe8\x08\x16\x17\x25\x48\xdf\x11\xba\xb2\xe6\x01\xab\x9c\xb0\x76\x20\x6f\x96\x55\xb9\x36\x4c\x29\xa9\x7d\x90\xf7\x73\x91\xf2\xdd\x64\x7b\x32\xd0\x13\x5c\x92\x64\x2b\x81\x10\xf3\x1e\x23\x8d\xaa\x41\xd8\x69\x55\xb6\x70\x07\x04\x79\x51\xe2\xed\x4c\xc2\x88\xa9\x91\x66\x6c\x10\xa7\xb1\x1d\x5e\x49\xae\x83\x47\x59\xeb\xd1\x95\xd3\xc0\x9f\x5f\xe9\x74\x67\x22\x88\x8a\x18\xc8\x92\xca\x73\xa4\x6d\x7c\xfd\x13\x23\x70\x23\x57\x97\x9b\xf3\xa6\x45\xf1\xda\x6d\x60\x77\xc3\x4e\xd3\x6d\x08\x24\x6a\x6d\xf2\x1f\x1e\xcd\xbf\x86\xd5\x81\x1f\xb4\xc9\x20\xc2\x5d\x00\x75\x5b\x97\xcc\xca\x0c\x5a\x83\x0d\xd9\xec\x3e\x74\x40\x7c\xe4\x40\xf2\x20\xf7\xc9\x3e\xd5\xde\x81\x49\xc5\x3d\x4a\x8d\x01\x03\x1a\x8b\x3d\x42\x48\x93\x42\x22\xa2\x6d\x1e\x83\x71\x0b\x7b\x95\x23\x84\xf5\xe9\x80\x44\xe6\x5d\xac\x81\x37\x52\xc1\x97\x39\xa5\x0c\x36\xb2\x5b\xac\xcb\x6e\x71\x86\x84\xbf\x98\x3f\x01\x38\x54\x80\x21\x1d\x5b\x32\xc2\xc1\x35\x42\xf2\xc7\x97\x00\xf6\xe5\xb7\xf9\xed\x0b\x11\x7a\xbe\x41\x12\xbe\x80\xc3\x5d\x56\x78\x08\x50\x98\xbf\x10\x45\x13\xf2\xcd\xae\x41\x7e\xc5\xa8\xc8\x11\xcb\xbf\xb8\xe1\x48\x4d\xb0\xf5\x25\xe0\x08\xee\x5a\x73\x86\xaa\x30\x64\x9a\xe1\x4e\xcd\x6f\x03\xba\x3d\x7f\x81\x8b\xec\x9b\x84\xaf\xeb\x66\xd9\x97\x55\x31\xcb\x54\x38\x01\xd1\x44\x90\x48\x38\xf9\xf1\x26\xa5\x52\x4a\x4d\x58\x46\x77\x2b\x30\x38\x34\x19\x6d\x2b\xb0\xce\x2a\x3f\x71\x03\xad\xe7\x38\x63\x4e\x1a\x5a\x81\x8a\xbb\x0f\x78\xc0\xa9\x19\xcf\xd3\xe2\xa2\xc0\xb5\xbc\x3a\x8f\xd9\x5a\xe6\xd0\x06\x4a\x82\x94\x11\x93\xb1\x45\x88\x0c\x44\x0d\xa8\x36\xb4\xee\xf2\x7b\xf7\xe1\xff\x99\x33\x17\x96\xaf\xdb\xb5\xee\xd7\x63\xd4\x26\xe1\x7e\x09\x47\x3e\x16\x74\x93\x49\x26\x07\x6f\xef\x9a\x4d\x21\xb6\x5c\xe4\xc3\x69\x2b\x6a\xb9\x1e\x39\x75\x37\x7f\x50\xda\xfa\xc2\xd6\x70\x05\x7f\x91\x03\x2b\x69\x90\x3c\xd8\x7a\x05\x14\x83\xe8\x0a\x34\x89\x4b\x71\x6e\xae\x80\x30\x00\x16\x00\x5d\x10\x6d\x09\x30\xc8\x70\x3a\x77\xbf\xb4\x1d\xdc\x11\x74\x61\xed\x3e\xc2\x9e\xd9\xb0\xd9\x29\x13\xa9\x9b\x44\x04\x2f\xe1\x07\xc7\x83\xcc\x7e\x42\x9d\xed\xeb\xac\x67\x19\xab\xa9\x0a\xe4\xda\x87\x47\x33\x6f\xa6\x98\x2e\xaf\xa1\xd0\x7a\xf1\x51\x74\x97\x25\x6c\xf4\xc2\x6b\x81\x17\x24\xf7\xbe\xeb\xe6\x0f\x45\x4b\x43\xc7\x87\x3e\xf1\xb9\x7c\xa4\x90\xd9\xe6\x8a\x30\xce\xcd\x9f\x95\xa9\xb4\x05\x64\xa0\x82\x03\xd5\xe0\x15\x77\x61\x05\xe8\x65\x2c\x8e\x01\x80\x96\x03\x38\x34\x04\x42\x21\xb7\x33\xd0\xf7\x41\x11\xab\x1b\xa5\x17\xd1\x36\xba\x8c\xee\x00\xd2\x63\xe3\x55\x01\x98\x25\x5a\xb4\x19\x20\x07\x69\xe8\xb8\xd7\xc7\x35\x88\x9c\x83\xd1\x65\x3f\x89\x62\xfb\x75\x36\x1e\x1a\xe9\x76\x9c\x2a\x77\x00\x61\x2d\x6a\x42\xe6\x0f\x7a\x3c\xef\x50\x15\x88\xec\xf9\xeb\x48\xab\xbc\x10\x65\x23\x6b\x97\x89\xda\xd3\xdd\xab\xda\x45\xcf\x63\x9e\xdb\x2d\xb2\xa5\x1b\xb7\x9e\xff\xfa\x8f\x7f\x07\xe9\x10\xd0\x0c\xb5\x36\xfe\x7a\xf8\x13\x88\xc2\xac\x4d\x57\xa5\xf9\x17\x99\x6b\x90\xa2\x2c\x3e\xaf\x91\xc7\x75\xb5\xfb\xf0\x1e\x08\xe4\x17\x03\x96\x83\xb5\xde\x9b\x6d\x37\x3f\x42\x16\xa7\xee\xf0\xea\x3b\x48\xb4\x11\x7c\xc2\x23\x65\x05\xb0\x39\x79\xa4\xde\x41\x54\x30\x28\x58\xa1\x46\x6a\xc4\x8a\x10\xfb\x5a\x76\xe5\x88\x35\xc2\x31\x23\xb1\x8f\xfa\x9d\xe5\x47\x91\xb4\x45\x6c\x72\xcc\x6f\xa3\x9c\x9f\x0c\xaa\x4e\x47\xe5\x90\xcd\xd8\xd8\xcd\x12\x9b\xb6\xb0\x85\x70\xda\x7e\x01\xf2\xb1\xb1\x19\x08\x15\x6b\x3a\x63\x72\x07\x3d\xb5\x79\x53\x91\x16\xb6\x81\xbb\x36\xd6\x96\x10\xa8\x8d\x40\x7f\xfd\xc7\x53\x38\xd5\x1e\xba\xeb\x63\xe8\x3f\xa9\x11\x03\x08\xe4\x25\x80\x3e\x17\x41\x3f\x5d\x7f\x18\xf5\xee\x23\xb1\x77\x96\xef\xf7\x99\xde\x8a\xcc\xf0\x91\xe4\x80\x8b\xa0\x7b\xf1\xaa\x66\x25\xbf\x1e\x5d\xd6\x3d\x45\x4b\xe1\x90\xda\x00\x09\xba\x28\x71\x4c\x26\xff\x6e\x79\xff\xb6\xfb\xee\xab\xe5\xfd\xc1\xce\x6c\xb6\x6d\x6f\x97\x06\x47\xbd\x04\xea\x6c\xdf\x10\xfd\xb3\x38\x7e\x56\xb4\x22\x4f\x03\x53\x00\xce\x8e\xb8\x9f\xdb\x45\x8e\xe3\x53\xc9\x18\x6d\x44\x56\xb4\x53\x30\x34\xd2\x5a\x40\xfd\x88\xe5\x59\xd1\x71\xa6\xd3\xa5\x58\xcf\x5c\x1d\x2d\x94\xe2\x3b\xcd\xad\x2a\x41\xc8\x9a\xc6\x36\xdc\x4c\x62\xb8\x00\xd5\xf9\x16\x21\x04\x84\xf9\xed\x3e\x32\x89\xc1\x25\x22\xd2\x4d\x8d\xf3\x22\x20\xbe\x15\xc0\x31\xb8\x12\x27\x73\x86\xc2\x08\xa9\xca\x93\x35\xb0\x6e\x8b\x0a\xee\x6f\x60\x9b\x6b\x60\x86\x00\x47\xce\x8d\x5b\xf4\xb5\xac\xa7\x2d\x18\x0b\x9f\x02\xf5\xa1\xfb\x99\xf6\x77\xcc\x7e\xdc\xf1\x2b\x7c\x97\xaf\x34\x3c\x13\xba\x27\x78\x20\x4e\x4a\xfc\x0e\x6d\xa3\x50\x54\x2e\xf1\x02\xe8\xeb\xbd\xfb\x17\x54\x42\x8e\xae\x0e\xd2\xa0\x00\xfd\xda\x30\xde\xd3\xe6\x47\xbc\xc5\x01\x34\xfc\x3e\x5f\xc1\xf2\xbc\x15\xc1\xcc\xef\x59\xbe\x6c\x3a\xd2\x87\xd0\x2a\xeb\x6c\x3c\x34\xeb\xdb\x68\x37\x69\x3d\x91\x7c\xef\x99\x62\xba\xba\xa2\x56\x20\x66\xc8\x11\xcd\xe9\x2c\xaa\x51\x3e\x41\xa2\x97\x05\x02\x3e\x80\xea\x15\xa8\x72\xa9\xe1\x66\x0e\x47\x62\x96\xd1\x58\x71\xc8\x9d\x8e\x78\x6d\x68\xc8\xf1\x88\xef\xb4\xf6\xae\x8c\x99\xae\x1c\xea\x49\x65\x8d\x16\xbb\x00\x72\xb2\x02\xb4\x82\x36\x1b\xbd\xe5\x13\xdb\x99\x8b\x4f\xf2\x4b\xad\x81\x4a\x8a\xe4\x18\xfb\xdb\x78\x85\x52\x74\x82\x9b\x08\xb8\xfb\x5b\x51\xae\x27\x76\x11\x8f\xe0\xbb\x6d\x89\x84\x2e\x97\x59\xb3\x74\xd4\xcc\x06\x7d\xab\x12\x85\xa6\xf9\x70\x30\xcd\x76\xff\xb8\x7c\xfd\xae\x69\x16\xee\x1c\x15\x68\x47\xc8\x18\xd4\xc0\xb5\xf6\xc5\x78\xca\x41\xb5\x8b\xc2\x2d\xb0\xfc\xc8\x46\xe5\xff\x65\x06\xb7\x14\x2e\xf3\x6b\x3e\xb0\x78\x4f\xe9\x69\x8d\x8e\x0a\x1f\x66\x1a\x02\x1f\x5c\x0f\xcc\x6c\x39\xdc\xaa\xe5\x59\x89\xe8\xea\x26\x31\x68\xdf\x7a\xbf\x5f\x99\xe1\xbc\xfc\x15\xa0\x1c\x96\x27\xec\x4a\x73\x0a\xc0\xff\xa5\x67\xbb\x42\x05\x51\xb0\x04\x8e\x0c\xe6\x07\x6c\x03\x80\xc0\x14\x9b\xc2\xc0\x1c\xaf\xac\x9b\x9f\xec\x3e\x66\x75\x03\xec\x50\x06\x1f\xb1\xc2\xe3\x02\xd5\x31\x00\x84\xfa\xa5\xd7\xd9\x2b\x58\x9f\xe7\xd3\xb2\x0c\x5e\xfd\x69\x51\x6a\xb1\x7c\x4c\x8b\xf1\xe8\xa6\x53\x90\x1d\x4f\x49\x43\x2f\x2d\x59\x93\x7e\xec\x6d\x75\x81\xe7\x02\xb8\xc5\x16\xa8\x45\x3b\x44\xdd\x93\x93\xa7\xa7\x24\xa3\x25\xda\xf5\x87\x15\xf0\xca\x24\x24\x9f\x3c\xcd\x9e\x76\xdd\xd6\xbd\x6a\xe1\xec\x90\xc2\xf2\xd5\xcb\x23\xe8\xf2\xaa\x6a\x4c\xf1\x2a\xa8\x45\x49\x22\xc9\x4e\xad\xd9\x0c\xa7\x84\x02\xf4\xb6\xc9\x0e\x81\x79\x19\x2c\x04\x0a\x8d\xad\x37\xc2\x92\xe5\xf5\xf1\x67\xc8\x65\x5e\x36\xb7\x64\x13\xfe\x79\xd2\xdc\xd0\xcc\x7e\xce\x4c\xb5\x3d\x37\xc4\x66\x7a\xd0\x81\x61\x25\xe8\x69\x0e\xab\x33\x53\xf7\x1b\xc0\xc0\x15\xe9\x66\xb0\xd6\x9d\x7b\x8b\xbb\x69\x33\x05\x50\x2b\x6d\x0a\xeb\x52\x55\x24\xc3\xd2\x24\x88\x14\xd4\x0c\xb0\x05\x68\xc8\x62\x6e\x1a\x10\x0d\x40\x80\x9c\xe2\x5e\x92\xe1\xa1\x81\xcb\xf2\x0d\xd0\x7c\x68\x3f\x27\x32\x8e\x97\xbc\x68\xc2\x6b\x90\x5e\x58\x03\xfd\x33\xdc\xfd\xef\xed\xb8\x3f\x34\x69\x98\x8d\xd9\xfd\x47\x03\x17\x0a\x40\x91\x6c\x32\x82\xf4\xb6\x24\x90\x72\xf0\x9c\x3a\x14\x88\xc2\xd4\xb1\x9e\x79\x77\x5d\x3d\xb2\x3d\x80\x6c\xff\x0e\xe8\xd4\xa8\x2e\x13\xef\x68\x03\x84\x23\x9c\xa4\xdd\x22\x54\x40\x35\xd4\x98\x8f\x2b\x21\x2a\x05\x18\x52\x10\x16\xfb\x46\x55\xe1\x51\x5f\xae\x4c\x61\xa1\xe2\x97\xb7\xdd\x97\xd8\x6a\xfd\x16\xb8\xa3\x5a\x6a\xb0\x6c\x87\xc2\x72\x53\xc3\xf5\x50\x34\xdf\xaa\x2b\xc3\x02\x9a\x66\x19\x16\x85\x4c\xd5\x2d\x09\x59\xe5\xad\x9a\x05\x8a\x18\x24\xd2\xb1\xb9\x2b\x25\xd3\x35\x52\x95\x92\x2c\xe9\xb3\xe0\x9a\xb1\x58\xc2\x7d\xb8\xe8\xcc\x5b\x5b\xcf\xff\x1d\x09\x39\xd2\x17\xdc\x6c\x15\x9c\x88\x9d\xc5\x6f\x6c\xaa\x9a\xb1\x61\xe9\xda\xaa\xb1\x2c\x3d\xaa\x0e\x7c\xe5\xb5\xb5\x07\xde\x0f\xe3\x06\x3a\x38\xc5\xd7\xf7\xcf\x67\x7a\x5c\x93\xd1\x81\x6a\xc1\xf4\x8b\x4f\xbd\xc7\xaf\x8c\x8a\xf7\xb8\x2a\xcd\x2c\xac\x9d\xdf\x85\xb0\x65\xd3\x92\x67\xd8\x16\x0f\xd9\x90\x0e\x12\x30\xb5\x25\x0f\x9a\x48\x4f\x41\xca\xa5\xf8\x42\x72\xc0\x38\xff\x9d\xd8\x66\x2f\x62\xa3\x14\xdc\x91\x36\xba\x2c\x1a\xaf\xf3\x60\x7b\x43\x6c\x56\x4c\x68\xf6\x44\x87\x80\x90\x78\x9b\xfc\x53\x7b\x04\xde\x76\x5b\x22\xbf\x3c\xd9\xa3\xbf\x17\x7f\x47\x7f\xa9\xf4\x21\x6e\x4b\x78\x12\x08\x07\x62\xdd\x4c\x59\x17\xec\x90\x84\xe7\x87\x10\x64\x96\x01\xb3\xdf\xa1\x58\xcd\x93\x1f\x6a\x72\x40\xa6\x28\xf1\x14\x77\xc8\x5e\x95\xa8\xcf\x6e\x45\x75\xb3\xfb\x7b\x85\xdc\x10\xb0\xd0\x20\x5c\x89\x06\x5a\x50\x8d\x6d\x03\x3a\x6b\x90\xe0\x1e\x21\x39\xa0\x0e\x4b\xd2\xca\x37\xe9\xaa\x78\x4e\x0b\xcd\x8d\x6f\xed\x55\xca\x6c\x91\x82\x6d\x43\x77\xc0\xd6\xac\xd8\x54\x72\x41\x5c\xc7\x4a\xf8\x56\xba\x00\xe1\xf6\x43\xfd\x11\x6a\x3e\x50\x9e\x24\x88\x2b\xdf\x22\x79\x87\xf8\x3b\xe7\x02\xe6\x32\xae\x7e\x80\x46\x02\x60\x1d\x5c\xbf\x21\x5d\x2f\x6b\xb2\x3c\x95\xcb\xaf\xdd\x22\xd4\x12\xbb\xdd\x47\x90\x7e\xe0\xee\x4c\x55\x56\x7c\x7b\xe2\x7c\x56\x91\x9e\x2a\x73\xe8\x88\x86\xab\xce\x0e\x56\xa7\xca\x61\x61\x53\x40\x31\xc3\x0a\x11\xf5\xea\x6b\x3c\x3b\xe8\x67\x96\x28\x29\x0e\x54\xb4\xc7\x31\x00\xcb\xd3\x9a\xb6\xa2\xbb\x10\xd0\xa1\x76\x67\xb0\x08\xf4\x9b\x5d\x7a\x60\xa9\xb9\x53\x94\x76\xd0\x81\x2a\xe9\x33\x6c\x24\xd3\x1d\xee\x2c\xd5\xb3\x24\xdd\x19\x94\x1e\xd1\x4c\x8a\xf2\x62\xe3\xf1\x83\x34\xe2\xda\x1f\x22\xd6\x60\xa2\x44\x67\x52\xaa\x86\x9b\xda\x2b\x9d\xfe\x94\x99\xfa\xbe\xae\x9b\x6b\xc6\x5e\x47\x8b\x25\x14\xaf\xce\xa3\x13\x81\x0a\x35\xb8\x8c\x73\x76\xb7\xe8\xca\x3a\x3a\x10\xc0\x0c\xe2\xf9\x79\x9d\xc1\x35\x53\xaf\xed\x42\x2c\x54\xac\xe5\x42\x74\x11\x13\x0f\x50\x3f\xb5\x46\xa1\xf5\x51\xc1\x57\xbd\xeb\x9a\xcd\x75\xb5\x46\x5a\xcb\xec\x0d\xdc\x43\x8b\xa6\x56\x76\xd7\x90\xa4\x1b\x3c\xf7\xd0\x3f\x2c\xd1\x3c\x89\xdf\xd8\x55\xf0\x1a\xcb\xb7\xbb\xbf\x2f\xc9\xbb\xee\xac\xa9\xaa\xe6\x12\x35\x53\x27\x16\xb8\x17\x60\xbd\xac\xcb\x90\xc3\x02\xa2\x83\xd6\xa3\xce\xe0\xf9\x77\x02\x87\x9a\xd1\x13\x16\x1a\x81\x57\xe6\x6f\x5c\xb1\x85\x73\x24\xbf\x1f\xd9\x37\x86\x90\xd8\x71\x01\x2a\x43\x36\x33\xa2\xf8\xc8\xdb\xb7\x17\x88\xe8\x81\x6a\xe0\xfd\x2e\x37\x04\x17\x93\x05\x2c\xd4\xd9\x9a\x0e\x68\x60\xcd\x42\x24\x0d\x96\xaa\xc3\xe7\x56\x6e\x9d\x7a\x74\x69\x50\x9b\x5e\xc2\xde\xa2\x61\xad\xa3\x8b\x3f\xfb\x49\x1d\xec\x5e\x67\xea\x81\xc7\xfe\x99\xd3\xee\x56\x42\x0e\xdc\x9c\x98\x66\xc7\x3e\x0e\xa4\x3b\x83\x25\x2e\xf0\x03\xfd\xb0\xe4\xc9\x82\x0b\x8a\xaa\x18\x37\x3f\x8c\xbd\x62\x49\x05\xf9\x22\x55\x3f\x02\xf1\xb3\x28\x0a\x2b\x89\x14\x59\x09\x36\x60\xfe\xea\xd5\x0f\x8f\xb2\x6c\xdb\xe3\xfe\x2c\xd2\x31\xea\xb6\x35\x3a\x76\xb6\x0f\x9d\x4e\x8b\xe2\xd6\x79\x78\x74\xd7\xb5\x68\xe7\xe9\x1d\x62\x0b\x09\x8c\x1d\xc8\x39\x8e\x54\x37\x75\x6a\x59\x6e\x6d\x45\x7f\x1a\x2c\x47\x2e\x20\x18\x48\xe5\xf0\x27\x36\x53\xd4\x8c\x88\x24\x6b\x91\xd5\x32\x78\xbc\x2e\x76\xbf\xa8\xbb\xe0\xa5\x5d\x46\x0c\x97\xbf\xfc\x45\x8f\x57\xcc\x8f\x62\x23\x1b\x9e\x55\xa2\xdf\x62\x00\xb6\x44\x84\xe9\x20\xd7\x61\x1f\xbd\xa7\x1f\x08\x84\xa3\xcd\x07\xdc\x41\x97\xc8\xd8\xc6\x24\xe2\xe0\xb4\x27\x30\xf6\x43\xf6\xd5\x23\xec\xd0\x4b\x2c\xfd\x16\x55\xec\x7e\x03\x0e\xc9\xe0\x00\xa5\xad\xba\x6b\xa6\x00\x5e\x06\xf5\xfe\x9c\xa2\x5e\x33\x5a\x71\x78\x0d\xcf\x94\x04\xec\x77\xf3\xcd\x49\xec\xa4\x1b\x78\x08\xac\x2a\xb0\xc7\xc8\xa1\xd1\x72\xa8\x6b\x0a\x6e\x33\xab\xfd\x6d\x5d\xd1\xfd\xc7\x1c\xc1\xca\x22\x6b\x09\x54\x8f\xd4\x5b\xb9\x09\x22\x3a\x29\x12\xe1\x50\xf4\x64\xcc\xc3\x3f\x40\xc6\x1d\xf9\x89\xaa\x3d\x37\x21\x58\x6a\x7c\x55\x3b\x76\x64\x34\xc7\x21\x37\x8d\x13\x65\x36\x83\x9f\x20\x82\x12\x6e\x89\x6a\x52\xec\xf5\xb2\x96\xa1\x51\x5d\xeb\x91\x0d\x46\x4d\xe6\x72\x82\x60\x38\xb0\xa4\x75\xa7\x55\xfd\x81\xf2\x0d\xa3\x28\x0b\xfc\x93\xf8\x01\x10\x11\x59\x94\x1b\x74\xe4\x7e\x1c\x9c\x11\x55\x07\x1a\xc4\x15\x02\xa9\x67\xe9\xc8\xfc\x26\x4f\x5a\x87\x02\xd5\xbe\x71\xe7\x75\x37\x03\xcd\x11\x84\x8e\xa5\xf7\xa6\x2a\xa6\x9d\x4d\xb8\x61\x72\x7a\xf6\xe5\xec\xf9\x9c\x6a\x47\x50\x49\xb0\x48\xa0\x82\xd5\xb4\x1e\xc1\x4f\x70\xe3\xe3\x4e\x03\x03\x6e\x66\xc3\x49\x0c\x56\xc7\xd7\xe4\xd5\x08\xa8\x3c\x58\x8c\x1c\x84\x0f\xe2\xb2\x1c\xbb\x71\x06\xdf\x7e\x22\x3e\xb0\xaa\xa3\xb1\x46\xf4\x44\xc6\xf0\xcf\xa2\x26\x49\x27\x2c\xf1\x38\xd5\xd2\xa8\xdb\xcd\x94\x9a\x46\x9c\xcc\xa5\xc2\xf7\xc8\x24\x90\x3f\x58\x71\x73\x55\x16\xab\x94\x90\x4f\xca\x53\xc0\xa1\xc0\x99\xdd\x1a\xa2\x29\xe4\xca\xfb\x9e\x8e\x39\x1b\xf8\xc6\x14\x9c\x1c\x7c\x90\xc7\x62\xda\x8c\xdf\x60\xc9\x80\xcd\x31\xed\xd5\xfc\x58\x1b\xd3\x2f\xa2\x98\x7b\x06\x87\x41\xbd\x11\x7d\x87\x7a\xcc\x18\x44\x4f\x97\x1f\x33\x94\x21\xe5\x0c\xd7\xd8\x35\xf3\x63\x58\x9e\xe8\x61\x15\x4b\x07\x9f\x24\x46\xba\xc0\xc4\xc1\xcc\xf1\xf2\x62\x5f\x74\xf2\xf4\xe2\x9a\x91\xa6\x18\x1b\x9d\xe5\xbf\xfe\x03\x38\x18\xcb\xb7\x18\x93\xb5\x3f\x0d\x87\xa3\x38\xfb\xeb\x87\xc7\xd5\x64\xbf\x80\xba\xae\x2c\x3c\xb7\x3a\x44\xdf\x2f\x32\x53\x14\x74\xc8\x78\x89\x0e\x01\x73\x60\x32\x82\xb3\x37\x4e\x8b\x6a\xa7\x35\xaf\x85\x5a\x24\x26\x1f\x94\x79\x6e\x36\xf3\xf8\x19\x78\x43\x0f\xa9\x54\x7e\x83\x8d\x67\x0b\xe3\x79\x07\x38\xf3\x29\x26\x9e\x59\x34\xe8\xe8\x6e\x4c\x86\x3a\xdc\x60\x24\x9a\xb4\x0a\x13\x14\x53\x4e\x98\x67\xc8\xc2\x19\x8b\x58\x33\xec\x12\xa5\x37\x5d\x4b\x2a\x22\x26\x8e\xd0\x8e\x24\x09\x96\x96\xaa\xd2\xb1\x19\x7f\xe5\x6b\x7b\xfc\x71\x4a\x78\xe4\x7a\xcc\x05\xbf\x63\x46\x88\x64\x40\xa1\x2f\x30\xce\xa6\x6e\xde\xaf\xd0\x2f\x0a\xfb\x12\x35\xfd\x77\xa8\x8a\xae\xd7\xf7\x63\x83\x9e\xc1\x18\xa7\x3f\x7d\xf7\x95\x14\xa1\x6d\xd2\xf5\x55\x47\xb8\xbc\xee\x77\x1f\x8d\x38\x12\x3f\xed\x97\xbc\xb4\xdf\x99\x28\xf6\x81\x5d\xab\xdb\x68\xcc\x14\x00\x81\x14\xae\xea\x57\xbc\x1a\x49\x05\xf4\x54\xa9\xd0\xb8\x85\x5b\xd4\x03\x19\xe0\x80\x09\x64\xbe\xd5\xa9\x56\xd1\x37\x5e\x36\x2f\xe1\x2a\xff\x1b\x6b\x7d\xc4\x6c\x4f\x5a\x73\x31\x1d\x10\xb8\x8a\x14\xb2\x91\x42\xa6\x90\xe9\xd6\x46\x88\x6f\xa1\x46\x52\x8d\xd5\xa0\xbe\x58\x80\xc9\x7b\xc9\x2b\x9f\xb4\xfe\x84\x2a\x9b\xca\x78\x4c\x7c\x65\xb1\xb2\x5f\x70\x21\x3a\xe1\x72\x47\xea\xe4\x58\x4a\x10\x84\x33\xc3\x63\x2d\x84\x0f\x97\xc5\x93\x3d\x9d\x88\x27\x7c\x0f\x50\x80\xe6\x75\x78\x38\x5a\xb3\x94\xe4\x61\x28\x8c\xa0\x11\x51\xbc\x30\x8c\x5a\x1d\xc4\xf2\x8b\xa6\x42\x17\x31\x43\xdb\x53\x89\x03\x07\xfa\x79\x17\xf4\x35\x30\x6c\x4a\xd9\x62\xc2\x36\xea\x36\x4c\xfc\x28\xee\x6e\x48\xd0\x78\xc1\x77\xbf\xbc\x03\x71\x91\xa9\x19\x4c\xec\x50\x8f\xa1\xad\x59\xe1\x43\xdb\xf6\x4a\xf7\x94\x8c\x8a\xac\xd0\xa1\xb0\x1f\x04\xc3\x98\x05\x15\x34\x9f\x23\xdd\xbc\x62\x5b\x10\xc9\x9b\x68\xce\x24\xd7\x58\xda\x91\x0e\x59\xaa\x70\x22\x79\x6c\x3a\x2e\x14\x51\x98\xe2\xc0\x0d\x2e\x4a\x23\x97\xff\xd7\xbc\x80\xd3\xe1\xb2\xae\x79\x0b\x98\x18\xb5\x70\x8a\x1f\x44\xae\xd9\x57\xc9\x13\x0f\x96\xdc\x02\xe9\x48\x65\xb8\x40\x00\xd4\x3f\x22\xa1\x1a\x88\xaa\x9e\x6c\x20\x39\xdc\x57\x7b\x8a\x60\x5c\xec\x3e\xd6\xab\xbe\x6a\xa6\x68\x46\x5f\x2f\xcb\x9a\xa4\xed\x8b\x12\x81\x90\x6f\xa5\x4f\x31\x47\x05\x9d\x49\x57\x7e\xa5\x0a\x5f\xa1\x30\x81\x42\x52\x5c\x80\x5b\xd0\x42\x45\x53\xc5\x85\xa1\xb5\x22\x46\xe4\x90\x83\x07\x94\x5f\x07\x89\x94\x69\x8b\xf8\x9e\x68\x65\x26\x37\x4c\xb3\xa9\x32\xaf\xbf\x8b\x96\xde\xf1\xda\xbb\x01\xb2\x56\xf9\xe1\xf1\x0f\x1a\xe6\x31\xcb\x7c\xa3\x5c\x93\xbc\xc3\xd9\x8b\x21\xf6\x04\xe6\xc6\x73\x71\x4a\xac\x35\xc4\x41\xc5\xb7\x3c\xf2\x07\x98\x09\x26\xd4\x03\x83\x14\x8f\xd2\x4f\x26\x9d\xc8\x54\x21\xaf\xb1\xa5\x63\xd2\xb0\x7f\x6b\x18\x09\x59\xb3\x69\x0c\x44\xd4\xea\x9c\xeb\x8e\x98\x80\xfc\x30\xd1\xef\xad\x9a\xad\x98\xc8\x79\xe9\xa8\xb5\xa8\x31\x5d\x76\x38\xc7\x1f\x9e\xeb\xe9\x77\xa8\xa4\xac\x1a\x6f\xb9\xf7\x24\x88\xe7\xe0\x89\x50\xbc\xbf\x93\x94\xe8\x54\x7b\x93\x4d\x3e\x96\xde\xa6\x6b\x4e\x51\x27\xbb\x77\xc4\x43\xc7\x3c\xcf\x72\x01\x40\x61\xc5\xa9\x99\x38\x6b\xd7\x84\xea\x93\xf4\x2a\x9e\x5d\xca\x86\xed\xed\x7c\x8a\x17\xf3\xa4\x2b\x7f\x4e\xbb\x44\x3e\x36\x56\xfc\x10\x54\x8c\xec\x90\xc3\xdf\xfd\xc2\x5c\x8c\x89\x94\x33\xd1\xa1\xcd\x74\x44\x6a\xd4\xd6\x43\x1c\x7c\x50\x04\x40\xbd\x4f\x4c\xac\xfc\x88\x99\xd3\x3e\x72\x13\x24\xfe\x94\x96\xc4\xd4\xa4\x7d\xbf\x82\x4d\x57\xd6\xe0\xf9\x8b\xc0\x0a\x38\x1b\x47\x74\xad\x6c\xfb\x85\xf7\x7a\x1d\x0c\x2c\x48\x71\x32\x44\xd6\x58\xa4\x50\xe2\x9d\x1b\x43\xd0\x35\x95\xcc\x44\x61\x23\x5a\xcc\x03\x77\xe8\xa1\x9d\x47\x3a\xfc\x30\x01\xc2\xf8\x03\xd8\x51\xf6\xe4\x4e\x98\xeb\xec\x27\xd4\x42\xbe\xce\xd8\x34\x70\x1c\x74\xf6\xc1\xec\xb5\xcf\x20\x1e\xec\x62\xc2\x3e\xe1\x69\x5c\xb7\xc8\x8b\x3a\xe1\x02\x1c\xbb\x0d\x45\xee\x7e\x28\xd9\xc1\x49\xec\x50\xdb\xbb\xb1\x1b\x20\x27\xcb\x8a\xe4\x1f\x5d\xe0\xdd\xdf\x29\xcc\xc6\xaf\xf2\x2c\x43\x2f\x6d\xf2\xf5\xba\x9a\xff\x28\x7f\x62\x18\x2d\x7d\xc6\xaf\x51\xb0\x8f\x1d\xba\xb5\x7e\xe7\xb6\x40\x03\xe0\xba\x02\x4c\xbd\xd5\x97\x50\x5c\xe4\xe8\xc0\x88\x8c\x56\x89\x7a\x4b\xe8\x07\x20\xee\x8f\x5a\xc3\x00\xe6\x15\x33\x4f\xa9\x63\xdb\xa5\x5d\x22\x56\xb3\x9b\x3a\xf1\xe6\xdd\x74\x9c\x99\xd0\x25\x43\xc6\xe1\xfd\xe3\xc8\x65\x20\x6e\x3c\x12\x0c\x9c\xd6\xc9\xdd\xd9\xa7\x36\x0a\xbd\x23\xb8\xbb\x9b\x61\x5c\x93\xdf\x92\x11\x27\xab\xbc\x1a\x41\xa1\x8b\x60\xcc\xcf\x5e\x1b\xc6\x4b\xc1\xfe\xc8\x8d\x7e\x91\xd1\xc0\x48\xd3\xff\x14\xd1\x3e\x7f\x32\x15\xe1\x4d\x40\x14\x59\xa4\xfe\x90\x0a\x87\x71\x46\x54\x3a\xda\x42\xf6\x9b\xc7\x36\x00\x2b\xbc\x94\x8f\x8e\xd3\x61\xe3\xd9\x80\x40\x6d\x31\x0a\xea\xfd\xb4\x6a\xcb\x2d\x9f\x2b\xfa\x8c\xe1\xff\xf3\x23\x8b\x39\x00\xde\xd8\xf0\xc9\x07\x3a\xab\x62\xcb\x7a\x9d\xd2\x6c\x5d\x76\x68\xf1\x6f\x6d\x86\xa1\xb7\xb5\xb3\xf3\x23\xfc\x17\xc8\x8d\x7e\x18\xd5\xc6\x10\xd7\x1c\x04\xf9\x73\x89\x99\xab\xb4\x02\xcc\xb9\x20\x6f\x44\xfc\x47\x7e\x4d\xf4\x8d\x2c\xca\x56\x53\x16\x10\x0d\x94\xc1\x70\x0d\xb4\x35\x35\x0b\x40\xbf\x4e\xd2\x2b\x30\x75\xa4\xa8\x16\x06\xc4\x20\x1c\x1d\x0b\x62\xc2\x55\x68\x8e\x4e\x9f\x1d\x9c\x0a\x75\x58\xa5\xed\xe3\x9d\x89\x4b\x0b\x7b\x66\x00\x1d\xc4\xa2\x32\x7f\x89\x46\x94\x2d\x59\xb8\x28\x1c\x46\x72\x07\x2c\xd0\x62\xd8\x5e\x18\x8c\x3c\xe7\x3f\x54\xb2\x50\xb7\xdc\xfc\x0e\x5c\x08\x24\x70\xde\xd5\x3a\xc0\xa8\xb6\x78\x63\xa4\x2e\x34\x51\x9d\x01\x20\x6f\x6c\x24\xf3\x92\x0b\xc2\x15\xeb\x4f\x56\x18\x7f\x53\x0b\x1f\x17\xe9\x5f\x35\xe6\x02\x3d\xb2\xc9\x12\x13\x04\xfa\x59\x76\x89\x7e\x03\x13\x96\x93\xb5\x79\x8f\x5f\x9f\x98\xda\x11\x62\xc2\x9f\xf8\x7f\xb1\x83\xc0\x1a\xad\xce\xc5\x8d\xb1\x39\x5b\xd0\xfa\xb1\x0e\x25\xb6\x71\x92\x28\x5c\xad\x4c\xfd\x9e\xad\x3b\x79\xb5\xfb\x88\xd1\x65\xde\x57\x03\x03\x01\x8a\x94\x44\x60\x53\xe4\xbf\x3a\x6d\x6f\x99\x36\x6a\xff\x7e\xf3\xcb\xf5\x2d\x4f\x1a\x61\x6a\x8b\x1a\xd9\x1e\xe3\x1d\x35\x1e\x28\x75\x17\x92\x34\x11\x69\xd0\x7c\x94\x2d\x22\x2e\xdf\x4b\xb0\xc5\xe2\x01\x47\x22\xa1\x97\x48\x28\xf3\x65\xd5\xdb\x5b\xf7\x15\x55\x94\x58\x6a\xb3\x84\xcd\xcf\xf0\x47\x1b\xc7\xd2\x6a\xf9\x8c\x89\xa2\x62\xe0\xc3\x2a\x56\xf5\x45\xc3\x4b\xe1\x04\x01\xbd\x5f\x9d\x3a\xc5\x84\x70\xd1\xaf\xbe\xff\xe1\x94\x5c\x85\xc4\x7f\x9f\x74\x96\x79\x1c\xba\x37\xf3\x4d\x33\x8f\xe5\x98\x81\xab\x4b\xd8\x14\xa0\x76\x9d\x1d\x2e\x76\x5e\x6e\x28\xd4\xa4\x4d\x51\x45\xb4\xa1\xa1\xb9\x10\x48\x00\x05\x21\x14\xb5\x92\x31\xf8\x98\x81\x83\x60\xf8\xcc\x83\xba\x3c\x09\x70\xd6\x26\xc5\xa4\xfd\xcc\xef\x1a\x1c\xbc\x2a\xc4\x1d\xc8\xe9\x24\x92\x8e\xee\xb5\x6f\x70\x8f\xe9\xbc\x00\x6e\xd0\x57\xfe\x5b\xbf\x72\x18\x29\x50\xa7\xb3\x39\x33\xcd\xac\x32\xd6\x58\x28\xcd\x0b\x32\x74\xa0\x41\x71\x8b\x3c\x50\x80\x2b\xbb\x6a\x90\xa5\xda\x5e\xc1\xe9\xab\xdf\x02\x17\x85\x4c\x7a\xf8\x10\xf1\xa0\x54\x54\xc4\xd0\xe2\x76\x74\x0c\x1b\x49\x84\xf6\xff\xfd\xef\xff\x93\xff\xa7\xfc\x21\xac\xc1\xc3\xae\xad\xee\x3d\x54\x3d\x98\x36\x89\x1b\x22\xad\xa4\xa2\x02\x48\x76\x44\x37\x82\x95\xf4\xa2\x5c\x97\x28\xf2\xf1\xe7\x1f\xe5\x57\x8f\xc1\x23\x91\x3d\xa3\x50\x53\x2c\x91\x18\xb5\xcc\xb6\xb4\x34\x44\x5f\x32\x14\xc0\x85\x97\xaf\xf3\xe4\x02\x83\x23\xb6\x7a\xbb\x40\x1a\x65\xe7\xdf\x93\x92\xe9\xe5\xee\xc3\x16\x76\x42\x6e\xf7\xee\xbc\x74\x42\xc1\x19\x95\xf7\x51\x79\x4d\xee\xb2\x00\x89\x0c\x03\x9f\xc2\x5d\x5c\x0f\xb3\xbd\x48\xb0\x12\x90\xad\xda\x8a\x37\x15\x85\x4a\xb9\x6c\xdb\xa3\xab\x1e\xa2\x50\x7c\xe9\x1f\xc3\xd7\x89\xed\x63\x54\xe3\xa8\xdc\x3d\xed\xd1\x80\x60\x02\x94\xc4\x60\x8a\x6d\xc3\x03\xc1\xee\x82\x89\x33\xf4\xaf\x1f\x2e\xd8\x7f\x92\x3c\x07\x60\x51\x0b\xfb\x45\x96\x91\xef\xee\x43\xf6\xd5\xcd\xa2\x6b\x2b\xeb\x5a\x6b\xe7\xbb\xff\xd5\x2e\x9b\x2a\x3b\x2b\x2b\xf4\x22\x15\x3f\x01\xcc\xd1\xd0\x99\xf5\xfc\x09\x7c\x6d\x25\x06\x9c\xdc\x05\xa0\xf3\x0e\x3d\x5d\x81\xdf\x66\x50\x34\xcc\x43\x81\xcb\x00\xdc\xcd\x1f\x4b\xe1\x64\x9e\x16\x4c\xeb\x32\x4c\xe7\x52\x99\xa5\xad\xe2\x7a\x1b\x38\x61\xae\x43\x39\x06\x8e\x99\xfe\x99\xe1\xe6\x94\x1d\xa6\x9d\xa1\x7f\x61\x81\x2a\x6b\x1c\x39\x05\xf0\x1f\x19\x19\x2c\x5b\x73\x09\xa3\xb9\xe4\x1f\x80\x01\x94\xf3\xe7\x29\xfc\xbb\xfb\x1b\xfa\x47\xf2\x77\x8a\x86\x41\x48\x0c\x86\xf1\xd0\x24\x0c\xd0\x21\x3a\xd6\xbf\x32\xed\x76\x36\xec\x5e\xbf\x27\x01\x2f\xf9\xb0\xf4\x0c\x35\x20\x12\x0c\xa3\xdf\xf0\x86\x80\x43\x87\xc1\xae\xe1\xe3\x06\x8e\x28\x5a\xef\x9e\x01\x03\x85\xac\x98\x7e\x47\x33\xdd\xfc\x09\x5a\xa0\xfd\x27\x0e\x4a\x3a\x44\x9e\xa2\x8c\x5a\x00\x2c\xa6\x3c\x12\x4e\xbe\x6b\x80\x0f\xa6\x72\x62\x15\x61\xe9\x37\x22\x2a\x9b\x8d\x96\x3f\x2a\xab\x91\x1d\x84\x62\x3a\x7c\x76\x0a\x62\x05\x6b\xdf\x2e\xa4\x8d\x23\x20\xcb\xe4\x90\x3e\x05\xe9\x77\x35\x6c\xea\xa0\xab\x00\x81\xdd\x4d\x42\x71\x77\x01\x50\x7b\x9c\x04\x06\x31\xb6\x5e\x4c\x74\x0b\x6c\xe1\x12\x6e\xe7\xd1\x4c\x1a\x87\x11\x0f\x53\xf0\x2b\x4c\xce\x55\xa4\xf0\x70\xeb\x62\xa2\x2b\x3b\x3f\xc4\x7f\x49\xca\x19\x8f\xd4\x03\xe9\x40\x8d\x00\x0f\xa6\xee\xe1\x70\xe6\x43\x18\x26\x53\x42\x95\x26\x37\x51\x76\x89\xb7\x59\x77\x72\x54\xbe\xd8\xa2\xe1\x3c\x0d\x86\xd3\xad\xc2\x3c\x5f\x49\x77\xd2\x24\x77\x6a\x07\x4d\xd2\xca\x76\x66\x39\x07\x66\x6d\xb8\x96\xb4\x8e\x5a\x38\x5c\x38\x21\x31\xdc\xf6\x70\xa0\x71\x21\x30\x66\x0b\xe2\xd9\xbb\xf9\x73\x09\x8f\xd0\x41\xc4\xbc\xfc\xb0\xee\x35\x48\x36\x84\x18\xf4\x00\x22\x75\xc0\xa2\x44\x5c\x18\x34\x30\xdc\x77\x93\x0f\x07\x01\x10\xeb\x12\x20\xa2\x1e\xc2\xb6\xb6\x03\x60\xcf\x0b\x4e\x7c\x9f\x61\x9c\xa5\x50\xd1\x53\xef\xd7\x52\x46\xf4\x74\xaa\x8e\x93\x04\x6c\x20\x13\x5d\x35\xbd\x1f\x26\x4a\xd9\x5d\x39\x55\x83\x37\xbc\x58\x2c\xaf\xa8\x02\x6e\x39\x82\x23\xc1\x9f\xae\x80\x57\x3e\xac\x0d\x46\x72\x53\x05\x8a\x30\x43\x65\x79\x0a\xeb\x30\x24\xe3\x45\x8b\xee\xce\xc3\x59\x63\xd1\x0c\x53\xd1\xb9\x6e\xfe\x8c\x5d\xdc\x58\x93\x3e\x9c\x12\x01\x22\xc6\x2a\x20\x8a\x6d\x20\xad\x4e\xc2\x41\x23\xd0\x06\xfb\x36\x04\x77\x8b\xc2\xf8\xd6\x99\x57\x99\x1a\x0a\xdc\x20\x53\x15\xd9\xfb\xfc\xc6\xea\x98\xfc\x00\xe9\x30\x9a\x6a\x68\x94\xf0\x03\x15\x4e\x63\xcc\x0f\xbd\x79\x78\xcb\x69\x54\x86\x15\xf0\x8c\xd1\xa6\xcc\xe5\x84\xe5\xb7\x7f\xfa\xfa\x35\x6f\x4b\xb0\x86\xfd\xf4\xc7\xd7\xee\xd6\xfd\xdb\x3f\x7d\xf3\x9a\x8c\x60\xa3\xca\x8b\x33\xf3\xd6\x4e\xb4\x40\x15\x15\x7a\xdb\xda\x8b\xb2\xe9\x9d\x77\x20\xf2\x97\x8b\x27\x21\xef\x3a\x5f\x78\xa2\xe1\x55\x29\x35\x20\xbd\xdc\x21\x77\x94\xd0\x82\x42\x23\xea\x99\x16\xf8\x36\xfb\xcd\x42\xd6\xc0\x11\xa9\xe0\x15\x20\xd7\x3e\xad\xce\xc5\x28\x55\x75\xf3\x9f\xfd\x12\xe1\xf4\xcb\x02\x27\x0f\xb3\x51\xed\xcb\x1f\xf8\xd7\x7d\x9a\x18\x2e\xc5\xcf\xbe\xa3\xc6\x9b\xd1\x0e\xf1\x94\x07\x56\xdf\x5b\xfc\x66\x29\xf1\xa2\x1f\x92\x91\x31\x2d\x91\x11\x29\x84\x0c\x19\x3d\xc7\x12\xe0\xd6\xd2\x9a\x30\xd4\x4b\x6b\x96\x6d\x39\x2c\xdb\xdb\x52\x9b\x82\x0b\x35\x56\x6c\x51\xc0\xc1\x0a\xd3\xfa\xc0\x10\x76\x7f\xfb\xcc\xc5\xe1\xd1\x48\x0b\xdc\xf5\x67\xb7\xc1\x1c\x08\xb0\xbd\x67\xd4\xca\x06\x69\x53\xc3\xd9\xea\x50\xf7\x1a\xe8\x15\xf9\xca\x53\x7a\x4d\x80\xff\xcc\x4e\xb6\xc4\xd8\x08\xd7\xe4\x3b\xd6\xb8\xe9\x06\xa3\xb4\xf9\xef\x22\x94\x8f\xf5\xb5\x52\xa0\x81\xa9\x67\x24\xaa\x59\x1b\x42\xac\x50\xc8\xeb\x81\xc7\x4e\x20\xcb\x7a\xa1\x71\x3b\x24\x8a\x90\x54\xd4\xd7\x65\xeb\x6c\xae\x76\xcf\xa6\xc6\xbc\x05\x12\xfe\x92\x53\xb4\x71\x51\xba\x2d\x5e\x26\xe2\x49\xac\x11\xaf\x89\x29\x9b\x14\x56\xd6\xbb\x06\xa9\xdf\x01\xed\x71\x7c\xa0\x6d\x51\x76\x1a\xa7\xa5\xb3\x1f\xb8\xb2\xe9\x88\xcd\x05\xca\x43\x94\x1b\x40\xbf\xf1\x95\xda\xc5\x41\x53\xc3\x2b\x9d\x41\x60\x45\x79\x29\x9b\xf1\xa5\xaf\x10\xa8\xab\x87\xf3\x3a\x62\xf2\xb8\x3c\x20\x3e\x9d\xea\xe8\xb2\x1a\x71\x0a\x5c\x61\x62\x66\x5c\x20\xce\xa4\x64\x02\x1a\x14\x85\xb8\x35\xaf\x22\x1b\x32\x13\x51\x1b\x03\x43\xd2\xf5\x90\xde\x93\x87\xbd\xc8\x51\x3b\x16\x18\x8f\x3e\xf5\xcc\x71\x62\x1a\x52\x8b\x33\x7a\xcb\x4d\x5d\xd3\x89\xef\x29\x86\x01\x0c\x6c\x46\xd3\x03\x51\xc1\x5d\xc7\xcb\x23\x1a\x18\xb6\x23\x62\x0a\xb8\xd3\x95\xe8\xde\x24\x04\x35\xfa\x8d\x49\x6c\x49\xf4\xf2\xd2\x40\x93\xc7\x42\x98\x14\xa2\x45\xd2\x00\x92\xb3\xf7\x19\xc9\x3a\x88\x90\xad\xa8\xd4\xdd\x34\x18\xaf\x98\x87\x45\xfd\x2a\xca\x89\xa8\x65\x55\xcf\x0e\x38\xf4\x58\x35\x97\x84\x9e\x92\x9f\xd1\xc1\x09\x51\xc7\x4d\xf4\xe4\x4a\x1a\xc7\x2c\x1e\x73\xfc\xdf\xb0\x53\xfe\x77\xbe\xf2\x63\x6b\x6a\x01\x49\xe4\x57\x2f\xb7\xe2\x58\x74\xf2\x0d\xaa\x0e\xfb\x0a\xd6\x07\x19\x32\xfe\x9b\x95\x8b\x0a\xd0\x9d\x23\x57\xd3\x35\xbe\x9f\xe7\xb8\xe2\xa8\x6e\xd1\x0e\x67\xf9\x11\x8e\xdc\xcf\x52\xc3\xa7\x6a\x6d\x04\xa3\x0a\xe2\xf4\xa5\xf3\x9f\x93\x38\xa4\x64\x21\xd0\x13\xc9\x4a\xee\x4f\xdf\xe4\xb7\xf1\xfd\x0e\xe4\xf0\x2b\x6a\xf7\x2b\xbc\xe4\x0b\x21\x8d\x7f\xa0\x1f\x4c\x20\x65\x7d\x62\x21\x61\x62\x6f\xe9\xf0\xf3\x56\x15\x84\x7f\x67\xbd\x63\x13\x3a\xf6\x51\x08\x51\x26\x35\xf1\x77\xa8\x2d\x50\x12\x4c\x7f\x23\xe1\xd6\xaf\xdf\xf8\xaf\xd2\xf2\xc6\xb6\x6b\xbd\xe4\xb9\x03\x69\x1a\x27\xf4\x9b\x1b\x87\x9a\xff\xf2\x5a\x31\x0e\xa4\x89\x85\x52\x58\x3a\xce\x0f\x63\x72\x9b\x00\xa5\x52\x7a\x28\x41\x09\xdf\xcd\x0f\xd5\x1e\x10\xfc\x36\x15\x48\xee\x65\xd8\x7a\x9a\x50\x94\x65\x94\xae\x45\xb1\x20\xc7\x2b\xcb\xd4\x9a\x1c\xc3\x0a\x0a\x3a\x24\x5d\x7a\x64\x3c\x45\x3b\xa9\x2e\xc5\x2c\x59\xad\xf9\x93\xbe\x94\x82\x08\x6b\xa4\xec\xd7\x0f\xa4\xee\x49\x10\x85\xbd\x8f\x42\x00\x70\x42\x04\xb8\x05\x60\x5e\x0d\x20\x3f\x99\xd5\xd1\xca\xc8\xf9\x6f\xd4\xba\x91\xb4\x76\x65\xbc\x06\xbb\x96\x6b\xaa\x24\x13\x23\xb0\x86\x12\xee\x74\x6e\x22\x7b\xf4\xd0\x25\xb1\xe0\x5c\x74\x6f\x75\x52\xa5\x03\x62\x60\x57\x6f\x29\x90\xc2\x6b\x6b\x69\x61\x28\xa6\x42\x12\x93\xee\xfe\xee\xa0\xf5\xc2\x87\x21\x56\xe5\x8a\x6c\x9c\x21\x4f\x90\x18\xb7\x57\x64\xf2\x90\x7c\x52\xcc\x35\xd0\x9e\xe1\xbd\x18\x4e\x2b\x5c\x80\x0b\x32\xfd\xd0\xba\x79\x6b\xef\x70\x93\xbc\x6a\xda\xef\xc5\x44\xea\x27\xdf\x22\x19\x04\x6e\x6c\x34\x09\x25\xdf\xdf\xae\xae\x27\x7a\x0d\x85\x09\xef\xef\x6d\x98\xe0\xf6\x40\xdb\xce\x37\x06\xae\x8a\x4a\x1a\x95\xc0\x78\x76\xab\xa2\xb0\xe0\x51\xdb\xdc\x5e\x42\x86\x9e\xe8\x81\x9f\xa0\x0e\x84\xfa\x7d\x2d\x47\x99\xaa\x11\xc5\x72\xf3\x9f\x5f\xc1\xe4\x8b\x30\x61\x38\x0c\x62\x5e\x1b\xa2\x3a\x94\xc0\xef\xae\x6f\x8d\x4e\x9b\x13\x85\x46\x3b\x17\xbb\xc7\x49\x46\x0b\x8e\xd4\x4f\xb0\xf3\xce\x1f\x6e\x17\x77\x7d\x2e\x03\x76\x98\x1b\x46\x8f\x56\x9c\x07\x6c\x80\x97\x82\xbb\x70\xa3\xf4\xe4\xe3\xc9\x78\x27\x69\x2e\xd0\x6e\x48\x39\xae\x08\xf6\xe7\x2c\xd2\x33\x46\xd7\x62\xd0\x1b\x44\xc5\x93\xfa\x8e\xa8\x7c\x5a\xe7\x31\x04\x28\x54\x04\xc2\xf8\xbc\xb8\xf3\x66\x51\xf4\x80\x6a\x48\xbf\xf1\x5e\x3a\xa3\x80\x13\x31\x8d\x0d\x87\x01\x22\x16\x4a\x07\xc3\xb6\x55\x5a\x49\xe7\x04\x3c\xc4\xf2\x1c\xa4\x79\x4c\x62\x04\x6c\x6e\x1e\x4a\x79\x79\x35\xfc\xac\x1d\x72\x2c\xb3\xa4\x03\xbe\x5a\xae\x59\x1f\xe6\x2c\x4f\x77\x1f\xbb\xbe\x6a\xe2\x82\xb1\xd9\x39\x2e\xd4\x49\x3f\x89\x27\x9c\xdf\xd1\xec\x9d\x77\xd3\x59\xda\xc8\x70\x10\x97\xf8\xd4\x60\xd2\xdc\x82\xb3\x64\xa2\x39\x4f\xf3\x65\xb2\x09\x35\x59\xd7\x34\x76\xfa\x20\x84\xa8\x7f\x79\x05\xff\xdd\xdb\x6c\xee\x15\xc5\x97\x13\xcb\x90\xfa\xf4\xf8\x62\x36\x0b\xaa\x27\x0f\xdb\x2c\x13\x1a\x1d\x35\x14\x71\xbc\xd3\xcb\x89\x00\xd1\xd6\xbd\x72\x92\xc8\xbb\xc7\xc0\xf1\x22\x5a\x4d\xcd\x44\xe9\x47\x41\xbb\x4a\x31\xdd\xf5\x59\x5f\xa3\xd3\xab\xe1\x6c\x20\x71\xc6\xc1\xc1\xee\x0e\xc4\x88\xa8\x48\xd8\xec\x67\x72\x57\x5e\x3f\x5a\xef\x95\x49\x21\xaa\xc4\x2f\x52\xfc\x7e\xba\x42\xea\x70\x46\xf2\xc9\xfe\x25\x4a\xf9\xf6\x36\xb4\x32\x05\x24\x44\x3a\xf2\xbc\xb7\x91\x2a\x2f\xf2\x60\x1a\xf2\xef\x57\x23\x46\x3d\x72\x76\x9c\xf0\xed\x9a\xea\x7b\x0f\x3a\x5c\xeb\xd3\x95\x65\x97\xe5\xdb\x72\xfe\x6f\xf0\x3f\xfa\x6b\x76\x69\x2b\x14\xfa\xa0\x91\x24\x77\x07\xe0\x2c\xc2\x7c\x91\x00\xf1\x6c\x8f\xb8\x48\x82\x90\xab\x7e\x4d\x9c\x37\xe6\xcc\x45\xff\xa2\x1e\xad\x69\xe4\x76\xdd\xac\x7a\xd1\x2c\xbc\xe9\x89\x02\x5f\x20\x89\xe5\xc8\xe3\x2b\xca\xdd\x79\x45\x41\x54\xe8\xa2\xb7\xb1\x6f\xd0\x16\x4b\x9d\x09\xb2\x9f\x81\x8c\x8b\x59\x4b\xd6\xca\x59\x52\x44\x2e\xe7\xc5\x97\xeb\x99\xe1\x93\x77\x26\xe8\x8b\x70\xe3\x54\xe0\x6d\x48\x31\x00\x87\xf0\xf8\x96\x39\xb4\x20\x81\x50\x3f\x0b\x51\x30\xa8\x8d\xe4\x31\xe5\x05\xe1\x33\x01\x17\x28\x5e\x25\x4b\xe1\xa2\x83\x77\x1c\xef\x70\xa0\x25\x32\x2f\x4a\xa8\x47\xbd\x8a\x88\x9c\xf6\x48\x4e\xc1\xd2\x1d\xa2\xca\xfc\x36\xac\x2f\xe0\xf7\xee\x6f\x49\xda\x7d\x24\xe0\x04\x4f\xb8\x8f\xcd\x2d\x96\x7d\xd7\xa1\xbf\x03\x0b\xb2\xc9\x04\xb5\xec\xf9\xd4\x0c\xd9\xf5\x2e\x6e\xc1\xfb\xa6\xed\x03\xc4\xb0\x98\x95\x5d\x7c\xcd\x99\x9b\x23\xfc\x8e\x78\x26\x66\xa8\x51\xc5\x20\xfc\xf4\xcd\x71\xdb\xe2\xc5\x2b\xfe\x6f\xb3\xb0\xaf\x0b\x53\x21\x3d\xbb\x52\x96\x20\x75\x73\xd7\x1e\x27\xfd\xdb\x7d\x1b\x5e\xb7\xe8\xa2\x85\x66\x85\x6b\x31\xdf\xfd\x5f\x76\xb9\x1e\x6c\x1e\x66\xa9\x9b\x7a\x6d\x82\xde\x47\x91\xef\x33\x4e\x04\xed\xe6\x2f\xb6\x12\x83\xea\x4b\xa2\xac\x7a\x24\x31\xf0\x8f\x41\xf5\xf3\xa6\x79\xeb\xe6\xff\x66\x97\xf4\x47\xf8\xbe\x2e\x3b\x2e\xc2\xf4\xe7\x4f\xd3\x32\x90\x4a\xcb\xd5\xe4\x6b\x19\x38\xea\x07\xbb\x0f\x0e\xfd\x74\x3c\x38\x85\x66\x9e\x60\x9a\x37\x4d\x79\x19\xca\x24\x0e\xcf\xb7\xb5\x37\x46\x30\x9a\x16\x87\x86\x21\x43\xf4\xb9\x11\x93\x66\x90\xf8\xc1\xb7\x69\x8a\x0b\x24\xff\x45\x34\x90\x37\x40\x43\x2c\xa5\x05\x26\x67\x9d\x68\xfa\xb8\x7f\x4c\x84\x92\xfc\xcf\x44\x8e\xe8\xfe\xe1\xa4\x5d\x21\x6b\x21\xf9\x10\x79\x52\x64\xa3\xb9\xf4\xc0\x35\xd9\x77\xe8\x88\x63\xaa\x05\xd1\xc4\x57\x18\xc1\xc1\x94\x8d\xbf\x07\xe0\x04\xd0\xa7\x37\x97\xaf\x72\xc5\x13\x49\xdd\x5f\x43\x68\x67\x9a\xd5\x96\xb4\x38\xa8\x0d\xf0\x51\x6d\x24\xb9\x12\xf9\xc5\x1e\xe4\x31\x86\x73\xb3\x26\x6f\x1b\xc9\x33\x46\x89\x46\xdb\xd6\x44\xab\xc8\xba\x98\xe1\xd2\x60\x26\xcd\xb7\xc8\xa7\x97\x6b\x71\x7f\x8b\x0d\x38\xd3\x4b\x41\x2d\x2d\xa4\x26\xaf\x89\x36\xc3\x30\xfb\xdb\x11\x38\x9a\xad\x30\x42\x4f\x84\x0b\xe2\xb4\x47\x95\x6f\x2a\x6d\x42\x5b\xbe\xae\xa9\xc8\xd9\xc7\x71\xb0\x0d\xc5\x4f\x05\x5f\x3a\x26\x3b\x7f\xc1\x70\xde\xbf\xe6\x7f\x41\x64\x83\x7f\x4a\xb8\x96\xde\xfd\x55\xe5\x7a\xe5\xeb\x47\x11\xce\x07\xfb\x3c\xae\x6c\xbe\xfb\x88\x19\x3b\x34\x3c\x26\x0c\x3a\x5a\x7c\x92\x63\x86\x6b\x9f\x38\x1a\xa8\x2b\xbf\xdd\x76\x1a\x92\x5a\x2e\x7b\x71\x98\xd6\x30\x9d\x68\x25\x0b\x3c\x67\xed\xe2\x3d\x5a\x13\xff\x67\xc3\x28\x76\x0c\xd4\x76\xdd\x46\x6b\x44\x4f\xf4\x50\xba\x14\x14\xe0\x1d\x7b\xa7\x61\x76\x87\x4a\x9c\x47\x62\xef\x37\x0a\xd1\x9c\xcc\x85\x33\xa4\x9b\x11\x11\x43\x45\x47\x27\x0a\x0f\xcc\x1b\xc2\x3a\xf4\xb8\x85\x1a\xf7\xa6\x1a\xd5\x49\x36\x6b\x15\xea\x8f\x5c\x49\xf6\x34\x38\xcb\x63\x9a\x52\x37\x63\x57\xee\xf1\x38\xe5\x6e\x72\x70\x39\xdd\xcb\x39\xc3\x45\x90\x11\xfd\x18\x50\x69\x3a\x76\x68\x21\x67\xa9\x7d\x83\x01\x36\x25\x04\x14\x69\xff\x6e\x62\xa5\x7c\x72\xfa\xe0\x4e\x2e\x9a\xa3\x01\x19\x15\x70\x8e\x93\x20\xe7\xbf\xb8\x57\xcf\xc9\xcb\x98\x39\x0c\x47\xc6\x82\x4a\x28\x77\x66\xc8\x35\x4c\x15\x08\xf1\xa9\xa1\x2c\x1c\xf3\x53\x9f\x8e\x23\xe4\x31\x41\x9f\xec\x11\xa4\x84\x9d\x04\xf0\xd1\xe2\x18\xce\x16\xa3\xfe\x9b\x83\x47\x41\x84\xf1\xa3\x0c\xd8\x4e\xc3\x14\x06\x09\xaf\xc5\xb9\x73\xdc\x77\xbc\x61\xc7\xd7\x45\x3b\xc0\x7a\xd0\xb1\x1d\x61\x35\x60\x57\x3c\xba\xeb\x3a\xf9\x23\x74\x82\xbe\xd4\xe8\x8f\xa9\xfd\xf8\x14\xdd\x9f\xd6\xd5\x38\x17\xd4\x55\xde\x93\x8a\x82\x0a\x59\xd6\xa3\xf4\x27\x21\xf3\x0e\x65\x38\x29\x51\xf8\x4b\x6a\x4e\x8d\x14\xe9\x9c\x18\x4a\x82\x02\x50\x72\x0e\x61\xae\x3e\xb1\x68\x45\x42\x84\x98\x6c\x14\xd9\x12\xb5\xc8\xb7\xa3\x5b\x33\xcd\x8f\xe1\x55\x74\x98\x50\x22\xb9\xba\x22\x70\x7d\xb9\x8e\x43\xd2\xd8\x08\x20\xde\xec\xc3\xfa\x9c\x66\x73\x49\x41\x77\xbd\x45\x87\x75\xf4\x67\xfd\xe0\x3e\x9f\xf9\x9b\x1c\xc8\xe0\x70\x27\xbc\xe7\x55\x1e\x3f\xd9\xc3\xcc\xe8\xa5\x67\x09\x6e\x8f\xf9\x87\x81\xfc\x74\x34\x35\x9d\xe1\x4d\x80\xa2\x23\x1d\x4b\xbf\x0a\x83\x78\xda\x40\xbc\x07\x2b\x3d\xf2\xfd\x1b\x40\xa6\x8b\x8c\x89\xa6\x82\xe4\x96\x12\xa4\x03\x5e\xe4\xab\x7f\xda\x0a\x4f\x2f\x6e\x42\x39\x43\x60\x4d\x7e\xfc\xea\xf1\xa3\xc7\x21\xbc\xa6\xb5\x4c\x52\xdd\x78\xf2\xc9\xa9\x1b\xb6\x18\xed\x1c\xfa\x20\x9b\x9a\x24\xba\x10\xce\x83\x11\x13\x3e\x97\xb5\x06\xc5\x0e\x17\x51\xbd\xcd\x49\xc5\x9b\xe0\x23\xb0\xcf\x07\x43\xe1\xfa\x40\x98\x42\x6f\xe6\x47\xf9\xbb\x19\x10\xac\x95\xe6\xd1\x1d\x31\x90\xfb\xe7\x47\x7e\xb4\xb8\x6c\xfc\x2e\xdb\x28\xbe\x45\xd3\xc5\x1c\x0c\xe3\x40\xf0\x46\x8b\x2e\x25\x52\xa7\x24\x0e\xc5\xc8\xb9\x6c\x61\x76\x92\x01\x98\xb2\x0f\xd8\x4a\xb1\xef\x86\x11\xfd\xf1\x9a\x11\x71\x38\xcb\xd4\x80\x78\x1c\x8a\x7b\x98\x80\x78\x03\x22\x30\x7c\xb4\x7b\x70\x3c\xed\xf4\x1b\xee\x94\x4d\x3c\x1b\x13\xbd\xc9\xc5\x1d\x0c\xa6\x10\xeb\xde\x71\x25\xd8\x4d\x64\x8a\x45\xf0\x39\x77\xfc\xbb\x74\x6a\xf8\x18\x8e\x68\xa4\x15\x81\xcd\x1b\x5f\xac\xe1\x78\x8d\x6f\xd3\x2f\xf6\x0a\x48\x51\xe8\xa8\x93\x57\x7e\x68\x30\xd5\xc0\x45\x9e\x28\xc5\x35\x99\x4a\xc6\x84\x9f\x7d\x05\xc4\x34\x1a\x79\x0c\x78\xc8\x8d\x79\x4b\x2c\xf9\xf0\x72\x9f\x68\x4b\x79\x8a\xa3\xe8\xda\x9f\xa0\x65\xbc\x10\x3e\x6b\x57\x41\x62\x35\x1c\xa0\xd1\x20\xd3\x80\xb9\x88\xb3\xb1\x71\xa0\x5c\x24\xcd\x61\xb2\xde\xc8\x35\x22\xce\xde\xd0\xc4\xa7\x6a\x7f\x9d\x60\x7d\xae\xc6\xd5\xfc\xd8\x35\xad\xc1\x18\x29\x93\xfe\x43\xa4\xf9\x58\x36\x6f\xda\xc9\x84\x1b\x13\x43\x9c\xac\x13\x19\x68\x7c\x74\x8b\xe7\x13\xb5\x99\xd6\x3f\x59\x16\x6f\x80\x1c\x05\xcd\xa0\x36\x1d\x7d\xae\x9d\xe3\x83\x68\x17\x76\xef\x12\x4d\x2d\x8e\xc7\xf0\x68\x75\xd8\x5b\x98\x9f\x8d\x88\xbd\x31\xc5\x7d\x58\x59\xa8\x59\x54\x85\x52\x63\x86\x28\x15\x34\x50\x2e\x07\xeb\x4b\x87\x21\xc9\xc4\xe5\x13\xc2\x44\x31\x13\xa8\xdc\xd6\xb4\x00\xf2\xa6\xe0\x3e\x02\x4b\xe3\x2b\x29\x39\xde\x82\x93\xc6\xc7\xa9\xcd\xd2\x24\x79\x95\x19\x3e\x51\x97\x18\xc7\xa2\xcc\x17\x69\x87\xb3\x14\xf9\x2e\x59\x05\xe3\x71\x55\x54\x32\x03\x4d\x4d\x10\xe0\x55\x65\x23\x13\x84\x0d\x36\xe1\xe5\x27\x95\x65\x35\xe1\x78\x3b\x4c\x25\x23\x32\x3d\xec\x20\x9c\x4d\x90\x4c\x90\xee\x61\xb5\x0b\x31\x53\xd5\x1c\xe0\x9d\x3f\x4c\xe1\xaa\x18\x06\x04\x96\x95\xda\x90\x0f\x38\x0d\x49\x4b\x49\xca\x49\x2b\x66\x3b\xf1\x4d\x39\x7e\x71\x72\x9a\xe3\x73\x40\x05\xbf\xf4\x28\x51\xf6\xf4\xc6\x9a\x24\xa2\x44\x75\xf3\x31\xd9\x63\x96\x4c\xaf\xc9\x77\x3f\xe6\x32\xe9\x25\x01\x0e\x41\xac\x49\x81\x7b\x43\x1c\xe2\xf7\x9a\x74\x43\x97\x09\x5d\x05\x62\xae\x8e\x3f\x4f\x1c\xbd\xd1\xba\x0f\x41\x87\x0e\x32\x74\xae\x04\x68\x90\xce\x66\xac\x6f\x27\xb6\x02\x3e\xb3\x63\x7e\x49\xb1\xe2\xd7\x9c\xba\x51\xdf\xe1\x5e\x91\x71\xee\x51\xb0\x0f\x5b\x98\xd1\xab\x37\xd0\x4c\x09\x97\xfd\xd5\xfc\x14\xcd\x8c\x92\x08\xc6\xae\xcd\x0d\xe0\x42\x63\x38\xd9\x7a\x4f\x01\x3f\xf8\x08\x18\xe1\x81\x8f\xf0\x90\xa6\xbc\x4f\xc0\x92\x22\xe5\x5d\x6e\x44\x91\x56\xf8\x45\xba\xa9\x37\x9d\xe3\x31\x37\xa2\xda\x34\x5d\x62\xcf\x03\xeb\xc9\x12\x55\x15\x1e\xad\x68\x20\x33\xe6\xd0\xf9\x20\x76\x0d\xde\x16\xfa\x64\x1f\x26\x30\xac\xa9\x9e\x5e\xe5\x06\x5d\x5d\x30\x5e\x85\xed\x49\x7e\x77\xa2\xf6\xdc\x18\x7b\x66\x6a\x59\x3e\x56\x64\x9f\x02\x41\xe7\x02\x87\x1e\x76\x6e\x8b\xc0\x13\x8b\xcd\x66\x2e\x7c\x7c\x64\x65\x96\x96\x72\xac\x8d\x60\xb6\x9c\xbd\x7b\x2e\x59\xbc\xc7\x00\xcb\xa6\xb8\x9a\x3f\xec\x6d\xbb\x95\x47\x11\x24\x90\x62\xa4\xd1\x0d\x24\xc4\xab\x76\x29\xe0\x1a\xcf\xe6\x59\xcf\xae\x8b\x1a\x43\x2b\xc1\x8b\x0d\x82\x1e\x68\x6c\x96\x65\xcb\x1d\xf1\x54\x1c\xd3\xea\x94\x61\x3d\x97\xd6\x28\x38\xad\x68\x34\xbc\x32\x3c\x48\xc0\x89\x36\x58\x11\x45\x31\x7a\x6d\x9c\xcd\x2a\x7d\x9d\x2d\x5e\x71\x19\x3c\x39\xcb\x45\xa9\x0d\xa8\xc3\x10\x8c\x48\x89\x49\xf0\xe1\xb3\xf8\x39\xb6\x94\x83\x7f\x83\x4f\x80\x37\xe8\x83\xf6\x26\x7a\xac\x86\x8a\x39\x98\x68\x28\xc6\xd1\xf1\xa6\x15\x1e\x8f\x66\x18\xf8\xfe\x34\xc1\x6e\x85\x1a\xe5\xb0\x99\x80\x15\x36\x4f\xaa\xc4\x6a\xf0\x14\x2e\xba\x29\xe2\x53\x39\x41\x76\x59\x13\x89\xc4\x57\x15\x8f\x26\xdd\x0a\x52\xed\x36\x4c\xd3\x0b\x8b\x4f\x1a\x49\x32\x33\x9f\xdc\x44\x4e\xb8\xeb\xd1\xde\xd4\xc1\xa2\x9d\x6a\xbe\x05\xc5\x04\x7f\x05\xe0\x31\xdd\xfd\x12\xdb\x9b\x59\x14\xea\x6c\x64\x8c\xd3\xbb\xe8\xce\xff\x38\x79\xf1\xfc\x40\x46\xf8\xee\xde\xe5\xe5\xe5\x3d\xac\x78\xaf\x6f\x2b\x90\x94\xe0\x63\x21\x43\x3e\xc0\xf7\x1d\xef\xdb\x6e\xf5\xdd\x57\xf0\xef\x5d\x79\x48\x92\x9e\x57\xa2\x84\x6e\x13\x17\x85\x60\xdc\xef\xba\x1c\xe4\xac\xc5\x2f\x88\x8e\x8e\x9d\x6c\x6a\x1a\xca\xea\x71\x29\x66\x78\x56\x2d\x8c\xe2\x84\xfe\x89\xbf\x03\xf3\xf3\xf6\x9a\x1c\x91\x43\x48\x90\x3c\xea\x78\x40\xf8\x7b\x04\x14\x79\xaf\x46\x46\x00\xdc\x45\x46\x96\x5f\xff\xf1\xaf\xb8\x4b\x7a\x83\x27\x9b\x83\x64\x16\xa5\xa6\x9a\xf3\xb3\x3b\xe5\x18\x05\xdb\xfe\x34\x6c\x90\xe2\xfd\x9a\xba\xba\xe2\x37\xf5\x30\xeb\x33\xa3\x0b\x6f\x2b\x16\xab\xe5\x6d\x58\x95\xde\xf7\x40\xb9\xfd\x8a\xbc\x0d\xe7\x92\x7d\xa0\xf1\x62\x3e\xde\x92\x51\x6e\x87\x41\x75\xce\x3f\x39\x7f\x84\xaf\xcb\x6e\xf0\xbe\xb5\x6b\x54\x31\x4a\x0e\x1e\x69\x6b\x5c\x2b\xf2\x0f\x9c\x2e\xe3\x35\x7a\x99\x86\xf8\xb1\x2b\x83\x99\x9a\xfd\x1c\xaf\xbe\xc9\x65\xe1\x87\xc8\x4b\xf4\xbd\x82\xcb\xd1\x0c\x14\x28\xd1\x69\xa6\x47\x35\x38\xdb\xe6\xe8\xb3\x0f\x80\x0e\x27\x3c\x3a\xa6\x7e\xb9\x85\x93\xf3\x64\x0a\x89\x1f\x7a\xb4\x99\x44\x8d\x8e\x74\x83\x88\x86\x5e\xae\x27\x69\x5a\x36\x1f\xeb\xa9\xd7\xc9\x88\x34\x79\xfe\x34\x90\xa6\x11\xab\x24\xa0\x53\x1d\x45\xa2\x28\x8c\xfd\xdf\x46\xbd\x88\xd8\xa4\xbd\x88\xdb\xc3\xa8\x07\x8e\x70\x51\x5e\x01\x53\x22\x3f\xa6\x77\x80\x30\x6b\x93\x06\xd0\x24\x1c\x73\x7a\x40\xc7\xc4\x94\x0f\x4e\xa0\xa7\xc4\x7e\x73\xb2\xf3\x75\xa4\xb7\x4f\x9d\xd6\x4f\xb0\x12\xe7\x5c\xc3\xac\x30\xd3\x36\x45\x6e\x99\xb3\xfc\x70\x86\xa2\x41\xd1\xe0\xc5\xe6\xe1\x59\x06\x3e\xa7\x66\xbf\x94\xd8\xb6\x51\x58\xb8\xbe\xae\x92\xe4\xc5\x30\x5c\xe0\x20\xe1\x36\x05\xb6\xc6\xa6\xb3\x0b\xd0\x69\xee\xbc\x7d\x75\x02\xbc\xf7\xb2\x58\x29\x3c\x3e\xdb\xdc\xb6\x98\x0b\x5a\x24\x2b\xb7\xfb\x1b\x3e\x9c\x18\x34\x56\x76\x85\xce\x6f\xb3\x9c\x13\x74\x60\x94\x12\x3f\xd4\x4c\xa9\x18\x42\x3e\x3e\x11\x00\xf4\xe9\xd1\x90\xac\x2a\x5a\x3c\x0a\x7a\x0e\x33\x7d\xce\xaf\x27\x79\x74\xf5\x2f\x06\x45\x83\x93\xc9\xc4\xba\x8d\xc4\x2b\x6b\x6a\x92\xe3\xf4\x72\x1e\x2a\x4d\x8f\xc7\x58\xcc\xe9\xc8\xaa\x9b\xfa\xbd\x39\x29\x5e\x52\xf3\x06\x0b\xd8\x38\xe1\xdd\x91\x7f\x33\x6e\xd0\x18\x2e\xf6\xd8\x0f\xcb\x4c\x4b\x06\xc9\x5e\x0f\xa5\xa0\x4f\xc7\x92\x6b\xf3\x7f\x4e\xcd\xd6\x59\x9f\x55\xaa\x9e\x36\xb4\x4c\x28\xe0\xe8\x39\x2f\xb2\x60\x50\x93\xd3\x39\x40\xaf\x1d\x60\x94\x06\x60\x62\x50\xd3\x59\xf3\xb2\xa2\x3c\x3b\x9b\x81\x9c\x7f\xe9\x30\xcb\x5c\xdf\xae\xec\xfc\x31\xbd\x05\xc8\xbc\xa3\x06\x94\x13\x18\x52\x5c\x40\xa5\xad\x29\x5a\xcb\x5f\xd8\x8f\x66\xce\xff\xf0\x27\xf2\x51\x4e\x1f\x11\x8d\x15\xff\x55\xfe\x08\xa0\xa6\x7d\x93\x67\xdc\x82\x3b\x6f\x2e\x17\xf8\x17\x65\xcb\x73\xf3\x67\xcc\xe8\xd2\x7a\x17\xf8\x92\x1c\x1a\x71\xd9\xe0\x73\x76\x16\x55\xc1\xa9\x76\xfc\xb4\xee\x23\xcc\xde\x07\xa4\xe0\x02\x99\xf1\x08\xa4\xaf\x81\x97\xb3\x05\x03\xbd\xaa\x85\xb1\x8b\xa1\xb0\x47\x61\xbf\x59\xc5\xa8\x37\x76\x94\x06\xf8\x76\xe1\xc5\x82\xa0\xa6\x27\x12\x2a\x3f\xd0\x87\x14\x03\x57\x1a\x4a\x5c\xa9\x10\x57\x71\xb9\x9a\x37\x7c\xb1\xec\x04\x90\xcb\x07\x3f\x3c\xe7\x1f\x14\xc3\x4e\x49\xbc\x31\x88\x5d\xba\xcc\x34\x2c\x7e\x36\x0e\x8f\xd7\x12\x4e\x77\x40\x7f\x8b\x4b\x92\x80\x78\x88\xa2\x35\x67\x9d\x86\xcc\xb4\xfe\xf3\xb6\xb5\x5a\xef\xb8\xb5\xf7\x86\xb5\xf8\x41\x2b\xca\xb7\x05\xff\xfa\xcf\xe4\xed\xc8\x32\x93\xff\x66\x50\xe4\x9b\x87\x09\xc7\x0b\xc5\x91\x02\x16\xdd\x7f\x24\x3b\x02\x1d\xa5\x76\xd8\x1b\xa1\xe3\x22\x4e\x6c\x90\x3f\xa1\x37\xae\x93\x89\x06\x2f\xca\x63\x4a\x3d\x4f\x29\x43\x78\x41\x54\xbe\x23\x37\xb8\x59\x32\xde\xd8\xf9\xb2\xce\xe3\x47\x9b\xd5\xb3\x91\x59\x11\xf2\xf9\xc6\x94\x4f\xc1\xd7\xc6\x67\x69\x66\x6f\x7d\x38\x13\x85\xf5\xdc\x99\xe4\x8c\x46\x3f\x3b\x53\x44\x7d\x76\x66\x3d\x91\x06\xd4\x07\x60\x05\x30\x62\xe9\x31\x4b\x46\x59\x37\x49\x6d\x9f\x2d\x66\xd5\xac\x99\xd2\x7a\x0e\x8e\xc9\x60\xf4\xd4\x26\xbe\xf5\x2b\x8b\x11\x0d\x21\xb9\x2c\xf4\xeb\xf8\x82\xd0\x92\xcb\xb6\xec\xd4\x15\xaf\x4c\x70\x84\x8e\xcf\x8f\x2c\xe8\xe2\xaf\x30\x7e\x14\x21\x90\xe1\x7d\x88\xd9\x84\x80\x6b\x43\x3d\xe7\x18\xb9\xc6\xe9\x29\xa1\xec\xde\x70\xff\x23\xf8\x90\x29\xc7\xa3\x89\x08\xc4\x1b\x4c\xfe\x4c\x44\x8d\x6e\x16\x90\xb9\xbb\xa0\xa1\xd1\x47\xdb\xc3\x18\x86\xae\xb0\xbe\x2f\x5c\x2d\x62\x78\x05\x85\x46\xa8\x8f\x5e\x85\x7c\x6a\xd4\xad\x70\x39\x3c\x3d\x84\x57\x7a\x7e\xc4\xfb\x77\x74\xf0\x98\x0b\x54\xa8\x07\x91\x86\x6d\x12\x34\xb9\xb3\xf6\x41\x4c\xb9\xc7\xbe\xd4\x65\x4a\x9c\x07\x03\xd3\x8f\xd6\x12\xa4\xbc\x6c\xf9\x9a\x54\xd2\x8d\xba\x19\xd8\x7c\xb8\x83\x1b\xf3\x4c\x0f\x8f\x40\xea\x6c\x38\xe0\x1e\x74\xd8\xf2\x88\x53\x18\x71\xd8\xc3\xa2\xb9\xac\x11\xcf\x1c\xb9\x9d\x23\xa2\xe1\x0b\xb6\x4d\xbb\x7e\x1d\x1e\x99\x1a\xbd\x07\x3c\xd4\x61\x13\xa8\x7f\x6f\x61\x00\xef\xf3\x76\xee\xab\xf8\x09\xe9\xfe\x06\xda\xfa\x90\xf0\x0f\xee\x81\x90\xf1\x6f\xa6\x19\x6a\xf0\x91\x1a\xf6\x92\x7d\x91\xf4\x46\x49\x62\xd4\x8b\x32\xc4\xad\x37\xd9\xd6\x36\x5b\x7e\x5f\x03\x79\x4b\x87\x2f\x0b\x95\x68\x46\x6b\x36\x16\xdd\x99\x7e\xc0\x9f\xa8\x11\x24\x9d\x60\x89\x09\x50\xad\xd9\x80\x30\x41\x0f\x17\xb9\x8c\xde\x4e\x11\xcd\xbf\x9b\x8b\xb2\x5f\x3f\x27\x2f\xb2\xa4\xef\x18\x87\x7c\x3a\xd8\xde\x30\x8f\x8e\xbc\xaa\x87\x4b\x34\x8e\x0b\xf0\x0f\x78\x4d\xbc\xc3\x47\x65\xd7\x54\xd1\xc5\x96\x44\xbe\xf1\xfb\x5e\x7c\xda\x35\x24\xb9\x55\xde\x4a\x5e\x68\x92\x04\xe0\x21\x78\x97\x73\xca\xfb\xfe\x42\x86\xc0\xc7\x35\x6b\x78\x50\x0d\x4f\xe8\x18\x35\xf3\x27\xae\x90\xe4\xae\x0a\xda\x86\x1a\x24\x35\x52\xa4\x46\x76\x6e\x58\x56\xd4\x39\xb0\xb2\x3f\x69\xe9\xa6\x2c\x67\x23\x8c\xfb\xa7\x3e\x34\x33\xdd\xf8\x64\xb2\xb3\xdf\xe1\x98\xbb\xff\x21\x93\x58\xab\x3b\x7a\xd1\xc4\x17\xee\x79\xda\xe4\xf7\x38\xd5\xa6\x55\xae\x7f\x10\x63\xb4\x48\x37\xbe\x8b\x31\xf4\xdd\x85\xea\xff\xa4\xc7\x4e\x86\x63\x19\xeb\x2d\x3e\xe5\x89\x0f\x79\xdf\x63\x6a\x6e\xde\xd2\x1b\x25\xc5\x08\x22\xc2\x35\x0e\x37\x29\x59\x1c\xea\x39\x06\xc9\x68\x45\x5c\xba\xbe\x4e\x58\xad\x7d\x9e\x2c\xe3\x46\x26\x9d\x5b\x0e\x06\xc9\x6a\x87\x3e\x35\xc1\xbd\xf0\x8b\x7d\x36\xf8\x89\xa4\xb5\xd3\xb6\x78\x01\x47\x9a\x37\x9d\xb9\x76\x74\x83\x4c\x55\x0d\x1c\xd1\x08\xf3\x7e\x4b\x3e\xdb\x29\x9b\xaa\xea\x47\x2e\xd5\xae\xca\xfc\x2a\x4b\xa9\x6f\xec\xaa\xef\x42\x3a\xec\x58\x4f\x39\x4e\xea\x1a\x2f\xe4\xc4\x96\x60\x4a\x6f\xbe\x58\x66\xf2\xef\x79\xb9\x5d\x4c\xe7\xaf\xc5\x16\x9e\x59\xba\x35\x81\x5e\x7e\xeb\x2b\x32\xfb\x0a\xd4\x41\xde\x8d\x4a\xbf\x2b\xd5\x5e\xc5\x3e\xb3\xe2\x72\x13\x40\x5b\x7a\xbe\x17\xdf\x0d\x99\xfa\x3e\xdd\xc6\xb0\x3f\x79\x50\xbd\x6d\x60\x63\x5f\x36\x9c\xd4\x50\x6e\xcb\x30\xd8\x71\x16\x8a\xb4\xfa\xfc\x19\xd7\xf0\x9f\xd9\xd7\x20\x8a\x75\x93\xef\xc0\xe0\xa0\xb6\x54\x9f\x9b\xf3\xdf\xe5\x72\x4f\xb6\x11\x2e\x5d\xb5\xd1\xcb\x93\x44\x20\x4f\x7d\x3b\xac\x82\x0f\xb3\x0b\x2f\x90\x31\x0b\x30\xc3\x57\xd8\x50\xf8\x05\xec\x97\x2f\xc3\x6e\xf9\x2b\x32\x69\x92\x94\x7d\x7e\xe8\x75\x60\x47\xac\x03\x1b\xc3\x24\xe9\x2c\xe5\xf6\xd5\xe7\x01\x2c\x25\x50\xe1\x1c\x7d\xae\x4f\x91\x69\x26\x4d\x91\xb8\x31\xee\x8f\xe4\x8f\xa8\xc7\x18\xec\x9a\x2e\x2b\x6b\xc7\x5d\x1d\xd0\xcb\x85\x2c\x2b\xd0\xf9\x67\xf5\x35\x99\x44\xab\x30\x12\xf2\xa9\x1d\x8f\x24\x7d\xe7\x77\x0c\x7a\xcd\x68\x42\x67\x14\xe9\x8f\x3d\x5e\x37\x36\xe3\x5f\x54\x89\xc3\x2b\x4c\x3a\x4a\xcd\x9a\x18\x77\xe7\x7d\x42\x8a\x21\x17\x85\x76\x9a\xe9\xeb\x9c\x4b\x09\x85\xdd\x88\xc3\x39\x1a\xfa\xd9\xca\x1b\x44\xe3\x04\xf7\x9f\x4a\x31\xae\xb4\x09\xad\x00\x7c\xb7\x5d\x9d\x4f\x7a\x33\x87\x5a\x6c\xf3\x1a\x50\x19\x1e\xb9\xf2\xb0\x72\xc6\xdc\x90\xad\xfc\x1c\x6e\x81\xe1\x35\xc1\x3b\x32\xb8\xa9\x50\x95\x34\x8b\x6a\x4b\x62\x0b\xe5\x90\xeb\xc1\xd4\x53\x69\x06\xc3\x88\x9a\x4d\x6f\x8a\x76\x3f\xdc\x68\x87\xe9\x32\x40\xaf\x1b\x2f\x6e\xe1\x0d\x80\xf6\xfe\x36\xf1\x3e\x8d\x2e\x83\x1c\x37\x71\x13\x56\x27\xe1\x8f\xc9\xce\x59\x8b\xbe\x32\xa8\x27\xd5\x91\x60\xea\xa0\xc6\xe3\x8b\x1c\xa4\xa4\xc1\x1b\xc4\xc1\x59\x4c\x38\x86\xd8\x16\x4f\x34\xf2\x6d\x12\xcf\x51\x45\x18\xa1\x40\x1e\x39\xbe\xa5\xb3\xe4\x27\x28\x33\x4a\x68\xce\x28\x2b\x79\xc0\x91\x94\xfc\xfc\xb6\x11\x79\x1a\x75\xc3\x98\x88\x28\x5d\xc5\xa4\xc7\x7c\xca\xd0\x98\xc8\xfc\xb6\xa1\x1d\xee\x39\x51\xfb\x07\x78\x10\x8f\xef\x6a\x2f\x2d\xfa\x84\x71\xef\x7d\xd8\x73\x7c\x44\xc5\x6b\x8e\xa4\xdd\x09\xaf\xb9\xd8\xfe\x34\x9b\x0d\xcf\x9f\x2f\x0d\x36\xa0\x24\xb4\x62\xd0\x97\x38\xfa\x49\x10\x8f\xdc\xc0\xa1\xc9\x1a\x44\x19\x49\xde\xea\x03\x7d\x86\x89\x79\x49\x58\x72\xfa\x60\x70\x5d\x04\x92\xed\x53\x8f\x25\x29\x5b\x57\xed\xee\x17\x4c\x0e\x1e\x5e\x6c\xfd\x89\x36\xf5\x75\x86\x0f\xb7\x2f\x1b\xd3\x16\xf3\x47\xfa\x17\x3d\x6b\xec\xe6\xaf\x44\xcd\x98\x29\xd5\x13\x61\x2b\x7d\x8f\xf3\x9a\xc7\x53\xfb\xee\x9c\x9f\xe2\x25\x49\xea\x30\x3c\xcc\x2b\xc9\x56\x91\xf2\x0d\x2f\x03\xf1\x34\x06\xb1\x2d\x71\xa6\xa3\x54\xce\x38\xab\x8d\xc9\x36\x4d\x8d\x5d\xcc\x9f\xf1\xbf\x9e\xab\x8d\x02\x89\x8f\x39\x7e\x98\x1f\xe0\xa1\x2f\x12\xff\x99\x75\x4d\x67\xaa\xf9\x29\xfe\xff\xdb\xfc\x76\x91\x85\xf9\x93\xea\x1d\xdf\x4d\x66\x36\xd8\x2b\xfa\x23\x08\x12\x09\x54\xe4\xf4\x2e\x35\x71\x13\x57\x38\x44\x32\x1b\xf4\x8e\x9b\x61\x57\x14\x19\x2b\xfd\x7d\x22\xf3\x98\xe8\x99\x03\x82\x8f\x30\xee\xcf\xd9\xe0\xe2\x51\xf0\x63\x30\x4c\x52\xf1\xa0\x7d\xb7\x24\x8d\xf6\xf2\xbe\xd7\x05\x1f\x44\xdf\x86\x0f\x09\x87\x12\x31\x11\xfa\x48\xb4\xb8\x2c\xe5\x05\xc2\x77\xce\xb2\x5c\xa4\x1f\x7d\x52\xe5\xe4\xab\x59\x8d\xbb\x64\x8a\x9e\x7c\x4a\x1c\xf6\xa3\xc1\x05\xb7\xfd\xe4\xb3\x18\x31\x29\xfd\x47\x41\x9a\x2c\x4e\x37\x1f\x03\x39\x9f\x48\x3e\xfe\xca\x99\xb2\x07\xb3\x64\xcd\x7c\xfc\xed\xac\xb7\xea\xa5\x56\x35\xeb\xb2\x8e\xcb\x54\x56\x49\x9b\xd5\x18\xfd\xf8\xab\x4f\x56\x16\x7f\x1c\xd5\x65\x42\x90\x7c\x82\x29\xa3\x95\x2d\x12\x7f\xd3\x05\x2c\x38\xac\x7e\x36\x85\x88\x13\x2a\xfd\x20\xb7\x4e\x56\x70\x97\x25\x66\xcb\xa6\xf7\x02\xda\x7e\x8b\xa9\xee\xa6\xc0\xda\xbe\x9e\x3f\x66\x99\x2c\x06\xc0\x14\x19\x98\xc5\x85\xde\x58\x6a\x28\x11\xbd\xa6\x9d\xf5\xc9\x56\x78\x25\x5f\xc0\x79\x3f\x87\x33\x5b\x87\xc0\xa5\x6b\xdb\x49\xdc\xee\x6f\x6e\x4b\x1d\xf0\xf7\xde\xf2\xa1\x2f\x61\x17\x50\x22\xee\x58\xf0\x12\xc9\xda\x05\xfe\x27\xe4\x54\x53\x74\x53\x70\xf7\x49\x2d\x85\x87\xfa\xf6\x37\xf4\xf9\x43\xa6\xdb\x88\xdf\x97\xb0\xe9\x60\x85\xc3\xf5\x6f\x4f\x14\xe9\xf3\x2e\x37\x34\x15\x8f\xf6\x86\x96\x3e\x7f\xd0\xc4\x23\xd4\x6b\xbe\x14\xd5\xbe\x10\x33\xe5\x6c\xe9\xf2\x0e\x8d\x49\x6f\xfc\x2e\x67\xe3\x34\xfb\x3c\x87\x84\x46\x59\x0e\x93\xb1\x7e\x8f\x36\xdf\x6b\xfb\x9f\x98\x69\x32\x80\xdf\xd7\xf9\x67\x2c\xce\xba\xec\x16\xeb\x95\x2c\x8a\x1e\x2c\x7a\x74\xc3\x02\x63\x13\xbd\xc3\x01\x94\x1f\xd3\x1b\xc9\x83\x6c\x7b\x36\x35\x6e\x6d\x72\x8a\xd1\xac\x68\x80\xaa\x5d\x49\x07\x98\x53\xbc\x08\xf5\xcf\x97\x93\xf4\x9e\xd0\x1a\xa0\xa9\x57\xf5\x0a\xf5\xba\xf8\x84\x24\xf9\x8a\xbc\xb4\x56\x8c\x72\xd8\x82\xbe\xba\xf2\xe5\x0c\xca\xbf\xe2\xd4\xe3\xe5\x7b\x4b\x2e\x15\xee\xcb\x3b\x70\x4c\x6a\x79\x8b\x3f\xf1\x4b\x88\x5c\x56\xe4\x65\x37\x4c\xed\x04\xb7\xdb\xfb\x15\x06\xd6\xd0\x8d\x77\xf7\xda\x71\x4c\x1d\xba\xc1\x05\xa7\x3b\xd4\xf2\x88\xbb\x6b\x76\x28\x6a\x3f\x72\xb2\x4a\x26\x1b\xb0\x98\xf5\x57\x85\x1d\xe6\x93\x98\xc2\xe9\x3b\xfa\x16\x8a\xf7\x24\x23\xe7\x59\xb6\xe6\x13\x0a\xf4\x9d\xcf\x57\x16\x69\x4d\x13\x4f\xdd\x3d\x2b\x11\x8f\x74\x02\x11\x3e\x67\x98\x9f\xb3\x52\xf8\x10\xce\xe0\xa0\xbf\xb4\x65\xf4\x30\xce\xf4\x79\x1f\xf3\xb1\x2a\xcd\xc7\x87\x2a\x44\xa6\xdd\xd0\xe7\x0d\x87\xbb\x1a\xb9\xb7\xec\xe9\x26\xf8\xbb\xb7\xd1\x24\x38\xf4\x33\xa8\xa1\x63\x7e\x0d\x8d\x26\x2d\x2c\x3e\xb0\x94\xe8\xf9\x66\x37\x5b\x71\xae\xd1\x57\x1b\xe3\xa7\x47\xe2\x6b\x4f\xde\xdc\x5e\x37\x6d\xd3\x83\x74\x6c\xe7\xdf\x37\x2d\xfe\xe1\xef\xff\x84\x9d\x54\x70\x32\xd7\x5d\x2d\x7a\x4a\x4d\xf3\x8a\x95\x41\xf4\xad\xf4\x4f\x5a\x87\x4a\xc4\xe1\x6a\x15\xb4\xc6\xac\xc8\x74\x47\x2c\xaf\x28\x3b\xa9\xe2\x4b\xb1\xe4\xc4\x8c\xa8\xd4\x6a\x96\x9d\x81\xc1\x15\x73\x85\x7d\xb1\x24\xd3\x7c\x0c\xba\x6d\xe8\xed\xa1\x45\x05\x28\xd6\x6f\x17\xb8\x12\x4e\x96\x82\x30\x2e\xc9\xc4\xb7\xed\x11\x36\xd9\xd0\xc1\x00\xc7\x0d\xc8\xf8\xa2\x21\x8f\x6b\x63\x62\xdd\x71\xcd\xa3\x72\x69\x35\x13\xeb\xb8\xaa\x2e\xea\xb9\x35\xdb\x74\x49\x9f\xc2\x97\xf1\x7a\x12\xdc\xbe\x85\xd1\x5a\x13\x0b\x14\xd7\x2b\x8b\xca\x8e\xea\xfc\x20\x8c\xc1\xbe\x3a\xe4\x17\x37\xaa\x05\xa7\x05\x86\xbb\xa7\x8e\x70\xb7\xe3\xf1\xc9\x92\x8c\xfa\x6a\x96\x70\x33\x00\x23\xf4\x02\xfe\x95\xa8\x24\x74\x9c\x87\xa2\x08\x72\xd9\x34\x1d\x0a\xf0\x5b\x14\x6c\xc8\xa5\x3a\x5a\x34\xa0\x5f\xc7\x25\x87\x85\x3c\x50\xb8\x54\xb4\x81\x1a\xd7\x2c\x1f\x55\x9e\x58\xbe\x0d\x3e\x2c\x04\x1d\xb6\x3d\x2a\x5b\x80\x67\x49\x7a\x7d\xac\x05\x70\x70\x9e\x9d\x00\xe4\x75\x35\x7d\xb7\xa3\x5a\xbe\xe3\x04\x33\x41\xea\x3c\xb7\x7b\xbb\xb6\x71\x23\x0f\x11\xf4\xda\xba\xd3\x9d\x53\xbd\xc9\xde\xb7\x6d\x73\x56\x56\x48\xe3\x96\xfd\xea\xad\xed\x30\xe9\xc7\xf9\x82\xfc\x9d\x42\x5b\xc7\x0a\x94\x3f\x20\xa0\xfc\x29\x00\xe5\xa7\x08\xa4\x8d\xc6\x28\x02\xac\xc2\x06\x53\x7a\xa2\x67\x5c\xb4\x07\xf4\x45\x48\xe5\xcb\x84\x0d\x78\xc0\x6c\x80\x6f\x2b\x11\x82\x41\xaa\x6f\x17\x22\xe9\xca\xf1\x45\x89\xc1\x37\xfc\x82\xe8\x2f\x34\xd8\xb7\x4e\x5a\x17\x91\x37\xd7\x77\x2c\xe2\xf6\x30\xf1\x3b\x33\x33\xab\x2b\x10\x0b\xe6\x3e\xf7\x3b\xf9\x1b\xaf\x2a\x15\xa1\x27\x47\x18\xb5\x43\xb2\x3e\xb4\x93\xd2\x64\x72\xee\xaa\x72\x16\xff\x9b\xfc\xfb\x87\x23\x4a\xa9\x55\x8e\x0d\x6c\x73\xce\x64\x12\x35\x27\xd3\xa0\x5b\x83\x87\xf2\x5a\x58\x1d\x08\x83\x6a\xe2\x29\xae\x32\x02\x96\xde\x85\x27\x14\x6d\x07\x40\xb0\x0e\x86\xa3\x24\xe5\x79\x5a\xc0\x57\x5b\x41\xd7\x35\xdb\xfa\xe9\x81\x5a\xb9\xcc\xbd\xaa\x86\x6b\xa1\x77\x84\xb7\x1e\x92\x83\x04\x3b\xe1\xc9\x13\x96\x02\x14\x24\x47\xf9\xa2\x52\x4d\xc1\xee\xf2\x68\xb2\x92\x02\x54\x15\xcd\x0f\x13\xf3\x03\x97\xe8\xdd\x1f\x71\xa9\x5c\x20\x0f\x3e\xf0\x4b\x0f\xda\x0e\x45\x25\xf0\x15\x2d\x19\x3b\x30\xc3\x36\x07\xbd\x85\xe8\x49\x9f\xeb\x53\x5c\xe2\x8c\x0f\x0b\x8d\xa6\x17\x1b\x9b\xf9\xe1\xcd\xeb\xbd\x72\x67\x52\x37\x4e\x05\x2e\x93\x23\xe1\x93\x3d\x4f\xd9\xbb\x0f\x7b\x8f\xb4\x55\x28\x49\x33\x28\x3d\xe9\xc5\x2e\x01\x71\x65\x52\x1a\x0c\x25\x71\xca\xba\x4e\x04\x43\x13\xaf\x17\xf4\x56\xdb\xb8\xd5\xad\x71\xee\xb2\x69\x0b\x35\xdf\x3c\x02\x6e\x9d\xc2\xa6\xcc\x66\xeb\x43\xa6\x1c\x25\xde\xe0\x98\xfb\xe8\x3d\x46\x0e\xd2\x71\x76\xf7\x1f\x46\x67\x28\x2c\x21\xd3\x11\x1b\x2b\xc8\xa1\x71\xf8\x24\x44\x3b\x3c\x57\x7a\xbd\x63\x41\x58\xb6\x60\x51\x67\xcf\xb2\x04\x9b\x36\xe6\x9d\x3c\x70\xa5\xcf\xf2\x1d\x8d\xdf\xdd\x6b\xc7\x78\x32\xaa\xc7\xba\xe5\x3b\x5e\x2d\x08\x92\xc0\xbd\xaf\x59\x34\xa3\x6c\x50\xd1\x8b\x7e\xeb\xaa\x59\xca\x01\x94\x67\x11\xef\x4a\xab\xa5\x5b\x04\x64\x7e\x1c\xbd\xce\x1a\x05\xb1\xe1\x6d\x18\xa0\x09\xc3\x63\xc8\xb1\x46\xdb\x4c\xe0\x3f\x79\xbb\x60\x4c\x19\xb1\xe0\xd7\x35\xc0\x39\x5c\xe8\x30\x7a\xae\x1c\xe5\xd7\xb8\x1d\x7e\x72\x8e\x9f\x92\x4b\xda\x8a\x64\xd0\xb4\xc1\x6b\x1f\xa9\x9b\x44\x88\xd8\xf8\x74\x1c\x23\x44\xb2\x9d\xd7\xfa\x50\x24\x90\x0e\xd3\x72\x61\x6a\x03\xd1\x55\x27\x8b\x1d\x99\xee\xe8\xb2\xc7\xe4\x39\x0d\x47\x94\xa5\xea\x46\x5a\x2c\x16\x04\x39\xe6\x17\x99\xf9\x28\x71\x41\xcb\xf9\x76\x44\x79\x1d\xf7\x8c\x39\xb1\xd0\x77\x6d\xd0\x71\x14\x3d\x4e\xe9\x7c\xb8\xd3\xa1\x66\x34\xea\xd6\xa8\xf1\x19\xc5\xc8\x90\x76\x86\x92\x8f\xa5\xfd\x8e\xbc\x11\x4f\xfc\xab\xc5\x53\x2f\xc4\x27\xae\x88\xa8\x4b\xe7\x78\xfb\x9b\x89\xfa\x8b\xa1\xd7\x5f\x4a\xb3\xe9\x43\xea\x53\x47\x9f\x86\xe6\xc8\x8c\x55\xf4\x44\xaa\x3f\xa1\xd7\x84\x96\x73\xcd\xe9\x37\x89\xd3\xd1\xf0\x97\xa1\xc7\x03\x7f\xe5\xe7\x3e\x9d\xbc\xd0\x47\x01\x44\x5c\x80\x81\x71\xa4\x26\x07\xbe\x15\x16\x5a\xbe\x4e\xbc\xe9\x46\xb6\x04\xa1\xb6\xd3\x53\x18\x18\x6e\x27\x88\x2d\x37\x81\x59\x98\xd3\x5c\x15\x30\xd3\xb5\xf5\xc5\xd1\x94\xf8\x4b\x78\x3c\x89\x7f\xdb\x1a\xb9\xac\x42\x23\xca\xf8\xe3\x94\x7f\x64\x34\xe4\x24\x40\x6a\x72\x58\x04\x36\xb8\x41\x26\x01\x07\x11\x4d\xfc\xf1\xbc\x71\xdd\xfc\x29\xfc\x4f\x7e\x23\x4d\xc0\xac\x6c\x6d\xa7\x10\xa4\x67\x2d\xea\xf9\x03\xf8\x37\x7f\xf4\x3c\xfe\xaa\xd7\x0f\x39\x60\xcb\x5d\x92\x23\xdc\x14\x90\xde\x51\x87\xc5\x05\x29\x6b\x60\x77\xbe\xcd\x8f\x92\x7b\x08\xaf\x14\x53\x6d\xd0\x91\x4c\xbc\xa2\xf1\xdd\xd0\x86\x52\xf8\x35\x14\xb9\xd4\xa3\x0f\xe5\x2a\x7e\xb1\x84\x2e\xea\x90\xa6\x0b\x73\x66\xd8\x0b\x7e\x35\x41\x16\x18\xf9\x20\x7a\xaf\xe1\x81\x58\x46\x12\xf9\x52\xad\x20\x31\x34\xcc\xf6\xd1\xf3\x88\x39\xd2\x95\xee\x28\x27\x5f\x67\x43\x64\xe8\x21\x7f\x69\x52\x47\xc5\xfe\x86\x6a\x89\x99\x90\x63\x9d\xe5\xae\x4e\x2e\x2b\xbe\xc5\x29\xde\x6d\xc8\x10\x88\xcb\xf8\xa0\xc3\xd9\xa8\xc7\x74\x90\x75\x8c\x9d\x01\x08\xd8\xe1\x14\xce\x6c\x2d\x3e\x1a\x3a\x9e\x00\x20\x50\x15\xc0\x88\x40\x21\xc5\x02\x2a\x85\xde\x9a\xe8\x7b\x34\xa8\xe1\x50\x16\x5d\x86\x67\x06\x31\x1f\x15\x55\x56\x79\x91\x5c\xf8\xdf\x75\xcc\xa7\xa7\x28\xc6\x29\x7a\x39\x3b\x6f\x33\xb1\xac\x64\x59\x1e\x01\x99\xf8\xa6\x65\xc8\x0d\x5e\xd2\x0b\x67\xe6\xcf\x5c\x7e\x58\xe4\x27\x87\xf2\xdd\x6d\xba\x2d\xbf\x88\x3b\x7d\xc0\xf2\x93\x67\xa7\xc7\x11\x2c\x9d\x15\xfc\x96\x47\x07\x06\x0b\xa2\x43\x13\xd7\xd1\x9c\x28\x7c\xf0\x9c\x9e\x3c\x87\x97\x27\x7b\xaa\xba\x69\xc8\x4f\x66\xe7\x30\x77\x76\x0b\xb2\x1c\x52\xa4\x92\x5f\x89\x2b\xb8\x13\x49\xd9\x11\x01\xd0\x2d\xc6\x17\x29\xc6\xe0\x63\x40\x14\x47\x97\xeb\xa8\x56\x92\x66\x00\x1f\xf9\xcc\xbf\x3c\xf8\x72\x96\x90\xad\x45\x57\xb9\x28\x77\xe5\xaa\x3c\x23\x3d\xc9\xe9\xd1\x89\x2e\xc4\xdb\x72\x8b\x40\x0b\x0c\xfd\x04\xe6\xfc\x05\x4e\x91\x5f\xfe\xc6\x0f\x7e\x51\x43\x8d\x2d\x3a\x61\x50\x52\x14\x3b\xf2\xad\x3e\x91\x64\x29\xf9\xf1\xe1\xb3\x74\x1c\xf4\x20\x81\x4a\x02\x38\xa2\x4a\x86\x84\x8f\x2f\xdd\xd3\xa7\x92\x94\x04\x97\x5b\x72\x1a\x72\xf6\x8d\x5f\xec\x38\xc1\x39\x32\x2f\x23\x87\xd3\xc3\x49\x32\x9b\x32\x85\x03\x4c\x89\x1c\x51\x99\x3d\xf4\x57\x46\x1a\x19\x38\xa8\x96\x08\x1e\x9a\xfd\x26\x09\x72\x8b\x2f\x89\x1b\xdc\x64\xf7\x8e\x68\xd2\x35\x36\x6e\x38\x66\xec\xaa\x9b\xdb\xd6\xfb\x64\xe0\x53\x3b\xb9\x6c\xca\x0d\xd2\x5d\x46\x8e\x43\xd1\x5b\x47\xd7\x34\xcb\x35\x82\x67\xe9\x60\x76\x83\xb7\x8d\xa6\x23\x0e\x05\x2f\x89\xd7\x2b\x25\x54\x94\x3c\x4f\x36\xbb\x5f\x28\xd5\x4b\x18\x42\x40\x4f\x83\x87\x08\x23\x7b\xd8\x5b\xbf\x68\x48\x48\x50\x9f\xa2\x60\x33\x0f\x99\xc9\x78\x14\xf8\x34\x73\x92\xa3\x2c\x8d\xb6\xa2\x1c\x94\x5d\x4a\x66\x7c\xa7\xb3\x78\xea\x69\xb0\xca\x18\x67\xa6\x18\xc5\x28\x28\x92\x37\x4f\xf5\xcc\x93\x9e\x12\xa9\x8a\x59\x2a\x98\xed\x76\xc2\x22\x7c\x48\x69\x40\x78\x7b\x22\x40\x68\x1a\xe3\xfa\x5c\xe4\x26\xbc\x07\x32\x4a\x8a\x30\x0d\x34\xe0\x4a\xe4\x6b\x73\x76\x56\xc1\x9a\xe2\x53\x5a\x16\x33\xfc\x03\x5d\x2d\x6b\x3c\xaa\xf6\x5d\x52\xb9\x74\x44\x13\x50\x25\x4e\x0a\xe5\x35\xc6\x60\xf8\x04\x21\xf9\x51\xb3\x66\x05\x10\x95\x6b\xad\xb6\x27\x64\x68\xd5\x98\xa6\x21\x58\x7a\xdb\x47\x60\xa1\xff\xc2\xb2\x29\x2c\x19\x3c\x31\xc6\x6d\xd3\x74\xe1\xf5\x6e\x51\x38\x45\xcf\x38\xcb\x86\xa0\xa3\xc6\x6a\xc1\xaf\x00\x0f\x6b\x10\x21\x7e\xa2\xe9\x5a\x1e\xa3\xa4\x09\xc0\x8d\x7a\xba\xcc\x60\x62\x9f\x54\x13\x35\xd8\xcd\xda\x77\x89\x6e\x94\x83\x24\x18\x27\xf4\x2d\x8c\x1f\x23\x4b\xe4\xb0\xd1\x92\xa4\x87\x38\xff\x81\x43\x4f\x62\x5e\xc8\xb7\xee\xce\xf7\xa0\xd7\xc9\xc9\xd3\x18\x48\xd9\x5e\xbd\x3c\x8a\x26\x2e\x45\x46\xbe\x5b\x2c\x7b\xb8\xc0\xe1\x8c\x32\xda\xce\x49\x03\x42\x96\x7a\x46\x52\x8d\xf8\x4f\xab\x4e\xa3\x0e\x96\xc4\x5c\x6c\xf4\xb9\x22\xd7\xa8\xb8\x94\xb5\xb2\xb0\xab\xf4\x82\xb1\x07\x1c\x2c\x73\x6b\x76\x1f\xdf\xc7\xe5\x18\xbb\x4c\x69\x91\xd2\xad\x88\x42\xaa\xb7\x6d\x6f\x97\x66\x50\x67\x8d\x9d\x27\x88\xc2\x4f\x90\x15\xac\x98\x14\x0b\xe4\x9d\x2f\x01\xfc\x1e\x83\x7f\x79\x37\x6e\x02\xe7\xb9\xe9\x37\x1c\x70\x5e\xbe\xb7\xfc\xac\xd1\xfc\xd4\x6c\xe0\xee\x40\x39\xf5\x63\x2d\xea\x92\x78\x28\xc9\xf5\x7b\x5d\x73\x4e\x5b\x72\x7e\x34\xda\xa6\xf3\xdb\x5e\x2c\xf7\x12\x15\xec\x55\x79\xec\x47\xa8\x1e\x8e\xea\x04\x59\x28\x7c\x0b\xb2\x47\xf8\x16\x4b\x51\xe1\x2b\xa1\xe6\xe0\x78\xc2\x67\xe7\xaa\x98\x42\x9c\x1c\x4d\x94\x29\x2f\x75\x87\x13\x22\x10\x83\x7d\x0b\x9f\x6b\x5c\x03\x6f\x74\xeb\x6e\x54\xc3\xef\xcc\xe0\x9b\x6f\x81\xeb\xba\x3f\x03\x12\xdb\x6f\x6e\xe5\x57\xf9\x2d\xe0\xe1\x96\xa1\x0d\xe5\x65\x6e\x20\xba\xab\x88\xc4\xa8\x42\xd3\x22\x67\xed\x93\x43\x9f\xb0\x0f\x0b\xbd\xd8\xcd\x4e\x2b\x62\xd6\x6d\xf0\x0b\x31\xdd\x8f\x63\xa6\x7b\x48\x0d\x95\x39\x4a\x68\x21\x91\x25\x61\x8e\x74\xc0\x18\x57\x2e\xca\x52\xd6\xa0\xc9\x2b\x0f\x1a\xb6\xfe\xa0\xe9\xbc\x6c\x9f\x56\xd5\x17\x27\xf5\x05\x4a\x0a\xab\x0d\xe3\x06\x4c\xe0\x18\xdb\x44\x9d\x79\xc2\xd2\x8b\xb6\x41\x73\x16\x55\xee\xf3\x44\x87\xfb\x89\x13\x1d\x9c\x83\x64\xba\x95\x44\x38\xeb\x8b\x4a\xd8\xbf\x1e\x94\x67\xe1\xa0\x50\xba\x01\x6d\x57\x38\xcc\x95\xd9\x76\x40\x10\x44\x95\x0d\x23\xe1\xdf\xfe\x5a\xe3\x04\x30\x18\xdb\xbd\xa8\xc8\xbd\x26\xb0\xc5\x3f\x96\x05\x1f\x6c\x4d\x3e\xe0\x97\xcb\xd9\x2e\x88\xc2\x51\xdd\x97\x96\x23\xd2\xd1\x6d\x35\x16\xa3\x61\x6c\xfb\x1a\xd3\x14\x53\x7b\xcf\xa1\x7f\x30\x42\x2a\x80\xb0\xdb\x43\x7f\xb6\x5e\xa3\xac\x23\x8b\x80\x93\x97\xa4\x6c\x9c\xa5\xc5\xaf\x2e\xa7\x6f\x21\xe3\x02\xdc\x9b\x70\x6a\xe9\x5f\x06\xe4\x8c\x74\x8a\x3f\x7b\x59\xfe\x1f\x47\x2c\x7f\xb4\xe7\x9f\xc4\x97\xb0\x57\x03\xa2\xc0\xa0\x6a\xa2\x45\x89\x6e\x04\x29\x56\xdc\x80\x43\xdb\x20\x46\x18\xd9\xc4\xa7\x8f\x8f\x5e\x0c\x40\x27\x68\x8d\x94\x8c\x28\x93\x7c\x9f\xa2\x43\x64\x99\xa0\xcb\x80\xa4\x63\xb1\x49\xd0\x81\x1e\x5f\x04\x1e\x6e\x71\x86\x2d\x16\xf3\x27\x28\xfa\x91\x9b\xaf\xd4\xab\x86\x55\x73\xb6\x4f\x7c\x9b\xdf\xbe\x18\xb7\xe2\x2c\xa9\x58\x47\x75\x3c\x93\x88\xad\xd2\x6b\x3d\xd8\xc6\xcc\xb3\x57\x74\xe1\x4f\x6f\x02\x79\xcc\xa5\x80\xfb\x96\x9c\x2d\x96\xd7\x5d\x07\x68\xac\xdc\xfd\x92\xc2\x03\xbf\xb5\xa5\xc7\x72\xf1\x5f\xbd\xfb\xf6\xc0\x92\xa3\xc0\x85\xa9\xd8\xe9\xf0\x02\xfd\x90\xf7\x03\xc3\x0f\x7a\x7b\x91\x79\xc4\x49\x40\x67\xd9\x0b\xfd\xba\x31\x0f\xa8\x94\x56\x01\x52\x02\x88\xc9\xda\xcc\x0b\x6b\xc3\xb8\x07\xf0\x0a\x77\x0d\x8e\xfb\x16\xfc\xf8\xe1\xb4\x96\x43\x21\x98\x85\x53\x2c\x18\xd0\x27\x24\x25\x5c\xc3\x93\x28\x49\x6b\xb1\x02\x91\x80\xf2\x4e\xd1\xe1\x8e\xab\xae\x57\x7e\x2d\xd9\x66\x99\x2c\x68\xa7\x36\xcf\x0a\x0d\x88\x83\x89\x57\xe5\x99\x1d\x98\x46\x95\x34\x4d\x4c\xff\xbc\xeb\xb6\x4e\x52\x8f\xd1\x8d\xfb\xf4\xf4\xf4\xf8\x64\x30\xd1\x1b\x9a\x4c\x87\xbe\x2d\xc9\x1e\xbe\x7f\xcf\x7e\xd8\x18\x54\xc3\x0e\xc0\xe5\x36\x9e\x7b\x4d\x02\x41\xee\x3e\x44\xa0\x4a\x2b\x80\xb3\xa4\x18\xd3\x98\x5e\x7c\x2f\xdf\x62\x16\x7c\xff\x8e\x46\x5c\x37\x02\xc6\x62\x03\x17\xaa\xeb\xf9\x6c\xd5\xc2\xfd\x7a\xca\x7e\xbb\xb8\x4b\xf0\xd3\x97\xc5\x04\x49\xbf\x39\xc0\xec\xa2\x47\xe3\x0b\x0c\xbc\x30\x01\x16\x1f\x3d\x0f\x8f\x9d\xeb\x67\xff\x58\xba\x7f\x24\x5d\x4b\xec\x3b\x14\x76\xec\xd8\x66\x1c\xd5\x6d\x34\xb5\x27\x39\x5e\x93\x8a\x2e\xc8\x3c\x0a\x36\xf1\x6a\x9e\x8e\x15\x79\x79\xa0\x9b\x6d\x74\xef\x4f\xf6\x1f\x6d\x7b\xd4\x81\x7a\xf0\xab\x2f\xbc\xbc\x24\x85\x5c\xfb\x94\x53\xbf\x3a\xc3\x6b\x2d\x4a\x39\x83\x99\x4f\x80\x2e\x4a\x7a\x94\x1f\xe9\x1d\x99\x90\x3d\xb1\x32\xa9\xb1\xd8\xd7\xc5\x5d\x47\xdf\xfc\x43\x71\x43\x0f\x43\x21\xed\x26\x3a\x2b\xcc\x4f\x2a\x79\x7f\x87\x7d\xd4\x3c\x08\xaa\xe2\x3c\xd0\x23\xfe\x31\x05\x57\xd6\x2c\x6c\x31\x34\xda\x39\x4f\xac\x77\xdf\xe4\x42\x13\x35\x4a\x5a\x10\x86\xa5\x98\x78\xd1\xb2\x84\xe6\x93\x21\xb0\xce\x04\x06\x30\xe1\x97\x9c\x66\x17\xf6\x95\x02\x4b\x1e\x7f\x59\x7c\x1d\xdb\xe4\xe3\x49\x0e\x36\x5d\x4b\x9a\xed\xfc\xc5\x76\x36\x1a\x78\xe4\x92\x5d\xef\x0d\xc8\x08\xee\x73\x5e\x9b\xe1\x26\xdf\x2f\xc9\x7e\xe2\x1d\x7a\xad\x59\x1c\xc8\x62\x08\x7f\xe3\xd3\x67\xa9\xb7\x5e\x92\x0b\xee\x36\x65\x8f\xcc\x5a\x5b\xfb\xb7\x6f\x62\x58\xf8\x8e\xa7\x4d\xd4\x51\xfa\xcc\xef\xd7\xe1\x99\x5f\x13\x3f\x76\xfc\x47\x7e\xfb\xfd\x1b\x7e\xfb\x3d\xf3\x0f\xcb\x43\xa3\xe7\xe5\xfb\x46\xa3\xa2\x06\xcf\x23\xbb\x76\xf5\xd5\xb0\x2e\x3d\x2a\x9c\x80\x61\xe1\xbf\x68\xc3\x3c\x45\x7e\x7b\xff\xe7\xe8\x81\x7a\x79\xdc\x33\x9e\xe2\x57\x6c\xf2\xfa\x8a\x27\xfb\x87\xe8\x65\x7a\x7e\xf5\x53\x1a\x91\xd7\xf7\x93\xe7\x89\x3e\xad\x19\x79\x78\x58\xda\xf1\x6f\xf0\xff\x86\x96\x64\x5a\xe9\xe3\xd3\xf2\x16\x65\xf2\xc2\x6a\xdc\x9a\x3c\x2e\xbd\x67\x76\x83\xb6\x78\x92\x98\x37\xe9\x73\x9b\x93\x59\xa6\xed\xf9\xc9\xfe\x96\x16\x11\x3b\xd0\x57\x50\x37\x80\x22\x54\xb0\xad\xfa\xb7\xac\xdd\xc4\x83\xb9\x3f\x87\x87\x7d\x3f\x7b\x70\xfe\x2d\x00\x42\x5e\xfe\x55\xea\x54\x93\xc3\xc4\x47\x62\xf2\x3c\x84\xe3\x45\x69\x35\x3b\xb3\x8e\x8e\x01\xbd\xe4\x65\xd6\xc9\x68\xe8\x24\xb8\x5b\xf7\xfd\x40\x46\x87\x65\x70\xbc\xf4\x49\x75\x7a\x34\xfb\x47\x7a\xc4\x9a\x5e\x39\xf7\x37\x3f\xab\x59\x6f\xfb\x27\xbc\x81\x4e\x74\x4d\x53\xbd\xce\xcc\x1a\xce\xa4\x59\xd9\xec\xac\x6d\x36\x14\x48\xce\xfe\x5c\xe6\x1c\x2e\xa7\x0c\x7f\xf3\x5f\x5f\x3b\x7c\x43\xf1\x6b\x4d\x3a\x9d\x7d\xbd\xe1\xdf\x40\x8b\xfa\x0e\x7e\x9e\xf3\x4f\x86\x2d\xf8\x47\xb1\xfb\x08\x3f\x2e\xb5\x22\x1a\x95\xa1\x1e\x90\x73\xae\x09\x14\xf6\xeb\x2b\xfe\x1b\xe5\xac\xcc\x59\x60\x0c\x0a\xe8\x07\x67\x2d\x2f\x8e\x6b\x8e\xeb\x8c\xfa\xb1\x69\x21\xf7\xed\xb2\xf3\xa6\x6f\xd3\x12\x1c\x06\xfa\xad\x5d\xa5\x9f\x71\x40\x2e\xbb\xb4\xf6\xed\xb0\x17\x1c\x1b\xdd\xef\xdd\xf9\xa0\x0f\x8b\x39\xd7\xae\x2c\x1a\xd1\x6f\xd3\x0a\x92\xde\x27\x6b\xcd\xe5\x42\x07\xec\x07\x89\x1f\x75\xa0\x3a\xb8\xec\xa7\xa2\x6d\xb6\xf8\xfa\xd8\xeb\x4c\x1f\xc2\xd4\x17\x30\x4f\xfa\xdd\x2f\x55\x67\x29\xe4\xe1\xcf\xfd\xee\x63\x4e\x18\xea\x24\xdb\x0d\x65\x3d\x6a\xbd\x43\xf5\x2c\xd3\x17\x72\xcb\x7a\xdb\x8b\xb6\xf2\xf9\x28\xa7\xcb\xb0\x9a\xec\xbe\x25\x9d\xfa\x2c\x23\xe5\x28\x6c\xfd\x62\x09\xfc\xd9\x63\x44\x3d\x15\x72\x2b\xad\x92\xdf\xf9\xcb\x5f\xe8\x99\xf5\xf2\xbd\xfd\xeb\x5f\xf3\x67\x0f\xee\xe6\xf6\x1d\x3e\x11\x92\xdb\x00\xaf\x1e\x47\x00\xbb\x31\xef\x9e\x24\xe0\x98\xc5\x89\xa2\x2f\xc9\x17\xc6\xdf\xb3\xd2\x7c\x96\xfd\xff\x00\x00\x00\xff\xff\x80\x58\xdd\x5b\xc7\xd7\x00\x00") +var _confLocaleLocale_esEsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xcb\x6e\x1c\xc9\xd5\x30\xb8\xcf\xa7\xc8\x96\x21\x48\xc2\x50\x25\xb4\xfd\xcd\x05\x8d\x2e\x79\x28\x4a\x6a\xf5\x80\x92\xf8\x89\x94\x8d\x6f\x1a\x42\x75\x56\x65\xb0\x98\x52\x56\x66\x39\x23\x93\x12\x65\x78\x31\xfb\x79\x80\xc1\xec\xb4\xec\x85\x16\x1f\xbc\xf3\xc6\x40\xf3\x4d\xfe\x27\xf9\xcf\x35\x6e\x99\x55\x94\xda\x36\xe0\x16\x2b\x32\xee\x71\xe2\xc4\xb9\x9f\x62\xbb\x5d\x94\xc6\xae\xe6\xaf\x9b\xdc\x9a\xee\xb2\x5a\x55\x6d\x5e\x9a\xfc\x87\xaa\xcf\x8b\xa1\x6f\xf3\xa2\x6e\xdf\x16\x65\x9b\x5f\xe5\xb6\x6a\xf2\x55\xbb\xd9\xd6\xd5\xaa\x80\x5a\x8d\xb1\x59\x76\xd1\x6e\xcc\xfc\xc7\x06\x5b\x65\x65\x61\x2f\x96\x6d\xd1\x95\xf3\x93\xa2\x31\x35\xf6\xb2\x6a\x9b\xbe\x6b\xeb\xcc\x7c\xd8\xd6\x6d\x67\xe6\x4f\xe8\xdf\xa2\xcb\x2e\x4c\xbd\x9d\x1f\x5e\x0d\x65\x91\xd9\x6a\xdd\x2c\xaa\x86\x7b\x29\x3a\x98\x85\xad\xae\xff\xde\x70\x79\x3b\xf4\xf3\x23\xd3\x75\x69\xf9\xb0\x9d\xbf\x32\xeb\xca\x42\xef\x59\x47\x7f\x98\xce\x97\xbc\x37\x4b\x5b\xf5\x66\x7e\x72\xfd\x69\x5d\x35\x45\x0e\xbf\xb3\x4b\xd3\x59\x98\xf4\xfc\x4f\xf8\x2f\xf6\xb3\x2d\xd6\xae\x46\xd6\x1b\x58\x57\x81\x4d\xea\xa2\xe9\xab\xba\x2e\x32\xf8\x63\x3d\x60\x9d\x1f\xcb\xaa\xdd\x14\xd9\xaa\x33\x50\x61\xd1\x98\xf7\xf3\x23\xf8\xb3\x9b\xcd\x66\xd9\x00\x5b\xb6\xd8\x76\xed\x79\x55\x9b\x45\xd1\x94\x8b\x0d\xae\xf2\xc4\x74\x50\x80\xeb\x1f\xec\x50\x74\x15\x6e\xde\xe6\xfa\x93\xa5\xa9\x9b\x12\x16\xbb\x28\x2c\x74\x6b\x60\xa4\x73\xd8\x4c\xd8\x5d\xd8\xd7\x36\xa3\xee\x9a\x02\x76\xf4\x45\xbb\x59\x76\x26\xe8\x21\x33\x9b\xa2\xaa\xe7\x47\x6d\xd7\x99\x36\x37\xb5\x59\xf5\x1d\x2c\xa2\x5a\xb5\xb0\x0e\x6b\xdf\xb7\xb0\xeb\x47\xb8\xd9\x85\x35\xd7\xff\x5d\xc0\x9e\x2c\xfa\xab\x2d\x1e\xcd\xba\x33\x96\x7a\x6a\x06\x73\xd9\x66\xab\x62\xdb\xaf\x2e\x8a\xf9\x11\xff\x9b\x41\xcd\x6d\x0b\x9b\xd5\x76\x57\xb0\x7f\xf2\x27\x8c\xd7\x76\xeb\xa2\xa9\x3e\x16\x3d\xee\xd9\x4b\xf9\xb1\xa2\x8d\xdb\x54\x5d\xd7\xc2\x6e\x5f\xff\x42\xa0\x90\xc1\x8e\x2c\xb0\x97\xf9\x0b\x1c\x21\xef\x82\x5e\xf0\xd3\xa6\x5a\x77\xb8\xb3\xf8\xb5\xc8\xe9\x17\xf7\xc3\x1f\xa9\x2f\xfe\xd6\x85\x3d\x9e\xb7\xdd\x3b\xe9\x11\xff\x84\x15\xd4\xa3\xae\x61\x92\xd2\xb4\x8d\x67\x58\x34\x70\x70\xf4\xf9\xb0\xdc\x54\x0d\x42\x05\x40\x90\xaf\x44\xc0\x5b\xe0\xa7\xc5\x16\x61\xd5\x43\x6c\xe1\xea\x73\x57\xc5\x6a\xd5\x0e\x4d\xbf\xb0\xa6\xef\xab\x66\x6d\x71\x97\xcf\xab\xf5\xd0\x49\x2f\xd8\xa6\x2e\xf2\xd5\x00\x87\x09\xb0\xbc\xa3\x56\x76\xd5\x0e\x0e\x50\xe6\x67\x43\xbe\x25\x10\xe1\x62\xd7\x08\xca\x57\xbe\x1d\x8e\x0e\xc3\xf7\xd5\x65\xd5\x57\xc6\xce\x0f\xe9\xcf\xb2\x28\xb3\xed\x50\xd7\xb0\xe3\x7f\x19\x8c\xed\xed\xfc\x04\x7e\xe5\xaf\xe4\x57\x56\x59\x0b\x7f\xc0\xb9\xaf\x2a\x80\x2f\xb8\x50\x70\x49\x57\x45\xb3\x82\x35\x1e\xd1\x3f\x70\xf9\xb2\x9f\xaa\xc6\xf6\x45\x5d\xbf\xc9\xe4\x0f\xa8\x8f\xff\xca\xa8\x7d\xd5\xc3\x2c\x4f\x0a\xdb\xea\xf2\xaa\xe0\x73\xbe\x6d\xbb\x7c\xdb\x55\x1b\xd3\x15\xf9\xa5\xf9\x98\x95\xed\xea\x1d\x5c\x03\xbc\xd2\x70\x09\x4f\xab\x1c\x26\x72\xfd\x29\x37\x6f\xcd\x6a\xe8\xe1\x52\xb4\xf9\x0f\xed\xda\x02\x24\xd3\xdf\x8f\xa9\xf6\x41\xfe\xeb\x27\xec\xe7\xbc\xb8\x84\xff\xd6\xa6\xc8\xbf\x2f\xf2\xbe\xe8\xd6\xa6\x9f\xdf\x5a\x2c\xe1\xee\xbd\xbb\x95\x5f\x74\xe6\x7c\x7e\xeb\xb6\xbd\xf5\x10\xbb\x2c\x6c\xbe\x05\x8c\x54\xd8\xef\x1f\x14\x0f\x73\xb8\xa5\xbc\xf9\xab\x62\xb3\x44\xb4\xd1\x14\x65\x91\x9b\x86\x6a\xe6\x5b\xbe\xd6\xdf\x64\xb8\x4b\x80\x09\x16\xe5\x92\xb1\x1c\xcd\x84\x0a\x0d\xdc\xaf\x01\x70\xc3\xb2\xe0\xeb\x51\x16\x3d\x2c\xf7\xf9\xd5\xe9\x7f\x1e\x1f\xe4\x27\xad\xed\xe1\xe2\xd0\xdf\xf0\x1f\xe8\xe1\x0f\x79\x9b\x9f\x55\x8f\x1f\xcd\x32\xe8\x8a\x37\xe8\x28\x3a\x2b\xec\x23\xea\x8b\x2a\xe2\x1d\x3c\xab\xb6\xed\xf8\xeb\x05\x0c\x31\x7f\x06\xff\xa1\x5b\x3f\x7f\x2d\xf7\x7c\xf2\x36\x43\x4f\x09\x5a\xa8\x8b\xf1\x60\x72\x00\x27\x6e\x5b\x07\x40\x64\xd5\xca\x00\xba\xc8\x37\x2d\xdc\x9a\xfc\xc7\x17\x2f\x5e\x3e\x7e\x84\x40\x46\x30\x3b\x9a\xff\xaa\x80\x1f\x80\x49\x61\x67\x87\xfe\xfc\xff\x58\xac\x4d\x03\x87\x5c\x2f\x56\x15\x6c\x3d\x9c\x36\xed\xce\x2c\xb3\xb6\x06\x44\x57\x9a\xf9\xf3\x16\x0e\xf4\xf4\xf4\x18\x66\xdd\x5f\xcc\x5f\x0d\x78\x03\xfe\x52\xe3\x7e\xcb\x5c\xb0\x08\x5e\x90\xbc\xe8\x56\x17\xd5\xe5\x78\x17\xd2\xcd\xcd\xbf\x5f\x76\x0f\xdd\x02\x0e\x10\x66\xe8\x90\x3a\xea\x67\x69\xdb\x1a\xff\x58\x0d\x04\x49\x15\x3e\x18\x30\x55\xc4\x9d\xee\xed\x9a\x65\xf0\x5a\x2c\x00\x9b\xf7\x57\x78\xe8\x34\xb1\x63\xed\x60\xb4\x6d\xc9\xf8\x79\xd3\xe6\xdb\xc1\xc0\x57\x84\xa2\x2e\xbf\x2c\x56\xd7\x9f\x0b\xee\xb2\x6a\x2e\x8b\xba\x2a\xe1\xec\xf5\x34\x9e\xd4\x50\x7f\xd7\x81\x24\xfd\xe1\x43\x88\x9b\x99\xd7\xf0\x29\xd8\xe6\x5b\xb3\x5b\x79\x53\xe5\xb7\xee\xdf\x9a\x65\x4d\xbb\x60\x94\x84\x0f\x49\x59\xd9\x62\x09\x8f\x0a\x3f\x6e\x1d\xe3\xe1\x17\xda\x1d\xc0\xf2\x45\xb1\x84\xd3\xc5\x59\x12\x62\xe4\x97\x8f\xdf\x68\x7c\x9d\x68\xdb\x18\x2b\xc5\x68\xad\x6c\xbb\x70\x8f\x14\x09\x0a\xd4\x1d\x17\xfc\x66\x33\xe0\x8d\x5a\xee\xda\xa0\x4c\x21\x65\xf2\x66\xfc\xc0\x1f\x89\xac\x80\xfb\x97\x21\xcd\x31\x86\xe7\x42\x08\x0b\xc2\xba\x52\xc3\xc3\x74\x93\x17\x7f\x19\xae\x3f\xe3\x62\xfd\xa6\xf7\x43\x8c\xf8\x11\xab\x14\x75\x8f\xef\xed\x0a\x10\x5d\xfb\x0d\xbd\x6e\x0b\x07\x9d\xe9\x23\x82\x7d\xbc\x2a\xaa\x8f\xf9\xdd\x57\x6d\xdb\xdf\xf3\xb5\x75\xdc\x33\x00\x70\x4b\x67\x16\xb4\xc2\x1f\x78\x9f\xac\xd2\x49\x70\xec\x40\x29\x74\x65\xd1\x5d\x7f\x6a\x04\x07\xc1\xfc\xaa\x0e\x5e\x69\x6c\x30\xcb\xba\x01\x48\x16\xbc\xe6\x4f\x18\x29\x76\x0c\xb4\x7a\xe9\xf5\xb3\x0e\x0b\x90\xa5\x94\x43\x63\x56\x40\xf7\xc0\xd4\x19\x7c\xe0\x39\x32\xb6\x65\x48\xa6\x15\xbd\x2a\xae\x3f\x7f\xa4\x75\x05\xaf\x37\xac\xdf\xe8\x40\xb8\xe3\x80\xb4\x80\x82\x01\x1a\xeb\x71\x8b\x87\xd9\xca\x4f\x37\x9c\x45\x3a\xef\x1c\x66\xcb\x77\xc4\xe6\xaf\x5f\x1d\x5b\xbe\xf2\xab\xba\x6d\xa0\x17\xc4\xd5\xa7\xa7\xcf\xf0\xee\x5f\x2c\xe0\x47\x0f\xcf\x8e\xe9\x7a\xbc\xfd\xcf\x5c\x99\xf6\xf7\xe2\xfa\x1f\xf0\x38\xd0\xee\x6e\xb9\x16\xfc\x65\x07\xbe\xa3\x25\xf7\x74\x90\x97\xd7\xbf\xbc\x35\x75\x8b\xfb\x85\xf8\x7e\xd5\xf2\x80\x00\xda\xf4\xe8\x15\x32\xe0\x45\xdf\x6f\xa3\x11\x9f\x9d\x9d\x9d\xf8\x52\x07\x21\xfc\x11\x37\xbf\xce\xe1\x2d\x84\x33\x58\x0d\x40\xe0\xc0\x91\x24\xc0\x35\x23\xe8\x1a\xba\x7a\x0e\xab\xdc\x01\x7b\xf0\xf5\x2b\x37\x07\x67\xf5\x00\xff\x73\x0a\x9b\x8f\x38\x6f\x3d\x34\x78\xd5\x89\x60\xb3\x11\xc5\x06\xc7\x51\xb7\xeb\x45\x07\x20\x37\x02\x4d\x21\x60\xa3\xef\x3a\x93\xc7\x0e\xa0\xf2\xb2\x6d\xf0\x6a\xd6\x9b\x62\x65\x70\x06\x0c\xa1\xdc\x18\xba\xcf\xda\x2d\xe2\x8b\x5d\xf7\xb1\xdd\xae\xe8\x2b\x13\x95\xbb\x5e\xb3\x3a\xe2\x07\x78\x21\x99\xdd\xc0\xbe\xd3\xd3\x75\xfa\xfc\xec\x24\xa7\xf7\x8b\xca\xce\xbb\x76\x33\x7f\x6c\x6c\x69\xfc\x6f\xf7\x0a\x98\x0d\x20\xd9\x06\xef\x04\xf4\x4a\x83\x1e\xe4\xaf\x9e\x1e\xe5\xff\xeb\x1f\x7e\xff\xfb\x59\x7e\x42\x08\x05\x06\xcb\x01\xbf\xc3\xa5\xc7\x8a\x88\xbd\xe8\x02\xf9\xb7\x69\x4c\xfa\x1e\x00\xda\x66\x3c\xc4\xc7\x0e\x74\xe2\x06\x70\x6f\x7e\x8b\xf1\xca\xad\xfc\x7b\x1a\xeb\xff\x34\x1f\x0a\xa0\xee\xcd\x0c\xee\xdc\xc3\x59\x86\x45\x70\xd5\xe8\x3a\xc6\x33\x13\xea\xfa\x49\x48\x5d\x4b\xed\xa9\x67\x59\x6e\x9d\xf4\xe0\xd8\x90\x05\xbd\xab\xdd\x66\xfe\xcc\x61\x68\x80\xb0\x23\x2e\x94\xdd\xe5\xf9\x3a\x7e\x85\x8e\xa1\x69\x81\x1b\xb8\x8a\x5a\xd9\xfc\x45\xcb\x2c\x82\x27\x36\x8f\xe4\x20\xe0\x6c\x0c\xd2\x8e\x78\x44\xe6\x86\x33\xc4\x3b\x77\x95\xb7\x08\x1c\xee\x50\x6d\xd6\x9e\x9f\xd7\x55\x63\xf8\x29\x3f\x94\x3b\x47\xb4\x02\xbe\xea\xf0\x90\x40\x77\xe6\x03\xdd\x89\xb0\x2a\x5c\xbb\x2d\xb0\x5f\x8f\xfd\x3d\xc5\xad\x7b\xfc\x02\xde\xe3\x55\x3d\x58\xbd\x83\xd4\x0b\x62\x80\xae\x2d\x87\x95\xa0\xe7\x3e\xc0\xa7\xab\xa1\xb3\x34\x1f\x9e\x12\xe1\xce\xba\x5d\x01\x50\xe3\x76\x02\xca\x92\x17\x10\xf8\x85\xcb\x02\xf6\x23\x19\xd1\x01\xe7\x0f\xf2\x7d\xd4\x60\x3c\x51\xad\x8a\xef\xc3\x50\xd4\x44\x05\xe2\xb6\x14\xf9\xf9\x40\x50\x00\xd0\x6a\xf1\x66\xc0\x83\x52\x16\xb3\xdc\xa3\x7f\x6e\x47\x27\xb0\x34\xc4\x29\xe3\x2b\xbe\x2e\xf0\x3b\x5e\x7f\xac\x23\x28\xdb\xe6\xb4\x05\x80\xef\x4a\x83\x68\x03\x69\x13\xd8\x0d\x62\x41\x90\x2c\xae\xa5\x33\xd8\x19\x80\x7b\x00\x18\x40\xc9\xd0\xcf\x2c\x3b\x87\x9f\xc8\x29\x95\x0b\x99\x7f\xdd\xb6\xef\x60\x01\x1e\x22\x96\xd7\xff\xb0\x80\xdb\x4a\x7a\x98\x0f\x75\x4a\x4f\xa9\x1d\xcc\x64\x57\x0f\xb2\x11\x3b\xfa\x71\x4b\x3b\x97\x7e\x3a\x46\x6e\x40\x7b\xc5\x1b\xad\xdf\xe9\x36\x5e\xff\xbd\xac\xd6\x80\x18\x97\x15\xe1\x5d\xa0\x7d\xf0\x0b\xac\xbb\xae\x96\xb2\xcb\xfe\x08\x23\x22\x26\x38\x8f\xc3\xa1\x6f\xef\xbb\x5b\x30\x55\x7b\x7c\x86\x28\x94\xb8\xef\xe8\x1d\x04\x71\xd9\xf7\x03\x44\x1f\x2d\xed\x6f\x44\xb2\x6c\xdb\x12\xf7\x9d\xa9\x22\xa6\x88\x2c\x31\xc3\x05\x60\x4a\xc0\x9e\x38\xa4\x72\xc5\x7a\x0b\xf0\xc2\x0a\x83\x1c\xd7\x90\xf9\xbc\x52\x0e\x82\x68\x42\x6e\x20\x35\x78\xf3\x70\x16\xc9\x44\x75\x9e\x33\x66\x4a\x80\x43\x17\xc9\xc7\xe2\xb2\x32\xef\xc3\x0b\xc8\xf2\x14\x6c\x72\xca\x32\x8f\xbc\x5d\xd6\xd5\xba\x60\xdc\x4f\xfd\xff\x09\x00\x50\x64\x17\x76\xb2\x3f\x99\xe8\x29\x6e\x49\x04\x9c\xf0\xb4\x30\xd4\x22\xd6\x6d\x80\x81\xeb\x94\x5b\xb2\x07\x54\xf3\xb2\x42\x7a\x83\xd8\xab\xa2\x41\x2c\xb8\xc1\x5b\x8a\xfd\xf0\x4e\x72\x1b\x44\x4e\xda\x8e\x1e\xd1\x16\xfe\x7c\xa0\xcb\x9d\x09\x73\x2d\xac\x2d\xf3\x5e\x2f\x10\x5b\x33\x41\x43\xa4\xcd\x8d\x74\x6a\x5e\x5c\xb4\x1d\x8a\x0c\xec\x06\x4e\xd7\x9f\x34\xbd\xef\x80\x74\xd7\x45\xfe\xe3\xe3\xf9\xb7\xb0\x3b\xf0\x83\x0e\x19\xd8\xd2\x4b\xc0\xd7\xeb\x8a\x89\xb3\xa4\x37\x38\x90\xcd\xf5\xa7\x1e\xd0\xa9\xa0\x18\x9e\xe4\x2e\x6e\xae\xde\x39\x31\x69\xb8\x43\x54\x93\x90\xd4\x21\x23\x27\x4f\x43\xf4\x91\x9e\x85\x2e\x0f\xab\x71\x0f\x3b\x45\x3e\x04\xf5\xf1\x84\x84\x8f\x5f\xac\x81\xda\x53\x66\x9e\x69\xbf\x0c\x0e\xb2\x5f\xac\xab\x7e\x71\x8e\x4f\x59\x39\x7f\x0a\xf5\x50\xac\x87\x98\x79\xc9\x00\x07\x0f\x23\x71\x54\x77\xa0\xda\x9d\xef\xf2\xdb\x97\xc2\xc6\xfd\x01\x1f\x25\xc4\x25\x55\x8d\x97\x00\x05\x14\x97\x22\x3e\x43\x4e\xc0\xb6\x48\x81\x15\xca\x44\x1d\xe4\x9e\xa3\xc7\x03\x47\xfc\x88\xbd\x2f\x01\x46\xf0\xd4\xda\x73\x14\xf0\x21\x1b\x00\x54\x42\x7e\x1b\xc0\xed\xc5\x4b\xdc\x64\xd7\x25\x94\xae\xdb\xe5\x50\xd5\xe5\x2c\x53\x76\x0b\x98\x2d\x01\x22\xe1\x4d\xc6\x87\x14\xf3\x5d\x0d\x41\x19\x51\x0b\x40\xb2\xd1\x62\xb4\x2f\xcf\x0c\x28\x47\xc8\x1d\x74\x8e\x86\x0e\x79\x03\xe8\x05\x1a\x5e\x7f\xc2\x0b\x4e\xdd\x38\x2a\x1d\x37\x05\x08\x8d\xd5\x45\x48\xa8\x33\xcd\x99\x08\x3e\x62\xd2\x52\xe6\x16\x00\x32\x20\x35\x78\x87\xa0\x77\x9b\xdf\x7f\x08\xff\xcd\x6c\x71\x69\x98\x80\x58\xeb\x79\x3d\x41\x09\x19\x9e\x97\xf0\x18\x63\xd6\x3d\x5a\x64\x74\xf1\x76\xee\xd9\x14\x60\x0b\x69\x92\x2e\x5b\x41\xcb\x0e\xc8\x7b\xd8\xf9\xa3\xca\x34\x97\xa6\x01\xa2\xe2\x9b\x1c\x88\xe3\x02\xd1\x83\x69\x56\x80\x31\x08\xaf\x40\x97\xb8\x15\x17\xc5\x15\x20\x06\x80\x02\xc0\x0b\x22\x01\x02\x92\x1f\x6e\xe7\xf5\x2f\x5d\x0f\xaf\x1e\x3d\xc1\xd7\x9f\xe1\xcc\x8c\x3f\xec\x98\x2c\xd6\x43\x22\x84\x17\x51\xb8\xe3\x49\x66\x3f\xa1\x24\xfa\x4d\x36\x30\xd7\xd8\xd6\x25\xf2\x21\xe9\xd5\xcc\xdb\x29\x32\xd2\xc9\x5c\xb4\x5d\x78\x15\xed\xfb\x0a\x0e\x7a\xe1\x64\xdb\x0b\xe2\xe4\x3f\xf4\xf3\x23\x91\x3b\xd1\xf5\xa1\x22\xbe\x97\x8f\xb5\x66\xb6\xb9\x22\x88\xb3\xf3\xe7\x55\xcc\x3f\x66\xf6\xa2\x7d\x4f\xa2\x62\xad\xc0\xd4\x01\x09\x89\xa3\x9a\x28\x63\x5e\xb5\x35\xdc\xbe\x16\xdf\xc3\x4b\x6d\xf0\x2a\xe4\x46\xa1\x82\x7e\x87\xbe\x61\x54\xe0\x89\x79\xd0\x44\xe0\x09\x9f\x58\xde\x2a\x53\x12\x71\xab\xcd\xe8\xc1\x20\x51\x3e\xbe\x2b\x00\x86\x22\x46\x9c\x01\x24\x91\x88\x92\x47\x7d\xd2\x00\xc7\x9d\x2c\x25\xfb\x49\x64\xfb\x6f\xb2\xf1\xd4\x48\xb4\x65\x55\xb6\x05\xeb\x36\x28\x08\x9a\x3f\x1a\x10\x39\x40\x53\xc0\xc8\x17\x6f\x02\xc1\xfa\x42\xa4\xad\x2c\x60\xa7\xa7\x81\x1e\x6a\x15\xaf\x3a\x12\xfb\xc2\x6c\x91\x2a\xdf\xd8\xf5\xfc\xd7\x7f\xfe\x17\x30\xc7\x00\x93\x28\xb4\x72\x6f\xc9\x1f\xf3\x5f\x3f\xb1\x42\x41\xf5\x06\xdf\x64\xb6\x45\xf4\xb3\xf8\xba\x4e\x9e\x34\xf5\xf5\xa7\x8f\x80\x4d\xbf\x49\xe8\x13\x16\xfc\x6f\xb6\xfd\xfc\x18\x29\xbc\xa6\xc7\x77\xf2\x20\x12\xc6\x30\x3a\x08\x64\x35\x40\xe5\xe5\x81\x74\x0b\xe1\xa6\x40\xbe\x12\x05\x72\x23\xba\x85\xa8\xf7\xaa\x47\x82\x61\x34\x32\xbd\x0c\xc1\xb8\xb3\xfc\x38\x60\x36\x89\x4b\x08\xd9\x0d\x14\x73\x44\x93\x6a\xe2\x59\x59\xa4\x49\x36\x66\xb3\xc4\xae\x0d\x1c\x21\x5c\xcd\x5f\x00\xd7\x6c\x4c\x06\x3c\xd5\x9a\x2e\xa4\x3c\x58\xcf\x4c\xde\xd6\x24\x86\x6e\xe1\x61\x0e\x85\x45\x54\xd5\x04\x55\x7f\xfd\xe7\x33\x40\x01\xae\x76\x3f\x84\xb5\xff\xa8\x7a\x1c\xc0\xa6\xef\xa1\xea\x0b\x91\x73\xc4\xfb\x0f\xb3\xbe\xfe\x4c\xb4\xa0\x61\x62\x60\xa6\x4f\x28\x53\x87\xc4\x38\xe1\x26\xe8\x59\xbc\x6e\x58\xcf\xa1\xf7\x9c\x45\x6f\xc1\x56\x58\x44\x4d\x80\xaf\x2e\x2b\x9c\x53\x91\x7f\xbf\x7c\x78\xdb\x7e\xff\x60\xf9\x30\x39\x99\xcd\xb6\x1b\xcc\xb2\xc0\x59\x2f\x01\x95\x9b\xb7\x84\x2c\x0d\xce\x9f\xe5\xcc\x48\x00\xc1\x12\x80\x0c\x24\x52\xe9\x76\x99\xe3\xfc\x54\x30\x80\x6a\x32\x23\xc2\x39\x98\x1a\x09\x6d\xa0\x7d\x40\x1f\xad\xe8\x3a\xd3\xed\x52\xa8\x67\x12\x90\x36\x8a\xe1\x1d\x5a\x5e\x54\x4b\x78\xba\x89\xba\x12\x65\x4e\x9b\x4b\x71\xd9\x26\x15\x98\xcc\x3a\xd5\xe6\x0c\xd0\xbe\x36\xa0\x4c\x6c\x5f\xd0\x63\x62\x11\x90\x36\xc5\x01\x30\xcd\xf8\x5e\x2b\x28\xd2\xb7\x29\x38\xa4\xda\x08\x26\xb4\xdb\x75\x05\x5c\xef\x34\xfc\x23\x78\x11\xbd\x08\x97\x8f\x1f\x41\xba\x12\xb0\xe3\xd7\x9f\x19\x43\xe2\xa1\xd1\xcb\x43\xcb\xe5\x63\xc1\x1b\x50\xc2\x08\xb6\xc2\xed\x3d\x47\xee\x90\xb4\x17\xd1\xa9\x18\xbb\x45\x9d\xc3\x1f\x00\xf0\x1a\xa0\xe5\x00\x6a\x2f\x0a\xbb\x18\x1a\x39\x61\x60\x7b\xe8\x5e\x3c\x03\x7c\x48\xe4\x05\x41\xdc\x98\x7a\xba\xeb\xce\xfc\x1e\xbf\xc8\x78\x4b\x15\x4a\xf0\x8a\x9e\x56\x58\x0e\x7d\x23\x97\xca\x5b\x37\x34\x3b\x21\xca\xcb\xe8\x2c\xbd\x7c\x24\xd2\x02\x8c\xba\xe1\x9b\x48\xe0\x18\x90\x46\x07\xd0\xf1\xc7\x7c\x05\xdb\xf3\x4e\x38\x65\x07\x45\xf9\xb2\xed\x49\x40\x45\xbb\xac\xab\x71\xb5\x59\x00\x4a\xf0\x45\xfb\x89\xaf\xcf\x8e\x25\xc6\xbb\x2b\x72\x1e\xa2\xe5\x2c\x61\xc1\xde\xa0\x5c\xeb\x0b\x44\x2c\xb2\x41\x40\xc6\x50\xbb\x12\x65\x60\x0d\xc0\x91\xbf\xa4\xb3\x8c\xe6\x8a\x53\xee\x75\xc6\xeb\x82\xa6\x1c\xce\xf8\x6e\x67\xee\xc9\x9c\xe9\xc5\xa4\x91\x94\x55\xea\x70\x08\x40\x70\x2b\x00\x2b\xe8\xb3\x55\x22\x25\x52\x68\xda\x10\xb7\xbc\xd2\x16\x28\x35\x8a\x10\x8b\x23\x26\x56\x28\xd6\x88\x60\x13\x2b\x0a\xdf\x3a\x3a\x45\x44\x0a\x1f\xb6\x15\xf1\xb7\xb2\x6a\x66\xee\xda\x59\x32\xb6\x4a\xb5\x68\x99\x47\xc9\x32\xbb\xdd\xf3\x72\xed\xfb\xb6\x5d\x00\x05\xd0\xf5\x48\xe1\xd4\x6d\x03\x44\xf7\x50\x8e\x97\xec\x65\xed\x28\x6d\x00\x8e\x05\xa9\xc0\xfc\x7f\x43\x3d\x41\xb3\x20\x41\x89\x7f\x2e\x85\xab\x45\xf0\x23\xba\x5c\x24\x29\xc6\xba\x4e\x1a\xa7\x28\x43\xc4\x15\x0c\x03\x5c\x5e\x0e\x7f\x5f\x5e\xff\x62\x55\x40\x3f\x83\xa7\x19\x4f\xf2\x0d\x63\x29\x7c\x9c\x75\xa4\xe0\x36\x32\x06\xa3\x55\x32\xb6\x72\x95\x99\x71\x01\x52\xa2\x3a\xaf\x70\x4a\x76\x12\x48\x77\x1d\xe9\xc7\x55\x91\x6e\x9d\x7b\xf7\x94\x06\x75\xaf\x99\x22\xda\x12\xae\xd8\xd2\x11\xa6\xbe\x81\x08\xd5\x3c\xcd\x0a\xab\x05\x5a\x09\xaa\xc0\x12\xdb\xb2\x80\x35\x5e\x19\x3b\x3f\xbd\xfe\x0c\xdb\x0a\x04\x63\x06\x85\xd8\xe0\x49\x89\x82\x12\xa8\x84\x32\xc5\x37\xd9\x6b\x38\x82\x17\xd3\xdc\x1e\xd2\x3b\xf1\xa7\x58\x4f\xfd\x84\x36\xe3\xf1\x4d\x17\x2d\x3b\x99\xe2\x17\x5f\x19\xd2\x20\xfe\x69\x30\xf5\x25\x5e\x3d\xc0\xef\x1d\x20\xa4\x2e\xbd\x1d\xa7\xa7\xcf\xce\x88\x8b\x8d\x34\x2a\x47\x35\x70\x13\x24\x46\x38\x7d\x96\x3d\xeb\xfb\xad\x7d\xdd\xc1\xf5\x24\x21\xf5\xeb\x57\xc7\x30\xe4\x55\xdd\x16\xe5\x6b\x2f\x0a\x27\x9e\x2d\x3b\x33\xc5\x26\x5d\x12\x8a\x18\xb6\x6d\x76\x08\x14\x5b\xb2\x11\xc8\x56\x77\x4e\xf5\x4e\xfa\xf6\x27\x5f\xc1\xb9\x66\x2f\xcc\xfb\x47\x5d\xd1\xac\xa4\x5f\x7a\xbd\xbd\x8a\xa7\x2b\x36\x45\x76\xd4\x6e\xe0\xbd\x39\x1d\x36\xc0\x28\xa3\x99\x82\x1d\xe0\x3a\x50\x5f\x2b\xfa\x22\x15\x9e\x03\x68\xa0\xc1\xc6\x73\xd3\xd8\xe2\xad\xe1\x9d\x0e\xbe\x1f\x5d\xb4\xd5\xca\xc0\xc5\xc5\xdb\xc9\x5f\x64\xa7\x70\x8e\x3c\xff\x33\x40\xad\x34\x11\x27\x94\x17\xdd\x65\x76\x44\x2a\xbc\x7e\xce\xff\x22\x94\x39\xc1\x8b\x21\x23\x86\x9f\x27\xb5\x63\xed\xec\xe7\xac\xa8\xb7\x17\x05\xf1\x10\xae\x6a\xa2\x07\xf4\x62\xc5\xc3\xfa\xbc\x68\x60\x7d\x1d\x6a\x0a\x00\x15\x61\xab\xbb\xf7\x17\xf7\xe2\x6e\x4a\xc0\xe5\xda\x15\xb6\xa5\xa6\xf8\x48\x49\x97\xf0\x8c\x53\x37\x40\xc6\xa1\xde\x95\x59\x25\xb8\x23\x50\x05\x1e\x1b\x04\x43\xd2\x93\xa1\xe0\xee\x2d\xbc\x88\xd0\x7f\x4e\x8f\x1c\x12\x65\xa2\xb8\x69\x80\x35\x65\x85\xc9\xcf\x40\xab\x7d\x34\xe3\xf1\x50\x03\x07\xc7\x73\xfd\xdf\x2d\x3c\xb7\x50\x8b\x18\xcf\x51\x4d\xa7\xfa\x04\xca\x02\xb1\x98\x45\x6e\xd7\x2f\x1d\xdb\x15\x1f\xf6\xb5\x23\x55\x19\xb0\x46\x1f\x00\x8b\x8f\xda\xf2\xd3\x16\x1c\x80\x50\xf0\x93\x2f\x9b\x70\x8c\xd0\x0c\x15\x3c\xe3\x46\x78\x0b\x7c\x1d\x92\x67\x97\xbb\x66\x55\x23\x96\x5a\xae\x0a\x40\xad\x45\x7e\xe7\xb6\xbd\x83\xbd\x36\xef\x80\x9a\x6d\xa4\x05\x33\xee\x48\x93\xb5\x0d\x3c\x9e\x65\xfb\x9d\x5a\xdf\x2c\xa0\x6b\x16\x50\xa0\x04\x41\x05\x87\xf2\xe8\xf0\x51\xcd\xfc\x7b\xe1\xc5\x0d\x63\xed\x6c\xfc\x88\x35\x88\x10\x2b\x32\xfd\x98\x79\x6b\xa2\xc5\x12\xa8\x85\x45\x5f\xbc\x33\xcd\xfc\xbf\xf0\x99\x43\xd4\x88\x87\xad\x5c\x31\xb1\x1f\x58\xc6\xd7\x6e\xc6\x7a\xd0\xbd\x4d\x43\x41\xc9\xa8\x39\xf0\x01\x7b\x5b\x27\xe6\x3a\xe3\x0e\x7a\x40\x40\xfb\xc7\x67\x74\x34\x6e\xc9\xe0\x40\xad\x60\xf9\xe5\x97\x52\x39\x57\x85\xca\x6e\x70\x57\xda\x99\xdf\x3b\x77\x0a\xfe\xc8\xa6\xc5\x0a\xfe\x58\x5c\xcd\x96\x04\xcc\x00\xa9\x1d\x19\x7d\x05\x42\x28\x92\x1c\x86\x6f\xa9\x05\x46\xe7\x1f\xc4\xe6\x38\xf9\x09\x8a\x38\x7a\x52\x9e\x54\x65\xeb\x04\x5a\xac\x1e\x0b\xb5\xe0\xd1\x73\x33\x31\x20\x00\x24\x3e\x84\xff\xd6\x11\x81\xf2\xdf\x56\xc8\xdf\x4c\x8e\xe8\x9e\xf4\x7f\x61\xbc\x98\x5b\x14\x4b\x3b\xbc\x09\x04\x03\xa1\xe0\xad\x6a\x4a\xb6\xa1\xc3\xfb\x43\x00\x32\xcb\x80\xc6\xe9\x51\x0c\xc2\x8b\x4f\xc5\x74\xc0\x03\x56\x84\xcb\x11\xf1\x57\xa8\x7e\xe9\x44\x2e\x77\xfd\x8f\x1a\x69\x45\x60\x30\x80\x19\x16\xf5\x82\x80\x1a\xab\xb2\x74\xd5\xc0\x71\x3f\x46\x74\x40\x03\x56\xa4\x44\x6a\xe3\x5d\x71\x74\x28\x6a\xc7\xdf\x99\xab\x98\x14\x25\x2a\x6d\x43\x6f\xc0\x16\x9e\x23\x22\xbd\x2e\x89\x60\x5a\x09\x55\x4f\x6f\x37\x3c\xdc\x28\x1c\x44\xb1\x16\xf2\xff\x54\xe3\xca\xf5\x48\xc6\x4c\xee\xcd\xb9\x84\xb5\x8c\x9b\x1f\xa0\x4e\x0b\xa8\x1e\x78\x32\x49\x90\xcf\x62\x4a\x87\xe5\xf2\xbd\x47\x84\x2a\x00\x7b\xfd\x19\xb8\x55\x78\xf6\x63\x79\x24\x3f\xfc\xb8\x9e\x55\x20\x84\xcc\x2c\xda\x4e\xe2\xae\xb3\x45\xe0\x99\xe3\x45\xa1\x2b\xc0\x98\x7e\x87\x08\x7b\x0d\x0d\xde\x9d\x91\xd4\xeb\x40\x45\x31\x38\x07\xa0\xd6\xba\xa2\xab\xe9\x2d\x04\x70\x68\xec\x39\x6c\x02\xfd\x66\x1b\x34\xd8\x6a\x1e\x14\x79\x41\xb4\xf8\x8b\xc6\xf4\x07\xc9\x78\x87\x07\x8b\xe5\x62\xd1\x70\x05\x72\xfb\xa8\xd5\x47\x32\xb9\x75\xf0\x41\xea\x0e\x1d\x0f\x01\x2b\x59\x28\xe1\x99\x18\xab\xe1\xa1\x0e\x8a\xa7\xbf\x64\xa5\x6e\xac\x7d\x6b\xcd\xd8\x48\x6e\xb1\x24\x92\x29\xb8\x11\x28\x2d\x85\xc7\x38\x67\xeb\xa0\xbe\x6a\x82\x0b\x01\x74\x2c\xde\x9f\x37\x19\x3c\x33\xcd\xda\x88\x76\xd0\x89\x30\x01\x5e\x44\x85\xfa\x16\x5e\x8f\x45\xdb\x28\x7d\x4d\x2a\xbd\xda\x9b\x88\xa2\x19\x62\x24\xdf\x13\xf3\xc4\x2b\x6f\x9c\x98\x6f\xaf\xff\xb1\x24\x23\xce\xf3\xb6\xae\xdb\xf7\x28\xff\x3b\x35\x40\x73\x00\xad\x67\x6c\x86\x74\x11\xa0\x0a\x54\xe8\xf5\xc5\x8a\x95\x96\x54\x0f\x85\xd5\xa7\xcc\x08\x03\x65\xc5\x65\xdc\xb0\x03\xe8\x97\xdf\x8f\xcd\xdb\x82\x40\xcf\xf2\x07\x14\x39\x6d\x66\x84\xa7\x91\x99\xe8\x2e\x11\x3c\xfd\x5d\xc7\x57\x59\xf0\x3a\x7f\x66\x35\xab\x6b\xb3\x2d\x7a\xc0\x5c\x0d\x33\xc6\x34\x59\x6a\x0e\xc5\x9d\xbc\x15\xcd\x08\xd5\x53\x9f\x4e\x6a\xb0\x45\xed\x6d\x4f\xcf\x75\xf6\x93\xda\x71\xbe\xc9\xd4\xd0\x93\x0d\x81\xa7\x6d\xfa\xe4\x0c\x58\x8b\x9b\xc9\x95\xb6\x73\xa2\xd9\x2d\x9b\xd5\x90\xbc\x12\x36\xbc\xc4\x02\xfa\x61\xc8\x78\x0a\xb7\x17\xc5\x5f\x76\x7e\x18\x1a\x63\x93\xd8\xf7\x65\x2c\xf2\x05\x04\x66\x90\xd9\x57\x34\x27\xac\x1a\x1c\xc7\xfc\xf5\xeb\x1f\x1f\x67\xd9\x76\xc0\xd3\x5a\xc4\x33\xd6\x43\x6c\x75\x25\x2c\x59\x3a\x9b\x16\x36\x18\xeb\xea\xa3\x95\xb8\x41\x45\xdc\x40\xea\x60\x62\x89\x7b\x60\xb3\x2c\x71\x9d\x4d\x6c\xcc\xd0\x99\x9a\xfe\x2c\x4a\xe6\x48\x03\x9d\xbc\x5c\xe0\x48\x4d\x8f\xb2\x1f\xe1\xd5\x0d\x92\x4b\x11\xdb\x5a\x93\x91\x77\x40\x34\xb9\x07\x5c\x64\xa7\xe5\xfc\x38\xd4\x82\x4e\x73\xca\x74\x19\x1b\x7f\xaa\x8e\x67\x06\x7e\x74\x04\x0a\x00\x49\x68\x87\x1b\x2a\x01\x85\x1b\x9d\x36\x40\xc7\x71\x48\x01\x7e\x8c\x03\x3a\x86\x69\xd8\xa2\x0e\xc4\x1d\xc0\x21\x69\x84\xe0\x6b\xa7\x36\xc2\x71\x05\xc7\x02\x3b\x23\x62\x11\x69\x16\xda\x30\x7d\x4a\x67\x7a\xeb\x77\x5b\x97\xe7\xc4\xf5\xd2\x2b\x9a\x56\x56\x21\xdf\x13\xa4\xb2\x68\x3b\xd4\x1a\x0a\x8f\x99\xf5\x32\xa6\xa9\xe9\x0d\xe3\x57\x7d\x65\x90\x3c\x04\xcc\x45\x02\xbc\xbc\xf0\x12\x02\x12\xde\xc2\x15\x19\x48\xdb\x8a\x7f\x00\xe4\x8f\x8c\x93\xc5\x66\x41\x2c\x18\x96\x57\x2c\x54\x62\x9d\x81\x33\x9d\x20\x91\x25\x19\xc2\xec\xb2\x9a\x78\x34\xb6\x95\x70\x96\x12\x4e\xa9\x3f\xd8\xbe\xdd\x28\x3a\x54\x0d\xbc\x8e\x11\xd8\x82\xe0\xb6\xb4\xad\x15\x25\x05\x57\x3f\x65\xa6\xb1\x15\x25\x45\xab\x38\x54\xce\xcb\x77\xaa\xe7\x39\x52\xc4\xa9\x25\x88\xdc\x52\x98\x0e\xac\xa8\xe9\xb5\xa9\xbb\xb4\xae\x63\xe4\xd6\xfd\x42\x09\x6d\x2d\xaa\x0d\xb2\xbc\x4f\xbc\x8d\xad\xca\xb6\x3d\x5b\x43\x55\x9a\x59\x3c\x33\x07\x48\x93\x2a\x42\xf7\x24\xdc\x0c\x5d\x0a\x31\x1e\xcb\xc9\xa5\x09\x05\x14\x6d\x5d\x4e\xdb\x50\x71\xc7\x64\xcd\xef\xbe\xb3\x49\x7f\x2c\x00\x42\x39\xc8\x22\xaa\xe5\x55\xe7\xcd\xa8\xfe\x04\xd5\x3e\x1e\xd4\x13\xea\xc5\x2c\x5d\x44\xb2\x3b\xae\x25\xef\x86\xbf\x2e\xc9\x66\xe4\xc0\xa4\x10\x35\x66\xd9\x3a\xd9\xbb\xad\x10\x82\x83\x5d\x1d\xcd\x35\xc0\x59\x32\x87\x7f\x17\xc6\x8a\x06\x61\xce\xc8\xaa\x20\x4a\xad\xc9\xa6\x24\x51\xe2\x3d\x21\x0d\x7e\x40\x62\x82\xcc\x1c\xcb\x9b\x9b\x32\xfb\xa5\x8f\xc5\x24\xdf\x05\x94\x0c\xe0\x85\x6d\x41\x78\x8b\x2c\xd4\x3f\x12\x2a\x61\x2d\xef\xf8\x95\x20\xbb\x35\xa4\xc5\x18\xff\x63\x19\x6c\x19\x90\x43\x28\x0a\x3a\xd1\xce\xb4\x44\x64\x8f\xcf\xe1\x32\xa8\x91\xad\x1b\x50\xaf\x19\x57\xd1\xdb\xe5\xe6\x0c\xdf\x10\x3b\xfb\xa7\x72\xcf\xfa\xb8\x2e\x2f\xf4\xb0\x0e\xb9\x88\x2f\x62\x37\xad\x27\xf6\x60\xe5\xf8\x40\xb2\x93\x05\x19\x30\x72\xcb\x40\xde\x8e\x9d\xce\xf2\x5f\xff\x09\x34\x93\x11\xd9\x2d\xa1\xce\x3f\xa6\xd3\x51\x98\xfd\xf5\xd3\x93\x7a\x72\x5c\x00\x5d\x5b\x95\x8e\xaa\x4d\xc1\xf7\x9b\xac\x28\x4b\xba\x64\xbc\x45\x87\x00\x39\xb0\x18\x81\xd9\x1b\x97\x45\xad\xe3\x96\x7b\x6b\x2d\x22\x55\x1e\xf2\x46\x37\xab\xef\xdc\x0a\x9c\x02\x8f\x44\x2f\xbf\x41\x77\xb7\x85\xf9\x7c\x00\x98\xf9\x12\xd5\xdd\x2c\x98\x74\xf0\xfe\x46\x53\x4d\x0f\x18\x91\x26\xed\xc2\x04\xc6\x94\x1b\xe6\x88\x3e\x7f\xc7\x02\xf2\x0f\x87\x44\x2e\x4f\xf7\x92\x3e\x11\xa1\x48\x60\x47\x1c\x07\x73\x55\x75\x65\xd9\x96\x63\xe5\x5a\x3b\xf8\xb1\x8a\x78\xe4\x09\xce\x05\xbe\x43\x62\x8b\x78\x45\xc1\x2f\x30\xcf\xb6\x69\x3f\xae\xd0\x38\x0e\xc7\x12\x65\xc7\xf7\x28\x6d\x6f\xd6\x0f\x43\x45\x6d\x81\xee\x7b\x7f\xfc\xfe\x81\x7c\x42\x9d\xb3\x1d\xea\x9e\x60\x79\x3d\x5c\x7f\x2e\xc4\x3e\xfe\xd9\xb0\xe4\xad\xfd\xbe\x08\x5c\x7a\xd8\x63\xa0\x0b\xe6\x4c\x7e\x3d\x88\xe1\xea\x61\xc5\xbb\x11\x35\x40\x73\xa5\x1a\x55\x84\x78\x44\x03\xa0\x01\xf6\x03\xaa\xd9\x50\x91\x6c\xc5\x15\x7c\xc3\x6d\x73\x9c\xb0\xd2\xd8\xa1\x74\x48\x6c\x37\x48\x31\x20\x0a\x18\xaa\xae\x4c\x8c\x1c\xa4\xa0\x29\x24\xf3\xb5\x13\xa2\x8d\xa8\x93\x58\xb2\x95\xb4\x17\xcd\x3e\x99\xb0\x39\x21\x95\xb6\x9f\x90\xd6\xd3\xb7\xd5\x48\xd2\x2c\xb0\x10\xdc\x70\x79\x23\x75\x71\xcc\x97\x08\xc0\x15\xe9\xb5\x16\xc4\x87\xdb\xe2\xd0\x9e\x2e\xc4\x21\xbe\x47\xc8\x68\xf3\x3e\x1c\x8d\xf6\x2c\x46\x79\xe8\xe3\x25\x60\x44\x18\xcf\x4f\xa3\x51\x2b\xc1\xfc\xb2\xad\xd1\x4e\x90\xed\x48\x6b\xb1\xe2\x41\xf7\x85\x92\x4a\x3d\x51\xa8\x98\x2d\x44\x6c\xa3\x61\xfd\xc2\x8f\xc3\xe1\x52\x84\xc6\x1b\x7e\xfd\xcb\x07\x60\x50\x19\x9b\xc1\xc2\x0e\xf5\x1a\x9a\x86\x05\x43\x74\x6c\xaf\xf5\x4c\x89\x98\x64\xc1\x0f\xf9\xb3\x61\x35\x74\xc5\x51\xd6\xf6\x05\xe2\xcd\x2b\x56\x77\x11\x87\x8b\x4a\x61\xb2\xf8\xa6\x13\xe9\x91\xa4\xf2\x37\x92\xe7\xa6\xf3\x42\x36\x88\x31\x0e\xbc\xe0\x22\x5c\xb2\xf9\xff\x9e\x97\x70\x3b\x6c\xd6\xb7\xef\x00\x12\x83\x1e\xce\xb0\x40\x78\xa7\x5d\x8d\x1c\xf2\x60\xee\xd0\xa3\x8e\x98\x4f\xf4\x08\x40\xed\x5e\x22\xac\x81\xa0\xea\xd0\x06\xa2\xc3\x5d\xad\xa7\x10\xc6\xe5\xf5\xe7\x66\x35\xd4\xed\x14\xce\x18\x9a\x65\xd5\x10\x7f\x7f\x59\x61\x25\xa4\x5b\xa9\x28\xa4\xa8\x60\x30\x19\xca\xed\x54\xe9\x1a\x94\x85\xc7\x90\xe4\xee\x62\x17\xb4\x51\xc1\x52\x71\x63\x68\xaf\x88\x10\x39\x64\x9f\x18\xa5\xd7\x81\xeb\x65\xdc\x22\x36\x45\xda\x98\xd1\x0d\xe3\x6c\x6a\xcc\xfb\x6f\x83\xad\xb7\xbc\xf7\x36\x01\xd6\x3a\x3f\x3c\xf9\xd1\x2b\x47\x5d\xa7\xdc\x92\x9c\x1e\xd8\x3a\x25\x34\x70\xe7\xce\x73\xb1\x4c\x6d\xd4\x73\x47\x59\xc4\x3c\xb0\xf3\x98\x09\x24\x34\x89\xce\x8d\x67\xe9\x16\x13\x2f\x64\xea\x23\xef\xb1\xa1\x6b\xd2\xb2\x91\xb3\x9f\x09\xd9\x04\xd0\x1c\x08\xa9\x35\x39\xb7\x1d\x11\x01\xf9\x61\x24\x07\x5c\xb5\x5b\x91\x11\xf1\xd6\x51\x6f\x41\x67\xba\xed\x70\x8f\x3f\xbd\xd0\xdb\x6f\x51\x98\x59\xb7\xce\xfe\xc1\xa1\x20\x5e\x83\x43\x42\xe1\xf9\x4e\x62\xa2\x33\x1d\x4d\x0e\xf9\x44\x46\x9b\x6e\x39\x85\x9d\xcc\xce\x19\xa7\xd6\x99\x8e\xe4\x82\x0a\xa5\x11\x5b\x7d\xa2\xac\x6d\xeb\x9b\x4f\xe2\xab\x70\x75\x31\x19\xb6\x73\xf0\x29\x5a\xcc\xa1\xae\xfc\x05\x9d\x12\xd9\x4e\x19\xb1\xe6\x50\x36\xb2\x47\x0a\xff\xfa\x17\xa6\x62\x8a\x40\x00\x14\x5c\xda\x4c\x67\xa4\x7a\x7b\xbd\xc4\xde\xb6\x48\x2a\xa8\x0d\x4f\x11\x0a\x58\x42\xe2\x74\x08\x6c\x45\x89\x3e\xa5\x2d\x29\x1a\x92\xd2\x5f\xc1\xa1\x2b\x69\xf0\xe2\xa5\x27\x05\xac\x09\x1d\x15\x57\xa6\xfb\xc6\x99\x3e\x27\x13\xf3\x5c\x9c\x4c\x91\xa5\x22\x71\x2d\x31\xd1\x0e\x6b\xd0\x33\x15\xad\x44\xeb\x06\xb8\x98\x27\x6e\xd1\x4c\x3f\x0f\x64\xfd\x7e\x01\x04\xf1\x07\x70\xa2\x6c\xce\x1f\x11\xd7\xd9\x4f\x28\xf7\x7c\x93\xb1\x0a\xe1\xc4\xcb\xf6\xbd\x7a\x6c\x97\xce\xdf\xeb\xcf\x84\x7c\xc2\xdb\xb8\xee\x90\x16\xb5\x42\x05\x58\x36\x07\x0b\xcc\x38\x91\xb3\x83\x9b\xd8\xa3\x54\x78\x63\x36\x80\x4e\x96\x35\xf1\x3f\xba\xc1\xd7\xff\x20\xef\x31\xb7\xcb\xb3\x0c\x4d\xf5\xc9\x86\xef\x6a\xfe\x27\xf9\x13\xfd\xc3\xa9\x18\x4b\x03\x1f\x36\x93\xda\x36\x7f\x6f\xb7\x80\x03\xe0\xb9\x02\x48\xbd\x35\x54\xf0\xb9\xcc\xd1\x8a\x15\x09\xad\x0a\x25\xa5\x30\x0e\xd4\x78\x38\xea\x0d\x3d\xf3\x57\x4c\x3c\xc5\x86\x62\xef\xcd\x12\xa1\x9a\x7d\x15\x88\x36\xef\xa7\xdd\x27\x05\x2f\x15\xa4\x44\xde\x3d\x8f\x5c\x26\x62\xc7\x33\xc1\x88\x00\xba\xb8\xbb\xbb\x44\x53\x7e\x74\xac\x6e\xef\x65\xe8\xae\xe7\x8e\x64\x44\xc9\x2a\xad\x46\xb5\xd0\xf4\x33\xa4\x67\xf7\x7a\xa7\x53\x1c\x0b\xa4\x46\xbf\xc9\x68\x62\xa4\x11\x60\x2b\x83\xa7\x53\xa1\x0b\xa8\x12\x39\xcc\xa9\x9d\xab\xd6\x43\xf7\x39\xfa\x3a\x3a\x42\x76\x9e\xc0\x3e\x00\x2a\x02\x5b\x9e\xfc\xd2\x1f\x3c\x2b\x1a\xa8\x2f\x06\x41\x7d\x9f\x56\x5d\xb5\xe5\x7b\x45\xc5\x18\xd9\x42\xa3\x5a\x50\xc1\xba\xea\x51\xef\xdf\xb9\xcd\xf1\xb2\x2d\xb8\x2d\x1a\x11\x83\x40\x76\xe6\xea\x66\xe8\x5b\xde\x58\x33\x3f\xc6\x7f\x01\xf1\x68\xc1\xb8\x13\x9c\x15\xb0\xf4\x17\xe2\x14\x5a\x6b\x03\x58\x7d\x49\xf6\xa6\xf8\x8f\xfc\x1a\xb5\x66\xba\xda\xcd\x82\xb0\xa1\x88\xba\xb8\x05\x6a\xa7\xda\x05\x00\x62\x2f\x31\x44\x18\x4f\x92\xdb\x16\x57\x44\x2f\x33\x9d\x0b\xc2\xc4\x55\xb2\x28\x93\xdc\x0f\x35\x49\xa6\x83\xe4\x33\x0a\xbf\x96\xe6\xbc\x00\xc0\x10\x1d\xcc\xfc\x15\xaa\x5d\xb6\xa4\x13\x23\x7f\x2f\x09\x90\x01\xa8\x15\xb8\x94\xf9\xc9\xd0\xad\xe1\xa5\x0b\xcb\xf8\x5c\x5e\xc1\x1d\x47\x0a\xd9\xcb\x4a\xc5\xb1\xd8\x1b\x72\x11\x5f\x51\x34\x52\x4c\xc8\x4a\x3b\x42\x05\x66\x77\x59\x60\xe4\x06\xfe\x43\x19\x18\xb5\xea\xce\xef\xc2\xbb\x43\x7c\xed\x3d\x6d\x03\xf4\x70\x87\x0f\x53\x6c\x8c\x14\xb4\x49\x2a\xf2\x3c\x03\xd6\x9a\x2c\x22\xae\x58\x4c\xb3\x42\xef\xb5\x46\xc8\xc5\x40\x94\xac\xfe\x3d\x68\xfd\x4f\x61\x06\xbc\xdc\x60\xa6\xfd\x13\x15\x6e\xaf\x1a\x44\x23\xd7\xff\x3f\x53\xde\x16\x3a\x07\xb4\xe6\xe4\xe2\xef\xd1\xe2\x61\x42\x7b\xb4\x2e\x3e\x62\xe9\xd3\xa2\xb1\x74\x55\xe0\x4f\xfc\xaf\xe8\x82\xe0\xac\x56\x17\x62\x9e\xda\x9e\x2f\xe8\x1c\x59\xaa\x13\x6a\x67\x89\x39\xaf\x57\x45\xf3\x91\x35\x5c\x79\x7d\xfd\x19\xdd\x38\x9d\x95\x09\xfa\xa7\x94\x31\xd2\xc2\xae\xc8\x52\x7a\x5a\xe7\x34\xad\x8e\xff\xd7\x55\x50\xfb\x7b\x9e\x54\x44\x35\x06\x65\xc4\x03\x3a\x16\xab\x9b\x5a\x6c\xa3\x25\x11\x59\xe2\xe8\x14\x41\x60\x96\xf0\xfb\xce\x27\x44\xf4\x3c\x70\x35\x23\x0c\x8e\xa8\x3b\x5f\xd6\x83\xb9\xf5\x50\xa1\x4a\xd1\xb7\x76\x4b\xb7\xea\x39\xfe\xe8\x42\xa7\x75\xfd\x3e\x63\x34\xad\xc0\x7a\x54\x87\xc2\xc7\x60\x7a\x71\x3d\x81\x55\x67\x2f\xa9\xe6\x3c\xde\x2f\xfb\xc1\x0f\x3f\x9e\x91\x91\x93\xb8\x95\x90\x14\x35\x0f\x7d\x64\x67\xae\x6b\xa6\xfa\x2c\x93\x94\x4d\x05\x87\x02\xf8\xb7\x37\xe9\x66\xe7\xd5\x86\x3c\xa0\xba\x18\x54\x44\x3e\xeb\xbb\xf3\xfe\x2d\x68\xb5\xe9\x7c\xbe\x6b\x99\x83\x73\x65\x39\xf0\x2a\xdb\xdc\x0b\xf0\xa3\x48\x02\xda\xa5\x28\xe3\x9f\xbb\x53\x83\x3b\x5a\x7b\x77\x18\xb9\x68\xf4\xc8\xa0\xd9\xf4\x5b\x3c\x63\xba\x2f\x00\x1b\x54\xca\x7f\x6b\x29\xfb\x6b\x03\x96\x3c\x9f\x33\x19\xcf\x42\x6c\x75\xd1\xd3\x10\x3c\xa9\xe9\x0f\xe2\x29\xb2\x9d\x01\x3a\xf1\xaa\x45\x22\x6f\x7b\x05\xb7\xaf\x79\x07\x74\x1d\xb2\x0d\xbe\x20\xa0\x8a\xe9\x53\x19\xd6\x16\x83\xa9\x13\x38\x48\x42\xf8\xff\xe3\xff\xfd\xff\xf2\xff\x25\x3f\x82\x3d\x38\xea\xbb\xfa\xfe\x91\x4a\xe6\xb4\x4b\x3c\x10\xe9\x25\x66\x5e\x80\xd7\x24\xbc\xe1\x35\xc5\x97\xd5\xba\x42\x26\x94\x8b\x9d\x42\xd9\x46\x0a\x96\x52\xb5\xd1\x84\x61\x54\x39\xdd\xd1\xce\x10\x7a\xc9\x50\x22\x20\xcc\x05\xf9\x4e\xf8\x17\x15\x6e\xd8\xea\xdd\x02\x51\x94\x99\xff\x40\x52\xaf\x57\xd7\x9f\xb6\x70\x10\x42\x6e\xf4\x17\x95\x95\x87\x84\x21\x79\xd7\x63\xa3\x61\x94\x16\x68\x99\x08\xa4\xa2\x27\x0e\x9a\x34\xae\x12\x53\x0a\x88\xb5\x1a\x23\x66\x60\xe4\xc0\x67\xb3\xed\x80\x36\x86\x08\x41\x21\x15\x72\x02\xa5\x13\xa7\xc7\x90\xc6\xde\xef\x3b\xfa\xa3\x09\xc1\x02\x28\x58\xc8\x14\x1d\x89\xf7\x81\xed\x1c\x23\x1b\xf7\x5f\x3f\x5d\xb2\xcd\x2a\x99\x3c\xc0\xa6\x96\xe6\x9b\x2c\x23\x93\xec\x23\x36\xc1\xce\x82\xd7\x33\xeb\x3b\x63\xe6\xd7\xff\x4f\xb7\x6c\xeb\xec\xbc\xaa\xd1\x72\x57\x0c\x1c\x30\x16\x4a\x5f\xac\xe7\x4f\xa1\xb4\x13\xcd\x1f\xd9\x39\xc0\xe0\x3d\x5a\x17\x03\x03\xc0\x55\xd1\x36\x01\x3e\xd8\x0c\xaa\xdb\xf9\x13\xf9\x38\x19\x11\x09\x03\x28\xa5\x81\x93\xea\x62\x69\xea\xb0\xdd\x06\x2e\x98\xed\x91\xb1\x82\x5b\xa6\x7f\x66\x6c\x36\x8a\x01\x9e\xe8\x5f\xd8\xa0\xda\x14\x96\xec\x22\xf8\x8f\x8c\xb4\xb4\x5d\xf1\x1e\x66\xf3\x9e\x7f\x00\x04\x50\x7c\xad\x67\xf0\xef\xf5\xdf\xd1\xb0\x93\xcb\xc9\xed\x0a\x6b\xa2\xd7\x95\xab\x4d\xdc\x09\xdd\xa1\x13\xfd\x8b\x3f\xa0\xdd\x78\x8d\x44\x28\x9f\x83\xd3\xf7\x59\xe7\x39\xd1\x0a\x93\xc1\xf7\x85\xcc\xc6\x5b\xa6\xce\xb3\xcc\x94\x78\x66\x33\x0a\xad\x85\x8a\x66\x36\xb4\x55\xe3\x56\xf9\xca\x2a\x46\xae\x70\x3a\xa0\xa1\x71\x52\x01\xff\xe1\xcf\x6c\x21\x9d\x7e\xdf\x76\x86\x56\xc5\xaa\x2c\x8b\x6c\x09\x7a\xf0\x61\x29\x8b\x9a\xc8\xe4\x09\x49\x75\xab\x4d\xe0\x19\x26\x2b\x16\xec\x19\x4d\xdb\xf1\x05\xa1\x21\xd0\x2c\xfb\xef\xb5\x33\xa9\x8d\xc6\x23\x92\x83\x9c\xee\xa2\x99\xd1\x65\x0b\xa7\x67\x82\x9d\xd2\x9a\x9b\x01\x6e\xc7\xd2\x2c\x60\xac\x42\x69\x38\x34\xe6\xb2\x3e\x98\x04\x3d\x12\x44\xd6\xe1\x46\x12\x07\x9b\xb3\x7d\x57\x4b\x16\xa9\xbc\x02\x17\xea\x25\x19\x80\x10\xea\xd2\x9c\x23\x41\x8d\x45\xd2\x3b\x77\x13\x20\xd3\x14\x13\xf8\xa0\x56\xb2\xd8\xc0\xfa\x58\xba\x56\x41\x83\x5f\x67\xa0\x7a\x9a\x5e\xe9\x05\xba\x94\xbe\xef\xaa\x5e\xc5\x69\x32\x1d\x36\x63\x15\xf9\x86\x90\xc1\x80\xd6\xfa\xa1\xbb\x69\xd9\xc5\xf4\xaa\xd9\x4e\x84\xe6\x17\x89\x40\x14\x50\x89\x62\xd9\x2b\xf6\x70\x40\x8a\xa4\x11\xb9\x46\x31\xa8\x7a\x5b\x73\xee\x0a\xdd\x22\x83\x51\x1d\xa7\x3d\x3f\x21\xb9\x9d\x48\xfe\xa3\x97\xf3\x00\x86\x45\xc9\x9b\x58\x33\x92\x1d\x3d\x46\x9f\xb9\x42\xe0\xb4\xc4\xa4\x3c\x98\xe5\x27\xec\x90\x22\x5b\x9a\x74\x70\x69\xd8\x6b\x9a\xd4\x89\x15\x1b\x07\xc2\x96\x6c\xa3\x4e\x3a\xd3\xab\xce\x48\x66\x08\x0f\x5b\x1b\xc0\xfa\xca\xd4\x0b\xb2\x8b\x9a\xaf\xd4\xe4\x41\x3f\x12\x4a\x71\x57\x67\x64\xa6\x3e\xbe\x3a\x28\xe0\xee\x61\x55\x4e\xd9\x01\x5b\xfc\xbd\xee\xc8\xc3\x3b\x41\xb5\xb0\xc6\x1d\x7f\xdb\xd1\x1e\x20\x34\x51\x08\xbf\xa6\xa6\x43\xe1\x37\x99\xea\x86\x0d\xee\x45\x0f\xea\xb6\xbd\x88\x5e\x48\x78\x66\x50\x08\x8a\x6a\x09\x0d\x3c\x13\x9c\x9f\xf4\xc4\xfb\x5c\x5f\x01\x92\x63\xe0\x96\x7b\x19\x6f\x42\x15\x1a\xa4\x36\xec\xba\xbd\x29\x54\x40\xa2\x24\x28\x37\xbd\x8f\x7b\x70\x8b\x1c\xbd\x9c\xbc\x44\xc7\xf4\x0f\xae\x0c\xe3\xfd\x4d\x55\xd8\xc2\x3a\x4f\xec\xde\x4b\xb5\xd8\x5d\x89\xa4\x0d\x3c\xa1\x2b\x7f\xa7\xf1\x49\xc9\x25\x26\xdf\x2c\x44\xb6\x6a\xa8\x47\xb6\x48\x1c\x06\x21\x50\xfa\xd0\xfc\x69\xac\x70\x4f\x12\x93\x98\x14\xd4\x05\x63\x2e\x8d\x3e\xcb\x11\x93\xa0\xd7\x6d\xda\x19\x41\x3b\xd3\xe7\xb5\x46\xb6\xe6\x8a\x49\x06\xeb\x8c\x08\xe9\xaa\x5e\x39\xc5\x96\xe2\xb9\xd8\xd0\x58\xc0\x44\x6e\xc8\x15\x92\x09\x05\x5f\xd8\xe3\xc2\x69\x5b\x99\x01\x22\xc1\x8a\xbf\x4b\xb0\x93\x40\xb4\x0b\x75\x1b\xcc\x37\xba\x70\x7b\x47\x75\x7b\x41\x83\xba\x39\x24\x5b\xa1\x32\x07\xe1\xc2\xd2\xfe\x1d\xf9\x73\xd3\x48\x84\xc5\x31\x8e\x05\x50\x81\xe8\xb0\x05\xe4\x89\x6c\x58\x8a\xde\x5c\x14\x00\xcb\x38\x1c\xfd\x1f\xaf\x8a\x80\xac\xbf\x71\x28\xbe\xfe\xe5\xe2\xfd\x45\x30\x70\xaa\xa9\xf4\xa3\x2a\x3e\x0d\x4c\x52\x98\x98\xa3\x99\x6c\xb6\xe6\xe3\xf5\xdf\x11\x61\xd3\x83\x52\xb7\xb3\xfd\x92\x2c\xef\xce\x46\xca\x55\x02\x78\x94\x51\x40\xc9\x2f\x53\x43\xb5\xee\xbe\x38\x04\xb8\x72\x02\x5d\x15\xfe\x27\x17\xc8\xb6\x28\xfe\x14\x3f\x26\x24\xab\x1c\x5a\x8b\x37\x22\x01\xcd\xc8\xfc\x5f\x57\x8f\x6f\x87\x9c\xb7\x03\xb4\x5d\xbb\x0b\x67\x27\xa8\x15\x91\x0c\xba\xe0\x93\x50\x8d\x81\xc0\xbd\x6d\x34\x45\x89\xd6\xe3\xe7\x43\x61\xb2\xda\x85\x18\x50\xf1\xc3\xab\x61\x19\xbc\x68\xfe\x01\xb3\x4b\x26\x86\x89\x83\x9c\xb8\x1b\xe2\xcb\x02\xbc\x6d\x87\x25\xc0\xa2\xc3\x9a\xfc\x53\xd9\x3c\x8f\x0b\xc4\xf2\x9b\x06\x77\xb4\x99\xf5\xa3\xdb\x90\x4a\xb3\x62\x0f\x31\x31\x64\xd8\x1a\x7b\xc3\xb1\x4f\xa7\xda\x66\x4a\xe2\xce\x52\x52\x57\xcb\x23\x2f\x7e\x41\x85\xfe\xeb\x39\xaa\xff\xc4\xc3\x5f\xcb\x50\x18\x01\xcf\x20\x86\xfb\xf1\x85\x9b\xd8\x5b\xcb\x95\xd3\x9b\xf4\x14\x4d\x3c\x5d\x11\x87\x65\x38\x44\x49\x57\x15\xf4\x00\xe8\x95\x62\x03\x5a\x29\xd7\xa8\x05\x18\xa2\x97\xf5\xe3\x95\x23\xfa\x83\x6f\xb3\x11\xa9\x1f\x7c\xc3\x1b\x8e\x9f\x89\xd1\x33\x53\x35\x56\x40\xe7\x77\x0b\xe9\xe3\x18\x88\x0a\xf2\x69\x9d\xaa\xe9\x38\x08\xcf\x40\x24\x43\xf9\x1a\x38\xdc\x64\x2d\x1e\xce\x57\xd4\x11\x27\x2b\xb7\x5b\xd3\x2c\x26\x86\xb5\x12\xa8\x29\x5d\x49\x6b\xd1\x69\x7a\xaa\xfe\x0a\x83\x2e\x97\x71\x7d\x78\x5d\x31\x80\x31\x50\x0c\xf8\x2f\x89\xf8\xc7\x33\x75\x95\x74\xa2\x85\x54\x4e\x96\xee\xea\xe1\xca\xd3\x3a\xfc\x42\xcb\xb3\x3c\x79\x88\x72\x4a\x7c\xcc\x7a\x92\xa3\xef\x8b\x2d\x5a\xa6\xc6\xe1\x40\xf4\xa8\xf0\x92\x45\xc3\x49\x97\x3c\xa8\x49\xba\xe4\xee\x34\x4c\xb4\x9d\x49\xd0\x20\x8a\x71\x43\xce\xe1\xcd\xdb\x01\x3d\x97\x29\xa8\x17\xdc\x01\xb1\x28\x19\xc1\x45\xda\x0f\x1a\x7d\xcd\xcf\xca\xe2\x12\x25\x07\x0d\x9b\x1a\xa8\x83\xb5\x9b\xa9\x84\xc8\x63\x62\x83\x3c\xab\xf9\x45\x65\x7f\xf1\xfc\x16\xef\x82\x56\xbf\x25\xe2\x12\x47\xd3\xb4\xce\xce\x6e\xe7\x54\x0b\xf4\x03\x9c\xed\x9a\xe4\x84\x56\x20\xec\xe8\x4b\xd6\x39\x58\x33\x7f\x6d\x95\x4f\xf9\xaa\xa6\x8a\x7d\x3d\x6b\xea\xb0\x1f\xf9\xab\x46\x18\x17\x99\xdf\x50\x55\xa0\xbd\x13\x6e\xe3\x78\x36\x3c\x0a\x5d\x95\xbe\x58\xce\x6f\x97\xa3\xcb\x41\x17\x43\x3f\xa6\x37\x41\xe4\x13\x0c\x2c\x29\xe4\x85\x1f\x91\x5a\x20\xbd\x43\x3f\x7f\x91\x9c\x68\xa8\x8f\x48\xdb\xee\xc1\x1a\x69\x8d\x64\x84\xeb\x7f\x04\x38\x24\x52\x79\x24\x1d\xa4\x17\xb9\xc8\xd3\x49\x40\x8d\x75\x05\x35\x82\x11\xfc\x3d\xed\x92\xca\x4e\x8e\x3c\x51\x3e\xc3\xd0\x41\x22\x82\x39\x73\x9e\x00\x55\x20\x8c\x99\x6a\x63\x25\x52\x3a\x9c\x3a\xb0\x81\x6e\x9a\xe4\xab\x5e\x4d\xb5\xe0\x1b\x5c\xa2\xb9\x38\x36\xc0\x3b\x8c\xd5\x51\x5a\x34\xdd\x00\x99\x08\xd8\x1b\x24\xea\xa8\x01\xc5\x41\x41\xd3\x9f\xb8\xae\x45\x37\xfd\x97\x1d\x3a\x79\xa6\xab\xc6\x4f\x33\x82\xd0\x7e\xfe\x9c\x1d\x7b\xd8\x2e\x28\x5d\x12\x55\x44\x14\xa4\x15\x11\x3c\xd7\xc3\x68\xe9\x54\x0f\x3a\x81\x3e\x52\xce\xac\x2c\x5c\xef\x2c\xe7\x9c\x9a\x8a\x29\xec\x54\x43\xf6\xb9\xbd\xb1\x39\xd2\x3c\xf8\xb0\xa2\xe1\x19\xcd\x12\x7e\xa0\xfa\x7c\x0c\xf9\x7e\x34\x57\xdf\x70\xac\xd3\xb4\x01\xde\x31\x3a\x94\xb9\xdc\xb0\xfc\xf6\x4f\xdf\xbe\xe1\x63\xf1\xb6\x7d\x3f\xfd\xfe\x0d\x90\x9e\xb7\x7f\xfa\xc3\x1b\x32\xe9\x1b\x35\x5e\x9c\x17\xef\xcc\x44\x0f\xd4\x50\x6b\x93\x88\xa9\x1d\xac\x73\xb9\x70\xd4\x82\x7b\x13\x3e\xf4\xee\xe3\xa9\x86\xdc\x88\xb1\x01\xe1\xf4\x43\x1e\x28\xc2\x05\xa5\x06\x89\x63\x5c\xe0\xfa\x1c\x36\x0b\xd9\x03\x4b\xa8\x82\x77\x80\x5c\xa3\xb4\x39\x7f\x46\x8d\x4c\x3f\xbf\xa3\x5b\xd4\xfa\xe5\xff\x8e\xe2\x9b\x03\x72\x0a\xd7\xae\x0e\x01\xdc\xd8\x45\x14\xfd\xf5\x9f\x28\xc0\xee\x58\xee\x5e\xb2\x39\xb0\x89\x04\x40\x7e\x06\x7f\x74\x93\x6c\x9d\x41\xe1\x21\x62\x08\xcf\x8b\x38\x8e\x62\x16\x23\x3e\xfa\x21\x69\x17\xe2\x2f\x3a\x21\xa9\x21\x83\xa1\x9f\x4e\x54\xb9\x33\xb4\x9f\x5c\xeb\x95\x29\x96\x5d\x95\x7e\xdb\xd9\x53\x17\x57\x97\xa7\x59\x21\x4d\x2b\x26\xa7\x03\x7b\xfb\x33\x4e\x01\x78\x1d\xd8\xd8\xaa\x44\xa8\x02\x30\xb9\xe5\xf6\x98\x7e\x3d\x24\x88\xc1\x7d\xfe\x39\x9e\x8d\xf4\xc0\x43\x7f\x75\x1f\x22\xc2\x80\x5a\xd4\xcb\x06\xf1\x5a\xcb\xe1\xe8\x51\xf8\xe9\x71\x1d\x4b\x16\x55\x78\xf0\x75\x83\x6c\x89\xca\x15\x12\xda\x0d\xac\x91\xc1\x5a\x0c\x5a\xc6\x7f\x97\xfe\xfb\xd8\x72\x45\x3e\x68\xa0\x48\x8d\x5f\x40\x72\x89\xc8\xd8\x96\x63\x50\x1a\xf5\x5e\xf0\xdc\xe0\xd0\x54\x9d\x35\xb9\x1a\x7e\xb6\x0d\x46\xef\xd3\xc0\xca\xd2\x3d\xc9\x3c\x25\x82\x86\x4e\x35\x11\x69\xe8\x44\x8a\x4b\xd4\x9a\x50\x5c\xbb\xe4\xf9\x0f\xc3\x59\x4c\x13\x63\xb0\x7c\x5e\x77\xbb\x8b\x5c\x63\x13\x23\xb8\x98\x3b\x68\x0c\x0f\xa5\x74\x7d\x83\x57\x69\x44\x12\x70\x83\x89\x95\xf1\x07\x11\x96\x91\xe5\x5a\xf2\xc9\x47\x14\x71\x2a\xf7\x94\x6a\x08\xfa\x48\xec\xdf\xf6\xd7\x74\x0e\x08\xec\x24\x4b\x91\x2c\x1c\x85\x31\xc4\x0e\x05\x56\x2c\xda\xd4\x50\x16\xe5\xe7\x53\xef\x71\xe4\x96\x87\x5e\xce\x89\xa9\xdb\xf4\x44\x54\xe0\xab\xf3\xe5\x19\x25\xf6\xb8\x01\xd6\x04\x58\xea\x2b\xf4\xca\x10\xcc\x19\xfc\xf6\xef\x67\xd1\xf7\xc5\xea\x02\x2f\xbc\xa7\xd6\xee\xf8\xe8\x42\x4e\x3a\x81\x10\xab\x52\xfb\x2d\xc2\x25\x45\xcf\x41\x9a\xf8\xce\x44\x57\x25\x5c\x0b\x24\x25\xe7\x3f\x27\x5d\x69\xcc\x4a\xee\xf0\xe7\x8c\xd5\x44\x8e\x9b\x6c\xf3\x50\x61\x24\x1f\xd1\x9c\xb3\xe8\x8c\x13\xda\x1e\xd1\xef\xc2\xc9\xca\xa7\xab\xf1\xb9\xb9\xba\x68\x92\x82\x62\x37\x34\x4c\x51\xb3\xf8\x44\xa4\x98\x73\xce\x06\x9b\x03\x2c\xa9\xb5\xc8\x2c\xe9\x1c\xe3\x60\xce\xf1\x3f\xe9\xa0\xfc\xef\x7c\xe5\xe6\xd6\x36\x52\x25\xd2\xb5\x39\x1d\x1b\xc5\x5c\x91\xc5\xb7\x68\xe5\x30\xd4\x70\x4a\x48\xff\xf1\xdf\x6c\x07\xa1\x15\xfa\x0b\x24\xa2\xfa\xd6\x8d\xf3\x02\xcf\x1d\x5f\x28\x1d\x70\x96\x1f\xe3\xcc\xdd\x2a\x35\x46\x45\xa3\x9d\xa0\xeb\x76\x98\xd4\x64\xfe\x73\x24\xed\x89\x36\x02\x05\x8b\x46\xf2\x81\xb8\x2e\xbf\x0b\xc9\x09\xc0\xa0\x0f\xa8\xdf\x07\x48\x53\x94\x82\x4d\x7f\x47\x3f\x18\xa7\xca\xfe\x84\x4c\xe6\xc4\xd9\x12\x0a\xe2\xa3\xa2\xb7\x36\x3f\x1f\x2c\x33\x3f\x38\x46\xa9\x92\x0f\xbc\x49\xdf\xa3\x66\x53\xb1\x36\xfd\x8d\xf0\xa8\xa5\x7f\x70\xa5\xd2\xf3\xc6\x74\x6b\xa5\x29\x78\x00\xe9\x1a\x17\xf4\x9b\x3b\x87\x96\xff\xf1\x46\x21\x0e\xee\xca\x42\xb1\x33\x21\x95\xa3\x10\x55\x47\x95\x62\x29\x8f\xff\xc2\x92\xa6\x43\x15\x0f\x79\xb1\x9f\x56\x92\xa7\x1c\x8e\x9e\x16\x14\x64\x1e\xa1\x97\x54\x64\xe5\xe1\xce\xf2\x45\x23\xaf\x9a\x92\xe4\xfa\x24\xc4\x0f\x2c\x4f\xd1\xc8\x54\xb7\x62\x16\xed\xd6\xfc\xa9\x96\x07\x40\x23\x9f\x7e\xfd\xf4\x64\x34\x12\x7b\x6e\xf8\xf8\x50\x11\x26\xe2\x1e\x80\x54\x46\x05\x20\x99\x24\xa3\x85\x26\x07\x90\x55\xc5\x5c\x04\x75\x22\xc3\x95\xd8\x89\x95\xdd\x02\xeb\x40\xe6\x99\x40\x88\x4a\x48\x89\x8b\x22\x50\x6a\xa5\xee\x5c\x25\x87\xa7\x7f\xa7\x6b\xaa\x2c\xe0\x02\xb3\x7a\x47\x6e\xef\xce\xae\x84\xf6\x85\x3c\xe0\x25\x57\x49\xe8\xc3\x8a\x44\x20\xe0\x2a\xb2\x0f\xf5\x81\x76\x45\xfa\xb8\x22\x6d\x82\x04\x64\x66\x5c\x48\x47\x86\x18\xcf\x5f\x56\x78\x85\x17\x64\x2c\x47\xfb\xe6\x2c\x65\xd3\x33\x72\x46\x34\xee\x28\x26\x62\x27\xbb\x1e\xc9\x74\xe9\xc6\x4e\xa3\x60\x66\xbb\xfb\xd5\xfd\x44\x31\x88\x5f\xf0\xee\xd1\xd2\x9c\x37\x07\xda\x77\xbe\x29\xe0\xbd\xaa\xa5\x53\x09\xcd\xc6\x2e\x29\xa4\x48\x1b\xf5\xcd\xfd\x45\x58\xe8\xa9\xde\xf7\x09\xe4\x40\x90\x3f\x34\x72\x93\xa9\x99\x08\xaa\x7f\x7e\x0d\x8b\x2f\xfd\x82\xe1\x2e\x88\x41\x62\x0a\xe9\xf0\x05\x7e\xb3\xc2\x95\x97\xcd\xf2\xeb\xe0\xe4\x42\xd7\x22\x89\xa9\xc8\xb1\xe2\x22\xe8\xbc\xfb\xbb\xdb\xe5\x3d\x17\x4d\x8f\x9d\x8d\xd2\x08\x3d\x35\x07\xd2\x4e\xe0\x52\x60\x17\x1e\x94\x81\x34\x36\x0c\x77\x12\x68\x11\x15\xae\x14\x24\x9a\xea\xfe\x9c\x05\x26\x11\xc1\xab\xe8\xa5\x14\xc1\xe7\x49\xe9\x4a\xf0\x7d\x5a\xc2\x92\x56\x28\x95\xe1\xc2\x18\x28\xe1\xe0\xed\xa2\x1c\x00\xd4\x10\x7d\xe3\xb3\x74\x4e\x01\x01\xc4\x88\x2f\x9d\x06\x30\x74\xc8\x4f\xa4\x7d\x2b\x7f\x13\xaf\x09\xc5\xf2\x17\xa6\xa0\x28\xc0\x9d\x41\xab\x38\x27\x11\xa5\xed\xd5\x10\x1f\x5d\x4a\x36\xcd\xa2\x01\xf8\x65\xd9\xb3\x3f\x4c\xde\x9e\x5d\x7f\xee\x87\xba\x0d\x3f\x8c\x4d\x76\xc3\x8f\xba\xe8\xa7\xe1\x82\xf3\xbb\xaa\x57\xbd\x17\xaf\xd2\x04\x36\x4e\xe1\x17\x17\x5b\x5b\xba\x5b\x70\xe2\x0c\x54\x32\x69\x0a\x0d\xd6\x4e\x46\xfb\x1a\xc7\xa7\x3a\xc8\x5d\x18\xb0\x3b\x57\xf0\xbf\xfb\x9b\xcd\xfd\xb2\xbc\x33\xb1\x0d\xb1\x31\x80\xfb\x1c\x9b\x03\xb0\x75\x65\x84\xa3\x83\x8e\x02\xb2\x7b\x7a\x3b\xc9\xf8\xc3\x1f\xdd\x6b\x2b\xb9\xbd\x06\x33\x52\x46\x8b\x3f\x9e\xce\x82\x4e\x95\xe2\x66\x35\xe7\x43\x83\x9a\x98\x82\xe3\x51\x86\x21\xfb\x93\xd3\x4d\x78\x99\xe0\x93\xd0\xfa\xcf\xe5\xa9\xdc\x3f\x5b\xe7\xd1\xe6\x35\x60\x14\x23\x2d\xde\x21\x75\xd6\x21\x26\x69\xf7\x16\xc5\xcc\x43\xe7\x7b\x99\xaa\x24\x48\x3a\x92\x1c\x78\xc1\x61\xe0\xfd\x91\x32\x11\x57\x23\x6e\x21\x70\x14\x9b\xf0\x8b\x99\x1a\x7b\x07\x38\xec\x37\x0c\xc9\xde\x57\xef\xaa\xf9\x9f\xe1\x3f\xf4\xd7\xec\xbd\xa9\x51\xd4\x01\x9d\x44\xa1\x1d\x01\x66\xb1\xce\x37\x51\x25\x5e\xed\x31\x7f\x92\x40\x4f\xf5\xb0\x26\xc2\x1b\x8d\xa5\xd0\x37\x63\x40\x1d\x39\xb9\xac\xb6\xab\x41\x64\x11\x24\xa1\x06\x80\x47\x14\xcb\xd1\x9d\xae\x28\x9d\x87\x68\xfd\xeb\x36\xdf\x98\xb7\x68\x35\x4a\x83\x09\xb0\x9f\x03\x7b\x8c\x41\x2d\xd7\x4a\x58\x52\xd4\x23\x4e\x96\x27\xcf\x33\xd7\x8f\xd2\x4f\x52\x89\x10\xe3\xf4\xc1\x99\xbb\x85\x15\x38\xfc\x81\xeb\x99\x4d\x14\xa2\x1a\x6a\x99\x1e\xdb\x67\xc0\x73\x4c\xe6\x2e\x1c\x50\xbb\xed\x45\x07\x2b\x81\x5d\x55\x54\xc8\x27\xec\x71\x89\xac\x8b\x22\xd2\xd3\xa8\xc2\xa7\xc7\x23\x92\x29\xb7\x0c\x47\xba\x8c\xdb\xac\xf9\xbe\xfe\x7b\x94\x89\x0f\x11\x38\xd5\x27\xd8\xc7\xee\x16\xcb\xa1\xef\xd1\x32\x9b\xb9\xe9\x68\x81\xfa\xed\xc5\xd4\x0a\xd9\x6d\x29\xec\xc1\xf9\xf5\xec\xaa\x88\x21\x05\x56\x66\xf1\x2d\x27\x73\x0a\xe0\x3b\xa0\x99\x98\x9e\x46\xce\x4f\xc8\xe9\x9b\x63\x63\x89\x07\xa4\xf8\x0e\xcd\xfc\xb9\xee\xd3\x5d\xfb\x11\x27\x7d\x83\x5d\x1f\x4e\x92\x69\x83\x8d\x66\xf1\xae\x37\x9a\x4f\x0e\x0f\x23\xb7\x4f\xa5\xa0\xa4\xb4\xa9\x52\x3e\xe3\xdc\x50\x76\xfe\x72\x2b\x31\x82\xdc\x97\x20\xd2\x3c\x31\x0c\xfc\x23\x69\x1e\x55\x9a\x91\x07\x50\x90\x64\x13\xa5\x4f\x3b\xaa\x92\x09\x1a\x83\x22\x92\x3c\xbb\xaa\xe1\xc6\xcd\x8f\xe1\xa2\xed\xa9\x03\x88\x1a\x15\x57\xb0\x11\x3f\x36\xaa\xc2\xf2\x75\x2f\xda\xf6\x9d\x9d\xff\xd9\x2c\xe9\x0f\x5f\xbe\xae\x7a\xfe\x84\x39\xdb\x9e\xc5\xdf\x80\x6d\xae\x56\x93\x49\x3e\x71\x5f\x1f\x5d\x7f\xb2\xe8\x1e\xe1\xaa\x8b\x79\xf5\xae\xfa\x48\xdb\xa9\x4b\x85\x6b\x83\xfe\x0e\x9a\xef\xf4\xd4\x39\x3b\x48\x92\x93\x71\xd7\x58\x1b\xd3\x88\x74\xed\x9a\xec\xe0\x4f\x63\xff\x88\x70\x0c\x7c\xd4\x28\x9b\xd2\x97\x33\x06\x1a\x40\xdb\xcf\xae\x22\x5a\xaa\xf7\x79\x3a\xfc\x37\x31\x7b\x70\xab\xdd\x19\xd3\x26\x38\x2f\x0e\x65\x82\x44\xe8\xd7\x46\x11\x2a\x92\x80\x86\xae\xcf\xa2\xbc\xc4\x27\xb7\x0c\x26\xf2\x16\xf0\xb6\xa1\xec\x4c\xe4\xca\x11\x1c\x28\xde\x19\x11\x8f\x49\x58\x1f\x89\x61\x8e\x1b\x87\x1f\x83\xe5\xa1\xc8\x1b\xb5\x05\x98\x30\x8d\xde\x19\x52\x54\xe2\x5f\x14\x27\x70\x4d\x22\xff\xa8\x3a\x9a\xb4\x25\xd5\xf9\x71\xe1\x72\x5f\x39\xaa\xe8\x92\xce\x49\xa9\x50\x59\x7f\x8e\x66\x33\x6a\x21\xcf\x57\x9c\x99\x87\xa4\x79\x28\x8f\x71\x41\x59\x48\x76\x40\x2f\x20\x8e\x20\x29\x32\x2f\x8a\x35\xb9\x66\x48\xb0\x71\x4a\x96\xd2\x75\x45\xb0\xa9\x2c\x1f\xe3\x31\x7c\x82\xa8\x0e\x90\x8d\xc4\xdf\x08\x55\x75\xd3\x5b\x46\x5d\x2c\x30\x81\xc8\x3b\xa2\xbd\x76\xb6\xcf\xeb\x6a\x8d\xe6\x58\xe4\x46\x14\x5d\xd9\x68\x4f\x27\xfa\x93\x1f\xb2\x71\xbb\xe7\x25\xf5\x68\xdb\x84\xa8\x7d\x2a\x14\x2d\x47\x38\xae\x5d\x57\xc9\xd4\xa4\xe7\x71\x57\x3c\x1b\xdb\x5f\xd5\x64\x77\x5d\xd5\x91\xd2\x5a\xac\xb1\xf6\xcf\xef\xbb\xbd\xbd\xce\x24\xda\x2f\xbc\x76\x14\xae\x77\xb5\x7f\x12\x33\x8a\x02\xac\x6d\x0e\x7d\x98\xdf\xa9\x76\x7e\x1f\x02\xff\x18\xcb\x11\x33\x28\x08\x8a\x77\x83\xe3\xf7\xef\xaf\x18\xf7\xeb\x6f\xf9\x5f\xf1\x06\xc2\x3f\x15\xa0\xd7\x0f\x7f\x53\xf9\x92\x32\x98\xa3\x50\x68\x07\xbb\x9c\x94\x4c\x7e\xfd\x19\xc3\x73\xaa\xb9\xa3\xdf\x94\x00\x04\x89\xa1\x4e\x21\x30\x32\xce\x57\x7f\x7c\xb3\xed\x35\xae\x54\xb5\x1c\xc4\xeb\x59\x63\x6d\x04\x60\x50\x16\x64\xa3\xf7\x11\x95\xe8\xff\x77\xcb\x17\xed\x04\x9e\xfd\x75\x17\xec\x11\x25\x90\xa6\xd8\xa8\x28\x49\xb2\xec\xd0\x85\xa1\x1c\x6b\x71\xb8\x08\x1d\xc6\x38\x95\xc2\x54\xe0\xdb\xf4\x01\x0f\x9e\x2c\x14\xb8\xf5\x22\x78\xc3\x20\xa1\xac\xfe\x09\x7b\x68\xf0\x6c\xea\x51\x9b\xe8\xb0\x56\xbe\xfd\xc8\xfd\x62\x47\x87\xb3\x3c\x44\xb4\x4d\x3b\xf6\xc7\x1e\xcf\x53\x88\x24\x0b\x54\xd2\x7d\xca\xeb\x13\x0a\x2b\xdc\x1c\x50\x85\x30\x76\x02\x21\xff\xa2\x5d\x93\x01\x7a\xd9\x47\x05\xd1\xf1\xed\xc4\x4e\x39\x35\xa7\xf7\x09\x17\x09\x66\x4a\x81\x70\x75\x0e\x76\x40\xfe\x72\xe1\xa8\x8e\xa5\x94\x39\x73\x2c\x0d\x99\x0b\x0a\x43\xed\x79\x41\x66\x76\x2a\xc9\x0a\x6f\x0d\x85\xdc\x9c\x9f\xb9\xd8\x9b\x3e\x68\x29\x3a\x56\x8f\x6a\x4a\xec\x08\x5f\x7d\x6c\xd2\xcf\xa1\x61\xd5\x3b\x32\x49\x58\x2b\x1c\x08\xe5\x32\xb3\x91\x2d\x7e\x92\x96\x69\x62\x96\xd1\x81\x9d\xec\x0b\x59\x00\xfb\x41\xd7\x76\x04\xd5\x00\x5d\xe1\xec\xf6\x0d\xf2\x7b\x18\x04\x1d\xa2\xd1\x85\x51\xc7\x71\xc9\xd6\xbe\x6c\xa8\x71\xe0\xe7\xab\x7c\x20\x59\x19\x7d\x6c\xd5\xc8\x3d\x0c\xb3\x8b\x65\x80\x3f\x2e\x92\x96\x53\x33\x45\x3c\x27\x6a\x43\x2f\x88\x96\x00\xc3\x98\x53\x40\x94\xb1\x01\x37\x2b\x5e\x65\x0a\x6c\x91\x7c\xee\xbb\x11\x29\x11\x5b\xc3\x3b\x59\x31\x46\x9e\x8c\x1e\xf0\xa0\x3a\x83\xc7\xeb\x86\xe3\xca\xb0\x4a\x4c\x5c\xd2\xd3\xf6\x6c\xfb\xb5\xa4\xc8\x39\x83\x41\xaf\x73\x74\x01\xfd\x64\xbf\x9e\x0b\x99\x9c\x48\x72\xb9\x23\x26\xe8\x2a\x0f\xd3\x49\x33\x57\x44\x53\xa2\xfd\xb9\x3d\x26\xaa\x12\x46\xfe\x78\x6a\x39\xe9\x4b\x80\x32\x0c\xba\x96\x6e\x17\x92\xa0\x58\x1e\x79\x27\x3b\x3d\xf2\x97\x4b\x6a\xc6\x9b\x7c\xe1\x4d\x22\x38\x6d\x4b\xd0\xf2\x40\x0d\xec\xfe\x5d\x3b\x3c\xbd\xb9\x11\xe6\xf4\xd1\x31\xf2\x93\xd7\x4f\x1e\x3f\xf1\xc6\xd0\x9d\x61\x94\x6a\xc7\x8b\x8f\x6e\x5d\xda\x63\x70\x72\xe8\xb6\x5b\x34\x24\x5a\xf0\x31\x39\x30\xec\x81\xcb\x4a\xe6\xec\x10\x93\x4d\x54\x5f\x6e\xd2\x35\x44\xf0\x08\x5c\xd2\x41\x2a\xe5\x39\x10\x99\xb9\xb3\x6e\x41\x41\x50\x9b\x20\xac\x95\x26\x39\xaa\x83\x9c\x64\xe4\xb7\xbd\x7b\x7d\xe4\x29\x85\xdb\x76\x16\xc7\x6a\xc0\x07\x2b\x78\x73\x48\x6c\x87\xb4\xc8\x16\x1d\x49\x38\xe1\x12\x05\x05\x34\xb5\xc2\x53\x3a\xc6\x48\xd2\x04\xf3\x18\xbf\x11\x1e\x52\xc6\x0f\xc3\x37\x3b\x19\xa0\x20\x94\x91\x15\x9f\x16\x72\xdb\xaa\x13\x07\x69\x02\xfa\x3d\x91\x33\xc7\x38\x8c\x2d\x36\x44\xdb\x1c\xd8\x6d\x78\xee\xb0\x78\x47\xa4\x71\xfa\x4e\x4d\xf4\xa5\xcf\xe3\x71\xf0\x82\x4d\x5c\x4b\xde\x08\x17\x6d\xba\x24\x51\x05\xc0\xc2\x68\x92\x71\x00\x97\xe0\x91\x36\x61\xe0\x96\x80\x5b\xc3\x14\x3c\x81\x81\x4a\x18\x4d\xb0\x0d\x01\x64\x77\x1b\x6f\x56\x50\x8f\x9b\xb9\xb9\x6b\x98\xbd\x31\x98\x45\xe3\xfb\xc8\x67\x63\xa1\x42\xdb\x4d\x06\x80\x9c\x98\xe2\x64\x9b\x40\xe9\xe5\xc2\x20\x38\x92\x47\xbb\xe9\xa6\xbc\x13\x14\x8c\x35\xf2\xf7\x74\x34\x34\x1d\xbc\xa3\x90\x11\x3b\xb7\x68\x6a\x73\x1c\x84\x87\xbc\x3e\x19\xf0\x73\x2e\xcb\xd0\x40\x5a\x2c\xfa\x95\x1a\x98\x05\x4d\x28\xa5\x83\x8f\x51\x80\x3a\xdf\x65\xb2\xbf\x74\x19\xa2\xe8\xd3\x2e\x40\x69\xe0\x31\x8f\x0a\x03\x0d\x53\x67\x39\x40\xe7\x2e\x5c\x41\xf3\xab\x28\xa8\xfb\x82\x93\xd3\x85\xc1\xbd\xe3\xe0\xee\x75\x42\x20\x1c\xc4\x0a\xc7\x20\x12\x63\x3c\xe0\x2c\x06\xbe\xf7\x2c\x34\x72\xb0\x2a\x42\xa4\x44\xb6\xe4\x39\x72\x15\x32\xc9\x02\xe1\x80\x0b\x9f\x60\x5b\xb9\x41\x4d\x23\xd6\xa5\xa1\x4d\x85\x49\x87\x13\x84\xbb\x09\x44\x36\xa5\x52\x86\x66\x97\xa2\xfa\x6b\x38\xe0\x58\x7e\x14\xd7\xab\xc3\x3a\x40\x7b\xaf\x54\x2d\x7f\xc0\x61\x31\x3b\x4a\x3d\xc6\xc6\x30\xbd\x18\x1d\x9d\xbc\x3c\x3d\xcb\x31\x47\x71\x59\x88\x83\x9e\x4f\x65\x2f\x09\x14\x50\x84\x4f\xfe\x8f\x94\x4e\xd7\x48\x36\xca\x90\x60\xa2\x8c\x85\x1c\x12\xa7\x21\xa1\xf8\x0d\x71\x71\x7e\xd0\x20\x90\xba\x4d\x68\x7d\x11\x12\x28\x5c\x3c\x71\xf5\x46\xfb\x9e\x56\x4d\x2d\x9f\xe8\x5e\x49\xa5\x24\xbc\xea\x58\x87\x41\x2f\x24\x14\xb3\x5f\x76\x45\xb1\xcb\xf6\xdc\xba\xd1\xd8\xfe\x5d\x91\x79\xee\x50\x5a\xa4\x3d\xcc\x28\x15\x2f\x74\x53\xc1\xc3\x76\x35\x3f\x43\xd5\xad\x04\x26\x35\xeb\xe2\x86\xea\x82\x63\x38\x85\xda\x40\xe1\x1e\x30\xd7\x3a\xc1\x81\x73\xf0\x97\xae\x9c\x99\xc5\x92\x22\xb7\xd9\xbc\x10\x41\x59\xe9\x36\xe9\xa6\xd1\x74\x8d\x27\xdc\x09\x27\xb6\xb3\x6e\x8b\x1d\x39\xa7\x37\x4b\x64\x4f\x78\xb5\x82\x89\xcc\x98\xd8\xe4\x8b\xd8\xb7\xf8\x5a\x14\xf5\x9a\x44\x90\x18\xc2\xbf\xa1\x76\xea\xf4\x5c\xa0\xf5\x10\x7a\x38\xb0\x8e\xce\x9d\x4e\xd0\x9f\x1d\x43\xcf\x4c\xb5\xf5\x27\x0a\xec\x53\x55\xd0\x60\xc3\xa2\x2d\xaa\xdd\x62\xe5\x89\xcd\x66\xd5\x21\x26\x39\x5d\x15\x4b\x43\x31\xbf\x47\x75\xb6\x9c\x30\x6b\x2e\x89\xb3\xc6\x15\x96\x6d\x79\x85\xd9\xd8\xba\xad\xa4\x3a\x14\xdf\xa6\x91\x0c\xda\xa3\x10\x27\x8c\xa6\x00\x60\x78\x37\xcf\x07\x36\x20\xd5\x98\x4e\x12\xba\xa6\xc5\xaa\x07\x1a\x99\x43\x3c\xc4\x89\x62\x62\x2f\x47\xab\xb4\xd7\x85\xf4\x46\xa1\x49\xca\x56\xe3\xf0\xf8\x34\x83\x1c\xf8\x91\x65\x2a\x24\x40\xee\xc2\xe8\xca\x71\x12\xfc\x70\xc7\x65\xf2\xec\xaa\xef\x43\xed\xd1\x80\x3e\x14\x0d\x05\xca\x44\x7f\xeb\x30\xeb\x7d\x4c\x8c\xbe\x45\xdf\x8e\x16\x8d\x0b\xdf\x16\x5d\x4c\xab\xb2\x9b\x6a\xca\x91\xd0\xf5\xa6\x1d\x1e\xcf\x26\x0d\xc4\xf6\x2c\x82\x6e\xad\x35\x8a\xa9\x3a\x51\x57\xc8\x3c\x69\x12\x8a\xb9\xe3\x7a\xc1\x4b\x11\xde\xca\x09\xb4\xcb\x42\x35\x44\xbe\x2a\x43\x2b\xe2\xa3\x20\x59\x6d\xcb\x38\xbd\x34\x98\x67\x59\x82\x6b\xbb\x60\x9b\x72\xc3\xed\x40\x8a\x13\xd8\xb4\x33\x8d\xff\xa7\x90\xe0\x9e\x00\xf1\xd3\x0c\x74\xf8\x4c\xd5\xc3\x38\x5e\xc1\xa9\x6f\xd1\xdd\xff\xeb\xf4\xe5\x8b\x03\x99\xe1\x87\xfb\xef\xdf\xbf\xbf\x8f\x0d\xef\x0f\x5d\x0d\x44\x3f\x14\x96\x32\x65\xa8\x63\x36\x0f\x4d\xbf\xfa\xfe\x01\xfc\x7b\x4f\x9c\x91\x28\xe7\x33\x05\x18\x9f\x78\x28\x04\xe2\xfe\xa5\xc7\x41\xee\x9a\x93\x99\xa3\x08\x2f\xbd\x76\x72\xa8\x71\x20\x23\x07\x4b\x21\xc1\xb3\xea\x60\x16\xa7\xf4\x4f\x58\x0e\xc4\xcf\xbb\x3d\x79\x11\xd2\x9a\x15\xf4\x1d\x4e\x08\x7f\x8f\x2a\x05\x66\xc9\x81\x54\x1f\x4f\x91\x81\xe5\xd7\x7f\xfe\x27\x9e\x92\xbe\xe0\xd1\xe1\xa8\x5d\x7f\xc3\x79\xc5\xac\x52\x8c\x02\x6d\x7f\x4c\x3b\xa4\x70\x2f\x6d\x53\x5f\x71\xa2\x7f\xcc\x56\xc4\xe0\xc2\xc7\x8a\x9f\x55\x9b\x99\x36\xa5\xac\x9d\xc8\x82\x5e\x91\x01\xe7\x5c\xa2\xe1\x79\x8f\x5e\x7c\x25\x03\xdf\xf9\xa4\x39\xe7\x43\x98\x3f\xbe\xfe\x05\x2e\x33\xbe\xb7\x66\x8d\xd2\x32\x89\x09\x2b\x7d\x8d\x5b\x05\x26\x97\xd3\xdf\x24\x36\x5a\x1c\xe1\x85\xcd\x43\x8a\xf1\xea\x03\x63\xad\xc8\x46\x6b\x4f\x45\x95\xad\x7a\xf3\xa9\x03\xb5\x50\x3a\x50\x4b\xa4\x03\x32\x60\x94\x32\xc2\xb4\x58\x26\x4e\x8a\x05\x9a\xbe\x58\xff\x83\xa4\xc0\x3a\x51\xcf\xed\xa5\x5f\x9c\xe5\xf5\x01\xc6\xb8\x76\xca\xbc\xb2\x18\x6d\x12\x9e\xda\x1c\x5f\xf4\xc9\xd3\xa6\xe9\xe3\xa3\x81\xbf\xf2\x22\x11\x71\x04\x48\x8a\xd2\x73\xb2\xf6\x6b\x54\xec\xa2\x7a\x79\xc4\x15\x60\x1f\x07\x45\x42\xa0\x3a\xec\x8b\x38\x1d\x8d\x1f\x8b\x48\xd0\x8d\xe8\x90\x70\xa1\xd2\x0c\xa7\x71\xf4\x73\x17\xc1\x48\x5f\xc9\x11\xc6\x75\x64\xb7\xc7\xb8\x23\x0a\x50\xaa\x4e\x0d\x14\x70\xd8\x30\xf7\x3f\x8f\x46\x11\x6e\x50\x47\x11\x0b\x99\xd1\x08\xec\x7a\xa5\x24\x10\xe6\x3a\x7a\x42\x49\x8b\x31\x38\xb2\x7a\x76\x45\x8c\x40\x8c\x77\xc6\x6f\x04\xe3\x03\xff\x4c\x10\x57\x61\x54\xa7\xe8\x73\xdf\x45\x9e\x17\xa7\xd8\x88\x43\x9b\x63\xf0\xd5\x69\x55\x28\xf7\xcc\xc1\x74\x39\x10\x70\xf2\xa9\x04\x5a\xab\x6a\xe6\x8f\x5b\x94\x22\x8f\x51\x14\x90\x6f\x0d\x9b\x30\x85\xda\x87\xd2\xc0\xab\x7c\x15\xe5\x21\x82\xe9\x02\x61\x0c\x44\x02\x50\x6b\x26\x5e\x9d\xaf\x1d\x87\xa8\xdf\xd5\xc6\xd7\x77\x06\x39\x2b\xad\x8f\x17\xaa\xeb\x30\xc9\x93\x30\x8c\x96\x22\xff\x04\x32\x25\x36\x08\x98\xe5\x1c\x07\x13\xdd\xe7\x6a\x26\x4a\x91\x8b\xf4\x61\xef\x85\xaf\x59\x49\x42\x5c\x1f\x13\x3a\xd8\x3c\x0a\xe5\xe5\x57\xfa\x82\x53\x3d\x3b\x70\x75\xe9\x8d\x83\xc9\xc9\x62\x42\x91\x4d\x64\xc0\x37\xb5\xc8\x71\x14\x77\x57\x2b\x8e\x42\xcf\x50\xcc\x51\xbf\xeb\x9b\xc6\xbd\x39\xf6\x7c\xd4\xf2\x06\x1d\xd5\x38\xae\xfc\xb1\x4b\xb9\x9f\x74\x86\x9b\x3d\x36\xd9\x2b\xa6\x19\x9e\xe8\xac\x53\xe6\xee\xcb\xa1\x64\x6f\x9a\x8d\xa9\xd5\x5a\xe3\x82\x37\x37\xd3\xaa\x90\x62\x2c\x82\xc1\x15\xb0\x8e\x81\xba\x9c\x4e\xb5\xb1\x77\x82\x41\x6c\xbb\x89\x49\x4d\x07\xa7\xcf\xca\xea\xfc\x7c\xb6\xec\xda\xf7\x16\x83\xb9\x0f\xdd\xca\xcc\x9f\x7c\x80\xbe\x3b\x26\x89\x35\x4c\x1a\x55\x43\x8c\x0b\xa0\x44\x61\x53\xb8\x84\x4d\xae\xe6\x92\xdf\x96\x8a\xc8\x9c\x9d\x84\x34\x97\x45\x55\x63\xd8\x88\x48\x34\x5f\xe7\x8f\xa1\xd6\xb4\x19\xfb\x8c\x7b\xc0\xa0\x18\x0b\xfc\x8b\x82\xd2\xdb\xf9\x73\xa6\xdf\x69\xbf\x4b\x4c\xc4\x8f\x6a\x56\x56\xc9\x9c\x9f\x07\x4d\x70\xa9\x3d\x85\x33\x9b\x3f\xc6\x20\xf9\x80\x0a\x2e\x91\xc7\x08\xaa\x0c\x0d\x90\xa8\xa6\xe4\x4a\xaf\x1b\xa1\x57\xc3\x5a\x38\xa2\x70\x15\x2c\x39\x55\x42\x24\x88\x37\x72\xbb\x74\xdc\x8e\x17\xa4\x13\x0a\x95\x1f\x68\x6e\x8c\x8e\x56\x2d\xe5\x87\xd0\x1a\x57\xe1\x77\x55\x40\xb8\xcf\x72\x12\x80\x2e\x1f\xfd\xf8\x82\x7f\x50\x0c\x33\x72\x35\xc7\xd0\x6c\x32\x24\x7f\x92\x24\x5c\x5b\x0c\x78\x62\x59\xbc\xea\x7d\x72\x26\x43\xb3\x40\xe5\x0e\x20\x80\x33\x0d\x88\x4a\x21\x8d\xd8\xc6\x7d\x63\x84\xb7\x4d\xd1\x5c\xa9\xeb\x85\xb0\xca\x2e\x42\x07\x6b\x72\x85\xab\x82\x55\x4b\x7f\xae\xb3\xa0\xaa\x44\x08\x6e\x1b\x27\x75\x64\x6d\x70\xa6\x11\xeb\x66\xe3\xc8\x75\xfa\x85\x23\x11\xd2\xdf\x62\x82\x27\x55\x5c\x8d\xb2\x2b\xce\x7b\xf5\x53\xeb\x5c\x31\xec\x89\xb6\x3b\xe9\xcc\xfd\xb4\x15\xe7\xf7\xa6\xd8\xdc\xf0\xaf\x2b\x26\xeb\x5e\xe6\x67\x5d\x59\x81\xec\xf8\xdc\x9f\x5a\x78\xda\xec\x18\x63\xd0\xdc\x4d\x62\xdd\x10\x3e\xe8\xd2\xd1\xe8\x4e\x2d\xc2\x98\x83\xf9\xd3\x81\x9c\x7e\xc3\x85\x7a\xab\xe1\x13\x4a\x85\x47\xc1\x3c\x79\x43\x94\xf7\x26\xb3\xcf\x59\x34\xdf\xd0\xd8\x18\x09\x30\x49\x47\x5e\x1a\x67\xc9\xcb\xf4\x14\xf9\x38\x60\x78\x68\x6f\xe7\xe4\x32\x3a\xb1\x77\x0a\x00\x4e\x69\x1c\xe5\x2c\xf9\xa5\xd0\xae\xb4\x28\x83\x31\xfb\x62\x3d\x91\x32\xc4\x79\x3d\xfa\x6a\xc4\x6e\x61\x00\xcb\xaa\x69\xa3\xd6\x2e\x8e\xeb\xaa\x5d\xf3\x73\xe1\x48\x53\xc6\xe5\x6c\x1d\x4a\xc7\x8d\x61\xce\x64\x33\x82\x29\x44\x2f\x9e\x96\x8e\x5f\x39\xfd\x12\xd8\xfb\x01\xbf\x19\xc2\x08\xe1\x80\x30\x32\xa0\xfb\x88\xec\x1d\x32\x23\x14\x57\x03\x48\x4f\x94\x41\x8f\x81\x6b\x9c\xca\x02\xbe\xdd\x4f\xcf\x3f\xa8\xef\x63\xd8\x3a\x30\x11\x61\xc5\x06\x13\x45\x11\x66\xa6\xe7\x31\x2f\xb6\xbd\x97\x9e\x95\x83\xc6\x2d\x76\xab\x4d\x4c\xbf\xdd\x58\xb8\x5b\x44\xb5\x0b\x08\x8d\x40\x1f\xad\x68\xf9\xd6\xa8\x19\xed\x32\xbd\x3d\x04\x57\x7a\x7f\xc4\xda\x7d\x74\xf1\x98\x94\xd5\x5a\x8f\x02\xe9\xe7\x64\xd5\xe8\xe1\xdd\x55\x63\xca\x1c\xfc\x95\x6e\x53\x64\x2c\xeb\x19\x32\xd4\x64\xe1\xf3\xc1\xea\xb8\x49\x01\xea\x68\x98\x44\x1f\xc7\x03\xdc\x98\x93\x2a\xbd\x02\xb1\x71\x6d\x42\x02\xe9\xb4\x25\x31\x74\x10\x43\x65\xdc\x8f\xb8\x41\x4c\x5f\xa9\x34\x1b\xb7\x5b\x8c\x78\x8f\x5a\x72\xd2\x40\x30\xb5\x59\xf6\x53\xdb\xad\xdf\xf8\xb4\xd7\x71\xbc\x99\x09\xed\x04\x55\x75\xd9\x23\x93\xfa\x2e\x43\xc8\xae\x86\x5f\x90\x58\x20\xd1\xc3\xf8\xd4\x02\xf0\x14\xfa\xdc\x02\x33\x0d\x3d\x8b\x69\x73\xd9\xa6\xfc\x65\x34\x1a\x45\x7f\x55\x9b\x63\x1f\x53\xa2\xcd\xb6\xa6\xdd\x72\xb6\x50\x24\xaf\x2d\xe6\x3a\xc6\xf8\x92\xb6\xdd\x18\xb4\xb9\xfa\x11\x7f\xa2\xac\x97\xa4\xbd\x15\xa6\x5a\x31\xc5\x06\xf8\x29\x4a\xa5\x6c\x33\x8a\x7f\x28\x3a\x1d\x3b\x17\x35\x8e\x16\x47\xd9\x66\xc3\xb8\xca\x61\xa0\x5c\xec\x2f\x0d\x90\xcb\x89\x9a\x69\x8b\xc6\x5e\x34\x2e\xa5\x78\x28\x2a\x94\x16\xf4\x6d\x4f\x13\xdd\x6c\x49\x19\x14\x66\x1c\x97\x78\x61\xe2\xf2\xdf\x29\x79\x29\x39\xa3\x25\xd5\x98\xf7\x92\xe7\xec\x75\x6e\x3c\x9f\x8b\xe0\x49\xc3\xb2\x3b\x54\xb0\x70\x9c\x38\xdf\xcd\x1f\xb9\x41\x14\x93\xda\xcb\x91\x1a\x60\x56\x49\x44\x1e\x28\xe3\x61\x5b\x51\x9a\xc4\x6a\x9c\xa8\xa7\x9b\xa2\x97\x8f\x20\xee\xdf\x9a\x44\x77\xba\xf3\xc9\x20\xe6\x3b\x4c\xab\xbf\xc4\x8c\x7d\x77\x5a\xd6\x50\x5e\x3f\xca\xcf\xea\x3e\xee\x48\xd4\xfa\xaf\x98\x43\xc7\x4d\xf6\xa7\xde\x1c\x6d\xd2\x8d\x19\x38\x53\xab\x6b\x68\xfe\x6f\x4a\xdd\x9a\xce\x65\x2c\xba\xf9\x92\x64\xa2\x92\x49\x74\x6a\x6d\x4e\x87\x1f\x04\xac\xf1\x5c\xd2\x1e\xab\xa0\x18\x2d\xa6\xa2\x9e\x24\xed\x8d\x70\x8c\xfb\xdb\xf8\xdd\xda\x65\x6e\x33\xee\x64\xd2\x02\xe7\x20\x49\x8b\x93\x1a\xfe\x78\x1b\xc8\x6f\x76\x59\x57\x4c\xa4\xc7\x99\xb6\xb2\x90\xea\x88\xf3\xa6\x73\xe4\x8c\x5e\x90\xa9\xa6\x9e\x9e\x1a\x41\xde\x6f\xc9\x9c\x33\xa5\x2d\x57\x11\xd1\x7b\xd5\x98\x33\xb5\xcb\x8c\xfa\x5b\xb3\x1a\x7a\x9f\x78\x2b\x94\x40\x8f\xd3\xc7\x84\x1b\x39\x71\x24\x98\x3c\x8c\x1f\x96\x99\xfc\x7b\x51\x6d\x17\xd3\x99\x72\xb0\x87\xe7\x86\x5e\x4d\xc0\x97\xdf\xb9\x86\x4c\xfc\x02\x76\x90\x2c\xd8\x71\xb9\x62\xed\x55\x68\xd8\x2b\xb9\x6a\x7c\x55\xfc\x8d\x18\x66\xba\x7c\xba\x8f\x74\x3c\xfe\x77\xd1\xb5\x70\xb0\xaf\x5a\x4e\x56\x20\xaf\xa5\x9f\xec\x38\xca\x4b\xdc\x7c\xfe\x9c\x5b\xb8\x62\xb6\x22\x09\x3c\x43\xa5\x1c\x08\x1c\x14\x18\x6b\x02\x7c\x57\x2e\x8f\x7b\x12\xe4\xd7\x59\x5f\x48\xf2\x63\xe0\xc6\xbe\x4b\x9b\x34\xed\x7b\xa5\x05\x32\x26\x01\x66\x98\x61\x1e\xf9\x7f\x80\x7e\x29\x49\x87\xe5\x52\x24\xf1\x34\x5e\xf5\xa1\x13\x03\xaa\x5f\xd0\xa8\x4e\x94\xa6\x42\x5e\x5f\x4d\x44\x68\x28\x40\x11\x07\xdf\xb7\x43\x0c\x4c\x33\xe9\x2a\x8a\x8f\xed\xc7\xf3\xde\x4a\xe3\x6a\x7b\x86\xac\x8d\x19\x0f\x85\x0a\x84\xeb\xcf\xcc\x69\x70\x24\x3f\x92\xe0\x93\xb2\xbb\xf6\x33\x21\xc3\xdf\xf1\x4c\xa2\x54\x4b\x13\x55\xf7\xcc\xc6\x0f\x46\x61\x31\x70\xc4\x7d\x73\x2b\x5c\xee\xd6\xc0\x2c\x87\x90\x40\x30\x4b\x4d\x87\x10\x0e\xe7\xac\x7d\xca\x94\x8a\x42\x0d\xdc\xf4\x73\xce\x5f\x09\x84\xed\x88\xc2\x39\x4e\x8d\x81\x25\xdb\xf1\x38\x95\xde\x97\x62\x8c\x2b\xed\x42\x1b\x00\xdd\x6d\x56\x17\x93\x26\xd7\xbe\x15\x6b\x33\x13\x2c\xc3\x33\x57\x1a\x56\xee\x98\x4d\xc9\xca\xaf\xa1\x16\xb8\xbe\x46\x78\x47\x02\x37\x66\xc9\xa2\x6e\x29\xf4\x37\x92\x85\x72\xc9\xf5\x62\xea\xad\x2c\x92\x69\x04\xdd\xc6\x2f\x45\xb7\xbb\xde\xe8\x84\xe9\x31\x40\x7b\x2a\xc7\xac\xe1\x0b\x60\x7d\x4c\xb2\xf1\x63\x90\x1f\xb7\xce\x50\xcb\xc7\xd6\x50\x00\x45\x4d\x72\x23\x22\x5b\x2f\xa1\x55\x13\x91\xa9\x8b\x1a\xce\x2f\x30\x7d\x93\x0e\x6f\x60\x26\x67\x21\xe2\x48\xa1\x2d\x5c\x68\x60\xb5\x26\xe6\xad\x0a\x30\x82\x81\x1c\x70\x7c\x47\x77\xc9\x2d\x50\x56\x14\xe1\x9c\x51\xfe\x33\x0f\x23\x31\xfa\xf9\x6d\x33\x72\x38\xea\x86\x39\x11\x52\xba\x0a\x51\x4f\xf1\x25\x53\x63\x24\xf3\xdb\xa6\x76\xb8\xe3\x46\xed\x9e\xe0\x41\x38\xbf\xab\x9d\xb8\xe8\x0b\xe6\x1d\xb1\x91\xaf\xa6\xeb\x3a\xe4\x44\xf6\x90\xc4\xed\x4e\xd8\x43\x86\x2a\xb8\xd9\x2c\xbd\x7f\xee\xab\x57\x83\x45\xfe\x1f\xc9\x58\x62\xc2\x29\x9e\x46\xf2\x02\xfb\x2e\x1b\x60\x65\x24\x2c\xb9\xf3\x46\x4a\x13\xee\x18\x8e\x2f\x5e\x91\xe0\x8d\x14\xb4\xba\x4d\x2e\xb4\x5f\x94\x8b\x65\xd5\x5d\xff\x82\xf9\xc1\xd8\x0d\x1d\x99\xab\x9f\xe8\x50\xdf\x64\x65\x61\x2f\x96\x6d\xd1\x95\xf3\xc7\xfa\x57\x86\xd6\x10\x76\xfe\x5a\x84\x94\x99\x62\x3d\x61\xb6\x22\xb9\x42\xb6\x73\x8f\x31\x25\xdb\x05\x46\xd8\x14\x4e\xea\x70\xe8\xf9\x97\x34\x64\xcc\x97\x3e\x06\x62\x15\x0e\x6c\x5b\x64\x26\x49\x29\x9a\xd8\x79\x33\xdb\xb4\x0d\x0e\x31\x7f\xce\xff\x3a\xaa\x36\x70\xbb\x3f\x61\x6f\x7b\x4e\xf5\x4b\x25\xe2\x2d\x9d\xf5\x6d\x5f\xd4\xf3\x33\xfc\xef\x77\xf9\xed\x32\xf3\xeb\x27\xed\x43\x85\xfa\x0d\x22\x83\x9d\xae\x23\xa8\x41\x2c\x81\xb2\x9c\xce\x58\x2a\xec\xe2\x0a\xa7\x48\x9a\x93\xc1\x72\x37\x6c\x64\x24\x73\xa5\xbf\x4f\x65\x1d\x13\x23\xb3\xfb\xfc\x31\xba\x68\x5a\xe3\x8d\x77\x4a\x4e\x3b\xcb\x28\x15\x2f\xda\xf7\x4b\x92\x87\x2f\x1f\x3a\x49\xf2\x41\x50\x16\x4b\x7e\xc2\x2f\xa2\x25\x75\xee\x72\xe1\xb7\x98\x16\xf0\xe5\x9c\x3d\xa9\x8c\x0b\x5d\xb6\xa4\xa8\xb4\x58\x8d\x87\x64\x8c\x1e\x15\x45\x5e\x05\xc1\xe4\xbc\x6f\x41\x54\x2c\x7a\x5c\x0a\x96\x53\x92\x24\x8b\x33\xce\x85\x95\xac\x4b\x10\x17\x96\xb2\x1f\x75\xb2\x4a\x96\xeb\x87\x65\xe7\x83\x51\xfb\xc3\xba\x5d\x57\x4d\xf8\x4d\x79\x95\xb8\x5b\x8d\x68\x11\x96\xba\xf8\x82\x61\xe1\xa8\x2d\x23\x82\xa8\x08\x96\x8c\x8a\xc6\x80\xfd\x8d\x37\xb0\xe4\x20\x14\xb3\x29\x40\x9c\x50\x08\x78\xbe\x75\xb2\x81\x7d\x5f\x61\x16\x2c\x4a\x19\xd8\x0d\x5b\x0c\x25\x39\x55\xad\x1b\x9a\xf9\x13\xe6\xc9\xc2\x0a\x18\x50\x06\x63\x1e\x51\x36\xe7\x96\x12\xcc\x69\x8c\x6f\x17\x9a\x88\x77\xf2\x25\xdc\xf7\x0b\x34\x72\xf1\xde\x55\x7b\xfb\x89\x1c\x2a\x6e\xee\x4b\x5d\x2b\x76\xbe\xf2\x7e\x2c\x21\x17\x90\x23\xee\x99\xf1\x12\xce\xda\x7a\xfa\xc7\x87\x41\x54\x70\xd3\xea\xf6\x8b\x7a\x72\xb3\x3f\xdb\xdd\xd1\xd7\x4f\x99\x5e\x23\x56\xe7\x99\x78\xb2\x42\xe1\x86\x99\x90\x22\x31\xe9\xfe\xae\xc2\xd9\xde\xd0\xd3\xd7\x4f\x9a\x68\x84\x66\xcd\x8f\xa2\x6a\x27\x42\xa2\x9c\xf5\x64\xce\x54\x35\x1a\x8d\x78\x7f\x2c\x95\xac\x72\xac\xed\x64\x2d\xb5\xd1\x16\x6e\xae\x3f\xa0\xda\x7b\xef\xf8\x13\x2b\x8d\x26\xf0\xaf\x0d\xfe\x15\x9b\xb3\xae\xfa\xc5\x7a\x25\x9b\xa2\x17\x8b\xb2\xbf\x18\x20\x6c\x82\x54\x9c\x80\xf9\x31\x18\x98\xa4\x7e\xdf\x71\xa8\x61\x6f\x93\x4b\x0c\x56\x45\x13\x54\xe9\x4a\x3c\xc1\x9c\x3c\x81\x68\x7c\x7e\x9c\x64\xf4\x08\xd7\x00\x4e\xc5\x38\x14\x18\xc3\xdb\xda\x0b\x32\x97\x79\x65\x7c\xf2\x8e\x20\xc3\xca\x0c\xbe\x3f\xe0\x3c\x0f\xd5\x47\x43\x56\x25\xf6\xce\x5d\xb8\x26\x0d\xbb\x53\xc6\xa6\x19\x81\xd5\x8e\xa4\x3a\xc5\x40\x68\xf0\xba\x7d\x5c\xa1\xcb\x14\xbd\x78\xf7\xf6\xce\x63\xea\xd2\x25\x0f\x9c\x9e\x50\xc7\x33\xee\xf7\x9c\x50\xd0\x7f\x60\x67\x16\x2d\xd6\x43\x31\xcb\xaf\x4a\x93\x46\x5f\x99\x82\xe9\xbb\x9a\x0e\xd5\x19\xd3\x91\x02\x9f\x0d\x1a\x08\x04\x86\xde\x45\xf7\x0b\xa4\xa6\x91\x0d\xf6\x8e\x9d\x08\x67\x3a\x01\x08\x5f\x33\xcd\xaf\xd9\x29\x4c\xb4\x9b\x5c\xf4\x57\x58\xe8\x12\xef\x4e\xdf\xf7\x31\x1d\xab\xdc\x7c\x78\xa9\xdc\x6d\xb2\x37\x8c\x79\xc3\xe5\xae\x47\x16\x3e\x3b\x86\xf1\x9e\x0c\x5d\xb0\x08\xf6\x4f\xf5\x62\xe8\x90\x5e\x43\xa5\x49\x07\x9b\x0f\x24\x25\x1a\xff\x99\xcd\x56\xec\x8b\x7a\x34\x7d\x11\x8b\x7d\x4d\x29\x1a\x3e\x7b\x43\x87\x46\x3c\x8b\x75\xdb\xb5\x03\x70\xc7\x66\xfe\x43\xdb\xe1\x1f\xee\xfd\x8f\xc8\x49\xad\x4e\xea\xba\xab\xc5\x40\x81\x9c\x5e\xb3\x30\x88\xca\x2a\xd5\x09\x04\x8d\x88\xc2\xd5\x26\xa8\x8d\x59\x91\xea\x8e\x48\x5e\x11\x76\x52\xc3\x57\xa2\xc9\x09\x09\x51\x69\xd5\x2e\xfb\x82\x42\xeb\x68\xdd\x97\x4b\x52\xec\x87\x55\xb7\x2d\x05\xff\x58\xd4\x00\x62\xc3\x76\x81\x3b\x61\x65\x2b\x08\xe2\xa2\xb8\x95\xdb\x01\xeb\x46\x07\x9a\x4c\x70\xdc\x81\xcc\x2f\x98\xf2\xb8\xf5\x39\x40\xeb\xb8\xe5\x71\xb5\x34\x1a\x3c\x79\xdc\x54\x37\xf5\xc2\x14\xdb\x78\x4b\x9f\x41\xc9\x78\x3f\xa9\xde\xae\x8d\xd1\x56\x13\x1b\x14\xb6\xab\xca\xda\x8c\xda\xfc\x28\x84\xc1\xae\x36\x64\x1a\x38\x6a\x05\xb7\x05\xa6\xbb\xa3\x8d\x50\xb7\xe3\xf9\xc9\x96\x8c\xc6\x6a\x97\xf0\x32\x00\x21\xf4\x12\xfe\x15\x7f\x33\x74\x89\x80\x4f\x41\xcd\x65\xdb\xf6\xc8\xc0\x6f\x91\xb1\x21\x63\xf9\x60\xd3\x00\x7f\x9d\x54\xec\xf0\xf3\x48\xeb\xc5\xac\x0d\xb4\xd8\xb3\x7d\xd4\x78\x62\xfb\x36\x98\x30\x18\x06\xec\x06\x14\xb6\x00\xcd\x12\x8d\xfa\x44\x3f\xc0\xc5\x79\x7e\x0a\x35\xf7\xb5\x74\xc3\x8e\x5a\xb9\x81\x23\xc8\x04\xae\xf3\xc2\xec\x1c\xda\x84\x9d\x1c\x61\xd5\xbd\x6d\xa7\x07\xa7\x76\x93\xa3\x6f\xbb\xf6\xbc\xaa\x11\xc7\x2d\x87\xd5\x3b\x83\xb9\x1b\xed\xc5\x82\xac\xa5\x7c\x5f\x27\x5a\x29\x7f\x44\x95\xf2\x67\x50\x29\x3f\xc3\x4a\xda\x69\x08\x22\x40\x2a\x6c\x30\x50\x0d\x1a\x07\x06\x67\x40\x25\x82\x2a\x5f\x45\x64\xc0\x23\x26\x03\x5c\x5f\x11\x13\x0c\x5c\x3d\xc6\xa6\x22\x4e\x57\xae\x2f\x72\x0c\xae\xe3\x97\x84\x7f\xa1\x43\x0c\x47\x65\x43\x96\x37\xd7\xa4\x41\x61\x7f\x98\x94\x81\x89\x99\xd5\xd5\x0a\x73\x8e\x3a\xc7\x18\x34\xb9\x5e\xd5\xca\x42\x4f\xce\x30\xe8\x87\x78\x7d\xe8\x27\xc6\xc9\x64\x1a\x56\xe7\xcc\xfe\xb7\xf9\x0f\x47\x23\x4c\xa9\x4d\x4e\x0a\x38\xe6\x9c\xd1\x24\x4a\x4e\xa6\xab\x6e\x0b\xbc\x94\x7b\xeb\xea\x44\xb8\xaa\x86\x69\xe3\x26\xa3\xca\x32\xba\xd0\x84\x22\xed\x80\x1a\x2c\x83\x61\xff\xd7\x4d\xd1\x60\x40\x39\x80\x57\x53\xc3\xd0\x0d\xeb\xfa\x7f\x40\x03\x2f\x79\xcc\x9d\xa8\x86\x5b\xa1\x75\x84\xd3\x1e\x92\x81\x04\x9b\xf0\x1d\x11\x4b\xa2\x95\x3c\xe7\x28\x25\xca\xd5\x94\x12\x2f\x0b\x60\x48\x3e\x4c\x44\x78\xe3\x2f\xfa\xf6\x07\x54\x2a\x7f\x90\x64\x2c\x9c\x85\x45\xfb\x21\x7f\x13\x7e\xa2\x25\xac\x08\x06\xc5\x67\x77\x46\xef\x17\xeb\x22\xe3\x8a\x41\x5d\xe1\x1c\x7e\x83\xe5\x85\xca\x66\x5a\xd5\x0d\x86\xc9\x33\x69\x1b\x46\xef\x97\xc5\x11\xf3\xc9\xc6\xb7\x6c\x1b\x88\xa3\x07\xd2\x2a\xe4\xa4\xb9\x2a\xa5\xea\x66\x93\x80\xb0\x31\x09\x0d\x52\x4e\x9c\x92\x27\x10\xc2\x90\xfc\x09\x44\x20\x4c\xf5\xba\x2d\xac\x7d\xdf\x76\xa5\xaa\x6f\x1e\x03\xb5\x9e\xbb\xbc\xa2\xe2\x0c\x67\x29\x3a\x08\xc7\x20\x17\xbb\x4e\xf6\xb5\x44\xf7\x2b\x6b\xae\xff\xbb\xd0\x15\x0a\x49\xc8\x78\xc4\x84\x02\x72\xe8\x1c\x8a\x04\x69\xcb\xae\xdd\x68\x58\xe0\xb7\xcd\x6b\xd4\xd9\x2e\x2d\x82\xa6\x4d\xf1\x41\x32\x57\x6b\xba\xfd\xe3\x71\x3e\xfd\x6e\x0c\x27\xa3\x76\x2c\x5b\xbe\xeb\xc4\x82\xc0\x09\xdc\xff\x56\xf2\x4e\x58\x36\x8b\xd6\x60\xb4\xeb\xba\x5d\xca\x05\x2c\x0d\x1a\x35\xb4\xf7\xa4\x57\xcc\x08\xe9\x80\x99\x94\xda\xb2\xdc\xc0\x3d\x11\x5f\x43\x39\x80\xae\xbd\x00\xfa\xbe\xe7\x83\x8c\xea\x4f\x78\xaf\x03\xd6\xed\x90\x9c\x0f\x86\xa2\xeb\x11\x36\x1b\x8b\xc3\x8b\x89\xcb\x43\xa6\x32\xe8\x6a\x48\xf4\xfb\xbe\x0e\x82\x64\x5e\x8e\xa4\x47\xe6\x37\xec\x87\xf3\xd0\x73\x7e\xf9\xa8\xaf\x80\x81\x8d\x3b\xdc\x9b\xb9\x7e\x12\x9a\x42\xcd\xd5\x49\x08\x4d\x11\x2c\xec\x35\xc0\x88\x6a\x62\x2c\xb5\x1a\x23\x5e\x88\xa0\x3b\x3a\xa9\x40\xef\x47\x94\x02\x86\x07\x6a\xd9\xd1\x30\x96\x55\xd2\x66\x31\x17\xc9\xae\xe0\xc8\x09\x04\xf1\x2c\x3a\x8e\x28\x24\x92\xef\x70\x64\x8c\xfa\x85\x86\x6f\xc9\xc0\x41\x50\x01\xce\x9d\x46\x83\xa6\x62\xd5\x60\xd8\x42\x35\xd7\xc8\x83\xfa\xc0\x3a\x14\x5e\x2d\x1e\x77\x64\x08\x79\x3a\xe8\xc0\xa9\xe2\xaa\x48\xad\x20\x51\x10\xcf\x61\x18\x6e\x7e\x11\x5e\xa6\x26\x83\x31\xc2\xa7\x82\xd8\x20\x8f\x8a\x52\x5d\x66\xc6\xf2\x7d\xc2\xf3\x5f\x30\x6a\xf4\x10\x70\xcb\xb1\x69\x02\x97\x87\xb3\xe1\x92\xd4\x5c\x82\x4b\x29\x69\x3f\x65\x11\x47\x31\x34\x39\x60\xf1\x07\xf4\x97\x24\x19\x3b\x10\xbd\xb0\xd1\x52\x3a\x91\xe9\x9d\x14\x11\x82\xaa\xa7\x97\x90\x68\x7d\x27\x30\x35\x77\x81\x01\xcf\xe3\x10\x26\xb0\xd2\xb5\x71\x9f\x83\x25\x71\x89\xcf\x8a\xc6\xbf\x0d\x65\xf2\x2c\xd5\x23\x8f\x0b\xa7\x8c\x2b\x83\x29\x47\x0e\x66\x93\xd3\xa2\x6a\xc9\xf3\x33\x59\xd1\x22\x4d\x56\xf5\x57\x78\x9d\xfb\x16\xc8\x29\x3c\x17\xfa\x43\x1e\x2a\x40\xb8\xc8\xbe\x4a\xf5\xc4\x81\x8c\x0b\x2f\x5a\xdb\xcf\x9f\xc1\x7f\xe4\x37\xa2\x10\x0c\x53\xd7\xf5\x5a\x83\x64\xba\x65\x33\x7f\x04\xff\xe6\x8f\x5f\x84\xa5\xfa\xd4\x91\xa9\xb8\xbc\x5b\x39\xd6\x9b\xaa\xa4\xef\xe1\x61\x79\x49\x82\x21\x38\xcc\xef\xf2\xe3\xe8\xcd\xc3\xe7\xab\xa8\x37\x68\xb4\x26\xf6\xdb\x94\x0f\x9e\x62\x1a\xb6\xe4\x28\x46\x59\x0f\x57\xe2\x1b\xc5\xf7\x0c\x89\x02\x1f\xb7\x0c\x23\xaf\x98\x4b\x4e\x67\x22\xe7\x81\x34\x17\x25\x52\x79\x24\x5a\x98\x88\x97\x55\x8d\x4b\x58\x1b\x56\xfb\xf8\x45\x40\x88\xe9\xc1\xf4\x14\xa4\xb0\x37\xde\xbf\xf8\x90\x4b\xda\xd8\x28\x72\xb8\xa1\x59\xa4\x92\x64\x8f\x79\xa1\x0b\xa2\x87\x91\x29\x06\x72\x2f\x4c\x89\x0f\x31\x6e\x4f\x06\x9c\x8d\x46\x8c\x27\xd9\x84\xc0\xec\x2b\x01\xe9\x1d\xd7\x2b\xb6\x70\x07\xab\x72\xbc\x00\x00\xa0\xda\x57\x23\x7c\x86\x08\x0e\x90\x1a\x5a\x86\xa2\x9d\x53\xd2\xc2\x22\xdf\xbb\xf4\xf9\x63\x31\x40\x17\x35\x56\xde\x94\x9c\x0d\x3e\xf4\xcc\x13\xc4\x20\xc6\xc1\xb3\x39\x6e\x76\x3b\xb1\xad\xa4\xc5\x1e\x55\x2a\xc2\x87\x99\x6b\x6e\xf0\x4d\x5f\xd8\x62\xfe\xdc\xe6\x87\x65\x7e\x7a\xa8\xf7\x67\xd3\x6f\x17\xa4\xf4\x98\xbe\x8f\xf9\xe9\xf3\xb3\x93\xa0\x2e\xdd\x15\x2c\xcb\x83\x0b\x83\x1f\x82\x4b\x13\xb6\xd1\xc8\x3a\x7c\xf1\xac\xde\x3c\x8b\x6f\x2d\x53\x1f\x76\xba\xe6\x17\x93\x8e\x18\xd5\xbe\x03\x0a\x06\x11\x58\xc5\xd9\x22\x4b\x1e\x44\x02\xbf\x04\x15\xe8\xd1\xe3\x77\x17\x23\x39\xa0\xff\x19\xc7\x28\xd0\x59\xad\x24\x58\x05\xc0\x16\x90\xdf\x07\x77\x66\x11\x96\x5b\xf4\xb5\x0d\x82\x79\xae\xaa\x73\x92\xc9\x9c\x1d\x9f\xea\x46\xbc\xab\xb6\x58\x69\x81\x9e\xb6\xc0\x08\xbc\xc4\x25\x12\x55\x4b\x05\x6e\x53\x7d\x8b\x2d\x1a\x7c\x50\x68\x1d\x33\xb2\xe3\x3e\x95\x90\x3b\xf9\xc9\xe1\xf3\x78\x1e\x94\x2a\x44\xb9\x0e\x9c\x51\x2d\x53\xc2\x44\x6a\xf7\x5f\x09\x9b\xa1\x18\xbb\xda\x92\x81\x92\x35\x6f\xdd\x66\x87\xa9\x07\x90\xd6\x19\x19\xb7\x1e\x4e\x62\xe5\x98\x00\x4d\x20\x25\x30\x7a\x65\x52\xd4\xbd\x30\xb1\x23\x66\xd2\x2c\x62\x72\x34\x86\x52\xe4\x53\x18\xbe\x29\x37\x98\xe4\xee\x9c\xd1\xa4\x19\x6e\xd8\x71\x48\x07\xd6\x37\xf7\xad\xef\x49\x62\xbf\x3b\xb9\x6d\x4a\x3c\xd2\xd3\x47\x46\x4a\x41\x2a\xb4\x3d\xdd\x72\x0b\x6f\xc5\x9a\xac\x2e\x49\x7d\x36\xed\xe0\x29\x70\x49\xa4\x61\x25\x9e\xb9\x64\xe5\xb2\xb9\xfe\x85\x02\x06\xf9\x29\x78\xf0\x2c\xf0\x12\xa1\x0f\x12\x7b\x06\xb0\x8b\x9f\xb3\x5f\xf2\xfa\x79\x1f\x96\x9b\x67\x61\x72\x8e\x4f\xca\x29\x2d\x0d\xa5\x7c\x09\xfc\xc2\x28\x28\x67\x1f\xa3\x19\x37\xe8\x2c\x5c\x7a\xec\x56\x33\x86\x99\x29\xba\x32\xf0\x41\xe5\xc3\x53\x99\xf6\xa4\x55\x46\x2c\xce\x96\x06\xc5\x76\x3b\xa1\x7d\x3e\xa4\x60\x32\x7c\x3c\x41\x45\xe8\x1a\xdd\x28\x6d\x60\x92\xbc\xa3\x66\x10\x5a\x63\xba\x52\x42\x95\x48\x69\x7b\x7e\x5e\xc3\x9e\x62\xa6\x3d\x83\xb9\x37\x00\xaf\x56\x0d\x5e\x55\xf3\x21\x6a\x5c\x59\xc2\x09\x28\x7e\x27\xe1\xf5\x1a\xfd\x3d\x5c\x98\x99\xfc\xb8\x5d\xb3\xb0\x89\xbe\x6b\xab\x6e\x20\x60\xe8\x54\x71\xa7\xce\x62\xfa\xda\x07\xd5\xfc\xf8\xa5\x61\xb5\x5b\x34\x79\xa2\xa3\xbb\xb6\x45\xab\x14\x78\x46\x5e\xb1\xe6\xa7\x0e\x09\x67\x77\x20\x68\x14\xb2\x22\x37\xd0\x71\x0b\x42\xc4\x4f\x35\xe8\xcf\x13\xe4\x6a\xa1\x72\xab\x56\x35\x33\x58\xd8\x17\xb5\x44\x69\x79\xbb\x76\x43\xa2\xc9\x66\x12\x4a\xe5\x94\xca\xfc\xfc\xd1\x8b\x45\x2e\x1b\x6d\x49\x7c\x89\xf3\x1f\xd9\xcd\x25\xa4\x85\x5c\xef\xf6\x62\x07\x78\x9d\x9e\x3e\x0b\x2b\x29\x95\xac\x8f\x47\xd9\x86\x5f\x91\xee\xef\x17\xcb\x01\x1e\x70\xb8\xa3\x0c\xb6\x73\x92\xb6\x90\x55\x00\x03\xa9\x0b\xda\x1e\x35\x9d\x06\x1d\xfc\x12\x52\xb1\x41\x71\x4d\x66\x58\xe1\x57\x96\x00\xc3\xa9\x52\x6a\x7a\x57\x31\xd9\xe6\xae\xb8\xfe\xfc\x31\xfc\x8e\xae\xe2\x14\x5c\x2b\x3e\x8a\xc0\x83\x7d\xdb\x0d\x66\x59\x24\x6d\xd6\x38\x78\x04\x28\x9c\x1b\xb0\x64\x21\xa8\x68\x3b\xef\xde\x81\xea\xf7\xb9\xfa\x9d\x7b\x61\x17\xb8\xce\xcd\xb0\x61\xff\xfe\xea\xa3\xe1\x84\x63\xf3\xb3\x62\x03\x6f\x07\xb2\xb5\x9f\x1b\x11\xcd\x84\x53\x89\x9e\xdf\x7d\xdd\x59\xed\xc9\xba\xd9\x68\x9f\xd6\x1d\x7b\xb9\xdc\x89\x54\x70\x54\xa5\xb1\x1f\xa3\x28\x3a\x68\xe3\x59\x27\x5f\xe6\x79\x0f\x5f\x16\x32\x5d\xbe\x94\x40\x33\xb9\x9e\x50\x6c\x6d\x1d\x62\x88\xd3\xe3\x89\x6f\x4a\x4b\xdd\xe5\xf8\x13\x44\x60\xdf\xc2\xd4\xab\x28\xf6\xb9\x75\x2f\x68\xe1\x4e\x26\x29\x73\x3d\x70\x5b\xfb\x17\x00\x62\xf3\x87\x5b\xf9\x55\x7e\x0b\x68\xb8\x25\xf4\x11\x22\xdd\x8a\x1c\x94\xf7\x62\xdd\x55\x80\x63\x54\x7a\x6a\x90\xb4\x76\xe1\xb2\x4f\xd9\x60\x06\xa5\x72\x62\x21\x23\x3a\xe4\x16\x4b\x88\xea\x7e\x12\x52\xdd\x29\x3a\x54\xea\x28\x42\x86\x84\x97\x84\x3a\xd2\x09\xa3\x1f\xbf\x48\x66\x59\x5c\x27\x09\x58\x34\x4c\xc0\x23\x4e\x47\x4f\xb2\x80\xb8\xa9\x26\x9a\xd5\xc4\xb3\xe4\x01\xec\xe7\x0d\xa0\xc0\xee\xc0\x91\xec\xf4\x94\xd9\x17\xed\x83\xd6\x2c\x72\xe3\x17\x91\xc0\xf8\x0b\x17\x9a\x5c\x84\x68\xb9\xb5\x38\x63\x6b\xb2\x33\x1c\x5f\x6f\xca\x73\x7f\x53\x28\xbc\x83\xf6\x2b\x24\xe6\xaa\xd8\xf6\x80\x11\x5c\x9e\x89\x23\xfe\xed\xde\x35\x0e\xb8\x83\x6e\xe8\x8b\x9a\x6c\x79\x3c\x5d\xfc\xa7\xaa\xe4\x9b\xad\xc1\x1e\xdc\x76\x59\xd3\x7b\x5e\x38\x68\xfb\xca\xb0\xf3\x3c\xda\xc8\x86\x7c\x34\xcc\x6d\xd4\x99\xf6\xa6\xa1\xca\x76\xde\x44\x97\x2a\x45\x1a\x00\xbb\x3b\xc0\x80\xa6\x59\x23\xb7\x23\xbb\x80\xab\x97\xe0\x7e\x1c\x16\xc7\x6d\x2f\xc7\xcb\x21\x55\x06\xbc\x9c\x70\x6f\xe9\x5f\xae\xc8\x91\x0d\x15\x80\x76\x12\xfd\x7f\x1a\x11\xfd\xe1\xa9\x7f\x11\x69\xc2\x46\x14\x08\x04\x49\xd3\x48\xee\x12\x3c\x0a\xf2\x59\xa1\x03\xee\x6d\x8b\x30\x51\xc8\x31\x3e\x7b\x72\xfc\x32\xa9\x3a\x81\x6e\xe4\xcb\x08\x39\x49\xf9\x14\x2a\x22\x45\x08\xbd\x07\xc4\x20\x8b\x0a\x84\xae\xf4\xf8\x2d\x70\xf5\x16\xe7\xd8\x63\x39\x7f\x8a\xdc\x1f\x59\x15\x4b\xbb\x3a\x6d\x9a\xb3\x3a\xe4\xbb\xfc\xf6\xe5\xb8\x17\x6b\x48\x28\x3b\x6a\xe3\xe8\x44\xec\x95\x52\x69\x61\x1f\x33\x77\x0c\x6c\xa6\x37\x7d\x0a\x64\xa1\x17\x57\x1c\xed\xb9\x7e\x66\x15\xe9\xbe\x37\x01\xb5\xa3\xd7\xbf\xc4\xf5\x81\xe8\xda\x52\xf6\x6b\xfc\x57\x1f\xc0\x1d\x75\xc9\x32\xe1\xb2\xa8\xd9\xca\xf1\xb2\xa8\xdb\x3d\x95\xe1\x07\x65\x46\x65\x42\x31\xae\xe8\xcf\x8b\xed\xde\xf7\x4d\x3a\x41\x55\xda\x04\xf0\x09\xc0\x26\x8b\x40\x2f\x8d\xf1\x13\x4f\xea\x6b\xbd\x3d\x60\xee\x7a\x70\x0b\x80\x1b\x5b\xa5\xac\x30\xb3\xa8\xf8\x21\x41\x52\x88\x4f\xb8\x85\xc3\x53\x12\x86\x63\x05\x8c\x01\x05\xfb\xa2\x0b\x1e\x36\x5d\xaf\xdc\x66\xb2\x96\x34\xda\xd1\x5e\xb5\xac\x35\xaa\x2c\x93\x85\xd7\xd5\xb9\x49\x94\xb1\x8a\x9f\x26\x96\x7f\xd1\xf7\x5b\x2b\x61\xec\xe8\xdd\x7d\x76\x76\x76\x72\x9a\x2c\xf4\x86\x2e\x65\xea\x6e\x47\x2b\x52\xc1\xef\x3e\xb4\x1f\x37\x05\x0a\x6f\x93\xea\xf2\x26\xcf\x9d\x40\x81\x6a\x5e\x7f\x0a\xaa\x2a\xbe\x00\x02\x93\xdc\x5a\x43\x9c\xf1\x83\x94\x25\x9b\x7f\x8e\xc9\x6e\x51\x1a\x20\xde\xb2\xc1\x0b\x70\x48\x05\x40\xc7\x3d\xa5\x3a\x65\x40\x3b\xa1\x6e\x68\xe7\xf4\x51\x01\x14\xd4\xd3\x49\x51\xec\x9e\x8b\x6a\x7d\x51\xc3\xff\xfb\x70\x6a\xa8\xb6\xaa\xc5\x24\x1d\xad\x69\xfb\xe2\x43\xe5\xa3\x02\x85\x7d\xa1\x56\x8e\xfa\x41\x9e\xca\xa2\x2a\xaf\x31\x6c\x82\x4d\xf1\x83\x58\xa5\x07\x05\x77\xf1\xd9\x1d\x1a\xb4\xd7\x6d\xd5\xba\xea\xde\xce\x8e\x30\xe6\x18\xcc\xbf\x47\x05\xc3\x11\x7a\xd3\xe2\x9f\x26\xed\x16\x2d\xe6\x24\xcd\x3c\xe5\x3b\xa5\xe4\x93\x30\xfc\x74\xbf\x1c\x25\xe7\xb9\xd7\x31\x86\x86\xac\xd4\xeb\x5d\x89\xa9\xe2\x02\x91\x36\x51\x4f\x00\xe1\x45\x87\x3e\x59\xdd\x7a\x90\x7c\xab\xb8\xb7\x47\xd1\x68\xd5\xba\x53\x1b\x25\x7e\xde\x14\xfa\x7c\x96\x54\xaa\x13\x51\xcc\xdc\x92\x32\x79\xed\x6b\x38\x36\xcd\xd3\x9c\x5e\x36\x02\x83\x1a\x50\xd4\xde\x8e\xe2\xc4\xb2\x54\x3f\xea\x81\x22\x20\x7e\x79\x07\x58\x3d\xd9\xa8\x2f\x6f\x8c\x16\x0c\x01\x2b\xba\x1b\xa7\x05\xdc\x27\x56\x0c\xd9\x67\xfe\xa8\xee\x1e\x33\x0c\x96\x08\x94\x48\x27\x80\x78\x04\x3f\xdd\xb7\xf0\x55\xd6\x32\x0b\xc8\xbd\x1c\x50\x67\x09\x37\xb7\x2c\x7c\x5d\xf3\xa1\xf7\x46\x26\xae\x98\xa2\xd0\xb4\x03\x00\x02\x62\xb8\x0a\x90\xac\x7e\x31\x1f\x90\xe9\x37\x63\x3b\x8d\xa0\x6d\xab\x81\x92\xc9\xd9\x81\x44\xd5\x9e\xf7\xd7\x6a\x13\x79\x5d\x75\xae\xc8\xd3\x02\xf1\xd0\x05\xe4\xef\xe4\xf8\xe1\xd6\xfb\x01\xd4\x6b\x46\xfd\x4f\x24\xd7\x21\x72\xaf\x53\x8e\x34\xea\x80\xa2\xad\x28\xd2\x15\xc6\x2a\x02\xe2\x40\x02\x1a\xfd\x89\xb2\x63\xf9\x58\xb4\x75\x11\x1b\x68\xb8\xb6\x88\x5b\xd0\x1f\xe6\x50\x5c\x3f\xfc\x54\x48\xca\x8f\x06\x42\xf3\xd3\x5a\xd2\x93\xb1\x5d\xa8\xab\x82\x22\x69\x57\xe9\x31\xff\x98\xaa\x57\x35\x2c\x74\xe0\xda\x68\x5b\x70\x6a\x9c\xc9\x34\x7f\x2c\x82\x4e\x49\x1a\xc8\x75\x29\x0e\x85\x48\x1b\x7d\xf7\xd1\x14\x58\x76\x08\x13\x98\xf0\x05\x88\x63\xb5\xbb\x46\x9e\x35\x0d\x4b\x16\xdf\x86\x76\x30\xe1\x22\x93\x43\xd7\x2f\xed\x76\xfe\x72\x3b\x1b\x4d\x3c\x70\x83\x68\x76\x3a\x41\x79\x93\x55\x27\xd5\xb3\x93\x89\x8d\xb2\x9f\xf8\x84\xde\x68\xe4\x14\x52\xb4\xc3\xdf\x98\x9c\x33\xb6\x90\x8d\x42\x50\xde\xa6\x58\xbc\x59\x67\x1a\x97\x14\x2b\xac\x0b\xe5\x78\xdb\xe4\x2d\xd1\x3c\xf4\xdf\xfa\x3c\xf4\x45\x98\x8d\xff\xf7\x6f\xb0\x47\x4e\x53\x0f\x9d\x4a\xaa\x50\xea\xf4\xa2\xfa\xd8\xaa\x27\x62\x92\xbf\xdf\x76\xab\x07\x69\x5b\xca\x7a\x1f\x55\xc3\x8f\xff\xa1\x1d\xf3\x12\x49\x07\x3c\xff\xd9\xbb\x19\x69\x70\xd7\x70\x89\x0f\x58\x53\xfc\x80\x17\xfb\x3b\x49\xad\x5f\x3c\xfc\x39\xe3\xbc\xd4\xd2\x09\x46\x83\x85\xad\x8a\xf2\x96\x7d\x59\x37\x92\x19\x5f\xfa\xa1\x6c\xf8\xd5\x6f\xeb\x49\x96\x15\x85\xba\xfd\x59\xb2\x25\x47\x39\xc0\xc3\xde\x28\xa3\xda\xce\xd5\x25\x7d\xf1\x22\x31\xd2\xd9\xd7\x76\x27\xab\x8c\xfb\x73\x8b\xfd\x2d\x3d\x22\x74\xa0\x7d\xae\x1e\x00\x79\x85\x61\x5f\xcd\x6f\xd9\xbb\x89\x94\xee\x3f\xfb\xd4\xf3\x5f\x3d\x39\x97\x59\x85\x80\x97\x7f\x55\xba\xd4\xe8\x32\xf1\x95\x98\xbc\x0f\xfe\x7a\x51\x34\xdf\xbe\x58\x07\xd7\x80\x52\x09\x16\xeb\x68\x36\x74\x13\x08\xd2\x65\x22\xa3\xcb\x92\x5c\x2f\xd4\xd5\x49\x46\x5e\x4b\xb8\x9c\xcb\xfc\xfb\xcc\xea\x06\xcc\xbb\xce\x95\x00\x4f\xf4\x6d\x5b\xbf\xc9\x8a\x35\xdc\xc9\x62\x65\xb2\xf3\xae\xdd\x50\xf0\x06\xb6\xa1\xe4\x0c\xa5\xf8\x9b\xff\xfa\xd6\x62\x96\xdf\x6f\x35\x84\x7f\xf6\xed\x86\x7f\x73\x56\xd1\xec\xdb\x0b\xfe\xc9\x75\x4b\xfe\x51\x5e\x7f\x86\x1f\xef\xb5\x21\xda\x62\x40\x3b\x40\xe7\xdc\x12\x30\xec\xb7\x57\xfc\x37\x4a\x1b\x32\x6b\x80\x30\x28\x61\x1c\x5c\x75\x8e\xcb\x2c\x5d\xc6\x80\x8c\xc6\x31\xf1\x47\xc9\x68\x9a\x5d\xb4\x43\x17\x7f\xc1\x69\xa0\xad\xe8\x55\x5c\x8c\x13\xb2\xd9\x7b\x63\xde\xa5\xa3\xe0\xdc\xe8\x7d\xef\x2f\x92\x31\x0c\x46\x49\xbc\x32\x45\x32\x02\x49\x41\xb3\xae\x78\xbf\xd0\x69\xbb\xa9\x62\xa1\x4e\x57\xa7\x98\xfd\x54\x76\xed\x16\x93\x13\xbe\xc9\x34\x61\xb3\x66\x6a\x3e\x1d\xae\x7f\xa9\x7b\x43\xce\x46\x7f\x19\xae\x3f\xe7\x04\xa7\x56\xe2\x4c\x51\xbc\xb1\xce\x91\xb9\xb3\x4c\x33\xb9\x57\xcd\x76\x10\xd9\xfd\x8b\x51\x34\xa5\xb4\x99\xc0\x80\x21\x0d\xd3\x2c\x23\x55\x01\x46\x9e\x5c\x02\x95\xf6\x04\x01\x50\x05\x3e\x3e\x94\xe5\xdd\xbf\xfe\x95\x88\xed\xea\xa3\xf9\xdb\xdf\xf2\xe7\x8f\xee\xe5\xe6\xc3\xca\xb0\x79\x6d\xef\x04\xca\x4c\x87\x43\x5d\xa0\xd0\x9f\x46\xd5\x31\x7e\x1a\xf9\x3d\x93\x21\x99\x7b\x6d\xa5\xfb\x2c\xfb\x9f\x01\x00\x00\xff\xff\x1f\xf1\x3f\xaf\x86\xee\x00\x00") func confLocaleLocale_esEsIniBytes() ([]byte, error) { return bindataRead( @@ -4358,12 +4404,12 @@ func confLocaleLocale_esEsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 55239, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 61062, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_fiFiIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xeb\x8e\x1c\xc7\xb1\xe6\xff\x7e\x8a\x12\x0d\x42\x12\x30\x6c\x41\xd6\xd9\x0b\x04\xb5\xbc\x94\xc4\xa3\x0b\xaf\xab\x19\xd1\x6b\x08\x44\x2b\xa7\x3b\x67\xba\xa6\xaa\xab\xda\x55\x59\x4d\xb5\x0d\xff\x3b\x3f\xf7\x01\xf6\x01\xf4\x0c\x7a\x01\xbe\xc9\x3e\xc9\xc6\x17\x11\x79\xab\xaa\x19\x92\x3e\xc6\x1a\xb0\x38\x5d\x19\x79\xcf\x8c\x8c\x7b\x98\xc3\x61\xbd\xb5\xfd\x66\xf5\xb8\x3c\x0e\xae\x6d\x8a\xd2\xf5\xf6\xc1\xae\xed\x9d\x71\x6e\x28\xbe\x2d\x5d\x71\x30\xf5\xd1\xd6\xc3\x62\xb1\x6b\xf7\x76\xf5\xc8\x0d\x3d\x81\x2e\xb6\xa6\xdf\x5d\xb6\xa6\xdb\xae\x1e\xb7\x37\xb6\x36\x83\x33\x0b\xfb\xeb\xa1\x6e\x3b\xbb\xba\x18\x5c\x55\x2e\x76\xb6\x3e\xac\x1e\x1e\x06\xb3\xe8\xcb\xeb\x66\x5d\x36\xd4\x47\x77\x63\x86\xed\x50\xf4\x65\xff\xe6\xb7\x37\xbf\x35\x52\xd2\x0e\x2e\x16\x0d\x75\xdb\xcb\xe7\xe1\xb0\xfa\xd1\x56\x65\xef\x6c\xf7\xe6\xf7\x72\x7b\x5a\x74\xf6\x9a\x7f\x8d\x3e\xbf\xb6\x97\x7d\xe9\xec\xea\x99\x75\xae\xc4\xd8\xdc\xe2\x68\xbb\xbe\x6c\x9b\xd5\x4b\xfe\x77\x71\x30\xd7\x76\x75\x8e\x51\x3b\xbb\x3f\xd4\x86\x80\x9f\x9a\xba\x2e\x17\xb5\x69\xae\x07\x14\x3e\x2e\x2d\xfd\xdc\x74\x96\xca\xd6\x8d\x7d\xbd\x7a\x32\xb4\xcb\xe5\x72\x31\xf4\xb6\x5b\x1f\xba\xf6\xaa\xac\xed\xda\x34\xdb\xf5\x1e\xf3\x7b\xfc\xe6\xb7\x93\x73\x6f\x7e\xbb\x79\xf3\x1b\x97\x95\x75\x59\xdc\x98\xa2\x96\x59\xf1\xe8\xed\x96\x26\xbc\x36\xbd\x4e\xcc\x0d\x8d\xb5\x8d\x29\xaa\x58\xb3\x21\x48\x6e\xbf\x31\xfb\xac\x49\x82\x6d\x86\x7e\x61\xf7\xa6\xac\x57\xe7\x6f\x7e\xdb\x55\x6f\x7e\x3f\xd0\x86\x94\x34\x8f\xbe\x7f\xdd\xd2\x92\x9f\x9b\xda\xf4\xa6\x31\xb4\x24\x6b\x77\x3a\x58\xee\xa5\x2d\x9d\x29\x86\x61\x6b\xeb\x9a\xfa\x5a\x6c\xcc\xc1\x6d\x76\x66\xf5\xb5\xfc\xbb\x20\x58\x6a\xa5\x74\x6d\x77\xa2\x05\x3c\xb4\x8b\xb6\xbb\x36\x4d\xf9\x37\xe3\xb0\x52\xcf\xf9\x47\x6f\xf0\x6b\xb1\x2f\xbb\xae\xed\x56\x2f\x2c\x4d\x6c\x41\xab\xb1\x46\xd5\xd5\x4f\xb4\xf1\x05\xfe\xe2\x4f\xfb\xf2\xba\xc3\x42\xf2\x57\xfe\xc1\x55\xa5\x88\xab\x73\xc9\x81\xda\x30\x34\x1b\x7c\xbf\x6a\xbb\x4a\xbe\xee\x8c\xe9\x0c\xb7\x45\xe7\x8c\xcb\x68\x30\x52\xd4\x66\x03\xa1\x39\x5e\x5b\x2e\xfc\x4b\x5d\xd3\x6a\x97\xdb\x37\xbf\x65\x20\x34\xe7\x85\xd9\xee\x69\xad\x0f\xa6\xb1\xb5\x07\x73\x6d\x81\xdf\xd8\x54\xb3\xd9\xb4\x43\xe3\xd6\x3d\x8e\x47\x73\xdd\xaf\x2e\x68\x56\x4d\x61\xe8\xf7\x50\xd1\x7f\x16\xa1\xe0\x61\xf8\x74\x6a\x87\xb0\xed\xab\x17\xba\xc5\x7d\x29\xdf\x27\xf0\x54\x40\xbd\xb8\xf2\x58\xba\xd2\x52\xfb\x6d\xb9\xa7\x36\x0e\x43\x5d\xd3\xc2\xfd\x75\xb0\xbd\xeb\x57\x2f\xe8\x57\xa1\xbf\x4a\xb7\x28\xfb\x9e\xfe\x5a\x3d\x6f\xae\x6d\xbd\x37\x6e\x41\xbb\xd5\x6c\x68\xf8\x2f\x6c\x37\xe0\x26\x2d\x7e\x2e\x1b\x5a\x9a\xba\x7e\xb5\xd0\x3f\xd0\x1b\x9f\x0b\xaa\x4e\x83\xd2\x5f\x47\x53\xee\xac\x75\x45\xeb\x9c\xb1\x7d\x6f\x0a\xdb\xd0\x1a\x56\xb6\x73\x26\x1c\xb6\xdf\xdf\xfc\xde\x2c\xb6\xed\x86\xbe\xae\x71\x27\xe9\x02\xfd\xd0\xf6\x52\x4a\xa7\xad\xf8\xb6\xbd\xee\x4b\x53\x7c\xc3\x10\xb4\x32\x7c\x39\xb1\x8c\x67\x45\x5b\xdb\x62\x77\x3a\xd2\x9a\xe3\x78\x0f\xb6\xf8\xc2\x14\xce\x74\xd7\xd6\xad\xee\xad\x2f\xe9\xf6\x54\xf7\x8a\x5d\x67\xaf\x56\xf7\xee\xf7\xf7\xbe\x6c\x77\x37\x34\x96\x2f\x3e\x31\x5f\x16\xbb\x81\xaa\xd2\x0d\xeb\x31\x5d\x1a\x54\x63\x9b\xa2\x1a\xa8\xf1\x3d\xa6\xe7\xe8\xc0\x38\x46\x00\x05\xfd\x53\xd3\xff\x0b\xdc\xdb\xda\x99\x0f\x16\x58\x23\xba\xcd\xeb\xed\xa5\xe0\x25\x8c\x0e\x7d\x1e\x81\x98\x6c\xf1\xf4\x74\xfe\x3f\x9f\x9c\x15\x2f\xe8\xe0\x5c\x77\x96\xff\xa6\xff\x50\x85\xcf\x08\xa8\x2c\x2e\xca\x6f\xbe\x5a\x2e\xa8\xae\xac\xd2\x45\x69\x5d\x5b\x99\x86\x2e\x46\xdc\x6f\x94\xe2\xce\x24\x85\xee\x74\x3a\x1c\x08\x63\x51\xab\xab\xef\x69\xf6\x0d\x0d\x89\xef\x66\x7a\x2f\x67\xae\x1f\x35\xc5\xb7\xd7\x37\xd5\x98\xa6\x68\xca\x7d\x89\x02\x5d\xea\xe7\xe9\x12\xea\x9a\x17\xdf\x3f\x7b\xf6\xfc\x9b\xaf\x8a\x7d\x4b\xfb\xd6\x76\xb4\xf8\x54\x36\xb8\xab\xff\xbe\xbe\xb6\x8d\xed\x4c\xbd\xde\xd0\x9d\xb2\x1d\xb0\x1c\x6d\xdf\x6f\x32\xeb\x9e\x06\xb6\x5c\xf4\x7d\x4d\x48\x68\x4b\xf8\xec\xfc\x49\xe1\xe8\x72\xd1\xb0\xdc\x6e\xf5\xa2\xad\xab\x61\xd1\xff\xb5\xc6\xda\x69\xd7\xe3\x85\x21\xf0\x30\xe3\x03\xe0\x97\xc5\x17\x97\xdd\x97\x8f\x75\x50\xe6\xb2\x6f\x6b\xda\x1e\x42\xa2\x1e\x80\x46\x3c\x34\x3c\xea\xa6\xc1\x58\x7e\x0b\xaf\x41\xb3\x5c\xd8\xae\x5b\x13\x3a\x75\x27\xec\x15\x0f\xe2\xad\x1d\x16\xb6\x2c\x8e\x2d\x5d\xf2\xba\xc6\xa2\xef\x6e\x30\x23\xb4\x53\x36\x47\x53\x97\x5b\xda\xb6\xb8\xa4\x49\x7d\x5d\x57\x8b\x25\xc8\xda\xc0\x22\x55\x96\x9a\x29\xee\x2d\xef\x61\x15\xef\x3d\xb8\xb7\x5c\x34\xed\x5a\x70\x02\x30\xf6\x96\x30\xc5\x25\x61\x6f\x79\x3d\x3a\x41\x77\x8f\x1c\xb7\x71\x68\x31\x57\xbf\x2f\xbf\x63\x86\x74\x49\xc3\xe3\xd2\xb8\x92\x3e\xd4\x43\x4b\x57\x94\xa6\x70\x0a\xb8\x85\xd6\xbd\xf4\x43\x97\x25\xf0\x38\x48\x4f\x48\x44\x43\xbd\x9e\x95\xd9\xa9\x2f\xfc\x7e\xcb\x71\x3d\x6f\x69\x69\xeb\xa1\xa7\x9e\x2c\x5d\x1d\x97\x1c\x5a\xbc\xd3\xbc\x2e\x01\x86\xcf\x99\xff\xec\xb7\xfc\x89\xc1\x23\x90\x22\x48\x42\x07\x80\xc4\x45\xdb\xe1\xc2\x95\x3d\x8f\x00\x87\xb1\x3d\x1a\xbe\x84\x72\x4b\x3f\xe0\x07\x42\x36\x12\xef\x43\x53\xdc\x0c\x43\x47\xf7\x96\x77\x2e\x16\xfa\xae\x1e\x9b\xb2\xaa\x4a\xa6\x10\xac\xac\xdb\xa1\x75\x85\x23\x3c\x67\x68\xb7\x80\xb2\x2c\xed\xfb\x9e\x7f\x68\xdf\x3b\x53\xd9\x3d\x2d\x6e\xdb\xd2\xf1\xe9\x06\x7a\xe2\x71\xc5\xce\x07\xba\x02\x6e\xf2\x36\xfa\xf2\xd0\x5f\x2c\xc6\xe2\xa2\xd1\x13\xdd\x5b\x59\xd0\x03\x26\xd2\x9f\x78\x10\x3c\xee\x52\x86\x4d\xa7\x97\x66\xda\x73\x0f\xd8\x68\x60\x13\xc2\x0f\xb4\xa1\x25\x53\x07\x55\xd5\xea\x73\x2b\xdf\x7c\x67\x17\x6f\x7e\xdb\x53\x1f\x84\x5e\xab\x81\x2b\x9e\x9f\x7f\x57\x54\x35\x0d\xbc\x2c\x7e\xfa\xf1\x89\x2d\x77\x65\x83\xbb\xb8\x5b\x1f\xda\xce\xad\x50\x8a\x3f\xe8\x8d\xf6\xdf\x7c\x4b\x2f\xf8\x73\xd1\x0c\x74\x54\x69\x68\xad\x93\xb6\xe4\x1a\xe1\x48\x97\x61\xe2\xc0\xb8\x78\xff\x31\x39\x3e\x20\x55\x1f\x8e\x28\x3f\x33\xd9\x39\x45\x2b\x8e\x9e\x9a\xb2\x69\xb0\x9c\x3b\xe7\x0e\x32\x98\xef\x2e\x2e\x5e\xf8\xd1\x84\xaf\x77\x0c\xa7\xf7\x27\x8a\xf6\x8e\x30\x2c\x16\xcd\xd9\xda\x62\xe7\x96\x7c\xc0\x86\xae\x8e\xc7\x8e\x66\xef\x3f\xde\xba\x58\x18\xc1\x27\xf8\xcf\xf9\x78\xcd\xb0\x1b\x44\xa8\xd0\x5f\x15\x5e\x9a\x48\xdc\xe8\x8a\xd6\xed\xf5\xba\x23\xac\x28\xc7\xf0\x49\x0b\x28\x39\x7f\x59\x49\x38\xee\x04\x60\xfd\x61\xa3\x5d\x0c\x07\x8c\xae\x56\x7b\xc0\x4d\x0f\x77\xeb\x25\xe1\x17\xc2\x23\xa3\x6b\xc5\x44\x96\xbf\x7d\x09\xa9\xe5\xd1\x5c\x4a\x26\xec\x69\x29\xf9\x85\x38\x7f\x4a\x0b\x5c\xfa\x67\x82\xbf\x5f\x75\xed\x7e\xf5\x84\x1a\xb0\xfe\xb1\x08\x9f\x03\x36\x4e\x9b\xaf\x13\xd0\xa6\x68\x7b\xa2\x63\xec\x59\xf1\xe3\xbf\x7f\x5d\xfc\x97\xcf\xfe\xf8\xc7\x65\x71\x6e\x23\xb2\x38\xd8\xba\xaa\xf0\x44\xa6\x0d\xf8\x2a\x40\xb5\xf7\x9e\xd1\x29\xb8\x57\x7c\xc1\x93\xf9\x1f\xf6\x57\x43\x34\xae\x5d\x6e\xda\xfd\x97\xf4\xdc\xb6\xdb\x96\xe8\x82\xe5\x02\x65\x74\x99\xf8\xc6\x3d\xc9\x7a\x4f\xdb\xf5\x60\x01\x91\x8d\x40\x23\xdd\x29\xa4\xf8\x7a\xd3\x36\x57\x65\xb7\x5f\x3d\x77\x19\xbd\x31\xc2\xa2\x74\x36\x3a\xec\x0b\xdd\x33\x5e\xf0\xa6\x75\xe5\xd5\x69\x52\x29\x9b\x61\x59\xef\x69\x8a\x9e\x44\xeb\x88\xa4\x5f\xe3\x9f\x72\x63\x75\xbf\x5e\xc8\x15\xe2\x33\x05\xb2\x62\x66\xcf\xda\xab\x2b\x02\xb0\xf2\x60\x8e\x7b\x7b\x2e\x85\xf2\x88\xa6\x90\x74\x61\x0e\xc4\x7c\xbc\xe0\x9b\x97\xdd\xb9\xaf\xbf\x79\x56\xec\x4f\xf4\x83\xee\x0a\x5d\x9d\x46\x9e\x02\x5a\x2b\x73\x56\x54\x82\x0f\x3b\xdb\x0f\x5d\x4f\x77\x95\xde\x2e\x5a\x7a\xd7\xfa\x71\x31\x5a\x3c\x10\x90\xf1\x74\x11\x21\x22\x7d\x9b\x88\x7a\x3e\x1a\x22\x72\xe6\xfa\xfc\x56\xcb\x02\x1f\x36\xae\x74\xfb\x70\x43\x55\x5e\xa1\x8a\xd8\x10\x5a\x18\xc7\x87\xcf\x11\xa5\x16\xc6\xec\x99\x98\x6a\x20\xf0\xa2\x6d\x22\x2a\xc6\xed\x0a\xa8\x8a\x2e\x59\x3c\xb8\x7b\x3c\x8d\x38\x7d\x44\xe8\xd1\xbe\xc6\xb9\x64\xef\xec\xcc\xa0\x98\xc1\xcc\x8f\xc7\x6c\xdd\x99\x69\xf9\x63\x88\x26\x46\x27\xec\x0c\xe8\xa7\x49\x9e\x68\x5c\x1f\x7a\xb9\xb7\x06\x3b\x64\x85\xd0\x68\xb8\x13\xcf\x18\x8d\xcf\x83\x67\x94\x72\x30\x3f\x0c\x53\xd1\x65\x2c\x41\xc7\x6a\xc1\xdd\x43\x72\x27\x2b\xf4\x1a\xd3\xb3\xc4\xa6\x29\x0f\xbc\x3e\x96\xc4\x5d\x8e\xbb\x3e\x1a\xb3\x2d\x03\x57\x5c\x29\xcb\xb8\xe7\xee\xe8\x2d\xdc\x6d\xf1\x16\xe0\x01\x10\xf6\x76\xae\x4d\x1d\xe7\x4b\xe3\x29\x78\x8c\xaa\x8a\xcc\xa7\x4b\xc7\xcb\xd4\x0f\xf6\x5a\x1b\x97\x76\x69\x0d\x4b\xa2\x46\xe8\x20\xdc\x18\x7e\xc9\xad\x82\x10\x52\x95\xf6\x78\x8d\xe3\xf0\xfa\x4f\x46\xd7\x9c\x9b\x59\x2a\x43\xa6\x7c\x92\x90\xf1\xe7\x65\x43\x6f\x31\xd1\x40\x9e\x94\xd7\xcd\x19\xd3\x54\x45\x73\xa2\x71\x80\x8b\xd9\x53\x9f\xbc\x00\xc9\xb8\x8b\xef\xbf\x59\x7d\x4a\x58\x28\xad\xd7\x96\x95\x25\xa6\x97\xb0\xfa\xe0\xe8\x0d\x37\xa0\x5f\xe5\x76\xc9\x30\x04\x59\xfc\x25\xeb\x27\x25\xac\x18\xe8\x16\x1e\x7c\x44\xd5\x05\xba\x5f\xb1\x5e\x2c\x79\x29\xf8\xcd\x44\x0c\x29\x55\x85\x89\x4f\xa8\xc1\x14\xd7\x2a\x67\xb7\xbe\x6e\x85\x99\xa4\xe7\x89\x09\x94\x85\xa3\xf1\xaf\xaf\x4b\xb7\xbe\x02\x36\xde\xae\x1e\x11\x79\xd3\x32\x05\x3e\xd0\x02\x5a\xc8\x66\x4c\xf1\x21\x01\x7c\x48\x44\xdc\x9e\xc8\xac\xd6\x7c\x5e\xdc\x3f\x2a\xf9\xff\x19\xd0\xeb\x9a\x6e\x3e\x61\x26\x3a\xc8\xab\x1f\x86\x9a\xee\x79\x3f\x14\x22\x15\xa1\x53\x84\x6d\x20\x66\x4e\xc9\xf5\x31\x9b\x67\xf0\x84\x1f\xcb\xce\xe8\x79\xbf\x2c\x1b\xec\x3e\x91\x54\xd2\x80\xbc\x3d\x84\x40\x30\xdf\xfb\xfd\x59\xf1\xe8\xfb\xe2\xba\xbd\x1c\xca\x7a\xab\x10\x8e\xde\x1b\x4f\xd1\x13\x3d\xaf\x07\x61\xc2\x8d\xf5\x18\x08\xfa\xc6\x16\xca\x0c\x7c\xad\x9c\x14\x4d\x29\x3a\xa0\x27\x1a\x1c\x71\xbd\x32\x3c\xae\x16\x68\x45\xcc\x9c\x88\xf5\xcd\x4e\xa9\xca\xa1\xcf\x8e\x8f\xf6\xd7\x9c\xaa\xd3\xf8\x68\x51\x3b\x7d\xf1\xe0\x4b\xfa\xef\xa2\x37\x47\x2b\x0f\xdb\xb5\xdf\x01\x65\xf5\x33\x62\xa3\xb0\xc9\xb6\x64\xa3\xcf\xce\xff\xec\xd1\xeb\xa7\x73\xf0\xa7\xa1\x1f\x36\x1b\xc2\x1d\xab\x0b\xbc\x79\x74\x09\x5b\xf3\x41\x41\x4c\xe4\x7e\x6f\xe9\x49\x24\x64\x48\xdc\x22\x23\xe0\x02\x7d\xb9\xbe\x14\x06\xfe\xac\x10\xd9\xc8\xce\x0c\x7d\x65\x98\xbe\xd7\x0f\xc4\x89\xd3\x82\xe3\xca\x01\xfd\xf6\x65\xdc\x9a\x29\xb1\x25\x0b\x1d\xa8\x28\xac\x57\x45\xd4\x8b\x91\xcd\x59\xfc\x0c\x09\xe0\xab\xc5\x20\x1c\x47\x5b\x6f\x73\xb2\x5c\x2e\x0d\x3f\x0a\xfd\x9c\xd8\xca\x57\x09\xd7\xa8\x7f\x5d\xd2\x56\xad\x83\x28\x11\x8b\xee\xec\xaf\x0e\x58\x6c\xb7\x05\x87\xc2\x92\xc5\x2d\x3d\x9c\x15\x4a\x2a\x6a\xcd\x2c\xf6\x27\x3e\x1e\xbd\x70\x29\x25\x5d\x46\x7a\x5b\x2f\x5b\xbc\x1a\x47\xab\x45\x7f\xa1\x07\x8e\x66\x40\x4f\xb5\xf0\x25\xa8\x44\x5c\x51\x9f\xc9\xb9\xa8\x2e\x7d\x16\x69\x55\x2f\xd2\x2e\xfa\xc4\xc8\x94\x45\x9d\xcf\x94\x31\xa6\x23\xa1\x02\x9b\x25\x6d\x2b\xcb\x80\xe2\x00\xa8\xc0\x40\x00\xf4\xb3\x0a\x3f\x5f\x2d\x62\x99\x63\x19\x42\xbf\xfa\x09\xff\x25\x22\xc6\x74\x38\x98\xfc\x0f\x55\x20\x7c\xb5\x7b\x95\xc8\x1c\xd7\x2a\xa9\x82\xec\xb1\x18\x06\x26\x21\xea\x32\x92\x5a\x3b\x7b\x00\x69\xb6\xef\xaf\x57\xcf\x89\xe8\x91\xe3\xf4\xa7\x62\x22\x54\x05\x0a\xfd\x60\xd1\xb7\x9b\xd2\xd4\xeb\xb7\xd5\x7e\x52\x42\x12\x23\x55\xf2\x57\x58\x04\x9f\xc4\xdc\x12\xed\xdf\xd1\xfb\x3a\x42\xf5\x6d\x23\xac\x89\x85\x98\x38\x79\xdf\x97\x45\x26\xf1\x00\x83\x71\xa2\xcd\xe0\x33\xc2\xef\x43\x0f\x29\x73\x40\xdf\x60\x5d\x26\xfd\x8a\xe4\x73\xae\xd7\xf4\x5c\x79\x9a\x12\x68\xfc\xf6\xe1\xd0\xfa\xed\xed\xfe\x12\xad\xda\xd5\xd3\x81\x91\x34\xdd\x4e\x7a\x45\xaf\xe8\x40\xf0\xe1\x57\x1c\xfe\x53\xd3\xee\xe8\x26\x57\x91\x67\x67\x10\x7b\x27\xc8\x9f\xbc\xac\x9a\x50\xcf\xeb\xd5\x85\x3e\x6e\xae\x92\xf5\x6d\xfe\x54\x64\xb2\x6a\xac\xf3\xd2\xbf\x1e\x42\xe5\x30\x3d\x4c\xb8\xdf\xf9\xd5\x66\x29\x68\xa0\x97\x47\x54\x7f\xa3\x04\x18\x4d\xf3\x14\xf1\xb0\x25\xb4\xf4\xc5\xe5\x97\xf7\xfb\x2f\x3e\xb9\xfc\x72\x84\xce\xe9\xbd\xad\xf4\x65\x32\x07\x21\x04\x7a\x3b\x74\x86\xde\x87\xa6\xb8\xbf\x2d\x70\x69\x53\xa1\x1f\xe0\xb6\xca\x6e\xe6\x8b\x4f\xe3\xa3\xaf\x7d\x09\x32\xa0\xde\x97\x65\x05\x5c\xc2\x72\x4f\x2b\x97\xc2\x9f\xdf\x87\x15\x7d\x6b\xe5\xf8\xf6\x38\xc0\x3c\x3d\xa2\x20\x4b\x97\x1f\x29\x90\x8e\x7a\x14\x0d\xa1\x0e\x7a\xc2\xa5\xe6\x78\xa7\x65\xd6\x25\x11\xab\x54\x66\xc6\x27\x6c\x8b\x33\xf6\x19\x6f\x2a\x84\x57\x8c\xfb\x4e\x5d\x29\xe7\x8d\xd6\xa7\x89\x42\x71\x62\x93\x4d\xbf\x1e\x1a\xdd\x01\xbb\x95\xa3\xf6\x1d\xe1\x39\x3c\x64\x34\x37\x88\x2f\xf8\x89\xd1\x07\x9d\x76\xa9\x6d\xe6\x58\xaf\xe2\xa3\xb0\xe2\x1f\x2f\x0b\x08\x54\x71\x0a\x69\x60\xb4\x7e\x98\xca\xfc\x0e\x1a\xc6\x8e\x9e\x06\x72\x71\x64\xb2\xad\x27\x5a\xf7\x66\xb4\x81\x15\xd1\xe5\xc0\xe8\xf4\x36\x98\x16\x24\x99\x01\x17\xd1\xd0\x93\xe9\xf0\xce\xf2\xea\xea\x3c\x1e\x2b\x28\xf0\x3c\xa6\x3f\x6a\x9d\x45\x0c\xb2\xb3\xb7\x2c\x34\xed\x96\xf5\x0c\xda\x9a\x0e\x3d\x70\x88\xb3\x60\xf0\xdd\x3c\x03\x0a\xb1\x98\x3e\xaa\x75\x59\xca\xb1\xdc\x33\x7b\xaf\xe2\x5d\x3a\x02\x2c\x29\xc1\x18\x31\x54\x37\x3f\xd2\x8f\xc2\x50\x3f\x9e\x8c\xd5\x5f\x35\x42\x6c\xc0\xf4\xa3\x15\x6d\x16\xd2\x6c\xb8\xa3\xcf\x00\x14\x09\xb1\xbe\x0c\xef\xdd\x86\xc5\xa6\x7c\xf2\xc2\xee\x54\x6d\x4b\xe8\xa7\x94\x2d\x6f\x76\x74\x50\x07\xec\x1e\x76\xe9\xc8\x54\x8f\xa0\x90\xb4\x87\x20\x90\x1a\xcd\x81\x47\xe7\x4c\x3e\xe8\x3e\x79\xfe\x08\xdb\xad\xfb\x1d\xcb\x8b\xc2\x94\x08\x07\x0e\x42\x08\x05\x7e\xff\x88\x05\x00\xf5\xab\x22\xf3\xff\x2a\x52\x4e\x16\x38\x2e\x7e\xc6\xf2\xbd\x92\x6b\x87\x77\xc3\xdf\xb9\xec\x4a\x98\xfc\x02\x06\x60\xa1\x46\x5f\x9a\xdd\x51\x30\x42\xb2\x8c\x01\x97\x94\xe3\xf5\xbc\x38\xed\x6e\x88\xde\x61\xcc\x30\xe6\xfe\x3d\xad\xf2\xe3\xf8\x6d\x60\xa2\xa8\x01\x4b\xe1\x02\x19\x13\xab\x29\xfb\x1f\x29\x1c\xe6\x4e\x4d\x83\xe9\x11\x53\x40\xf3\x23\xee\x69\xf5\x98\x1f\x89\x45\xd3\xae\x1e\xd1\x43\x4d\xdb\x44\x55\x9e\x0e\x2d\xd6\x9c\x00\x09\x35\xef\x5f\x2d\xf0\xb2\x3e\x9b\xa7\xdd\xf1\x00\x73\x91\x08\x33\x59\x5c\xfa\x68\xa2\x53\xd3\x73\xbc\x78\x31\xa1\xf1\x7f\xb4\xb9\x66\x2d\x08\x72\xa3\x8a\xed\xfc\xfc\xbb\x0b\x11\x1d\x9d\x7f\x57\x18\x66\x8e\xb8\x9b\xef\x9c\x3b\xf4\x3f\x75\xf5\x4a\x64\x60\x10\x99\xbd\x30\x27\x9a\xe7\x16\x1f\xf5\x4f\xfe\x7c\x61\xcd\xfe\x99\x88\xbb\x21\xc9\x93\xea\x0f\x89\x30\xe0\x8f\x4f\x86\xa3\x57\x28\x3c\x04\x49\xf9\xe8\x2e\x6e\x22\x70\x85\x96\xb5\x6f\xbf\xcc\x09\x9c\x7f\x59\x98\xfa\x40\x3c\x2d\x28\xae\x00\x97\x09\x52\x99\xb9\xa3\x0e\x05\x51\x89\x98\x10\xb3\xd7\x0b\x51\x97\xc7\x92\xce\xd2\x47\x0f\xd6\x1f\x47\xd9\x7b\xde\x2c\xa1\xe3\xff\x74\xd3\xf8\x74\xc0\x59\xc9\x3a\xe9\xcb\xbf\xd9\x5b\x9a\x6e\xab\x16\xbc\x08\x01\x31\xe5\x3d\x07\x28\x2f\x1c\xe3\x15\xbe\x62\x65\xa3\x2a\x28\xa2\xfb\xc3\x05\xa3\xfa\xe6\xd7\xb7\xd7\xb7\xcd\x2d\xb5\x05\x7b\x26\x3b\x00\xcc\x48\x24\xf4\xd1\x0b\x0f\x26\x77\xce\x52\x2d\xc8\x52\xef\xa8\x43\x07\x85\x80\xca\x66\x53\xd3\xc9\xbb\x73\x5c\x42\x22\xb7\x3d\x71\x87\xf7\xfb\x0f\xd1\x72\x53\x11\x5d\xd2\x68\xa5\x0b\x48\x76\xe5\x45\x63\xf6\xe3\x73\xaf\x24\x5e\x53\xe3\x6d\xd7\xd9\x8d\xf3\xea\x62\x19\x47\x4d\xa8\x10\xcc\x19\x50\x78\x40\x63\x09\x8f\xe5\xaf\xc4\x8d\x49\xb0\x74\x7c\xf9\x6c\x79\x84\xac\x41\x5e\xc5\x7d\x7b\x43\xcf\x55\xd0\x78\xaf\x2f\xe9\x06\xad\x09\x5d\xda\x66\x86\x87\x68\x99\x44\xf5\x74\x9c\x0a\x52\x88\x25\x1c\xd7\x8c\x77\x7b\xae\x0a\x51\x6f\x93\x1a\x19\x03\x70\x6b\x4d\x47\xf7\x72\x52\x35\xb9\xa3\x73\x75\x64\xef\x19\x9e\x26\xb9\xcd\xd0\x8c\xd2\x0c\x33\xb5\xc2\x7a\x84\xf5\x8d\x7b\x71\x0b\x6f\x95\x68\x94\x3c\xf7\x8c\x0d\xa2\xb7\x8b\xb6\x99\x0d\x0f\x12\x26\x9a\x25\x1b\xd9\xeb\xe0\x49\x1b\x65\x23\x2b\x41\x70\x20\x75\x54\xbf\x1f\xa7\x78\x6b\xd3\x74\xa6\x80\xc7\xdf\xaf\xed\x96\x8b\x6e\xcc\x3b\xb4\x1f\x5e\x9f\x77\x6f\x3d\x2c\x4b\xd2\x6e\x90\x09\xd8\x5f\xa9\x5e\xba\x9e\x51\x18\xd0\x42\xd5\xc1\x22\x72\xaa\xef\xc0\x25\xca\xec\x56\x2f\x69\xbb\xa1\x86\x6b\x72\x49\x9f\x28\x64\x44\x36\xe7\x67\x44\x2f\x6d\xb9\x67\x05\xa9\x6f\xb5\x87\xf4\x84\x78\x91\x33\xc2\x4d\xc4\x90\xe7\x2a\x39\xba\x9f\xa2\x6b\x61\xe4\x45\xcf\x86\x81\x9e\xe3\x54\x25\x6b\x44\x37\xc5\xaf\x05\x34\x4a\x95\x3d\x29\xe5\xc2\x82\x80\xc3\x89\x78\x5b\xa6\xe5\x23\x9d\x4a\xcb\x1a\x9e\x21\x07\x86\xbd\x07\xa3\x0e\xbe\xea\x68\x3b\x7a\x3b\x43\x3b\xac\x51\xd7\xc7\xc1\x57\x37\x69\xdd\x9e\xba\xd9\x43\x93\xc3\x04\xba\x41\x87\xb2\xe0\x3d\x9f\x60\x56\x3a\x1d\xcd\xad\x7c\x86\x25\xae\x80\x5e\x30\x2f\x3a\xb9\x20\xaa\x6b\x5e\x5c\xb2\xa0\x8b\x51\xd7\x58\x6d\x31\x30\x81\x61\x06\xde\x36\x21\xc7\x4e\x3b\x98\x7a\xc8\x72\x80\x44\x0a\xcb\x04\xd9\x75\xc3\x07\xb5\x6d\x84\x66\x6f\x02\x32\xf4\x0a\x5d\xbe\x27\x65\xd9\x09\x5a\x6c\x2c\x4b\x14\x41\x87\x72\x8f\x60\x02\x60\x53\x32\xd3\x21\x6d\x31\xed\xf8\xe9\x34\xe9\x2f\xdd\xc0\x69\xbf\x7c\xa2\x20\x6e\xc1\x00\xe4\xf9\xd2\x91\xf8\x06\x69\x73\xf9\xe1\xe0\x61\xe0\x90\x8d\x27\xaf\xec\x57\xda\x8f\xf2\x22\xe3\x95\xf8\xe7\xa6\xbe\x10\xc3\x8d\xf5\x65\x67\x9a\xcd\x2e\xbd\x15\xed\x6e\x6b\x0b\xf9\x5c\x9a\xe9\xb5\x58\xfc\x8c\x6b\xf4\x6a\x41\xaf\x42\x73\x6d\xd7\xaa\xa9\x50\x11\x8d\xfc\x62\x0a\x5a\x29\x48\x36\x43\xf1\xba\x09\x68\xa1\x7c\xc5\x0d\x58\xff\xfd\x6c\x7d\x2f\x8f\x85\x30\x65\x41\x77\xba\x59\xb7\xcd\x0a\xa2\x09\xba\x76\xa7\x68\xb8\x04\xeb\x1a\x91\xab\xa8\xb9\xcd\x89\x85\x9b\x7c\x15\x45\x15\xea\xc0\xb3\xd7\x75\xfb\x1a\x62\x97\x73\xe6\x73\x6f\x8c\xa3\x6d\x37\x40\x2f\xab\x37\xff\x41\x37\xd8\xb2\x94\xe0\xa4\x80\x90\xd0\x31\xa0\x03\x01\x2a\xdf\xb4\x26\xdd\x1f\xfd\xfd\xa4\x3d\x58\x3e\xda\xf8\xcc\x57\x7f\x01\xd9\xc0\x7e\xc9\x98\x1b\x04\x33\x51\xb2\xdb\x19\x7c\x8d\x67\x58\xd9\x49\xd8\xd3\x2d\x93\x5a\x07\xfa\x40\xa8\x5f\x58\x2d\x1e\xf2\x5c\x03\x7b\xe0\x11\x79\xce\xc7\xa8\x05\x3b\xe3\x6d\x91\x5e\x2d\xc6\xd6\x4a\x33\xd6\x2a\x8a\x00\xfa\x40\xae\xc2\x4c\x49\xe4\x44\x84\x5c\xfa\xd2\x98\x9a\xd5\xa3\x60\x1b\xd8\xe2\xa0\x2e\x37\xfc\x4c\xf6\x5e\xfd\x2b\x4a\xb5\xb1\x1c\xcd\x2d\x88\x20\xb6\xc4\x27\xaa\xae\x86\xc5\x56\x43\x99\x4d\xa7\xf8\xfe\x9b\xc5\xe2\x30\x5c\x52\x93\xc1\xb0\x2a\xec\xdd\x21\x8c\x59\x2d\xed\x44\x65\x30\x21\xd3\x99\x3f\xe1\x47\xd4\xd7\xf4\x36\x35\xd6\xa5\xfc\x26\xf3\xa2\xee\x74\xc4\x9f\x41\x8d\x48\x3f\xce\x00\xdf\x60\xc9\x0e\xed\x8e\x68\x51\x7c\xf3\x07\xa7\x15\xf5\x34\x53\xa4\x40\x72\x76\xe7\x4e\x2c\xaf\xba\xc1\x03\x60\x06\x66\xb6\xc3\x1b\x1d\x5e\x6d\x95\x5d\x6d\x89\x47\x79\xe0\x95\x7b\x7c\x1c\xd9\xa2\xa8\x77\x76\xa4\x4c\xb3\xa5\xee\x1f\x5e\xb3\x72\xe7\x58\x0c\x93\xbe\x2f\xb4\x29\x20\x0b\xae\x60\x3d\x26\x5a\x09\xa2\x6d\x99\x05\x98\xb1\x73\xac\x5b\xd9\xa0\xd5\x79\x79\x63\x58\x93\x36\x1c\xb6\xe0\xf4\xc2\x69\x78\xf3\x1b\xee\x09\x10\x93\x5f\xe3\x1c\x22\xb0\x70\xd1\xca\x8d\x65\x69\x52\x4f\xc4\x4c\xca\xcd\x59\xd1\xaa\xe8\x6d\xbe\xdd\x72\x91\x27\xb6\x85\x20\x6e\x0c\xeb\xa5\x3f\x6a\x30\x00\xa5\x6d\xdb\x27\x76\x03\xce\x1c\xf0\x8c\x81\xeb\xad\x60\x4e\xd9\x54\xa5\xf3\x7b\x09\x42\x92\x77\x17\x52\x27\xc8\x89\x09\xf9\xd1\x11\x32\xae\x32\x13\xe3\x39\xaf\xc1\xcb\x10\xce\x58\xe7\xe6\x15\xa2\x6e\xc8\xf4\x9f\x34\xe6\xb6\xed\x55\x20\xeb\x51\x55\xcd\x1a\x2b\x96\xc9\x66\xb0\xba\x96\x5e\x79\x3b\x59\x6c\x00\xa9\xc0\x5f\xef\x08\x0d\x8a\x30\x51\xe3\xd6\xb9\xc2\x37\x68\x24\x46\xcd\x83\x51\x24\xb2\x48\x15\xbd\x8c\x2a\xd6\xe5\x1e\x16\xab\x2f\xa6\x5a\x59\xde\x2d\xaf\x76\x0e\x8c\x04\x35\xb4\xcc\x07\x3a\xd9\x73\xc0\xf4\x41\x33\x71\xf7\xf6\xfb\x3d\x4d\x54\x5f\x8c\xc8\x83\x70\xa0\xad\x13\xf2\xed\x99\x9f\x57\x28\xc6\xba\x46\x79\xea\x90\x10\x6e\x84\xe7\xc1\x71\xaf\x33\x88\xa9\x61\xab\x6c\x43\xa8\x34\x43\x36\x4f\x3a\xcd\xf4\x4c\xcb\xf1\x0c\xc2\x72\x9c\x07\x99\x0d\xd3\x90\xe9\xbc\xe3\x99\x5e\x16\x2f\x69\x3c\x10\xe4\x06\x45\xa8\x49\x14\xae\x7a\x19\x2c\xbf\xcb\x22\x83\x73\x89\xf0\x20\xc5\x21\x3a\x8c\x7f\x09\x06\x49\xda\x17\x3e\xa4\x9f\x47\x9f\xce\x9b\xd4\x2a\xd0\x77\xdc\x12\x9d\xed\xa9\x6c\xcf\x59\xd8\xd6\x0a\x53\xc3\xf8\xf8\x11\xd1\x11\x3d\xf0\xcc\xac\xec\x08\xa2\x40\x6f\xa1\xe4\xb1\x71\x8a\x7b\xc5\x06\x81\x91\x6c\x8a\x71\x69\x3d\x3a\x3a\xd0\xdd\x29\x36\x8f\xd7\x55\x3f\xaa\xc4\x0a\xda\x37\x31\x6d\x95\xfe\x89\xcb\x2d\xfd\x7d\x12\x08\xb9\x46\x61\xb4\x54\xc2\x58\x31\x93\x21\x27\x84\xfb\x08\x50\xe6\x27\x58\x69\x4e\xd8\xcb\x04\x60\x4a\xf7\x7b\x5a\x8b\x26\xb6\xb3\x4d\x8e\xa2\xe8\xfa\x09\xa6\xaa\x45\xdd\x56\xd0\x1a\x0f\x06\x1a\x81\x1b\x20\x2b\xf3\xa7\x71\xe7\xe1\xf8\x8d\x24\xfd\x51\x9f\x91\x1d\xc5\x0f\x16\x66\xbb\xe5\x4b\x22\x53\x7f\x22\x67\x4f\xaf\xc5\x64\x5b\x18\x3a\x87\xcc\xc4\x46\xa1\x78\x9d\xa9\x25\x20\xb2\xff\x67\x55\x11\x20\x56\xfe\x3f\x6b\x21\xc2\x24\xfc\x62\xfe\x34\xbb\x1a\x81\x80\x60\x53\xfd\x39\xec\xa6\xd7\x23\x90\x4a\xe1\x82\x04\x9a\xa9\x34\xdc\x1d\x38\x29\xbf\xa0\xcc\x37\x31\x79\x95\x1c\x24\xee\x66\xa0\xd5\xb1\x75\xeb\x5f\x2e\x15\x92\x9f\xca\x60\xc1\x27\x4d\xd2\xca\x2c\x8b\xc7\xcc\x28\x36\x52\x59\xc9\x33\xb9\xea\x30\xc3\xa8\x2c\x23\x05\x43\x48\x83\xe8\xeb\x46\xd4\x76\x1e\x31\x1c\x99\x31\x65\x1b\x48\xcb\x7f\x83\x64\xa6\xeb\x05\x4e\x8e\x86\x61\x61\xfd\x08\x6b\x0a\x20\xa5\xae\xb2\xc2\xfe\x32\x4b\xc7\x0b\x0f\x83\x02\xa2\x8b\xc4\xa0\x51\xa5\xdb\x5f\xf4\xae\x6b\x9b\xeb\x2f\x1f\x39\x5a\x41\x3e\xd6\x78\xb1\x69\xf4\xcd\x9f\xbe\xf8\x44\xcb\x2e\xfc\xae\x7e\x5b\xba\xdd\x70\x49\xed\xb7\x84\xdd\x60\x24\x1e\x8d\xc2\xeb\xa1\x25\xde\x25\xe1\x2f\xd9\x3e\x1c\x4c\x4a\x87\xeb\x40\x97\x39\x87\x67\xd3\xd7\x92\x97\x0f\xb6\xf1\xa5\x61\x78\x79\x03\x8e\xc0\xbc\x15\xb1\x2b\x46\xac\x28\x13\xbb\x20\xb5\xb6\xf1\x57\x23\xdd\x9d\xd0\xb3\x27\x80\x13\x19\x0d\x93\xa0\x60\xf1\x65\xbd\x9b\x20\x4d\xfb\x3d\x98\x41\xe1\x7c\x2f\x43\x55\x26\x63\x44\xbc\x43\x3c\x77\x03\xc2\x8c\xe9\x50\x4f\x90\x8a\x14\x58\xe4\x3c\x91\x85\xf2\x35\x57\x0f\xb5\x1b\x26\xe8\xf0\x95\x35\xde\x74\xd5\xce\x7d\xbf\xfe\x70\xe5\x27\x39\x0a\x98\x3d\x47\x31\x7f\x82\x3f\xf0\x68\x11\x0b\xa0\x48\xd1\x0f\x3d\xa2\xc5\x40\xfe\xe7\x48\x71\x0c\x98\xa3\xc5\x5b\x6a\x45\x1b\x6a\xb1\x25\x9b\xa2\x44\x35\x2a\x1a\xde\x82\x15\x27\xbd\x07\xbc\x18\xe6\xfe\x36\xa4\xc8\x4c\xa3\x2c\x8b\x08\x73\x78\xa3\x1e\xfb\x5d\xa4\x91\xd0\xe8\xf1\x76\xc0\x40\xdc\x73\x90\x8f\x4a\xf9\x8e\xa7\x57\xd8\x17\xe5\x24\x0d\x6f\x10\xee\x86\x0d\x2b\xe1\xfc\x6d\x17\x2e\x21\x1c\x90\xe2\xbf\x09\xcd\xc4\xef\x87\x47\x62\x0b\xd7\xd2\xad\x9d\x69\x41\xad\x95\xbd\xdc\xf8\x1d\x5a\x0a\x78\x49\xb8\xb5\x80\x95\xbc\xd2\x0d\x1c\x56\xef\x59\xb8\x32\xd8\xbc\x79\x2b\x80\xdb\xd0\x52\x86\x8e\x62\x7d\x65\xe2\x6c\x29\x0a\x7d\x6f\x82\x27\x1b\x8c\x3a\x2d\xeb\xdc\xe5\x52\x82\x61\x54\x24\x42\x74\x66\x43\x58\x60\xeb\xa9\x5a\x06\xed\xf5\x63\xdc\xcf\xc0\x6a\x0a\xbf\xd6\x28\x5c\xb6\xbd\x11\x15\x1b\xae\xb5\xe6\xb5\x8c\x13\xa7\x33\x56\x95\xf5\x9b\xdf\x09\x1b\x38\xc3\x53\x4e\x17\x95\xe7\x2e\xb6\xf5\x6a\x5b\x21\xd5\x83\x65\x45\xb6\x03\xb2\x4f\xbd\xac\x12\x81\x10\xd2\x19\x81\xb0\x87\x01\x61\x9f\xad\x49\xb8\x35\x18\x58\x42\x94\xf6\xf0\xc5\xf7\xe0\x10\x1b\xbe\xe9\xa1\x2f\x69\xed\x87\xb6\xca\x46\x56\x8a\x8c\x47\xa4\x36\xb1\x93\xc8\xd9\x48\x5d\xc6\x15\x2f\x92\x6a\x8a\x31\xc2\x94\xe2\x74\xf2\x99\xe4\x00\xb2\xe4\xb6\x4f\x9b\xaa\xf8\x19\x1a\x5a\x57\x96\x23\x1a\xf7\x83\xe2\xe5\x48\xbe\xda\x1e\xe0\x60\x55\xf4\xb6\x51\x0b\x2c\x36\xce\x13\x81\xa6\x15\x0f\x8a\x68\x40\x98\x29\x9c\xd9\x4a\x16\x5a\xcc\xb2\x09\x28\x49\xc6\xac\x48\x29\xdd\xd5\x88\x99\xbe\xcb\x77\xd5\x36\xd9\xda\xe9\xf1\x68\xe7\x2b\xe7\xd8\x6a\xf7\x2e\x2d\xbd\x2b\x06\xd3\xaa\xce\x9b\xca\x57\x20\x73\x66\x50\x58\x3a\xd1\x70\xdc\xf3\x39\x35\xf9\x48\xaa\x3b\x29\xbd\xe2\xcd\x7f\xe0\xb8\x0c\x0d\x9e\x3c\xcf\x94\xc9\xc9\xf3\x46\xfb\x4c\x74\xb3\x49\x32\xdd\x18\xed\xdf\xeb\x84\x13\x71\x4c\xa4\x97\x3d\x0b\xae\x34\x78\x14\x1b\x0a\xef\x7f\x38\xf5\x98\x33\x28\xbc\x1b\xe3\x79\x98\x40\x0b\x7c\x5f\xbc\x7c\xfe\x7d\x78\xfe\x8b\x03\x33\xdc\xa8\x9d\x6e\xb7\x37\x8e\x1c\x8d\x26\x1c\x2e\xdd\xc4\xbc\x38\x38\x6c\xd5\x71\x9b\x47\x10\x29\x12\x63\x4b\x3a\x5d\x36\xdc\xc9\xba\x85\xbb\x9d\x18\x7e\x9e\x15\xbb\xf1\xc6\x2c\x7e\x06\x41\xf4\x6a\x21\x82\xfd\xe7\x2a\x63\x8f\x2a\xa5\x54\x47\x1c\xf5\x4c\x4a\x09\x7d\xc7\x44\x6c\xa2\x18\x39\xe1\x84\xf7\x7c\x41\x88\xb2\x1c\x86\xa2\x3e\xed\x04\x87\x9e\x11\x85\x64\x51\x0a\x0b\x8d\x41\xb4\xec\x37\x2c\xe1\x1f\x5c\x6d\x8c\x1b\x14\xb9\xf2\x13\x42\xfc\x5a\x2b\x58\x93\x00\xcb\x4b\x08\xdd\x4e\xb0\x39\xab\x4e\xc7\xd3\xa9\x97\x8f\xf8\x36\x72\xb3\x60\x17\x17\x1a\xca\x17\xfd\x81\x26\xbe\x81\xf5\xf9\xea\xde\x00\x32\x99\xc8\x68\xfb\xab\x23\x12\x8a\x9e\x38\xc7\x1c\x30\x6d\x15\x01\x7d\x39\x69\x0b\xae\x98\x1b\xd0\x30\x13\x7b\x2c\x3e\x8e\xa6\x82\x3f\x21\xec\x20\xe4\x4a\x28\xd3\xad\x52\x77\x08\xc4\xd8\x10\xe5\x1d\xc6\x00\x4a\x6e\x3a\x08\x38\x82\xfa\x59\x7d\xf4\xb0\x3b\xb2\x80\x14\xac\xac\xdc\xc7\x28\x10\x92\xee\xe9\x44\xa0\x46\xc5\x3e\x22\x1f\x2f\x36\x75\xdb\x84\xcd\x49\x2d\xae\x88\xb3\x30\xe2\x70\x62\xd8\x2d\xb3\x37\x7f\x2a\x5e\x0a\xf1\x61\x23\x87\x42\xd4\xf3\x9d\x5e\x8c\xf0\x58\x06\xcd\xf9\xc1\x82\x87\xc9\xc2\xf9\x7f\x47\xf7\x46\x3c\x56\xe5\x33\x3b\x7c\xf8\xcf\x6a\x50\x8f\x13\x20\xa5\x93\xbd\x53\x7f\xb3\xbd\x5e\x17\x00\xd1\x69\x68\xfc\xa9\xd2\x4d\x77\x2e\x28\x3a\xc5\x27\x7b\x38\xc2\x77\x96\x3f\xc0\x55\x59\xdd\x94\xc3\x6f\xdf\xba\x17\x50\x2d\xaf\x4b\x57\x5e\x37\x6d\x67\xa3\xf7\xc1\xa2\x2e\x37\x74\x5a\x2d\x28\x23\xfa\x97\x10\x81\x7e\x18\x57\xae\xb5\xdc\xd7\xa4\x6e\xcc\x96\x8d\x10\x2c\xdb\xcb\x3d\x18\x15\x8c\xeb\x07\x38\x16\x59\x43\x05\xd4\xae\xcb\xa6\x74\xab\x87\x8c\xa6\x80\x4b\xc2\xf1\x65\xd3\xd5\xa1\x64\xcb\x04\x6d\xb5\x54\xaf\x34\xae\x4d\x7f\x7b\xc3\x48\x5e\x7f\x3c\x74\xbc\xf6\x5b\x7b\x65\x86\xda\x2b\x31\xa0\x1d\x04\x63\x2a\xbf\xd4\x6d\x99\x3a\x85\xcd\x89\xa9\xc5\xa2\xb3\x00\x5d\xc7\xe6\x05\xc5\x47\xb4\xe2\xae\x34\x1f\x7b\x40\x22\x19\x3b\x16\x83\x31\x9c\xb2\xcb\x79\x99\xec\x43\xa6\x84\xac\x85\xf5\xca\x38\x5e\x31\xe8\x82\x28\x26\x37\xb3\x87\x3c\x14\xa4\xd2\x72\xf1\x1a\x0a\x73\x28\x25\xc0\x33\x55\x6a\x63\xcf\x7a\x89\x6b\xf3\x37\xfe\x8e\x33\x54\xee\x4c\xd7\x19\x46\x4e\x6c\x9f\x58\x81\x01\x85\xea\x40\xd5\x0d\xb4\x24\x9b\x9d\x5a\xd2\xb5\x57\x6b\x5e\x22\xf6\xde\xf6\x7a\x48\xd8\xaa\x11\x53\x3d\xe8\xf5\xdd\x13\x0b\x0d\x8c\x45\xef\x3d\xcd\xbc\x63\xdd\x2b\x71\xdb\x58\x4a\xb3\x9c\xd3\x60\x24\xfa\xf4\xf7\x54\x5d\x24\x35\xef\xd6\x59\xd0\xdb\xb6\x5d\x43\x41\xa8\x77\x97\xd1\xf7\x70\x30\x0b\xf5\x28\x17\xe7\xdc\x73\x68\xb0\x5a\xf5\xcb\x4d\x4b\xe6\xb0\xa1\x57\xa6\xb2\xcf\x5a\x8e\x94\x80\x8d\x8a\x4b\x22\x78\xef\x7d\x09\x57\xf4\xd2\x23\x23\xdf\x24\x1f\x2f\x74\xd6\x69\x63\xbe\x64\x29\x68\xc6\x9f\x91\xc7\x8c\x56\x4c\x3c\x25\x33\x40\xd9\x0b\x15\x4c\x6f\xa2\x33\xdc\x27\xdf\x7e\x7f\x01\x63\x0e\xd1\x0f\x06\x4f\xa0\xc4\xc3\x46\x9d\xdd\x96\xa1\x7d\x9a\x29\x6d\x6d\x2f\xe4\x4d\x53\x32\xca\x56\x47\x0a\x2f\x04\x74\x43\x7b\x4c\x3d\x8b\x4a\x41\x53\x50\x21\xfb\x56\xa2\xc1\xf7\x86\x98\x01\xb6\xf6\x7e\x99\x98\x9f\x17\xa9\xd8\x91\x07\x70\x36\xd6\x02\xf2\x90\xf5\x5b\xe2\x64\xe7\x3b\x50\x55\xaf\x6c\xda\x8c\xa2\x57\x2f\x15\x23\x4d\x8d\x08\x50\x98\xba\x32\xb6\xe1\x53\x4e\x07\x82\x8b\x04\x2d\x12\x19\x34\x41\xa8\xec\x48\xd7\xdb\xfa\xca\x63\x52\x01\x95\xa9\xc2\xa5\x10\x0a\x03\xb0\xdc\x7c\x11\x1c\x88\x90\xc3\x69\x0d\x0d\xc2\xea\x31\x53\xb1\xf1\x43\x20\xcc\xa4\xc0\x0d\x09\xb0\xda\xc9\xbc\x80\xee\xb7\xf8\xbf\xff\xfb\xff\x3c\xf8\x9a\x27\xfe\xb5\xeb\x6a\xfa\x53\xe8\x61\x15\x4b\xa1\x12\xf6\xc3\xb7\x52\x3c\x7f\x4c\x8c\x0e\x5f\x73\xaf\x2e\x74\x7a\xd5\x07\xb9\xfd\xe1\xea\x5b\x02\xec\x59\xf8\x4f\xf4\x53\x21\x2e\xb8\x8c\x0a\x82\x7e\x52\xa7\xcd\x0f\xcc\x02\xdc\xaa\x08\x60\x4b\x96\xe6\x03\x9b\x2e\xfe\x3a\x94\x9b\x6a\x7d\x3d\x94\x5b\x62\x14\x68\xf7\x20\x78\xd1\x97\xd1\xed\xca\x5e\xce\xb5\x3f\xb4\x09\xea\x4d\xed\xcd\xf9\x1d\xd9\xb4\x7b\x62\xb4\xb6\x91\x35\xe2\x1b\xa5\x6e\x25\x1d\x11\x9c\x60\xd8\x17\x87\x01\x06\x63\x50\x17\xab\xb6\x9a\xe8\x3d\xb6\x09\xf4\x07\x84\x09\x82\xf9\xba\xdc\x0d\x0d\x89\x1d\xa5\xc7\x54\x8c\x18\xa6\x8d\xa5\x85\x74\x9f\x69\xf5\xc0\x8f\x97\x39\x2b\xb1\x60\x1b\xce\xc7\x30\xda\x5c\xe8\x1b\xf0\x95\x20\x7f\xd7\x59\x5a\x89\x61\x58\x5c\x51\xaf\x44\xe1\xa8\x9a\x1b\x1e\xe0\xce\x5c\xc3\x1d\x84\xa5\x46\x12\x79\x42\x8c\x70\xaf\x7d\x1b\xc4\x21\x49\x2b\xa5\x5b\xd0\x67\x20\xe9\xeb\x99\x20\x0d\x20\x31\x25\x92\xc3\x83\xc3\xe9\x44\xd3\xff\x9d\x5e\x57\x73\x69\xe9\xe3\x85\x70\xc0\x2c\x60\xa7\x0d\x06\x4d\x45\x35\x9f\x32\x85\x7f\x20\x66\x77\x70\x0b\x2c\x34\x3d\x94\xab\xaf\xf9\xdf\x12\x5e\x5c\xb5\x35\x74\x94\x82\x83\x8e\x5b\xb0\x46\xae\x33\xaf\x57\x3f\x1a\x9a\xbd\xfc\xdc\xe1\xaa\x75\xa7\xd5\x77\xfc\x6f\xa9\x5f\xd9\x4b\x01\x90\xde\x49\xa1\x8b\x35\x80\x34\x0c\x9f\xfd\x17\x42\xcd\xb3\x2a\x8d\xb8\x43\x3f\x86\xe5\x64\x2c\xbe\x40\x7d\x14\x1e\x39\x3a\x08\xf2\xcd\x32\xbb\xe6\xcb\xaf\xc0\xdd\xa3\x34\x7c\x01\x26\x87\x69\x99\xad\x4a\x30\xdd\xfe\x33\x7c\xf5\xa1\xa6\x22\xfa\x0b\x52\x66\xff\x19\x5a\x28\xd1\x93\xf1\x31\x60\xfb\xda\x50\x28\xde\x21\x2f\x61\x86\xbb\xc7\x7a\xfb\xef\x74\x56\x2d\xc2\x89\x6c\xe5\xb3\xf7\xc5\x40\x98\x16\x09\x19\x22\x1b\x94\x7c\x5f\x4e\xb7\x25\x29\x6c\x40\x3d\x51\x39\x2e\x94\x8a\x2e\xa0\xbd\x48\x41\x36\xb4\x35\xdd\xda\xb7\x12\x2c\x60\xdd\x6c\x7b\x61\xc7\xd3\x0d\x1f\x75\x18\x61\x1e\x95\x6a\x30\xc8\x60\x33\xbd\x46\xd0\xd8\xf1\x7e\xbe\x61\xc2\x33\x4d\x02\xff\xf0\xc8\xa1\x47\x52\x68\x97\xb7\xdf\xf6\xb0\x79\x0f\x15\xce\x87\xfa\x86\x5d\x42\x6f\xab\x41\x57\x1b\xc1\x6c\xec\xea\xb9\xea\x78\x86\xe9\x78\x03\x4c\x1c\x6e\x3b\x07\x0d\xa1\x9b\x07\x7d\x14\x0d\xc8\xe3\x12\x08\x6a\x5a\x7d\xcf\x5a\x23\x33\xb3\xad\xba\x6d\xbc\xe9\x7e\x2b\x26\xc5\xeb\x43\x6d\x36\x56\x5d\x8d\xc2\x01\x10\xd2\x04\x21\x7d\xb2\xce\xb4\x45\x20\xbf\x71\x83\xbc\xb6\xce\x5c\xae\x88\x60\x32\xb0\x95\x6f\xe2\x40\xb1\x8e\xbe\xac\xe7\x35\x8c\x53\x55\xfc\x23\x0d\x5f\x8c\x1a\x4d\x0b\x89\x7c\xc2\x93\x06\x8d\x25\x64\x90\x86\x09\x24\x33\x77\x22\xb5\xd6\x9d\xe7\x6c\x0c\x73\x4b\xeb\x73\x47\x4f\xab\xde\xbe\xd7\x11\xe0\x9a\x68\x84\xdb\x9a\x9e\x6e\xa8\xd6\x93\x68\x2b\x42\xca\x4d\x4b\x96\x70\x7a\x53\x54\xab\x31\x25\x5a\x8f\x71\xe7\xa0\x7b\x0d\xaf\x44\xec\xc5\xa9\x1d\xe2\x60\xd5\x7b\x63\xbc\xd4\x5c\x49\x36\x7b\xbb\xbe\x3c\x71\x1d\x39\x61\x62\x37\x38\x07\x8e\xf7\x0b\xee\x61\xc4\x61\x01\xfc\x87\xd6\x55\x60\x4c\xc0\xcd\x20\x06\x4d\xcf\xee\x43\x79\xbd\x1e\x66\xfd\x4f\xcc\x0d\x78\x82\xc9\x18\x50\xb8\x44\xd8\xa9\x5e\x74\x6a\xcd\x5c\x39\x0e\x6c\xef\x18\xfd\xcd\x03\x74\x76\x03\xf7\x04\xd6\xe4\x13\xa5\xd0\x57\x56\x95\x3a\x89\xb6\x7e\xb6\x63\x7a\x65\x7c\xb5\xc7\x06\xc1\x75\x1a\x66\x8a\x8c\x77\x8f\x79\x4b\xfd\x3d\xb1\x67\x40\xc5\x50\x53\x3c\x6a\xb8\x7a\x25\x3f\x89\x18\x9a\x5d\x08\xe9\xd2\xd7\x79\x09\x63\xeb\xdb\x6a\xe1\x96\xf1\xc6\xac\xee\xff\xfc\xe9\xab\x1e\x92\x11\xba\xdc\x51\x23\xf4\xf3\x1f\x5f\x11\x4f\x7e\xff\xe7\xcf\x5e\xf5\x60\xca\x27\xd5\xd6\x57\x44\x8d\x66\x75\xb9\x8a\x87\x3b\x74\xf6\x58\xb6\x43\xbf\x7a\xb4\x55\x62\x37\xe2\x8b\x5f\x9d\xda\x79\x1d\x4d\x7e\xe7\x25\xc0\xd2\xcc\x95\xdf\xfa\x48\x11\xa3\x2b\xdf\x0c\xfb\xb5\xce\xb6\x07\x4a\xd0\x89\xc2\x59\xd1\x57\x97\x2f\xe0\x7c\xdc\xea\x97\xb0\x10\x98\x68\xb9\xc5\x34\x69\xfc\x5e\x08\xf1\x07\xf9\xf5\x25\x4f\x04\x93\xfe\x25\xf4\xd3\x4e\xf5\x45\x1a\x10\xa7\xb4\xb5\x50\x63\xcb\x1c\x49\xf1\x0f\x19\x70\x5e\xa0\x23\x52\x80\xc7\x61\x44\x1c\x2e\x25\x81\xee\x2c\x2f\x8a\x80\x3d\x84\xf7\x51\xf4\x7f\xc8\x41\xee\x68\xd1\xcc\xd6\x53\x14\xec\xcf\x49\xa8\x31\x5a\x73\xac\x98\x47\xb2\xef\xb9\x60\x32\x32\x6d\x03\xdc\x39\xb5\x10\x65\xd4\xef\xd7\x96\x50\x23\x44\xfe\x5e\x71\x6b\x47\x88\x87\x71\xde\x9c\x06\xb7\x51\xa4\x05\xd6\x53\xa8\x2a\x95\x34\xbd\x47\x17\x1c\x08\x25\xd2\x52\xa1\x63\xef\xdf\x4a\x74\x56\x74\x6c\xad\x86\xfd\x81\x58\xd9\xb0\x5a\x23\xd9\xa6\x7e\xf5\xde\x89\x57\xcc\x7e\x59\x9b\xc7\xce\x83\x85\x86\xb7\xa7\x48\x2b\x94\xcd\xda\x7b\x93\x30\xe7\x21\xb2\x70\xef\x90\xe5\x67\x5c\xd9\xbe\x22\x66\xc4\xd6\xc3\xb0\x2c\x9e\x37\xf0\x8a\x54\x07\xba\xe0\x5e\x9a\xa9\x76\xa7\x9e\xaa\x11\x23\x08\x53\x95\x5e\x71\xbb\x2d\x5d\xf0\xf7\xf1\x4b\x91\x1b\x7a\xf9\x21\x9b\x23\xbd\x2f\xe2\x96\x1d\x3e\xca\x13\xab\x52\xe5\x9c\x0a\xc8\x41\x68\x79\xdb\x8c\x50\x38\xc2\xd7\x7d\x0c\x03\x09\xb6\xb7\x53\xc8\x1f\x67\x81\x88\x97\xa4\x0f\x04\x43\xa4\x61\x46\xc0\x73\x53\x93\x92\xcc\x90\x32\x2f\x52\x0f\xa8\x64\xa0\x7b\x6e\x61\xe8\x67\x9a\x80\x50\x28\x81\x4c\xb5\xbc\xb3\xc0\xb9\xf2\xc4\xcd\xd6\x8c\x56\x2f\xac\xb8\x63\x3b\x17\x08\x68\xc5\xae\x23\x53\x9a\x88\x42\x51\x35\xf8\x6c\xdc\x30\xd1\x95\xcc\x0f\x23\x38\xbf\xeb\x08\xee\x54\xf9\x26\xd8\xf7\x60\x3a\x57\x6e\x88\xae\x51\x0c\xdc\xb2\x74\x84\x60\x6f\xe0\x2c\xc6\x8c\x5b\xe4\x17\xf0\xb3\x00\x07\x07\x75\xbb\x94\xd1\x95\xa5\x26\xac\xda\x64\xf5\x08\x0d\xc5\x6a\x0d\x58\x28\xd2\xe5\x30\xf3\x60\xb2\x6a\x0a\x5b\x99\x1d\xad\x43\x30\xa3\x06\x1b\x4b\xb4\xc2\xc1\x73\x8b\x30\x29\xf0\xcd\xb1\xd0\x3f\x6f\xf1\x92\x38\xc1\x15\xfe\x33\xee\x49\xfe\x5d\x1d\xb9\x13\x2d\xcc\x58\xdc\xc0\xda\xaa\x14\x54\x27\xdb\x42\xa8\x37\xd4\x0e\x6b\x59\xf3\x1c\xf0\x4e\xd4\x6f\x7e\x3f\xb9\x13\x7b\x21\x7b\x38\xb7\x03\x9d\xe3\xda\xd0\xd5\x23\x11\xf3\x84\x10\x7d\xd4\x35\x24\x80\x8c\xc3\x45\xf7\x87\x71\x62\x82\x3b\x6b\xb6\x7e\xc6\xae\x68\x21\xfd\x24\x94\xc8\x2e\xf1\xbe\x7d\x98\xda\xa7\x91\x10\x57\xbf\x3c\x6f\xa2\x54\x89\xf0\x44\xba\x19\x10\x84\x97\x5b\xa6\x14\x80\xe6\xb6\x72\x19\xc5\x46\xff\xf3\x94\x28\x20\xfc\xf9\x09\xb7\xff\x09\x28\x83\xad\xe2\xd2\x3f\xf0\x0f\xc1\xa8\xba\x8a\xc2\x51\x80\xbc\x7f\x91\x6c\x84\x96\x32\x72\x90\x3d\x64\x8d\x11\x3c\xd5\xb7\x7c\x74\xe1\xf4\x4f\x9d\x6c\x15\x95\xc3\x6f\x37\x11\x49\x15\x5f\x40\x0a\xe1\xf1\x37\xff\x2d\x23\x56\x4f\x6c\x2d\xfd\x2c\x94\x6a\x7f\x44\x7b\x5f\x7b\x1a\x42\xba\x95\xfe\x58\xed\xff\xaf\xec\x8f\x1a\xfb\x37\xa2\x81\x74\x96\xe6\x12\x54\x03\x22\x73\x88\xb0\xf8\x71\x40\xdb\x19\xc4\x48\x22\x10\x8b\x20\x53\xe8\x09\x5d\x0d\x4e\x03\xc9\x44\xdd\x82\x00\xe9\xfb\x4f\x47\x88\x67\x38\xf2\x45\xcd\x9e\x7e\x2f\x8a\xca\xae\x45\x08\xcf\x26\xcf\x8b\xdf\x84\x3d\x64\xa3\xcb\x6c\xed\xe8\xf9\xf3\x0b\x96\x9c\x2f\x2d\xbb\x98\x69\x9a\xbd\x27\xc2\x1a\x8f\xf0\x87\xb4\x80\xbb\x43\x57\x89\x95\xd3\x1e\x01\x1e\x12\x19\x4f\xc0\x75\x7c\xbe\x3b\x62\x50\xda\x10\x51\x87\x6f\x03\x24\x75\x01\x26\x33\x61\x90\x0e\xca\x9e\xf0\x85\xdd\x54\xf0\x34\x78\xdc\x36\x57\x75\x59\xc1\x1c\x51\x4d\xe2\xc4\xe0\x96\x5d\x3c\xe8\x29\xb4\x7c\xd6\x69\x08\x23\x89\xd8\x21\x98\x16\xc3\xf0\x9b\x2e\x9e\xab\x38\xa2\x66\x8d\x4d\x89\xc8\xc4\x34\x6b\xd6\xbb\xf0\x8a\x64\xe2\xe8\x6c\x55\xbc\x25\x43\x72\xdc\x27\xc1\x73\x42\x8b\x2c\xe4\x9f\x36\xea\x46\x8d\xc6\xc0\x8c\xb7\xb7\xea\x7d\xa1\x38\x9c\x07\xaf\x83\xbd\x31\xb7\x77\x35\x17\x41\xd3\x37\x4e\xec\x58\x33\x88\x15\x89\x34\xac\xeb\x0a\x1d\xa5\xda\x95\xed\x85\xb0\xc9\x4e\x50\x8e\x8b\xfe\xe2\x1b\x9b\x41\x0e\x7c\xa4\x87\x46\xef\x2c\x57\x63\xf9\x67\xbf\xfa\x45\x45\xd0\x31\xaa\x60\x38\xde\x06\xd2\xd9\x60\xdf\x6a\xe2\x7c\x13\x6b\xb0\x7c\x2b\x3e\xfa\xc3\xfd\xed\xc7\xf0\x8e\x84\xd6\xc7\x47\xc4\x65\x6f\x49\x56\x88\x25\x77\x81\x4f\x98\xd7\x92\x21\xe8\x81\x33\x79\x39\x3b\xa0\x26\xe2\xc7\xf8\xe0\xa5\xd2\xa3\xa4\x7c\x4e\xc2\x91\x14\xcf\x4b\x39\xc6\x00\xdb\xc0\x0d\xc1\xe3\x2c\xed\xbd\x5d\x6f\x07\x3a\x2f\x40\xc0\x90\x79\xa9\xb4\x4f\x8d\x9b\x88\xbc\x1d\x8d\x64\xcc\x5c\x8c\x3b\x52\x26\x26\x9f\x1f\x11\x0c\x97\x78\x85\x10\xd4\x8e\x90\x7c\x2a\xc6\x82\xe7\x55\x77\x63\xfb\x24\x92\x80\x52\x63\x38\x13\x69\xeb\xf1\x91\xb8\x65\xa1\x84\x8a\x7c\xee\x7a\x5c\xfe\xb4\x20\xd5\xd2\xa6\x9f\xfd\xbc\x9f\xe6\x93\x2e\x3e\x3a\x6a\x14\x42\x22\xa7\x3e\xce\x67\x68\x4d\x17\x05\x68\x69\x51\x08\xa4\xa4\x8d\x82\x94\xdf\x13\x07\x32\x6a\x9b\xc9\x41\xd1\xdf\xa7\xa1\x85\xce\x72\x47\xe9\x0f\x8f\xf4\xbf\x07\x55\xf5\xe0\x70\xf8\x70\x66\x11\x02\xfd\x95\x08\x98\xa2\xc5\x21\xb5\x3f\xa1\xc1\x92\x26\x52\xaa\x36\x97\x33\x8d\x80\x92\x4d\xf3\xb1\x67\x41\x78\x10\xf5\x61\x82\x82\x23\x6d\xa0\x84\x8b\xc3\x0d\x0e\x7c\x51\xee\xf6\xec\xa2\xa4\x9e\xc5\x84\x35\xc1\x40\x34\xa7\x7c\x2e\x39\x97\x90\x94\xe4\x51\x04\xde\x36\x48\x5d\x0a\x21\xda\x72\xb1\xea\x10\x0d\x31\x35\x1e\xd4\x1c\x81\x9a\x9d\x14\xa5\xca\x93\x95\xcd\xe9\xf2\x19\xe0\x9c\x2a\xdf\xdf\x52\xf3\x76\xba\xbc\x9f\xd2\xe5\x7d\x42\x97\xf7\x73\x74\xf9\xdc\x30\xe6\x4e\xc5\x5d\x84\xf9\xe2\x35\xf5\xbe\xfa\x33\xfd\x87\xff\x5a\xbe\xb6\xf5\x06\x01\x95\x92\x80\x0f\x28\x84\x42\x27\x2d\x97\xe9\xa2\x44\xac\x50\x10\x5e\xe3\x8c\x36\x7e\x87\x33\xcd\xda\xf6\x62\xdb\x12\xdb\xab\x1c\x23\x7c\x65\x6e\x6c\x05\x62\x89\xd0\xa0\xc4\x06\x66\xaa\x5b\x0d\xd2\xca\x70\xb0\xf6\x88\x64\xca\x3d\xe9\x31\xbf\x2a\xbb\x1e\x21\x2e\xae\xe5\xda\x67\xe1\xe6\x38\xba\x3d\x03\xc7\xb0\xf1\xfc\x53\xa9\x6e\xf9\xca\x34\x77\x99\x42\x8b\xdb\x8a\xb6\x28\xc6\xf8\xa1\xcc\x9b\x2d\xa8\x0c\xc1\x2b\x47\x82\x73\xcb\x0e\x21\x86\x07\xd0\x02\x9e\xb7\xd6\x07\xff\xc4\xa6\x66\x39\xde\xd0\xa9\x70\x94\x32\xee\xd0\xb3\xbe\x49\x87\x6c\xfd\xaa\xbd\x95\xcd\x55\xbb\x42\x98\x02\x3e\xf5\xc2\xbf\x7b\x4a\x02\x41\x13\xa4\x06\x9f\x79\x34\xb7\xbe\x24\x9a\x02\x07\x55\xf9\xd3\x6c\x72\xbe\xf0\xa7\xf1\xfc\xc4\xb6\x2c\x81\x50\xe3\xb3\x79\x18\x04\x00\xd9\xd8\xf5\xa7\x81\x3a\x09\xfe\x14\xc7\xc1\x13\xb4\x10\x19\x28\x3d\xbb\x1c\x5b\x26\x8a\x81\x17\x3d\xb4\x78\x2c\xc2\x96\x0b\x6d\xe9\xb7\x9a\x3b\x32\x35\x8c\x55\x4e\xfe\xe9\xc6\xd9\x7a\x80\x4e\x70\xac\xd4\xbb\x16\x6f\x6f\xea\xd3\x1f\xad\xb6\x43\x33\x3d\x9f\x02\x97\x2c\xad\x88\x53\xb7\xe2\x23\x5e\x89\x21\xa7\x97\xa1\xb2\xeb\xf5\x5c\x54\x79\xff\x69\x29\xa1\x69\xfb\x34\x26\x6d\x2c\x4c\xc2\x99\xd1\x32\x46\x79\x4f\x84\xd8\xb5\x84\x8f\x56\x7f\xb6\x97\x44\x89\x56\x43\x52\xf5\xba\x74\x52\xf6\x2d\xdb\xc9\xe7\x85\xc4\xb4\x95\x9b\x18\xbc\x1e\xd8\xb1\x9f\x06\xc1\x5f\xb2\x8b\xe1\xcb\x18\xfd\x4f\x43\x76\x45\x00\x75\x25\x8b\x0d\x05\xd2\x74\xa6\x35\xf5\x71\x62\x33\xa7\x77\x70\x00\x54\x6c\xc5\x6e\x06\x33\xfe\x7f\xe2\xf8\xbc\x8c\xcd\x9b\xed\x11\xb8\x7e\x1b\x47\xc3\xf6\xdf\x33\x03\xc1\xd6\xa9\x31\xcf\xc8\x0f\x10\x25\x62\x4c\xa1\xfc\x07\xbf\x31\x2c\xaf\xf6\xf1\x05\xe0\xc3\x47\xa5\xf8\x79\x63\x92\x95\x20\xf2\xc8\xfe\x0a\x4b\x18\x53\xaf\x19\xe5\xf9\xe7\x6c\xa8\x2b\x39\xfe\xf8\x0a\x33\x6c\x5f\x25\x03\xe7\xc0\xca\x3f\x01\x14\x0b\xcd\x78\x0f\x31\x61\x6e\x07\x56\x79\x43\x12\xa4\x33\x90\x4b\xf0\x67\x65\x53\x1a\x6a\xe1\x41\x66\x9b\x84\x08\xee\x3b\xeb\xc3\x48\x81\x87\x11\x9e\xda\xd2\xc9\xe2\x80\xf2\xbe\x3b\x11\xa7\xcc\x2f\x92\x97\xd8\x75\x08\x84\x21\x6f\x5d\x65\x8f\x27\x18\xf7\x13\x4a\x81\x14\x1d\xae\xd7\xf3\x2b\xc3\xed\xae\x5d\x67\x90\x5f\x60\xba\x44\x69\x0b\x49\x13\x0a\xcf\xd3\x56\x8a\x87\x97\x0a\x8f\x5c\xac\xd2\xc8\x8c\x85\xf6\xb9\xab\xb2\x2e\x1d\x3b\x90\x44\xfb\x6d\x79\x63\x82\x1d\xbe\x20\x9e\xbf\xc3\x5d\xf5\x1f\xc5\xdf\x71\xda\xe8\x9f\xb2\xd9\xda\x5f\xff\x11\xf8\xee\xdc\x55\x97\xd6\xfe\x4c\x8c\xf8\xd4\x13\xf3\x46\x26\x24\xd1\x6d\x6a\x88\xe3\xc3\xa0\x98\xaf\x98\x5f\xde\x94\xdf\x74\xd9\x61\xbc\x11\x07\x15\x5c\x67\xa2\x5d\x6a\xb3\xbb\x49\x82\x22\x6b\xc3\x5b\xdc\xb1\x6e\xfd\x37\x68\x06\x5f\xc2\xbe\xe1\x08\x8b\x89\x53\x65\x23\x08\xa7\xd8\xe0\x98\x1d\x60\x98\x7b\xb1\xf9\xe2\x9c\x1e\x82\x41\x7d\xd8\x09\xc5\x89\x37\x2d\xa3\xc5\xe0\xde\x02\xd8\x51\xd8\xb5\xa3\x9a\xfd\x39\x39\xbd\xac\x5d\x4d\x91\x18\x04\x0e\x20\x07\x07\x3c\x4c\x10\x1e\xb1\xad\x53\xa5\x06\x26\x10\x38\x8f\x81\x93\x2d\xda\x23\x06\x79\x30\x5c\x69\x38\x8b\x08\xb3\xcc\xd3\x66\x96\x85\x32\xa3\xca\x7d\x06\x9b\xe4\xe9\x68\xf4\xd9\xe9\xe9\xdd\x79\x50\x78\x43\x62\x6f\x07\x3d\xee\x52\x2c\x33\xef\xe8\x98\x35\x25\xe5\x3b\xf6\xec\xc3\x64\x87\xd8\x5b\xe8\xae\x41\xa6\x9b\x31\xa4\x98\xec\x8b\x3d\x1d\xb6\x82\x01\xad\x90\x59\x61\x18\xc1\x3b\x94\x07\x34\xf2\x61\x4b\x6f\x41\xd3\x5f\x21\xe0\xa6\xda\xb7\xc5\x18\x12\x53\xa0\x9c\xd6\x94\xd9\x6b\x18\x89\xbd\x0f\xb0\xd0\xf3\x11\xaf\xd2\x40\xfc\x56\x62\x40\x67\x41\x2b\xac\xd2\x6c\x49\x38\xbd\x69\xb8\xde\x99\x71\x66\xfb\x23\xe7\xc0\x36\xd6\x5f\x55\x31\x9a\xc7\xd9\xec\x85\xbc\x6a\x13\xa3\x47\x36\x37\x76\xd3\x80\xc1\x77\xf5\xf2\x47\xdf\xcb\x41\x24\x9d\x32\x34\xc7\xb7\x6e\xae\x8f\x74\x92\xcc\x83\x23\x7a\x61\x1a\xb4\x45\xe4\xba\xd3\x0e\x81\x81\x54\x13\x11\xa3\x89\xa9\xe6\x31\x78\x8c\x86\x48\x2c\xaa\x63\xd1\x73\xd9\x97\x9f\x4f\x1e\xb1\x34\xd6\x02\xbf\x5e\xd2\xc4\x2c\x9c\x37\x24\xf6\x5c\x82\x4b\x6b\x9c\xc1\x8f\xb0\xf1\x76\x7d\x07\xf0\x35\x90\xd5\xbf\x1f\xb1\x35\xdb\xeb\xcc\x4d\x0b\x01\x51\x4c\x21\xb2\x0b\x0e\x95\x92\x46\x06\x27\x1a\x15\x6d\x34\x73\x4d\xa6\x6c\x08\x5f\x8d\x64\x1a\x77\xf0\x22\xc9\xf0\x46\x31\x2a\x12\x93\xb8\x11\x88\x2c\xd9\x77\xf0\x03\x6a\xcf\x24\x01\x0a\x24\xe0\x71\x05\xf9\x72\xfc\x6b\xd7\x6e\x7e\xd9\x5c\x82\xa0\xcc\x7b\x79\x61\xdc\xde\xf4\x1f\x67\x70\x9f\xdf\x9a\xc4\xf9\x43\x7d\x61\x9c\xc6\x36\x54\xc1\xd4\x99\x06\xea\xab\x07\x76\x0a\x00\x99\xe9\x4f\x92\xb7\xd9\x38\xf3\x4a\x3d\x2a\xbb\x91\xd8\xaf\xb9\xbe\x32\x3a\xc0\xcc\xa0\x82\xd1\x60\xd9\xf6\x13\x8b\x81\xf8\x9a\x2e\xb7\x1c\xf4\x2e\x97\x21\x8a\x3d\x80\xcb\x18\xb7\x1c\xaf\x13\xf4\x09\x82\x23\xc5\xa5\xa4\x81\x50\xa8\xae\x38\x12\xe8\x9d\x7d\xfe\x71\xbe\xcf\xe8\x59\x31\xee\x35\xf1\x45\xc1\xcb\x49\x9b\xfd\x96\x1e\x3e\xd3\x1e\xf4\x84\x78\x1c\x34\xd3\xaa\x61\x41\x78\x18\xf9\x48\x32\xcc\x09\x95\x46\xaf\x96\xf7\x27\xe8\x3d\xf9\x80\x15\xf0\x11\x90\xb2\x41\x4d\xae\xd5\x5d\x6c\xfd\x6d\x2c\x40\xd6\xc2\x3e\xb2\x01\x6f\x89\x24\x31\x45\x94\xa2\xc2\xfe\x29\x45\xbc\x11\x6a\x4f\xa4\xe7\x3a\x3c\x69\x17\x6c\x87\x03\x73\xe3\x99\x76\xfc\x1b\xfa\x90\x25\xec\xad\xc6\xe9\x1a\x7a\x3e\x70\x2c\x6f\x47\xd5\xee\xce\x41\xe5\x5e\x4c\xf1\xe1\x56\xdf\xa4\x84\x05\x41\x60\xd1\x44\x43\x9f\xf9\xe3\x4f\x8f\xff\xed\x35\x73\x8f\xdf\x69\xcd\xd4\xeb\x77\x7a\xb8\xb2\x31\x78\xcf\xdf\x29\x4f\xd9\x76\x51\x41\x3c\xb5\x25\x18\xf9\x03\xdf\x59\x3d\x10\x0c\xec\xd2\x58\x8d\xb2\xf3\x70\x88\xf9\x1a\xc1\xa7\xe4\x69\x55\xdb\xfc\x38\x2b\x8f\x04\x04\x1d\xee\xfc\xe1\x6d\x9b\xd9\x43\x3f\xe7\x2f\xec\x47\xd7\xd9\x7d\x7b\xb4\xf3\x4b\x39\x9d\xe2\x48\x45\x13\xf9\x5e\xb6\x7c\x95\x28\xf2\xa9\x05\x21\x9b\xc2\xa6\x14\xc5\x32\xa9\xc4\x01\x06\xa3\x13\x04\x54\x60\x97\xa3\xad\x98\x8e\xa0\x92\x08\xfc\x9c\xa0\x82\xb7\x73\x14\xf5\x2b\x23\x22\x78\x3c\x25\x87\x2b\x5b\x4b\x1c\xeb\x2c\xaa\xd2\x88\x2c\x69\x34\xdc\xd8\x99\x64\xf6\x19\xf7\x32\x3d\x53\xac\x1f\xc9\x4e\xe4\x6b\x7b\x09\x19\x42\x38\xc6\xaf\x45\xcc\x80\xe4\x62\x99\xfc\x41\x85\x75\x5e\x08\x81\xd8\x1e\x74\x8d\xd4\x07\x86\x9e\xc3\x1b\xa6\x9e\x3b\xba\x6e\x9c\x8f\xe8\xc5\xf3\xf3\x0b\x8e\xef\xb3\x73\xc3\x1e\x49\x06\x06\xb6\xee\xde\x97\xf4\x66\x3e\x84\xb5\x3d\xde\x59\x0c\x9a\xa9\x6d\x06\x1b\x24\x33\x9d\x24\x57\x81\xd3\x38\x9b\xd6\x49\x1c\x7c\x9f\x1a\xa6\x51\xbd\x82\xba\x45\xf2\x0f\xec\x57\xd0\x8e\x2e\x0b\xf1\x08\x47\xea\x81\x9b\xb7\x78\x7e\x85\xa9\x16\x2d\x2d\x0e\x64\x40\xd0\x25\xa7\x14\x8e\xac\x4d\xbc\x41\x9e\x08\x9b\xae\xd1\x18\x34\x27\xaf\xb5\xc2\xdb\xe5\xb8\x37\xe2\x03\xe7\xe3\x9b\x11\x0e\xdb\xa9\x19\xf8\x9d\x57\x62\xd2\xbb\xbf\x0f\x7f\x8e\x53\x7c\x17\x44\xaf\xed\x2c\x39\x21\x05\x35\x56\x12\x8b\x82\xb8\xbd\xc8\x61\xa8\xe3\x79\x0b\xb0\x3a\x55\x73\xa4\x90\x37\xbf\x69\x4c\x65\x11\x21\x9c\x0a\x78\x15\x84\x89\xdd\x10\x7e\xaf\x07\x9f\xde\x42\xa8\xe0\xb8\x23\x3e\x40\x9c\x79\x5b\x7f\x31\x7d\x02\xc8\x98\xd7\xe9\x7c\x43\xc8\x84\xd0\x65\xdb\x40\x9e\x54\x40\xc4\x0f\x29\x20\x3d\x94\x03\x67\x2b\x82\xab\x9e\x58\x32\x73\xea\x42\x0e\xc3\x4c\xbc\x2e\xbf\xab\xa7\xc9\x56\xb0\xb0\x70\x32\x2c\xaf\x64\x7c\xa1\x6a\xc5\x19\x80\x9e\x1e\xeb\x1e\x6f\x0b\x4d\x79\x6e\x25\x45\x49\xd2\x8b\xe6\x29\x23\xf0\x15\xe0\x20\xa1\x84\x7d\x48\xe1\x29\xc0\x65\xbb\x3d\xad\xbe\xa2\xff\x4c\x85\x84\x9a\x5e\x51\x25\x85\x15\xc7\x39\x83\xfd\xb8\x69\xd4\xf4\xa0\x11\xfc\x02\x08\xd0\x52\x67\x12\x7e\x03\x52\x64\xc3\x6e\x47\x38\x39\x1c\x1c\x2d\x54\xf7\x86\x01\x37\x49\xb4\x72\x28\x21\x7c\xbc\x01\x56\x48\xe4\xca\xfe\x18\x85\xeb\x26\x44\x5e\x60\xdf\xa5\xf1\x78\xd9\x68\xca\x3b\xd5\xf7\xda\x69\x08\x72\x15\x23\xaa\x9e\x15\x16\x22\x4c\x55\xa3\xe3\x87\xf7\x7a\x57\x83\xc9\x65\x71\xae\x61\x15\x7e\x67\x74\xe9\x22\x87\x1b\x92\xae\x99\xee\xd8\x26\xc9\xd7\x02\x79\xa5\x97\x36\xcb\x2f\x30\x19\xa8\x46\x6d\x63\x48\x36\x37\x9b\x40\x78\x23\x4e\x05\x0a\x43\x9b\x50\x58\x5a\xc1\xcb\x58\x4f\x7e\xde\xb3\x28\x3b\xc9\x97\x99\xc4\x50\x57\xa1\x16\xf0\xaf\x97\x61\xf9\x34\xa4\x19\xf2\xf4\xa8\xf3\xa7\x1f\x9f\x70\xa4\xbc\x8c\xd0\x57\x8c\x8c\x1c\xb6\x85\x3d\x82\xb8\x6f\x34\x0e\x96\x64\xc3\xca\x90\x70\xb1\x87\x96\xba\xec\x93\x03\xc1\x69\xc8\x1a\x4f\xeb\x72\x6c\x1f\xbf\x96\xf4\x12\xb0\xcd\x78\xf1\xd1\x0f\xe7\xcf\x9f\x9d\x15\xbf\x3e\x78\xfd\xfa\xf5\x03\xb0\xcc\x0f\x86\xae\xb6\x0d\x86\xbc\x3d\x2b\xfe\xd7\xd3\x27\xf4\xa8\x35\xf6\xe3\x14\xa1\x1b\xb5\x67\x3a\xd1\x6d\x45\xb2\x93\xe6\x6e\xfc\xae\x2f\x95\x20\x77\x37\x46\xee\x7a\x97\x58\x28\x9b\x86\xe8\x4e\x29\x42\xec\x9a\xf7\x4f\xd4\x3d\x53\x17\xc5\x84\x8e\xd8\x10\x61\xc9\xb1\xc4\xd2\x2b\xdd\x13\x49\x51\xdd\x11\x34\x6f\x0c\x59\x52\x6f\x3c\x14\x68\x97\x2b\x90\x40\xf9\x60\x04\x4a\x6c\x17\x5f\xb2\xc1\x62\x14\x1b\x63\x83\xe4\x30\x3c\xa5\x9d\x68\xcb\x46\xb8\x8b\x52\x54\x3f\xa3\x07\x88\xd7\x3f\x7d\x3b\xa4\x3a\x3b\x7c\xb5\x4d\x7d\x92\x8c\x52\x72\x88\xf0\xd1\x1f\x22\xce\xd9\x20\xfe\xd4\xcb\x71\x65\x8e\xf6\x6f\x81\x8e\xd9\xb8\x2c\x38\x69\x37\x81\x87\x95\x47\x2d\xf0\xb0\x93\x16\x24\x08\xdf\x8a\x5f\xb8\x46\x64\x8d\x60\x3e\x59\xdc\xe6\xb3\x27\x34\xd3\x5a\x41\x93\x3f\x5f\x22\x8b\x22\xae\x5e\x67\xc1\x09\x4c\x14\xdb\x73\x0b\xb0\x7a\x41\xff\x99\x5d\x99\x80\x3b\xf9\x09\x13\xc2\x35\xb9\x94\x9c\x14\x83\xf3\x60\xd0\xb5\xcd\x48\x69\xcd\x97\xa1\xa6\x2d\x7f\x51\x2f\x79\x89\x69\xc4\xe6\x22\xc9\x75\xdb\x43\x5a\x82\x00\x22\x9e\x5a\xf2\x77\x46\x1e\x20\xe1\x36\x35\xf6\x43\x86\x10\x18\x1b\x64\xdc\xc4\xec\x3b\xb8\x9c\xe0\x1b\x4f\xfc\x45\x9d\xce\x0c\x69\xa3\xb0\x59\x27\x39\x5d\x11\x79\xbe\x29\x9f\x12\xba\xb8\x95\x74\x12\x3f\x07\xff\xa2\x23\xe6\xab\x46\x62\x66\x1d\xad\xf3\xcf\x6f\x2e\x03\xe7\xd1\x48\xc0\x7e\x6e\x6e\x7c\x2d\xb1\x2c\x72\x67\x22\xaa\xf4\x24\x6e\x66\xa4\x7c\x0e\x20\x8e\x39\x05\x3f\x72\x4d\x6b\x2d\x3b\x9c\xd1\xca\xd2\x98\xc6\x34\xc9\x62\xb0\x8c\x40\xe6\x92\x8d\x8e\xaf\xf1\xce\x34\x48\x5e\xfd\xd8\xc0\x82\x28\x5d\xb2\x43\xdd\x9e\x24\x10\xd9\x37\xfc\x77\x0c\xdb\x9a\x4e\x2c\xc2\x85\x39\x6d\x23\x78\x33\xd7\xa0\xac\x40\xda\x68\x19\x32\x9f\x20\x22\x0f\x9d\xb3\x07\x41\x3e\x53\x3c\xb3\xa3\x58\xee\xa2\x11\x93\xfc\x14\xe3\x50\x2b\x2e\x09\x15\x95\xca\x76\xd8\x8d\x35\x4e\xe8\x91\xd3\xb4\x21\x48\xa4\x89\x70\x8a\xc4\x9d\xc8\x9b\x9d\x8e\x3d\x97\xa8\x66\x76\x38\x73\xb3\x9a\x86\xd3\x0a\x50\x79\xe0\xaf\x64\xe6\x77\x04\xfd\x4a\xeb\xc6\xc8\x5f\x79\x5d\x91\xf6\x14\xa2\x00\x12\x92\x29\xd3\x22\x67\x3b\x35\x09\xec\x95\xce\xf5\xad\xb1\xbd\xe6\xf7\x31\xe7\x45\xde\x61\xe3\x53\x8e\x24\x3b\x56\xf3\xec\x88\x3c\xf1\x49\xf4\x27\xeb\x4e\x41\x8b\xf6\xbb\x0f\x78\x98\x0b\x0a\xef\x62\x4e\xe6\xc6\xe2\xd7\x24\x5b\xda\x3b\x4d\x4c\xb6\xe5\xd5\xd5\xf2\xb2\x6b\x5f\xf7\x88\x8a\x35\x74\x1b\x7a\x93\x6d\xad\xc1\x38\xb6\x96\xd5\x65\x46\xa0\x60\x03\x42\x67\x82\xf3\xbb\xec\x0f\xa5\x7c\x14\xe3\x88\x95\xfc\x23\x9f\xd8\x12\x34\xcf\x9d\xf7\x0d\x7d\xf7\xbc\x58\x76\x03\x08\xf4\x58\xb2\x94\x8f\xab\xf6\xbb\xf6\xf5\x1a\x7f\x71\xb4\xaf\x3e\x78\xe5\x6e\xa5\x3e\x6c\x06\x5a\x97\x80\xf6\x07\x7a\xd1\x24\x17\xe4\x0f\x86\xe7\xc7\xbc\x05\xe1\xb7\x04\x68\x68\xca\x2b\xea\x5a\xc0\xa2\xe5\xeb\x18\x14\x1d\xca\x66\xfa\xd7\xf5\xfe\x96\xc5\x82\x42\x57\x79\x1a\xcc\x44\x89\xf1\x0d\x53\xe2\x09\x34\x1f\xb8\x13\x36\x30\x01\xca\x20\x44\xec\x15\xdb\xd0\xf5\x27\xc4\xf6\xd5\xf7\xcf\xe4\x07\xbb\x24\x73\xd4\x61\x3f\xfb\x10\x31\xc4\xfb\x3a\x2f\x67\x7c\x9e\x7d\x91\x78\xa4\xf3\xdf\x72\x35\x6e\x14\x24\x40\x6c\x3b\x73\xe5\xd8\xf5\x5c\xd2\x0c\x86\x82\x43\x67\x7d\xcd\x47\x7d\x39\x2a\xa4\xf5\xb9\xe4\xfc\xbf\x30\x66\xf1\x1f\xd9\x56\x6d\xaf\x16\x2e\xfe\xa3\x01\xbf\x95\x2c\x62\x5c\x8b\x68\x96\x9d\xd8\x5d\xdf\xef\x35\xdd\x61\x14\x53\xc5\x4e\xf9\x44\x4a\xc6\xa1\x27\xf1\x40\x66\x93\x8d\x56\x70\xba\x18\x56\xdb\x2b\x39\x5f\x1f\xb2\xa3\xf8\x10\x98\xc8\x36\x6b\x35\xdd\x53\x9c\x40\xd2\x82\x10\x12\x7d\x8c\x31\x25\xa6\x15\x35\x72\xfa\x19\x8d\xa5\x13\x82\xc8\x42\x12\x84\xa7\xb4\xf3\x64\x7f\xa3\x94\x15\x5b\x5d\x41\xab\x2e\xb2\x31\xdf\x17\x11\x49\x9a\x93\x9d\xa8\x25\x8d\x91\xe4\x4b\x98\xd6\xe6\x08\xf2\x19\xf8\x28\x36\x4c\x1e\x25\x00\x44\x97\x90\x5f\x75\xc8\x74\x07\x3a\x4c\x37\xdc\x19\x21\x2a\x43\x7b\x19\xd6\xf7\x5f\xa7\x98\xde\x97\xbc\xee\x60\xc2\xe2\x35\x6d\xe9\x21\xe1\x8b\x44\x27\x84\x18\xd8\x1e\xe6\xef\xbe\x08\xb4\x3e\xe8\xd4\x27\x66\xcb\x46\x14\x90\xf1\x4d\xcf\xd6\x38\x8a\x9e\x9d\x1c\xb5\x04\xd6\xc7\x8e\x12\xc3\xae\x24\x87\x82\x6a\x14\x34\x95\xa6\xf2\xaf\x3e\x9b\x30\x87\x34\xed\x63\xe7\x23\x4b\xc6\xd0\x0f\xe2\xa8\x13\x79\x3a\x3a\x37\xf1\xf4\xc1\x34\x4c\x6f\x8b\xb7\x0d\x43\x08\x18\x28\x9c\xb3\x03\xe4\x6f\x8d\x37\x88\xf4\xe9\x3b\xe3\x95\x13\xa2\xcd\xc3\xe5\xca\xb3\x51\xaf\xe1\x25\x7a\xa9\xb7\x42\x45\xe5\xe3\xf2\x5c\x14\x76\x4c\x81\x47\x2f\xcf\x11\x6c\x1a\x87\x88\x65\x4d\x13\x4e\xdf\xcc\xc3\x32\x69\xdf\x3f\x26\x2f\x35\x5d\xe9\x1d\xcf\xc8\xf8\x88\xe7\x06\x63\xbe\x05\xe7\x53\xce\xcb\xf9\x9f\x7f\xe7\xc3\x30\xda\xd7\x0d\x0e\x54\x4f\xc7\xc9\x19\x21\x53\x17\x3f\xb7\xdd\xf5\xab\x98\x8f\x46\x65\xcb\x69\x10\x7d\x2e\x0c\x51\xdf\xe7\x20\x24\x68\xa0\xf7\x63\x15\xd1\x42\x6c\x51\xd3\xbb\x9b\x6e\x67\x90\xc3\x39\x4b\x73\x89\x98\x00\xec\xbd\xc0\x81\xca\x9c\x2a\x8e\xb2\x48\x65\x08\x8b\x2d\x3c\x12\x12\x63\xc0\x84\x31\x6d\x42\x62\x78\x78\xa3\xb7\x17\x89\xbf\xf0\xc1\xb6\x07\xba\x9d\xdf\x8b\x5d\x2e\x72\x96\x94\xd0\x0c\xb5\x7b\x0b\x6b\x94\xc7\x83\xeb\x07\xf0\x30\x03\x67\xd4\xe9\x25\x85\x0e\xe2\xd6\xbf\xe6\x84\x8c\x90\x67\xf7\x2b\x91\x59\x5b\xff\x39\x4b\xf7\x20\xd9\x3b\x93\xa0\x25\x68\x27\xcd\x90\xe9\x57\x21\x35\xc5\x0e\xd9\x7b\xb2\xb4\x5a\xfc\x75\x16\x2c\x64\x74\x93\x77\xcb\x79\x0b\x49\x09\xc6\xaf\x9e\xdf\x96\x13\x7d\x06\x0e\xda\x49\xcb\xd1\x07\x52\xbc\x9e\x42\x27\xbe\xcd\xa7\xde\x17\xae\xa8\x4e\x30\x97\xa1\xb9\xf6\xfc\x34\x22\xec\x2f\xfd\xf5\x27\xa9\x92\x05\xfa\x61\xce\xbd\x8a\x5a\x95\xdf\x45\x71\x05\xdf\x2a\x68\x55\x4a\x57\xc6\x23\x59\x32\xe5\xce\x2a\x96\x1a\x91\xee\x66\x82\x3a\xcd\xa4\x3c\x7a\xcf\xe0\x4e\x33\x2d\xdc\x1d\xe4\x29\xd8\xe3\xbd\xaf\xf5\xe3\x4c\xde\x83\x54\xa8\x99\x27\x40\x88\x45\xd3\x44\x08\xb7\x29\x2b\xef\xb6\x57\xcc\x81\x03\x26\x49\xe7\xff\xde\xea\x4d\xb5\x81\xa4\x43\xfa\x2f\x30\x81\xcc\xd3\xd0\x4c\x39\xf8\x51\x84\xff\x7c\xe3\x66\xd2\x12\xbc\xeb\x24\x72\xeb\x89\x0c\x37\x8c\x39\xfc\x71\xf8\x49\x7d\x30\xef\xaa\xa2\x6b\x92\x8e\x36\xd5\xa8\x47\xbb\x84\xb3\x7f\x3a\x2a\xe5\x2d\x8a\xdd\x24\x3c\xe5\x2d\x0a\x5e\x85\x03\x8e\x51\x4a\x24\x5f\xd3\x39\x85\x69\x52\x27\x23\x1a\x6e\x99\xdf\x5b\xa2\x57\xce\x29\xde\x26\xea\xb9\x1b\xc8\x8a\x9c\x0a\x8b\x2c\x6b\xe1\x52\x61\x1b\x3b\x03\x74\x9a\xaf\x38\xae\x95\x47\x47\xa3\xf4\x54\x88\xbe\x2b\xc8\x79\xa9\xff\xee\xca\xc3\x3a\x09\x53\xf9\x83\x66\x35\xda\xda\xc4\xda\xe0\xf3\x50\x49\x12\xbd\x84\x04\x2f\xa3\xef\x1e\x35\x8a\xe9\x82\x8f\x14\xc9\x4e\xe8\x01\xb0\xe3\x8c\x95\x5e\x40\x96\xb5\x21\x45\x79\x23\xd1\xce\x61\x34\xf0\x75\xd7\x22\xd3\x8c\xbc\x30\x4d\xd1\xb5\x6d\x5d\xc6\x71\x8e\x7c\xe6\xf3\xaa\x5a\x2b\x7c\x15\x3d\xb3\xd7\xad\xfb\xaf\xf4\xe8\xfb\x8f\x43\xf8\xa8\xcf\x60\xb6\x53\xfc\x5e\xc9\x53\x47\xac\xc3\xe7\x63\x58\xa4\x0f\x96\xe7\xb2\x39\x11\xc1\xc0\xcf\xe5\x12\xa9\x90\x24\x0f\x92\x7e\xc8\x7a\x93\x4f\xa0\x57\x34\x48\x32\xbd\x8b\xd5\x20\x6f\xc5\xb4\x70\x14\x38\x8f\x1f\x0e\x8d\x9c\xc7\x6a\x1f\x44\x36\x66\xba\x58\x3c\xcc\x24\x8e\xa6\xfa\xa4\x35\xfe\x69\xeb\x85\xba\xf6\xfd\x29\x91\xed\x2d\x2b\x66\x40\xde\xa7\x57\x09\x5b\x67\x90\xd9\xca\xe2\xf5\x83\xa2\x5a\xd2\x2c\xc2\xd6\x8a\x93\x45\x48\x07\x92\x5f\x5d\xc7\x10\xd3\x61\xaa\x45\xc1\x0c\xd0\x3b\x8c\x42\x4d\xb3\x20\xcf\x65\xd7\x62\x1f\x42\xbf\x61\xf5\xf3\xe0\x34\xa6\x71\x2f\xbc\x72\x60\x9c\x64\x60\xd0\x7e\x03\xd5\x11\x00\x11\xf1\xc4\x04\x94\x2e\x2c\x98\x8f\xde\x76\x31\x79\xb1\x93\x0c\x2d\x1c\xd3\x4d\xe0\x67\x9e\x4e\x29\xe0\xc3\xda\x4f\x28\x05\x3d\xbd\x5e\x7c\xe7\xf2\xc0\xd2\x29\x0e\xe0\x48\xaa\x7e\x5a\x19\xa3\x0f\x27\xcd\x14\x63\x4c\xcd\x35\x23\xf8\xf8\x05\x92\xc1\x79\x5a\xee\xc7\xd3\x8e\xc9\xa3\x40\xd3\x49\xf1\xbb\x3c\xc2\x02\xe9\x63\x28\x83\xcc\x1b\xd9\xea\x71\xd3\x61\x77\xb7\x0c\xe3\x8d\x22\xfc\x2d\x53\xb2\x4c\xba\x9f\x36\xa9\x28\xdc\x8f\x32\x45\xde\x53\xd8\x60\x3a\xe9\xd2\x63\x13\xf1\xf6\x59\xde\x9b\x44\xc4\xc6\x32\xce\x9b\xad\x72\x5a\xe4\x64\x07\x66\x58\x99\xe9\x18\x02\x2f\x23\x51\x96\x74\x0c\x77\x19\x3c\x26\x17\x7f\x7c\x54\xb2\xe3\xbf\x8f\xb7\xcb\x6f\x7b\xed\xd1\xc7\x36\xd1\xcd\x7c\x3e\x99\xde\x2c\x9a\xd0\xa5\x60\x7a\x3d\xc7\x15\xef\x3b\x8a\x2a\x43\x2a\x77\x0f\xa5\xc6\x5b\xc7\x0e\xd2\x74\x6f\x47\xc3\x98\x62\x8c\xf7\x1d\x49\xb8\x06\x0f\xde\x75\x28\x67\x7e\x20\x67\x12\x2a\xf6\x36\xc3\x1b\x5b\xde\x3e\xd6\x8c\xff\xb9\x48\x96\x35\x20\x08\xb6\x54\x62\x96\x6c\x62\xa9\xc4\x96\xfa\xcb\xe5\xf8\x96\x84\x36\x4f\xf9\x4d\x61\xfb\x57\xdf\x2d\x9b\x51\xb1\x5b\x80\xbe\x71\xb1\x91\x86\xb8\xb9\x5f\xd9\x2b\x46\x03\x40\xb2\xb1\x20\x1b\x19\x49\xaa\x75\x17\x27\xab\x68\x2d\x86\x24\x62\x06\x79\x64\xb6\x08\xc9\x4f\x1f\x73\x13\xfe\xcc\x1b\xf4\x6a\x81\x0c\xc2\x97\xad\x41\xe2\xa7\xf6\xc6\xd6\x10\x9d\x70\x12\xcf\x3e\xd3\x98\x2e\x04\x07\xfd\x4d\x93\xd3\xe5\xb9\xe8\xe6\xb2\x05\x0e\x0e\x99\xbd\x35\x9b\x9d\xcf\x48\xc9\x48\x87\xa9\xc1\xeb\x04\xd7\xaa\x91\x26\x1e\x7f\xf6\x1e\xb6\xf5\x3e\x4b\x65\x84\x08\x8f\xc4\x97\xc0\xb4\x8b\xee\xe4\xb1\xe5\x94\x83\xd1\x9d\xf0\x51\xe2\x4a\x28\x39\x28\x0e\x12\x06\x51\x34\x58\x84\x66\x68\xcd\x6a\xb6\x0a\xe3\x18\xe2\x9f\x17\xf7\xb7\x8b\x38\x6d\x96\xe6\xc2\xd7\x7b\xb3\x3a\xd7\xbf\xe0\xa1\x92\x00\xb4\x07\xdb\xe9\xbc\x25\x86\x7b\x03\xc1\x72\xac\x7f\xa2\x21\xef\x59\x0a\x3d\x8c\x27\x71\xe4\xf1\xc2\x65\x06\x12\xe9\xb9\x4e\xc5\x57\x90\x4d\x08\x58\xc1\x5e\xc1\xc3\x06\x94\x23\xe2\x8d\x5f\xb2\x48\xf4\x32\xf3\x81\x81\xbd\x45\x2c\xc8\xad\xd8\xd2\x12\xa1\xcf\x7c\xe4\xf3\xbc\x8c\x43\xb8\xa6\x1f\x5c\x0c\x91\x9c\x7f\x67\xbb\x94\xbc\x4b\x28\x03\x6d\x06\xe5\x5d\x95\x7c\x76\xae\x06\xbc\x40\x36\x4a\x8d\xc9\x93\x7e\x8b\x11\xbb\xb2\xa6\x7c\xa6\x0a\x8d\xa2\x9f\x77\xdd\x6b\x7a\xc9\xac\x0a\x3b\x8c\xe4\x70\x5e\x8e\x9d\x77\xa8\xa3\x23\x7c\xa4\x1a\x0b\xac\x68\x0a\x11\x28\xfb\xac\x5e\xea\xb2\x9c\xad\x43\x0c\x4c\x94\xcf\x8b\x95\xb2\xc8\x66\xc8\x59\x82\x46\x8b\x07\x14\x90\x7f\x3a\x04\x4b\x93\x5b\xea\x88\x02\xc8\xeb\x14\x96\x73\x27\x53\x45\x2f\x7a\x3a\x55\xfa\x32\x07\xd7\xbf\x2e\x11\x17\x57\x32\xc8\xcd\x42\x74\x43\x03\x5f\xdb\x0e\x82\xdc\x58\x0e\x6f\x79\x04\x67\xe0\xb4\x22\x2d\xc7\x92\x7e\x31\xb0\x7e\x04\x36\x8f\x0f\x82\x8e\xea\x39\x32\xa9\x97\xee\xce\x9a\x31\x1c\xb0\x28\xb8\x66\xea\xdf\xf9\xdc\xc6\xb6\xf5\xd9\x2e\x9b\x71\x72\xfe\x7e\x95\x67\x50\x41\x06\x38\x18\x06\xf4\x9a\x3a\x45\xb0\xca\xbb\x34\x34\x33\x58\x23\x46\x06\xbd\xcf\xdb\xf9\x7e\x83\xe5\x47\x04\xcf\x49\x79\xb4\xe3\x61\xb2\xd1\xbb\x04\x29\x69\x67\x86\x97\x55\x1d\x0f\x2c\xab\xfb\x7e\x43\xe2\x17\xba\xb9\x96\x27\x6b\x6e\x48\xc0\x4c\x83\xe5\xfc\x33\x1c\x97\x91\x89\x2d\xd1\xcd\x05\x87\x04\x36\x42\x7b\x4b\xdb\xb3\x63\x7e\xe7\xc6\xdf\x71\x52\xd7\xa5\x5b\x5f\x6f\x74\x32\x7a\x92\x89\x0b\x65\x3b\x8f\x0a\x82\x0a\x79\xfe\x11\xb7\x72\xbe\xd2\xdc\x28\x7d\xac\x25\xbb\xe3\x30\x34\x69\x73\xcd\xed\x43\xe9\x2c\xd1\xa1\x1b\xc8\xf4\x90\xde\x8c\x75\xf0\x3f\x79\xf7\xd1\xca\xfb\x25\x7d\xb8\xa4\xb2\x4f\x24\xa8\x6f\xf9\x37\xcb\x1a\xeb\xfe\xc3\x98\x55\xf2\xa3\xa3\xe9\x98\x38\xfb\x1c\x87\x8f\x5f\x0a\x9f\xaa\x8c\xd7\x4a\x53\xff\x7d\x7c\x67\xbf\xe3\x39\x05\x27\x47\xdf\x54\xdb\x44\xcf\x56\x1d\xda\xdd\xcb\x9c\xf4\x91\x98\xa7\xcc\x4d\xd0\xdf\x41\x8f\xe7\xd4\x28\x4c\x44\x23\x54\xfe\x91\x0b\x51\xe9\xbd\x6d\x22\x2d\xaa\x08\xcb\x0e\x2d\x42\x2f\x70\x12\x87\x01\xe2\xe0\x5b\x66\x99\x8e\x60\x6e\xfb\x6e\x62\xcc\xcd\xd0\xff\x3f\x31\x63\x08\xa5\x47\xb7\xe5\x47\x4b\xe3\x6c\xcb\xff\xf4\x75\x99\x6b\xfc\x3f\x7f\x5d\x3a\x19\xdd\x74\x56\x29\x29\x02\x91\x75\x47\x4b\xe8\xca\x7d\x92\xe4\xb4\x29\x7e\xe2\x2f\x29\x2a\xd7\x44\xaa\xd7\x6d\xd7\x0e\xc4\x55\x5a\xc9\xfb\x89\x63\xf4\xad\xff\xe4\x66\xe0\x89\x61\x24\x32\x78\x3d\x70\x04\x86\x90\x2a\x94\xcd\xd7\x89\x3f\x53\x81\x7b\x52\x8f\x09\x36\x5f\x0b\x02\xf1\x0d\x2b\x41\x02\x05\xa7\x55\x8d\x97\xa5\x27\x55\xb5\x52\x7b\xc9\x4a\xd9\xed\xea\xa9\x42\x82\x42\x4a\xe1\x0e\x2d\xe7\xac\x58\x13\x2f\x55\x0d\x87\x35\x26\xca\x98\xaf\x81\x24\xbe\x2c\xe4\x73\xc1\x49\x21\x26\x8d\xfb\x11\x69\x2d\xe9\x42\x04\xfb\x34\xc5\xd9\x2a\x88\x03\x39\x01\x3f\x70\xfc\x89\x51\x05\xbf\x66\x3b\x6b\x0e\xe3\x15\xc3\xb7\x62\x66\xbd\x18\x76\x3c\xf3\xef\x00\xbc\xbf\x65\xfa\x69\x8d\x72\x4b\xec\x79\x06\xad\x56\xb9\xd4\x11\x1d\x1a\x4e\x86\x76\x4b\x4d\xb6\xec\xc9\xeb\x26\x76\xc1\xb7\xd4\x52\xad\x5d\x36\x42\x5d\x0d\xeb\xa6\xa3\x6c\x2f\x6f\xec\xc6\xf5\x02\x8d\x1f\x1c\xc2\x2a\x81\xba\x6c\x5b\x47\x2c\x22\x81\x12\x32\x61\x8b\x4f\x2c\xda\x57\xfe\x6b\x71\x28\x9b\xb6\x99\x5b\x36\x01\x1f\xaf\xdb\x0b\x02\xbf\x75\xdd\xf6\x48\x65\x41\xfd\x74\xc3\xc6\x0d\x74\xb9\xb4\xb3\xa7\xe7\xc8\x7f\xc1\x9e\xfa\x1a\x44\x6f\xa6\xbb\x49\xdd\x78\x48\xb3\xea\x6e\xa6\xdb\x8d\xd9\xec\xec\x4c\xbf\x5f\xe3\xfb\x5b\x3b\x9e\xd4\x8e\x3d\xe7\x0d\xcc\x74\x2d\x49\xab\x81\x92\x2e\x87\x4d\x65\x1d\xbc\xd9\x77\x6b\x36\xf0\x48\xd6\x8c\x81\x70\x7b\xca\xe2\x2b\x06\x2b\xbe\x23\xb0\xe2\x02\x60\x93\x26\xe9\x9d\xa5\x17\x87\x15\xff\xb1\x89\x6f\xbf\x2e\xf0\xd1\x7b\x8d\x8c\xeb\xb4\xc4\x4e\x76\x6b\x65\xb5\xf4\x02\x82\x5a\x4d\x2f\xba\x33\x21\x00\x55\xe4\x22\xf9\x56\x72\x2c\xc6\x71\x93\x08\x47\x2c\x6f\xfe\xe6\xb4\x41\x88\x61\xf5\x0f\x2e\x68\x28\xf4\xb8\xc3\x7d\x9b\x1e\x8b\xa4\x02\xf3\x96\x54\x81\xf1\xa4\x44\x37\x86\x64\x99\xc0\x39\xcb\x4b\xb0\x48\x19\x23\x32\x5f\x25\xe2\xaf\x6f\x91\xe4\x62\xa8\xda\x39\x50\xba\x07\xfd\x5b\x60\xfd\x40\x04\x94\x19\xdd\x39\x30\xed\xb7\xc7\xda\xd2\x03\x82\xf7\x46\x38\x7b\x71\x71\xd2\x64\x7f\x10\x8d\xd4\x29\xaf\xcf\x46\xe3\x9c\xe7\x04\x45\xc8\x7e\x24\x95\x38\x3d\xb7\xaa\x6e\x12\x6d\x70\x2c\x07\x0b\xf2\x0c\x8c\x87\xfc\xf6\xa4\xf4\x96\xad\x72\xe1\xc9\x30\xf8\x12\x48\x1e\xa2\x14\x59\xbf\xfa\xf7\x14\xe2\x03\xf9\xa2\x31\xc4\xd1\x5b\xa8\xcb\x86\xce\x9d\xbd\x06\x19\x28\x8e\xe5\x57\xa7\xe8\xec\x92\x27\xae\x7d\xa0\x22\x84\x7e\xe4\x40\x9f\x4c\x28\xb3\x0c\xe4\x14\x67\x77\xc4\xde\x5a\x6a\xc5\x2c\x98\xac\x4e\x89\xf9\x1a\x31\x8a\x53\x61\x47\x2f\x4c\xa6\x02\x70\x22\x18\xa4\x39\xf1\x69\x5f\xd2\x8a\x75\x7b\x5d\x2a\x0f\xa7\x4a\x31\xf1\xb4\xca\x43\x5f\xf8\x85\x0d\xe9\xac\x55\xc4\xfe\x83\x06\x17\xb2\x89\x3b\x05\x9d\x9c\xb2\xd6\x98\x1b\x62\xd0\x04\x93\x94\xba\x86\xa9\x8d\x3f\x04\xf3\x59\xe9\x2f\x34\x2b\x9d\x2a\x2e\xdf\xa2\xad\x8c\x0b\x12\xce\x86\xb7\x6c\x11\xf6\x5d\x21\xf6\xe6\x57\x4d\x7e\xe2\x13\x28\x3d\xd5\x44\x49\x9e\x3c\xf3\xd1\xea\x34\xb3\x0c\x7b\xd1\x21\xe4\xd3\x6d\x0d\x88\x3c\xf1\x23\x49\x54\xfd\xe0\xd3\x24\xc6\x88\xcc\xf7\xba\x6e\x2f\x21\x49\x90\xa8\x01\x43\x8f\x54\x4c\x44\x3e\x4a\x6b\x65\xbf\x8e\xc7\xf3\x22\x49\x70\x47\xb3\x35\xa3\xd3\x0a\x58\x3e\xb0\x51\x9d\x50\x87\xa4\x92\x13\x79\xa5\x3f\xbb\xac\xc7\x87\x37\x09\x13\xa5\xb3\x75\x7d\x0d\x99\x67\x91\xf8\x05\x99\xac\x91\x72\x7f\x68\x3b\x27\xa9\x84\xee\x6e\xc8\x71\x43\xd3\xbc\x44\xb3\x3b\x9e\x68\x04\xda\x7d\x88\x8a\xa0\xa0\x77\x2a\x96\x93\x4b\x4f\x87\x80\xc8\xef\xf6\x75\xa3\x49\x6a\xe6\x96\x68\x97\xc5\xc1\x40\x6a\x3e\x03\xa1\xfc\x89\x51\x9c\x5a\xf2\x9f\x71\xe8\x8a\x26\x84\xce\x0b\x6e\x40\xa6\xf4\x31\x31\xa0\x93\x0a\xe2\xcb\xb4\x77\xc4\x57\x81\x09\xcd\xad\x9d\xdf\xa8\xea\x74\xd2\x77\xae\x58\x19\x8f\x81\x85\x6d\x5b\x8d\xa3\x20\x19\xa4\x74\x54\x99\xd4\x2d\x1f\xd2\x34\xae\xb2\xbf\x44\xb7\xda\xd5\x52\x6b\xe2\xd7\x9a\x61\xe4\x4c\x33\xcf\x18\xb9\x81\x93\x82\x60\x64\xae\x12\x11\x2e\xff\xcc\xcc\x7d\xf8\x8b\xd7\x10\xfd\xe0\x35\x43\x22\xa9\x65\x4c\x9b\x77\xc6\xb2\xe5\x71\x27\x02\x3c\x93\xc0\x31\xed\x5a\x7e\xcf\x28\x8f\xa5\x40\x92\xb0\x8d\x72\xb0\x49\x11\xd2\x2f\xf5\x9a\x7f\xc9\x7f\x1b\xe7\xff\x61\x39\xb2\x22\xc9\x6c\xc0\x1e\xc7\x4e\x06\x2d\x15\x10\x87\x33\xd3\x02\x2b\x2e\xd6\xd2\x30\x7a\xf9\x9d\x66\xcb\x90\x2f\xb6\x01\xe5\xa2\x89\x8c\x95\x9a\x95\x92\x39\x8b\xac\x64\x90\xd2\x94\x0e\xce\xa5\x4d\x72\xb1\x8a\xe9\xa4\xb8\x89\x23\x98\xf3\x58\x90\x92\x1d\x31\x73\xab\xef\x61\xb0\xef\xc2\x18\x80\x0e\xe8\x4a\x76\xce\xf9\xfa\x2c\x5c\xdb\x8a\xe2\x9a\xa6\xfc\xcd\xb3\xf4\xbb\x7f\x2f\x7c\x69\x6f\x88\x80\xa0\xc5\x9c\x83\x89\x66\xa4\x5e\xe6\xa0\xd8\xd1\x57\x8a\xc1\x17\x59\x85\x1b\xc2\xe3\x20\xd2\x46\x05\xc6\x06\xe9\x8b\x25\x89\x6a\xa5\x36\xc9\x15\xf2\x8d\x19\x50\xf9\x84\x87\x35\xe2\x8b\x1b\x24\x13\xa1\xdc\xd4\xa5\x5f\x5c\xd0\x25\x1c\x97\x3b\xf5\xb8\xde\x19\xe2\xc5\xe0\xd7\xec\x6c\x0a\x47\xd3\x4d\xa1\xc2\x9c\x89\x23\xec\xca\x4b\xea\x63\xd6\xf7\xab\x61\xd6\xd6\x7b\xcf\xd9\x5b\xeb\x64\x7a\x1e\x7d\x61\xe3\xf3\x3a\x7e\x6c\x12\xd9\x72\x4d\x5b\x29\xde\x63\xa3\xc0\x55\x71\x9a\xb1\x37\x1e\xdd\x23\xda\xf0\xb7\x8c\xaa\x1f\x64\x22\xe7\x70\x46\x7a\x0b\x2c\x92\xf2\xaf\xce\x93\x3c\xfc\xb7\xc3\xf6\x60\xe1\x38\x7d\xf4\xb3\x76\xa0\x97\x23\x38\x15\x42\xbe\x50\xfb\xb3\x14\x92\x62\xb3\xfb\xa5\xb6\x21\xa1\x19\xd3\x95\xed\x35\x40\xa3\xef\x84\xf5\x7f\x0a\x16\x68\xbd\x11\xd0\x1e\x6f\xeb\xba\x37\xc4\x02\x15\x0f\xb7\xc5\xf9\x43\xfd\xde\xef\xdd\x41\x32\x16\x9e\x3f\xbd\x78\xc1\xc1\x5c\x26\x17\x0a\x30\x7c\x3b\x18\xa4\xcc\xaf\x08\x0a\xf9\x9a\x70\xe1\x21\xbd\x2b\x3e\x72\x80\xdc\xb9\x1e\x7e\x83\x48\x8d\xe9\x60\x17\xeb\x6f\x1f\x8b\x87\x67\xc1\x47\x44\x57\x3c\x12\x08\x60\x04\xc9\xa0\x11\xa1\x57\x70\xad\x49\x5a\x65\x2f\x8d\x9f\x7a\x6b\x26\x7d\x15\xb6\x6b\xbd\xe5\x55\x59\x57\x7c\x39\x3e\x3c\xfb\x70\x99\xa1\xa3\xb5\xab\xfb\x49\x1c\xb3\x8b\x27\xe7\x0f\x7a\xf1\x7c\xd4\x99\x57\xe5\x01\x90\x6b\x78\x72\x11\x6d\xfc\x7c\x87\xe1\x10\x98\x0f\x7f\xad\xca\x77\x45\x25\x50\x78\xdb\xee\x88\xd8\x90\x92\x02\xfb\xe1\x53\x4d\x8e\xe8\x7d\x69\xb3\x21\x70\xac\x68\x4f\x7e\x4f\x06\x13\x83\x4f\x4b\x08\xb3\x94\x18\xf7\xb8\xb6\x3c\xc0\xbb\x0c\x46\x76\xbe\xe5\x34\x88\xad\xdf\x69\x91\xfe\x39\x8f\xa3\xa6\xc4\x9a\xc7\xff\x19\xc1\x16\x90\xff\x88\xae\xf7\xc0\x77\xd2\xf6\x29\x7e\x8f\xaf\x77\x36\x9e\xb7\x10\xc3\x69\x0b\x09\x75\x95\xcf\xc9\x63\xfc\xb9\xd8\x48\x1e\x32\x83\x59\xcb\xc3\x22\x69\x35\x82\x1e\x35\xb7\xa4\x98\xc2\x67\xda\x76\x3f\xff\xd4\x90\x62\x62\xf3\xa6\xc7\x87\x49\xaa\x52\x7d\xb6\x66\x56\x5b\x28\xaa\x16\xc2\x06\x50\x52\xd1\xc7\xc1\x36\xb9\x53\x78\x1e\x4d\x5d\xe7\x69\x4a\x09\xaf\x66\x60\xc3\xb6\xcf\xa3\x98\xb8\x24\xe0\x99\xe2\x53\xc6\xa8\xb8\xf5\x1c\x90\x58\x09\xad\x64\xb2\x19\xa1\x95\x0c\xf2\x76\x62\x4b\xb4\xcf\x5e\xe8\xa9\xba\x68\x15\x7a\x36\x89\x69\x8c\xc2\x99\xc3\x41\xee\xc5\xb9\x66\xff\x96\x3b\x91\x94\x1e\x11\xed\xcd\x17\xaa\x7d\x7e\x52\x0c\x87\xe2\x50\x0c\x7f\x62\x2d\x9b\x7b\xf1\xb5\xa8\xbd\xba\x02\x87\x88\xf4\x23\x76\xf5\x5c\x7e\x3c\x60\xfd\xb1\xaf\x4b\x64\x21\x2e\x23\x44\xae\x2c\xc3\xbc\x0e\x4a\x9b\x24\xb6\x17\x4c\xa2\xe0\x41\x83\xd7\x02\x5e\x29\xbe\x76\x37\xf0\xe6\x76\x41\x37\x92\xbe\x53\x9c\x1b\x30\x80\xf1\x08\x04\x6c\xe8\xd3\x11\x30\x05\xd9\xb5\xad\x93\xd4\xa6\x92\x89\x16\x09\xeb\x7d\x3a\xd3\xb0\xce\x10\xe9\x6c\xd6\x92\x65\x31\xc0\x9f\x3b\x8d\x50\x1f\xfd\xd5\xe7\xab\xd3\xd4\xc6\x75\x9f\xd0\x54\xee\xae\xd4\x6f\xba\xf2\xe0\xbc\x6b\x2a\xc7\x2e\xee\x4d\x07\x11\x8d\xbe\x1f\x61\x12\xd8\x2e\xbd\x2f\xbc\x22\x8f\x19\x65\x3b\xab\xd1\xf7\xf4\x3c\x25\xeb\x13\xcf\x4f\xbf\xf3\x87\x87\x5d\x2f\xc7\xe7\x06\xe5\x73\x44\x64\x52\x0c\xfa\xd7\xad\x2f\x07\x7a\x21\xe9\xba\xc9\x81\x64\x58\x3e\xb1\x20\xb9\xa6\x11\x40\x35\x6d\x6d\x93\xb6\x73\xc7\x49\x42\x71\x4a\x2c\x26\x9f\x6b\x36\x2d\x91\xd2\xc7\x08\xc4\x68\x11\x53\x8d\xc1\x4c\x0a\x17\x17\xfe\x87\xb9\xa5\x26\x08\x78\x15\x72\x40\x10\x86\x7a\x81\x62\x75\x77\xf3\xba\x25\x0d\x30\x62\x9a\x51\xb5\x6b\x0c\x00\x95\x1e\xf3\xdf\xc5\x47\x1f\x52\xc1\x03\x29\xf8\xf0\xe3\x69\x4f\x7b\xb8\x82\x0c\x7b\x71\xe9\x2c\xff\x66\x25\xc9\x03\xa2\xd8\xf3\x21\x3f\x22\xeb\x19\x5b\x82\xf4\x55\x4b\x88\x2d\xa4\x7b\xb8\xab\x8d\x7e\xbe\x3a\x31\xc2\xe1\xb6\x5d\xfa\x9d\xbe\x08\x06\x1a\x33\x98\x82\xc0\x52\x3e\x22\x7e\xcd\x29\xf8\xf8\x3d\x72\x21\xf1\x9b\x3f\x85\xe1\xbc\xc5\xa2\xbe\xaf\xf5\x3e\x9e\x3f\x29\x32\x6c\x10\xcb\x42\x86\x77\x76\xe6\xbc\x07\xea\xef\xba\xb3\xfd\xbd\x8f\x13\xd8\xb8\x4b\xa3\x8f\xa1\xf2\xbd\xfe\xaf\x44\x10\xd9\xcf\xee\x01\x71\xdf\x73\xe5\xf6\x32\x36\xe0\x69\x85\x0c\x71\x0e\xd3\xd5\x08\x12\x3a\x0b\x72\x34\x09\xc6\x69\xb6\x2c\x9c\x0a\xc4\xe9\x51\xe5\x5d\xfd\x04\xb9\x79\x22\x63\x16\xb5\x65\x94\x85\x1f\x1b\x3c\x38\xa5\x9a\xda\x32\x68\x60\xec\x90\xb0\x35\x4b\xc4\x05\x37\x1c\x62\x46\xe2\x88\x25\xfb\x96\xcf\xc6\xc5\x9e\x6b\x3a\xde\x91\x7d\x8b\xb8\x4c\x35\x60\x29\x95\x01\xf0\x8d\xf0\x64\x55\x28\x99\x91\xe0\xa9\x31\xd3\x68\xa2\xa3\xd3\x3c\x33\x5d\xf3\xae\x07\x5c\x89\xb4\x8d\x39\x10\xd7\x6d\x26\xe4\xd9\xd7\xf2\x3d\x3c\x4f\x12\x18\x01\x1e\x93\xeb\x9a\xad\x11\x62\xf8\x04\x09\x7e\x5b\xc0\x9e\x8c\x23\x00\x70\x50\x9e\x82\xfd\x79\x1b\x4e\x45\x9d\x3c\x05\x34\xa7\xc8\x3f\x26\xad\x3d\x83\x7f\x8c\x89\x9c\x63\xde\xa4\xaf\xef\x43\xa9\xe8\x89\xfa\xf3\x38\xfe\x50\x5c\xb0\xbf\x0e\x76\xa0\xb6\x6d\x73\x0d\x6c\xd4\x42\xab\x43\x2c\xc5\x90\x1c\x1d\x89\x5f\xc0\x52\x6f\x7a\x1a\xc5\x1e\xc6\xb1\xc8\xa9\x32\x95\xe4\x28\x89\x08\xe5\x1d\xe9\xe4\x64\x67\x23\xc1\x90\xee\xed\xe1\x56\xe2\x41\xeb\xdc\xf1\x0e\x28\x84\x3f\x0a\x74\x03\xdb\xb9\x03\xf0\xdd\xa3\x27\xcf\x47\x55\x26\xd8\x43\xbf\xcf\x62\x1b\x2d\xbb\x0d\xbb\xb0\x4c\x9d\x51\x38\xf3\x8e\x41\x9a\xee\x38\xa0\x53\x7a\x5b\x7d\x8d\x00\xbc\xd6\x3c\xe4\x17\x13\xd0\x26\x86\xc4\x91\xfb\x22\xae\x85\x0d\x22\x91\x22\xea\xb1\x65\x6a\x1c\xc9\xca\xb3\xec\xe5\xd3\x1e\x7a\xf8\x9c\x4e\xdb\x67\x3a\x9e\x7b\x60\x52\x7c\xb6\xf5\x65\x20\xa9\xf8\x8d\xd7\xcd\x63\x1b\xa3\xe9\x6e\x09\xcc\x1d\x9b\x25\x6a\x34\x6d\xe4\x25\x22\x7a\xab\x0a\x7b\xda\x96\x80\x9a\x2d\x5d\x38\xdb\xe5\xb0\x7d\x4b\x5c\x41\x7c\xc1\x05\x92\x95\xd1\x47\x53\x8f\x9a\xa5\x63\xcb\x91\xc3\x27\x23\x68\x72\x40\x88\x33\x4f\xbd\x5a\xaa\x21\xc4\x56\xdc\x59\xb1\xbd\xd5\x41\x7f\x0f\x4a\x18\xf7\x66\x4a\xaf\x28\xe0\xa1\xa3\xe1\x41\xe4\x11\x40\x25\xf6\x07\xcb\xfe\x14\xd6\xc3\x84\x67\x31\x40\xcc\xad\x04\xdd\xed\xd2\x0b\x3a\xd8\xa3\xc8\xa6\x14\xb4\x62\x2c\xa0\x10\x81\x9c\xf2\x94\x2c\xe0\xb7\x52\xd5\x57\xbb\xde\x84\x25\x13\xdd\x9a\xa8\xb8\x64\xb5\xf8\xaf\xf1\xc4\xea\xf2\x4a\x34\xf0\x71\x66\xb8\xb4\xf0\xf9\xf3\xa0\x3b\xe7\x0e\x7d\x12\x81\x07\x51\xf4\xce\x47\xf3\x88\xcd\xe8\x64\xec\xb4\x9d\x43\xc9\x6a\x56\xbf\x3c\x8f\x83\xeb\x57\xba\x2e\x1e\x48\x1f\x54\x81\x52\xc6\x7b\xfc\x42\x5c\x77\xe2\x63\x36\x87\x1a\xbe\xd5\xb2\x94\x62\xd6\x8e\x9f\xb0\x2b\xfa\xb8\x63\x00\x30\x1d\xc1\xc5\x4c\x48\x78\xf3\xda\xe5\xa6\xa3\xd7\xf2\xeb\xae\x6d\xa2\x29\x62\xb0\xbd\x4d\xa4\xa6\xfe\x4b\x4f\xa7\x71\x3b\x20\x73\x2b\xfc\xbb\xcd\x80\x14\x3e\x1e\x38\xcd\xf5\x2a\x1b\xe2\x8b\xa6\x09\x62\xf3\x72\xfb\xab\xdd\x0c\xc1\xba\xc2\x73\x1f\x6c\x26\x11\x9b\x68\xc5\x2e\x46\xa9\xe5\x5e\xac\x9e\x39\x0e\x62\xd7\xf2\x96\x47\xe0\x2c\x63\x90\x1f\x39\x68\xef\xd5\xc3\xba\x42\xd0\xcb\x5b\x7b\x8f\x9d\x03\xc2\xdb\x29\x7b\x83\x5f\xcd\xa8\x01\x42\xfa\x2e\xd3\x65\x5f\x8b\x63\x35\x6c\xe9\x2c\x13\x4a\xd3\x10\x02\x9e\x2e\x49\x83\x2b\xaa\x16\xc6\xd7\xc2\x1b\x9d\x1b\x1e\x87\x51\x70\x3a\x68\xe8\xc2\x83\xcf\xbf\xd8\x20\x05\x08\x9a\x78\x84\xc9\xad\xfa\x34\xb9\x49\x6c\xad\x6c\x84\x17\x92\x1a\x9c\xb3\x2e\xe5\x85\x18\x9e\xde\xfc\xd8\x34\x4b\x1a\x04\x1a\xd2\x70\x4d\x2c\x60\x58\x92\x36\x06\x9b\xf6\x3f\xb7\x40\x29\xf5\x9c\x7e\x5b\x7f\xca\xfc\x65\x3a\xad\xb0\x9f\xfe\x5b\x7b\xd0\x15\x9a\x19\xa3\x8a\x07\x6e\xdf\xa2\x3b\xed\x0a\x17\x3f\xcb\x16\xbc\xf2\x1e\xd1\xac\xe7\x12\x01\x12\xdb\x63\x65\xa1\x8c\xee\x4b\xca\x64\xe2\x93\x42\xbc\xff\x60\x63\xc6\x4e\xe1\xf4\x52\x49\x2d\xcd\x20\xf8\x69\xcc\x20\xe8\xf3\x19\xdc\x9e\x89\x39\xe4\xc3\xa5\x66\xc5\xe9\x01\x49\x21\x92\xb4\x84\x79\xba\xc6\xbe\xdb\x7c\x32\x6e\x43\x94\x83\x9a\x27\x37\x01\x06\xc8\xbf\xf9\x6e\x64\xa2\x92\x54\xf8\x17\x49\xf1\xac\x16\xdc\x69\x1f\xfd\x27\xa2\xad\xf9\x44\x26\xfe\x87\x24\xb9\x6e\x9a\x08\x19\x89\x84\xab\xf7\x6d\x20\x4b\x81\xac\x43\x88\x19\x0d\xdf\x73\x30\x32\x9d\x3c\x25\xa6\x6c\x60\x96\x17\x2e\x6d\x4c\x33\x5d\xde\x32\xb1\xbc\x29\x99\x5f\x9e\xbf\xf0\x5d\xda\xd2\x39\xe6\x8d\x8d\xa7\xfa\xfe\xcd\xe6\x39\xa1\x93\xc4\xd7\xde\x08\xff\xdd\x56\x6d\x26\x77\xdf\x2f\x49\x5e\xc7\xf7\x5e\xb9\x10\x29\x9a\x4f\x6f\x0c\x06\x9d\xde\x86\xd9\x54\x9b\x33\xd7\x8b\xe3\xc1\x39\x73\x1d\x2f\x01\x07\x33\x49\x87\xc1\x67\x3f\xcd\xf8\x7c\xfb\x3d\x19\xdd\x30\x9f\x03\x96\x73\x73\x7a\x0c\xcd\xb9\x60\xcb\x9a\x63\x06\xb1\x28\xf2\xbe\x4f\x1c\x6a\xd9\x90\x78\xf1\xb3\x6b\xdb\xfa\xd5\xc2\x5c\x63\x6e\x48\xf1\xbe\xb8\xea\xda\x3d\xbb\x98\x1a\x7a\x65\xc0\x2e\x9e\x80\xea\x5e\xaf\xf0\xef\xa7\xfd\xea\xd3\x10\xfa\xf4\x7e\xbf\xf8\x74\x4f\xbf\x09\x7b\xc1\xcc\x55\x3e\xec\xe8\x83\x0b\xc5\x5b\xfa\xe5\x13\xda\xe1\xf7\x6b\xfa\x7d\x84\x9b\x4a\x2b\xb5\x09\x5d\x7f\x5a\x54\x03\x8c\x67\x7b\xa9\x71\x02\xc4\xd0\xca\xaf\xde\xd2\xdb\xbf\xe5\x2c\xbd\xda\xa9\x91\xcc\x81\x0d\x74\x40\xf8\xec\xfb\xe6\xef\xbb\x76\xe8\x7a\x4d\xbd\xac\x9f\xb6\xe6\xc4\x5f\x42\x2a\x41\x4e\x62\x65\x6d\xc5\x5f\x65\x28\xd2\x66\xdb\xb8\x9d\x64\x64\xe7\xe1\x20\x83\x1c\x7d\x3e\x59\x23\x4d\xd2\x98\xf4\x53\x67\x5e\xaf\xfd\xc0\xfc\xa8\xf8\xa3\x1f\x56\x18\x13\xad\xee\xb6\x6b\x0f\x48\xb6\xf2\x6a\xe1\xf3\x7a\xf9\x84\x5e\x2f\x86\x6d\xeb\x62\xc8\x25\x17\x42\x5b\x43\xd4\xac\x19\x78\x8a\x1a\xd2\xa7\xbd\x3e\x51\x9d\x43\x1c\x43\x9f\xe3\xaf\x6c\x0e\x83\xca\x0a\x35\x3e\x8a\xe6\xf9\x28\x93\x68\x4a\x37\x31\xb0\x33\x9b\xad\x2d\x17\x2c\x94\xa4\x3d\x5f\x5f\x8a\x5c\x88\xc1\x98\x29\xff\xe8\xef\x7f\xe7\xf4\xad\xc4\xd1\xff\xe3\x1f\xc5\xd3\xaf\x3e\x2e\xf8\xf3\xa9\xf6\xb1\x3a\x41\xff\x7a\x29\x53\x03\xf0\xbd\xf9\xf5\xdf\xb3\x1a\x88\x6c\xc2\x9e\x61\x62\xa6\xa1\xa2\xf3\x10\xd9\xe9\xff\x05\x00\x00\xff\xff\x02\x64\x8b\x16\x41\xcc\x00\x00") +var _confLocaleLocale_fiFiIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xdb\x8e\x1b\x47\xf2\x37\x78\xcf\xa7\x28\x6b\x20\xd8\x06\x5a\x14\x3c\xf3\xed\x01\x86\x69\xaf\x2c\xcb\x27\x9d\x7a\xdd\x2d\xcd\x0e\x0c\x81\xce\x26\xb3\xc9\xea\x2a\x56\x71\xea\xc0\x36\x3d\x18\x60\x2f\xe6\x72\x1f\x60\xf7\xde\xcf\xe0\x17\xd0\x9b\xfc\x9f\x64\xe3\x17\x11\x79\xaa\x2a\xb6\xa4\xf9\x0f\xbe\x01\xc6\x6a\x56\x46\x9e\x33\x23\xe3\x1c\x66\xbf\x5f\xae\x6d\xbb\x5a\x3c\xcd\x0f\x7d\x57\x57\x59\xde\xb5\xf6\xc1\xb6\x6e\x3b\xd3\x75\x7d\xf6\x5d\xde\x65\x7b\x53\x1e\x6c\xd9\xcf\x66\xdb\x7a\x67\x17\x4f\xba\xbe\x25\xd0\xd9\xda\xb4\xdb\xab\xda\x34\xeb\xc5\xd3\xfa\xc6\x96\xa6\xef\xcc\xcc\xfe\xba\x2f\xeb\xc6\x2e\x2e\xfb\xae\xc8\x67\x5b\x5b\xee\x17\x8f\xf6\xbd\x99\xb5\xf9\xa6\x5a\xe6\x15\xf5\xd1\xdc\x98\x7e\xdd\x67\x6d\xde\xbe\xfd\xfd\xed\xef\x95\x94\xd4\x7d\x17\x8a\xfa\xb2\x6e\xe5\x73\xbf\x5f\xfc\x64\x8b\xbc\xed\x6c\xf3\xf6\x8f\x7c\x7d\x9c\x35\x76\xc3\xbf\x06\x9f\x6f\xed\x55\x9b\x77\x76\xf1\xc2\x76\x5d\x8e\xb1\x75\xb3\x83\x6d\xda\xbc\xae\x16\xaf\xf9\xdf\xd9\xde\x6c\xec\xe2\x02\xa3\xee\xec\x6e\x5f\x1a\x02\x7e\x6e\xca\x32\x9f\x95\xa6\xda\xf4\x28\x7c\x9a\x5b\xfa\xb9\x6a\x2c\x95\x2d\x2b\x7b\xbb\x78\xd6\xd7\xf3\xf9\x7c\xd6\xb7\xb6\x59\xee\x9b\xfa\x3a\x2f\xed\xd2\x54\xeb\xe5\x0e\xf3\x7b\xfa\xf6\xf7\x63\xd7\xbd\xfd\xfd\xe6\xed\xef\x5c\x96\x97\x79\x76\x63\xb2\x52\x66\xc5\xa3\xb7\x6b\x9a\xf0\xd2\xb4\x3a\xb1\xae\xaf\xac\xad\x4c\x56\x84\x9a\x15\x41\x72\xfb\x95\xd9\x25\x4d\x12\x6c\xd5\xb7\x33\xbb\x33\x79\xb9\xb8\x78\xfb\xfb\xb6\x78\xfb\xc7\x9e\x36\x24\xa7\x79\xb4\xed\x6d\x4d\x4b\x7e\x61\x4a\xd3\x9a\xca\xd0\x92\x2c\xbb\xe3\xde\x72\x2f\x75\xde\x99\xac\xef\xd7\xb6\x2c\xa9\xaf\xd9\xca\xec\xbb\xd5\xd6\x2c\x1e\xcb\xbf\x33\x82\xa5\x56\xf2\xae\x6e\x8e\xb4\x80\xfb\x7a\x56\x37\x1b\x53\xe5\xbf\x99\x0e\x2b\xf5\x92\x7f\xb4\x06\xbf\x66\xbb\xbc\x69\xea\x66\x71\x6e\x69\x62\x33\x5a\x8d\x25\xaa\x2e\x5e\xd1\xc6\x67\xf8\x8b\x3f\xed\xf2\x4d\x83\x85\xe4\xaf\xfc\x83\xab\x4a\x11\x57\xe7\x92\x3d\xb5\x61\x68\x36\xf8\x7e\x5d\x37\x85\x7c\xdd\x1a\xd3\x18\x6e\x8b\xce\x19\x97\xd1\x60\xa4\xa8\x4e\x06\x42\x73\xdc\x58\x2e\xfc\x5b\x59\xd2\x6a\xe7\xeb\xb7\xbf\x27\x20\x34\xe7\x99\x59\xef\x68\xad\xf7\xa6\xb2\xa5\x03\xeb\xea\x0c\xbf\xb1\xa9\x66\xb5\xaa\xfb\xaa\x5b\xb6\x38\x1e\xd5\xa6\x5d\x5c\xd2\xac\xaa\xcc\xd0\xef\xbe\xa0\xff\xcc\x7c\xc1\x23\xff\xe9\x58\xf7\x7e\xdb\x17\xe7\xba\xc5\x6d\x2e\xdf\x47\xf0\x54\x40\xbd\x74\xf9\x21\xef\x72\x4b\xed\xd7\xf9\x8e\xda\xd8\xf7\x65\x49\x0b\xf7\xf7\xde\xb6\x5d\xbb\x38\xa7\x5f\x99\xfe\xca\xbb\x59\xde\xb6\xf4\xd7\xe2\x65\xb5\xb1\xe5\xce\x74\x33\xda\xad\x6a\x45\xc3\x3f\xb7\x4d\x8f\x9b\x34\xfb\x39\xaf\x68\x69\xca\xf2\xcd\x4c\xff\x40\x6f\x7c\x2e\xa8\x3a\x0d\x4a\x7f\x1d\x4c\xbe\xb5\xb6\xcb\xea\xae\x33\xb6\x6d\x4d\x66\x2b\x5a\xc3\xc2\x36\x9d\xf1\x87\xed\x8f\xb7\x7f\x54\xb3\x75\xbd\xa2\xaf\x4b\xdc\x49\xba\x40\x3f\xd6\xad\x94\xd2\x69\xcb\xbe\xab\x37\x6d\x6e\xb2\x6f\x18\x82\x56\x86\x2f\x27\x96\xf1\x2c\xab\x4b\x9b\x6d\x8f\x07\x5a\x73\x1c\xef\xde\x66\x5f\x98\xac\x33\xcd\xc6\x76\x8b\x7b\xcb\x2b\xba\x3d\xc5\xbd\x6c\xdb\xd8\xeb\xc5\xbd\xfb\xed\xbd\x2f\xeb\xed\x0d\x8d\xe5\x8b\x87\xe6\xcb\x6c\xdb\x53\x55\xba\x61\x2d\xa6\x4b\x83\xaa\x6c\x95\x15\x3d\x35\xbe\xc3\xf4\x3a\x3a\x30\x1d\x23\x80\x8c\xfe\x29\xe9\xff\x19\xee\x6d\xd9\x99\x8f\x66\x58\x23\xba\xcd\xcb\xf5\x95\xe0\x25\x8c\x0e\x7d\x1e\x80\x98\x6c\xf6\xfc\x78\xf1\x7f\x3e\x3b\xcb\xce\xe9\xe0\x6c\x1a\xcb\x7f\xd3\x7f\xa8\xc2\x5f\x08\x28\xcf\x2e\xf3\x6f\xbe\x9e\xcf\xa8\xae\xac\xd2\x65\x6e\xbb\xba\x30\x15\x5d\x8c\xb0\xdf\x28\xc5\x9d\x89\x0a\xbb\xe3\x71\xbf\x27\x8c\x45\xad\x2e\x7e\xa0\xd9\x57\x34\x24\xbe\x9b\xf1\xbd\x9c\xb8\x7e\xd4\x14\xdf\x5e\xd7\x54\x65\xaa\xac\xca\x77\x39\x0a\x74\xa9\x5f\xc6\x4b\xa8\x6b\x9e\xfd\xf0\xe2\xc5\xcb\x6f\xbe\xce\x76\x35\xed\x5b\xdd\xd0\xe2\x53\x59\xdf\x5d\xff\xef\xcb\x8d\xad\x6c\x63\xca\xe5\x8a\xee\x94\x6d\x80\xe5\x68\xfb\x7e\x97\x59\xb7\x34\xb0\xf9\xac\x6d\x4b\x42\x42\x6b\xc2\x67\x17\xcf\xb2\x8e\x2e\x17\x0d\xab\xdb\x2e\xce\xeb\xb2\xe8\x67\xed\xdf\x4b\xac\x9d\x76\x3d\x5c\x18\x02\xf7\x33\xde\x03\x7e\x9e\x7d\x71\xd5\x7c\xf9\x54\x07\x65\xae\xda\xba\xa4\xed\x21\x24\xea\x00\x68\xc4\x7d\xc5\xa3\xae\x2a\x8c\xe5\x77\xff\x1a\x54\xf3\x99\x6d\x9a\x25\xa1\xd3\xee\x88\xbd\xe2\x41\xbc\xb3\xc3\xcc\xe6\xd9\xa1\xa6\x4b\x5e\x96\x58\xf4\xed\x0d\x66\x84\x76\xf2\xea\x60\xca\x7c\x4d\xdb\x16\x96\x34\xaa\xaf\xeb\x6a\xb1\x04\x49\x1b\x58\xa4\xc2\x52\x33\xd9\xbd\xf9\x3d\xac\xe2\xbd\x07\xf7\xe6\xb3\xaa\x5e\x0a\x4e\x00\xc6\x5e\x13\xa6\xb8\x22\xec\x2d\xaf\x47\x23\xe8\xee\x49\xc7\x6d\xec\x6b\xcc\xd5\xed\xcb\x1f\x98\x21\x5d\x52\xff\xb8\x54\x5d\x4e\x1f\xca\xbe\xa6\x2b\x4a\x53\x38\x7a\xdc\x42\xeb\x9e\xbb\xa1\xcb\x12\x38\x1c\xa4\x27\x24\xa0\xa1\x56\xcf\xca\xe4\xd4\x67\x6e\xbf\xe5\xb8\x5e\xd4\xb4\xb4\x65\xdf\x52\x4f\x96\xae\x4e\x17\x1d\x5a\xbc\xd3\xbc\x2e\x1e\x86\xcf\x99\xfb\xec\xb6\xfc\x99\xc1\x23\x10\x23\x48\x42\x07\x80\xc4\x45\xdb\xe2\xc2\xe5\x2d\x8f\x00\x87\xb1\x3e\x18\xbe\x84\x72\x4b\x3f\xe2\x07\x42\x36\x12\xef\x43\x95\xdd\xf4\x7d\x43\xf7\x96\x77\x2e\x14\xba\xae\x9e\x9a\xbc\x28\x72\xa6\x10\xac\xac\xdb\xbe\xee\xb2\x8e\xf0\x9c\xa1\xdd\x02\xca\xb2\xb4\xef\x3b\xfe\xa1\x7d\x6f\x4d\x61\x77\xb4\xb8\x75\x4d\xc7\xa7\xe9\xe9\x89\xc7\x15\xbb\xe8\xe9\x0a\x74\xa3\xb7\xd1\x95\xfb\xfe\x42\x31\x16\x17\x8d\x1e\xe9\xde\xca\x82\xee\x31\x91\xf6\xc8\x83\xe0\x71\xe7\x32\x6c\x3a\xbd\x34\xd3\x96\x7b\xc0\x46\x03\x9b\x10\x7e\xa0\x0d\xcd\x99\x3a\x28\x8a\x5a\x9f\x5b\xf9\xe6\x3a\xbb\x7c\xfb\xfb\x8e\xfa\x20\xf4\x5a\xf4\x5c\xf1\xe2\xe2\xfb\xac\x28\x69\xe0\x79\xf6\xea\xa7\x67\x36\xdf\xe6\x15\xee\xe2\x76\xb9\xaf\x9b\x6e\x81\x52\xfc\x41\x6f\xb4\xfb\xe6\x5a\x3a\xe7\xcf\x59\xd5\xd3\x51\xa5\xa1\xd5\x9d\xb4\x25\xd7\x08\x47\x3a\xf7\x13\x07\xc6\xc5\xfb\x8f\xc9\xf1\x01\x29\x5a\x7f\x44\xf9\x99\x49\xce\x29\x5a\xe9\xe8\xa9\xc9\xab\x0a\xcb\xb9\xed\xba\xbd\x0c\xe6\xfb\xcb\xcb\x73\x37\x1a\xff\xf5\x8e\xe1\xb4\xee\x44\xd1\xde\x11\x86\xc5\xa2\x75\xb6\xb4\xd8\xb9\x39\x1f\xb0\xbe\x29\xc3\xb1\xa3\xd9\xbb\x8f\x27\x17\x0b\x23\x78\x88\xff\x5c\x0c\xd7\x0c\xbb\x41\x84\x0a\xfd\x55\xe0\xa5\x09\xc4\x8d\xae\x68\x59\x6f\x96\x0d\x61\x45\x39\x86\xcf\x6a\x40\xc9\xf9\x4b\x4a\xfc\x71\x27\x00\xeb\x0e\x1b\xed\xa2\x3f\x60\x74\xb5\xea\x3d\x6e\xba\xbf\x5b\xaf\x09\xbf\x10\x1e\x19\x5c\x2b\x26\xb2\xdc\xed\x8b\x48\x2d\x87\xe6\x62\x32\x61\x47\x4b\xc9\x2f\xc4\xc5\x73\x5a\xe0\xdc\x3d\x13\xfc\xfd\xba\xa9\x77\x8b\x67\xd4\x80\x75\x8f\x85\xff\xec\xb1\x71\xdc\x7c\x19\x81\x56\x59\xdd\x12\x1d\x63\xcf\xb2\x9f\xbe\x7d\x9c\xfd\x2f\x7f\xf9\xf3\x9f\xe7\xd9\x85\x0d\xc8\x62\x6f\xcb\xa2\xc0\x13\x19\x37\xe0\xaa\x00\xd5\xde\x7b\x41\xa7\xe0\x5e\xf6\x05\x4f\xe6\xff\xb0\xbf\x1a\xa2\x71\xed\x7c\x55\xef\xbe\xa4\xe7\xb6\x5e\xd7\x44\x17\xcc\x67\x28\xa3\xcb\xc4\x37\xee\x59\xd2\x7b\xdc\xae\x03\xf3\x88\x6c\x00\x1a\xe8\x4e\x21\xc5\x97\xab\xba\xba\xce\x9b\xdd\xe2\x65\x97\xd0\x1b\x03\x2c\x4a\x67\xa3\xc1\xbe\xd0\x3d\xe3\x05\xaf\xea\x2e\xbf\x3e\x8e\x2a\x25\x33\xcc\xcb\x1d\x4d\xd1\x91\x68\x0d\x91\xf4\x4b\xfc\x93\xaf\xac\xee\xd7\xb9\x5c\x21\x3e\x53\x20\x2b\x26\xf6\xac\xbe\xbe\x26\x00\x2b\x0f\xe6\xb0\xb7\x97\x52\x28\x8f\x68\x0c\x49\x17\x66\x4f\xcc\xc7\x39\xdf\xbc\xe4\xce\x3d\xfe\xe6\x45\xb6\x3b\xd2\x0f\xba\x2b\x74\x75\x2a\x79\x0a\x68\xad\xcc\x59\x56\x08\x3e\x6c\x6c\xdb\x37\x2d\xdd\x55\x7a\xbb\x68\xe9\xbb\xda\x8d\x8b\xd1\xe2\x9e\x80\x8c\xa3\x8b\x08\x11\xe9\xdb\x44\xd4\xf3\xc1\x10\x91\x33\xd5\xe7\x77\x5a\xe6\xf9\xb0\x61\xa5\xd3\xc3\xf5\x55\x79\x85\x0a\x62\x43\x68\x61\x3a\x3e\x7c\x1d\x51\x6a\x7e\xcc\x8e\x89\x29\x7a\x02\xcf\xea\x2a\xa0\x62\xdc\x2e\x8f\xaa\xe8\x92\x85\x83\xbb\xc3\xd3\x88\xd3\x47\x84\x1e\xed\xeb\x7c\x76\x6d\xd7\x16\x1c\xc1\x7a\xa9\xc3\xa2\x9b\x5f\xd0\xb8\x9e\x54\x18\x6d\xf6\xad\x2b\xce\x1e\x71\x71\x9b\x3d\xe3\xf2\x53\xf5\x74\x56\x5a\xdb\x03\x65\x46\x6b\x0b\x14\x61\xc0\x8c\x8e\x74\x54\x5e\xef\x69\xc8\x2d\xd1\xe9\x2b\x9b\xe9\x79\xc9\xae\xe8\x44\xac\x31\xaf\x32\xbf\xd2\x25\x09\x6b\x9f\xd0\x05\x13\x8b\xc8\x0c\x71\x7a\x9c\x27\xeb\x4e\x6c\x83\xbb\x36\x68\x62\x70\x23\xce\x80\x2e\xab\x88\xa4\xc0\x75\x27\x4a\x63\x6d\x70\xa2\xac\x10\x46\x3c\xf7\xa5\x63\xe4\x86\xe7\xd7\x31\x76\x29\x98\x1b\x86\x29\x08\x79\xe4\xa0\xbb\xb5\xe0\xee\x21\x75\x47\x2b\xf4\x25\xd3\xdf\xc4\x56\x2a\xcf\xbe\x3c\xe4\xc4\x0d\x0f\xbb\x3e\x18\xb3\xce\x3d\x17\x5f\x28\x8b\xbb\xe3\xee\xe8\xed\xde\xae\xf1\x76\xe1\xc1\x12\x76\x7c\xaa\x4d\x1d\xe7\x6b\xe3\x38\x0e\x8c\xaa\x08\xcc\x72\x17\x8f\x97\xa9\x35\x9c\x4d\x6d\x5c\xda\xa5\x35\xcc\x69\xd7\xe9\xe0\xde\x18\xa6\x3c\xac\x82\xd0\x23\x20\xed\xf1\x1a\x87\xe1\xb5\x0f\x07\x68\x89\x9b\x99\x2b\x03\xa9\x7c\x9d\xb0\x1d\x17\x79\x45\xb4\x03\xd1\x6c\x8e\xf5\xd0\xcd\x19\xd2\x80\x59\x75\xa4\x71\x80\xeb\xda\x51\x9f\xbc\x00\xd1\xb8\xb3\x1f\xbe\x59\x7c\x46\x58\x33\xae\x57\xe7\x85\x25\x26\x9d\x5e\xa1\xbe\x23\x9a\xc3\x80\xde\x16\x6c\x20\xc3\x10\xe4\xf6\xb7\xa4\x9f\x98\x10\x64\xa0\x13\x32\x83\x01\x15\xea\xf9\x14\xc5\xd2\xa1\xe4\xb5\xe0\x63\x13\x30\xba\x54\x15\xa1\x43\x44\xbd\xc6\x6f\x83\x72\xa2\xcb\x4d\x2d\xcc\x2f\x3d\xa7\x4c\x50\xcd\x3a\x1a\xff\x72\x93\x77\xcb\x6b\xbc\x1e\xeb\xc5\x13\x22\xc7\x6a\xe6\x18\x7a\x5a\x40\x0b\x59\x92\xc9\x3e\x26\x80\x8f\x89\xe8\xdc\x11\x59\x58\x9b\xcf\xb3\xfb\x07\x65\x57\xfe\x82\xe7\x00\x97\x9f\x30\x29\x1d\xe4\xc5\x8f\x7d\x49\x78\xa9\xed\x33\x91\xe2\xd0\x29\xc2\x36\x10\xf3\xa9\xec\xc5\x90\x2d\x35\x20\x39\x0e\x79\x63\xf4\xbc\x5f\xe5\x15\x76\x9f\x48\x40\x69\x40\xde\x4a\x42\x78\x98\xef\xfd\xf6\x2c\x7b\xf2\x43\xb6\xa9\xaf\xfa\xbc\x5c\x2b\x44\x47\xef\xa3\xe3\x40\x88\xff\xd0\x83\x30\xe2\x1e\x5b\x0c\x04\x7d\x63\x0b\x65\x06\xae\x56\x4a\x3a\xc7\x14\x28\xd0\x0e\x0d\x8e\xb8\x74\x19\x1e\x57\xf3\xb4\x2d\x66\x4e\xcc\xc5\x6a\xab\x54\x70\xdf\x26\xc7\x47\xfb\xab\x8e\xc5\x71\x78\xb4\xa8\x9d\x36\x7b\xf0\x25\xfd\x77\xd6\x9a\x83\x95\x87\x78\xe3\x76\x40\x45\x13\x09\x71\x94\xd9\x68\x5b\x92\xd1\x27\xe7\x7f\xf2\xe8\xb5\xe3\x39\xb8\xd3\xd0\xf6\xab\x15\xe1\x8e\xc5\x25\xde\x68\xba\x84\xb5\xf9\x28\x23\xa6\x77\xb7\xb3\xf4\x84\x13\x32\x24\xee\x96\x1f\x8c\x0c\x7d\x75\x6d\x2e\x02\x87\xb3\x4c\x64\x39\x5b\xd3\xb7\x85\x61\x7e\x44\x3f\xf4\x75\x49\x0b\x8e\x2b\x07\xf4\xdb\xe6\x61\x6b\xc6\xc4\xa1\x2c\xb4\xa7\xfa\xb0\x5e\x05\x51\x5b\x46\x36\x67\xf6\x33\x24\x96\x6f\x66\xbd\x70\x48\x75\xb9\x4e\xd9\x08\xb9\x34\xfc\x88\xb5\x53\x62\x36\x57\xc5\x5f\xa3\xf6\x36\xa7\xad\x5a\x7a\xd1\x27\x16\xbd\xb3\xbf\x76\xc0\x62\xdb\x35\x38\x2a\x96\x84\xae\xe9\xa1\x2f\x50\x52\x50\x6b\x66\xb6\x3b\xf2\xf1\x68\x85\xab\x22\x0e\x61\x5b\xdf\xb2\x1c\x51\x3f\x5f\xd0\xef\x0c\xbf\x33\x2f\xa1\xcb\x6d\x0b\xe9\xe3\x0a\xf4\xdf\x55\x8d\xf7\xe5\xe0\xa0\xff\x46\x4f\x37\xcd\x95\x88\x10\xe1\xb8\xd0\x3c\xf1\x7b\x6d\x22\xc1\xa3\x5e\xe8\xb3\xc8\xe1\x5a\x91\xe3\xd1\x27\x46\xbb\x2c\xc4\x7d\xa1\x2c\x3f\x1d\x1e\x15\x45\xcd\xe9\x00\xb0\x74\x2b\x0c\x95\x0a\x0c\x44\x5b\x3f\xab\x58\xf7\xcd\x2c\x94\x75\x2c\x1d\x69\x17\xaf\xf0\x5f\x22\xcf\x4c\x83\x23\xcc\xff\x50\x05\xc2\x6c\xdb\x37\x91\x34\x75\xa9\x32\x38\x48\x55\xb3\xbe\x67\xe2\xa8\xcc\x03\x11\xb9\xb5\x7b\x10\x9d\xbb\x76\xb3\x78\x49\xe4\x9c\x1c\xbc\xaf\xb2\x91\xb8\x18\xc8\xf6\xa3\x59\x5b\xaf\x72\x53\x2e\xdf\x55\xfb\x59\x0e\x19\x93\x54\x49\xdf\x6b\x11\xe9\x12\xdb\x4e\x5c\x4d\x43\x2f\xf1\xe0\x51\xa8\x2b\x61\xba\x2c\x04\xe0\x11\x25\x30\xcf\x12\x59\x0e\x58\xa7\x23\x6d\x06\x9f\x26\x7e\x49\x5a\xc8\xcf\x3d\xa2\x07\x53\x36\xea\x57\x64\xba\x53\xbd\xc6\x27\xd0\x51\xcb\x40\xf8\xa7\x87\x43\xeb\xb7\xb3\xbb\x2b\xb4\x6a\x17\xcf\x7b\x46\xe7\x74\x8f\xe9\xbd\xbd\xa6\x03\xc1\xd7\x44\xb1\xfd\xab\xaa\xde\xd2\x9d\x2f\x82\x34\x82\x41\xec\x9d\x20\x5f\x39\x29\x3c\x21\xa9\xdb\xc5\xa5\x3e\x83\x5d\x21\xeb\x5b\x7d\x95\x25\x52\x78\xac\xf3\xdc\xbd\x33\x42\x0f\x31\xa5\x4f\xaf\x44\xe7\x56\x9b\xe5\xbb\x9e\x13\x18\xf0\x33\x95\x92\x96\x34\xcd\x63\xc0\xd8\x96\x10\xd8\x17\x57\x5f\xde\x6f\xbf\x78\x78\xf5\xe5\x00\xf1\xd3\xcb\x5c\xe8\x1b\x66\xf6\x42\x32\xb4\xb6\x6f\x0c\xbd\x24\x55\x76\x7f\x9d\xe1\x7a\xc7\xe2\x4c\xc0\xad\x95\x91\x4e\x17\x9f\xc6\x47\x5f\xdb\x1c\x04\x43\xb9\xcb\xf3\x02\x58\x87\x25\xba\x56\x2e\x85\x3b\xbf\x8f\x0a\xfa\x56\xcb\xf1\xa5\xab\x41\xf5\xb6\xf9\x15\xbd\x7b\x84\x99\xf2\x8a\x30\x12\xfd\x37\x3b\xd7\x8f\x76\x3d\x28\x17\xc2\xe2\x6f\xd4\x5e\xa6\xed\x11\x13\x99\xed\x3d\x38\x68\x59\x06\x24\xdc\x58\x5a\x42\xbb\x19\xd0\x0b\x0d\x23\x83\x7a\x23\x63\x24\x8d\x4d\xe7\x25\x25\x7a\x3c\xef\xd2\x63\x0c\x42\x5c\x8f\xbf\x21\xc4\x46\x04\x86\x8c\x76\x78\xba\x64\xa5\x73\x22\xfd\xa9\xcc\x0c\x4f\xf5\x1a\xe7\xfa\x2f\x7c\x90\x20\x0a\x64\xcc\x7c\x6c\x72\x39\xe3\xb4\x27\x55\x50\x31\xcc\x67\x5b\xd3\x2e\xfb\x4a\x77\x9d\x28\x78\x3e\xde\xdf\x13\x16\xc6\x33\x4b\xeb\x09\x61\x10\x3f\x80\x4a\x6e\xd0\xc9\xa8\xab\x29\x46\x36\xfb\xc4\xef\xf2\xa7\xf3\x0c\xe2\x69\x9c\x7c\x1a\x18\xed\x19\xa6\x32\x7d\x6a\x0c\xe3\x6e\x47\xa1\x75\x61\x64\x72\x94\x8e\xb4\xd7\xd5\xe0\xd0\x14\xc4\xe5\xe0\xbd\xa1\x97\xcb\xd4\x20\x18\x0d\x78\xb2\x8a\x1e\xf4\x0e\x54\x00\xaf\xae\xce\xe3\xa9\x82\xe2\x15\xc2\xf4\x07\xad\xb3\xc0\x46\x4e\xd3\x89\x85\xa6\x13\x62\x1d\xbb\xbb\xa4\x8b\x06\xbc\xd5\x59\x88\x4b\xba\x69\x76\x1e\x42\x46\x7d\xf2\xcb\x3c\x97\xab\xb0\x63\x61\x89\x0a\xcb\xe9\xd8\xb1\xdc\x09\x63\xc4\x50\xbb\xe9\x91\x7e\xe2\x87\xfa\xe9\x68\xac\xee\x7a\x13\x32\xc5\xeb\x32\x58\xd1\x6a\x26\xcd\x7a\xbc\xf0\x02\x40\x81\x4c\x6c\x73\xff\x1a\xaf\x58\x08\xcd\x27\xcf\xef\x4e\x51\xd7\x84\xf2\x72\xd9\xf2\x6a\x4b\x07\xb5\xc7\xee\x61\x97\x0e\x4c\x93\x09\xda\x8a\x7b\xf0\xe2\xbd\xc1\x1c\x78\x74\x9d\x49\x07\xdd\x46\x8f\x33\x61\xd8\x25\x3d\xa5\x90\xbe\xf9\x29\x11\xde\xed\x85\x4c\xf3\xd2\x93\x03\x16\x00\xb4\xb9\x2a\x20\xfe\x57\x91\x19\xb3\xf8\xb6\x22\x2c\x55\xd6\x2b\x7a\x4c\xdc\x05\x7f\x51\x57\x0f\xf8\x8b\xbb\xa2\x2d\xb1\x4f\x15\xed\x5f\x46\x1c\x54\xb5\xb1\x99\xeb\x9e\xc8\x86\x6d\x53\xf7\x9b\xad\x8a\x14\x67\x3f\x63\x27\xde\x08\xd6\xc0\xb3\xe7\x5a\x4c\x6e\x97\x49\xf1\x87\x07\x16\xb2\xfb\xb5\xd9\x1e\x04\xa1\x45\x3b\xe2\x51\x61\x3e\xdc\x9a\xcb\xe3\xf6\x86\x08\x3b\x46\x6c\x43\xb1\x8c\x23\xca\x7e\x1a\x3e\x6d\x4c\xfd\x55\xe0\x9d\x3a\x4f\xaf\x85\x6a\x2a\x97\x09\xa4\x1c\x8b\x0d\x4c\x85\xe9\x11\xf7\x43\xf3\x23\x36\x71\xf1\x94\xdf\x38\x5a\xbd\xc5\x13\xa2\x33\x68\xc7\xa9\xca\xf3\xbe\xc6\xf6\x11\x20\xbd\x2c\xbb\x37\x33\x10\x06\x2f\xa6\x99\x14\xd0\x0f\x5c\x24\x52\x66\x96\x63\x3f\x19\x29\x3b\xf5\x4a\xcc\xce\x47\xcc\xcc\x4f\x36\x55\x79\x7a\x09\x7b\xd0\x7d\x5e\x5c\x7c\x7f\x29\x32\xbd\x8b\xef\x21\x31\xc8\xb5\x9b\xef\xbb\x6e\xdf\xbe\x6a\xca\x85\x08\x27\x21\xcb\x3c\x37\x47\x9a\xe7\x1a\x1f\xf5\x4f\xfe\x7c\x69\xcd\xee\x85\xe8\x21\x20\x62\x95\xea\x8f\x88\xae\xe1\x8f\xcf\xfa\x83\xd3\xf4\x3c\x02\x5a\x7e\x72\x17\xdb\x34\x7b\x61\x6f\xbf\x6e\x4c\xb5\x92\xba\xf4\x2b\xbb\xe2\x9f\x19\xe8\xd2\xd9\xe3\x7a\x47\xa8\xfc\xa2\xdf\xed\x4c\x73\x5c\xc8\xaf\xac\x95\x9f\x5a\xf8\x1c\xaa\xbd\x8d\x75\x85\x3b\xf9\xa9\x85\x8f\xb7\x75\xbe\xf2\x65\x2b\xfe\x35\xbb\x6c\xac\xe5\xde\xbe\x25\x76\x20\x03\xbd\x4c\xd0\x44\x91\xd2\x81\xd4\x7f\x67\x9e\x2b\xb7\xac\xad\xfd\x65\x4a\x41\xf1\xcb\xcc\x94\xfb\xad\x61\x8a\xd7\xc3\x25\x82\x77\x66\xae\x69\x1d\x04\x15\x8b\x58\x19\x9b\xa2\x57\xbe\xcc\x0f\x39\x1d\xf1\x4f\x1e\x2c\x3f\x0d\xba\x9a\xb4\x59\x7a\x70\xfe\xdb\x4d\xe3\xd3\x1e\x47\x38\xe9\xa4\xcd\x7f\xb3\x27\x9a\xae\x8b\x1a\xbc\x20\x01\x31\xe7\x33\x05\x28\x74\x03\x63\x4e\x46\x22\x79\xa5\x2a\x4b\xe2\xbb\x3c\x0a\xa1\xfa\xe6\xd7\x77\xd7\xb7\xd5\x89\xda\xf2\x3e\x44\x3b\x00\xdc\x4f\x2c\xcc\xc1\x09\x6f\x46\xa8\xc0\x52\x2d\xc8\xde\xef\xa8\x43\xe7\x97\x80\xf2\x6a\x55\xd2\x85\xb8\x73\x5c\xc2\xa2\xd4\x2d\x71\xe7\xf7\xdb\x8f\xd1\x72\x55\x10\xb5\x57\x69\xa5\x4b\x68\x02\xe4\xcd\x66\xf6\xef\x73\x67\x54\xb0\xa4\xc6\xeb\xa6\xb1\xab\xce\x99\x17\xc8\x38\x4a\x42\xf6\x60\x8e\xf1\x48\x79\x44\x1d\xf1\xb8\xee\xa6\xde\x98\xe8\x1d\x0a\x6f\xbb\xcd\x0f\x90\xf5\xc8\xbb\xbf\xab\x6f\xe8\x41\xf6\x16\x12\xcb\x2b\xba\xd8\x4b\x7a\x10\x6c\x35\xc1\xc3\xd5\x4c\xf8\x3b\xea\x58\x05\x59\xc4\x92\x0f\x6b\x06\x94\x33\x55\x85\x68\xe2\x51\x8d\x84\xad\x3a\x59\xb3\x23\x74\x31\xaa\x1a\xa1\x8e\xa9\x3a\xb2\xf7\x0c\x4f\x93\x5c\x27\xd8\x4f\xa9\xa2\x89\x5a\x7e\x3d\xfc\xfa\x86\xbd\x38\xc1\xdb\x46\x1a\x48\x27\xbd\xc0\x06\x11\x12\xa0\x6d\x66\x43\x95\x48\x88\xc1\x92\xa5\xe4\xd1\x72\xc4\x9b\xb2\xf1\x85\xe0\x5d\x10\x73\x6a\x0f\x12\xa6\x78\xb2\x69\x3a\x53\x78\x5e\x3e\xac\xed\x9a\x8b\x6e\xcc\x7b\xb4\xef\x1f\xc5\xf7\x6f\xdd\x2f\x4b\xd4\xae\x97\xc9\xd8\x5f\xa9\x5e\xbc\x9e\x41\x18\x53\x43\x35\xc6\x2a\x15\xaa\xdf\x81\xf7\x96\xd9\x2d\x5e\xd3\x76\x43\x6d\x5b\xa5\x92\x56\x51\xe0\x89\x6c\xd4\xcd\x88\x08\x80\x7c\xc7\x0a\x75\xd7\x6a\x0b\xe9\x15\x71\x78\x67\x84\x9b\xda\x62\xa0\xc2\xa5\xfb\x29\xba\x39\x46\x5e\xf4\x9a\x19\xe8\xc5\x8e\x45\xb4\x46\x74\x53\xdc\x5a\x40\x03\x59\xd8\xa3\xd2\x66\x2c\x88\xd9\x1f\xdb\xee\xc8\x1c\x52\xa0\xc4\x69\x59\xfd\xeb\xd8\x41\x60\xd2\x42\x50\x02\x6e\xf5\x60\x1b\x7a\xd2\x7d\x3b\x6c\x81\xa1\x8f\x83\xab\x6e\xe2\xba\x2d\x75\xb3\x83\xe6\x8f\x59\x10\x83\x0e\x65\xc1\x5b\x3e\xc1\xac\xa4\x3c\x98\x93\xdc\x9b\x25\x5e\x8b\x1e\x56\x27\xba\xba\x24\xba\x72\x5a\x5c\x35\xa3\x8b\x51\x96\x58\x6d\x31\x48\x82\x21\x0f\x9e\x5c\x21\x38\x8f\x5b\x98\x06\xc9\x72\x80\x08\xf4\xcb\x04\x5d\x47\xc5\x07\xb5\xae\x84\x2b\xa9\x3c\x32\x74\x06\x00\x7c\x4f\xf2\xbc\x11\xb4\x58\x59\x96\xe8\x82\xd2\xe6\x1e\xc1\xe6\xc0\x06\x69\xa2\x43\xda\x62\xda\xf1\xe3\x71\xd4\x5f\xbc\x81\xe3\x7e\xf9\x44\x41\xdc\x85\x01\xc8\xf3\xa5\x23\x71\x0d\xd2\xe6\xf2\xc3\xc1\xc3\xc0\x21\x1b\x4e\x5e\x99\xda\xb8\x1f\xe5\xb6\x86\x2b\xf1\xef\x4d\x7d\x26\x86\x3e\x4b\xa1\x55\xe2\x5b\x51\x6f\xd7\x56\x49\x98\xdc\x8c\xaf\xc5\xec\x67\x5c\xa3\x37\x33\xa1\x98\x55\xab\xb3\x78\x2c\xf4\xf3\x91\xd9\x5f\xfe\x34\xa3\xcb\x58\x2d\x6b\xe2\x9b\x89\xd7\xa1\xfb\x72\x9c\xc5\xf2\x2f\x15\x33\xa9\x5d\xd5\x91\xa5\xc2\x7c\x87\x44\xe7\xdd\x41\x84\x51\x96\xf5\x2d\xa4\x50\x17\xcc\xf6\xdf\x98\x8e\xf6\xcb\x00\x2f\x2c\xde\xfe\x8b\xae\x9e\x65\xa1\xc9\x51\x01\x21\xda\x64\xc0\x0e\x04\xad\x7c\xd3\x9a\x74\xf0\xf5\xf7\xb3\x7a\x6f\xf9\x4c\xe2\x33\xdf\xd9\x19\x44\x25\xbb\x39\xa3\x5c\x10\xe0\x44\x19\xaf\x27\x10\x2d\xde\x4f\xe5\x74\x61\x38\x39\x8f\x6a\x11\xf5\x45\xd8\xaa\x12\x2e\x90\x87\x3c\xd5\xc0\x0e\x08\x40\xde\xe1\x21\x4e\xc0\x92\x3a\xa3\xb3\x37\xb3\xa1\x59\xda\x84\x59\x92\x2e\xb9\x28\xda\x66\x7a\x8f\x5b\x4f\x0c\xc3\x3a\x4d\x84\x68\x84\x23\xda\xdc\x98\x92\xb5\xe2\x60\x4a\xd8\xd0\xa4\xcc\x57\xfc\xda\xb5\x4e\xeb\x2f\xba\xd4\xa1\x90\xb1\x9b\x11\xb9\x6d\x89\xa1\x55\x95\x17\xcb\xf4\xfa\x3c\x99\x5c\xf6\xc3\x37\xb3\xd9\xbe\xbf\xa2\x26\xbd\x3d\x9d\xdf\xc9\xbd\x9f\x81\x1a\x58\x8a\xe6\x65\xc4\x04\x30\xf7\xc3\x6f\xa1\xab\xe9\x4c\xa9\x6c\x17\x33\xc6\xcc\x34\x77\xc7\x03\xfe\xf4\xda\xe3\x1c\xf2\x14\x82\xaf\xb0\x80\xfb\x7a\x4b\x24\x25\xbe\xb9\x63\x54\x8b\x55\x02\x13\x96\xc0\x55\x76\xdb\x1d\x59\x98\x77\x03\x3c\x6e\x7a\x96\x0a\xf8\xa7\xd6\x3f\xbe\x2a\xd8\x5b\x13\x07\xf4\xc0\xe9\x74\xf9\x70\xb2\x21\x59\xdb\xd9\x81\x0e\xd5\xe6\xba\x9b\x78\x94\xf2\x6d\xc7\x32\xaa\xf8\x99\xa0\x4d\xc1\xeb\x7e\x0d\xa3\x41\x51\xee\x10\x89\xca\x0c\xc6\x84\x79\x2b\x38\x54\x56\x57\x5e\xe4\x37\x86\x15\x92\xfd\x7e\x0d\x3e\xd2\x9f\x8d\xb7\xbf\xe3\xd6\x00\xbf\xb8\x35\x4e\x21\x3c\x83\x18\x8c\x1b\x59\xd0\x28\xf5\x44\x06\xa7\xbc\xa2\x15\xe5\x94\xde\xe6\xd3\x06\xab\x3c\xb1\x35\xa4\x94\x43\x58\x27\xa6\x52\x3b\x11\xe8\xea\xeb\x36\x32\x17\xe9\xcc\x1e\xaf\x11\xd8\xf3\x02\x56\xb4\x55\x41\x8c\x8c\xee\x25\xe8\x41\xde\x5d\x88\xe4\x20\x0f\x23\x1c\x46\x47\xc8\x74\x85\x19\xd9\x4c\xaa\xe2\x58\xd5\xc8\x57\x47\x11\x8e\x88\x9a\x59\xb5\xce\xd9\xd5\x31\xc3\xd7\x93\xda\xea\xa1\x9a\xda\x69\xa9\x9d\x92\x15\x42\xde\x9d\xc3\x69\x43\xb5\xa8\xd3\xb1\x77\x7d\xa2\x52\xa7\xf5\xa8\xeb\x56\x25\xe1\x52\xf3\x35\xeb\x42\xac\x08\xc3\x13\x58\xdd\x27\x67\x0f\x30\xda\x48\x00\xa9\x4e\x46\xef\x1f\x0d\x8a\x70\x5e\xd5\x2d\x53\x1b\x02\xaf\x34\x1a\x34\x0f\x16\x37\x4c\x9b\x91\xd2\x32\xdf\x81\xbd\x3c\x1f\x2b\xfa\xf9\x24\x38\x4b\x06\xcf\x6b\x50\x43\xf3\x74\xa0\xa3\xf3\x04\x98\xd6\x2b\x8f\xee\x3e\x5a\xee\xbc\x44\xda\x49\x56\xa7\x78\xb1\x46\x5d\x46\x14\xde\x0b\x37\x2f\x5f\x8c\x75\x0d\x82\xec\x3e\xa2\xed\xe8\x45\x81\xac\x60\x99\x40\x8c\x6d\xa5\x65\x1b\x7c\xa5\x09\xca\x7a\xd4\x69\xa2\x0a\x9c\x0f\x67\xe0\x97\xe3\xc2\x0b\xae\x98\xcc\x8c\xe7\x1d\xee\xcb\x3c\x7b\x4d\xe3\x81\x04\xdd\xeb\xaa\x4d\xa4\x13\xd7\x8b\x66\xf9\xe9\x16\x41\x64\x17\x89\x3d\x62\xfc\xa4\xc3\xf8\x8f\x60\xa7\xa8\x7d\x61\x55\xda\x69\xd4\xdc\x39\x2b\x6d\x05\xfa\x9e\x5b\xa2\xb3\x3d\x16\x70\x76\x16\xe6\xda\xc2\xf7\x30\xae\x7f\x42\xa4\x46\x0b\x1c\x36\x29\xf5\x82\x3c\xd4\x19\xbd\x39\x4c\x1f\xe3\x75\x31\x6b\x61\x04\x1e\x63\x73\x5a\x8f\x26\x67\x61\x8a\x6f\x1e\xef\xb8\x7e\x54\x59\x1b\x14\xa4\x62\x2d\x2d\xfd\x13\x23\x9c\xbb\xfb\x24\x10\x72\x8d\xfc\x68\xa9\x84\x31\x6e\x22\x48\x8f\x68\xfb\x01\xa0\xcc\x4f\x30\xde\x94\xc4\x9b\x69\xc4\x98\x35\x70\xe4\x18\x4d\x6c\x6b\xab\x14\xfd\xd1\xf5\x13\x2c\x58\x8a\x46\x34\xa3\x35\xee\x0d\x54\x31\x37\x40\x84\xe6\xab\x61\xe7\xfe\xf8\x0d\x54\x2c\x41\x91\x94\x1c\xc5\x8f\x66\x66\xbd\xe6\x4b\x22\x53\x7f\x26\x67\x4f\xaf\xc5\x68\x5b\x18\x3a\x85\x4c\x04\x5e\xbe\x78\x99\xe8\x83\xa0\xb7\xf8\x77\x75\x40\x20\x8b\xfe\x27\xab\x7f\xfc\x24\xdc\x62\xbe\x9a\x5c\x0d\x4f\x9c\xb0\xf7\xc7\x14\x76\xd3\xeb\xe1\xc9\x30\x7f\x41\x3c\x3d\x96\x1b\xee\x0e\xcc\x96\x5b\x50\x66\xad\x98\x74\x8b\x0e\x12\x77\xd3\xd3\xea\xd8\xb2\x76\xaf\xa2\x6a\x0a\x8e\xb9\x37\x0a\x95\x26\x69\x65\xe6\xd9\x53\xe6\x25\x2b\xa9\xac\xa4\x9f\x5c\x75\x58\xca\x14\x96\x91\x82\x21\xa4\x41\x1c\x66\x25\xfa\x52\x87\x18\x0e\xcc\xbb\xb2\x59\xad\xe5\xbf\x41\x9c\xd3\xf5\x02\xb3\x47\xc3\xb0\x30\xa8\x85\xc1\x0b\x90\x52\x53\x58\xe1\x90\x99\xeb\xe3\x85\x87\xcd\x07\xd1\x5c\x62\x23\xab\x22\xfe\x2f\xda\xae\xa9\xab\xcd\x97\x4f\x3a\x5a\x41\x3e\xd6\xa0\x06\x68\xf4\xd5\x57\x5f\x3c\xd4\xb2\x4b\xb7\xab\xdf\xe5\xdd\xb6\xbf\xa2\xf6\x6b\xc2\x6e\xf0\x3b\x08\x7e\x06\x65\x5f\x13\x7b\x13\xb1\xa0\xec\x72\x00\x3e\xa6\xc1\x75\xa0\xcb\x9c\xc2\xb3\x35\x75\xce\xcb\x07\x77\x8b\xdc\x30\xbc\xbc\x01\x07\x60\xde\x82\x38\x1a\x23\x86\xb9\x91\xe9\x96\x1a\x44\xb9\xab\x11\xef\x8e\xef\xd9\x11\xd7\x91\x18\x87\xc9\x5b\x48\x01\x64\xbd\x2b\x2f\x70\xfb\xc3\x5b\xd6\xe1\x7c\xcf\x7d\x55\x26\x91\x44\x02\x44\x6c\x79\x05\xa2\x8f\x69\x5c\x47\xec\x8a\xfc\x5a\x44\x41\x81\xcb\x72\x35\x41\xe5\x73\x37\x4c\x2c\xe2\xeb\x4a\x05\xbd\x17\xae\x5f\x77\xb8\xd2\x93\x1c\x44\xe3\x8e\x77\x99\x3e\xc1\x1f\x39\xb4\x88\x05\x50\xa4\xe8\x86\x1e\xd0\xa2\x67\x2d\x52\xa4\x38\x04\x4c\xd1\xe2\x89\x5a\xc1\x2c\x5f\xcc\x13\xc7\x28\x51\xed\xbe\xfa\x77\x60\xc5\x51\xef\x1e\x2f\xfa\xb9\xbf\x0b\x29\x32\x7b\x2a\xcb\x22\xf2\x1e\xde\xa8\xa7\x6e\x17\x69\x24\x34\x7a\xbc\x1d\xf0\x39\x70\xbc\xea\x93\x5c\xbe\xe3\xe9\x15\xd6\x48\x79\x56\xc3\x1b\x84\xbb\x61\xfd\x4a\x74\xee\xb6\x0b\x07\xe2\x0f\x48\xf6\xbf\x09\xcd\xc4\xef\x87\x43\x62\xb3\xae\xa6\x5b\x3b\xd1\x82\x1a\xc0\x3b\xd1\xf2\x7b\xb4\xe4\xf1\x92\x70\x82\x1e\x2b\x39\xcd\x23\xb8\xb7\xd6\xb1\x87\xb9\x37\x4b\x74\xe6\x17\xa7\xd0\x52\x82\x8e\x42\x7d\x65\x10\x6d\x2e\x96\x14\xce\x4a\x52\x36\x18\x75\x6a\x36\x76\x90\x4b\x09\x66\x54\x91\x08\xd1\x99\x15\x61\x81\xb5\xa3\x6a\x19\xb4\xd5\x8f\x61\x3f\x3d\x1b\x2b\xbc\x60\xa5\x70\xc9\xf6\x06\x54\x6c\xb8\xd6\x92\xd7\x32\x4c\x9c\xce\x58\x91\x97\x6f\xff\x20\x6c\xd0\x19\x9e\x72\xbc\xa8\x3c\x77\x71\xd7\x50\xa3\x16\xa9\xee\x4d\x5a\x92\x1d\x90\x7d\x6a\x65\x95\x08\x84\x90\xce\x00\x84\x9d\x56\x08\xfb\xac\x4d\xc4\x09\xc2\x66\x17\xd2\xb6\x47\xe7\x3f\x80\xfb\xac\xf8\xa6\xfb\xbe\xa4\xb5\x1f\xeb\x22\x19\x59\x2e\x62\x20\x11\xec\x84\x4e\x02\xd7\x24\x75\x19\x57\x9c\x47\xd5\x14\x63\xf8\x29\x85\xe9\xa4\x33\x49\x01\x64\xc9\x6d\x1b\x37\x55\xf0\x33\xd4\xd7\x5d\x9e\x0f\x68\xdc\x8f\xb2\xd7\x03\x11\x6c\xbd\x87\xcf\x5e\xd6\xda\x4a\x8d\xe4\xd8\x7e\x52\x64\x9e\x56\x9c\x72\x82\x8d\x67\xa2\x75\x67\xc3\x6b\xa8\x72\xf3\xca\xa3\x24\x19\xb3\x22\xa5\x78\x57\x03\x66\xfa\x3e\xdd\x55\x5b\x25\x6b\xa7\xc7\xa3\x9e\xae\x9c\x62\xab\xed\xfb\xb4\xf4\xbe\x18\x4c\xab\x76\xce\xfb\xa2\x00\x99\x33\x81\xc2\xe2\x89\xfa\xe3\x9e\xce\xa9\x4a\x47\x52\xdc\x49\xe9\x65\x6f\xff\x85\xe3\xd2\x57\x78\xf2\x1c\x53\x26\x27\xcf\xf9\x81\x30\xd1\xcd\x56\xee\x74\x63\xb4\x7f\xa7\xcd\x8e\x44\x3d\x81\x5e\x76\xec\xbd\xd2\xe0\x41\xb2\x28\x72\x85\xfd\xb1\xc5\x9c\x41\xe1\xdd\x18\xc7\xc3\x78\x5a\xe0\x87\xec\xf5\xcb\x1f\xfc\xf3\x9f\xed\x99\x99\x47\xed\x78\xbb\x9d\xfd\xea\x60\x34\xfe\x70\xe9\x26\xa6\xc5\xde\x07\xb0\x0c\xdb\x3c\x80\x88\x91\x18\x1b\x3b\xea\xb2\xe1\x4e\x96\x35\x3c\x38\xc5\x36\xf7\x2c\xdb\x0e\x37\x66\xf6\x33\x08\xa2\x37\x33\x91\xfd\xbf\x54\x31\x7c\xd0\x3a\xc5\xda\xed\xa0\x8a\x52\x4a\xe8\x7b\x26\x62\x23\xdd\xc9\x11\x27\xbc\xe5\x0b\x42\x94\x65\xdf\x67\xe5\x71\x2b\x38\xf4\x8c\x28\x24\x8b\x52\x98\xa9\xf4\x62\x1f\x70\xc3\x4a\x80\xbe\x2b\x8d\xe9\x7a\x45\xae\xfc\x84\x10\xbf\x56\x0b\xd6\x24\xc0\xfc\x0a\x02\xbd\x23\x8c\xfd\x8a\xe3\xe1\x78\x6c\xe5\x23\xbe\x0d\x3c\x77\xd8\x6b\x8a\x86\xf2\x45\xbb\xa7\x89\xaf\xe0\xd0\xb0\xb8\xd7\x83\x4c\x26\x32\xda\xfe\xda\x11\x09\x45\x4f\x5c\xc7\x1c\x30\x6d\x15\x01\x7d\x39\x6a\x0b\xde\xbd\x2b\xd0\x30\x23\x43\x38\x3e\x8e\xa6\x80\x8b\x2a\x8c\x41\xe4\x4a\x28\xd3\xad\x82\x79\x08\xdb\xd8\x1a\xe7\x3d\xc6\x00\x4a\x6e\x3c\x08\xf8\x16\xbb\x59\x7d\xf2\xa8\x39\xb0\x28\x16\xac\xac\xdc\xc7\x20\x6c\x92\xee\xe9\x44\xa0\x46\xc1\x6e\x47\x9f\xce\x56\x65\x5d\xf9\xcd\x89\x4d\xdd\x88\xb3\x30\xe2\xc3\x64\xd8\xd3\xb7\x35\x5f\x65\xaf\x85\xf8\xb0\x81\x43\x21\xea\xf9\x4e\xc7\x58\x38\xc1\x83\xe6\xfc\x68\xc6\xc3\x64\xf9\xfd\xb7\xe8\xde\x88\x13\xb4\x7c\x66\x1f\x22\xf7\x59\x7d\x34\x70\x02\xa4\x74\xb4\x77\xea\xc2\xb8\xd3\xeb\x02\x20\x3a\x0d\x95\x3b\x55\xba\xe9\x5d\xe7\x75\xa1\xe2\xe6\xdf\x1f\xe0\x8e\xcd\x1f\xe0\xfd\xae\x9e\xef\xfc\x7b\x93\x77\xf9\xa6\x82\x61\xaa\x73\x59\xa2\x83\xb7\xea\xb2\xb9\x2f\xc8\x9c\xff\x7c\x3b\x2b\xf3\x15\x9d\x58\x0b\xea\x88\xfe\x25\x64\xa0\x1f\x5c\x5d\x27\xe1\x2a\xb5\xdc\x09\x91\xa8\x2b\xb3\x66\x13\x0a\xcb\xc6\x8a\x0f\x06\x05\xc3\xfa\x1e\x8e\x05\xe4\xd0\x14\xd5\xcb\xbc\xca\xbb\xc5\x23\x46\x55\xc0\x27\xfe\x08\xb3\x85\x71\x9f\xb3\x01\x83\xb6\x9a\xab\xb3\x23\xd7\xa6\xbf\x9d\x55\x2a\xef\x01\x1e\x3b\x5e\xff\xb5\xbd\x36\x7d\xe9\x74\x1d\x50\x22\x82\x39\x95\x5f\xea\x0d\x4f\x58\x8e\x70\xe8\xe2\x1c\xff\x4d\x3e\xc9\xba\xfe\x64\x77\x84\x3e\x33\x53\xc1\x07\x71\x57\x77\xf6\x41\xd7\x98\x15\x3d\x0b\x1b\xfa\x7d\x6d\x1b\x5b\x11\xe6\xce\xba\x2d\xb8\x22\x98\xf9\x11\x27\xd2\x64\xac\x4f\xe1\xa7\x7b\x6b\xb5\x9a\x6b\x3a\x87\x86\x93\xe6\x23\xc6\xbb\x19\x28\x49\xb6\x79\xc8\x3e\xa1\x3d\xee\x72\xf3\xa9\x03\x24\x22\xb5\x61\xc1\x1b\xc3\x29\x83\x9e\x96\xc9\x08\x13\xcd\x68\x29\xcc\x5e\xc2\x63\x8b\x1d\x1d\x84\x3f\xa9\xef\x05\xa4\xbb\x20\xce\xe6\xae\x59\xa6\x83\xdb\x63\x85\xeb\xfe\x8c\xfe\xce\x2e\xf8\xef\xd9\x2d\x94\xfc\xd0\xc7\x80\x89\x2b\xd4\x2f\x83\x55\x32\x1b\xf3\x1b\x7f\xc7\xa1\xce\xb7\xa6\x69\x0c\x63\x4b\xb6\x54\x2d\xc0\x11\x43\x6b\xa2\x9a\x16\xda\x9f\xd5\x56\xed\x1b\xeb\xeb\x25\xef\x17\x47\x28\x70\xba\x53\x58\x10\x12\x97\xdf\x2b\x3e\xd9\x11\x4f\x0f\x14\x4a\x04\x08\x2d\x4c\xc3\xfa\x62\x62\xff\xb1\xaf\x66\x3e\xa5\xbc\x89\x6c\x00\x3e\x50\x6b\x13\xd5\xbc\x5b\x5d\x43\x8f\xed\x7a\x09\xa5\xa6\x22\x13\x7e\x4f\xfa\xbd\x99\x69\xd4\x04\x71\x40\xbf\x80\xd6\xad\x56\xdf\xf3\xb8\x64\x0a\x3d\x3b\x05\x30\xfb\x65\xa6\x58\x12\xe8\x31\xbb\x22\x0a\xfc\xde\x97\x08\xb7\x90\x3b\xec\xe8\x9a\xe4\xb3\x8e\xce\x1a\x6d\xcc\x95\xcc\x05\xef\xb9\x23\xf4\x94\xf1\x9c\x09\x87\x68\x02\x28\x79\x32\xbd\xb9\x50\x70\xf8\x7c\xf8\xdd\x0f\x97\x30\x40\x11\x9d\xa6\xf7\x76\x8b\xbc\xc8\xd4\xa1\x73\xee\xdb\xa7\x99\xd2\xd6\xb6\x42\x6f\x55\x39\xbf\x21\xea\x7c\xe3\xa4\x92\x5d\x5f\x1f\x62\xef\xb9\x5c\xf0\x26\xd4\xde\xae\x95\xe0\x24\x00\x7b\x3e\xf6\x10\x78\x1d\xb9\x2c\x64\xb1\x1c\x94\x07\x70\x36\xd4\x5c\xf2\x90\xf5\x5b\xe4\x48\xea\x3a\x50\xf5\xb4\x6c\xda\x84\x72\x5a\x2f\x07\x63\x71\x8d\x7a\x91\x99\xb2\x30\xb6\xe2\x53\x4e\x07\x82\x8b\x04\x4f\x13\x5d\x36\xc2\xf0\xec\x2c\xda\xda\xf2\xda\xa1\x76\x01\x95\xa9\xc2\x6d\x16\xda\x11\xc8\x00\xf8\x22\x74\xa0\x8a\xf6\xc7\x25\xd4\x25\x8b\xa7\x4c\x56\x87\x0f\x9e\x52\x94\x82\xae\x8f\x80\xd5\xb6\xe7\x1c\xfa\xea\xec\xbf\xfe\x9f\xff\xf7\xc1\x63\x9e\xf8\xe3\xae\x29\xe9\x4f\x21\xd0\x55\x4e\x86\x4a\xd8\x0f\xd7\x4a\xf6\xf2\x29\x71\x5e\x7c\xcd\x9d\xa6\xb4\xd3\xab\xde\xcb\xed\xf7\x57\xdf\x12\x60\xcb\xda\x08\x22\xe8\x32\x71\x33\x67\x54\xe0\x55\xb3\x3a\x6d\x7e\xf1\x66\x60\x9f\x45\x22\x9c\xb3\x7a\x01\xa8\x7d\xf6\xf7\x3e\x5f\x15\xcb\x4d\x9f\xaf\x09\xef\xd2\xee\x41\x12\xa4\x4f\x75\xb7\xcd\x5b\x39\xd7\xee\xd0\x46\xef\x40\xec\x79\xc0\x0f\xdb\xaa\xde\x11\xe7\xb7\x0e\xbc\x1a\xdf\x28\x75\x45\x6a\x88\x02\x86\x04\x61\xb6\xef\x61\xe4\x06\x94\xac\x1a\x76\x22\x40\xd9\xbc\xd2\x1d\x10\xa6\x50\xa6\xeb\x72\x37\x34\x24\x0e\x06\x30\x24\xab\xc4\x98\x6e\x28\xbe\xa4\xfb\x4c\xab\x07\x01\x41\x9e\xf2\x36\x33\xb6\xac\x7d\x0a\x53\xda\x99\x3e\x48\x62\x3e\x38\xeb\x1a\x4b\x2b\xd1\xf7\xb3\x6b\xea\x95\x48\x2e\x55\xcd\x23\xca\x41\x67\x36\x70\x21\x62\x31\x96\x44\x57\x11\xd3\xe8\x8d\x6b\x83\x58\x36\x69\x25\xef\x66\xf4\x19\x48\x7a\x33\x11\x88\x04\x34\xaf\x44\x2b\x79\xb0\x3f\x1e\x69\xfa\x7f\x74\xb3\xd2\x5c\x59\xfa\x78\x29\x2c\x39\x4b\xfc\x69\x83\x41\xe4\x51\xcd\xe7\xcc\x72\xec\x89\xfb\xee\xbb\xd9\x8a\x8d\x10\x5b\x35\x46\xcc\xe1\xf9\xc7\x96\xec\xad\x77\xea\xea\x66\xac\x7e\x6c\xcc\xed\xe2\x27\x43\xb3\x97\x9f\x5b\x5c\xb5\xe6\xb8\xf8\x9e\xff\xcd\xf5\x2b\xfb\xab\x00\xd2\xb9\xab\x34\xa1\x06\x90\x86\xe1\xb3\x7f\x2e\xec\x05\xeb\x0d\x89\x5d\xe5\x52\xd8\x06\x97\x20\xc7\x16\x97\xd4\x74\x86\x6f\xb0\xb5\xa7\xcf\x19\x7f\x86\xa9\xfd\x15\x61\xec\x2d\x51\xef\xb3\x99\x5d\xc3\xe6\x60\xce\x21\x6a\xa0\x3d\x85\x85\x26\xfe\x70\x05\xa2\x33\x93\xb2\x57\xfc\x77\x52\x8c\x7f\xa4\xf0\x09\xfd\x95\x14\xed\x1b\xcb\x93\x10\xbd\x0c\xb4\x63\xfc\x3b\x13\x63\x88\xd6\x81\x89\x89\xf1\x92\x1b\x82\x4d\x32\x10\x3a\xb7\x48\x2b\x29\xd6\xc7\x28\x22\xc2\xa1\x7a\xc0\xb8\x9e\x8b\x92\xee\xf9\x3e\x84\x31\x74\x6e\xd6\x0e\x68\x47\x17\x6a\x79\x65\x97\xd4\xb8\x71\x54\xce\xdf\xea\x3e\xc3\x77\xac\x04\x9d\x52\xe3\xac\x52\x69\x6d\xe8\x4d\xa5\x6f\x0d\x54\x87\xfb\x1a\x8e\x08\x32\x5e\x14\x8d\x9a\x66\xdc\x75\x65\xaf\x41\x37\xe2\x53\x68\x17\x25\x02\x1f\x42\x0f\x65\x02\xc9\x13\x02\x71\x04\xca\x27\x6e\xcd\xf1\xbb\x7e\x3e\xdf\xf0\x87\x13\x33\xda\xc2\xf3\xed\xb6\xc9\x3b\x27\xd3\x09\x9d\xa3\x28\xe3\xa2\x4c\x8a\x3e\x78\x5e\x62\x91\xc0\xc3\x71\xe8\x94\xad\x69\xf9\xcd\xdf\x1a\xa2\x0f\x41\x35\x09\xc4\x3a\x53\x10\x28\xf0\x8f\x1f\xf9\x23\x05\x4a\x82\x3d\x48\xe4\x60\xd1\x4f\xb1\x80\xc1\x4f\x78\x78\x45\x7d\x79\xfe\x90\x18\xe9\x8c\x5e\xdb\x6c\x9d\x43\xf5\x48\x6b\x76\x96\xdd\x60\x46\xa0\x0c\x32\xda\x5c\xba\xee\x34\x01\xcc\xe8\xe1\x3c\xbb\xac\x99\x70\x04\xe9\x19\x57\xd8\xd4\x32\x27\x4b\x83\xdc\xe4\x50\x84\x6c\xb2\xfa\x5a\x57\xdb\x96\xeb\xa8\x91\x2b\x22\x53\x89\x5e\x58\x59\x3f\x1a\x7a\x1d\xea\x26\x3a\x9b\x2b\x5b\x2e\xd9\xd2\x66\x21\x3f\x7c\x11\xdf\x72\x7f\xb8\xd5\x02\x79\x70\xb6\x21\x44\xed\x88\x69\x58\x3c\xa2\x29\xd1\xd2\x3d\xfc\xc2\x4d\xf6\xcb\x8f\x23\x18\x57\xfc\x71\xb8\x74\x6b\x0e\x2f\xc5\xff\x24\x25\x6a\x75\xa2\x07\x23\x2e\xd1\x01\xa9\x7d\xb4\x3c\x28\x68\xd7\x40\x8b\x20\xd1\x20\x88\xe6\xee\x6c\xb5\xa6\x0d\x43\x69\x93\xf3\xe7\x68\x27\xb4\x09\x59\xca\xf2\x48\x98\x44\xce\xa2\xde\x19\x9d\xa3\x2b\x76\x8b\xac\xd2\x0c\x47\x90\x09\xf0\x03\x4c\xf2\x1e\x7b\xb5\x38\xe9\x86\x14\x84\xce\xc2\x3b\xe5\xda\xe7\x2f\xb4\x97\x4e\x3e\x52\x79\x6b\xf1\xd0\x0a\x5d\x20\x39\xae\x32\x58\xde\x4b\x3c\xad\xf4\x57\xb6\x8f\xe2\x4c\xcd\x63\xcc\xe6\xcc\xb8\xd8\x7a\x05\x0b\x33\xb0\x43\x8f\xd7\x40\xec\x2a\x1e\x27\x9b\xed\x8f\xa8\x22\xab\x2b\xab\x8f\xdd\xb7\x5a\xe0\x1c\x25\x08\x9b\x70\x81\x6f\xce\xbd\x52\x25\x18\xbc\xa3\xbc\xb0\xee\x31\x92\xcb\xa4\x45\xc2\x0f\xb5\x19\x94\x4a\x29\xd6\xf0\x6d\xf9\x23\x8e\xc7\xd6\x28\xc6\xab\x3a\xc2\x2b\xdc\x50\x2e\xac\xd4\xde\xc0\x1e\x82\xcd\xde\x81\xf6\x8d\x3c\x00\x18\x5c\x74\x49\xee\xea\xc6\x4f\x96\x7b\xf1\x55\xe8\x35\x11\x6c\xc5\xf3\x95\x1e\x5b\x9c\x2e\x1e\x38\xee\xd8\x7b\xb7\xbe\x54\x04\x48\xf8\x7e\x29\xdc\xa0\x5b\x18\xd7\x87\xb4\x4f\xd8\x22\x33\x11\xbe\x1c\x30\x8f\xad\x9b\xf2\xa9\x6e\xe4\x72\xae\x97\xb7\xdb\xa8\x53\xc1\x63\xaa\x27\x0a\xa8\x4c\x61\x61\x27\xb8\x62\x3c\x25\xa7\x8a\xbe\x68\xbd\xf9\xdd\x62\x8e\xc7\x25\xd1\x6b\x19\x71\x80\x56\x14\x72\x75\x86\x88\x5d\xb7\xe0\x79\x19\x1b\x27\x9d\xd0\x19\x76\x67\x5c\xf0\x90\x3b\xcc\x1b\x56\xe8\xb9\xb3\x0e\xf1\xd1\xc1\x36\x82\xc8\xbb\x6d\x84\xb4\xd3\x79\x0e\x4e\xd7\x23\x59\xc2\xdb\xbc\x93\xd3\xfd\xa1\xe7\x8c\x76\x45\xbb\x01\x06\x00\x9d\x80\x7d\xa1\x7d\xc0\x5e\xd0\x1e\x44\x0f\x07\x0a\xc3\x58\x38\x9c\x4c\xbd\x54\xe3\x18\x3e\x9f\xdf\x32\xe3\xc0\x91\x2a\xf8\xeb\x43\xb9\xf6\xd1\x26\xf3\x30\x99\x2c\x67\x56\x22\xc2\x9c\x6d\x7f\x45\x47\x8a\x91\x98\xfc\x29\xa7\x2b\xba\xac\x6a\xb3\xcb\x7d\x7a\x32\xa5\x4d\x3a\xf5\x14\x0b\x8f\xf7\x8e\x1e\xe3\x16\xd0\x22\xba\x7e\x35\x51\x7d\xe6\x08\xbd\xf9\x88\xe0\x73\x05\xea\x12\xfc\xa4\x23\x6a\x5b\xbe\x59\x16\xd2\xbb\xf2\x6b\xe8\x74\x50\xea\xbf\x80\x5d\x86\xcf\x81\x2d\x72\xa8\x5a\xdc\x67\x45\xe6\xc4\xcc\x41\x10\xeb\x3f\xf3\xe3\x70\x2e\x5a\xad\x9d\xba\x96\xf9\x42\x71\xdb\x7e\x0d\x0f\xb4\x1d\x88\x5a\xf7\x9d\xf0\xa0\x45\x5c\xc2\xb5\x7c\x76\xae\xcf\x88\xf7\x28\xb1\x07\x85\x0a\x8e\xbe\xcf\xc7\xb4\x6f\x54\x88\xbb\x8b\x72\x70\x2d\xaa\xb0\x82\xcd\x4a\x0c\xb2\x22\xfa\xb7\x59\xba\x56\xbc\xc7\x56\x37\xd9\x9e\x27\xab\x63\xaa\x7a\xd0\x61\x80\x79\x92\xab\x27\x09\x83\x4d\xf4\x1a\x40\x43\xc7\xbb\xe9\x86\x11\x35\x25\x82\x7f\x74\xe0\x18\x86\x31\x74\x97\xb6\x4f\x17\x71\x1d\x55\xb8\xe8\xcb\x1b\x8e\x2d\x73\xaa\x06\xbd\x8b\x88\x8a\x69\x17\x2f\xd5\xb2\xa7\x1f\x8f\xd7\xc3\x84\xe1\xd6\x53\xd0\x50\xb5\x3a\xd0\x27\xc1\x77\x32\x2c\x81\x5c\xb0\xc5\x0f\x6c\x2b\x64\x26\xb6\x55\xb7\x8d\x37\xdd\x6d\xc5\xa8\x78\xb9\x2f\x89\x2a\xd2\x18\x00\xfe\x00\x88\xfc\x07\x17\x30\xe9\x4c\x5b\x04\x87\x39\x6c\x50\x1a\xf3\x92\xd3\xb9\xa8\x25\x9e\xe1\x56\x19\xd0\x60\x6b\x4b\x97\x01\x68\x17\x2e\xaf\xd7\x99\x9c\x95\x53\x95\xf3\xea\xba\x0e\xa8\xa8\xfa\xaf\xff\xfb\xff\xeb\x58\xe8\x28\xb5\xb2\xa3\xed\xe6\x19\x68\xe0\x15\x8b\x87\x80\x8f\x55\xbc\x78\x0f\xef\xfd\x33\x40\xdd\xcb\xae\xfa\x0e\x12\x7a\x73\x05\xba\x91\xee\xb4\x22\x24\xda\x48\xa0\x65\xc4\xd3\x19\x0d\x8c\xea\x01\xcd\x9d\x18\x55\x2a\x2f\x36\x32\x1a\xd4\x3b\x55\x81\xfa\x40\xec\x00\xc1\xbf\xef\x84\x76\x58\x35\xb0\x61\x01\xbd\x31\x76\x92\x16\x5c\x85\x80\x59\x25\x50\x85\x34\xca\x47\xbc\x33\x57\x8b\xfb\x08\x22\x54\x23\x18\x98\xdf\x42\x1c\x67\x57\xd6\xf2\x51\x0e\x27\x4e\x79\x6d\xd9\xdf\xcb\xc1\xde\xc6\x85\x78\xca\x5b\x5e\x01\x36\x00\x30\x2c\x0c\x34\x53\x88\x41\x6b\xdd\x79\xdd\x87\x30\x27\x5a\x9f\xc2\x00\x5a\xf5\xf4\x95\x0b\x00\xc4\x1b\xd8\x53\x4d\x8f\xef\x95\xd6\x93\xe8\x99\x22\xb6\x1c\x97\xcc\x11\x14\x44\xc5\x0a\x1a\x23\xb0\x76\xd2\x85\x29\xe8\x56\xc3\xe5\xd2\xfe\x12\xc9\x11\x06\xab\xfe\xe3\xc3\xa5\xe6\x4a\x72\x60\xd7\xb0\xf1\x45\x1d\xb9\xe8\xe2\xd7\x33\x05\x0e\x59\x0d\x82\x62\x10\xb9\x05\xf0\x1f\xeb\xae\x80\x46\x00\x6a\x04\x50\x28\x2d\x07\x4d\x48\xeb\xb5\x70\x2c\x7e\x66\x6e\x20\x1e\x1f\x8d\x01\x85\x73\x3e\x9a\x62\xd0\x56\x4d\x95\x03\x6f\xb4\x1d\xbf\x42\xd3\x00\xf4\x96\xc3\x41\x5a\xf8\x9c\xb7\xff\x6a\x0b\xab\x16\x55\x91\xa9\xec\x64\xc7\xd6\xb4\xae\xda\x53\x83\x60\xa9\x15\xeb\x07\x8c\x73\xd0\x7f\x47\xfd\x5d\xdd\x76\x78\x11\x61\x23\xf4\xa4\xe2\xea\x85\xfc\xac\xf3\xf5\xe4\x42\x48\x97\xae\xce\x6b\x38\x43\x9e\xaa\x85\x5b\xc6\x1b\xb3\xb8\xff\xf3\x67\x6f\x5a\xa8\x25\x09\xc7\x06\x73\xac\x9f\xff\xfc\x86\x28\xc5\xfb\x3f\xff\xe5\x4d\x0b\x22\x71\x54\x6d\x79\x4d\x2c\x7a\x52\x97\xab\x38\x38\x16\xa8\xd4\x7d\xbb\x78\xb2\x56\xc1\x6e\x40\xdb\xbf\x76\xea\xce\x71\x30\xe9\x9d\x97\x80\xb9\x13\x57\x7e\xed\x22\xff\x0d\xae\x7c\xd5\xef\x96\x3a\xdb\x16\x28\x41\x27\x8a\x60\x2e\xae\xba\x7c\x81\x94\xbf\x5b\xfc\xe2\x7f\x85\x89\xfe\x09\x04\xf1\x7d\x9e\xe3\x2f\xae\x92\x33\xd7\x16\x68\x1f\x3a\xef\x51\xa3\xc4\x76\xaf\x7f\xdc\x1a\xa2\xca\x09\xb5\xad\x23\xd1\x87\x56\xfa\xca\x0f\xb1\x1e\xdb\x79\x69\x6c\x54\xe2\xef\x45\x68\x39\x4f\xf1\x1b\xff\x90\xb9\xa6\x05\x6e\x40\x02\xf0\xd4\xed\xaa\x44\xce\x8c\xa0\x1b\xcb\xeb\x29\x60\x8f\x10\x3a\x21\x78\x5c\xa7\x20\x77\xb4\x68\x26\xeb\xe9\x23\xea\x8e\x98\xaf\x31\xd8\x2e\x2c\xb6\xc3\xcf\x58\xeb\x7c\x8d\x23\x45\x67\xe5\x9e\x5f\x76\xfe\xf5\x25\x1f\x9a\x64\xf1\x65\x64\xda\x06\x74\x5c\xd4\x42\xb0\x2d\xf9\xb0\xb6\x54\x48\x40\x50\xdc\xda\x01\x66\x1d\x38\xaa\x9d\xc6\x39\x55\x7c\x87\x27\x58\xe8\x62\xd5\x10\x7f\x40\x17\x1c\x13\x33\x50\xc3\xbe\x63\x17\x10\x88\x28\xe5\x10\x09\xa8\xe8\x77\xfb\xbd\xa9\xfc\x6a\x0d\x6c\x12\xf4\xab\x8b\xbe\xe6\xfc\xbe\x59\x0a\x90\x18\x4a\x5e\x10\x44\xe6\xcc\x29\x11\x1d\xd4\x71\x48\x74\xd4\x10\x29\x8b\x15\x71\xfe\x54\xb1\xb0\xcf\xf9\xfd\xbb\x01\xa6\x2e\x19\xae\x67\xe2\xfe\x16\x97\x12\x87\xca\x0c\x1e\x79\xb1\xd1\x48\xa9\xab\x14\x84\x26\x5d\x27\x04\xd8\x01\xc1\xbd\x86\x30\xb0\x07\x71\x56\xbf\xe9\x6b\x2b\x10\xe1\xe8\xb6\x9e\x02\x08\xb4\xe1\x00\x78\x6a\x6a\x52\x92\xb8\x3c\xa5\x45\x1a\x09\x21\x1a\xe8\x8e\x5b\xe8\xdb\x89\x26\xa0\xd1\x8c\x20\x63\x9b\xc9\x49\xe0\xd4\x14\xa9\x9b\xac\x19\x6c\xc8\xd9\x0c\x8e\xad\xc6\x61\xee\x20\x56\xd2\x89\x09\x92\x98\xe7\xa9\x3d\x2c\x9b\x0a\x8f\x2c\x8f\xa6\x87\xe1\xa3\x7d\xe9\x08\xee\x34\xa0\x8c\xd0\xe9\xde\x34\x5d\xbe\x22\x42\x45\x51\x6a\xcd\xaa\x3d\x82\xbd\x09\x2b\x8c\x20\xcb\xab\x2d\x2e\x7e\x20\xd6\x7e\x11\xa1\x82\xca\x12\x70\x4a\xc1\xb6\xc3\x9d\xeb\x36\xa3\xf2\x5f\x26\xea\xae\xe9\xf8\x83\x2a\x8c\xea\xba\x4f\xdc\xc0\x2f\x33\xd1\x72\x04\xbe\x8f\x85\x66\x50\x77\xc0\x58\x56\xca\xe8\xe2\x42\x8a\xe4\x85\x9b\xaf\x25\xa4\x3a\xfb\x2e\x15\x2d\x3d\x04\x93\x60\xb2\x4b\x0a\x5b\x98\x6d\x67\x82\x9f\x24\x74\x3e\x34\x85\xbd\x53\xad\xc0\x20\xd8\x35\xc7\x26\x3b\x69\x8b\x88\x59\xb9\xc0\x7f\x86\x3d\xc9\xbf\x8b\x03\x77\xa2\x85\x89\x3e\xc8\xeb\x81\xd4\x7e\x41\x27\x5b\x43\x03\xde\x97\x90\x30\xf5\x25\xcf\x01\xaf\x45\xf9\xf6\x8f\x63\x77\xe4\xe0\x4d\x0e\x8e\x6e\x3c\x11\x4a\x5d\xed\xbb\x7a\x22\x3a\x51\x1f\xb3\x9d\xba\x86\xba\x9c\x31\xb9\x58\xee\x61\x9c\x98\xe0\xd6\xd2\x1a\xeb\x8c\x89\x99\x81\x25\x01\x21\x46\x8e\x24\xe6\xda\x87\x2f\x6d\x1c\x1a\x7f\xf1\xcb\xcb\x2a\xa8\x60\x6f\xea\x64\x33\x60\xc6\x92\xaf\x99\xd4\x00\xb2\x5b\xcb\xe5\x17\x27\xdc\xcf\x63\xaa\x82\xb0\xe8\x43\x6e\xff\x21\x48\x8b\xb5\x62\xd4\x3f\xf1\x0f\xc1\xab\xba\x8a\xc2\x19\x82\x4d\x3b\x8f\x36\x42\x4b\x19\x19\xc9\x1e\xb2\xbd\x17\x02\x7c\xad\xf9\xaa\x20\x56\x1a\x75\xb2\x56\x84\x8e\xd0\x43\x91\xfe\x36\xfb\x02\x2a\x3b\x87\xc5\xf9\x6f\x19\xb1\x06\xb0\xd2\xd2\xbf\xf8\x52\xed\x8f\x88\xf7\x8d\x23\x42\xa4\x5b\xe9\x8f\x8d\x76\xff\x93\xfd\x51\x63\xff\x83\x88\x28\x9d\xa5\xb9\x5a\xc6\x08\x7d\xf1\xd4\xb6\x45\x4f\xbd\x12\xf3\x11\x43\x0c\x24\x3b\xa1\x48\x24\x4c\xcf\x61\x78\x24\x7e\x17\x3e\xd4\xad\x02\x29\x15\x40\x47\x88\x67\x38\x88\x81\x93\x10\x00\x4e\x6f\x9b\x5c\x0b\x1f\xaf\x5b\xbc\x35\xdc\x26\xec\x60\x48\x30\x4f\xd6\x8e\x1e\x41\xb7\x60\xd1\xf9\xd2\xb2\xcb\x89\xa6\xd9\x3d\xda\xaf\xf1\x00\x5f\x49\x0b\xb8\x3b\x74\x95\xd8\xb4\xd4\x21\xdc\x7d\xa4\x10\xf5\xb8\x95\xcf\x77\x43\x1c\x4e\xed\x43\x96\xf2\x6d\x10\xbd\x97\xc2\x24\x06\xc8\xd2\x41\xde\x12\xbe\xb0\x6c\x1c\x44\x94\x4e\x75\x5d\xe6\x05\x9c\x89\xd4\xa1\x45\xdc\xe5\xd8\x87\x9b\xd0\x99\xe5\xb3\x4e\x43\x18\xa8\x8f\xf7\xde\x31\x10\x2e\xa1\x74\xf1\xba\x82\x53\x2c\x94\xd8\x94\x80\x4c\x4c\xb5\x64\x8b\x29\x5e\x91\xc4\x76\x23\x59\x15\x67\x87\x1c\x1d\xf7\x51\x74\x52\xdf\x22\x5b\xc4\x8c\x1b\xed\x06\x8d\xbe\xf5\x91\xfa\x4f\xb7\xea\x82\x1d\x70\xbc\x44\x5e\x07\x7b\x63\x4e\x77\x35\x95\x52\xc1\x35\x4e\xfc\x5c\xd5\x8b\x0d\xb8\x34\xac\xeb\x0a\x0b\x43\xf5\x0a\xd9\x89\x9b\x57\x72\x82\x52\x5c\xf4\x37\xd7\xd8\x04\x72\xe0\x23\xdd\x57\x7a\x67\xb9\x9a\x0a\x9b\x7f\x51\x7b\x8d\x10\x66\xde\x1f\x6f\x03\x53\x06\xef\x9d\x66\xc2\x7c\x23\x5f\x8e\x74\x2b\x3e\xf9\xd3\xfd\xf5\xa7\x08\x7f\x02\x13\x29\x97\x22\x85\xc3\xa1\xb0\x29\x5b\x74\x17\xf8\x84\x39\xfb\x36\xc4\x6d\xeb\x4c\x5a\xce\x11\x66\x22\x5d\x7d\x78\xf0\x62\x29\x60\x54\x3e\x25\x22\x89\x8a\xa7\xc5\x24\x43\x80\xb5\x67\xa7\x10\x52\x22\xee\xbd\x5e\xae\x7b\x3a\x2f\x40\xc0\x90\x5d\xaa\xd4\x56\x5d\x13\x88\xc8\x1d\x8c\x64\xc8\x62\x0c\x3b\x52\x56\x26\x9d\x1f\x24\xe6\x78\x85\x10\xe5\x9c\x90\x7c\x2c\x8e\x44\x68\x85\xe6\xc6\xb6\x51\x30\x34\xa5\xfe\x70\x26\xe2\xd6\xc3\x23\x71\x62\xa1\x84\x6a\x7d\xd9\xb5\xb8\xfc\x71\x41\x6c\x63\x19\x7f\x76\xf3\x7e\x9e\x4e\x3a\xfb\xe4\xa0\x61\xe9\x89\x7c\xfb\x34\x9d\xa1\x35\x4d\x10\x84\xc6\x45\x3e\x52\xad\x36\x0a\xdb\xd7\x1d\xf1\x21\x83\xb6\x99\xfc\x14\xeb\xdb\x38\x76\xeb\x59\x1a\x09\xe9\xe3\x03\xfd\xef\x41\x51\x3c\xd8\xef\x3f\x9e\x58\x04\x4f\xef\x45\x12\xaa\xe0\x2f\x44\xed\x8f\x68\xbe\xa8\x89\x98\x8a\x4e\x05\x55\x03\xa0\x68\xd3\x5c\x32\x12\x10\x1e\x44\x7d\x18\x6f\x0d\x14\x37\x90\xc3\x41\xf9\x06\x07\x3e\xcb\xb7\x3b\x0e\x5e\xa0\xa1\x83\x08\x6b\x82\x73\xac\x8e\xe9\x5c\x52\xae\x24\x2a\x49\xa3\x97\xbd\x6b\x90\xba\x14\x42\xb4\xa5\xe2\xf1\x3e\xb8\x51\x69\xc0\xdd\x29\x82\x38\x39\x29\xca\x05\x44\x2b\x9b\xf2\x01\x13\xc0\x29\x17\xb0\x3b\x51\xf3\x34\x1f\xd0\x8e\xf9\x80\x36\xe2\x03\xda\x29\x3e\x60\x6a\x18\x53\xa7\xe2\x2e\x46\x60\x76\x4b\xbd\x2f\xfe\x4a\xff\xe1\xbf\xe6\xb7\xb6\x5c\x21\x0e\x6d\x14\x68\x0e\x85\xb0\x7e\x8a\xcb\x65\xba\x28\x11\x1b\x72\x44\x08\x3c\xa3\x8d\xdf\xe2\x4c\xb3\xe5\x2a\x51\xf6\xc4\xfc\x8a\x10\x0a\x32\xeb\xfa\xc6\x16\x20\x96\x08\x0d\x4a\xb2\x18\xa6\xba\xd5\x9d\x24\xf7\x07\x6b\x87\xd4\x16\xdc\x93\x1e\xf3\xeb\xbc\x69\x11\x5a\x6f\x23\xd7\x3e\x89\xe7\xcd\xe9\xce\x18\x38\xe4\x11\xe3\x9f\x4a\x75\xcb\x57\xa6\xb9\xf3\x18\x5a\x9c\xce\xb5\x45\x71\xa5\xf5\x65\xce\xe0\x38\xb5\x58\x08\xae\xe9\x5b\xe4\x9c\xe9\x41\x0b\x38\x99\x82\x3e\xf8\x47\x76\x14\x49\xf1\x86\x4e\x85\xc3\x40\x73\x87\x8e\xd5\x8e\x3a\x64\x9b\x5d\xed\x8d\x75\x08\x88\x43\xc6\xa7\x5e\xe4\x16\x8e\x92\x40\x54\x34\xa9\xc1\x67\x1e\xcd\x2d\x45\x5d\xe0\xf9\xe1\x64\x72\xae\xf0\xd5\x70\x7e\xe2\x19\x12\x41\xa8\xeb\xc8\x34\x0c\x02\x0f\xae\xec\xf2\x33\x4f\x9d\x78\x6f\xe8\x43\xef\x08\x5a\xf0\x6e\x4a\xcf\xce\x87\x7e\x45\xe2\x9e\x41\x0f\x2d\x1e\x0b\xbf\xe5\x42\x5b\xba\xad\xe6\x8e\x06\x7a\x62\x9c\xad\x07\xe8\x04\xc7\x4a\xc3\xe7\xe0\xed\x8d\x83\x76\x05\x9f\x4b\xdf\x4c\xcb\xa7\xa0\x8b\x96\x56\xe4\xb1\x6b\x09\x02\x55\x88\x1b\x96\x13\xc2\x72\x6c\xa5\xa9\x34\x63\xee\xd3\x5c\xac\x53\xda\x38\x49\x49\x28\x8c\xa2\x40\xd3\x32\x06\xa9\xcf\x09\x88\x39\x07\x8a\x5d\x70\x5c\xc2\x53\x20\xac\x4e\x5f\xfc\x15\xff\x3d\x05\x82\x65\x5a\xfc\x44\xff\x39\x05\xd0\x57\xaa\x1f\x5a\xbc\x72\x7f\x05\xd0\x6d\x4d\x18\x72\xf1\x57\x7b\x45\xb4\x71\xd1\x47\x93\xd9\xe4\x9d\x94\x7d\xc7\x7e\xb7\x69\x21\xb1\x91\xf9\x2a\xe4\x57\x03\xbe\x6e\xc7\x79\xda\xe6\x6a\x69\xeb\xe1\x9e\xf3\xef\xec\x42\x7f\x07\x40\xd8\xa8\xbb\x6c\x74\xb0\x51\xcf\x5e\xd4\xb7\xe3\x66\x00\x84\xa8\xf9\x4d\xbd\x61\x33\x68\x6d\x0e\xdf\x61\x71\x91\xb3\xa1\x80\x2b\xf5\xb1\x79\x89\xf1\xa4\xdf\xdb\x0c\xc7\x81\x45\x12\x57\x35\x42\xee\x4a\x04\x66\xf8\x3d\xfb\x41\x60\xa9\x5f\x87\xf0\xf4\x1a\x29\x3a\x00\xa8\xad\x40\x98\xb6\x27\xed\x27\xe6\xae\x11\x1e\xd8\xc9\xe3\x3d\x42\xab\x28\xb6\x67\x27\xeb\x89\xc8\x2a\x12\x19\x2a\x1a\xac\x59\x1f\xf0\x56\xae\xc3\x68\xd8\xfb\x75\x62\x20\x38\xfa\x2e\x88\x03\xa7\xe8\xc0\x07\x5a\x34\x7a\x00\x76\xd1\xdc\x20\x77\x86\x2b\x03\x12\xf1\xf0\x23\x00\xad\x1f\x62\xef\x03\x57\xe2\x43\x0a\x0b\xeb\xac\x00\xeb\x88\x81\xbe\x2c\x04\x79\xe0\x2b\x5c\x50\x5d\x95\x04\x9c\xf3\x14\xbd\x02\x28\x96\x99\x5f\x0d\x44\xf2\x3c\x0d\xac\xd2\x9a\x28\x87\x84\x27\x36\x11\x27\x88\xad\xf6\xa9\x85\x07\x89\x97\x04\x12\xa2\x6d\xad\x8b\x23\x0c\x0e\x50\x24\x12\x96\xee\x25\xe7\x67\x73\xdd\x89\x60\x2a\x59\x22\xfe\x94\xb1\x63\x88\x6d\x4e\x2c\x12\xc3\x2c\x15\x26\x59\xad\x32\xdf\x6c\xbb\x5b\x8b\xff\xde\xd5\x92\x9f\x66\xda\xd2\x68\x2d\x0f\x39\xe1\x7e\xe8\x4b\xd8\x2f\xd9\x37\xa1\xf0\xbc\x3e\x4a\x58\xf2\x9a\x82\x96\x08\x55\x2a\x59\x1a\x21\x31\xc7\x95\xa5\x6b\xc2\x52\x30\xcf\xd2\xf1\x64\x3f\xf0\x98\x2f\x05\x24\x7b\x01\x5a\x65\x93\x5d\x00\xe6\xf3\x3b\x5b\x98\x73\xe8\xcf\x7c\xb5\x78\x21\xff\xde\x0d\xcc\x91\x45\x5d\x8d\x47\xd1\x8f\xbb\xa6\xa8\x27\x81\x63\x01\x04\x57\x5c\x21\x38\xbc\x4b\xb5\xbc\x42\xff\x40\x54\xa3\x7f\x66\xff\xc0\xd5\xa1\x7f\x72\xc2\x7d\xbf\xfe\xd3\x0b\x61\xd2\x88\x4e\x74\x94\xce\xc4\x1f\x4b\x83\xea\xdc\xc8\xb2\x4b\x2c\xd3\xb2\x8c\xd1\x04\x33\x99\xea\xa9\x33\x08\x2b\x14\x0b\x1f\x34\x7c\x83\x4a\x46\x6e\x24\xd6\x00\x30\x29\x11\xb2\xa5\xd9\xde\x44\x29\x93\xb4\xe1\xb5\x61\xeb\xb2\xdf\xa0\x67\x7e\x0d\xcb\xf0\x03\x6c\xcd\x8f\x45\x84\xf9\x39\x01\x27\x47\x68\x84\xf4\xa4\x15\x6f\x19\xce\xf8\x29\xcf\xa9\x0b\x32\xa8\x0f\xe4\x4d\xcd\x6f\xa4\x8f\x54\x00\xd8\x41\x18\xf1\x83\x7a\x6f\x75\x72\x19\xd9\x64\x22\x7e\x48\x20\x7d\x02\x6f\xd0\x83\x4a\x81\x24\x91\xbd\x44\x0a\x35\xcd\x87\x3f\xfd\x10\x38\xda\xa2\x1d\x32\x94\x79\x93\xff\x8a\x73\x8c\xb2\xfc\x64\xdc\xcc\x3c\x53\xc9\x84\x8a\x22\xbc\x7b\xe9\x78\x34\x4a\x83\xb4\x44\x84\x3c\xc8\x9c\x4f\xa8\x73\x69\x1d\x76\x29\x4e\x76\x77\x74\xcc\xca\xb3\xfc\x3d\x7b\x76\x9a\x40\x1f\x00\x1a\xdd\x55\x75\x3b\x86\x14\xef\x6b\xf1\x44\xc2\x56\x30\xa0\x15\x9a\xdb\x0f\xc3\x07\xfa\xe1\x01\x0d\xc2\x91\xc4\xb7\xa0\x6a\xaf\x61\xb5\xa1\x9e\x41\x21\x62\xe0\x18\x28\x65\x3c\x64\xf6\x1a\x34\x70\xe7\xa2\xf2\xb5\x7c\xc4\x8b\x38\x4d\x9f\x95\x0c\x51\x49\x88\x42\xab\x04\x7c\x14\x1e\x7e\x9c\x1c\x67\x62\x9c\xc9\xfe\xc8\x39\xb0\x95\x75\x57\x55\xfc\x9f\x71\x36\x5b\xa1\xb5\xeb\xc8\x5d\x8c\x3d\x47\xbb\x71\x7a\x9e\xbb\x7a\xf9\xb3\xeb\x65\x2f\x62\x6f\x19\x5a\xc7\xb7\x6e\xaa\x8f\x78\x92\x2c\x90\x41\x34\xfe\x38\x44\xa7\x08\xf9\xc7\x1d\x02\x03\xa9\x1a\x2c\x84\xb4\x56\x3d\xb6\x0f\xfe\xe3\xe3\x6e\xca\xbd\x77\xe7\xb2\xcd\x3f\x1f\xbd\xc8\x71\x48\x3e\x7e\x93\xa5\x89\x49\x38\xe7\x13\xea\x58\xc6\x2e\xae\x71\x86\x90\x30\x95\xf3\x88\xda\x83\xc9\x85\xa2\xe8\xc3\x28\xef\xc9\x5e\x27\x6e\x9a\x0f\x7f\x69\x32\x11\x64\x71\x60\xcc\x38\x0f\x17\x31\x2c\x68\xa3\x9a\x6a\x32\xe6\x49\xf9\x6a\x44\xd3\xb8\x83\x31\x8d\x86\x37\x08\x65\x18\x39\x13\x0d\x40\x64\xc9\xbe\x47\x48\x87\xfa\x4c\xd2\xa3\x42\x1d\x12\x56\x90\x2f\xc7\x7f\x76\xed\xa6\x97\xad\x8b\x10\x94\xf9\x20\x87\xfa\xd3\x4d\xff\x79\x02\xf7\xb9\xad\x89\xfc\xf8\x35\xac\x41\xa7\xb1\xfa\x55\x4a\x79\xa6\xd1\xe2\xcb\x9e\xfd\xbb\x41\xe1\xbb\x93\xe4\x2c\x80\xce\x9c\x2d\x05\x95\xdd\x48\xfe\x94\x54\x85\x1d\x62\x19\x4c\xa0\x82\xc1\x60\xd9\xf3\x04\x8b\xf1\xa8\x2c\x59\xe8\x8e\x13\x42\x7f\x5e\x59\x08\x0f\x32\x3c\xcd\x7b\xd8\xfa\x57\x44\x97\x5f\x13\x11\x92\xb9\xb3\x32\x6c\x72\x74\x7c\xee\x92\x65\x9c\xa2\xdb\x93\x16\x76\x81\x76\x7f\x47\xf0\xbb\x31\x42\x10\xed\xfd\xab\x18\xc1\x44\x4c\x8b\x29\x98\xa6\x13\xd4\x7d\xc9\xd6\x4b\x70\x48\x9c\x68\xc7\xbd\x15\x8f\x58\xad\x50\x6b\xf4\xe1\xbe\xe5\x85\x65\x25\x03\xaa\x36\x77\x0e\x2a\x0d\xbc\x10\x1e\x28\x0d\xa7\x10\xf1\x0d\x48\x08\x11\x19\x27\x24\x21\xc4\xc6\xdb\x7c\xba\x66\x1a\xa4\x68\x5c\x33\x0e\x54\x34\x3e\x1a\xc9\x18\x5c\xb0\xa2\x31\xff\x5a\x37\x41\x0b\x3f\x36\xa3\x18\x84\x30\xba\xb3\xba\x7f\x18\x39\x0a\x4b\x31\xc8\x51\xcb\x89\xcb\x4a\x84\xd4\x95\x27\x44\xbd\x77\xc3\xac\xdc\x61\x97\x6b\xbf\x75\x8f\x6b\x1d\x86\xc0\x91\x52\xa8\xb9\x62\x3a\x3e\x88\x1f\x9d\x78\x01\x4d\x2f\xe5\x78\x8a\x03\xbd\x54\x60\x56\xd9\x6c\x5b\x72\x93\xc5\xe6\xaf\x6c\xc7\x1d\xbf\x9c\xf3\xa8\x12\x87\x4d\x0f\x6e\xd2\xd0\xfb\x5d\x0d\xb6\x62\x3c\x82\x42\xf2\xba\x71\xda\x43\xde\xce\x41\x2c\xe3\xe4\xb1\xe4\xf1\xe4\x1c\x84\x79\x29\x39\x8f\x92\x20\xb3\x83\xe7\xb7\xd2\x20\xca\x67\x92\xdf\x76\xd8\xcb\xf8\x4c\xb1\x52\x28\x39\x91\xb7\xf6\x0a\x62\x0a\x7f\x8c\x6f\x45\x92\x81\x14\xdb\x89\x88\x43\x25\x94\x4e\xce\x81\x70\x84\x74\x8d\xd4\x89\x9e\xd0\xfe\x0d\x53\x89\x0d\x5d\x37\xce\xca\x7b\xfe\xf2\xe2\x92\xc3\x9d\x6e\xbb\x7e\x07\x33\xd9\x9e\xfd\x3f\x77\x39\xbd\x0d\x8f\xe0\x8f\x8b\xf7\x04\x83\x66\xaa\x92\xc1\x7a\xc9\xcf\x2e\x29\x46\x11\xe7\x8a\x0d\x12\x25\xbb\x9a\x4b\x90\x5a\xa9\x32\x45\x23\xb9\xf0\x0f\xec\x97\x57\x09\xcf\x33\x09\x62\x85\x84\x76\x37\xef\x08\x56\xe1\xa7\x9a\xd5\xb4\x38\x10\x7c\x41\x81\x1e\xbf\xe4\xb2\x36\xe1\x06\x39\x62\x63\xbc\x46\x43\xd0\x94\x8c\xd4\x0a\xef\x16\x5e\xdf\x48\xd8\x0e\x17\xfc\x99\x70\xd8\x56\x1d\x45\xef\xbc\x12\xa3\xde\xdd\x7d\xf8\x6b\x98\xe2\xfb\x20\x7a\x6d\x67\xce\x69\x0e\xa9\xb1\x9c\x48\x71\x24\x49\x41\x26\x7f\x1d\xcf\x3b\x80\x35\x0e\x14\x07\x37\x7c\xfb\xbb\xe6\xc2\x11\x1d\xc1\x31\x83\xdf\xb1\x9f\xd8\x0d\xe1\xf7\xb2\x77\x49\x13\x85\xda\x0b\x3b\xa2\x8f\x4a\x6e\xde\xd5\x5f\x48\xca\x87\xe7\xfa\x36\x9e\xaf\x8f\xf2\xe6\xbb\xac\x2b\x08\x81\x32\xe8\x35\x20\xfa\x24\xb6\xa1\xe7\x9c\xbd\x88\x2e\x22\x66\xf8\x9c\xc0\x9f\xd3\xe7\x10\x4f\xc7\xa1\x45\x8e\xa3\xad\x60\x09\xe9\x68\x58\x4e\xb3\x7a\xae\xba\xd4\x09\x80\x96\xe8\xa5\x16\x6f\x0b\x4d\x79\x6a\x25\x45\x33\xd4\x8a\xba\x2d\x21\x64\x15\x60\x2f\x79\x5b\x5c\xfe\x96\x31\xc0\x55\xbd\x3e\x2e\xbe\xa6\xff\x8c\xe5\x90\xb2\x33\x4e\x18\x59\x70\xd8\x67\x38\x3f\x98\x4a\xed\x2d\x2a\xc1\x2f\x80\x00\x47\x7b\x26\x11\x03\x21\x3a\x37\x1c\x98\x00\x27\x87\x63\x45\xfb\xea\xce\x1a\xe2\x26\xca\x32\x05\xcd\x8b\x0b\x91\xc6\x5a\x98\xd4\xc2\x21\x04\x0e\xbe\xf1\xc1\xe2\x38\xba\xc1\x70\xbc\xe2\x23\xac\x71\xc0\x5a\xed\xd4\xc7\xe5\x0d\x79\x22\xce\x32\x0b\xb9\xa3\xda\x0e\xe0\x87\x0b\xd4\xa5\xb6\xa2\xf3\xec\x42\x23\xc1\xfd\xc1\xe8\xb2\x0b\x9c\x9c\x4f\x3d\x6e\x9a\x43\x1d\xa5\x20\xf7\xcc\xaf\x5e\xda\x24\x17\xdd\x68\xa0\x1a\xc4\x9a\x21\xd9\xa6\x6f\x04\xe1\xec\x57\x15\xc8\x0f\x6d\x44\x61\x69\x05\x27\x18\x3d\xba\x79\x4f\xa2\x6c\xdd\x50\x44\x51\x8b\x72\x5f\xa9\xf0\x06\xf8\xd7\xc9\x6a\xf4\x64\xe6\x09\xf2\x74\xa8\xf3\xd5\x4f\xcf\x38\x70\x78\x42\xd0\x2a\x46\xae\x20\x06\xb4\x07\x10\xb1\x95\x86\xee\x95\x9c\xd0\x09\x12\xce\x76\x50\xcd\xe7\x6d\x74\x20\x38\x19\x77\xe5\xa8\x7e\x0e\x47\xea\xd6\x92\x5e\x02\xb6\xb4\xcf\x3e\xf9\xf1\xe2\xe5\x8b\xb3\xec\xd7\x07\xb7\xb7\xb7\x0f\xc0\x1a\x3e\xe8\x9b\xd2\x56\x18\xf2\xfa\x2c\xfb\xbf\x9e\x3f\xa3\x47\xad\xb2\x9f\xc6\x08\xdd\xa8\x11\xd7\x91\x6e\x2b\x52\x68\x56\x77\xe3\x77\x7d\xa9\x04\xb9\x77\x43\xe4\xae\x77\x89\x65\xa9\x71\x3e\xa4\x98\x22\xc4\xae\xb9\x08\x26\xba\x67\x1a\xc4\x24\xa2\x23\x56\x44\x58\x72\xf8\xe3\xf8\x4a\xb7\x44\x52\x14\x77\xc4\x10\x1f\x42\xe6\xd4\x1b\x0f\x05\x2a\xf5\x02\x24\x50\x3a\x18\x81\x12\x03\xd1\xd7\x6c\x15\x1a\xa4\xbd\xd8\x20\x39\x0c\xcf\x69\x27\x60\xca\xca\x9c\x7c\x2e\xfa\xae\xc1\x03\xc4\xeb\x1f\xbf\x1d\x52\x9d\x43\x42\xd4\x55\x79\x94\x3c\xc5\x72\x88\xf0\xd1\x1d\x22\xce\xb5\x27\x21\xa0\xe6\xc3\xca\x9c\xa5\xcd\x02\x1d\xb3\x45\x9d\x8f\x2b\x55\x79\x5e\x4d\x1e\x35\xcf\xab\x8d\x5a\x90\xb8\xe1\x0b\x7e\xe1\x2a\x91\xa9\x81\xc9\x62\xb1\x92\xcb\x7a\x57\x8d\x6b\x79\xf3\x85\xe9\x12\x59\x14\xf1\xbf\x3d\xf3\x61\x22\x44\x9b\x3f\x5e\x80\xc8\x3a\x06\x46\x31\xd9\x4f\xf2\xe3\x2e\x40\xe9\xe0\x3c\xf2\x44\xce\xc4\xf6\xfa\x2c\x13\x0b\x11\x08\x45\xdd\x17\x20\x34\xfc\xeb\xfc\x40\xce\xb2\xbe\x0a\x7f\x8b\x63\x8f\x2a\xd7\xdc\x4f\xb6\x8d\xc0\x4f\xd5\xd2\x6c\x69\xf5\xf2\xdf\xec\x7a\xb4\x12\xd8\x29\x1a\x47\xbb\x9d\xdc\x57\x8f\xf9\xf9\x01\x16\xb2\x3b\x42\x29\x9c\xfe\x91\x33\x3e\x12\xd2\x49\x18\x01\xcd\x0c\xa9\xd6\x48\x7f\xd3\xb0\x64\x12\x44\x96\x2d\x7c\x22\x64\xb1\x83\x4c\x03\x11\x1b\x1d\xad\xe7\x6e\xbc\x3c\x9f\x12\x6a\x4e\x83\xed\x25\xe8\x8c\x71\x59\xc2\x0b\x4d\xbe\xe2\xf3\x11\xb6\x74\xa4\x6b\x50\x23\x4d\x10\x66\x0a\x9b\x74\x92\x52\x45\x81\x63\x1d\x73\x59\xbe\x8b\x93\x84\x9f\xf8\xb6\x38\x7a\x04\xe9\x3c\x34\x3b\x0e\xab\xd5\x3b\x47\x3c\xa4\x92\x6a\x1e\x8d\xe4\x76\xe3\xe6\x86\x48\x85\x1d\x62\xf9\xc6\x07\x44\xef\x08\xf4\xd4\x8e\x1d\x40\x6c\xc5\x0e\xb5\xca\xa6\x11\xa1\x1c\xef\x70\x42\xe9\x4b\x63\x1a\x44\x32\x09\x7a\x39\x00\x59\xd7\xf0\x16\x82\x61\x6f\x41\x14\xc8\x24\xaa\x82\x62\xae\xb2\x84\xa9\x0c\x8c\xbe\xe2\x25\xdb\x97\xf5\x51\x22\x3f\x7f\xc3\x7f\x87\x1c\x1c\xf1\xc4\x02\x9c\x9f\xd3\x3a\x80\x57\x53\x0d\xca\x0a\xc4\x8d\xe6\x3e\xdf\x26\xf4\x45\x74\xce\x1e\x78\x29\x4a\xf6\xc2\x0e\xf2\x6b\x21\x8d\x40\x6e\x24\x2b\xe2\x30\xb6\x65\x17\xc5\xe6\x8d\x25\x30\x1c\xa6\x27\x4c\xe8\x49\xa7\xc9\x2a\x69\xc0\x15\xe2\xd7\x13\x6f\x25\x14\x47\x3c\xf6\x54\xee\x99\x98\x4e\x4d\xcd\x6a\x1c\xbf\xd8\x43\xa5\x91\x96\xa3\x99\xdf\x11\x65\x39\xae\x1b\x42\x2d\xa7\x75\xcd\x8e\x75\x1b\xa2\xa6\x11\x82\x2f\x51\xfc\x27\x3b\x35\x8a\xa4\x1c\xcf\xf5\x9d\xc1\x94\xa7\xf7\x31\xe5\xa4\xde\x63\xe3\x63\x7e\x2a\x39\x56\xd3\xcc\x94\x10\x28\x51\xb8\x5d\xdb\x1d\xbd\xae\xeb\x0f\x17\x61\x3e\x15\xe7\xdd\xc5\x5a\x4d\x8d\xc5\xad\x49\xb2\xb4\x77\x5a\x05\xad\xf3\xeb\xeb\xf9\x55\x53\xdf\xb6\x08\x43\xdc\x37\x2b\x0b\x17\x52\x8d\x7e\xb8\xb6\xac\xd4\x32\x02\x25\x21\x1d\x16\x9c\x55\x74\x47\x48\x81\x3f\x8a\x3d\xcb\x42\xfe\x91\x4f\x6c\xbc\x9b\xe6\x93\xff\x86\xbe\x3b\x4e\x32\xb9\x01\x04\x7a\xc0\x8d\x99\x4b\x55\xce\xcb\x8d\xbf\x38\xbc\x72\xeb\xa3\x0e\xad\xa5\x3e\xcc\x3c\xea\x2e\x02\x6d\xf7\xf4\x1e\x73\x90\xa2\xc5\x8f\x86\xe7\xc7\x9c\x11\xe1\xb7\x08\xa8\xaf\xf2\x6b\xea\x5a\xc0\x82\xb1\xf2\x10\x14\x1d\xaa\x43\x8e\x12\x03\xf7\xd7\xac\xcd\x17\xaa\xd0\x51\x90\x26\xc8\x75\x6f\x98\x8f\x88\xa0\xf9\xc0\x1d\xb1\x81\x11\x50\x02\x21\x42\xbb\xd0\x86\xae\x3f\x21\xb6\xaf\x7f\x78\x21\x3f\x38\x5a\x91\xc4\xaa\xd1\xd9\xfb\xf0\x8c\x5c\xae\xb9\x63\xf6\x1c\xb2\x81\xae\x11\x07\x92\xe0\x05\x0a\x1f\x21\x7f\x35\x70\x22\xce\xbb\x24\xe8\x92\xb4\x80\xd0\x4c\xc4\x5d\x1d\xd5\x8a\xfc\x02\x92\x5a\x09\x2e\x70\x6b\x1b\x09\xd2\xc1\x61\x99\x7c\x2b\xa8\x8f\x0a\x0a\xe5\xe2\x47\x38\xd7\x24\x34\x3a\x73\x71\xa6\xe6\x13\xf1\xa6\x5c\x91\x44\x03\xe3\xbf\xe5\xda\xde\x28\x88\x87\x58\x37\xe6\xba\xe3\xb0\x5f\xb0\x8d\xcf\x6b\x5f\x40\x13\x73\x35\x9f\xb4\xf9\xa0\x90\xf6\x0e\xa7\xec\xb5\x81\x6d\x94\xfb\xc8\xa6\x8f\x3b\x35\x98\x72\x1f\x0d\x38\xd9\x68\x83\xc3\x3e\x05\x2b\xff\xc8\x8c\xff\x7e\x9b\x49\x57\x41\x00\x18\x3a\xe5\xdb\x22\x39\x78\x9f\x85\xcb\x92\x4c\x36\x18\x55\xea\x62\x58\x6d\x2f\xe7\xfc\xfa\xc8\xa6\xe9\xf2\x21\x74\x44\xfb\x59\x4d\x80\x1c\x26\x10\xb5\x20\x44\x4e\x1b\x02\x0e\x8b\xa5\x49\x89\x1c\xfc\x46\x03\xab\xfa\x8c\x22\x90\xb1\xe1\x99\x6f\x1c\x43\x55\x29\xcd\xca\x46\x7c\xb0\x1e\x10\xa9\xa3\xeb\x8b\xc8\x4f\x61\x17\x11\x92\x4c\x03\xe6\xba\x12\xe6\x62\x38\xe3\x58\x02\x3e\x08\x12\x9a\x46\x68\x03\x39\x2b\x84\x6d\xe9\xf3\xcd\x83\xc2\xd5\x0d\xef\x8c\x90\xeb\xbe\xbd\xe4\x45\x72\x5f\xc7\xaf\x90\x2b\x11\xe3\x29\xa7\xab\x8b\x0f\x09\x5f\x72\x3a\x21\x05\xdd\x66\x78\x53\xb8\x22\x70\x51\xe0\x00\x9e\x99\x35\x5b\x95\x40\x7a\x3a\x3e\x5b\xc3\x90\xea\x76\x74\xd4\x22\x58\x17\x48\x58\xec\x04\xa3\x9c\x7b\xaa\xba\x92\x9a\x4e\x32\x80\xfd\x25\x3e\xa5\xe6\xfc\x16\x6d\xe8\x7c\x60\x18\xeb\xfb\x41\xc2\x2e\x22\x9d\x07\xe7\x26\x9c\x3e\x58\x1a\xea\x6d\x71\xa6\x86\x08\xbf\x09\x95\x75\x72\x80\xdc\xad\x71\xf6\xb5\xd2\x4e\xd4\x93\x12\x94\x0e\x2e\x55\xbf\x0d\x7a\xf5\xaf\xe4\x6b\xbd\x15\xaa\x84\x18\x96\xa7\x42\xc6\x43\x0c\x3c\x78\x15\x0f\x60\x80\x39\x5f\x08\xeb\xaa\x70\xfa\x26\x1e\xbd\x51\xfb\xee\xa1\x93\x71\xdc\xf9\xc4\x0d\x8f\x78\x6a\x7f\xe8\x5a\xe8\x54\x5d\xd0\xc9\xf9\x9f\xa6\x41\x46\x4d\xa9\x1d\x38\x6e\x8d\xc4\xb8\x21\x6c\x58\xb1\xae\x98\xbe\x06\x78\xe7\xfb\xd6\xd2\xf1\xeb\x8c\x90\xdc\xb3\x9f\xeb\x66\xf3\x26\xe4\x3b\x55\x29\x7f\x9c\xdd\x8d\x0b\x7d\x3a\xb2\x29\x08\x89\x38\xef\xfc\xb0\x45\xc8\x13\x5a\x94\xf3\x79\x6e\x9a\x2d\x01\xa7\xe2\x79\x0e\x2d\xc2\xce\x33\x1c\xe5\xba\x13\x93\x91\x34\xcc\x35\x72\x2a\x09\xb7\x8a\xc4\x8b\xb0\xa0\x8d\x9b\x90\x78\x8b\xce\xe6\xf2\x3c\xf2\x77\xdf\x13\x63\x49\xb7\xf9\x07\x31\x0b\x47\x4e\x4c\x04\x87\x6b\xe9\x95\x81\xfd\xcb\xd3\xbe\x6b\x7b\xf0\x63\x3d\x67\x6c\x6d\x25\x45\x2b\x12\xaa\xdd\x22\xd6\x02\x6b\x16\xda\x85\x68\x0f\xac\xfb\x9c\x64\x25\x6c\x38\x2b\x61\x14\xb8\x0b\xed\x04\x0b\x5f\xce\xeb\xc9\xab\x10\x7b\x02\xf8\xec\xb0\x49\x36\x69\xfe\x3a\x09\xe6\x73\xa2\xcb\x1b\xdc\x39\x03\x5d\xc9\x12\xa7\x91\x0b\x80\xc4\x22\x59\x46\x27\x2d\x17\xde\x97\x4b\x9c\xee\x7c\x27\xae\xcd\xe7\xce\xf5\x33\x2b\x8e\x78\x5d\x69\xae\x2d\x3f\xf3\xc8\x19\x43\x7f\x7d\x25\x55\x92\xa0\xac\x2c\x43\x29\x82\x7e\xeb\x0f\x51\x21\xc2\xb5\x0f\xfa\xad\xbc\xcb\xc3\x11\xce\x99\x0b\x61\x65\x57\x89\x30\xe9\x13\x01\x78\x27\x52\xea\x7e\x60\x20\xde\x89\x16\xee\x0e\xc8\xeb\xcd\x19\x3f\xd4\xf8\x76\x22\x21\x5f\x2c\x5e\x4e\x33\xf3\x85\xa2\x71\x86\xbe\x53\x6a\xe3\xbb\xcd\x3d\x53\x60\x8f\x79\xe2\xf9\x7f\xb0\xa2\x59\x4d\x48\xe9\x90\xfe\x07\x2c\x48\xd3\x34\xa7\x63\x69\xc4\x20\x3d\x5c\xba\x71\x13\x39\xed\xde\x77\x12\xa9\xbd\x46\x82\x1b\x86\xd2\x8a\x61\xee\x02\x7d\x60\xef\xaa\xa2\x6b\x12\x8f\x36\x4e\x0d\x10\x2c\x21\xce\xfe\xed\x94\x06\x27\x54\xec\x51\x6e\x83\x13\xaa\x76\x85\x03\x8e\x51\xca\x25\x5d\xd3\x29\xd5\x75\x54\x27\x21\x32\x4e\xcc\xef\x1d\xa9\x0f\xa6\x54\xa0\x23\x45\xe9\x0d\xe4\x5e\x9d\x0a\xbe\x2c\xeb\x43\x63\xb1\x27\xfb\xa2\x70\x4a\x29\x56\x30\xfa\x70\x6f\x8a\x8e\x06\xe9\x8f\x91\xba\x45\x90\xf3\x5c\xff\xdd\xe6\xfb\x65\x94\xe3\xe0\x47\xcd\x9a\x0b\x0f\x61\x17\xfa\xbe\xfd\xdc\x57\x92\x0c\xa4\x3e\xf3\xe8\xe0\xbb\x43\x8d\x38\xfb\x26\x73\x69\x06\x38\xab\x8f\x07\x6c\x90\x31\xcb\x3a\x61\x5f\xd2\x86\x14\xa5\x8d\xa8\x61\x66\xdc\x84\xfc\xbb\x6c\x6a\xa4\x40\x95\x17\xa6\xca\x9a\xba\x2e\xf3\x30\xce\x41\xe0\x86\xb4\xaa\xd6\xf2\x5f\x45\xe3\xef\xac\x1c\xdc\x57\x7a\xf4\xdd\xc7\xde\x7f\xd4\x67\x30\xd9\x29\x7e\xaf\xe4\xa9\x23\x56\xe3\xf3\x21\x6c\x55\xdf\xea\x73\x59\x1d\x89\x60\xe0\xe7\x72\x8e\x88\x10\x92\xae\x57\x3f\x24\xbd\xc9\x27\xd0\x37\x2e\x1a\xeb\xb3\xbe\xe8\xe5\xad\x18\x17\x0e\x82\x9c\xf3\xc3\xa1\x51\xce\x59\x01\x87\xb4\x38\x4c\x47\x8b\x83\xa3\x24\x61\x50\x97\xc8\xca\x3d\x6d\xed\x3c\x89\xfe\xaa\x44\xb9\xb3\x71\x99\x00\xf9\x90\x5e\x25\xc4\xb8\x41\xe6\x64\x8b\xd7\x0f\x26\x03\x92\xc6\x1f\xd6\x5d\x9c\x69\x50\x3a\x60\x8f\x0b\x1f\x81\xd6\x1b\x33\xaa\x6d\xc7\x04\xd0\x7b\x8c\x42\x8d\xc1\x20\x9b\x7e\xa8\x41\x3d\x39\xff\x5a\xc5\x86\x00\x7d\xa7\x09\x71\x5a\xe1\xfb\x3d\xa3\x25\x03\x83\x1d\x02\x50\x1d\x01\x74\x08\x9f\x88\xbc\x8b\x6e\xb0\x2e\xd2\xf6\xe5\xe8\xc5\x8e\xd2\x7b\x72\xfc\x6d\x81\x9f\x78\x3a\xa5\x80\x0f\x6b\x3b\xa2\x14\xf4\xf4\x3a\x51\x64\x97\x66\x25\x8a\x71\x00\xa7\xe1\x70\xd3\x4a\x84\x16\xf0\x11\x8e\x31\xc6\xd8\x40\x34\x80\x0f\x5f\x20\x19\x9c\xa3\xe5\x7e\x3a\x6e\x99\x3c\xf2\x34\x9d\x14\xbf\xcf\x23\x2c\x90\x2e\x20\x31\xc8\xbc\x81\x75\x20\x37\xed\x77\x77\xcd\x30\xce\x3c\xc5\xdd\x32\x25\xcb\xa4\xfb\x71\x93\x8a\xc2\xdd\x28\x63\xe4\x3d\x86\xf5\xc6\x9a\x5d\x7c\x6c\x02\xde\x3e\x4b\x7b\x93\x74\x4a\x58\xc6\x69\x43\x59\xac\x7a\x11\xed\xc0\x04\xeb\x33\x1e\x83\xe7\x7d\x24\x4a\x98\x8e\xe1\x2e\x13\xcb\xe8\xe2\x0f\x8f\x4a\x72\xfc\x77\xe1\x76\xb9\x6d\x2f\x1d\xfa\x58\x47\x5a\xb2\xcf\x47\xd3\x9b\x44\x13\xba\x14\x4c\xaf\xa7\xb8\xe2\x43\x47\x51\x24\x48\xe5\xee\xa1\x94\x78\xeb\xd8\x3f\x9f\xee\xed\x60\x18\x63\x8c\xf1\xa1\x23\xf1\xd7\xe0\xc1\xfb\x0e\xe5\xcc\x0d\xe4\x4c\xb2\x7e\x9c\x32\x81\xb2\xf9\xe9\xb1\x26\xfc\xcf\x65\xb4\xac\x1e\x41\xb0\xcd\x18\xb3\x64\x23\x9b\x31\xf6\x0d\x98\xcf\x87\xb7\x24\x84\x5c\x4d\x6f\x0a\x5b\xdc\xba\x6e\xd9\xa0\x8d\x1d\x11\xf4\x8d\x0b\x8d\x54\xc4\xcd\x81\x83\x86\x92\x89\x21\xd8\x6c\x93\xcd\xbd\x8e\x4d\xce\x3c\x93\x9f\xac\xa2\xb5\x10\x17\x8b\x19\xea\x41\x3c\x05\x48\x8a\xda\x90\xfb\xfe\x67\xde\xa0\x37\xb3\xb5\x69\xb7\x57\xb5\x41\xd6\xe0\xfa\xc6\x96\x10\xb5\xcc\xa0\xbe\x6e\x13\xdd\xf5\x4c\x70\xd0\x6f\x9a\x35\x3d\x4d\x92\x3e\x95\xd4\xbe\xef\xb6\x30\x1f\x50\x1e\xe1\xb2\xa6\x9d\x94\x1c\x2b\x92\xe9\x6a\x13\xe1\x5a\x35\x76\xc5\xe3\xcf\xce\xeb\xb6\xdc\x25\x79\x70\x11\x8d\x9f\xf8\x12\x18\xd9\xd1\x9d\x3c\xd4\x9c\x19\x3f\x78\xb3\x3e\x89\x3c\x59\x25\x81\xe1\x5e\xa2\xa9\x8a\x36\x8e\xd0\x0c\xad\x59\xc9\xf6\x79\x9c\x80\xea\xf3\xec\xfe\x7a\x16\xa6\xcd\x92\x69\x84\x1a\x58\x2d\x2e\xf4\x2f\xf8\xc4\x44\x00\xf5\xde\x36\x3a\x6f\x49\x00\x56\x41\x48\x1e\xea\xb3\x43\x18\x4b\xd4\xfb\xe1\x24\x0e\x3c\x5e\xb8\x12\x41\xba\x3e\xd5\xa9\xb8\xaa\xb2\x31\x07\x9b\x3a\x14\xf0\x3c\x02\xe5\x88\x64\x55\x57\x2c\x42\xbd\x4a\xbc\x6e\x60\xf9\x12\x0a\x52\x7b\xc2\xb8\x44\xe8\x33\x97\x36\x2b\x2d\xe3\x74\x1b\xf1\x87\x2e\xa4\xb3\x49\xbf\xb3\x85\x50\xda\x25\x14\x9b\x36\x81\x72\x89\x9c\x5d\x6a\xe7\x0a\xbc\x40\x32\x4a\x0d\x41\x15\x7f\x0b\x11\xe7\x92\xa6\x5c\x9a\x43\x4d\xc1\x96\x76\x2d\x4e\x03\x83\x31\xb2\x8b\x4a\x0a\xe7\xe4\xde\x69\x87\x3a\xba\x5d\xde\xaa\xf6\x05\x2b\x1a\x43\x78\xca\x3e\xa9\x17\x7b\xcc\x27\xeb\x10\xe2\x70\xa5\xf3\x62\x05\x33\xd2\xec\x73\x8a\xd9\xc1\xe2\x01\x05\xa4\x9f\xf6\xde\xe6\xe7\x44\x1d\x51\x66\x39\xfd\xc8\x7c\xea\x64\xaa\xe8\x45\x4f\xa7\x4a\x5f\xa6\xe0\xda\xdb\x1c\x39\x4c\x24\xfd\xf8\x24\x44\xd3\x57\x70\xf5\x6e\x20\xf8\x0d\xe5\x30\x48\x40\x6c\x10\xce\x49\x59\x73\xde\x9f\xf3\x9e\x75\x3d\xb0\x3e\x7d\xe0\xf5\x6d\x2f\x1f\x51\x51\xde\xdd\x59\x33\xa4\x6e\x11\x65\xdd\x44\xfd\x3b\x9f\xdb\xd0\xb6\x3e\xdb\x79\xc5\xf6\x0a\x26\xf0\x96\xed\x22\x4d\xbf\x89\xf4\xe1\x30\x72\x68\x35\xef\xa6\x60\x95\xf7\x69\x68\x62\xb0\x46\x0c\x26\xb8\x2d\xf0\x66\x1f\x36\x58\x7e\x44\xf0\x9c\xe4\x07\x3b\x1c\x26\xa7\x53\x91\x18\x39\xf5\xc4\xf0\x92\xaa\xc3\x81\x25\x75\x3f\x6c\x48\xfc\x42\x57\x1b\x79\xb2\xa6\x86\x04\xcc\xd4\x5b\x4e\x5e\xca\x71\x45\x99\xd8\x12\x3d\xa3\x77\x81\x60\x73\xc0\x77\xb4\x3d\x39\xe6\xf7\x6e\xfc\x3d\x27\xb5\xc9\xbb\xe5\x66\xa5\x93\xd1\x93\x4c\x5c\x28\xdb\xac\x14\x10\x54\xc8\xf3\x8f\xb8\xab\xd3\x95\xa6\x46\xe9\x42\x7d\xd9\x2d\x47\x41\x8a\x9b\xab\x4e\x0f\xa5\xb1\xec\x7a\x8d\x70\xb1\x6d\xbb\x65\x7b\x82\x57\xce\xff\xb6\x70\x9e\x50\x1f\xcf\xa9\xec\xa1\xc4\x06\x87\x8d\x0f\xdb\x1d\x7c\xec\xe7\x8d\x40\x08\x0d\x13\x67\x9f\xe3\xf0\xf1\x4b\xe1\xf2\x5c\xf3\x5a\x69\xde\xf8\x4f\xef\xec\x77\x38\x27\xef\x56\xe9\x9a\xaa\xab\xe0\x1a\xac\x43\xbb\x7b\x99\xa3\x3e\x22\x53\x9b\xa9\x09\xba\x3b\xe8\xf0\x9c\x9a\xe7\x89\x68\x84\xca\x3f\xe9\x7c\x06\x31\x67\x25\x4a\x8b\x2a\xc2\xb2\x7d\x8d\xc8\x1f\x9c\x01\xb0\x87\x38\xf8\xc4\x2c\xe3\x11\x4c\x6d\xdf\x4d\x88\x19\xeb\xfb\xff\x37\x66\x0c\xa1\xf4\xe0\xb6\xfc\x64\x69\x9c\x75\xfe\xdf\xbe\x2e\x53\x8d\xff\xf7\xaf\x4b\x23\xa3\x1b\xcf\x2a\x26\x45\x20\xb2\x6e\x68\x09\xbb\x1c\xf9\x73\x43\x12\xb3\x57\xfc\x25\x46\xe5\x7d\x03\x13\x85\xe5\xa6\x6e\xea\x9e\xb8\x4a\xbb\x78\x71\x2c\x8e\x7c\x8c\xbe\x73\x9f\xba\x09\x78\x62\x18\x91\xcf\xa2\xe7\x00\x20\x5c\x45\xf4\xab\x20\x80\x2a\x27\x70\x8f\xea\x31\xc1\xe6\x6a\x41\x20\xbe\x62\x25\x88\xa7\xe0\xb4\xaa\x71\xb2\xf4\xa8\xaa\x56\xaa\xaf\x58\x89\xbb\x5e\x3c\x57\x48\x50\x48\x31\xdc\xbe\x66\x77\xf4\x25\xf1\x52\x45\xbf\x5f\x62\xa2\x8c\xf9\x2a\x48\xe2\xf3\x4c\x3e\x67\x9c\xc0\x6f\xd4\xb8\x1b\x91\xd6\x92\x2e\x44\xb0\x4f\x53\x9c\xac\x72\xdd\xd8\x31\xf8\x9e\xc3\x9f\x0c\x2a\xb8\x35\xdb\x5a\xb3\x1f\xae\x18\xbe\x65\x13\xeb\xc5\xb0\xc3\x99\x7f\x0f\xe0\xdd\x89\xe9\xc7\x35\xf2\x35\xb1\xe7\x09\xb4\xda\x47\x53\x47\x74\x68\x38\x93\xf6\x89\x9a\x6c\xa5\x94\xd6\x8d\x2c\xb4\x4f\xd4\x52\xad\x5d\x32\x42\x5d\x0d\xdb\x8d\x47\x59\x5f\xdd\xd8\x55\xd7\x0a\x34\x7e\x70\x04\xb5\x08\xea\xaa\xae\x3b\x62\x11\x09\x94\x90\x09\xdb\xde\x62\xd1\xbe\x76\x5f\xb3\x7d\x5e\xd5\xd5\xd4\xb2\x09\xf8\x70\xdd\xce\x09\xfc\xe4\xba\xed\x90\x76\x90\xfa\x69\xfa\x55\xd7\xd3\xe5\xd2\xce\x9e\x5f\x20\x57\x61\x63\x0a\x84\x48\x96\x68\x8e\xe3\xee\x46\x75\xc3\x21\x4d\xaa\x77\x13\xdd\xae\xcc\x6a\x6b\x27\xfa\x7d\x8c\xef\xef\xec\x78\x54\x3b\xf4\x9c\x36\x30\xd1\x35\x2b\x30\x4a\xa0\xa4\xab\x7e\x55\x58\x24\xa4\x6a\xb7\x4b\x36\x08\x89\xd6\x8c\x81\x70\x7b\xf2\xec\x6b\x06\xcb\xbe\x27\xb0\xec\x92\x63\x42\x0c\x9b\xa4\x77\x96\x5e\x1c\x36\x14\x08\x4d\x7c\xf7\x38\xc3\x47\xe7\xbf\x33\xac\x53\x13\x3b\x89\x40\x26\xcc\x6a\xe9\x05\x04\xb5\x1a\x5f\x74\x08\xa5\x1d\xf7\xe5\xb9\x48\xbe\x95\x1c\x0a\x74\xd8\x24\xc2\x69\xcb\x9b\xbf\x3a\xae\x10\x22\x5b\x3d\x92\x33\x1a\x0a\x3d\xee\x70\x18\xa7\xc7\x22\xaa\xc0\xbc\x25\x55\x60\x3c\x29\xd1\xb9\x21\x59\x26\x70\xce\xc8\xe9\x2d\x58\x86\x88\xcc\x55\x09\xf8\xeb\x3b\x24\x24\xec\x8b\x7a\x0a\x74\x0f\x93\xa0\xbb\x61\xdd\x40\x04\x94\x19\xdd\x29\x30\xed\xb7\xc5\xda\xd2\x03\x82\xf7\x46\x38\x7b\x71\x36\xd3\x4c\xf1\x10\x8d\x94\x31\xaf\xcf\xe6\xfb\x9c\x93\x12\x45\x48\x9d\x2b\x95\xa0\x0a\x76\xaa\x9b\x48\x1b\x1c\xca\xc1\x82\xbc\x00\xe3\x21\xbf\x1d\x29\xbd\x66\x0b\x63\xf8\x94\xf4\xae\x84\xc3\xf7\x78\x29\xb2\x7e\x75\xef\x29\xc4\x07\xf2\x45\x63\xe0\xa3\x37\x5f\x97\x4d\xce\x1b\xbb\x01\x19\x28\xae\xec\xd7\xc7\xe0\x76\xd4\xd8\x82\x0b\xde\xfe\x81\xb3\xf8\x40\x45\x08\xed\xc0\x65\x3f\x9a\x50\x62\xe5\xc8\xf9\xb1\xef\x08\xfd\x36\xd7\x8a\x49\xec\x64\x9d\x12\xf3\x35\x62\xe0\xa7\xc2\x8e\x56\x98\x4c\x05\xe0\xa4\x9d\x48\x49\xe9\x52\x74\xc6\x15\xcb\x7a\x93\x2b\x0f\xa7\x4a\x31\xf1\x79\x4b\x83\x6d\xb8\x85\x05\x33\x73\x5b\x37\x6b\x27\x62\xff\x51\x63\x5b\xd9\xc8\xb1\x85\x4e\x4e\x5e\x6a\x94\x0f\x31\x80\x82\x09\x4b\x59\xc2\x34\xc7\x1d\x02\xa1\x99\xe4\x82\x87\x30\x78\x97\x9a\xd2\x5c\x15\x97\xef\xd0\x56\x86\x05\xf1\x67\xc3\x59\xc2\x08\xfb\xae\x10\x3b\xf3\xab\x26\xaa\x74\xc9\x6e\x9f\x6b\x52\x5b\x47\x9e\xb9\x60\x89\x9a\x05\x94\xfd\x19\x11\x71\xec\x54\x03\x22\x4f\xfc\x04\x62\x24\x93\x3d\xf8\x2c\x8a\x6a\x22\xf3\xdd\x94\xf5\x15\x24\x09\x12\xa7\xa0\x6f\x91\x36\x97\xc8\x47\x69\x0d\x49\xaf\xfc\xf1\xbc\x8c\xb2\xa3\x23\x67\xc8\xe0\xb4\xd2\x4a\x6c\xf3\x2b\x9a\x20\xef\x92\xa4\x5b\xd4\xb9\xc2\x1e\xc5\x15\xbb\x5c\x1d\x04\x13\x75\xc2\x27\x3d\xe8\x21\xca\xdc\x19\xbe\x8c\x04\x9d\xee\xd0\xb3\x01\x00\x1c\x82\x98\x9a\x9d\xac\xeb\x6a\xc8\x02\x65\x91\x6b\x97\x49\x1a\xc9\x77\xfb\xba\xe9\x24\x5f\xec\xdd\x0d\x75\xdc\xd0\x38\xf9\xec\xe4\x51\x89\x54\x09\xf5\xce\x07\x70\x50\xd0\x3b\x35\xd2\x11\xb6\xa0\xd3\x43\x74\x7b\x7d\x5b\x69\x26\xd2\xa9\x25\xda\x26\x21\x3b\x90\x10\xde\x40\x9a\x7f\x64\xdc\xa8\xee\x0c\x67\x1c\x65\xa3\xf2\x21\x1f\xbd\x27\x97\xc9\x5d\xf8\x0e\x28\xb3\xbc\xdc\x33\xee\x1d\xa1\x60\x60\x7b\x73\xb2\xf3\x1b\xd5\xb9\x8e\xfa\x4e\x35\x32\xc3\x31\xb0\x94\x6e\xad\x21\x1f\x24\x4d\xb0\x8e\x2a\x11\xd7\xa5\x43\x1a\xc7\x1f\x77\xb7\xef\xa4\x71\x31\xb5\x26\xae\xc9\x09\x2a\x4f\x54\xfa\x8c\xca\x2b\x78\x6a\x08\x2a\xe7\x2a\x01\x53\xf3\xcf\xc4\x4e\x88\xbf\x38\xd5\xd2\x8f\x4e\xa5\x24\x22\x5e\x46\xd1\x69\x67\x2c\x94\x1e\x76\x22\xc0\x03\x4d\xaf\x7c\x0c\x5d\xcb\xef\x09\xad\xb3\x14\x48\xa6\xed\x41\xa2\x6d\x29\x42\xca\xb6\x56\x93\xec\xba\x6f\xc3\x24\xaf\x2c\x80\x56\xec\x9a\x0c\xd8\x21\xe7\xd1\xa0\xa5\x02\xe2\xc7\x26\xea\x63\x45\xe2\x5a\xea\x47\x2f\xbf\xe3\x34\x31\xf2\xc5\x72\x18\xac\xb5\xda\x35\x09\x19\x2c\x25\x53\xa6\x5c\xd1\x20\xa5\x29\x1d\x5c\x17\x37\xc9\xc5\x2a\xdf\x93\xe2\x2a\x8c\xa0\xb5\xc4\x30\x20\x65\x3e\xdd\xcd\xae\x5e\xd5\x25\x91\x31\xf2\x25\x3b\xd7\x2f\x0a\x39\xe5\xe0\x21\x25\x5b\xe2\x17\x17\x3f\xc0\xbf\xa1\xf3\xa3\x05\xe2\xa0\xcb\xdb\x10\x6b\xa9\x5f\x58\x7e\xb7\x16\xdd\x38\x2d\xce\x37\x2f\xe2\xef\xee\x49\x72\xa5\xad\x21\x1a\x85\x96\x7d\x0a\x26\x58\xb6\x3a\xb1\x86\x22\x60\x57\x29\x84\x17\x65\x2d\xb1\x8f\xf9\x83\xf0\x21\x05\x78\xa7\xb7\xbf\xcf\xb3\xb7\xff\xf2\xd1\x08\xf0\x2f\xd2\x4f\x1b\x30\x12\x84\xea\x35\x8c\x4d\xd7\x4b\x96\x7c\xb9\xd3\x73\xb7\x0d\x20\x7d\x38\xf2\x7c\xec\x5e\xbf\x35\xc4\xee\xc1\x89\xbd\xb3\x31\x1c\x4d\x37\x86\xf2\x73\x26\xa6\xb3\xc9\xaf\xa8\x8f\x49\x47\xbf\x8a\xb9\x67\xe7\x2a\x69\x4f\xd6\x49\x54\x49\xfa\x88\x87\x17\x7c\xf8\x9e\x45\xe2\xeb\x92\xb6\x52\x5c\x05\x07\xd1\xb8\xc2\x34\x43\x6f\x3c\xba\x27\xb4\xe1\xef\x18\x55\xdb\xcb\x44\x2e\xe0\xbb\xf5\x0e\x58\x3a\x49\x74\xd0\xe8\x66\x14\x6f\xff\x80\x23\x45\x7e\x1a\xb6\x05\x97\x88\xfd\x5f\xbc\xa8\x7b\x7a\x63\xbc\x07\x29\x44\x18\xa5\x3b\x4b\xea\xdb\x52\x8a\xaf\xad\xb6\x21\xc1\x47\xe3\x95\x6d\x35\x04\xa9\xeb\x84\x55\x8c\x0a\xe6\xc9\xc9\x01\xd0\x0e\xaf\xf0\xb2\x35\xc4\x65\x65\x8f\xd6\xd9\xc5\x23\x77\x73\x76\xdd\x5e\x12\xd8\x5f\x3c\xbf\x3c\xe7\x08\x35\xa3\xab\x07\x18\xbe\x1d\x0c\x92\xa7\x57\x04\x85\x7c\x4d\xb8\x70\x1f\xdf\x15\x17\x26\x42\xee\x5c\x0b\x27\x51\x22\xa8\xfb\x0e\xa6\xba\xee\xf6\xb1\x04\x7a\x12\x7c\x40\xd7\x85\x23\x81\xa8\x4c\x10\x3e\x1a\x91\xab\x79\x4f\xa4\xa8\x55\x76\x6a\x79\xd5\x5a\x33\xea\x2b\xb3\x4d\xed\x8c\xbb\xf2\xb2\xe0\xcb\xf1\xf1\xd9\xc7\xf3\x04\x71\x2d\xbb\xb2\x1d\x05\x67\xbb\x7c\x76\xf1\xa0\x15\x37\x57\x9d\x79\x91\xef\x01\xb9\x84\xe3\x1b\x91\xdf\x2f\xb7\x18\x0e\x81\xb9\x00\xef\xaa\xdf\x57\x54\x02\x9d\xba\x6d\x0e\x88\x7e\xca\x27\xec\xfc\xd1\x73\xcd\x95\xef\x1c\xa7\x93\x21\x70\x34\x74\x47\xe1\x8f\x06\x13\xc2\xab\x4b\x5c\xb6\x98\xde\x77\x58\x39\xdf\xc3\x19\x0f\x76\x7c\xae\xe5\x38\x4c\xb3\xdb\x69\x11\x30\x76\x0e\x47\x8d\xe9\x41\xf7\x52\x24\x34\xa1\x7f\x26\x06\xac\x83\x03\xbe\x93\x7d\x88\x5f\x82\xf0\xce\x27\xe3\x79\x07\xbd\x1d\xb7\x10\xd1\x61\xe9\x9c\x1c\xc6\x9f\x0a\xf8\xe4\x20\x13\x98\xa5\x3c\x41\x92\xa8\xc6\xab\x6a\x53\x63\x8d\x31\x7c\xa2\xd0\x77\xf3\x8f\x6d\x35\x46\x66\x75\x7a\x7c\x98\xf8\xca\xd5\xc5\x6d\x62\xb5\x85\xf6\xaa\x21\xcf\x00\xcd\x15\xdc\x2e\x6c\x95\x46\x00\x48\xf3\x05\xe8\x3c\x4d\x2e\x31\xe3\x0c\xcc\xe4\x76\x69\xc8\x9a\x2e\x8a\xe2\xa6\xf8\x94\x31\x2a\x6e\x3d\x87\xdc\x56\x92\x2c\x9a\x6c\x42\x92\x45\x83\x3c\x4d\x96\x89\x82\xdb\xc9\x55\x55\xdd\xad\x72\xd5\x2a\xb2\xbe\x51\x38\xb3\xdf\xcb\xbd\xb8\xa8\x09\xa2\xa4\xd6\xf9\x4e\x44\xa5\x07\x84\xb0\x73\x85\xea\x32\x10\x15\xc3\x7b\xdc\x17\xc3\x79\x5c\xcb\xa6\x5e\x7c\x2d\xaa\xaf\xaf\xc1\x84\x22\xa1\x8f\x5d\xbc\x94\x1f\x0f\x58\x45\xed\xea\x12\x01\x89\xcb\x08\xa9\x2e\x8b\x49\x37\x5e\x2f\x14\x05\x2c\x83\xd5\x15\x9c\x7a\xf0\x5a\xc0\x51\xc6\xd5\x6e\x7a\xde\xdc\xc6\xab\x5f\xe2\x77\x8a\xb3\x98\x7a\x30\x1e\x81\x80\xf5\x6d\x3c\x02\xa6\x35\x9b\xba\x86\x3a\x9f\x90\xf4\x4f\x1c\x90\x8f\xf8\x80\x86\xcf\x25\x21\x30\xbf\xce\x90\x1a\xad\x96\x92\x74\xdf\xc3\x5f\x74\x9a\x83\x21\x04\x27\x98\xae\x4e\x53\x1b\xd6\x7d\x46\x53\xb9\xbb\x92\xe4\xd5\x76\x9e\xbc\x1c\x9d\xbb\x35\x0d\xa4\x40\xfa\x7e\xf8\x49\x60\xbb\xf4\xbe\xf0\x8a\x3c\x65\x94\xdd\x59\x0d\x29\xa8\xe7\x29\x5a\x9f\x70\x7e\xda\xad\x3b\x3c\xec\xa9\x3a\x3c\x37\x28\x9f\x22\x37\xa3\x62\x4e\x6e\xbc\xd4\xe8\xaa\x4b\x39\x90\x0c\xcb\x27\x16\x24\x97\x6a\xee\x59\x00\x28\xf1\xdc\xf7\x7a\x50\xe3\x76\xee\x38\x49\x28\x8e\x89\xc5\xe8\x73\xc9\xd6\x2b\x52\xfa\x14\xd1\x25\x2d\x02\xc5\x31\x98\x89\xe1\xc2\xc2\xff\x38\xb5\xd4\x04\x01\x27\x4c\x8e\xfe\xc2\x50\xe7\x28\x56\xef\x40\xa7\xbe\xd2\x68\x32\xa6\x1a\x54\xdb\x60\x00\xa8\xf4\x94\xff\xce\x3e\xf9\x98\x0a\x1e\x48\xc1\xc7\x9f\x8e\x7b\xda\xc1\x3b\xa5\xdf\x89\x07\x6c\xfe\x9b\x95\x34\x26\xc8\xd3\xc0\x87\xfc\x80\xc4\x80\x6c\x6c\xd2\x16\x35\x21\x36\x9f\xd0\xe4\xae\x36\xda\xe9\xea\xc4\x32\xfb\xdb\x76\xe5\x76\xfa\xd2\xdb\x80\x4c\x60\x0a\x02\x8b\x39\x8e\xf0\x35\xa5\xe0\xc3\xf7\xc0\xaf\x84\x6f\xee\x14\xfa\xf3\x16\x8a\xda\xb6\xd4\xfb\x78\xf1\x2c\x4b\xb0\x41\x28\x73\xc4\xc9\x27\xec\xfb\x7a\x0f\xd4\x1f\xa2\x46\xdf\xfb\x34\x82\x0d\xbb\x34\xf8\xe8\x2b\xdf\x6b\xff\x4e\x04\x91\xfd\xcb\x3d\x20\xee\x7b\x5d\xbe\xbe\xa2\x06\x62\xc4\x99\xb3\xeb\x5f\x84\x39\xfb\xf1\x72\x78\x29\xa0\x05\x3d\x1a\x85\x18\x35\x6b\x16\x80\x79\xea\xf4\xa0\x32\xb5\x76\x84\xdd\x1c\x95\x31\x89\xdb\x12\xd2\xc2\x8d\x0d\x1e\xaf\x52\x4d\xed\x25\x34\xf6\xbb\x73\x26\x8d\xaa\xad\x8f\x90\xa8\x54\xc4\x8d\x84\x11\x4b\x5e\x3a\x97\xa7\x8e\xbd\xe9\x74\xbc\x03\x1b\x1a\x71\xe3\xaa\xc0\x7d\x2a\x07\xe0\x1a\xe1\xc9\xaa\xe0\x33\xa1\xc1\x63\x83\xa9\xc1\x44\x07\xc7\x79\x62\xba\xe6\x7d\x4f\xb8\x52\x69\x2b\xb3\x27\x06\xdd\x8c\xe8\xb3\xc7\xf2\xdd\xbf\x4f\x12\x48\x02\x5e\x9c\xcb\x92\x2d\x1e\x42\xb8\x09\x09\xe9\x9b\xc1\x66\x8d\x23\x26\x70\x08\xa6\x8c\xfd\x9f\x2b\xcb\x62\x83\xb0\x6e\x34\xa7\xc0\x40\x46\xad\xbd\x80\x0f\x8e\x09\xac\x63\xda\xa4\x3f\x52\x2e\x72\x8e\x1e\xa9\xbf\x0e\xc3\x4d\x85\x15\xfb\x7b\x6f\x7b\x6a\xdc\x56\x1b\xe0\xa3\x1a\xaa\x23\x62\x2a\xfa\xe8\xec\x48\xc0\x07\x16\xad\xd3\xe3\x28\x46\x37\x1d\x8b\xa7\x0a\x53\x48\x1e\x9e\x80\x52\xde\x93\x52\x8e\xf7\x36\xd0\x0c\xf1\xee\xee\x4f\xd2\x0f\x5a\xe7\x8e\xa7\x40\x21\xdc\x61\xa0\x4b\x58\x4f\x1d\x81\xef\x9f\x3c\x7b\x39\xa8\x32\x42\x20\xfa\x7d\x12\xe1\x68\xd9\x29\x04\xc3\x92\x7b\xc6\xe2\xcc\x3e\x7a\x99\x7d\xc7\x01\xbc\xe2\xfb\xea\x6a\x78\xe0\xe5\x35\x27\x43\xd6\x58\x5f\x31\x68\x15\x42\x20\xc9\x8d\x11\x87\xc7\x0a\x11\x56\x11\xcd\x39\x24\x49\xce\x2c\x91\xd5\x4a\xaa\x4d\xf4\xd0\xc2\x13\x76\xdc\x3e\x93\xf2\xdc\x03\x53\xe3\x93\xad\xcf\xfd\xf6\x89\x79\x93\xee\x1e\x9b\x32\x8d\xb7\x4b\x60\xa6\x76\xcb\x41\x88\xba\x4e\x5b\x79\x8d\xd0\xeb\xaa\x2a\x1f\x37\x26\xa0\x66\x4d\x97\xce\x36\x29\x6c\x5b\x13\x6b\x10\x9e\x71\x81\x64\xa5\xf7\xc1\x94\x83\x66\xe9\xe4\x72\x88\xf7\xd1\x08\xaa\x14\x10\xd2\xcf\x63\xab\x16\x71\x08\xaa\x16\xe1\x6c\x31\xf2\xd5\x51\xff\x00\x7a\x18\x77\x67\x4c\xb5\x28\xe0\xbe\xa1\xf1\x41\xf0\xe1\x41\x25\x60\x0a\xcb\x0a\x15\xd6\xc1\xf8\xc7\xd1\x43\x4c\x2d\x05\xdd\xef\xdc\x89\x3b\xd8\x75\xc9\xc6\x74\xb4\xa2\x2d\xe0\x11\x81\x1c\x73\x96\xac\x49\xb0\x52\xd5\x55\xdb\xac\xfc\x9a\x89\x12\x4f\x74\x69\xb2\x5c\xfc\xd7\x70\x62\x65\x7e\x2d\xaa\xfe\x30\x33\xdc\x5b\x38\x17\x3a\xd0\x6d\xd7\xed\xdb\x28\xe8\x12\x02\x27\x5e\x0c\xe6\x11\x9a\xd1\xc9\xd8\xa8\x1d\xbf\x40\x39\x2b\x74\xdd\xfa\x3c\xf5\x4e\x66\xf1\xc2\x38\x20\x7d\x56\x05\x4a\xf9\xef\xe1\x3b\xb1\x69\xc4\x9b\x6d\x0a\x3d\x7c\xa7\x65\x83\x15\xbd\xb6\x6b\x98\x0e\x22\xed\xac\x54\xd5\x4c\x00\xdf\xba\xef\xd9\x23\xfe\xde\xfa\x51\x43\xb7\xa1\x23\x86\xea\xe2\x31\xff\xd9\xcb\x73\x1a\xc3\xb8\x41\x71\xc0\x8a\x6d\xbe\xd9\x72\x7a\x80\xc5\x37\xf2\x39\xe3\xa0\x17\x17\xc7\xaa\x33\xbf\x66\xdf\xbb\xd2\xb8\x3e\x54\x46\x5c\x17\xdc\x4d\xbb\x78\x4e\x70\x5c\xe7\x19\x7e\x66\x9f\x5c\xd7\x4d\x06\xe7\xbf\x6a\x53\x4a\x7c\x86\x4f\x4f\x56\x46\xe8\x9b\x86\x9e\x32\xc8\xc4\x7d\x33\x8f\xfd\xb7\x41\x5b\xa8\x31\xdd\x96\xa6\x15\x74\x2d\x7c\xcb\xe1\x1e\x3e\xe9\xea\xec\xca\x4a\x48\x88\xa4\x1a\x9d\x3d\xd3\x6c\x58\x7d\xfb\xa8\xd9\x70\x0e\xa0\x36\x69\x36\xdf\x34\xce\x0c\x05\x2f\xd1\x73\xfe\x0d\x0f\xb9\x4b\xf9\x92\x02\x73\x2a\x90\x00\xcb\x19\x40\x5e\xb1\x20\x61\x0a\x7e\x55\x22\x23\xbb\x03\x7f\x8c\x5f\xd9\x4b\x67\x24\x3a\x55\x81\xc3\x63\x39\x78\x8e\x8c\x75\x27\xb8\x2a\xa7\x01\x4c\xf3\x1b\x83\xc6\xec\x99\x1e\x96\x67\x1c\x8a\x61\x78\xbc\x01\xc0\x44\x2b\x17\x33\xd5\xea\xcc\xc5\xe7\xab\x86\x28\xb3\xc7\x4d\x5d\x05\xd3\x5a\x6f\x4b\x1e\x09\xf3\xdd\x97\x96\xb0\xde\xba\x47\x26\x6d\xc4\x37\x30\x3d\x32\xa2\x39\xe0\x38\xf7\xb6\xdc\x7b\x57\x34\x4e\xd8\x9d\x96\xdb\x5f\xed\xaa\xf7\xd6\x42\x8e\xd5\x65\xb3\x9f\xd0\x44\x2d\x76\x5e\xca\x9a\xb5\x62\xc5\xcf\x11\x56\x9b\x9a\x31\x4b\x00\x4e\x12\xb0\xb9\x91\x83\xd1\x5b\x3c\x2a\x0b\x84\xd3\x3d\xd9\x7b\xe8\x1c\x10\xce\xee\xde\x19\xb0\x6b\x82\x22\x70\x6d\x77\x99\xe2\xbb\x5a\x1c\x47\x65\x4d\x28\x93\x1e\x4f\x0d\xa1\xe1\x68\xe0\x38\x6c\xab\x2a\x07\x5d\x2d\xd0\x83\xa9\x21\xbd\x1f\x05\xa7\xe7\x87\x6d\x87\x8f\x79\x21\x36\x75\x1e\x82\x26\x1e\x60\x52\x2b\x55\xcd\x15\x15\x5a\xcb\x2b\x61\xbc\xa5\x06\xa7\x00\x8d\x19\x6f\x86\x27\xfa\x32\x34\xcd\x62\x2d\x81\x86\x92\x46\x13\x88\x18\x16\xdb\x0e\xc1\xc6\xfd\x4f\x2d\x50\xcc\xaa\xc5\xdf\x96\x9f\xb1\x30\x23\x9e\x96\xdf\x4f\xf7\xad\xde\xeb\x0a\x4d\x8c\x51\x65\x51\xa7\xb7\xe8\x4e\x3b\xd9\xd9\xcf\xb2\x05\x6f\x9c\x87\x3f\xab\x5f\x45\x5a\xc9\xf6\x85\x49\x98\x31\x49\xef\x3e\x23\xa6\xdc\x67\xcc\xf0\x36\x93\x1c\xe4\x80\x68\x22\xa9\xa5\x09\x59\x3f\x0b\x09\x59\x5d\x46\x90\xd3\x99\xf1\x7d\x92\x71\x6a\x56\x9c\x78\x68\x10\x71\x96\xd7\x34\xfb\x6d\xdb\xac\x1e\x0e\xdb\x10\x9d\xb5\x26\x1f\x8f\x80\x01\xf2\x3f\x5c\x37\x32\x51\xc9\xd4\xfe\x8b\xa4\xdc\x57\x8f\x84\xb8\x8f\xf6\xa1\x28\x11\x1f\xca\xc4\xff\x14\x65\x2c\x8f\xb3\xcb\x23\x3b\x7b\xf1\xa1\x0d\x24\x79\xe5\x75\x08\x21\x41\xec\x07\x0e\x46\xa6\x93\x66\x18\x96\x0d\x4c\xd2\x6c\xc6\x8d\x69\xe2\xe0\x13\x13\x4b\x9b\x92\xf9\xa5\xe9\x60\xdf\xa7\x2d\x9d\x63\xda\xd8\x70\xaa\x1f\xde\x6c\x9a\x68\xff\x97\xc2\x67\xda\x77\x4e\x25\xef\xb7\x6a\x13\xa9\x50\x7f\x89\xd2\xe4\x7e\xf0\xca\xf9\x18\xf4\x7c\x7a\x43\x98\xf9\xf8\x36\x4c\x66\x2e\x9e\xb8\x5e\x1c\xab\xb1\x33\x9b\x70\x09\x38\x98\x4f\x3c\x0c\x3e\xfb\x71\x1a\xfd\xd3\xf7\x64\x70\xc3\x5c\x4a\x6d\x4e\x75\xec\x30\x34\xa7\xd6\xce\x4b\x8e\xe7\xc5\x72\xef\xfb\x2e\x0f\xb3\x65\xc3\xf8\xd9\xcf\x5d\x5d\x97\x6f\x66\x66\x83\xb9\x75\x44\x4a\xcf\xae\x9b\x7a\xc7\x2e\xd3\x86\x5e\x19\x88\x26\x8e\x40\x75\xb7\x0b\xfc\xfb\x59\xbb\xf8\xcc\x07\x55\xbe\xdf\xce\x3e\xdb\xd1\x6f\xa4\x09\xeb\x3b\xfd\xb0\xa5\x0f\x9d\x2f\x5e\xd3\x2f\x97\x1f\x14\xbf\x6f\xe9\xf7\x01\x6e\x57\xb5\xd4\x26\x74\xfd\x59\x56\xf4\x30\x06\x6f\xa5\xc6\x11\x10\x7d\x2d\xbf\x5a\x4b\x6f\xff\x9a\x93\xac\x6b\xa7\x46\x12\xb1\x22\x2f\x19\x7f\x76\x7d\xf3\xf7\x6d\xdd\x37\xad\x66\xce\xd7\x4f\x6b\x73\xe4\x2f\x3e\x33\x2b\xe7\x04\xb4\xb6\xe0\xaf\x32\x14\x69\xb3\xae\xba\x2d\x7f\x94\xe1\x20\x21\x27\x7d\x3e\x5a\x23\x4d\xd2\x98\xf4\x53\x63\x6e\x97\x6e\x60\x6e\x54\xfc\xd1\x0d\xcb\x8f\x89\x56\x77\xdd\xd4\x7b\xa4\x2b\x7a\x33\x73\x69\x12\x5d\x7e\xc4\xf3\x7e\x5d\x77\x21\x1c\x5a\xe7\x83\xe6\x43\xaf\xa1\x29\xb9\xb2\x12\xa2\xce\x9d\x3e\x51\x4d\x87\x08\xa9\x2e\x65\x6a\x5e\xed\x7b\x15\x4c\x6b\x7c\x20\xcd\x94\x93\x47\x91\xce\x6e\x42\xc8\x78\x36\xc3\x9c\xcf\x58\x02\x8e\xc0\x65\x57\x22\x84\x64\x30\x16\x00\x7d\xf2\x8f\x7f\x30\xd9\x9a\xff\x66\xff\xf9\xcf\xec\xf9\xd7\x9f\x66\xfc\xf9\x58\xba\x28\xc0\x60\xb3\x9c\x48\xb3\x02\x38\x91\xbb\xdf\x26\x35\x10\xa9\x87\x3d\x1d\xc5\x7a\x48\xf5\x34\x2e\xea\xda\xec\xff\x0f\x00\x00\xff\xff\x28\x8d\x5c\xe8\xa1\xdf\x00\x00") func confLocaleLocale_fiFiIniBytes() ([]byte, error) { return bindataRead( @@ -4378,12 +4424,12 @@ func confLocaleLocale_fiFiIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 52289, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 57249, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_frFrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xdd\x8e\x1c\xc7\x95\xe6\x7d\x3d\x45\x8a\x06\xd1\x24\xd0\x2c\x41\xd6\xec\x0f\x04\x95\xbc\x64\x93\x12\x69\x34\xa9\x36\x9b\xa2\x17\x2b\x10\xa5\xac\xac\xa8\xea\x24\xb3\x32\xcb\x19\x99\x4d\x36\x0d\x03\x7b\x6b\x60\x1f\x60\x2f\x8d\xb9\xd8\x15\x67\x80\xb9\x9a\x9b\xc5\xdc\xb9\xdf\x64\x9e\x64\xcf\x77\xce\x89\xbf\xcc\xac\x26\xe5\x9d\x59\x03\x16\xbb\x22\xe3\x3f\x4e\x9c\x38\xff\x27\xdf\xef\x97\x6b\x63\x8b\xc5\x0f\x75\x66\x4d\x7b\x59\x16\x26\xfb\xae\xec\xb2\xbc\xef\x9a\x7b\x17\xd7\x1f\x56\xa6\xdd\x5e\x7f\xc8\x6c\x5e\xdb\x6c\xdf\x96\xd6\x64\x6b\x93\x75\xd7\xff\xd0\x99\xd9\xec\xa2\xd9\x99\xc5\xfd\xa2\xe8\x4d\x59\xcd\xd6\xb9\xbd\x58\x35\x79\xbb\x5e\xbc\xc8\x57\x95\xc9\x7b\x54\x5c\x35\xed\x7a\x66\xde\xed\xab\xa6\x35\x8b\x47\xf2\x6f\x3b\xbb\x30\xd5\x7e\x71\xbf\x5c\x9b\x99\x2d\xb7\xf5\xb2\xac\x17\x27\x4d\x5d\x9b\x77\x65\x53\x4b\x49\xd3\x77\x8b\x87\xd7\x1f\x8a\xb4\xb4\xdf\x2f\x9e\xd4\xb6\x68\xcb\x7d\x87\xb2\xd6\x6c\x4b\xdb\x99\x76\x71\x7e\x54\x72\x71\x6b\x66\x6f\xcd\xca\x96\x9d\x59\x9c\xd3\x7f\x32\xfa\x31\xbb\x34\xad\xa5\xca\x8b\x97\xf2\xef\x6c\x9f\x6f\xcd\xe2\x8c\xfe\x33\xeb\xcc\x6e\x5f\xe5\x54\xf7\x69\xb3\xbe\xfe\xb9\x32\xb3\x2a\xaf\xb7\x3d\x3e\x9f\xe2\x0f\x33\x2b\x5a\x43\x9f\x97\xb5\x79\xbb\x38\x69\xaf\x3f\x98\x76\x3e\x9f\xcf\x7a\xda\xa3\xe5\xbe\x6d\x36\x65\x65\x96\x79\xbd\x5e\xee\xb0\xb2\x33\x2e\xc8\xfa\xae\xac\x4a\x4b\x8d\xfa\x36\x33\x5d\xb6\xaf\x7a\xcb\x33\x37\x6b\x5a\xe3\x32\xb7\xb2\xcc\xa2\xa3\xfd\x34\x75\xd6\xe5\x75\x97\xfd\x81\x06\xe2\x4e\xeb\x9c\xf6\xf2\x59\xb3\xcb\xd6\x47\x51\x37\x33\xb3\xcb\xcb\x6a\xf1\xe8\x1e\xfe\xa1\xc9\x5b\xfb\x96\x76\x94\xa6\xdc\x61\x77\xf1\xdb\xd0\x3e\x2c\xbb\xab\xbd\x41\xe7\x9b\xb2\xdd\x99\xf7\xb3\x22\xdf\x77\xc5\x45\xbe\x38\x91\x7f\x67\x54\x65\xdf\xd0\xbe\x34\xed\x15\xb6\x75\x7f\xfd\xcf\xdd\xac\x69\xb7\x79\x5d\xbe\xcf\xb1\x95\x8b\xef\xf9\x87\xe5\x1f\xb3\x5d\xd9\xb6\x4d\xbb\x78\x5a\xb6\x4d\xd9\xce\x68\xf9\x4b\x34\xa7\xb9\xf5\x97\x7c\xaa\xda\x01\x3e\xec\xca\x6d\x8b\x2d\xe4\x6f\x55\x65\x32\x29\x40\x2f\xf2\x99\x7b\x72\x2d\x77\xa1\xc7\x4d\xd3\xbe\xf1\xe5\xf8\xc1\xa5\x34\xa7\xd0\x55\x93\xcc\x29\xaf\xe9\x64\xb8\xc2\x77\xd7\x1f\x08\x86\xb2\xca\xd8\xa4\x8a\x9d\xe5\xeb\x1d\xed\xf2\x3e\xaf\x4d\xb5\xb8\x8f\xbf\x09\x3a\x74\x32\x79\x51\x34\x7d\xdd\x2d\xad\xe9\xba\xb2\xde\x5a\x82\x80\x36\xdf\x5d\xff\xdc\xb5\xd4\xcb\xba\xcf\x8a\x66\xb7\x27\x80\x9e\xfa\x3c\xbb\x6a\x7a\x7f\xe2\x8b\x97\x0d\x95\x65\xf2\x4b\xbe\xf8\x36\x2f\x1b\xba\x20\x51\x3b\x1a\xb4\x2b\x2f\xcb\xae\x34\x96\xee\x08\xff\x79\xfd\xc1\xce\xf6\x7d\x55\xd1\x86\xd2\xb9\xdb\x8e\x06\xa2\x5f\xd9\x73\xfd\x35\x2b\xad\xa5\x3f\x16\x2f\xca\xe2\x8d\xa1\x9f\x74\x8e\x75\x81\xc5\xd4\x75\x5f\xd1\xb5\x99\xfd\x48\x70\xde\xe5\x55\xf5\x6a\xa6\x7f\xe0\x3e\xe0\x5f\x59\x65\x57\x76\x34\x45\x14\xb5\x7d\xc1\x7b\x92\xed\x69\x8a\x59\x95\xd3\x8c\xcd\xae\xbc\xfe\x99\xe6\x6e\xde\xd1\xbd\xea\xb9\xfe\xba\xa1\x71\xda\x25\x6e\x23\x6e\x51\x99\x5d\x36\xbd\x75\x15\xcc\xfb\xec\xbb\x66\x6b\xb3\x6d\x7b\xfd\xf7\x84\x12\xae\xff\x92\x3d\xe4\xea\xc7\xd9\xce\xb4\x45\x09\xf0\xab\xe8\xc6\xa1\xf3\xaf\x73\x82\xe5\x76\x6b\xba\xc5\xad\xe5\x8a\x6e\xd1\x9b\x5b\xd9\x45\x6b\x36\x8b\x5b\xb7\xed\xad\x6f\x68\xaf\x8a\xeb\x0f\xeb\xbe\x35\x5f\x7f\x9e\x7f\x93\xe5\x5d\x67\x6a\xda\x0c\xb3\xa3\x7f\xb2\xfc\x12\x77\x80\xba\xda\x35\xeb\x72\x53\xd2\xb1\xfe\xa1\x6f\x4a\x5c\x8a\x8c\xc6\xb4\x0d\xe1\x21\x4b\x0b\x28\x68\x8f\x01\xed\x5b\x93\x7d\x36\xc3\xde\xd1\xed\x5e\xae\x57\x82\xb7\x78\x96\x5c\x68\xda\x2e\x7b\x7a\x75\xfe\xbb\xd3\xe3\xec\xac\xb1\xdd\xb6\x35\xfc\x37\xfd\x87\xea\x7f\x99\x35\x7d\xf6\xa2\x7c\xf8\x60\x3e\xa3\x96\xb2\x55\x09\x14\xf0\x52\x56\xb9\x20\xb8\x35\x5d\x54\xba\xf2\x96\xeb\xe2\x72\xbd\xa0\xff\x30\x42\x1b\x56\xb8\xa0\x91\x16\x8f\xe9\x42\x18\xbe\xc6\x8b\x1f\xa2\xcb\x3b\x7d\x5f\xa9\xcb\x70\xd9\x27\x7a\xa4\xef\x7a\x24\x2f\x4d\x5f\xd2\x55\x78\xaf\x88\x85\xa1\x9e\xb6\x8a\xf1\xcb\x93\x67\xcf\xbe\x7f\xf8\x80\x76\xd0\x14\x28\x7d\x6d\x18\xdf\x16\xb4\x22\xc2\x2f\x3f\x63\x45\x7d\xb7\xf9\xcf\xcb\xad\xa9\x4d\x9b\x57\x4b\x3a\x31\x86\x05\xde\x9f\xf9\xcc\xda\x8a\x30\xd7\x9a\x91\x9f\xc9\xce\xcf\x4f\x69\xae\xdd\xc5\xe2\xe4\x82\xc0\x84\xb0\xed\x1f\x2a\xec\xb0\xce\xe2\x94\xba\xe5\x72\xdc\x94\x4d\x59\x5c\xe0\x9c\x26\x26\x3e\xda\xe8\xec\xeb\x55\xfb\x8d\xec\x07\xd6\x50\xbb\x6e\xf2\x95\x6d\xaa\x3e\xa3\xb7\xc0\xe2\xa4\x19\xea\x08\xab\xec\xf2\xb6\xa5\x7a\x11\x66\x74\x0f\xd2\x7c\x66\xda\x76\x49\xf8\xba\xbb\xc2\xb1\xf3\x54\xa3\x59\x4d\x9e\xdc\x70\x36\x59\x4d\xfb\x6f\xfa\x2e\xa3\xa7\x8b\xc0\xf6\x92\x5e\x1f\xe9\xb6\xac\x2f\xf3\xaa\x5c\x13\x48\xb8\x83\xa1\xae\x6b\x39\x9b\xa9\x7e\x93\xce\xe8\x85\x22\x78\x2e\x05\x1d\xc5\x9b\x7f\x6b\x7e\x0b\x23\xdf\xba\x77\x6b\x3e\xab\x9b\xa5\xe0\x26\xbc\x17\x6b\x02\x0e\x7a\x1e\x97\xf2\x7a\x09\x7e\x22\xdc\x41\x5b\x80\x3e\x81\xfc\xde\x03\x4e\xb0\x21\x96\x31\x08\x4e\xfd\xc8\xd4\x5a\x5f\xee\x0d\xbf\xc6\x05\x3f\x4a\xbc\xaf\x8c\xbe\xb2\x3c\x20\x3d\x82\x90\x78\xd3\x1c\x6a\x54\x70\x3c\x65\x28\xf2\x10\x19\x30\xe0\xa0\x8b\xc9\x3d\x9b\x39\x90\x1a\xdf\x21\x22\x14\x68\x8f\xda\xbc\x7f\x87\xbe\x71\x31\x67\x20\x2f\x62\x68\xaf\x8e\xa8\xa4\x2a\x0b\xc5\xcb\xfa\xd5\x81\x9a\x3c\xef\xd8\x82\x0d\x63\x2b\x5e\x6c\xe5\x8f\xe3\x92\xb1\x6f\x8c\xf5\xb3\x92\x00\xfb\x33\x7e\xdf\x04\x2c\x1e\xe1\x51\x2f\xa4\x21\x9d\x46\x59\xe3\xf0\xac\x7b\xb4\x6c\xa8\xe9\x86\x7c\x81\xad\xaf\xa2\x2a\x4c\xfd\xd0\x29\x01\x08\x2d\x20\xb0\xe1\x0d\xa7\x83\xd9\x12\x71\x43\xa7\x82\x31\xe7\xb3\xb6\x27\x82\x64\x70\xe1\x33\x7b\x65\xe9\xfc\x77\xc6\x7f\xf5\x77\x28\x7e\xd4\x09\x96\x40\x60\x5d\xd2\x63\x98\xd1\xcb\x74\xfd\xb3\x05\x7a\x25\x58\x9b\x98\x30\xe8\x08\x87\x91\x5b\xde\x52\xc2\x5f\x0d\x51\x03\xf5\xe2\x21\xff\x63\xf4\xa7\x1b\xe9\xc4\x50\x47\xf9\x66\x43\x64\x86\x91\x75\x35\xfd\xaa\xc2\x5b\xb0\x3e\xfa\xe1\xf9\x29\xdd\xf5\xc7\xb8\xfe\x17\xcb\x7d\xd3\x76\x8b\x33\xfa\x0f\x8a\x7c\x89\xeb\xe6\x59\xbf\xa3\x93\x6c\x18\x46\x50\x47\xa6\x4f\x84\x0b\x3d\x71\x7a\x0e\xb8\x9c\x58\x0d\x35\x3f\xc6\x21\x55\x39\xbd\x5f\x34\x49\x80\x89\x20\x9b\x04\x86\x73\x7a\xe7\x6b\x7e\x96\x6a\xba\x6f\xf4\x16\xce\x67\x17\x5d\xb7\x8f\xe6\xf1\xf8\xc5\x8b\xb3\x50\x76\x68\x26\xc0\x0b\x09\x14\x65\x20\x14\xb1\x3d\xf9\x9c\x01\xaa\x6f\xab\x05\x56\x3a\x09\x6d\xf4\xf1\x53\x77\x0a\xd3\xf9\x1c\xff\x39\xc7\x21\xd0\x02\xe5\xb2\x13\x9e\x3d\x32\x4c\x8f\xcd\x67\x55\xb3\x5d\xb6\x4d\xd3\x2d\x23\xec\xc9\xc7\xa7\x68\x92\x20\xab\xd9\xa6\xb5\xdc\xe8\xcf\xe9\x80\xe9\xc1\x6a\xf0\x86\xae\x8f\x68\x09\x6d\xd9\xf5\xad\x49\x5b\x63\x09\xcd\x96\xee\x5c\xc3\x24\xef\xe4\xa5\xdb\xe4\x45\x5f\x75\xb4\xc2\x8d\x15\x6a\x71\xea\x71\xeb\xb3\x73\xa5\xed\xa9\xcb\xa7\xc6\x5a\x7a\x4b\xdb\x92\x28\x9e\x1d\xed\x76\x78\xc2\xb2\xf3\xa7\x74\x04\x5c\xb8\x69\x9b\x1d\xe8\xda\x4b\x53\xcb\x1b\x1d\x8a\xdd\x12\xee\xaf\xa9\x6f\xc1\x8e\x84\xa1\xde\xed\xe9\x99\x2f\x01\xdf\xc7\xd9\xf3\x6f\x4f\xb2\xff\xf0\xe5\xaf\x7f\x3d\xcf\xce\x01\xea\x7d\x0d\xcc\x22\x95\xe9\xa8\x5a\x1a\xb9\xca\x6c\x49\x57\xd5\x1c\xcb\x2b\x2f\x54\xe0\x2e\xef\xb2\x5b\x84\x28\x6e\x65\x5f\xf3\x4a\xfe\x8b\x79\x97\xa3\xd2\x9c\xb0\xd3\x37\xf3\x19\x8a\xe8\x4a\xf1\xad\x13\x8a\x78\x34\xb4\xab\x33\xf9\xf2\x8e\x6b\x3b\x16\x62\x59\x08\xed\x2c\x84\x9a\x40\xab\x16\x09\x88\x71\xcb\x32\x62\x3e\x78\xa3\xeb\x86\x76\xfd\x2a\x6e\xc4\x25\x0e\x2e\x71\x55\x04\x52\x66\x7c\x57\x40\x2c\xf2\x21\x4c\x9f\x90\xbb\x4f\xa6\x63\x20\x20\x06\x0c\x1f\xb4\x89\x9d\x35\x9b\x4d\x45\xd7\x5d\x9e\x6d\x3f\x24\x93\x4e\x26\xbb\xa0\xb7\x34\x0b\xec\x52\x5c\x97\x2e\xd3\x9e\x38\xa7\x87\xf1\x5d\x34\xd9\xc9\xc3\x67\x44\xc9\x5d\xff\xc3\xce\xe0\xc1\x25\x22\x6d\x2d\x24\xe3\x3c\x7b\x81\xbb\x24\x28\x11\x27\x46\xc7\x55\x18\x8f\x07\x81\x17\xdb\x72\xd5\xf3\x4b\x48\x0d\xab\xa6\xc8\xe9\x1e\xb8\x47\x8d\x88\xff\xcb\x9c\x68\xc1\xe1\x68\x9e\xb1\xd4\xef\xa3\x06\x13\x93\x74\x75\xe5\xf2\xd1\x0c\x74\x26\x04\x79\x56\x70\x88\xc5\x2c\x8e\xb3\xce\x61\x70\xa9\x8f\x9a\x34\x53\x42\x30\x15\xdd\xaa\x8b\x1c\xec\x2b\x53\xe6\x5c\x27\x42\xc3\x16\x0f\x34\xca\x09\x4d\x6d\x68\xb7\xc3\x32\x92\xb7\x79\xb0\x14\x80\x69\x4f\xa8\x8e\xaf\x6d\x0c\x11\x53\x8d\xa7\xf7\xfe\x50\x17\x74\x17\x4c\x5f\xe9\x5a\x92\x87\x18\xab\xa6\x07\x88\x96\xa5\x8f\x3e\x00\x44\x9e\x6c\x7a\x0f\xe8\x86\x62\x60\xc7\xf5\x09\x6c\xbc\xe7\x53\x56\x06\x30\xad\xe1\x66\x45\x77\xac\x16\x22\x87\x29\x20\x01\x5a\x6d\xa2\x9c\xc3\x11\x8b\x01\x06\xd4\x07\x5f\x86\x68\x23\xe7\x42\x93\x13\x1f\xaa\xec\xfc\xf2\xb2\x24\xa6\x59\xfb\x6f\xf9\xfa\x7b\xd8\x94\x8e\x09\xed\x12\x8e\xd3\x85\x80\xb0\xb7\x93\x7d\xe8\x4c\xcf\x69\x5b\x14\x24\xf5\xf4\x8d\x42\x3b\x78\x69\x13\x76\x87\x9f\xd4\xca\x75\x39\xcf\x4e\xe9\xcf\xcb\xd2\x96\xb2\x87\x79\xdd\xd4\x57\x3b\xe3\x28\xad\x96\x21\x9a\x9b\xf0\x9b\xe2\x9a\x31\x1d\xed\xa6\xfb\x79\xba\xf6\xb9\x72\x99\xca\xf5\x09\x07\x22\xd4\xdb\x51\xee\x48\xb7\x95\x21\x9c\xc6\x38\xe3\x63\x24\x5a\x96\xd2\x05\xf9\x15\x50\x6d\x75\xf4\xe4\x61\xb6\xc8\xbe\x20\x0c\xd0\xe6\x2c\x87\x01\x12\xa2\x29\x0a\xcb\x14\x08\x86\xa3\x3c\xe1\x72\xdd\xdc\x26\x91\xcb\xe4\xf8\xda\xe0\x80\xe8\x61\x40\x34\x26\x3c\x8c\x22\xc7\xf0\xd5\x0b\x1f\x94\x45\x09\x55\xa5\x9b\x58\x8e\xa1\x2f\x73\x3a\x15\xe5\x68\x97\x5b\x22\x71\x1c\x5b\xab\x14\xcf\x8c\xa0\xbc\x5b\x6e\xcb\x6e\xb9\x01\x76\x67\xfa\x15\x45\x4a\xa1\xd3\xd2\x04\x90\x6f\x51\x95\x5b\x59\x0e\x7a\xe0\xa2\x21\x14\x95\x7d\x95\xdd\xbe\x54\x66\xe6\x4b\x20\xeb\x25\x61\x88\xb2\xc2\x55\x50\x46\x5e\xa5\x43\xd9\x9e\x1e\xfe\x92\x8e\x8a\x21\xa3\x35\xf5\x9a\xcf\xd1\x80\x63\x01\x63\xeb\x78\x89\x79\xe6\x39\xb2\x08\xbd\x08\xe6\x77\x5d\xad\xca\x9a\x6f\x76\x03\x08\x2f\x59\x92\x41\x67\x25\x1c\xac\x7b\x03\x6f\xd3\xa5\x75\x6c\x07\x31\x1d\x0a\x4c\x43\x76\x74\xc4\x79\x94\x75\xd1\x10\x8b\x54\x10\x55\xc8\x2b\x73\x5d\x04\xea\x57\x29\x90\x4b\xa6\x3c\x02\x3d\xe9\x85\x36\x99\x36\x31\xd2\x81\xa7\x52\xb1\x37\x04\x64\xc5\xc5\x80\x50\x25\x80\x23\x08\x26\xd8\xc6\x6e\x63\x4b\xaa\x14\x5e\x8b\xae\xa7\x97\x9c\xfa\xb2\xd9\xbd\x6f\xe8\xbf\x33\x4b\x97\x40\x1e\xd3\xad\x3f\xac\x3c\x50\xcf\xc6\x1f\x19\x6a\xf4\x02\xb7\xa3\x13\x73\xeb\x4a\xae\xda\x27\x01\xb4\x5f\x9f\xdf\x21\x01\x2a\xdb\x17\xf4\x74\xd8\xc5\x83\xd2\xd4\x84\x28\xe8\xb6\x7f\x96\x3d\xc3\xad\xb5\x04\x3b\x54\xf9\x82\xda\x1a\xe2\x5a\x3c\x3b\x9a\x5f\xd1\x19\xd3\x9c\x08\x77\x30\x08\x1e\x67\xf9\x8e\x76\xea\xfd\x3d\x11\x91\x74\x0c\x25\x54\xc5\x5d\x74\x14\x87\x33\x4d\xc9\xc2\xc0\xa9\xee\x5b\x3a\xc2\x72\x9f\x57\x23\x1a\x91\xfa\xb4\xe1\x74\x78\xee\xb3\x1f\x21\x5e\x7d\x35\xeb\x85\x41\x6a\xaa\x35\x88\x61\xbe\xa5\x31\xcb\x41\x6f\xd8\x40\x3a\xe8\xea\x26\x17\xd6\xbe\x2d\xe9\x78\x97\x5e\x48\xbb\x64\x62\xf6\x5d\xb7\x78\x90\xdb\x02\xd2\x25\x7e\x2e\xa4\x8c\x21\x26\x12\xe2\x3e\x80\x10\x77\x77\xc5\x70\x66\x17\x4f\x63\x76\xaa\x68\x2a\xba\x4f\x0d\x0e\xf2\xd2\x68\x85\x87\x8e\x75\x89\x3e\x12\x6d\x4a\x1d\x10\xe7\x26\xed\xbf\x4f\x04\x77\xf4\x45\x24\x85\xf2\x51\x04\x8f\x76\xc6\x0f\x00\x8b\x98\x5f\x02\x47\x13\x74\xa9\x80\x6c\x4e\x50\xc1\xb2\x37\x1d\x0f\xcc\xf0\x65\x13\xcd\x6a\xf6\xa3\x8a\x9c\x5f\xcd\xd2\x29\xb1\x88\xc6\xc6\x2c\x1b\x81\xac\xc9\x5b\x02\xfc\xe7\x06\xef\x11\xfe\x4f\xcd\x09\xe9\x5e\xbc\x8a\x04\xc0\x4b\x15\x20\xaa\x20\x18\x08\xbd\x56\xe1\xa5\x8a\x0e\x3d\x25\x79\x61\xf6\x20\x40\x77\x76\x8b\x51\x5f\xd3\xdd\xf7\x2f\x08\xc1\xf7\x6f\x32\x15\x01\x3b\x50\xfa\x6c\x66\x9b\xa2\xcc\xab\xe5\x27\x77\x70\xdf\xa2\x05\xb5\xaf\x20\x0d\x4b\xa9\x0e\x91\x4d\xd3\x84\x98\xe4\x68\x08\x43\x1d\xf3\xbb\x96\x3e\x62\x44\xf8\xd0\x43\x72\xfd\x01\x72\x68\xcf\xa2\xd1\xbf\x11\x7a\x03\x74\x50\x31\xcb\x1e\x06\x57\x0c\x94\x2a\x21\xc3\x21\xb5\x84\x29\x03\xc5\x47\x03\xe7\xd9\x49\x4c\x43\x83\xd4\x7a\x2a\xe8\xdf\x66\x8f\x06\x33\xca\xc7\xf3\x31\xa0\x2b\x76\x66\xb7\x42\xd7\x86\x88\x00\x90\x80\x97\x2c\x6d\x61\x89\x61\x39\x23\x42\x6a\xcb\xb7\x2c\x7d\xa2\xce\x98\xd8\x6f\x04\xa7\x73\x25\xf3\x91\x4a\x7f\xfd\xcb\x6f\x9c\x8a\x81\x70\xe1\x5b\xc2\x35\x4a\x05\x30\x8e\xf9\x4d\xe6\xe5\x12\x72\x68\xe0\xb7\x3b\xe6\x8b\xe6\xb3\x98\x4d\xe0\x1d\x20\x84\x55\x77\xee\x18\x7e\x08\x80\xe2\x5e\xbe\x84\xaf\xa0\xd3\x95\x75\x13\x5e\x6a\xae\xe8\x5f\x2a\xf8\x7a\xf5\xcd\x6d\xfb\xf5\xe7\xab\x6f\xa2\xf3\xa0\xed\x68\x45\x40\x2a\xbc\xf7\xaa\xb9\xfe\xa7\x8e\xb1\x29\x01\x45\x61\xf6\xc2\xa4\xe0\x22\x10\x68\xd2\x1e\x12\x75\x89\x8f\xb7\xd7\x82\xda\x54\x10\x8c\xf5\xd0\xd1\x74\xbe\x9b\x11\x71\xc3\xa4\xa3\x5c\x2e\x07\xf2\x8e\xd5\x90\x16\x27\x0e\xdc\x79\x95\x55\xb9\x2b\xbb\x31\xc8\xe1\x32\x42\xcc\xcb\x58\x01\xec\x34\xf7\x2b\x2b\x16\xe2\xbc\x6d\xf6\xd9\x86\xa6\x4e\x08\xb7\x06\x0d\x1b\x56\x8a\x0b\x46\xec\xe9\x15\x68\x43\xac\xe7\xcb\x8c\xa0\xaf\x67\x3a\xf7\x22\xb7\xcb\xbe\xd6\xfd\x33\x6b\x81\xb7\x07\x4d\xfd\x1a\x6b\xbb\x6d\x8f\x75\x8a\xee\x95\x15\xd6\x2b\xbb\xe3\xf7\xf3\x2e\x88\x34\x7e\xc6\x64\xcf\xb5\x27\x40\x5a\xe6\xa4\xdf\x4a\xc6\xb5\xe6\xfa\x7f\xf7\x44\x7b\x15\xb4\x9d\x93\x07\x47\x68\x97\xa0\xf1\x22\x2f\x3b\xae\xcd\x87\x5c\xa9\xa8\x8e\x48\xca\xe3\xac\xa8\x40\xb2\xbd\x67\xf9\x75\x85\x03\x23\x3a\x8e\xe8\x89\xf2\xde\x9a\x99\x2a\x3b\x97\x3d\xd4\x55\x9c\x68\xed\xd2\xc9\x69\x5b\x06\x08\x41\x35\x53\x13\x50\x56\x9f\x89\x1a\x46\x08\x50\xc3\x9c\x24\x54\x86\xae\x5f\x1e\x6f\xa9\x04\x12\x87\x20\x4c\xd6\x25\xd0\x3d\x9f\xf1\x2c\x30\x99\xee\xc0\x5c\xee\xb4\x77\xdd\x6c\x40\xdc\xe9\x6c\xe8\xa0\x08\x2d\x74\x65\x5e\x39\x59\x1c\x61\x86\x5d\xaa\x98\xb2\xf1\xc5\x7b\x1e\x35\xf0\xa2\xec\x50\xdb\x3d\x9e\x05\xf8\xdb\x18\x96\x70\xa6\x28\x1c\x9d\x41\xfc\x64\xe2\x40\xf2\x8c\xd0\x7e\xd9\x42\xb2\x94\x0e\xed\x25\x3e\xa3\x5d\x4e\xa7\x24\x63\x25\xb3\xf2\x5d\x74\x4d\xb3\xb4\x17\x90\x55\x8d\xa4\xa7\x10\x60\x78\x41\xf0\x7f\x4c\xc4\xc0\xc0\x9c\xbb\x7e\x37\xa7\x37\x05\xfb\xf6\x6a\xa6\x37\xc1\xf8\xeb\xe5\x01\x3f\x4f\xee\x99\x3e\x2b\xbe\xba\xd0\xcf\x07\xf1\x41\x7a\xe6\x1f\xd9\xf9\x89\x65\x7a\x1c\xee\x28\xa5\xf3\x5e\xf8\x0c\x11\x99\x24\x68\xe2\x38\xf3\x64\x54\x68\xa7\xa2\x90\x40\x60\x11\x98\xb1\xf2\x97\x16\xde\xac\x73\x5a\xf9\x95\xb1\x8b\xef\xfb\x72\x56\x43\x95\x58\xcf\x58\xe3\x73\x05\xfd\x03\xaf\x83\xea\x81\x2d\x7e\x35\xfb\x81\x66\xf8\x6c\x9a\x21\x79\x4e\x6f\x79\xf8\x14\x34\x91\x8f\x78\x6f\x9c\x34\x4a\xa9\xa1\xb3\x49\xbe\xe5\xb9\x49\x55\xa5\x23\x28\x3c\x3f\x7f\xfc\x82\xf9\xa7\x67\x5e\x03\x50\x10\x1c\xb2\x8c\xf4\x71\xd7\xed\xed\x0f\x2a\x5d\x64\xc1\x20\x8d\x72\x55\x35\xf9\xfa\x07\x2f\x72\xb4\xd9\x43\x47\xae\x83\xca\x20\xbe\xf6\x85\xc9\x77\xd1\x82\x80\xf3\xca\xbd\x99\xdd\x27\x12\x23\x2a\x06\x9b\xd7\x3a\x6d\x27\x6b\x2f\x1f\x7d\x8c\x63\xf2\x1c\xb3\x61\x2d\xeb\x4f\xd9\xb3\x91\xb4\x3e\xfb\x69\x96\x57\x7b\xe2\xf8\x41\xf7\xf9\x7a\x04\xb0\xcc\x2d\x4b\xbd\xf5\x40\x73\xc1\x0d\x8e\xb3\xba\xdf\x99\x16\xd7\x85\xc5\x24\x04\xde\x74\x1f\x4d\x76\xe7\xde\xf2\x6e\xe6\x48\xec\xa4\xf3\x35\x61\xa2\xbf\x71\x80\xe3\xe9\xee\x9b\x5e\xa4\x03\x44\x62\x77\x18\xcc\x96\xef\x4d\x3c\x84\xeb\x5f\x64\xe7\x5d\x8e\x9b\xc1\x8f\x9e\x9d\xff\x34\x63\xce\x21\x6e\x70\xdb\x4e\x5d\x4c\xea\x76\x97\xbf\xbb\xb9\x66\xfe\x4e\x6b\x0a\xca\x75\xd5\x06\x68\xd6\x23\xa2\x9f\x66\x90\x31\xbb\x5a\x80\x8a\xe8\x13\xd1\xff\x55\xbf\xf6\x63\xa5\xa8\x83\x56\x81\x97\xe1\x1e\x71\x95\xd7\xff\x44\x7c\xdb\xd1\x6d\x7b\x44\x4b\xe9\xeb\x37\x44\x93\xd4\xda\xe6\x11\x71\x80\xcc\xe8\x40\x44\x41\xf7\xec\x2b\xa7\xed\x5f\x7a\xf6\x10\x18\xca\x89\x71\x58\xf4\x42\xa5\x76\xdf\x08\x57\x3b\x0f\x28\x2d\xe2\xfa\x06\x28\x0d\x22\xb7\xb1\x04\x34\xa9\x92\x74\x8c\xc3\xe6\xbe\xbd\x29\xc3\x72\x65\x4c\xbd\xec\xf2\x37\xa6\x1e\xdf\x64\xdc\x5c\x10\xb6\xb0\x27\x99\x8b\x4a\x66\xb2\x8d\xf1\x7c\xab\x36\x70\x5a\x88\x39\xcc\x17\xa6\xdb\x1c\x25\xea\xa1\x64\xa0\x8e\x6e\xe2\x81\x46\x7a\x2b\xd3\xfa\x72\xde\x5c\x97\x96\xb5\xf6\x18\x46\x4f\x7c\x30\x27\x33\x0f\x8b\xf7\x5b\x1c\xce\x64\xbc\x09\x4d\xfa\x5c\x06\xf6\x1e\x12\x3d\xc2\xa9\x2d\x9b\x8d\x44\x2c\x3e\xcb\x69\x26\x9e\x00\x91\x5e\xb1\x92\xcc\xe6\xe0\x58\x23\x86\xdf\x0a\x84\x1d\xea\x97\xe0\x0a\xc8\xfb\xe3\x1d\x53\x97\x44\xe6\xd1\xbe\x10\xe9\xc4\xf2\x0d\x19\xe9\x23\xdd\xfb\x17\xe8\x70\xe7\xc9\x16\x4c\x75\xea\x05\x14\xe6\x1d\xe1\x3e\xd0\x38\x89\x9d\x0d\x91\x37\x28\x37\x02\x7f\x55\x6e\x3b\xb0\x99\xb2\xb0\x81\x34\x03\xac\xd4\x3b\xba\x7f\x20\x7c\x2d\x6b\x74\x88\x4d\xae\x31\x17\x70\x19\xad\xea\x07\x1c\x28\x24\xcb\x9d\x67\x4f\x2a\xc1\x39\x57\xaa\xb8\x23\x02\x8a\x25\xf4\x83\x7a\x33\x4f\xc7\x40\xa3\xf6\xc6\x5c\x45\xa4\x4c\xb9\x23\x5e\xd4\x96\x2b\x41\x53\x82\x13\xfc\x7b\xaf\x8f\x0c\x0b\x53\xc0\xf3\x83\xb3\x22\x72\x80\xde\x48\xdf\x13\x5b\x3a\x30\x09\xdb\x47\xfb\xe8\xc4\xb7\x25\xb3\x4f\x66\xd0\x9f\x13\xf2\xd3\xb6\xd6\xa0\x6f\x89\x09\xeb\x58\xc5\xd5\x3b\x69\x84\xa1\x93\x38\x62\x39\x55\x25\x26\x17\xf3\x0c\x9a\xb1\x7b\xd4\x21\x51\x5f\xfe\xdc\x58\xee\x51\x83\x8e\xa4\xfd\x6b\x89\x55\xa0\xf7\xcb\x89\x78\xae\xff\x4c\x7c\x73\x21\xaf\xd8\x05\xcc\x3b\xbc\x0a\x84\x57\x33\xb3\x74\x08\x15\x8e\x44\x2c\x89\x5e\x46\x14\x0e\xff\x43\x54\x95\x81\x18\x1f\x84\xbc\x15\xa4\xef\x36\x15\xb2\xfb\x00\xce\xc4\x27\xb0\xb1\x80\x01\x8d\x4e\xc3\x81\xc2\x10\xe5\x40\xbf\xa7\xfa\xf4\xa0\xe0\x56\xa1\x80\x1e\xc9\xda\x6e\xd8\x54\x68\xae\xe3\x83\x7d\x80\x01\xd1\x60\x78\x9a\x2e\xd0\x97\x1f\x1e\xac\x1a\x3d\x39\x56\xb5\x56\x17\x34\x03\xe5\xd4\x50\x10\x63\x97\x63\x35\x5d\xe0\xd9\xc0\x28\xa5\x93\xf1\xc3\x64\x1c\x71\xa6\x9d\x08\xda\x1a\xec\x86\x10\xed\x09\xd6\xfa\xff\xb1\x27\x33\x31\xd9\x59\xae\xa8\xb0\xb8\x88\x2e\xd8\x69\x9e\x49\x19\x6d\x0e\xc3\x6a\x7a\xc3\x66\x3f\xe2\x42\xbe\x9a\xd1\xe3\x52\x6f\xcd\x52\xf5\x3d\x27\xfc\x8b\xc7\x17\xa5\xcd\x65\x99\x67\x4e\xb9\x03\xf5\x9d\xab\x5f\xf4\xb6\x6b\x76\xc3\x66\xba\x4f\xd2\x94\xd9\x3e\x91\xc6\x07\x6b\xaa\xd7\x74\x24\xcb\xa6\x56\x0b\x01\x5c\xde\x60\xd4\x06\x0b\x2b\x2f\xe1\x51\xab\xab\xab\x60\x73\x25\xd2\x5d\x18\xda\x6d\x9a\xaa\x6a\xde\x42\x02\x44\xbb\x04\x2a\xcd\x12\x68\xc0\xea\x64\x0d\xa0\xc0\x4f\xa9\x01\x71\xe3\x7d\xd4\x10\xe1\x84\x96\x12\x4d\x5c\x5e\xb6\x86\x2e\xa7\xfe\x06\xbd\x55\x41\x88\x28\xe5\x90\x34\xec\xe6\x8c\xff\x41\x7f\xb7\x97\x22\xa9\x06\xf6\xc4\x4b\xce\x38\x87\x18\x0e\x7c\xc1\x0b\x16\x6a\xef\x61\x14\xd5\xd6\xc2\xcc\xf1\x0c\x99\x6a\x2d\x37\xd2\x0e\xb2\x86\x96\x6e\xa3\xaa\x64\xa0\xbf\x68\x76\x36\x7d\x4c\x70\x2e\xce\x12\xed\xd5\xcc\x59\xab\x89\x59\xe2\xc8\x0c\xe9\x4c\x24\x82\x82\x55\x2c\x71\x45\x00\x28\x36\x02\x60\x51\x14\xd8\x05\x6b\x60\xc4\x71\x8e\xdf\xfd\xbb\x59\xa4\x44\xb7\x8b\xfb\xd1\x8f\x19\x4b\xf4\x52\x69\xde\x9a\xf8\x60\x58\x60\x7a\xe8\xab\xbc\xd4\xa0\x2f\xd7\x8b\x27\x0f\x53\x01\xe6\x6c\xc6\xc7\x53\x2c\xd3\x49\xcb\xa1\x15\x6e\x29\x4e\xd1\x32\xc1\xdf\xb3\x68\x5a\x4f\x18\x84\x0b\xed\x6f\x1e\x1e\xe5\x78\xd3\x02\x5e\x82\x6a\xb3\x52\xe9\x84\x97\xe1\x1d\x67\x39\x5d\x7b\xb1\x3e\xe3\x56\x1d\x34\xa1\x59\xb3\x87\x49\x0b\xdf\xcb\xdf\x9b\x55\x66\xd8\x60\x00\x0a\x50\x86\x71\xe0\x4c\x96\x86\xf9\x27\xdf\x13\x01\x2a\x1f\x03\x10\x0c\xf4\x8e\x75\x53\xdf\x83\xe6\x94\xb6\xb8\x3e\x6a\x6a\x15\xad\xd3\xab\xd0\xe2\x85\x89\xcd\xe1\x2a\x7e\xe2\x86\xa4\x03\x01\x0f\xac\x08\xbd\xde\x86\xe5\x3a\xa6\x4b\xad\x5f\x69\xb2\x33\x0c\xc2\x4a\xcc\x53\xe8\x69\x1d\x7b\xd1\xef\xd7\x60\x29\xbd\x4d\xa3\x3e\x44\xd8\x24\x19\xd8\x9d\x6e\x5a\xd1\xf3\x86\x7a\x42\xbb\x92\xd5\x50\x2c\x7d\x61\x33\x34\x2b\x3c\xe3\xdc\xdd\xf5\xc8\xac\xb5\x1e\xd0\x3e\x32\xce\xf5\x87\x61\x55\x27\x4b\x12\xa4\x18\xcf\xc6\x59\x6a\xd0\xe1\xd2\x8b\xb7\x23\x80\x63\x73\xc6\x75\x53\x8b\x7a\xb8\x22\x2c\x0e\x35\x75\xd6\x12\xb4\x02\x79\x82\xff\xf8\x4b\xc2\x4d\xb3\xb0\x8e\xae\x48\xcf\x0c\x20\xff\xd1\x8e\x6c\x2c\x9d\xaa\x34\xc1\x53\x5e\xdd\x7e\x74\x5f\x70\x54\xa2\x84\xa6\x45\x34\x8d\x55\x41\xb1\x34\x38\xbf\xfe\x50\x19\x31\x76\x89\xc4\xc5\x95\xa2\x38\xb7\xb1\x5a\xf9\x29\x2d\x56\xf8\x98\xd7\xaa\x74\x55\x25\x39\xdf\x24\x9a\x0a\x61\xa8\xba\xf3\x5d\x87\x8b\xe5\x90\xad\xe8\x61\xa8\x57\xf0\xa2\x44\x7e\xa9\x4e\x9d\xf1\xc9\xb2\xdc\xb1\x4d\xb3\xf1\xa6\x7b\x89\x66\x3c\xd2\xed\xe0\x79\xe3\xca\xf3\x74\x7e\xfe\xdc\x5f\xc6\x58\xda\x09\x6c\x0f\x43\x81\x3b\xdb\x08\xfd\x78\xa8\x4e\x99\xee\xa6\x5a\x1f\xb0\xd8\xd0\x95\x61\x67\x7d\x05\x67\x36\x9c\x60\xb3\x96\x19\xfb\x65\x52\x91\x98\xfd\x7c\x2f\x3c\xbe\x17\xc2\x4e\xca\x76\x02\x95\x3e\x31\x78\x4c\x97\x0f\x56\xe4\x77\x26\x69\xe6\x60\x3b\xdd\x0e\x79\xa5\xd5\xc0\x8f\x59\x0c\x60\x59\x56\x40\xf7\x5e\x99\x6d\x5a\x6f\xd0\x39\x35\xe3\x08\xcb\xe8\x4c\xfe\xcd\x70\x4c\x3a\x8c\xb0\x3e\xd6\x71\x3c\xd6\x09\x55\xd4\x0c\x5b\xbf\x46\x96\xd8\xb9\xab\xa8\x02\x28\x61\x9d\x0e\x23\x6d\xaf\x09\x33\x9f\x88\xaf\x61\x14\x73\xa4\x26\x31\x01\x23\x83\x9b\xa5\xbb\x90\xb7\x57\x84\x94\x5c\x8f\xae\x48\x65\x66\x44\x19\x6c\x4a\xb0\xd7\xd0\x13\x9b\x68\x64\x77\xbf\xa4\x9a\xbf\x56\x7e\xee\xf4\x11\xa8\x93\x3f\xd0\xdc\xbd\x19\x90\x5b\xca\x8e\xee\xd1\xa0\xb2\xac\x38\xdc\xd0\x62\x4a\x20\xeb\xe9\xb2\x9c\xd7\x59\xd6\x62\xf9\xc4\xcb\xf4\x62\x5a\x3b\x42\x5e\x00\xa0\xca\x69\x20\x1c\x22\x6b\xb3\xdf\x0c\xa7\xe0\x60\xf2\x34\x99\xa8\xbf\xaf\x3a\x3a\xb6\x3a\x86\xcf\xec\xb3\x59\xbe\x5e\xf3\xfd\x91\xfd\xb8\xff\x9a\x6d\xea\x18\x2b\xd4\xce\x26\x7f\x20\x66\x44\x8b\x61\xed\xd1\xb7\x65\xa2\x21\x01\xc8\x2f\x7e\x88\xfb\x4c\xa5\x0c\x47\x83\xcd\xca\xc7\xfa\x11\x10\x45\x31\x67\xf2\x6f\xa2\x1a\xa1\xc9\xef\xca\x5a\x70\x13\x4c\xd6\x69\x0e\xbd\x1d\x4a\x9c\xe7\xd1\xaa\x52\xa4\x78\x60\x87\xfc\xf4\x73\xec\xcf\x70\xcf\xe9\x9e\xe9\x85\xf2\xb4\x58\x74\xa5\x0a\x4f\x96\x61\x50\xf0\x7f\xf1\x91\x80\x68\x63\x12\x8e\x21\xee\xc4\x14\x25\x13\x42\xf8\x54\x31\xb1\xbe\x8e\xbb\xb8\x11\xae\x1c\xb8\xbe\x27\x70\xad\x30\xb2\xd7\x82\x53\x67\x84\xf7\xf0\xce\xc1\xb2\xf3\xbd\x30\x00\x18\x54\xe5\xe9\x5f\xdb\xae\x6d\xea\xed\x37\x0f\xd4\xe0\xe5\x28\x27\x42\xe2\x37\x5f\x7f\xae\xc5\x50\xff\xd9\xbe\x82\x86\xa4\xe6\x11\xb7\xbd\x37\x0d\xfd\x3a\x8f\x7c\x04\x9c\xe1\xb0\x33\x6c\x72\xd3\x66\x8f\x01\x62\x5e\x80\x2a\x9b\x7e\xdd\x8a\x91\x4e\xda\x94\x0e\x6b\x55\xc1\xe6\xd6\xb2\x69\x21\x1b\xed\xb2\x49\x3b\xb7\x9e\x7b\xa8\x9e\xda\x40\x6f\xf9\x4a\x1f\x23\x39\xcf\x69\x64\xea\x19\x24\xc0\x9e\xc6\x74\x67\x1a\x09\x7e\x5c\x1f\x4c\xc2\x70\x1f\x3f\xd4\xc3\x56\x8a\xd7\x85\x1d\x07\x49\xa7\x5c\x95\x88\x91\xe6\x33\xd7\x3e\x92\x3c\xf3\x21\xa3\x5c\xa6\xd3\x31\xd9\x42\xd3\x72\x10\x11\xee\x7a\x1e\xdd\x27\x27\x49\x60\xe6\xe1\x46\x00\x84\xfe\x58\x70\x20\x76\x27\x60\x40\xb7\x9c\x83\x38\x30\x12\x8a\x0f\xeb\x4e\xa3\x40\x3f\xa9\x08\xf9\x05\xbb\x3d\x6f\xd2\xf4\x69\x08\x6f\x34\xa4\xdb\x86\x93\xc1\x28\x07\x90\x1c\x2d\xe8\xbe\x6c\x47\xc6\x6e\x5f\xb6\x93\x33\x7b\x08\x69\x10\x53\x95\xee\x25\xc5\x7a\xa9\x0a\x0c\xf8\x3d\x5b\x09\xdd\x99\xc9\x72\xcf\x5d\x32\x96\xa1\x63\xe1\x83\x22\x76\xb2\x33\xee\x4e\xfa\x85\x8f\x20\x86\xd8\xf7\x36\x57\xc2\xf5\x3f\x39\x29\x94\x65\x22\xca\xce\xba\xe6\x0d\x41\x62\xd2\x53\xf6\xda\x74\x6a\x28\x13\xf7\x73\x63\x37\x1e\xb7\x08\x53\x17\x61\x96\xd6\xf1\x77\x56\xf8\x3b\x8f\x1d\xac\x33\x46\x48\x91\x0a\x1d\x77\x84\x53\xc4\xea\x50\xf1\xeb\x81\x7e\x52\xa4\x12\x1b\xd6\x4c\xa2\x94\xbe\x5e\x95\x35\xed\x7f\x29\xa6\x0d\xad\x16\x84\x73\x15\x59\x4d\x18\x52\x46\xac\x60\x8e\x2a\x23\x06\x54\x9a\x73\x93\x25\x6f\x62\xbc\x68\xde\x41\xd1\x45\x33\x28\x38\x43\xc2\xca\xaa\x43\x83\x5a\x7a\xf8\x86\xb5\x6b\xeb\x49\x31\xee\x42\x8e\xc7\xca\x16\xfd\x96\x3b\x3d\x8e\xec\x86\x40\xdd\x29\x36\x83\xc8\xef\x0f\x7d\xe9\x8d\x13\x45\x5b\xe1\xce\x4e\xdf\x1d\xcc\xe6\x03\xb8\x2f\x36\xe8\xbb\x7f\xf6\x44\x6d\xfc\xfd\x54\xf4\x2c\x2e\x72\x8c\xc1\xe3\xb1\x41\x18\x13\x4d\xb5\xbb\x3a\xca\x00\x8e\x19\x1e\xe9\xa2\x8e\x94\x66\xb2\x08\xbf\xe4\x89\xe5\x4e\xd5\x90\xa3\x30\xd6\x13\xdf\x02\x90\x7e\x37\x1d\x64\xfa\xa5\x0f\xee\x1d\xac\x56\xe8\xb1\xd5\xcb\xcc\xcf\xea\x3e\x3c\xd9\xf5\x74\xa7\xfe\x88\x62\x83\x8b\xcc\xf9\xca\x10\xdd\xa8\xf6\x96\xa6\xce\x08\xfd\xf7\x2a\xc0\x05\x80\xb1\x84\xd6\x23\x37\x59\x63\x40\x6f\x31\x88\x1c\xc0\x71\xc3\xb9\x4c\xb7\x19\xe3\xba\xe1\x12\x6e\x40\x77\x43\xf7\x84\xc3\xf8\x2e\x5e\x46\x40\xf9\xc3\xb1\x46\x04\xde\xf0\x08\x9e\x1d\xb1\xb5\x8b\xf3\x2f\xa2\xa7\x28\xe5\x3b\x61\xb5\x11\x4b\x7a\xe8\x4e\xe9\xc8\x4e\x57\x7d\x3e\x10\x6c\xaa\x92\x5a\x6b\x29\xeb\x9e\x88\x57\x99\xb8\x5f\x0b\x05\xee\xbd\xfe\xc2\x0c\x09\x64\xe5\x7d\x88\x84\x2c\xc0\x38\x8e\xb0\x28\x5b\x02\x25\xb6\xac\x24\x26\x27\xd0\x15\x9f\x79\xfb\xd3\xc1\x04\x9d\x5e\x57\x74\x69\xe1\x40\x07\x0b\x51\x13\xd9\xc1\xab\x96\xae\xc6\x55\x75\x18\x38\x5e\x50\x58\xc0\x60\x69\x87\xcf\x70\xf6\x23\xc4\x95\xaf\x66\xa2\x97\x38\x8b\x75\x06\x41\x01\xe6\xee\xa8\xf3\xd1\x0d\x9a\x31\xe7\x1f\x45\xe3\x11\xe7\x22\x5a\x78\xa7\x99\x39\x12\xba\x76\xcf\x1c\xdc\x65\x9b\x7b\xc5\x28\xe8\xa1\x0e\x0a\x80\x0f\xbb\xa6\x05\x9b\x88\xfd\x76\x5b\xdb\xd7\x20\x4b\xfc\x9e\xce\x67\xb0\x93\x5e\x11\x6e\xa2\x37\xee\xa5\xfb\x93\xc8\x0f\x2e\x46\x69\x70\x9b\xf1\xca\x25\x39\xaa\x7d\x0e\x5a\x87\x70\xff\xe2\x16\x61\xbb\xd6\xac\x33\x18\x11\x32\x69\x06\x33\x2e\x1a\x82\x6a\x7c\x33\xea\x08\x3e\xc0\x05\xa8\xad\x03\x06\x66\x19\x1c\x86\x5a\xc2\x8e\xe1\xe6\x28\x9e\x78\x17\xbc\xa3\x60\x3f\xc5\x6b\x3d\x3c\x0d\x99\x85\x1d\x4f\x03\x6e\xc7\x6e\x51\x77\xc0\x3f\x0b\x4f\xed\x4c\xdc\x05\x30\x2f\x73\x66\x8f\x9d\xf0\xa9\x11\x4d\x81\x4c\x07\x1d\xd8\xbb\xb3\xa2\x6a\x6a\x7f\x42\x09\x29\xac\x5e\x50\xfd\x9e\x49\x40\x02\x83\xec\x25\x1b\xa3\xbf\xbf\xd9\x65\xb6\xe2\xc6\x4c\xfc\x7e\x36\xe3\x59\x8a\xa2\xc0\xdb\x1e\xa2\x2c\x36\x80\xe0\x3a\xec\xb0\xf3\x2d\x7f\x31\x52\x32\x3a\x3a\x22\x13\x2f\xc3\xd1\x0a\xe4\x70\x5f\xce\xcf\x8f\x6d\xa3\xfe\x41\xac\x43\x44\x88\x61\x54\x3f\xcb\xd7\xe0\xa1\x89\xbd\xef\xa9\x14\x2e\xf3\xce\x5d\xde\x17\x78\x87\xe2\x48\x06\xf6\x5e\x36\xcc\x59\xbc\xce\xb7\x74\x65\xb6\x75\x43\xc0\x4f\xe8\x86\x9e\x53\xb3\x38\xc5\xbf\x85\xff\x3d\xd5\x89\xac\x3d\x38\xa0\x56\xda\xa4\x35\x04\x41\x66\xf1\xad\x7e\x79\xce\x3f\xb5\x74\x7a\x32\x30\xaa\x12\xaf\x7f\x26\x2a\xa4\x01\x4c\x30\x96\xb8\xcc\x8b\x27\x91\xb1\x4c\x11\xc0\xdd\x93\xf0\xda\x54\x1d\x53\xfc\xaa\x6c\x18\x03\xb4\x94\x9a\x8f\x0e\xce\xce\x9d\xd9\xda\x6c\x72\xe2\x8d\x54\xff\xb2\x78\xa0\x2a\x97\xc8\x1f\x45\x1d\xf1\x97\x2c\xff\x27\x38\xa4\x69\xc9\x1f\x15\x1b\xe8\x8a\x37\x7d\x76\x87\xb9\xd8\xbb\xae\x32\xd1\xb7\x40\x69\xc1\x37\xcb\xbb\xdd\xa7\x15\x54\x36\xe3\x98\x68\xb6\x4b\x50\xfe\x2a\x11\x48\xac\x8f\xca\x75\xa2\xd1\xab\x41\xee\x5a\x0b\xc4\x65\x55\x55\xe3\x78\xf6\xf9\xec\x2d\xac\x09\xa0\x5f\xf9\x7e\x05\x35\x87\xb3\xb0\x05\xa8\xe7\xef\x51\x7e\xee\xff\x64\x10\xb5\x0c\xb0\x56\x55\x27\xb4\x5f\xc5\x85\xda\x14\x36\x9b\x25\xef\x1f\x0b\xaf\x07\x4a\x56\xc2\x0c\xd0\x98\x94\xde\x37\x14\xba\x5b\x36\xd3\x60\xcb\x6a\xb0\xf6\x1e\x41\xc0\x03\x03\x04\xe9\x0d\xca\x99\xc8\xcc\xe0\xdf\x45\x4f\xe3\xbb\xa7\x07\xb5\x36\x10\xcf\xf6\xdd\xc5\xe2\x99\xec\x23\x10\x1d\xf8\x89\xfb\xb1\xfd\x8f\x86\x55\x48\x3d\xcf\x43\x68\x85\xf8\xf3\x04\x56\xb6\x4a\x1b\x26\x28\x11\xb8\x30\x5b\x55\xbd\x21\xbc\x2c\x00\xe1\x10\xa2\xeb\x8d\xe1\xf4\x29\xfd\x10\x2a\xd0\xc1\xa9\x7e\x9e\x0b\x96\x9b\x00\x2f\xfe\x30\x5d\xcd\x3d\x9e\x08\x40\x10\x0c\x93\xb0\xdc\xd4\xbf\xf2\xf3\xef\x9e\xbc\x00\x9f\x1f\x5c\xc4\x3d\x01\xa5\x0e\x66\xae\xfb\x3d\xc4\x34\xfc\x62\x53\xdf\xc4\xed\xac\x9d\xf3\x0d\x02\x92\x58\xc6\x5f\x6a\x49\x25\xb2\xa2\x52\x14\xa9\x6d\xea\x53\x2b\x72\xd1\xd0\x6b\xb0\xdb\xa7\xc1\x12\x4f\x0a\x2e\x81\x2c\x55\xd5\xf5\xc7\xfc\x37\x73\xee\x60\xbc\x68\xce\x34\xf4\x07\xfe\x5b\x44\xe8\x44\x9c\xd3\xf4\xa0\x60\x75\x9d\xab\x8e\xfc\x91\xa8\xc8\xa3\x73\x14\x2b\x7f\xbd\x96\x8c\xbd\xf5\x4a\x2b\xfe\x26\x48\xe1\x52\x5b\x10\x2f\xc4\xba\xfd\x7d\x5f\xda\x80\xec\x97\xd6\x54\x9b\x29\xd7\x71\x6e\x1c\x23\x9b\xc0\x9f\xc0\x00\x01\xfc\xc6\x7b\x16\x3b\xe4\x4c\x49\xed\xaf\xe8\xce\xd5\x6f\x88\x78\x02\x49\x1e\x0a\x22\xf6\x6b\x4f\x57\x2f\xaa\xaa\xa6\x48\xf7\xf7\xfb\xfe\x4a\x4d\x5c\xff\xf5\x7f\xfc\xcf\x7b\x27\xd8\x8f\x93\xae\xad\xe8\x2f\xb5\x37\x76\x3d\xe2\xa4\xa4\x1b\xe2\xed\x18\x4b\x0c\xb5\xa7\x52\xe8\x55\xac\xc0\x19\x10\xe0\x97\x0a\x8e\x44\x70\x1a\x46\x24\xa0\x2f\xa9\x4f\x0e\x20\x02\xe4\x31\x03\x77\xce\x70\xa6\x9c\xf9\x3a\x7a\xa4\x88\xfd\x2a\xde\x2c\x59\xec\x04\xec\xe9\xbd\x1c\xa1\x24\x42\xf8\x19\x81\xd6\xee\xa2\xb4\x8a\xa6\xf1\x3b\xc6\xf9\xb1\x0f\x00\x3f\x70\xea\x6c\x34\xe1\x08\xe0\x89\x22\x82\x1a\xc4\x7c\x51\x92\x92\x5d\x93\x66\xfb\x1e\xf6\x77\x00\x1b\x19\xe8\xbc\xe9\x95\xfa\x8e\x4e\xc9\x83\x15\x3b\x2b\x8e\xfa\xe0\xf1\x69\xa6\xec\xd2\x3f\x24\xc3\x2e\x19\x38\xbd\x50\x94\x58\x20\x36\x29\xe3\x1d\xa6\x5d\x5b\xd3\x49\xcf\xd8\xb2\xf6\x84\xfe\x33\x4b\x1f\x9d\x19\xcd\xc3\x40\xe1\x4d\x77\x56\x5e\xd4\x4d\x59\xc1\xa8\x53\x6d\x03\x10\xb6\xa0\xcb\xb7\xf4\xc0\x56\x5d\xab\xe2\x33\x67\x22\x20\xb7\x96\xbe\x6a\x9f\xc4\x22\x6a\xaf\x76\x46\xa5\x76\xf1\x82\xfe\x33\x0c\x6c\x82\x18\x28\xc3\xd8\x27\x55\xbe\x22\x5e\x7c\xf1\x88\x3d\xdd\x08\xcf\x5a\xba\x19\x84\x43\x89\xc3\xa1\x86\xd7\x7f\x86\x26\x07\xee\x26\x3b\x7a\x1c\x58\x20\x80\x7f\x69\x4b\x2a\x93\x5b\x83\xbe\x56\x41\x29\xcd\xca\xca\x36\x7f\xbb\x78\x9e\xbf\x95\x1f\x74\xc0\x1c\xfc\xe6\x31\xff\x2b\xb6\x00\x28\x67\x17\x13\xd4\x7c\x29\x8e\x83\x99\x6f\x01\x44\x93\xf3\xb5\x38\x2d\xe1\x20\x8b\x9f\x35\x3d\x84\x33\x37\x87\xf9\x70\x2e\xae\x7c\xe4\x4f\xe2\xc4\x26\x49\xad\x0d\x04\x1e\x2f\x5a\xc0\x4e\xeb\x0b\xf1\x30\xe0\x5e\xf5\xac\x18\x77\xa5\x3b\x71\xd7\x5e\xa8\xdb\xb6\x2f\x87\x8a\x6e\xf1\x90\xfe\xe3\x4b\xc4\xef\xe7\x0c\x12\x29\x5c\xf2\x1d\x48\x59\xff\x91\x40\x58\xdc\xce\x0b\xfd\xe0\xbc\x69\x10\xe0\xc8\xb1\xf5\x1d\x9f\x50\xf4\x65\x3e\x3e\x97\xe8\x63\x0d\x8a\x8f\xbe\x8b\xc3\x04\x30\xa1\xd6\x8a\x2b\x15\x74\x46\xed\xd2\xf5\xb3\xd9\xe4\x85\x8a\x64\x42\xf5\xa4\x53\x7f\xee\x7a\xec\x83\x01\xc3\x67\x3f\xe8\xa0\x92\x0c\x18\xea\xf9\x31\x27\xea\x36\x7b\xe2\xa9\x43\xd5\xef\xfb\xcb\xb6\x9c\xae\x49\xb8\xc2\xc2\xe9\x60\x30\x3b\x42\xb7\x86\x7d\x08\x92\x35\xd0\x9b\x8b\xfb\x4b\xb7\x8a\x19\x07\x7e\x8c\xc6\x53\xf4\xb5\x62\x63\x09\x56\x02\x51\x71\xce\xb4\xce\x70\xbb\x7d\x13\x59\x7c\x5c\xd5\xd5\x14\x94\x15\x61\x28\xd5\x88\xb3\x7e\xcf\x49\xcb\xa3\x6e\xf5\x08\x7d\xe0\xa5\xc9\x53\x94\x4a\x4b\x0e\xae\x11\xfb\xa2\x89\xc5\x9c\x6b\x80\x08\x59\xc9\x2c\xb4\x6f\x3f\x97\xa9\xde\xf9\x08\xba\x7c\xb5\x20\xba\xed\x7b\xdc\x07\x0f\x7f\xbc\xe5\xee\xd3\xb7\xbc\xcd\xee\x93\x62\x28\xe9\x9e\x4e\x62\xd0\x67\xfc\x99\xe8\x35\x3c\x95\x50\xef\xf2\x13\x11\x4d\x21\x25\xd9\x87\xad\x0f\x01\xe2\xf0\xf3\x68\x80\xd7\x79\x05\x4f\x97\xb8\xef\x41\xdb\x00\x1f\xfc\xc7\xd4\xf7\x6d\x49\xdf\xa3\xae\xc7\x07\x9e\xc9\x97\xc9\x01\x3c\xe9\x38\x51\x3e\x87\x4b\xa4\x43\xc9\x8e\x99\xed\x14\x37\x4f\x55\xb7\x1a\xc4\x8c\xf8\xa3\xab\xa6\x5f\xfc\xae\x57\x67\x19\xf6\xe5\xc9\x75\x05\x93\x4d\x05\x0a\xd6\xcb\xd5\x15\xb7\x64\x38\xb0\x1a\x43\xa4\x9f\x6c\x01\xd4\x44\x2b\x82\x73\x35\x5a\x30\x79\xa3\x65\x90\xff\x0d\x9a\x58\x38\x64\xbc\x68\x41\x65\x8c\x3f\xcc\x11\xde\xcd\xd2\xce\xe1\x11\x54\x31\xfd\x54\x35\x80\xb3\xab\x46\x4f\x17\xe1\xfb\xcf\xeb\xe1\xbe\x71\xc5\xd6\xa0\x0b\x31\x8e\x20\x52\x39\x18\x3e\xb4\x01\xab\x4e\x4d\x83\xde\x28\xdf\x8a\x4d\x0b\x43\xfd\xd8\x7e\x62\xaa\xed\xae\xb1\x1d\x2b\xae\xeb\x8e\x75\xfc\xfc\xa0\x6b\xc1\x78\xcf\xc3\x70\x71\x1b\x31\x67\x1c\x37\xc2\xc5\xe3\xb3\xe1\x73\x21\x1c\x75\xfb\xc7\x2f\x5e\xc9\xe9\x04\x1d\xdb\x8f\xbf\x7e\x65\x6f\x7d\x73\xfb\xc7\x2f\x5f\x59\x48\x24\x46\x6d\x97\x9b\xfc\x8d\x59\xf0\x3b\xd6\x45\x1d\x70\x3b\x57\x79\x4f\xe4\x48\x49\x07\xc9\x81\xf7\x32\xff\x3e\xd5\x31\x86\x79\xd7\xc9\x57\x50\x80\x79\x3d\xc4\x0e\x2c\xaf\x9b\x40\x0e\x6b\xfd\x94\x22\x87\xba\xdf\x2d\x75\xb9\x16\xa8\x43\xff\x4e\xf0\xa9\x96\x81\x1d\xeb\x16\x3f\xf9\xcd\x61\x07\xbc\x3c\x2b\xd7\x58\x3a\x2d\xc6\xc9\x65\x7e\x25\xbf\xbe\x91\x85\x61\x27\x7e\xf2\xa3\x35\x5e\x3f\xf7\xa4\x4a\xac\x25\x89\x16\x2c\x9a\xd6\x39\x2e\x41\x73\x37\x4f\x51\x1b\xff\xe0\xc9\x07\x00\x96\x2f\x3a\x21\xad\x71\xa2\x93\xe5\x60\x18\x9b\xa4\x7a\x6b\x78\x87\xa4\x1e\xbd\xee\x0d\xbf\x60\x83\xaf\x37\xf4\xd6\x0e\x9b\x28\xe2\x76\x00\x74\x12\x87\x30\x70\xbb\x38\x38\x03\xec\xa0\xbc\x82\xa3\xed\x9b\xda\xbd\x5b\xc9\xf6\xc9\x14\xb5\x17\x99\x0d\x40\xe9\x97\x9f\x83\x10\x3a\x44\x5f\x6f\xb8\xab\x1c\x4b\x63\x6b\xd7\x1a\x42\xc4\x22\x7a\xfc\xd8\xfe\x26\x6f\x3b\xf0\x5a\x47\xba\x32\xe2\xdb\x7f\xe1\x78\xc4\x4b\x21\xfa\x24\x93\x9e\xd1\xf1\x79\xa7\x67\xa2\xe4\x4e\xfc\x0f\x13\xae\xf7\x94\x08\x58\x3f\x39\x1f\xd4\x0d\x73\x84\xc6\x2c\x06\x8e\xa7\xe0\x1c\x11\xfc\x2e\xc6\x34\x2e\x5e\x86\xf3\x06\x62\x5e\x48\x7d\x08\x61\x35\x0b\xb5\xb9\x2a\x61\x9b\x1a\xb2\xf4\xa0\x6d\x50\x7d\x95\x73\x64\xa8\x83\xc3\x6b\xa2\x63\x1f\xb8\x2c\xbb\x9b\xd3\xc6\xf8\xc0\xac\xcb\x2e\x38\x73\xb9\xbd\x48\x6d\xeb\xdc\x84\x69\xd0\x45\xf0\xff\xf5\xe5\xf2\x58\x77\xc1\xfb\xaa\xcf\x4e\x51\x94\x7e\xa7\xfd\xe5\x8d\xed\x2b\x95\x15\x4f\xd6\x81\x32\x80\x2e\xbe\x10\x9d\xe9\xc7\x70\x5d\x18\x37\xe8\xbb\x97\x09\xd8\x0d\xea\xf2\xaa\xae\xff\x8c\x68\x41\x83\x69\x0e\xad\x5c\xd3\xaf\x89\x73\x5b\xe1\xbd\x23\x27\xa6\x7a\x48\xfd\x74\x43\xd5\x58\xbd\x1c\xe9\x4d\x22\x55\xd3\xf5\x87\xad\x6a\x09\xc4\x86\xd5\x8e\xe5\x7a\xb1\xfd\xeb\x3b\xb7\x09\x87\xd5\x17\xd3\x13\x09\xe6\x07\x2b\x53\x1d\x54\x3c\xc5\x58\x99\x6f\x1d\xcc\xaf\x14\x33\x9f\x45\xbf\x67\xc2\x17\x06\x7e\x04\xc4\x68\xcc\x24\xea\x77\x00\x69\x4e\x80\x2e\xe2\x7a\xd1\x0e\xe7\xde\x6a\xc6\xcb\xf0\xed\x74\x75\xdd\x3d\xd7\x66\x0d\xed\xb4\x63\x5d\x19\xbb\x32\x65\x25\x82\x04\x09\x2b\xa2\x96\x44\x7d\xd8\x6a\x9e\x94\x97\xf2\x45\x43\xce\x07\x63\x22\x84\x07\x22\x2c\x98\xe1\x5c\xe4\x5f\x3f\x0d\xfd\x9c\xb0\xdd\xca\x6e\x73\x24\x10\xe5\xd3\x75\x7f\x1a\x88\x30\xfb\x8a\x76\x50\xc8\x4d\x08\x2b\x39\x04\x18\xfc\xaa\x7b\x16\x5a\xba\x9a\xdd\x05\x08\xa9\xae\xf1\x23\xf2\x0b\x75\x95\x11\x72\x04\x5b\xab\x5a\xaf\x5c\xb4\x43\xf4\x6f\x61\x7c\x2c\x9c\x74\x67\xac\x84\x0c\x00\x5c\xf9\x55\xc2\xa1\x22\x0e\x67\xba\xf8\x89\x7a\x47\xdf\x1e\xa1\x24\x9b\x28\xb2\x1c\x84\x14\x01\x42\xd2\x01\xd8\xc5\x00\xd1\x3a\x22\x8a\x83\x10\xee\xe7\x3c\xc2\xe7\x20\x3b\xd6\xa0\x3e\x08\xf7\xfe\x8a\x7f\x08\x06\xd6\xdd\x74\x8c\x8e\x51\xde\x62\x02\x58\x18\x9d\xc8\x99\x5f\x42\x04\xb9\xe9\xad\xea\x12\x30\xce\xda\xf1\xe5\xf1\x8b\x60\xb2\xaf\x21\x29\xf9\x46\x31\x3e\xff\x2d\x21\x55\x5c\xf9\x97\xbe\x5c\x47\xa1\x5b\xb7\x75\xb4\x88\x0c\x46\xfd\xe9\x50\x4a\x57\xfd\x3f\x0f\x45\xbd\xfc\xdd\x2b\x07\xd4\xc4\x13\x2d\x63\x74\x0e\xcd\xa7\xff\x91\xd4\x49\x85\x14\xe1\x0b\xa4\x1c\xd6\xe9\x4c\xac\xd7\xf7\xb8\x2a\x4a\x38\x10\xe4\xf0\xda\x82\xa6\xa0\x15\x6a\x41\x9f\x94\xe8\x78\xe3\xcd\x97\xcb\xa1\xa6\xf2\xcc\x79\x47\x88\x8a\xea\xca\xd6\xcc\x93\xdd\x5b\x7c\xeb\xf6\x2b\x02\x2f\xfd\x24\xc8\x2e\x19\xc1\xa9\xbb\xfd\x2e\x8f\x4c\x7d\xa4\x17\xa2\xba\x73\xba\x51\x6c\x02\x70\xca\x41\xfe\xd4\x3d\xd7\xab\xf8\x50\x2f\x53\x10\x8e\x22\x63\xe0\x62\xb4\x0d\x91\xe7\x12\xe9\xac\xcd\x4b\xeb\xad\x9f\x6c\x8c\xac\x8f\x12\xc4\xaa\xfe\xfe\x90\x4f\xba\xf5\x95\x76\x09\xe1\xef\x9b\x92\x95\x65\xb0\x7f\x11\xc9\x90\x33\x2f\xac\x00\x15\x18\xdc\xbb\xfb\x20\xf2\x10\xfe\x88\x25\x7a\xf9\x86\xa6\x40\xa7\x25\xf1\x7c\x41\x2a\xb3\xf6\x85\xa6\x5d\xb1\x97\x2e\xc7\xba\x89\x71\x50\x5e\x2f\x59\xa5\xc5\x7b\x18\x3f\x1a\xc9\x82\x23\xc1\x7c\xbc\x95\x69\xd4\xa9\xa8\x4f\x56\x7e\x7c\xbc\xdb\x34\x72\xe8\xe1\x9e\x39\x38\x52\xde\xdb\x64\x33\x0e\x0f\xa7\xda\x8e\x6f\xfd\x2d\x26\xf0\xeb\xf1\x50\x48\x6c\xac\x8d\x44\xe3\x49\xed\x05\x87\xbd\x4a\x4f\x09\xe2\x0a\xfd\xd1\xde\x4e\x60\x11\xbe\x0b\x7d\xad\xd7\x9c\x9b\x32\x95\x6f\x17\x3f\x0d\xe4\xef\x01\xe6\x81\x90\x3c\x39\x0b\xdd\x5a\x41\x6c\x51\x39\x42\x90\xe8\xec\x9e\x87\x3e\xae\x6c\xb2\x3b\xbf\xba\xbd\xbe\xab\x02\xff\x60\x34\x38\xd0\x43\x5a\x29\x1e\x2a\xec\xdc\x6e\x73\xe4\x50\xcb\xf2\x68\x09\xba\x6c\xa2\x9b\xf7\xd3\x2c\x12\xaf\x26\x12\xc0\xdf\x42\x76\x11\x7f\x9c\x10\xcf\x44\x5f\xa7\x44\x34\xc3\xcf\xeb\xc5\x6d\x27\x25\x4b\x46\x6d\x96\xeb\x9e\x20\x08\x38\xdc\xc9\xee\xf3\x4e\xa3\x61\x5e\x5c\x7f\x00\xf1\x38\x9c\x88\x0a\xe8\x46\x43\x38\x1e\x2a\x5d\x14\x11\x28\xab\x0b\x93\x43\x58\xc5\x6c\xcc\x7b\x16\xc5\xb2\x74\x46\xcd\xaf\xd4\xed\xce\x88\xf5\x8b\x23\x83\x92\xee\x87\xd2\xb4\xd1\x06\x09\xc5\xfa\xa2\x24\x40\x8f\x8b\x47\x1a\xf3\xf8\x9b\x5b\xf7\xc3\xe1\x82\xb3\x3b\x21\x9e\xe7\xdd\x74\x99\x26\x6f\x9d\x28\x33\xfe\xe0\x03\x89\x69\x9f\x4b\x01\x06\xf6\xf8\x90\x90\x9a\x82\xb3\x46\x7b\x9b\xc4\xcf\x38\x06\x68\x46\x4e\xf5\x62\x2c\x6f\x89\xd9\xc8\x8e\xee\xd3\xff\xee\xed\x76\xf7\x5e\xbf\x3e\x9a\xd8\x9a\xd8\x22\x89\xf7\x26\x35\x3c\xe5\x10\x78\x43\xd4\x1c\x75\x12\x93\xd8\x00\xf5\xd1\xf6\xa2\x42\x74\x90\x51\x3c\xe9\x44\xd7\x03\x45\x27\x28\x37\x4f\x96\xc5\xc7\x5c\x0b\x3b\x4e\xcc\x50\x5f\x2a\x56\xd8\xc2\x5d\x88\xee\x86\x61\x7f\xfa\x74\x5d\x29\xdb\x12\x7d\x19\x04\xad\xb8\x69\xbe\x37\xed\xc9\xa4\x87\x48\xba\x2d\x29\x5f\xe0\xfc\xe8\x46\x83\xdd\x64\x89\xc6\xe3\x1a\x01\x18\x7a\xb2\x46\x88\x02\xaf\x47\x37\x10\xff\x29\x5f\xb0\xb9\x81\x15\x98\x1a\x7d\xb4\xdc\x8f\x19\xa3\xcd\x66\x6f\xcb\x37\xe5\xe2\xf7\xf4\x1f\xfe\x6b\xfe\xd6\x54\x05\x42\x7d\x85\x00\x22\xfa\x90\xa2\x0a\xd5\x8f\x2b\xc9\x62\x4f\xf5\x1b\x5b\xa8\x1e\x99\x5a\x1c\x5b\x9a\xeb\xff\xe3\x34\x9d\x8c\x8f\xd7\x4d\xd1\xab\xb0\xe3\xd2\xc5\xee\x7f\x0d\xcc\x58\x5b\xb3\x53\x93\xa8\xea\x28\x87\x8b\x44\xd9\xb0\x63\x2c\x8f\xa4\xa0\xbd\x29\x5b\x8b\x38\x2a\x5b\x8f\x00\x92\x58\xfa\xf8\x20\xf5\x43\x5a\x09\xfe\xa9\x84\x3c\x97\x3a\xad\x99\xbe\xda\x52\x41\xfc\x94\xb6\x26\x96\x8c\x7b\x0b\xee\x50\xcd\x19\x89\xa8\x68\xc3\x69\x82\xae\xff\xcc\xd9\x2e\xb4\x95\x70\xf6\x05\x1c\xe8\x6a\x67\x4f\x07\xb2\xc5\x4b\x27\xef\x48\xf4\xe0\xda\x54\x77\x75\x79\x1c\xa6\x8f\xc7\x8f\xf8\xf0\x74\x86\x6c\x16\xad\xe3\x02\x6e\x80\xc3\x71\xaa\xe2\x67\x1e\x45\xe4\xbf\x6d\xa5\x01\xc3\x3d\x4a\x96\xab\xbe\x23\xf8\x08\xd2\x80\x64\xc5\xee\x6b\xe0\xf0\xa2\xd5\x8a\x1d\x61\x54\x2b\x82\xfe\x3c\xd9\x97\x50\x13\x7e\x42\x85\x59\x7e\x21\x76\x06\xb1\x73\x8d\x92\x49\x42\x4a\x43\x92\xa1\x94\x34\xa2\x12\x5f\x11\x68\x1b\xc8\xe8\xff\xc5\x1d\x39\x77\x96\x57\x30\x06\xba\x72\xaf\xfb\x0f\xb5\x2e\x92\x50\x28\x2a\x7d\xdc\x8a\xdf\x77\x25\xc2\x4e\x1b\x6d\xa6\x48\x80\x63\x33\xf3\xf8\x94\xd4\x53\x7e\x2a\x03\x85\x2b\x9c\xcb\x39\xda\xc5\xf7\xf2\x6f\xf8\x10\x45\xda\x63\x5e\x20\xfa\x15\x2a\x5d\x34\xcd\x1b\xbb\xf8\xbd\x59\xf1\x1f\xa1\x7c\x5b\x76\xf2\x09\x81\xcf\x1f\xa7\xdf\x88\x81\x2d\x8b\x03\x69\x33\x24\x42\x65\xa8\x1b\x5c\x4f\x5d\xec\xcb\xf0\x4d\x1d\x0a\x43\xb2\x0c\xf1\x39\x8d\x56\x20\xfe\x6c\xd0\x71\xa7\x7e\xa0\xb1\x55\x5e\x70\x01\x55\x19\x54\xec\xf9\x09\xca\x9d\xb0\x17\x78\x18\x7f\x4c\xde\xf0\xc6\x8f\x93\xaf\x2f\x81\xdd\xd7\xd3\x6b\x42\x3e\x8a\x82\xed\xe0\x5d\x7d\x1c\x9f\x9a\x17\x84\x00\xbe\x0c\x0a\xfc\xb0\x40\x2f\x2c\x7a\xfc\x2a\x89\xe1\xed\xf1\x4e\xd4\x15\x11\xb9\x4b\x44\x57\x6c\x11\xc7\x9b\xd1\xdf\x0f\x2e\xad\x03\x91\x15\xdc\xa7\x7c\x8e\xf6\x34\xa9\xef\x23\x9b\xff\xfe\xd3\xea\x3a\x3c\x19\xc7\xc0\xd5\x38\xce\x2d\xdd\xd6\xb6\xe4\xc8\xc8\xcc\x6e\xca\x7d\x46\xdf\x92\x95\xe1\xa8\xac\xac\x86\x30\x93\xf8\xf7\xec\x97\xda\xd4\x5b\xba\x77\xd1\x6e\x8a\x64\x67\xb4\x3f\xab\x7e\x7b\xaf\x6b\x73\xa4\x0b\xc9\xaa\xeb\x0f\x88\x90\x5a\x42\xb8\xbe\x6d\xe1\xb4\x34\xb9\x1f\xdc\xd3\x52\x1b\x25\x1b\x13\x77\x36\x5a\xb3\x7e\xe0\xd5\x2a\xdd\xf3\xad\x12\x3d\x1c\xc3\x7d\xdd\xa3\x7d\xa6\xd5\x6e\x6a\x17\x85\xf2\xd5\xa7\x23\x24\xdd\x38\x32\x76\x4f\xaf\x68\xb0\x0a\x53\x9c\xf2\x47\xb8\x2d\xff\x29\xfb\x23\xa0\x96\xfe\x21\xf2\xc2\xbc\xfb\x93\x63\xd7\x95\x10\x19\x7b\x6f\x1f\x47\x31\x55\xbc\x09\x87\x98\xb2\x85\x50\xf7\x34\xeb\x68\x9f\x99\x0b\x19\x6e\xb3\x4d\x38\xae\xe0\x4f\x60\xf6\x9d\x13\x86\xd1\xd1\x21\x5a\xb7\xe6\x82\x51\x57\xa4\x08\x24\xd7\xb8\x5a\xed\xf2\x3d\x74\x9c\xff\xad\x11\x7b\x13\x29\x0b\x75\x38\x31\x0f\x87\x89\x01\x43\x6e\xc5\x82\x6e\xdf\x88\xf5\x9c\xf0\x0c\x43\xeb\xbc\x20\x50\x76\xeb\xa3\xe5\x32\x11\x00\x07\xfb\x79\x8c\xb7\x20\xb5\xe8\x54\x7a\x01\x91\x88\x09\x6d\x9a\x76\x2d\xb1\x74\x47\xf5\xc7\x67\x55\xf8\x0e\x0a\xe3\x2c\x23\xa7\xba\x92\xd8\x26\x13\xf6\xae\x25\x8b\x4f\xc4\x99\x6b\x38\x9a\xbc\x30\x96\x9e\x98\x7b\xd9\x48\xec\x7a\x99\xa7\x83\xbb\x21\xc3\x24\xa2\x6d\x00\x87\xbe\x86\x35\x8e\x19\x72\xc8\x39\x88\xcd\xe9\xe1\x5d\x6c\xfa\xc4\xb8\x5d\x85\x3f\x09\x82\x77\x0d\xc4\x57\x83\xed\x1b\x3d\xcb\x18\x42\x1e\xf2\x54\x53\x72\x6c\x72\xa7\x92\xcb\x52\xdb\x8d\x71\xe1\x3a\x5a\x35\x24\x88\xd4\x17\xa3\xaa\x72\x42\x2f\x42\xc0\x91\x78\x6b\x04\x34\x24\x7a\xce\x20\x20\xd2\x30\xc4\x8a\xf8\xf7\x0f\x4d\xd7\xf0\xfa\x80\xda\x63\x85\xf8\x20\xe9\xc9\x78\x2a\xd1\xf1\x09\xc8\x98\x76\x0d\xd7\x91\xca\x3b\x69\x94\xb1\x97\x4f\x0a\xcc\xe2\x54\x99\x4c\x93\xae\x79\x79\x59\x12\xbb\x55\xdd\x34\xda\xaf\x09\x58\x5e\x2a\xed\x2c\xd1\xff\x7f\xd9\x90\x83\x7d\x30\x91\x11\xdf\x15\xdc\x34\x72\x84\x38\x30\xef\xa7\xa6\x00\x84\xa6\x7a\x94\x20\xb6\x33\xea\x71\x53\x99\x4c\x62\xfc\x5a\x51\xb4\x7a\xa1\x49\xe1\xc1\x4b\xd3\xac\x04\x18\xff\x6a\xf4\x1e\xb2\xf2\x23\xb6\xe5\x09\x62\xb5\x9e\x9f\xa7\xc9\x16\x2e\xd1\x1c\x38\xd3\x32\xf2\x33\x15\x26\xe5\xfd\xa8\x23\x34\x3d\xce\x60\x74\xac\x77\xc5\x99\xb5\x41\xa6\xd1\xb6\x4c\x44\x8d\x88\xb9\xc9\x81\xd3\x2b\xcc\x21\x93\xa2\xf8\x38\xa6\x4b\x53\x95\xc4\x2f\xfc\xed\x31\x31\x30\x66\x7a\x7c\x98\xb2\x28\x5a\x37\x77\x11\xc4\x89\xbc\x46\x4f\x9b\x78\x0f\xe0\x80\x8a\x87\x61\x53\x22\x23\xc4\x41\x25\x7d\x08\x24\x93\x16\xc2\x10\xa9\x9b\x79\xe1\xfd\x67\xf4\xcf\xc4\x7d\x46\x37\x8a\x77\x29\xf3\x21\xab\x87\x5d\xdf\x88\xeb\x9c\xef\x48\x8c\x3e\x83\x57\xce\x41\x44\x36\xe8\xfa\xd7\x53\x5d\x47\x74\xfb\xd0\x5d\x28\xd0\x71\xc7\x04\xfa\x2c\x96\x2d\x6d\x0a\x2b\xdf\x95\xdd\x71\xcc\xc6\x1e\xeb\xf3\x17\xd4\xfe\xce\x58\xdf\x3b\x5f\xc5\xe1\xa9\x41\x19\x1d\x9e\x2f\x1b\xdc\x62\x3f\xce\xcb\x18\x8b\xf9\xb8\x33\xc5\xf1\xc0\x25\x84\xb6\x96\x5d\x48\x04\x56\xd9\x78\x77\x4f\xfc\x29\x5f\xb6\x7d\xcb\xd7\x3f\x11\x21\x7f\x64\x68\xda\xaf\x89\x91\xd9\xab\x65\x34\xb2\x4b\x57\xe4\xd8\x6e\x71\x8e\x63\x66\x05\xf9\x0e\x3f\xb6\xca\x2f\x79\x28\xb5\xed\x71\xd1\x6d\x3d\x02\x1b\x0e\xe6\x16\x13\x56\x12\xc9\xab\xa1\x78\xf4\xe1\xa8\x42\xac\x89\x81\x07\x8a\x49\xd6\xa5\x81\xf8\x8b\xe1\x2c\x0f\xdc\xb6\x9b\x85\x0c\x9f\x1d\xe4\x3e\x7c\x5f\xca\x47\x65\x22\xe4\x9f\x8e\x62\x32\x46\xaf\xa2\xbf\x7f\x36\x85\xbb\x43\xed\x5d\xfe\x86\xc9\x59\x79\x38\xa3\x87\x70\xa2\xc3\xe8\xbd\x66\x8a\xed\xfa\x9f\xab\x24\x68\xbf\x5b\xa7\x8f\xdf\x35\x8c\x2d\x92\x90\x00\x91\x5f\xdc\x61\x7f\xb8\x88\x1f\x42\xc4\xdd\xc8\x64\x21\x8a\xe4\x90\x5c\x90\xc3\x4d\xfc\x76\x3e\xf3\x21\xd1\xa3\x76\xce\xf3\x7c\x0c\x79\xc9\xb0\x91\xf3\xf9\x98\xa9\x6d\xda\x03\x7a\xf2\xa3\xc3\xb3\x9c\x6c\xed\xd5\x15\x83\x10\x82\x9c\x69\x83\x4d\xab\x9c\xeb\xa9\x98\xaf\x4b\x17\xe2\x9d\x1b\x3b\x02\x4d\xde\xe2\x69\x89\xd9\x6f\xc2\x94\x5a\xb3\x6b\x2e\xcd\xf4\xde\x25\x96\x22\x01\xa2\xa3\x5d\x13\xbb\x62\xc9\xd7\x10\x9b\x61\x46\x86\xc6\x29\xa1\x02\x63\xcc\x20\x3a\x40\xbc\xcc\xe0\xb7\x02\xc5\xde\x6a\x70\x04\x3f\x0c\x69\x8e\x10\x1a\xc8\xfb\x54\x98\xe0\x71\xe7\x23\x0a\xc4\x09\xfb\x92\xc3\x98\x27\xbc\x5e\x0b\xdb\x75\x4c\x43\x42\xba\x8f\x4f\x61\x44\x93\xeb\x08\x87\x07\x70\x2a\x95\x0d\x7c\x1e\x59\xa7\x6a\x18\x26\xd2\x75\xcc\x53\xd0\x7d\x2b\x02\x90\x18\xd0\x55\x26\x32\x10\x95\x04\xf6\xd9\xc9\x4c\x44\xc8\xa0\xae\x24\x45\x65\xa0\x1a\x97\xe8\x7c\xd9\xd9\xf7\xe7\x2f\xd8\xa3\x25\x9b\x67\xa7\x9a\xd8\x90\xd8\x68\xb6\x36\x25\x44\x5d\xab\xe7\xab\x91\x54\x4b\x88\xc0\x03\xf1\xab\xa4\x96\x50\x31\x5e\x30\x15\x61\x0f\x1e\x8d\x78\x62\x34\x9b\xc7\xd1\x05\x27\xe8\x92\x90\x7c\x08\x1e\x94\x73\x22\x13\xe9\x96\xde\xd1\x82\x25\xca\xf3\xec\xfe\x5e\x52\x53\x80\x20\x5a\x73\x7e\x4d\xaf\x2a\xa4\x86\x37\xfa\x1d\x7e\xc7\xe1\x39\xd6\xd1\x82\x25\x84\x46\xa0\x7f\xa4\x78\x39\x2d\x9c\x1e\xed\xe2\xb0\xfa\x84\x90\x5a\xab\xa4\xe4\xd8\x48\x54\xcd\x32\xda\x0b\x6f\xbb\x2f\xbe\x7f\x97\xa2\x91\xbd\x21\x4c\xc4\xc1\x79\x44\x6f\x89\x9b\xc0\x47\x05\xd6\xc3\xde\xe6\x9c\x94\x86\xba\x04\xc9\x78\xb5\x78\x61\x6c\x67\xe2\x44\x30\x1f\x69\x20\x7b\xf1\x28\x04\x79\xdf\xc0\x0e\x07\x6e\x22\x2e\x1e\x8d\xeb\x2f\xcd\x95\x82\xd3\x79\x3b\x12\xe1\x4d\x0f\x31\xb1\xcc\xb5\x66\xce\x19\x84\x05\xd1\x18\xca\xb0\x09\xc0\x9b\x1d\xd4\x85\xd1\x36\x9f\x1e\x49\xd2\xa6\x00\x4e\x87\x8e\x44\xef\x31\xf2\xe8\xb4\x26\x28\xa8\x2d\xe2\x3e\xac\x8d\x1d\x03\xd4\xdc\xe9\x61\xa1\x75\xe5\xd4\xd2\x13\x35\x10\x68\xd8\xb2\x89\x23\xff\x31\xae\x22\x0a\x22\x4b\x9b\xca\xe9\xa9\xed\x5f\xff\x32\xae\xb3\x97\x78\xdd\x0b\x8d\xdb\x3d\xae\xb0\x6a\xd6\x57\x84\x8c\xdb\xfd\x84\x80\x34\x20\x04\x96\x92\x72\xa2\x48\x31\x81\xae\x4a\x35\xad\x65\xdb\x57\x94\x57\x7d\x29\x74\x97\x24\xa1\x92\x06\x6c\x6b\xd3\x89\xc5\x0b\x37\x14\xba\x28\xe7\x02\xd9\x53\x17\x6a\x23\x24\x0a\x18\xda\x52\xac\xd3\x08\x58\xc3\x7c\x68\xf3\xd1\xbc\xd9\x8a\x4d\xef\x5e\x09\x50\xc3\x64\x54\xf9\x07\x46\x61\x73\xcc\x61\x9b\xde\x21\x1f\x76\x6c\xab\xaa\x74\x20\x70\x11\x88\x9c\x06\x71\x97\x33\xc4\xb5\xd1\xcf\x9c\xef\x91\x60\x87\x03\x8d\xc3\x0a\x11\x24\x9e\xef\x5f\xfb\x9e\x98\x4e\xec\xe9\xfe\x38\x41\x18\xae\xc6\x20\xdc\xcd\xb8\xa2\x12\x74\x5a\xdf\x05\xd0\xa3\xd9\xf3\xd0\xce\x9c\x7a\x0a\xed\x07\x16\xb4\x55\x58\x53\x59\x1e\x10\xb8\x13\xdd\xf1\x9a\x99\xda\x62\x09\xbd\x22\x60\xc8\x13\x03\xa6\x65\xeb\x7b\x84\x87\x39\x8a\x11\xbc\x62\xf7\x41\xb4\xb7\x60\x8e\x27\x29\x85\x7c\x16\xb8\xbc\x73\x74\x36\x42\x05\x69\xae\xe6\x38\x6c\x55\xcc\xe4\xdc\xf9\xed\xf9\xf7\xcf\x8e\xb3\x77\xf7\xde\xbe\x7d\x7b\x0f\xad\xef\xf5\x2d\xde\x20\x9a\xf2\xfa\x38\xfb\xaf\x4f\x4f\x09\x4f\x16\x77\xe7\xd9\x19\x0b\xa6\x41\xcc\x88\x69\x0a\xb8\x21\xd6\x98\xfe\x22\xfc\xff\x78\x02\xff\xeb\xed\x89\x32\x6c\x8e\xc3\xdd\xc7\xa4\x28\x0e\x31\x75\x62\x55\xd8\x89\xa9\x9a\xa2\x35\x1a\xb8\x81\x1d\x8d\x63\xad\x81\x25\x32\xe7\xcd\xf2\x86\xec\xe8\x83\x9a\x25\x75\x9f\xa6\xff\x2c\x8b\xeb\x7f\x8e\xe5\xc5\x52\x2f\xb1\x21\x8d\x04\xe8\x08\xd3\x22\x00\xf2\x3b\x04\xfe\xc3\xc1\xfe\xac\x07\x5b\xf8\xf7\x8d\xb5\xe4\xf7\x24\xfe\xb7\xd2\x00\xc9\x6b\x23\xbd\xb0\xc3\x5f\x53\x57\x57\x04\x6b\xde\xd6\x85\xa3\x57\x31\x88\xe1\xb3\x83\xb6\x3b\x04\x02\xea\xd4\x6a\xef\xce\x87\x1d\x71\x76\x0e\x03\x7c\xce\xb6\x7c\x8b\xdf\x1e\xe5\x65\x94\x61\xce\xb1\xe4\x60\xb7\xa2\x60\x0e\x83\x4e\x24\x40\xe5\xe2\x4c\xb4\x15\xf4\x58\xee\x1a\x0e\x82\xe6\xc0\xb1\xd0\x40\x9a\xaf\x43\xe7\xe3\x3e\x62\x43\x88\xe9\x8f\xb2\x77\xea\xff\x77\xcc\x99\x97\xf3\xad\xba\x60\x4f\x6d\xd0\xe2\x8c\xfe\x33\xb9\x73\x92\xd9\x1b\x54\x1d\x5e\x44\xbe\x80\x91\xef\x7c\xb8\xd8\x2c\xb1\x61\x99\xf8\x66\x58\x1a\xd2\x57\x33\xb9\x86\xfc\x00\x21\x8d\x25\xd4\xbd\x97\x10\xe7\xfb\x2c\xd4\x85\x22\x0f\x17\xb1\x44\x8e\x36\xa1\xc0\x81\x46\x18\x87\x0c\x19\x1e\x07\x19\x63\x56\x47\x11\x95\xa3\x39\x87\x91\x3e\x27\x88\x26\x6d\x91\x8c\xe3\xfa\x8f\x7c\x45\xc6\xec\x94\x1b\xe3\x66\x9a\x4c\x5c\x58\x1c\x8d\x80\xc8\xc9\xa7\xee\xd9\xf6\x3e\x32\xf1\x2d\xe6\x79\x24\x57\x38\xc5\xc4\xd8\x13\xb9\x54\x01\xbb\x3e\x11\x5d\x8f\x19\x46\x79\x3b\x47\x3d\x0e\x6b\xe1\xe3\x14\x8d\x15\x74\xd2\x99\x84\xec\xe1\x70\x47\xc3\x4f\x83\xec\xc7\xc3\xab\x7d\x91\x43\xd1\xbd\x38\xc9\xe9\x45\x8c\xf7\x68\x5f\x35\x57\x71\xbc\x63\x75\xcb\xaf\x9a\x52\xac\xe9\x93\x15\x85\xea\xe3\x98\x71\xd4\xf0\xe1\x64\xc3\xd0\x48\xa3\x65\x70\xad\x2b\x6d\xcb\x81\xc0\xfa\x80\x0b\xe0\x26\x8c\x17\x9d\xdd\xb8\xfa\x4a\x22\xcc\x23\xac\xd1\x51\xbe\x2d\x3b\x0d\xd1\xe3\x62\xe1\x59\xba\x04\x21\x1f\x95\x8f\x8b\x14\x6d\x1b\x3b\x41\x87\x35\xc6\x29\x29\x1d\x8d\x97\x8b\x8d\x55\xa1\x8b\x88\x57\x1f\x8b\x39\x22\x6b\xa6\xa9\xa5\x0d\x43\xd1\xf9\x3a\x9f\x12\x43\x6f\x30\xec\x28\xa0\xd9\x3c\xed\x2e\x0e\xa7\x37\x3d\xf1\x8f\x2b\xe4\x93\x73\xbd\x31\x66\xde\xb0\xeb\x4f\x8a\x9f\x37\x7d\xfa\x63\xf6\x28\xff\x25\xc0\xf3\xd1\x48\x7a\xc3\xa9\x7a\x2b\x9f\x61\x90\x29\x67\xce\xa3\x02\x0d\x13\x7c\x62\xf0\xd2\x7e\x02\xef\x34\x35\xaf\x68\x07\x6f\x3c\xd5\xc3\x51\xf8\x66\x44\xf6\x6e\xe6\xab\xb6\x79\x6b\x11\xa0\x0e\x89\x7d\xa1\x87\x87\xcd\xab\xd8\xb7\x9e\x73\x99\x54\x83\xdd\x7a\x0d\xef\x30\xfc\x23\x45\x62\x97\xb2\x90\x7f\xa4\x88\xed\x7c\xd3\x1c\x9f\x9e\x34\x79\x48\x15\x58\x6d\x03\x1e\x82\xc9\xef\xb9\x34\xb2\x17\xcd\xdb\x25\xfe\xe2\x70\x7b\x16\xde\xba\x92\x96\x96\x29\x74\x14\x71\xdb\xa8\xb2\xdd\x57\x44\x4c\x73\x7e\xdb\x97\x3d\xfb\x8f\xd2\xf4\xe0\x3a\x1a\xaa\xf4\x4c\x08\xaf\x43\x25\x2e\x08\x75\xd0\xad\x9c\xad\x7b\xbc\x11\xb1\x64\x33\xb2\xc4\x0e\x92\x75\xde\x3d\x57\x99\xea\x32\x30\x46\xdf\xa3\xb0\x4e\xf4\x35\x92\x49\x85\x3a\xba\xe3\x84\x38\x1f\x3c\x79\x26\x3f\xd8\xf9\x5d\x22\x80\xab\xf7\xbb\xce\x61\xe6\xfc\xea\xe7\xde\xbf\xfe\xa5\x30\xb5\xde\xe3\x7e\x2e\x01\x11\xf8\xef\x60\xca\xe3\x58\x5f\x57\x69\xdd\xe6\x9b\x8e\xe8\x81\x06\x32\xe1\xa8\x9c\xa6\xe7\xda\xc2\x19\xf0\xde\x3e\x78\xef\xfb\x3a\xb4\x4d\x38\xc3\x73\xfe\xc7\x97\x26\x0e\x39\xae\x30\x07\xe7\xb7\x08\x3b\x10\x36\xc6\x99\xdc\xbf\xee\x61\xd3\x40\xaf\xce\x6d\xeb\xac\x6a\x9d\xed\xf7\xc4\xc8\x0c\x7b\x4b\x1f\x2d\x41\x33\x4f\x27\x4b\x0f\xf6\x88\xea\xfe\xc5\x38\xde\xa7\x93\xc5\x65\x03\x4d\x8f\x37\x50\xed\xd8\x1c\x67\x90\x2c\x25\xb6\x6b\xac\xd5\xd2\xa5\x6a\xb6\x8e\x5e\xe1\x00\xa2\xe0\xa5\x73\x1f\xa0\x3d\x89\xf1\x0c\xa9\x24\xd4\x21\x46\x9d\xbc\x38\xdc\xa0\xc7\x58\x6a\xd3\x26\xe9\xd0\x64\xcc\x2e\xdf\x26\xec\x17\xe2\x36\x84\x6f\xcc\x17\x9c\xe0\x7e\x10\xeb\x1c\x37\x71\x31\x66\x98\x5a\xb4\x62\x7c\x89\xb6\x49\x20\x14\x36\xf4\x64\xb1\x53\x14\x14\x03\xbe\x0e\xb2\x41\xd1\x24\xa2\x17\xc6\x95\x0d\x5f\x15\x57\xfe\xb6\x85\x51\x91\xda\xbb\xc5\xf0\xc3\x97\x0b\xc0\x73\x59\xda\x5e\x42\x35\xf9\xcf\xe0\x51\x40\x2a\x9f\x70\x76\x5e\xa0\xa4\x7f\xfd\xef\xff\x6b\x02\xf8\x94\x5a\xa9\xdc\x9b\x2b\xa2\x43\x7f\x88\x2d\xf6\x6f\xa7\x26\x08\x13\xad\x75\x57\x34\x8f\x6c\xcf\x01\x3b\xda\x46\x4c\xf2\x5d\xf4\x30\xed\x0b\xcc\x36\xd4\x28\xe5\x9a\xa5\xf7\xce\xbc\xb6\x96\x61\xc0\x84\x3a\xe6\x2f\xca\xc4\x1e\x36\x27\xb5\x47\xf5\x53\xc1\xc6\x32\x11\x2d\x0e\x88\x1e\x7e\x61\xdc\x27\x57\xef\xdc\x27\xde\x65\x18\x1c\xdf\x44\x06\x42\x77\x17\x9f\xc6\x5a\x9a\xe1\x55\x16\x22\xd3\x55\x0d\xaf\x92\x68\xf2\x5e\x4e\x55\x9f\x8e\x1c\x7b\xa8\xea\xf4\x73\xe7\x76\x30\x09\x9a\xcd\xb0\xf7\x9d\x4b\x12\xc4\x19\xa8\xf2\x9b\x82\xef\x8d\x86\x8a\x5e\x30\x37\x80\xcf\xc4\x79\xf8\xd5\x1a\xde\xa2\xd4\x5a\x90\x69\x14\xd7\x1b\xb7\x2c\x7c\x7c\x29\x7f\x57\x02\x5d\xe2\xe7\xd4\xbc\xad\x01\xb0\x76\xf1\x22\x4a\x29\x2d\xa6\x63\xb3\x1f\x9b\x76\xfb\x2a\xe4\xba\x4a\x92\x00\xc7\x22\x6e\xae\xe2\x73\x42\xc4\xf5\x5c\x64\x50\xe6\x86\x47\x4d\x0e\xc6\x16\xe4\x2b\x3c\xce\xa6\x35\x0e\x2f\x28\x2e\x73\x45\xa9\xf2\x0d\x89\x35\x28\x41\xe9\xe7\x2e\x78\x0e\x92\xee\x44\x76\xae\xc9\x2c\x38\xa8\x8d\xb3\x8c\x8c\x5c\xea\x67\x7b\xd3\xd0\xc4\x19\x21\x10\x3f\x67\x91\x56\xa9\x84\x0e\xaf\xd9\x19\x58\x2b\x3d\xe1\x9f\xad\x4a\x17\xe9\xe2\x72\x76\x2f\x44\x8a\xe1\xec\x4d\x76\xc6\x89\x5e\x54\xd7\x80\xbc\xc2\x08\x12\xe6\x4a\x93\xcc\x31\x21\x97\x71\x08\xf5\x83\xbe\xe2\x29\x87\xd8\x18\xd2\x3d\x6f\xde\xc8\xc0\xdf\xe7\x17\x73\x49\xc5\xb4\x32\x97\x1f\xae\x1d\x85\xf0\xe2\x14\x5e\x71\x3c\x7c\xc1\x0b\x2e\xfe\x81\xc6\x30\xd1\x54\x65\x2e\x4d\x4e\xec\x07\xe6\xb2\x9c\x61\x34\xd7\xef\x99\x66\x1a\xf0\xde\x57\xbe\x0f\xa9\x9b\xc4\xd4\x72\xb2\x8f\xba\x94\xa0\x46\xce\x60\x45\x6e\xa3\x1f\x5b\x00\xe1\x9e\x98\x2b\xab\x61\x0e\x87\xb9\xbc\x21\xcc\x5a\x0a\x4b\xff\x3e\x29\x71\x52\xbd\xcf\xdf\x6a\x4e\x1b\x67\x57\xa9\x39\x79\x0d\xb2\xab\xc4\xb2\xe2\x34\xcd\x8a\xff\x32\x9d\x6f\xe5\xd3\xad\x60\xd3\x0a\x21\xe1\x4a\x6c\x76\x9b\x6e\xa3\xa7\x16\x0f\x6a\x84\xc5\xb0\x96\x1a\x7d\x72\x7e\x15\x67\x5c\xbb\x3e\x9c\x56\xa5\x3a\x3a\xa0\x61\x9b\xce\x1c\x72\x9a\x66\x73\xd2\xd8\xb7\x9a\xee\x69\x88\x99\x22\xa3\x99\xc3\xc9\x45\x0e\xdb\xcd\x0c\xd0\xdc\x50\x4c\x32\x8e\x65\xab\x11\x68\x6f\x6a\xe4\x77\x2d\xb5\x30\x1f\xb7\x1c\x07\x84\x1d\x59\xba\xc4\xf1\x6d\x9f\x3c\x7f\x7e\xfd\xe7\x97\x8f\x9e\x9f\x3f\x79\x70\xfa\x28\x8e\x6f\x7b\x40\xa1\x3f\x0a\x74\xfb\xfe\xa0\x62\x5f\x1b\x00\x51\x4d\x44\xbb\xbd\x79\x8f\x3c\x76\x9b\xc8\x4d\x76\x73\x44\x5f\x18\x58\x4e\xb1\x91\x91\xfe\x44\x04\x2a\x0c\x5c\x97\x4e\xaf\x0a\xba\x55\x45\x73\x2e\x19\xb9\xa6\x09\x08\xe2\x4d\x35\xf9\x51\x6c\x1d\x36\xcb\xfb\x71\x0e\xee\xbe\xa2\xfe\xb9\xfe\x7b\x51\xee\x97\xd3\x21\x6e\x79\x2a\x92\x01\xd0\x7e\xe5\x9b\x09\x67\xa0\x81\xc5\x06\xa5\x0e\xb3\x3e\x17\xc2\x5b\x6c\x71\x42\x9d\x96\x53\xf6\x22\x23\xc9\x44\xf1\xb0\x6d\xda\xbf\xa6\x3b\x6f\x9b\x0a\x9a\x2e\xb5\x03\xd1\xec\x84\x61\x6e\x53\x11\x24\xd2\x1e\xf4\xc1\xf3\xa5\x62\x7a\xb0\x78\x24\xe9\x0f\x7d\x31\x91\x20\x54\xfa\x3b\x49\x5d\xe7\x4b\xf5\xa9\x8d\x4e\x2b\x09\x74\xa7\xd3\x11\x6e\xea\xab\x61\x2b\xa4\x4f\x0f\x6a\x4d\x36\xac\x2d\xe5\xe9\x99\xc9\x13\x3d\x47\x50\x0a\x5a\xbe\xc6\xa6\xd0\xc2\x74\x26\x52\x06\xe2\x4a\xe3\xb9\x2f\xee\x7b\x4b\xd5\x53\x91\x9a\x8d\xeb\x84\x77\x34\x7e\xaa\xd8\xb4\x03\x84\x35\xa7\x5e\x0c\x76\x47\x1c\x22\x1c\xf1\xa7\x25\xe4\x9f\x8d\x60\x6b\xae\x7d\x33\xf3\x31\x9e\x00\x73\x23\xd1\x14\xe2\x6a\xd3\x73\xe0\x17\xf2\xe7\x35\x6e\x4e\xde\xd3\x34\xb2\x95\x38\xdf\x07\x33\x56\xe3\x85\x81\xac\x4c\x8d\x7c\x09\xc0\x3e\x4e\x4d\x8e\xed\x5e\x07\x93\xbb\x9f\x26\x08\x1e\x57\xfc\xe8\xf4\x26\xe7\x74\x1c\x4f\x28\xce\x92\x56\x89\xdb\x2b\xc7\xac\x3c\xca\x15\x52\xa6\x4c\xeb\x64\x26\x37\x04\x6a\x94\x0a\x93\xcf\xb5\x7c\x62\x90\xb7\x23\x5a\x85\x1f\x96\xf8\x1e\x58\xbf\x9a\x3a\xa0\xd9\xea\xb0\xc1\x70\x22\x44\x61\x01\x11\x27\x65\x62\xcb\xa2\x71\x70\xfd\x4f\x43\x47\xc3\xc7\x51\x56\x30\x20\x45\x51\xf1\x34\x21\x11\x0f\xd3\x07\xf2\xd5\x85\x81\x07\x6d\x3a\x7c\xbd\xd2\x7e\x20\xea\x64\xd2\x4e\x91\x41\x74\x89\x15\x2f\x8c\x7a\x9c\x0e\x89\x9e\x52\x8a\x69\x83\xe8\x81\x70\x80\x94\x06\x47\x57\xd5\xb7\x62\x56\xc6\xe7\x44\x34\xb2\x96\x94\x2d\xb0\x39\xf1\x54\x9c\xfd\xa3\x30\x6d\x07\xe0\x1a\xc1\x7a\x3c\xac\x23\x29\x74\xc5\x87\xd8\xb5\x79\x8c\x1f\x86\x50\x33\x00\x7f\xd6\x8a\x05\xdb\x6c\x53\x47\x80\xc3\x17\x20\x9c\xee\x57\xe2\x77\xed\x96\xa4\x99\x1d\x1c\x2e\x09\x91\xbe\x0f\xa3\x93\xbf\x79\x2e\xfe\x06\x7e\x6c\x36\x2e\xc6\x8a\x98\xad\x1d\xc6\x1d\x7f\xf3\x4c\x0e\xdd\xa0\xc3\x9b\x73\x1c\x4f\x8a\x7a\x3d\x8c\x2b\x0e\x4d\x79\x32\xd9\xa7\x82\x68\x02\xfb\x6a\x26\xc7\x7c\xe5\x01\x33\x39\x67\x0c\xe5\x94\x4f\xf3\xf9\xf0\xde\xf8\xd1\x62\xfd\x8f\x0b\xcb\x2f\xf4\x6f\x3a\xaa\x9a\xf6\x49\x6c\x57\x6f\xca\x18\x7a\xad\xe9\x91\x61\xfe\xbf\xd6\x00\xb0\xae\xaf\xb2\x76\x32\xb4\xc8\x76\x36\x64\x71\x15\xa9\x1a\xa7\xf7\xe4\x5d\x7f\x35\x43\xb2\xf5\x55\x93\xb7\xeb\xc5\x0b\x30\xd9\x39\xeb\x57\x38\xd3\x3e\xf4\xe4\x76\x11\xa5\xd6\xe4\xf4\x9c\x84\x87\xde\x6b\xe6\xce\x34\x4f\xe7\x81\xf4\xa9\x9a\xc1\x57\xf9\x98\xfb\x83\x84\xbe\x56\x32\x2f\x6c\x85\x00\x75\x56\x49\x33\x35\x22\x26\x76\x09\xc1\x86\xce\xaf\x6c\xc7\x19\x99\x66\xbb\xa6\x2e\xc5\xba\x93\x38\x41\x5a\x5b\x2e\xc1\x65\xbd\x53\xed\x99\x73\xa5\x95\x2c\x3c\x5c\xe6\xdd\x23\x67\x5d\xd3\xe5\xd5\xe2\x05\xfe\x8b\x44\xc2\xeb\x59\x58\x3c\x4b\xd1\x69\xdf\x88\x42\x3b\xd7\xbf\xd8\xb3\x29\x54\x68\xf6\xa6\x75\xeb\x0e\xd6\x32\x71\x0f\x34\x4b\xb3\x63\xc1\x7f\x2f\x11\x66\x3b\x4e\x3d\xa0\x93\x9f\x1a\x4b\x1c\x61\x91\x20\x37\xb7\x26\x31\xf6\xe7\xd4\xcc\x3e\x97\xf0\xd7\x2b\x96\x42\xaf\xbe\x49\xc4\xb5\xc7\x51\x79\xfc\x40\x24\x1f\x44\xdf\xe7\x5d\xb5\xe2\x4f\xee\x4a\xc4\x65\x36\xda\xd8\x38\xd4\x78\x52\x09\xb1\x93\x93\x02\x71\x0f\x18\x14\xe1\x96\xc7\x25\xde\x94\x3e\x9a\x5c\x64\x50\x3f\x28\x3f\x94\x13\x28\x19\x23\xa4\xd4\x8d\x8b\xc5\x53\x2a\x9d\xb1\xaa\x1b\xd2\x41\x6a\xdc\x15\x09\x4a\x4f\x50\x8b\xf8\x98\xf1\x77\x67\x15\xf7\xb1\x7e\x24\x26\x58\xb2\xd2\xeb\xbf\xe7\x18\x47\x68\x1e\x97\x2b\x2a\x9c\xac\xbb\x4e\xbd\x77\xe3\x2a\x4e\x93\x33\x9f\x82\xc6\x34\xc5\xd7\x51\x00\xcd\xc9\xca\xf6\x6d\x89\xa8\xd8\x0f\x72\x5b\xb0\xe8\x77\xaa\x4e\xdb\xd7\x44\xd7\x23\x40\x55\x97\xd4\x40\xc0\x08\x04\x2d\xe1\x4c\x4a\x8d\xc4\x9c\x27\x0c\xcf\x84\xb9\x46\x99\xc5\x11\x89\x11\xd9\xf7\x7c\xd1\xed\x8d\xcd\xfd\xd3\xcb\x31\x43\xe5\x8b\x6b\x18\xf1\xec\x91\xef\x41\xfa\x20\x87\xbe\xf5\x3d\x17\x13\x31\x66\x8a\x94\xaf\xb5\x11\x61\xe3\x69\x2c\x07\x5d\x6a\x51\x66\x3f\xa9\xa3\x74\xb2\x53\xdd\xfc\x4d\x53\xe6\x67\x05\x0f\x0c\x42\xa7\xa5\x93\x75\x61\xd6\xdc\xd7\x24\xe4\xfc\x47\x7a\x8a\x67\x7b\x63\x3f\x53\x93\x36\x1f\x9d\x35\x3f\xf3\xf5\x56\x9e\xb5\xa9\x2d\xf6\xdd\xe7\x57\xb9\xd2\x67\xbd\x92\x67\x5e\x2f\xf9\x1d\x34\xad\x37\xf6\x3c\xde\xf3\x4f\xec\xf7\x97\x1d\xc5\xb6\xec\x96\xdb\x42\x17\x03\xbb\x79\x49\x9c\xaa\xe3\xd1\xed\xec\x0e\xee\x7d\xdc\xf4\x86\xd9\x36\xa2\x52\x97\x3c\xcf\x62\x83\x2b\xa3\x1c\x9c\x13\x21\xc4\xab\xba\x80\xa8\x12\xb9\x1c\xd9\x04\xe3\xf9\xf5\x87\x7b\x4c\xb3\x89\x65\xa2\xcb\x5b\x72\x34\xa7\x0a\x9f\x4b\xa4\xef\xf2\xbd\x61\x9b\x04\x7b\x94\xdd\xc9\x9d\x3b\x97\x92\x51\xf2\x10\x50\x25\x7b\x8f\x1f\x17\xf6\x29\x12\xc1\x3b\x6f\xa3\xb1\x77\x6f\x1c\x7f\x0a\xa4\x06\x8f\x4b\xb4\xed\xad\x9b\x6c\x77\x03\x34\x45\x83\x44\x56\x4a\xe9\x4a\x3d\x48\x89\x60\x47\xd1\x64\x90\xe2\x25\xc0\x7c\x87\x63\x56\x42\xfc\x93\xd7\x42\xed\x68\xf6\x07\x33\x36\x7c\x4e\xcc\x5c\x59\x88\xe6\x44\x9f\x07\xf6\x21\x9e\xe2\xf8\xac\x3f\x65\x7a\x13\xdb\x73\xd3\xe6\x40\x20\x36\xb8\x6a\xb4\x33\x65\x94\x4b\x66\x7c\xdf\x20\xf8\x6a\xfc\xcd\xc0\xe8\x07\xee\xdb\x54\xf7\xe3\x55\x19\x1f\xcd\x83\x5f\xd9\x98\x20\xf8\xc8\x50\xe9\x62\xfd\xa4\xc7\xf7\x30\xa6\x8b\xd8\x2b\x8c\x36\xba\x23\x6c\xb2\x78\xd8\xb3\x66\x93\x86\x7c\x9a\x73\x74\xb3\x73\x7c\xee\x93\x27\x49\x33\x59\x6f\x9b\x96\x80\x92\xde\xef\xc5\x77\xee\x2f\xab\xd9\x96\xab\xf4\x11\xd2\x06\xc4\x53\x10\x2d\xbe\xec\x39\xfa\xc9\x0f\x51\x72\xc6\xa7\xd0\x37\xb1\xd3\xb9\xb6\x8e\x1a\x33\xf9\xe8\x9a\x42\x89\x50\x88\x92\xc9\x35\xe1\xef\xd4\x92\xbe\xf4\x6c\x9d\xe1\x5b\x6a\x9b\x66\x05\x76\x34\x6e\x42\x25\x88\x4d\x13\x55\xdd\x37\xac\x8b\x58\x56\x04\x4f\xfd\x7e\x89\x9d\x00\x19\xcc\x12\xb2\xb5\x71\x19\x50\xf5\x95\x3d\xe3\xca\xc9\x96\x0c\xa6\x37\xe8\xe0\xe8\x7e\xe5\x54\x0a\x7e\xa9\xe3\xc6\x88\x14\x3b\x1a\xf9\xb4\x5c\x79\x91\xf3\x44\x53\xb7\xb3\x17\x26\xdf\x4f\xec\xeb\x8b\x9c\x6e\xe7\x63\xfa\x16\x5f\x2e\xae\x7b\x70\x6f\x42\x93\x89\x6d\x8a\x9b\x96\xeb\xca\x4c\x36\x23\x5e\xe6\x39\xe0\xfa\x50\x3b\x36\x2d\x9b\x3e\xfe\x8f\xce\x57\xd5\xad\xd3\xf3\xad\x78\xaf\x52\x18\xe0\xc6\xcd\xea\x35\xa1\x7d\xa4\x33\x7a\x8d\x57\x65\x72\x94\x55\xd3\x74\xe0\x85\xf7\x60\x25\xd8\x5c\x79\xb8\x99\x67\x70\xab\x78\xe0\xaa\xa5\x8c\x05\x35\x38\xb8\xa3\xdc\x6e\xbc\x97\x3b\xe4\xed\xa1\xc1\xda\x9e\x85\x13\x76\x62\x44\xdc\xee\x73\x5f\x21\x7b\x7a\x4e\x2d\x6e\xea\xc1\x8f\x3d\x6c\xe4\x86\x8f\xcf\x64\x57\xe4\x74\xbd\x7f\xd9\x04\x4e\xd0\xe4\xc6\x3e\x26\xa7\xc0\xcd\xa6\xe6\xb0\x6f\x9b\x0d\x8d\x46\x98\x70\xd5\x83\x4d\x41\x6c\x8a\x8b\x25\xdb\x0a\x85\x9e\xce\xb8\x92\x86\xef\x39\x57\x56\x99\xb9\x66\xb6\x63\xa5\x16\xf8\x26\xbd\xc7\x44\x42\x41\x47\xd2\xe5\x6c\x50\x16\x1f\x0a\x15\x79\x76\xef\x64\x6a\x52\x0d\x51\xc2\xed\x52\xf9\xca\xdc\xdf\xdc\xd0\x49\x74\x9b\x45\x03\xc6\x21\x10\x1c\xbb\x3c\x71\xd4\x08\x8b\x2e\x04\x4b\x71\x55\xc0\x68\x06\x5a\x57\x51\xb9\xd0\x14\xd4\x83\x3f\xaa\xcf\x5c\x34\xd5\x17\x84\xec\xc3\x07\x6a\x66\x58\x6a\x33\x42\x8f\xae\xf2\x19\xc7\x60\xa4\x4e\x05\x2b\x4e\xd5\xdb\xa3\x8a\xaf\x38\x31\xaa\x54\x08\xe1\x8d\x26\xaa\xea\x70\x0e\x51\xf1\x0b\x45\x15\x44\x76\x21\x5e\x82\x9a\xc7\x95\x80\xcf\x54\x8b\xef\xe8\xa1\x77\xf0\x94\x48\x36\xa4\x01\x74\xf5\x5e\x25\x36\xca\xc8\xa3\x09\x1d\xb5\xaa\xf2\x5d\xfa\xd3\x31\x0c\x6b\x09\xa8\x82\x98\x3f\xfa\x01\x62\x96\xc5\x40\x92\x2e\x9f\xe4\x4d\xf7\xa2\x12\x29\xd4\x0c\x07\x1a\x42\xdf\x95\xb2\xd5\xbe\xbc\xc5\x1a\x13\x62\x73\x95\xa8\x45\x9e\xc5\xfe\x7e\xeb\xa3\xf4\xe1\x16\x09\x53\xec\xe8\x10\x96\x3b\x76\xb6\x65\x9b\xe0\x51\xcc\xbd\x91\x8f\xb0\x74\x91\x18\xd0\xe9\x8a\x99\xb7\x13\x23\x4c\xb1\xbb\xb4\x92\x6b\x3f\x91\xfc\x68\x65\x4e\x88\x25\xea\x6d\x63\xe3\x0e\xaa\x86\x18\xf2\xe5\xb4\x9f\xc6\xe1\xee\xf6\xc4\x85\xbe\x6d\xda\x75\xc8\x50\xc8\xf6\x65\xf7\x60\x4c\xe8\x13\x28\x6a\xf4\x3e\xd1\x64\xb7\x6e\x25\x4a\xdf\x09\x26\x08\x51\x08\xe5\xd2\xdf\xa0\x39\x0e\xfb\xe0\x41\x27\x8e\xe7\x77\x12\x03\xcd\x2e\x7f\xa7\x69\x9f\x5c\x2e\xba\x67\x51\xb6\xb9\x7e\x97\x10\x58\x45\x02\x01\xa3\xa6\x22\x64\xbd\x13\x5c\x00\xee\x7d\x21\xcb\x0b\x71\x86\xe0\xfc\xb5\x83\x51\xc1\xb6\x6a\x56\x79\x95\x64\x03\xbc\xab\xfd\x96\x76\x19\x60\x37\xe4\x25\x75\x51\x1f\xa0\x71\x0c\x15\x19\x96\x43\x25\xa7\x1a\xe1\x4b\x32\x30\xf0\xc8\xa7\x20\x9e\x4d\x2f\xe0\x66\xc5\x64\x74\xd4\x93\x6a\x4a\xf8\x5e\xe6\x51\xea\x3a\x67\x68\x2c\x77\x91\xc5\xbb\x6d\xe3\x58\x32\x26\x69\xe3\x8e\x25\x3b\x9b\xa4\x5d\x3b\xd0\x79\x10\x52\xdb\x38\xf5\xa0\xdc\x10\x69\x9f\x4d\xe4\x76\x9b\x84\x91\x09\xf7\x0b\xf9\xa2\xb5\x6f\xb0\x10\x48\xc1\x82\x70\x12\x31\x18\xcd\xdb\x5a\xb3\x86\x8d\x37\xd8\x47\xf2\x8d\xe7\xa6\x5e\x61\x08\x0c\x11\xcb\x78\xa3\x2c\xc1\xb0\xa3\xe4\x30\x16\x21\x5e\xc0\x3c\x19\x13\x21\x98\xd8\x9c\x2a\x39\x78\x3f\x9a\xaa\x66\xd5\x07\xba\x67\x2f\xb0\x92\xd9\xed\x44\xe0\xf8\x69\x13\x41\xd0\x63\x4d\xc0\x56\x84\x8c\xd2\xd1\x56\x0d\x5c\x69\x75\x42\x1f\x0f\xfd\x48\x73\x11\x87\xf4\x83\xa8\x3e\x95\x54\x73\x7d\x8f\xbf\xf9\xd7\xc0\xd8\x8b\xcb\x86\xb6\x5e\x22\xe1\x66\xac\x7d\x78\x24\x8f\xcd\xa5\xf2\xa1\xf4\xbc\xd1\xf8\xf2\x73\xa0\xe4\x97\x42\x49\x7f\x69\x39\x8b\x5d\x89\xcb\xab\xe5\xc8\x5b\x67\x39\x71\x9d\x1b\x67\x90\x10\x8d\xc5\xee\x8a\x48\x93\xa9\x9e\xe1\xbf\xa9\xd2\xd2\xcd\x7c\x88\x51\xad\x76\x82\x60\xbe\xb1\xd3\x8a\x77\x72\x10\x14\x3f\x85\x8b\xb5\xa1\x5b\xa1\xfc\x0c\x19\x84\xe4\xb7\xa9\x41\x39\xf9\xf7\x52\x4b\xa7\x4c\xf7\xa2\xc5\x44\x9e\x43\x87\x86\xe5\x7a\xa9\x54\xf4\x40\xcd\x81\xe7\x8f\x14\x5e\x34\xb6\x5b\x3c\x86\x6f\xbc\x16\x00\x25\x2c\xce\xe8\x3f\xfa\x9b\x05\x98\xeb\x7a\xf1\x00\xe2\xca\x87\xcf\xe2\x52\xf7\xfa\xc8\xb7\x5d\x23\x29\xb2\xa8\xd0\x4c\xd5\x72\x6f\xd4\x7d\x8e\xa0\x45\x95\xf8\xa9\xfe\x2a\x3b\x31\x49\x53\xbe\x91\xb6\x6b\x8a\x37\x12\xba\x80\xe3\xd2\xce\xb3\x67\xfa\x20\x6a\x8e\xc6\x6a\xd0\xc8\xe5\x21\x61\xfc\xd7\xa8\x8d\x02\x80\xac\xac\xae\x7f\xde\x42\x42\xf1\xa1\x32\x97\x9c\xc9\x54\x37\x1e\xb4\x12\xe7\x17\x88\xe8\x22\x50\xb9\xc4\x7b\x67\x9c\x72\x20\xaa\x47\xcb\x8f\x6b\xf9\x5d\xc8\x3b\x89\x0f\x67\x82\x93\xe5\x7d\x2d\x1a\xc7\xad\x3b\xd8\x26\xd1\xb3\xc9\x0b\xde\x46\xcf\x77\xfc\xbe\x69\x3a\xe5\x75\xcf\xee\xaf\xbd\x84\xec\x1d\x83\x86\xb7\x8f\x1e\x4c\x61\x3e\x9a\x43\x3a\xe7\x75\xcf\x66\xdb\xb5\x07\xe2\x50\xd1\xf6\xed\xa8\xae\x5a\xe7\x6e\xf2\x1d\xf4\x6e\xa3\x26\x04\x66\x55\x54\x1f\x90\x69\xee\xa1\x70\x58\xd3\x82\x37\x05\xac\x80\xc2\x07\xba\x74\x9a\x46\x96\xe3\x6a\x2d\xeb\xf5\x8e\x6c\xec\xfe\xce\x39\xd8\x8b\xcb\xbc\x3f\x12\x09\x1d\xeb\x92\x3f\x4c\x6c\x3f\xeb\x6e\xd3\x5a\x83\xb7\x5b\x2a\xee\xf0\xfe\x2f\x6d\xbe\x78\x0a\xc3\x90\xec\xfc\xbe\x96\xdb\x5d\xb7\x97\x14\xb4\x07\xee\x65\x76\xfe\xf4\xc5\x59\x54\x39\xdc\xb0\xe1\x17\x7f\xd5\xe2\x0f\x2e\xc2\x88\xdc\x56\xeb\xae\x6b\x14\x44\xc4\x4e\xd7\xfc\x14\x1a\x90\xf0\x7a\x07\x51\xd8\xda\x45\xd9\x94\xbe\xe7\xd9\x99\x7f\xe9\x5c\x19\xfc\x74\x59\x01\x2d\x42\x53\xe7\xa9\x23\x2e\xfa\x6c\xe8\x5f\xb6\xdb\x9e\x06\xf9\xeb\x3f\x1e\x67\x7f\xfd\x97\x79\x82\xe6\x96\x5d\x65\xe3\x88\x96\x27\x17\xe5\x66\xa3\xc4\xf9\x8b\xd3\x73\xb7\x07\x6f\xca\x3d\x6a\x2e\xe1\x4a\x49\x04\xfe\x33\x99\x24\x5d\xd3\x56\xe8\xc9\x50\x75\x0f\xd3\x05\xd3\x5e\x22\x54\x6d\xec\x81\x71\x2e\x65\xd9\xd9\xfd\xa7\xe9\x04\x38\xe8\xbd\xe3\x20\x16\x27\x4e\xf9\xc5\x89\x82\x35\x7e\xbe\x43\xd4\xe5\x1e\x72\xf0\xda\x9a\xb2\x72\x5b\x9b\xa4\xe3\x91\x58\x91\x89\x0d\xe9\x21\x5c\x1c\xb8\xa2\x21\x50\x28\x71\x69\xc2\x2b\x93\xb2\x22\x78\x61\x46\x90\xf4\xd7\x7f\xbc\x6d\x69\x6f\x6f\xf6\xa2\x9b\x27\x4f\xc9\x01\x9b\xd1\x29\x38\xcd\x3f\x6a\x25\x1a\x77\x3c\xa6\xfe\x3e\xb6\x29\x6e\x33\x27\x42\xb3\x71\xbc\xb5\x03\xaf\x94\x52\x91\xfc\xfc\x4d\x1b\xd5\x7c\x42\xcb\xc8\x22\x63\xb4\xee\xcb\xdc\xc1\x74\x64\x6a\x73\x79\xc0\xf7\x41\x21\x95\xa9\xc7\x52\x9d\x33\x0f\xf4\x2b\xd9\x02\x38\x63\x99\xb3\x3f\x57\x16\x44\x24\x15\x76\xa0\xce\x76\xd4\x22\xae\xaa\x65\x17\xa0\x28\x10\xe6\xc0\x55\xc9\xb9\x70\x8b\xc8\xa3\x53\x5f\x62\xeb\xc2\x86\x71\xa0\x9a\x79\xbc\x0f\x09\x71\x79\xf8\xec\x6f\xf0\x31\x14\xfd\x81\x93\x52\x4f\xd9\x2d\xb8\x0b\x28\xd9\x56\xb9\x76\xbe\xdf\x0f\x89\x91\xfd\xde\xbb\x88\x45\x95\xa8\x4f\xe7\x15\x77\x63\xbd\x24\x1c\xc1\x44\x9d\x01\x51\xa3\xa5\xcd\x66\x53\xd1\x4f\x24\x92\x62\xbf\x1c\x23\x9a\x20\xf6\x31\xf2\x2d\xc5\xcd\x62\xd9\x32\xad\x07\x06\x1c\xb2\x89\x10\xc5\x30\xcf\x7e\xdb\xe0\xd1\x0b\x42\xb9\x3e\x7b\xde\xb8\xdc\xb2\xdc\x45\xdb\x33\x44\xb4\x09\x75\xe0\x2d\x20\xa2\x4a\x61\x1e\x70\x6b\x10\x6d\x73\xb4\x08\xa6\xb1\xdb\xa6\xe9\x24\x79\xf6\xa3\x1d\x53\x04\xde\x88\xdc\x13\xd9\xee\x48\x20\x10\x2f\x96\x92\xa7\xd7\xb7\xd2\x94\xdb\xfc\x51\x42\xca\x44\x2a\x8a\x36\x2f\x80\xd4\x5d\x0f\xb4\xd8\x61\xf3\x78\xd0\xe7\x5c\x1b\x0b\xd6\x04\x37\x6e\x2b\xfc\x0c\xd8\xf2\x30\x75\x6c\x3f\xe7\xb2\xb0\x24\x80\xac\xde\x46\xde\x23\xf5\xbf\xa2\x63\x1c\x21\x47\x3e\xdc\x68\x0f\x03\xf0\xd9\x8b\x69\xc8\x3b\x3f\x7f\x1c\xd7\x19\x12\xd7\xd1\x27\x30\x0f\xdd\x72\xd5\xd3\x53\x4f\xf7\x57\xa0\x19\x07\xbd\xcb\x5b\xcd\x8d\x6d\x05\x84\xa3\x18\xcb\x51\xf3\x69\xf8\xc2\x97\x40\x28\x47\x85\x1c\x7d\xa6\x0e\xdf\xc4\xf4\x13\x50\x13\xd7\x9a\xde\x75\x39\xa3\xb8\x1e\xdc\x86\x39\x26\x51\x7c\xc0\x2e\x06\x91\x77\x6f\x1f\xb4\xd8\x62\xfc\xa8\xbe\x84\x5f\x31\xd9\x96\x08\x3b\x56\x69\x30\x05\x09\x4f\x68\xb3\xb1\xd9\x9d\x5b\xd4\xec\x9e\x34\xbb\x75\x37\xee\x0a\x34\xd1\xae\xdf\x89\xd3\x77\xf9\xde\x48\x12\x9e\xc5\x4b\x79\x9d\xa3\x93\xcb\xb3\xaa\xa9\xb7\xbd\xef\x96\x9f\x14\x6a\x0b\x39\xe8\x0d\xfd\x21\xb7\x35\xe8\x46\x3b\x6a\x65\xfd\xf9\xaf\x57\x07\x10\x0f\x0f\xfb\x40\xcd\x88\x9c\xa3\x72\xd4\x2a\x70\x5f\xa1\x2c\x62\x75\x42\xa1\xe7\xda\x42\xd1\xf0\x46\x47\x9f\xac\xad\xa2\xbb\x7c\x7e\x7e\x3a\xf1\xcd\xd1\x61\x77\x6e\x21\xc3\xe1\x96\xf0\xfe\xad\x28\x70\xc1\xdd\xa8\xc5\x10\x02\x06\x9f\x7c\x47\x4c\xc1\xfd\xf5\x1f\x33\xfb\x87\xaa\xec\xcc\x97\xa0\x08\x4c\x87\x82\x17\x4f\x1e\x3e\xa0\x5f\x77\x63\x5c\x5d\xb2\xef\xed\x61\x64\x4d\xdf\xc3\x1d\x55\x01\xab\x01\x55\xee\x03\x25\x3f\x13\x39\x11\x04\x69\x1c\xf0\x40\x8a\x55\x8d\x4c\xcf\x99\x12\xf1\x43\x34\xea\x68\xad\x04\x89\xb2\xc1\x88\xb7\x53\x0e\xa0\x0a\x47\x6f\x15\xd9\x8a\x74\x4f\x13\x16\x44\x1e\xe4\xd9\x8a\xae\xcd\x84\x74\x37\xcc\x5e\x12\x36\xba\x04\x8e\xec\xd2\x1a\x08\xbd\x66\x45\xd8\x3e\xef\x1a\x9f\xd4\x24\xf2\x74\xd5\x1e\x78\xd5\x2a\x5c\x16\x81\x32\x0d\x8c\x15\x4e\xad\x6f\x70\x0d\x06\x4f\xc5\xe5\xc4\xad\x60\x17\x64\x73\xf0\x4e\x28\xa1\x5a\xe4\xfb\xae\xb8\xc8\x95\x5a\xe6\x28\x43\x27\x52\xe4\x9f\x41\x89\xc7\x02\x87\xea\x65\xc5\x86\x33\xa7\x2c\xe6\xb4\xa2\x21\xa5\xff\x48\x00\x17\xbf\x2f\xd6\x74\x81\xeb\x8e\x9a\x0d\xd4\xe9\x34\xd2\x53\xe2\xa1\x1f\x42\xd3\x60\x55\x5e\x38\xe8\xd9\xf5\xe9\xa2\x3f\x4d\x02\x96\x0b\x92\xa2\x75\x09\xd0\x7b\x1a\xd1\xd4\x5b\x82\xee\xd3\x08\x33\x8c\x22\xa4\xf9\x2d\x96\x68\x2a\xac\xda\xa0\x33\x5f\x3c\x7a\xb7\x2f\x1d\xd0\x1e\x41\xea\x5f\x7a\xb8\xf9\x14\x8e\x21\x3a\xdd\x1b\x08\x17\xbd\x2b\x6c\xc3\x10\x1d\xb7\xb6\x3a\xf0\xa0\xe8\x57\x07\x13\x74\x41\x9b\x04\x12\x1e\x3f\x3a\xfd\x7e\x50\x77\x88\x60\xb4\x78\x8c\x8c\xf4\xc3\x21\xec\xc3\x2a\x11\x7e\x0c\x98\xaf\x76\xca\x10\x78\x91\xb6\x25\x84\x5c\x26\x43\x10\x3d\x57\xdd\xd7\x5c\x6e\xd0\xef\x7a\xf1\x64\x27\x2e\x1c\x7c\x00\x26\x04\xce\x93\xdb\xec\x5f\x15\x22\xef\xa1\x0b\xf9\x2a\xbb\x7d\x39\xee\x0a\xb6\xfd\xf0\xb4\x1f\xb7\xd1\x20\xcd\x12\x73\xd1\x75\x32\xf7\xe4\x18\x53\x01\x93\x27\xc1\x06\x70\x69\xbd\x03\x7b\x2f\x2a\xcf\x43\xc7\x29\x1a\xd2\xa4\x6a\xbe\xce\x11\xca\x7f\x71\x1f\xff\xea\xb3\x37\x59\x91\x4d\x10\x2e\xf3\x0a\x91\x77\xf8\x0f\x63\x0f\xd4\x84\x11\x25\xdd\x3e\xcd\x65\x37\xa8\xa2\xd4\xf8\xc1\x17\x4b\xbf\x0f\xab\xef\xdb\x06\x7c\x7a\xbb\xf8\x16\x34\x16\x78\x77\xb9\x2e\x83\xea\xae\xda\xc1\x1d\xd8\x84\xe6\x7e\xd2\x74\x2d\xcb\x94\x61\x96\xa2\x01\x0e\x02\xc2\x90\x0f\x49\x7e\x04\x29\xf2\x48\x7b\x5b\xf8\x9d\x12\xa5\xa7\xdb\x2e\x28\x74\x87\xab\xaa\xca\x8d\x59\xa6\x86\x2d\xd6\x2d\xc9\xf7\x78\xd1\x75\x7b\x2b\x61\xbe\x10\xfb\xf3\x3c\x7a\x27\x07\x4b\x08\xdd\xc5\xc8\x61\xb8\x9c\x7d\xc9\x9a\xef\x03\x5b\x74\xf4\x64\x87\x0c\x38\x83\xba\x8a\x07\x16\x4e\x92\xa0\xd5\xda\x72\xc4\x28\x6c\x5b\x71\xb9\x4c\x6e\xfc\x77\x5a\x18\x53\xd6\x87\x4e\x68\x40\x44\xa3\x6a\xc4\x18\xf4\xcc\x57\xe3\xbb\xb3\xfb\x9e\x17\x2d\x3d\x89\x2f\xd4\x64\xf6\xa4\x45\xee\x2a\xfd\xe2\xb1\x8a\x2b\xb0\x54\x67\x4d\xf4\xf5\xe2\xac\xca\xeb\xc0\x19\xfb\xfa\x48\x10\xae\xb9\xc1\x7d\x61\xc8\x2b\x1e\x52\x8a\xfb\x8f\xe6\x9d\x81\x49\xec\xd0\xa2\x26\xe2\x5e\x6c\xd4\x51\xe3\x94\x87\xf8\xb7\x0f\x19\x18\x99\xfe\x0d\xfc\x8e\x6b\x30\x4e\xee\xe6\x96\x01\x6a\x7d\xf1\xd8\x68\x1a\x18\xa5\xd3\x71\x6c\x53\xf3\x72\x15\x13\x9e\xca\x59\xd3\x3b\x0b\x75\x4d\x70\x04\xca\x7c\x64\x60\xef\xaa\x72\x2c\x97\xb5\xc1\x8b\xbd\xd4\x80\x22\x1a\xd4\x25\x0a\x7e\x26\x4f\x58\x1c\x69\xd6\xb7\x57\x8b\x70\xbe\x3d\xd8\x18\x3f\x05\x03\xbb\x47\x18\x33\xb0\x1d\x61\x76\x0e\x31\x74\xa1\xce\xe8\xbe\x16\xed\x46\x52\x8f\xc7\x94\xa2\x41\x4d\x49\xb3\x01\xa0\xd5\x8f\x70\xe4\x47\x89\x44\xa8\xf6\xbd\x47\x5d\xb3\x4c\x44\xea\xc3\x3a\xc4\x6b\x95\x2a\x11\x8a\xd3\x06\xb3\xa9\x5b\x68\x5b\x83\xa5\x18\xb4\xc7\xc4\x26\xad\x75\xe3\xdd\x08\xad\x02\xf5\x1d\x97\x2c\xbf\x70\xca\xff\x78\xe5\x29\x1c\xb8\x0f\xcd\x3e\x72\x3b\x18\xad\xc6\x0b\xce\xa2\xc1\x3d\xdf\x7d\x83\x65\xef\xec\x47\x39\xa8\x57\x2e\x58\x01\xeb\x1f\x73\xa7\xf0\x0f\x3e\x2d\x69\xe4\xb5\xdb\x92\xba\xbf\x35\xb5\xcf\xde\xd2\x9a\x15\x3d\x2a\x6c\x4b\x59\x25\xf9\x0b\x5c\xe2\xd9\x2f\x42\xe2\x59\x49\xc5\xee\xb2\xf3\x22\x81\xbb\x4b\x4c\x4b\x9d\xfa\xac\xeb\x3c\x11\x09\x65\x38\x68\x81\x7c\xbe\xb6\x2d\x3e\x1f\xb6\x65\xdf\xc6\xb4\x1e\xbe\xfe\x9d\xeb\x59\x96\x28\x39\xeb\x7f\xca\x35\x39\x26\x9e\xfc\x90\xc8\x3d\x5a\xe6\xe7\xa2\x53\xfb\x5c\x16\xfc\xab\x28\x5f\x7b\x9c\x6b\xff\x27\x97\xe8\x0e\x85\x9f\xd6\x3c\xc9\xb0\xef\xdb\xc3\x24\x54\x73\x86\x7f\xe2\x2c\x64\x39\x69\xc2\xe4\x24\x67\xaa\x9c\xa2\xd1\x38\x9d\xbe\x47\x4d\x85\x7c\x60\x59\x37\xf4\xa7\x29\xf9\x3f\xa5\x2f\x5d\xe3\x0d\x9d\x85\xf5\x7e\xe2\xec\xc4\x57\x24\x1c\x9f\x16\x08\xc0\xfd\xc2\x13\x9c\x48\xd9\x3a\x58\xaa\xcf\xb5\xfc\x89\x9b\xe7\x83\xef\x2b\xe0\xc6\xb1\xf5\xe3\x6b\x24\xb7\x61\xfa\x2a\x84\x9b\xc5\x31\x2b\xbb\x7c\x1b\x6e\x80\x06\xa9\x89\xa7\xc2\x57\xc0\xde\xfa\xc6\xcf\xe2\x00\xfc\x47\x37\xcb\x25\x0b\x77\x39\x9c\x25\x67\x39\x84\xab\xb7\x7d\x3e\x69\x42\x0a\x5d\xd3\x54\xaf\x66\xf9\x96\x16\xd2\x43\xa4\xcd\x8f\xe4\xa6\x6d\x76\xec\x8d\x9d\xe4\x9b\x86\x14\x88\x78\x17\x54\xc0\xb7\xe8\xe7\x17\x76\xf1\x85\x8b\xd1\x8c\xac\x27\x5f\xec\xe8\x37\xf1\x7c\x70\xd6\xc7\xcf\x0b\xfa\x79\xc1\xcf\x15\x7e\xad\xe9\xd7\x6b\xcd\x8f\xf2\xc5\x5b\x6e\xc9\x02\x26\x69\x49\x78\x9d\xda\x22\xc7\x0b\x7e\x5e\xd1\x8f\xbc\x96\x4c\x2a\xe8\x9e\x33\xbf\xbb\x68\xd0\x28\x96\x51\xb8\x58\xff\x44\xe9\x05\xde\x5f\x94\xf1\xa8\x5c\xb4\xce\xaf\xb8\x44\xac\x1d\x90\x79\xd0\x98\x37\xda\x9d\x6a\x7d\x6e\xf3\xab\xde\x5d\x48\x6f\x3a\x85\x2b\x93\x4b\x57\xd0\xc0\xd1\xef\x36\x7f\xbb\x74\x73\x71\x13\xe1\x42\x37\x13\xfd\x97\xf6\x76\xdd\x36\x7b\xe4\xc7\x7a\x35\x73\xc9\x18\x5d\x16\x46\xbc\x05\x8d\xd5\xb4\x35\x5e\x50\x59\x16\x25\x8b\xc2\xd9\xc4\xfe\xbd\x06\xf3\x8e\x22\xfb\xb4\xf3\x99\xcb\xd8\x5a\xd6\xfb\x5e\x65\x90\x83\x2c\xc2\xe0\x09\x93\x46\xa9\x30\x54\xd2\x66\xa0\xe1\x7c\xc6\x52\x50\x02\x80\xe5\x8a\x28\xb6\xd3\xe0\x67\xc0\x51\x87\x98\x7f\xbf\xf3\xc7\x3f\x72\xb2\x6f\xe2\xfd\xff\xf4\x27\xe2\x98\xef\x32\x74\x33\xc7\x1c\x98\x7c\x36\x68\xca\xa5\x36\xfd\xfd\x6d\xd4\xe0\xc1\x5d\x44\x2b\x62\xff\x46\xb6\xa2\x49\x02\x8c\xfa\x90\x71\xff\x37\x00\x00\xff\xff\x61\x69\xd0\xbb\x48\xd6\x00\x00") +var _confLocaleLocale_frFrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xdd\x8e\x1c\xc7\x95\x2e\x7a\x9f\x4f\x91\xa2\x41\x34\x09\x34\x8b\x90\x3d\xe7\x07\x82\x4a\x3e\x64\x93\x92\x68\x34\xa9\x36\x9b\xa2\x0f\x8e\x40\x94\xb2\xaa\xa2\xab\x92\xcc\xca\x2c\x67\x64\x36\xd9\x34\x0c\xcc\xad\x0f\xce\x03\x9c\x7d\x67\xcc\xc5\xde\xe2\x0c\x30\x57\x73\xb3\x31\x77\xea\x37\x99\x27\xd9\xeb\x5b\x6b\xc5\x5f\x66\x56\x93\xf2\xf6\x6c\x03\x16\xbb\x22\xe3\x3f\x56\xac\x58\xff\xab\xd8\xef\x17\x6b\x63\x57\xf3\xef\xeb\xdc\x9a\xf6\xb2\x5c\x99\xfc\x9b\xb2\xcb\x8b\xbe\x6b\xee\x6d\xaf\x3f\x2c\x4d\xbb\xb9\xfe\x90\xdb\xa2\xb6\xf9\xbe\x2d\xad\xc9\xd7\x26\xef\xae\xff\xb9\x33\x59\xb6\x6d\x76\x66\xfe\x60\xb5\xea\x4d\x59\x65\xeb\xc2\x6e\x97\x4d\xd1\xae\xe7\x2f\x8a\x65\x65\x8a\x1e\x15\x97\x4d\xbb\xce\xcc\xbb\x7d\xd5\xb4\x66\xfe\x58\xfe\x6d\xb3\xad\xa9\xf6\xf3\x07\xe5\xda\x64\xb6\xdc\xd4\x8b\xb2\x9e\x9f\x34\x75\x6d\xde\x95\x4d\x2d\x25\x4d\xdf\xcd\x1f\x5d\x7f\x58\xa5\xa5\xfd\x7e\xfe\xa4\xb6\xab\xb6\xdc\x77\x28\x6b\xcd\xa6\xb4\x9d\x69\xe7\xe7\x47\x25\x17\xb7\x26\x7b\x6b\x96\xb6\xec\xcc\xfc\x9c\xfe\x93\xd3\x8f\xec\xd2\xb4\x96\x2a\xcf\x5f\xca\xbf\xd9\xbe\xd8\x98\xf9\x19\xfd\x27\xeb\xcc\x6e\x5f\x15\x54\xf7\x69\xb3\xbe\xfe\xa9\x32\x59\x55\xd4\x9b\x1e\x9f\x4f\xf1\x87\xc9\x56\xad\xa1\xcf\x8b\xda\xbc\x9d\x9f\xb4\xd7\x1f\x4c\x3b\x9b\xcd\xb2\x9e\xf6\x68\xb1\x6f\x9b\x8b\xb2\x32\x8b\xa2\x5e\x2f\x76\x58\xd9\x19\x17\xe4\x7d\x57\x56\xa5\xa5\x46\x7d\x9b\x9b\x2e\xdf\x57\xbd\xe5\x99\x9b\x35\xad\x71\x51\x58\x59\xe6\xaa\xa3\xfd\x34\x75\xde\x15\x75\x97\xff\x91\x06\xe2\x4e\xeb\x82\xf6\xf2\x59\xb3\xcb\xd7\x47\x51\x37\x99\xd9\x15\x65\x35\x7f\x7c\x0f\xff\xd0\xe4\xad\x7d\x4b\x3b\x4a\x53\xee\xb0\xbb\xf8\x6d\x68\x1f\x16\xdd\xd5\xde\xa0\xf3\x8b\xb2\xdd\x99\xf7\xd9\xaa\xd8\x77\xab\x6d\x31\x3f\x91\x7f\x33\xaa\xb2\x6f\x68\x5f\x9a\xf6\x0a\xdb\xba\xbf\xfe\xb7\x2e\x6b\xda\x4d\x51\x97\xef\x0b\x6c\xe5\xfc\x3b\xfe\x61\xf9\x47\xb6\x2b\xdb\xb6\x69\xe7\x4f\xcb\xb6\x29\xdb\x8c\x96\xbf\x40\x73\x9a\x5b\x7f\xc9\xa7\xaa\x1d\xe0\xc3\xae\xdc\xb4\xd8\x42\xfe\x56\x55\x26\x97\x02\xf4\x22\x9f\xb9\x27\xd7\x72\x17\x7a\xbc\x68\xda\x37\xbe\x1c\x3f\xb8\x94\xe6\x14\xba\x6a\x92\x39\x15\x35\x9d\x0c\x57\xf8\xe6\xfa\x03\xc1\x50\x5e\x19\x9b\x54\xb1\x59\xb1\xde\xd1\x2e\xef\x8b\xda\x54\xf3\x07\xf8\x9b\xa0\x43\x27\x53\xac\x56\x4d\x5f\x77\x0b\x6b\xba\xae\xac\x37\x96\x20\xa0\x2d\x76\xd7\x3f\x75\x2d\xf5\xb2\xee\xf3\x55\xb3\xdb\x13\x40\x4f\x7d\xce\xae\x9a\xde\x9f\xf8\xfc\x65\x43\x65\xb9\xfc\x92\x2f\xbe\xcd\xcb\x86\x2e\x48\xd4\x8e\x06\xed\xca\xcb\xb2\x2b\x8d\xa5\x3b\xc2\x7f\x5e\x7f\xb0\xd9\xbe\xaf\x2a\xda\x50\x3a\x77\xdb\xd1\x40\xf4\x2b\x7f\xae\xbf\xb2\xd2\x5a\xfa\x63\xfe\xa2\x5c\xbd\x31\xf4\x93\xce\xb1\x5e\x61\x31\x75\xdd\x57\x74\x6d\xb2\x1f\x08\xce\xbb\xa2\xaa\x5e\x65\xfa\x07\xee\x03\xfe\x95\x55\x76\x65\x47\x53\x44\x51\xdb\xaf\x78\x4f\xf2\x3d\x4d\x31\xaf\x0a\x9a\xb1\xd9\x95\xd7\x3f\xd1\xdc\xcd\x3b\xba\x57\x3d\xd7\x5f\x37\x34\x4e\xbb\xc0\x6d\xc4\x2d\x2a\xf3\xcb\xa6\xb7\xae\x82\x79\x9f\x7f\xd3\x6c\x6c\xbe\x69\xaf\xff\x89\x50\xc2\xf5\x5f\xf3\x47\x5c\xfd\x38\xdf\x99\x76\x55\x02\xfc\x2a\xba\x71\xe8\xfc\xcb\x82\x60\xb9\xdd\x98\x6e\x7e\x6b\xb1\xa4\x5b\xf4\xe6\x56\xbe\x6d\xcd\xc5\xfc\xd6\x6d\x7b\xeb\x2b\xda\xab\xd5\xf5\x87\x75\xdf\x9a\x2f\xef\x17\x5f\xe5\x45\xd7\x99\x9a\x36\xc3\xec\xe8\x9f\xbc\xb8\xc4\x1d\xa0\xae\x76\xcd\xba\xbc\x28\xe9\x58\xff\xd8\x37\x25\x2e\x45\x4e\x63\xda\x86\xf0\x90\xa5\x05\xac\x68\x8f\x01\xed\x1b\x93\x7f\x96\x61\xef\xe8\x76\x2f\xd6\x4b\xc1\x5b\x3c\x4b\x2e\x34\x6d\x97\x3f\xbd\x3a\xff\xfd\xe9\x71\x7e\xd6\xd8\x6e\xd3\x1a\xfe\x9b\xfe\x43\xf5\x7f\x93\x37\x7d\xfe\xa2\x7c\xf4\x70\x96\x51\x4b\xd9\xaa\x04\x0a\x78\x29\xcb\x42\x10\xdc\x9a\x2e\x2a\x5d\x79\xcb\x75\x71\xb9\x5e\xd0\x7f\x18\xa1\x0d\x2b\x6c\x69\xa4\xf9\xb7\x74\x21\x0c\x5f\xe3\xf9\xf7\xd1\xe5\x9d\xbe\xaf\xd4\x65\xb8\xec\x13\x3d\xd2\x77\x3d\x92\x97\xa6\x2f\xe9\x2a\xbc\x57\xc4\xc2\x50\x4f\x5b\xc5\xf8\xe5\xc9\xb3\x67\xdf\x3d\x7a\x48\x3b\x68\x56\x28\x7d\x6d\x18\xdf\xae\x68\x45\x84\x5f\x7e\xc2\x8a\xfa\xee\xe2\xff\x5c\x6c\x4c\x6d\xda\xa2\x5a\xd0\x89\x31\x2c\xf0\xfe\xcc\x32\x6b\x2b\xc2\x5c\x6b\x46\x7e\x26\x3f\x3f\x3f\xa5\xb9\x76\xdb\xf9\x63\xa0\xc4\x15\x9f\x4d\x66\xff\x58\x61\x9b\x75\x2a\xa7\xd4\xf7\x96\x60\xa8\xc6\x75\xb9\x28\x57\x5b\x1c\xd6\xc4\xec\x47\xbb\x9d\x7f\xb9\x6c\xbf\x92\x4d\xc1\x42\x6a\xd7\x4d\xb1\xb4\x4d\xd5\xe7\xf4\x20\x58\x1c\x37\x83\x1e\xa1\x96\x5d\xd1\xb6\x54\x2f\x42\x8f\xee\x55\x9a\x65\xa6\x6d\x17\x84\xb4\xbb\x2b\x9c\x3d\xcf\x37\x9a\xd5\xe4\xf1\x0d\x67\x93\xd7\x74\x08\xa6\xef\x72\x7a\xbf\x08\x76\x2f\xe9\x09\x92\x6e\xcb\xfa\xb2\xa8\xca\x35\xc1\x85\x3b\x1d\xea\xba\x96\x03\x9a\xea\x37\xe9\x8c\x9e\x29\x02\xea\x52\x70\x52\x7c\x02\xb7\x66\xb7\x30\xf2\xad\x7b\xb7\x66\x59\xdd\x2c\x04\x41\xe1\xd1\x58\x13\x84\xd0\x1b\xb9\x90\x27\x4c\x90\x14\x21\x10\xda\x02\xf4\x09\x0c\xf8\x1e\xc0\x82\x0d\xb1\x8c\x46\x70\xf4\x47\xa6\xd6\xfa\x72\x79\xf8\x49\x5e\xf1\xcb\xc4\xfb\xca\x38\x2c\x2f\x02\xe6\x23\x30\x89\x37\xcd\xe1\x47\x85\xc9\x53\x06\x25\x0f\x96\x01\x0d\x0e\xba\x98\xdc\xb3\xcc\xc1\xd5\xf8\x22\x11\xb5\x40\x7b\xd4\x16\xfd\x3b\xf4\x8d\xdb\x99\x81\xc6\x88\x41\xbe\x3a\xa2\x92\xaa\x5c\x29\x72\xd6\xaf\x0e\xd4\xe4\x8d\xc7\x16\x5c\x30\xca\xe2\xc5\x56\xfe\x38\x2e\x19\x05\xc7\xa8\x3f\x2f\x09\xba\x3f\xe3\x47\x6e\x31\x04\xe3\x9c\x4e\xa3\xac\x71\x78\xd6\xbd\x5c\x36\xd4\x74\x43\xbe\xc0\xd6\x57\x51\x15\x26\x81\xe8\x94\x00\x84\x16\x10\xd8\xf0\x86\xd3\xc1\x6c\x88\xc2\xa1\x53\xc1\x98\xb3\xac\xed\x89\x2a\x19\xdc\xfa\xdc\x5e\x59\x3a\xff\x9d\xf1\x5f\xfd\x1d\x8a\x5f\x76\x82\x25\x50\x59\x97\xf4\x22\xe6\xf4\x3c\x5d\xff\x64\x81\x63\x09\xd6\x26\x26\x0c\x62\xc2\xa1\xe5\x96\xb7\x94\x90\x58\x43\x24\x41\x3d\x7f\xc4\xff\x18\xfd\xe9\x46\x3a\x31\xd4\x51\x71\x71\x41\xb4\x86\x91\x75\x35\xfd\xb2\xc2\x83\xb0\x3e\xfa\xfe\xf9\x29\x5d\xf8\x6f\x81\x03\xb6\x8b\x7d\xd3\x76\xf3\x33\xfa\x0f\x8a\x7c\x89\xeb\xe6\x59\xbf\xa3\x93\x6c\x18\x46\x50\x47\xa6\x4f\xd4\x0b\xbd\x73\x7a\x0e\xb8\x9c\x58\x0d\x35\x3f\xc6\x21\x55\x05\x3d\x62\x34\x49\x80\x89\x60\x9c\x04\x86\x0b\x7a\xec\x6b\x7e\x9b\x6a\xba\x6f\xf4\x20\xce\xb2\x6d\xd7\xed\xa3\x79\x7c\xfb\xe2\xc5\x59\x28\x3b\x34\x13\xe0\x85\x04\x8a\x72\x50\x8b\xd8\x9e\x62\xc6\x00\xd5\xb7\xd5\x1c\x2b\x9d\x84\x36\xfa\xf8\xa9\x3b\x85\xe9\xdc\xc7\x7f\xce\x71\x08\xb4\x40\xb9\xec\x84\x6c\x8f\x0c\x13\x65\xb3\xac\x6a\x36\x8b\xb6\x69\x3a\x81\xbd\x13\x87\x8f\xac\x43\x93\x04\x59\xcd\x26\xad\xe5\x46\x7f\x4e\x07\x4c\xaf\x56\x83\x87\x74\x7d\x44\x4b\x68\xcb\xae\x6f\x4d\xda\x1a\x4b\x68\x36\x74\xe7\x1a\xa6\x7b\x27\x2f\xdd\x45\xb1\xea\xab\x8e\x56\x78\x61\x85\x64\x9c\x7a\xe1\x7a\x4f\xe0\xe3\xc5\x35\xd6\xd2\x83\xda\x96\x44\xf6\xec\x68\xb7\xc3\x3b\x96\x9f\x3f\xa5\x23\xe0\xc2\x8b\xb6\xd9\x81\xb8\xbd\x34\xb5\x3c\xd4\xa1\xd8\x2d\xe1\xc1\x9a\xfa\x16\xec\x48\x18\xea\xdd\x9e\xde\xfa\x12\xf0\x7d\x9c\x3f\xff\xfa\x24\xff\xdf\x7e\xf3\xeb\x5f\xcf\xf2\x73\x80\x7a\x5f\x03\xb3\x48\x65\x3a\xaa\x96\x46\xae\x72\x5b\xd2\x55\x35\xc7\xf2\xd4\x0b\x29\xb8\x2b\xba\xfc\x16\x21\x8a\x5b\xf9\x97\xbc\x92\xff\xcb\xbc\x2b\x50\x69\x46\xd8\xe9\xab\x59\x86\x22\xba\x52\x7c\xeb\x84\x2c\x1e\x0d\xed\xea\x4c\x3e\xbf\xe3\xda\x8e\x8f\x58\xac\x84\x80\x16\x6a\x4d\xa0\x55\x8b\x04\xc4\xb8\x65\x19\x71\x20\xbc\xd1\x75\x43\xbb\x7e\x15\x37\xe2\x12\x07\x97\xb8\x2a\x02\x29\x19\xdf\x15\x50\x8c\x7c\x08\x87\x4f\x48\xd9\x07\x00\x01\x71\x61\xf8\xa0\x4d\x6c\xd6\x5c\x5c\x54\x74\xdd\xe5\xed\xf6\x43\x32\xfd\x64\xf2\x2d\xbd\xa5\x79\xe0\x99\xe2\xba\x74\x99\xf6\xc4\x3e\x3d\x8a\xef\xa2\xc9\x4f\x1e\x3d\x23\x72\xee\xfa\x9f\x77\x06\x0f\x2e\x51\x6a\x6b\xa1\x1b\x67\xf9\x0b\xdc\x25\x41\x89\x38\x31\x3a\xae\x95\xf1\x78\x10\x78\xb1\x2d\x97\x3d\xbf\x84\xd4\xb0\x6a\x56\x05\xdd\x03\xf7\xa8\x11\x07\x70\x59\x10\x41\x38\x1c\xcd\x73\x97\xfa\x7d\xd4\x60\x62\x92\xae\xae\x5c\x3e\x9a\x81\xce\x84\x20\xcf\x0a\x0e\xb1\x98\xc5\x71\xde\x39\x0c\x2e\xf5\x51\x93\x66\x4a\x08\xa6\xa2\x5b\xb5\x2d\xc0\xc3\x32\x79\xce\x75\x22\x34\x6c\xf1\x40\xa3\x9c\xd0\xd4\x05\xed\xf6\x2c\xbb\x30\x6b\x83\x97\x6f\xbd\xd0\x59\x55\x4d\xf3\x86\xa6\x15\x76\x1b\x7b\x42\x64\x47\x4b\xff\x07\x9a\x70\x23\xf6\x35\x9d\x3a\x48\xfc\x03\x3d\xe8\xf2\x22\x40\xf1\xdd\xb8\xb6\x26\xea\x8e\x36\x56\xe7\x29\xcf\x9f\xdb\xbe\x66\x4f\x5f\x64\x1f\x5c\x33\xd0\x27\xe0\xd1\x41\xeb\x97\x4b\xdd\xb2\x70\x20\x09\x95\x31\x38\x14\x5c\xb8\x9e\x90\x36\x23\xa0\x18\xb6\xa7\x1a\x4f\x43\xd1\xa1\x2e\xe8\x56\x9b\xbe\xd2\x53\x49\x48\x0a\x9c\x1f\x3d\xa5\xb4\x2e\x25\x5f\x00\xea\x42\x7c\xd0\xcb\x46\xb8\x06\x03\x3b\x26\x56\xf6\xeb\x3d\xc3\xab\xf2\xb3\x69\x0d\x37\x2b\xc2\x16\xb5\x90\x6b\x4c\xcb\xc9\xf5\xd3\x26\xca\x08\x1d\xb1\x54\x63\x40\x47\xf1\xb5\x8e\x40\x62\x26\x2c\x06\xb1\xd5\x2a\x9d\x58\x5c\x96\xe6\xed\xfc\xf1\xbb\x72\xc3\x64\x18\xbd\x6c\x75\x7c\xc1\xd1\x33\xbd\x20\x25\xce\x92\x17\x0b\x46\xc5\x4e\x76\xa2\x53\x3d\xa7\x7d\xd1\xdb\xa5\x80\x6c\xf4\xe2\x42\x36\x60\xc2\xf6\x30\x75\xe0\xbb\x9c\xe5\xa7\xf4\xe7\x65\x69\x4b\xd9\xc4\xa2\x6e\xea\x2b\xc2\xe3\x4a\x34\xb6\x7c\x39\xb9\x09\x3f\x8f\xae\x19\xf3\x05\x0e\x2b\xdc\x4f\x17\x3f\x53\xae\x59\xb9\x58\xe1\xa8\x84\x10\x25\x40\x54\x2a\x74\x69\x08\x3d\x33\xfa\xfb\x18\xb5\x99\xa7\x24\x4e\x71\xc5\xb0\x7b\xf4\xe4\x51\x3e\xcf\x3f\x27\x64\xd6\x16\x2c\x57\x02\x3e\xa5\x29\x0a\x0b\x18\x68\x9f\xa3\x22\xe1\xda\xdd\xdc\x26\xf1\xe4\xe4\xf8\xda\xe0\x80\x28\x65\x40\xff\x26\x3c\x99\xe2\xf9\xf0\xd5\x0b\x53\x94\xe5\x0a\x55\xa5\x9b\x58\x2e\xa3\x44\x46\x3a\x15\xe5\xd0\x17\x1b\xa2\xd6\x1c\x9b\xae\xc4\x5b\x46\x60\xde\x2d\x36\x65\xb7\xb8\xc0\x43\xc5\xa4\x38\x8a\x94\xd9\xa0\xa5\x09\x24\xdf\xa2\x2a\xb7\xf2\x02\xa4\xcd\xb6\x21\x6c\x9b\x7f\x91\xdf\xbe\x54\xbe\xec\x37\x78\x77\x80\x5f\xca\x0a\x77\x41\x05\x13\x2a\xed\xca\xf7\x44\xc3\x30\x3a\x01\x64\xb4\xa6\x5e\xf3\x39\x1a\x30\x5f\x60\xd4\x1d\x5b\x34\xcb\x3d\x87\x19\x61\x4a\xc1\x4d\xae\xab\x65\x59\xf3\xd5\x6e\x00\xe1\x25\x4b\x66\xe8\xac\x84\x23\x77\xcf\xf9\x6d\xba\xb5\x8e\x83\x22\xfe\x49\x81\x69\xc8\x5e\x8f\x98\xa8\xb2\x5e\x35\xc4\xed\xad\x88\xc0\xe5\x95\xb9\x2e\x02\x21\xaf\xc4\xd4\x25\x13\x51\x81\x34\xf6\x42\xa8\x5c\x9b\x18\xe9\xc0\x13\xdc\xd8\x1b\x02\xb2\xd5\x76\x48\x73\x1f\x05\xf1\x07\x91\xf3\x74\x93\x08\xce\xb1\xf3\xd8\x9e\xea\x70\x55\xc2\x76\x3d\x51\x2b\x34\x88\xcd\xef\x7d\x45\xff\xcd\x2c\xdd\x0e\x21\x18\x36\xfe\x14\x8b\xc0\x21\x18\x7f\x96\xa8\xd1\x0b\x40\x8f\x8e\xd2\x2d\x38\xb9\x83\x9f\x04\xe9\x7e\xe1\x7e\xeb\x04\xda\x6c\xbf\xa2\xe7\xd1\xce\x1f\x96\xa6\x26\x0c\x42\x68\xe0\xb3\xfc\x19\xae\xb3\x25\xa0\xa2\xca\x5b\x6a\x6b\x88\x33\xf3\x2c\x77\x71\x45\x87\x4f\x73\xc2\x56\x00\x36\x8f\xf3\x62\x47\x5b\xf8\xfe\x9e\xc8\x82\x3a\x06\x1f\xaa\xe2\x30\x00\x8a\xc3\x61\xa7\xa4\xef\xe9\x91\x99\x66\xbc\x62\x42\x98\x3a\xb5\xc3\x73\xcb\x7e\x80\x24\xf9\x55\xd6\x0b\x1b\xd8\x54\x6b\x90\xfc\xc3\x0b\x8c\x97\xda\xa4\x82\x50\x57\x37\xb9\xcb\xf6\x6d\x49\x27\xbf\xf0\xf2\xe8\x05\x93\xec\xef\xba\xf9\xc3\xc2\xae\x20\x48\xf3\x64\xfc\xbb\x8e\x81\xa9\x1b\xc8\xab\x77\x57\x0c\x82\x76\xfe\x34\x66\x1a\xed\xb6\x79\xcb\xd2\x5e\xfd\xf8\xc0\xa1\x7c\x88\x79\x19\xae\xb5\x26\xc4\xc4\xab\xa6\xa2\x7b\xd9\xe0\xdc\x2f\x5d\x83\x47\x8e\x9b\x8b\x3e\x12\xb9\x4e\xa3\x11\x33\x2b\x83\xa5\x02\x4d\xfa\x22\x12\x54\xf9\x28\xe2\x53\x9b\xf1\x43\xc2\xa2\xf7\x97\xc0\xf5\x04\x8c\x2a\x38\x9c\x11\x10\xb1\x4c\x52\xc7\x83\x7c\xe0\xb2\x89\x96\x90\xfd\xa0\xa2\xf8\x57\x59\x3a\x25\x16\x5d\xd9\x98\x8b\xa5\xf5\x9a\x82\x48\x93\xf9\x73\x47\xa3\x40\xfe\x48\xc8\x7b\xfb\x2a\x12\x8c\x2f\x54\xb0\xaa\x02\x72\x3c\x0c\xb5\x0a\x75\x55\xa4\xea\x89\xeb\xad\xd9\x83\x26\xdf\xd9\x0d\x46\x7d\x4d\x38\xc4\xbf\x44\x74\x1d\x7e\x9b\xab\x68\xdc\x41\xde\x67\x99\x6d\x56\x65\x51\x2d\x3e\xb9\x83\x07\x16\x2d\xa8\x7d\x05\x29\x61\x4a\xbe\x88\xcc\x9e\x26\xc4\xb4\x4b\x43\x98\xee\x98\xdf\xc7\xf4\x31\xa4\xfd\x27\xb8\xbd\xfe\x00\xf9\xbc\xe7\x5a\xe9\xdf\x08\x4d\x02\x6c\xa8\x98\xe9\x80\xc1\x8d\x04\xf1\x4e\x48\x75\x48\x76\x61\xca\x78\x2a\xa2\x81\x07\x6c\x45\xe0\x10\xf8\xb2\x0c\xe7\x54\x8c\x67\x64\x40\xa2\xec\xcc\x6e\x89\xce\x0d\x91\x13\xa0\x07\x2f\x59\x04\xc5\xb2\xd4\x32\x23\x9a\x6c\xc3\xd7\x72\x8a\x03\x6a\xe4\x75\xe0\x4a\xe6\x23\x95\x7e\xfe\xeb\x6f\x9d\xf2\x85\xb0\xea\x5b\x42\x4e\x4a\x4f\x30\x52\xfa\x6d\xee\x85\x35\x72\x6c\x10\x42\x74\xcc\x2c\xce\xb2\x78\x91\xbc\x07\x84\xe1\xea\xce\x1d\xc4\xf7\x01\x54\xdc\x1b\x9a\xec\x0a\x9d\xaf\xac\x9b\x10\x59\x73\x45\xff\x52\xc1\x97\xcb\xaf\x6e\xdb\x2f\xef\x2f\xbf\x8a\x4e\x84\xb6\xa3\x15\xd1\xb1\x08\x24\x96\xcd\xf5\xbf\x76\x8c\x7e\x09\x2c\x56\x66\x2f\x9c\x1b\xae\x02\x01\x27\xed\x21\x11\xaa\xf8\x78\x7b\x2d\xb8\x50\x45\xe4\x58\x0f\x1d\x4e\xe7\xbb\x19\x91\x49\x4c\x85\xca\xf5\x72\x40\xef\x28\x79\x69\xa1\x00\x4f\xcb\xdb\x96\x4b\x7a\xdb\x09\xd7\xc5\x8a\xad\x1c\x1b\xd3\x82\xe5\x1c\x54\x71\x34\x57\xe8\x43\x31\xa4\x54\xc7\x64\xad\x71\xd4\x21\xe4\xef\x0e\x06\x89\x34\xf9\x8f\x7f\xfc\x2f\x87\xa0\x90\x96\x86\xdd\xae\xca\x5d\xd9\x8d\x81\x1f\x68\x01\x82\x78\xc6\x4f\xcc\xc4\x60\x2d\xb2\xf3\xc2\x39\xb5\xcd\x3e\xbf\xa0\x2d\xa4\x97\xa2\x06\x59\x1e\x76\x1c\x57\xdd\x5a\x7a\x38\x5a\xd9\xd7\xdf\x10\x66\xaa\x7b\x26\xdd\xb7\x85\x5d\xf4\xb5\x9e\x23\xf1\x3f\x0c\xf9\x0f\x9b\xfa\x35\xf6\xf8\xb6\x3d\xd6\xad\x72\x74\x83\x42\xfd\x1d\x7f\xae\x77\x41\x76\xf2\x63\x2c\x67\xaf\x3d\x01\xe2\x73\xa7\x9f\x50\xc2\xb4\x35\xd7\xff\xad\x27\x6a\x72\x45\xc7\x3a\x09\x40\xf4\x5a\xd0\xad\xd8\x16\x65\xc7\xb5\x19\xd8\x2a\x95\xa3\x12\x91\x4c\xfb\x58\x81\x08\x7d\x2f\x6c\x13\x00\x87\x28\x53\xa2\x90\xca\x7b\x6b\xe6\x78\xad\xee\xa1\xae\xe2\x44\x6b\x97\x4e\x92\xde\x32\x60\x0a\xd2\x9b\x9a\x80\xca\x61\x98\x4c\x63\xd4\x04\x45\xd9\x49\x42\x37\xe9\xfa\x85\x04\x91\x4a\x20\xda\x08\xd2\x65\x5d\x02\x0e\xb3\x8c\x67\x81\xc9\x74\x07\xe6\x72\xa7\xbd\xeb\x66\x03\x72\x55\x67\x43\x07\x45\xa0\xd1\x95\x45\xe5\x04\xa5\x04\x1d\xbb\x54\x75\x68\x63\x04\xf0\x3c\x6a\xe0\x95\x0d\xa1\xb6\x7b\xf5\x57\x10\x3e\xc4\xb0\x24\xa0\x2b\x44\x4f\x72\x06\xc9\x53\x4f\x07\x52\xe4\xf4\x00\x95\x2d\xc4\x7e\xe9\xd0\x5e\x1c\x37\xda\xe5\x74\x4a\x32\x56\x32\x2b\xdf\x45\xd7\x34\x0b\x7a\xa4\xdb\x6e\x2c\xda\x86\x74\xc9\x4b\xe9\xff\xf7\x44\x46\x8f\xdb\xb3\xeb\x77\x10\xd0\xd7\x0b\x96\x64\xf8\xfb\x7d\x1a\xb8\x52\xc2\x55\x22\xe7\x20\xda\x49\xe4\xe1\xcc\x9f\x01\x52\x89\x66\xae\x99\x66\xc6\xf5\x4b\x86\xbd\x2c\x0b\x15\xd6\x66\x3f\xe0\x4c\x5e\x65\x7a\xcb\x8c\x1f\xc2\x5f\xaa\x62\x0a\x97\xf8\xea\xc2\x6d\x1c\xc4\x79\x29\x3c\x7d\xe4\x54\x27\xb6\xd0\xbf\x54\x8e\x7c\x8c\xd4\xec\x38\x81\xde\xda\xd2\x1c\x13\x2b\xa0\x44\x65\x68\xa0\xc2\xaf\x40\x6e\x12\xec\x32\x0d\x45\x2b\x6e\xd6\x05\x2d\xf9\xca\xd8\xf9\x77\x7d\x49\xdb\x4b\x14\x5d\x9d\xb1\xa2\xef\x0a\x6a\x27\x5e\x00\xd5\x83\xf8\xe0\x55\xf6\x3d\x4d\xed\xd9\x34\xdf\xf6\x9c\x48\x95\xf0\x29\x28\xa0\x1f\xf3\xa6\x3c\x48\xd7\x7e\x36\xc9\xde\x3d\x37\xa9\x86\x7c\x04\xda\xe7\xe7\xdf\xbe\x60\x36\xf3\x99\xd7\xf9\xac\x08\xb8\x59\x2a\xfe\x6d\xd7\xed\xed\xf7\x2a\x4f\x66\x51\x30\x8d\x72\x55\x35\xc5\xfa\x7b\x2f\x64\xb6\x81\xab\xc1\xd4\x89\xfd\x7f\x61\x8a\xdd\xb3\x44\xe7\x01\x5c\x5a\xee\x4d\xf6\x80\x88\xa8\x68\xa9\x60\x88\x5b\xa7\xe7\x66\xbd\xf5\xe3\x8f\xf1\x96\xd9\x33\xf3\xf6\x61\x5b\xd4\x2b\xd7\x8f\xbc\xa3\x91\xbe\x8a\x3f\x9a\xec\x84\xa8\xfe\xb2\x3b\xef\x89\xa1\x6c\xaf\x00\x08\x16\x72\x74\xe5\x2a\xe8\x8b\x56\x78\x2a\xb2\xe0\xb9\xfe\xab\x0f\x7c\xf8\x7e\x42\xfc\xc1\x8a\xb6\x8f\xfe\x79\x17\x7d\x7c\xd1\x1a\xc3\x13\x38\x19\x6a\x06\xa9\x1d\x2e\x5b\x37\x97\x7f\xfb\xcc\x4b\x43\x0c\x5b\x04\xfc\xe8\x95\x4a\x8c\xeb\x83\x62\xe9\xc7\xac\xa8\xf6\xdb\x82\x89\x77\x5f\x97\xae\x2f\xdf\x36\xa9\xb7\x1e\x28\xd9\xb8\xc1\x71\x5e\xb3\x86\x00\xd8\x83\x45\x7a\x1d\x0d\x46\xc4\xd3\x9d\x7b\x8b\xbb\xb9\x72\x4a\x69\xe7\x6b\xc2\xcb\x7f\xeb\x00\xc7\x53\xdd\x63\xd4\x35\xd3\x13\xf4\x74\x63\x30\x5b\xbe\x37\xf1\x10\xae\x7f\x51\xf3\x74\x05\xee\x32\x93\x22\xa8\xcc\x0c\x60\xdc\xe0\xb6\x9d\x42\x53\x39\xd5\x2c\xde\xdd\x5c\xb3\x78\xa7\x35\xe5\x01\x72\xd5\x06\x8f\x8e\x47\xcb\x3f\x66\x50\x87\xb8\x5a\x00\xe7\xe8\x13\xb1\xe8\x55\xbf\xf6\x63\xa5\x88\x94\x56\x81\x77\xf2\x1e\x61\xc0\xeb\x7f\xa5\x03\x3d\xba\x6d\x8f\x68\x29\x7d\xfd\x86\x28\xc5\x5a\xdb\x3c\x26\x0e\x9f\xf9\x55\x50\x30\x84\x20\xbe\x70\xd6\x29\x0b\xcf\xfe\x03\x5f\x3b\x39\x5d\x0d\xe8\xa2\x52\xbb\x6f\x44\x6a\x31\x0b\x08\x3e\xe2\xea\x07\x08\x1e\xd2\xe1\xb1\xb0\x3e\xa9\x92\x74\xac\xb8\x7b\x16\x4c\x6f\x16\x4b\x63\xea\x45\x57\xbc\x31\xf5\x04\xe7\xb9\x16\x86\x03\xf6\x4f\x33\xd1\x1e\x4e\xb6\xf1\x3c\xa0\x6b\xe0\x14\x66\x33\x98\xdb\x4c\xb7\x39\x4a\x34\x99\xc9\x40\x1d\xa1\x90\x03\x8d\x14\x97\xa4\xf5\xe5\xbc\xb9\x2e\x2d\x6b\x3d\x40\x8d\xc3\x39\x99\x59\x58\xbc\xdf\xe2\x70\x26\x93\xec\x77\xb2\xa3\xbe\x2e\x44\xb6\xf4\x18\xb4\x6c\xe6\x14\x89\x70\x58\x0e\x37\xf1\x68\x89\x74\x92\xd1\x95\xc8\x60\x22\x81\x8e\x15\x08\x3b\xd4\x2f\xc1\x15\x5e\x9d\x8f\x77\x4c\x5d\x12\xd1\x4b\xfb\x42\x84\x24\xcb\xaf\x64\xa4\x8f\x74\xef\xdf\xcc\xc3\x9d\x27\x5b\x30\xd5\xa9\x17\x40\x11\xd9\x6f\x3b\x50\x7c\x89\x5d\x18\x11\x7b\x28\x37\x02\x7f\x55\x61\x3b\xb0\xff\xb2\xb0\x81\xb4\x0a\x2c\xee\x3b\xba\x7f\xad\x70\x04\x8c\x2d\xda\x1a\x73\x01\xef\xd7\x9a\xe4\x59\x49\x97\x3b\xcb\x9f\x54\x82\x73\xae\x54\xc7\x4c\xe4\x24\x2b\x93\x06\xf5\x32\x4f\xd5\x41\xf9\xfb\xc6\x5c\x45\x84\x5d\xb9\xdb\x37\xf4\xf2\x2f\x05\x4d\x09\x4e\xf0\x14\x8a\xbe\x8e\x2c\x13\x83\xe0\x06\x1c\x2f\x11\x30\xf4\xb8\xfb\x9e\xd8\x32\x87\x09\xfa\x3e\xda\x47\x27\x9f\x2f\x99\xa9\x35\x83\xfe\x9c\x3e\x0a\x92\x39\x50\xfb\xc4\x1c\x77\xac\x8d\xc5\x79\x12\xc4\x61\xa5\x7f\xec\x8f\x58\x0e\x59\x89\x89\xd0\x2c\x87\x12\xf7\x1e\x75\x48\xb4\xa8\x3f\x37\x16\x5f\xd5\xa0\xaa\x69\xff\x5a\x62\xe0\xe8\xd5\x75\x92\xba\xeb\xbf\xd0\xe3\xb8\x92\xb7\x77\x9b\x08\xf3\x79\x35\x99\xa5\x43\xa8\x70\x24\x62\xf9\x36\xe2\xcd\xba\xa6\x07\x47\x63\x07\x20\x46\xd7\x85\xd9\x0e\x08\x84\x4a\x96\xd0\x7b\x91\x50\xce\x32\xf5\xb5\x01\xe7\x42\xc3\x82\x44\x12\x7d\x56\xbf\xa7\x0e\x76\x86\x6f\x17\x0a\xe8\x89\xaf\xed\x05\x9b\xb8\xcd\x74\x1e\x60\xaa\x60\xf8\x96\x4c\x83\x56\x12\xcf\x83\x76\xa9\x94\x09\x98\x74\x06\x89\x44\xe9\xe0\x34\x60\x51\xd5\x85\x49\xf8\x59\x09\xde\x1a\x6c\x87\xf0\x30\x09\xda\xfa\x5f\xb9\x29\x99\xd8\x9a\x2d\x84\xc6\x89\x6e\xda\xa9\xa7\x7b\x88\x89\x03\xd0\xa6\x57\x2d\xfb\x01\x37\xf3\x55\x26\xf4\xba\xaa\xe6\x88\x74\x11\xea\x5d\x09\x69\x51\x4c\xbe\xa6\x27\x7c\xd1\xd4\x4a\x06\xe3\xe6\x05\x0b\x4a\x98\xf3\x79\xb1\x99\x9a\xf8\x5d\x05\x03\x3f\x11\xbd\xc3\xaa\xf3\xa2\xa9\xaa\xe6\x2d\xc4\x6a\xb4\x32\xd0\x86\x96\xce\x13\xd6\x4d\x6b\x9c\x24\xeb\x09\xb9\x06\x44\xbe\x0f\x50\x43\xe4\x3d\x5a\x3a\x3f\xef\xcb\xcb\xd6\xd0\xcd\xd2\xdf\xcf\x8c\x08\x1a\xad\x94\x43\x78\xb3\x9b\x31\xf2\x06\xb9\xdf\x5e\x8a\x1a\x01\xa8\x0f\xcf\x30\x9f\x08\x51\xee\xf8\x82\xe7\x27\xd4\xde\xc3\x02\xaf\xad\x85\x2f\xe5\x19\x32\xad\x5c\x5e\x48\x3b\x2f\x76\x10\x85\x19\x73\x3e\x3b\x9b\xbe\x04\xd8\x4b\x67\xf6\xf8\x2a\x73\xa6\x91\x62\x03\x3b\xb2\x79\x3b\x13\xa5\x89\xec\xf6\x03\xd9\x5f\x45\x10\x96\xd8\x3d\xa8\x65\xd9\xf4\x84\xa5\x7d\x4c\xa2\x1a\x30\x59\xe7\xf8\xdd\xbf\xcb\x22\xd3\x0d\x3b\x7f\x10\xfd\xc8\x58\x68\xfa\x5d\x22\x30\x5d\x13\x83\x0f\xe3\x5f\x0f\x3f\x95\x67\xa5\xfa\x72\x3d\x7f\xf2\x08\x46\x1d\x11\x67\x91\xf1\x61\xad\x16\xe9\x12\xe4\x08\x57\x6e\x61\xb1\x7c\x66\x40\x43\xb1\xe6\x40\xcf\x1b\x34\x08\xed\x76\x11\xde\xd7\x78\x0b\x03\x8a\x81\xf2\xb8\x52\xb1\x8b\x17\x93\x1e\xe7\x45\x59\x5b\x31\x7c\xe4\x56\x1d\xf4\xef\x79\xb3\x87\x21\x15\xdf\xb0\x3f\x98\x65\x6e\xd8\x4c\x05\x6a\x77\x66\x2d\x81\xfe\x58\xd4\xe3\x5f\x6f\xff\x9e\xab\x08\x72\xcd\x2c\x6c\xa2\xed\x26\x3e\xf6\x9e\xe3\x63\x8f\x1a\x65\x61\x81\xe0\xdb\xa6\x4c\x2d\x31\x99\x9f\xad\x87\x54\x00\x81\x12\x0c\x58\xbd\x8a\x8d\x05\x67\xa6\x4b\x0d\xaf\x69\xb2\x19\x06\x61\x85\xf3\x29\x78\x6a\xc7\xdf\xf4\xfb\x35\xf8\x59\x6f\x4e\xab\x6f\x0a\x36\x49\x06\x76\xa7\x9b\x56\xf4\x8c\xa9\x9e\xd0\xae\x64\x8d\x21\x8b\x95\xd8\x02\x12\xdf\xaf\x7f\xa2\x5b\xae\xb7\x3b\xb2\xa8\xae\x07\x64\x8c\x8c\x73\xfd\x61\x58\xd5\x09\xc9\x04\xbd\xc5\xb3\x71\xf6\x41\x74\xb8\xf4\x78\xed\x08\xe0\xd8\x92\x76\xdd\xd4\x62\x94\x50\x11\xf7\x0b\xe3\x88\xbc\x25\x68\x6d\xda\x8e\x59\x89\xbf\x26\xac\x3c\x4b\x43\xe9\xc2\xf4\xcc\x84\xf2\x1f\xed\xc8\xbc\x57\xcd\x04\xd4\x68\x60\x79\x25\xc2\x1e\x2f\x80\xf7\xb6\x01\x22\x31\x66\x76\xf7\x90\xb1\xc2\xb8\x51\x64\x9f\xe0\xd4\xe7\xbd\xed\x9a\x9d\x43\x84\xde\x2c\xc1\x0f\x12\x9b\x58\xd0\x66\x35\x8d\x55\x99\xbf\x34\x38\xbf\xfe\x50\x19\x31\xe5\x8a\x24\xff\x95\xc3\xa1\x7a\x80\x5a\xf9\x29\x6d\xaa\xb0\x3e\xaf\x55\x11\xaf\x26\x20\x7c\x63\x69\x2a\x84\x17\xeb\xce\x77\x1d\x2e\xb0\x9b\x8d\x68\xe0\xa8\x57\xf0\xdd\x61\xb9\x8c\xc5\x16\xe5\x8e\xcd\xf6\x8d\x37\x4c\x4d\xec\x3e\x22\x15\x1f\x9e\x47\xae\x3c\x4b\xe7\xe7\xe1\xeb\x65\xf4\x0c\x78\xc9\xfb\x61\x68\x73\x30\x14\x21\x3d\x7f\x7b\x52\x01\x43\x53\xad\x0f\x08\xda\x75\x65\xd8\x59\x5f\xc1\x5b\xcc\xa7\x52\x1a\x08\x31\x16\x49\xc5\xe7\xa6\x2b\xf6\x22\xcf\xa8\xa7\xda\x4c\x10\xf6\x13\x83\xc7\xa4\xfc\x60\x45\x7e\x67\x92\x66\xee\x0e\xa5\xdb\x21\xef\xb9\x9a\xaf\x32\x57\x02\x6c\xce\x36\x09\xbd\x0d\x12\x6c\x6f\xb3\x3c\x35\xe3\x08\x9b\xe9\x4c\xfe\x6e\xb8\x2c\x1d\x46\xb8\x25\xeb\x98\x24\xeb\x04\x48\xea\x69\xa0\x5f\x23\x67\x83\x62\x50\x51\xb8\xad\xc3\x8f\x83\x92\xab\x85\x98\xee\x7c\xc2\xbb\x00\x93\xaf\x23\x35\xf8\x0a\x98\x1f\x0c\x30\xdd\x05\xc8\x6f\xce\x7c\x8f\xae\x48\x05\x83\x44\x8f\x5c\x94\xe0\xc8\x21\x98\x31\xd1\xc8\xee\x7e\x49\x35\x7f\xad\xfc\xdc\xe9\x23\x50\x34\x7f\xa0\xb9\x7b\x23\xb7\x81\x40\x31\xad\x2e\x6b\x0e\x77\x74\x35\x25\xd3\xf6\x34\x5c\xc1\x2b\x2d\x6b\xb1\xec\xe3\x85\x7a\x49\xb7\x1d\xa1\x49\x80\x50\xe5\x94\x49\x0e\x65\xb6\xf9\x6f\x87\x53\x70\x50\x79\x3a\x98\xaa\xbf\xb3\x3a\x3e\xb6\x3b\x86\xd1\xfc\xb3\xac\x58\xaf\xf9\x0e\xc9\x9e\x3c\x78\xcd\x56\xa3\x8c\x19\x6a\xe7\x7a\x32\x58\x3e\x5a\x0c\x6b\x8f\xbe\x2d\x12\x75\x17\xc0\x7e\xfe\x7d\xdc\x67\x2a\x9c\x38\x34\xed\x48\xd9\x05\x72\x2c\x66\x68\xfe\x2e\x7a\x2e\x9a\xfc\xae\xac\x05\x3f\xc1\x33\x83\xe6\xd0\xdb\xa1\xd8\x7e\x16\xad\x2a\x45\x8c\x07\x76\xc8\x4f\xbf\xc0\xfe\x0c\xf7\x9c\xee\x9a\x5e\x2a\x4f\xf7\x45\xd7\x6a\xe5\x49\x40\x0c\x0a\xb6\x31\x3e\x12\x10\x88\x4c\x2e\x32\xcc\x9d\x98\x55\xc9\x44\x17\x3e\x55\x4c\xda\xaf\xe3\x2e\x6e\x84\x2c\x07\xb0\xef\x09\x60\x2b\x61\x7a\xd4\x06\x82\x3a\x23\xdc\x87\xb7\x0e\xb6\xcb\xef\x85\x5d\xc0\xa0\xaa\x94\xf8\xd2\x76\x6d\x53\x6f\xbe\x7a\xa8\x76\x50\x47\x05\x11\x2d\xbf\xfd\xf2\xbe\x16\x43\x75\x6d\xfb\x0a\x6a\xa6\x9a\x47\xdc\xf4\xde\xf8\xf9\xcb\x22\x72\x85\x71\xa6\xf1\xce\xe0\xcd\x4d\x9b\x1d\x63\x88\xd5\x01\xba\x6c\xfa\x75\x2b\xb6\x5b\x69\x53\x3a\xac\x65\x05\xab\x72\xcb\xc6\xb3\x6c\x96\xce\x9e\x1b\xdc\x7a\xe6\xa1\x7a\x6a\x03\xbd\x6d\x37\x7d\x8c\xc4\x43\xa7\x91\x31\x73\x90\x78\x7b\x7a\xd6\x9d\x69\x24\x2f\x72\x7d\x30\xb9\xc4\x7d\x7c\x5f\x0f\x5b\x29\x6e\x17\x2e\x1e\xe4\xa3\xf2\x60\x22\x7d\x9a\x65\xae\x7d\x24\x69\xe7\x43\x46\xf9\x6a\x20\x35\x56\x88\x08\xb7\xbd\x88\xee\x93\x13\x40\x30\xdb\x72\x23\x00\xc2\x1c\x40\xf0\x20\x76\x27\x60\x41\xb7\x9c\x83\x78\x30\x52\x02\x0c\xeb\x4e\x23\x41\x3f\xa9\x08\xfd\x05\xcb\x54\x6f\xe9\xf6\x69\x28\x6f\x34\xa4\xdb\x86\x93\xc1\x28\x07\x90\x1c\x2d\xe8\x81\x6c\x47\xce\xde\x8d\xb6\x93\x33\x7b\x04\x21\x12\x53\xb0\xee\x35\xc5\x7a\xa9\x0a\x5c\x54\x3c\x43\x0b\x05\xa4\xc9\x0b\xcf\xd7\x32\x96\xa1\x63\xe1\x83\x22\x46\xb6\x33\xee\x4e\xfa\x85\x8f\x20\x26\x5f\x33\xa4\xf2\xea\xff\x0f\x27\xbc\xb2\x4c\x48\xd9\xac\x6b\xde\x10\x24\x26\x3d\xe5\xaf\x4d\xa7\x66\x52\x71\x3f\x37\x76\xe3\x71\x8b\x30\x90\x11\x66\x69\x1d\x2f\x69\x85\x97\xf4\xd8\xc1\x3a\xdb\x92\x14\xa9\xd0\x71\x47\x38\x45\xf5\x7e\x82\x5f\x0f\xf4\x93\x22\x95\xd8\xac\x6a\x12\xa5\xf4\xf5\xb2\xac\x69\xff\x4b\xb1\x54\x69\xb5\x20\x9c\xab\x88\x76\xc2\x90\x32\x62\x05\x83\x6b\x19\x31\xa0\xd2\x82\x9b\x2c\x78\x13\xe3\x45\xf3\x0e\x8a\x42\x9f\x41\xc1\xd9\x97\x56\x56\x5d\x76\xd4\x70\xc7\x37\xac\x5d\x5b\x4f\x8e\x71\x17\x72\x3c\x56\xb6\xe8\x77\xdc\xe9\x71\x64\x35\x06\x0a\x4f\xb1\x19\x24\x85\x7f\xec\x4b\xaf\x13\x15\x25\x87\x3b\x3b\x7d\x77\x30\x9b\x0f\xe0\xf4\xd8\xce\xf3\xc1\xd9\x13\x55\x8c\xfa\xa9\xe8\x59\x6c\x0b\x8c\xc1\xe3\xb1\x46\x8d\x09\xa7\xda\x5d\x1d\x65\x36\xc7\xcc\x95\x74\x51\x47\x4a\x42\x59\x84\x5f\xf2\xc4\x72\xa7\x6a\xc8\x51\x18\xeb\x09\x70\x01\x48\xbf\x9b\x0e\x32\xfd\xd2\x07\xf7\x0e\x46\x48\xf4\xd8\xea\x65\xe6\x67\x75\x1f\x9e\xec\x7a\xba\x53\x7f\x44\xb1\xf5\x4c\xee\xbc\xc1\x88\x76\x54\x33\x5c\x53\xc3\x69\xa3\x57\xb9\x2f\x00\x8c\x05\xbb\x1e\xb9\xc9\x1a\x03\x7a\x8b\x41\xe4\x00\x8e\x1b\xce\x65\xba\xcd\x18\xd7\x0d\x97\x70\x03\xba\x1b\x3a\xe0\x1c\xc6\x77\xf1\x32\x02\xca\x1f\x8e\x35\x22\xf0\x86\x47\xf0\xec\x88\x4d\x97\x9c\x07\x1d\x3c\x5d\x12\xde\x13\xa6\x2f\xb1\x54\x89\xee\x94\x8e\xec\x94\xf2\x61\xa5\x89\x36\x5e\x6b\xa9\x98\x20\x91\xc6\x32\x81\xbf\x16\x2a\xdc\x3b\xb7\x86\x19\x12\xc8\xca\xfb\x10\x09\x74\x80\x71\x1c\x61\x51\xb6\x04\x4a\x6c\x70\x4b\x8c\x4e\xa0\x2b\x3e\xf3\x66\xc9\x83\x09\x3a\x3d\xb6\xa8\xe0\xc2\x81\x0e\x16\xa2\x96\xd3\x83\x57\x2d\x5d\x8d\xab\xea\x30\x70\xbc\xa0\xb0\x80\xc1\xd2\x0e\x9f\x61\xf6\x03\x04\xa5\xaf\x32\x51\x67\x9c\xc5\x92\xe0\xa0\x37\x1b\x2a\xf2\x83\x42\xcd\x79\x00\xd2\x17\xe2\x5e\x30\xd4\xb1\x57\xe8\x1c\x09\x5d\xbb\x67\x2e\xee\xb2\x2d\xbc\x3e\x15\xf4\x50\x07\xbd\xc1\x87\x5d\xd3\x82\x55\xc4\x7e\xbb\xad\xed\x6b\x90\x25\x7e\x4f\x67\x19\xcc\xe7\x97\x84\x9b\xe8\x8d\x7b\xe9\xfe\x24\xf2\x83\x8b\x51\x1a\x1c\xc3\xbc\x4e\x4a\x8e\x6a\x5f\x80\xd6\x21\xdc\x3f\xbf\x45\xd8\xae\x35\xeb\x1c\x06\xa4\x4c\x9a\xc1\x26\x8f\x86\xa0\x1a\x5f\x8d\x3a\x82\xab\xfb\x0a\xd4\xd6\x01\x7b\xc1\x1c\x2e\x71\x2d\x61\xc7\x70\x73\x14\x4f\xbc\x0b\xfe\x7f\x30\x86\xe3\xb5\x1e\x9e\x86\xcc\xc2\x8e\xa7\x01\xef\x7a\xb7\xa8\x3b\x6c\xd2\xc2\x7c\xb5\x73\x7d\x10\xc0\xbc\x2c\x98\x45\x76\x82\x2e\xb6\x00\x73\xd3\x41\x07\xf6\x6e\xb6\xaa\x9a\xda\x9f\x50\x42\x0a\xab\x9f\x5f\xbf\x67\x12\x90\xc0\x20\x7f\xc9\x3e\x0a\xef\x6f\xf6\x0c\xaf\xb8\x31\x13\xbf\x9f\x65\x3c\x4b\x51\x2f\x78\x53\x52\x94\xc5\x70\xc2\x75\xd8\x25\xed\x6b\xfe\x62\xa4\x64\x74\x74\x44\x26\x5e\x86\xa3\x15\xc8\xe1\xbe\xc6\x46\x07\x4e\x90\x61\x54\xad\xcb\xd7\xe0\x91\x89\x83\x4c\x50\x29\x22\x43\xb8\xa8\x10\x5c\xb0\xa1\xab\xb0\xa9\x61\x0b\xec\xa0\x85\x2d\xa8\xad\xba\x38\xef\x24\xa2\x04\xb6\xd7\x49\xa4\x66\xbe\x49\x46\x98\x87\x5e\x56\x33\x3f\xc5\xbf\x2b\xff\xdb\xfb\xe1\x0f\xe5\x6a\x91\xb7\x75\xa5\x4d\x5a\x43\xc0\x64\xe6\x5f\xeb\x97\xe7\xfc\x53\x4b\xa7\xfa\x19\xce\x4a\x6a\x42\x27\xd6\x2c\x70\xaf\xe7\x4f\x22\x03\xa1\x55\x80\x7c\x4f\xcd\x6b\x53\xf5\xc2\xf2\xf6\xdc\x36\x8c\x01\xb2\x4a\x0d\x83\x07\xc7\xe8\x8e\x6f\x6d\x2e\x0a\x62\x93\x54\x71\x33\x7f\xa8\xba\x9a\xc8\xf9\x4a\x43\x4f\x10\x8a\x25\xda\x73\x7e\xd6\xc3\x17\x21\x29\x4b\x5f\xa2\xf7\x2a\x26\xa7\x91\x58\x39\x54\x8b\x67\x23\x34\x24\x25\xae\x8c\xf8\xef\xae\x0c\x93\x27\x41\x19\x24\x5a\x14\xa6\x01\xbc\xba\x5e\x3c\x7d\xdd\x58\xac\x04\xa1\x2b\x41\xdb\x22\x7f\x54\x6c\x27\x2e\x06\xd8\xf9\x1d\x66\xa8\xef\xba\xca\x44\x6a\x03\xbb\x06\x47\x48\x1f\xe8\x22\xad\xa0\xa2\x22\xc7\xcf\xb3\x65\x85\xb2\x7a\x89\x74\x64\x3d\x74\x30\xaa\x41\x79\x5b\x0b\x1c\x6a\x85\xc3\xf7\x02\x9a\x99\x1b\x83\xa9\x7b\x7b\x55\xaf\x12\xfa\x1e\x05\x5b\xba\xcc\x4e\xfa\xfe\x16\xc6\x13\xd0\x48\x7d\xb7\x84\x62\xc8\x19\x7a\xe3\x8a\x16\xef\x51\x7e\xee\xff\xe4\xab\x65\xf9\xa2\x59\x55\x36\xd1\xe1\xae\xb6\x6a\x50\xda\x5c\x2c\xf8\xb0\x59\xc0\x3f\xd0\x29\x13\x46\x83\x8e\xa9\xf4\x5e\xdb\x50\x55\xb3\x55\x4a\x51\xa9\x48\xc2\x23\x36\x38\x14\x81\x90\xbe\x41\x9d\x15\x59\x55\xfc\xa7\x68\xb6\x7c\xf7\x44\x08\xd4\x06\xa2\xe5\xbe\xdb\xce\x9f\xc9\xa6\x03\x41\x83\x0f\x7a\x10\x1b\x69\x69\xd4\x93\x34\x30\x44\x88\x7c\x12\x7f\x9e\x78\x4d\xac\xd2\xb4\x09\x2a\x07\x0e\xcf\x97\x55\x6f\xe8\x3d\x11\xe8\x71\x88\xdc\xf5\xc6\x97\xea\x29\xfd\x30\x31\xe4\xba\xcf\x33\xc1\xce\x13\xb0\xc8\x1f\xa6\xab\xb9\x47\x1f\xf1\x41\x82\x83\x3f\x96\x9b\x7a\x3e\xdf\xff\xe6\xc9\x0b\xc8\x27\x42\xf0\x06\x4f\xf8\xa9\xeb\xa7\xeb\x7e\x0f\xf1\x12\x53\x1a\xd4\x37\x71\x69\x6b\xe7\x4b\x86\x78\x41\x96\xf1\xae\x9a\xbb\x89\x8c\x0b\x16\x06\x6d\xa7\xf2\x10\x0f\x14\x22\xd3\x0d\xbd\x06\x6f\x13\x58\x67\xc6\x8e\x41\x5c\xc2\xb6\x99\x62\x9d\x70\xcc\x7f\xf3\x45\x07\xc3\x48\x73\xa6\xa1\x3f\xf0\xdf\x22\xfe\x27\xa6\x02\xb6\x8c\x6d\xe8\x5c\x4d\x02\x1e\x8b\x45\x40\x74\x8e\xe2\x99\xa2\xf7\x8b\x5f\x1d\xbd\xff\xfa\xee\x10\xa4\x70\x29\xfe\x66\x4b\x86\x7d\x5f\xda\xf0\x46\x2d\xac\xa9\x2e\xa6\x62\x3a\x70\xdb\x18\x31\x06\xb6\x0a\xe6\x16\x60\x93\xde\xb3\xb4\xa4\x60\x02\x70\x7f\x45\x57\xae\x7e\x43\x34\x1f\x38\x89\x50\x10\x71\x8d\x7b\xba\x79\x51\x55\x35\xbc\x7a\xb0\xdf\xf7\x57\x6a\xde\xfc\x1f\xff\xdf\xff\x7f\xef\x04\xdb\x71\xd2\xb5\x15\xfd\xa5\x36\xef\xae\x47\x1c\x94\x74\x43\x2c\x29\x23\x89\xa1\xba\x59\x0a\xbd\x4e\x1a\x28\x03\xba\x87\x52\xa1\x91\xe8\x64\xc3\x78\x04\x64\x31\xf5\xc9\xe1\x7d\x80\x3b\x32\x08\x15\x18\xcc\x54\xa0\xb0\x8e\xde\x56\x42\xcb\xab\x37\x0b\x96\x96\x01\xd3\x7a\xf7\x63\xe8\xd1\x10\x1c\x4a\x80\xb5\xdb\x96\x56\x9f\x14\xfc\x8e\xdf\xa7\xd8\x13\x85\xdf\x65\x75\x9d\x9b\x70\x47\xf1\xb4\x1c\x01\x0d\x22\x32\x39\x33\x46\x38\xda\x65\xfb\x1e\xd6\x86\x80\x1a\x19\xe8\xbc\xe9\x95\x69\x88\x4e\xc9\x43\x15\x7b\x11\x8f\xfa\xe0\xf1\x69\xa6\x1c\x6b\x63\x48\x3d\x5e\x32\x6c\x7a\x59\x2e\x71\x6e\x6c\x40\xc7\x3b\x4c\xbb\xb6\xa6\x93\xce\xd8\xaa\xfa\x84\xfe\x93\xa5\x0f\x64\x46\xf3\x30\xb0\x10\xa0\x2b\x2b\xaf\xff\x45\x59\xc1\xf6\x56\x0d\x20\x10\x4f\xa4\x2b\x36\x44\x0c\x54\x5d\xab\x52\x3f\x67\x07\x21\x97\x96\xbe\x6a\x9f\xc4\xd9\x6a\xaf\x36\xa3\x52\x3b\x7f\x41\xff\x19\x86\x1d\x42\x84\xa2\x61\x64\xa2\xaa\x58\x1a\x2a\x7c\xcc\x7e\x9b\x84\x66\x2d\x5d\x0c\x42\xa1\xc4\x98\x51\xc3\xdf\x15\x08\x98\x90\x89\x55\x28\x8b\x31\xf0\x2f\xed\x48\x65\x0a\x6b\xd0\xd5\x32\xa8\xed\x59\x9d\xdb\x16\x6f\xe7\xcf\x8b\xb7\xf2\x83\xce\x97\x23\x53\x7d\xcb\xff\x8a\xed\x04\xca\xd9\xcf\x09\x35\x5f\x8a\x17\x6c\xee\x5b\x00\xcd\x14\x7c\x2b\x4e\x4b\x38\xae\xe3\x67\x8d\x98\x35\xfc\x15\x76\xe0\x15\xa8\x4e\x9c\x82\x23\x9e\xd8\x42\x05\x3e\x0d\x9b\xb6\x51\x99\x84\xa0\x3b\xe7\xb9\x9b\x65\x66\x0d\xfb\x8e\x19\x87\xa7\x2a\xab\x60\x56\xeb\x6c\x5a\xf5\xbb\xa8\x20\xa5\xca\x0b\xd6\x33\x82\x73\x4b\x48\x35\x57\x15\xff\x48\x45\xaf\x17\x1c\xd4\x20\xc6\x8c\x97\x29\x34\x39\x2c\x1c\x4c\x0b\xbf\x86\xf5\x48\x21\xae\x0d\x56\x45\xcd\x16\x2f\xe8\x19\x16\xeb\x78\x38\x78\x08\x3b\x7f\x92\x98\x6b\x45\xba\xaf\x88\x60\x83\xca\x8c\xfd\xde\x92\x29\xf2\x15\x4b\xe7\xb9\x32\xc3\xa9\xee\x7a\xba\x1e\x4b\xb3\xa0\x41\x0b\x47\xc3\x45\x06\x3c\xb2\x9b\x40\x36\x31\x00\x8a\xf0\x67\xef\x38\x83\x46\xac\xf2\x1a\xab\x28\x3f\x59\xa2\xf8\x95\x0e\x87\x65\x84\xba\x34\x17\x20\xb6\x51\x14\x8f\x79\x01\x2f\xf8\xed\x90\x64\x1d\x86\x94\xaa\x46\x7d\x3a\x49\x83\x5f\x76\x22\xdb\x98\x5a\xf7\x16\xee\x9e\x6f\xdb\xb2\x73\x92\xb7\x78\x1a\xc1\xc0\x4e\x1e\x45\xc3\xd1\x48\x34\x94\xc7\xdf\x61\x07\xc4\x08\x85\xa7\xec\x90\xbe\xa3\xfc\x13\xe1\xf7\xb4\x48\xe4\x33\x0f\xd8\x20\x92\xd8\x81\x49\xc1\x7b\xb7\x63\x43\x39\x9c\x9b\x0e\x09\xd7\xc5\x68\x54\xcf\x93\xcf\xcf\x78\x15\x41\xfb\xd5\x86\xc0\x25\xc7\x39\xab\xfb\xe8\x1a\x75\x2a\x98\x82\x4a\x9a\x90\x1b\x3d\x87\x20\x14\xf8\x19\x6a\x19\x32\xee\xcf\x72\xee\x28\x18\x78\x0d\xbb\x12\x27\x69\xc1\xd7\x4b\x22\x49\x40\xc0\x6c\x8b\xdd\x1e\x9c\x87\xf6\x24\x2f\x5a\x6b\x3a\x9e\x52\xdb\x32\xa9\xeb\xa7\x4d\x0f\x5f\xd3\x47\x97\x65\x65\xaa\x05\x9b\x61\xcd\x0b\x35\xb3\x70\xdf\x18\x4b\xf9\x8b\x27\x48\x6b\xc2\x10\x45\xab\x43\xa0\xde\xed\xf6\x41\x05\x48\x3b\x7f\xff\x4b\xb7\x49\x5f\x1d\x45\xf5\xe2\x2a\x47\x01\x6b\xac\x39\xd6\x60\x2a\x8b\x8a\x6b\x8c\x8c\x97\xe2\x8f\x3a\x5b\x0d\xda\xa2\x2f\x6a\xa4\xe6\x91\xd0\x30\xb5\x11\x93\xf2\xe0\xbc\xb1\x66\x9a\xbc\xaa\xc0\xe1\x86\xb3\xd5\xde\xd6\x25\x54\xfe\xd5\x15\x61\x4c\xb9\x0b\x7a\xab\xc3\xf3\x27\x35\x44\x56\x20\x66\xeb\xee\x62\xab\x7c\xc5\xd1\xaf\x52\x7c\x0f\x7b\x71\x8b\x7d\xb9\xbc\xbc\xc5\x0d\x19\x5e\x6a\x1d\xc5\xbf\xd1\xbe\xb3\xaf\xbc\x72\x47\x47\x09\xa2\x30\x21\x58\x9c\xa8\xc2\x05\x77\x40\x58\x24\xef\x84\x15\x69\x27\xf1\x82\xe5\x1a\x63\x6f\x16\xe3\x75\x67\x33\xc8\x36\x52\xd8\xc3\x83\xae\x13\xf1\x6e\xa5\x66\x3a\xc3\xfb\xa1\x18\x79\x69\xf4\xe9\x57\xbd\x96\x7b\x78\x0e\x38\x3a\xb8\x6e\xdc\x23\x5e\x81\x25\xbf\x12\x22\xc4\xc6\xa6\x8c\xc2\xf3\xc4\x3a\x34\xe1\x01\x57\x11\xdf\xe2\x20\x88\x4f\x8b\x9e\x52\xd0\x21\x85\xdc\xf2\xd3\x23\x3a\x3b\xec\xb4\x74\x24\xec\x63\x88\x9a\x06\x07\x42\x95\x42\x17\xb0\xc0\x51\xed\xaa\x9f\xbd\x52\xcd\x6d\x1c\xa7\xe8\xc0\xe8\x7e\x43\x78\x70\x3f\x97\x88\x8d\xbb\x88\x91\xd6\xe1\x25\x35\x69\x9f\x8c\xf5\x11\x9b\x82\x28\x49\xa2\x33\x36\x44\xf9\xb8\x5d\x1a\x74\xe9\xe9\x68\x45\xfd\xef\x07\x4c\xbf\x5b\xfc\xd4\xcc\x15\x11\xac\x17\x6f\xb7\xd1\x98\x89\x8e\x34\xc4\xbd\x03\x9a\x46\x75\x4f\xf6\x0f\x34\x23\x6c\x86\x51\xaf\x84\xc7\x81\x85\x36\xdc\x3e\xdb\xd9\xcd\xe2\xb0\xc8\xf5\x8d\x65\x62\x7b\x11\x56\x97\xfc\x26\x41\x82\xe1\x3d\x62\xbd\xf5\x0d\x3d\x26\xee\xea\x14\x11\xb5\x2f\xd7\x9b\xae\xc6\xaa\x51\x7e\xee\xa2\x29\xed\xe0\x32\xb5\xea\xab\x8f\xee\x63\x99\xa0\x4d\xb7\xe5\xef\x02\x98\x74\x72\x8a\x67\x81\x6a\xe0\x48\x3f\x7f\x42\x6c\x1b\x01\xdf\x15\x84\x05\xe2\xeb\x18\xa4\x92\xf0\x7f\x54\xaa\x2c\x4c\x86\x63\x5a\x35\x0b\x35\xdb\x62\xd8\x56\x33\x6e\x84\x10\xd4\xcb\xbb\x43\x7c\x5a\x45\xae\xf7\x21\x5b\xf0\x6e\x8f\x09\xa0\x88\x58\x8b\x86\x37\xec\x9c\xf2\xf3\x5f\x99\xd7\x8b\x30\xbd\xed\x97\x04\xc0\xb1\xb9\x07\x3b\xba\x44\xd7\x20\xc2\x0f\x6a\xfc\xce\x93\xf3\xa4\xa1\x1d\xcd\x4e\xdc\x4e\xcd\x2f\x9b\x4c\xdc\x23\x46\xc0\xac\x5e\x04\x6b\xe8\x94\xb8\xe3\x30\x19\xfc\x6a\x38\x5a\x7c\x36\xa4\xc9\x5d\xf9\xc8\xb9\xdf\x29\x3d\x93\x5a\x17\x50\x57\xbe\x68\x81\x23\x5b\x5f\x08\xf1\x08\xd8\xcb\x9e\x4d\x68\x5d\xe9\x2e\x75\x21\xf3\xe5\xfc\xea\x3d\xa2\xff\xf8\x12\x89\xd8\x70\x06\x7d\x32\x78\xdd\x1d\x07\x9b\x74\x1f\x09\x49\x4b\x58\xb4\x95\x7e\x70\xa1\x0d\x10\x85\xd7\x21\xeb\x8e\x19\x95\xe8\xcb\x6c\xcc\x9e\x44\x1f\x81\x37\xf0\x5d\x7c\xd7\x21\x0f\xd0\x5a\x71\xa5\x15\xf1\x2a\xed\xc2\xf5\x73\x71\xc1\x37\x03\xbb\x1b\xaa\x27\x9d\x7a\xf6\x47\xb8\x9f\xc1\x78\xe1\x2b\xb3\xbd\xf9\xeb\x61\x1d\x19\x2e\x54\x0b\x23\x8e\xeb\x22\xe0\x53\x54\xf5\xbb\xfe\xb2\x15\x72\x73\xa2\x57\xa2\x2b\xd7\x8b\xc1\xdc\x08\x42\x0c\x7c\xa8\x93\xf9\xd3\xab\x0d\x16\xd6\x20\x8c\x85\x44\x24\xbe\xfe\xeb\x78\x82\xbe\x56\x6c\x52\xcd\x06\x5c\x54\x5c\xb0\xb4\x6f\xb8\xd5\xbe\x89\xec\x76\x5c\xd5\xd5\x14\x5a\x20\x62\xd2\x47\x07\xaa\x07\xe6\x63\x01\x4f\x9e\x99\x54\x5a\x30\x16\x8b\x63\x86\x88\x53\x8c\x6b\x80\x8b\x9a\x8c\xab\x7d\x47\xe4\xc7\xb8\x77\xe9\xd9\x45\x88\xb6\x33\x51\xa4\x9d\x68\x74\x1c\x58\x7f\xd5\xd6\xec\x96\x6c\x44\x45\x40\x2c\xda\xb1\x04\xb6\xec\xa1\xae\x20\xeb\x65\xec\x77\x04\xdc\x27\x7a\x5d\xc6\xd3\x49\xeb\xd4\x96\x72\xa5\xcc\x43\xea\xa9\x7e\xcb\xdd\x87\x53\x0c\x71\xcb\x79\xae\xf7\x2e\xa4\x41\x58\x20\xc4\x00\x2e\x82\xec\xa1\xc9\xc7\x7e\xef\x07\xa6\x7e\x48\xb1\xe0\xfb\xfb\xa4\x0d\xe8\xad\x99\xfb\x78\xb0\x2b\x8d\x5c\xfb\x29\x0d\xdd\x13\x10\xd8\xef\x94\xe3\xf5\xc1\x8b\x4c\xac\x32\x71\xaa\x8b\x30\x80\xa0\x5d\x09\x9b\x23\x23\xf1\x0d\xeb\x8a\xe5\xfc\xf6\x3a\xff\x0e\xc8\xce\xc3\x22\xdf\x28\xf7\xe9\x6b\xbe\x46\xee\x93\x4a\x61\x04\x9a\xae\xff\x32\x04\xa1\xf8\x33\x48\x17\x6b\xb0\x69\x8a\x0f\xa2\xc9\x24\x2a\x94\x61\xeb\x03\x58\x66\xf8\x75\xd4\x3f\x63\x86\xb4\xeb\x41\xdb\x70\xff\xf9\x8f\xa9\xef\x9b\x92\xbe\x47\x5d\x8f\x2f\x74\x2e\x5f\x26\x07\xf0\xc2\xf1\x89\xf2\x19\x42\x15\x39\xa9\x93\x53\x33\x76\x2a\x7e\x9a\xaa\x6e\x35\x8a\x3a\x9d\x3e\x31\xb0\xf3\xdf\xf7\x1a\x0b\x82\x43\x55\x14\xba\x82\xc9\xa6\x72\xe7\xd7\xb0\xa6\x47\x4b\xbe\xf5\x56\xe3\x97\xf6\x93\x2d\xf0\xec\xd0\x8a\x40\x71\xa2\x05\xdf\x43\x2d\x83\x65\xc6\xa0\x89\x45\xbc\x81\x17\x2d\xd8\xf5\xf1\x87\x19\x03\x2e\xed\x1c\xa8\x4f\x35\xa0\x9a\xaa\x06\xe4\xe5\xaa\x11\x71\x55\x9a\xfa\x7e\x3d\xdc\x37\xae\x48\x34\x35\x75\xe1\x78\xc9\xc8\x2c\xbd\x0d\x2f\xe6\xd4\x34\x4c\x61\x7d\xab\xa6\xac\x6d\x54\x3f\xb6\x6e\x9f\x6a\xbb\x6b\x6c\x27\xf4\xac\x04\x44\x60\x4a\x5a\x0b\xc6\x7b\x1e\x86\x8b\xdb\xec\x78\xcc\x71\x23\xdc\x3b\x3e\x1b\x3e\x17\x7a\x83\x6e\xff\xf0\xf9\x2b\x39\x9d\x60\xfd\xf8\xc3\xaf\x5f\x11\x75\x7c\xfb\x87\xdf\xbc\xb2\xa0\x8b\x47\x6d\x17\x17\xc5\x1b\x33\x67\x1a\xa5\x8b\x3a\xe0\x76\xae\x32\x8b\xd9\xe8\x20\x39\xf2\x7f\xee\x69\x8f\x3a\x7e\x4f\xde\x75\xf2\x15\x42\xee\x22\xfa\x22\xc8\x81\x1f\x80\x09\xdc\xb0\xd6\x4f\x29\x6e\xa8\xfb\xdd\x42\x97\x6b\x81\x39\xf4\xef\xe4\xbd\xd4\x32\x28\x9c\xba\xf9\x8f\x45\xd8\x9e\xb0\xf6\x5f\xb1\xe9\xe7\x6d\x5e\xf7\x8f\xae\x9d\x73\x99\x90\xea\x3e\x68\xe9\xf5\xff\x4b\xa0\xa6\x06\x19\x34\xc9\xc2\x87\xeb\xaa\xc0\x42\xd8\x58\xc0\x15\xcd\xe6\xb7\x7e\xc6\x8d\xb7\xbe\xe4\xc7\x29\x78\xce\xf9\xf7\xc9\xb3\x42\xb3\x14\x3b\xf2\x0f\xde\x80\x70\x09\xe4\x8b\x9b\xa3\xd4\x38\xd1\x05\x73\x30\xcf\x8b\xa4\x7a\x6b\x78\x97\xa5\x1e\x51\x7f\x0d\xd3\x38\x83\xaf\x37\xf4\xd6\x0e\x9b\xe8\x53\xef\x80\xf0\x24\x8e\x5b\xe8\xd6\x3e\x38\x47\x9c\x82\x10\x4a\x1c\x6a\xa8\xc8\xcb\x35\xa0\x8f\xe0\xe9\x96\x3b\x0d\xfe\xf1\x95\x80\xd6\xad\xe4\x50\x64\x8a\xda\x8b\xcc\x06\xe0\x38\xec\x28\x9f\xea\x29\xe9\x48\x45\x33\x54\x4d\xc1\x22\x28\xb7\x11\x0f\xc7\x04\x43\x60\xf6\xb0\x80\xdf\x67\x2b\x16\x0e\xca\xf5\xfd\xc2\xf1\xe8\x01\x45\x0a\x0d\x16\xd1\x47\xc7\xe7\x23\x94\x11\xa5\x7f\xe2\x7f\x98\x80\x22\xa6\x0c\x7c\xf4\x93\x0b\x78\xe9\x42\x3e\xb0\xa0\x25\xb1\x66\x4e\x63\x7d\x05\x6e\xb7\x35\xf0\xbc\x84\x01\xb4\x9a\xd3\x36\x35\x78\x1a\x35\x4a\xd7\xee\x59\x08\xec\xe3\x87\xb8\x09\xa7\x32\x1a\x37\x13\xe2\xad\xe6\x8f\x7d\x24\xa7\x76\x40\x59\x84\x80\x1f\x4a\x43\xa5\xdf\x69\x13\x78\xf5\x7d\xa5\xe6\x3a\x93\x75\x60\x8f\x45\x37\x5c\x38\x87\xf4\x63\x80\x69\x46\x02\xfa\xc0\xe5\x02\x1b\x83\xba\xbc\xaa\xeb\xbf\xb0\xa0\x20\xfd\x32\x94\x0b\xa6\x5f\x93\x78\x2a\x2b\xcf\xee\x4e\x4c\xf5\x90\x05\xe0\x0d\x55\x63\x0b\xdf\xc8\x74\x2d\xb2\xf6\xbb\xfe\xb0\x51\x43\x2d\xb1\xc5\xb0\x63\x7b\x86\xd8\xdd\xf1\x9d\xdb\x84\xc3\x16\x64\xd3\x13\x09\x16\xe0\x4b\x53\x1d\xb4\xfd\x8b\xd1\x2f\x5f\x0d\x78\xc1\x28\x0a\x3e\x8b\x7e\xbb\x7a\x45\xd7\x15\xab\x2d\x5b\xb4\x79\x12\xf0\xc7\x51\x08\x22\x96\xc1\x04\xe9\x59\xf0\x74\x6b\xea\x0d\x4d\xef\xc7\x89\xde\xd6\x74\x3d\x40\xa6\x86\xde\xc4\xfb\x22\x09\xb2\x89\xab\xf0\x63\x26\xea\xb6\xc0\xdf\x82\xdd\x89\x75\x6f\xfa\x1d\x76\x79\x45\x6b\x62\x79\x35\x7e\xab\x0f\x45\x90\xde\x4c\x57\xd7\x83\x74\x6d\xd6\xb0\x55\x76\x1a\x41\xc6\xc6\x4c\xcd\x89\x7e\x56\x62\x8f\xaa\x5f\x49\x1f\x4e\x9d\x27\xe5\x6d\x27\x12\x81\x51\x3a\x26\xe2\x7c\x22\xd6\xa2\x19\xce\x45\xfe\xf5\xd3\xd0\xcf\x89\x36\x53\xb5\x98\x1c\x8a\x51\xd5\x9f\xba\x3f\x0d\x0c\x43\xfa\x8a\x0e\x53\x48\x5c\x98\x80\x70\xc8\x73\xa8\xf5\x7a\x36\x05\x71\x35\xbb\x2d\x88\xb7\xae\xf1\x23\x7a\x76\xab\x85\xba\x50\x6d\x20\x0b\xb1\x15\xa4\x7f\x59\xbe\xa6\xd1\xdf\x93\x9d\xb1\x12\x0f\x10\x20\xee\x57\x09\x6f\xfc\x38\x87\xcb\xfc\x47\xea\x1d\x7d\xbb\xf0\x1a\xe9\x26\x8a\x8a\x1c\x32\x58\xc3\x82\x36\x1e\x80\xdd\xd3\x11\xb9\x33\xa2\x72\x08\x41\xdf\xe7\x11\xee\x83\xd4\x59\x83\xe2\x21\x5c\xfd\x2b\xfe\x21\x18\x5b\x77\xd3\x31\xcf\x46\x99\xbb\x09\x60\x61\xcc\x26\x67\x7e\x09\xd9\xf3\x45\x6f\xd5\x9c\x0c\xe3\xac\x9d\x9c\x27\x7e\x41\x4c\xfe\x25\x14\xd0\x5f\xe9\x0b\xc1\x7f\x8b\x40\xc9\x95\xff\xc6\x97\xeb\x28\x84\x00\x36\x8e\xfe\x91\xc1\xa8\x3f\x1d\x4a\x69\xb9\xff\xe9\xa1\xa8\x97\x7f\x78\xe5\x80\x9a\xae\xe7\x22\x7e\x12\x60\x07\xeb\x7f\x24\x75\x52\xa1\x57\xf8\x22\x92\xb9\xaf\x9d\xc0\xcc\x09\x52\x5d\x15\x25\x34\x08\x72\x78\x6d\xc1\x58\xab\x15\xea\x42\x9f\xa5\xe8\x78\xe3\xcd\x97\xcb\xa1\x4e\xda\xec\xbb\x1a\xe1\x4c\x88\xbf\x79\x6b\x66\xc9\xee\xcd\xbf\x76\xfb\x15\x81\x97\x7e\x12\xbc\x9b\x8c\xe0\x34\x7d\x7e\x97\x47\x8e\x1f\xd2\x0b\x51\xfa\xd0\xd1\xb2\x41\xf8\x69\x1c\x9c\xca\x1b\x7c\xc6\x2a\x92\x28\xec\x25\x2e\x46\xdb\x40\x8c\xca\x6a\xcc\xb6\x28\xad\xf7\x85\xb1\xf1\xbb\x71\x94\xe0\x78\x15\x4c\x40\x57\xeb\xd6\x57\xda\x05\xe4\x9f\x6f\x58\x8a\x1e\x87\x3a\x57\x67\xb3\x0a\x50\x91\xc4\x8d\x40\x78\x62\xfc\x11\x1b\x4a\x14\x17\x34\x05\x3a\x2d\x49\x62\xc4\xb1\xa9\x80\x83\x69\xda\x15\x47\x7a\xe2\xb8\xb7\x31\x0e\x2a\xea\x05\x5b\x35\xf2\x1e\xc6\xef\x57\xb2\xe0\xc8\xdc\x29\xde\xca\x34\x34\x75\xd4\x27\x9b\x94\x7d\xbc\xdb\x34\x53\xca\xe1\x9e\x59\x81\x50\xf4\x36\xd9\x8c\xc3\xc3\xa9\xdc\xe5\x6b\x7f\x8b\x09\xfc\x7a\x3c\x14\x12\x40\xfb\x42\x48\xfd\xd4\x7b\x6c\xd8\xab\xf4\x94\x20\xae\xd0\x1f\xed\xed\x04\x16\xe1\xbb\xd0\xd7\x7a\xcd\xb9\xa9\x6a\x01\x7e\x1c\x98\x35\x05\x98\x07\x42\xf2\xe4\x2f\xd4\xdf\x2b\x62\xc5\xca\x11\x82\x44\x67\xf7\x3c\xf4\x71\x65\x93\xdf\xf9\xd5\xed\xf5\x5d\xa7\x50\xf1\x2e\x64\x03\x53\x54\x2b\xc5\x43\x9b\x49\xb7\xdb\xac\x12\xb4\x6c\xe6\x23\x99\xa6\x4c\x74\xf3\x7e\xcc\x22\xab\x95\x44\xa2\x2c\xd2\x95\xe8\xe3\x84\x44\x28\xfa\x3a\x25\x15\x1a\x7e\x5e\xcf\x6f\x3b\xc1\x6b\x32\x6a\xb3\x58\xf7\x04\x41\xc0\xe1\xce\x24\xaa\xe8\x34\xfb\xc7\xf6\xfa\x03\xe8\xd8\xe1\x44\x54\xe4\x3b\x1a\xc2\xf1\x5c\xe9\xa2\xa0\xbc\xd8\x9a\x02\xe2\x50\x66\x7b\xde\xb3\x68\xff\xb5\x48\x82\x19\x45\x69\xe8\x16\x23\xbe\x10\x8e\x22\x4b\xba\x1f\x4a\x68\x47\x1b\x24\xc4\xf3\x8b\x92\x00\x3d\x2e\x1e\xd9\x4f\xc7\xdf\xdc\xba\x1f\x0d\x17\x9c\xdf\x09\xf9\x4b\xee\xa6\xcb\x34\x45\xeb\x84\xe3\xf1\x07\x1f\x6d\x5c\xfb\x5c\x08\x30\xb0\x4a\x50\x52\x88\x08\xce\x1a\xed\x6d\x12\x92\x92\x4d\x17\xa2\xc8\x6c\xe2\x3e\x6d\x7b\x2a\x38\x7a\x40\xff\xbb\xb7\xdb\xdd\x7b\xfd\xfa\x68\x62\x6b\x62\xff\x14\xde\x9b\xd4\x12\x83\x65\xaf\x43\xd4\x1c\x75\x12\x53\xfb\x00\xf5\xd1\xf6\xb2\x59\x4e\x38\xc8\x28\x7f\x56\xaa\xdf\x5f\x49\xde\x05\x4f\x96\xc5\xc7\x5c\x0b\xfb\x4e\x0c\x55\x5f\x2a\x56\xd8\x20\x50\x05\xdd\x0d\x51\x35\xa5\xeb\x4a\x39\xa8\xe8\xcb\x20\x64\xe3\x4d\xf3\xbd\x69\x4f\x26\x63\x06\xa4\xdb\x92\xb2\x28\x2e\x82\xcb\x68\xb0\x9b\xfc\x92\x78\x5c\x23\x00\x43\x4f\xd6\x08\x51\xe0\xf5\xe8\x06\x22\x47\x65\x51\x2e\x6e\xe0\x4a\xa6\x46\x1f\x2d\xf7\x63\xae\x49\x59\xf6\xb6\x7c\x53\xce\xff\x40\xff\xe1\xbf\x66\x6f\x4d\xb5\x42\x1c\xef\x10\x3e\x53\x1f\x52\x54\xa1\xfa\x71\x25\x59\xec\xa9\x7e\x63\x7f\xc5\x23\x53\x4b\xa8\x83\xe6\xfa\xbf\x3b\x03\x52\xc6\xc7\xeb\x66\xd5\xab\x70\xe4\xd2\x25\x2c\x7c\xcd\xc6\x12\x2a\xa8\x87\x1d\xff\x51\x41\x33\xac\xca\x86\x83\x2a\xf1\x48\x0a\xda\x17\x65\x6b\x11\x3e\x74\xe3\x11\x40\x92\x40\x10\x1f\xa4\x7e\xc8\xa5\xc9\x3f\x95\x90\xe7\x52\x67\x8c\xa8\xaf\xb6\x54\x90\xc8\x15\x1b\x13\xeb\x5e\x82\xcd\x86\xaf\xe6\xfc\x04\x52\x9b\x17\xe8\x53\x5b\xc7\xa5\xd0\x03\xc9\x0f\xe7\x0a\xa1\x5b\x6a\xe7\x5d\x15\x6b\x7f\xf3\x3b\xde\x24\xe6\xae\x2e\x8f\x43\xf6\xf3\xf8\x91\x48\x20\x9d\x21\x9b\xd1\xeb\xb8\xac\xa8\xb9\x2d\x3e\x7f\x12\xac\x2c\x4a\x43\x78\xdb\x4a\x03\x86\x7b\x94\x2c\x96\x7d\x47\xf0\x11\x04\x13\xc9\x8a\xdd\xd7\xc0\xe1\x45\xab\x15\xaf\xb2\xa8\x56\x04\xfd\x45\xb2\x2f\xa1\x26\x22\x47\xac\xcc\xe2\x73\xb1\xde\x8e\x83\x2d\x28\x99\x24\xa4\x34\x58\x4c\xa5\xa4\x91\x85\xe9\x8a\x40\x1b\xc9\x63\xae\xff\xdd\x1d\x39\x77\x36\xd0\xf1\x7f\x5f\xeb\x22\x09\x85\xa2\xd2\xc7\x7d\xba\x7d\x57\x22\x60\xb5\xd1\x66\x8a\xd4\x39\x76\x4a\x88\x4f\x49\xc3\xad\x4d\xa5\xdd\x74\x85\x33\x39\x47\x3b\xff\x4e\xfe\x0d\x1f\xa2\x30\xfa\xcc\x0b\x44\xbf\x0e\x54\x9a\xb1\x0b\x56\x9c\x1c\x14\x12\xad\x03\x75\xd9\xda\xcf\x41\xdd\xa1\x4a\xd8\xb8\xf9\xe9\x0d\x15\x7a\x62\x14\x88\x40\xa3\x1d\x78\x52\xab\xaa\x2d\x54\xdd\x36\xcd\x1b\x3b\xff\x83\x59\xf2\x1f\xa1\x7c\x53\x76\xf2\x09\x59\xe8\xbe\x4d\xbf\x11\x77\x5d\xae\x0e\x24\x32\x95\x1c\x1b\xa1\xae\x1a\xaf\xfb\xca\xcf\x89\x97\xad\x38\x25\x8c\x26\x77\xf5\x35\xe1\x29\xe2\xd2\xb5\x9e\x7b\xaf\x11\x26\x35\x9d\x4b\xea\xb8\x5b\xb4\x41\x46\x95\xb6\xd9\xb0\xd7\xc1\x79\xea\x6e\x12\xb9\xcc\x04\xd2\xde\x27\x0f\x65\xd2\xfe\xfa\x5f\xc7\xb4\x3d\xee\xb7\x04\x14\x87\x71\x17\xb5\xaf\x67\xd1\x3c\x7d\x8c\x29\x97\x8f\x24\x7c\x53\xd3\x90\x90\x90\x55\x82\x4b\x45\x27\x23\x01\x65\x60\xa9\x9d\x06\x7c\x8a\x8d\x4f\x42\xac\x27\x15\x15\xc7\x21\x9e\xc0\x28\xd1\x63\x01\x96\xd1\xdf\x0a\x6f\xec\xe2\xc7\x29\xd6\x97\x78\x4c\xd7\xd3\xa7\x04\x03\xd5\x15\x3b\xa1\xbb\xfa\xb8\x2d\x6a\xd2\x17\xb2\x2a\xa1\x30\x5a\x1b\xe4\xec\x40\xe8\x48\xff\xc6\xaf\xc8\xf7\x51\x4a\x50\xbe\xa5\xf2\xd9\xa4\x6d\x60\xea\x3b\xd1\x86\x28\x3a\x6e\x23\x9f\xa3\x36\x49\x7d\x9f\x44\xef\x0f\x9f\x56\xd7\x3d\x51\x71\x8e\x22\x4d\x19\xd6\x12\xa2\x6c\x4b\x4e\xc2\xc5\x9c\xbe\xa0\x52\xf4\x2d\x09\x40\x8f\xca\xca\x3a\x35\x37\xa7\x5a\xe4\x20\x51\x22\x60\x8b\x76\x56\x24\x6d\xa3\xbd\x72\x19\x17\x45\xe0\x22\x6a\xc4\xe9\xad\xe3\x0e\x16\x74\xf3\x91\xca\x36\xd9\x43\xdf\x07\xa7\xa4\x13\x4a\x25\x74\xf7\x91\xdd\x3d\xd0\x2d\x6d\xf3\xb2\xdf\xdc\xd3\xf2\xf1\x0e\xea\x07\xde\x3b\x25\x60\xbf\x56\xea\x95\x93\x0f\xd2\x05\xa2\xf6\xb9\x56\x1b\xb7\x93\x61\x6d\x77\x05\x13\x66\xfc\x17\x33\xae\xe1\x91\xb0\x91\x28\x06\xd4\x9a\x43\x67\x0e\x66\x90\x7f\x71\x63\x5f\x90\x9f\x9a\xb6\x5c\x69\xd6\x45\xb6\xc8\xbf\xb1\x3e\x47\x48\x76\x8d\x1e\xe8\x8f\x83\x2d\xc3\x6a\xa3\x74\x53\x4a\xb9\x84\x44\xb7\x47\xc6\xee\x89\x88\x0b\xae\x5e\xfa\xa4\xfd\x09\xf1\xda\xfe\x9c\xff\x09\xb7\x98\xfe\x21\xea\xd6\xbc\xfb\xb3\x93\x16\x29\x1d\x3c\x0e\x5b\x77\x1c\xc5\x85\xf5\x8e\x19\xe2\x9f\x16\x32\x4b\xd2\x6e\x45\xb0\xc6\x4c\xf0\x10\xd4\x6c\xc2\xf0\x87\xe0\x06\x66\xdf\x39\x59\x2c\x81\x2f\x92\xe3\x69\xfe\x65\x8d\x8b\x12\xc1\xe3\x9a\x03\x4e\x2e\xde\x43\xab\xff\xff\x34\xe2\x45\x22\x65\xa1\x0e\x27\xc3\xe6\x50\xb7\x90\x07\x59\x71\x8b\xdb\x37\x62\x4b\x29\x2c\xeb\xd0\xe5\xce\x73\xd7\x7e\x7d\x00\x04\xd0\xa0\x88\x2c\x38\x8b\xdf\x27\x08\xcd\x3a\x15\x9e\x75\x82\x9d\x5d\x9b\xa6\x5d\x4b\xbe\xa7\x51\xfd\xf1\x59\xad\x7c\x07\x2b\x13\x21\xfa\x51\x57\x12\x9f\x75\xc2\x10\xb6\x64\xe9\x9d\x44\x96\x19\x8e\x26\x04\x8e\x25\x0a\xe7\x5e\x3e\x52\x40\x5c\x16\xe9\xe0\x6e\xc8\x30\x89\x68\x1b\x20\x20\x5a\xc3\xc7\xc6\x0c\x05\x34\x6c\x11\x3e\x3d\xbc\xd3\xaa\x26\x9e\xf6\x2a\x7b\x1c\xd0\x17\xd2\x40\x02\x47\xb0\xd3\xa2\x97\x58\x84\x24\x16\x3c\xd5\x94\x1b\x98\xdc\xa9\xe4\xb2\xd4\xf6\xc2\x84\x00\xa5\xeb\x81\x97\xe5\xb8\xaa\x9c\x50\x6c\x1d\x18\x6d\x8d\x80\x86\x44\x00\x1e\x04\x75\x66\x0b\xa1\x24\x08\x75\xe3\x62\xb6\x45\x0e\x69\xa0\x2f\xc0\x6c\xb0\x0d\xc8\x20\xc7\xf0\x78\x2a\xf1\xf1\x09\xcc\x98\x76\x8d\x40\x16\x95\x0f\x19\x51\xc6\x31\x47\x52\x68\x56\x23\xe4\x78\x9e\x74\xcf\xcb\xcb\x92\xd8\xfd\xea\xa6\xe1\x7e\xed\x86\xa3\x3d\x97\x6c\x9b\xbf\x6c\xc8\x61\x58\xdb\xc8\x37\xef\x0a\xfe\x07\x05\x82\x3b\x9a\xf7\x53\x53\x00\x46\x53\x95\x62\x10\x1b\x1b\x8d\xff\x01\xa7\x08\xce\x36\x65\xc5\xb8\xc0\x0b\xed\x56\x1e\xbe\x34\xad\x71\x00\xf2\x2f\x46\x04\x02\xeb\x01\x63\xdb\xc4\x20\xd6\xed\xf9\x8d\x9e\x6c\x21\x60\xf1\xbd\x5a\x01\x87\x05\x09\x93\xfc\x7e\xd4\x11\x9a\x1e\xe7\xf0\x3b\xd6\xcb\xe2\xbc\xd5\x20\x53\x73\xee\x16\x43\x66\x62\x72\xe0\xf4\x0e\x73\xdc\xe7\xc8\x10\xc1\x74\x69\x6a\x60\x25\x63\xf6\x92\x2a\x66\xaa\xc7\x01\xd3\xed\x9d\xb7\xa3\x94\x72\xdc\x45\x10\x67\xf3\x1a\x3d\xb1\xe6\xe3\x91\x05\x5c\x3c\xf4\xb9\x88\x7c\x0b\x07\x95\xf4\x25\x90\xf4\xf5\x48\x6e\xa9\x61\xef\x56\x3e\x9a\x87\xfe\x99\x04\xf3\xd0\x8d\xe2\x5d\xca\x7d\xfa\xb4\x61\xd7\x37\x22\x3b\xef\x1c\x11\xe1\xcf\x60\xcb\x7d\x10\x93\x0d\xba\xfe\xf5\x54\xd7\x11\xdf\x38\x0c\x5e\x12\x08\xdb\x63\x02\x7d\x56\x0b\x94\x36\x85\x95\x6f\xca\xee\x38\x16\xa3\x1c\xeb\xfb\x17\x4c\x5d\x5c\xbc\x00\x1f\x0a\x26\xce\x7d\x06\xf2\xf0\xf0\x7c\xd9\xed\x8b\xf6\xe3\x45\x12\x85\x02\x0e\x57\x25\x4b\x3d\x6a\x48\xf1\x30\x43\xfa\xc5\xc1\xd0\x8a\x7d\xcb\x0e\xc9\x30\xa4\x66\xc8\x16\x11\x7e\xda\xff\x01\x08\xfa\x98\x03\xd5\x21\x16\xc3\xf7\xa5\xbc\x69\x2e\x8a\x93\xe9\x58\xa1\x63\x94\x21\x36\x14\xcf\xa6\xf0\x51\xc4\x6c\x15\x6f\x98\xb2\x94\xd7\x20\xc2\xee\x13\x1d\x46\x8f\x10\x93\x21\xd7\xff\x56\x25\xd9\x12\xdd\x3a\x7d\x3c\xed\x61\x04\xcf\xe4\x5d\x8b\x22\xcf\x1c\x8e\x38\x13\x31\x3d\x48\x0c\x14\x99\x8d\x44\xc6\xf3\xc9\xa1\x1f\x6e\xe2\xb7\xf3\x99\xcf\x21\x17\xb5\x73\xb1\xdd\xc6\x30\x93\x0c\x1b\x85\x77\x1b\x73\xe4\x4d\x7b\xc0\x0c\xe2\xe8\xf0\x2c\x27\x5b\x7b\x15\xd0\x20\xb6\x3f\xa7\x38\x65\x13\x39\xe7\x56\x23\x9e\xd6\xd2\x85\xba\x8e\x44\x80\x27\x40\x6b\x93\x3d\x3d\x20\x85\xfc\x6d\x98\x52\x6b\x76\xcd\xa5\x99\xde\xbb\xc4\x5a\x27\x40\x74\xcc\x43\xb3\xed\xbf\x24\xca\x8c\x8d\xa7\x23\x67\x80\xf4\xf1\x85\x09\x75\x10\xc7\x20\x91\x45\x88\xb0\x00\x65\xe9\x72\x70\x04\xdf\x0f\xdf\xd1\x10\x80\xd7\x7b\xff\x9b\x10\xd3\xc6\xc7\xec\x33\x70\x55\xae\xe5\xcd\x4d\x0e\x63\x96\xb0\x5d\xe0\x3d\x38\x67\x82\x64\xc0\x1b\x9f\xc2\x88\xd0\xd4\x11\x0e\x0f\xe0\xd4\x54\x1c\x55\x3f\x0d\xa6\x1f\xad\x63\x96\x82\xee\x5b\x91\xdb\xc4\x80\xae\xa2\x9c\x81\x84\x27\xf0\xc5\x4e\xd4\x23\x92\x04\x0d\x7a\xb0\xaa\x0c\xcc\x0d\x7a\xf1\x13\x39\xfb\xee\xfc\x05\xc7\x5e\xc8\x67\xf9\x29\xf3\xc6\x9c\xf0\x80\x8d\x86\x89\x0b\xaa\x35\xb6\x94\x91\x74\xdd\xf0\xb9\x84\xd0\x44\x52\x77\xaa\x68\x34\x58\x02\x71\xac\x09\x8d\x29\x6a\x34\x8d\xea\xd1\x96\x93\xbc\x4b\x88\x7c\x58\x80\x17\x9c\x41\x56\xba\xa5\xb7\x61\xc5\xbc\xef\x2c\x7f\xb0\x97\xd4\x9f\x78\xe4\xd7\xec\x55\xeb\x45\x34\xd4\xf0\x46\x57\xa6\x6f\x38\x00\xe6\x3a\x5a\xb0\x04\xa9\x0c\x6f\xba\x14\x2f\xa6\x05\xfe\xa3\x5d\x1c\x56\x9f\x10\xfc\x6b\x95\x94\xc4\x18\x89\xff\x59\xee\xbd\xf5\x7e\xe6\x12\x52\xe7\x52\xb4\xdc\x37\x04\x62\x3c\x38\x8f\xe8\x2d\x71\x13\xf8\xa8\x12\x60\xd8\xdb\x8c\xb3\x01\x53\x97\x20\x83\xae\xe6\x2f\x8c\xed\x4c\x9c\x81\xf7\x23\x0d\x64\x2f\x1e\x87\x5c\x74\x17\x30\xb3\x42\x44\x03\x17\xf1\xd5\xf5\x97\xe6\xa2\xc5\xe9\xbc\x1d\x49\x1e\xa7\x87\x98\x58\xe6\x5a\x53\x16\x0f\x02\x6f\xaa\x97\x28\xec\x2c\xc0\x27\x04\x15\x6c\xb4\xcd\xa7\x47\xe2\xdd\x15\xc0\xe9\xd0\x91\xe8\x3d\x46\x02\xe3\xd6\x04\xa5\xbf\x45\x64\x45\x24\x74\x1a\xcf\xdb\xe9\xb6\xa1\xc9\x46\xcc\x91\xa9\x1a\xc8\x00\x64\xd9\xcc\x94\xff\x18\x57\x11\xa5\x9b\xa5\x4d\xed\x38\x6e\xc9\xcf\x7f\x1d\xd7\xd9\x4b\x06\xb0\xb9\x66\x02\x1b\x57\x58\x36\xeb\x2b\x42\xc6\xed\x7e\x42\xae\x1b\x10\x02\x0b\x77\x41\x49\xa9\x29\x7b\x55\xaa\x89\x34\xdb\x30\xa3\xbc\xea\x4b\x11\xbc\x4b\xf6\x6f\x69\xc0\xf6\x4b\x9d\x58\x11\x71\x43\x51\xae\x15\x5c\x20\x7b\xea\x82\x59\x06\xbf\x8e\xa1\x7d\xca\x3a\x8d\x33\x3d\xcc\xa9\x3f\x1b\xcd\x5b\xa2\x0e\xc8\xdd\x2b\x01\x6a\x98\x8c\x2a\x54\x41\xfc\x5e\x1c\xb3\x37\xc8\x3b\x78\x6c\xc4\xf6\xc2\x6a\xab\x0f\x5c\x24\xbe\xef\x40\x2f\x88\x1c\xab\x9f\x2b\x04\xc9\x24\xd8\x81\x63\x6c\x0e\xeb\x51\x68\x50\x7c\xff\xda\xf7\xc4\x74\xe2\x58\x72\xdf\x26\x08\xc3\xd5\x18\x04\x94\x1d\x57\x54\x82\x4e\xeb\x3b\xf7\x6c\x9a\x3d\x0f\xed\xcc\xe2\xa7\xd0\x7e\x60\xab\x5a\x85\x35\x15\x50\x01\x81\x3b\x79\x14\xaf\x99\xa9\x2d\xd6\x7a\x28\x02\x86\x68\x2f\x60\x5a\xf6\xa2\x40\x00\xd6\xa3\x18\xc1\x2b\x76\x1f\xc4\x54\x0f\xd6\x96\x92\xb2\xd9\xe7\xdf\x2f\x3a\x97\xec\x12\xc1\x78\x59\x0a\x56\x24\x81\xa1\x63\xc2\xfd\xce\xef\xce\xbf\x7b\x76\x9c\xbf\xbb\xf7\xf6\xed\xdb\x7b\x68\x7d\xaf\x6f\xf1\x06\xd1\x94\xd7\xc7\xf9\xff\xfd\xf4\x94\xf0\xe4\xea\xae\xfa\xea\x8b\xe7\x2c\x9b\xfb\x80\xc2\x67\x2d\xf4\x2f\xc2\xff\xdf\x4e\xe0\x7f\xbd\x3d\x5e\xc0\x8c\xaa\x8f\xdc\xf4\xbe\x97\x04\x7a\x31\x29\x8a\x43\x4c\xc3\x2d\x29\xec\xc4\x54\xcd\xaa\x35\x1a\x1a\x91\xe3\x67\xc5\xaa\x01\x4b\x64\xce\x9b\x38\x29\xc4\x30\xc7\xe0\xa0\x66\x49\xdd\x47\x93\x43\xd2\xff\xd5\xf5\xbf\xc5\xa2\x5b\xa9\x97\x98\x08\x47\x92\x71\x04\x42\x15\x00\xf9\x3d\xc2\xeb\xe3\x60\x7f\xd2\x83\x5d\xf9\xf7\x8d\x2d\x0f\xee\x49\x62\x2e\xa5\x01\x92\xd7\x46\x7a\xe1\xd8\x34\x4d\x5d\x5d\x11\xac\x79\xfb\x21\x8e\x0f\xcd\x20\x86\xcf\x0e\xda\xee\x10\x08\x68\xf8\x25\x7b\x77\x36\xec\x88\x93\x88\x1a\xe0\x73\xb6\x8f\x9c\xff\xee\xa8\x28\xa3\xd4\xfe\x8e\xcd\x84\x19\x6f\xe4\xbe\x3f\xe8\x44\xd2\x40\xcc\xcf\x60\x78\xd2\xc1\x80\x7b\xd7\x94\xe2\x7b\x25\xe0\xb8\xd2\xb4\x18\xaf\x43\xe7\xe3\x3e\x62\xe3\x92\xe9\x8f\xb2\x77\x1a\xaa\xe6\x18\x42\xaa\x17\xc5\x46\x83\x85\x8d\x37\x28\xb2\x69\x4a\xcc\x98\x6e\xa8\x28\x03\x9c\x25\x46\x70\x6c\xe6\x73\xac\x36\x3b\xc7\x79\xeb\x0a\x54\xfd\x7b\x0c\x8b\x22\x48\x76\x69\xda\x12\x67\x2a\xfc\xb6\xc7\xb1\x4b\x57\xac\xe1\x4c\x3e\xc4\x29\x9c\x39\x3f\xad\x57\x98\x25\x04\x7a\x38\x78\x9a\xa1\xdd\x4e\x42\x04\xcf\x1f\xef\x03\xbf\xf4\x8c\x58\xa2\x50\x7b\x01\x61\xb1\x74\x85\x05\xd8\x17\xc3\x52\x1f\x2e\x51\xc8\x50\xc4\x89\xf0\xfa\x1a\x04\x90\xa7\x57\x18\x0f\x51\xa5\x44\xe8\x4a\x91\xa2\x8b\x75\x2a\x20\x9b\x4c\x1c\xe8\x91\x71\xe3\x90\x91\x73\x10\x3f\x66\xe1\x14\x01\x3b\x5a\x7a\x98\x27\x64\x82\x18\xd4\x16\xc9\x38\xae\xff\xc8\x97\x69\xcc\x26\xba\x31\x6e\xa6\x35\xc5\xc5\xca\xd1\x3e\xc8\xf6\x74\xea\xc8\x11\xef\xc3\x15\x63\x27\x9e\x47\x82\x9a\xd2\x17\x86\xdd\xc9\x19\x59\x84\x57\xe3\x09\x9e\x78\x8e\xe4\x96\x06\x79\x3f\x47\x3d\x76\x87\xf0\x11\x8e\xc7\xda\x45\xe9\x4c\x82\xfd\x72\xa0\xe4\xe1\xa7\x75\x03\xa5\xed\xfc\x11\xff\x33\x46\x59\xdb\x02\x46\x11\xf3\x93\x82\x5e\xfa\x78\x8f\xf6\x55\x73\x15\x67\x65\xd2\xc0\x78\x55\x53\x32\xce\x49\x57\x14\xaa\x8f\xa3\xcd\x53\xc3\x47\x93\x0d\x43\x23\x8d\xb3\xc9\xb5\x5c\xf4\x0e\x0e\x21\xde\x07\x1c\x87\x48\x5d\xa0\x54\xd8\xcd\xb0\xaf\x24\xa5\x1d\x02\x22\x1f\x15\x9b\xb2\xd3\xe0\xbe\x2e\x8a\xbe\xa5\x4b\xe0\x63\xdb\x86\x88\xca\xd1\xb6\x71\x1c\xb2\xb0\xc6\x97\x51\x2a\x69\x47\xbb\x16\x62\x8f\xb7\xd2\x45\xc4\xab\x8f\xc5\x37\x91\xe5\xdb\xd4\xd2\x86\x41\xec\x7d\x9d\x4f\x89\xbe\x3f\x18\x76\x14\x0a\x7d\x96\x76\x17\x07\xe2\x9f\x9e\xf8\xc7\x8d\x37\x92\x73\xbd\x31\xda\xfe\xb0\xeb\x4f\x8a\xbc\x3f\x7d\xfa\x63\xb6\xaf\xf8\x25\xc0\xf3\xd1\x18\xfc\xc3\xa9\x7a\x8b\xb0\x61\x78\x6a\x67\xfa\xe5\x22\xcc\x04\x7f\x2b\x50\x10\x9f\xc0\x13\x4e\xcd\x2b\xda\xc1\x1b\x4f\xf5\x70\xfc\xfe\x8c\xc8\xf9\x8b\xd9\xb2\x6d\xde\x5a\x84\xb6\xef\xdb\x15\x2c\xad\x5a\x18\x51\x88\xbd\xc4\x39\x97\x49\x35\x09\xdd\x82\xef\xd8\x31\x2e\x12\x1b\xa6\xb9\x26\xea\xe5\x22\xb6\x09\x67\xc9\xcd\x25\x61\x7a\xb0\x0a\x73\x4f\x72\x3d\xa2\x0a\xac\x62\x01\x6f\xc4\x6c\xc5\x4c\x1a\x21\x56\xc7\x02\x7f\x71\xa0\x7e\x8b\x68\x01\x1c\x97\x43\xf2\xf4\xa1\x88\xdb\x46\x95\xed\xbe\x22\x26\x01\x41\xcd\xe6\x2f\x7b\x76\x6f\xa6\xe9\xc1\xb3\x39\x54\xe1\x44\x54\x66\x1d\x2a\x69\x66\x2a\x57\x07\xdd\xaa\xd7\x98\x13\x73\xdf\x5e\x87\x30\x17\xde\x6a\x3f\x48\xc1\x79\xf7\x5c\x65\xaa\xcb\xc0\x18\x7d\x8f\x02\x42\xd3\xd7\x48\xd6\x16\xea\xe8\x8e\x13\xe2\x7c\xf8\xe4\x99\xfc\xe0\xc8\x6c\x92\xa7\x4c\x23\xd0\xb9\xc8\x5c\xfc\x59\x13\x93\x49\x5f\x30\xe5\x77\x4e\xe7\xd8\xcc\xc0\xfe\x43\xb4\xb4\x32\xc4\xc6\xdd\xd3\x3c\x03\x1a\x86\xae\xa8\xd7\xd2\x0f\xe2\xd5\xed\x8a\xfa\x4a\xbd\x13\x4e\xc4\x7b\x33\x0e\xda\xe6\x93\x1b\xe9\x55\xe3\x43\x00\xda\x8b\xac\xab\x4d\x2f\x1d\x87\x38\x3b\xd1\x4e\x85\xc8\x2c\x38\x2c\x17\x99\x6f\xe6\x23\xf4\xbd\x14\x51\x83\x8f\xd9\x37\x93\x88\x8a\xfc\x77\x30\x5a\x73\x02\x09\x57\x69\xdd\x16\x17\x1d\x51\x69\x0d\xd4\x5d\x51\x39\x6d\x88\x6b\x0b\x57\xdb\x7b\xfb\x10\xff\xcf\xd7\xa1\x43\x5e\xb2\xd5\x02\xfe\xf1\xa5\x89\x17\x9c\x2b\x2c\xc0\x8f\xcf\xc3\xf9\x85\x63\x75\xce\x25\xaf\x7b\x98\x90\xd0\x9b\x79\xdb\x3a\xfb\x71\xe7\xe5\x30\x31\x32\xdf\x9c\x85\x0f\xb7\x98\x4b\x41\xb2\xf4\x60\x79\xab\x8e\x91\xfc\x42\xe9\xfa\x05\x55\x80\x24\x6c\x43\x4c\x06\xc7\xaf\x25\x4b\x89\x2d\x78\x5d\x84\x9b\xaa\xd9\x44\x51\xb9\x44\xc2\x51\xf8\x24\x78\x49\x7e\x2b\xc8\x8a\xa1\x78\x31\xea\x12\xc9\x51\x80\x3c\xbe\x55\xeb\x4d\xc9\xa5\x2f\x63\x76\xc5\x26\x61\x8a\x11\xf8\x31\x7c\x63\x6e\xed\x04\xb7\xfb\xe7\xbf\x26\x4d\x26\x63\x58\xd3\x87\x24\x90\x2a\x9b\x34\xb3\x30\x30\x8a\xaa\x09\xaf\x1e\xd9\xa0\x68\x12\xd1\xfb\xe8\xca\x86\x6f\xa2\x2b\x4f\x6d\xec\x22\xf8\x61\xd4\x00\xe0\xb9\x2c\x6d\x2f\x71\xa9\xfd\x67\x70\x8e\x60\x60\x24\x1c\x07\x10\xea\x7f\xfc\xe3\x7f\x9d\x00\x3e\xa5\xb5\x2a\x47\x31\x88\x40\xd7\x1f\x62\x8b\xfd\xdb\xa9\xb5\xc3\x44\x6b\xdd\x95\x67\x12\x67\xa0\xe7\x88\x9f\x6d\x23\xce\x27\x2e\x14\x99\xf6\x85\x5b\x0d\x8d\x73\xb9\x66\x9d\x8a\x33\x24\xaf\x65\x18\x88\x06\x1c\x4b\xbe\xf7\x41\x4e\xc3\x86\x0d\x2c\xaf\xfd\x54\xb0\xb1\xcc\x02\x88\x6b\xae\x87\x5f\x98\xb1\xca\xd5\x3b\x2f\xe8\x18\x36\x45\x2b\xd0\x93\x8f\x6f\x22\x03\xa1\xbb\x8b\xc1\x80\xbb\x18\x5f\x65\x21\x91\x5d\xd5\xe1\x9b\x3a\x59\x7d\xa4\x44\x61\x32\xe6\xe5\x81\xaa\xd3\x8f\xb5\xdb\xc1\x24\x5d\x18\xc3\xde\x37\x2e\xa7\x32\x27\xec\x2e\x6e\x4a\x3a\x30\x1a\x2a\x7a\x7f\xdd\x00\x3e\x78\xd6\xe1\x37\x77\x78\x8b\x52\xbb\x58\xa6\xb0\x5c\x6f\xdc\x72\xe5\x03\x9b\xf9\xbb\x12\xa8\xaa\x51\x67\xea\x73\xe0\x42\xd4\xa0\x89\x73\x43\x08\xb5\x9d\xdf\xa8\xd5\xc8\xa2\x2b\x0f\xe2\x36\xcb\x7e\x68\xda\xcd\xab\x90\x48\x7c\x18\xf2\x26\xd6\x54\x70\x2d\x9f\xa8\x33\xae\xea\x52\xa8\x4c\x37\x39\x98\x84\x81\xef\xfc\x38\x5b\xf9\x38\x0f\x83\x78\x93\xae\x4a\x15\x53\x49\x52\x06\xc9\xe0\x37\x73\xe1\x7a\x91\xcc\x38\x32\x01\x4f\x66\xc1\x61\x74\x9d\xd1\x70\x14\xe1\x22\xdb\x9b\x66\x5f\x49\xf6\x4c\x62\x5f\x2d\xd2\x56\x23\x1a\xa7\x6d\x76\x06\x96\x54\x4f\xf8\x67\xab\x42\x62\xba\xe9\x9c\x3d\x1d\x51\xb8\x38\x3b\xb6\xcd\x38\x08\xa4\xaa\x8c\x2c\xf1\x99\x88\x4a\xee\x4a\x93\xe4\xbe\x2e\x0c\x75\x1c\x5c\x18\x7d\x4d\x5a\xad\x6b\xf2\x6d\xde\xbc\x91\xef\x8b\xcf\xdf\xee\x92\xb6\xcb\x5c\xa4\xfc\x70\xed\x28\x66\x38\xa7\x48\x8f\x93\x07\x0a\x22\x71\xe1\x48\xd8\x4e\xce\xa7\x82\x17\xcd\x8c\x4d\xbc\xe6\x5d\x16\x79\x8c\xe6\xfa\x3d\xd3\xb4\x8c\xde\x31\xd1\xf7\x21\x75\x93\x20\xde\x4e\x84\x55\x97\x12\x46\xd9\xd9\xd2\xc8\xf5\xf5\x63\x0b\x20\xdc\x13\x4b\x7e\x35\x1a\xe2\x7c\x20\x37\xc4\x75\x4f\x61\xe9\x3f\x27\x6b\x71\xaa\xbe\xfb\x5b\x2d\xcd\xe3\x94\xb7\x75\x7e\xa2\x29\x6f\x63\x91\x7f\x9a\xfb\xd6\x7f\x99\x4e\x82\xfb\xe9\x16\xcb\x69\x85\x90\x05\x37\x36\xfa\x4e\xb7\x31\x90\x7c\x87\x14\xfb\x62\x04\x4d\x8d\x3e\x39\xe9\xad\x33\x84\x5e\x1f\xce\x75\x5b\x1d\x1d\x50\x94\x4e\xa7\x59\x3d\x95\x18\x3c\xb1\xe5\xba\xcf\xf4\x3a\xc2\x4c\x91\x3d\xcf\xe1\x4c\xac\x87\x4d\x7a\x06\x68\x6e\x28\x15\x1a\x27\xfd\xd1\x54\x3d\x37\x35\xf2\xbb\x96\x3a\x5f\x8c\x5b\x8e\x33\xe7\x8c\x8c\x70\xe2\x44\x40\x4f\x9e\x3f\xbf\xfe\xcb\xcb\xc7\xcf\xcf\x9f\x3c\x3c\x7d\x1c\x27\x02\x3a\x60\x97\x31\xca\x08\xf4\xfe\xa0\x7d\x86\x36\x00\xa2\x9a\x48\x0b\x74\xf3\x1e\x79\xec\x36\x91\xfa\xfd\xe6\xd4\x47\x30\xfe\x9c\xe2\x9a\x23\x35\x98\xc8\x8f\x18\xb8\x2e\x9d\x7a\x1c\x84\xae\x4a\x22\x55\x5e\xaa\x0c\x7a\x24\xa5\x56\x6b\x24\xc5\xd6\x61\xb3\xbc\x8b\xf3\xe0\xee\x2b\xea\x9f\xe9\xbf\xdb\x72\xbf\x98\xce\x05\x24\x71\x99\xe5\x81\xf8\xc2\x37\x13\x56\x42\x63\x99\x0f\x4a\x1d\x66\x7d\x2e\x94\xba\xa4\xe2\x09\x75\xe8\x27\x04\xde\x67\x93\xc5\xc3\xb6\x69\xff\xf2\xef\xa2\x6d\x2a\x28\x2c\xd5\x9c\x47\xe6\x96\x87\xb9\x4d\x05\x63\x49\x7b\xd0\x07\xcf\x97\x8a\x05\xc9\xfc\xf1\x3b\x4e\x42\xe2\x8b\x89\x0a\xa1\xd2\xdf\x13\x23\x03\x06\xcc\x95\xea\x53\x3b\x08\x3a\x1c\xd2\xf7\xca\x74\x84\xfd\xfa\x62\xd8\xaa\x6e\xde\x46\xda\x69\x36\xfa\x2d\xe5\xe9\xc9\xe4\x89\x9e\x21\xe6\x0b\x2d\x5f\x43\xbf\x68\x61\x3a\x13\x29\x03\x35\xe6\xc2\x6f\x3f\xf0\x56\xb4\xa7\x22\x24\x1c\xd7\x09\xef\x68\xfc\x54\xb1\x85\x0e\x28\x71\x8e\x1c\xe7\x4f\x5c\xa2\x7c\x20\x51\x97\x24\x19\xb0\x11\x6c\xcd\xb4\xef\x24\xfe\x77\x98\x00\xb3\x2f\xd1\x14\xe2\x6a\xd3\x73\xe0\x17\xf2\x27\x64\xee\xa6\xe9\xd0\x34\xf2\xa5\xc4\xa5\x08\x26\xb6\xc6\xcb\x3e\x59\x27\x7e\x14\xe2\x89\x83\xdf\x9c\x9a\x1c\xdb\xe4\x0e\x26\x37\x70\x74\x1a\x57\xfc\xe8\xf4\x26\xe7\x74\x1c\x4f\x28\x4e\x5d\x5f\x89\x47\x38\x27\xc9\x38\x72\xd1\xc2\xa7\xac\xfe\x64\x26\x37\xa4\x86\x90\x0a\x93\xcf\xb5\x7c\x62\x90\xb7\x23\x5a\x85\x1f\x96\xf8\x1e\x58\xbf\x9a\x3a\xa0\xd9\xea\xb0\x31\x73\x22\x33\x62\x79\x18\x67\xb0\x66\x03\xb1\x71\x16\xc2\x4f\x43\x47\xc3\xc7\x51\x56\x30\x20\x45\x51\xf1\x34\x21\x11\x0f\xd3\x07\xf2\xd5\x45\xb1\x07\x6d\x3a\x7c\xbd\xd2\x7e\x38\x78\x39\x48\x3b\x45\x06\xd1\x25\x56\xbc\x30\xea\x71\x3a\x77\x5c\x4a\x29\xa6\x0d\xa2\x07\xc2\x01\x52\x9a\x45\x4e\x2d\x18\x14\xb3\x32\x3e\x27\xa2\x91\x95\xdd\x6c\x1c\xce\x59\xba\xe3\x34\xa9\x2b\x27\x09\x1b\xc2\x7a\x3c\xac\x23\x29\x74\xc5\x87\xf8\xbb\x59\x8c\x1f\x86\x50\x33\x00\x7f\x56\x6e\x06\xb3\x71\x53\x47\x80\xc3\x17\x20\x9c\xee\x17\x12\x92\xc0\x2d\x49\x53\x60\x3a\x5c\x12\x52\xa2\x1d\x46\x27\x7f\xf3\x5c\xfc\x0d\xfc\xd8\x6c\x5c\x24\x24\xb1\x3e\x3c\x8c\x3b\xfe\xe6\x99\x1c\xba\x41\x87\x37\xe7\x38\x9e\x14\x42\xfb\x1f\xc4\x15\x87\xa6\x9c\xb0\x6c\x8f\x5c\xe6\x20\x01\xd1\x04\xf6\xd5\xda\x91\xf9\xca\x03\xd6\x8e\xc3\xb8\xe0\xb3\xd9\xf0\xde\xf8\xd1\x62\x75\x57\xfe\x28\xf8\x56\x0c\x47\x55\x0b\x4d\xc9\x26\xe3\x2d\x52\x43\xaf\x35\x3d\x32\x2c\x30\xa8\x35\xe5\x8c\xeb\xab\xac\x9d\xd0\x2d\x0a\x83\x42\x48\x8a\x36\x64\xcd\x81\xdb\x99\x09\x25\x72\xe6\x07\xde\xf5\x57\xd9\xba\xb0\xdb\x65\x53\xb4\xeb\xf9\x0b\x30\xd9\x05\xab\x93\x50\x3b\x83\xb9\x83\x55\x67\x34\x4d\xf5\x25\x78\xe8\x7d\xa1\x7c\x4e\x84\x95\x6c\x36\xb9\xa3\x48\x11\xb7\x05\xb7\xa9\x7c\xcc\x03\xfd\x19\xf2\x23\x88\x55\x99\x10\xa0\xce\xb8\x2c\x53\x2b\x6e\x62\x97\x10\x12\xec\x5c\x5d\xeb\x6c\xb6\x6b\xea\x52\x8c\x74\x89\x13\xa4\xb5\x15\x92\xce\xc6\xfb\x9b\x9f\x39\x2f\x73\x49\x57\xcc\x65\xde\x73\x38\xeb\x9a\xae\xa8\xe6\x2f\xf0\x5f\x84\x6f\x5d\x67\x61\xf1\xac\x34\xa0\x7d\x23\x0a\xed\x5c\xff\x62\xaf\xab\x50\xa1\xd9\x9b\xd6\xad\x3b\x18\x3d\xc5\x3d\xd0\x2c\xcd\x8e\xf5\x1c\x3d\xd0\x09\x42\x4b\x21\x47\xa3\x4e\x7e\x6a\x2c\xf1\x11\x47\x4c\xf4\x42\x62\xb9\x04\xdb\xf8\x66\xa3\x32\x2a\x7e\x77\x96\x2c\xb6\x5e\x7e\x95\xc8\x77\x8f\xa3\xf2\xf8\x81\x48\x3e\x88\x7a\xd3\xbb\x91\xc5\x9f\xdc\x95\x88\xcb\x6c\xb4\xb1\x71\x6e\xb3\xa4\x12\xb2\x35\x25\x05\xe2\xb9\x30\x28\xc2\x2d\x8f\x4b\xbc\x95\x7f\x34\xb9\xc8\xd6\x7f\x50\x7e\x28\x79\x72\x32\xc6\x12\x32\x0c\x96\x6e\xc5\xc5\xe2\xc5\x95\xce\x58\xf5\x13\xe9\x20\x35\xee\x8a\xa4\xcc\x23\xa8\x45\xb8\xda\xf8\xbb\x33\x6e\xfc\x58\x3f\x12\xb9\x2f\x59\xe9\xf5\x3f\x71\xf8\x2f\x34\x8f\xcb\x15\x15\x4e\xd6\x5d\x0f\xcd\x3e\x42\x15\xa7\x8e\x99\x4d\x41\x63\x9a\x0b\xfd\x28\x80\xe6\x64\x65\xfb\xb6\x44\x1e\xae\x87\x85\x5d\xb1\xac\x78\xaa\x4e\xdb\xd7\x44\xd7\x23\x76\x5b\x97\xd4\x40\x2c\x15\xc4\xf3\xe1\x94\xd3\x8d\x24\xb9\x23\x0c\xcf\x84\xb9\x06\xf5\xc6\x11\x89\x2d\xe0\x77\x7c\xd1\xed\x8d\xcd\xfd\xd3\xcb\x3e\x1a\xf2\xc5\x35\x8c\x78\x76\xff\x20\x0f\x45\x12\xa1\x6f\x7d\xcf\xc5\xd2\x8f\x99\x22\xe5\x6b\x6d\x44\xd8\x78\x1a\xcb\x41\x97\x1a\x06\xda\x4f\xea\x28\x9d\xec\x54\x37\x7f\xd3\x94\xf9\x59\xc1\x03\x83\x00\x87\xe9\x64\x5d\x30\x44\xf7\x35\x8f\x73\xdc\x7d\xa4\xa7\x78\xb6\x37\xf6\x33\x35\x69\xf3\xd1\x59\xf3\x33\x5f\x6f\xe4\x59\x9b\xda\x62\xdf\x7d\x71\x55\x28\x7d\xd6\x2b\x79\xe6\x95\x8b\xdf\x40\xb1\x7c\x63\xcf\xe3\x3d\xff\xc4\x7e\x7f\xd9\x51\x6c\xca\x6e\xb1\x59\xe9\x62\xe0\xfe\xc0\x62\x2b\x37\x1e\xdd\xce\xee\xe0\xde\xc7\x4d\x6f\x98\x6d\x23\x16\x04\x20\xfe\x90\x4c\xbf\x60\x1a\x05\xa3\x1c\x9c\x13\x21\x44\x44\x47\x40\x9c\x6b\x6b\xb7\x6c\x71\xf2\xfc\xfa\xc3\x3d\xa6\xd9\xc4\xc0\xd4\xe7\x80\x98\x51\x85\xfb\x92\x54\xa1\x7c\x6f\xd8\x04\xc3\x1e\xe5\x77\x0a\xe7\x69\xa6\x64\x94\x3c\x04\x54\xc9\xde\xe3\xc7\xe5\xb2\xf1\xb9\xd6\x79\x1b\x8d\xbd\x7b\xe3\xf8\x53\x20\x35\x78\x5c\xa2\x6d\x6f\xdd\x64\xbb\x1b\xa0\x29\x1a\x24\x32\xca\x4a\x57\xea\x41\x4a\x04\x3b\x8a\x26\x83\x14\x2f\x01\xe6\x3b\x1c\x32\x16\xe2\x9f\xa2\x5e\xc7\x69\x6a\xcc\xd8\x7e\x3d\xb1\x56\x66\x21\x9a\x13\x7d\x1e\xd8\x87\x78\x8a\xe3\xb3\xfe\x94\xe9\x4d\x6c\xcf\x4d\x9b\x03\x81\xd8\xe0\xaa\xd1\xce\x94\x51\xa6\xdd\xf1\x7d\x83\xe0\xab\xf1\x37\x03\xa3\x1f\xb8\x6f\x53\xdd\x8f\x57\x65\x7c\xa0\x1b\x7e\x65\x63\x82\xe0\x23\x43\xa5\x8b\xf5\x93\x1e\xdf\xc3\x98\x2e\x62\x8f\x5b\xda\xe8\x8e\xb0\xc9\xfc\x7b\xfe\x87\x49\x28\x94\xf7\xc9\x5b\x44\xac\x1f\x48\xdf\x4d\xd3\x12\x34\xd2\xc3\x3d\xff\xc6\xfd\x05\x06\xb0\xe3\xe8\x76\x76\xa2\x01\x31\x13\xc8\x6f\xd4\x73\x44\x20\x47\xda\x02\x1c\x9e\x42\xd1\xc4\x9e\xf0\xda\x3a\x6a\xcc\x74\xa3\x6b\x0a\xed\xc1\x4a\xb4\x4b\xae\x09\x7f\x37\xc8\x3d\xd6\xf4\x6c\x85\xe2\x5b\x6a\x9b\x66\x09\x3e\x34\x6e\x42\x25\x88\xd7\x14\x55\xdd\x37\xac\x84\x58\x54\x04\x48\xfd\x7e\x81\xb5\x83\xfe\x65\xd1\x18\x6d\x3b\xd1\xc7\x12\xae\x94\x9f\xd7\x33\xae\x9c\x6c\xc9\x60\x7a\x83\x0e\x8e\x1e\x54\x4e\x97\xe0\x97\x3a\x6e\x7c\xd1\x9a\x61\x43\x93\x9f\x96\x4b\x2f\x6b\x9e\x68\xea\x76\x76\x6b\x8a\xfd\xc4\xbe\xbe\x28\xe8\x5a\x7e\x4b\xdf\xe2\x5b\xc5\x75\x0f\xee\x4d\x68\x32\xb1\x4d\x71\xd3\x72\x8d\x8c\x83\x13\xcd\x88\x89\x79\x0e\x80\x3e\xd4\x8e\x4d\xe8\xa6\x8f\xff\xa3\xf3\x55\x55\xeb\xf4\x7c\x2b\xde\xab\x14\x06\xb8\x71\xb3\x7c\x4d\xf8\x1e\x89\x93\x5f\xe3\x39\x99\x1c\x65\xd9\x34\x1d\x98\xe0\x3d\x78\x08\x36\x37\x1f\x6e\xe6\x19\xdc\x62\x1e\xba\x6a\x29\x47\x41\x0d\x0e\xee\x28\xb7\x1b\xef\xe5\x0e\x19\x82\x69\xb0\xb6\x67\xa9\x84\x9d\x18\x11\xd7\xfa\xdc\x57\xc8\x9f\x9e\x53\x8b\x9b\x7a\xf0\x63\x0f\x1b\xb9\xe1\xe3\x33\xd9\xad\x0a\x42\xd0\xbf\x6c\x02\x27\x68\x72\x63\x1f\x93\x53\xe0\x66\x53\x73\xd8\xb7\xcd\x05\x8d\x46\x28\x70\xd9\x83\x3f\x41\xc0\x8c\xed\x82\xad\x8a\x42\x4f\x67\x5c\x49\x43\x5a\x9d\x2b\x8f\xcc\xec\x32\xdb\xeb\x52\x0b\x7c\x93\xde\x63\xea\x60\x45\x47\xd2\x15\x6c\x38\x17\x1f\x0a\x15\x79\x3e\xef\x64\x6a\x52\x0d\x91\xc0\x88\x8f\xc4\x0c\x65\xe1\x6f\x6e\xe8\x24\xba\xcd\xa2\xfa\xe2\xb8\x0c\x8e\x4f\x9e\x38\x6a\xa4\x27\x10\x4a\x65\x75\xb5\x82\x79\x0d\xd4\xad\xa2\x6b\xa1\x29\x68\x54\x81\xa8\x3e\xb3\xcf\x54\x9f\x31\xf1\x23\x1f\x52\x73\x0d\x5e\x9a\x1e\x9e\x6f\x4e\x46\xe8\xd1\x55\x3e\xe3\xb8\xa4\xd4\xa9\x60\xc5\xa9\x7a\x7b\x54\xf1\x15\x27\x46\x95\x0a\x21\xe4\xd7\x44\x55\x1d\xce\x21\x2a\x7e\x9a\xa8\x82\x08\x2d\xc4\xcb\x73\x57\xd4\x88\x4e\x46\xc0\x67\xaa\xf9\x37\xf4\xc2\x3b\x78\x4a\x44\x1a\xd2\x00\x4a\x7a\xaf\x0b\x1b\x25\xff\x15\x52\xdf\x55\x55\x86\x4b\x7f\x3a\x4e\x61\x2d\x51\x5e\x10\x98\x49\x3f\x4c\xc5\x0a\x93\x4f\xf2\x98\x7b\x19\x89\x14\x6a\xa6\x11\x4d\x65\xe1\x4a\xd9\xeb\x42\x1e\x61\x8d\x53\x71\x71\x95\xe8\x43\x9e\xc5\xfe\x9a\xeb\xa3\xf4\xc5\x16\xd1\x52\xec\xa8\x12\x96\x3b\x76\x96\x66\xdb\xe7\x51\x1c\xca\x91\x8f\xb7\x74\x91\x98\xda\xe9\x8a\x99\xa9\x13\x63\x53\xb1\x2f\x65\xf9\xf8\x40\xe4\xa3\x95\x39\xf5\xb6\xe8\xb5\x8d\x8d\x3b\xa8\x1a\xe2\xc4\x17\xd3\x7e\x36\x87\xbb\xdb\x13\xfb\xf9\xb6\x69\xd7\xde\x29\xa1\x60\x4b\xb4\x7b\x95\xe4\x4b\x4c\x22\x5a\x8a\x0a\xbb\x75\x2b\x51\xc2\x4e\x30\x41\x88\xcc\x29\x97\xfe\x06\x95\x71\xd8\x07\x0f\x3a\x71\x8c\xcb\x93\x18\x68\x76\xc5\x3b\xcd\x30\xed\xb2\xde\x3f\x8b\xf2\xda\xf7\xbb\x84\xb2\x5a\x25\x10\x30\x6a\x2a\xd2\xd5\x3b\xc1\xd5\xe1\xde\xe7\xb2\xbc\x10\xfc\x08\xce\x7b\x3b\x58\x13\x6c\xaa\x66\x59\x48\x94\x72\x56\xb2\xd2\xee\xdd\xd5\x7e\x91\x66\xd1\xc3\xee\x89\xb7\x7d\x77\x91\x28\xa0\x6a\xd4\xad\x6d\x9b\x6d\xb9\xa4\x55\xf2\xc9\x0c\xaa\x7a\xcb\x09\x18\x42\x1a\x11\xaa\xac\x02\x48\x60\x10\xbe\x07\xa1\x95\xd3\xa7\xf0\x05\x1b\x58\x85\x14\x53\xb7\x85\xed\x35\xe0\x62\xc7\xb4\x77\xd4\x93\xaa\x57\xf8\x4e\x17\x51\x82\xfd\x34\x81\x15\xcb\x84\xdb\xc6\xf1\x71\x4c\x07\xc7\x1d\x4b\x0e\x79\x49\x0e\x7f\xa0\xf3\x20\xd9\xb6\x79\x2d\x89\xfd\x39\xe8\x0b\xdf\x2e\x69\x9f\x4f\x64\xa0\x9f\x84\xaf\x09\x17\x15\xf9\xa2\xb5\x6f\x30\x2b\x48\x41\x8a\xf0\x19\x71\x25\xcd\xdb\x5a\x93\x9b\x8f\x37\xd8\x47\xc6\x8e\xe7\xa6\x1e\x81\x92\x79\x38\x08\x86\x6d\xe4\xf6\xdc\xf4\x12\x96\x23\xc4\x8a\x98\x25\x63\x22\xa6\x14\xdb\x60\x25\x90\xe0\x47\x53\x7d\xae\xfa\xbf\xf7\xec\x01\x58\x32\x8f\x9e\x48\x29\x3f\x6d\x22\x08\x22\xae\x79\xe2\x57\x6e\xb8\x59\xbc\x55\x03\x37\x6a\x9d\xd0\xc7\x43\xa9\xd2\x5c\x24\x18\xc1\xc1\x67\x22\x15\x6f\x73\x7d\x8f\xfb\xf9\xd7\xc0\x42\x8c\xcb\x86\x06\x62\x22\x16\x67\x8c\x7f\x78\x24\xff\x12\x48\xe5\x29\x75\xbc\x7c\xf1\xe3\xcb\xcf\x81\x65\x80\x14\x72\xaa\x7d\x16\x26\x95\x97\x25\x2e\xbe\x96\x23\xbd\xbe\xe5\xfc\xfa\x6e\x9c\x41\xde\x76\x96\xd5\x2b\x12\x4e\xa6\x7a\x86\xff\xa6\x9a\x4e\x37\xf3\x21\x36\xb6\xda\x09\x82\x63\xc7\x8e\x3d\xde\xe0\x4d\x9e\x87\x29\x3c\xae\x0d\xdd\x0a\xe5\x67\xc8\x02\x26\xbf\x0d\xe7\xca\xf4\x6f\xad\x96\x4e\xd9\xfb\x45\x8b\x89\xbc\xab\x0e\x0d\xcb\xf5\x52\x51\xea\x81\x9a\xd6\x10\xc7\x53\x76\x57\xb8\xcf\x5d\xb3\x6a\x2a\x1c\x14\xff\xc1\xc4\xa0\x85\xe0\xb4\x85\x51\x80\xd6\x1f\x78\x53\x49\xe1\xb6\xb1\xdd\xfc\x5b\xc4\x51\xd0\x02\xa0\x90\xf9\x19\xfd\x47\x7f\xb3\x94\x74\x5d\xcf\x1f\x42\x26\xfa\xe8\x59\x5c\xea\x5e\x3a\xf9\xb6\x6b\x18\xf5\xa2\xd0\x4c\xd5\x72\xef\xe1\x03\x0e\x21\x46\x95\x98\x2c\xf8\x22\x3f\x31\x49\x53\xbe\xc1\x96\x96\xf1\x46\xc2\x5c\x70\x5c\xe8\x59\xfe\x4c\x1f\x5f\x24\x20\x29\x24\xa8\x7a\xdc\xc8\xe5\x0d\x62\x7c\xd9\xa8\x21\x04\x80\xb2\xac\xae\x7f\x42\x98\x50\x24\x90\x03\x49\x34\x73\x07\x05\xba\x8c\xf3\x7b\x44\x34\x18\x28\xea\x76\xb5\xcd\x39\xe5\x47\x54\x8f\x96\x1f\xd7\xf2\xbb\xa0\x6e\x93\x9d\x09\x0e\xb9\x0f\xb4\x68\x1c\xb8\xef\x60\x9b\x44\x99\x27\xd4\x42\x1b\x91\x0a\xf1\x5b\x7a\x59\xb8\x0c\x3e\x30\x28\xec\x25\x64\xf6\x18\x94\xbc\xd5\xf6\x60\x0a\xb3\xd1\x1c\xd2\x39\xaf\x7b\x36\x26\xaf\x3d\xd0\x87\x8a\xb6\x6f\x47\x75\x5d\x32\xe4\x62\x07\xe5\xde\xa8\x09\x81\x59\x15\xd5\xe7\xc4\xb1\xf7\x50\x38\xac\x69\xc1\x07\x03\x56\xc0\x4d\x00\xbd\x3a\x75\x26\x0b\x8b\xb5\x56\x48\x7a\xcc\x26\xf8\xef\x5c\x30\x06\x09\xaf\xe0\x8f\x44\x42\x37\xbb\xe4\x2b\x13\xdb\xcf\x0a\xe2\xb4\xd6\xe0\xad\x97\x8a\x3b\xd0\x0b\x0b\x5b\xcc\x9f\xc2\xfa\x24\x3f\x7f\xe0\x6e\xdd\xae\xdb\x2f\x58\xe7\x70\xe0\x1e\xe7\xe7\x4f\x5f\x9c\x45\x95\xc3\x0d\x1b\x7e\xf1\x57\x2d\xfe\xe0\xa2\xd1\xc8\x6d\xb5\xee\xba\x46\x01\x67\xec\x74\xcd\x4f\xa1\x37\xe9\x1d\xe8\x20\x6f\x5b\xb7\xaa\xe4\x93\xbe\x67\xf9\x99\x7f\x19\x5d\x19\x7c\xba\x59\xcb\x2d\x92\x59\xe7\xfd\x24\xe1\x1c\xd8\xfd\xa0\x6c\x37\x3d\x0d\xf2\xf3\xbf\x1c\xe7\x3f\xff\xfb\x2c\x41\x8b\x8b\xae\xb2\x71\x58\xd3\x93\x6d\x79\x71\xa1\x8c\xc0\x8b\xd3\x73\xb7\x07\x6f\xca\x3d\x6a\x2e\xe0\x9e\x4a\xcc\xc4\x33\x99\xe4\x25\xe2\x6d\x32\xed\x1a\xaa\xee\x61\x1f\x61\xda\x4b\x84\x8a\x8e\xfd\x42\xce\xa5\x2c\x3f\x7b\xf0\x34\x9d\x00\x27\x9d\x70\xdc\xca\xfc\xc4\x69\xd8\xf2\x07\x21\x7f\x85\x43\xec\xe5\x1e\xc2\xf6\xda\x9a\xb2\x72\x5b\x9b\x64\xe6\x92\x60\x99\x89\xa1\xea\x21\xdc\x1d\x38\xb0\x21\x50\x38\x67\xe9\xf0\x2a\xa5\x6c\x0f\x5e\xa4\x11\x24\xfd\xfc\x2f\xb7\x2d\xed\xed\xcd\x9e\x89\xb3\xe4\xe9\x39\x60\x98\x3a\x05\xa7\xc5\x47\x4d\x51\xe3\x8e\xc7\xd4\xe2\xc7\x36\xc5\x6d\xe6\x44\x68\x3a\x8e\x37\x37\xbd\x87\x8e\xea\xe4\xe7\x72\xda\x72\xe7\x13\x5a\x46\x66\x1f\xa3\x75\x5f\x16\x0e\xa6\x23\x7b\x9e\xcb\x03\x1e\x19\x0a\xa9\x4c\x6d\x96\xea\xf0\x7a\xa0\x5f\xc9\xd6\x21\x99\xca\xd5\xc8\x5d\xd9\x1d\x91\x8a\xd8\x81\xce\xdc\x51\x97\xb8\xaa\x96\x1d\x93\xa2\x48\xa0\x03\x07\x2a\xe7\x16\x2f\xe2\x95\x4e\xfd\xb3\xad\xec\xca\x31\x47\x62\xee\x66\xf1\x3e\x24\xc4\xe8\xe1\xb3\xbf\xc1\x6f\x53\x94\x14\x4e\x14\x3e\x65\x1c\xe1\x2e\xa0\x64\xcf\xe6\xda\xc5\x7e\x3f\x24\x5e\xf6\x7b\xef\xb8\x16\x55\xa2\x3e\x9d\xaf\xde\x8d\xf5\x92\xd0\x15\x13\x75\x06\x44\x8d\x96\x36\x17\x17\x15\xfd\x44\x4e\x39\xf6\x16\x32\xa2\x6e\x62\xcf\x27\xdf\x52\x7c\x39\x16\x2d\xd3\x86\x60\x29\x21\x07\x09\x51\x1c\x8b\xfc\x77\x0d\x1e\xbd\x2a\x0a\x02\xfe\xbc\x71\xb9\xc2\xb9\x8b\xb6\x67\x88\x68\x13\xea\xc0\x9b\x59\x44\x95\xc2\x3c\xe0\x3b\x21\x2a\xed\x68\x11\x4c\x93\xb7\x4d\x03\x3b\x11\x7a\x58\x1e\x4b\x3e\x7b\x6f\xa9\xee\x89\x72\x77\x24\x10\xbe\xaf\xd8\xc9\x32\x6a\x75\x22\x1a\x26\xfe\x28\xe1\x87\x22\x3d\x48\x5b\xac\x80\xd4\x5d\x0f\xb4\xd8\x61\xf3\x78\xd0\xe7\x5c\x1b\x0b\x76\x9e\xa0\xba\x15\x7e\x06\x6c\xde\x98\x06\x0b\x38\xe7\xb2\xb0\x24\x80\xac\xde\x46\xde\x23\xf5\x0a\xa3\x63\x1c\x21\x47\x3e\xdc\x68\x0f\x03\xf0\xd9\xed\x34\xe4\x9d\x9f\x7f\x1b\xd7\x19\x12\xe3\xd1\x27\x30\x1b\xdd\x62\xd9\xd3\x53\x4f\xf7\x57\xa0\x19\x07\xbd\x2b\xda\x56\xe3\x65\x0b\x08\x43\x80\x80\x58\x06\x69\xf3\x69\xf8\xc2\x97\x40\x28\x47\x85\x1c\xa9\xa8\x0e\xdf\xc4\xbe\x14\x50\x13\xd7\x9a\xde\x75\x39\xa3\xb8\x1e\x5c\xb1\x39\x7e\x55\x7c\xc0\x2e\x5e\x95\x0f\x19\x30\x68\xb1\xc1\xf8\x51\x7d\x09\xd5\x63\xf2\x0d\x11\x76\xac\x3e\x61\x0a\x12\xde\xe5\xe6\xc2\xe6\x77\x6e\x51\xb3\x7b\xd2\xec\xd6\xdd\xb8\x2b\xd0\x44\xbb\x7e\x27\x8e\xf4\xe5\x7b\x23\x49\xb0\xe6\x2f\xe5\x75\x8e\x4e\xae\xc8\xab\xa6\xde\xf4\xbe\x5b\x7e\x52\xa8\x2d\x64\xae\x37\xf4\x47\xec\x1e\x3c\x47\x45\x60\x9a\xb4\xb2\xfe\xfc\xd7\xcb\x03\x88\x87\x87\x7d\xa8\xb6\x4a\xce\xf9\x3b\x6a\x15\xb8\xb5\x50\x16\xb1\x3a\xa1\xd0\x73\x79\xa1\x68\x78\xa3\xa3\x4f\xd6\x56\xd1\x5d\x3e\x3f\x3f\x9d\xf8\xe6\xe8\xb0\x3b\xb7\x90\x91\x14\xf9\x04\x6e\x45\xc1\x20\xee\x46\x2d\x86\x10\x30\xf8\xe4\x3b\x62\x0a\xee\xe7\x7f\xc9\xed\x1f\xab\xb2\x33\xbf\x01\x45\x60\x3a\x14\xbc\x78\xf2\xe8\x21\xfd\xba\x9b\x20\xeb\x92\x5d\x82\x0f\x63\x6b\xfa\x1e\x2e\xa9\x4a\x73\x0d\xc8\x72\x1f\x2a\xfa\x99\x08\x96\x20\xb5\xe3\x28\x12\x52\xac\xca\x6a\x7a\xcf\x94\x8a\x1f\xe2\x51\x47\x6c\x25\x58\x94\xcd\x52\xbc\x35\x74\x80\x55\x78\xcf\xab\x7c\x58\x44\x89\x9a\x31\x24\x72\xcb\x77\xd9\xe1\x87\xa2\xe4\x30\x7b\xc9\xca\xea\xb2\xb4\xb2\xa7\x6d\xa0\xf4\x9a\x25\xa1\xfb\xa2\x6b\x7c\x56\xa1\xc8\x01\x57\x7b\xe0\x55\xab\x24\x5b\xa4\xd7\x34\x30\x56\x38\xb5\xbe\xc1\x3d\x18\xbc\x15\x97\x13\xd7\x82\x3d\xa3\xcd\xc1\x4b\xa1\x94\xea\xaa\xd8\x77\xab\x6d\xa1\xe4\x32\x87\xa4\x3a\x91\x22\xff\x0e\x4a\x90\x1b\xf8\x79\x2f\x2a\x36\xcf\x39\x65\x99\xaa\x15\x75\x2c\xfd\x47\xa2\xe2\xf8\x7d\xb1\xa6\x0b\x6c\x77\xd4\x6c\xa0\xb4\xa7\x91\x9e\x12\x13\xfd\x08\x6a\x0d\xab\x02\xc6\x41\xcf\x1e\xb2\x5c\xac\xb0\x49\xc8\x72\xa1\x67\xb4\x2e\x81\x7a\x4f\x43\x9a\x7a\x43\xf0\x7d\x1a\xe1\x86\x51\x3c\x3d\xbf\xc7\x12\xa3\x86\x15\x29\x74\xe8\xf3\xc7\xef\xf6\xa5\x83\xda\x23\xe8\x18\x4a\x0f\x38\x9f\xc2\x33\xc4\xe7\x7b\x03\xed\xa2\xb7\x85\x6d\x25\xa2\x03\xd7\x56\x07\xde\x14\xfd\xea\xa0\x82\xee\x68\x93\xc0\xc2\xb7\x8f\x4f\xbf\x1b\xd4\x1d\xe2\x18\x2d\x1e\xe3\x23\xfd\x70\x08\x01\xb1\x06\x86\xdf\x03\x66\xad\x9d\xee\x05\xde\xaa\x6d\x09\xb9\x98\xc9\x11\x73\xd1\x55\xf7\x35\x17\x17\xe8\x77\x3d\x7f\xb2\x13\x57\x11\x3e\x01\x13\xe2\x2c\xca\x7d\xf6\x0f\x0b\x51\xf8\x50\xbd\x7c\x91\xdf\xbe\x1c\x77\x05\x1f\x02\x84\x00\x18\xb7\xd1\x38\xd5\x12\xa2\xd3\x75\x32\xf3\x67\x21\x86\x76\x93\x47\xc1\x96\x76\x69\xbd\xe1\xe6\xbb\xaf\xa2\x63\x3d\x74\xa0\xa2\x92\x4d\xaa\x16\xeb\x02\x09\x0d\xe6\x0f\xf0\xaf\xbe\x7d\x93\x15\x59\x7d\x70\x59\x54\x08\x69\xc4\x7f\x18\x7b\xa0\x26\x34\x0b\x74\x03\x35\xa1\xa4\xab\x12\x0e\x49\x0c\xcf\x0f\xbd\x5b\xfa\x7d\x58\x7d\xdf\x36\xe0\xd6\xdb\xf9\xd7\xa0\xb4\xc0\xc1\xcb\x95\x19\x54\x77\xd5\x0e\x6e\xc1\x45\x68\xee\x67\x4d\x57\xb3\x4c\xd9\x66\x29\x1a\x20\x22\x60\x0d\xf9\x90\xa4\x89\x90\x22\x8f\xb9\x37\x2b\xbf\x55\xa2\x66\x75\xfb\x05\x15\xf2\x70\x55\x55\x79\x61\x54\x73\xdb\x73\x38\x01\xa0\x18\xfd\xe8\x7b\xdc\x76\xdd\xde\x4a\x60\x38\x44\x8b\x3d\x8f\x5e\xcb\xc1\x12\x42\x77\x31\x82\xf0\xcb\xf1\x9b\x54\xb2\xb2\xfd\xc0\x1e\x1d\x3d\x41\x52\x91\x61\x5d\xc5\x05\x73\x27\x50\xd0\x6a\x6d\x39\xe2\x17\x36\xad\xb8\x77\x26\xb7\xfe\x1b\x2d\x1c\x6c\xe9\x85\x81\xef\x11\x67\xc6\x97\x36\xf1\xc6\x4a\x91\x75\x31\x63\x02\xd5\x03\x05\xd3\x21\xf0\x81\xce\x28\xaa\xe6\x26\xc5\x81\x6d\xb6\xe5\x66\x4b\x6f\xde\xb6\x1b\x3e\x4e\xb6\x6f\x97\xad\xda\x52\x23\x54\x5b\x57\xbc\x73\x11\x4a\x39\xe6\x4d\xd4\x21\x74\x7c\xdc\x19\xf8\x27\x3c\x34\x9b\x5a\x5e\x03\x0e\xac\xf3\xb4\x78\x97\x0b\x39\xd2\xd7\x1c\xcb\xca\x71\x18\x77\x0f\xf6\x81\x30\x5d\x44\xd9\x76\x50\x45\x04\x4d\x23\x3f\x8a\x5c\x0e\xb5\x7a\x18\xc0\x75\xae\x91\xb2\x72\xe6\xd8\xa6\x3b\x97\x18\x33\x69\x97\x9e\xdf\xf1\xfd\x11\x1e\x2a\x94\xa4\x48\xba\x21\x30\x2e\xda\x8d\x9d\x3f\x68\x37\xbd\xb7\x28\x0b\x00\xcc\x23\x95\x9b\xd6\xd9\x2f\xe1\x51\xa2\x4d\xad\x8a\x32\x2f\x77\xec\xf1\x91\xfb\x99\x4a\xbd\xe8\x92\x4a\x63\xce\x2c\x75\x53\xdb\xdd\x48\xfd\x26\xf6\xe2\x09\x18\xc0\x87\xef\xc6\x5e\x92\xdc\xbc\xb7\x4e\x50\xff\x56\xdc\x03\xc7\x0a\xfc\xf4\x0e\x10\x48\xf0\xd6\x60\xa3\x3e\xbd\xf5\x37\x27\xb7\xb2\x98\xc7\x3c\x84\xa5\x06\xec\x24\xaa\x46\x2c\x72\xcf\x1b\x82\xef\xce\xcd\x62\xb6\x6a\x89\x36\x7c\xa1\x16\xea\x27\x2d\xb2\x28\xea\x17\xff\xb8\xba\x02\x4b\x75\xd6\x04\x3b\xf3\x33\x82\xf7\x20\x23\xf2\xf5\xcd\xbb\x8e\x35\x52\x30\x33\x71\x85\x1c\xa7\xa5\xe9\x2d\x47\x14\x58\xc1\xe5\x3f\xfa\x68\xde\x19\x58\xa0\x0f\xed\xd8\x22\x3e\xde\x46\x1d\x35\x4e\x65\x8f\x7f\xfb\x90\x0b\x98\x39\xc1\xc0\xf9\xbb\x06\xe3\x34\xa3\x6e\x19\xe0\x5b\xe7\xdf\x9a\x5e\x44\xb5\xca\xb1\x02\x73\x4d\xcd\xcb\x55\x4c\xa4\x0b\xce\x79\xc5\x39\x84\x68\xaa\x3d\xf0\xa8\x23\x7f\x16\x57\x95\x23\x45\xad\x0d\x48\xd7\x85\x06\xfc\xd1\x90\x51\x51\x68\x45\x21\xe5\xe2\xf8\xdc\xbe\xbd\x3a\x60\x30\xa2\xc3\xc6\xf8\x29\x18\x98\x19\xc3\x84\x88\xcd\x76\xf3\x73\x28\x64\x56\x1a\xfb\xc1\xd7\xa2\xdd\x48\xea\xf1\x98\x52\x34\xa8\x29\x19\x77\x80\xb7\xf5\x23\xe2\x66\xa0\x44\x10\x9e\xef\x3d\xea\x9a\xa5\x83\x52\x1f\x36\x59\x5e\x1f\x5b\x89\x7a\x88\x36\x98\xf1\x40\x68\x5b\x03\x29\x0f\xda\x63\x62\x93\xc6\xf1\xf1\x6e\x84\x56\x81\x0f\x8d\x4b\x16\x9f\x3b\x93\x9b\x78\xe5\x29\x1c\xb8\x0f\xcd\x3e\xf2\xf2\x19\xad\xc6\x8b\x90\xa3\xc1\xa3\x04\x60\x07\x0d\xe9\xb3\x1f\xe4\xa0\x5e\xb9\xd8\x20\xac\xb9\x2f\x9c\x99\x4d\x70\x21\x4b\xe3\x3a\xde\xe6\xf0\xb7\x59\x6b\x6a\x9f\xc8\x09\x09\xb1\x97\x44\x5b\xb1\xf1\x72\x95\xe4\x32\x71\x49\xd0\x3f\x1f\x26\x47\x0f\xb9\xe2\x7f\xfd\x0a\xbd\x4a\x9a\x74\xea\x58\x13\x56\x6a\xc7\x12\x04\x96\xbd\x53\xd3\xec\xf2\xb6\x5d\xdd\x1f\xb6\x65\x77\xe2\xb4\x1e\xbe\xfe\x83\xeb\x59\x96\xc9\x8a\xe6\xf9\x8f\x85\xc6\x48\xc5\x33\x46\x57\x76\x59\xf1\x76\x45\x4b\xbd\x2f\x1a\xe9\xfb\xb2\xe8\x5f\x69\x82\x77\xe4\xae\x97\x8c\xc9\xda\x8f\xcb\xa9\x86\xc2\x4f\x6b\xae\x89\xd9\x07\xed\x61\x85\x2d\x33\xfa\xc4\x6e\x74\x39\x69\xfa\xfe\x24\x83\xb7\x9c\xa4\xd1\x08\xc7\xbe\x47\x4d\xcc\x7f\x60\x59\x37\xf4\x27\xc1\x64\x3f\xa9\x2f\x5d\xe3\x0d\x9d\x85\xf5\x7e\xe2\xec\xc4\x3d\x2b\x1c\x9f\x16\x08\xc8\xfd\xc2\x13\x9c\x48\x20\x3e\x58\xaa\xcf\xfc\xff\x89\x9b\xe7\xd3\x96\x28\xe0\xc6\x59\x49\xe2\xab\x24\xf7\xc1\x5f\x86\x04\xb0\xc3\xed\xe2\xa8\xb8\x5d\xb1\x09\x37\x40\x03\x49\xc5\x53\xe1\x2b\xc0\x10\xfe\xeb\x1b\xe1\x3f\xba\x59\x08\xae\xa8\x29\x61\xa1\xf0\xe2\xdf\xa2\x6a\xb8\xbd\x76\x01\xe8\x08\x31\x74\x4d\x53\xbd\xca\x8a\x4d\x33\x97\x78\x7c\xd9\x45\xdb\xec\x38\xf8\x01\x14\xb0\x19\xfe\x88\x52\x69\x7e\x6e\x91\x59\xf6\x73\x17\xc9\x3e\xfb\x7c\x27\xbf\x25\xef\x65\xf6\xf9\x56\x7e\x22\x29\x04\xfd\x5a\xcb\x2f\x36\x8b\xf8\xfc\xad\x6b\x29\xa2\xd5\xcf\xe9\x5d\xd3\xb6\x4d\x69\xb3\xcf\xaf\xe4\x47\x81\x20\x1e\xe8\x9b\x06\xc2\x5a\x73\x2c\x6d\xed\x23\xe7\x67\x32\x50\xfa\x51\xcb\xb2\x2d\x1e\xde\xe4\x0b\xcf\x03\x06\xae\x57\x69\x39\xdb\x0b\x65\x6f\x8d\x79\x33\x1c\x46\xb4\xa1\x78\x74\xbb\xed\x60\x14\x4c\xf3\xca\x14\x83\x21\xb0\x49\x6d\xf1\x76\xe1\x66\xed\x67\x8a\x42\x37\x5b\x37\xc3\xec\x87\x75\xdb\xec\x91\x41\xef\x55\xe6\xb2\x05\xbb\x34\xc1\x78\x22\x1a\xab\x79\xad\x3c\x65\x5b\xae\x4a\xd6\x15\xb1\xa3\xcb\x7b\xcd\x8c\x10\x85\xd8\x6a\x67\x99\x4b\x29\x5e\xd6\xfb\x5e\x85\xf4\x83\x34\xf7\x10\x99\x24\x8d\x52\x6d\x01\x07\x1e\x61\x2d\xd3\x2c\x63\x35\x01\x02\x3b\x2e\x89\x90\x3b\x0d\xde\x3e\x1c\xf9\x8b\xe5\x5b\x77\xfe\xf4\x27\xa6\xc5\xcb\xf7\xe6\xcf\x7f\xce\x9f\x36\x77\x19\xe0\x59\xa2\x14\x84\x60\x6c\x5d\x58\x48\x6d\xfa\xfb\xeb\xa8\xc1\xc3\xbb\x08\x1b\xc6\x5e\xc6\x6c\x96\x96\x44\x35\x76\x71\x2a\xb3\xff\x11\x00\x00\xff\xff\x98\x5f\xac\xcc\xde\xed\x00\x00") func confLocaleLocale_frFrIniBytes() ([]byte, error) { return bindataRead( @@ -4398,12 +4444,12 @@ func confLocaleLocale_frFrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 54856, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 60894, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_itItIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\x4b\x8f\x1c\xc7\xb2\x1f\xbe\xef\x4f\x51\xe2\x01\x41\x0a\x18\xb6\xa0\xa3\xfb\x7f\x40\x50\x4b\xff\xd1\x90\x12\xf9\xbf\x7c\xcc\xe1\x90\xba\xb6\x05\xa2\x95\xdd\x95\xd3\x93\x97\xd5\x55\xad\x7a\xcc\x68\x74\x70\x00\x2f\xbd\xf0\xca\x2b\x2f\x8f\x77\x36\x70\x57\xde\x79\xad\x6f\xe2\x4f\xe2\xf8\x45\x44\xbe\xaa\xaa\x87\x94\xee\xd5\x42\x9c\xae\x8c\x7c\x47\x46\xc6\x3b\xcd\xe1\xb0\x2e\x6d\xb7\x5d\xbd\xad\x8b\xce\xb6\xd7\xee\x57\xd7\x14\xdf\xbb\xbe\x30\x43\xdf\x3c\x6a\xba\x83\xeb\x4d\xdf\x14\x87\xb6\xa9\xe9\x1f\x53\x55\x0f\x86\xae\x59\x2c\xae\x9a\xbd\x5d\x3d\xa5\xff\x2d\x4a\xd3\x5d\x6d\x1a\xd3\x96\xab\x73\x53\xd7\xb6\xaa\x9a\xa2\x74\xc5\x96\xc0\xdb\x86\x7e\x2c\xec\x2f\x87\xaa\x69\xed\xea\x49\x87\x7f\xcd\xe2\xca\x56\x87\xd5\xa9\xa3\xd6\x17\x9d\xdb\xd5\x6b\x57\xaf\x4e\xb7\x5b\x5b\x3a\xf9\xd9\x0c\x3d\x81\x6e\xf5\xd7\x70\x58\xbd\xb6\x3b\xd7\xf5\xad\xe9\xdd\xa2\xe5\x3f\x6d\x9b\x7e\xbb\xb1\x9b\xce\xf5\x76\x75\xe1\x68\x78\xff\x64\x37\x8b\x6b\xdb\x76\xae\xa9\x57\x3f\xc8\xbf\x76\x71\x30\x3b\x4b\x63\xdb\xb9\xda\x2c\x7a\xbb\x3f\x54\x86\xc0\xdf\xe8\x1f\x8b\xca\xd4\xbb\x01\x10\xcf\x1d\xfe\x58\x6c\x5b\x4b\x9f\xd7\xb5\xbd\x59\x9d\xd1\x9f\xcb\xe5\x72\x31\xd0\xba\xac\x69\x01\x2e\x5d\x65\xd7\xa6\x2e\xd7\x7b\xcc\xe7\x9c\x3f\x34\xc5\xd0\xdb\xba\xb7\x85\xa5\xb5\xa1\x19\xf3\xb0\x6d\x49\xb3\x5a\x9b\x8e\x27\xd6\x75\x4d\x61\x2f\x2f\x6d\xdf\x0f\x58\xc8\x2d\xd6\x8c\x9b\xac\x0d\x2d\xe1\x4b\xfa\xa9\x4d\x2c\xec\xde\xb8\x6a\xf5\xe4\x11\xfe\xa1\x51\x77\xdd\x4d\xc3\xab\x2a\x7f\xd0\xec\xd7\xfd\xed\xc1\xae\xce\x9a\xfa\xd2\xb6\x7b\x1a\xaa\x39\xf4\xdb\x2b\xb3\x3a\x93\x7f\x17\x04\x71\x68\x68\x31\x9a\xf6\x96\x56\xc8\xff\xb9\x68\xda\x9d\xa9\xdd\xaf\xb4\x58\xb4\x2a\xaf\xe4\xc7\xaf\xe6\x57\x5e\x9b\xbd\x6b\xdb\xa6\x5d\xbd\xe0\x7f\x16\x34\xe9\x35\xda\x58\xbd\x1c\x9a\xeb\xa6\x48\xda\x40\xc9\xde\xed\x5a\x2c\x1d\x0a\x4d\xf1\x02\xbf\xa4\x11\x29\xe4\x86\xa4\x62\xd2\xdc\x65\xd3\xbe\xd7\xaf\xdf\xd1\x9f\xe3\x36\x69\x6c\xda\x5e\x33\x1a\x98\xa9\x69\x53\xb8\xfc\x7b\xdb\xf5\x8e\x30\xa2\xa8\x6c\x0e\xe5\x16\xa6\xdc\xd3\x42\x1f\x0c\xa1\x5d\x86\x7d\x66\x4f\xdf\x19\x43\xa4\x35\xb3\xdd\x36\x43\xdd\xaf\x3b\xda\x05\xda\xe6\x6e\xf5\x6c\x4f\xc3\xe8\xa5\x95\xa2\xa4\x6a\x0f\x14\x64\x31\x0b\xb2\xb8\x6d\x86\x80\x02\xab\x67\x55\xd1\x0f\x7c\x24\x80\x00\x52\x36\x5f\x8d\x3a\xee\xdd\xb5\xeb\x9d\x25\x5c\xe8\xf9\xcf\xdf\xfe\xdb\xe2\x30\x54\x15\xad\xf3\xcf\x03\x4d\xac\x5b\x9d\xd3\x2f\x5a\x16\xfe\xb5\x70\x5d\x47\xff\x02\xb7\x36\x95\xdd\x53\x03\x5b\x53\x6f\x69\x72\xa7\x75\x4d\x60\xb4\xc5\x3f\xba\x9a\x5a\xaf\xaa\x77\x0b\xfd\x63\xf5\x4c\xfe\xd5\x99\xf6\xae\xaf\x2c\xe3\x0c\xcd\xeb\x81\x4b\xcb\x8a\x83\x6d\x0b\x57\xd1\xb8\xdd\x9e\x4e\xf2\xf5\xb5\x6b\x16\x65\xb3\x7d\x4f\xc8\x8d\x33\x49\xc7\xea\xc2\x16\x04\xef\x08\x1f\x5d\x85\x45\xae\x4b\x22\x05\xcd\xae\x2b\xba\xa1\x78\xcc\x90\x27\xdc\xc8\xa5\xb9\xa6\x13\x40\xfb\xb1\xdb\xf1\xae\x7c\x65\x8a\xde\xb4\x3b\xdb\xaf\xee\xad\x37\x74\xa0\xde\xdf\x2b\xae\x5a\x7b\xb9\xba\x77\xbf\xbb\xf7\x35\x9d\x2b\x6b\x8b\xdd\xe0\x4a\xf3\xd5\x67\xe6\x6b\x50\x86\xc2\xf4\x84\xf1\x3a\x28\x1a\x8d\x61\x8a\x61\xf6\x1b\x67\xa8\xd9\x9f\x07\x53\x6d\x9b\xce\xa0\x57\x5e\x15\x53\x1c\xf8\xf4\x7e\xb2\xc0\xa2\xd1\x61\x5f\x97\x1b\xa1\x59\x3c\xb8\xda\xe2\x90\x11\x99\x2a\x5e\xdc\x5e\xfc\xe5\xf9\x49\x71\x4e\x1b\xb0\x6b\x2d\xff\x4d\xff\xa3\x0a\x5f\x14\x4d\xf1\xc6\x3d\xfe\x76\xb9\xa0\x9a\xb2\x44\x19\x06\x3c\x36\xbd\xd9\x98\xce\x72\x31\xce\xd8\x1b\x77\x60\x44\x2a\x7d\xc1\x15\x01\x13\xbd\xa3\x2d\xc2\xd1\x5d\xbd\x95\x13\x3b\x3d\xa4\xd4\x40\x3c\xd7\x84\x58\xb1\x05\x2a\xd1\x65\x7e\xab\xcb\x8b\xcd\xd8\x37\x3d\x96\xf2\xd9\xcb\x97\xaf\x1e\x7f\xcb\x6b\xb3\x6d\x4a\x77\xe9\xb6\x86\x76\xe1\xf2\xff\x5d\xef\x6c\x6d\x5b\x53\xad\x09\xfd\xb1\xf2\x3c\xc3\xe5\xa2\xeb\x2a\x22\x42\xa5\x5d\xbd\x68\x4a\x53\x11\x52\xfd\xbd\xb8\xb8\x78\x4e\xc3\xe9\xaf\x56\xe7\xb6\xdd\x36\x2d\xd1\xe8\xee\xe7\x0a\x6b\xa5\x9d\x12\xd2\xa2\xb8\xa0\x81\x36\xd5\x00\x8a\x2e\xd8\xe0\xc7\x37\x5e\xa9\xe2\xab\x4d\xfb\xf5\x79\xdc\xec\xa1\xe3\xf1\xe6\x6d\xd0\x56\x01\x47\x2a\x41\x27\xc7\xc4\x2d\xdc\x22\xcb\x85\x6d\xdb\x35\xd1\xd9\xfe\x16\x1b\xc6\x83\xc3\x28\x74\x7c\x05\xce\x52\xb6\x44\xa3\x21\x14\x35\xad\xc6\x61\xf8\xed\x7f\x16\xb4\xbd\x96\x86\x70\x3d\xd0\x62\x49\xab\xae\xbe\xa6\x79\x97\xb4\x97\x7e\xc1\xa9\xe5\x7a\xbc\xe6\xb1\x19\x22\x08\x74\x40\x2d\x21\x59\x0b\xdc\x6b\x5d\x71\x6f\x79\x8f\x68\xf6\xbd\x47\xf7\x96\x8b\xba\x59\x0b\x21\x01\x6d\x2f\x5d\x67\xe8\xec\xad\xdb\x70\xc5\x10\xd5\x7c\xc9\x23\x69\x08\x1f\x50\x4a\xbb\xd7\x03\x51\x2b\x53\x78\x28\xc1\xe5\x8e\x90\xda\xd0\x52\xd0\xaa\xf1\x35\x42\x97\x43\x9d\xd0\x22\xec\x74\xba\x28\x9e\x7a\x29\x0e\x3d\x07\x9e\xcb\xdf\x4a\x92\xb2\x9a\xba\x1c\xcd\x83\x74\x39\xcc\x72\xb1\xf0\x28\x32\x83\xd7\x84\xc1\xdf\x62\x1d\xb8\xb9\xd3\xc3\xa1\x22\xbc\x52\x8a\x48\xd7\x7e\x44\xd4\xd9\xa2\x40\x15\xb6\x2d\x11\x2e\xda\x6b\x07\x04\xf0\x8b\x4c\x93\xa7\x0b\x6d\x44\xb6\x0b\x22\xf7\x7c\x17\x6e\xaf\xe8\x28\x37\x9f\xf0\x8d\xb4\xce\xd0\xb2\x78\xdd\x34\x3d\xef\x52\x72\x15\x04\x30\xdf\xe7\x9b\x81\xa8\x65\xe1\x8a\x78\xa3\x31\x4f\xd2\x5a\x3a\x2f\xae\xe8\x68\x17\xeb\xba\xa1\x7f\xab\x6b\x03\xb8\xda\x13\x8a\xd2\xb5\x76\x0b\xf0\xe5\xa2\x1d\x88\x7d\xc0\x59\x7d\xd2\x59\xa2\x3e\x7c\xb6\x88\x79\x91\x83\xeb\x0b\x7d\x7f\xcf\xb5\x80\x06\x76\x6d\x79\x07\xe9\xff\x7a\x79\x9b\x04\x67\x5b\x3f\xf8\x64\x60\x96\x91\x1f\x08\x01\x72\x44\x24\xa6\xa1\x0b\xbc\x5e\x3d\x6e\xb0\x7b\x8d\xfe\xf4\x1d\xfd\x05\xe3\x6c\x68\xc4\x97\xd5\x40\x97\x1a\xe1\xcc\xb0\xab\x5c\xf1\xf6\xf5\x73\x7f\x20\xb7\x55\x43\x57\xdf\x8e\xb8\x30\x6a\x94\x8e\xf5\x53\x1c\xf7\xab\xf5\x81\x56\x76\x75\x4e\xff\xe3\x6f\xe1\x93\x6f\xf7\xe5\xb0\xb7\x2d\x93\xac\x03\xc3\x78\x12\x4e\x7d\x11\x85\xe0\x33\x49\xcd\x53\xcd\x13\x42\x5b\xba\x4c\x8d\x3f\x4f\xdc\x6d\x8e\xd6\x74\x6d\xf4\xd6\xdf\xee\x32\x82\xab\xbe\x3f\xa4\x43\x78\xfa\xe6\xcd\x79\xfc\xe8\x07\x21\x65\xb8\x7f\xbb\x6d\x53\xa1\x6b\x46\xe3\x04\xb9\x96\x8c\x5d\x43\x5b\xad\x30\xe3\x09\xda\x51\xc1\x1f\x5d\x28\x8c\xe8\x33\xfc\xef\x82\x36\xa4\x34\x72\x8b\x5c\xd1\xfd\x62\x80\x91\x35\x23\x2c\x9f\x8c\xc2\x56\x44\x0a\x88\x9d\xa5\x9e\x97\x8b\xaa\xd9\xad\xb1\xa9\x23\x24\x2d\x2d\x5d\x6c\xcd\x2e\x2f\xf6\x43\x7b\xec\x91\x0c\x88\xb7\x25\xd4\xea\x70\x42\x80\x32\x4e\x89\x1a\x57\xa6\xa3\xd9\x1c\x40\x3e\xe6\xcf\xe6\x77\x06\x6b\x44\xe8\x7b\xad\x9c\xdf\x1c\x90\x32\x83\xdd\x9e\x56\x3a\x5c\x41\xc5\xc5\x0b\x5a\x7d\xfe\x76\xd9\x36\xfb\xd5\x63\x13\x7f\xf8\x31\xbe\x30\x4c\xdb\x69\x84\x74\x24\x08\x11\x9a\x93\xe2\xf5\x77\x67\xc5\xff\xf5\xc5\x9f\xff\xbc\x2c\xce\x13\xa2\x4a\x94\x9c\xc9\x54\x00\x2c\x78\x30\x44\x83\xe9\x7f\x74\x9c\xf7\x40\xa1\x7b\xa0\x12\xf7\x8a\xaf\xb8\xe8\xff\xb3\x1d\xd1\x2f\xa2\xef\x44\xed\xbf\x5e\x2e\xf0\x89\x0e\x92\x1c\x35\x1e\x2e\x1f\x90\x17\xae\x97\xa3\xa6\xe5\x93\xab\x32\x87\xf2\xac\xfd\x9a\x8e\xe9\xa5\x6b\xf7\xab\x53\xc1\xc7\xc2\x73\xbb\x58\xd4\xd7\x29\xb5\xe5\x86\xd7\x35\xd1\x83\xcb\xdb\x00\xfd\x12\x3f\x1d\xf6\x1d\x38\xf1\x44\x16\x8f\x71\x7f\xcd\xd7\xd2\xd6\xce\x92\x49\x1a\xc9\x85\x9c\x10\xa2\x85\xc4\xc6\x3b\xfe\x49\x97\xd8\xa2\xb9\xbc\xac\x88\x81\x91\xdb\xd6\xf7\x12\x6f\xdd\x57\x52\x9c\x81\xd1\x91\x38\x90\xdc\xf2\x38\x9c\x29\xac\xe4\xd9\xe3\x97\x05\xb1\x72\x34\x30\xc2\x99\x7d\xa8\x4f\x3c\x64\x09\x52\x77\x6d\x4e\x88\x9c\xe2\x86\x22\xf4\x69\x5d\x47\x48\x68\x23\x99\xc3\x58\x50\xd4\x6c\x4d\xb5\xc7\x72\x11\x91\xd1\x6b\x8a\x8e\x29\x91\x40\xd3\x72\x77\xdc\x10\x7a\x8b\x82\x9c\x16\x4f\xe0\xa7\x83\xf4\xa0\x05\x70\x82\x98\xb9\x9a\x08\xeb\x76\xa0\x33\xb8\x67\x3a\x62\x65\x80\xae\xc0\x29\x54\xc8\x6b\x5b\xef\x1a\x1a\x20\xdd\xaa\x74\x98\x7a\xb0\x4b\x28\x65\x52\xea\x0a\x91\x75\x68\x8a\xb6\xb4\x97\x44\x0a\x71\x77\xcf\xde\xae\xc9\x20\xb2\x1d\x2e\x5e\x98\x9a\x4e\xb1\x9d\xad\x35\x9d\xc0\xe4\x3a\xde\x4b\x75\xda\xde\x38\xaa\x13\x41\x78\x9e\x44\x7a\xbd\x82\x6e\x12\xb1\xc7\x64\xe8\xe6\x16\xea\x0f\x79\x80\xee\xeb\x9a\xfb\xf6\xc2\x56\xc0\x4b\x15\xba\xf2\x62\x1d\xd5\x6b\x42\x41\x67\x45\x0c\x66\x46\xc5\x14\x0a\x20\xc4\xab\xa8\x49\xe6\xf1\x43\x5a\x0a\x5b\x4b\xe2\x9d\xca\xc3\xeb\x6b\x47\xd2\xa7\xef\x48\xda\x92\xcb\xad\xf0\x02\x25\x5a\xf9\x81\xd6\x95\xb9\xf0\x82\x85\x5b\x3b\xdb\x8c\x0e\xe8\xc2\x4f\x5a\xf7\x86\xc8\xd3\x0e\x1b\xe6\x27\x7d\x1d\xda\x62\x56\x9b\x36\xdb\xd1\x09\xea\x58\xf6\xe7\xb5\xe9\x05\x15\x15\x8e\xd7\x30\x00\x33\xc5\xf7\x92\x6e\xbe\x07\x4b\x15\xd1\x54\x3c\x12\xae\x1d\xdc\x14\xdd\xb3\xc2\xd1\x12\x89\x21\x9e\x49\x17\x1d\xec\x92\xac\x7b\xc1\xf5\x70\x3e\x48\x40\xa0\x3b\xb8\x44\xeb\x27\xb4\xa5\x40\xaa\xa1\xa6\xeb\x3e\x5c\xe6\xc5\xb3\xc7\xab\xcf\x8b\x06\x6c\x5d\x4b\x47\x8a\x45\x39\x1e\x0b\xad\xfa\x88\x85\x82\x4e\x83\x08\x1a\x21\xab\x1e\x23\x19\xdd\x0c\x49\x38\xd5\x61\x9c\x66\x0d\x28\xfc\x44\x72\x1f\x71\x72\x41\x1a\x50\x62\x16\x4b\x02\x35\x0b\x20\x52\x35\x15\xfd\x95\x5b\xc3\x77\x2f\xe4\xad\x77\x0d\x44\x4b\x95\xe6\x94\xd3\x58\xf4\x84\x15\xeb\x9d\xeb\xd7\x97\x20\xb1\xe5\xea\x3b\x2a\x84\x16\x84\x9a\x40\x11\x93\x35\x5a\x2d\x66\xd1\x09\xec\xcb\xe2\xfe\xb5\x0a\x05\x5f\x80\x6e\xae\xe9\x14\xbb\x0a\xd8\x2b\x97\xad\x29\x54\x75\x22\xac\x66\x37\x1c\x84\x95\x50\xae\x9c\x4e\x8e\xc3\x61\xde\x31\x22\x76\x72\xe6\x85\x0b\x0e\xf5\x36\x24\xa5\xb5\x44\x78\x87\x4b\x22\xc2\x8e\xcf\x9e\x29\xee\x77\x27\xc5\xcb\x57\x2f\x33\xc0\x5d\xb3\x19\x5c\x55\x2e\x17\x9e\x91\x27\x36\x5e\x71\x04\x7c\x30\xaf\xdb\x6e\xf0\x07\x39\xe3\xe9\x31\xb6\xdf\xfe\x3b\x81\xb4\x2d\x55\x30\x3c\x2b\xdf\xca\x0c\xbb\x39\xc7\xb1\x29\x78\xc3\x75\x03\x2b\x88\x25\x21\xe4\xd8\x5e\xad\x5e\x13\x1e\xe2\x93\xef\x2b\x60\x1a\x77\x4a\x7f\x7c\x59\xd0\xac\x8a\x47\x5f\xd3\xff\x17\x1d\x71\x8b\x72\x6b\xed\x66\x36\x42\x58\x54\x61\x53\x84\x6b\xce\xe7\x96\x0d\x3f\x3b\x2b\x39\x3e\xfa\x63\xc1\x68\xc1\xe3\xe2\x2a\xbe\xbe\x60\x49\x37\x30\xe6\xaf\xbe\xb5\x35\x91\x66\xc2\xf5\x4f\x8a\x0b\x67\x48\xd8\xbf\xb4\xc4\x67\x11\x35\xa2\xeb\xa7\x1f\x0a\xb3\x21\x41\x9b\x76\xd0\x82\x45\x03\x26\x9d\x14\x9b\x01\x67\x12\x4c\x4c\xef\x70\x34\x9a\xb8\x33\x39\x87\xf4\xbc\xd9\xc9\x92\xb2\x20\xe8\x3a\xbf\x96\x3c\x8e\xc5\x8f\x50\x0b\xbe\x5b\x0c\x22\x3e\x34\x55\x09\xce\x14\xe7\x44\xe4\x65\xba\x12\x46\xda\x2d\x0f\x14\x8e\x43\x77\xe3\x68\x07\xd6\x41\xa9\x88\x95\xed\xed\x2f\xfd\xea\x8c\xd5\x03\x24\xa9\x6b\x01\x18\x03\x14\x2c\xf6\xb7\xbc\xed\x74\x3c\x8a\xbd\xb3\x2e\x15\x2b\x88\xc1\x22\xfc\x6e\x5a\x66\xb2\x14\x2a\x16\xa3\x05\x9a\x32\x51\x39\xb4\x41\x57\x5e\xb7\x7a\x6e\xd1\x46\xf1\x2a\xd7\x32\x51\xa9\xa8\xb7\x42\x1f\xaa\xe0\x62\x02\xcb\x9a\xd0\x1f\x40\xec\x09\x19\x54\x81\xb3\xa4\x6d\x64\xb5\x90\xf4\xf9\x92\xaa\xf4\x10\x1f\x23\x0e\xd2\x5a\xa9\x62\xf4\xdd\x62\x3c\x30\x56\x31\x74\xa2\x63\x70\xc4\xbe\x98\x96\x70\xf2\x8c\x10\x1a\xfa\x1f\x22\x61\x57\xef\x12\x2d\xe5\x5a\x31\x83\xb5\x95\x20\xa0\x35\x2b\xdb\x94\x7e\x45\xbe\xea\xca\x1e\xc0\x86\xed\xbb\xdd\xea\xa9\xa1\x5b\xdc\x11\xa9\x8c\xe4\xf6\x9b\x42\x74\xb0\x24\xcf\x99\x4f\x16\x5d\x83\xc3\xbb\xfe\xf8\xba\x9d\xd4\x68\xa4\x7a\x7e\x5d\x8b\xee\x94\x04\xde\x95\xe0\x62\x77\x70\x66\x2b\x57\x71\x7e\x5d\xd3\x41\x23\x34\xe6\x7b\xce\xdf\xe9\x24\xdf\x12\x06\x47\xaa\x03\x64\x20\x2e\x47\xa4\x94\x11\x6d\xc7\x19\xef\x66\x98\x0c\x0c\x1c\xc4\x75\xd2\xbb\x9e\x45\xcf\x5c\xe6\x83\x01\xfb\xc8\x3c\x74\x36\x2a\x66\xb0\x20\x74\x93\x20\x6a\xf7\x1b\x34\x6d\x71\xd9\x13\xe6\x9a\xbd\x5b\xd0\x5d\xb6\xe3\x83\x32\x61\x75\xf9\x50\x81\x47\x32\x0c\x64\x3f\x00\xf4\x8d\xd7\x7e\x13\x51\xba\x59\x7d\x4b\xfc\xe0\xae\x66\xe1\x2e\x5d\xf5\x67\x2c\x76\xb8\x9e\x37\x6d\xe9\xef\x1a\x61\x8e\x98\x37\xee\xa8\x39\xbf\xf6\x6f\x6b\xc3\x98\x61\x94\xbd\x97\xc5\x94\xc9\x87\x29\xd2\x59\x76\xf8\xd7\x14\x5f\x6d\xbe\xbe\xdf\x7d\xf5\xd9\xe6\xeb\x13\xd0\x6c\xd1\x47\xa9\xc4\xbf\x25\x22\x0c\x3a\xc6\xa2\x26\xcb\x53\xd0\xf4\x33\x37\xd0\x12\x37\x41\x93\x28\xee\x97\x05\x76\x04\xd7\x3b\xdd\x3f\x84\x3b\xb3\xea\x92\xa5\x68\x47\xad\x9c\x14\x8f\xc6\xa7\x81\x89\x85\x8e\x35\xa2\x31\x4f\xa6\x72\x7b\xd7\x1f\x45\x27\xba\x9f\x68\x3c\x60\x53\x78\x22\xb8\xf6\xec\x23\x3f\x5b\xd9\x3b\xd9\x5c\x1a\x2f\xdd\x6d\x54\x15\x6c\x42\x8e\x61\xac\x99\x64\x1e\xe7\x0b\x3a\xea\x44\x43\x89\x3d\xbb\x32\xdd\x7a\xa8\x75\x7d\x6d\x29\xe8\x74\xe6\x4c\xc3\x57\xdb\x95\x71\xb9\xfc\x14\x17\x26\x0a\x9a\x4c\xb1\xfd\x82\x13\xd5\x7d\x18\x16\xf8\x53\xea\x5f\x2e\x35\x34\x44\x77\xaa\xbd\x1e\x58\x71\x64\x92\xc1\x87\xad\x6a\x20\xb4\x2b\x98\x6d\x2b\xdd\x53\x66\x66\x4e\x8a\x4b\xac\xf2\x96\x28\x3d\xdd\xdd\x55\x71\x18\xaa\xce\x80\xe8\x42\x71\xd3\x11\x7b\xd4\x2c\x65\x19\xfd\x04\x08\x70\x6b\xb8\x94\x79\xd2\x5a\x74\x18\xb1\x41\x3a\x62\xb3\xcb\xa7\xd2\x2a\x73\x10\x72\xf0\x7b\x1b\xc5\xf5\x20\x45\x4a\x55\xbd\x41\x3d\x20\x38\xb9\x82\x04\xf3\x88\xc7\xcb\x05\x0f\x09\x23\xeb\x67\x07\xf6\xb0\x75\x9f\xfa\xc1\x29\x0a\xc6\x61\xb5\xd6\xc5\x5b\xd2\x06\xfd\xd9\x42\x9a\x0b\x67\xec\xb5\x07\xf3\x2d\x84\xfb\xc6\xdf\x72\x5b\xc8\x77\x13\x8c\x82\x96\xa1\x29\x69\xb1\x27\xe7\x65\x6b\x4a\x6c\x53\x13\xaf\x62\x5d\xde\xd8\xab\x17\xc5\x47\xf3\x09\x43\x96\xf9\x84\x21\x87\x6a\x7d\xd3\xac\xbb\x2b\xe8\x5a\x88\x13\xaa\x86\x7a\x77\x65\xa1\x2c\x16\xee\x21\x68\x08\xc7\xca\x51\xda\xb2\xa6\xf8\xbf\xa3\x82\x73\x49\x77\x05\x56\xe9\x9d\x9c\x32\xdc\x16\xfe\x88\x25\x5a\x5d\x93\x9d\x36\x6f\x03\x09\x35\x84\x2d\xfd\xc1\x53\x00\x05\x1b\x6f\xf2\x07\x57\x3b\xd9\x16\xa5\xc8\x9e\x53\xc9\xe5\x3d\x4f\x2c\x7a\xa6\xcc\x85\x02\x11\xdb\x1f\x18\x9a\xd8\x82\x0a\xfe\xbe\x84\x30\xb4\xa0\x9b\xbe\x6c\x30\x6d\x88\xd7\xef\x16\xb7\xb6\x5b\x5d\xfc\xf6\x2f\x8b\xba\x21\x1e\x64\xb1\x87\x5a\xfd\x16\x0a\x73\x9e\x0b\x81\x41\xb9\xf1\x6e\xf1\x96\x56\xef\xe5\x98\x9f\xc7\x5d\x1c\x3f\x26\x37\x33\x6b\x14\x88\x11\xf7\x0b\xa0\xec\xcc\xf9\x84\xf3\x7f\x6d\xd9\x8e\x40\x4b\x51\x53\x07\x6c\xbe\x0a\xab\x70\x71\xf1\xf4\x0d\x4b\x1c\xdc\x3a\x54\xa5\xd7\xac\x66\x5b\x3c\xed\xfb\x43\xf7\x56\x95\x63\xac\xcb\xa2\x96\x6f\xab\xc6\x94\xfe\xa3\xfe\x5c\xbc\xb1\x66\x1f\x07\x88\x5f\x8b\x53\x62\x0c\xe2\x27\x48\x3a\x6d\x34\xa7\x31\xdb\x28\x83\x7f\x32\x96\x31\x82\xdc\x68\xd9\x84\xf7\xd3\x11\xbd\xfb\x4f\x0b\x53\x1d\x48\xc2\x05\x6b\x16\x40\xa1\x57\x87\xa9\x89\x05\xc2\xa8\x5c\x37\xd5\x25\xc9\xde\x7b\xfa\x73\x0b\x3d\x00\xae\x68\x62\x69\xdd\xc3\x47\xeb\x4f\xf3\x76\x4a\x22\x22\x7f\xbc\x2d\xfa\x79\x18\x20\x41\xff\x44\xf7\xe5\xaf\x7e\x02\x0f\x58\x87\xab\x63\xbf\xdf\x2d\x1f\x2c\x98\xab\x8e\x00\x3f\x89\x96\x97\x39\xcb\x9a\x35\xbd\x15\x9f\x1e\x62\xe9\xe3\xf1\xf9\x69\xb1\x37\xbf\xdc\x59\x6b\x0f\x23\xdb\x7e\x52\x4d\xa8\x63\xba\x96\x44\x2f\x72\x05\x9b\x90\x2f\xa5\x1a\x3f\x2d\xa0\xf5\x9c\xc2\x63\xbb\x03\x88\xab\xb7\xd5\x50\x1e\x1d\x0a\x9d\x33\x3a\x45\x24\x34\x98\xe2\xc1\xfd\xee\x01\xda\xac\xdf\x13\xeb\x50\x6b\x85\x27\xf8\x3f\x89\xed\x54\xa3\x21\x54\x24\xdc\xf8\xd2\x5b\x8f\xd7\xd4\x34\xa4\x9a\x6d\x0f\x13\x8a\x6a\x35\xf4\xba\x6a\x09\x71\x0f\xc4\x24\xd3\x55\x1d\xa8\x53\x94\x92\x88\x59\x2e\x07\x9b\x53\xa4\x58\x87\x7a\x5a\x46\x3b\xf7\x7a\x63\x2d\xc9\xd9\xe6\xbd\xad\x83\xa5\x46\x65\x2a\x9a\xad\x30\x94\x41\x63\xbd\x14\x7b\xc0\xb1\x7a\xb9\xed\x60\xb6\x3e\xb1\x58\x77\x55\xaf\x1e\xe4\x66\xf0\xa4\x8d\xd0\x44\x4f\x67\xea\xce\x21\xe0\xd0\xcd\x76\x2e\x08\xc0\xb5\x68\xfa\xe5\xea\xf9\x03\x37\xa2\x17\xb3\xd5\xc2\x52\x85\xa5\x8e\x3b\x93\xd0\x26\xe0\xbc\x5f\x71\x05\xe8\xc1\xa4\xa0\x8c\xfe\x2e\xd7\x99\x2c\xcc\x9a\x8a\x8c\xbf\x21\x9c\xdd\x92\xf0\x49\x72\x38\x8b\x83\x89\x45\x27\x97\x90\x41\xb5\xe8\x82\xeb\x9c\xf1\xa2\x76\x33\xd3\x09\xa1\x18\x68\xf1\xef\xe9\x45\x54\x3a\x60\x09\x5d\xf3\xd1\xfd\x84\xbb\xc5\xdf\x45\xe0\x74\xae\x18\xf1\xd3\xe5\xe0\xc6\x4c\xda\x98\x51\xf7\x0d\xa0\xad\xfd\x85\xae\x8e\x68\xea\x09\x7d\x03\x71\x6d\x87\x6b\x65\xb9\xa8\x4c\xd7\x43\x16\x94\x99\x45\x60\x74\x46\x93\x21\x52\xc8\x0a\xda\x3d\x71\x49\x38\x78\xa2\x1c\xa8\x7a\xd0\x01\x48\x04\x6d\xa3\x8a\x2b\xcc\x14\x28\xb4\x2c\xce\x5c\x91\x12\x24\x70\x3e\x70\x14\xc9\xd6\x81\x4e\x8a\x9f\x29\x0c\x3b\xef\xed\xed\x94\x17\x61\x9d\x0c\x7f\xa4\xe6\x77\xad\x29\x99\xd3\xbc\x8e\xeb\x01\x79\x26\xdc\x25\x5f\x42\x1a\x1d\x44\x37\xc9\x30\xb7\xa1\x65\x31\x9a\x7b\x1a\x7f\xac\x01\xd6\xb5\xd1\xca\x0e\x7b\xee\x53\xe6\x6f\x84\x22\x99\x5c\x17\x94\x34\x71\xdd\x80\x07\x07\x19\x27\xee\x9e\x2e\x24\xaf\x11\x39\x15\xbd\xa3\xda\x7a\xb8\xf7\xd6\x0d\x44\x8a\x54\x81\xb3\xe8\xe8\x24\x54\x58\x74\x71\x40\x79\x96\x31\x24\xac\xa6\x74\xb6\xb4\x50\xa1\x93\xb0\xe3\x09\x36\xad\x65\xc4\xd9\x93\xa2\xa4\x3d\xe9\xbd\x47\x81\x38\x4e\x54\xa6\xad\xf4\xd6\xe8\x88\x79\x73\x6d\x2d\x4c\x97\xae\xfd\x6f\x7f\x5f\x6a\xcf\xe0\xf1\xe1\x6c\x32\xea\x18\xac\xab\x76\x99\x73\xb0\xda\xff\x83\xdc\xfe\x79\xc2\x52\xa2\x40\xb6\xbc\x44\x34\x14\x21\x47\xa3\x09\xaa\xc6\x6d\x64\x3e\x25\xca\xab\xdd\x65\x83\x1c\x9d\xce\x30\xd3\x38\x47\x93\xce\xb1\x0a\x1d\x2f\xc4\x2d\x63\xbd\x69\x61\x7b\x48\x0e\x01\x4d\xb3\xc5\xb6\x3e\x94\x92\x4f\xd9\xd7\x01\x7e\x36\x75\xb2\x43\xfe\x4c\x2c\x7e\xc4\x11\x7a\xb7\xa0\x8b\xa1\xde\xd9\xb5\x1a\x1c\x54\x21\xe3\x59\x47\xb1\x08\x74\x43\xe1\x2d\x0c\x30\x0f\xf9\x2a\x62\x47\xb8\xb3\x26\x2c\x74\x74\x26\x53\xef\x99\x7f\x6e\xe8\xde\x6e\x6a\x50\x16\xbe\x12\x45\xa5\x16\xbd\x9c\xe0\x55\x93\xf0\x66\xea\x6b\x73\x1b\x3c\x6d\xfe\x4e\x18\xbe\xd9\xc0\xc2\x48\x42\x77\x55\x35\x37\xd0\xaa\x5c\xd8\xdd\x60\xe0\x5e\x46\x9d\x12\x85\x59\xfd\xd0\xf4\x70\x03\x13\x00\xa8\xdd\x00\x40\x42\xb5\x7e\x91\x9f\x74\x92\xf4\x27\x74\xd7\x6c\x4f\x86\x7c\xeb\x7e\xfb\x5f\x0b\xc8\xf3\xfb\x25\x13\x6e\xb0\xc1\xed\x35\x53\x7c\x4f\xcc\xf9\x3a\xc6\xe8\xe9\x56\xa4\x32\x26\xf4\xb1\xc2\x81\x99\x86\x5a\x44\x29\x1e\x20\x7b\x01\xd0\x55\x3e\xf4\x3d\x91\x4f\xde\xf7\xf4\xae\xe4\xd6\x82\x02\xb4\x86\x4c\xec\xd8\x07\xe0\x47\xef\x7f\xf4\x6e\xe1\xbd\x94\xd4\x3f\x6d\xc6\x47\x45\x09\x41\xb7\x3a\xc3\x69\x77\x62\x4f\x66\x05\xce\xca\xab\xbd\x2f\xf8\xa7\x5b\xa8\xed\x16\x3a\x85\x6e\x95\x98\x6b\xdd\x82\xf5\x65\x23\x45\x59\x09\x89\xd7\xae\x9e\x40\x4c\x27\xf9\xd5\x8b\x13\x83\x2b\x57\x6f\x5d\xb9\x58\xd0\x76\x50\x03\xeb\xd1\x08\xfd\x2e\x35\x7e\xe8\x62\x25\x78\x36\x2f\x6c\x60\xea\xbe\x42\xc1\x36\x32\xdc\xa3\x9d\x51\x4b\x76\xb3\xab\x5d\x51\x8b\x15\x10\x0a\x0d\xcb\xfa\x5a\xd8\xf0\x93\x63\x7d\x52\x88\x72\x02\x36\x62\x22\x6a\x74\x50\x1b\xfa\xa9\x98\x7f\x63\x37\xd1\x5f\xcf\x40\x42\x6a\xe1\x0f\xd0\x89\x3a\x97\x15\x4c\xe1\x86\x0e\x77\xb6\xaa\x9c\xca\xd5\xf7\xd1\xc6\x82\x7d\x62\x93\x9d\xfc\x19\xec\x4b\xde\xcf\xc9\x55\xc1\xbc\x91\xec\x31\xe1\x07\xdc\xc3\xa2\x89\xe1\x4c\x84\xa2\x26\xf7\x74\xa4\x1f\x0b\x34\xce\x06\xb4\x73\x3a\x02\xc2\xe7\x0f\x87\x12\x72\x9b\x5f\xe1\x53\xe8\x9d\x69\x84\x85\x47\x86\xbc\x3c\x88\x61\xb9\x47\x9b\x57\x08\xd1\x7a\x69\x7d\xf6\x5b\x8c\x02\xd9\xd2\x9f\xeb\xe0\xc6\xf8\xd6\xe3\xbb\x9c\x6d\x1a\xed\x08\xc2\x2b\x6d\x94\xee\xed\xbd\x93\x13\xdb\xf7\x6d\xfd\xab\xc5\x36\xb2\x3f\x54\xd9\x78\xb3\xba\x2b\x2a\x57\xbf\xc7\x55\x43\xf7\x0b\x0b\x51\x58\xbf\x7c\x2b\x59\xef\x45\x98\x3f\xb0\x5f\x24\xfe\x30\x13\x9f\x39\x6f\xa2\xcb\x88\x90\x37\xaf\x29\xf9\x39\x60\x87\x6b\xa3\xdc\x18\x8d\xbe\x69\x3a\xd5\xaf\x0a\xfc\xc5\x56\xac\x88\x5e\xc1\xaa\x76\x55\x5d\x50\xdf\xa8\x5f\xef\x11\x29\xf3\xd0\x72\x40\x68\x24\x6c\x46\xf0\xb5\xfc\x79\x39\x95\xa1\x18\x60\x5e\x85\xbd\x84\xa8\x47\x4c\x90\x5a\x6c\x99\x4a\xac\x89\xae\xef\xd8\xdb\x89\x3d\x0d\xd4\xf2\xda\x44\xb9\xe1\x81\xdb\xef\xd9\x2a\xb7\xcc\xc7\x16\xf6\xfa\x39\x6c\x00\xb3\xc3\x2b\x18\x3f\xb1\xf3\x36\xee\xbc\x1d\xed\xbc\xdf\xd8\x68\xd2\x12\x6a\x1e\xa8\x4b\x53\x95\x33\xca\x4d\x3f\x29\xac\x68\x28\x15\xcf\xcf\xc4\xc1\x15\x32\xf3\x3a\x03\x79\x6d\x1f\x45\x09\x7a\x56\x5d\x12\xb9\xe4\xe7\xb1\x2d\xdf\xdf\xd8\x5a\xb4\x1c\x0f\x3f\x2e\x4b\xae\xaa\x88\x4a\x51\x39\xaf\x23\x95\xc4\xb2\x78\x45\xe4\x99\x5d\xc2\x60\x6d\x64\x85\x21\x11\x21\x76\x86\xf3\x8a\x56\xdf\x54\x42\x2f\xb4\xf3\x3f\x42\x2d\x02\x43\x90\x36\x2c\xb2\x46\x17\x14\x12\xce\x6b\x64\xd4\x7d\x56\x8b\x83\x07\xad\x8b\x70\x0c\x26\xa2\xca\x9d\xe4\x96\x39\x09\xd0\xa8\x31\xa5\xe5\xc5\xf5\xde\x16\xe2\xfd\x6c\x23\x1d\x25\xfe\x4f\x6a\xde\x12\x99\x97\x16\xfc\x07\xd5\x2a\xa9\x79\xcb\x3b\x09\x28\x8c\x9e\x10\xb5\x87\xca\xc1\x08\xc3\xa4\x22\x90\x3b\xfd\x2c\xe4\x5a\x27\x9c\x83\xc8\x94\x9e\xf3\x92\xd1\xee\xf0\x55\x0a\x2a\xb2\x6f\xa4\xd2\xd8\xd9\xc5\x72\x8b\x4c\x83\x82\x17\x06\x51\x26\x78\xbf\xc8\x01\x61\xfc\x81\xbf\x38\x7b\x53\xa5\xf4\x07\xda\x63\xea\xcd\x11\x0a\x30\x8a\x30\x09\x6a\xed\x37\xe3\x11\x05\x52\x3b\x5e\x60\xe9\x7b\x4c\x62\x3f\x59\x98\xb2\xe4\xa3\x20\x4b\x01\xca\x32\xd4\xbb\x84\x00\x8d\x85\x4a\xae\x30\x02\x1e\x97\xac\x33\x23\x01\xd8\x87\xdf\x6b\x18\x00\x07\x92\x39\x01\x7b\x47\xff\xa8\xec\xe3\x5d\x25\x12\x4e\xfc\x95\xa3\x71\x0a\x63\xf7\x01\xdb\x80\xdc\x85\x6a\xb6\x77\x53\x1f\x02\x3f\xfe\xd1\x85\x35\x5e\x89\xc8\x22\xc4\xfb\x6b\xa8\x27\xb7\x97\x3f\x1e\x81\x11\x0a\x07\x64\x1b\x39\x22\x74\x0a\x71\x29\x2c\x26\x73\x4b\x96\xb9\x27\x46\x2f\xbd\xca\x98\xea\xd2\xec\x9d\xba\x68\xc4\x26\x82\xcc\x30\xe6\x3f\x96\xc5\x79\x43\xc7\xe6\xb7\xff\x21\x6e\x8b\xd6\xd7\x51\x96\x8e\x6f\x39\x7c\x13\x3f\x07\x58\xe5\x7a\xaf\xa9\x0a\x3e\x89\x95\x90\xf1\x54\x2a\xa0\x91\xec\xd9\xed\x0e\xb4\xbd\xed\x8d\x97\x5b\xfb\x41\xbc\x8a\x44\xfb\x63\xc4\x9f\x50\x95\xd3\x5f\x75\xb0\x50\xec\xbe\x66\xbe\xd6\x88\x07\xef\x37\x5f\x7d\xa6\x5f\xd9\xc8\x1a\x76\x97\x7d\xb8\x31\x9c\xef\x5d\xff\x74\xd8\xb0\x95\xe1\x2b\x93\xb8\x7a\xab\x17\x87\x0e\x2d\x2e\x04\xfb\x7d\x37\x0c\x0f\xdf\xa6\x8a\x45\xe7\xac\xe6\x41\x1d\xde\x8b\x4b\xf6\x8b\xa7\x53\x24\xbe\xe2\x70\xe0\x6b\x88\xb0\x74\xec\xe5\xc9\xb8\x66\x22\xa9\x65\xd7\x44\x7f\x4e\x66\xf6\x2a\x78\x4a\x52\x59\xa2\x90\xf9\xed\x3f\x29\x7a\x24\x4e\x92\xac\xe9\x87\x3a\x6d\xe8\x83\xa1\x5e\xda\xf0\x32\xc4\x32\xb4\xc4\xfc\x0c\xb7\x74\x96\x83\x88\x8f\x69\x23\x12\xb0\x72\x75\x22\x44\xb1\xba\x67\xb9\xf0\xb5\x83\x7b\x38\x75\xa3\x68\x85\x22\x19\x41\xcf\x9c\x8c\xa8\xbb\x15\x09\xd3\x5b\x4a\x0e\x6b\x14\xd4\x83\x88\x21\x47\x55\x51\xde\x8c\xa8\x89\xd2\x55\x2c\x92\xa7\xaa\x7e\x3a\xf3\x74\x75\x3b\x5d\xc1\x9c\xba\x9e\x79\xe1\x73\xa4\x38\x08\xda\x11\x25\xa6\xe2\xc6\x5b\xc1\x06\xef\xdd\x84\x9c\x77\xe1\xcc\xce\xc4\x0f\xb8\x4d\x53\x0a\x3a\xe9\x37\x59\x85\xa4\x3f\xfb\x20\xdc\xd4\x32\xa2\xc9\xe4\xb1\x8a\x34\xbf\x53\x4f\x0d\x88\x24\xb2\x9e\x87\xf7\xf0\xad\x68\x6f\xfc\xc9\xa2\x32\xf8\x83\x7b\x59\xf2\x25\x7d\xc4\xf1\x36\x41\xa6\x24\x56\x83\x6d\x04\xbc\x2d\xe0\x95\x64\x39\x9e\x26\x71\x13\xec\x19\xcf\xc4\x41\x87\x59\x0b\xef\x88\x9e\x5c\xf1\xff\x14\xcc\x5a\xb9\x45\xdf\xbc\x27\x94\x4c\xda\x50\x23\x1a\x7f\xe7\x69\x99\x31\x9a\xce\x37\x14\xe8\x99\x08\x71\x81\x9a\x01\x76\x24\xd1\x79\x5b\x3d\x1c\x0b\xc4\xca\x3f\xa1\x65\xb0\x5b\xd2\x51\x53\xb7\x39\xaf\x09\xe9\xb4\xbe\xa7\x69\x6e\x59\xbc\x0e\x6a\xb0\x28\x48\x79\x70\x9c\x5c\xd1\x58\x05\xc2\x03\x8e\xb4\xde\x10\xb1\x66\xa7\x3d\x69\x46\xbf\x84\x9d\x3d\xcd\x7a\xb3\x89\x3a\xa5\x4f\xe8\xb6\xec\xd5\x9a\xd7\x29\x61\x6e\x8a\x37\xbc\x70\x89\x9b\xdc\xb9\x72\xf5\x56\x9d\xe4\xd5\x65\xc2\x57\xc4\xa7\x42\x82\x93\xb8\xaa\xec\x48\xa7\x0c\x91\x36\x87\x99\xc0\x34\xab\x2d\x34\x85\x55\xb2\x24\x0c\x9a\x57\xeb\xf9\x3d\x12\xdc\x0e\x4c\x21\x13\xea\xd3\xf3\x67\xea\x1b\x1e\x7a\x97\x3e\x1e\x1b\x41\x94\x86\x08\x37\xbb\xdd\x9c\x88\x00\x2b\x18\x60\xae\x71\x86\x0e\x0e\xaa\xa6\xc4\x19\x3d\x93\x7e\xa4\xb1\x48\x53\x64\x1e\x61\xb6\xd9\x4c\xe7\xca\x64\xe5\x6d\xa7\x31\x5a\xbd\x5f\x41\xdf\x5f\x98\x75\x76\xa2\x80\x45\x41\xc1\xcb\x1c\xc3\xc1\x8b\xb4\xf5\x7c\x3b\x5e\xbe\x42\x08\x97\xf9\x52\x50\x83\x19\x4a\x56\xed\x6d\x20\xcb\x5c\xbb\x6e\x10\x01\xac\xad\x9a\xc4\x0e\x1d\x88\x97\x4c\xc6\x93\xaf\x14\x09\x8e\xd0\xb0\x37\x47\x47\x31\x5f\x5b\x36\x45\x9b\x60\xb4\x4e\xce\xe3\xec\x64\x3e\x86\xd6\xa1\x62\xea\x02\x7f\x94\x63\x4c\xa7\x99\x71\x3a\xc7\xfb\x0f\x9c\x4e\xe0\x22\x3f\x29\xd8\xbd\xd2\xfb\x92\xb4\xe2\x9d\xa9\xd2\x5c\x6b\xd5\x09\x79\xec\x95\xef\xfb\xf6\x26\xe2\x20\x92\xaa\x0a\x47\x8b\x55\x88\x7f\xfe\x20\xd1\x97\x24\xbc\xf3\x01\x5c\x63\x8d\x3d\xf3\x0e\x04\x9e\x1c\xd0\x75\xef\x19\x8d\x57\x2f\x8b\xf3\x57\x6f\x5e\xff\xf6\x1f\x23\x97\xa1\x67\xc8\x88\xc0\xde\x9b\x4f\x82\xe3\xe4\x68\x58\xc1\x7d\x32\xdd\xe6\xd1\xd8\xd5\x9b\x33\x43\x04\x93\x4f\xc3\x43\xa6\x44\x37\xd0\xb9\x5e\x7c\x74\x75\x4c\x91\x3b\x17\xbf\x6d\x90\x45\x76\x66\x26\xd6\xf6\x44\x9c\x31\xd2\x2d\x5c\xfc\x08\x86\xec\xdd\x42\xac\x07\xe7\x89\x8a\x3f\xda\xb4\x26\x46\xe5\x68\xed\xf2\xb1\x5a\xc5\xde\x11\xed\x85\xe7\x2d\xf1\x10\x8e\xa3\x11\x12\xe3\x0c\xd3\x9d\x4d\x6b\xaf\x1d\x7c\x3e\xb6\x44\x78\xe0\x66\xb9\xb7\x7b\xb1\xf8\x62\xd4\x61\xb9\x87\x9a\x06\xba\x75\x61\xad\x97\x0b\x38\xbc\xb1\xee\xe3\x76\xf5\x83\xff\xf3\xb7\xbf\xcb\x67\x7c\x1d\x05\x60\xb4\x99\xa5\xed\xab\xee\x60\x88\x24\xd2\xed\xd9\xad\xee\x0d\x18\x55\x59\xc0\x0b\xef\xde\xd7\x10\xe1\xa0\xdf\xa4\x9e\x08\xe4\xeb\x49\x7b\x88\x04\xdd\xb2\x6e\xf4\x88\xdf\x16\x94\xdf\xa5\xdd\x12\x7f\xa8\x4c\xab\x1c\x27\xf1\x94\x4e\x46\x51\xda\xeb\x84\xee\x1e\x1f\x90\x8c\xc7\x4d\xc7\x83\x90\x54\x3f\xc9\x87\xcf\x13\x5d\x54\xe9\xfc\x89\xbf\x36\x15\x7b\x47\x30\x01\x16\x65\x20\xd8\xd7\x30\x28\x34\xf1\xe9\x02\x01\x28\x61\xcf\x70\xff\x6f\xa2\xa3\x96\x71\x3e\xc6\x0e\xcc\x11\x22\x55\x18\x13\xbf\x29\x7e\x60\xaf\xea\xbb\x43\x26\x39\x3a\x1a\x0c\xf0\x27\x0b\x1e\x2c\x5b\x0c\x10\x3e\x6b\x52\xb4\xe1\x22\x0e\x00\x91\xa2\xd2\xc8\xa7\xc9\x4e\x86\xe8\xb5\x54\x99\x70\x1d\xf7\x5e\x1d\xcb\x92\x35\x46\x3b\xd1\x10\x2b\x57\x95\x85\xbb\x99\x1c\x38\xfe\x8a\xc0\x69\x1f\x34\x1d\x3e\xc4\x48\xd2\xca\x02\xd6\x88\x9a\x6a\xb9\xa3\x03\x43\x2b\xd3\xda\x05\x11\x1d\xba\x62\x11\x6e\xbd\x45\xb4\x9c\xff\x3d\xa9\x28\xa6\xb2\x10\x4e\xa3\xd0\x24\x60\x94\x70\xb9\xe3\x7f\xf4\xd7\xb4\x4f\xaa\xe8\x03\xbd\x3d\xa7\x29\xa0\xb0\x49\x35\x6b\x1c\x5f\x92\xc3\x69\x32\x7a\xdd\x04\x4a\x9f\x2c\x01\xee\x3b\x0d\xe7\xb1\xaa\x98\xe4\xe8\xe2\xce\xf7\x42\x1c\x94\x7a\x61\xf2\xf6\xb0\xfb\x65\xb2\x3b\x44\x26\x0c\xf1\x69\x6a\x7a\x59\xbd\x66\x6b\xcb\xb7\x6a\x6d\x49\x62\x22\x34\x04\x7b\x8d\x98\xab\x96\xf0\x8e\x06\x26\x7f\x54\x3e\x8e\xba\x78\x48\xa4\x87\x96\xee\x53\x0f\x4a\xec\x6c\x9b\xab\x12\x70\x86\xa4\x70\x04\x23\x7b\x97\x9a\x66\xd5\x93\xa0\x95\x98\xa8\xc4\x34\x0d\x6d\x22\x86\x55\xf3\xb2\x78\x8b\x83\x04\xd7\x12\x01\xa3\x4b\xe2\x06\x66\x7f\xd8\x50\x5e\x75\x6a\xcc\x68\xc5\x8e\xb2\x33\xbf\xe2\xf3\x77\xa6\x66\x0c\xec\x18\x21\xd5\x32\x42\xcb\xb2\xbd\x52\xc7\xbd\xe6\x72\xcd\x4b\x86\x8b\xfa\xd9\xc8\x12\x4c\xa7\xbf\x35\x91\x41\x2f\xb8\x46\x74\xb2\x80\x7b\x6d\x99\xed\x0f\x37\xb4\x9c\x33\xbf\x78\x2b\x7d\x02\x7d\xbf\xfb\x37\x30\xc2\x8c\x6c\xe4\xf7\xbb\x59\x53\x4c\x6d\xa1\xb2\x1d\xfa\xab\x55\x16\xb9\x31\x72\xc8\xd1\x60\xfa\x3c\xda\x78\x1f\x63\xea\xd3\xf2\xe3\x14\x59\x75\x72\x75\x4e\x06\x41\xff\x8a\x4d\x35\xd8\x7b\x5f\x0b\x36\x78\x1a\xe8\x1b\x65\x84\xe5\x00\xfe\x14\x63\xb5\x74\x29\x64\xcd\x23\xd9\xe3\x81\xf9\x84\x22\x20\xdb\x3c\x9c\x20\x5a\x1a\x58\xa6\x2e\x2c\x31\x2e\xef\xb3\xef\x9f\xbd\x91\xb0\xb2\x43\x0c\xb3\x0b\xa1\x89\xac\xfb\x24\x24\xf3\xad\x83\x97\x70\x5d\x27\x5c\x59\xed\x68\x53\x5e\x8e\x16\x3b\xe8\x39\xda\x6c\xab\x45\x89\x1a\x1b\x8a\x7e\xec\xf4\x7d\x14\x1c\x20\x9d\x26\x3e\x7c\x27\x89\xe1\xb3\x48\xb4\xea\x10\x2e\xdb\x1e\xc2\x65\x6c\x58\x4d\xdb\x31\x11\xc2\x8c\x59\x5b\x4f\x23\x53\x69\xf9\xdb\x93\x69\x42\x12\xfe\xaa\xa4\x36\x50\x6f\x0e\xe2\x23\x22\x73\x19\xc9\x36\x83\x08\x77\x0d\xde\x5f\xb5\x0b\x71\xca\x60\x97\x0e\xb7\x6b\x18\x4b\x88\x43\x22\x4e\x3c\xfe\x0e\x6c\x24\x7f\x27\xee\x30\x29\x12\xd7\xa0\x73\xb8\x32\x53\xe3\xff\xfb\x3f\xff\xd7\x47\x67\x34\xe5\xb3\xbe\xad\xe8\x0f\xd1\xcf\x31\x57\x8f\x2a\x58\xff\x57\xff\x28\x5f\x88\x66\x0d\x35\xd3\x82\xa9\x35\x54\x3e\x7b\x9b\x29\x68\xc3\xea\x4d\x03\x31\x12\xfe\x4e\x0d\x52\x7e\xe0\x13\x6c\xae\x3c\x5b\xb9\xb9\x16\x90\xb8\x25\x32\x48\xa5\xed\x32\xb9\x6c\x7e\x1e\xdc\xf6\xfd\x1a\xba\x27\xbb\xfa\x9e\x35\x50\xad\x39\xd0\x3f\x7a\xfd\xf6\x57\xae\x53\x0a\x8c\x5b\x76\x4a\xc9\x53\x5f\x79\xbe\xa7\xb6\xcd\x1e\x31\x31\x42\xb1\x45\x5c\x49\xd9\x0b\x6a\xdf\x79\x6f\x73\x8e\x9d\x59\x1c\x06\x78\xbc\xc1\x6e\x2e\x1d\x9d\xd3\x6f\x7f\x61\x2a\xae\xd4\xa2\x19\xae\xa6\x95\xb9\x4b\x1a\x22\x87\x7c\xcf\x33\x55\xec\x5f\x97\xbb\x54\xf4\xca\xad\x63\x51\xc1\x28\x94\xee\x93\xc5\x82\x7d\x54\xcf\xd8\x1f\x75\x31\x77\xad\x2c\xfa\xd6\xda\xd5\x69\xb5\x41\x24\xf0\xc3\x37\xf4\xe3\xd3\x05\x5d\x60\xf0\x96\x54\x07\x00\x04\xb8\xf7\x66\xb7\xfa\x8e\xbe\xb6\xc2\xe7\x4a\x09\xdc\x07\xcc\x4e\x5b\x85\x59\xdd\x10\xdb\x19\xdb\x35\xbb\x6e\xf5\x86\xca\xc7\xe9\x29\x90\xc9\x22\xcf\x60\xd1\x2d\x2a\xb3\xb1\xf4\xf1\x49\x0f\xc3\x40\x8f\x00\x50\x3a\x26\x34\xe9\x9a\x2a\xbe\x21\x12\x3f\x60\x36\x0b\x6c\x82\xeb\x81\x97\xf8\x97\x56\xa9\xb2\xa6\x43\xc7\x8e\xc3\x93\x17\x6c\x9e\x6c\xcd\xcd\xea\x15\x2d\xa8\x63\x91\x8d\x3f\xd1\x6e\x73\x7e\x93\x33\xe2\x66\x9b\xaa\xd9\x11\xb2\xf3\x77\x0e\xc5\x00\xfc\x0f\x12\xc5\x90\x55\x62\xb9\x84\x8f\xc7\xb9\xff\x6b\xe1\x47\xb0\xcc\x47\xd2\x85\xef\x1a\x77\x41\x44\x1c\x91\x17\x4c\x03\x7c\xf8\x52\x80\xb9\x84\x36\x43\x22\x33\xfc\x27\x50\x7e\x3a\x56\xa7\x03\xc7\x8b\xf9\xaf\xf0\x6c\x84\xdd\xee\x05\xff\x4b\xc2\x58\x28\x81\x89\x6e\x85\xfc\x13\xe1\x8b\x46\xc4\x60\xe7\xaf\xed\x96\xae\x90\x08\x4c\x38\xec\x8b\xbc\x1a\xca\x47\x9c\x20\x61\x8d\xc8\xf0\xba\x3b\x26\x29\x59\x4e\x36\x25\x29\xab\xc1\xba\x51\x71\x38\x7d\x56\xa1\xb2\x16\xb6\xb4\x41\xed\x5a\xdb\xa1\x1d\xf7\x19\x59\xec\x5c\x93\x61\xcb\xc3\x8e\x37\xa3\x1e\x23\x84\xef\x35\x7c\x99\xf6\x1a\x81\x5f\xf8\xbf\xe0\xde\xee\xf2\x11\x92\x4c\x5a\x27\xa0\xa7\xc4\x5b\x14\x2f\xe6\x1b\x6d\x3a\xb8\xf1\xcf\xb4\x0a\xa5\x7b\x97\x01\x83\xff\xd8\xd5\x38\x57\x74\xad\xed\x6a\x23\xc2\xdc\x64\x88\x01\xcc\xab\x45\x21\xfc\x1e\xa9\x01\xfd\xa2\x07\x97\xd9\x17\x73\xa0\x42\xb7\x84\x4c\xcd\xec\xa9\xdf\x34\xb1\xdd\xcc\x6c\x99\x00\xac\x89\x0d\xde\xda\x34\x16\x8b\x1d\x20\x43\x05\x24\x38\xca\x3a\xd4\x76\xb9\xdb\x27\xe3\x66\x79\x8d\x7b\xb3\x59\x11\x33\x76\x7a\x40\xb4\x58\xa8\x8c\x45\xf5\x45\x67\x58\xc6\x50\xa4\x34\x48\xda\x9d\x34\x99\x96\x12\x13\x86\xbb\x8f\x5d\x1e\xc7\xc8\x98\x70\xde\xe3\xba\x77\xa0\xdb\x18\x62\xa6\x87\xb8\xfb\xc7\x7b\xb8\x13\x0b\x22\x0c\xec\xee\xd3\x2e\x8a\xb4\x52\xd2\xc9\xb8\x81\xc0\x0b\xce\x7c\x5f\x22\xbe\x4f\xc9\xaf\x4f\x8e\xe1\x8d\x26\xb3\xe0\x9d\x26\xa2\x22\x79\xe7\xb6\x19\xc2\xb8\xe1\x27\x1f\xcf\x6a\x5a\x43\x76\xbf\x5c\x6f\x6e\xb9\xc2\x19\xf3\xd7\xb8\x0e\xe7\xc1\x59\xbf\xd4\xd4\x08\xea\x65\x70\x88\xec\xd0\xf5\xf2\xf2\x9b\x7a\x3c\x87\x0e\xf1\x0c\xaf\x88\xf2\xd7\xe3\xa5\x45\xc9\x12\xa2\x5a\xd7\xa7\x94\x6d\x3c\x2b\x06\x03\x16\x7b\x30\xa1\x8d\x73\x50\xd2\x80\x78\x3f\x04\x97\x8c\xde\x89\x61\x51\xa8\xe6\xdc\x10\xe8\x02\x9a\xa9\x04\x41\xb2\x29\x2e\x67\x47\xbd\x6f\xba\x1e\xa4\x19\x36\x9b\x67\x72\x57\xeb\x4f\x33\x3f\x7e\xee\x23\xd6\x60\x27\xc2\x69\x0d\x1c\x32\xde\x88\x95\xc1\x11\x6b\x8a\xfb\x3f\x7e\xfe\xae\xc3\x56\x04\x9b\xd9\x67\xf7\x7f\xfc\xf3\xbb\xee\xde\xd7\xf7\x7f\xfc\xe2\x5d\x07\x4d\xc1\xa4\xee\xfa\xd2\xbc\xb7\x93\x06\xb8\x9a\x87\x3d\x40\x85\xd4\x0c\x9d\x26\x47\x03\xf7\x01\xad\x75\x9d\xd2\xf2\x5f\x7a\x5f\xaa\x9c\xa4\xbb\x1e\x11\x03\xd6\xb6\x31\x2d\x68\x32\x5a\x50\x6a\x11\xd3\x82\x48\xff\x86\xfd\x5a\x67\xdc\x81\x52\xe8\xdf\x91\x8c\xc8\x6f\x88\x50\xfd\xea\xa7\xf0\x0b\x33\x77\xe5\xea\x1e\x4f\xc4\xab\x4a\xfe\x24\xbf\xbe\xe6\x49\x61\x11\x7e\x0a\xbd\x34\xc1\x96\x06\x16\x75\xeb\x44\x67\xa6\xbe\x95\xde\xd0\xe7\x96\x39\xf1\xe2\x1f\x3c\xde\x72\x44\xd6\x74\x1c\x1e\x42\x77\x4c\xf2\xdc\x24\xc0\xad\xe5\x25\x11\xa8\xd7\xce\xd0\x0d\x34\x2a\x3a\xda\x50\x9b\x41\x2b\x25\xf6\x98\xa2\x70\xe3\xf5\xe5\x15\xe2\x3f\x7f\xe7\xf2\xc8\x60\xb4\x05\xff\xe3\x77\xb6\x21\x2c\x09\x31\xc4\x97\xda\xca\x25\x5c\xed\xb6\x50\xbf\x5d\x21\x2c\x18\x50\x05\x84\x99\x82\x5d\x3c\x08\xf6\x77\x76\x00\x3f\x02\x1b\x18\xa9\xd0\xab\x8f\xe8\x25\x1e\xeb\x2c\xf9\x11\x0f\xcf\x54\xf3\xaa\x25\x3e\xa4\xf2\x92\x05\x32\x6b\x93\x2c\x82\x70\x5a\xed\x07\xe2\x27\xf6\x29\xf6\xfb\x3c\x0a\x3e\x3e\x86\x45\x14\xf0\xcc\x9c\x53\x66\xeb\x0e\xac\x4f\x0f\xa6\xbe\xa6\x06\x7f\xe8\x95\xfc\xe7\xe2\xb2\x3c\x8d\x96\xcd\xec\xde\xdf\x19\x16\x8d\xc0\xc8\xd6\xde\x27\x82\x51\xa2\xb5\xe9\xa9\xa6\x76\xfa\x18\xba\xe4\xd7\x22\x77\x73\xf3\x83\x36\xd7\x76\x75\x81\xa8\x73\xff\x45\x6e\xd6\x3e\x46\x1c\x4d\x98\x05\x81\xa0\xb5\x95\x45\x85\xea\xf3\x28\x0c\xd4\xf0\x74\x6e\x27\x6c\x9f\x94\x47\xfc\xe7\xd3\x1d\xcc\xfa\x26\xe3\x15\x04\x76\x76\x52\x52\x94\x3b\x92\xe6\x65\xa3\x40\xae\x29\x8f\x92\x34\x91\x58\x84\x3e\x04\x37\xb6\xfd\x24\x2c\x52\xb0\xf2\xb0\x5f\x1f\xf0\x3a\xf3\x0d\xa2\x9d\xeb\x47\x37\x72\xf0\x17\x72\x33\x66\xed\xf9\xee\xbd\xa0\x1e\x86\x19\x4c\x0f\x63\x6b\x76\x42\x49\x81\x88\x0e\x88\xa8\xd4\xf4\xdc\x23\x26\x28\xaa\x48\x67\x41\x30\x20\x26\x32\xcd\x34\x28\x85\x70\xc1\xa1\x41\xa9\x63\x5a\xc7\x06\x16\x64\xfa\xe4\x99\xaa\x62\xfc\xca\xce\x03\xab\x1b\x40\xa8\x81\x60\x20\x95\x26\xe9\xe4\x73\x54\x2c\x5c\xe4\x2a\x28\xcd\xb8\x4f\xef\x36\x16\xda\x5d\x8e\x1a\x46\x7e\x87\x15\x27\xcb\x1b\x75\x28\xff\xae\xb6\xbe\x2f\x2d\xcf\x84\x5b\x2f\xd4\xca\x2f\x3f\xf9\x06\x6a\xc1\xa1\xea\x3b\xcf\x8b\xb5\x0e\x3f\xa1\x71\xe9\xdb\x46\x74\x81\x1e\x94\x08\x17\x71\x33\x7d\x13\xfa\xe3\xbb\xe3\x01\x49\xe8\xb5\x53\x09\xbf\x08\x43\x10\x1f\xa6\xed\x15\x95\x3a\x3f\x6d\xce\x4f\x61\x8b\x2b\x6b\xca\x62\xd8\x0d\xac\x86\x92\xc6\x11\x5e\x90\xa6\x7d\x5c\xfd\xf4\xe4\x81\x50\x86\x83\x84\x36\xdb\xe9\x6a\x61\x32\xfc\x97\xe3\xa5\x85\xe7\xcb\xce\xf6\xdd\x97\x89\xe7\x0c\x68\xe7\x67\xdc\xc3\x67\xe0\x04\x4a\xa5\xa3\x7f\xe2\x1f\x42\x4d\x75\x25\x53\x59\x62\x8a\x06\x4c\x1c\x64\x3f\x6f\x80\x4b\x05\x2c\xd2\x96\xba\x63\xce\xa1\x54\x02\xde\x09\x3d\xff\x0a\x7a\x08\x4f\xb0\xf9\x6f\x3a\x02\x54\xc1\x7f\xff\x22\x7c\xd7\xd6\xb9\x25\x65\x07\xa4\x13\xf9\xf2\xaf\x6b\x9c\x6a\xff\x03\xf1\x32\x3a\x01\xb3\x59\x7b\x02\xcc\xa7\xfe\x2c\xa5\xc6\x19\x50\xa6\x77\x88\x05\x50\x14\x74\xc0\xa1\x80\x9f\xe0\xc8\xa4\x5c\x2f\x6f\xc2\x0c\x1e\xb8\x5e\xed\x21\x39\xe5\x18\xc5\xbd\xf7\xb8\xa8\xec\xb8\xca\x32\x5b\x8a\xd5\x5b\xd6\xfc\x47\xd4\xd0\xcf\x7f\xc9\x1b\xb4\x43\xd7\x47\xc7\x1e\xc0\x4c\xfc\x50\x3f\xd1\x46\x90\x1d\x85\xce\x01\x1b\xc8\x9f\x21\x57\x8a\x0b\xd6\xac\xd1\x00\x3b\xe5\x85\xda\x06\x24\x6b\x6b\x90\xd7\x51\x24\xc2\xd4\x60\x5a\x4a\x34\x46\x4a\xe6\x4a\x51\x44\xfa\x99\xb8\x8e\xe8\x80\xdd\xbe\xe7\x4c\x25\x55\xcc\xf7\xcb\xc6\x4a\x9c\x12\x12\xcf\x7b\x97\x04\xd0\x38\x8e\x0e\x44\x34\x6f\xe2\x3d\xe8\x0d\xd3\x9a\xe1\x53\x71\x5e\x32\xb7\xc1\xa1\x8e\x1d\xe2\x15\x85\x4d\xbd\x66\xf3\x0d\x2f\x56\xf4\xf0\x4c\x27\x37\x0d\x8a\xd6\x35\x9b\x24\xfe\x09\x6d\xb2\xda\x7f\xd4\xec\x5f\x66\xd6\xed\x63\x9b\x0e\x54\xc1\x33\x9d\xd9\x7a\x1c\xef\x58\x75\xfc\x4f\x14\x77\x02\xe6\x68\x16\xab\xd0\x76\xe2\x41\x37\xd3\xae\xb4\x95\x51\x1a\xc2\x35\xa8\x6a\x66\x4e\x3d\x23\xf5\x50\xeb\xf1\xe4\x4a\xac\xe5\xec\x56\x3f\xfd\xfb\x66\x80\x3b\xd5\x03\x46\x68\x20\x41\x21\x67\x40\x1c\x7c\x71\xc2\x8a\x8d\x05\xf2\x10\x5d\xba\xe2\xb1\x74\x85\xa9\x60\x64\xbb\xa5\xfd\x2e\x18\x34\x5b\xbe\x87\x7f\xba\x5f\x7e\x2a\x47\xbc\x33\xb9\x6d\xe6\xc6\xf5\x57\xf2\x51\x26\xac\x58\xc7\x9d\x98\xba\x44\xd3\x37\xc6\x21\xba\x05\x08\x28\x0b\x5f\xef\x96\x3f\x2d\x12\xcd\x62\x72\xcb\x45\x95\x4f\x52\x3c\xa3\xb7\x48\x4a\xe7\x74\x17\xe3\xe2\x52\x05\x19\xc4\xd5\xa5\xfd\x36\x6b\x22\xce\x6b\x96\x1a\x83\xf6\x5a\xd2\x85\x70\x92\x00\xb6\x5a\x8e\x06\xc2\xaa\xa9\x49\x07\x5e\xf0\xc8\x27\x45\x7c\xc1\x06\xf7\x09\xf2\x08\x80\x78\xcb\xc1\x8c\x30\x12\xf4\xe2\xc3\x70\xa2\xf3\xa5\x32\x09\x59\x2f\xc9\x1d\x30\xbb\x48\xc2\x22\xbe\xa1\x5d\xa9\x9a\xf4\xfb\xc4\xfe\x9b\x96\xf9\xc9\x3f\x1e\x4d\xba\x78\xd8\x1c\x58\xcd\x51\xb1\xe1\x32\x99\xab\x35\xad\x57\x20\xa6\x05\x21\x13\x94\xb6\xb8\x16\x2c\xe0\x50\x07\x4d\x43\x28\x0e\x93\xe3\xe5\xf5\x56\x1a\x6f\xc1\x49\xa3\x2d\x1f\xdc\xd2\x7f\x8f\xf6\xfb\x47\x65\xf9\x60\x66\x31\x52\x8f\xc2\xa8\x06\xca\x1d\x2a\x19\x72\x4c\x75\x93\x96\x32\x36\x76\x7e\x61\x01\x92\x6c\xa4\x26\x54\x1d\x19\x3a\x74\x76\xa1\x81\x13\xea\xb2\xfb\xed\x5f\xd8\xf1\x56\x4c\xb1\xe2\x4e\x87\x33\x8f\x98\xec\x16\x0e\xa5\xe9\x8c\x72\x71\x20\x29\x19\x73\xcc\x77\x8d\x31\xc4\x88\x04\x26\xad\x60\xb3\xc6\x3e\x5f\x9d\x24\x52\x44\x32\x5c\xd9\xe3\x0b\x14\x38\x71\xaf\x1a\xd5\xe4\x7e\x73\xa3\x18\x39\xf0\x8f\x2e\xa5\x70\xa3\xc5\xbd\x4a\x1c\xb0\xfe\x00\x6f\x7e\xcc\x13\x6b\x6e\x44\x09\xaa\xc4\xc5\x48\xa2\x44\x8e\xf8\x9e\x2e\x6e\xdc\x7b\xb7\xfa\x27\xfa\x1f\xff\xb5\xbc\xb1\x15\x7c\xac\x63\x8e\x2e\xd8\xe1\x0b\x94\x7f\x92\x01\xc8\x0a\xe0\x3b\x3a\x81\xd1\xb4\x81\xe5\x08\x91\x9f\x9a\x8a\xb8\xd9\x0e\x2a\x2a\x16\x69\xa2\x2b\xbd\x86\x5c\x08\xe9\xda\xb1\xf7\x8a\x20\x13\xac\x5b\x9c\xdf\x86\x2e\x6a\xf5\x31\x82\x61\x1f\xfd\xea\x89\xb8\x74\x6d\x87\x5c\x1e\x3b\xa5\x14\x1c\x77\x82\x80\x5a\xb9\xa1\x05\x36\x4d\xa9\xcf\x1f\x94\x13\xe7\xef\xde\xb8\x94\x14\x4b\x48\x8f\x6f\xd2\x87\xc7\xc4\x72\xef\x2c\xa1\x4a\x05\x6f\x2d\xb9\xf0\x79\x55\x71\x54\xe8\xbe\x8c\x29\xc1\x63\x68\x1a\x2b\x46\x52\x62\xa3\xd3\xe1\xb4\x6c\xdc\x27\x0b\xc3\x59\x77\xec\xfc\xab\x7d\x01\x5d\x56\xf7\x3b\xf8\x1f\x04\xbe\xaf\xc9\xf3\x8e\x83\xe4\x73\x3d\x3e\x23\x68\x73\xbd\x21\xa4\x22\x8c\x0e\xd2\x6b\x36\x4b\x5f\xfa\x72\x66\x9e\xe2\x46\x97\x00\x05\x7b\xc1\xf9\x11\x38\x04\xd9\x6c\xed\xfa\x73\x6f\x3b\x54\x4c\x13\x94\x37\x3a\x42\x61\x8f\xa1\x52\x50\xee\x38\xcf\x6a\xc4\xd4\x10\xe6\x0d\xdc\x7c\xcb\xb8\x87\x6b\xbd\xb3\xfd\xbd\xff\x24\x3a\xab\x8b\x3c\x22\xad\x33\x16\x02\xad\x75\xed\x13\xff\xf6\xa4\x31\xd5\x23\xda\x64\x8d\x45\x9d\x1a\x7d\xac\xd3\x3d\xe3\x08\xf5\x23\xe9\xf6\xfd\xd7\xa5\x24\xd0\xed\x56\xaf\x0e\xa3\x82\x04\xe3\x99\xdb\xd7\x5f\x72\x3f\x05\xa8\xab\xa6\x79\xdf\xad\xfe\xc9\x6e\xf8\x8f\xf8\x7d\x47\x2c\x07\x17\x21\xa9\xf4\xd3\xbc\x8c\x84\x38\xb7\x3d\xf6\x52\x80\xe4\xd3\x8e\xc0\x31\x20\xf3\xad\x4f\x79\x18\x0b\x35\xfe\x2e\x34\x15\xa2\x03\xe7\xe7\xaa\xc1\x61\xe0\x8c\x3e\x18\x31\xe9\x38\x5c\x52\xe2\x23\x4d\xea\x95\xb2\x8c\xed\x99\xf2\x1a\xa8\x52\xc6\x01\xe8\x2a\x22\xdc\xaf\x46\x4a\xd7\x08\x8b\x2d\x13\x8a\x73\x1a\xf2\x40\x13\x05\xc1\x67\x55\x4b\x89\xd3\x85\xf7\x68\x16\x0f\x54\x2b\xd7\xb0\x1e\x52\x4f\x90\x92\x29\x11\x7f\x48\xa8\x05\xf7\x1a\x53\xad\x99\x10\xbe\xed\x14\x9d\x10\xf7\xd2\xd6\x4d\x84\xcd\xe0\x42\x8a\xe8\x8f\x84\xf5\x2e\xdb\x49\xce\x52\x1a\x93\xe4\x2c\x6d\xad\x77\x72\x62\xf3\x07\x89\x3a\x68\x58\x53\xd7\x6f\x39\x39\x53\xcd\xc1\x29\xc8\xa2\x42\x17\x5e\x69\x92\x45\x14\x3e\x2a\x5b\x1a\x24\xc8\x66\xed\x26\x51\x39\xbc\x89\x50\x20\x95\x25\x41\xf3\x7b\x08\xb6\x6d\x8e\x4c\x9f\xeb\xac\xb5\x4e\x7c\x03\x60\x87\x13\x25\x5e\xba\xe1\x86\x9a\xcc\x57\x6b\xf1\x4c\x95\x2d\x7a\xa2\xed\x16\xcf\x78\x2c\x6f\x74\x2c\x98\xda\x77\x0c\x71\x57\x6d\x99\x8f\x32\xf9\x48\x75\x59\x24\x56\x42\x25\x26\x7f\x45\xe8\xee\xdf\x8a\xbf\x02\xb7\xe8\x1f\x5a\x43\xfb\xcb\xdf\xbc\xec\x0d\x46\x5c\x32\x64\x12\xa6\x9e\xa4\xdc\x3c\x47\x01\x0b\xdb\x2e\xb7\x31\x55\x4b\xd6\x93\x25\x8f\xd1\x72\xda\x4c\x54\xe8\x82\x03\x7d\xaf\x77\x1b\x49\x96\x6e\x83\x14\x4f\x1a\x67\x93\x20\x58\x89\x23\xd3\xae\x7f\x85\xed\xef\x3f\xc0\xfd\xe3\x1c\x79\x82\x88\x7f\xed\x4c\x04\xe2\x87\x46\x38\x51\x09\x64\xed\x4e\x7c\xc5\x24\xc9\x84\xb8\x7f\x8c\x1d\xd1\xbc\xca\x76\xe4\x0e\x98\x47\xf6\x2c\x8b\x24\x8f\x56\x17\xa2\x83\x25\xb9\x87\x90\xc6\x84\x5a\x41\x1b\xd1\xab\x56\x42\x32\xd6\x27\x29\x6c\x5e\xdb\x5d\x83\x40\x9a\x49\x05\xef\x55\x25\x1a\x44\xae\x1a\x9d\x15\xd5\x9f\x88\x9a\xca\x87\xda\x6a\x6b\xcb\xc2\x27\x99\x88\xce\xda\x63\x29\x36\xb8\x5c\x4f\x07\xab\x17\x4f\x47\x37\xcf\xa3\x63\x2d\x35\x3d\x3b\xc8\x8e\xda\x2a\x6c\x1c\x2d\x15\x7f\xec\x70\xa7\x23\xf0\xb9\xc0\x83\xdb\x77\x15\xd4\xec\x39\x9d\xf7\x15\x24\x98\xa1\x4c\x93\x7c\xd2\x96\x17\x08\xfd\xf2\x43\x82\x81\x02\x34\x61\x37\x50\xa7\x05\x4c\x99\x9e\x59\x43\xdc\x7d\x4a\x3f\x91\xf2\x18\x09\x35\x60\x54\xee\x2e\x7d\x12\xaf\x90\x94\x63\x0a\x28\xbb\x95\x42\x2b\x1b\x91\xcc\xd6\x44\x1c\x09\xf9\x7c\xcc\x34\x91\x88\x26\xac\xff\x99\x63\x98\x11\x7d\x02\x02\x06\x3e\xb6\x7c\x30\x7e\x4f\x62\x3a\x8c\x74\xe3\x70\xc6\x6f\x5c\x05\x13\x43\xe7\xc3\x07\x0b\x77\x49\xed\xdf\x14\x7c\x26\x58\x72\xe7\x10\xca\x6b\x57\x52\x77\x7c\xac\xef\x6a\xf5\xcf\x69\xab\x7c\x2f\xb4\xd7\xc7\x5b\xae\x8b\xf4\xf9\x21\x21\x0c\x97\xc5\x6d\x33\x3c\x40\xb4\x30\x4d\xb4\xb9\x84\x06\x41\x6a\x74\x73\xfd\x82\x62\xa9\xf5\x22\x39\x70\x49\x50\xf8\x88\xe5\x87\x3f\x1a\x47\x54\xeb\xbd\xc5\x98\xc3\x0a\xfd\x88\xbd\x5f\x4e\x6e\xbe\x2c\x71\x85\x53\x0d\x1a\xef\x01\xb3\xee\x73\xe0\xb2\xdd\xaf\xe8\x8a\xc5\x7c\x0a\x6a\x9b\x56\x98\x6f\x4c\x96\x50\x83\x5e\x84\x2e\x97\x5d\x03\xed\xc5\x86\xc8\x30\x51\x0d\xf6\x74\x22\x9c\x64\x6e\xcc\xb8\x7a\x39\xdf\x7a\xba\x8b\x6f\x60\x52\xe3\x05\x97\x42\x5e\x47\x8d\x22\xe7\xe5\xe3\x6e\x41\x94\xef\x77\x73\xad\x65\x01\xc8\xe9\xe4\x64\xb8\xb9\x5f\x6b\x90\xed\x5c\x30\x41\xb8\x51\x00\x6d\xa4\xbf\xf9\xc2\x4d\x9d\xef\x46\x90\xfe\xa9\x31\x53\x5c\xe3\xf1\x83\x10\x5c\x15\xc4\xa7\x46\x9c\xb5\x63\x50\x6b\xed\xbd\x20\xbd\x4b\x1c\x50\xd5\xd2\xf9\xc9\x39\x5c\xce\x7d\x19\x9f\x15\x9a\x0c\x31\x5d\xce\x29\x31\xcb\x82\x53\xde\xfe\xf6\x5f\x8e\x87\xa6\x1c\x6f\xf8\xcf\x73\x0d\x27\xc1\x31\x21\x6e\x24\x15\xd0\xfa\x99\xd0\xd3\x6c\xfa\xec\xae\xdd\xb9\x80\x92\x1c\x7c\xcb\x9f\x5d\x29\x79\xa1\xbc\x05\xbd\xb0\x31\xe2\x88\x55\x8e\x89\x71\xf4\xf8\xa8\xd9\xe7\x94\xd6\xe4\x62\xce\x07\x3e\x49\xb5\x72\x92\xc5\x3e\x70\xaa\x68\xf8\xa9\x6b\xb6\xd5\xd2\x1d\x20\x55\x62\x14\x65\x73\xe0\x1c\x08\xdd\x10\x85\xe2\x0f\x6c\x09\x8f\xe1\xcf\x77\x8c\x41\x22\x4b\xfc\x10\x78\x00\x91\xbb\x23\xc1\x02\x73\x86\xc3\x8b\x05\xeb\x51\x16\xb3\x38\x9a\xf7\xf6\x05\x1d\xaa\x0b\x2b\xf1\x3b\x7b\xe3\xd3\xe8\x49\xdb\x5d\x98\x43\x36\x7e\xd1\x5b\x73\x3e\x2e\x70\x25\x92\xf5\x62\x1a\x48\x31\x9d\x01\x2c\xbb\x31\x86\x38\x1b\x55\x76\x2e\xab\xd1\xb4\x47\x81\x5d\x23\xbd\xc2\x31\x29\x23\xd5\xe1\x34\xca\xef\xcf\x1d\xee\x3b\x52\x7c\x4c\x69\xb0\x18\xd5\x83\x7b\x61\x34\xad\x07\xd0\xbd\x79\xcf\xcc\xed\xe4\xc6\x9c\x69\xcd\xdf\xd2\xe7\xc7\x12\x5c\x85\x54\x56\xe3\xac\x1b\xd9\x8d\x9f\x04\x88\x45\x0e\x21\x55\x18\xa5\xa2\x10\x32\xbc\x26\xae\x03\x21\x50\x5c\x18\xc0\xb4\xec\x8e\x6a\xe9\x5e\xcd\x54\x9c\xe6\x1d\x98\x62\x61\x36\x8a\x10\x89\x3d\x95\x6a\x9b\xf6\x58\x5c\xf6\xfc\x50\x67\x6b\x66\x01\x6e\x3e\xa0\x23\xf2\x6d\xea\xb0\xa4\x15\xa3\x2f\x43\xee\x0f\xcd\x67\x21\x53\xc4\x1d\xd7\x9b\x85\xe1\xe0\xa1\xa6\x6b\x7b\x74\xf1\x8e\x2c\x9b\x9c\xe5\x74\xd5\xc4\x09\x57\xf2\xf3\xa7\x8e\x8c\x67\xe2\x93\x2b\x19\x93\x96\x49\x05\xce\xfc\x18\x23\x39\x60\xb3\xdb\x8c\x56\xfd\xed\x94\xd9\x1a\x73\xc5\x31\x86\x7e\x3f\x5a\xf1\x65\x26\xdd\xb5\xf0\xec\x46\x97\x92\x0d\x3c\xa6\x0b\x94\x40\x6a\xcd\x08\xc8\xe6\xb5\x51\x97\x3e\x3e\x7a\xa6\xdb\xe6\xee\x6e\x81\x94\x37\xa2\xd1\x88\x68\xac\x2a\x8e\x91\xe6\xc3\x4b\xc5\x5e\x01\x22\xa7\x5f\x72\x44\x74\xb4\x9f\x08\xe7\xc6\x38\xa1\xf2\xe0\x40\x7e\x7b\xcd\xda\x34\x92\xb7\x20\xc9\x72\xec\x46\x71\xfe\xea\xe2\xcd\xb2\x78\x85\xb0\xe4\x78\x67\xc7\x37\xfa\x62\xfa\x3f\x10\x3a\x79\x4d\xa0\x97\x6c\xa8\x84\x03\x9c\x0d\xc7\x67\xe3\x82\xe8\x8d\x47\x8c\x26\xc9\xe6\xba\x83\xdd\xaa\xe6\x6d\x59\xbc\x85\x26\x91\x63\x1f\xc7\x9a\x5c\xe5\xa6\xef\x0c\x9d\x93\x08\x01\x13\x56\x84\x7d\x8a\x52\x0e\x4b\x3e\x4f\xdd\x43\x26\x2b\x38\x86\xf4\x61\x70\xcc\x7f\xb1\x8f\x93\x42\x08\x63\x26\x18\x5f\xc0\x90\x3d\x36\x60\x19\xe1\xdb\xa0\x25\x21\x79\x44\x1c\xd8\x97\xc5\xe3\x86\xd9\x46\xd8\xdb\x0b\xa1\xee\x9c\xc6\xea\x9b\x3b\x46\xe0\x4f\x90\x8e\x35\xca\x36\x42\x5c\xca\x4c\x92\xf9\x64\xd2\xd0\x92\x1f\x0c\xf1\x23\x59\xbd\xb1\xb2\x15\xcc\xc3\xef\x52\x32\x34\x0b\xaf\xa1\x64\x16\x13\x2a\xe0\x5c\x58\x20\x2e\x42\x50\x26\x4e\x0f\xd8\x83\x76\x91\xd3\x3d\x2c\x90\x6f\xf8\x43\x3d\xf8\xf9\xf1\xc8\x6e\xc6\x93\x24\xc4\x17\xe1\x2d\x74\x46\x08\x31\x10\x35\x7a\xd6\xd3\x1d\x4e\x5d\x63\x4c\x97\x24\x7d\x74\x96\xa6\x54\xa2\xd6\x25\x8b\x0a\x7d\xd1\x5d\x35\x37\x5d\x31\x1c\xd8\x1e\x70\x65\xa7\xbb\x31\x1d\x99\x37\x9f\x86\x20\xae\x39\x10\x64\xba\xed\xe0\x0f\xd0\xb1\x42\x6f\x0a\x22\x16\x9f\x6e\xf5\x54\xfe\x9d\x02\x1c\x24\xa1\xf3\xca\x27\x76\x9e\x00\x6c\x9a\xf2\x76\xf5\x2d\xfd\x6f\xaa\xbd\xd4\x37\x30\xe9\x14\xb3\x0a\x53\x99\x43\x39\xe4\xd0\xde\x5e\x0e\xb5\x28\xc5\x3d\x6f\xc2\xa5\xbd\xa4\xd4\x66\x9e\xda\x2b\x15\x93\xa7\xcb\x58\x8f\xa1\xd4\x42\x5f\x80\x41\x76\x2a\xf1\x10\xe0\xbc\x10\x21\x9f\x7c\x48\xe2\xe3\x98\x7a\xc9\x39\xcd\x12\xa9\xa5\x74\x4b\x47\xcd\x6e\x5f\x1e\x97\x0a\x10\x04\xda\x63\x58\x38\x6a\x4e\xb1\x81\x38\x18\xc9\x0b\x20\x7e\x31\xfa\x88\x62\x64\x90\xfd\xe3\x63\xc5\x73\x7e\xc6\x0e\x3a\xbc\x8c\x81\x96\x47\xed\xfc\x63\x0d\x74\x41\x05\x96\x8c\x97\x73\x3a\x9e\x18\x92\x9d\x9f\x7f\x5f\x3e\x49\xca\x32\x82\x53\xfe\x4b\xc1\xa3\x92\xf7\x69\x06\x95\x50\xed\xe4\xe9\x52\x84\x08\xd9\x56\x95\xed\x6d\x08\x17\x14\x05\x1c\x08\xaf\xd7\xb7\x79\xad\x65\xa4\x94\x06\x42\x80\xb2\xbc\x13\x5f\x0d\x28\x33\x1f\x28\x31\x37\xd7\x62\x67\xc2\xb3\x6f\x48\x57\xc6\xf1\xff\xa1\x1d\x4d\xde\x01\xe7\x6d\x89\x41\x0c\xb6\x56\x6c\xfb\x35\x4c\x65\x70\x40\x8a\x09\x88\x38\x66\xb4\xa6\x19\xe8\xbd\xc6\xfb\xf7\xf0\xff\xbf\x78\xf5\xf2\xa4\xf8\xe5\xd1\xcd\xcd\xcd\x23\xb4\xf0\x68\x68\x19\x59\xe8\xc4\x9e\x14\xff\xee\xc5\xf3\x93\xc2\x6e\xb7\x9f\xea\x10\xd8\xf1\xca\x07\x37\x65\xe3\x16\xad\x47\xdd\x40\xbb\xf1\xfb\xe8\xfc\x88\xcc\xeb\xb1\x62\x35\xb2\x1e\x2d\xa8\x46\x33\xfe\x11\xbb\x1a\x5e\x54\xc6\x8f\xe2\x0d\xfd\x48\x79\x8f\x6d\x4b\x9d\x5f\xf0\x3f\xc9\x67\x62\x43\xde\xaf\x67\x1f\x70\x1e\xc1\x20\xef\x49\x50\x64\xe3\x87\x19\x43\xa4\x2e\x97\x89\x76\x1b\x1b\xe7\x79\x37\xc4\xe2\xf2\x07\x88\x56\xd7\xad\xdd\x70\x74\x97\x6c\x41\x12\xb9\xac\xb8\xf5\xcd\xb8\x15\x8e\x5d\x6b\xea\xea\x56\x9e\x00\x0b\x58\x21\x28\x86\x52\x6f\x30\x1a\xd7\xe4\x67\x19\xf0\xca\xc4\x2d\xfb\xc5\xad\x9e\x36\x69\x7c\xbb\x97\x98\x59\x84\x4d\xb2\x0b\x8c\x1a\x91\x3c\x8a\x2b\x39\xab\x7b\xa7\x7a\x52\x16\xa0\x1c\x31\x3e\xb8\x7d\x06\x90\x1b\xdf\xf4\xb4\x81\xe8\xb4\x30\x5f\x24\xeb\x24\x91\x6a\x27\x12\xc6\xa6\x8f\xaf\xce\x2d\x05\xc7\xee\xcd\xae\x91\x1c\x4a\x22\x90\x7c\xab\x8d\xb5\x94\xc9\x41\xe6\x37\x4b\x24\xc7\x6c\x33\xfe\xec\xbd\x78\x4e\xe5\xa5\x3f\x3a\x21\x7d\xcf\x4f\xe2\x85\xb8\x08\xbc\xbd\xe6\xf7\x40\x94\x1f\x7e\x2f\xfb\xc6\x53\x43\xff\xee\x9f\x64\x5d\x73\x23\xde\x8f\x49\xc8\x44\x10\xf1\xb7\xe5\x5d\x22\x88\x52\xaa\x94\x79\x64\x4a\x35\x61\x7d\x14\x70\xdc\xd3\x6c\x1f\x92\x1e\x74\x2a\xe8\xf8\x5e\xa2\x47\xed\xa4\x1b\x09\xc6\xf0\xd7\xbf\x64\xf3\xe5\xd0\x8f\xe2\x71\xf8\x94\x73\xb4\x79\xb8\xf4\x94\xc2\xca\xa9\x8a\x44\x36\xf0\xc7\x99\xd3\x75\x71\x01\x30\x4e\x30\x96\xbd\x74\xaa\xb9\x75\x66\x8d\x69\xd2\xb2\x64\xa0\x91\x3c\x3a\xa3\xa2\xd1\xab\xaf\xe3\x83\x7e\xc5\xaf\x93\xc3\xda\x9b\x99\x08\x4b\x7b\xa8\x9a\x5b\x49\x42\xf7\x98\xb8\x08\x07\x75\x96\xa4\xe5\xcd\x67\x16\x01\xe3\xa4\x1e\xf3\xb7\xe2\x1f\xed\xed\x5c\x83\xea\x42\x81\x2b\x9d\xc1\xd0\x47\x71\xc5\x88\x15\x72\x5d\xd5\x78\x6c\x01\x16\x18\x8e\x74\x5f\x72\xea\x18\x38\xbb\x5f\x9b\x6a\x27\xb9\x56\xab\x34\x8f\x5b\xbc\xdc\x93\x95\xe1\xd8\xdd\x38\x8b\x97\xfa\x92\x4d\x10\x66\xf8\xb5\x17\x93\x8c\x22\x55\x30\xa4\x1e\x47\x73\x73\x98\x66\x44\x0b\x50\x79\x4e\xb7\xe7\x69\x0f\x21\xbf\x3e\x8e\x71\x26\x4f\xe6\xe9\xdb\xc6\xe6\xee\xa4\x85\xc4\xda\x3d\xb2\xe5\x1c\x4d\xc9\x96\xd4\xfe\xa8\x94\x6c\xf3\x7b\x36\x12\x4b\x3e\xb8\xc7\x73\x29\xd9\xc0\x14\xf9\x07\x91\xe3\xa0\xae\xe5\x7d\xc4\xd6\x75\x2c\x65\x4b\xa6\x29\x8f\x0a\x9a\xb5\xa8\x89\xf1\x0c\xc9\x31\x98\x49\xcd\x76\xd7\x58\xfc\xca\x3c\x8e\x7d\x1f\xf3\x65\x5f\x10\xff\x79\xb9\x24\x21\xf9\xa6\x43\xfa\xb2\xa1\xdd\xda\xd5\xc5\x25\x22\xc6\x4d\xf2\xf8\x8e\xbe\x47\x6a\x05\x1a\xae\xd9\x84\x12\xf2\x8f\x7c\x12\x5f\x8e\x95\xfc\x23\x9f\xd8\x23\x36\x7f\xe5\xf0\x31\x7d\xe7\xa7\xde\x59\xf2\x2e\xf9\x9d\x0a\x4e\x3d\xb5\x94\x2a\x90\x12\xd6\xf8\x8b\x73\xb2\x75\xab\x17\xc2\x87\x70\xb5\x0b\x7c\x49\xc0\xba\x03\x71\xd5\xf2\x50\xe7\x0f\x21\x6f\x95\x7f\x05\xfc\x80\xe7\x40\x4c\x02\x3d\xd4\xc4\x6c\xd9\x72\x1e\x9e\x0b\xb7\xb1\x02\x7a\x92\xfd\xf4\x97\xec\xfd\x12\xf7\x84\x26\xa2\x6d\x94\x55\x8f\x3a\x6a\x2c\x69\x02\xaa\xe8\x96\x00\xd8\xb4\x38\xd1\xe4\xc4\xb4\x40\xba\x0f\x44\xc0\xbe\x7d\xf6\x52\x7e\x70\x44\x35\x67\x91\xe6\x90\x6a\x78\x46\x2f\x7c\x9c\xf6\x72\x12\xaf\xed\x0b\x24\xca\x9e\xff\x56\x7d\xa1\x42\x34\x01\xa4\x6c\xcd\x65\x4f\x22\xcd\xaf\x9c\xcf\x45\xbe\x11\xb7\xef\x6b\x9d\xb7\xf6\xd1\xa4\x0e\x2d\x0a\x76\x90\x76\x01\xfb\x15\x3e\xb3\xef\x9d\x17\x62\xc2\x57\x03\xa9\x2b\x59\xbc\x74\xa5\xc4\xd5\x9c\x5f\xa5\x94\x57\xa2\x45\xdf\x35\xe9\x8f\x51\x71\x9d\x44\xdc\x17\x17\x1e\x09\xd3\xa9\x46\xa7\xbe\x73\xe4\x36\x27\xce\xc1\xaf\x0c\x04\x55\xd7\x73\xa6\x35\x79\xe5\x77\xdb\x2f\xb3\x71\x27\x75\x1f\xdb\x9e\x73\x49\x14\xe2\x02\x82\x70\x20\x36\xcc\x83\x9b\x60\x7b\x1c\xc9\xae\x10\x14\xe0\x10\x5d\x16\x37\x57\xa6\x8f\x52\xb1\xdb\x53\xeb\xd7\xb6\x8c\x8d\x13\xc7\x91\x08\x35\x08\xeb\x8f\x25\xcc\x4e\xbf\xda\x6c\x9c\x15\xfe\x25\xad\x13\x9e\x7b\xf7\xa6\x6c\xb0\x52\x31\xbd\x81\xbc\x8c\x1b\xf3\xcf\xa2\x74\x08\x86\x1c\xaf\xe1\x96\xa4\x41\xda\x68\x4a\xdd\xfd\xc7\x29\x45\xf7\x25\x37\x2d\x3b\xd3\xb0\x73\x64\x8a\x18\xf2\x1a\x2e\x41\xb3\x1f\x5a\x28\x01\x4f\x0f\xbe\xf4\x8c\x53\x60\xcb\xa3\x95\xcb\xe5\x0c\x46\x65\x5a\x50\x51\xcc\x51\xe1\xa3\xc9\x9e\x27\x35\xfc\x7b\xe6\x2d\xf2\x51\x85\xf7\x2f\x46\xc8\xe2\xfd\x4e\x0f\x12\xfe\xa2\xb9\x9e\x78\xaf\xd5\xe0\x11\xe6\x9c\xbb\x66\x86\x0e\x05\x65\x80\x3a\x92\x3e\x74\x8a\xf6\x70\x62\x93\xf3\x22\x5e\x6c\xf9\xa9\x61\x34\xf2\xe7\x26\xb8\x77\x4e\x0f\x9c\x70\x64\x1e\x50\x6e\x89\x40\xe7\x5f\xcb\xe7\x1c\x7a\xa2\x76\x3e\x06\x95\x85\x4d\x25\xf7\x8e\xc2\xc5\x27\x2a\x8c\x17\x3d\x1d\x63\x0e\x38\xed\xe4\x81\xa1\x7a\x36\x52\x6a\xd2\x59\x72\xe7\xfa\x0e\xc2\x2d\x7b\xec\x8a\x19\x1f\x8b\xdc\xe7\x6d\xf5\xb6\x8e\x1b\x9a\x5c\xfa\x11\xf7\x35\x75\x6b\x18\x4b\x73\x53\x03\xf5\xe8\x7a\xd3\xbf\x16\x8b\x1f\x89\x34\xbc\x8b\x8f\x0e\x4d\x82\xed\xf3\xd7\x86\x18\x30\x24\xf9\xcf\xa0\x35\x23\xf2\xac\xca\x38\x69\x5f\xb0\x93\x1f\x2b\xd5\x34\x71\x19\xa8\x53\x36\x8f\x73\xc7\x71\x9e\xb8\xc2\x4a\x7a\x38\x7e\x56\x73\xe9\x33\xa2\xe0\xbd\x13\x76\xc8\x1c\x8d\x8f\x53\x96\x78\xd7\xbd\x10\x0a\xdd\x2c\x0e\xb6\xa1\xd1\xf9\x77\x49\x21\x9d\xc0\xee\x44\xe3\x86\xf7\xcd\x33\xfc\x34\x05\x04\x56\xe2\xf7\x1a\x7e\x3f\x09\x9a\x3c\xb3\x5f\xf0\xcb\x1b\xaa\x22\xef\x56\xac\x14\x77\xfa\x31\x7b\xcb\x63\x3e\x67\x0b\x1a\x92\x61\x6a\xa6\x4e\x34\x89\xb5\x98\xb8\xa5\x87\x27\x9b\x92\x57\xd1\xf8\xdb\x71\x48\xbf\x96\x3f\x08\x6f\x24\xd9\xcd\x13\xbe\x4f\x23\x2e\xf8\x59\x15\x18\x19\x03\x7a\xe0\xf1\xa7\xda\xbf\xe7\x1b\x22\x8d\xdc\x32\x76\x18\x92\xf9\x41\x7b\xd5\x31\x9c\xe0\x53\xd2\xc4\x37\x02\x9e\xe5\x3a\x52\xa9\x9f\x6e\x01\x12\x81\x38\xa0\x66\x9c\x3c\x2a\x28\x02\x0a\xa3\xd9\x57\xf9\xc8\x75\x3f\x0f\x86\x68\xc5\x37\xb3\x4f\x92\xf8\x9c\x58\x23\x33\xc4\xbf\xd1\xf3\x24\x73\x16\x8e\xa3\x6f\x95\xfc\x51\x97\xcf\x63\xef\x62\xa4\x2a\xd3\xe8\x8f\x49\xd2\x66\x2c\x09\x2f\x65\xbc\x66\xab\x15\x62\x32\xfe\xa8\x97\x66\x0e\x1e\xc5\xe3\xcc\x4d\x74\x66\x39\x3e\x6c\x6d\x55\xff\x4f\xaa\x37\xe3\xfe\x99\xf8\x14\x04\xcf\xfc\xa3\x4f\x66\xa8\xa1\xc7\xd5\xcc\xd6\x7b\xbb\x61\x5d\x8c\x07\x35\xd5\x0d\x8c\xde\x8a\x78\x95\xf9\xee\xe8\x23\x11\x52\x25\x72\x20\x4a\x29\x8e\xb9\x51\x8d\x5c\x44\x46\x44\x6d\xac\x36\x18\x27\x20\x55\xdc\xfe\x40\xad\x98\x97\x34\x5f\xf4\x20\xf2\x40\xe2\x31\x63\x17\x0c\x3c\x03\xf3\xf3\xbf\xc2\x17\xe4\x93\x63\xe6\xe8\x0f\xe4\x2b\x1d\x8f\x1e\xc4\x6c\x26\x69\xe9\xab\xbb\xe7\x1c\x48\xe0\xfc\x53\x52\x1f\xcc\x63\x1a\x93\xb5\xce\xe4\x31\x9d\xb3\x23\x06\xbd\x83\xf3\x9a\xa0\x8e\xd9\xa2\xe0\x8a\xa1\xcf\x23\x8b\xe7\x55\xaa\x20\x94\xb4\xb8\x9e\xb8\xc7\x05\x15\x2b\xc2\xec\x16\x23\xd9\xb3\x5c\x18\x4b\xfd\xf7\xca\x1d\xd6\x49\xee\xd2\x17\xe1\x6b\x11\xd2\x98\xde\x7e\x19\x2a\xc9\x53\x43\x9e\xb5\x6a\x46\xdf\x3d\x6d\x46\x2c\x84\xf3\xfe\x25\x11\x86\x7f\x43\x12\x99\xfd\x3e\xaa\x3c\xee\x41\x1f\x86\x6e\x1b\xda\xcf\xd7\x43\x53\x69\x76\x46\x36\x05\xc7\xf1\xcd\xa4\x29\xc8\x1b\xe0\x09\xb6\xf1\xab\xd8\x17\x57\x21\xe7\x76\x28\x20\xb6\x04\xfa\xc8\xcd\x06\xec\x57\x6d\xc2\x77\xbd\x9f\xf3\xad\x0b\xdc\xbb\x7f\xac\x8e\xe4\xa0\x2f\xc7\x55\xf0\xe6\xb4\x5e\xe7\xc4\x32\x2c\xe4\x2a\x5f\xe2\x35\xae\x55\x78\x73\x5a\x3f\x8e\x3b\x97\xaf\xe0\xaf\x34\x49\xf7\xca\xa7\xe2\xa6\xa5\x7a\x2e\x6a\xa6\x29\xd0\x28\xc1\x21\x5f\xae\x62\x05\xca\x9e\xba\x8b\xf9\xa1\x11\x65\xcd\x49\x55\xd9\x70\xd5\xe5\x4f\xab\x2f\xb5\x03\x96\x27\x66\x86\x01\x09\x23\x1d\x48\x0a\xf7\x71\x23\x11\x47\xef\x99\xae\x4f\xf4\x35\x93\xa1\x15\xeb\x28\x5e\x9f\xf3\xc3\x91\xc7\xfd\x47\xc3\x39\xcd\x9c\x39\x67\x20\x3f\x6e\x40\xd2\x97\xe5\x50\x70\x59\x13\xf1\x53\xe5\xa1\xf9\x40\x32\x1e\x9a\x28\x07\x76\x62\xca\xe9\xdb\x89\x9f\x98\x8c\xc0\xe7\xe3\x4b\x7b\x95\x27\xaa\xa3\x3a\x2f\xe7\xa6\x60\x2e\x99\xbb\xd6\xa5\x4c\xbc\x3b\x27\x7c\xce\xb3\xd4\x99\x48\x99\xd6\x51\xba\xf3\x8f\xa2\x23\x56\xeb\x7a\xd8\xe0\x2c\xeb\x0a\xef\x2d\xcb\xeb\x1b\x6b\xd4\xd3\x1b\xda\xcf\xdd\xf3\xa9\x7c\xfe\x5c\x78\xea\x53\x4b\x3f\x8e\x5b\x10\x58\x9f\xcf\x1b\x0c\xec\xc8\x43\x32\x69\x11\xfa\x44\xe6\x02\xf5\xdc\x9f\xc6\x1d\xa2\xd3\xfa\x42\xcf\x69\x36\x88\xa4\xe1\xb9\x8b\xe3\x08\xa4\x67\x2d\x83\x94\xa6\x1b\xab\x97\x64\xb8\x21\x4e\x68\x95\xf7\x3a\x79\x37\x62\x2e\xe5\x35\x0e\xb1\x41\xd1\x6e\x72\x1e\x59\xce\xf2\x2d\xbb\xa5\x6f\x7b\x67\xa7\xf1\xa8\xb3\xd0\x74\x84\xd1\xfe\x4f\xc3\x9a\x77\x7c\x5b\xa6\xd4\x63\xca\x37\x87\xc5\x45\xa5\x2d\xbf\x18\x19\x0f\xbe\x47\x0f\xa5\x43\x01\x1b\xbe\x8c\x13\xf6\x59\xfd\x8f\xd2\x9a\x2c\x11\xb5\x6c\x4a\x4e\x6f\xfe\xe0\x98\x02\x51\xba\x6b\x54\x9e\xee\x78\xe2\xf2\x81\x01\x09\x1d\xf9\x83\x03\xca\x29\xd3\xc7\x8c\xca\x9d\x84\x61\x19\xb0\x56\x09\xa9\xc9\x88\x0c\xac\xb6\x77\x8c\xfa\xc8\xf3\x8e\x4c\xb9\x05\x09\x03\xc1\x61\xdf\x30\x96\x56\xa7\xbe\x61\x09\x06\x2e\x97\xe3\xa3\x16\x0b\xd3\xe3\x76\x57\x67\xea\xd0\xc6\x71\x23\x72\x07\xbb\xa4\x51\xa2\x8d\xac\x4d\x80\x39\xcb\x87\x96\xa4\xc1\x23\x57\xcc\x8f\x21\x99\x58\xdd\xf3\xf9\x2b\x5d\xba\x3c\x31\xe7\xec\x09\x2b\xd9\xf0\x26\xa2\x3e\xe0\xf9\x23\x6f\xe2\xbb\x05\x5e\xcb\xde\x34\x86\x9f\x54\x83\x25\x49\xe4\x42\xff\x3c\x4f\xc3\x8f\xdc\x76\x5e\x34\x4f\x5d\xee\x27\x8f\x34\x1e\x7d\x3e\x73\xe8\xaf\xe4\xcd\x00\x96\x94\xb2\x17\x5b\x9d\x24\xe4\xdf\x31\x43\xeb\x76\x83\x0f\xb4\x53\x9f\xda\xd5\xe9\x35\x38\x33\x8e\x06\xc3\x2c\xf6\xc4\x85\x34\x48\x71\x41\x5c\x8c\xfc\x2b\x39\x2f\x93\xd8\x52\x7e\x14\x4c\x5e\x61\xe1\xdf\x1c\x21\x48\x8b\xdd\xf4\xa6\x5a\xbd\xc1\xff\xed\x97\xc5\xfd\x72\x11\x27\xce\x8a\x71\x6a\x9d\xb8\xba\x0b\xff\xd7\x95\x4d\xca\x43\x6a\x02\xc8\x8e\xfe\x19\xb2\xb4\xfe\x2d\x86\xc6\xba\xfd\xa1\xe3\x36\x84\x35\xd3\x21\xf2\x9e\xeb\xe8\x67\x3a\x95\x40\x51\xda\x57\x18\x16\x38\xd1\x0b\x1c\x6a\xe0\xc4\x41\x97\xe2\x57\x1b\x56\x33\x6f\xbe\xd6\xd7\xdc\x4e\x92\x2f\xb9\x6a\x26\x2d\x51\xc3\x9a\x72\x90\x57\x36\x2d\x4b\x79\x8a\x71\xeb\x82\x4f\x76\x37\xd0\xe9\x4b\x4b\xaf\x9b\xbc\xe7\x69\x8f\xea\x20\x9e\x7e\xf2\x41\x67\xd9\xc0\xd4\xa5\x7c\x54\x35\x7d\x07\x66\x66\x54\x9d\x3c\x9c\x9a\x96\x48\xcc\x4f\x36\x2f\xd1\xb5\xa5\x9f\x2e\x9b\x5a\xef\x6a\xff\xdc\x7f\x2c\x53\x41\x23\xfd\xd4\xfb\x1c\xb2\xe9\xc7\x90\x8e\x2a\xfd\xe8\x6a\x7e\x1e\xf1\x4a\xfc\x99\xb2\x36\xe8\xe4\x66\x93\xeb\xfd\xeb\x3e\xc9\x63\x19\xfa\x20\x4b\x02\x55\x11\xa9\x63\x83\xfc\x0c\xd2\x25\x9a\x89\x80\x7d\xb3\xd8\xb9\xee\x6e\x1c\x92\x24\xcb\xbb\x89\xb3\x10\xed\x50\xaf\x9e\xf0\x72\x26\xc5\x48\x9c\x80\x74\x1d\xfc\x5e\x4e\xc3\x09\xc6\x91\x45\x81\xc8\xc7\x2b\x3c\xfd\x6f\x25\x1b\x79\x78\x9e\xe7\xce\x9a\xf1\xa6\x65\xae\x0a\xfa\xfe\xd9\x46\x8e\x06\x80\xc4\xc6\xf5\xfe\x26\xa0\x6d\x2f\xe2\x91\x62\x4a\x17\x78\x9e\x3e\x74\xe2\x91\x48\x9d\xbd\xdc\x47\xb5\x33\x33\xd8\x71\x3b\x1f\x3f\x4e\xbe\x2d\x70\x6f\xb8\x6b\x3b\x3b\x42\x2e\x1a\x3f\xb9\xf1\x81\x76\xe6\x46\x18\xda\xf9\xbd\xb1\x35\x93\xae\xf8\xf6\xae\x77\x72\x69\x79\x07\x54\x53\x55\x79\x10\xdd\xb6\x69\xcb\xae\xe8\x61\x1b\xaa\xe0\x63\x0b\x05\x3b\xe7\x34\xfa\x40\x83\xf1\xe9\xa5\x8f\x6e\x91\x28\xde\xb5\x3d\xee\x78\x9a\x4e\x61\xe7\xfa\xf5\x6e\xab\x43\xff\x2e\xbe\x63\x19\x1f\x65\xdc\x99\x76\x43\x17\x00\xb3\x08\x76\xcb\x8a\xa6\x6e\x38\xb2\xf6\x69\x6b\xa3\x35\xcf\x58\x0a\x91\x06\x2e\x0d\xb4\x0b\x1f\xd1\xdf\xb1\xf5\x6f\x6d\x77\x5b\x6f\xa1\xfa\xc4\x4b\x81\xec\xdd\xf0\xda\x89\x00\x0c\xbd\x1b\xfb\x4b\x3e\x58\x52\xd1\x67\x92\xf4\xd9\xfd\x6a\xd9\x35\xa0\x7b\x50\x3c\x8c\xa1\x48\x5f\x16\xd1\x87\x82\x0f\xd7\x81\xd3\x07\xd6\x4c\x33\x8d\x5c\x21\xde\xe3\x07\xfe\x15\xf6\xd3\x3b\x87\x90\xcd\xdb\x26\x6d\x87\x6b\x04\xca\x5c\xe6\x26\xc7\x9a\xc6\xd9\x66\x13\x5f\x9f\x30\x3d\xf0\x24\xf1\x48\x08\x04\xd3\xd0\xf1\x4b\x34\x0f\xc3\xf3\x10\x8d\x0f\xa8\xce\xd2\xfb\x4b\xb6\x92\xc8\x30\xe4\xde\xa1\x88\x9d\xb1\x75\x92\x6f\xab\x39\x32\xf5\x74\x8c\x33\x67\xed\x8e\x01\xfa\xa5\x38\x7e\xc8\x10\x1d\x8e\x94\x13\xd9\x21\x7b\xcd\x1f\xf9\x79\x90\x3f\x78\xd4\xe6\x9a\xfd\xd7\x1d\xb5\x36\x19\xd3\xf8\xc0\xa5\x0c\x0b\x3f\xa7\x40\x4b\x46\xfc\x94\x25\x49\x0a\xd9\x6b\x5d\x5d\xc4\x37\xd1\x41\x91\x2e\x18\x28\xbd\x22\xf4\x45\xe2\x5d\xd3\x36\x03\x49\x68\x76\xf5\xbd\xff\x8b\x98\x4c\x2e\x73\x33\xe0\x6c\x54\xba\x5d\x0f\x9c\xad\x43\x43\xda\x79\xdb\x5f\xf0\x63\x44\xc6\xd7\x4d\x2f\x42\x66\xf1\x7c\x4d\x98\x15\xb6\x6c\x67\xf2\x35\x4e\xe5\x0b\x5e\x2b\x03\x13\x98\x54\xd4\x2a\xcd\x06\x41\x93\x49\x8d\x57\x3d\x1b\x92\xd3\xab\xf4\xd0\xf0\x73\x2a\xeb\x8a\x50\x62\x38\xac\xb1\x14\x9d\x66\x72\x17\xef\xef\xe2\x7c\xa8\x45\x27\x30\xed\xc0\x8f\x49\xab\xc9\x80\x44\xb1\xaf\x5d\x4e\xeb\x20\x9f\xa8\xc2\x5f\xc0\x03\xd9\x48\x48\x5e\x39\x57\xc5\x2f\xde\x95\x35\x87\xf1\xd2\x3d\xa5\x6f\x73\x8b\xc6\xb0\xc7\x16\x80\x2b\xcd\xac\x42\x5a\xc9\x95\x95\xcd\x2b\x3c\x93\xbb\xf3\x68\x05\x76\xac\x1a\x57\x29\xde\x76\xcd\x91\x0a\x6a\x20\x1d\x0d\x4b\x8d\xd1\x66\x3a\xb0\x66\xf3\xcf\x44\x7f\x89\x57\xdf\x21\x41\x8d\x1a\x4d\x50\x27\x01\xdc\x34\x4d\x0f\x11\xf4\x00\xae\x9d\xbd\x6e\xb3\xd5\x3a\x77\x15\xd3\xf4\x6f\x3d\x58\xce\xb8\x53\x85\x63\x4b\x76\x81\xd2\xb9\x35\xdb\xe3\xa5\x94\x35\x4c\x5c\x5b\x92\xc6\xe9\x6a\x1f\x75\x79\xa1\xc6\x2f\x5b\xbc\xb8\x20\xc8\xbb\x6a\x86\x4e\x47\x75\x7c\xb7\x19\xea\x6d\x0d\x61\xe6\x1d\xfd\x42\x38\x89\xcd\x9c\x99\x5c\xf4\x99\x56\x9f\xeb\x9c\x6b\xcd\xf5\x2e\xef\xbe\x83\x4e\x6d\x86\xed\x7b\xdb\x23\x4f\xc2\xd5\x9a\x5d\x6e\x62\x43\x6f\x90\xaf\x54\xd6\xfb\x29\x15\xf3\x29\xfa\x96\xc1\xe7\xd6\x91\xae\xe9\xbd\xed\x0d\x7b\x61\x25\xab\x2f\x5f\x34\xf8\xf8\xfb\x33\xf1\x2b\xcf\x6b\x36\x08\x9c\x5e\xab\xb0\xa6\x67\x11\x4c\x71\x68\xe5\x94\x5f\x9a\x4e\x8f\x65\x94\xdc\xe6\x66\x87\x24\xd6\xc2\x36\x6c\x6f\xb7\x88\x22\x97\xa7\x88\xe1\x99\xb4\x75\xdb\x8a\xd9\x7d\x1a\x4b\x52\x83\xc5\x52\xaa\xc1\x24\xf4\x31\xfb\xde\x4b\x02\x9b\x0c\x4a\x08\x99\x07\x3b\xe7\x4c\x8a\x42\xb4\xc2\xfc\xe6\xa0\x0f\xc8\x9a\xf7\x41\x70\x3f\x04\x81\x16\xe9\xb8\x38\x84\x6c\x8d\x23\x68\x1d\x04\x12\xf8\xd8\xed\x20\x8b\x42\x00\xa2\x15\x90\x40\x35\x7d\x3a\x93\xf0\xcf\x56\x51\x87\xc0\x8f\x67\xe2\x62\x56\xcd\x81\x54\xe0\x67\xef\xbd\x09\x2b\x5a\xde\xfd\x63\x80\x0a\xe4\xe5\x1d\xfd\xed\xf9\xf6\x52\x7c\xa3\xf9\x99\x18\x29\x80\x06\x63\x35\xd2\x74\x4b\x91\xbf\x6d\x0f\x1e\x56\x93\xd0\x4b\xf6\x79\xff\x91\x3d\xd1\xe5\x49\x68\xcd\x43\x70\x79\x2b\x81\x48\x31\x83\x33\xdd\xee\x2f\x35\xce\x8c\x7f\xbc\x69\x88\x54\xd1\x15\x17\x27\x34\x71\x99\xf6\x42\x44\xea\xac\xd9\xa8\xef\x78\x78\x30\x5e\xd3\x45\x4a\x33\x79\xc6\x62\x9d\x1d\x8b\x53\xe2\xb9\x78\x9a\xa9\x50\x8a\x0b\xfe\xaa\x70\xfc\xd4\xd0\xea\x39\x3f\x38\x94\x56\xe5\xd4\xcf\x22\x3c\x8e\xaa\x3f\xe7\xa4\xd0\x2f\x4d\x58\xe1\xf0\x8c\x7c\x70\x00\x31\x1c\x71\x56\xf0\xdb\x32\x92\xd6\x02\x4e\xc8\xc5\x50\x8b\x2d\xb9\xf4\x03\x57\x06\x4a\xce\x79\xcc\x7a\x77\xce\xbf\xd5\xdb\xc4\x2f\x47\x74\xea\x1e\xf1\x4c\x71\x0d\x02\x72\x04\x9f\xa3\x1c\x35\xf6\xe6\x17\x7d\x6a\xc7\xbf\xf6\xf5\x3c\x7f\xcd\xcb\xbf\x8b\x47\xc5\x21\xb5\x5b\xa2\x8a\x3a\xd2\x8a\xe8\x2f\x1f\x3e\xe3\xd4\x0f\x44\x02\x1e\x7d\xce\x0d\xd1\x99\x90\x6c\x45\xfa\x64\xd8\xae\x6a\x36\xf2\x76\x6c\xa1\x79\xc5\x3e\xd5\x16\x5d\xb7\x8e\x58\x3a\x7a\xf7\x11\x89\x4a\x73\xbc\x05\x34\xa3\xee\x08\xf2\x8a\x0d\xab\xfb\xf0\xb6\xe7\x1c\x62\xb3\xbb\x04\x62\x82\x98\x69\x9d\x69\x41\xd8\xe4\xbd\xd7\xba\xea\xcb\xd9\x57\x49\x1c\x57\xd6\x92\xbc\x74\x25\x6f\x58\x8d\x5b\x13\x47\x56\x9f\xb3\x35\x73\x15\xd1\x87\x96\x8f\x3f\x93\x35\x8b\x1f\xc1\xa8\x41\x35\x3c\x8a\xe4\x1b\x7c\xc4\x58\xaf\x03\xcb\x61\x89\xc0\x10\x0b\xdf\xdc\xd4\xa2\x19\x1d\x0d\xfe\x20\x69\xd2\xad\xcf\x12\xcb\x99\x4e\x9b\x3c\xf8\x82\x53\x3a\x3a\x4d\x43\x17\x1c\xca\x88\xf1\x6f\x42\xa0\x38\xdb\xd9\xd2\xfe\x90\xe9\x07\xfe\x4d\xa3\xee\x44\xf8\x62\xa9\xc3\x77\x58\xc6\x3e\x47\x16\x21\x7e\x51\x3d\x91\x70\x64\x00\xc6\x1b\x3b\x5b\x3c\x66\xeb\xc5\xf8\x2a\x10\x89\x89\xb3\x9a\x7f\xd3\x38\x35\x68\x24\xc4\xe5\x93\x05\xf4\xb5\x12\xb9\xfc\x01\x22\x3d\xd2\xe4\x72\xb5\x48\x86\xf9\x67\xe2\x76\xc5\xbf\x73\x6b\xd6\x42\xb4\xbf\x4c\x77\x8f\x74\x96\x7b\x1d\x8c\x9f\x29\x9d\x35\x5c\x4b\x41\x1c\x88\xfc\xce\xad\xe8\xaa\x77\x5e\xca\x1b\x82\x1d\x3f\x11\xe6\x21\xf1\x26\x58\x87\x47\xc1\x3c\xd0\xf8\x99\x29\xd6\x4d\x2b\xbd\xcc\x46\x3d\xa2\x98\x2f\xb8\xac\x38\x47\x99\xd6\x41\x5e\xd8\x60\xfd\x96\x84\x7c\xf2\xa2\x94\xf5\x00\x61\xd8\xf2\x3b\x3e\xc2\x22\xbf\x6d\x0d\x36\xa8\xf4\x01\x3f\xf2\x71\xc6\x39\x2e\x19\x62\x16\xa4\x62\x52\x3d\xba\x4d\xc1\x92\x87\xe0\x8f\x80\x8d\x62\x4a\xe4\x23\x22\xa8\x57\x4f\xe9\x7f\xfa\x1b\x67\x7b\x75\x8e\x03\xae\x1f\x58\xcd\x57\xd6\xab\x6f\xe9\x5f\x53\x3c\x7e\x99\x7e\xf6\x57\x88\x16\x9e\xeb\xcf\x39\x90\x10\xcb\x94\x68\x32\x7c\x62\x64\x05\xe1\x5b\x93\xd3\x7f\x4a\x7a\xe7\x2b\x67\x90\x97\x05\x21\x20\x42\x94\xbb\x41\x5e\x3e\x90\x27\xc1\x1b\xce\x7c\x24\xfe\x16\x44\x66\x76\x74\x64\x75\x39\xc1\xa0\x70\xf2\x77\xdc\xd9\x24\x9d\x42\x7b\x26\x99\xf6\x12\x00\x9a\xd2\xe3\x97\x72\x57\x69\xbc\x9d\x2e\x66\x2f\xf9\xc1\x6c\x0c\xca\x3b\xd5\x4f\x4d\xe1\x3f\x1d\x85\xcd\x4c\x47\x72\xa3\x86\xeb\x14\x89\xd1\xf0\x08\xc4\x23\x9a\x1c\x27\x41\xbe\x74\xb6\x2a\x91\x68\x16\x6f\x5b\xa4\x29\xd0\x96\x93\xf6\x47\xe3\x48\x30\x2c\xc2\x74\xc3\x78\xb8\x67\x08\x82\x9b\x81\x24\x3c\xa8\x12\xb0\x27\xf8\x3d\x06\xea\x20\xb3\xf1\xfb\xea\xdf\x59\x3a\x64\x45\x2c\xc0\xe6\x60\xc3\x09\x19\x24\x52\xf6\x17\x8f\x3c\x92\xb7\x73\xf5\x9d\x8b\x09\xa9\x7c\xb3\x6c\x3c\x0c\xe5\x9c\xb1\x6a\xc4\xc3\x09\xe0\x1e\xd7\xe4\xba\x33\xab\x17\x5d\x71\x5a\x16\x17\xa7\xfa\xbd\xdb\xf7\x07\x79\x07\x73\xfe\x28\x14\x17\x2f\xde\x9c\x27\xb0\x01\xaf\xc7\x05\x11\xc1\xd3\x12\x9f\xe0\x41\xce\x48\xa7\x87\x24\x7a\x1a\xba\x79\xb8\xe3\xbc\x13\xf1\x95\x05\x82\x5d\x5b\xb7\xa5\x7b\xa2\x46\xe6\x0b\xae\xb1\x2c\x5e\xe0\xbd\xfd\x03\x38\x0a\xf9\x82\x70\xf2\x81\xf0\x60\x13\x62\x3d\x2c\xfd\xb8\x65\xb3\x89\x29\x1e\x9c\x3c\x58\x66\xb4\x63\xdd\x57\x5d\x92\x56\xf1\x0c\xfa\xa8\x66\xd7\x9a\x4b\x92\x43\xdf\x3c\xbf\xf0\x33\x7d\xef\x0e\x80\x5c\x73\x3a\x85\x5b\xf8\x7b\xf7\x26\xe6\x56\x88\x80\x07\x18\xca\x6d\x7b\x8d\xa4\xa0\x09\x09\x51\xad\x0e\x5c\x32\x8a\xf3\xd3\x17\xf9\x08\x38\xcf\xb8\xe7\xa0\x93\xb1\x78\xfe\x59\x36\xe4\x34\x64\x32\xf7\xb4\xd0\x1d\xf8\x49\x88\x0e\x6e\xc6\xbe\xc5\x2c\xdd\xb1\x1b\x65\xc7\x9c\xa7\x76\x39\xcf\x65\x8a\xd3\x1c\x11\x62\xa0\x94\x30\x60\x26\xd2\xee\x70\x89\xbe\xb4\x37\x45\x6e\xa1\x14\xbe\x7d\x94\x1d\x20\x57\x8b\xa5\xc4\x3a\x5e\xc7\x79\x2b\x1f\xe9\xce\x98\x36\x95\xf2\x47\x88\xbc\xfe\x98\x35\x98\x4b\x94\x65\xee\x02\x5d\xcb\x55\x22\xaf\x2b\xe5\x43\x7e\xac\x1c\xc6\x0c\xbc\x64\xa0\x43\x72\x8a\xd1\x62\xd1\x17\x49\x42\x46\x98\xbe\xb1\x5e\x6f\x4f\x9c\xd5\xb1\x2c\x14\x8a\x95\xcc\x4c\x39\x0d\xb2\x3b\xd2\x30\x03\x81\x16\xf2\x29\xe8\x38\x20\x1a\xac\xd0\x49\x71\x10\x1f\x7d\x4d\x5a\xd6\xb4\x3e\x09\x1f\x92\x30\x74\x0a\x85\x6e\x4d\xcd\x52\xbf\xbe\x83\xc3\x49\xf9\xd8\x56\xbc\x4c\xa7\x98\xf1\x54\xf9\x20\x3e\x90\x08\x43\xad\xd7\x5e\x37\x3a\x6b\xcb\xf6\x3a\x51\x05\x25\x46\x31\x39\x5d\xa7\xc9\x63\xf9\x29\xc4\xb5\xb8\x8e\x77\x72\x7c\x8e\x00\xf9\x08\xf0\xb9\xf2\xd1\x0d\xaf\x5f\x9b\xcb\xcb\x8a\x38\x14\x3c\x75\xc3\x71\x1d\x9a\xc1\xe1\x95\x7c\x0e\x75\x25\xff\xdb\x1a\x7a\x5a\xd6\x75\xee\x10\x42\x2a\x67\x88\x30\x93\xc4\x47\xa6\x0a\xaf\xb9\xd8\x57\x6a\x07\xde\xcb\x56\x5c\x05\x6c\xc1\x0a\x03\x7d\xaa\x32\x00\x8c\xfa\x0d\x4a\x85\x08\x04\xfe\xb1\x6d\x9a\x7e\xf4\x9e\xee\x6b\xfa\x24\x9d\x26\xae\xfc\xba\xf6\x30\x7a\x6d\xd7\xf2\xae\xe7\x1d\x35\xf9\x05\x0e\x36\xf0\x6f\xc3\x7a\xd0\xd4\x3e\xb2\x22\xbc\x0c\x9b\x5d\xe8\x73\xdb\xba\x43\x9f\xf3\x63\x17\xfc\x2d\x4e\x04\xbe\xfb\x7a\x78\x78\x5d\x46\xb4\x49\x97\xe9\x99\xf8\xf8\x47\x4c\xea\xae\x8e\xa1\xd1\xc5\xd3\x14\x68\xc4\x3e\x26\x25\xe0\x7a\xfb\xb5\xe6\x8e\x5d\x0b\x6a\xb2\x23\x85\xf1\x4f\x22\x6b\x59\x5a\x69\x1e\x5f\x50\x92\xb0\x81\xc9\xd7\x8a\x9d\x52\x92\x42\xb0\x02\xa6\xdb\x22\x05\x50\x0a\x77\x64\x61\x53\x10\x84\x78\x72\xba\x96\x1c\x8c\xad\x4f\xbc\xf0\x28\x1c\x55\xd8\xa1\xef\x0c\xfc\x1f\xf9\x63\xf1\xf0\x01\x41\x3c\x12\x88\x07\x9f\xa6\xb5\x30\xb1\xfd\xb0\x97\x10\x5b\xf7\xab\x95\x57\x46\x70\xca\xf4\x91\x7e\x96\x72\x4b\x47\xb2\x53\xc7\x14\x97\x2b\x78\x1d\x9a\x8c\xe6\xae\xf6\x10\x67\x7d\x67\xdd\x70\xbc\x36\x47\x76\xf8\xb1\x3a\x80\x24\x80\x51\x68\x88\xdf\x22\x9f\x1e\xbf\x45\x61\x23\x7e\x4b\x4e\x63\xf2\xb5\xeb\xaa\xf1\x31\xbc\xb8\x78\x3e\x03\xe0\x19\x9a\x87\x1d\x5c\x8d\x21\xee\xdf\xc3\x75\xb4\x23\x56\xe6\xde\xa7\x09\x7c\xb6\x0d\xa3\xef\xa1\x0d\xae\xde\xfd\x4c\xfd\xd9\x2f\xee\x15\xb6\xb8\xd7\xbb\x72\x13\x9b\xf1\x6c\xc7\x71\x02\x0a\xf6\x23\x9e\x2d\xd5\xd8\x41\x29\x55\x85\x64\xae\x92\x50\xa7\x84\x21\x3c\xb8\xc7\x33\x53\x2f\x4c\xed\x98\xb8\x79\xa6\x05\xa4\x4d\x13\x06\x67\x5c\x4b\x18\x1b\xe2\x6c\xdb\x44\x1f\x18\x73\xb4\x73\x14\xef\xf9\x50\x75\xa6\xb6\xf3\x95\xfd\x0b\x6f\xfe\xc5\x37\x0e\x39\xf4\x99\x7f\x58\xa1\xc1\x8a\x1a\x2c\xcf\x0f\x16\x4e\x8f\xbe\x22\xcf\x4c\x35\x92\x3c\x7e\x1c\x04\xaf\x88\x1c\xcf\x65\x84\xd2\xc9\x8c\xb6\xe1\xf5\x1c\x64\x6e\xf9\x58\xf4\x56\xe6\x6e\x6b\x0e\xc4\xee\x9b\x90\x4f\xf9\x4c\x7e\x87\x2b\x48\x32\x53\x20\x94\x75\x5d\xb1\xd7\x83\xe8\x67\x8b\x1f\x9c\x68\xe2\x0b\x7d\x52\x3a\xac\x05\xb1\x44\x51\x0a\x4c\xea\xbd\xb6\xca\xea\x40\x2f\xe4\x45\x40\x19\xd8\x91\xb6\x7c\xc6\x9b\x79\x84\xf1\x09\x21\x14\x98\xb3\x39\xad\x2b\x5b\xef\x08\x53\x9f\x93\xc0\x7e\x65\x91\x20\x5b\x67\xde\x94\x71\x3d\x25\x3b\x04\xab\xbc\xe9\x72\x53\x23\xa7\xaa\x18\xc5\x2b\x4e\x12\x5a\x79\xd4\xb8\x8b\xb5\xbe\xb2\xcc\x5b\x27\xfb\x79\x94\x43\x78\xc1\x85\x23\xd0\x79\x02\xaf\x85\x7e\xe7\xe9\x7c\x35\xf1\x72\x2e\x9e\x3e\x79\xfe\x6a\x04\x39\xa1\x0c\xfa\x7d\x42\x45\xf4\xfb\x0c\xd5\x60\x35\x39\x53\x68\x96\x16\xe1\xc1\x6f\x0a\xeb\x91\x32\xa5\xce\x01\x68\xad\x6f\xd8\xb3\xf3\x32\x07\x51\x58\xc9\x3a\x82\x07\x8e\x50\xd1\x30\x97\xcd\x6f\xd9\x4f\xea\x42\xce\xe2\x54\xae\xbe\x0b\x04\x22\x9b\xc8\xcd\x4b\xfa\x12\xa3\x6d\x2c\x03\x73\xc3\x77\xed\xfc\x0a\xb3\x13\x52\x0e\x38\xbf\xbe\x62\xef\x9a\x6f\x44\x8c\x63\x19\xa0\x29\xe9\x4c\xe0\x7a\x25\xf6\x5d\xcc\xbe\x73\x50\x6c\x33\x26\xe1\x9e\x96\x4e\xfe\xa0\xf3\x38\x03\x46\x3f\xf8\x7d\xb1\xda\x76\xdd\xb4\xc3\x4e\xbe\x1e\xa5\x91\x5d\x97\x51\x2d\x85\xc6\xd2\xc1\x43\x1a\x0f\xe2\xb3\x37\xe2\x14\xd4\x83\xf8\x96\xb3\x88\xb3\x73\x2d\x0c\x23\xa5\x73\xe5\xc6\xf2\xe1\x19\x7f\x1c\x51\x0f\x1c\x76\x81\x0e\x04\xe4\x6d\x27\xaf\x56\xe5\xf0\xbb\x6d\x58\x20\xb1\x78\x25\xab\x54\xfa\x77\x72\x83\x6d\x6a\x34\xbf\xca\x5d\x5a\x35\xa7\x0d\xc8\x8d\x30\x99\xdd\x55\xdf\x1f\xba\x24\x51\x11\x52\x0f\x5e\x8c\x66\x33\x69\x24\x1f\xe0\xc1\xb1\xed\xf3\xc8\xca\x7f\xd7\x44\x8e\xc7\x43\xea\x7d\xb6\x0a\x82\xf3\x65\x02\xe4\xcf\x2e\x49\xea\x1c\xf8\x96\xd2\xeb\xef\xf5\x5b\xca\xa0\xce\x77\x9b\x70\xa3\x00\x1a\x5d\xe9\x28\xf5\xae\xb2\xcb\x6d\x4b\xb7\xd5\x33\xf1\x59\x74\x62\x14\x20\x19\xcf\x97\x46\x02\xe1\xbf\xf0\x5b\x05\x03\xab\xeb\xe9\xe4\x9b\x08\x89\x47\x7b\x9f\xf3\x9b\xe1\xb0\xb6\x10\x71\x46\x84\x7e\x28\x0e\xaf\xfe\x12\xc8\x05\xb8\x81\x31\x80\xfd\x05\x22\x81\x77\x67\x78\x39\xec\xe1\xec\x4f\xc3\x89\xb6\xc5\xa4\xad\xc6\x1b\x92\x24\xf3\x30\x71\x97\x89\xb4\xe0\xc1\xa6\x0f\x48\xf9\x29\x80\x07\x5e\xbd\x6a\x59\xbd\x0e\xde\xb7\x99\x1d\x85\x52\xf8\x74\x0c\xc4\xa7\xa9\xf3\xb1\xf7\xeb\xd5\x77\x52\xc0\xf1\x26\xfe\xc8\xde\xa3\xd7\x03\x73\x56\x8b\x92\xf3\x2d\xac\x35\xfb\x42\xcc\xc7\x11\xf3\x35\x89\x45\x0c\xad\x34\xa1\xaa\xd9\x8a\x73\xf1\xa9\xac\x41\xe8\x9e\x9f\xfa\x86\xa5\x9a\xf0\x48\x9f\xf6\x96\xcc\xce\x01\x84\xe6\x1f\x81\x1e\xdb\xee\x08\x98\xab\x45\x18\x11\x60\xc7\xd8\x20\xcf\x05\xf8\x1a\x36\x69\x92\x85\x7e\x01\x45\x2a\x1b\x55\x2c\xc4\xd7\xc5\xdd\x18\x16\x9d\xcf\x38\x3c\xf2\x52\x05\xd8\xc8\xc9\xa6\x5f\xd6\x9f\xa7\x9e\xe2\xc9\xb4\xf2\x6d\xf5\x05\xcd\x61\xf5\xea\xb0\x9c\x8c\x55\x65\xf7\xef\x43\xaf\x89\xc3\x78\xea\x19\x19\x5f\x9a\x96\x4c\xd9\xc1\x53\x92\xfd\xe1\x79\x65\xde\xf9\x08\x71\xb6\x29\x5d\x19\x6f\xb6\xcd\x92\x87\xe7\x59\x9f\xee\xcb\x3b\xd9\xad\xad\xc3\x03\x10\x99\xa3\x18\xa2\xe5\x6b\xc9\x7c\x17\x5e\x9b\xfc\x3c\xbe\x36\x69\xd2\x67\x37\xf9\xed\xed\xf0\xf4\x76\x78\x0a\x59\x86\xc2\x41\x10\xfa\xae\xd3\xe8\xa9\xce\xae\xdd\x4e\x5e\xee\xc6\x99\xc9\xc1\x50\xf8\x0f\xbe\x6d\x99\xa6\xbc\x17\xfd\x13\xe2\xaf\xe4\x45\x6f\xd8\x0f\xc5\x3c\x92\x0e\xac\xfb\x4c\x4c\x27\x9f\xc9\x84\xff\x94\xbc\xaa\x9c\x3e\x71\xed\x5f\x8d\x96\x27\x3a\x3e\xaa\x7a\xf6\xb4\x75\x7c\x33\xfa\x77\xb4\xa0\x33\xc9\x5f\x41\xd5\xc7\xd5\xb2\xa7\x02\xd3\xd6\xf4\x6d\xd3\x23\xb3\x19\xb5\x25\x93\xfa\xdd\x6d\xe9\xd4\xf2\xc6\xc2\x0c\x7f\xff\xd0\xb2\x27\xbe\xb1\x65\xe1\x85\xf7\x3f\xb0\x6d\x33\x0f\x3a\xfe\xa4\xaf\xa7\xfe\xee\x91\x85\x04\xdc\x1e\x53\x43\x9a\xed\xc9\xc1\x11\xfc\x9f\x45\xfe\x78\x94\x38\x6f\x1e\xd1\xcb\x14\xe9\x91\xd5\xde\xec\xb2\xe1\x30\xd2\xa7\x4f\x7c\xe7\x67\xe9\xf3\xfc\x1d\xfb\xe4\xcd\x5f\x7e\xa8\xf5\x07\x22\xd8\x85\x7c\x24\x62\xcc\x76\x18\xd5\x1e\xde\x0f\x4f\xc7\x12\x59\xe8\x9b\xa6\x7a\xb7\x30\xbb\x66\x75\x69\x16\x78\x66\x92\xa3\x58\x91\x22\xb2\x84\xe8\xb6\xc0\x2f\x04\xb3\x7e\xde\xad\x3e\xd7\x04\xb1\xfc\x94\xe3\xe7\x7b\xfa\x4d\x07\x1f\x56\x15\xfc\xbc\xa2\x9f\x30\x0b\xe3\xef\x92\xfe\x66\x45\xaf\x14\xdd\x70\xcd\x1e\x9e\x38\xf2\x26\xd8\xe7\x74\x57\xa1\x36\x0f\x86\x7e\xde\xd2\x0f\x76\xe3\xe5\x47\x18\xd0\x05\x3f\xca\x2c\x7f\x3a\x79\x38\x12\xbe\x49\xfc\x95\xff\xe4\x8f\x57\xcd\xd0\xf2\x27\x70\x7d\xf7\xe1\x44\x7a\xcb\x3f\xb9\x6b\x86\xb8\xb1\xf6\xbd\x36\x25\xdd\x33\x1c\xf5\xde\x5f\x49\x5b\xb6\x63\xb8\x5b\x6b\xa4\x25\x1a\x05\x7f\x68\xcd\xcd\xda\x8f\x44\x87\xc1\xdf\xfc\x38\x64\x10\xb4\x7c\x65\xdb\x1c\xf0\x88\xce\xbb\x85\x7f\x8a\xcd\xbf\xc1\xf6\x98\x4a\xbc\x2f\x2a\xfc\x82\xa1\xc4\xad\xdc\xf6\x3d\xdb\xc7\x0e\xc8\x7f\xb2\x5c\xf8\xa7\x1b\x5d\x7d\x18\x54\xdd\x16\x1f\x10\x15\x20\x6d\x82\x5f\xfb\x70\x1d\xab\x78\x97\x0b\xd6\xe9\xd1\xce\xad\x37\xc4\x38\xb1\xfe\x0e\xe2\x71\xf1\xf0\xaf\x7f\x65\x68\xfa\xfb\x6f\x7f\x2b\x5e\x7c\xfb\x69\x61\x7f\x41\xc2\x78\xe4\x4b\xfd\x05\xca\x9c\x00\x46\xbf\xbf\xcb\x20\x91\xa7\x85\x03\xb5\xd8\x8f\x41\x03\xb5\xb8\xef\xc5\xe2\xff\x04\x00\x00\xff\xff\x7b\x14\xd5\x3f\xea\xce\x00\x00") +var _confLocaleLocale_itItIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\x4b\x93\x1c\xc7\xb2\x26\xb6\xaf\x5f\x91\xc4\x35\x18\x40\xb3\x46\xd1\x78\xce\xe8\x61\x34\x16\xa9\x66\x03\x20\xa0\x8b\x47\x5f\x34\xc0\x23\x89\x06\x2b\x44\x55\x45\x57\xe7\x45\x56\x66\x31\x33\xab\x9b\xcd\x6b\xc7\x6c\x96\x5a\x68\xa5\x95\xb4\x3b\xda\x8d\xcc\x66\xa5\x9d\xd6\xfc\x27\xf3\x4b\xc6\x3f\x7f\xc4\x23\x33\xab\x01\x72\x2e\x17\x44\x57\x86\xc7\xdb\xc3\xc3\xdd\xc3\x1f\x6e\xbf\x5f\x6e\x7c\xb7\x5e\xbc\xab\x8b\xce\xb7\xd7\xe5\x6f\x65\x53\xfc\x58\xf6\x85\x3b\xf4\xcd\xa3\xa6\xdb\x97\xbd\xeb\x9b\x62\xdf\x36\x35\xfd\xe3\xaa\xea\xc1\xa1\x6b\x66\xb3\xab\x66\xe7\x17\xcf\xe8\x7f\xb3\x8d\xeb\xae\x56\x8d\x6b\x37\x8b\x73\x57\xd7\xbe\xaa\x9a\x62\x53\x16\x6b\x02\x6f\x1b\xfa\x31\xf3\xbf\xee\xab\xa6\xf5\x8b\x27\x1d\xfe\x75\xb3\x2b\x5f\xed\x17\xa7\x25\xb5\x3e\xeb\xca\x6d\xbd\x2c\xeb\xc5\xe9\x7a\xed\x37\xa5\xfc\x6c\x0e\x3d\x81\xae\xf5\xd7\x61\xbf\x78\xe3\xb7\x65\xd7\xb7\xae\x2f\x67\x2d\xff\xe9\xdb\xf4\xdb\x8d\x5f\x75\x65\xef\x17\x17\x25\x0d\xef\x6f\x7e\x35\xbb\xf6\x6d\x57\x36\xf5\xe2\x27\xf9\xd7\xcf\xf6\x6e\xeb\x69\x6c\xdb\xb2\x76\xb3\xde\xef\xf6\x95\x23\xf0\xb7\xfa\xc7\xac\x72\xf5\xf6\x00\x88\x17\x25\xfe\x98\xad\x5b\x4f\x9f\x97\xb5\xbf\x59\x9c\xd1\x9f\xf3\xf9\x7c\x76\xa0\x75\x59\xd2\x02\x5c\x96\x95\x5f\xba\x7a\xb3\xdc\x61\x3e\xe7\xfc\xa1\x29\x0e\xbd\xaf\x7b\x5f\x78\x5a\x1b\x9a\x31\x0f\xdb\x6f\x68\x56\x4b\xd7\xf1\xc4\xba\xae\x29\xfc\xe5\xa5\xef\xfb\x03\x16\x72\x8d\x35\xe3\x26\x6b\x47\x4b\xf8\x8a\x7e\x6a\x13\x33\xbf\x73\x65\xb5\x78\xf2\x08\xff\xd0\xa8\xbb\xee\xa6\xe1\x55\x95\x3f\x68\xf6\xcb\xfe\x76\xef\x17\x67\x4d\x7d\xe9\xdb\x1d\x0d\xd5\xed\xfb\xf5\x95\x5b\x9c\xc9\xbf\x33\x82\xd8\x37\xb4\x18\x4d\x7b\x4b\x2b\x64\x7f\xce\x9a\x76\xeb\xea\xf2\x37\x5a\x2c\x5a\x95\xd7\xf2\xe3\x37\xf7\x1b\xaf\xcd\xae\x6c\xdb\xa6\x5d\xbc\xe4\x7f\x66\x34\xe9\x25\xda\x58\xbc\x3a\x34\xd7\x4d\x91\xb4\x81\x92\x5d\xb9\x6d\xb1\x74\x28\x74\xc5\x4b\xfc\x92\x46\xa4\x90\x1b\x92\x8a\x49\x73\x97\x4d\xfb\x51\xbf\x3e\xa5\x3f\x87\x6d\xd2\xd8\xb4\xbd\x66\x30\x30\x57\xd3\xa6\x70\xf9\x8f\xbe\xeb\x4b\xc2\x88\xa2\xf2\x39\x54\x39\x73\x9b\x1d\x2d\xf4\xde\x11\xda\x65\xd8\xe7\x76\xf4\x9d\x31\x44\x5a\x73\xeb\x75\x73\xa8\xfb\x65\x47\xbb\x40\xdb\xdc\x2d\x9e\xef\x68\x18\xbd\xb4\x52\x6c\xa8\xda\x03\x05\x99\x4d\x82\xcc\x6e\x9b\x43\x40\x81\xc5\xf3\xaa\xe8\x0f\x7c\x24\x80\x00\x52\x36\x5d\x8d\x3a\xee\xcb\xeb\xb2\x2f\x3d\xe1\x42\xcf\x7f\xfe\xfe\xff\xcc\xf6\x87\xaa\xa2\x75\xfe\xe5\x40\x13\xeb\x16\xe7\xf4\x8b\x96\x85\x7f\xcd\xca\xae\xa3\x7f\x81\x5b\xab\xca\xef\xa8\x81\xb5\xab\xd7\x34\xb9\xd3\xba\x26\x30\xda\xe2\x9f\xcb\x9a\x5a\xaf\xaa\xf7\x33\xfd\x63\xf1\x5c\xfe\xd5\x99\xf6\x65\x5f\x79\xc6\x19\x9a\xd7\x83\x32\x2d\x2b\xf6\xbe\x2d\xca\x8a\xc6\x5d\xee\xe8\x24\x5f\x5f\x97\xcd\x6c\xd3\xac\x3f\x12\x72\xe3\x4c\xd2\xb1\xba\xf0\x05\xc1\x97\x84\x8f\x65\x85\x45\xae\x37\x44\x0a\x9a\x6d\x57\x74\x87\xe2\x31\x43\x9e\x70\x23\x97\xee\x9a\x4e\x00\xed\xc7\x76\xcb\xbb\xf2\xad\x2b\x7a\xd7\x6e\x7d\xbf\xb8\xb7\x5c\xd1\x81\xfa\x78\xaf\xb8\x6a\xfd\xe5\xe2\xde\xfd\xee\xde\x77\x74\xae\xbc\x2f\xb6\x87\x72\xe3\xbe\xfd\xca\x7d\x07\xca\x50\xb8\x9e\x30\x5e\x07\x45\xa3\x71\x4c\x31\xdc\x6e\x55\x3a\x6a\xf6\x97\x83\xab\xd6\x4d\xe7\xd0\x2b\xaf\x8a\x2b\xf6\x7c\x7a\xbf\x98\x61\xd1\xe8\xb0\x2f\x37\x2b\xa1\x59\x3c\xb8\xda\xe3\x90\x11\x99\x2a\x5e\xde\x5e\xfc\xcb\x8b\x93\xe2\x9c\x36\x60\xdb\x7a\xfe\x9b\xfe\x47\x15\xfe\x5a\x34\xc5\xdb\xf2\xf1\x0f\xf3\x19\xd5\x94\x25\xca\x30\xe0\xb1\xeb\xdd\xca\x75\x9e\x8b\x71\xc6\xde\x96\x7b\x46\xa4\x8d\x15\x5c\x11\x30\xd1\x3b\xda\x22\x1c\xdd\xc5\x3b\x39\xb1\xe3\x43\x4a\x0d\xc4\x73\x4d\x88\x15\x5b\xa0\x12\x5d\xe6\x77\xba\xbc\xd8\x8c\x5d\xd3\x63\x29\x9f\xbf\x7a\xf5\xfa\xf1\x0f\xbc\x36\xeb\x66\x53\x5e\x96\x6b\x47\xbb\x70\xf9\x3f\x2e\xb7\xbe\xf6\xad\xab\x96\x84\xfe\x58\x79\x9e\xe1\x7c\xd6\x75\x15\x11\xa1\x8d\x5f\xbc\x6c\x36\xae\x22\xa4\xfa\x47\x71\x71\xf1\x82\x86\xd3\x5f\x2d\xce\x7d\xbb\x6e\x5a\xa2\xd1\xdd\x2f\x15\xd6\x4a\x3b\x25\xa4\x45\x71\x41\x03\x6d\xaa\x03\x28\xba\x60\x83\x8d\x6f\xb8\x52\xc5\xb7\xab\xf6\xbb\xf3\xb8\xd9\x87\x8e\xc7\x9b\xb7\x41\x5b\x05\x1c\xa9\x04\x9d\x4a\x26\x6e\xe1\x16\x99\xcf\x7c\xdb\x2e\x89\xce\xf6\xb7\xd8\x30\x1e\x1c\x46\xa1\xe3\x2b\x70\x96\xb2\x25\x1a\x0c\xa1\xa8\x69\x35\xf6\x87\xdf\xff\xbf\x82\xb6\xd7\xd3\x10\xae\x0f\xb4\x58\xd2\x6a\x59\x5f\xd3\xbc\x37\xb4\x97\xb6\xe0\xd4\x72\x3d\x5c\xf3\xd8\x0c\x11\x04\x3a\xa0\x9e\x90\xac\x05\xee\xb5\x65\x71\x6f\x7e\x8f\x68\xf6\xbd\x47\xf7\xe6\xb3\xba\x59\x0a\x21\x01\x6d\xdf\x94\x9d\xa3\xb3\xb7\x6c\xc3\x15\x43\x54\xf3\x15\x8f\xa4\x21\x7c\x40\x29\xed\x5e\x0f\x44\xad\x5c\x61\x50\x82\xcb\x1d\x21\xb5\xa3\xa5\xa0\x55\xe3\x6b\x84\x2e\x87\x3a\xa1\x45\xd8\xe9\x74\x51\x8c\x7a\x29\x0e\xbd\x00\x9e\xcb\xdf\x4a\x92\xb2\x9a\xba\x1c\xcd\x83\x74\x39\xdc\x7c\x36\x33\x14\x99\xc0\x6b\xc2\xe0\x1f\xb0\x0e\xdc\xdc\xe9\x7e\x5f\x11\x5e\x29\x45\xa4\x6b\x3f\x22\xea\x64\x51\xa0\x0a\xeb\x96\x08\x17\xed\x75\x09\x04\xb0\x45\xa6\xc9\xd3\x85\x36\x20\xdb\x05\x91\x7b\xbe\x0b\xd7\x57\x74\x94\x9b\x2f\xf8\x46\x5a\x66\x68\x59\xbc\x69\x9a\x9e\x77\x29\xb9\x0a\x02\x98\xf5\xf9\xf6\x40\xd4\xb2\x28\x8b\x78\xa3\x31\x4f\xd2\x7a\x3a\x2f\x65\xd1\xd1\x2e\xd6\x75\x43\xff\x56\xd7\x0e\x70\xb5\x11\x8a\x4d\xd9\xfa\x35\xc0\xe7\xb3\xf6\x40\xec\x03\xce\xea\x93\xce\x13\xf5\xe1\xb3\x45\xcc\x8b\x1c\x5c\x2b\xb4\xfe\x5e\x68\x01\x0d\xec\xda\xf3\x0e\xd2\xff\xf5\xf2\x76\x09\xce\xb6\x36\xf8\x64\x60\x9e\x91\x1f\x08\x01\x72\x44\x24\xa6\xa1\x0b\xbc\x5e\x3c\x6e\xb0\x7b\x8d\xfe\xb4\x8e\xfe\x05\xe3\x6c\x68\xc4\x97\xd5\x81\x2e\x35\xc2\x99\xc3\xb6\x2a\x8b\x77\x6f\x5e\xd8\x81\x5c\x57\x0d\x5d\x7d\x5b\xe2\xc2\xa8\x51\x3a\xd6\xcf\x70\xdc\xaf\x96\x7b\x5a\xd9\xc5\x39\xfd\x8f\xbf\x85\x4f\xd6\xee\xab\xc3\xce\xb7\x4c\xb2\xf6\x0c\x63\x24\x9c\xfa\x22\x0a\xc1\x67\x92\x9a\xa7\x9a\x27\x84\xb6\x74\x99\x3a\x3b\x4f\xdc\x6d\x8e\xd6\x74\x6d\xf4\xde\x6e\x77\x19\xc1\x55\xdf\xef\xd3\x21\x3c\x7b\xfb\xf6\x3c\x7e\xb4\x41\x48\x19\xee\xdf\x6e\xdd\x54\xe8\x9a\xd1\x38\x41\xae\x39\x63\xd7\xa1\xad\x16\x98\xf1\x08\xed\xa8\xe0\xcf\x2e\x14\x46\xf4\x15\xfe\x77\x41\x1b\xb2\x71\x72\x8b\x5c\xd1\xfd\xe2\x80\x91\x35\x23\x2c\x9f\x8c\xc2\x57\x44\x0a\x88\x9d\xa5\x9e\xe7\xb3\xaa\xd9\x2e\xb1\xa9\x03\x24\xdd\x78\xba\xd8\x9a\x6d\x5e\x6c\x43\x7b\x6c\x48\x06\xc4\x5b\x13\x6a\x75\x38\x21\x40\x99\x52\x89\x1a\x57\xa6\xa3\xd9\xec\x41\x3e\xa6\xcf\xe6\x53\x87\x35\x22\xf4\xbd\x56\xce\x6f\x0a\x48\x99\xc1\x6e\x47\x2b\x1d\xae\xa0\xe2\xe2\x25\xad\x3e\x7f\xbb\x6c\x9b\xdd\xe2\xb1\x8b\x3f\x6c\x8c\x2f\x1d\xd3\x76\x1a\x21\x1d\x09\x42\x84\xe6\xa4\x78\xf3\xf4\xac\xf8\xef\xfe\xfa\x97\xbf\xcc\x8b\xf3\x84\xa8\x12\x25\x67\x32\x15\x00\x0b\x1e\x0c\xd1\x60\xfa\x1f\x1d\xe7\x1d\x50\xe8\x1e\xa8\xc4\xbd\xe2\x5b\x2e\xfa\x9f\x7c\x47\xf4\x8b\xe8\x3b\x51\xfb\xef\xe6\x33\x7c\xa2\x83\x24\x47\x8d\x87\xcb\x07\xe4\x65\xd9\xcb\x51\xd3\xf2\xd1\x55\x99\x43\x19\x6b\xbf\xa4\x63\x7a\x59\xb6\xbb\xc5\xa9\xe0\x63\x61\xdc\x2e\x16\xf5\x4d\x4a\x6d\xb9\xe1\x65\x4d\xf4\xe0\xf2\x36\x40\xbf\xc2\xcf\x12\xfb\x0e\x9c\x78\x22\x8b\xc7\xb8\xbf\xe4\x6b\x69\xed\x27\xc9\x24\x8d\xe4\x42\x4e\x08\xd1\x42\x62\xe3\x4b\xfe\x49\x97\xd8\xac\xb9\xbc\xac\x88\x81\x91\xdb\xd6\x7a\x89\xb7\xee\x6b\x29\xce\xc0\xe8\x48\xec\x49\x6e\x79\x1c\xce\x14\x56\xf2\xec\xf1\xab\x82\x58\x39\x1a\x18\xe1\xcc\x2e\xd4\x27\x1e\x72\x03\x52\x77\xed\x4e\x88\x9c\xe2\x86\x22\xf4\x69\xcb\x8e\x90\xd0\x47\x32\x87\xb1\xa0\xa8\x59\xbb\x6a\x87\xe5\x22\x22\xa3\xd7\x14\x1d\x53\x22\x81\xae\xe5\xee\xb8\x21\xf4\x16\x05\x39\x2d\x1e\xc1\x8f\x07\x69\xa0\x05\x70\x82\x98\xb9\x9a\x08\xeb\xfa\x40\x67\x70\xc7\x74\xc4\xcb\x00\xcb\x02\xa7\x50\x21\xaf\x7d\xbd\x6d\x68\x80\x74\xab\xd2\x61\xea\xc1\x2e\xa1\x94\x49\x69\x59\x88\xac\x43\x53\xf4\x1b\x7f\x49\xa4\x10\x77\xf7\x25\xfd\x0d\x21\x62\xb3\xd4\x61\x54\x4d\xf3\x91\xc6\xf1\xa4\xc6\xe8\x8a\xa7\x56\x5c\x9c\x72\x71\x57\xbc\xe0\xf2\x63\xf5\x74\x16\x5a\x3b\x00\xe9\xf8\xba\x42\xa0\x0a\x5c\xc4\x5d\x5a\xde\xec\x3d\x49\xbb\xc4\xb7\xaf\x95\x5d\xa1\x7f\xc1\x30\x50\x09\x5d\x12\xe5\x4a\x97\x22\x2e\x73\xc6\x0d\x24\x8b\x96\x61\x64\xf1\xd2\xd5\x44\x75\xfc\x64\xad\xf1\x82\x8f\xd8\x87\x9d\x54\x27\x74\x8c\xab\x78\x22\x07\x94\x17\x3d\x65\x07\x40\xe7\xe9\x72\xc2\xe2\x13\xa7\x21\xb7\x15\xe4\x17\xe2\x2f\x78\x31\x96\x26\x1c\x86\x73\xa4\x42\x62\x5e\xac\xa3\x7a\x43\x47\xa6\xf4\x22\xb6\x33\x63\xe5\x0a\x05\x10\x62\x5b\xd4\x24\xa3\xd9\x90\xe6\xc2\x86\x93\x38\xaa\xf2\xfb\xf2\xba\x24\x69\xd9\x3a\x92\xb6\xe4\x32\x2e\x4c\x00\x46\x2b\x3f\x61\xf9\x19\xc1\x59\x18\xf7\x93\xcd\xe8\x80\x2e\x6c\xd2\x8a\x4b\x44\x4e\xb7\x40\x30\x9b\xf4\x75\x68\x8b\x45\x03\x42\xce\x92\x4e\x7c\xc7\xba\x0a\x5e\x9b\x5e\x8e\x8e\xc2\xf1\x1a\x06\x60\xbe\xa1\x4c\x32\xcf\xf7\x60\xae\x22\xa5\x8a\x73\x22\x65\x80\xfb\x23\xbe\x40\x38\x70\x22\x89\xc4\xe3\xe9\xa2\x83\xbd\x93\x75\x2f\xb8\x1e\xce\x33\x09\x34\xc4\x33\x6c\xd0\xfa\x09\x6d\x29\x0e\xc1\xa1\x26\xf6\x24\x30\x1f\xc5\xf3\xc7\x8b\xaf\x8b\x06\x6c\x68\x4b\x24\x80\x45\x4f\x1e\x0b\xad\xfa\x80\xe5\x83\x0e\x86\x08\x30\x1d\x2e\x3d\xf6\x32\xba\x09\x12\x76\xaa\xc3\x38\xcd\x1a\x50\xf8\x91\xa6\x61\xc0\x79\x06\xe9\x45\x89\x6f\x2c\x09\xd4\x37\x80\x48\xd5\x54\x55\xa1\xdc\x25\xbe\x9b\x50\xba\xdc\x36\x10\x85\x55\xfa\x54\xce\x68\xd6\x13\x56\x2c\xb7\x65\xbf\xbc\xc4\x95\xb0\x59\x3c\xa5\x42\x68\x6d\xa8\x09\x14\x31\x19\xa6\xd5\x62\x91\x82\xc0\xbe\x29\xee\x5f\xab\x10\xf3\x57\xd0\x79\x1c\xfd\xb2\x02\xf6\x0a\x73\xe0\x0a\x55\xf5\x08\x6b\xdc\x1d\xf6\xc2\xfa\xa8\x14\x41\x27\xa7\x04\xf1\xd9\x32\x22\x76\x42\xa3\x84\x6b\x0f\xf5\x56\x24\x55\xb6\x74\x51\x1c\x2e\xe9\xd2\x28\xf9\xec\xb9\xe2\x7e\x77\x52\xbc\x7a\xfd\x2a\x03\xdc\x36\xab\x43\x59\x6d\xe6\x33\x13\x3c\x48\xec\x50\x1c\x01\xdf\xce\xeb\xb6\x3d\xd8\x41\xce\x64\x10\x8c\xed\xf7\xff\x44\x20\x6d\x4b\x15\x1c\xcf\xca\x5a\x99\x60\x8f\xa7\x38\x4c\x05\x6f\xb8\x6e\x60\x5d\xb1\x24\x84\x1c\xeb\xab\xc5\x1b\xc2\x43\x7c\xb2\xbe\x02\xa6\x71\xa7\xf4\xc7\x37\x05\xcd\xaa\x78\xf4\x1d\xfd\x7f\xd6\x11\x77\x2b\xb7\xec\x76\x62\x23\x84\xa5\x16\xb6\x4a\xb8\xfc\x7c\x6e\xd9\xf0\xb3\xb3\x92\xe3\xa3\x1d\x0b\x46\x0b\x1e\x17\x57\xb1\xfa\x82\x25\xdd\x81\x31\x7f\xf1\x83\xaf\xe9\x2a\x21\x5c\xff\xa2\xb8\x28\xdd\x8e\x44\x43\x4f\x7c\x21\x51\x23\xba\x2e\xfb\x43\xe1\x56\x2b\xda\x23\xe2\x01\xc1\x52\x02\x93\x4e\x8a\xd5\x01\x67\x12\x4c\x57\x5f\xe2\x68\x34\x71\x67\x72\x8e\xee\x45\xb3\x95\x25\x65\xc1\xb5\xec\x6c\x2d\x79\x1c\xb3\x9f\xa1\xc6\x7c\x3f\x3b\x88\xb8\xd3\x54\x1b\x70\xd2\x38\x27\x22\xdf\xd3\x15\x36\xd0\xc6\x19\x50\x38\x0e\xdd\x4d\x49\x3b\xb0\x0c\x4a\x50\xac\x6c\xef\x7f\xed\x17\x67\xac\xce\x28\x1e\x5b\x01\x18\x19\x14\xcc\x76\xb7\xbc\xed\x74\x3c\x8a\x5d\xe9\xcb\x54\x0c\xea\xae\x9a\x1b\x56\x2e\x2a\xc4\x4f\x65\x47\x17\x02\xab\x0a\xa0\x5c\xf4\x11\x27\x88\xc0\x42\x33\x49\x1c\x24\x1d\x88\xa6\x65\x2e\x52\x2b\xc5\xf6\xd0\x25\xad\x11\x91\x45\x74\x4a\x77\x7a\xb7\x78\xe1\xd1\x69\xf1\x3a\x57\xa3\x51\xa9\xe8\xef\xc2\xa0\x54\x83\xc7\x14\x99\x55\xbd\x3f\xe1\x76\x20\xec\x51\x0d\xd5\x9c\xf6\x9d\xf5\x5e\xd2\xe7\x2b\xaa\xd2\x43\x3e\x8e\x48\x4b\x8b\xab\x9a\xdf\xf7\xb3\xe1\xc0\x58\x87\xd2\x89\x12\xa5\x24\xfe\xcc\xb5\x84\xc4\x67\x74\x02\xa0\xe0\x22\x9a\x77\xf5\x3e\x51\xc3\x2e\x15\x95\x58\x1d\x0b\x8a\x5b\xb3\x36\x51\x09\x5e\x64\x1c\xaf\xfc\x1e\x7c\xe6\xae\xdb\x2e\x9e\x39\x62\x53\x4a\xa2\xad\x91\x3e\x7f\x5f\x88\x92\x99\x04\x56\xf7\xc5\xac\x6b\x70\xda\x97\x9f\x5f\xb7\x93\x1a\x8d\x54\xcf\xef\x77\x51\x0e\x93\x44\xbf\x10\xe4\xed\xf6\xa5\x5b\xcb\xdd\x9d\xdf\xef\x74\x32\x09\xef\xf9\x62\x34\x26\x80\x04\x78\x42\xf9\x48\xa6\x80\x3d\xc4\xc6\x89\x18\x36\xb8\x0c\x40\x14\x3a\xe6\xa2\x46\xfd\x33\x35\x1e\xf5\xae\x87\xd7\xb8\xe7\x7c\x30\xe0\x8f\x59\x48\xc8\x46\xc5\x1c\x24\xb4\x0a\x24\x69\xfb\xdd\x0a\x4d\x7b\x70\x07\x84\xea\x6e\x57\xce\xe8\xf2\xdb\xf2\xc9\x1a\xf1\xf2\x7c\x0a\xc1\x04\x3a\x06\xf2\x9f\x00\xfa\xde\xd4\xfb\x44\xc5\x6e\x16\x3f\x10\xc3\xbb\xad\x59\x7a\x4d\x57\xfd\x39\xcb\x55\x65\xcf\x9b\x36\xb7\xcb\x49\xb8\x29\x66\xfe\x3b\x6a\xce\xd6\xfe\x5d\xed\x18\x33\x9c\xca\x2f\xb2\x98\x32\xf9\x30\x45\x3a\xfc\x25\xfe\x75\xc5\xb7\xab\xef\xee\x77\xdf\x7e\xb5\xfa\xee\x04\x44\x5e\x14\x6e\xaa\xd2\x58\x13\xd5\x06\xe1\x63\x59\x9a\x05\x46\x3c\x65\x30\xfb\xd0\x12\xfb\x41\x93\x28\xee\x13\xa3\xd8\x8a\x42\x95\x2e\x2c\xc2\x9d\x49\x7d\xd0\x5c\xd4\xbf\x5e\x4e\x8a\xa1\xf1\x69\xe0\xd2\xa1\x44\x36\x34\xa6\xa6\xaf\xca\x15\xdd\x8d\x44\xbe\xf4\x45\x04\x2c\xc1\x4f\xa5\x07\x4b\x33\x28\x16\xb6\x44\xd5\xd0\x46\x69\x69\x92\x25\x28\x70\x57\x2a\x6a\xb1\xe6\x82\xe1\x4f\x02\x5e\xdd\x85\x55\xad\xe7\xf5\xac\xca\x5d\xd9\x1f\xc5\x68\xba\x53\x69\x49\xc0\x5a\xf1\x5a\xe2\xaa\xf6\x8f\x6c\xc1\x05\x7d\x04\xbf\x68\xc9\xe8\x3e\xa6\xaa\x98\x47\x8e\xe4\xac\xfd\x65\xbe\xec\xaf\x44\x6d\x88\xee\x13\x4b\x79\xe5\xba\xe5\xa1\xd6\x2d\x26\x36\x9f\x31\xfa\xac\x74\x0d\x5f\xc7\x57\xae\xcc\x65\xd4\xb8\x37\x51\x98\xe7\x5b\xc6\xf6\x9c\x66\xff\x30\xec\xf1\x97\xd4\xbf\x5c\xc4\x68\x88\xf8\x00\x7f\x7d\x60\xe5\x9c\x4b\x06\x1f\xb0\xa5\x81\x62\x44\xc1\x7c\x5b\x29\x5a\x31\x03\x76\x52\x5c\x62\xa3\xd7\x74\x3b\x11\xbf\x51\x15\xfb\x43\xd5\x39\x5c\x14\x50\x8e\x75\xc4\xd2\xd9\x32\xda\x04\x08\x70\xed\xb8\x94\xf9\xe8\x5a\xf4\x44\xb1\x41\xda\x8f\xc9\xe5\x53\x8d\x00\x73\x3d\x42\x7b\x7a\x1f\x55\x22\x41\x52\x97\xaa\x7a\xeb\x1b\x20\xb8\x4f\xda\xfa\x75\x3c\x4a\xf3\x19\x0f\x09\x23\xeb\x27\x07\xf6\xb0\x2d\xbf\xb4\xc1\xe9\x29\x88\xc3\x6a\x7d\x19\x6f\x76\x1f\x74\x94\x33\x69\x2e\x1c\xf3\x37\x06\x66\x2d\x84\x3b\xd2\x6e\xe6\x35\x64\xe8\x11\x46\x41\x93\xd3\x6c\x20\x81\x0d\x8f\xec\xda\x6d\xb0\x4d\x4d\x64\x1f\x74\x79\x63\xaf\xa6\xee\x18\xcc\x27\x0c\x59\xe6\x13\x86\x1c\xaa\xf5\x4d\xb3\xa4\xdb\xb6\xed\xc1\xbd\x55\x87\x7a\x7b\xe5\x71\xcb\x0a\xc7\x13\xb4\xb0\x43\x05\x34\x6d\x59\x53\xfc\xf7\x51\x89\x0c\xd5\x71\xbd\x64\xb1\x3c\x1c\xef\x1f\xab\xc8\xfc\xa0\x3e\x97\x96\xd2\x94\x0a\x2f\x3b\xd5\xf0\x9b\x00\xa3\xbd\xd1\x89\xdc\x41\xcc\x17\x2d\xe2\xec\x67\xac\xff\x7b\x21\x21\xb8\x0a\xad\x83\x44\x27\xef\x32\x52\x62\x2f\x58\xa1\x86\x30\xe9\x3f\x19\x79\x53\xb0\x21\xfa\x7c\x72\x1f\x93\x0d\xd7\xeb\xc6\xf8\xb6\x5c\xfa\x35\x4a\xd8\xf3\xb5\x53\x28\x10\x09\x41\x81\xbd\x8b\x2d\xa8\xda\xc6\x4a\x68\xc9\x0a\x62\x63\x36\x0d\xa6\x0d\xe5\xc8\xfb\xd9\xad\xef\x16\x17\xbf\xff\x67\x5a\x61\xe2\xc8\x66\xbc\x64\xb7\x78\xee\xe0\xb9\x10\x18\x54\x53\xef\x67\xef\x68\x5f\x5e\x0d\xa5\x1b\x30\x1a\xf1\x63\xc2\x76\xb0\x3e\x88\xc4\x12\x5b\x00\x65\xee\xce\x47\x72\xd0\x1b\xcf\xaf\x40\xb4\x14\x35\x75\xc0\x8f\x8f\x61\x15\x2e\x2e\x9e\xbd\x65\xf9\x8b\x5b\x87\xa2\xfb\x9a\x95\xa4\xb3\x67\x7d\xbf\xef\xde\xa9\x6a\x93\x35\x91\xd4\xf2\x6d\xd5\xb8\x8d\x7d\xd4\x9f\xb3\xb7\xde\xed\xe2\x00\xf1\x6b\x76\x4a\x5c\x4f\xfc\x04\xb9\xaf\x8d\x8f\xa1\xcc\x44\xcb\xe0\x9f\x0c\x25\xae\xd9\x2b\x7f\xf3\x43\x0b\xd5\x92\x54\x67\xe6\x28\xbc\x84\xac\xb8\x64\x76\xd6\x10\xd1\xef\x2f\x0e\xbb\x9d\xc3\xdb\x70\xe9\xf7\x25\x5d\x0c\xa2\xe6\x5c\x73\x99\x82\xbc\xa4\x1d\xc3\x63\xb8\xfc\xcb\x42\xc0\x00\xe2\xec\xaa\xa1\xb3\xba\xb8\x00\x37\xee\x92\xd2\xb7\xad\xf7\x3c\x82\x44\x87\x5a\xb1\x3a\x74\xc6\x9c\x2f\x18\x38\xfe\x17\x78\x10\x44\x7f\xcf\xaf\xc6\x1f\x8e\x3c\xf5\x7c\x98\xb9\x6a\x7f\xe5\x98\xbb\x0e\xa0\x78\xca\xc1\xeb\x26\xcb\xf4\xf1\x3d\xc7\x55\x97\xae\x86\x12\x1c\x82\x43\x83\xc3\x04\xa9\xa4\x7c\xf8\x68\xf9\x65\xde\xce\x86\x68\xea\x9f\x6f\x8b\x7e\xee\x0f\x50\x82\x7c\x20\x0e\xe6\x37\x9b\xc0\x03\x7e\x36\xd0\xb1\xdf\xef\xe6\x0f\x66\x2c\x18\x45\x80\x0f\xf2\xb0\xc0\xc2\x41\xcd\x8f\x0b\x15\x13\x13\x92\xca\x22\x35\xf9\x30\xdb\xb9\x5f\xef\xac\xb5\xc3\xbb\xee\x6e\x54\x4d\x2e\x8b\x74\x2d\x89\x7c\xe6\x3a\x5d\xa1\xe6\x4a\x44\x3f\xcc\xa0\x68\x1f\xc3\x03\x47\x03\x48\x59\xaf\xab\xc3\xe6\xe8\x50\x88\x38\xd0\xd1\x27\xb9\xcf\x15\x0f\xee\x77\x0f\xd0\x66\xfd\x91\x98\xb9\x5a\x2b\x3c\xc1\xff\x3d\x11\x71\xa2\x78\x74\x7e\x68\xd7\xbf\x31\x83\x85\x25\x35\x0d\xc1\x74\xdd\x83\x87\x51\xc5\x94\xde\xde\x2d\x9d\xb6\x3d\x89\x2d\xc4\x3c\x05\x62\x1d\x05\x5d\x12\x5f\x36\x07\x9f\x13\xe8\x58\x87\x7a\x9a\x47\xd3\x8a\xe5\xca\xfb\x7a\xd9\xbb\x8f\xbe\x0e\x8f\x83\x2a\x16\xd3\x6c\x85\xc5\x0f\x8f\x24\x73\x79\x82\x3a\x56\x2f\x7f\xae\x9a\xac\x4f\x4c\xef\x5d\xd5\xab\x07\xb9\xe5\x45\xd2\x46\x68\xa2\x27\x42\x70\xe7\x10\x40\x29\x26\x3b\x17\x04\xe0\x5a\x34\xfd\xcd\xe2\xc5\x83\x72\x40\xe4\x26\xab\x85\xa5\x0a\x4b\x1d\x77\x26\x21\xa8\xc0\x79\x5b\x71\x05\xe8\xc1\xb3\xa1\x8c\xfe\xde\x2c\x33\x75\x06\x2b\x9b\x32\x76\x8f\x70\x76\x7d\x68\x5d\xdb\x89\x44\x9f\x3c\x22\xe6\x4a\x0e\x90\x5a\xba\xef\xbb\xd2\x99\xb6\xa4\x99\xe8\x84\x50\x0c\x17\xc8\x1f\xe9\x45\xb4\x72\x60\xd2\xcb\xe6\xb3\xfb\x09\x17\xa2\x5d\xa0\x60\xfc\xae\x18\xf1\xd3\xe5\xe0\xc6\x5c\xda\x98\x53\x8b\x21\xa0\xad\xff\x95\xee\xbb\xf8\xba\x18\xfa\x06\xe2\xfa\x0e\x77\xe1\x7c\x56\xb9\xae\x87\x74\x2e\x33\x8b\xc0\xe8\x8c\x26\x43\xa4\x90\xdf\x04\x76\x44\xd9\x71\xf0\x44\xbf\x53\xf5\xa0\x03\x90\xd1\xda\x46\x75\x8f\x98\x29\x50\x68\x5e\x9c\x95\x45\x4a\x90\xc0\x08\xc2\x36\x29\x5b\x07\x3a\x29\x36\x53\xbc\x25\x7e\xf4\xb7\x63\xd6\x8c\xd5\x6a\xfc\x91\x9a\xdf\xb6\x6e\xc3\xd7\xc1\x75\x5c\x0f\x48\x98\xe1\x02\xfc\x06\xfa\x81\x83\xa8\x97\x19\xe6\x36\xb4\x2c\x76\x1a\x46\xe3\x8f\x35\xc0\xea\x52\x5a\xd9\xc3\x8e\xfb\x94\xf9\x3b\xa1\x48\x2e\x57\xe7\x25\x4d\x5c\x37\x10\x49\x40\xc6\x49\xde\xa2\x5b\xd4\x94\x5a\xa7\xa2\x3a\xd6\xe7\x45\xee\xbd\x2d\x0f\x44\x8a\x54\x07\x37\xeb\xe8\x24\x54\x58\x74\xb1\x79\x1a\x88\x53\x2c\x49\xf9\x8d\xc7\xab\x0d\x89\x9f\x46\xb0\x69\x2d\x23\xce\x9e\x14\x1b\xda\x93\xde\x8c\x58\xc4\x56\xa7\x72\x6d\xa5\xb7\x46\x47\xbc\x6c\xd9\xd6\xc2\x83\xea\xda\xff\xfe\x8f\xb9\xf6\x0c\x91\x07\xf6\x4d\x63\x39\xce\xba\xcc\x19\x7a\xed\xff\x41\xfe\xe4\x7e\xc2\x72\xbb\x40\xb6\xbc\x44\x34\x14\x21\x47\x83\x09\xaa\xd2\x74\xf0\x62\x4f\x94\x57\xbb\xcb\x06\x39\x38\x9d\x61\xa6\x71\x8e\x2e\x9d\x63\x15\x3a\x9e\x89\x25\xd0\x52\x38\x8f\xe4\x10\xd0\x34\x5b\x6c\xeb\x43\x29\xf9\x92\xcd\x6b\x60\xda\x55\x27\x3b\x64\x67\x62\xf6\x33\x8e\xd0\xfb\x19\x5d\x0c\xf5\xd6\xeb\xa3\x8f\xe9\xd4\x8c\xdf\x95\x97\xad\x7f\x6d\xe8\xaa\x6d\x6a\x10\x03\xbe\xc5\x44\x91\x39\x4b\x55\x65\xa9\xea\x49\x2d\xb2\x6e\x83\x3d\xd6\x3f\x08\x29\x57\x2b\xbc\x43\xcf\x2e\x61\xb0\x78\x03\xd5\xd4\x85\xdf\x1e\x1c\x8c\x10\xa9\x07\x22\x0a\x8b\x9f\x9a\x1e\xc6\x82\x02\x00\x65\x27\x00\xca\xbe\xd4\x2f\xf2\x93\x90\x5f\x7f\xe2\xc5\x80\xad\x0e\xa0\x24\x28\x7f\xff\xff\x67\x50\x8a\xec\xe6\x4c\x6b\xc1\x6e\xb7\xd7\x4c\xa4\x8d\xfe\xf2\x0d\x8a\xd1\xd3\x45\x46\x65\x4c\x9b\x63\x85\x3d\xdf\xf3\xb5\x08\x83\x3c\x40\xb6\x15\xa1\xdb\xf7\xd0\xf7\x44\xf1\x78\xab\xd2\xeb\x8d\x5b\x0b\x6a\xe7\x1a\x52\x7d\xc9\x96\x22\x3f\x9b\x95\xda\xfb\x99\xd9\xb2\xa9\x15\xe3\x84\x25\x93\xae\xb9\x3c\xc4\xcd\xf4\x24\x77\x8b\x33\x1c\xd7\x52\x6c\x10\x58\x27\xb6\xb0\xa7\x87\x0b\xfe\x59\xce\xf4\xbd\x1f\x6a\x9a\x6e\x91\x3c\xf1\x97\x33\x56\x41\x0e\x74\x8f\x1b\x48\xf0\x7e\xf1\x04\x6a\x07\x92\xc7\x4d\x88\x39\x94\x9b\xc5\xbb\x72\x33\x9b\xd1\xe6\x50\x03\xcb\xc1\x78\x6d\xcf\x1a\x9b\x48\xa6\x12\x19\xf1\x3d\xb4\x10\x56\xa1\xe0\x77\x55\x5c\x84\x9d\x53\xeb\x87\x66\x5b\x43\x40\xeb\x55\x4c\x02\x7b\x83\x65\x74\xd9\xb9\x3c\x29\x44\xdf\x03\xbb\x02\xa2\x4a\x74\xd2\x1a\xfa\xa9\xa8\x7b\xe3\x57\xd1\xc6\xd3\x41\x2e\x6b\x61\x43\xd2\x89\x4a\x9d\xb5\x2b\xe1\x8a\x0d\x97\xae\x6a\xf1\x36\x2c\x32\xea\x3b\xd7\x11\x89\x31\xd8\xc6\x95\x55\x78\x62\x4a\x76\x9c\xb0\x05\x26\x85\xf1\x99\xe7\x4c\x44\xb1\x26\xb7\x8e\xa5\x1f\x33\x34\xce\x8f\x98\xe7\x74\x20\x44\xba\x38\xec\x37\x90\x16\x6d\x85\x4f\xc1\xf6\xd3\x08\x0b\x43\x8d\xbc\x3c\x08\x7f\xb9\x15\xa4\xe9\xd8\x68\xbd\xb4\x3e\xdb\xba\x46\x31\x70\x6e\x67\x39\x98\xbe\xbe\x33\xec\x97\x63\x4d\xa3\x1d\x40\x98\x12\x4a\x09\x97\x89\xcd\x62\x13\xe2\xeb\xdf\x3c\xb6\x91\x6d\xe8\x36\x8d\x99\x62\x94\x45\x55\xd6\x1f\x71\x57\xd0\x05\xc1\xa2\x1b\xd6\x2f\xdf\x4a\x56\x25\xd2\x39\x38\xb0\x2d\x2d\xfe\x70\x23\x3b\x4b\x7d\x5f\xd6\xd7\xe6\xd5\xad\xa8\x4d\xde\x90\xe8\xd3\xd2\x08\xe4\x50\x30\x3e\xb0\x04\x79\xec\x59\x7b\xf8\x9e\x6d\xcf\xd9\xf6\x08\xcb\xcf\xeb\x46\xdd\xec\x01\xd5\x85\xc6\x3b\xd8\x8e\x08\xb3\x46\x6b\xd3\x34\x9d\x2a\xc4\x05\x9e\x44\x30\x7e\x21\x35\x8d\xb8\xd2\x43\xdd\x2e\x6b\xd4\x76\x93\x78\x88\x32\x7b\xa0\x51\xbb\x00\x3e\x7e\x34\x12\x7e\x28\xb2\x5a\x76\x1a\x75\xd4\x0e\x78\x5d\x01\x53\x20\xbe\xc6\x59\x32\x45\x5a\x12\xd9\xdf\xb2\xfd\x1d\xdb\xbe\xa8\x2d\x40\x13\xc5\x8a\x07\x25\x89\x9d\x78\x77\x9d\xe7\x63\x0b\x98\xf4\x02\xaf\x3c\x93\xc3\x2b\x18\xfb\x81\x57\x3e\xe2\x95\x1f\xe0\x95\xa1\x4d\x7c\xb4\x94\x6b\x22\x50\xb2\xa6\xda\x4c\x68\xa3\x6d\x52\x58\xd1\x50\x2a\xb6\xc8\x89\xc9\x35\xf4\x00\xcb\x0c\xe4\x8d\x7f\x14\xb5\x02\x93\xca\xa5\xc8\x44\xbf\x88\x6d\x59\x7f\xc3\xf7\xc0\xf9\x70\xf8\x71\x59\x72\xf5\x4b\xd4\x62\x0b\x35\x18\xa8\x59\xe6\xc5\x6b\xba\x0a\xd8\x48\x11\xef\xc9\xac\x5e\x25\x12\xc7\xe6\x99\xa6\x19\xb7\xa6\x12\x6a\xa4\x9d\xff\x19\x5a\x14\xf8\x85\xb4\x61\x11\x45\xba\xa0\x64\x29\x4d\xcb\xa4\x06\xdd\x5a\x1c\x6c\xba\xcb\x08\xc7\x60\x22\xc9\xdc\x49\xcc\x99\xd1\x00\x05\x1c\xd2\x71\x5e\x5c\xb3\xff\xf1\xfa\x64\x16\xa8\x34\xb1\x87\x52\xf3\x96\x2e\x11\x69\xc1\x3e\xa8\xa6\x4c\x1f\x30\xcd\x6c\x45\x61\xf4\x84\xe8\x8b\xb7\x1c\x8c\x30\x4c\x2a\x02\x31\xd5\xcf\x72\x19\xe8\x84\x73\x10\x99\xd2\x0b\x5e\x32\xda\x1d\xbe\xb6\x41\xa3\x76\x8d\x54\x1a\x9a\x5f\x79\x6e\x91\x29\x5c\xb0\x0b\x22\xba\x07\x7b\x2c\x39\x20\x8c\x3f\xf0\x60\x60\xfb\xbe\x94\xba\x41\xd7\x4e\xbd\x95\x20\x3d\x85\x52\x3a\xda\xaf\xef\x87\x23\x0a\x84\x7c\xb8\xc0\xd2\xf7\x90\x80\x7f\x31\x73\x9b\x0d\x1f\x05\x59\x0a\x50\x96\x43\xbd\x4d\x08\xd0\x50\xe6\xe4\x0a\x03\xe0\x61\xc9\x32\x7b\xd5\x01\xab\xf2\x47\x5f\x72\xc0\xed\x64\x66\xe9\xe6\x7a\x12\x15\x98\xbc\xab\x74\x41\x10\x2f\x57\x42\x3b\x46\x0c\xec\x27\x1f\x73\xe4\xa6\x55\xc3\x8c\x72\x6c\x25\x62\xe3\x1f\x5c\x87\xc3\x95\x88\x0c\x48\xbc\x1d\x0f\xf5\xe8\x6e\xb4\xe3\x11\xd8\xac\x70\x40\xd6\x91\xdf\x42\xa7\x90\xa6\xc2\x62\x32\x2f\xe6\x99\x37\x63\xf4\xd2\x8b\x92\xa9\x2e\xcd\xbe\x54\x23\x9c\xd8\x44\x10\x29\x86\xdc\xcd\xbc\x38\x6f\xe8\xd8\xfc\xfe\xff\x8a\x21\xad\xb7\x3a\xca\x3e\xf2\x1d\x8a\x6f\x62\xc9\x82\x67\xd4\xde\x14\x59\xc1\x4a\xb6\x12\x32\x9e\x0a\x0d\x34\x92\x1d\x1b\x82\x82\xb6\xb7\xbd\x33\xb1\xb6\x3f\x88\x9d\x9b\x28\x87\x9c\x58\xb8\xaa\x2a\xff\xdb\x0e\xef\x39\xdb\xef\x98\x87\x76\x62\x53\xfe\xfd\xb7\x5f\xe9\x57\x7e\x46\x0f\xbb\xcb\x5e\x05\x18\xce\x8f\x65\xff\xec\xb0\xe2\x37\x99\x6f\x5d\xe2\x7c\xa0\x76\x3a\x3a\xb4\xb8\x10\xec\x89\xd0\x30\x3c\xac\xed\x2a\x96\xac\xb3\x9a\x7b\x75\xc1\x28\x2e\xd9\x53\x83\x4e\x91\x78\x2f\xc0\xa4\xb4\x21\xc2\xd2\xb1\xdd\x31\xe3\x9a\x8b\xa4\x96\x8d\x65\xed\x9c\x4c\xec\x55\xb0\xdd\xa5\xb2\x44\x5f\xf3\xfb\xff\xae\xe8\x91\x98\xed\xf2\xbb\x88\x2a\x4c\xcd\x14\x43\xda\x30\x79\x65\x1e\x5a\x62\x6e\x89\x5b\x3a\xcb\x41\xc4\xea\xb9\x11\x01\x59\x79\x46\x91\xb1\x58\x1b\x34\x9f\x59\xed\xe0\xb0\x40\xdd\x28\x5a\xa1\x68\x3d\x52\xdd\x2a\x12\xa6\xb7\x94\x1c\xd6\x28\xc7\x07\x71\x46\x8e\xaa\xa2\xbc\x1b\x50\x13\xa5\xab\x58\x24\xa3\xaa\x36\x9d\x69\xba\xba\x1e\xaf\x60\x4e\x5d\xcf\x4c\x36\x1d\xe8\x15\x82\xf2\x44\x89\xa9\x18\x96\x57\x30\x9a\x30\x43\xb0\xd2\x8c\x8a\xb3\x33\xf1\x13\x6e\xd3\x94\x82\x8e\xfa\x4d\x56\x21\xe9\xcf\x3f\x08\x37\xb5\x8c\x68\x34\x79\xac\x22\xcd\xef\xd4\xa8\x01\x91\x44\x56\x03\xf1\x1e\xbe\x13\xe5\x8e\x9d\x2c\x2a\x83\x87\x82\xc9\xad\xaf\xe8\x23\x8e\xb7\x0b\xf2\x2b\xb1\x1a\xfc\xee\xc1\xdb\x02\x5e\x49\x96\xe3\x59\xe2\xc9\xc3\xbe\x1a\x4c\x1c\x74\x98\xb5\xf0\x8e\xe8\xa9\x2c\xfe\x87\x82\x59\xab\x72\xd6\x37\x1f\x09\x25\x93\x36\xf4\xc9\x91\xbf\xf3\xb4\xdc\x10\x4d\xa7\x1b\x0a\xf4\x4c\x44\xc4\x40\xcd\x00\x3b\x90\x17\xcd\xb8\x02\x96\x20\x62\x96\x31\xa2\x65\x78\xe5\xa5\xa3\xa6\x86\x91\xa6\x28\xe9\xb4\xbe\xd1\xb4\x72\x5e\xbc\x09\x5a\xb2\x28\xa6\x19\x38\x4e\xae\x28\xb4\x02\xe1\x01\x47\x5a\xaf\x88\x58\xb3\x59\xa6\x34\xa3\x5f\xc2\xce\x9e\x66\xbd\xf9\x44\xdb\xd2\x27\x74\x5b\xf6\x6a\xc9\xeb\x94\x30\x37\xc5\x5b\x5e\xb8\xc4\x10\xf2\x5c\xb9\x7a\xaf\x6e\x1b\x6a\xe3\x62\x15\xf1\xa9\x90\x37\x1c\xae\x2a\x3b\xd2\x29\x43\xa4\xcd\x61\x26\x78\xc8\xd6\x16\x9a\xc2\x2b\x59\x12\x06\xcd\xb4\x7e\xb6\x47\x82\xdb\x81\x29\x64\x42\x7d\x7a\xfe\x5c\xdf\x19\x43\xef\xd2\xc7\x63\x27\x88\x82\x57\x4a\x36\xac\x3a\x11\xf1\x58\x30\xc0\x5d\xe3\x0c\xed\x4b\x68\xa2\x12\xf7\x88\x4c\xb6\x92\xc6\x22\x4d\x91\x79\x84\xd9\x66\x33\x9d\x2a\x93\x95\xf7\x9d\x3e\x65\xf5\xb6\x82\xd6\x5f\x98\x75\x76\xa2\x80\x45\x41\xff\xcb\x1c\xc3\xde\x04\xe6\x7a\xba\x1d\x93\xaf\xe0\x54\xe8\xbe\x11\xd4\x60\x86\xd2\x6c\x28\x60\x23\x63\xf6\x57\x6d\xd5\x24\xaf\xf6\x81\x78\xc9\x64\x8c\x7c\xa5\x48\x70\x84\x86\xbd\x3d\x3a\x8a\xe9\xda\xb2\x29\xda\x04\xa3\x75\x72\x1e\x27\x27\xf3\x39\xb4\x0e\x15\x53\xa7\x8c\xa3\x1c\x63\x3a\xcd\x8c\xd3\x39\xde\x7f\xe0\x74\x02\x17\xf9\x45\xc1\x06\xb4\x66\xfc\xd3\x8a\xfd\xad\x4a\x73\xad\x57\xb3\xf8\xa1\x9f\x88\xf5\x6d\xcf\xde\x41\x24\x55\x05\x91\x16\xab\x8a\xe0\xc5\x83\x44\x1b\x93\xf0\xce\x7b\x70\x8d\x35\xf6\xcc\xcc\x2d\x8c\x1c\xd0\x75\x6f\x8c\xc6\xeb\x57\xc5\xf9\xeb\xb7\x6f\x7e\xff\x8f\x91\xcb\xd0\x33\xe4\x44\x1d\xd0\xbb\x2f\x82\x69\xec\x60\x58\xc1\x40\x36\xdd\xe6\xc1\xd8\xd5\x5e\x37\x43\x04\x97\x4f\xc3\x20\x53\xa2\x1b\xe8\x5c\x2f\x56\xd8\x3a\xa6\xc8\x9d\x8b\x27\x01\xc8\x22\x9b\xd7\x13\x6b\x7b\x22\xa6\x2b\xe9\x16\xce\x7e\x06\x43\xf6\x7e\x26\x8f\x0b\xe7\xc9\x0b\x40\x7c\xf2\x1a\x3d\x94\xc7\xc7\x30\xf3\x1e\x2c\x76\x25\xd1\x5e\xd8\x56\x13\x0f\x51\xf2\xc3\x71\xf2\x76\xc3\x74\x67\xd5\xfa\xeb\x12\x16\x32\x6b\x22\x3c\x30\xa4\xdd\xf9\x9d\xbc\x62\x63\xd4\x61\xb9\x0f\x35\x0d\x74\x5d\x86\xb5\x9e\xcf\x60\xa1\xc8\xba\x8f\x5b\x58\x3c\xca\x9f\xbf\xff\x43\x3e\xe3\xeb\xc0\x25\xa8\xcd\x1e\xe2\xbe\xed\xf6\x8e\x48\x22\xdd\x9e\xdd\xe2\xde\x01\xa3\xda\x14\xb0\xb3\xbc\xf7\x1d\x44\x38\xe8\x52\xa9\x27\x02\xf9\x6e\xd4\x1e\x7c\x93\xd7\xac\x87\x3d\x62\x12\x05\xdd\xf8\xc6\xaf\x89\x3f\x54\xa6\x55\x8e\x93\xd8\xc2\x27\xa3\xd8\xf8\xeb\x84\xee\x1e\x1f\x90\x8c\xa7\x1c\x8f\x07\x4e\xd2\x36\xc9\x87\x2f\x12\x4d\xd7\xa6\xb4\x13\x7f\xed\x2a\xb6\xf8\x60\x02\x2c\xaa\x46\xb0\xaf\x61\x50\x68\xe2\xcb\x19\x5c\xa2\xc2\x9e\xe1\xfe\x5f\x45\xcb\x3a\x57\x9a\xd7\x27\x98\x23\xf8\x4e\x31\x26\x7e\x5f\xfc\xc4\x76\xf3\x77\x3b\xf1\xb2\xbf\x3e\x18\xe0\x2f\x66\x3c\x58\x7e\x50\x80\x43\xb7\x4b\xd1\x86\x8b\xd8\x25\x49\x8a\x36\x4e\x3e\x8d\x76\x32\xf8\x53\xa6\xca\x84\xeb\xb8\xf7\x6a\x09\x98\xac\x31\xda\x89\xef\xb4\x72\x55\x79\xd8\x07\xca\x81\xe3\xaf\x70\xe5\x37\x37\x7e\xfe\xb0\xa5\x43\x41\xb3\x6f\xa3\x2b\x23\x9d\x36\x54\x20\x69\xb0\xb0\x50\x00\x1d\x3a\x9b\x07\xd0\x19\xd1\x20\xba\x71\x11\x0f\x60\x0d\x77\x4e\xfb\x3d\x6a\x42\x1e\xd6\x82\xbf\x97\x42\x93\xbc\xb1\x81\xc9\x24\xff\xa3\xbf\xc6\xbd\x53\x45\xeb\xde\x18\x4f\x01\xc5\x0b\x56\xb3\xc4\x69\x26\xb1\x9c\xe6\xa6\xb7\x4f\x20\xfc\xc9\x8a\xe0\xfa\x53\x7f\x33\xaf\x5a\x50\x76\x7f\xef\xac\x17\x62\xa8\xd4\x8a\x96\x77\x8b\xcd\x67\x93\xcd\x22\xaa\xe1\x88\x6d\xd3\x87\x9a\xc5\x1b\x7e\x9b\xf9\x41\xdf\x66\x12\xa7\x1d\x8d\x11\x40\x94\xf6\x50\xc3\x16\x14\xd7\x4b\x99\x7d\x94\xed\x78\x43\xa7\x1d\xbe\x93\xf5\xad\xb8\x69\xfa\x47\x74\x9e\xd6\x1f\x69\x3b\xe8\xf7\x25\x74\xea\x74\x55\x14\xfd\x95\x83\x5d\x14\xc9\x24\xf5\x16\x34\x0d\x4f\x43\x70\xba\xe9\xaf\xbc\x56\xb3\xa6\xe1\x84\xd8\x12\xda\xd3\x42\xc8\x1f\x95\x05\x16\x28\x1e\x12\xe5\xa3\xad\xfa\xd2\x40\x89\x9b\x6e\x73\x4d\x06\x8e\xb0\x14\x0e\x60\x64\xac\xe9\xc3\xb1\xda\x39\xb4\xe2\x24\x98\x3c\x9c\x43\x99\x89\x65\xa8\x79\x1b\xec\x71\x45\xbc\xcd\x89\x7e\xd2\x1d\xa5\x4d\x33\xe7\xde\xdd\xd6\x4c\x4c\x1c\xfc\xf3\xf8\xef\xd9\x0d\x6c\x16\xf0\x9a\xf4\xba\xd3\x67\x9d\x56\x5e\x94\xb6\xee\x37\x7c\x7e\xea\x6a\x3e\x1f\x1d\x1f\x17\x7d\x23\xa2\x5d\x5a\x5f\xa9\x11\x66\x73\xb9\xe4\x1d\x04\x1b\xf1\x7c\xf0\x8c\x4d\xb4\xa9\x75\x51\x7c\x28\xb8\x46\xb4\x10\x81\xb5\xf6\x26\x43\x17\x6e\x68\x3e\xf5\x10\x65\x26\x06\x09\xf4\xfd\xee\xdf\xe1\x39\x6a\xf0\xc0\x7f\xbf\x9b\x7c\x94\xaa\x3d\x14\xca\x87\xfe\x6a\x91\x79\x0e\x0d\x4c\xa0\x34\xf8\x44\xee\x9d\xbf\x8b\x31\x28\xd2\xf2\xe3\xf7\x85\x6a\x0c\xeb\x9c\x48\x83\x3a\x17\xab\xea\xe0\xef\x7d\x27\x3b\x6a\x14\xda\x1a\xe5\xf3\xc3\x01\x2f\xd2\x03\xa4\xa5\x73\x21\xba\x86\x83\x8f\x0f\xcc\xc5\x14\x01\x17\xa7\xe1\x04\x0f\x53\x47\x4c\xb5\xbf\x89\x7e\xac\x5f\xfd\xf8\xfc\xad\xb8\x61\xee\x53\x93\x2a\x75\xe5\x65\xcd\x2c\xe3\xa0\xb4\x0e\x4e\xa7\xec\x3a\xe1\x19\xeb\x92\x36\xe5\xd5\x60\xb1\x83\x16\xa6\xcd\xb6\x5a\x54\xbc\xb1\xa1\xe8\x47\x01\xb3\xc6\xdc\x39\x45\x3a\x4d\xec\x31\x4f\x92\x57\xdb\x22\xd1\xf9\x43\xf4\x6d\x7b\x88\xbe\xb1\x61\x7d\x97\x8f\x81\x43\x26\xde\xe4\xf5\x44\xf1\x1d\x22\x7f\xdb\x25\x42\x48\xc2\x5f\xf5\x22\x08\x77\x0b\x3b\xbd\x12\xcd\xbb\x8c\x97\x0a\x83\x08\xef\x0f\xc9\x44\x75\x1f\x71\xca\x60\xe6\xf6\xb7\x4b\x3c\x14\x11\xff\x46\x72\x42\xfc\x1d\x98\x5c\xfe\x4e\xbc\x6b\x52\x24\x76\x4d\xe7\xb0\x8c\xa7\xc6\xff\xcb\xff\xf1\x7f\x3d\x3a\xa3\x29\x9f\xf5\x6d\x45\x7f\x88\xf6\x90\x65\x0e\x54\xc1\xfa\xbf\xfe\x67\xf9\x42\x24\xf4\x50\x33\x2d\x18\xbf\x0b\xcb\x67\x7b\x3d\x06\x6d\x58\xbc\x6d\x20\xe4\xc2\x58\xab\x41\x88\x1c\x7c\xc2\xeb\x33\xcf\x56\xee\xd5\x19\xf4\x01\xe2\x99\xa6\xba\x80\x4d\x72\x15\xfe\x72\x28\xd7\x1f\x97\xd0\x8c\xf9\xc5\x8f\xac\x1f\x6b\xdd\x9e\xfe\x51\xe6\xa0\xbf\x2a\x3b\xbd\x10\xc0\x03\x8c\x2f\x96\xd4\xf5\x82\x6f\x51\x18\xf8\x39\x92\x91\xf9\x02\x11\x61\x2a\x65\x7e\xa8\xfd\xd2\x9c\x17\xd8\x77\x6b\xb6\x3f\xc0\x5c\x0f\x94\x5d\x3a\x3a\xa7\xdf\x76\x9d\x2b\xae\xd4\xa2\xb7\xae\xc6\x95\xb9\x4b\x1a\x22\x87\x48\x98\x66\xf9\xd8\x38\x30\xb7\x07\xe9\x55\x96\xc0\xa2\x82\x8d\xd9\x94\x5f\xcc\x66\x6c\x6f\x7c\xc6\xb6\xc5\xb3\xa9\x5b\x6e\xd6\xb7\xde\x2f\x4e\xab\x15\x3c\xe7\x1f\xc2\x80\xf1\xcb\x19\xdd\xa7\xb0\x4f\x55\xeb\x05\x04\x84\xe8\xdd\x76\xf1\x94\xbe\xb6\xc2\x85\x4b\x09\x6c\x1f\xdc\x56\x5b\x85\x81\x81\x23\xa6\x38\xb6\xeb\xb6\xdd\xe2\x2d\x95\x0f\xc3\xb9\x20\xf2\x4b\x1e\xf1\xa5\x9b\x55\x6e\xe5\xe9\xe3\x93\x1e\xcf\x16\x3d\xdf\x7f\x15\x26\x5d\x53\xc5\xb7\x44\xe2\x0f\x98\xcd\x4c\xac\x2c\x81\x97\x6c\x6d\x49\x22\x9d\x77\x1d\x3a\x2e\xd9\x9d\x7f\xc6\x4f\xb3\xad\xbb\x59\xbc\xa6\x05\x2d\x59\xa0\xe4\x4f\xb4\xdb\x1c\x0f\xe8\x8c\x78\xed\x06\xce\x00\x4e\xbe\xb3\x67\x0f\xe0\x7f\x12\xa7\x98\xac\x12\x4b\x4d\x7c\x3c\xce\xed\x2f\x29\x80\xd9\x74\x05\x26\xd1\x36\x86\xd9\x0f\xda\x12\xb5\xf6\xa7\x93\x5d\x6f\x7c\x2a\xad\xec\x1a\x61\xab\x67\x33\xea\x87\x46\x32\xe7\xa0\x40\x78\x67\x16\xf1\x9e\x0d\x44\xb5\x48\x9e\x17\xa5\xf4\x8c\x9f\x11\x8b\xa7\x49\x31\xfe\x91\x42\x33\x03\xce\x6a\xef\x21\x7e\x50\xe3\xf2\xa2\xd5\x2d\x4e\x09\xc7\xc4\x2e\x47\xd9\xe9\xab\x00\xba\x86\x03\x43\xbf\xe4\x06\x61\xc1\x8d\x0b\x80\x5b\xee\x8c\x68\x46\x1d\x40\x62\xac\xad\xdc\x56\xcd\xd2\x2c\xbb\x2c\x36\xd9\xd8\xf8\x68\xe5\x03\xfc\x25\x2e\x93\x81\xee\x0e\x74\x2e\x56\x7e\x49\xfd\x3a\x63\xbe\xfe\xd7\xe6\x50\xe0\x7b\xb1\xf2\x60\x86\x9c\x61\x19\xd4\x30\xee\x23\x34\x14\x7c\xf9\x37\x1d\x34\x3d\x3c\x3d\x14\xa1\xbf\xac\x69\x26\x88\x2b\x7f\x09\x8e\x17\x9f\x62\xbb\x28\x11\xf8\xe4\x28\x09\x64\x01\x48\x70\x69\x60\xc1\xd2\xd6\x4c\xf8\x0f\xb3\x7a\xcc\x1f\xc6\xdd\xf2\x8c\xae\xe0\x56\x78\xd3\x96\xbd\x29\xc3\x62\xe7\x28\x2a\xb8\x48\xf5\x05\x7f\x78\x5e\x62\xe0\xc1\xc3\x31\x02\x0d\xcc\x10\x45\xf3\x95\xeb\x0a\xa8\xd2\x0b\x81\xd8\x98\x52\x08\x36\x11\x44\xeb\x0d\xef\xc0\xbb\xb0\x23\x8e\x60\x1f\x0c\x0f\xf0\x93\x3b\x82\x2f\x5d\xd2\x57\x90\x7c\x89\x18\x17\x74\x61\xc7\xb0\x22\x27\xc5\xbf\x62\x46\xe0\x32\x0a\xc4\x48\xab\x37\xa0\x41\x34\xa3\xaf\xe6\xc5\xdb\x86\x39\x58\xf0\xc0\x69\x85\x6d\x23\x73\xf2\x34\x48\x3a\x64\x35\x96\xba\xb9\xd4\xd5\xf6\xd5\x26\x69\x64\x45\xfc\x32\x71\x1e\xd0\x4b\xea\x68\xe8\xc2\x21\x16\x36\xa2\xed\xda\x57\x4b\x36\x51\x5a\xc8\x8f\x50\xc4\x64\x21\xe0\xbe\x50\x89\xe2\x4c\x7e\x1a\x10\x94\xce\x3d\x49\x1d\x8b\x53\x9a\x12\x2d\xdd\x57\xdf\xda\x64\xbf\x7b\x90\xc0\x58\xf1\x83\x78\x2e\xf1\x6a\xbf\x78\xc7\xff\x64\x25\x6a\xbc\xa3\x88\x91\x96\xe8\x80\x76\x62\x4f\x2e\xb7\x15\xda\x25\xae\xcb\x82\x62\x10\xf3\xcf\x7e\x40\x1b\xbd\xbe\xf8\x73\xb2\x13\xda\x84\x2c\x65\x75\x4b\xc4\x47\x70\x51\xcf\x8c\xce\xd1\x8a\x6d\x91\x55\xcd\x60\xbc\x9d\x00\x3f\xc2\x24\xef\xb1\x37\x90\x69\x78\xa4\x20\x76\x16\x2f\x3d\x6b\x9f\xbf\xc0\x55\x4c\xab\x50\x99\xd6\x8a\xad\xd0\x01\x12\x74\x95\xc1\xf2\x5e\xe2\xca\xa6\xbf\xe0\x1c\x04\xfe\x97\x49\xc0\x3c\x25\x7f\x66\x1a\xc7\x46\x40\x72\x8d\x5b\xcb\x05\x3e\xa6\x6b\x20\x66\x29\x67\xd9\x66\x07\x14\x55\x3a\xb6\xf2\x7a\x5b\x3e\xd5\x82\x42\x0a\x40\x4d\xb8\x20\x34\x67\xd7\x5a\x05\x69\xf3\x56\xee\xe8\x6e\x21\xd7\x96\x1c\x26\x2d\x12\xc1\x0c\xde\xb2\x43\xaa\x11\xda\x0a\x28\x8e\xdb\xda\xc9\xa9\x7a\x52\xf7\x44\x57\xb8\xa1\x52\x64\xba\xbd\x83\x5d\x49\xf0\xbe\x75\x46\x42\xfb\xf4\x90\xdc\xd5\x4d\x98\x2c\xf7\x12\xaa\x2c\xde\x2a\xb5\x8a\xf6\x73\x68\xbe\x96\x81\xe3\x8c\x7d\x76\xeb\x4b\x25\x80\x74\x15\x2c\x45\x2c\xb5\x85\xb1\x3e\xa4\x7d\xa2\x16\x85\x4b\xe8\xe5\x40\x8a\xed\x6c\xca\xc7\xba\x91\xc3\xb9\x59\xde\x5c\x25\x9d\x0a\x1d\xd3\x67\xb6\x48\xca\x14\x96\x78\x1c\xda\x78\xee\x99\xb1\x8a\xbe\x68\xbd\xf9\xdd\xfa\x1a\xf8\x43\x7d\x2c\x48\xf8\xf4\xfc\x6a\x09\x5d\x91\x27\x1a\x0c\xe1\x9b\xa9\x71\xd6\x09\xe1\xb0\xe1\xb8\xd0\x21\x43\xe6\xad\x2b\xeb\x88\xeb\x70\xc5\x22\xc9\x43\x08\x79\x7f\x95\x10\xed\x7c\x9e\x03\xec\x3a\x95\x25\xbc\x29\x7b\xc1\xee\x3f\x8a\x67\xb4\x2b\xda\x0d\x28\x00\x5c\xa4\xb1\x2f\xd0\x85\x71\x4c\xac\xf4\xe2\x40\x61\x1c\x0b\x87\xd4\x69\x96\x6a\x73\xc4\xf8\xf9\x94\x45\x10\x8e\x07\xc2\x5f\xbf\x92\x63\x9f\x6c\x32\x0f\x93\x39\x7d\x16\x48\x12\xca\xd9\x1d\x56\x84\x52\x4c\xc4\xe4\x4f\x0d\x34\x15\x0f\xab\xda\x3e\x73\x9f\x81\x93\xe9\xb2\x4e\xf1\x99\x7b\xe3\xf1\xde\xd1\x63\xda\x02\x5a\x44\xd7\xef\x26\xaa\xcf\x8c\x33\x9c\xe7\x1c\x62\x17\xbe\xab\x7b\xb5\x99\xae\x41\x5c\xb0\xb0\x06\x01\xe6\x12\x6f\x60\xe2\x80\x6d\x9f\x20\x91\xd3\xed\x73\x7a\xe0\x38\x12\xf6\x75\x37\xf4\x0f\x0a\x25\x7c\x45\x20\x8e\x5e\xf8\xa2\x9e\xf2\xe0\xc8\xaf\xfd\x9a\x44\xfb\x08\x4c\x54\xd0\x8a\xec\xf1\xd2\x1c\xcb\x11\x78\x53\x58\x43\xe5\x9a\x5d\x52\x32\x1f\x31\xcb\x49\x19\x8e\x2f\x8a\x83\x54\xe4\x15\x2a\x6b\x61\x4d\x8c\x73\xbb\xd4\x76\x88\x13\xb7\xc8\x92\x7e\xaa\xc9\xc0\x8a\x07\x4e\xbc\x19\xf4\x18\x21\xac\xd7\xf0\x65\xdc\x6b\x04\x7e\x69\x7f\xe1\x96\x28\xf3\x11\x22\x38\x4d\x02\x7a\x4a\x4c\x6c\xf1\x72\xba\x51\x3a\x83\x9b\xc9\x56\x61\xaa\xd1\x65\xc0\xd0\x0b\x6d\x6b\xc8\x3b\xc4\x98\x6f\x6b\x27\x4f\x00\xa3\x21\x06\x30\x7b\x4c\xc7\x93\xc9\x91\x1a\x78\x95\x36\x70\x99\x7d\x31\x05\x2a\x67\x4c\xc4\xc7\x89\x3d\xb5\x4d\x13\x8b\x9f\x89\x2d\x13\x80\xe5\xbe\x22\xc6\x28\x8d\xd1\xc0\x5e\x35\xa1\x02\xce\x61\xd6\xa1\xb6\xcb\xdd\x3e\x19\x36\x2b\x4d\x06\x15\xf0\x5c\x5e\x68\x5e\xe0\x78\xb9\xa0\xfc\x04\xfd\xf5\x3d\x98\x35\x41\x97\x63\x95\x61\x97\x15\x69\x52\xfd\x5f\xfe\xe3\xff\xdd\xb3\x1a\x54\x6a\x15\xb7\xbe\x9f\x17\x60\x86\xd7\xac\x72\x02\x61\x56\x85\xe7\x3d\x5c\xfc\x2f\x00\x75\xaf\x58\x1d\xfa\x1e\xac\xff\x0a\x0c\x64\x2f\x61\x7d\xa0\x53\xa9\x99\x4b\x46\xf8\xa2\xd1\xc0\xa8\x1e\xe8\xdd\x91\x51\x25\x4a\xe7\x35\x6e\x5b\x2e\x47\xbd\x63\x15\xa8\x0f\xd8\xe4\x0a\x21\xfe\x24\xb4\x91\xd7\x28\xb2\x45\x3a\xc7\x64\x4a\x5a\x08\x6a\xee\x40\x62\x25\x02\x88\x34\xca\xa8\xde\xbb\xd5\xe2\xfe\xa6\x38\xdd\x23\x98\x47\xd8\x43\xe0\xb6\x15\x9d\x01\x9b\x43\x91\x8a\xe8\xb2\xbd\xa3\x9d\x4d\x4b\x71\xa3\x77\x3c\xff\x31\x4d\x48\xf4\xe4\xc3\xba\x77\x9c\xfa\x21\xc4\x44\x0f\xf1\x10\x1e\xef\xe1\xce\xc3\x18\x61\x60\x34\x3b\xee\xa2\x48\x2b\x25\x9d\x0c\x1b\x08\xaa\xd2\x89\xef\x73\x84\x5f\x51\xed\x84\xc5\x5a\x34\x8b\xa7\x49\xf0\x4e\xe3\x1a\xd3\x8e\x13\x37\x12\xc6\x0d\xc7\xdd\x48\x32\xd3\x1a\x82\xbf\x1b\x98\x4e\xa3\x02\x73\xd3\xfc\x2a\x38\x0d\xce\x8f\xc3\x0d\x84\x23\x01\xc7\x7b\x1b\x0c\x35\x78\xf9\x5d\x3d\x9c\x43\x07\xd7\xed\xd7\xed\x06\xcf\xee\xe3\x92\x39\xa3\x68\x9f\x5e\x30\xc3\x59\x31\x18\x88\x89\x81\xc9\x15\x35\x05\x25\x0d\xa8\x10\x64\xf6\xd4\x7d\x29\x56\x81\x72\x79\x4d\x0d\xc1\xbb\x6e\xa2\x12\xce\x43\x53\x5c\x4e\x8e\x1a\xba\x12\xdc\x90\x30\xb8\x7a\x2e\xaa\x2c\xfd\xe9\xa6\xc7\xcf\x7d\xc4\x1a\xec\x20\x34\xae\x81\x43\xc6\x1b\xb1\x70\x38\x62\x4d\x71\xff\xe7\xaf\xdf\x77\xd8\x8a\x60\xf0\xf6\xd5\xfd\x9f\xff\xf2\x9e\xd8\xc6\xfb\x3f\xff\xf5\x7d\x07\x8e\x71\x54\x77\x79\x49\xf2\xfa\xa8\x01\xae\x66\xb0\xac\x80\x69\x0e\x9d\xc6\xda\x06\xb5\x82\xc9\x49\x9d\x5e\xa9\xbf\xf6\x56\xaa\x42\x7a\x79\xed\x72\x62\xc0\x84\x98\x69\x41\x93\xd1\x82\x8d\x16\x31\x2d\x88\xd7\xd0\x61\xb7\xd4\x19\x77\xa0\x14\xfa\x77\x24\x23\xf2\x1b\x2f\x0c\xfd\xe2\x43\xf8\x15\x67\xfe\x4f\xe0\x96\xef\xf3\x9c\x3f\x58\x25\xb3\x89\x17\xe8\x18\x91\xb0\x55\x4e\xfc\xa0\x7f\xdc\x38\x62\xd9\xc5\x38\x2f\xe8\x45\xb4\xd2\xf7\x61\x80\x4d\xb0\xa1\x83\x6a\x69\x5d\xca\x5b\xb9\xba\x5c\x99\x81\x5f\x39\xcf\xe9\x1e\xff\xe0\xa9\x6e\x06\x14\xd1\x06\xa5\x10\xba\xd9\x12\x71\x35\x01\x6e\x3d\xaf\xa6\x40\xbd\x29\x1d\xf1\x10\x83\xa2\xa3\x0d\xb5\x19\xb4\xde\xa5\x86\x64\x0a\x37\xdc\x1a\x5e\x5c\xde\x18\xac\x6c\xb9\x21\x21\x04\x28\x72\x2f\x2c\x32\xff\xfa\x8e\xd1\x25\x5b\x6a\x19\x8c\xb6\x80\x9e\x19\xbf\xfe\x58\x1b\xaa\x27\x20\x28\x69\xc5\x1e\x1b\x37\xb2\x23\x0c\x55\xe0\x99\xa0\x70\x26\xd9\xfc\xb1\x0e\x60\x3f\xec\x03\x2b\x1c\x7a\xb5\xd0\x4b\xc4\x25\x9f\x25\x3f\xe2\xb9\x1b\x5b\x5c\x68\x89\x05\xbc\x33\x2f\x78\x56\x02\x64\xd6\xa7\x17\x04\x51\x40\xf8\x12\xe1\x0d\x3e\x6e\x86\x5f\x35\xb8\x77\x7e\x13\x0c\x48\xc3\xba\xbe\x10\x1b\xc1\x06\x98\x7b\xb4\x58\xd7\x24\xfd\x2d\x2e\x10\xe4\x6b\x70\xb1\xc7\x90\x06\x23\x1e\x4c\x20\x68\xc2\x32\x53\xd6\x19\x1e\x83\x81\x4d\x0c\x9d\xc3\x11\x37\x2d\xe5\x11\x29\xf9\xb4\x06\x1b\x5b\x97\xdd\xfd\x02\x3b\x39\x29\x29\xca\x7d\xc6\xf2\xb2\x41\xa4\x88\x63\xac\xdf\xd0\x3c\xeb\x53\x70\x43\x43\xac\x84\xf3\x0c\x26\x57\xec\x64\x03\x64\xcb\x0c\xf5\xb1\x73\x83\x1b\x36\x18\xef\x97\x13\x36\xa6\xd3\xdd\x9b\xda\x33\x0c\x33\xd8\x01\x0d\x4d\x4b\x13\xca\x88\xd8\xb7\xe5\xba\xdc\x3b\xa5\x8e\xe7\x50\x21\xc8\xef\xb0\xd8\x88\x0a\xb4\xbe\xc2\xa1\x8e\xdc\xd8\x07\x51\x1f\xa8\xd6\x00\x08\xc9\xd6\xf3\x05\x34\x60\x54\xfe\x61\xa2\xee\x86\xb0\x1d\x6c\x5f\x52\xd7\x3e\x71\x03\x1f\x66\xf2\xf8\x11\xe4\x3b\x92\x05\xd2\xc0\xf7\x52\x08\xfb\x7b\x5a\x84\x44\x8f\x59\x5f\x22\xf1\x04\xaf\x6c\x54\xe3\x4f\x02\xab\x0d\x70\xa8\x81\x40\x01\xaa\x54\xa3\xe3\xcf\x01\x84\x72\x9d\x9c\xf9\x8c\x84\x76\xe7\x83\x86\x11\xbe\x6f\xc1\xb1\xdb\x07\x1d\xca\xbf\x8b\xb5\xf5\xa5\xe5\xd9\xdb\x91\xbd\x19\x69\x04\x0e\x9d\x7c\x83\x57\xf7\x43\xd5\x77\xc6\xcb\xb5\x25\x7e\xe2\x41\xb3\x6f\x1b\x79\x6a\x37\x50\x3a\xef\xc4\x0d\xf5\x4d\xe8\x8f\x2f\x90\x07\xbf\xff\xa7\xa2\x2e\xf5\x01\xad\x08\x43\x10\x07\x86\xf5\x15\xa2\x40\xd9\xb4\x39\xfc\xa0\x2f\xae\x3c\xed\xc1\x61\x7b\xe0\x57\x5e\x69\x1c\xae\xc7\x69\x16\x82\xc5\x87\x27\x0f\x24\x3c\xc0\x5e\xa2\x40\xf9\xf1\x6a\x61\x32\xfc\x57\xc9\x4b\x0b\xb3\xf7\xad\xef\xbb\x6f\x12\xb3\x79\x10\xd0\xaf\xb8\x87\xaf\xc0\x49\x6c\x94\x98\xfe\x13\xff\x10\x92\xaa\x2b\x99\x8a\x84\x63\x34\x60\x62\x24\xfb\x79\x8d\x93\xb2\x5a\x61\x3c\x78\x34\x45\x17\x1b\xa3\xe2\xe0\x60\xf0\xc6\x67\x24\x9b\xff\x2e\xe2\xc7\xbf\x86\x8f\xda\xee\xce\xb7\x5b\x63\x24\xa4\xf9\x2b\xa7\x1e\xc3\x7f\xb2\x61\xaa\xf7\x1f\x88\x03\xd2\x61\xbb\xd5\x32\xa5\xcf\x40\x46\xfe\x21\x0f\xb3\x29\x50\xf6\x98\x17\x0b\x54\x61\x94\xbe\x3b\xf5\xfa\x6a\x68\xf7\x36\xe1\x03\x4f\x43\x6f\xf5\x90\x21\x61\x88\xd8\xe6\x8e\x2a\xef\xe0\x5c\x65\x9e\x2d\xc3\xe2\x1d\x5b\xf7\x44\x84\xd0\xcf\xfa\xb2\xc7\x9e\x0d\xe5\x0a\x36\x63\xc1\xa4\x93\x4d\x65\xba\xa1\x5b\x90\xb4\x80\x78\x97\x84\xfa\x6c\x10\xfb\x1c\xd1\x2f\xcb\x60\xbd\x36\x18\x5d\xa7\x3c\x50\xdb\x80\x2a\xae\x1d\x32\x0b\x88\x2c\x9f\x1a\x48\x6e\xd8\x49\x27\xa3\xa4\x1b\x79\xda\xb7\x69\x94\x1d\x1d\x7d\xcf\x16\x46\x30\x61\x09\x19\x67\x34\xaa\x4d\x7d\x59\x95\xe8\x20\xfa\xd3\x97\x1c\x2c\x04\x11\x89\x12\x6f\x21\x33\x44\xd5\x1c\x13\x8a\xe6\x12\x3b\x1c\x0e\x34\xec\x5e\xab\x58\xeb\xea\x25\xdb\x67\xf1\x4a\x45\x8f\xae\x74\x72\xe3\x90\x51\xed\x56\x1c\x95\x86\xa1\x5c\x43\x9b\x6c\x48\x33\x68\xf6\x5f\x26\xd6\xed\x73\x9b\x0e\x84\xc0\x98\xcd\x6c\x3d\x8e\x77\xac\x0a\x83\x27\x8a\x38\x01\x6d\x34\x2e\x71\x68\x3b\xf1\x98\x99\x68\x57\xda\xca\x88\x0b\x21\x1a\x94\x6c\x13\x07\x9d\x31\xfa\x50\xeb\xb9\xe4\x4a\xaa\x35\xfe\xa0\x0a\x93\x07\x8c\xcd\x40\x82\x42\x0e\x80\x38\xf4\xe1\x78\x15\x2b\x0f\xe4\x01\xe3\xcd\x63\xe9\x82\x52\x99\x1f\x99\x7c\x9d\x2f\xdf\xc3\x7f\xba\xbf\xf9\x52\xf8\xc0\xce\xe5\xd6\x4e\xac\x82\xe5\x8f\x32\x61\xc5\x3a\xee\x04\x2f\x3a\xd4\xf4\x8d\x13\xa5\x3f\x1e\x7c\x78\xe1\xeb\xed\xfc\xc3\x2c\x79\xab\x4f\x2e\xb6\xa8\xac\x4b\x8a\x27\x54\x1d\x49\xe9\x94\xba\x63\x58\xbc\x51\xd9\x07\x61\x36\xd2\x7e\x9b\x25\xd1\xe3\x25\x0b\x9a\xc1\x1e\x44\xe2\x39\x72\x08\x35\x36\x4b\x1c\x0c\x84\x95\x8a\xa3\x0e\x4c\xe0\xc8\x27\x05\xc5\x37\xae\x10\x44\x59\x03\xbd\x96\x83\x19\x61\xc4\x85\xde\x9c\xfa\xa3\xb3\x95\xf2\x08\x59\x2f\x09\xd9\x9f\x5c\x24\xe1\x42\xdf\xd2\xae\x54\x4d\xfa\x7d\x64\xef\x99\x96\xd9\xe4\x1f\x0f\x26\x5d\x3c\x6c\xf6\xac\x19\xa9\xd8\x52\x30\x99\xab\x77\xad\xa9\x7e\xd3\x82\x10\xdb\x57\x5b\x5c\x0a\x16\xb0\x6b\xb3\x06\xc2\x17\x07\xa9\xe1\xf2\x9a\xdd\x93\xd9\x44\xa5\xc1\x57\x1e\xdc\xd2\x7f\x8f\x76\xbb\x47\x9b\xcd\x83\x89\xc5\x48\x3d\x88\xa2\xe6\x28\x77\xa0\x62\xc8\x21\x9b\x97\xb4\x94\x71\xca\xd3\x0b\xcb\xf6\x09\x71\x23\x35\xa5\xc7\xc0\x74\x48\x67\x17\x1a\x40\xd8\xc8\xee\xf7\xff\xcc\x8e\x76\x62\xfb\x28\xee\x33\x38\xf3\x08\xd1\xd4\xc2\x81\x2c\x9d\x51\x2e\x71\x24\x25\x43\xa6\xfc\xae\x31\x06\x9f\xf0\xc0\x97\x15\x6c\x28\xb4\xcb\x57\x27\xf1\x0c\x97\x98\xc5\xfe\xf8\x02\x05\x66\xdf\x94\xda\x1a\xae\x7d\x6a\x14\x03\x87\xdd\xc1\xa5\x14\x6e\xb4\xb8\x57\x89\xc3\xc5\x9f\x60\xff\x8f\x79\x5e\x4c\x8d\x28\x41\x95\xb8\x18\x89\x57\xf8\x11\x5f\xb3\xd9\x4d\xf9\xb1\x5c\xfc\x8d\xfe\xc7\x7f\xcd\x6f\x7c\x05\x9f\xca\x18\x75\x19\x86\xaf\x05\xca\xbf\xc8\x00\x64\x05\xf0\x9d\x63\x8b\x56\xec\x47\xdb\x70\x20\x18\x4d\x86\xd3\xac\x0f\xac\x35\x60\xa7\xdb\x18\x89\x58\xaf\xa1\x32\x04\x88\xd8\xb2\xb5\xba\x20\x13\xec\xc5\x38\xfa\x27\x5d\xd4\xea\x53\x40\x97\x21\xf7\xab\x27\xe2\xb2\x6c\x3b\xc4\x23\xdc\x2a\xa5\x60\x3f\x73\xd8\xf1\xc8\x0d\x2d\xb0\x69\x52\x37\xfe\xa0\xcc\x37\x7f\x37\x73\xad\xa4\x58\x5c\xf8\xad\x49\x73\x87\x8f\xe5\x66\x0d\x9d\xdb\x2d\xc8\x41\x11\xeb\x4c\x9c\xf2\x3e\x26\xa5\x8a\x81\x2e\x58\x21\x92\x12\x1b\x9d\x0e\x07\xda\xe6\x3e\x59\xde\xce\xba\x63\x93\x61\xed\x8b\x9f\x0f\xee\x77\xb0\xe8\x0d\x4c\x5f\x93\x67\xbe\x02\xc9\xe7\x7a\x7c\x46\xd0\xe6\x52\xde\x0b\xa2\x80\x9c\xcd\xd2\x4a\x5f\x4d\xcc\x53\xdc\x66\x12\xa0\xf0\xd2\x73\x7e\x04\x0e\x4e\xf5\x6b\xbf\xfc\x3a\xb0\x86\x52\x41\x50\xde\xe9\x08\x85\x37\x86\xa8\xa7\xac\x71\x1e\xf3\x95\xa9\x21\x1e\xa6\x70\xf3\xcd\xe3\x1e\x0e\x5f\x8b\x9f\x44\xe7\x54\x11\x41\xa4\x75\xc6\x42\xa0\xb5\xae\x7d\xe2\xcf\x9a\x34\xa6\xaa\x47\x9f\xac\xb1\x68\x60\xa3\x4f\x65\xba\x67\x1c\xb0\xea\x48\xc2\x37\xfb\x3a\x17\x6b\x95\x6e\xf1\x7a\x3f\x28\x48\x30\x9e\x59\x7d\xfd\x25\xf7\xd3\x34\xd4\x9c\x03\x75\x2d\x24\x70\xe3\x11\x10\x7e\x5e\x5f\xfc\x0d\xff\x3f\x06\x82\x05\x63\x0f\x83\x63\x00\x87\x5a\x9f\x89\x88\xf5\xd2\xbf\x22\xe8\x55\xd3\x7c\xec\x16\x7f\xf3\x2b\xfe\x23\x7e\xdf\x12\x13\xc4\x45\x48\xb4\xf4\x2c\x2f\x23\x49\xb2\x5c\x1f\xcb\x9e\x27\x39\xa6\x22\xb0\xda\xf0\x06\x68\x35\xda\xbf\xd0\xdf\x11\x10\x26\xf3\x96\x38\x10\x26\xf3\xc5\xab\xe6\x66\xdc\x0c\x80\x90\xac\x80\xc8\x08\x1b\x58\x6b\x73\xf8\x0e\x86\x8c\x43\xba\x17\x56\x4a\xac\x3d\x1b\x46\xc2\xe5\x80\x7e\x5f\x01\x7f\x38\xe5\x0a\x2d\xce\x01\xaf\x60\x1c\x6f\xd8\xcf\x93\x41\x84\xf0\x38\xef\x2c\x09\x40\x2c\x54\xdb\x81\x30\x95\x10\x4d\x65\x1a\x57\x34\x98\x06\x38\xcb\x4f\xc6\xaf\x29\x39\x78\x8d\x44\xab\x71\x55\x66\xf8\x10\xda\x73\x9b\x6b\x1c\xb5\x4d\x1c\x80\x62\x21\xc2\xa3\xd4\x48\xca\x12\x61\x81\xf2\xaa\xa4\x92\x6c\x28\xf8\x40\xab\x44\x27\x65\x97\x4c\x08\xca\x65\xf8\x53\x20\x29\x11\xdf\x0b\x78\xf1\x43\x6e\x03\x2a\xe7\x2a\x39\x2c\x4c\xb4\x52\x58\x3d\x89\x08\x11\xd0\xd6\x4d\x84\xcd\xe0\x42\x7e\xa7\xcf\x84\x35\xef\xd6\x24\x81\x07\xd1\x5c\x49\xe0\xd1\x7a\x73\xc8\xe0\xc7\x26\x92\x12\xd1\xb0\xe6\x9d\x5b\x73\xd4\xdf\x9a\xfd\xf8\x11\x8f\x92\x78\x85\x8d\x4b\xd6\x4f\x58\xd0\x6c\x55\x44\x1b\xcc\x9e\x29\xbe\x3d\xb2\x2e\x0c\xb3\x54\x98\x6c\x81\xaa\x72\x7b\xd5\xdf\x78\xfc\xff\xae\x96\xc2\x0c\x07\x2d\x59\xde\xbf\x2d\x68\x98\xf8\x41\x06\x9e\x60\xb4\x4c\x5a\x8b\x17\x48\x19\xd1\xa7\xca\x85\x62\x09\x7e\xd4\x36\xcc\xb6\xb8\x78\x72\xac\x01\x19\x44\xd7\xdf\xc2\x40\x4b\x47\x56\x3c\xe7\xd1\xbf\x15\x90\xe2\x95\xdb\xe1\x2c\x5d\x00\xe6\x9b\x3b\x5b\x98\x6b\x5c\x54\x49\x38\x56\xae\xef\x06\xe6\xb0\xab\x56\xe3\x34\xf9\x71\xd7\x34\x65\xbf\xec\xc1\x1c\x02\x5e\xf2\xf4\xaf\xf7\xcc\xbf\x21\x46\xd4\xdf\x8b\x7f\xc3\xb1\xa1\x7f\x08\x47\xfc\xaf\x7f\x37\x9d\xcc\xa5\x3c\x98\xb7\x6c\x6e\x74\x92\x0a\x7a\x6c\x7f\x24\x12\x9d\x30\x6a\x54\x2d\xc1\x17\x16\x4a\xd5\x56\xd1\x92\xf4\xf8\x4c\x8a\xec\x82\x2f\x75\xaf\x6c\x8f\x6a\x49\x4a\x0b\xb9\x90\x1c\xa0\x8d\x63\x63\xb2\xdf\xf0\x92\xfc\xbf\xc1\xd6\xfe\x1c\x53\x27\xd1\xa6\x73\x11\x88\xb3\xa0\x72\x48\x4b\xe8\x60\x3a\x71\xcc\x91\x70\x84\x62\x6b\x3f\xf4\xfa\xb1\xe4\x04\x03\x57\xb0\x3c\xc8\xc3\xbc\x48\xc2\x44\x77\x21\x50\x94\x84\x81\x94\x5b\x33\xb9\x3b\xa0\xa5\xea\x55\x5b\x25\xe9\xf4\x92\x60\xa7\x6f\xfc\xb6\x41\x4c\x85\x51\x05\x73\x61\x11\xfd\x35\x57\x8d\x8e\x6a\xea\xbc\x41\x4d\xe5\x43\x6d\xb5\xb5\x79\x61\xe1\x08\xa3\xdf\xee\x50\xc1\x11\xbc\x6f\xc7\x83\x55\x9e\xa4\x23\xa6\xe4\xd1\xb1\x96\x9a\x9e\x7d\x25\x07\x6d\x15\x3e\x8e\x96\x8a\x3f\x77\xb8\xe3\x11\xd8\xb3\x60\xf0\x00\x96\x74\x0b\xc1\xb6\x6a\x54\x41\xfc\xda\xd9\xdd\x2a\xf7\x67\x10\xe5\x9a\x8d\x6a\xe0\xd9\x8e\xcb\xc1\xa4\xcf\x1a\xff\x56\xe9\x60\x90\xe6\x08\x11\x18\x61\xa9\xd0\x5d\x5a\xa8\xea\x10\xc5\x71\x0c\x28\x9b\x96\x42\x2b\xa3\x99\x0c\xc9\x45\x54\x09\x01\x60\xdd\x38\xf2\xa4\x26\xd5\xfb\x85\xa3\x5a\x21\x1e\x01\xe8\x34\x24\x9d\xcd\x83\x61\xce\xcb\xf1\x30\xd2\xfd\xc3\x51\xbf\x29\x2b\x24\x2b\xe8\x82\x89\x78\x79\xc9\xcf\x0d\x7c\x34\xc4\x72\xb4\xe4\x64\x26\x1b\xea\x8e\x4f\xf7\x5d\xad\xfe\x25\x6d\x95\x1d\xa0\xda\xeb\xe3\x2d\xd7\x45\x9a\x22\x59\xe8\xc3\x25\x5e\x78\x1f\xb4\x6a\x80\x23\xe6\xda\x5c\xa3\x9b\xea\x17\x1b\xa4\x4f\x68\xc9\xb9\x4b\xc2\x84\x0d\x84\x42\xf8\x00\x71\x8c\x2d\x71\x1b\x12\x04\xe2\x57\xa5\x88\xc4\xdf\x8c\xee\xf6\x2c\x50\x62\xa9\x3a\x56\xde\x83\xbf\x65\x17\x77\x02\x2e\xdb\xfd\xda\x8c\x48\xa9\xed\x4e\x39\x03\xd6\x61\x04\xcd\x19\xdd\xa1\xdb\x06\x57\x00\x4c\xd0\x89\x78\x08\x13\xb5\x12\x7e\xdd\x95\xf5\x7c\xba\xf5\xb8\x8b\x2a\x1a\x24\xae\xf7\x3e\xa6\x39\x51\x49\x41\x3a\xc6\x94\xef\x77\x53\xed\x65\x41\xa9\xd2\xe9\xc9\x80\x73\x6f\xc2\x20\xff\x97\xe1\x25\xac\x1c\x04\x55\x8a\x84\x38\x5f\xba\xb1\xcb\xd3\x00\xd2\x12\xa2\xbb\xe2\x1a\x29\x1a\x43\xc0\x8d\x20\x62\x37\xe2\xb1\x1b\x03\x1d\xd5\xe6\x7b\x66\x8e\x48\x40\x56\x4f\x27\x28\x97\x82\x38\x7b\x44\x4c\x7e\x3c\x1a\x62\x7a\x2c\xc6\x54\x2d\x0b\x58\xf0\xee\xf7\xff\xf3\x78\xb8\x82\xe3\x0d\xff\x65\xaa\xe1\x64\xd7\x42\x2c\x81\x54\x88\xef\x27\xc2\x11\x65\xd3\x97\x87\x81\x32\x20\x25\x07\x64\xe2\xcf\xe5\x46\x42\x09\x9b\x61\x46\xe1\x63\x14\x0a\x56\x4b\x27\x0f\xe7\xc7\x47\xcd\x8e\x2d\x20\x15\xa7\x15\x53\xc3\x8f\x9d\x1c\xed\x95\xe7\x58\x6d\xb8\xc7\xf7\x50\x2a\x20\x0f\xdb\x65\x8f\x84\xa6\x8a\x4f\xc3\x26\x33\x14\x9b\xa6\xc3\xc7\xa2\x9f\x1d\x13\x0a\x52\x95\x55\xa3\xec\xf9\x14\x9e\xde\x11\xc1\x70\x4c\x50\xc4\x76\x20\xd8\xc1\x46\x0b\x82\x28\x1e\xb9\x8f\xcc\x59\x8e\xc8\xff\x44\x6b\x76\xf3\x9c\x1f\x0b\xef\x1b\x02\xf9\x0e\x83\x0a\x66\xb7\x58\x12\xff\x22\xde\x7a\xa9\x7e\x2c\x95\x5c\x90\xee\x23\xb1\x90\x08\x71\xb0\x84\xa9\x49\xcb\xee\xa8\x96\xee\xd5\x44\xc5\x71\x58\xb5\x31\x0a\x65\xa3\x08\x81\xa6\xc6\x72\x73\xd3\x1e\x0b\x3b\x35\x3d\xd4\xc9\x9a\x59\xfc\x0e\x73\x18\x8f\xbc\x88\x9a\x74\x69\x45\x1c\xd8\x09\xbf\xfe\x4d\xb3\x6f\x8a\xfc\x31\xec\xb8\x9a\x30\x0c\x47\x3c\x8f\x8e\x2e\xde\x91\x65\x43\xfc\xc1\x7c\x9b\xc5\x5a\x5c\x12\xcc\xa5\x16\xb7\x67\x62\x3c\x2e\xe1\x66\xe7\x49\x05\x8e\x7b\x1f\x5d\xc1\xf1\x3e\xb9\x1a\xac\xfa\xbb\x31\xe7\x30\xe4\xf4\x62\x88\xb0\xdd\x60\xc5\xe7\x99\x68\x05\xf1\x82\x63\xa5\x4b\x76\xaa\x18\x2c\x5d\xe2\x44\x69\x3c\x74\x7e\x4d\x1c\x74\x69\xe1\x9f\x26\xba\x6d\xee\xee\x16\x48\x79\x23\xea\x92\x88\xc6\xaa\x3f\x19\xa8\x55\x4c\x92\x35\xed\x4a\xa1\xf9\x5e\x2a\x0e\x37\xbf\x43\x5c\x14\x66\xae\xa0\x4f\xe1\x38\x65\xfe\x9a\x95\x87\x24\x43\x6c\xe1\x48\x02\xbf\xef\xe2\xfc\xf5\xc5\xdb\x79\xf1\x1a\x51\x97\xe2\xf5\x13\x93\xe2\xc7\xe0\xe7\x60\x57\x25\x1d\x5e\x2f\xb9\x20\x08\x07\x38\xd8\xa7\x85\x32\x86\xb8\x8c\xac\xc1\xa3\x50\xdb\xdd\xde\xaf\x55\xd1\x38\x2f\xde\x41\x71\xca\xa1\x5d\x86\x8a\x6b\x65\x0d\xef\xf4\x34\x11\x17\x63\x17\x56\x84\x4d\xa7\x52\x76\x41\x3e\x8f\x0d\x6e\x46\x2b\x38\x84\xb4\x28\x1f\xd1\xb8\x4e\x21\x84\xf6\xab\xaf\x5d\xc9\xde\x23\xf9\x7b\x1d\xcd\x1b\x38\x00\xcd\xed\x6d\xa1\x1e\xb0\xf3\xe2\x71\x93\x59\xed\x59\x0c\xe0\xef\xef\x18\x41\x72\x82\x74\xb8\x7f\xe0\x9e\xd0\xd6\xe6\x9c\xf6\xd2\x86\xb3\x78\xeb\x65\x3f\x98\x2b\xdd\xa6\xb4\x68\x12\x5e\xe3\x55\x78\xcc\xaa\x80\x0d\x66\x01\xef\x6a\xc1\x9b\x38\x47\xa0\x10\xda\x65\x87\x46\x5b\xa5\x6e\xa4\x70\x9b\xee\xc1\x26\xc9\x23\xb3\xca\xc1\x13\x89\xb0\x5f\x8c\xba\x43\x67\x84\x15\x07\x22\x49\xcf\xfb\x62\xe7\xa8\x6b\x8c\xe9\x92\xf8\xe9\x8e\xee\xe2\x7a\xd3\x99\x57\x69\xd9\xb3\x3b\x4e\x57\x1c\xf6\xe6\x18\x35\xda\x92\xf1\xc8\xec\xc9\x38\x84\x82\x98\x02\x41\xb2\x8f\x0e\x06\x10\x1d\x2b\xe1\xc6\x20\xf2\xca\xd5\x2d\x9e\xc9\xbf\x63\x80\xbd\x24\xe2\x59\x58\x42\x9e\x11\xc0\xaa\xd9\xdc\x2e\x7e\xa0\xff\x8d\xf5\xa3\xb2\x23\x88\x93\xcb\x4a\x52\x65\x76\xe4\xa4\x43\x63\x7d\x79\xa8\xe5\x21\xc0\x02\xd9\x70\x69\x2f\xa9\x90\x98\x47\x1c\xbb\x14\x4b\x60\x3b\x25\x19\x9a\xc7\x14\x11\x78\xc5\x2a\x82\x63\xdf\x85\x0c\x63\x21\x50\x69\xc9\x24\x4c\x0e\x6b\x16\x2c\x3a\x25\x5e\x3a\x6a\xf1\x75\x56\x5c\x2a\x40\x15\x04\x95\x81\xc0\x12\x38\x4a\x63\x9f\x89\xf9\x0f\xc7\xf8\xab\x13\x86\xcf\x52\x7e\x17\x2f\x38\x79\x3c\x94\x6f\x19\x43\x28\xa9\xe4\x2d\x83\x20\xdd\x52\x21\x70\x11\x2f\xe7\x78\x3c\x31\xec\x54\x4e\x04\xac\x7c\x14\x78\x72\x00\xa7\x4c\x98\x82\x47\xc5\xec\xb3\x0c\x2a\x21\xdd\xba\x6d\x48\x44\x81\x40\x03\xbe\xd5\x07\x86\x36\x04\x1d\x11\xcd\x12\xa8\x6f\xb0\xf8\x51\x75\x63\x24\x97\x0e\x4c\x6d\x57\xfa\x9d\xc6\xd1\xcb\xa5\xba\x03\xb6\x4b\x28\xba\xbb\x96\xb7\x35\x24\x5b\x47\x48\x66\x8e\x71\x16\xda\xd1\x00\x85\xb0\x71\x97\x48\x26\xe1\x7d\x19\xdb\xce\x36\x4f\xb0\xb3\x8a\x41\x56\x39\x30\x4d\x4d\x33\xd0\xcb\x8d\xf7\xef\xe1\xff\x7c\xf1\xfa\xd5\x49\xf1\xeb\xa3\x9b\x9b\x9b\x47\x68\xe1\xd1\xa1\x65\x64\xa1\x13\x7b\x52\xfc\x2f\x2f\x5f\x9c\x14\x7e\xbd\xfe\x52\x87\xc0\xf6\x65\x16\x22\x21\x1b\xb7\xc8\xf1\x35\x7b\xea\xff\x31\x62\x3f\xa0\xf5\x7a\xac\x58\xff\xab\x47\x0b\xba\xca\x8c\x89\xc4\xae\x8a\x6b\x82\xa6\x85\x2a\xde\xd2\x8f\x94\x01\x59\xb7\xd4\xf9\x05\xff\x93\x7c\x26\x5e\xe4\x63\x8c\x1d\x9f\xa6\xfb\x1a\xc0\x20\xb6\x63\xd0\x40\xe3\x87\x1b\x42\xa4\x96\xac\x89\x5a\x1a\x1b\x67\x0c\x1c\x02\xfe\xf0\x07\xbc\x72\x5e\xb3\x05\x5a\x0b\xfb\x27\x6c\x41\x12\x8e\x49\x71\xeb\xfb\x61\x2b\x1c\x01\xa3\xa9\xab\x5b\x49\x64\x1d\xb0\x42\x50\x0c\xa5\xf6\x48\x36\xac\xc9\x89\xfa\x90\x77\xf0\x96\xcd\xff\x16\xcf\x9a\x34\x86\x97\x49\x80\x2c\x92\x25\x11\xd4\x06\x8d\x48\xac\xf8\x85\x9c\xd5\x5d\xa9\x0a\x40\x20\xd2\xba\x24\xee\x07\xb7\xcf\x01\xe4\xc6\x9a\x1e\x37\x10\x0d\x35\xa6\x8b\x64\x9d\xc4\x71\xf8\x44\x82\x61\x88\x99\x42\x33\x5e\x8a\xc4\x12\x28\x33\x01\xba\x03\xd0\x54\x8b\x89\xf9\x8e\xd8\x89\x9f\x14\x62\x0a\x73\x52\x98\xe5\xf8\x09\x7b\xc4\xe2\x5f\xf3\x51\x39\xc1\xb9\x0e\x7f\x8b\x1b\x92\x3e\x03\xda\x4f\x36\x01\xc1\x4f\x7d\x48\xba\x42\x06\xc9\xdf\xfc\x66\xb4\x10\xd8\x2a\x8e\x5f\x32\xb9\xc3\x42\x52\x88\xbc\xf3\x9d\x3c\x54\x1e\x26\x64\x88\xd3\x80\x4a\xc6\x91\x66\xf8\xd9\xec\xae\x4e\x99\x44\x80\x51\xeb\x7b\x4e\xa3\x1f\x9c\x5f\x90\xff\xdc\x30\x48\x54\x11\x86\x89\xf0\xb5\x12\x5a\x40\xe4\x3b\x66\xe5\xec\xcb\x01\xfb\xca\x04\x70\x24\x4b\xdd\x0c\x59\x9a\x09\x29\x4a\xe9\x6c\xca\xff\x32\x9d\x1d\x71\x6f\x0a\x38\xec\x69\xb2\x0f\x49\x0f\x31\x96\xd5\xac\x97\x68\x66\x3d\xea\x46\x3c\x6e\x8c\x79\x91\xdc\x2e\xec\xdf\x53\x3c\x0e\x9f\x72\xa6\x3c\x0f\x19\x35\xbe\x1f\x84\x26\xc4\x2b\x22\xb0\xf8\x99\x41\x7e\x71\x01\x30\xb6\xc7\xc7\x3b\x51\x08\x61\xa4\xd1\x4f\x27\x9f\xef\xa4\x65\x89\x11\x2a\x91\x4e\x07\x45\x9b\x66\xe7\xca\x7a\xf1\xb8\x81\xb6\xb4\x19\x91\xa9\x2b\xda\x51\x71\xfe\xcf\x1e\x25\x37\x7e\x5f\x35\xb7\x12\x26\xfc\x31\xf1\x40\x25\x94\x4b\x92\x96\x25\x9f\x59\x04\x8c\x93\x7a\xcc\xdf\x8a\x7f\xf6\xb7\x53\x0d\xaa\xd1\x0b\x18\x12\x06\x43\x1f\xc5\x15\x23\x56\x88\x46\x5c\x23\x5b\x1e\x1e\x46\x38\xda\xd7\x9c\x83\x7b\xc2\x8f\xe1\xda\x55\x5b\xc9\xb5\x51\xa5\x91\xb6\x23\x6b\x92\xac\x0c\xc7\x2f\x8a\xb3\x78\xa5\x99\x59\x83\x3c\xc6\xd9\x4b\x5d\x32\x8a\x54\x47\x92\xda\x88\x4d\xcd\x61\x1c\xb3\x3a\x40\xe5\x51\xb7\x5f\xa4\x3d\x84\x04\x69\x38\xc6\x99\x48\x9c\x07\xd8\x1e\x1a\x28\x24\x2d\x24\xf6\x09\x83\x27\x96\xa3\x41\xb3\x93\xda\x9f\x15\x34\x7b\x7a\xcf\x06\x92\xd5\x27\xf7\x78\x2a\x68\x36\x58\x3a\x95\xf7\x92\x41\xe1\x1d\x16\x11\xa6\xcb\x8e\x15\x05\x12\x0b\xd8\x50\x41\xe3\xca\x36\xa6\xc6\x48\x1f\x11\xa6\x82\x67\xdf\x35\x16\x5b\x99\xc7\xb1\xef\x63\x0e\x0e\x33\xe2\x9e\x2f\xe7\x24\xe7\xdf\x74\x08\x30\x7d\x68\x91\x8e\xf2\x12\x51\xb3\x5c\x92\x4c\xb6\x43\x16\x6a\xb0\x07\x0c\x2d\x61\x28\x16\xf2\x8f\x7c\x12\xeb\x9b\x85\xa6\xaf\xe4\x4f\x6c\xc3\xcc\xca\x8c\x6b\x47\xf2\xf9\x0a\x31\x6f\xe8\x7b\xc1\x96\x85\x12\xf6\x07\xb2\x07\x07\x06\x9a\x4b\x15\x4e\xd9\x8e\xbf\x38\x6a\x76\xb7\x78\x29\x5c\x14\x57\xbb\xc0\x97\x04\xac\xdb\x93\x4c\xc0\x91\x97\x92\xcc\xee\x2a\x90\xfb\x3d\xf2\x39\xba\x04\xfa\x50\x13\xab\xe8\x37\xd3\xf0\x5c\xb8\x8e\x15\xd0\x93\xba\x11\x29\x53\x70\x7f\x83\x7b\x42\x53\x85\x34\x2a\x68\x44\x8d\x31\x96\x34\x01\x55\x74\x4b\x00\x7c\x5a\x9c\x28\xa3\x62\xe0\x56\xdd\x07\x22\x60\x3f\x3c\x7f\x25\x3f\x38\x00\x13\x3b\x03\x73\x58\x29\x8e\xde\xc4\x05\x9a\x39\x68\xcf\xf1\x25\xe8\x14\x3d\x95\xb0\x99\xb4\x48\xf1\x63\xb0\xe7\x2d\xf1\xb8\x4e\x22\x27\x94\x19\xb4\x89\xd2\x02\x42\x4f\x11\xe3\x7e\xab\x36\xf2\x17\x60\x00\x25\x12\xc2\x0d\xc7\x6e\x6c\x44\xde\x4c\xac\x82\x1b\x04\x19\xaa\x6f\x15\xca\x82\x5d\x98\x23\x15\x1a\x9d\x59\x1c\xad\xf9\x28\x9e\x96\x15\x48\x14\x34\xfe\x5b\xd5\xb1\x0a\xd1\x04\x90\x4d\xeb\x2e\x7b\x12\x16\x7f\xe3\xf0\x9f\xf2\x8d\xa6\x64\xb5\xce\x5b\xff\x68\x54\x87\x36\x0c\xd8\x45\x18\x02\x5c\x0a\x9f\xd9\x92\xd3\xc4\xc3\xf0\xd5\x41\x9e\x4d\x36\x36\xdd\x45\x76\x24\x60\x57\x4c\xfe\xbf\xa9\x13\x47\xfd\xf1\x31\x59\x26\x11\xd1\x8a\x0b\x3b\x20\xe9\x54\xa3\x89\xe8\x39\xf2\x6e\x11\x57\x63\x2b\x03\x15\x00\x5e\x72\x38\x64\x69\xdb\x6c\x0e\xeb\x7e\x9e\x8d\x3b\xa9\xfb\xd8\xf7\xe2\x0b\x2e\x8b\x8e\x24\xe4\xfc\x96\x0f\x4e\x87\xdf\xee\xba\x02\x26\x4a\x2d\xcc\xeb\x37\x16\x95\x44\xf5\x0d\xe5\x8e\x5a\xbf\x06\x2b\x66\x8d\x13\x37\x94\x88\x8b\x08\xbb\x16\x4b\x58\x50\x79\xbd\x5a\x95\x5e\x78\xab\xb4\x8e\x39\xc0\x87\xd7\x6f\x30\xa9\x31\xfc\x9c\xb8\xd8\xc7\xec\x25\x28\x3d\x84\x27\x1f\x4b\xa0\x20\x21\x67\xb5\xd1\xf4\xe6\xb1\x8f\xe3\xdb\xc6\x4a\xc4\x92\x4b\x4c\x6d\x53\xc4\xe0\x03\x1d\xa2\x93\x85\x12\x48\x4b\xe0\xf8\x25\xf2\x19\x1b\xa8\x41\xd1\x3a\xc6\xa8\x4c\xc9\x2c\x7a\x4f\x2a\x7c\x34\xda\xf3\xa4\x86\x2e\x05\xa1\xe2\xba\xec\x42\x72\xc5\x01\xb2\x98\x15\xf3\x5e\xfc\xa7\x34\x52\x30\xef\xb5\xbe\x56\x85\x39\xe7\x86\xbe\xa1\x43\x41\x19\xa0\x8e\x24\x9f\x18\xa3\x3d\x4c\x22\xe5\xbc\x88\x4d\x64\x7e\x6a\x18\x8d\xec\xdc\x04\x63\xe1\xf1\x81\x13\x6e\xd1\x00\xe5\x06\x0b\x77\xd0\x1b\xf9\x9c\x43\x8f\xb4\xfa\xc7\xa0\x32\x3f\xbf\xe4\x4e\x54\xb8\x98\xff\xd0\x99\x50\x5f\x32\xe6\x40\x0a\x48\xb2\xd7\xd6\x93\xae\x7d\xa3\xce\x12\x7e\xc0\x3a\x08\x1c\xc0\xb1\xeb\x6f\x78\x2c\x72\x0b\xca\xc5\xbb\x3a\x6e\x68\xc2\x90\x44\xdc\xd7\xc4\x1f\xa3\x66\xd4\xfa\x1d\x71\x0b\xc5\x4e\x86\x9f\x85\x7b\x31\x6a\x8f\xf0\xe6\xd5\x47\x57\xb5\xfe\x35\x9b\xfd\x4c\xa4\xe4\x7d\xcc\x80\x3b\x0a\xd2\x91\xa7\xbe\x65\xc0\x90\xb0\x2e\x83\xd6\xfc\x3b\x93\x1a\xfc\xa4\x7d\xc1\x66\x98\x88\x5b\x50\xf2\x0c\xb4\x54\x96\x95\x23\x95\x73\x54\xf2\xc2\x4b\x30\x72\x7e\x8e\x9e\x5b\x84\x4b\x24\xdf\x64\x73\xe0\xc1\xf8\x38\x04\xa5\x19\x8e\x06\xdf\xfd\x66\xb6\x27\x91\x93\x08\xc0\xbb\x5e\x3c\xcc\x49\xd2\xc2\x33\x20\x8d\x1b\x06\x3e\xcf\xf1\xd3\x15\x50\x1d\x10\xef\xda\x70\x32\x5f\xe8\x54\xdd\x6e\xc6\x01\xdb\xf4\xc5\xa2\x5b\xf0\x1b\x45\xa9\x1f\xb3\x2c\x95\xd3\x31\x38\xd1\x90\x0c\x53\xf3\x42\xa0\x49\xac\xc5\xc8\x29\x22\xe4\x0f\x4e\xf2\x8a\xf3\xb7\xe3\x90\xb6\x96\x3f\x09\x9f\x27\xb9\xb4\x12\x1e\x56\xfd\x7d\x38\xc7\x27\x72\x69\x04\x74\x42\x26\x62\xd1\x1b\xad\x13\x27\xb7\x72\x1e\x3b\x0c\xa1\xe3\xa1\x47\xec\x18\x4e\xf0\x2f\x69\xe2\x7b\x01\xcf\x62\xd7\xaa\xfe\x85\x6e\x0d\x12\xe7\xd8\x9d\x6b\x18\x0c\x38\xa8\x64\x0a\xa7\xb9\x3e\xf8\x88\x76\xbf\x1c\x1c\xd1\x96\xef\x27\x93\x6d\x5a\x8c\xe3\xc1\xab\xd0\xbf\x53\xe2\xcd\xa9\x07\xa7\xa3\x59\x38\x27\xcd\x68\x3f\xc3\xe0\xf8\x58\x8e\xc7\x54\x79\x1d\xad\x59\x49\x72\x8e\x25\x21\xeb\xe3\x1b\x7e\x44\x84\x47\xd0\x9f\xb5\x71\xcd\xc1\xa3\xa8\x9f\x99\x04\x4f\x2c\xc7\xa7\x1f\xbf\xd5\x7a\x96\xea\x4d\x18\xcf\x26\xd6\x0a\xc1\x2f\xe4\x68\xfa\x47\x7d\x77\x2b\x6b\x16\x51\xec\x19\xb7\x2e\x86\x83\x1a\xeb\x39\x06\x99\x09\x5f\x67\x76\x41\x9a\x92\x50\xaa\x44\x8e\x45\x29\x45\x16\x76\xf2\xb8\xf1\xc9\x80\xa8\x0d\x55\x20\xc3\x74\x17\x8a\xdb\x9f\xa8\x15\xb3\x60\xe4\x8b\x1e\xc4\x37\x48\x6f\x6e\x68\xdc\x81\x94\xa6\xbf\xfc\x37\x58\x99\x7c\x71\xcc\x3a\xe0\x13\xd9\x31\x86\xa3\x07\x31\x9b\x48\x91\xf1\xfa\xee\x39\x07\x12\x38\x9d\xd7\xf8\x93\x59\x33\x62\x6a\x90\x89\xac\x19\x53\xcf\xba\x41\x87\x52\x9a\x56\xab\x63\x36\x2a\xd8\x2a\xf3\xdb\x87\xe5\xdb\x49\x55\xb5\x92\x84\xc5\x88\x7b\x5c\x50\x79\xcf\x99\xdc\x62\xa4\x16\x92\x0b\x63\xae\xff\x5e\x95\xfb\x65\x92\x29\xe3\x65\xf8\x5a\x84\xa4\x19\xb7\xdf\x84\x4a\x92\x36\xd7\x58\xb1\x66\xf0\xdd\x68\x33\x3c\x71\x4a\xcb\x93\x11\x61\xf8\x37\x24\x97\xc9\xef\x83\xca\xc3\x1e\xe4\xdf\x65\xdb\xd0\x7e\xbe\x39\x34\x95\x06\xe3\xe7\x97\xf9\x38\xbe\x89\xe0\x18\x79\x03\x3c\xc1\x36\x7e\x95\xe7\xde\x45\xc8\xf0\x14\x0a\x88\x2d\x81\x6e\x75\xb5\x02\xbb\x56\xbb\xf0\x5d\xef\xe7\x7c\xeb\x02\xb7\x6f\x99\xd3\x49\x6e\xfa\x66\x58\xa5\x6e\x6e\xec\x3a\x27\x96\x61\x26\x57\xf9\x1c\x31\x38\x16\xcf\x3b\x66\xe7\xe9\xfa\x97\x8f\xc3\xce\xe5\x2b\xf8\x31\x8b\x82\x6b\x89\x9f\x68\xa9\x5e\x88\xca\x6c\x0c\x34\x08\x58\xcf\x97\xab\xbc\xc7\x65\x79\xd7\x63\x36\x22\xb8\xf5\x73\x0a\x0f\x7e\x42\xec\x80\xbd\xa9\x06\x52\x3a\xc8\x82\xf1\x26\xc3\x80\x44\x92\x0e\x24\x85\xfb\xbc\x91\x54\x1e\xd6\x0a\x13\x5d\x9f\x68\xee\x4c\x44\xc8\x81\x4e\x1c\xa9\xd0\x6d\x38\xec\xfb\x32\x1c\xce\x69\x66\x28\x3a\x01\xf9\x79\x03\x92\xbe\x3c\xc7\x1e\x90\x35\x11\x1b\x58\x1e\x9a\xb9\x31\xf2\xd0\x44\xd1\xb1\x95\x47\xb5\xbe\x1d\x59\xa0\xc9\x08\x2c\xbe\x7a\xda\x6b\xcd\x4a\xca\xa8\x9a\xcc\xb9\x29\x3c\x5c\x4d\x5d\xeb\x52\x26\x96\xa3\x23\x3e\xe7\x79\x6a\xdb\xa5\x4c\xeb\x20\xb9\xd6\x67\xd1\x11\xaf\x75\x0d\x36\x18\xe2\x12\xe7\xa4\x0b\xcc\xeb\x1b\x6b\xd4\xe3\x1b\xda\xe6\x6e\x7c\x2a\x9f\x3f\x31\xbb\x0c\x9c\xe4\xe7\x72\x0b\x02\x6b\x01\xa4\xc1\xc0\x0e\x6c\x2f\x93\x16\x39\x2a\x31\xb8\x40\x3d\xf7\xa7\x71\x87\xe8\xb4\xbe\xd4\x73\x9a\x0d\x22\x69\x78\xea\xe2\x38\x02\x69\xac\x65\x90\xea\x74\x63\xf5\x92\x0c\x37\xc4\x09\xad\xf2\x4e\x27\x5f\x0e\x98\x4b\xc9\xfd\x28\xaf\x81\xb4\x9b\x9c\x36\x84\x73\x4a\xc9\x6e\x6d\x04\x3d\xb2\xd3\x78\xd4\x76\x6b\x3c\xc2\x68\x89\x41\xc3\x9a\xb6\x2f\x99\xa7\xd4\x63\xcc\x37\x87\xc5\x45\x25\x44\xdf\x0a\x98\x94\xbc\x1e\x2a\x1d\x0a\xd8\xf0\x4d\x9c\xb0\xe5\x90\x3b\x4a\x6b\xb2\xb4\x47\xb2\x29\x39\xbd\xf9\x93\x63\x0a\x44\xe9\xae\x51\x19\xdd\x31\xe2\xf2\x89\x01\x09\x1d\xf9\x93\x03\xca\x29\xd3\xe7\x8c\xaa\x3c\x09\xc3\x72\x60\xad\x12\x52\x93\x11\x19\xbc\x9f\xdf\x31\xea\x4c\x24\x4c\xfc\x30\x40\xb9\x05\x09\x03\xc1\x61\x53\x3d\x96\x56\xc7\xa6\x7a\x09\x06\xce\xe7\xc3\xa3\x16\x0b\xd3\xe3\x76\x57\x67\x6a\x5f\xc8\xae\x29\x96\x03\x28\x36\x4a\xb4\x91\xb5\x0f\x78\x9a\x33\xef\x95\xd4\x3f\xe5\x8a\xf9\x31\x44\xbf\xab\x7b\x3e\x7f\x9b\x32\x5d\x9e\x98\x43\xe4\x84\x95\x72\xc8\xef\x0f\xdd\x18\x31\x41\x3f\xf3\x26\xbe\x9f\x6d\x5c\x77\xb5\x6a\x1c\x27\xf0\xc6\xab\x98\xc8\x85\x96\x0c\xb6\x99\xb1\x56\xd1\x44\xf3\xd4\x9c\x3f\x30\xf1\xaa\x1b\x98\x1d\x59\x5f\x64\x5e\xba\x92\x0c\x75\x2c\x29\x9d\x4a\x16\xec\xb5\xd6\x62\x06\x77\xcb\x0c\x6d\xb9\x3d\x98\x9b\xa7\xda\x27\x2f\x4e\xaf\xc1\x99\x71\x48\x00\xcc\x62\x47\x5c\x48\x83\xe8\x2a\xc4\xc5\xc8\xbf\x12\x2b\x37\xf1\x6c\xe6\x14\xd4\x92\xf3\x93\x7f\xb3\x7f\x2a\x2d\x76\xd3\xbb\x6a\xf1\x16\xff\xf7\xdf\x14\xf7\x37\xb3\x38\x71\x56\xf2\x23\xb6\xf5\x1a\x6a\x63\xf9\xeb\xca\x27\xe5\x21\x30\x06\x64\x47\x4b\x7a\x9d\xd6\x67\x5f\x40\x7e\xa7\x38\x74\xdc\x86\xb0\x66\x3a\x44\xde\x73\x1d\xfd\x44\xa7\xe2\xa6\x4c\xfb\x8a\x47\x12\x8e\x2c\x04\xd3\x26\x98\xd3\xd0\xa5\xf8\xed\x8a\xd5\xd2\xab\xef\x34\x77\xf8\x49\xf2\x25\x57\xcd\xa4\x25\xfa\x48\xa8\x1c\xe4\x95\x4f\xcb\x52\x9e\x62\xd8\xba\xe0\x93\xdf\x1e\xe8\xf4\xa5\xa5\xd7\x4d\xde\xf3\xb8\x47\x35\x3d\x4f\x3f\x99\x03\x5e\x36\x30\x35\x56\x1f\x54\x4d\xb3\x8e\x4e\x8c\x8a\x13\xbb\xe4\x95\xc4\xad\x28\x9b\x97\xe8\xe6\xd2\x4f\x97\x4d\xad\x77\xb5\x50\xa1\xb4\x4c\x05\x8d\xf4\x53\x6f\x39\x41\xd2\x8f\x21\xde\x5a\xfa\xb1\xac\x39\x19\xff\x95\x58\x96\x65\x6d\xd0\xc9\xcd\x26\xd7\x5b\x2e\xd9\x24\x35\xa3\xa6\xff\x4c\xa0\x2a\x22\x75\x6c\x5c\x30\x81\x74\x89\x66\x22\x60\xdf\x24\x76\x2e\xbb\x9b\x12\x49\x6f\x24\x4b\xff\x24\x44\x7b\xa8\x17\x4f\x78\x39\x93\x62\xd8\x6c\x20\x58\x0c\x67\x67\x6d\x38\x61\x14\x62\x78\x10\xf9\x78\x7d\x8a\xa3\x2b\xd9\xa5\x42\x32\xd8\x3b\x6b\xc6\x9b\x96\xb9\x2a\xbc\x0f\x4c\x36\x72\xd4\xb5\x24\x36\xae\xf7\x37\x01\xad\x7b\x11\x8f\x14\x53\xba\xc0\xf3\xf4\xa1\x13\x43\x22\x35\xbb\x2b\x3f\xab\x9d\x89\xc1\x0e\xdb\xf9\xfc\x71\xf2\x6d\x81\x7b\xa3\xbc\xf6\x93\x23\xe4\xa2\x61\x82\xc7\x4f\xb4\x33\x35\xc2\xd0\xce\x1f\xf5\xda\x19\x75\xc5\xb7\x77\xbd\x95\x4b\xcb\xec\x81\x5d\x55\xe5\x7e\x7a\xeb\xa6\xdd\x68\x7a\xb9\x0a\x26\xcf\x50\xc8\xf3\xcb\xdf\x27\x1a\x8c\x89\x7e\x3f\xbb\xc5\x24\x84\xfe\x54\xca\x91\x74\x0a\xdb\xb2\x5f\x6e\xd7\x3a\xf4\xa7\x9a\xe8\x90\xf3\xca\x6f\x58\x81\x48\x8b\xe5\xda\x15\x7c\xd4\xc1\x22\xf8\x35\x2b\x9a\xba\xc3\x91\xb5\x4f\x5b\x1b\xac\x79\xc6\x52\x88\x34\x70\xe9\xa0\x5d\xf8\x8c\xfe\x8e\xad\x7f\xeb\xd9\xf9\x1e\xa1\x82\xbb\xee\x8a\x2d\x35\xde\x94\x22\x00\x43\xef\x26\x11\x9d\xe7\x54\xf4\x95\x04\x8b\x87\x05\x15\x1b\x74\x3c\x28\x1e\x46\x27\xa7\x6f\x8a\x68\x0f\xc2\x87\x6b\x8f\xb0\x84\xbe\x66\x9a\xe9\xe4\x0a\x31\xeb\x25\xd8\x8a\xf8\x2f\xef\x1c\x42\x36\x6f\x9f\xb4\x1d\xae\x11\x28\x73\x99\x9b\x1c\x6a\x1a\x27\x9b\x4d\xec\x96\xc2\xf4\xc0\x93\xc4\x23\x21\x10\x4c\x43\x87\x79\x4f\x1f\x86\x6c\x80\x8d\xf9\xa4\x67\xe9\xda\x24\x56\x4e\x64\x18\x72\x3b\x5d\xa4\xbc\xf4\x75\x12\xea\xad\x39\x32\xf5\x74\x8c\x13\x67\xed\x8e\x01\xda\x52\x1c\x3f\x64\x70\xb0\x47\xc0\x93\xec\x90\xbd\xe1\x8f\x9c\x7d\xf2\x4f\x1e\xb5\xa9\x66\xff\xdb\x8e\x5a\x9b\x8c\x69\x78\xe0\x52\x86\x85\xd3\xe3\xd1\x92\x11\x3f\xe5\x49\x92\x42\xb8\xe5\xb2\x2e\x4e\xe3\x0d\x47\x14\xe9\x82\x81\xd2\x2b\xe2\xd0\xc2\x32\x64\xb9\x6d\xda\xe6\x40\x12\x9a\x5f\xfc\x68\x7f\x11\x93\xc9\x65\xe5\x04\x38\x3f\x2a\xdd\x2e\x0f\x1c\x2b\x46\xdd\xfb\x79\xdb\x5f\x72\xea\x5b\x67\x75\xd3\x8b\x90\x59\x3c\xab\x89\x67\x85\x35\xbf\x33\x59\x8d\x53\xf9\x82\xdc\xd8\x60\x02\x93\x8a\x5a\xa5\x59\xc1\x21\x33\xa9\xf1\xba\xe7\x87\xe7\xf4\x2a\xdd\x37\x1c\xcc\x60\x59\x11\x4a\x1c\xf6\x4b\x2c\x45\xa7\x19\x20\xc4\x0e\xbf\x38\x3f\xd4\xa2\x13\x18\x77\x60\x63\xd2\x6a\x32\x20\x51\xec\x6b\x97\xe3\x3a\x97\xad\x37\xf8\x0b\xd8\x82\x3b\x71\xf6\xdb\x4c\x55\xb1\xc5\xbb\xf2\x6e\x3f\x5c\xba\x67\xf4\x6d\x6a\xd1\x18\xf6\xd8\x02\x70\xa5\x89\x55\x48\x2b\x95\x1b\xa4\xe5\x4a\x2b\x3c\x97\xbb\xf3\x68\x05\x36\x12\x1b\x56\x29\xde\x75\xcd\x91\x0a\xfa\x40\x3a\x18\x96\x3e\x5e\xbb\xf1\xc0\x9a\xd5\xbf\x12\xfd\x25\x5e\x7d\x8b\xf0\x48\xfa\x68\x82\x3a\x09\xe0\xaa\x69\x7a\x88\xa0\x7b\x70\xed\x6c\xff\x9c\xad\xd6\x79\x59\x31\x4d\xff\xc1\xc0\x72\xc6\x9d\x2a\x1c\x5b\xb2\x0b\x94\x4e\xad\xd9\x0e\x99\x2f\x97\x78\xe2\x5a\x93\x34\x4e\x57\xfb\xa0\xcb\x0b\x7d\xfc\xf2\xc5\xcb\x0b\x82\xbc\xab\x66\xe8\x74\x50\xc7\xba\xcd\x50\x6f\xed\x08\x33\xef\xe8\x17\xc2\x49\x6c\xe6\xcc\xe5\xa2\xcf\xb8\xfa\x54\xe7\x5c\x6b\xaa\x77\xba\x20\x89\xda\x80\x4e\xad\x0e\xeb\x8f\x1e\xc9\xcc\xba\xab\x25\x9b\xe8\xc4\x86\xde\xc2\x72\x58\xd6\xfb\x19\x15\xf3\x29\xfa\x81\xc1\xa7\xd6\x91\xae\xe9\x9d\xef\x1d\x5b\x94\x25\xab\x2f\x5f\xd4\xad\xf9\xc7\x33\xb1\xf0\xcf\x6b\x36\x70\xca\x5e\xaa\xb0\xa6\x67\x11\x4c\x71\x68\xe5\xb4\xea\x69\x36\xe9\xb1\x8c\x92\xdb\xd4\xec\x10\x75\x5d\xd8\x86\xf5\xed\x1a\x1e\xea\x6d\x23\x39\x62\x89\x20\x94\xeb\x8a\xd9\x7d\x1a\x4b\x52\x83\xc5\x52\xaa\xc1\x24\xf4\x31\x7b\x41\x48\xf8\xa4\x0c\x4a\x08\x99\x81\x9d\x73\x1c\x4f\x21\x5a\x61\x7e\x53\xd0\x7b\x58\x67\x7d\x12\xdc\x86\x20\xd0\x22\x1d\x17\xfb\x10\x2b\x74\x00\xad\x83\x40\xf8\x28\xbf\x3e\xc8\xa2\x10\x80\x68\x05\xc4\x6f\x70\xe7\x6a\x84\x9b\x22\xfc\xf3\x55\xd4\x21\x20\x8a\x0a\x5f\xcc\xaa\x39\x90\x0a\x78\x76\x0f\x4f\x58\xf1\xe5\xdd\x52\xcf\x2b\x90\xc9\x3b\xfa\xdb\xf8\xf6\x8d\xd8\x79\x73\xda\x4f\x29\x90\xa0\x4f\xb9\xa6\x5b\x8a\xec\xb6\xdd\x1b\xac\x66\x4d\x90\x74\x09\xf6\x91\x7d\x02\x5a\xbf\xc5\x16\x4b\x8c\x83\xcb\x5b\x71\x09\x7b\xc3\x1f\x35\x1c\xe6\x2b\x75\xfb\xe3\x1f\x6f\x1b\x22\x55\x74\xc5\xc5\x09\x8d\xcc\xbf\x4d\x88\x48\x0d\x4f\x35\xef\x48\x23\x21\xea\xfa\xde\x82\x95\x4a\x33\x79\x48\x6e\x9d\x1d\x8b\x53\x62\x85\x79\x9a\xa9\x50\x8a\x0b\xfe\xaa\x70\x9c\x3a\x76\xf1\x82\x13\xc8\xa6\x55\x91\x93\x52\x85\xc7\x41\xf5\x17\x28\x41\x68\x1a\x83\xdf\x93\x5c\x76\x43\x9c\x42\x34\x00\x71\xec\x00\x28\x49\xce\x0a\x76\xa3\x85\x41\x75\x71\xa8\xd5\xda\xcf\x06\xae\x0c\x94\x9c\xf3\x18\x73\xf1\x9c\x7f\xab\xb5\x89\x2d\x47\x34\x50\x1f\xf0\x4c\x71\x0d\x02\x72\x04\x1b\xa5\x1c\x35\x76\xee\x57\x4d\x9d\x6a\xd9\x9b\x5f\xe4\xd9\x99\x2d\x0b\x3b\x15\x87\xc0\x82\x89\x2a\xea\x48\x2b\xa2\xbf\x7c\xf8\x9c\xc3\x4a\x10\x09\x78\xf4\x35\x37\x44\x67\x42\x82\xfc\x6a\x0a\xe8\x6d\xd5\xac\x9c\x64\x25\xd7\xa8\x76\x5f\x6a\x8b\x48\xa1\x16\xb0\x54\xf5\xa0\x36\x6d\x84\xc9\xcd\xf1\x96\x56\xeb\xaa\x5c\xd1\x6c\x79\x8b\x16\x6f\x61\x35\x19\x04\xcf\xae\xb0\x62\x4b\xf9\x42\x30\x49\x37\x8c\xf3\x83\x2e\xae\xf8\x45\x76\x27\xce\xff\xf1\x69\x22\x3b\x11\x6c\x67\x01\xb7\x2e\xe6\x76\x27\x5a\x10\xfe\x7a\x67\xea\x5a\xac\x4d\xeb\xd5\x75\x4e\x9c\xed\xb2\x96\x24\xe5\xb1\x24\x33\x1e\xb6\x26\xd6\xbc\x16\x6a\x38\xb3\x31\x91\x37\xdc\x3b\xf2\x25\x4f\x22\x56\x78\x0d\x91\xb8\x4c\x8c\x5b\x39\x66\x1c\x79\xe5\xd7\x81\xe5\xb0\x44\x99\x88\xf7\x6f\x6e\x6a\x51\xa9\x0e\x06\xcf\x19\x4a\x59\x77\x2d\xc1\x8d\x39\x40\x6f\x93\x7b\xa0\x70\x24\xd2\x52\xa3\x27\x06\xcb\x35\x92\x18\x9a\xe0\xf0\xcf\x0f\x74\x69\x7f\x88\x42\x04\xc3\xa8\x41\x77\x22\xb5\xb1\xb8\x62\x1d\x6e\x62\x9f\x83\xa7\xa4\x13\x60\x53\x22\x1a\xc9\x00\x9c\xbd\x92\xb6\x15\xac\x2f\x55\xfe\xaf\x02\x75\x19\x59\xc5\xe9\x72\x64\x2f\x21\x09\x55\xfa\x62\x06\x45\xaf\x78\xa0\x7f\x82\xba\x0f\x54\xc0\x5c\x2d\xd2\x6f\xfe\x99\xd8\x6b\xf1\xef\xfc\x19\x6c\x26\x6a\x63\x26\xd8\x47\x3a\xcb\xcd\x15\xd2\xe3\x2c\x55\x27\x5e\xbc\xa5\x20\x0e\x44\x7e\xe7\xcf\xef\xaa\xb0\x9e\x4b\x32\xf9\x8e\x73\x45\x1b\x24\x72\x02\x76\xc8\x0e\x6d\x40\xc3\x7c\xc3\xac\xd4\x56\x42\x9b\x8d\x7a\x40\x6a\x5f\x72\x59\x71\x8e\x32\xad\x83\x70\xc6\xe1\xd9\x5c\xe2\x48\x4a\x6a\x61\x6f\x00\x61\xd8\xf2\x3b\xa6\x1b\x92\xdf\x9e\x03\xae\x6d\xcc\xeb\x49\x3e\x4e\x58\xd5\x25\x43\xcc\x3c\x75\x5c\xaa\x80\xf7\x29\x58\xd4\x34\x1e\x03\x03\x17\x40\x62\xef\x2d\x0e\x66\xdf\xac\x9b\x0a\xfe\x84\xfc\x05\xe7\x92\xbf\x28\xe4\xc0\x05\x47\x3e\xc2\x67\x7e\xf1\x8c\xfe\xa7\xbf\x41\x05\x16\xe7\x20\x05\xfa\x81\x35\x89\x9b\x7a\xf1\x03\xfd\xeb\x8a\xc7\xaf\xd2\xcf\x76\x4b\x69\xe1\xb9\xfe\x9c\x02\x09\xae\x5f\x89\xb2\xc4\x22\x7f\x2b\x08\x5f\xcc\x1c\xdf\x56\xe2\x97\x5f\x95\x0e\x41\x65\xe0\x31\x23\x74\xbf\x3b\x70\xb4\x26\x39\x29\xb8\xb0\x5c\xd5\x8b\x49\x07\x11\xa4\x2d\x1d\x6e\x5d\x78\xf0\x40\x9c\xd0\x00\x6c\x01\x09\xc0\x50\xd0\x49\xe0\xc6\x04\x80\xa6\xf4\xf8\x95\x5c\x87\xea\x5c\xa9\xcb\xde\x4b\x94\x33\x1f\x3d\x30\x4f\x7b\x0b\x0f\x6f\x9f\x8e\xc2\x66\xaf\x53\x72\x69\x87\x1b\x1b\x96\xfa\x70\xd5\x7b\x44\x93\xe3\x28\xdf\x92\x13\xf7\xda\x55\x48\xda\x92\x06\x72\x9b\x8f\xda\x1f\x8c\x23\xc1\xc5\x08\xd3\x1d\x86\xc3\x3d\x83\xc7\xe3\x04\x24\xe1\x41\x95\x80\x3d\xc1\xef\x21\x50\x07\xb1\x10\x5b\xb8\x78\xea\xe9\x38\x16\xb1\x00\x9b\x83\x0d\x27\x64\x10\xb7\xe8\x5f\x0d\x79\x24\x30\xed\xe2\x69\x19\xe3\x69\x59\xb3\xfc\x3e\x19\xca\x39\xe0\xd6\x80\x4d\x14\xc0\x1d\x2e\xd4\x65\xe7\x16\x2f\xbb\xe2\x74\x53\x5c\x9c\x1a\x9a\xef\xfa\xfd\x92\x35\xe1\xd3\x87\xa6\xb8\x78\xf9\xf6\x3c\x81\x0d\x78\x3d\x2c\x88\x08\x9e\x96\x58\x48\x0f\x39\x23\x9d\x1e\x92\x68\xcc\x58\x4e\xc3\x1d\x67\xcf\x60\x4e\x0c\xcf\xe6\xb6\x5c\x4b\x86\x3c\xad\x31\x2f\x5e\x12\x97\x52\xee\xc1\xb4\xc8\x17\xf8\x72\x1c\x2a\xb8\x84\x98\x6b\x0c\xfc\x43\x6e\xf9\x65\xc6\x15\x0f\x4e\x1e\xcc\x33\x2a\xb3\xec\xab\xce\x42\xf6\xd1\x99\x38\x83\xca\xab\xd9\xb6\xee\x92\x44\xdd\xb7\x2f\x2e\x6c\xa6\x1f\xcb\x3d\x20\x97\x1c\x40\xe3\x16\x26\xe8\xbd\x8b\xd1\x34\x22\xe0\x1e\x6f\xf1\xbe\xbd\x46\xd4\xdb\x84\xd8\xa8\xe2\x08\x56\x1f\xc5\xf9\xe9\xcb\x7c\x04\x1c\x48\xdf\x98\xf4\x64\x2c\xc6\xa2\xcb\x86\x9c\x86\x50\xfd\x46\x35\xcb\x3d\xa7\x39\xe9\x60\xc9\x6c\x2d\x66\xf1\xbc\xcb\x41\xb0\xd5\x69\xba\x98\xb3\x75\xae\x38\xcd\x11\x21\xfa\x95\x09\x8f\xe7\x22\x95\x0f\xd7\x2d\x92\x11\xe6\x8f\xa0\x83\xfc\xda\x12\x0a\x22\xd7\xbc\xa5\x64\x3d\x5e\xdc\x79\x2b\x9f\x69\x31\x99\x36\x95\x72\x52\x70\xb3\xff\x9c\x35\x98\x8a\xf2\xe5\xee\x02\x5d\xca\xa5\x23\x19\xc7\xf2\x21\x3f\x56\x5e\x64\x02\x5e\x02\xe8\x31\x33\x9c\xd7\xa1\x2f\x12\x43\x8d\x30\x7d\xe5\xed\x69\x80\x78\xb0\x63\x71\x47\x14\x2b\x99\xed\x2a\xd5\x27\xf1\x48\xc3\x0c\x04\x5a\xc8\xa7\xa0\x63\xef\x77\x30\x4d\x21\xde\xad\xe6\x20\x6b\x5a\x8b\x23\x88\x88\x1b\x9d\x42\xa1\x5b\x57\xb3\x62\x41\x18\x75\x49\x60\xce\xcf\xd1\xf3\x74\x8a\x19\xf7\x95\x0f\xe2\x13\x59\xd6\xf5\x81\xdc\xd4\xaf\x93\xcf\xe5\xa6\x76\x55\x50\x62\x29\x93\xd3\x75\xba\xdf\x57\x61\x97\x12\x88\x6b\xb1\x4e\xef\xe4\xf8\x1c\x01\x32\x77\xff\xa9\xf2\xc1\x0d\xaf\x5f\x9b\xcb\xcb\x8a\x78\x19\xa4\x8b\x62\x57\x13\x0d\xd7\xf1\x5a\x3e\x87\xba\x88\x60\x47\x87\x1b\xaa\x60\x56\xa7\x6e\xe1\x71\x2b\x67\x88\x30\x93\x24\x54\xa6\x0a\x6f\xb8\xd8\x2a\xb5\x07\xde\xcb\x56\xac\x11\x7c\xc1\x3a\x09\xcd\xa2\x1b\x00\x06\xfd\x06\xbd\x45\x04\x02\xa7\xd9\x36\x0d\xec\x03\xf0\xd4\x69\x6f\x0a\x6f\xe8\x93\x74\x9a\x78\x0b\xe8\xda\xe3\x5d\x6d\xcd\x0e\x72\x77\xd6\x64\xe7\x3b\xb6\x21\x58\x87\xf5\xa0\xa9\x7d\x66\x45\x18\x32\x36\xdb\xd0\x27\x27\x6e\xcf\x39\xb7\x0b\xfe\x16\x27\x02\xf7\x00\x3d\x3c\xbc\x2e\x03\xda\xa4\xcb\xf4\x5c\xdc\x08\x22\x26\x75\x57\xc7\xd0\xe8\xe2\x59\x0a\x34\x60\x34\x93\x12\xce\x99\xbd\xd4\xe0\xbd\x4b\x41\x4d\xb6\xd5\x40\xf6\x4f\xfc\xb0\xc0\xbe\x69\xa5\x69\x7c\x41\x49\xc2\x06\x26\x5f\x2b\xb6\x7b\x49\x0a\x39\xdc\x74\xb7\x46\xd0\xa7\x14\xee\xc8\xc2\xa6\x20\xf0\x88\xe5\xd8\x3c\x39\x18\x3f\x70\xf1\xc2\xa3\x70\x50\x61\x8b\xbe\x33\xf0\x7f\xe6\x8f\xc5\xc3\x07\x04\xf1\x48\x20\x1e\x7c\x99\xd6\xc2\xc4\x76\x87\x9d\x78\x24\x97\xbf\x79\x49\xa3\x83\x53\x26\x37\x8e\xc8\xc3\x9b\x92\xa4\xac\x8e\x29\x2e\x57\x30\x35\x9d\x8c\xe6\xae\xf6\xe0\x96\x7e\x67\xdd\x70\xbc\x56\x47\x76\xf8\xb1\xda\x98\x24\x80\x51\xbc\x88\xdf\x22\x9f\x1e\xbf\x45\xb1\x24\x7e\x4b\x4e\x63\xf2\xb5\xeb\xaa\xe1\x31\xbc\xb8\x78\x31\x01\x60\x0c\xcd\xc3\x0e\xd6\xcc\x50\x0c\xdc\xc3\x75\x84\x80\xe3\xf7\xbe\x4c\xe0\xb3\x6d\x18\x7c\x0f\x6d\x70\xf5\xee\x17\x44\xc5\xfc\xeb\xbd\xc2\x17\xf7\xfa\x72\xb3\xa2\x66\x52\x02\x5a\xb2\xab\xe6\x31\x0a\x0a\xfe\x23\x1e\x2e\xd5\x0a\x42\xf1\x55\x85\x98\xb4\x12\x3e\x69\x83\xc7\xf6\x60\x82\xcf\x5c\xbd\x70\xb5\x43\xea\x66\x5c\xcb\x63\x0b\xd8\xe9\x72\xb6\x25\x8c\x0d\x7e\xc9\x6d\xa2\x73\x8c\x59\x08\xd8\xeb\xf9\xfc\x50\x75\xae\xf6\xd3\x95\x2d\xd9\xa1\x25\x3f\x64\x37\x48\x8b\xf3\xc4\xba\x0f\xd6\xe9\x60\x7d\x7e\xf2\x30\xac\xb4\x8a\x3c\x33\xd5\x7a\xf2\xf8\x71\x12\x4c\xd9\x39\x9c\xcb\x00\xa7\x93\x19\xad\x43\x7e\x28\xc4\xe9\xf9\x5c\xfc\x56\xee\x6e\xed\xf6\xc4\xef\xbb\x10\x16\xfa\x4c\x7e\x87\x3b\x48\x22\x79\xc0\xbd\x76\x59\xb1\x65\x85\xe8\x80\x8b\x9f\x4a\xd1\xf6\x17\xe2\x74\x1b\xd7\x82\x78\xa2\x28\x06\x26\xf5\xde\x78\xe5\x75\xa0\x42\x32\x19\x50\x06\x36\x6c\xcb\x1a\xb3\x00\x47\xd3\x18\x63\x11\x34\x14\x98\x83\x77\x2d\x2b\x5f\x6f\x09\x57\x5f\x90\x70\x7f\xe5\x11\x91\x5c\xa7\x4e\x07\x21\x2c\xa8\x84\xd3\x60\xbd\x3a\x5d\x6f\xfa\x92\xaa\x7a\x4c\x31\xbd\x93\xf8\x65\x86\x1b\x77\x31\xd7\x57\x9e\xb9\xeb\x74\x47\x8f\x32\x09\x2f\xb9\x70\x00\x3a\x4d\xe3\xb5\xd0\xf6\x9e\x8e\x58\x13\xef\xe7\xe2\xd9\x93\x17\xaf\x07\x90\x23\xe2\xa0\xdf\x47\x84\x44\xbf\x4f\x10\x0e\x56\xc6\x33\x91\x66\x81\x11\x7e\x02\xae\xf0\x86\x96\x29\x81\x0e\x40\xcb\x4b\xf6\x86\x16\xc3\x70\x76\xd5\xf0\x12\xa7\x05\x49\xbc\x50\xd1\xc5\xc4\xd8\xa3\xba\x10\xb5\x38\x14\xad\x75\x01\xf7\x68\x17\x19\x7a\x09\xf8\xe2\xb4\x8d\x79\x58\x63\xb1\x73\x9a\x5e\x62\xb6\x75\xca\x01\x07\x0b\x6c\x85\xf2\xae\x36\xdd\x8a\x3c\xc2\x65\x80\x6e\x43\xe7\x02\x77\xec\x06\xa9\x21\x39\xd6\xe4\x04\x14\xbf\x4d\x93\x84\x4f\x8b\x27\x7f\xd0\x99\x9c\x00\xa3\x1f\x9c\x42\xaf\xf6\x5d\x97\x74\x18\x37\x42\x8c\x7a\x8f\x11\x4a\xa9\x34\x84\xc6\xea\xc1\x14\x1b\xb1\xf4\xd9\xec\x71\x0c\x6a\x20\xd6\x72\xe6\xda\x76\xae\x85\x61\xa8\x74\xb6\xca\xa1\x94\x78\xc6\x1f\x07\x24\x04\x27\x5e\xa0\x03\x15\x79\xd7\x49\x72\xb6\x1c\x7e\xbb\x0e\x2b\x24\x4f\x6b\xc9\x32\x6d\x2c\x83\x74\x78\x04\x1b\xcc\xaf\x2a\x2f\xbd\xbe\xdb\x1d\x10\x50\x62\x34\xbb\xab\xbe\xdf\x77\x49\x6c\x2a\x84\x9c\xbc\x18\xcc\x66\xd4\x88\x0e\x30\xac\x50\xc9\xaf\xac\x47\x96\xfe\x69\x13\x19\x1f\x83\xd4\x5b\x6d\x11\xe4\xe7\xcb\x04\xc8\xce\x2f\x09\xec\xec\x62\x97\x52\xed\x1f\xf5\xdb\x60\x31\x2f\x71\x43\x70\x7e\x71\xad\xa2\xe9\x1d\x9e\xda\xf7\xe2\x94\xbf\x77\x61\xcc\x78\x52\xd0\xf1\xc2\xba\x24\x8c\x99\xa5\xbc\x04\xc6\x06\xc3\x31\x3d\xae\xca\xed\x15\xe7\x7c\x90\x21\x51\x07\x12\xd8\xe3\xb6\xee\xdd\xaf\xc5\x33\x2b\x4d\xeb\xe3\xd5\x86\xeb\x42\x8e\xe8\x16\x2f\x09\x8e\xeb\xbc\xc0\xcf\xe2\x21\x54\x5a\x08\xe2\x59\x6f\x2b\x89\x5f\xf1\xe5\xd1\xca\x08\x00\xd4\xd2\xcd\xc2\x5a\x68\x6b\xe6\x2c\x7c\x1b\xb4\x85\x1a\xd3\x6d\x49\xc0\x8c\xd0\xc2\x53\xb6\xab\x79\x28\x42\x2a\x87\xcc\xc8\xaa\x11\xf6\xb9\x76\xdb\x2d\x7e\x3c\x2b\x4e\xdb\x2d\xe7\x77\xea\xb2\x66\xcb\x6d\x6b\xc6\x21\xb8\x17\x5e\xf2\x6f\x7e\x72\x94\x2f\x39\x30\xe7\x70\x89\xb0\x1c\x65\xff\x9d\xd8\x2b\x4d\xc0\xc3\xcf\x20\x36\x7d\x56\x31\xb1\x0a\xf9\xfe\x26\x2a\x70\xd0\x30\x83\xe7\x78\x61\x77\x82\xeb\x3b\x31\x80\x69\x7e\x63\xd0\x54\x1a\x9a\x46\xee\x44\xf4\x01\xd0\x80\x7f\x44\xa9\x99\x7e\xcf\xd7\x2d\x71\x46\xcf\xc5\x06\xb7\x94\xb7\x2a\x42\x35\x2b\x8d\x57\x91\x7d\xe1\xf4\x25\x07\x7e\x45\xa2\x3b\xc6\x45\x48\x64\x4d\x7f\xe1\x0a\x7d\xb7\x27\x46\x00\x11\x2a\x42\x71\x48\xbb\x4e\x20\x17\x60\x3d\x87\x00\xfe\x57\xc8\x9f\x66\x9e\xc3\x79\x3b\x98\x90\xc4\xb7\xf2\xa4\xad\xc6\x1e\x46\x25\x46\x37\x89\x32\x89\x68\x6a\x60\xe3\x74\x7c\x36\x05\x08\x5c\x8b\xd7\x2d\xbf\xfa\x40\xd0\x6a\x26\x47\xa1\xcc\x44\x3a\x06\x22\x2e\x6a\x4c\x6f\x76\xea\x9a\x75\x0a\xe2\x55\x62\x5f\x6f\x16\xea\x06\xcc\x11\x67\x36\x1c\x6f\x64\xa9\xd1\x47\x62\xac\x9c\x18\x4b\x4d\x5e\x78\xd1\x4a\x13\xaa\xba\xb5\x18\xcb\x9f\xca\x1a\x84\xee\x3d\xec\x22\x61\x79\x41\xd4\xaa\xf2\x1c\xcb\x53\x62\xa0\x07\x10\x9a\x7f\x04\x7a\xcc\x3f\xa6\xc0\xca\x5a\x24\x5f\x01\x2e\x19\x1b\x24\xc3\x86\xd5\xf0\x49\x93\xac\x61\x12\x50\x84\x99\x52\x2d\x56\x68\xbb\x2f\x87\xb0\xe8\x7c\xc2\x80\x97\x97\x2a\xc0\x46\xb1\x29\xfd\xb2\xfc\x3a\xf5\x7c\x48\xa6\x95\x6f\xab\x15\x34\xfb\xc5\xeb\xfd\x7c\x34\x56\x55\x14\xfd\x18\x7a\x4d\x1c\x20\x52\x4b\xdf\x98\xea\x5f\x62\xca\x07\xcb\x5f\xf6\xef\xe0\x95\x79\x6f\x11\x0f\xf8\xa9\xf3\xca\x99\x19\x42\x16\x66\x3f\x8f\xc8\x26\x49\xfb\x67\xad\xaf\x43\xce\x94\xcc\xf0\x11\xd1\x1f\x6a\x89\xa9\x19\x12\xf7\x7e\x9d\x65\xf3\x8d\x79\x8b\xff\x82\xc4\xef\x92\xd6\x97\x9a\x0c\x09\xe5\x65\x28\xec\xd4\xa3\x59\xf2\x06\xb9\x8e\xbb\x76\xfd\x95\xd6\xbe\x6f\xd5\x71\x66\x72\x30\x14\xfe\x07\x6b\x5b\xa6\x29\x59\xf7\x3f\xc0\x9f\x50\x52\xde\xe3\x59\x5b\x5e\xed\xd2\x81\x75\x5f\xc9\x8b\xde\x57\x32\xe1\x7f\x4a\x72\xd3\x4b\xc6\x50\x6d\x47\x82\x22\x6a\x56\x9b\xcf\xaa\xae\xd9\x84\xb5\xbe\x05\x53\xfc\x23\x2d\xe8\x4c\xf2\x34\xd2\x9a\xaa\x32\x4b\xbc\x9a\xb6\xa6\xc9\xa1\x8f\xcc\x66\xd0\x96\x4c\xea\x0f\xb7\xa5\x53\xcb\x1b\x0b\x33\xfc\xe3\x43\x13\x67\x90\x64\xcb\xf4\x8b\xfb\x33\xdb\x36\x91\x1e\xf7\x83\xa4\xbf\xfd\xe3\x23\x0b\xf1\xfd\x0d\x53\x43\x14\xff\xd1\xc1\x11\xfc\x9f\x44\xfe\x78\x94\x38\xa6\x25\xd1\xcb\x14\xe9\x91\xff\xc1\x6d\xb3\xe1\x30\xd2\x77\xf7\xbe\x0b\x23\xc9\xcf\xd2\xd7\xd9\x69\x98\x25\x49\xd3\x39\xe7\x75\x42\x9d\xa5\x48\x2f\xd6\x24\xbd\xf8\x7d\x4b\xc4\x4d\xe4\xa1\x6f\x9a\xea\xfd\xcc\x6d\x9b\xc5\xa5\x9b\x21\x79\x2f\x7b\x67\x23\x08\xed\x06\xea\x82\x19\x7e\xc1\x49\xfb\xeb\x6e\xf1\xb5\x86\xa0\xe6\x04\xb9\x5f\xef\xe8\x37\x27\x7b\x93\x9f\x57\xf4\x13\x56\x0b\xf8\x7b\x43\x7f\xf3\xeb\x82\x14\xdd\x70\xcd\x1e\x16\x66\x92\x69\xf1\x6b\xba\xb3\x50\x1b\xfa\x73\xfc\xbc\xa5\x1f\x6c\x9e\xce\x69\x4b\xd0\x05\x67\xd3\x97\x3f\x4b\x49\xc7\x0b\x9b\x3b\xfe\xca\x7f\xf2\xc7\xab\xe6\xd0\xf2\x27\x08\x19\xf7\x61\x1c\x7d\xcb\x3f\xb9\x6b\x86\xb8\xf1\xfe\xa3\x36\x25\xdd\x33\x1c\xf5\xde\x5f\x49\x5b\xbe\x63\xb8\x5b\xef\xa4\x25\x1a\x05\x7f\x68\xdd\xcd\xd2\x46\xa2\xc3\xe0\x6f\x36\x0e\x19\x04\x2d\xdf\xa6\x6d\xf6\xc8\x3f\xf5\x7e\x66\x09\x2e\x2d\xb3\x25\x32\x46\xac\x25\x91\x0c\x1b\xf2\x23\xbe\xb4\x65\x54\x93\x10\xd3\x1c\x87\x0a\x91\xf0\x2d\x2f\x6e\x59\xef\x0f\xaa\xea\x7d\xa5\xa1\xa2\x82\x3c\x6b\xd0\x1a\xcf\x3a\x84\x7f\x46\x80\xe3\xf9\x8c\x35\xcb\x88\xe0\xb6\x22\x8e\x0a\x61\x17\x4d\xf7\x22\xf2\x12\xd7\x79\xf8\x6f\xff\xc6\x9c\x6a\xf9\x9b\xff\xfb\xdf\x8b\x97\x3f\x7c\x89\xd0\x70\xf0\x99\xad\x32\x78\x31\xa1\x72\x00\x27\x0e\xf7\x69\x56\x03\x51\x8a\xd8\x4d\x91\x8d\x71\xd4\x4d\x91\x5b\x9f\xcd\xfe\x6b\x00\x00\x00\xff\xff\xfc\x4e\xea\xe1\xe8\xe2\x00\x00") func confLocaleLocale_itItIniBytes() ([]byte, error) { return bindataRead( @@ -4418,12 +4464,12 @@ func confLocaleLocale_itItIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 52970, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 58088, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_jaJpIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xfb\x6f\x1c\x55\xb6\x30\xfa\x7b\xff\x15\x75\x72\x14\x01\x12\x18\x01\xdf\x95\xae\x10\xcd\xb9\x4c\x60\x60\xee\x05\x86\x4b\xc2\x19\x5d\xa1\xa8\x29\x77\x97\xed\xfa\xd2\xee\xea\xe9\xaa\x8e\xf1\x1c\x1d\xc9\x6d\xe7\xe1\xc4\xce\x38\x10\x62\x93\x07\x84\x40\x12\x3b\x36\xb1\x13\xc2\x23\x0f\x93\x48\xf7\x4f\xf9\xec\x6e\xdb\x3f\xf1\x2f\x7c\xeb\xb5\x9f\x55\x6d\x9b\x99\x41\x28\xb6\x6b\xbf\xf7\x5e\x7b\xed\xf5\x5e\x61\xb3\x59\xa9\x45\x69\xb5\xfc\x76\xb2\xbd\x34\xb1\xbd\xfc\xf5\x46\x67\xb1\xbb\x7a\x6d\xfb\xbb\x93\x1b\x9d\x85\x8d\xce\xb5\x8d\xc9\xc7\x1b\x53\x2b\x1b\x53\x17\x37\xa6\xae\x6c\x4c\x3e\xdc\x98\x9a\x7e\x3b\xce\x36\x26\x7f\xda\x98\x5a\xdf\x98\xba\x00\x5f\x4a\xa5\x91\x64\x34\x2a\x63\x31\x7e\xfa\xa6\x54\x0b\xd3\x91\xc1\x24\x6c\xd5\xe0\xdb\xc4\xc6\xd4\xd4\xc6\xe4\x2f\x1b\x53\x37\x37\xa6\xae\x52\xf9\x99\x52\xf4\x69\xb3\x9e\xb4\xa0\xc5\xe4\x12\x76\x38\xb9\xb6\x31\xb5\xb0\x31\x75\x87\x4a\x6f\x97\x46\xa2\x7a\x13\x1a\x7e\x49\x83\x2e\x94\xd2\x78\xb8\x51\x89\x1b\x65\x1c\x71\xf2\xc6\xc6\xd4\x7d\xfe\x97\xbf\x27\xed\xcc\x2e\xf8\x76\x63\xf2\x16\xcc\x8f\xcb\xda\x4d\xb7\x08\xe6\x01\xdd\xb5\xa2\xe1\x38\xcd\xa2\x56\x79\xeb\xd2\xe3\x9d\xd9\x1f\x4a\x63\xd1\x60\x1a\x67\x51\xf9\x2f\x6f\xfd\x41\xd5\x9e\x2e\x1d\x8f\x5a\x69\x9c\xc0\x98\x53\xe7\x71\x52\x93\x0f\x36\xa6\x16\x71\xcc\x66\x38\x8c\xeb\xbc\xcc\x1f\x4b\x59\x34\xda\xac\x87\x19\x7e\x3a\x85\x83\xe0\x2a\xbe\xa7\x55\x4c\x97\xea\x61\x63\xb8\x8d\xd5\x79\x4f\x4b\xd5\x56\x04\x35\x2b\x8d\x68\xac\xbc\xf9\xeb\xd5\xde\xf4\xf9\x81\x81\x81\x52\x3b\x8d\x5a\x95\x66\x2b\x19\x8a\xeb\x51\x25\x6c\xd4\x2a\xa3\xb4\x2d\x53\xb7\x68\x80\x9f\xa9\x2b\xde\x99\x8b\x1b\x93\xd7\x69\x72\x2b\x1b\x9d\xe5\x8d\xce\x6d\x5a\x62\x54\x83\x8d\xa9\x84\xa9\xbf\x37\xbd\x07\xd3\x1b\x9d\xa7\x25\xea\xbe\x11\x8e\x5a\x3d\x76\xcf\x9f\x2b\x45\xa3\x61\x5c\x2f\xbf\xf5\x02\xfe\x80\x15\xa5\xe9\x58\x42\x27\xf5\x19\x1d\xee\x9a\x9c\x51\x2b\xaa\x64\xe3\xcd\xa8\xdc\x3d\x75\xae\x7b\xf2\x66\xf7\xec\x95\x52\x35\x6c\x66\xd5\x91\x10\x06\x83\xf9\x7c\x47\x13\xeb\xc0\x2f\x25\xa8\xda\x4c\x60\x0f\x93\xd6\x38\xf4\xb2\xbc\x31\xf5\x15\x6d\xd8\x34\xfc\x5e\x4a\x5a\xc3\x61\x23\xfe\x5b\x98\xe1\x6e\x6e\xfd\x74\x62\xeb\xe1\x17\xa5\xd1\xb8\xd5\x4a\x5a\x50\xf5\x1a\x9c\x36\x8c\x56\x82\x3d\xa9\x60\x1f\xe5\xde\xfc\x5d\x02\xb9\x13\x7e\x37\x58\x63\x34\x1e\x6e\xe1\x5e\xeb\x4a\x5b\x8b\x8f\xb7\xaf\xcf\x4a\x19\x75\x69\xb5\xb7\xfb\x1e\x4a\x5a\xc7\xec\x32\xd8\xcb\xdb\xb4\x1d\x6b\x1b\x9d\xd5\xa2\xa1\x60\xd6\xd6\x30\x32\xeb\xb0\x01\xa7\x49\x45\xfc\x65\x63\xf2\xf3\xad\xd5\xeb\x5b\xe7\x4f\x95\xc2\xda\x28\x1c\x43\x33\x6c\x44\xf5\x32\x7f\xda\x9e\x38\x89\xfb\x39\x75\x0e\xce\xab\x14\x56\xab\x49\xbb\x91\x55\xd2\x28\xcb\xe2\xc6\x30\x9e\x16\xc0\xe9\x0a\x81\x2a\xc0\xcc\xf4\xf6\xd2\x9d\xee\xea\xe5\x92\x2e\x96\xbf\xc7\x93\xb6\x86\x8d\xf2\x46\x67\x92\xce\xfd\x1a\xcd\xd8\x07\x09\xae\x6b\xfa\xb7\x2a\x4b\x67\x30\x89\x2c\x3e\x1e\x67\x71\x24\xc3\xaf\x21\xc8\x4e\x7e\x87\x17\x98\x7e\x29\x35\xdb\xf5\x3a\x9c\xc2\x5f\xdb\x51\x9a\x41\x1d\x1c\x63\x05\xf7\x06\x6a\xf2\x2d\x05\x98\x8e\xd3\x14\x8a\xcb\xdb\xcb\x3f\xec\xc0\xc6\x03\x40\x34\xaa\xb0\x64\x05\x0f\xf7\x19\x51\x94\x4a\x1f\xc7\x8d\x34\x0b\xeb\xf5\xa3\x25\xf9\xa5\xac\x80\xf3\x21\x6d\xf2\x3a\xd6\xca\xe2\x0c\xd7\x95\x2b\x80\x6d\xdd\xe8\x5c\xda\x98\x9c\xe9\x9e\x39\xb7\xd1\x59\xe9\x3e\x3d\xb9\x7d\xab\x03\xcb\xe9\x3d\x9a\xef\x4e\x5e\xa2\x52\x38\x95\x27\xf8\xef\xe4\xe9\x8d\xce\xa9\x52\x2d\xa9\x1e\x83\x5b\x84\x58\x03\x6e\xf5\x9b\xf4\x17\x60\xb0\xb7\x93\xe1\x14\x8f\x68\x69\xbd\x3b\x73\x51\x7a\xfc\xe6\xc7\xee\x79\xb8\x19\x6b\x1b\x13\xd0\xe3\x05\xda\x4a\xb9\xca\x38\xd2\x8d\x33\xbd\x2b\x3f\x42\x93\xee\xd9\x6f\x36\x3a\xd3\x7a\x06\x50\x39\x78\x2d\x0c\xb2\xb0\x35\x1c\x65\xe5\x03\x95\x41\xb8\xd9\xc7\x0e\x04\x23\xad\x68\xa8\x7c\xe0\x60\x7a\xe0\xf5\x8d\xc9\xef\x69\x19\x67\x10\xe4\x68\x3d\xaf\xbd\x18\xbe\x8e\x33\x9d\x84\xc1\xe6\xb6\x97\xef\x6c\x4c\xc2\x60\x8b\xf0\xfb\x46\x07\xba\x86\xd9\x9c\xf8\x6d\xbd\x53\xc2\xcd\x06\xcc\x53\xa9\x0d\x2a\xf4\x3b\x9c\x06\x3c\xbb\xf7\xc6\x0f\xff\xbf\xef\xc2\xcf\x0f\x92\x34\x1b\x6e\x45\xfc\x07\xfc\x0b\xd5\x5f\x09\x68\xf5\x70\xb6\x6b\xc1\x91\xf8\xcd\x3f\xc0\x9f\xb3\x6a\x93\x16\x71\x9d\x13\x93\x25\xe8\x51\xb6\x77\xea\x34\xad\xef\xe9\xc6\xd4\x25\xfa\xe5\xa1\xc0\x03\xd6\xc0\xdb\x9d\xaf\x00\xbb\xb2\xb5\xb4\xba\x73\xfd\x6b\x40\xea\x69\x56\xd6\x38\x9f\x90\x89\x41\x24\xfd\x11\x07\x74\x2d\x38\xc7\xef\x1a\x91\x0f\x94\xca\x49\xf1\x1a\x71\xce\x04\x61\x08\x05\x0f\xf0\xdf\xce\xec\x9f\xde\x7f\xff\xcf\x6f\xfe\x01\x56\xdc\x9b\x3f\xdd\xbd\xb3\x40\x60\x35\x85\x00\xd2\x99\x6d\x67\x43\xff\x67\x65\x38\x6a\x44\xad\xb0\x5e\xa9\xc6\xd4\x7c\x12\x8f\x4a\x76\x60\x96\xfe\x3c\x4b\x5b\x44\x5b\x91\xa6\x75\x40\xaa\xb5\xa8\x7c\xf8\xf0\xbb\xc1\xc6\xd4\xb7\x32\xc9\x66\x98\x8d\xc8\xcc\x4b\xe9\x5f\xeb\x78\x0c\x32\x2d\xd9\xe5\x8d\xce\x0c\xee\x2e\xc1\x48\xc1\x16\x39\x08\x99\x37\x60\x62\xf2\xb5\xc1\xd6\xeb\xf6\xbb\xb8\xd1\x59\x22\x60\xbd\xb5\x33\x3f\xd3\x5d\x9c\x61\x20\xdc\xb9\x7c\x05\x81\xaa\xb3\xb6\xf5\xd3\xcf\xdd\xb5\x27\xd2\x18\xa0\x6e\xfa\xf6\xd6\x17\x52\xdf\x86\x14\x5c\x44\xd4\x6a\x55\xe0\xa9\xc9\xc6\x11\x56\x68\xea\xfd\x60\xa1\x78\xae\x32\xc4\xd6\xed\x47\x34\x34\x4e\x83\xe0\x7f\x09\xf7\x1e\xb7\xf0\x1c\xf5\x73\x05\xe1\x54\x86\x8b\x1b\xc7\xc3\x7a\x5c\x03\x38\x52\xe7\xd9\x67\x00\x38\x54\xe8\x85\x4f\xea\xc0\xc0\x01\xe8\xf4\xc0\x0b\x07\x60\xb0\xed\xa5\x7b\xdd\xb9\x35\x5a\xcf\xb2\x2c\xa3\x91\x54\x18\x55\xe2\x4b\x57\x8b\xd3\x70\x10\x5e\x3d\x7e\x8f\x5b\xf2\x42\x68\xec\xe9\xa2\x48\xe8\x8f\x1f\x4d\x9c\x64\xe7\x32\xac\x82\x5f\x6f\x5c\xd4\x89\xeb\xdd\xb3\x0f\xf7\xbd\x2e\xde\x46\x85\xb1\x05\x84\x1d\xa4\x6d\xc1\x32\x9e\xd2\xed\x47\x5b\x97\x7e\xa5\xee\x73\xfd\x95\x14\x20\xf2\x65\x93\xfb\xbb\xda\x3d\xb9\xb4\x3d\xfd\xbd\x5c\x34\x24\xae\xf8\x3a\x20\x05\xb2\x40\x18\xf5\x1e\xed\xdc\x2f\x4c\x53\xe0\xa5\x50\x95\x14\x0c\x6e\xfd\xf8\x4d\xef\x12\xa0\xa2\x33\xf6\x0b\x84\x1b\x0d\x60\x72\xf2\xe6\xc6\xe4\xac\x07\x23\x8c\x4d\x9a\x49\x45\xc0\xda\x79\xd1\x08\x02\x56\x98\x2a\x11\x88\xd7\x75\xd5\x80\xb8\x77\x9d\x87\xd4\xeb\x6a\x00\xd4\x5d\x40\x7d\xf0\x65\x99\x0e\x72\x1d\xae\x29\xec\x79\x9a\x9e\x90\xef\xe9\x39\xe1\xa2\x95\xcd\xa7\x5f\x75\xef\x7c\x89\xf3\xc2\x69\xaa\x6b\xd8\x6a\x03\x3d\x86\x08\x04\x09\xcb\xeb\xb3\x06\x8d\xa8\x02\x3d\x13\x9b\xf6\x81\x81\xdc\xa1\x03\x6f\x25\x1b\x9d\x07\x38\x0f\x7e\xd0\x00\x4d\xe0\x35\xec\x74\xe7\xe0\xfe\xdf\xe7\xd3\x80\x0d\xe3\x01\x09\x38\x7a\x4b\xb7\x77\x2e\x9d\x87\x8f\xbd\x33\x13\xbd\xab\x67\xe4\x55\xe8\x87\x3a\x6a\x09\x50\x48\x48\x03\x02\x62\xbf\x2e\x44\x27\x7f\x33\xdb\x76\x81\x56\xb9\x76\xf8\xf0\x3b\xb4\x07\x4c\xc2\xde\xff\xe8\xc3\x77\xf1\x41\xf9\xf5\xde\xce\xb5\xa7\x02\x96\x84\x8a\x46\x2a\xcd\xa4\x95\x01\x2a\x7a\x27\xc0\x55\x31\xa1\xa8\x3e\x9b\x4e\xe9\xf5\xc6\xc3\x5f\xa5\x7e\x19\xa1\x00\xe8\x9f\xd5\x8d\xb6\x2e\x2e\x77\xe7\x7e\xc1\x37\xe1\xf0\x3b\xbd\xdb\xd7\xb6\xa7\x7e\xb5\x6e\x02\x5f\x83\x15\x75\x4c\x17\xf8\xe6\x13\x14\xaf\xd2\xea\x9e\x50\x69\x11\xa2\x19\xc9\xb2\x26\xcf\xf1\x9d\x23\x47\x3e\xb0\x26\xa9\x0b\xf4\x2c\xfb\x80\x33\xbe\x46\x4f\x80\x71\xb8\xde\x9d\x83\x01\x3e\x93\xd9\xf8\xf3\x9e\x24\x90\x6f\xb7\xea\xbb\xf4\xb3\x1a\xc0\x36\xaa\x7a\xf6\x8e\x2b\xa2\x86\x9f\x4a\x9a\xe8\x8b\x01\xfe\x38\x4c\xb0\xe0\x1d\xc3\x59\x7a\x85\xef\x43\xcd\xcd\x07\x13\x3b\x53\x4b\x04\xb7\xd7\x85\xd6\x40\x8e\x64\x8a\x60\x47\x81\x12\xc2\xdb\x7d\xa2\x0c\xd5\xf9\x01\xea\x79\xf0\x77\x24\x08\x34\x60\xd4\x93\xe1\x4a\x2b\x49\x32\x75\xdd\xe0\x7d\xbf\xab\xf1\xac\x5b\x6a\xc0\x9a\x2a\xd9\xaf\x06\x40\xe1\x15\x18\xf2\xdc\xf6\x13\x58\xf5\x44\xc1\x5d\x42\x0c\x93\x34\x11\x2f\x6a\x14\xb3\x31\xb9\x8c\xbb\xa5\x36\x49\x70\x0c\x11\xf4\x52\x83\xc9\x7a\xfb\x15\x52\xe4\xe5\x28\x9c\x20\x3d\xe9\x87\xdf\xa3\xa3\x55\xef\x3a\x15\x0c\xb5\x92\xd1\x72\xf7\x97\xd5\xee\xe9\x47\x9b\x8f\x1e\x99\x6f\x6a\xfe\x3b\xb0\x7d\x4f\xaf\x13\x86\x54\x7b\x87\x07\x77\x86\x26\x8c\x97\xee\xc3\x3f\x1e\x0a\xfe\x8f\x57\x5e\x7e\x19\x66\x6d\x08\xec\xa9\xaf\xd5\xc3\xbd\x56\xdc\x0e\x01\xf2\x29\x51\x63\xf2\x8c\x1d\x78\x1f\xd0\xe0\x81\xe0\x35\x5a\xd2\xff\x15\x7d\x1a\x02\x83\x15\x0d\x54\x93\xd1\xd7\x71\x3b\xf0\x23\xa0\x0a\x42\x24\x66\x46\x9d\xd5\x9d\x2b\x8f\xbb\x77\xce\xeb\x21\x54\x3d\x8d\xdf\xed\xba\x79\x3e\x87\xf9\xc1\x4a\x35\x69\x0c\xc5\xad\x51\xe1\x0b\x91\x0c\xfa\xf6\xd1\xf6\x32\xe2\x5c\x40\x15\xf6\x13\x43\xdd\x57\x1a\x49\x16\x0f\x21\xc3\x23\x83\xee\x4c\x5c\xde\xba\x76\xb3\xa0\x36\x4c\x16\xd8\xc9\x0a\xfe\x88\xab\x91\x3e\x48\x75\xab\x11\xcd\x01\x50\x7e\x05\x03\x6e\x3e\x9e\x27\x08\xb6\x29\x08\x45\xc0\x27\x43\x43\xf5\xb8\x11\x31\x2d\x43\x60\x70\x51\x93\x9b\x9a\xac\x29\x18\xdd\x6e\x07\x17\xb8\x89\x4c\xb1\xf0\x0f\x13\x04\xf8\xea\xbe\xe9\x3e\x98\x22\x9b\xe8\x1c\x7a\xf3\x7d\x7a\x76\x9f\x12\x59\x22\xcf\xae\xdc\x2d\x78\x9a\x91\x11\x9d\x41\x2c\x85\x57\xf7\x57\x21\x36\x5c\xf8\x56\x6d\x17\x2c\x9c\x2a\xaf\x3e\xb0\x72\xc7\x43\x20\xa9\xcb\x6f\xcb\x2f\xfe\xc2\x9d\x87\x5d\x3a\xc8\xb5\x96\x05\x99\x3e\x96\x88\x68\x78\x48\xf4\xc9\x37\x66\x5a\x7e\x67\xb7\xf0\x95\x38\xb9\xc4\xef\x1d\x01\xe4\x79\x6a\xb2\x8e\x44\xbb\xf3\x00\xad\x10\xf6\xf8\x0e\x6b\x2a\x09\x82\x42\x2f\x67\xd4\x1b\x77\x6d\x63\x72\x92\x20\x79\x86\xa8\x23\x06\xfe\x15\x02\xfb\x65\x55\xb4\x52\xb8\x0b\x0e\xed\xb3\x7d\x7a\xb9\xfb\xcb\xbd\x7e\x74\x4d\x61\x1b\x59\x7f\xff\x96\x0b\xb0\x50\x43\xdc\xf0\x6d\x83\x87\xce\x25\xae\x14\x65\x45\xf4\x0d\x8c\x14\x35\x68\x20\xc5\xee\x1f\xe2\x9f\x05\xb0\xe5\x56\xd4\xd0\xa5\xf6\x8f\x37\x6f\x72\xc6\x99\x1e\xce\x01\x36\xac\x83\xd4\xbd\x74\xb7\x2c\x1d\x14\x30\x32\xc4\x22\xb5\xa2\x8a\xc8\x80\x2a\xc7\xe3\x68\xcc\x17\x76\x88\x90\xca\x0c\x4b\xab\x54\x8c\xdd\xce\xfc\x0f\xdb\xb7\x16\x35\x3d\x5a\xd8\xa3\x9a\xf9\x7e\xfa\x85\xdd\xd3\x3c\xe3\xe4\xe7\xd2\xbb\x21\x0d\x2f\x11\xfe\xbb\x40\xa5\x4f\x85\x84\xf1\xba\x45\x88\x58\xa0\x87\x77\x2d\x2f\x9e\xb2\x18\x52\x1c\x6e\xfb\x16\x5d\x31\x9b\x92\x62\xd2\x55\x78\x7d\x66\x1c\x37\x1f\x9f\xdd\x07\xe1\x6c\xd3\x3a\x6b\x16\xad\x23\xd4\xec\x9f\xde\x0c\xca\xc1\x4b\x84\x20\x65\xc5\xc8\x8b\xe2\xd9\xcd\x5c\xdc\xba\x7c\x02\x49\x6e\x0b\x90\x34\x25\xb5\x75\xee\x87\xee\x93\x05\x07\xba\x79\x86\x8c\xe7\xfa\xce\x4b\x23\x36\xae\x9d\x97\x52\x79\x24\xba\x8f\xb6\x05\x5b\xf7\xad\xc0\xc8\x5b\x7a\x61\x89\x97\x3d\x7f\xff\xc5\x10\x41\x45\x65\x18\xa8\xc6\xb2\x22\x1d\x8b\xa4\x16\x51\x9a\x55\x86\xe3\xac\x32\x84\x4f\x4c\xad\xfc\x0c\x10\xcb\xcf\x40\xdd\xfb\xf4\xd6\xdd\xa7\x97\xed\x94\xb4\x40\x91\xc2\xbd\xde\xc5\x85\x57\x83\x83\xc7\x85\xc9\x7c\x05\x9f\x8d\x0a\x60\xab\xb8\x8e\x57\xa7\xac\xe8\xe8\x65\xfa\x1f\x71\x55\xe0\x89\x1c\x91\xb5\xd3\xcc\x1e\x4e\xe9\x27\x4d\x4c\x29\x12\xee\x84\x7d\x8c\xc3\xc9\x60\x3b\xae\xd7\xf2\xdd\x10\x56\x17\x56\x0c\x90\xdf\xf7\xdd\xf5\x39\x1a\xfa\x3c\xad\xf2\x2c\x13\xd7\x6e\x9b\xc9\xcf\x83\x83\xc8\xd1\x30\x9a\x9f\x50\x87\xa7\xd1\x5f\x11\x05\xa9\xf8\x46\xe0\x1a\x05\x46\x8b\x65\x0c\x8a\x84\x9b\xed\xdd\xf9\x4e\xdd\x07\x07\x24\x69\xd7\x54\x6f\xfb\x62\x6e\x02\xc5\x13\xcc\x2a\x0c\x88\x68\x84\xfa\xd1\x5c\x06\x6e\xff\x68\x08\xd8\xc6\x67\x44\xe4\xae\x02\xba\x9c\x7b\xd2\xbd\xba\x64\xdf\x03\x2a\x32\xdb\x07\x1d\xa6\x2f\xbc\x0e\xff\x94\xd2\xf0\x78\xc4\x64\xc3\xb0\x82\x87\xde\xe2\x0c\x5d\xb6\x55\xc5\x06\x09\x0c\x30\x32\x71\xd6\xe4\x5c\xe4\xbd\x2f\x4a\xd1\xb2\x14\xd4\xa6\xed\x6a\x35\x4a\x51\xb2\x07\xf5\x4f\x11\x50\x7d\x05\x3c\x61\x6f\xfa\xb3\x0d\x84\xf6\x35\x4b\x20\x38\x1b\x28\xe8\xde\x01\x82\x57\xcb\xa5\x88\xa5\xec\x7e\x2f\x0c\x27\x0f\x81\x3d\xdc\xfc\x95\xbe\x3c\xb5\x25\x6e\xc8\x6d\xaa\x45\xf4\x25\x85\x3d\x36\x6d\x16\x49\x5c\x9c\xd7\x29\x6b\xfa\xa5\x8f\x51\x6f\x70\xb4\xd4\x66\xde\x37\xa9\xd7\x3c\x06\x90\x64\x0b\x42\x19\xbe\x65\x2e\xab\xba\xf3\xa6\x89\x8b\x1b\xd2\xb1\x18\x4e\xb8\xa2\xb5\x10\x78\x46\x59\xf4\x69\xe6\x68\x23\x02\xad\x8e\x20\x1a\xe0\x3e\x6d\xf7\x29\x94\x65\xf2\xed\x45\x89\xcc\xe9\xde\x95\xa7\xa5\xd1\x71\x02\xbf\xb4\xbc\xb5\xd8\x29\x90\x17\x57\x93\x3a\xdc\xe5\x04\x1f\xe4\xe3\x91\xd4\xec\x9e\xbc\xd7\x3d\x3f\xeb\xd7\x84\x8e\x92\xd6\xb0\xea\x47\x89\x95\xc7\x45\x78\x6d\xfa\x57\xa2\x6b\x7a\x9a\x44\xb3\x72\x81\xf4\x27\xeb\x08\x75\x22\x85\x1d\x00\xe0\x21\xb1\x2f\x0f\xe9\x0a\x88\xdd\x81\x4b\x1f\x8b\xc2\xe5\x68\x49\x2a\x7b\x15\xf0\x6a\xa4\xe5\x8f\xf0\x5f\x20\x57\xc3\x16\x5c\x8f\xc3\xf4\x03\x9a\x86\xed\x6c\xe4\xa8\xa5\xbd\xa8\x88\x38\x1b\x05\xe4\xdb\xb7\xe6\xfa\xbd\x37\x86\xae\x1e\x89\x9a\x48\x8c\x8f\xa6\xc3\x2c\x66\x58\x24\xc2\xc0\x6f\x05\x8c\x5a\x6f\x16\xd6\x7f\x5d\x1e\xff\xce\xcc\x6f\xeb\xd7\xe0\x61\xa3\xdf\xcf\x0b\x60\x11\x3e\x0e\x10\xfe\xd2\xa4\x1a\x87\xf5\xca\xbf\x78\x90\xf3\x8a\x9e\x3e\x43\x83\xb8\x24\x17\x6b\x6a\x46\x9b\x59\x79\xeb\x0b\x24\x0e\xb6\x97\xee\xfb\xaf\x28\x80\x39\x20\x10\x21\x74\x66\x2d\x3a\x6c\x59\x68\x48\xc1\xd5\x44\x25\x28\x65\x93\xf5\x2c\xad\x74\x2f\x02\x1a\x3c\x81\x42\xea\xc9\x39\xa2\xb9\x73\xf8\x35\x37\x27\x7e\xda\xf6\x33\x23\xcd\x81\x29\xd6\x46\x24\x07\x7b\xcd\x14\x8e\x72\x34\x1a\x1d\xc4\xb1\xa2\xb2\x7d\x12\x5b\x67\x7f\xee\x9d\x9c\xc1\x23\x7f\xfa\x15\xed\x2b\x51\x85\x43\x00\xe4\x84\x10\x8a\x1f\x66\xbc\x58\x4f\xbf\x64\xc2\x99\xea\x46\xfb\xab\x0b\x27\xa5\xd4\x7a\x80\xc5\xc7\x7c\x25\x8a\x4f\x3c\x7a\x47\x9b\xd7\x03\x0a\x01\xc1\x74\x34\x71\x74\x69\xd4\xc8\xd4\x11\x1b\xed\x0f\x33\x81\x86\x7b\xfd\x3c\x78\x6d\xf0\xf5\x83\xe9\x6b\x2f\x0e\xbe\x0e\x4f\x23\xb0\x7d\x1d\xb5\xe1\x44\x2e\x4e\x4c\x6a\x3a\xbc\xbb\x3a\xbb\xf9\xe8\x14\x1d\xdd\x15\x12\xc9\x10\xdd\x4b\x0a\x85\x83\xb5\xde\xa5\xc9\x9d\xf9\x0b\x9b\x8f\x6f\x76\x4f\x9d\xa4\x8d\xb7\xaf\x6f\x91\x78\x02\x48\x2d\x9e\x4a\xe1\xb3\x4b\xea\x9d\x88\x11\x82\xba\xa0\x05\xf0\xef\x68\x7e\xe6\xe1\x60\x69\xcd\xf5\x78\x34\xce\xf6\x07\xdc\x6e\x0f\x97\x1c\x89\x8d\x81\xaf\xb5\x9d\x6f\x1e\x6f\x3d\xec\xf0\xf6\x00\xe7\xed\x52\x2a\x08\x53\xaf\x04\xdd\x69\xd8\x9a\xb3\x2c\x2b\xca\x89\xa1\xc2\xb4\xd2\x6e\xc8\x09\x45\x35\x86\x71\x92\x64\x5d\xa0\xbd\xba\x8e\x54\x11\x91\x26\x17\x89\xea\xe9\xd8\xdb\xe7\x91\x76\x81\x2d\x70\x08\x9e\xd5\x87\xf7\x1c\x92\xb7\xbd\xab\xcb\x6a\x57\x17\xd5\xb5\x44\xf2\x3c\x7f\xea\x34\xf3\x6f\xac\xca\xe7\xd4\x8a\x88\xa4\x02\x1a\x09\x18\x9a\x2f\x1e\xd2\x09\xdf\xea\x9e\x3a\xa7\x16\xee\xeb\x9d\x36\x1f\xcc\xd0\x11\x5f\x25\x7a\xe8\x3e\x1d\x0a\x4b\x39\xe9\xa0\x0b\x0f\x97\x8e\x49\xed\xc2\x7e\x0e\x00\x60\xcf\x9d\x81\x27\x0e\xb4\x87\x14\xe9\x11\xd1\xa5\x29\xa1\xd5\x4c\xd1\xa5\xbb\xed\xa4\x68\xd1\xfc\x4b\x48\x87\x3f\xff\xed\xce\xc4\x77\x9b\x8f\xbf\x44\xf9\x9f\xe1\x5e\x94\xd4\x9c\xd6\x82\x4b\xca\x64\x45\xde\x9d\x47\x79\x82\x56\xf8\xac\xe6\x17\xb5\xf7\x8a\xb8\xf3\xbe\x48\xc5\x1a\x40\xd3\x31\x55\x14\xab\xec\x81\x45\xe9\xec\x51\xa0\x81\xc4\x02\x13\x0e\xb3\xbd\xab\xd7\x80\x0f\x02\x4a\x41\xad\x12\x49\x15\x9b\x4e\x53\xe7\x67\xe6\x63\x44\x82\x3e\xae\x73\x97\xbe\xd7\x2a\x75\x7f\x59\x92\x54\xd2\x11\x14\xda\xfe\xb6\x3e\xcf\x8a\x18\x80\xeb\xde\xa3\x89\xbc\xb4\x0b\x39\x3a\xa1\x26\xf3\xda\x8c\x8f\xf1\x38\x8e\x32\x2a\xc1\xc7\x5e\xe3\x11\x1b\x37\xe5\x70\x8a\x25\x14\xe8\x8b\x98\xb0\x37\xe6\xc1\x76\x05\x29\x07\xc5\x3d\x29\xdc\xbc\x3d\x77\x4d\x5a\x0e\x18\xfa\xa3\x88\x38\xd6\x8f\x22\x50\x2a\xdd\xb3\xd7\x4c\x65\x2d\xd5\xd3\xb4\xe1\x03\xbb\x1d\x6e\x52\x52\x0b\x61\x97\xc6\x51\x91\x8e\x47\x73\xa2\xd4\x48\xca\x84\x02\xe0\xff\xe9\x12\x14\x63\x07\xac\x4c\x86\xea\xf0\xc2\x8d\x1e\x2d\x21\x69\xf5\x7e\x8e\xc5\xfd\x10\x88\x31\xf9\xea\xd0\x63\x58\xf6\x16\x1b\x69\x14\x8a\x4d\x4b\x1f\xf4\xe3\x8a\x3f\x8c\x44\xab\x9b\x7b\x46\xb5\x15\xc7\xe1\xc3\xef\x1c\x21\xd6\x9c\xb4\x10\x93\xc4\xcc\x75\x56\x61\xc8\xee\x99\x73\xa5\x77\xb2\xac\x99\x7e\xd4\xaa\x93\xf8\xff\x30\x09\xe0\x3f\x08\xc7\xeb\x49\x58\xc3\x8f\x28\x9c\xc0\x57\x54\x33\x80\x2c\xa2\x3f\x12\x85\xa3\xb2\x8c\x0e\x95\x7c\x83\x0b\x78\x03\xe8\x46\xfa\xda\x3b\xf3\x14\xce\x94\x3e\x21\xc7\xf3\xd6\x9e\xbc\xb8\x96\xd1\x44\x64\xd4\xa1\xb4\x96\x0e\xc0\x96\xc2\x7a\x73\x24\x24\x12\x5f\xaa\xd1\x06\xad\x88\x04\x12\x11\x23\xc1\x03\x20\xe5\x8b\x77\x51\x87\x0c\x78\x63\x6a\x8e\x66\x7f\x11\x40\x17\x55\x94\x8c\xbd\x10\x8c\x27\x94\x98\x10\xc9\x83\x03\x95\x03\x24\x7b\x39\x81\x02\x4f\xbc\xd4\x88\xaf\x0b\x75\x44\xf6\x1c\x6a\x80\x3e\x79\x1e\xcf\x04\xbb\xcd\x64\xe2\x06\xcd\xc4\xb0\x21\xcf\xbe\xf0\x5c\xbf\x99\x3c\x5b\x81\x37\x0a\x6b\x9f\xe1\x2e\x9e\x1d\x78\xce\x9f\x19\xe9\x03\xe1\x54\x77\xd7\x64\x05\xcf\x00\xe5\xf4\x37\xb5\x9f\x9f\x08\x31\x34\xf9\x48\xbf\xa2\xbb\x29\xd1\x3f\x29\x11\x9b\x6a\xda\x3f\x13\x74\xef\x7e\x46\x08\x61\x8e\x04\xae\x93\xd8\x87\x68\xea\xfb\xec\x14\x4c\x60\x34\xfc\xd4\xed\x44\x37\x02\x1a\x88\x1f\xc5\x7e\x4d\xf9\x81\xd2\xbb\x8b\xaf\xb6\x08\x0e\x77\x7f\xa0\x0c\xcb\x0e\x9d\xa0\x0e\xa9\xa8\x0b\x84\xe0\xa0\x50\x20\x06\x8d\xe2\x46\xb5\xde\xae\x99\x39\xf3\x84\xbb\xd3\x0b\xc1\x33\x07\xd3\x67\x48\xbb\x78\x7e\x05\x9f\xfc\x5d\xf7\xbe\xdd\x38\x06\x04\x6b\x43\x7a\xd9\x7c\x70\xae\xf7\xe5\xdf\x49\x34\xbc\xc4\x8c\xde\xab\xca\xb2\xaa\x02\xe3\x25\xad\x56\x54\xcd\x94\xd0\x15\x8d\x3b\x36\x1f\x4c\x6c\x9f\xfe\x51\x61\xb6\x2b\x8a\x67\x17\x6a\xd3\x3c\x03\x46\xb4\x91\x43\xfa\x4b\xe6\xed\xf2\x8b\xa4\x7b\x64\x57\x8b\xc4\x49\xc6\x86\xac\x32\x18\x45\x8d\x4a\x16\x1e\x8b\x1a\x79\x1e\x7d\xad\xb7\xf0\x2d\xea\x7e\x45\xe0\x7f\x51\xa9\xa8\x1d\x26\xa2\x99\x54\xf2\x1d\xf9\x88\x6f\x5f\x7d\x01\xd7\x90\xeb\xca\x28\xc9\xf7\xd3\x43\x06\x38\xab\x60\x36\x06\x7f\xed\xab\x17\x86\x4c\xea\x01\xb6\xa9\xb6\xfb\xeb\xb6\x9f\x0e\xf5\x66\xeb\x53\x35\x20\xd1\x4f\x30\x92\x3f\xd2\x7e\x22\x35\x9a\x72\x03\x9e\xb9\x16\x19\x0e\x5a\xa2\x35\x12\xbf\x2a\x54\xc2\x62\x6f\x5f\xcc\xc6\x2f\x84\xd5\x3b\x11\xbd\x9d\xdb\xf4\x36\xce\xec\xc1\x9e\xe4\x46\x85\xfb\x80\xaf\xad\x3d\xac\x28\x53\x58\x35\x0f\x2f\x03\xad\xf1\x5f\x33\x9a\xa6\x1e\xdc\x25\xf6\xdb\xb7\x13\x7b\x0f\xa1\x85\x89\xd1\xa7\x40\x38\x94\x7b\xb3\xa7\x89\xa8\x52\x0a\x21\x57\xaa\xd8\xbd\xf3\x25\x89\x14\x17\x9c\x93\xa8\x87\x69\x86\x02\x21\xde\x8b\x72\xf7\xcc\xd9\x9d\x4b\x37\x94\xbe\xdc\x33\x82\x10\xb8\x44\xc1\xfb\xd5\x89\xee\x93\x59\x45\x18\xdf\x57\x1a\x44\x21\x35\xbb\xd3\x37\xb1\x8e\xda\x42\x2d\x39\xf4\xf5\x2a\x9a\xee\x45\xe3\x83\x63\xd1\x78\x99\x0c\x0d\x3e\x77\xd9\x1b\x25\x88\x3d\x98\xa2\x84\x0e\x85\x0e\xc7\xa3\x16\x10\x37\xba\x11\x99\xd8\x39\xd2\x45\x34\x58\x08\xa0\xa8\x5f\x5f\xc8\x60\xe1\x36\xcc\xb0\x6a\x4a\x0b\x28\x15\x3a\x5e\x22\x51\xe3\xb2\x21\x00\xf1\xbd\x5b\x84\x9a\xa8\x87\x98\x3e\x05\xff\x6e\x3f\x42\x52\x60\x57\x56\x18\x08\x0f\x25\x8e\x85\x4a\xdb\x4b\xeb\xae\x14\xf6\x89\x25\x8b\x2d\xa5\x59\x5c\xaf\xe3\x09\xb0\x01\xaa\x47\xde\x2a\x33\x11\x5f\xa2\x66\xd0\x3c\x3e\xcf\xb9\x9b\x22\x27\x29\xf7\x53\x9f\x06\xca\x5d\x16\x1f\x6f\xdf\xf9\xa1\xe0\x40\x78\x1e\xc8\xf7\xa2\x81\x69\x8e\xad\x5a\x13\xf6\x93\x0d\x4f\x0b\x0e\x5f\x26\xa3\x2a\xa0\xc4\x7e\x67\x62\xa2\x7b\xfa\x91\xe2\x23\x66\x6c\xf8\xea\x6b\xf2\x82\xe0\xe8\x6f\x09\xb1\x82\xaa\x63\x99\x48\x7e\xd1\x6a\xab\x3c\x46\x3f\xb7\x3d\xf0\x64\xba\xdb\xb3\xfd\xf8\x5b\xcd\xd4\xf5\x9d\x57\x89\xad\x2f\x2b\x83\xad\xb0\x51\x1d\xb1\x2e\x9e\x52\xdb\xfe\x20\x54\xd6\xd4\x3c\xbd\xa9\xf7\xf1\xca\xc0\x2e\x9b\x8b\x87\x64\x00\x90\xe3\x78\x6f\x8f\x96\xe0\x65\x6d\x0c\x47\x15\x51\x41\x2b\x6d\x32\x9a\x19\x20\x31\xc4\xb0\x96\xd7\x0c\x0b\x4d\x2f\x8d\xab\xed\x34\x4b\x46\x55\x1f\x9a\xab\xda\xa3\xf1\xff\x4c\x80\x98\x4a\x1a\xe5\xee\xdc\x24\x99\x99\x1a\x78\x34\x56\xd4\x64\xa3\xeb\x49\x68\xc5\x7c\x77\x9c\xde\x76\x5c\xa4\x12\x18\x4c\x3d\x2e\x36\xe7\x1d\x4a\xea\xf5\x64\x0c\xc5\xba\x4a\x23\x7d\x87\x51\x1d\x80\x5a\x88\xc8\xb1\xac\xf4\xe4\xeb\x52\x97\x55\x35\xba\xae\xfa\xec\x7e\x6b\x37\x0a\xbe\x6e\x2f\x7e\x07\x27\x5a\x42\x69\xde\xe8\x00\x3d\x5f\xc8\xb4\xb5\x8e\xe3\x20\xee\xa3\x25\x74\x53\x67\x6d\xf3\xd1\xf4\xd6\x8f\x27\x8a\x1f\x41\xd3\x4d\x33\xcc\x00\x93\x37\x58\x38\x41\xeb\xa9\x39\x1c\x94\x62\x70\x9f\xb2\xbd\x8f\xee\x5d\xd9\x1e\x7a\xbd\x1b\x4e\x57\x99\x4a\x1f\x2d\x69\x03\x6b\x63\x54\xfd\x9d\xa7\x66\xc8\xeb\x17\x18\xff\xa5\x16\x0b\x25\x02\xe9\xf2\xe1\xf7\x0f\x7b\x97\x17\x2d\x98\xea\x71\x95\xe4\x8c\x69\x5f\x73\xa7\x12\x6b\x06\x58\x27\x50\x8b\xea\x51\x16\x15\xc8\xef\xf8\xea\x94\xda\x71\xad\xfc\x51\x5c\x2b\x95\x9a\xed\x41\xe8\xda\x18\x89\xbb\xb0\x11\x14\xad\x49\x7c\x0d\x48\x6f\x5c\x2c\x74\x74\x69\x96\xee\xc9\xef\x77\xe6\x67\x64\x2b\x27\x3a\x9b\x8f\x1f\xf7\x4e\xcc\xe5\x05\x01\x2c\xf3\x41\x66\x8e\xcd\x60\x7c\x32\x47\x09\xbd\xf9\xd6\x4f\x74\xfe\x12\x0d\xda\xda\xc0\xde\x85\x73\x9b\xbf\x5e\xb5\x34\xe2\xa4\x48\x78\x3c\xc3\xf8\x84\xec\xf7\x2c\x00\xd1\xc4\x91\x26\x97\x44\x2a\x5e\x2b\x3b\xf6\x29\x0a\x52\x50\xca\x7a\x63\x9e\x1e\x52\x0b\x76\xd4\x9d\x2c\x10\x85\x0c\xa1\x2d\xbc\xa8\xa4\x2f\x52\x4f\xe7\xf8\x01\x2e\xf6\x16\xa9\x27\x7c\xbc\x2c\x1c\x77\xcf\xb5\xdd\xac\xa1\xf4\xa3\x00\xcc\xc4\x4e\x06\x66\xd0\x9b\xbf\xeb\xd5\x33\x42\x8b\x62\xbb\xff\xef\x94\xa4\x75\x96\x9b\x5b\xdb\xac\xf8\x02\x41\x53\x79\x17\x10\x45\x3e\xce\xaa\xe5\x3b\x4d\xfd\x76\x4a\x2c\xcc\xcf\x80\x6a\xb2\x66\xec\xe4\x44\xaa\xec\x08\x01\x5d\x09\xe0\x4c\x6f\xfe\x61\xef\xfe\x45\xcb\x22\xd2\x12\xef\xa0\x6a\x2e\x6e\xb4\xa3\xf2\xd6\xcf\x97\xd1\x9b\xa3\x9f\x4f\x81\xb2\x35\x71\xb0\xae\x63\xed\x93\x43\xb9\xbe\xb9\x4a\x75\x24\x49\x52\xd1\x61\x71\x7b\xe3\x13\xe2\xb6\xdc\xe9\x3c\xe8\x9d\xfd\x5a\x9d\x89\x1e\xcc\xaa\xa3\xb5\xb2\x68\xc5\x47\x07\xc8\x97\x16\x26\x08\xc8\xb5\x91\xa9\x46\x46\x9b\xec\x3d\x07\x72\x93\x9b\x28\x5b\x01\x4a\x55\xec\x99\x08\xd1\x55\xe2\x51\x72\x33\xda\xc5\xe0\xc8\x71\x07\x5a\xdb\xfa\xe2\x71\x77\x6a\xce\x55\xf1\x4f\xba\xb3\x2f\x06\xa8\xc2\x15\xed\x02\x53\x0a\x38\x76\xd3\xd7\xf0\x3b\x97\xd4\x2d\xaa\xdb\x52\xa9\xbb\x88\x14\x8f\x42\xd7\xb2\x1c\x74\x7c\x0b\x3d\x14\x6a\x55\xf6\x55\xd9\x16\x75\x39\x70\x56\xc0\x50\xf5\x9b\xd6\x1e\x1c\x94\xb7\x07\x66\x67\x8b\x7a\xe9\x3e\xb0\x5c\x4b\x72\x1b\xaa\xf5\x53\xfd\x96\xb3\xf5\xd3\xec\xd6\x17\xf7\xf0\x64\x7d\xdb\x24\xdb\xd6\x7d\xd6\x33\x40\x32\x8b\x95\xb9\xee\x1b\x3d\x16\x9f\x66\x91\xb0\x98\x58\xdf\x54\xcc\x4d\x1d\x46\x57\x79\x4a\xf5\xaf\x61\x3c\xa7\x98\x81\x2e\x78\x8c\x16\x94\x71\xe3\xd7\x84\x69\x8a\xdf\x26\x78\x47\x94\xd5\xe5\x09\xdb\x82\x52\xbd\x26\xc5\x6f\x10\xbc\x81\x70\xc1\xc8\x57\xcd\x1b\x65\x5d\x15\x89\xb0\xda\xaf\xd0\x59\x51\xde\x33\x7c\xd7\xb9\x96\x5c\x65\xb5\x14\x28\xc1\xa7\xc0\x13\x05\x68\xb6\xc0\xab\xa7\xd6\xbe\xa7\xba\xc5\xd0\xcd\x7c\xf2\x4b\x9e\xd6\x2b\x6f\x36\xc2\x48\xb8\x37\x75\xb2\xfb\xcd\xbd\x8d\xc9\x49\xd5\xdc\xd9\x0b\x46\xba\x16\xbb\x35\x63\xc4\x1a\x7a\x8a\x0a\xc0\x73\x4b\xb2\x00\xdc\xef\x5c\x61\x8c\xb0\x56\xa3\x8b\xcb\x5b\xa5\xc1\x3c\x12\x2b\x65\x67\x81\xdb\x4f\x7f\x05\x9a\x98\x9a\x14\x2a\x0b\x74\x15\xcf\xda\x4c\xaa\x57\x1c\x8d\x2e\x2a\x36\xcb\x42\x0f\xae\xec\xa2\xcd\xb5\x14\x94\x7a\xda\x9d\xde\xf7\xd7\x51\xb8\x7d\xb0\x16\x78\x6a\xda\xee\xdc\x02\xd6\x46\x9a\x9c\x7c\xbe\x6c\x21\x81\xd2\x10\x09\xc6\x66\x6f\x04\xa3\x05\x2e\x64\x55\xf5\xdc\xd5\x1e\x7b\x3b\xe4\x49\x90\x66\xd5\xfa\xf3\x98\x59\x2e\x5d\x01\x69\x6a\xfb\x29\xd6\x88\x6f\xd7\xdf\x65\xc7\xb1\x91\x86\x43\xf2\x67\xd8\x15\xb2\x56\x8a\x14\x7c\x44\x64\x4f\xce\x04\x8e\x56\x01\x65\x8b\x62\x1e\xc9\xd4\x9f\x31\x43\x42\xce\x1c\xed\xa3\x16\x1c\x35\xaa\x9a\x98\x82\xa7\x05\xdb\x91\x4b\x1b\xd3\xbf\x96\x66\xad\xa4\x31\xfc\xba\xf6\x11\x2e\x54\xfe\xbf\xf6\xa2\x54\x0b\x94\x98\x61\xd5\x78\xea\xa1\x42\xf7\x0b\x9a\x9b\x73\x22\xe8\xe8\x67\x1c\xfb\x02\x77\x13\xbf\xb8\xd6\x9b\x3e\x8f\xae\x7d\x41\x51\x35\x5e\xed\xf4\xf7\x64\x2b\xb9\xdc\xbd\x38\xb7\x73\x7d\x16\x2b\xeb\x2b\x20\x62\x96\xa0\x68\xf7\xa1\xcc\x12\x23\x32\xcd\xbd\x73\xee\x27\x64\x94\x76\x91\x16\xaa\x96\x44\xa7\x71\x4b\x14\xe3\x7e\xa9\x44\x75\xab\x76\x47\x2c\x7c\xb4\x38\x62\xb7\x2f\xd5\x4f\xd9\x57\x09\x61\x01\xd9\x4f\x91\x45\x81\x32\x93\xc2\x7f\x4f\x28\x80\xca\x43\x2f\x89\x93\xb0\x1f\xc5\x92\x19\x54\x51\x08\xc2\x64\x6d\xc3\x48\x15\xb7\x49\x50\xa5\x5a\x9f\x46\xaa\xae\xca\xaa\xb8\x92\x8d\x51\xf5\x34\x7e\x3f\xfa\x5c\x51\x1c\x0d\xd7\x37\xee\x51\x8e\xb3\x11\xc0\xdd\xfe\xd0\x2a\x59\xaf\xf8\x33\x55\xdb\x66\x2f\x6b\x6d\x77\x9c\xfa\x6f\xb4\xe7\x68\x2d\xee\x6c\xe3\x35\x96\x26\x12\x0c\xf4\xae\x4e\x6c\xfd\x34\xc9\x70\xd3\x5b\xb8\x49\x5e\x77\x4a\x7a\x00\x65\xdb\x4f\x3f\xc3\x27\xf2\xc7\xc7\xe4\x16\x8b\xa2\x36\x3a\xe2\x34\x43\x62\xd1\x7e\x8d\x08\x6a\x7e\x5b\x5f\x80\x3e\x6c\x14\x08\x1d\xa3\x71\x52\x81\x48\x3d\x39\x06\x00\xfc\xcf\xf7\xa3\x51\x19\x73\xd4\xbb\x20\x9b\x3c\xb3\x6d\x70\x9d\x18\x88\xb9\x68\xad\xa8\xaf\x6b\xca\x4d\xe0\x17\x62\x38\x72\x56\x63\x2c\xfc\x13\x8b\xde\xfd\x22\xb2\xad\x9f\xce\x6f\x74\xee\xab\x81\x8a\xd0\x59\xbb\x31\x18\x37\x6a\x65\xdb\xe6\x4c\xc4\x28\x5c\x62\x80\x23\xbf\x48\xb4\x41\x37\xcd\x5c\xdc\xa0\xa8\x7f\xb5\x8b\x21\xf5\x52\xa1\xc3\x29\x77\x27\x66\x36\x1f\x3d\xf2\x80\x38\x10\xeb\x66\x94\x21\xdd\x37\x1b\xc8\xbe\x8d\x62\xf3\xc7\xcd\x2d\x2a\xd5\x6d\x41\x98\x91\x01\x20\xe5\x2d\xe7\x4f\x4a\xd0\xee\xd4\xb6\x1d\x5d\x03\xe5\x33\x19\xbc\xf1\xc1\x9f\x02\x65\xb3\xa7\x6f\xd7\xae\x44\xae\x9e\x97\x36\x82\x27\x69\xf1\x12\x9d\xf6\x39\xc7\xc3\xc3\x9e\xc0\x5e\x8f\x9b\x70\xfc\xce\x3c\xdc\x81\x79\x50\x61\xaa\x4d\xcf\xa8\xe1\xd6\x9b\xc6\x1b\x56\xbc\x4f\x6e\x25\x3e\xe8\x28\x75\x99\xd1\xe2\xc3\xb1\xb0\x83\xda\x60\x07\x3b\xa0\xd5\xa2\xb1\x79\xb3\x96\xb9\x8f\xbe\x91\x8f\x87\x2d\xf8\x82\xb0\x10\x03\xf3\x59\x82\x28\x9f\x6a\xd9\x7c\x34\xdb\x7d\x04\x1f\x97\xc8\x39\xa1\xbf\xc3\x2d\x89\xee\xfb\x09\xea\x2d\x84\x2f\xa0\xc9\xd8\xdc\x06\x57\x83\xf7\x49\xb0\xb5\x4e\x17\xf5\xac\x7f\x38\xce\xfe\xac\xee\xd6\x8d\x20\x83\x7d\xf6\x55\xf4\x62\x38\x6f\x42\x7f\xc7\xc5\x7f\xcd\x73\x61\x6f\x8f\xc3\x64\xee\x6b\x27\xf6\x78\x47\x60\xff\x81\x56\x00\xea\xd6\xb7\x3d\xec\xb7\x2a\x25\xe7\x70\x2e\xa5\x31\xcf\x5c\x56\x56\xe3\x2e\x81\xab\x16\xd1\xdf\x24\x51\x0e\x4c\xea\x39\xc2\x26\x23\x14\xdc\xd5\x00\x09\x08\x6c\xba\xe9\x2b\x06\xcb\xc2\xdd\x7f\x72\xbb\xb7\xb0\xa8\x09\x45\x01\x4d\x9c\xa5\x21\x0b\x11\x06\x95\x1b\x89\x37\x4f\xd5\x95\x18\xca\x7a\xcb\xd0\x3e\x7c\xfe\x4b\xe1\x2e\x46\xd5\xb6\x1e\xc3\xbc\x62\xa7\x77\xf7\xc1\xe6\xc3\x93\xce\xec\xc5\xde\xc8\xa2\xd2\xd0\x7f\xb8\xb3\xf5\xf3\x25\x00\x14\x1b\x4a\xfe\xa3\x54\xfa\x18\xb5\x06\x47\x4b\xac\x42\x24\xb7\xc0\x75\x82\x8c\x75\xa3\x6f\x2f\xb2\x2e\x32\xca\x78\x21\xa9\xbb\x9d\x33\xdd\x1b\x8b\xb8\x43\x45\x1a\xf9\xad\x6b\x77\xf8\x40\x7b\x13\x5f\xa1\x7d\x32\xaa\x95\x56\x7a\xab\x33\xa2\x01\x43\xd6\x1b\xa7\xaa\xb6\x1b\x08\xe1\xde\x89\x39\xbd\xd1\x08\x11\x00\x0b\xc7\xe3\x34\x1e\x8c\xeb\xac\xc4\x20\x0f\x29\x54\x56\x2c\x8b\xbe\x82\x4a\xb1\xd0\xf5\xf4\xcd\xbb\x9e\xbf\x96\x36\xc3\x46\x50\x05\x7a\x27\x2d\x1f\x68\xc7\x41\x2b\xaa\x05\x68\xdc\x7f\xe0\x75\x8b\x5d\x27\xc9\xf2\xd4\x34\x4c\x01\x2a\xbf\x6e\xd4\x6c\xfe\x28\x18\x1a\xa6\x4a\xba\x90\xbc\x31\x36\x8a\x17\xba\xeb\xbf\x74\xa7\x7f\x66\xf7\x27\xfb\x56\xf7\x0b\x54\x03\xe0\xd8\x7f\x7e\x41\xdf\x09\x06\x96\xf9\x9c\x45\x09\x99\xd9\x62\x04\x1b\xb5\x31\xcf\x8a\x28\x76\xe2\x86\x23\x90\xb5\x71\x8e\x13\xe1\x66\x65\xa7\x73\xdb\x93\x82\x3c\x57\xaa\xd6\x93\x46\x64\x7c\xb9\xb5\xcf\xf4\x0c\xdd\x75\x76\xe1\xd8\x95\xb9\xca\x05\x44\xb1\xf8\x21\xdd\x94\x98\x25\xbc\xa2\x73\x93\x5b\x27\x17\x8b\x5f\x01\x5a\x1a\x6b\x1a\x77\x0f\xcc\x43\x15\xc9\x4f\xd9\xae\xd8\x3d\x39\xc5\x25\x79\x00\x72\xba\xd3\x92\x53\x1f\x9e\xba\x73\x6b\xdb\xb7\xe6\xb5\x29\x7b\xa1\xc4\x8b\xef\x0b\xdd\xe3\xed\xe5\xef\x7b\x5f\xfe\x9d\x3f\x60\x88\x27\x15\xde\x49\x7f\x50\xc3\x0f\x0c\xc7\x59\x3c\xdc\x48\x5a\x91\xe7\x15\x2b\xc2\xe5\x7a\x5c\x05\x6a\x09\x6f\x27\x41\x04\x8a\xb9\xef\x93\xfb\x38\x7f\x37\xab\x70\x8a\x83\xe2\xce\x5a\x51\x58\x83\x9b\xfe\x21\xfd\x90\xbf\x54\x0f\xfc\xd1\x6d\x88\xbb\xeb\x47\xac\x32\xbd\x85\xed\x2c\xa9\xc4\x8d\x38\x2b\xf3\x87\x3e\x72\x67\xe5\x59\x9f\xef\x09\x76\x2f\xaf\xf6\x9d\xfe\xaa\x77\xf5\x5a\x77\x76\x5e\xf9\x92\xc8\x99\xfb\xf5\xc4\x7d\xa4\x16\x0d\x85\xed\xba\xd2\xf8\x96\x73\x9e\xb5\xab\xb6\xaa\x57\x42\x4a\xc1\x9c\xb3\xa8\x75\x3c\xac\x9b\xd8\x52\x01\xb0\x1c\x3b\x97\xbf\x78\x16\x5e\xba\xe7\x54\x2d\xe0\xa0\x5a\xfc\x96\xaa\x4a\xae\xf8\xd2\xa9\xc5\xa7\xfe\x41\x3d\x0a\xd3\x28\x10\x7b\xb0\xa0\x11\xe1\x63\x1c\xb6\xc6\x03\x54\x93\x04\xb0\xa0\x1a\xb0\xc7\xc0\x6f\xa4\x50\x25\xc8\x46\xa2\x40\x5a\x0f\x94\xc6\xd0\x22\x8b\xd4\xb0\x80\xf4\x71\xfa\x53\x1c\x35\x4b\x69\x62\x87\xc3\xbf\x61\xe9\x61\xfd\x2b\x41\x73\xea\x40\xaf\x68\x56\x61\xdb\xaa\x23\x62\xac\x9f\x0c\x55\x68\x1b\x91\x3a\x3a\x02\xe3\xd1\x03\x10\x8c\x84\x69\x40\xb5\x00\xe7\x8c\x86\x9f\xc6\xa3\xed\xd1\x40\x55\x0b\xa8\x61\x90\x0c\xa1\x58\xcb\xd6\x35\x0f\x14\xeb\x6d\xfd\x67\xe0\x5f\xa2\xba\xcd\xbf\x2d\xff\x98\x02\xb7\x11\xa1\xce\xa4\x9d\x8d\x68\x0b\x0f\xc1\x51\x25\x89\x12\xa6\xa2\x1b\x7d\x4d\x97\xe7\xae\x80\xa6\x45\xa3\x49\x8c\x23\xbb\xfa\x5e\x2f\x0f\xbc\x07\x0e\x72\x47\xac\x1e\x0c\xd6\xdb\x11\xa1\x3c\x81\x25\x07\xa3\x2f\x1b\x5b\x51\x35\x50\x1f\xa8\x97\x58\x66\x52\x6b\x80\xd1\xb3\x06\x54\x2b\xa6\x85\x07\xaa\x05\xd5\x7d\x51\x1e\x87\xc8\x78\x91\x2c\x7a\x5f\x7c\xfb\x4f\x47\xc4\xe2\x51\x5b\x8f\x19\x8d\x40\x60\x47\x25\x08\x74\xd8\xa0\x9c\xc5\x38\x1d\xb5\x1a\x1b\x76\x6c\x34\x4e\x53\xa6\xaf\x1b\xb1\xa7\x64\xc8\xc5\x8e\xd1\x5e\xb5\xc6\x8b\x75\xaf\xb0\x3d\x6a\x24\xe3\x73\x58\x05\xce\x5e\x3b\x1c\x1a\x7d\x46\x81\xf7\x27\xda\x44\xb9\x46\x20\xe2\xa6\xef\xc7\xad\x59\x2c\xb4\x01\xd5\x63\x8b\x3d\x11\x1f\xd3\x2e\xf6\x44\x82\x3c\xe8\x99\xe2\xdf\xe1\xc6\xd1\x95\x06\x80\xed\xff\x78\x51\xa8\x8d\x34\xaa\x0f\x59\xde\x6b\x36\xfb\xe6\x19\xd7\xa0\x85\x58\x0e\x3a\x9d\xe7\xce\x7d\xbe\xaa\x49\x73\x1c\x10\x47\xe3\x58\x59\xf3\x78\xe6\x9b\x65\x20\xaf\xf9\xbf\x9c\x70\xce\xd4\x66\x2b\xd6\xff\x35\xfb\x65\x70\xc8\x8a\x3e\x75\x28\x6b\xd5\x5f\x38\x64\x64\x9b\xbd\xb3\x8a\x8b\xb4\x07\x24\xe8\x50\x1f\xc4\xf4\xbe\xdd\x20\x14\x59\xfe\x88\x7f\x32\xc2\x2c\xff\x85\x7e\x6f\xa3\x7f\x6b\x0b\x8a\xf0\x07\xa1\x4b\x42\x94\xb4\x67\xe5\x3f\xc2\x3f\x25\x94\x6e\x59\xef\xb2\x08\xb4\xfe\xda\x8e\xab\xc7\x2a\xc3\xed\x98\x62\x65\xac\x11\xc4\xb1\x45\x84\x12\x00\x0b\x01\x94\x8d\xc4\xa9\x6d\xe6\x54\xe0\x5d\xec\xdc\x3d\xf5\x3a\x59\xee\x90\xf4\xf0\x57\x93\xd1\xd1\xb0\x21\x8b\xd3\x8e\xe0\x2a\x3c\x47\x67\x71\x17\x7a\x51\xb9\xe7\xdb\xba\xca\x36\x5a\xb5\xa3\x7d\x93\xb2\x4a\x33\xbd\xc2\x85\x7a\x1c\x58\x5d\xa3\xa5\x57\x6f\xe1\x5b\xf2\x35\xce\x4d\x1f\x9d\x23\x16\xb4\xa9\x39\xd3\x28\xb0\x60\x8a\x81\xd5\x17\xcd\x91\xbd\x3d\xdf\x9d\x0e\x99\x1a\x2e\xf6\xa6\x1f\xb3\x57\x60\xef\xab\x9b\xf0\x2f\x59\x6b\x23\xf9\xf6\x6f\xa5\x52\x95\xc3\x91\x88\x43\x4c\x49\xbf\xd6\xd6\xdb\x9c\xb5\x22\xc4\xc4\x27\x44\xc5\x36\x14\xd7\xd1\xd1\x42\x2c\xb9\x30\x12\x58\x16\x0e\x97\x5d\xc3\x2d\x85\x9b\xe0\x5d\x40\x5f\xc3\xcf\x95\xcd\xc3\x0a\xbd\x14\x6c\x79\x70\x57\x06\x23\x63\x29\x7b\xb8\x90\x22\x2c\x62\x4b\x2f\x5e\x21\x46\x38\xec\x17\xd9\xb0\x1e\x0e\x46\x54\x78\x9b\x68\xf3\x15\xb8\xc8\xf5\x28\xcd\x00\x46\x52\xf5\x8a\x4c\xad\x58\x91\x00\xee\x97\xf0\xc8\xe3\x4c\x6e\xcd\x35\x71\x27\x6a\x45\x44\x28\x88\xfd\x96\xb8\xf4\x97\xc8\xa2\xa3\x15\x8e\xa1\x54\x4c\x3b\xc3\xf3\x57\x80\x3f\x8a\x9b\xd9\xbd\x77\xb3\x77\xe7\x47\xfe\x46\x7e\xbf\x7e\x75\xc4\xc3\x24\x6f\xe1\x3a\x88\x75\x43\xbe\xd1\x2c\x11\x10\x15\xe6\x7d\x22\x17\x64\x6e\x03\x85\x73\x54\x85\xe2\xe8\x6b\x97\x21\xaa\xb9\x71\x75\xeb\xc7\x6f\x75\xa5\x21\x14\x52\x7a\xdf\xf0\xdd\x45\x43\xf6\x5f\xaf\x02\x9f\xa4\xbf\x8e\x22\x45\x44\xd1\x51\xaf\x13\xc4\x3d\xa6\x79\x3f\xd0\xe5\x35\x8a\xdd\xb9\x70\x73\xf3\xf1\x97\xfa\x1b\xbb\x6f\x77\xe7\x6e\xa0\x71\x9e\xfa\x08\x97\x2a\xb2\x4c\x33\xb4\xbf\x33\x46\x4e\xd5\x5f\x59\xbf\x62\x15\x0d\xe4\x4e\xd0\x2a\x6b\x20\x69\x3e\x88\x66\x25\xaa\x54\x10\x85\x55\xa7\x0a\x27\xd7\xaa\xf8\xbd\x18\xa7\xab\xc9\x6f\xed\xda\x1a\x3c\xfa\x40\x87\x3b\xf8\x1e\xb5\xfb\x4d\x66\xaf\x66\x7d\xe6\x96\x34\xa3\x86\xdd\x56\xa4\x02\x00\xf6\xf7\x37\x1f\xdc\xa1\x3b\xbf\xc7\x94\x01\x39\xa6\xe8\x76\x69\xf5\xa1\x09\x85\x47\x16\x37\xb0\x47\x37\x40\x25\x61\x90\x5a\x38\xf6\x99\x93\xdd\x5f\x2f\x20\xb4\xe4\xd6\x98\xaf\xd3\x6f\x59\xa8\xc7\xc8\x57\x76\xb6\x8e\xd1\x72\x99\x81\xc3\x60\x6b\xd3\x89\x80\x81\x85\x8e\xf3\xd0\xc2\x75\x2a\xcd\x7a\x58\x8d\x74\x80\x01\xa9\x06\x24\x2b\x86\xed\x75\x86\xcb\x81\x96\x3f\x2e\x9d\x47\x16\x0e\x96\x81\xf0\xb6\x0f\x43\x77\x83\xbb\x6d\x2a\x98\x9d\x56\x15\x04\x65\x7a\xe3\x14\x95\x02\xb9\x8d\x64\x04\x5a\xb7\x28\xd6\x8d\x25\xf0\x1a\xec\x67\x0b\x88\x1c\xb7\xa3\x7d\x82\xb6\x5f\xbb\x60\xe8\xdd\xe0\xc4\x3d\x38\xe9\x4c\x9f\x2f\xc9\xc9\x94\xc5\x8b\xea\x07\x03\x93\xe5\xea\x0f\xc7\x50\x3f\x37\x36\x32\xf5\xe8\xd9\xbe\x6c\x01\xca\xac\xd6\x8f\x78\xbd\x30\xab\x80\x28\xf6\x06\x3a\x86\xe7\x0b\x07\x30\xc6\x86\xbc\x25\xb6\x9c\xc5\x45\x42\x4e\x83\x54\xc2\x33\x03\x23\x3d\x9e\xb4\x6d\xe3\x96\x95\xee\x99\x1f\xe0\x00\x60\x56\x44\x1d\x9d\xf1\x35\xf9\x05\xbd\x31\x9c\xd5\x2a\x83\xe3\x7e\x67\xb3\x2e\xf5\xb0\x4b\x1f\xa3\xc8\xa0\x26\x0d\x8c\x19\xe4\x4f\x68\x73\xfd\x2b\x8e\x77\xeb\xb5\x4b\xd1\xa5\x74\xf3\x01\xac\xf4\x61\xef\xca\x53\x74\x6e\xcc\x97\x0f\x60\xf8\x6b\x74\x80\xb8\x3a\x81\x46\x70\x05\x15\xf0\x06\x71\x05\x34\x42\x61\x54\x5f\x50\xad\x05\x2c\x75\x23\x63\x9b\x35\x51\x53\xba\x66\x68\xd7\x0a\x47\x87\xd7\x56\x35\xda\xe8\x60\xdf\x76\xd3\xa2\x16\xa3\x49\x9a\xe1\x4b\x83\xea\xec\xcd\x07\x13\x18\x90\xf0\xc6\x65\xa2\xa9\xef\x2b\xa3\xfa\xe2\x75\xe2\x48\x5e\x43\x71\x83\x2b\x6c\x8b\x97\x9e\x8e\xac\xcc\xbf\x05\x07\x3f\x7e\xe9\x68\x1a\x0c\x8e\x5b\xb6\x03\x1f\xbf\x7c\x34\x3d\xf0\xfa\xc1\x8f\x5f\x39\x9a\x92\xa5\x80\xdf\xb4\x32\x14\x1e\x8b\x72\xed\xa9\x99\xaa\xdb\x6c\x45\xc7\xe3\xa4\x9d\x96\x51\xe1\xaf\xe3\x92\x6b\x64\xf6\x29\x6c\xfc\xf7\xd7\x73\x05\x8c\x91\x4c\x44\xc1\x22\x84\x54\xd3\x15\xf2\x08\xa9\xd1\x1e\xad\xc8\x5e\xa4\x8c\xb4\xf2\x1b\x20\xe5\xc8\xa7\x67\xe8\x73\x68\x6a\xe0\x0e\xc4\x35\x5c\x3f\xac\x48\x05\x52\xfe\x77\xfe\xeb\x75\x5a\x1d\xee\xc6\x27\x7a\xb0\xc4\xd8\x1f\xb0\xf3\x81\x6b\x85\x90\xc7\x69\x2e\x62\xa5\x3f\xca\x3b\xf3\xc0\x3f\x7d\x69\x01\x39\x17\xca\x2c\xa5\x92\x3d\x4b\x60\x47\x73\x6d\x5a\x11\xed\x1c\x57\xfe\x90\xfe\xf0\x8a\x76\xed\x0f\xfd\xd7\xe7\x67\xbc\xd7\x43\xc1\x94\x5d\xf7\xff\xff\xc6\x3b\x0a\xdc\x42\xfe\xf5\x77\x6e\x1e\x4f\x4b\x7a\x50\x7f\xfc\xce\x3e\x98\x30\x03\x56\x64\x48\x7a\x19\x8a\x5a\x51\xa3\x8a\x72\x6d\x20\x5f\x03\xaa\x15\x20\x07\x1b\x84\x01\xd7\xfd\x9d\x03\x34\x13\x0a\xc8\x4f\x7c\x88\xf2\x49\xd0\x63\xab\xe8\x3a\x40\x71\x1e\xb2\xfe\xd0\xa0\x9c\xd7\x7c\x48\x89\x0a\x16\x32\x44\xfc\x38\x3c\x2a\x5b\x27\xae\xf7\xe6\x2f\xb9\xc6\x94\x2a\x1a\x88\xdd\x26\x6e\x54\x94\x07\x32\xb1\x96\x59\x12\xa0\xdb\x06\xaf\x16\x40\x11\x93\x03\x90\x48\x6d\x20\x78\xa3\x8e\xb2\xd6\xf1\x60\x24\x3c\x1e\x05\x61\x23\x10\x95\xcf\x7f\xb8\x06\x42\x87\xa1\x57\x12\x0c\x26\x81\x9c\xb6\x7d\xdd\xa3\x5a\x9c\x95\xb7\x7e\x59\xda\xb9\x72\x4a\xaf\xba\xd8\x08\x5a\x4d\x12\x06\x2b\x73\x7c\x29\xf5\x89\x1f\x7f\x15\xf3\xdb\x10\x2b\x6e\x39\x6c\x66\xd2\xb2\x69\xe0\xd5\xed\x33\x3f\xf8\x55\x50\xfd\x85\x57\xda\x27\x33\xb8\xdc\xc0\x3f\x5d\xfc\xde\xd5\xe5\xed\xc5\xef\x7a\xf7\x1e\xe5\x5e\x43\xae\x5e\xb0\x36\x2e\x10\x17\x07\x51\x98\x39\x45\xe2\x41\x6f\x4f\x53\x8c\x8a\xf3\x3d\xb0\x72\xd8\xaa\x58\xd0\x9f\xaf\xfe\x35\x64\xda\x1e\x0a\xde\xdc\x4b\x8f\xec\x11\x9b\x53\xee\x5b\x91\x6b\xbd\xc6\xde\x6c\x8c\x46\x57\x4f\x7f\x0f\x9d\xad\xd5\x17\x22\xe0\x66\xd8\xca\xe2\x6a\xdc\x0c\x05\x09\x7f\x60\xfd\x5d\x62\x66\xd7\xe5\x99\x8a\x39\x5f\xae\x08\x70\x09\xfd\x45\x62\x30\x9c\x96\x75\x30\xfc\xde\xda\x17\xdb\xeb\x53\xc5\xb5\x78\x47\x7f\x5b\xff\x9c\x9e\x5e\x47\x22\xaf\x5b\xb2\x3a\xb6\x70\xe8\x7e\xc2\x0f\x7b\xa4\xc1\x90\x54\x24\xe2\x29\xe2\x4f\x83\x7f\x96\x9d\x39\x3a\xf2\x85\xb2\x2b\x39\x58\x77\x24\x05\xb2\x45\x09\x4a\xbd\xdb\xf5\x0c\xdd\x6f\xce\xf7\xbe\xbe\x8a\x36\x3d\xc0\x69\xe3\x92\x66\xdc\x28\x20\xb6\xd7\xb5\xb4\x05\x9c\x00\x14\x55\x96\xe8\xb9\x1c\x19\x01\xe4\x08\x38\x31\x90\x32\xb9\xf4\x58\x16\x0c\x46\xd5\xb0\x9d\xc2\x4f\xd4\x25\x84\x8d\x5a\x30\x02\xc8\x23\x50\x62\x8c\x00\xab\x44\xc7\xa3\xc6\x80\xf4\x8e\xde\x80\x76\x56\x86\xf2\x27\xba\xf3\x50\xf0\x4e\x18\x60\x85\x40\x2a\xc0\x00\xd9\x58\x14\x91\x06\x02\x46\xc8\xc6\x12\x51\xd2\xa5\xaf\xda\x54\x07\x60\xe1\x17\x69\x84\x17\x91\xf4\xa8\x09\x46\xfe\x77\xfa\x83\xf1\xb2\x6c\x33\x73\x53\xbf\xfb\xec\x08\x0d\x31\x6c\x8c\x21\x30\xe2\x16\x8c\x46\x30\x0f\xa2\x61\x6a\xf2\x46\xa4\xfc\x64\xbc\x86\x12\x24\xf5\x26\xd0\xef\x80\x29\xa1\x81\xfa\xfe\x8a\xfe\x2e\xbd\x53\x4f\x42\x9c\xf0\x20\xfc\xe5\x9f\xeb\x1c\x5a\xff\x0f\xa0\xaa\x64\x01\xe1\x60\xc5\xc6\xf3\xe5\xcd\xf5\xcb\xdb\xb7\xef\x39\xa5\x05\x82\x15\x53\x8c\x22\x1a\x51\xe1\x68\x6d\x99\xe7\x6e\x73\x4d\xaa\x0b\xdd\x00\x10\x44\xcb\x50\x9a\x26\xfe\xcc\x4f\x8e\x73\xc4\x30\xfb\x66\xd4\x42\x3d\x8b\xec\x29\xd4\xe3\x60\xb0\x03\xce\x06\x11\xf3\x36\xc5\x91\x44\xdd\x11\x11\xac\x54\x1d\x11\x01\x2e\x88\xa6\x37\x7f\xcc\x16\x4e\xca\x75\xa8\x4d\x12\xb9\x5f\x20\xc2\x43\xb8\x76\x64\xcd\xf3\x26\xfc\x8e\xaa\xa6\xfc\xfc\x51\x45\x85\x96\xae\x01\xd7\x0c\x6a\x40\x3b\xc0\x9a\x14\x5a\xc4\x46\x28\xdd\x85\x73\xc2\x35\x3a\x0b\x8b\x53\x40\x3c\x51\xf5\x18\x3a\x2a\xa2\xce\x0b\x6d\x37\xea\x71\x35\x0b\xd4\x57\xbc\x19\xe4\xbd\x8a\x8f\x6d\xb3\x95\x0c\xa3\x3a\xe4\xf9\xa0\xa9\xb6\x14\xa8\x80\x74\x24\xc0\x1c\x3e\x58\x61\x28\x1a\x0b\x46\x13\xa2\x61\xd5\x08\xf0\xee\x56\x48\xf9\x49\xfb\xc3\xd0\x75\x24\xb7\x04\xa8\x05\x4b\x08\x04\xec\xb0\x3e\xce\xb3\x0a\x4c\xe2\xb8\xd5\x11\x29\xbe\xf6\xd3\xd7\x33\x59\xbf\xde\x34\xc2\xc8\xe8\xde\x23\x7e\x50\x6b\x4e\xfb\x8f\xa4\x72\x08\xac\xfc\x4c\x71\xe4\x3e\x57\x0f\xf4\x25\x27\x06\x19\x29\x86\x7a\x67\x66\xc8\x0a\x74\xd1\x3a\xdb\x5d\xfd\x70\x2d\x08\x73\x51\x53\x3f\x24\x61\x75\x9c\xc3\x13\x04\xf8\xed\x86\x5c\x68\xea\x8e\x84\xde\x69\xf9\x93\xff\x2f\x69\xcb\xd6\x28\x60\x97\x0b\xa1\xa1\xdd\xdb\x1b\x1b\x27\x52\xad\x86\xbb\xcf\xcf\xfe\xfb\xc1\xda\x73\x8c\x14\xd2\x70\x34\x32\x0a\xd0\xf1\x60\x2c\xce\x46\xf8\x23\x5f\x28\x0b\xf2\x08\x49\x43\xd7\x63\x61\x8c\xee\xa2\x08\x99\x54\x09\x7e\x1f\xf8\xa4\x64\xc9\x88\xfd\x87\xb6\x48\x6e\x62\xd5\xee\x2b\x11\xb2\xea\xf4\x97\x0a\xf9\x95\x6a\xe5\x83\x1c\xd0\x93\xd9\x15\xed\xc9\x67\x4f\x2f\xa9\xc0\x45\xab\x08\x73\x8d\x21\xab\x44\xfe\xe2\x4d\xaa\x4c\xbe\x9e\x73\xb9\x21\x2c\xf6\xc9\x5d\x34\x90\x31\x83\xf8\x8a\x99\xbc\x05\x9c\x75\x88\x24\xee\x48\x04\x5c\xfc\x71\xeb\xfc\x29\x07\xf8\xac\xcd\x09\x6c\x59\x66\xc1\x7b\x62\x4f\x43\x3d\x46\xbb\xb6\xb6\x5b\x28\xf6\xf5\xa9\x38\x94\x3a\x42\xfd\x01\xdb\x98\xc3\xfe\x6c\xed\x52\x6f\xe1\x66\xf0\xac\x17\x71\xff\x39\x77\x6b\x22\x74\x22\xfc\x79\xba\xfb\xf7\xc7\xf6\x77\x1d\x03\x57\x3a\xab\x30\x40\xc9\xce\xb3\x0c\xdc\x31\xd3\x31\x71\xf2\x95\xf2\x72\xa2\xf3\xcc\x38\xfc\xf7\xc2\xe8\xe8\x0b\xb5\x1a\xaa\xc4\x8b\x6b\xfb\x61\x04\x72\x1b\x66\x91\x99\x45\x1b\x97\x37\xcf\x57\xa7\xe0\xa1\x78\xab\x63\xa2\xe9\xfb\x9e\x83\x10\xfb\x5e\x7d\x0b\x4c\xd0\x00\x99\x84\xbc\xbd\x5f\x7e\xd9\x7c\x78\x4f\xc2\x23\x8a\x6a\x56\x22\x83\xf7\xe9\x5d\x02\x8a\x9f\xdd\x3e\x83\x71\xb7\x44\xe3\x57\x18\x66\xde\xde\x87\x62\x5e\xca\xaa\xa1\x19\x8e\x3e\x4b\x52\x0f\x77\x71\xff\xb2\xbc\xfd\xec\xb2\xb6\xd6\xb2\xb6\xdb\xcf\x96\xa2\x08\x4c\x07\x54\x35\xa7\x53\xbc\x2d\x8a\xed\x29\x68\xe3\x18\x1f\xf6\x5d\x60\x1f\x3e\x48\x6e\x71\x67\x65\xfb\xf6\x0f\xdd\x5f\x2f\xfc\x23\xbc\x4f\xd1\x94\x76\xdf\xac\x7d\xb1\x41\xa5\xb1\xf8\x58\x5c\xfe\x0b\xfc\x43\xbf\x0d\x8c\x45\xf5\x2a\x06\xca\xc5\x2f\x81\x17\xb3\x0d\xd5\xd7\x76\x25\xde\x12\xac\x29\x16\x07\x9e\x27\x88\xb8\x6f\x41\x1f\x8b\x62\x1f\x00\xb0\x3a\x7f\xba\x77\xe5\x41\x77\x76\x9e\xd9\x99\xed\x1b\xa7\x7b\x17\xef\x92\x29\xfd\x22\xca\x02\x7f\xf9\x1c\x2d\xb2\x09\xf2\x75\xc4\xc7\xde\x99\x09\x73\x2f\x69\x7c\xb9\x91\x43\x71\x2b\xc5\x80\x76\xc3\x24\xe7\xec\x4e\x7f\xb5\x61\xe7\x21\x73\xe3\xb5\xeb\xb6\x5e\xe2\x41\xfa\x26\x9c\x8e\x14\x79\x7c\x8e\x53\x93\x5d\x67\x87\x23\xfb\x89\xf2\x07\xe4\x9a\xca\xec\x4a\x64\x3e\x5a\xa9\xa7\xad\x57\xc5\x23\xf9\xb4\x32\xde\x58\x61\xb1\x2b\xb2\xc9\x28\xbd\xfa\x76\x43\xd2\x9a\xcc\xe5\x31\x27\x0d\x40\x31\xb3\xdd\xd5\x70\x00\x59\x94\x66\x50\x0d\xf2\x64\x91\xf1\xf1\x2d\xa6\xd7\xcd\xcb\xd6\xa6\xf0\x0c\xc6\x43\xa6\x46\x74\x0b\xb1\xdb\xca\x60\x3b\xcb\x30\x93\x14\xe3\x21\x67\xf9\xaa\x4c\x22\x17\xbb\x7b\xa4\x2c\x90\xad\x7a\x6f\xd2\x27\x60\xac\x87\xa3\x7c\x1d\x8c\x14\x58\x8d\x2a\x2f\x31\x51\x37\x86\x54\x27\x17\x93\xfd\x17\x11\x99\xcc\x66\xa0\x08\x48\xb8\x8c\x81\x40\xc8\x7b\x20\xf8\xaa\x51\x2b\x0b\x63\x20\x6e\xf5\xf9\x56\x84\x82\x51\x54\x90\x78\x6c\xb9\x2e\x5d\x0c\xe1\x26\x4b\xc0\xac\x1b\x5c\xe8\x92\x03\x31\xa9\x0f\x32\xec\x25\x44\xf2\x72\xe5\x28\xc4\xa2\x72\x0a\x2c\xed\x67\x20\x54\x7f\x0f\x70\x16\x9a\xd4\x4f\x3f\x63\x2a\x58\x41\xb0\x11\x4f\x21\x57\x74\x9b\x62\x28\x3a\x66\x57\xa6\xfe\x48\x92\x1c\x4b\xcb\x7f\x89\x06\xe9\x17\xf3\x7d\x18\x68\x31\x2a\xa2\x1c\x54\xfc\xe8\x71\xb4\x4b\x5d\x05\x98\xe7\xb8\x6a\x72\x1d\x76\xaf\x3d\xea\x5d\xfd\xde\x9f\x30\xc5\x68\x90\x20\xf7\x3a\x4c\x83\x2e\x15\xcf\x78\x6f\xb9\x28\xdd\x61\xb5\x81\x59\x16\xbb\x4f\x23\xb1\xb8\xaf\x58\x08\x1d\x3f\xe6\xf7\xef\x8b\x85\xa0\xc7\x0d\x6b\xc7\xf1\xd5\xaa\x99\x29\xf6\x66\xae\x77\xd7\x7f\xf2\x97\x89\x67\x6a\xa3\xb3\x45\x72\x6d\xbc\x43\xb1\xc2\xb5\xd8\x79\x55\x10\x8a\x4e\x81\x61\xf6\x01\x08\xcc\xe8\x53\x34\xd3\x0b\xeb\x15\xc2\xa8\xdd\x1b\xf3\x3b\x53\x4b\xc1\x18\x01\x59\xe1\xcb\xaa\x1b\x3b\x0d\x29\x95\x93\x34\x16\x1c\xcc\xb1\x21\xfb\x57\xe7\x79\xff\x67\x4c\x54\xb8\x5c\xa0\x41\x24\xcc\x6b\x31\x7a\xe7\xa3\x74\x39\x21\x53\xb5\xb1\x11\x96\x68\x8c\x07\x55\xe0\x7c\x8e\x05\x09\x5b\x58\x02\x65\x3c\x60\xba\x67\xb9\x98\xf8\x1e\xfd\x74\x02\x53\x67\x3c\x59\x87\x7f\xb7\xee\x5e\xef\x7d\x79\x41\x1e\x32\x3c\x12\xb2\xc0\x9c\x5c\x11\x2b\x25\x8a\x10\xd1\x67\x43\xa8\xcb\x4a\xd6\x0a\x31\xa1\xa4\x2c\x2e\xd7\xd1\x1d\xb1\x97\x06\x10\x47\x5a\xff\x14\xa5\x9d\x91\x7d\x33\xfd\x4a\x27\xb4\x6c\xa1\x05\xf7\xe8\x0f\xcd\x65\xc8\x09\x9c\x72\x58\x15\x10\x7f\xbb\x75\xce\xdb\x20\x3c\x14\x9a\xa8\x06\x96\x32\x5b\xb0\xd2\x7f\xa1\xe5\xea\x7f\x07\xff\x85\xb0\x0d\x3f\xe2\x46\x2d\xfa\xf4\xbf\x95\x30\x04\xf9\x1c\xb2\x6c\x45\xa8\x7f\xde\x66\x96\xf0\x83\x70\x45\x28\xf5\xa7\x66\xd6\x31\x10\x63\xc7\xc3\xbf\x45\x01\x3b\x1c\x2e\x8c\x24\x41\xe8\x9a\xd3\x04\xbe\x8e\x42\xd7\x20\x3f\x9b\xb5\x62\xc0\xb7\x88\x5f\x4c\x3f\x35\xbc\x77\xad\xca\xdf\x50\x0b\xdd\x3d\x77\x6f\xe7\xd2\xa3\xee\xd5\xbb\xdd\x07\x16\xec\x52\x9a\x56\x0a\x22\x87\xf2\x8c\x94\x8d\x57\x9d\x14\xb2\x96\x4a\x40\xb8\xdd\x22\x7c\x9a\x37\x99\xa2\x48\xe6\xb9\x18\xe8\x16\xaa\x43\xc1\x50\x56\x3e\xc4\x3f\x83\x23\x49\xf0\x61\x34\xdc\xae\x87\xad\xe0\x43\xbd\x4f\xb9\xea\xee\x91\xc8\x47\x16\x8f\x88\x99\x20\x6e\x0d\x6c\x14\xf7\x64\x76\x7c\x20\xa0\xf7\x85\xd9\x7c\xbe\x20\x28\x97\x8a\x6a\x03\xf9\x31\xf8\x49\x4a\xe1\x4d\x7a\x81\x5b\x19\x6e\x99\xae\x97\x33\xac\x75\xa8\x32\x03\x12\x8d\x15\xcd\x81\x0e\xdc\xcc\xa0\xdd\xa8\xc1\xb9\x14\x8c\xaf\x32\x68\x1d\xe2\x9f\x01\x6f\x11\x9a\x86\xe6\xeb\xb2\xd7\x5b\xad\x6c\xf6\xcc\x88\x86\xa4\x0e\xa3\x00\x35\x1d\xd4\x62\x07\x42\x3a\x62\x7c\x9e\xf1\x01\xe7\x0a\x34\xd2\x21\x4f\x0f\x84\xb6\x9a\x8f\xbf\xcd\x57\x52\x7a\x80\x9c\xa9\x9c\xa5\x56\xd7\x6e\x20\x26\x63\xa0\x0d\x15\x40\xe0\x51\xa0\x3d\x37\x4e\x1f\x5a\xad\xa9\x38\x69\x2b\x2a\xd2\x5b\x11\xea\xd4\x33\xb1\x0e\x4c\xc3\xad\x15\x2e\x6e\x56\xfc\x35\x9d\x51\x56\x25\x9a\xb8\x43\xb5\xce\x16\xf9\x2b\x72\x84\xd6\x65\x37\x1d\x6a\xdf\x39\xbc\x0c\x40\x83\xf0\xa9\x20\x85\x0c\xc1\x03\x76\xa4\x0b\xe2\xa1\x00\x2e\x9c\x58\x99\xa3\xac\xa5\x11\xd8\x99\x9d\x19\x23\x0c\x05\xe3\x49\xfb\x99\x56\x04\x18\x3a\x62\xe1\x9f\xd8\xa5\xa7\x05\x47\x45\xa8\x4a\x34\x56\xe2\xe8\x65\x82\x29\x5c\xf2\xc2\xe5\xeb\x10\xb1\x2a\x9a\xc5\xe7\x56\x84\x97\x5c\x54\x05\xff\x79\x24\x4d\xd3\x5b\x2d\xa4\xbb\xe8\x6d\x42\xe1\x64\x61\x25\x86\x8c\x3f\xc3\xcb\x8b\x2b\x09\x22\x6a\x42\x6f\x21\xca\x36\x8d\xa4\xa9\x91\x04\xc3\x09\xca\x83\x06\x01\xf3\x16\xd2\x74\x85\xbd\xe7\xae\xa7\x4d\x34\xe2\x0e\x4a\x98\x16\xda\x38\x1a\x16\xf1\xf0\xc1\xb4\xa8\x37\x9b\x8f\xfa\xd0\x96\x65\xa9\xc9\x92\x46\x92\x6e\x13\x2d\xa3\xd6\xef\xea\xa8\x58\x63\x85\xc6\xa0\xda\x3d\xcf\xab\xde\xef\x0a\x79\x8c\x64\xf7\xe4\x14\xfa\x89\xa1\xf5\xe8\x15\xdb\xe0\x08\x8e\xb9\xbb\x8a\x96\x27\xbb\x85\x71\xf4\x87\xb4\x76\xcf\x73\x0f\x54\x6e\x67\x85\xc3\x19\x77\xbf\xdd\x3a\x7d\xb9\x0f\xc6\x24\x33\xcb\x46\xd4\xc8\xea\xe3\x36\x75\x8f\x28\x78\x9c\xd5\x3b\x4a\xc8\x6d\xb0\xe5\xf3\xe2\x26\x82\xa5\x48\xc6\xe2\x71\x3c\xcf\xef\x65\xfa\xbc\x52\x00\xa7\x74\xe0\x7c\xbb\xa2\x14\x7b\xb1\x35\xdd\x69\xee\x80\xf4\x4c\xc9\x5c\x1c\x21\xe8\x4f\xb9\x81\x03\x12\x2e\xe3\xb3\xfa\x7c\x10\xc2\xe4\xc9\x91\x44\x11\x56\xc8\xf9\xd2\x73\xdd\x8c\x1a\xe8\xac\x12\x84\x43\x40\xe7\x68\xb9\xfb\x1e\x03\xbe\x5c\x96\xb4\x65\xc6\x83\xed\xb2\x70\x80\xf9\xf0\x97\x0a\x3f\x59\xfe\xd7\x96\x69\xfa\xe4\xa4\x76\x3c\x2d\x94\x23\xec\x3e\x91\x57\x78\xe5\x78\x3d\x51\xb7\x84\x0f\xc4\xb1\x28\x6a\x5a\xeb\x75\xd7\xa5\xa5\xff\x4c\xca\x07\xc6\x09\xb1\xe0\xe4\x48\xb9\xc2\x74\x09\x31\xe9\xfe\xa6\xf4\xb9\x74\xfa\xdd\xe2\x09\xbb\x57\xed\xdf\xfa\xb2\x1d\x96\x1c\xc4\xcb\x71\xeb\x72\x59\xbb\x05\xe4\xca\xa3\x55\xb6\x87\x28\xa4\x82\x4c\xed\xd1\xf0\x18\x51\xb6\xfc\x68\x72\x04\xce\x82\xbe\xd4\x1b\xdd\x2f\xda\x27\x3c\x8e\xb6\xb4\x46\x45\xf2\xec\x3f\x4b\xd7\xdb\x36\xe7\x65\x6b\xf1\x3f\x98\x91\xc1\xb2\xfc\x30\x76\xbf\x94\x59\x89\x99\x7b\xb6\x15\x55\x51\x54\xfa\xb5\xcd\x07\x27\xf1\xfb\xd8\x25\xac\x8e\x0f\x8b\xce\xa4\x58\x3c\x50\xc4\x04\x27\x2d\x63\x9e\x60\x1b\xad\x04\x6f\xca\xd7\x3d\x1a\x59\xda\x22\x22\xc3\xe9\x0e\xc3\xab\x53\x4f\x90\x2c\x66\xdc\xee\xb0\xdc\xea\x9d\x06\x00\xf6\x61\xda\xbb\xe7\xc1\x9b\x89\x73\x7b\x54\xfc\xbd\xff\x30\x53\x6a\x45\xa3\xc9\xf1\xa8\x78\x13\xf3\x7b\xd7\x57\x46\x67\x98\x71\x32\x34\xe7\xfc\x6b\xb6\x55\x2d\xa7\x98\xa2\x15\x5a\x6f\x1c\xc5\xf6\x36\x4e\x63\xa8\x19\x1d\xf4\x36\x5e\x88\x2c\xa4\x02\xbc\xd9\x88\xcf\xb4\x3a\xcf\xbd\x3c\x8b\x6c\xc6\xaf\x85\x9e\x11\x38\x38\xe7\x3a\x2a\x7b\x31\x98\x75\xe8\xdd\xcd\x07\x13\xdd\x0b\xd7\x89\xba\x92\xd8\xc4\xff\xb2\x59\x20\xe8\x8e\xb1\x4c\x44\xc9\x46\x82\x02\x08\x27\x09\x89\xb0\xfd\x22\x41\x61\x06\x87\xe3\x31\x2f\x6e\x9d\x79\xc8\xe2\x0c\xe5\x69\x2c\x72\x80\xad\x4b\x8f\x30\x6a\x04\xa1\x5e\x2f\x60\x35\x73\xa3\x6e\xe6\x59\x93\xd1\xd6\x4a\xe5\xae\xe2\x78\x3a\x3d\xcf\x72\xcf\x6e\x6c\x9d\xaf\xa8\xe7\xaf\xe1\x5f\x6f\xac\x8f\x5a\x75\xa6\xea\x3e\xf8\xf3\xe1\x23\x39\x7d\xf3\x2c\x25\x54\x72\x52\x5e\x6e\xdf\xbe\xbf\xf5\xe3\x5d\x95\x07\xe5\x3a\x67\xc6\x46\x01\xc3\xae\x4e\xc8\x6a\x6b\x8c\xcf\x0f\xda\x36\xf4\x0b\xfc\x64\xd1\x58\xdc\xce\x5c\x60\xeb\x24\x7c\x6a\xc8\xaf\x6b\x4b\xdb\xa5\xac\x4f\xe4\x21\xcb\x95\x5c\xa4\xea\x4b\x3b\x27\xcf\x6d\x3e\xbd\xce\x8e\x20\xbf\x33\xb0\x50\xdf\xf9\xa8\x6b\xab\xd7\xb0\x9f\x98\x6d\x7e\x77\x03\x94\xf4\x12\xfa\x8c\x91\xec\x29\xeb\x04\x97\x3c\xe1\x3d\xaa\xf3\x96\x1c\x8e\x90\xda\x09\xd0\x9e\x35\x40\xef\x26\xb2\x73\xc9\x02\x55\x89\xf0\x16\xaa\x69\x31\x7f\x55\x20\xfd\x04\xaa\xe3\xbd\x46\x50\x8b\x3c\x82\x3d\xa8\xc6\xfa\x51\x86\x4b\xc5\x8c\xa4\x1e\xec\xaf\xed\xa8\x1d\x0d\x04\x7f\xca\x82\xd1\x10\x86\xc6\x39\xa1\x2d\x40\x0a\x34\x52\xa3\x86\xad\x80\x90\x00\x5a\x29\x0b\xd2\x91\x64\x0c\x30\x70\x53\x39\xf5\xea\x1e\xc4\x6b\x67\x20\x3f\x33\xa3\x0f\x77\xad\xac\x0a\x2a\xa6\xcd\x84\xfd\xbf\x29\xb6\x1b\xba\x43\x92\xff\x77\xae\x26\xeb\xcd\x90\x4c\xf8\x92\x44\x3f\x13\xf9\x2a\x4d\xce\xd1\xe2\x27\x68\xc9\x57\x1c\x4c\x6a\x92\xdc\x06\x3d\x20\xf3\x72\x57\x3e\x2d\x5f\xf8\x8a\x0e\x7e\xf8\x6d\xfb\xf4\xf2\xe6\xaf\x17\xec\xa4\xc8\xbd\xb9\xf3\x9b\x4f\xae\x14\xfa\x02\x6b\x9e\xcd\x0a\x9f\xb4\xea\x79\xaf\x2b\x95\xc9\x02\xa7\x64\x76\x93\x9b\x5e\xb4\x43\x3d\x59\x73\x59\xb5\xa3\xbe\x6a\xd6\x51\x05\x39\xd8\x35\x64\x90\xbf\x5e\xb2\x4f\x94\x4b\x2b\xf4\xad\x1e\x66\xd6\x4b\x96\x66\x87\x57\xb5\x13\x7a\xd1\xa4\xef\x8b\xfd\x43\xce\x32\x79\xfb\xfa\xd2\xd6\x8d\x47\x7e\x14\x64\xaf\x9a\xc9\xcf\xbf\x92\x4b\xfb\x64\x9d\x42\x51\x4a\xec\xc2\x55\x99\xc8\xc5\xb2\x63\x12\xca\x2d\x57\xb1\x4f\x5c\x37\xf1\xb8\xf3\x04\xef\x42\xbe\x4a\xdb\xb2\x3d\x2f\x5f\x6e\x6e\x3d\x64\x22\x92\xc5\xd4\x96\xd7\x38\x71\x1b\x4a\xe2\xbc\x17\x01\x65\x9c\x2b\xdb\xf7\xd7\xb7\x97\xef\x58\x49\xb5\x9d\xc7\x4b\x1e\x01\x4c\xbf\x47\x32\x4a\x7c\x3c\x44\x5c\x99\x7b\x43\xe4\xfd\x75\x43\x3b\x7a\x71\xbb\x28\xd5\xeb\xc5\xbb\x24\x1f\x99\xd1\x5e\x76\x2a\xbe\xa3\xe4\x42\x7f\xf6\xff\x3e\xfc\xe7\xf7\xb5\x3b\xe2\xf3\x32\xf4\xa7\x2f\x8c\x8d\x8d\xbd\x80\xf2\x8b\x17\xda\xad\x7a\xd4\xc0\x8f\x35\x99\xcb\xf3\x98\xba\xfe\x75\x1d\x8c\xf4\xb5\x17\xe1\xaf\xe7\x02\xcb\x89\x7a\x37\xf8\x54\x0f\x9d\xa5\x53\x63\xaf\xf3\xdc\x3b\x67\x19\x17\xff\x45\xbd\x33\xee\x2b\xd7\x2f\xe4\x86\x03\x30\x82\x37\x48\x7a\xdf\x27\xb9\x93\x4d\xbb\x23\xac\x28\x6f\x19\x07\x60\x02\xe3\x3d\x63\x51\x7d\xd5\x16\xcc\x78\x6b\xf1\xcb\xee\xda\x29\xeb\x33\x10\x80\xc7\x0a\xa2\x52\xa3\xb1\xb2\x57\x29\x86\x21\x79\x6a\x78\x13\x6f\xf0\x98\xee\xa4\xb8\xa2\xd8\x35\xa3\x54\xff\xb6\xc3\xe7\xd0\x2b\xa3\x1e\xe5\xdb\x3e\x45\x84\xa4\x00\xde\x30\x8c\xe5\x6d\xa3\x17\x91\x66\x90\xea\xca\xbe\x6a\xde\x63\xcb\x9d\x93\xaf\x6e\xd2\xa8\x8f\x97\x19\x38\xf0\x6f\x25\x46\xf7\x40\x78\xa3\xf3\xd4\x6f\x4d\xb9\xf0\x8c\x34\xc1\x44\xb6\x54\x04\x82\x25\xbe\x28\x48\x1a\xe1\x76\xc6\xf1\xad\xcb\xaa\x96\xca\x3d\xaf\xc2\x7a\x18\x27\x21\xca\xe2\x5b\xd4\x01\xdb\xd8\x1c\xa2\x1f\xc5\x85\x4a\xf2\x63\x59\xfa\x4e\x14\x38\xec\x8a\x4a\xb9\x60\xaf\xca\x8e\x47\x72\xd1\x66\x9a\x27\x28\xa7\x4b\x2b\x6e\xcb\xb9\x2f\xcb\x7e\x72\x4b\xaf\xdc\x8f\xee\xd0\xef\xc0\x67\xbb\xeb\x17\xc9\xf2\x97\x92\xd1\x70\x80\x2c\xc4\xf2\xc5\xd8\x88\x69\xa0\x7e\x5a\x3c\xcc\x50\x9c\x1c\xcb\x73\xa0\x9a\x4a\xd9\x17\xef\x29\x88\xd7\xe3\x0c\x0a\xd0\xae\x54\x74\xc6\xb4\xa8\x57\x25\x45\x58\xd8\x95\xc5\x2d\x60\x40\x7c\xb2\x97\x7d\xb5\x14\x01\x86\xe9\x2a\x74\x5c\x49\xc2\xa4\xcb\x14\x41\x62\xd9\xb9\x8a\x34\x29\x09\xca\xa1\x1f\x8e\x1c\xd2\xc0\x2d\xe3\x3b\x6d\xde\x0e\x2f\xd6\x2a\x96\x4a\x5c\xa1\x1b\x82\x83\xf2\xf1\x3d\x38\x2b\xa0\x0b\x3c\x05\xb1\x83\x3d\x3c\x92\x0f\xda\xe7\xd7\xa8\x25\xa3\x61\x8c\x55\xce\xa0\x82\x95\x26\x90\x43\x46\x23\x61\xa3\x41\x7e\x9a\x1d\x31\x38\xc2\xe4\x01\x2b\xf6\x3e\x37\xeb\xc9\x38\x47\xe9\xa5\xed\x62\x7b\x93\x1b\x2a\x91\x84\xbd\x17\xa6\x6e\x41\xd5\x02\xd6\xd0\xd4\xe7\xbd\x13\x05\x42\x2e\x50\x99\x09\x8c\x4a\x4c\xa9\x7a\x08\x39\x9f\x4d\x6e\x9c\xce\x1a\x3d\xcc\xf0\x3a\xce\xa3\xe7\xe2\xdd\x49\x4a\x82\x69\x2b\x1c\x96\xfa\xea\x19\x28\x3e\x83\xb5\x60\xd4\x51\x73\xef\xd2\xf5\x6f\xeb\x9f\xe1\x73\x37\x39\xe9\x5e\x84\x5c\xcc\x17\x23\x9e\xca\xdb\xf5\x15\xad\xbf\x98\xb6\xb1\x28\x71\x37\xe6\x6e\xd1\xb2\x67\x77\x0d\xbe\x6b\xf7\xd3\x37\x02\x6f\x61\xb7\x7b\x84\xe2\x75\x20\xa0\x30\xbc\x6e\xbe\x57\x32\x31\xdb\x33\xcc\xee\xbf\xf5\x81\x14\x6d\x5f\x56\x00\x62\x79\x0d\x40\xae\xa1\x6b\x64\xd6\xb7\x0f\x97\x03\x2e\x0c\x3e\xb1\xaf\xa8\xbb\x28\x76\xfc\x5d\xf1\xcc\x77\x9d\xbb\x91\xc2\x16\x9d\x54\x31\xb3\x0c\x1b\x59\xaa\xc5\x43\x43\x03\x83\x2d\xe0\x10\x31\x54\x6d\xbb\x55\x45\x98\xe4\x48\xb2\x0f\x35\xfd\xc5\xb5\xd0\xf9\x03\x20\x71\xfb\xd6\x32\xff\xcd\xc6\x4d\xae\xf3\x00\x15\x90\x09\x3d\x09\xbf\x8e\x87\x71\x1d\x75\x41\xe5\xee\x2f\xab\x98\x4f\x48\x87\x81\xe8\xac\xa9\xf8\xa9\x39\x39\x12\x75\x81\x3c\x6b\x05\x7f\xa3\x48\xbc\xa9\xb4\xd7\x7a\x33\xe6\x47\xac\xaa\x69\xb3\x0e\x2c\x10\x86\x9c\x28\x43\xbd\xee\x99\x1f\x72\x35\xda\x8d\x78\x28\x8e\x6a\x5c\xe7\x23\xfe\x23\xf8\x4f\xf8\x43\xea\xe0\x30\x82\x6d\x4e\xde\xeb\x5d\x3d\xa3\x68\x98\x83\xb5\x00\xd0\x4f\x9e\xe9\xb3\xcc\x29\x4d\x8c\x6e\x8a\xad\xe4\xb5\x63\x10\xb6\x29\xa0\xa5\x20\x57\x89\x0f\xc6\xf4\x23\x29\x19\x27\xe4\x7c\x00\x59\xff\xe1\x4f\xef\xf3\x1f\x14\x57\x43\xb2\xb0\x38\xb1\xd0\x64\xc9\x2a\x7a\xc7\x40\x71\x14\x0f\x55\xca\x41\x5f\xe8\xf7\xb2\x1b\xd7\xc5\xaf\x59\x6b\x85\x43\x59\x59\x42\xc1\xe0\xab\xa7\x03\x84\xa0\xdf\xae\xea\x43\x45\x4e\x2b\xe8\x00\xf6\x96\x60\x60\xf5\x0c\x9a\xfd\xa8\xaf\xb6\x53\x9d\xfa\x16\xa2\x94\xc0\xd6\xe2\x49\x57\xc0\x85\xef\x5c\x3a\xc7\x59\x3e\x1f\x58\xbb\x67\xed\x6a\x41\xfc\x92\x01\x06\xe8\x8a\x44\x77\x11\xa8\x0e\x4c\x9c\x17\x7b\x2f\x8c\x69\xef\x07\xa8\x3b\x49\x47\x02\xb5\x7f\x28\x75\x89\x33\x8a\x75\x8b\xee\x18\xb5\x76\x35\x1b\x70\x56\x61\xb5\x55\xbc\xcf\xb2\x80\x07\xa7\x99\x67\x0e\xdb\x91\xc4\xae\x6c\xfe\x7a\x11\x6f\xe6\x17\x0f\xbb\xf3\x27\x0c\xb7\x48\x69\x5a\x51\x67\xbf\xf8\x1d\xc2\xc0\xd9\xdb\x6c\x6e\xd5\x57\x14\xa0\xa6\x91\x85\xc3\x2a\xee\x39\xd2\xae\x1c\x1c\x53\x15\x11\xcf\xe5\xa5\x18\x73\x5a\x0a\x4d\x69\x02\xf0\x28\x02\x58\x91\xdc\x92\x7c\x0d\x79\x5e\xa3\x92\x71\x88\x64\xf8\xb8\x75\xe9\x91\x83\xb5\xec\xe9\xe5\x1f\x3b\x55\xd4\xef\x81\x53\xe5\x63\x2d\x34\x82\xeb\x5d\x79\xc0\x96\x50\x36\xe8\xd1\x55\x56\x70\x77\x81\xcc\xc5\xd6\x75\x39\x72\x84\xc8\x8b\xf0\x9b\xcf\x8d\x37\x1f\xdc\xf9\x5f\x13\xb7\x0a\xa0\xd7\x0f\x36\x66\x81\x9e\x3c\x80\xcc\x84\x10\xcf\x52\xd4\x3e\x1f\x73\x4d\x9a\x63\xb8\xee\xaf\xbe\x56\xe9\x6f\x26\x08\xfb\x0b\x79\xa7\x30\xa0\x92\xb3\xc3\x43\x8a\xe6\x18\x05\xdb\xd7\xc7\xf8\x5b\xcf\x83\x01\xd6\xb9\xe7\x28\x66\xa1\xf3\x30\x97\x01\x4d\x56\xf9\x2e\x6f\x3e\x98\x21\xeb\xd6\x73\xc6\x66\xd5\x81\x67\x73\xa7\xdd\x0e\xdd\xcb\x2a\x94\xb6\xae\x9c\x5f\xbb\x7e\x76\x9d\x26\xfc\x46\xdb\x5b\xb4\xda\xa7\x9a\xfb\x22\x17\x74\x6c\xbf\xc5\xdd\xb5\x27\xdd\xa7\x57\xf9\x0b\xf0\x5d\x16\x18\x17\x3f\xb2\x64\x84\x7f\x4e\x80\xd9\x8a\x09\x9a\x9f\x85\xa3\xe1\xd4\x93\xde\x87\x08\xda\xbf\x9d\xae\x69\xac\x36\x47\x96\x1b\xcb\xe2\x32\xa6\xaa\xbc\xa1\x0a\xac\x63\xf5\x2c\x93\xb1\x06\xc2\x7a\x5a\x7e\x53\xfd\x56\x2a\x7d\x9c\xb4\x86\x8f\x9a\xfc\xb2\xa2\xa9\xd2\xb9\x65\xa9\x44\x67\x07\x73\x8b\x15\x57\x69\x65\x0b\x33\xfd\x78\x51\x76\x75\x0b\x2b\xbe\xee\xdc\xf6\xad\xcb\x14\x87\xe3\x04\xed\xe8\x09\xc3\xe7\x0b\xeb\x8d\x99\x21\xb5\xea\x4b\x38\x6c\x0a\xe9\xa5\x0d\x7a\x0d\x83\x77\xad\xd4\x8c\x92\x26\xa0\x0e\x76\xb7\xc0\x7c\x9f\x31\xea\x9e\x93\xd1\x08\x6d\xea\xb6\x97\xef\x72\x8e\xd3\xde\xcc\x95\xee\x93\x93\x94\x0e\x37\x2d\xeb\x3c\xa3\x25\x4a\x1d\x28\x9a\xb0\xb4\x6c\x67\x9b\x94\xa2\x5d\x93\x15\x5a\xd1\xd1\xb0\x63\xfb\x95\x54\x89\x4c\xf5\x02\x70\x8b\x6c\x5f\x1c\x9d\x98\xb7\xec\x64\x13\xa7\xcf\x85\xf5\xd4\xde\xb2\x8f\x26\x2a\x54\x80\x67\x57\x04\xa6\xd0\xe1\xb6\x25\xab\x9d\xe3\x97\xe8\x21\x0a\x1b\x67\xc1\x87\x1e\xca\xc7\x4d\x3a\x09\x2b\x52\xa9\x62\xe7\xaf\x4c\x1c\x94\x16\x67\x0d\xef\x01\xf5\xe0\xc4\x45\xb4\x2e\xa3\xe9\x45\x0b\x6a\xc4\xc8\x0c\x91\xb1\x38\x82\x63\x2f\x45\x61\x39\x35\x20\xfe\x0b\xa2\x71\x5a\x09\x93\xff\xb1\x20\x9c\xff\xb8\xb9\x78\xff\xfc\x7a\xb6\xc6\x22\x9f\x68\x4f\x97\xee\x96\x71\xef\xf7\x9b\x79\xbb\x15\x35\xd6\xd2\x97\x74\xef\xc4\x68\xbe\xc5\x38\x40\xb5\x6d\x30\xce\x26\x9c\x6c\x81\x42\xba\xfc\x70\x68\x28\xaa\x66\x01\x90\xd7\x01\x06\x71\x43\x85\x3d\x06\xd2\x61\xfd\x7d\xe4\xd8\xd6\x0d\xe4\xe6\xe9\x65\x74\x33\xd8\xc7\x4a\xe7\xa6\x52\xc2\x19\x5c\xbb\xf7\xdc\xc5\x2a\xc3\x68\xd7\x8b\x6d\xbf\x74\x2c\x77\x3b\x31\x6c\xdf\xda\xb2\x03\x56\x2c\x77\xb7\xd5\x3f\x18\xbc\x1d\x9d\x7a\xfa\x98\x95\xf4\x0d\xe2\xee\x4f\x0d\x51\x0f\xd3\x57\x06\x1d\x17\x2f\x42\x23\x29\x2f\x19\x6e\x6e\xf6\xf6\x3b\x59\x18\xb0\xbd\x48\x89\xef\x76\xca\x14\x13\xf2\x77\x41\x4e\x1a\x9c\x67\x99\x6d\xee\x68\x05\x1e\x72\x11\x27\x38\x12\x4d\x9a\xd4\xe4\x8c\x11\x3a\x16\xe6\xd1\x2a\x09\xb6\x1f\x90\x9f\x23\x71\xb3\x62\x85\x6c\x7f\x4f\x7f\x0d\xfe\x53\x7f\x7d\x55\x37\x62\xb3\xa9\xb2\x97\x81\xd4\x2b\x36\x31\xad\xfd\x38\xe8\x26\x49\xa3\x6e\xd1\x8a\x8f\xeb\xe8\x03\x4e\x5d\xbf\x8a\x7e\x5c\x25\x53\xa9\xd3\x0d\xff\xac\xb4\x92\x7a\x54\x76\x93\x26\xaf\x76\x7f\x05\x12\xf5\x07\xb3\x84\x82\x48\x32\x6e\x2f\xee\x3b\xa8\xca\xd8\x5a\x46\x45\x32\x51\x5f\x81\xc4\x80\x8f\x9c\x82\x59\x7f\x94\x47\x98\x0e\x9d\x38\xb2\x15\xeb\x65\xb4\xe6\xa6\xe5\x7a\x5e\xc3\x46\x32\x56\x36\x29\x03\xf9\xe5\xe6\xa7\x7b\x00\x03\xd4\x48\x52\x61\xf9\xe2\xcc\x80\x3f\x21\x09\x25\x09\x61\xca\xb6\x44\xcf\x13\xae\xe4\x6b\xf7\x7d\x09\xd7\xf2\xa6\x61\x3b\xf3\x3f\x90\x79\xc5\x92\x17\x39\x75\x0f\xd5\x2c\x8f\x49\x3c\x8b\x9a\x22\x53\xda\xcc\x80\x14\x4f\xd1\xae\xbe\xff\x39\xc2\xf6\xc2\xe2\x27\x27\x48\x27\xf6\x99\xa5\xd7\x9d\x53\x91\x4a\x44\xc5\xe0\xe6\xba\x98\x2c\x9e\x72\x58\x1b\x8d\x1b\x6a\xca\x56\xfa\x00\x5f\x64\x55\x50\xfd\x77\x6c\xab\xa3\xfa\x78\x51\xb4\xcd\x80\x29\xe7\xce\x52\x9e\x21\xcc\x7a\xd8\xcf\x34\x6e\x5f\x1b\xaf\xc2\xe8\xe6\xa7\xa2\x02\xeb\x16\x05\x0e\xe4\xb6\x3e\x1d\xc0\x5f\xd9\xf2\x3b\x4f\x06\xb9\x6e\x19\xbf\x13\xc5\x3d\x30\x44\xb6\x27\x10\x34\xb9\xcf\x57\x35\xde\xe4\xd3\x60\xea\xca\x96\x10\x91\x2d\xff\x75\x7f\x0b\x0c\xb5\x2b\x8b\x0f\x9c\xfb\xce\x95\xf6\xa2\x29\xb8\x96\x4a\xdd\x82\xc4\xaf\xbf\xa3\xfa\xa5\x54\xf0\x50\xa3\x7a\xc6\xec\xac\x68\x74\x83\x12\x72\x03\xe8\xa8\x4f\xfa\xc8\x56\x9d\x01\xec\xaa\x85\x47\x5c\x90\x9e\xaa\xe8\xe9\xca\x41\x86\x97\x84\x7e\x8d\xe8\xc3\x39\x89\x9b\x53\x20\xdb\x7d\xe0\xdd\x09\x12\x05\x02\xc9\x7c\x8a\x83\x35\xf6\x26\x16\x0b\x02\x4e\xe4\xd7\xa0\x85\xe1\x62\x43\x60\x4f\x69\x1f\x9c\xa5\x85\xdb\xf6\xa4\xd0\x35\x74\xda\xc8\x52\x03\x92\xeb\x1a\x72\xfd\xd5\xc0\xdf\x8f\x1c\x6a\x64\x39\x23\xdf\x59\x07\x3b\x6a\x1f\xbd\xdd\xf1\xe2\xfe\x27\x6c\xa3\xce\x7f\xc9\x84\x0b\x0f\xd3\x41\x95\x7d\x66\xce\xf8\x6e\xff\x33\xd7\x18\xd4\x4a\x1f\xb3\xba\xf7\xcc\x6d\xa8\xf4\x51\xa7\x21\x8b\x26\x3a\xce\xb3\xe7\x61\xfb\xc9\xbc\x65\xf0\xaa\x42\xa1\x7d\x56\xe7\xb1\xc1\x7d\x67\xa1\x31\x25\x59\xc2\x12\xd3\xee\xc6\x97\xcd\x39\xa1\x71\xc8\x65\x0f\x47\x18\xb3\xde\xdd\x06\xf3\x91\x85\xd8\xf3\x92\x7b\x1c\xdf\x8b\x67\x3f\xa4\x4f\xcf\x59\xfd\x37\x92\x06\xc9\x56\x50\xb1\x4b\x35\x0d\x89\x58\x98\x8f\x28\x9f\x47\xc5\x91\xb4\xc8\x0b\x41\xbf\x5f\x26\xe4\xf0\x25\x7b\xf3\x58\x51\x3e\x72\x76\x29\xa5\x8f\x09\x5a\x8e\x96\x6a\x61\x3a\x32\x98\x84\x94\x60\x7a\xc2\x1c\x10\xda\xad\x91\xf8\x99\x4c\x86\x8d\xed\x48\xc9\xe6\x97\x74\x16\xfd\x5d\x45\x14\x18\xc3\x1a\x23\xa2\x0a\x1b\xc9\x59\x24\x38\x1b\xd4\xb0\x96\xa8\x92\x4b\xfd\xe4\x2a\x0d\xed\x3a\x32\x8b\x4f\x42\xd9\xf6\xfb\x64\x73\xd9\xd2\x68\xd2\xc0\x41\xcb\x64\x44\x34\xe3\x04\x2c\xb7\x3c\xff\xff\x88\xbf\x72\xd2\x46\xfa\xfb\x5d\xf8\xad\x94\x25\x59\x58\x2f\x77\xcf\x4f\x6f\x2f\x4d\xbf\x1a\x1c\xac\x95\xcc\x46\x90\x9a\x05\x8e\x27\x46\xf7\xd6\x7b\x50\x6e\x15\x69\x9f\x95\x54\xd8\x2c\xbb\xd9\x38\x1c\xe9\x28\xe9\x82\xda\xee\x74\x03\x6b\x82\xeb\x84\x9a\xb9\x80\x83\x8d\x3f\x2c\x1a\x9a\xdd\xf1\x39\x65\x9f\x56\x48\x99\x2c\xfe\x6b\xc1\x6b\x83\xa4\x5a\x18\xc4\x7c\x18\x72\x36\xcf\x5b\x1f\xf9\x60\xec\x2f\x3a\x41\xe9\xf3\x4e\x5b\xe7\xac\x9c\x22\x2b\x89\x8a\xfb\x5d\xe2\x46\xda\x1f\xb7\xaf\xcf\x76\x67\x2e\xba\xd5\xcc\xf3\xe3\x4c\x83\xc2\xfb\xb9\x35\x4d\x34\x4e\xf7\xfb\xaf\x0a\x10\x0a\x92\x45\xba\xab\x60\xa7\x97\x3b\xde\xac\x74\xa6\x90\xdc\x92\x45\x6a\xe9\x7e\x27\x35\x08\x19\x1a\x74\x4f\x4e\xd9\x45\xc2\xcd\xb9\xb5\x0b\xe2\x0e\xb9\x15\x24\xd6\xa0\x3f\x51\x63\x8f\x01\xfb\xb8\xe6\x96\x0a\x9e\xf1\xf7\xd1\x0b\x04\x51\xd4\xb6\xf7\xcb\x63\xf4\x7b\xb7\x94\x6d\x81\xed\xc3\x57\xec\x68\x5b\x00\xd7\x2c\x2a\x52\x22\x04\x65\xcd\x58\x54\x31\x1d\x8b\x33\x8a\x69\xff\x50\x72\x3e\x4c\x75\x0a\xeb\xb5\xda\xc0\x2d\xad\x5e\x43\x29\xbf\x29\xc6\x70\x3e\x18\x90\x8a\xd2\x6f\x26\x94\x5d\xc6\xcd\xe3\x79\xc6\xcb\xb3\x19\xfc\xf9\x0d\xa8\x14\x98\x80\xe5\xb4\xe1\xbb\xf6\x68\x49\x6d\x76\xeb\x59\xcb\x15\xcd\x10\x39\xd2\xc6\x35\xe3\x31\x83\x0a\xb1\x14\x37\xc8\xee\x29\x34\x02\x91\xb4\x8c\x0a\x15\xdf\xaa\xb5\x20\xa3\x9e\x26\xc6\x55\x3e\xbb\x7d\xf4\x6d\x64\xfd\x16\x25\x5f\x30\x5e\x3e\x01\xde\x9e\x24\x5b\x6e\x78\x7a\x3f\xf1\x25\x8d\x8f\xe7\x51\xfb\x46\x3e\xff\xe2\x14\x65\x88\x41\x80\x98\xb7\x32\x0e\xee\xda\x6b\x3f\xe7\xac\x3d\x7a\xdf\x0f\x05\x9a\x1b\x98\x28\xa3\xc6\x30\xbf\xee\x68\xf9\x96\x0b\x1c\x78\x4f\x65\xca\xcd\xe7\x2f\x73\xa7\x83\xb6\xe4\xa2\xa3\xdd\x65\xa5\xce\x80\x7a\xa5\x6f\x90\xa3\xbe\xf6\x1b\x6a\x45\xd5\xa4\x55\x4b\x83\x6c\x24\xcc\x82\x7a\x92\x66\x64\x02\x4e\x91\x0d\x2d\xe7\xd2\x22\x97\xb7\x01\x6b\xc4\xe1\x38\xab\x0c\x57\x65\x69\xb9\xc9\x2f\x6e\x70\x4e\x6e\x79\x43\x1e\xd0\xe4\xbf\xb7\x55\x7d\x24\x22\xbc\xe6\x6b\x47\x8b\xfb\x2f\x04\xc1\x3c\xa1\x62\x02\x1a\x5a\x23\x07\x85\x43\xd3\xb8\x27\xfa\x9c\x5e\x2b\x4a\xc7\x1b\x55\x14\xa7\x63\xd6\x75\xb2\x6e\x7a\x66\x00\x7e\x7b\x31\xe0\x04\x19\xf1\xdf\x22\x32\xdf\x41\x61\xba\x67\x01\x71\xea\x9c\x95\x1f\x57\x16\xf5\xdb\xfa\xf4\xf6\x9d\x5b\xdd\xcf\xce\xfe\xb6\x7e\x99\x1c\x79\xc8\x06\x05\xd3\x25\xdf\x98\x47\xf2\xca\x00\x01\x36\xf8\x6d\xfd\xcc\xae\x53\x29\xdc\x0b\x2b\x1d\xb8\x2d\x17\x46\x56\xa1\x37\x77\x85\x74\x4f\xb9\x70\xf4\x85\x83\x58\x86\x86\x45\x37\x24\xe0\x72\xfb\x65\xb1\x70\xca\xa9\x73\x76\x26\x51\x58\xb6\x6d\xcf\x6f\xa4\xed\x2a\x9b\x93\x17\x36\x93\xe8\xd0\x73\x5a\x7b\xd2\x77\x1f\xec\x29\xee\x72\x99\xf3\x53\x45\x52\x5f\xa6\x6a\xee\xb2\x99\xf3\x2e\xd7\xb9\x15\x61\xce\x3c\xef\x3a\x7f\x48\x1f\xe3\xb0\x0e\xe0\x40\x5e\xaa\xfb\xbb\x62\x7b\x74\xfb\xcf\x5d\xda\x96\x35\x27\xff\xea\xda\x74\x1f\xea\x9c\x5a\xb0\x93\x59\x4c\xf6\x11\x26\x37\x18\x8a\xab\x97\xd6\xbb\x53\xe7\x7a\x97\x26\x77\xe6\x2f\xd8\x2f\x5e\xbb\x85\xb6\x4e\x95\xe1\xa4\x95\xb4\xb3\xb8\x11\x95\xb7\xe6\x9e\x10\x5f\xb0\xfa\xb6\xfa\x54\x50\x7d\x14\xf8\x91\xd6\x78\xa5\x4d\xc1\xa6\x74\x0b\x89\x28\x35\xb5\xcc\xda\xbb\x9d\xd3\x73\x56\x53\x22\x96\x55\x43\xd4\x69\x55\x49\x07\x5a\x94\x5d\xe1\x9a\xee\x88\xa8\x87\x69\x97\x7c\x96\x2e\x92\x41\x74\xdd\x87\x1e\x76\x4e\x9e\x43\x8b\x2b\x93\xbd\x42\xda\xba\xc3\x37\x13\x4a\x36\x58\xa9\x03\x80\xb5\x9b\x15\xdc\xa2\x94\x23\x98\x73\x60\xf1\xa7\x6c\x00\xd6\xbd\xf2\x75\xef\xe2\xdd\xfc\x68\x6a\xc2\xba\xa1\x0c\x02\xd3\x87\xb9\xf7\x6b\x85\x61\xcc\xfd\x16\x18\xde\xf3\x8b\x27\xb9\x16\x6a\x67\x47\xa2\xb0\x99\xdf\xd7\xcf\xe9\x28\x17\x8a\xf6\x95\x1a\xec\xb9\x27\xd2\x41\xd0\x67\x77\xec\x4e\xe2\x9a\xca\x95\x7b\x83\x4c\xa1\x56\xec\x19\xec\xab\x03\x32\xd1\x2c\xf3\x64\x55\x06\x9b\x5c\xfb\x3e\x8d\x45\xdb\x8f\x9c\x64\xae\x09\x5a\x5f\xd3\xee\x79\xd7\xda\xef\x2a\x19\xfc\x9f\x51\x15\xa3\xfd\x9a\x2e\x50\x8a\x39\x6f\x07\x89\xb3\xda\x0c\x26\x49\x96\x66\x2d\x68\x08\x9c\x13\x39\x3b\x70\xb8\xb3\x79\x45\x2a\x3f\x34\x01\x7f\x50\x3d\xca\xa8\x0f\x91\x4f\xd1\x79\x70\x1f\x7b\x1d\x88\xd5\x49\xbf\x2d\x1d\xc5\xc4\x84\x30\xa5\x56\xbb\x9a\xb5\x01\x53\xca\xbc\xde\x3b\x8c\x29\x0d\x7b\x8b\x33\x3b\x13\xdf\x90\x77\xd7\x6a\xd1\x2c\x72\x8d\xfb\xcd\xc4\xeb\xce\xee\xa2\x8a\x89\x29\x0b\x26\x70\x08\xbf\xef\x3d\x83\x5c\x73\x3d\x05\x18\x1f\x66\x61\xa6\xe0\x75\x68\xdf\xda\x56\x02\xc8\x10\xd1\xe8\x60\xbb\x7a\x2c\xca\x30\x78\xd0\x48\x85\xac\xec\x4c\x77\x1b\x53\x73\x96\xcc\x81\x58\x62\x3c\xbb\x15\xb4\xa3\xfc\xfa\x7c\x9f\x0c\x2e\xd7\x8a\x00\x11\x28\x93\xd1\x28\x0b\xc9\xac\x53\x77\xff\xf6\x21\xb2\x1d\x7f\x6a\x39\x1d\xcd\x77\x9f\x2c\xd8\x7c\x0a\x46\x1a\xa9\x08\xeb\x2e\x98\x02\xb9\x16\xdd\x05\x0b\xfc\x9d\xa0\x53\xbf\x63\x56\x98\x16\x84\x89\xa6\xea\x78\x15\xc3\xaf\x7c\x7f\x1d\xd0\x07\x62\xe8\x43\x24\x3d\x22\x6d\x3b\x02\xf5\x8a\xd5\x88\x44\x15\xd0\x88\xde\x02\x60\xbf\xa0\x05\x54\xa7\xf4\x73\x6c\x73\xe1\xbe\x03\x8c\x9d\x55\xfd\xb7\x0f\x61\x4a\xe8\x4b\x93\xdd\xce\xd5\xde\x9d\x6f\x8b\x90\xb0\xae\xdf\xc4\xa0\xbe\xfb\x68\xa0\xe6\xc3\xf5\xb7\xae\xfc\xc8\xfe\x07\x6e\x43\xf7\x28\x18\x71\xbe\x7d\x88\x09\x4a\xc1\x98\x2c\x4b\x62\x07\xf0\xd1\xb0\x81\x61\xf8\x00\x80\xc9\x7e\xdf\x58\x1d\xb2\x50\x92\x94\x9b\x64\xcb\xcf\x6d\xd0\xbe\x45\xe9\x9a\x25\xa4\x60\x8e\x95\x12\x2b\x17\x69\x80\x6c\xac\x70\xaf\xfc\x45\xb1\x51\x35\xdf\x7b\x05\xf3\xe4\x4a\x15\x14\x89\x95\x55\xda\xcf\x6b\xc8\x60\x72\x41\x21\x4d\x2d\x65\x92\x31\xa8\x5c\x18\xcd\x55\xea\x90\xef\x51\x2b\x1a\x46\xa1\x1f\x87\x01\x1a\x1a\x2f\x6f\x5d\x7a\xbc\x33\xfb\x83\xf6\xfc\xf6\x4c\x2f\xd9\xa3\xce\x5a\xbe\x65\x99\x9e\x5f\xfe\x3e\x83\xcb\x22\x11\xc5\x3d\xda\x86\xad\xb2\x78\x62\x99\xd9\xba\x5a\x32\xbd\x2a\x6b\x54\xa9\x41\xc9\x40\x9d\x3c\xa0\x76\xd3\x7a\x32\x1c\x8b\xf8\x40\x9a\xdb\x02\x95\xf3\xea\x18\x9a\x61\x9a\x8e\x01\xe1\x64\x14\x72\xe4\xbd\x8e\x54\x2b\x45\xe7\xc4\xa9\x3e\xa1\xbc\x88\xf2\xbb\xef\x82\x29\x40\xc4\x34\x27\x23\x19\x2b\xf4\x6e\xce\xfd\x42\x59\x35\x3a\x6c\x5e\x5f\x0a\xd3\x6c\x4e\xdf\x3c\xfa\x40\x8f\xd9\xdb\x36\x1a\x7e\x2a\x79\x29\x55\x8e\xe0\xf7\x24\x1b\xb0\x15\xb6\xe4\x90\x4a\x0c\xfc\x2e\x26\x06\xee\xd7\x92\xe5\xf5\xcf\x1e\x8e\xb2\xe0\x85\x97\xd0\x3e\x05\xc3\xc9\x0d\xd7\x93\xc1\x10\x43\x17\x51\xb0\x50\xce\x2c\xfc\x9c\xf4\x10\xa7\x15\x0f\xaa\xed\x79\xe6\xbd\x6a\x8b\x40\x13\xfb\x60\xb0\x2f\xce\x9a\x8f\x26\x52\xb6\xaa\xd5\xd5\x0f\xdc\x50\x10\x80\x86\x4e\xe8\xaf\x5a\x61\x87\xd5\xfe\x7d\x05\x39\x8f\x67\x37\x0c\xeb\x6e\xfd\xc7\xa3\xcd\xa4\x95\x71\x52\x5a\x36\xf4\x91\x43\x22\x17\x74\xa3\xf8\x60\x6b\x68\xaa\x1c\x50\x65\x27\x09\x73\x21\x04\xf9\xdb\x27\xb9\x3f\x73\xb0\xa3\x3d\xc1\xb8\x93\x42\x3b\x9d\x3c\x6a\x12\xe9\x80\x20\x03\x0c\x9b\x8f\xc1\x63\x54\xc6\x51\xa7\xb6\xca\x3f\x9b\xe7\xa6\x95\xc2\x0e\x55\x29\xb9\x40\x40\x22\x01\x11\xe7\x40\x2b\xb0\xd9\xaa\x8a\x8e\x96\x73\x69\xb4\x67\x83\x81\xfd\xd0\xe6\x31\x2f\x33\xe2\x3c\x50\x96\xd9\xa5\xad\x0d\x5a\xd4\x53\x52\x15\xf0\x91\x62\x43\x08\x6d\x90\x6d\x5b\xc1\xf6\x8d\x76\x6f\x6d\xa7\x63\xcd\x9a\x03\xea\x7d\x04\x2c\x86\x85\x70\x6c\x13\xe7\x91\xd1\x4b\xf0\x5f\x18\xaa\x6e\xbf\x17\xf4\xc1\x37\xd3\xa4\x8f\x85\x56\x9a\xac\xfd\xa0\x37\xc2\x7f\xd6\xfc\x63\xf2\x87\xe6\x96\x05\xd6\x30\x5c\x60\x4f\x8a\xbf\xec\x62\xaa\xc3\x15\x38\x07\x7a\xca\x49\x7d\x01\xd6\xf9\x2b\xa6\xf3\xe5\xc4\xe7\xea\x8b\x9b\xae\x95\x74\x34\x82\xc7\x9d\x25\x30\x26\xf7\xa7\xcd\xb5\xdd\x38\xfc\x96\x3f\x8e\x68\xc4\xa4\x96\xb5\x06\xfe\xe2\xe5\x00\xe4\x8f\x11\x85\xb0\xac\x49\x28\xcb\x9a\x7c\x55\xd6\xb6\x1f\xf1\x4f\x7b\x9a\xd4\x8b\x7a\xa7\xdc\xbe\xa8\xdc\x7a\x88\xf0\xf1\xe1\x92\x22\x9f\x42\x2e\x19\x49\x28\x92\xc4\x15\x89\x21\xc1\x1f\x11\x81\x94\x75\x98\x04\xf9\x48\x02\xe6\x1a\x76\x72\x5e\xb9\x45\x9e\x09\xde\x7c\xdf\x2e\x55\x6f\x9c\x5b\x47\xc4\x2c\x53\x6b\xa2\x59\x2b\x68\xa0\x1e\x45\x96\x4e\xbd\xaa\x63\x31\x3b\x0d\xf1\x7e\x5f\x5e\xe8\xce\xfd\x42\x31\xb2\x19\xfc\x2f\xa3\x74\xe9\x9b\xf5\xad\x1f\xcf\xf9\x5e\x5a\x67\xd8\x87\x4b\xd0\x69\x1e\x25\x5b\x71\x67\x97\x95\x25\xb4\xab\x2a\x94\xa3\x40\xaa\x4d\x52\x04\x09\xa1\xc2\x8a\x53\x93\x31\xc8\xaa\x08\xfb\xf3\x11\x46\x53\xd2\xfb\x12\x66\x1c\x7b\x34\x32\xfe\xe8\x1f\xc9\x2f\x81\x2e\xeb\x5b\xd7\xd1\xe0\xbe\x8b\xd6\x56\x01\x25\x56\x56\x8f\x24\xe6\x12\x7b\x01\xf3\x8c\x60\xfa\x8a\xa1\x38\xaa\xd7\x82\xe3\x61\x1d\x53\xa5\xd9\xd1\x55\x07\x72\xfd\x5b\xc0\xd9\xbd\xf7\x75\x6f\x62\x31\x57\x23\x6d\xb7\x74\xa5\x3b\x0b\x7d\x2a\x01\x50\xd5\xcb\x6f\x11\x52\xc0\x40\xb2\xc5\xb5\x52\x64\xae\xf1\xb4\xcb\x7f\x8c\xe0\x6e\x9a\x55\xa7\x18\xf3\xe4\x0f\x50\x00\xbb\x45\x31\xa2\x80\x67\x90\xc6\x1c\x76\x9c\xb7\xd2\x0b\x3b\xae\xba\x27\x9d\xbf\xd4\x7b\x03\xff\xe8\x53\x71\x14\xdf\xf9\x4a\x1a\x96\xdf\x4b\x83\x37\x6a\xc1\xe1\x37\xe4\x7b\x3a\x9a\x35\x39\xbd\xff\xe1\xf7\x8e\x7c\x10\xa8\x1c\xff\x2a\x69\xbf\xa9\x44\x37\x84\xea\xf8\xd7\x04\x4b\xe9\xaa\x48\xa9\x7b\x5f\x54\x70\x29\xbe\x7b\x68\xc6\x93\x33\x75\x46\x1d\x77\xee\x46\x7a\xed\xd4\xd5\xe0\xd3\x07\x1a\x42\x03\x00\x86\x4a\x05\x1e\x15\x76\xb3\x9a\x05\x61\x63\x3c\x90\x16\x03\xc1\x7b\x40\x31\xc5\xcd\x7a\xa4\xbe\x60\x94\x99\x36\xc0\xc6\x20\x40\x4c\xd4\x0c\xd1\x59\xaa\x86\x69\x1e\x29\xa5\x78\xf0\xcc\xf3\xcf\x0c\x38\xd8\xa8\x92\xd5\xd3\xf2\x91\x77\x0f\x07\xe6\xba\xa9\x38\xc6\xc6\x88\x52\xb6\xe0\x58\xdc\xc4\xea\x15\x74\xd2\x06\xda\x1e\x5a\xd1\xbd\x58\x36\xc4\xc3\xe4\xe7\x5b\x57\x3b\x5b\x17\x6f\x2a\xdc\x82\xf6\x35\x51\xeb\x38\x06\x36\x27\x08\xfb\xe0\x8d\xf7\xec\xa0\x50\x06\x69\xc9\x64\x28\xed\x8c\xe2\x21\xca\xdb\xa7\x97\xbb\x33\x17\x99\x85\xe8\x3b\x2b\x58\xbc\x48\x52\xee\x9b\xf3\x20\xca\x9f\x8f\x59\xc4\xbf\xda\x69\x46\x36\x5e\x93\x94\x0a\x18\xf6\xa2\x24\xf5\x7b\x90\x77\x9f\xe5\x2e\xf2\xec\x49\x5f\x57\x7c\x1b\xf1\xeb\xee\x34\x54\x1a\xf3\xf0\x3d\x6d\xad\xed\x8e\xfc\xf5\x0a\x0d\x27\x8f\x82\x1d\x96\x53\xbd\x28\x8a\x64\xb3\xab\x54\xf8\xe1\x21\x1b\x30\x79\x59\xfa\x55\x12\xf7\x09\xa7\xaf\x3d\x8c\xbe\x14\x24\x11\x3d\x16\x8b\xab\x34\x13\xb9\x8e\x01\x85\xc9\xbc\x84\x35\x10\x7c\xd1\xd3\x84\x43\xbb\xe9\x10\x8c\x12\x40\x13\xb0\x9f\x09\x44\x8c\x79\xca\xa8\x16\xc5\x3f\x6e\x90\xe4\x23\x20\xae\x8d\x03\xfe\x4a\x1c\x46\x6b\x31\x36\x25\xa6\x61\x61\x1f\x04\x18\xdb\x76\x28\xa1\xb6\xb6\xf4\x70\x84\xda\xbd\xc5\x19\xca\xee\xcf\x55\xc3\x66\x53\xb9\x06\x7e\x4b\xb4\xcd\xb2\xe7\x6a\x80\xd7\xc1\xaa\x7b\x9c\x08\xa6\xe2\xaa\xf4\x62\x9e\x17\x2d\x17\xdb\x90\x58\x2d\x55\x90\x93\x3e\x2d\x29\xe6\x89\x54\x2f\xa2\x16\xa4\x28\x19\x1a\xaa\xc7\x8d\x08\x13\x28\x4a\x5e\xd7\x8b\x8a\x1e\xbb\xaf\x43\xda\xe8\x7e\x38\xd6\x6c\x05\x65\xf2\x24\xc6\xc6\x1c\xfc\x2b\xca\xa6\x83\x0c\x42\x84\x55\xb6\xa3\x0e\xd1\x3d\x96\x1e\x5a\x6d\x82\x87\x96\x28\xd2\x8d\x35\x8e\x55\x4e\x53\x51\xe5\xde\x0c\x88\x36\x6d\x25\x09\x5a\xc0\x64\x23\x45\x8a\x56\x9e\x0f\xfe\x89\xb4\x86\x3e\x41\x34\x47\xa9\x56\x38\xa9\xbe\x6e\xbe\xf3\xd5\xa5\xad\xcb\x27\x3c\xc7\xde\x3e\x3d\xc0\x62\xfd\xe6\xbc\xd8\xa0\x5f\xfb\xc0\x9b\x42\xb5\x15\x37\x75\x28\x9c\x87\x4a\xfb\xbf\x20\xac\x38\xbf\x52\x7a\x99\x14\xaf\x9b\xaf\x20\xed\x97\x0a\x90\x81\xf4\x89\x92\x4a\xa8\xbd\xd3\x23\xa4\x23\x0a\x46\x0f\x1f\x7e\x27\xa0\x88\xda\xc3\x6d\xb6\x5e\xb0\xeb\xf8\x24\xaa\x55\x84\xf4\x75\x56\x19\x6c\xc3\x33\x0c\x37\x97\xe1\x9e\xc8\xed\x2c\xf8\x03\x7f\x0c\x0e\xd3\x47\xbb\x91\x80\xd7\x9b\xf4\xc3\x2e\xa0\xb7\xf4\x03\xf8\xc7\xfe\x58\x27\x83\x31\x2e\x7b\x97\x7e\x0f\xfc\x2a\x66\x8b\x3f\x84\xdf\x82\x0f\xe0\x37\xbb\x18\x5d\xf1\x29\x9a\x1b\x55\xf9\x7f\xa2\xf1\x80\xa2\xb8\x15\x54\x1b\xc6\x81\xa4\x12\xfc\x1e\x3c\xfb\x0c\x14\xbc\xc0\x05\xcf\x3c\x97\x6b\x01\x44\x07\x0a\x3c\x38\x7e\x42\xfc\xb7\x88\x53\xc7\x95\xdf\xe3\xcf\x01\x8e\x74\x18\x55\x72\x87\xf0\xf3\x6e\x0d\xd3\x5c\x9b\x54\x9f\x52\x6d\x50\x23\x92\x02\x7b\x28\x0f\x9d\x40\x65\x8f\xcb\x30\x05\x1e\xa5\x6f\x0a\x6c\x4e\xc5\x7c\x15\x30\xf2\x2e\x1c\x14\xa4\x69\x9d\xef\xdc\xe1\xc3\xef\x06\xf9\x3b\x6f\x2a\x28\xca\xe5\xd9\x8d\x89\x59\x4c\xbf\x8b\xa9\xf2\x36\x26\xc8\x15\xac\xf3\x14\x95\xaa\xa6\x89\xdc\x0f\x1b\xfe\xe5\xab\xee\x04\x29\xda\x03\xe9\x5f\xeb\x71\x16\xbd\x72\x80\x22\x1b\x1f\xc8\xe2\xda\xe0\x81\xe7\x6c\xac\x1b\x93\x43\xb9\x83\x76\x2f\x14\xed\x93\x16\x49\x46\x48\xc2\xea\xa0\xf2\x3b\x57\x1e\x77\xef\x9c\xd7\xf4\xac\x76\xeb\xc1\xa7\x8c\x18\xf8\x1c\x66\x53\x64\x89\x26\x48\xfa\x20\x32\x8a\x72\xc0\xb5\xc5\x3c\x48\xe5\x90\xe1\x86\x53\x57\xe9\x5c\xef\xeb\xf0\x09\x8e\xe8\x4f\xcf\x9a\x33\x06\xab\x0c\xc2\xec\x62\x6d\x12\x0d\xdf\x90\x0e\x6e\x75\x7a\xf7\x74\x23\x5a\xa0\x48\x5e\xf5\xca\xc4\x8e\xd0\x5b\x8d\x07\xc7\x98\x39\xe8\xee\x9c\xc4\xfe\x50\x22\xfb\x47\x64\xad\x35\xb9\xb8\x4b\xbc\x38\xd5\xad\xd0\x6f\xd5\xb0\x09\x64\x7f\x58\x3e\xc4\x3f\x0b\x88\x36\xf5\x4a\x71\x0c\x25\x0c\x08\x50\xa9\xb3\xd9\x8d\x36\x34\x31\xe9\x4f\x56\xb9\xb5\x64\x98\x43\xb3\x28\x37\x24\x93\xde\xab\x34\xca\x0c\x7f\x69\x77\xea\x71\x95\xbb\x74\x8d\x0f\xe5\x63\x71\xc9\x97\x7e\x55\xc8\x39\x81\x32\x89\x60\x24\x5e\x09\x52\x87\x82\x3f\x56\xea\x51\x63\x18\xa1\x5a\x72\xa5\xe0\x73\xb7\x73\xf1\x17\x20\x1b\xf4\xb6\x73\x6c\x23\xd2\x19\xc0\x0b\x59\x96\x58\x72\x72\x75\xbf\xa1\x85\xdd\xb2\x86\x2e\xa2\xb5\x2d\x08\x15\x2a\xdb\x3a\x76\x8b\x06\x91\x83\xbf\x5d\x44\x83\x48\x55\x85\xe6\xad\xd3\x21\x22\xd7\xad\xa5\x60\x05\xae\x65\x52\x7e\xe7\xad\x77\xff\x4c\x67\xf4\x35\xb3\xfa\x0c\x0b\x5e\x8b\x02\xf4\x22\x25\xc5\x18\x49\x0a\x8b\xf1\x0f\x29\x14\x08\x99\x13\xef\x49\x31\x3f\x09\x9b\xbf\x85\x7f\xab\x5a\xba\x42\x65\x08\x3b\x03\xce\x13\x7e\x20\xf5\x87\xcd\x39\x0a\x28\x5d\x7c\xfc\x84\x14\xfa\xab\xc1\xc1\xe3\xf9\xb6\x29\x46\x3e\x38\x62\x2a\xeb\x70\x9f\x58\xa0\x9a\x0e\x68\xca\x88\x1e\x5f\xd9\x6f\xb6\xa8\x73\xb7\x99\x2b\xf4\x79\x4c\x59\xf1\xa8\x51\x17\x87\x12\xd0\x76\xef\xde\x81\x71\xe5\xb0\x06\x17\x8a\xc8\x41\xa7\x36\x1b\x4e\x4e\x90\xd6\x97\xd8\x60\xa7\x11\x19\x14\x1c\x0f\xeb\x7e\xab\x9d\xf9\x0b\x3b\x97\xbf\xc8\xcd\xa6\xe1\xd7\xeb\xfd\xfd\x26\xd0\xef\xe6\x34\xd8\xde\x5e\xcf\xfb\xb1\xaa\x28\x54\xa5\x3b\x6f\x55\xbd\xd9\x4a\x8e\xc7\x64\x93\xee\x36\xd0\x72\x67\x16\x1e\x4d\x58\xb3\x57\x4d\x0c\x40\xfb\x35\xf3\xbb\x04\xf7\x32\x8e\x14\x75\xbd\xa6\x52\xdf\xac\x5b\x14\xb5\x60\x28\xc4\x14\x5c\xdb\xa9\x68\xd8\xae\xbe\x28\x6b\xb8\xaa\x77\x54\x69\x21\x03\x77\x2b\xd5\x9a\xeb\xf1\x10\x9b\x55\x14\xec\x92\xa2\xa0\x2f\xea\xbb\xaf\x5a\x8f\x64\x59\x33\xe5\xd0\x7f\xef\x1c\x39\xf2\xc1\xe1\x80\x1f\x4f\x6f\x89\x76\xdf\xce\xf4\xfb\x77\xdc\x8c\x49\xc1\xad\xb6\x93\x5d\x79\xdd\xfd\x53\x55\xe4\x5d\x95\x3a\xf6\xb3\xea\xbf\x1f\xc3\x2d\x76\x1b\x2e\x53\xb4\xb4\xdb\xda\x51\xb8\xff\xb3\x88\x54\xb2\x3e\x51\x8e\xc6\xe2\x9d\x22\xd6\x60\x66\x43\x51\xcf\x8a\xe0\x50\x56\xf0\x03\xd5\x16\x86\x40\x87\x7f\x02\x6d\x21\xac\xcb\x6c\xe4\xa3\xbe\xa5\x00\xdc\xb5\x76\x5d\xc8\xea\x7b\xc4\x0e\xdc\xe4\x77\xd1\xb4\x8b\x3e\xcd\x44\x69\xad\xbf\x51\x50\x93\xa4\x9d\x8a\x6a\x5a\x7f\x8f\x3e\x8d\xaa\x6d\x6d\x66\xe3\x68\x7e\x4d\xd3\x84\x43\x9b\x53\xa1\xb2\x2f\xe1\x48\x50\x68\x28\xae\x2b\x3a\x29\x43\xd5\x7c\x91\x9e\xc6\xac\xa9\x5d\xd8\x99\x85\x9b\xbd\x4b\x93\x85\x43\x4b\xe7\xac\x26\x7f\xb5\xa4\xfc\x07\x94\x79\xbe\xe4\x92\xab\x53\x6c\x8b\xbc\x4b\x81\xaa\x4d\x01\x8c\x6a\x51\x86\x08\x50\x27\x5d\x3d\x4b\x9a\xda\x33\x94\xf3\xc2\xc4\x25\x94\x90\x46\xaa\x25\x3e\xdf\xec\x91\xff\xad\x6d\xe2\x68\xe6\x01\x9c\x75\x95\x42\x03\x94\xd9\xf4\x98\xe3\xd7\xe8\x72\x58\xba\xa9\xa1\xed\xe3\xb8\xd2\xf6\xe2\x77\x28\x6f\x50\x55\xe3\x06\xf3\x3b\xdc\x00\x75\x8f\xdd\xb9\x73\x98\x88\xc7\xf4\x45\x22\x09\x2e\x47\x03\x12\xea\x65\xe7\x9b\x93\x5b\x57\x56\x8d\x8c\xc3\xab\xed\x8c\x8b\xaf\xb5\xd2\x50\x7b\xd5\x3d\x0a\xdb\xfe\x5c\x79\x29\xa7\x2c\xb7\x96\xa7\x4f\x56\x7d\x4b\x9a\xe5\x3f\x37\x91\xc0\xf3\xe7\xad\xb5\x40\xfe\x39\xed\x4f\x0e\xf1\x31\x9f\xc5\x51\x15\x25\x83\xf5\x6d\x5e\x0a\x08\x37\xe6\xe1\xc1\x54\x82\xba\xba\x29\x72\x89\x02\x68\x45\x0d\x9d\xfb\x4a\xa5\x35\x7f\xc9\xa4\x35\x67\xe5\x97\x9d\xfd\xfd\xe5\xa3\xd0\x25\x67\x3e\x0f\xc9\x6b\xdc\x1b\x9b\xe3\x62\xd8\x41\xba\x4a\x92\x8c\x91\xc7\x70\xf2\xc8\x63\xee\xf8\xff\x71\x54\x4d\xcf\xcb\x31\x9f\xb6\xaa\x2f\xca\x78\x07\xd5\x80\x9e\x27\xab\xb3\x14\xd9\x10\xd2\x02\x95\x3f\x61\x9f\x0c\x7b\x27\x5e\x64\xfd\xd0\x8b\xb8\x27\x07\x31\x5f\xfd\xcb\x6a\x11\x98\xfb\x78\x46\xb9\x67\x61\x5f\x9f\x94\x38\x7d\xb2\xf4\xc5\x69\x92\x25\x67\xd9\x3e\x7a\xfc\xa4\x24\x69\xd9\xa5\x3d\xff\xf5\xfb\x7a\x90\xd5\xb8\x09\xfc\x0b\xd3\x64\x3b\xfd\x49\x62\x7e\x3e\x76\xd5\x9b\x3e\x7a\xb5\x2e\xb7\x57\x59\x9e\x93\xf0\xba\xb8\xcf\xc2\x45\xba\x9d\xe9\xb5\xfe\xee\xee\x24\xb5\xcd\x3f\x72\x80\xa8\x9f\x36\x0e\x37\x9f\x94\x0a\x32\x8c\xff\x13\x7b\x97\x4b\x42\xce\x20\xa2\xf3\x9c\x14\x5f\x41\xbe\x4c\xe6\x26\x61\xe8\x69\xfb\x5a\x1e\x54\x73\x7f\xa0\x12\x9f\x58\xb0\x4c\x91\x6c\xb3\x70\xb8\xe0\xbe\x58\x57\x8f\x1f\xc5\xbb\xc1\x6e\x17\xc7\x02\xf2\xfe\x37\x27\x19\xc5\x18\x83\x92\x35\x35\x55\xf1\xb8\xc8\x34\x2b\xa0\xf4\xe1\x26\xc6\x1b\xbe\xe2\x6b\x5f\x6c\xaf\x4f\x99\x57\xa2\xf4\x71\x96\x24\xf5\xa3\xa5\x70\x18\x1d\x04\xcf\x95\x30\x4d\xba\x09\x36\x80\x08\xa4\x24\x7f\x95\x5e\x4a\xcb\x2f\x05\x5b\x8b\x9f\x63\x5a\xaa\x97\x46\xe1\xf7\xee\x34\x25\x61\x7d\x69\x04\x7e\xe7\xe7\x8d\xfe\xac\xe1\x9f\x0b\x37\xe9\xf7\x31\xf8\x7d\x67\xe2\x9e\x2a\x82\xf7\x11\x3e\x6c\x4c\xfd\xdc\xbb\x3a\x4d\x1f\xc6\xb1\x9b\x87\x3f\x4a\xb9\x84\xe1\xc7\xac\xe7\x32\xce\x68\xdc\x40\x8d\x14\x7e\x21\x4b\xc3\x55\xfc\x38\x92\xb4\x5b\xf4\xc9\x0c\x5a\x0b\xc7\xf9\x0b\x8f\x3b\x16\x45\xc7\xe8\x6f\x33\x36\x0c\x9d\x8d\xd0\x37\x33\xfc\x78\x14\x72\x47\x30\x05\xfc\xbb\x15\x8e\x55\xd4\x1c\x60\x02\xf4\xb7\x9a\x01\x0c\x0f\x9b\x55\x6b\x25\x4d\xcc\x4c\x78\xb4\xa4\xb2\xe5\x3a\x69\x72\x29\x40\xbe\x6b\x9e\x41\xac\xec\x1d\xb1\xf7\x34\xc1\x92\xd7\x74\xa0\x0c\xf1\x87\x34\x6e\x55\x3a\x0a\xb7\x25\x69\x50\x69\xc5\xe3\x46\xb3\xad\x84\x8f\x26\x10\xd6\x0d\xea\xdb\x0d\xb6\x88\x83\xe4\xbb\x74\x02\x47\xfe\xb6\xfe\xf7\x12\xc9\x42\x01\x04\x2a\x83\x44\xeb\xb9\x22\x50\x2d\x5b\x78\xf6\xbf\xfe\x8b\x0c\xc9\xe3\xbf\x45\xff\xfd\xdf\xc1\x7b\x7f\x78\x2e\x90\xd0\x09\x13\x1d\x94\x46\xdc\x58\x74\xaa\x8e\x86\x9f\xfe\xd1\xab\x0d\xf0\xf6\xf3\x49\xf4\x32\xf0\x3c\xbe\xc4\x3f\x35\x17\x99\x51\x9e\xf6\xd2\xff\x0e\x00\x00\xff\xff\x87\x90\xe6\x69\xa0\xea\x00\x00") +var _confLocaleLocale_jaJpIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x7b\x6f\x54\x57\xb6\x38\xf8\x7f\x7d\x8a\x73\xb9\x42\x24\x52\x30\x4a\xf7\x6f\xa4\x51\x94\xca\x1d\x9a\xbc\x7a\x26\x49\x33\x31\xb9\xad\x51\x84\x2a\xc7\x55\xc7\x76\x5d\xca\x75\xea\xd6\x39\x85\xe3\xbe\xba\x92\xcb\xe6\x65\x6c\xda\x74\x08\x26\x3c\x12\x02\x01\x0c\x36\xd8\x10\xf2\xe0\xe1\x80\x34\x1f\xa5\xed\x2a\xdb\x7f\xe5\x2b\xcc\x7a\xed\xe7\x39\x55\x76\x6e\xb7\xa6\xd5\x0a\xae\xb3\xd7\x7e\xaf\xbd\xf6\x7a\xef\xb0\xd1\x28\x55\xa2\xa4\x5c\x7c\x2f\xde\xba\x3b\xb9\xb5\xf4\xcd\x7a\x7b\xb1\xb3\x72\x7d\xeb\xbb\x93\xeb\xed\x4b\xeb\xed\xeb\xeb\x53\xcf\xd7\xa7\x97\xd7\xa7\x2f\xae\x4f\x5f\x5d\x9f\x7a\xba\x3e\x7d\xe6\xbd\x6a\xba\x3e\xf5\xe3\xfa\xf4\xda\xfa\xf4\x05\xf8\x52\x28\x8c\xc6\x63\x51\x11\x8b\xf1\xd3\xb7\x85\x4a\x98\x8c\x0e\xc5\x61\xb3\x02\xdf\x26\xd7\xa7\xa7\xd7\xa7\x7e\x5e\x9f\xbe\xbd\x3e\x7d\x8d\xca\x67\x0a\xd1\xe7\x8d\x5a\xdc\x84\x1a\x53\x77\xd7\xa7\x56\xa9\xcd\x4b\xeb\xd3\x0f\xa8\xf4\x5e\x61\x34\xaa\x35\xa0\xe2\x57\xd4\xe9\xa5\x42\x52\x1d\xa9\x97\xaa\xf5\x22\xf6\x38\x75\x6b\x7d\xfa\x31\xff\x97\xbf\xc7\xad\xd4\x2e\xb8\xb9\x3e\x75\x07\xc6\xc7\x65\xad\x86\x5b\x04\xe3\x80\xe6\x9a\xd1\x48\x35\x49\xa3\x66\x71\xf3\xf2\xf3\xed\xb9\xef\x0b\xe3\xd1\x50\x52\x4d\xa3\xe2\x9f\xdf\xf9\x83\x82\x3e\x53\x38\x1e\x35\x93\x6a\x0c\x7d\x4e\x9f\xc7\x41\x4d\x3d\x59\x9f\x5e\xc4\x3e\x1b\xe1\x08\xce\xf3\x0a\x7f\x2c\xa4\xd1\x58\xa3\x16\xa6\xf8\xe9\x14\x76\x82\xb3\xb8\x4f\xb3\x38\x53\xa8\x85\xf5\x91\x16\x82\xf3\x9a\x16\xca\xcd\x08\x20\x4b\xf5\x68\xbc\xb8\xf1\xcb\xb5\xee\x99\xf3\x03\x03\x03\x85\x56\x12\x35\x4b\x8d\x66\x3c\x5c\xad\x45\xa5\xb0\x5e\x29\x8d\xd1\xb2\x4c\xdf\xa1\x0e\x7e\xa2\xa6\x78\x65\x2e\xae\x4f\xdd\xa0\xc1\x2d\xaf\xb7\x97\xd6\xdb\xf7\x68\x8a\x51\x05\x16\xa6\x14\x26\xfe\xda\x74\x9f\x9c\x59\x6f\xbf\x2c\x50\xf3\xf5\x70\xcc\x6a\xb1\x73\xfe\x5c\x21\x1a\x0b\xab\xb5\xe2\x3b\xfb\xf1\x1f\x98\x51\x92\x8c\xc7\xb4\x53\x7f\xa3\x8d\x58\x95\x3d\x6a\x46\xa5\x74\xa2\x11\x15\x3b\xa7\xce\x75\x4e\xde\xee\x9c\xbd\x5a\x28\x87\x8d\xb4\x3c\x1a\x16\x0f\x1d\x3c\x7c\xe4\xd0\xfb\x07\x0b\x00\xd2\x88\x61\xed\xe2\xe6\x04\xd4\x5e\x5a\x9f\xfe\x9a\x16\xea\x0c\xfc\x5d\x88\x9b\x23\x61\xbd\xfa\x97\x30\xc5\x55\xdc\xfc\xf1\xc4\xe6\xd3\x2f\x0b\x63\xd5\x66\x33\x6e\x02\xe8\x75\xd8\x65\xe8\xa5\x00\x6b\x51\xc2\x36\x8a\xdd\x85\x87\x84\x6a\x27\xfc\x66\x10\x62\xac\x3a\xd2\xc4\x35\xd6\x40\x9b\x8b\xcf\xb7\x6e\xcc\x49\x19\x35\x69\xd5\xb7\xdb\x1e\x8e\x9b\xc7\xec\x32\x58\xc3\x7b\xb4\x0c\xab\xeb\xed\x95\xbc\xae\x60\xd4\x56\x37\x32\xea\xb0\x0e\xbb\x48\x45\xfc\x65\x7d\xea\x8b\xcd\x95\x1b\x9b\xe7\x4f\x15\xc2\xca\x18\x2c\x7f\x23\xac\x47\xb5\x22\x7f\xda\x9a\x3c\x89\xeb\x38\x7d\x0e\xf6\xa9\x10\x96\xcb\x71\xab\x9e\x96\x92\x28\x4d\xab\xf5\x11\xdc\x25\xc0\xcf\x65\x42\x51\xc0\x95\x33\x5b\x77\x1f\x74\x56\xae\x14\x74\xb1\xfc\x9e\x88\x5b\x1a\x27\x8a\xd6\xf6\x7f\x47\x1b\xb3\xcc\xe5\x7e\x25\xe8\x2c\xad\x1e\xaf\xa6\xd5\x48\xba\x59\x45\x94\xc4\x3a\x17\xf8\x8f\x42\xa3\x55\xab\xc1\x6a\xff\x67\x2b\x4a\xd2\x84\xdb\x5d\xc6\x35\xc0\xf3\x77\x97\x8f\x75\xa1\x9a\x24\x50\x5c\xdc\x5a\xfa\x7e\x1b\x16\x18\x36\xbc\x5e\x86\xa9\xad\x4f\xc1\x00\xbe\x23\xe4\x42\x42\x50\x28\x7c\x5a\xad\x27\x69\x58\xab\x1d\x2d\xc8\x1f\x45\x85\x7c\x4f\x69\x31\x69\x98\x69\x35\xc5\xf1\x67\x0a\x60\xf9\xd6\xdb\x97\xd7\xa7\x66\x3b\x33\xe7\xd6\xdb\xcb\x9d\x97\x27\xb7\xee\xb4\x01\xa7\xbb\xcf\x16\x3a\x53\x97\xa9\x14\x56\xff\x05\xfe\x77\xea\xf4\x7a\xfb\x54\xa1\x12\x97\x8f\xc1\x29\x41\xaa\x00\xa7\xf6\x6d\xfa\x05\x14\xea\xbd\x78\x24\xc1\xad\xb8\xbb\xd6\x99\xbd\x28\x2d\x7e\xfb\x43\xe7\x3c\x60\xfe\xea\xfa\x24\xb4\x78\x81\x36\x59\x8e\x2a\xf6\x74\x6b\xa6\x7b\xf5\x07\xa8\xd2\x39\xfb\xed\x7a\xfb\x8c\x1e\x01\x00\x07\x6f\x86\x41\x1a\x36\x47\xa2\xb4\xb8\xa7\x34\x04\x27\xf7\xd8\x9e\x60\xb4\x19\x0d\x17\xf7\xec\x4d\xf6\xbc\xb5\x3e\x75\x9f\xa6\x31\x83\xa8\x45\xf3\x79\xf3\x40\xf8\x16\x8e\x74\x0a\x3a\x9b\xdf\x5a\x7a\xb0\x3e\x05\x9d\x2d\xc2\xdf\xeb\x6d\x68\x1a\x46\x73\xe2\xd7\xb5\x76\x01\x17\x1b\x28\x4b\xa9\x32\xa4\xc8\xeb\x48\x12\xf0\xe8\x3e\x9c\x18\xfc\xbf\x3f\x80\x7f\x0f\xc7\x49\x3a\xd2\x8c\xf8\x07\xfc\x17\xc0\x7f\x1f\xd0\xec\xaf\x03\x60\x70\xa4\xfa\xf6\x1f\xe0\xe7\x9c\x5a\xa4\x45\x9c\xe7\xe4\x54\x01\x5a\x94\xe5\x9d\x3e\x4d\xf3\x7b\xb9\x3e\x7d\x99\xfe\x78\x2a\xf8\x80\x10\x78\x7a\xb3\x00\xb0\x2a\x9b\x77\x57\xb6\x6f\x7c\x03\x44\x3b\x49\x8b\x9a\xa6\x13\xb1\x30\x84\xa2\x37\x61\x80\xa6\x85\xa6\xf8\x4d\x23\x71\x81\x52\xd9\x29\x9e\x23\x8e\x99\x30\x0c\xb1\xe0\x09\xfe\xb7\x3d\xf7\xc7\x8f\x3e\xfa\xd3\xdb\x7f\x80\x19\x77\x17\x4e\x77\x1e\x5c\x22\xb4\x9a\x46\x04\x69\xcf\xb5\xd2\xe1\xff\xbd\x34\x12\xd5\xa3\x66\x58\x2b\x95\xab\x54\x7d\x0a\xb7\x4a\x56\x60\x8e\x7e\x9e\xa5\x25\xa2\xa5\x48\x92\x1a\x10\xcd\x4a\x54\x1c\x1c\xfc\x20\x58\x9f\xbe\x29\x83\x6c\x84\xe9\xa8\x8c\xbc\x90\xfc\x67\x0d\xb7\x41\x86\x25\xab\xbc\xde\x9e\xc5\xd5\x25\x1c\xc9\x59\x22\x87\xe0\xf2\x02\x4c\x4e\xbd\x39\xd4\x7c\xcb\xbe\xf7\xd6\xdb\x77\x09\x59\xef\x6c\x2f\xcc\x76\x16\x67\x19\x09\xb7\xaf\x5c\x45\xa4\x6a\xaf\x6e\xfe\xf8\x53\x67\xf5\x85\x54\x06\xac\x3b\x73\x6f\xf3\x4b\x81\xb7\x31\x05\x27\x11\x35\x9b\x25\xb8\x4a\xd2\x09\xc4\x15\x1a\x7a\x2f\x5c\xc8\x1f\xab\x74\xb1\x79\xef\x19\x75\x8d\xc3\x20\xfc\xbf\x8b\x6b\x8f\x4b\x78\x8e\xda\xb9\x8a\x78\x2a\xdd\x55\xeb\xc7\xc3\x5a\xb5\x02\x78\xa4\xf6\xb3\x47\x07\xb0\xa9\xd0\x0a\xef\xd4\x9e\x81\x3d\xd0\xe8\x9e\xfd\x7b\xa0\xb3\xad\xbb\x8f\x3a\xf3\xab\x34\x9f\x25\x99\x46\x3d\x2e\x31\x49\xc4\x9b\xac\x52\x4d\xc2\x21\xb8\xd5\xf8\xbe\x6d\xca\x4d\xa0\xa9\xa4\x4b\x0a\xa1\x3d\xbe\x14\x71\x90\xed\x2b\x30\x0b\xbe\x9d\x71\x52\x27\x6e\x74\xce\x3e\xdd\xf5\xbc\x78\x19\x15\x65\x16\x14\x76\x88\xb3\x85\xcb\xb8\x4b\xf7\x9e\x6d\x5e\xfe\x85\x9a\xcf\xb4\x57\x50\x88\xc8\x87\x4d\xce\xef\x4a\xe7\xe4\xdd\xad\x33\xf7\xe5\xa0\x21\xf3\xc4\xc7\x01\x39\x8c\x4b\x44\x51\x1f\xd1\xca\xfd\xcc\x3c\x03\x1e\x0a\x05\xa4\x70\x70\xf3\x87\x6f\xbb\x97\x81\x14\xcd\xd8\x37\x0d\x2e\x34\xa0\xc9\xc9\xdb\xeb\x53\x73\x1e\x8e\x30\x35\x69\xc4\x25\x41\x6b\xe7\xe6\x22\x0c\x58\x66\xae\x43\x30\x5e\xc3\xaa\x0e\x71\xed\xda\x4f\xa9\xd5\x95\x00\xb8\xb7\x80\xda\xe0\xc3\x72\x26\xc8\x34\xb8\xaa\xa8\xe7\x69\xba\x42\xee\xd3\x75\xc2\x45\xcb\x1b\x2f\xbf\xee\x3c\xf8\x0a\xc7\x85\xc3\x54\xc7\xb0\xd9\x02\x7e\x0b\x09\x08\x32\x8e\x37\xe6\x0c\x19\x51\x05\x7a\x24\x36\x6f\x03\x1d\xb9\x5d\x07\xde\x4c\xd6\xdb\x4f\x70\x1c\x7c\xa1\x01\x99\xc0\x63\xd8\xee\xcc\xc3\xf9\x7f\xcc\xbb\x01\x0b\xc6\x1d\x12\x72\x74\xef\xde\xdb\xbe\x7c\x1e\x3e\x76\x67\x26\xbb\xd7\x66\xe4\x56\xe8\x45\x3a\x2a\x31\x70\x40\xc8\xe3\x01\x61\xbf\x21\x4c\x25\x7f\x33\xcb\x76\x81\x66\xb9\x3a\x38\xf8\x3e\x1e\x5e\x5c\x06\xe6\x52\x1f\x7f\xf2\xf1\x07\x78\xa7\xfc\xf2\x68\xfb\xfa\x4b\x75\x63\x09\x41\x1a\x2d\x35\xe2\x66\x0a\x04\xe9\xfd\x00\xe7\xc6\xec\xa0\xfa\xac\xc9\xd0\xe0\xfb\x8a\x94\x30\x8b\x09\x07\xe0\x25\x11\x08\xf7\x26\x53\x0d\x6c\x5e\x5c\xea\xcc\xff\xcc\x08\x02\xcc\x58\x2e\x1d\x09\x2c\x64\x46\xc6\x5d\xb7\xc2\x67\xa8\x33\xb7\xe0\x6f\xdb\x68\x9a\x36\x78\xb4\xef\x1f\x39\x72\xd8\x1a\xae\x2e\xd0\x4b\xd1\x03\xbd\xf1\x76\x7a\x01\x82\xc2\x8d\xce\x3c\x74\xf9\x37\x39\xa4\xde\xa8\xa1\x27\x3c\x02\xad\x66\xad\x4f\x3b\x2b\x01\xac\xa9\x82\xb3\x77\xa0\xbd\xc2\x67\x8d\xaf\x4e\x1a\xe8\x81\x00\xff\x19\x24\xdc\xf0\xf6\xe4\x2c\xdd\xca\x8f\x01\x72\xe3\xc9\xe4\xf6\xf4\x5d\xc2\xe3\x1b\xc2\x7b\xa0\x04\x32\x2d\x22\x07\xa3\x16\xe2\xdf\x63\xe2\x08\xd5\x66\xc2\x4e\x3c\xf9\x2b\x32\x08\x7a\x95\x6a\xf1\x48\xa9\x19\xc7\xa9\x3a\x7e\x70\xdf\x3f\xd4\x74\xd7\x2d\x35\x68\x4e\x40\xf6\x2d\x02\x58\x79\x15\xba\x3c\xb7\xf5\x02\x66\x3d\x99\x73\xb6\x90\xe2\xc4\x0d\xa4\x93\x9a\xe4\xac\x4f\x2d\xe1\x6a\xa9\x45\x12\x9a\x43\x0c\xbc\xe6\x00\xd4\xdc\xac\x8b\x49\x71\x96\x63\xb0\x89\x74\xcb\x0f\x7e\x48\xbb\xab\xae\x7a\x2a\x18\x6e\xc6\x63\xc5\xce\xcf\x2b\x9d\xd3\xcf\x36\x9e\x3d\x33\xdf\xd4\x14\xb6\x61\x05\x5f\xde\x20\xa2\xa9\xbb\xb8\x49\x87\xe5\x3e\x9f\xc3\x8f\xdf\x3d\x14\xfc\x6f\xbf\xff\xdd\xef\x60\xe0\x86\xb7\x9e\xfe\x46\xdd\xe5\xab\xf9\xf5\x60\xdd\xda\x2f\x89\x41\x93\x9b\x6d\xcf\x47\x40\x19\xf7\x04\x6f\xd2\xac\xfe\x8f\xe8\xf3\x10\x64\xaa\x68\xa0\x1c\x8f\xbd\x85\x2b\x82\x1f\x81\x7a\x10\x6d\x31\x23\x6a\xaf\x6c\x5f\x7d\xde\x79\x70\x5e\x77\xa1\xe0\x34\xc9\xb7\x61\xb3\xa2\x0d\x8b\x80\xa5\x72\x5c\x1f\xae\x36\xc7\x44\x14\x44\xce\xe8\xe6\xb3\xad\x25\x24\xc3\x40\x3d\xec\x5b\x87\x9a\x2f\xd5\xe3\xb4\x3a\x3c\x61\x96\x7c\x7b\xf2\xca\xe6\xf5\xdb\x39\xd0\x30\x58\x90\x20\x4b\xf8\x4f\xb5\x1c\xe9\xbd\xb4\x8e\x3b\x5e\x61\x5f\x43\x87\x1b\xcf\x17\x08\x89\x6d\xa6\x42\xd0\xbd\x10\x0f\x0f\xd7\xaa\xf5\x88\xd9\x1b\xc2\x84\x8b\x9a\x03\xd5\x9c\x4e\x4e\xef\x76\x3d\x38\xc3\x0d\x94\x83\x45\x8c\x98\x24\xdc\x57\x47\x4e\xb7\xc1\x4c\xda\x64\xfb\xd0\xdb\x1f\x59\x84\x48\x6e\x62\x39\x5e\x70\x5b\xa3\xec\x39\x8b\xb7\x16\x9e\xde\x5f\x84\xff\x70\x51\x5c\xd5\xb5\x08\xa2\x62\x04\x40\x8a\x3b\x1e\x02\x97\x5d\x7c\x4f\xfe\xf0\x27\xee\xdc\xf5\xd2\x40\xa6\xb6\x4c\xc8\xb4\x71\x97\xf8\x88\xa7\xc4\xb2\x7c\x6b\x86\xe5\x37\x76\x07\x2f\x8e\x93\x77\xf9\x0a\x24\x84\x3c\x4f\x55\x90\xf2\xba\x77\xd2\x32\x11\x90\xef\x10\x52\x29\x0d\x14\x85\x99\x51\xf4\xf3\xfa\xfa\xd4\x14\x61\xf2\x2c\x31\x4c\x8c\xfc\xcb\x84\xf6\x4b\xaa\x68\xd9\x59\x85\xe1\xa8\x12\xa1\x18\x5b\x29\xc9\x3c\x6a\x71\x7c\x0c\x26\xf2\x4e\x1d\xa7\x17\xbc\xab\x8a\x83\x83\x54\x9c\x04\x1f\x50\x79\xaf\x7a\xb2\x0c\x52\x5b\x03\x05\xa1\xd4\x66\xa8\x20\x8d\x03\x38\x39\x56\x79\xdc\x88\xea\x41\x02\x12\x64\x39\x0a\x04\x3d\x83\xa1\x30\xc1\x92\x7a\x50\xab\x0e\xc9\xb2\x0e\x14\x72\xd9\xb7\xad\xd3\x4b\x9d\x9f\x1f\xf5\x62\xcd\x72\xeb\xc8\x40\x7b\xd7\xbc\x04\x1b\x63\xf8\x33\xa6\x0e\x70\x57\xbb\xfc\xa1\x62\x0e\x89\x45\x83\x9e\x22\x9a\x77\x49\x6b\x24\xf8\xdf\x9c\xb3\xe0\x02\xea\xd3\xa0\xf6\x9b\x37\x7b\x6a\xd6\x19\x1e\x8e\x01\x36\xb8\x8d\x02\x8a\x34\xb7\x24\x0d\xe4\xc8\x62\x24\xe5\x35\xa3\x92\xa8\xa9\x4a\xc7\xab\xd1\xb8\xaf\x8f\x11\x3d\x9a\xe9\x96\x66\xa9\x64\xd3\xed\x85\xef\xb7\xee\x2c\x6a\x96\x3a\xb7\x45\x35\xf2\xdd\xb4\x0b\xab\xa7\xc5\xde\xa9\x2f\xa4\x75\xc3\xdd\x5e\x26\x7a\x7d\x81\x4a\x5f\x0a\x17\xe6\x35\x8b\x18\x7c\x89\x98\x8b\xd5\xac\x06\xcd\x92\xa9\xb1\xbb\xad\x3b\x44\x12\x6c\xae\x82\xb9\x6f\x51\x51\xb0\xec\xbb\xf1\xfc\xec\x2e\x78\x7f\x9b\x5d\x5b\xb5\xd8\x35\x61\xc8\xff\xf8\x76\x50\x0c\x5e\x27\x82\x2e\x33\x46\x71\x1a\xf7\x6e\xf6\xe2\xe6\x95\x13\x28\x35\x58\x88\xa4\x99\xc1\xcd\x73\xdf\x77\x5e\x5c\x72\x4e\x23\x8f\x90\xe9\x72\xcf\x71\x69\x42\xcc\xd0\x59\x45\x9a\x27\x65\xf8\xd7\x8c\xdc\x2e\x3d\x01\xf8\xb2\x91\x56\x58\x29\x67\x8f\xdf\xbf\xe1\x44\xd7\x52\x1a\x01\xc6\xb7\xa8\xb8\xdf\x3c\xc5\x4b\x94\xa4\xa5\x91\x6a\x5a\x1a\xc6\x2b\xb1\x52\xdc\x07\xfc\xfe\x3e\x80\x7d\x4c\x77\xf3\x63\xba\x89\x4f\x49\x0d\xd4\x8a\x3c\xea\x5e\xbc\xf4\x46\xb0\xf7\xb8\xc8\xc9\xbf\xc7\x6b\x0e\x89\x4d\xb5\x86\x47\xa7\xa8\x44\x81\x25\xfa\x3f\xd2\xd6\xc0\xd3\x8a\xa2\x74\xaa\xe5\x55\x1c\xd2\x8f\x9a\xff\x53\x6c\xea\x09\x7b\x1b\x47\xe2\xa1\x56\xb5\x56\xc9\x36\x43\xb7\x90\x48\x93\x40\xac\xef\x77\xd6\xe6\xa9\xeb\xf3\x34\xcb\xb3\x2c\x1f\xb8\x75\xa6\xbe\x08\xf6\xa2\x50\xc6\xd7\xd2\xa4\xda\x3c\x4d\xae\xf3\xa4\x6d\x25\xfa\x82\xe0\x2b\x38\x9a\xaf\x26\x51\x5c\xe7\x5c\xf7\xc1\x77\xea\x3c\x38\x28\x49\xab\xa6\x5a\xdb\x95\x7c\x16\x28\xb1\x66\x4e\x51\x40\x24\x23\xd4\x8e\x16\x94\x70\xf9\xc7\x42\xa0\x36\xbe\x2c\x25\x67\x15\xc8\xe5\xfc\x8b\xce\xb5\xbb\xf6\x39\xa0\x22\xb3\x7c\xd0\x60\xb2\xff\x2d\xf8\x4f\x21\x09\x8f\x47\xcc\xe6\x8c\x28\x7c\xe8\x2e\xce\xd2\x61\x5b\x51\x92\x9c\xe0\x00\x13\x13\x67\x4e\xce\x41\xde\xf9\xa0\xe4\x4d\x4b\x61\x6d\xd2\x2a\x97\xa3\x04\x95\x93\x00\x7f\x8a\x90\xea\x6b\x10\x6b\xbb\x67\xfe\xb6\x8e\xd8\x4e\xa7\x1d\xc7\x0e\x1c\xe1\x5c\xa0\xb0\x7b\x1b\x78\x74\xad\x5a\x23\xa9\xb8\x73\x5f\x64\x66\xee\x02\x5b\xb8\xfd\x0b\x7d\x79\x69\x2b\x0d\x51\x60\x56\x93\xe8\xc9\xbd\x7b\x92\xe6\x1c\x72\xe5\x38\xae\x53\xd6\xf0\x0b\x9f\xa2\x69\xe3\x68\xa1\xc5\xe2\x7b\x5c\xab\x78\x32\x2c\xa9\x47\x84\x93\x7d\xc7\x1c\x56\x75\xe6\x4d\x15\x97\x36\x24\xe3\x55\xd8\xe1\x92\x36\x94\xe0\x1e\xa5\xd1\xe7\xa9\x63\x30\x09\xb4\xc5\x84\x78\x96\xc7\xb4\xdc\xa7\x50\x1d\xcb\xa7\x17\x95\x4a\xa7\xbb\x57\x5f\x16\xc6\x26\x08\xfd\x12\xba\x66\xcf\x9c\xca\xd1\x6e\x27\xa3\xf1\x38\x19\x17\x04\xd0\xc7\x51\x54\xbb\x5e\x24\x85\xc4\xf2\xd6\x8d\xbb\x9b\xb7\x9e\xfd\x7d\xf2\x0e\x10\xb0\x1a\xd0\x80\x18\x2f\xf2\xe3\xaa\x62\xe7\xe4\xa3\xce\xf9\x39\xbf\x79\x18\x40\xdc\x1c\xb1\xfa\x57\xca\xf3\x09\x51\xd1\x3b\x43\x53\x3a\x7a\xba\xd8\xc4\x74\x74\x81\x0c\x44\x6b\x88\xb3\xa2\x86\x1e\x00\xd4\x23\x5d\xb7\x8c\xd8\x20\x48\x66\x76\x85\x4f\xc5\xa2\x74\xb4\x90\x3b\x3d\xd2\x6d\x26\x96\x72\x33\x89\xc2\x26\x1c\xb0\xee\xad\x6b\x9b\x3f\xdc\x84\xea\x61\x2b\x1d\x3d\x6a\x99\x68\x4a\xa2\xbb\x47\x6b\xc0\xd6\x9d\xf9\x5e\x37\x96\x91\x24\x46\xa3\x06\x8a\x1f\x63\xc9\x48\xb1\x7b\xe9\x26\xf1\x15\x7e\x15\x10\x4d\xbb\x73\x70\xb1\xdd\x10\xde\xa1\x3d\xfb\xeb\xda\x75\xb8\x17\xe9\xef\xf3\x82\x97\xe6\x5a\x77\x91\x39\x89\xcb\xd5\xb0\x56\xfa\x87\xfb\xdb\x9e\xfc\xae\x7b\xfe\x59\x4e\x07\x2e\xef\xc6\x56\xa9\xb1\x46\x5a\xdc\xfc\x12\x87\xb3\x75\xf7\xb1\x7f\x1d\xc3\x79\x51\x94\x48\xf1\x4d\xab\xac\x03\xd8\x78\xfe\x15\x69\x02\xee\x90\x30\xee\xdc\xe0\xda\xc2\x86\x28\x62\xee\x3a\xe0\xd6\xce\x76\x2e\x02\x79\x3d\x81\xfa\x8a\xa9\x79\x92\x3d\x5c\xa2\x9d\x19\x1f\xdf\x97\xfd\x47\xc7\xe3\xd2\x62\xa8\x92\xef\xba\xf7\xae\x6f\x4d\xff\x62\x51\x2b\xb6\xa9\x7d\x67\x5d\x55\xc2\xda\x8d\x45\x63\x43\xd8\x57\x54\xcc\xec\xcf\x75\x82\x7b\x61\x58\xcd\x61\x38\x01\x44\x65\xf2\x6f\x7b\x3c\xad\x2f\xbf\x62\xe9\x81\x60\xa3\x5d\xc1\xbe\x50\x9d\xe1\xee\x29\xbb\x26\xdc\x11\xe3\xbe\x35\xc9\x67\x4d\x5d\xf4\x52\x5b\x94\xd9\x77\x61\x52\x98\x57\x27\x29\x37\x89\xea\xa9\xda\x7d\x63\x0c\x63\xc1\xd8\x48\xf4\x5f\x04\x6f\x0e\xbd\xb5\x37\x79\xf3\xc0\xd0\x5b\x70\xfd\x82\x28\xdc\x56\xeb\x4f\xc3\x9d\x9c\xd2\xbc\x7e\x67\x65\x6e\xe3\xd9\x29\xda\xc9\xab\xa4\xc0\x25\xde\x9a\xec\x2e\x7b\x2b\xdd\xcb\x53\xdb\x0b\x17\x36\x9e\xdf\xee\x9c\x62\x3c\xb0\x0f\x79\x9e\xd6\x06\xd8\x39\x1e\x4a\xee\xd5\x4e\x56\xb0\x88\xc9\x86\x3a\xc2\xd9\x93\xc1\x5c\x7d\x67\x6e\xa1\x00\xd3\x1c\xad\x0e\x01\xaf\x04\x97\x04\xa9\x02\xcd\x26\x6f\xde\x69\x77\x1f\xdc\xf4\x20\x98\x99\x75\x46\xe9\xef\xc2\xaa\x83\x29\x30\x5c\x6a\x47\x09\x8e\x0e\x82\xe9\xd3\xf0\xdb\x8e\x42\x33\xa2\x2d\xaa\x55\xc7\xaa\xe9\xee\x8e\xa9\x6b\x11\xbc\xec\xe8\xdd\xcc\xe9\x58\xdd\xfe\xf6\xf9\xe6\xd3\x36\xef\xe6\xc6\xcb\x1b\x2e\xf3\x86\x03\xfe\x7d\x40\x24\xfc\x2c\x6b\xfc\xfc\x71\x8d\x86\x49\xa9\x55\x17\x84\x02\x81\x95\x4e\x28\xa9\x50\x2f\xd0\xbc\x6e\x20\xa3\x48\xdc\xda\x45\xa2\x06\x6d\x7b\x1d\x3d\x6e\x37\xb0\x75\x46\xc1\x2b\x1a\xd7\x5e\x45\x8e\xbf\x7b\x6d\x49\x21\xc1\xa2\x5a\x49\x94\x58\xb2\x48\x4a\x23\xff\xd6\x02\x3e\xa7\x66\x44\x5c\x26\xb0\x8d\x20\xe3\x7d\xf9\x94\x10\xf2\x4e\xe7\xd4\x39\x35\x71\xdf\x9a\xb8\xf1\x64\x96\x30\xf2\x1a\xb1\x88\x8f\x89\xcb\x65\xdd\x35\xe1\x65\x2e\x2e\xd2\x36\xa9\x55\xd8\xcd\x06\xc0\x51\x71\x47\xc0\x76\x24\xe2\x49\x2e\x78\x5d\x8a\x0e\x90\x58\xf5\x84\x2e\x87\x54\xb1\xea\xfd\x56\x52\x6c\xa3\x3e\xce\xd2\xe6\x2f\xdc\x84\xcb\x41\x68\xb7\x11\xe8\x94\x2d\x84\xe6\x82\x53\x4a\x65\x46\x1e\xc5\x42\x1e\x42\x9b\xf1\x56\xb2\x93\xda\x79\x46\xdc\x78\x4f\x92\x68\x75\xa0\x59\xbb\x32\x6a\xc6\x76\xb8\x03\x68\xef\x49\x79\xff\x58\xf1\x52\x73\xdd\x6b\xd7\x41\x34\x04\xe6\x49\xcd\xf2\xba\x56\x92\xdb\x82\xbd\x3d\x1e\xa3\xd8\xf5\x29\xb5\x3b\xf5\x9d\x66\xa9\xdb\x4b\xe3\xb8\x04\x5c\x59\x33\x2d\xfe\xba\xb6\xc0\xe6\x35\xc0\xeb\xee\xb3\xc9\xac\xc2\x12\x85\x5c\x61\xb0\x33\x36\xaa\x3a\x90\xed\x5a\x5c\x06\xde\x40\xd1\xbb\x8f\xe2\xfa\x7e\xfa\x12\xc8\x97\x24\x28\x87\x75\xc0\x94\xa0\x3c\x1a\xd6\x47\xa2\x40\x0d\x21\x09\xd2\xd1\x66\xdc\x1a\x19\x25\x7e\x7b\x00\xd8\x20\xdc\xd9\xa3\x4c\x44\x91\x11\xd2\x14\xb4\x0f\xbd\x73\x54\x2e\x3d\x49\x32\xb6\xc6\x12\x6e\x5f\xec\x74\x88\xfb\x8b\xdc\x7d\xd8\x71\x03\xa4\xe6\x80\xe1\xcd\xf2\x44\x0f\xcd\x1d\x00\x17\xd7\x39\x7b\xdd\x00\x6b\x1d\xaf\xe6\xbc\x9f\xd8\xf5\x70\x91\xe2\x4a\x08\xab\x34\x81\x9e\x16\xb8\xcb\x27\x60\x0f\x8a\x44\x4d\xe0\xff\x67\x0a\x50\x8c\x0d\xb0\xb7\x01\x80\xc3\x55\x3f\x76\xb4\xf0\x09\x30\xa0\x1f\x65\x14\x08\x1f\x03\xb3\x2a\x5f\x1d\x7e\x15\xcb\xde\x61\x2f\x9d\x5c\x25\x7a\xe1\x70\x2f\x9d\xc3\xc7\x91\x98\xfd\x33\xfc\x84\x76\xe3\x19\x1c\x7c\xff\x08\x29\x3e\xc8\x40\x35\x45\xa2\x72\x7b\x05\xba\xec\xcc\x9c\x2b\xbc\x9f\xa6\x8d\xe4\x93\x66\x8d\xec\x41\x83\x64\x91\x39\x1c\x4e\xd4\xe2\xb0\x82\x1f\x51\xf5\x83\x17\x96\x16\xaf\xd9\x66\x73\x24\x0a\xc7\x64\x1a\x6d\x2a\xf9\x16\x27\x70\x10\x78\x6a\xfa\xda\x9d\x79\x09\x7b\x4a\x9f\x50\x9e\x7c\x67\x47\x4d\x47\xe1\xa3\x68\xfc\x0f\xcd\xb0\x5e\xe6\xfa\xf0\x2b\x18\xa2\x9f\x01\x4a\x61\x85\x43\xf1\x18\xdc\x7c\x83\xad\xb1\xb1\xb0\x39\x51\xe4\x5f\x41\xc2\x3f\xa5\xf0\x43\xd8\x6f\xf4\xbd\x92\xc2\x31\xfe\x29\x85\x87\x46\xe3\x6a\x59\x97\x95\xe9\x57\xe1\x48\x33\x8a\xa8\xb7\x77\x41\x48\x0e\x50\x54\x04\x68\x10\xc9\x88\x81\x50\x92\x17\xfe\xf7\x44\x41\x2b\xe8\x22\x72\x3e\x52\x56\x77\xe7\x68\x16\xc2\x5a\x63\x34\x24\xf9\x4e\xc0\x68\xff\x96\x45\x5d\x8e\x57\x00\xa1\x2b\x5c\x3f\x17\x1f\xa2\x0f\x04\x50\xc8\xe9\x79\x5a\xdc\x8b\xd0\x0d\x9a\xd8\x99\x4e\x63\x97\x93\x4a\xa7\x8d\x4a\xb8\x3d\xa5\x3d\xa4\x78\x3b\x81\xda\x79\x24\x5f\x78\x33\xe5\xda\x38\xed\x31\x54\xe0\xa2\xe0\x71\xec\x0b\xfa\x8d\x64\xf2\x16\x8d\xc4\xc8\xa0\xaf\xec\x7f\xb5\xd7\x48\x5e\x29\xc1\x6d\x8c\xd0\x33\xdc\xc4\x2b\x03\xaf\xfa\x23\x33\xe6\xca\x7e\x96\xd8\x60\x1f\x30\xb6\x7f\x51\xeb\xf9\x99\xb0\x45\x53\xcf\x34\xbf\xd0\xcf\x09\xe4\xb3\x02\xe9\x28\x4c\xfd\x7d\x41\xe7\xe1\xdf\x88\x5e\xcd\x93\x75\x60\x0a\xdb\x10\x4f\x93\x1e\x2b\x05\x03\x18\x0b\x3f\x77\x1b\xd1\x95\x80\x39\xe5\xeb\xbf\x57\x55\xbe\x8a\xf5\xea\x22\x7f\x22\x5a\xe3\xfe\x57\xb1\xd1\xd7\x40\x23\x68\xf3\xcc\x6b\x02\x0f\x58\x90\xab\x0d\x85\x4a\xd5\x7a\xb9\xd6\xaa\x98\x31\xf3\x80\x3b\x67\x2e\x05\xfb\xf6\x26\xfb\xc8\x3a\x7e\x7e\x19\x99\x9b\xbe\x6b\xdf\xaa\x1f\x03\x79\xa2\x2e\xad\x6c\x3c\x39\xd7\xfd\xea\xaf\x64\xc7\xb8\xcb\x72\xfa\x1b\xca\xf3\xaf\x04\xfd\xc5\xcd\x66\x54\x4e\x95\xc6\x1d\x9d\x93\x36\x9e\x4c\x6e\x9d\xfe\x41\x11\xde\xab\x4a\x61\x23\x62\x80\xb9\xf0\x8c\x5e\x2b\x73\xbd\xdd\x35\xb7\xb4\x5f\x24\xcd\xa3\xce\x21\x4f\x97\x68\x7c\x1c\x4b\x43\x51\x54\x2f\xa5\xe1\xb1\xa8\x9e\x55\xd0\xac\xb2\x90\xac\xac\x53\x39\xbc\x38\xfb\x4c\x64\x1b\xf2\xe9\xf2\xae\xda\x02\xe9\x2e\xd3\x94\x71\xf2\xd8\x4d\x0b\x29\x90\xd4\x9c\xd1\x18\xf2\xba\xab\x56\x18\x33\xa9\x05\x58\xa6\x4a\xff\xcb\x77\x37\x0d\xea\xc5\xd6\xbb\x6a\x50\xa2\x97\x56\x2c\xbb\xa5\xbd\xf4\xa9\x34\x64\xa0\xb9\xd0\x5e\xa5\xe4\xe8\x55\x49\xf7\x6e\x79\x3e\x5c\xcf\xea\x58\xf9\x02\xb3\x5a\x27\xf6\xbe\x7d\x8f\xae\xee\xd9\x1d\xe4\xc6\x4c\xaf\x70\x1e\x90\x19\xb0\xbb\x15\xcb\x1f\xbb\x96\xc0\xc5\x45\x73\xfc\xe7\xf4\xa6\x99\x1b\x77\x8a\xbd\xd6\xed\xc4\xce\x5d\x68\x4d\x72\xf4\x39\xf0\x35\xc5\xee\xdc\x69\x62\x1f\x95\xf5\xd2\x55\x29\x77\x1e\x7c\x45\xfa\xe4\x4b\xce\x4e\xd4\xc2\x24\x45\xad\x1e\xaf\x45\xb1\x33\x73\x76\xfb\xf2\x2d\xe5\xdf\xe1\x39\xf1\x08\x5e\xa2\xd5\xe5\xda\x64\xe7\xc5\x9c\x12\x01\x1e\x2b\x73\xb7\x30\xd5\x9d\x33\xb7\x11\x46\x2d\xa1\x56\x1b\xfb\x46\x35\xcd\xe1\xa3\xdb\xcc\xb1\x68\x82\xdd\x65\xbe\x70\x05\x39\xa5\x85\xdf\x9b\xa0\x7a\x16\x95\x43\xc7\xa3\x26\xf0\x5e\xba\x12\xb9\x88\x3a\xaa\xe5\x15\xe4\x79\xa0\xa8\x57\x5b\x28\x4a\xe2\x32\xcc\xb2\x5d\x52\x6b\xa7\x15\x39\xbe\x4b\x7a\xe6\x25\xc3\x9f\xe2\x7d\xb7\x08\x90\xac\xdd\x84\xff\x6e\x3d\x43\x56\xa0\xaf\x8e\x02\xf8\x22\xa5\x8b\x07\xa0\xad\xbb\x6b\xae\x0a\xfe\x85\xa5\x88\x2f\x24\x69\xb5\x56\xc3\x1d\x60\x47\x69\x8f\xfb\x56\x6e\x4e\xbe\x42\xd4\x90\x79\xbc\x9e\x33\x27\x45\x76\x52\xce\xa7\xde\x0d\xd4\x8f\x2d\x3e\xdf\x7a\xf0\x7d\xce\x86\xf0\x38\x50\xc2\x47\x47\xe8\x1c\xa5\x07\x0b\xda\xec\x20\x9d\xb3\xf9\x32\x18\x05\x80\xe6\x9a\xed\xc9\xc9\xce\xe9\x67\x4a\x62\x9a\xb5\xf1\xab\xa7\xcb\x16\xa2\xa3\xbf\x24\x24\xf4\xaa\x86\x65\x20\xd9\x49\xab\xa5\xf2\x54\x1a\x99\xe5\x81\x2b\xd3\x5d\x9e\xad\xe7\x37\xb5\xf8\xda\x73\x5c\x05\xf6\x1e\x2e\x31\x9b\x6a\x1d\x3c\xe5\x63\xf0\xbd\x70\x59\xd3\x0b\x74\xa7\x3e\xc6\x23\x03\xab\x6c\x0e\x1e\xb2\x01\x20\x2d\xe0\xb9\x3d\x5a\x60\x41\x4d\x2c\xfe\x45\xcf\x5b\x41\x24\x8b\xff\x88\x81\xed\x89\xeb\xc5\xce\xfc\x14\x39\x34\x1b\xcc\x31\x7e\xf9\xe4\x0d\xee\xa9\xc2\xc5\x51\x7c\x82\x6e\x61\x1c\x8e\x52\x62\x4c\x3f\xcf\x77\x1c\x1f\x8e\x6b\xb5\x78\x9c\xf5\xe7\xec\xe8\xf0\x80\x89\x12\x20\x45\x88\x64\xac\xa8\xdc\x2f\xd6\x04\x96\x2d\x6a\x1a\x56\x7d\x76\xbf\xb5\xea\x39\x5f\xb7\x16\xbf\x83\xb5\x2f\xa0\x7e\x74\x6c\x80\x2e\x1a\x94\xfe\x9a\xc7\xb1\x13\xf7\x7a\x11\x0e\xa7\xbd\xba\xf1\xec\xcc\xe6\x0f\x27\xf2\xaf\x2b\xd3\x0c\x30\xf4\x40\x73\xeb\xac\x30\xa1\xf9\x54\x1c\x51\x4c\x09\xdd\x2f\xd9\x93\x4c\xb7\xae\xbc\x5c\xbd\xd6\x35\xf7\xf1\xa9\x72\xc4\x3f\x5a\xe8\xe3\xb2\xdf\xd3\x44\x9c\xb3\xc3\x05\xa1\x5e\x89\x25\x9f\x89\xfa\xbf\x38\xf8\xd1\xa0\x77\xf4\xd0\x5f\xae\x56\x2d\x93\xfa\x36\xe9\xe9\x5c\x57\x20\xe3\x8c\xd8\x64\x2a\x51\x2d\x4a\xa3\x1c\xb5\x28\x23\x7e\xa1\x55\xad\x14\x3f\xa9\x56\x0a\x85\x46\x6b\x08\x9a\xb6\x42\x11\x1c\x7c\x09\xf2\xe6\x29\x91\x2c\x59\x2d\x69\xbe\x2b\xd8\x6a\xe7\xe4\xfd\xed\x85\x59\x59\xde\xc9\xf6\xc6\xf3\xe7\xdd\x13\xf3\x59\x2d\x03\xeb\xa6\x50\x52\x64\x8f\x2b\x9f\x49\x51\xfa\x54\x3e\xb3\x93\xed\x3f\x47\x43\xb6\x21\xb7\x7b\xe1\xdc\xc6\x2f\xd7\x2c\x67\x06\xb2\xe0\x3c\x9f\x65\x6a\x40\xde\xa3\x16\xd2\x68\xd6\x46\x33\x3b\x62\x7b\xa8\x14\x1d\x57\x28\x85\x3d\xa8\xbc\xbe\xb5\x40\xd7\xa0\x85\x4f\xea\x9c\xe6\xa8\x6c\x86\x31\x12\x43\xbc\x09\x2e\x52\x4b\xe7\xf8\xfa\xcc\x8f\x45\x42\x5d\x4e\xca\xc1\x48\x0f\xfc\x7d\x6d\x35\x2a\xa8\x5a\xc9\x41\x3d\x71\xc9\x82\x11\x74\x17\x1e\x7a\x70\x46\x23\xe2\x6c\x91\xbf\x9d\xc8\x71\x50\x75\x6b\x99\x15\x57\x2f\x14\x2a\x1b\x60\xa4\x98\xbf\x39\x35\x7d\xa7\xaa\x5f\x4f\xa9\xaf\x99\x88\xab\x2a\xab\xc6\x2b\x13\xb5\x67\xbe\xb2\xd2\xd5\x54\xce\x76\x17\x9e\x76\x1f\x5f\xcc\x77\xc6\x45\xab\x6a\xb5\xde\x8a\x8a\x9b\x3f\x5d\xc1\x98\xa1\x5e\x11\x2d\xe2\x54\x25\x2e\x56\x43\x13\x4a\xc7\xa9\x75\xe3\xec\xe3\xe2\xd2\xe1\xf9\x85\xce\x8b\x4b\x3d\x1d\xbb\x7c\x8f\x2e\xe5\xd0\xa5\x3c\x92\x5a\x49\x1a\x8f\x19\x12\x6f\xf9\xb0\x65\xfc\xd3\x7c\xa7\xa6\xf2\x68\x1c\x27\x62\xa7\xe4\xfa\x26\xc8\xc9\xad\xb9\xdd\x7e\xd2\x3d\xfb\x8d\xda\xfe\xbc\xfb\x44\xdb\xee\xd1\x3d\x95\x70\x85\xe9\x03\x0c\x10\x68\x7b\x3d\x55\x95\x8c\xcf\x81\xb7\x0a\x42\x34\x1a\xa8\x23\x32\x8b\x40\x74\xb6\x54\x1d\xa3\x78\xb9\x3e\x6e\x74\x4e\x5c\xdb\xea\xe6\x97\xcf\x3b\xd3\xf3\xae\x23\xc8\x94\x3b\xfa\x7c\xdc\xcd\x9d\x51\x1f\xf4\x55\x78\xd8\xcf\x00\xc7\xd7\x6c\x5c\xb3\xd8\x73\xcb\xf1\xc2\xa5\xe3\xb8\x15\x1a\xca\x8a\x38\xf3\xfd\x4e\x51\x39\x57\xda\x15\xb0\xad\xb2\x73\x50\x3a\x47\xf2\xea\x35\xac\x1d\x44\x2d\x6f\x0d\xcc\xca\xe6\xb5\xd2\x79\x62\xc5\x50\x65\x16\x54\xdb\x19\x7b\x4d\x67\xf3\xc7\xb9\xcd\x2f\x1f\xe1\xce\xfa\x1e\x6c\x76\x50\xc7\x9c\xe7\xa6\x66\x26\x2b\x63\xdd\x35\x25\xce\xdf\xcd\xbc\x18\x0f\x92\x91\x13\x09\x87\x74\x24\x62\x15\xfa\xd7\x1b\xc2\x84\x02\xb2\xa4\x9d\x73\xef\x5d\x52\x2e\xbb\xdf\x10\x51\xcb\xbf\x06\xe1\xca\x52\xbe\xc4\x27\x6c\xbf\x60\x75\x71\xe5\x5f\x77\x70\xdd\x56\x49\x05\x9a\xe9\x65\x4d\x15\x89\xd2\xdd\x07\x68\x2f\xab\x30\x31\x3e\xeb\x0c\x25\x47\x59\x4d\x05\x4a\xf0\xd6\xf1\x74\x06\x5a\x7e\xf0\xe0\xd4\xdc\x77\xb4\x40\x19\x06\x9b\x77\xfe\xae\x67\x08\xcc\x3a\x17\x31\xbd\xef\x4e\x9f\xec\x7c\xfb\x68\x7d\x6a\x4a\x55\x77\xd6\x82\xe9\xbb\x25\x97\xcd\x1a\xfd\x87\x1e\xa2\x42\xf0\xcc\x94\x2c\x04\xf7\x1b\x57\x14\x23\xac\x54\xe8\xe0\xf2\x52\x69\x34\x8f\x08\x29\xbc\x09\x6e\xbd\xfc\x05\x58\x72\xaa\x92\x6b\xf4\xd0\x20\x9e\x4f\xa2\x80\x97\x1c\x9b\x3c\xda\x7a\x8b\xc2\x8e\x2e\xf7\xb1\xc7\x5b\x36\x5b\x3d\xec\x76\xf7\xfe\x0d\x54\xd2\xef\xad\x04\x9e\xa1\xbd\x33\x7f\x09\xa1\x51\x24\xa0\xe0\x46\x5b\x9b\xa0\x8c\x66\x42\xb1\x39\xec\xc6\xd8\xf1\x73\x65\x5a\x3d\x76\xb5\xc6\xde\x0a\x79\xaa\xa6\x39\x35\xff\x2c\x65\x96\x43\x97\xc3\x05\xdb\x81\xb7\x15\x12\xf0\xf5\x77\x59\x71\xac\xa4\xf1\x90\x02\x77\xfa\x62\xd6\x72\x9e\xcd\x93\x78\xfc\xa9\xd9\xc0\xb1\x8e\xa0\x12\x52\x9c\x68\x99\xd1\x34\xce\x6a\x28\xc2\xa3\x17\xdd\x25\xc7\xb2\xac\x06\xa6\xf0\xc9\x0b\x10\x12\x63\xe2\x9b\x49\xda\x8c\xeb\x23\x6f\xe9\x60\xf7\x5c\x27\x8e\x37\x0f\x08\x58\xa0\xf4\x11\x2b\x26\x24\x15\x6d\xdc\x5f\xd2\xd8\xdc\x50\xa0\x37\x43\x2b\x82\x35\x70\x17\xf1\xcb\xeb\xdd\x33\xe7\x31\x86\x35\xc8\x03\xe3\xd9\x9e\xb9\x4f\x1e\xb5\x4b\x9d\x8b\xf3\xdb\x37\xe6\x10\x58\x1f\x01\xd1\xc7\x04\x79\xab\x0f\x65\x96\xbe\x91\xd9\xfb\xed\x73\x3f\xa2\x9c\xd6\x47\xad\xa8\x6a\x12\x4b\xc8\x35\x51\xdf\xfb\x95\xd2\xe9\xad\xd8\x0d\xb1\x96\xd2\x12\x9d\xdd\xb6\x54\x3b\x45\xdf\xb4\x85\x05\xe5\x1e\x26\x1d\x41\xa8\x2c\xf6\x92\xde\x09\xdb\x51\x12\xa1\x21\x15\xb9\x28\x4c\xae\x54\x4c\x54\x71\x99\x84\x54\xaa\xf9\x69\xa2\xea\x9a\xde\xf2\x81\x6c\x8a\xaa\x87\xf1\xdb\xc9\xe7\xb2\x12\x9e\x18\xde\xc4\x01\x3a\x51\x75\x80\x77\xbb\x23\xab\xe4\x85\xe4\x8f\x54\x2d\x9b\x3d\xad\xd5\xfe\x34\xf5\x5f\x68\xcd\x31\xa6\xc0\x59\xc6\xeb\xac\x76\x24\x1c\xe8\x5e\x9b\xdc\xfc\x71\x8a\xf1\xa6\x7b\xe9\x36\x85\x97\x2a\xe5\x05\x94\x6d\xbd\xfc\x1b\x5e\x91\x3f\x3c\xa7\xf8\x6f\xd4\xc9\xd1\x16\x27\x29\x32\x8b\xf6\x6d\x44\x58\xf3\xeb\xda\x25\x68\xc3\x26\x81\xd0\x30\xfa\xd7\xe4\xe8\xde\xe3\x63\x80\xc0\xff\x78\x3b\x9a\x94\xb1\xf0\xde\x87\xd8\x64\xe5\x7a\x43\xeb\xc4\xf3\xcf\x25\x6b\x79\x6d\x5d\x57\xc1\x2f\x3f\x93\x6c\x93\xf1\x08\x64\x2d\xa1\xf8\x7d\xef\x96\x90\x6d\xfe\x78\x7e\xbd\xfd\x58\x75\x94\x47\xce\x5a\xf5\xa1\x6a\xbd\x52\x54\x5e\xda\xe8\x5f\x2e\x5a\x1c\x2e\x31\xc8\x91\x9d\x24\x46\x2a\x98\x6a\x2e\x6d\x50\xdc\xbf\x5a\xc5\x90\x5a\x29\xd1\xe6\xb0\x2e\x62\x8d\x26\x7c\x56\x4d\x55\x50\x39\x10\x4f\x78\x54\x64\x3d\x36\xcb\xc8\xa1\xbc\xe2\xdd\xc9\x8d\x58\xbc\xaa\x5b\x83\xe8\x23\xa3\x41\xc2\x0b\xcf\x9f\x94\x5e\xde\x81\xb6\xe3\xba\x03\x15\x22\x1c\x1c\x3c\xfc\xc7\x40\x79\x65\xea\x33\xd6\x97\xd5\xd5\xe3\xd2\x01\x13\xa4\x5c\xbe\x4b\x7b\x7e\xce\x89\x5e\xb2\x07\xb0\xd3\x15\x27\x2a\x06\x67\x1c\x6e\xc7\xdc\xa9\x48\xf1\xa6\x65\xb4\xd7\xeb\x45\x53\xab\x9e\xb7\x4e\x2e\x10\x6f\x77\x94\xb8\x22\x69\xfe\xe6\x58\x34\x42\x2d\xb0\x43\x23\x02\xa0\xa6\xc6\x41\xd6\x9a\xe6\x2e\xda\x46\xc5\x01\x2c\xc1\x97\x44\x8b\x2e\x89\x33\x2a\xe2\x95\xcf\xbb\x6c\x3c\x9b\xeb\x3c\x83\x8f\x77\x29\x90\xa5\x77\x7c\x39\x69\xfa\x7b\xe9\xf5\x2d\xb2\xcf\x4b\x25\x34\xdd\x46\x5a\x43\xfd\xfb\x60\xaf\xbb\x3e\x2b\xfd\x9a\x11\x92\xb0\xcb\xb6\xf2\xee\x0d\xe7\x66\xe8\x1d\x97\xfb\xcf\xb9\x34\xec\xe5\x71\x44\xcd\x5d\xad\xc4\x0e\xb7\x09\xac\x3f\x70\x0c\xc0\xe3\xfa\x3e\xa4\xbd\x66\xa5\xb4\x1d\xce\xa1\x34\x5e\xb7\x4b\x2a\xc2\xc0\x65\x73\xd5\x24\x7a\xbb\x96\xca\x86\x09\x9c\xa3\xdd\x12\x61\x4e\xa5\x3f\xa1\x0e\x33\x1e\xbc\x2b\x73\x74\xcc\xdd\x59\x4e\xb6\x15\xa3\xa8\x91\xb5\x73\x72\x1a\xc5\x81\x33\xcf\x69\x81\x3d\x92\xc2\xae\x0f\x4b\xda\x42\x61\x18\x48\xcb\xe3\xb7\xe4\xcd\x45\xf5\x28\x3e\xd2\xde\x54\x75\x0c\xab\x7f\xa7\xb8\x13\x56\xd0\xd6\xb5\x99\xb5\x15\x75\x1f\x3e\xd9\x78\x7a\xd2\x9a\xe4\x25\xe5\x61\x65\xf1\x73\x53\xe8\x9a\xb9\xf9\xd3\x65\x40\x26\x1b\x93\xfe\xad\x50\xf8\x14\xcd\x1b\x47\x0b\x6c\x95\xa4\xb0\xd8\x35\xc2\x9e\x35\x63\xc2\xcf\xf3\xa7\x32\xf6\x7d\x95\x84\xe1\xfa\x03\x5a\xa7\x3b\xe4\xd3\x3a\x8b\xab\x85\xd2\x37\xf4\x32\xaf\x96\x7b\xfb\xf4\xb9\xad\x5b\xa7\xb5\x7d\x46\xaf\x63\x8e\x5b\x00\x20\xd4\xa3\x67\xec\x47\xea\x63\xcd\xf1\x6a\x52\x1d\xaa\xd6\x90\x6d\x61\x3e\xf6\xc0\xf6\xd7\xdf\xf0\x5f\x5c\x86\x45\x6e\xc0\x7b\x36\x23\xc3\x9b\x49\x23\xac\x07\x65\xe0\x8e\x92\xe2\x9e\x56\x35\x68\x46\x95\x00\x03\x46\xf6\xbc\x65\x09\xf7\xa4\xf2\x9e\x3e\x03\xe3\x04\xe0\xb7\x8c\xf5\xce\xef\x05\x33\x23\x95\xc9\x70\x93\x75\x40\x46\x65\x44\x67\xed\xe7\xce\x99\x9f\x38\xa4\xce\x3e\xfd\xbd\xf2\x34\xc1\xec\x7b\x8f\x2f\xe8\x39\xc0\xc0\x72\x1a\xb4\xf8\x26\x33\x5a\x4c\xe0\xa4\x16\xe6\x15\xd1\x11\x4f\xde\x72\x34\xc5\x36\x6d\x72\x12\x3c\x2d\x6f\xb7\xef\x79\x3a\x93\x57\x0b\xe5\x5a\x5c\x8f\x4c\x4a\x03\x93\x3a\x80\xf9\x64\x7d\x53\x74\xae\x3e\xa4\xd3\xc3\x96\x4b\xa8\xfe\x30\x9b\x21\xc8\x92\x9b\xb4\xfc\x46\x42\x15\xe9\x86\xa7\x36\x4f\x2e\x7a\xee\xf6\x62\x91\x3a\x26\x76\xcb\x6c\x04\x8e\x35\x7e\x06\xa4\x10\x7d\xfb\x33\x1c\x7b\x2e\xc9\xe2\x8d\x33\x79\xad\x5e\xcd\xd8\x7e\xe7\x57\xb7\xee\x2c\x6c\x9e\xfd\xa9\x7b\x72\x16\xed\x2f\xbd\xd4\x62\x74\x5a\xe8\x14\x6f\x2d\xdd\xef\x7e\xf5\x57\xfe\x80\x39\xcd\x54\x3e\x33\xfa\x30\x52\x4d\xab\x23\x75\x0c\x2b\x52\x69\x2d\x80\x0e\x94\xd3\x60\x40\x17\x04\x2a\x47\x5a\x52\xa8\x55\xcb\xc0\x50\xe1\xe1\x24\x64\x40\xd5\xfb\x63\x4a\xa0\xc0\xdf\xcd\x4c\x9c\xe2\xc0\x8b\x30\x17\x95\x76\x33\x0a\x2b\x70\xd0\x3f\xa6\x7f\xe4\x97\x6a\x81\x3f\xba\x15\x11\x3d\xfc\x1c\x6d\xa6\xb5\xb0\x95\xc6\xa5\x6a\xbd\x9a\x16\xf9\x43\x0f\x05\xb5\xca\x2d\x91\x6d\x09\x56\x30\x6b\x48\x3e\xf3\x75\xf7\xda\x75\x0c\x33\x90\xc0\xa2\x1e\xfb\x2e\xb1\x44\x95\x68\x38\x6c\xd5\x94\x0d\xb9\x98\x09\x2c\x5f\xb1\x8d\xc7\x92\x4c\x0d\x6e\x98\x56\x3d\x2a\x1e\xc6\xff\x3a\x9f\x78\xef\x3e\x8e\xc6\xe2\xe3\x51\x10\xd6\x27\xe0\x3c\x8e\xc5\x69\xb4\x3f\x6d\x86\xe5\x63\xd5\xfa\x08\xfc\x1e\x8e\x9a\x51\x1d\x6e\xe1\x20\x1d\x0d\xd3\xa0\x1e\x07\x70\x36\x46\xa2\x66\x40\x86\x6b\x0c\x07\x4f\x47\x23\xa9\xa6\x9a\xae\xa2\xe3\xca\xf1\xb0\x66\x72\xb8\x05\x20\x09\x6d\x5f\xf9\xf2\x15\xb8\x7a\x5f\x55\x50\x20\xd8\x35\xf9\x72\x57\x40\xae\x56\xd5\x81\xe2\x81\x1e\xae\x45\x61\x12\x05\xe2\xcf\x16\xd4\x23\xe4\x0e\xc2\xe6\x04\x46\xaf\x37\x03\x58\xbe\x0a\x48\xed\x20\x06\x25\x00\x42\xe3\x92\xda\x03\xaa\x35\x92\x1a\x93\x89\x7a\x59\xcb\x8d\xc8\x0f\x5c\xbb\x5e\x18\x47\x8f\x33\x32\x5e\xc3\x0d\x84\x8b\x39\x4d\xde\x2a\xdf\x29\xfb\xf5\x48\xf8\x17\x2c\x1d\xd4\x7f\xd2\xf9\x4a\x9c\xf3\x24\xf6\x68\xd8\xc4\xf2\xa8\x84\x5d\xc4\xc3\x25\xda\x54\x64\xe7\x8e\xc0\x78\xe8\x36\x0a\x46\xc3\x24\x20\x28\x20\x7e\x63\xe1\xe7\xd5\xb1\xd6\x58\xa0\xc0\x02\xaa\x18\xc4\xc3\xa8\x8d\xb3\x2d\xf4\x03\xf9\xd6\x6e\xff\x86\x31\x06\xef\x3e\x8a\x94\x9d\x0c\xde\x59\x6f\xb6\xe5\x4c\xbb\x59\x15\x79\x3d\x42\xc3\x4e\x2b\x1d\xd5\xfe\x2a\xa2\xa5\x2a\x48\x6e\x3e\x95\x6b\xec\x1b\x3a\xb8\x0f\xe5\x58\x58\x2c\xa4\x64\x1c\xb3\xc1\x77\xba\xf0\x88\xeb\xb1\xee\x14\xbc\x4c\x82\xa1\x5a\x2b\x22\x7a\x2b\x98\xe5\x5c\x24\x86\xe1\xd1\x1d\xf5\x38\x71\x92\x41\x50\xa0\x06\xf8\x56\xd0\x68\x6b\x5f\x0b\x2e\xe2\xe6\x80\xfb\xfa\x46\x4e\x50\x73\x80\xdc\xa7\x0f\xbc\xf7\xc7\x23\xe2\xbf\xa9\x7d\xe1\x8c\xd9\x22\xb0\x13\x82\x04\x3a\x89\x57\xc6\xd3\x9f\x36\x56\xf5\x0d\x2b\x36\x56\x4d\x12\x66\xff\xeb\x55\xcf\x12\x92\xc9\xe4\xa4\x03\xc4\x4d\x40\xf6\x4e\x49\xb4\x54\x4f\x26\x7c\x16\x83\x0b\x74\xec\xac\x31\xba\xe4\x04\x32\xa3\x87\x97\xeb\xd2\x22\x19\x32\xfc\x2c\x52\x8b\xb9\x1e\xad\xba\x6f\xf1\x8e\xe2\x6d\xea\xe3\x1d\x25\x87\x9f\x33\xd9\xd0\x79\x37\xc1\xa5\x78\x8c\x01\x6d\x7b\x5f\xa1\x94\xeb\x26\x89\x6a\xc3\x9c\x1d\x6b\xd1\x13\x1d\x7c\x87\x21\xf4\x7a\xcb\xe0\xa8\x73\xe9\xba\x0e\xe0\xe5\xb8\x31\x01\xc4\xa2\x7e\xac\xa8\x05\x51\xf3\xcd\x8a\x49\xd0\x42\x6a\x46\x8f\x68\xa0\xd9\x33\xf7\xef\x73\x5f\x05\x87\xac\x8c\x70\x87\xd2\x66\x6d\xff\x21\xa3\x86\xed\x9e\x55\xa2\xae\xdd\x21\xe1\x88\xfa\x20\xd1\x0e\xad\x3a\x91\xc5\xe2\x27\xfc\x2f\x13\xc9\xe2\x9f\xe9\xef\x16\x06\x6c\x37\xa1\x08\xff\x21\x12\x49\xc4\x91\xd6\xac\xf8\x2e\xfc\xa7\x80\x8a\x38\x8b\x35\x10\xdd\xdb\x7f\xb6\xaa\xe5\x63\xa5\x91\x56\x95\x92\xd5\xac\x12\xde\xb1\x9f\x88\xd2\x55\x0b\xf7\x95\x8e\x56\x13\xdb\x75\x2b\x27\x5c\xde\x39\x81\xea\x7e\xb4\xa2\x73\x89\xf7\x28\xc7\x63\x63\x61\x5d\x26\xa7\x33\x1b\xa8\xfc\x38\xed\xc5\x3e\xcc\xaa\xca\x37\x61\x9b\x55\x5b\xe8\xa9\x8f\x57\x9f\xf2\xb4\x33\xad\xc2\xb1\x7a\x1e\x58\x4d\xa3\x33\x40\xf7\xd2\x4d\x0a\x9e\xcf\x0c\x1f\xf9\xb8\x4b\xda\x7d\x9e\xd9\x24\x98\x30\xe5\xa5\xeb\x49\xec\x28\x86\x80\x4f\x50\x9b\xdc\x27\x17\x49\xb4\xc3\x88\xd4\xee\xd7\xb7\xe1\xbf\xe4\x81\x8e\x02\xc5\xbf\x14\x0a\x65\xce\x07\x24\xe1\x4c\x05\xcd\x2f\x58\xdc\x41\xda\x8c\x90\x1e\x9f\x10\x6b\xe0\x70\xb5\x86\xb1\x2d\xe2\x9d\x86\xd9\xf9\xd2\x70\xa4\xe8\x3a\xa3\x29\x0a\x35\xf5\x92\xa2\x17\xbf\x50\x9e\x20\xcb\x64\x56\x67\x7f\x8c\x87\xd2\x19\xb9\x95\xd9\xdd\x85\x94\xdd\x14\x6b\x7a\x39\x44\x31\xeb\x68\xaf\x6c\xa3\xb5\x70\x28\xa2\xc2\x7b\x24\x18\x2c\xc3\x71\xae\x45\x49\x0a\x38\x92\xa8\xbb\x64\x7a\xd9\x4a\x6d\xf1\xb8\x50\xa6\x90\x0d\x39\x35\xd7\x25\x18\xac\x19\x11\xf3\x20\x9e\x6e\x92\xa3\xa2\x40\x7e\x2e\xcd\x70\xbc\xf8\x71\x38\xce\x3f\x00\xed\x28\x55\x6d\xe7\xd1\xed\xee\x83\x1f\xf8\x1b\x45\xa0\x0b\x94\xc9\x01\x01\x44\x98\x74\x41\x0c\x83\x24\x37\xe4\x83\xcc\xda\x0a\x31\xb2\x3e\x26\x36\x1d\x21\x30\x94\xab\x86\xc2\x81\xde\x5f\xc7\xab\xa1\x73\x8b\x29\x03\x10\x99\xbf\x9a\x00\xd8\xc9\x36\x07\xda\xe7\xda\xa4\x2b\xc8\x1b\x0c\x50\x0e\x5b\xf4\xeb\xc1\x08\x18\xfc\x43\x15\xb0\xb7\x05\x97\x7d\x42\x7f\x3b\xc5\xf8\x4f\x49\x1c\x82\x1c\xde\x79\xf3\xe7\xbb\xdb\x57\x4f\x29\xb0\x46\x33\xa2\xf9\xb3\x6d\x3d\x01\x2e\x92\x7e\x07\x87\xf8\xb7\x02\xe3\xe0\xb1\x12\x35\x8a\xd1\x66\x78\x11\x53\xeb\x49\xf1\x10\xc7\x95\x61\x11\x30\x90\xf5\xfd\x74\x47\x53\x91\x33\x14\x3a\xf1\x3c\x9e\xec\xfa\xf8\xa3\x1a\x6b\xc1\x11\x1c\x8a\x4a\xd0\x53\xa8\x78\xe1\xff\x27\x6e\x05\xf8\x3d\x18\x8a\x90\x31\x0d\x55\x38\x50\x1a\x03\x9b\x75\x0c\xbe\x35\x83\x46\x33\x06\x96\x2a\x92\x18\xb7\x04\x8b\xb0\x5b\x67\x5d\x88\xec\x0f\x45\xc3\x28\xaf\xe0\x27\xd3\x2e\x96\x30\xbc\xc9\x69\x1c\x30\x24\xcd\x0e\x39\x66\x64\x3b\xed\xd6\x94\x42\xab\xff\xe4\x94\xb1\xdc\x9a\xdc\x28\xe6\xe4\x18\x6f\x56\x53\xa5\xd4\x36\xe3\xc0\xa2\x80\x8a\x02\x2e\xfa\xcd\x53\x64\xf7\x3b\x1a\x99\xba\x63\x28\xa2\x89\xb8\x3c\xe4\x4f\xd1\x3a\x17\x30\x44\x25\x10\x10\xf4\x48\x9b\xf8\x17\x8d\x76\xc8\x3f\x52\x08\x35\x23\x1f\xfc\x0c\xf0\x27\x75\x84\x59\xab\xad\xbe\xb4\x42\xa5\x78\x24\x46\xa6\x3c\xa8\x54\xd1\x25\x05\x96\xef\xb5\xe0\x3f\x70\x46\xc8\xea\x05\x80\x1e\x40\x74\x60\x02\x38\xa3\x03\x03\x01\xc0\x36\x45\x34\xb1\x2b\x8c\xc4\x3c\xa7\x08\x06\x39\x52\xad\xd7\x71\xd5\x81\x5f\xe6\x85\x8f\x6a\x15\xab\x91\x21\x10\x63\x80\xf5\x2b\x47\x7a\x34\x70\x41\xc6\x4d\x0b\x67\xcb\x51\xad\x44\x7e\xab\x19\x6f\x2f\x05\x43\xc4\x44\x63\xbf\x4e\x0f\xec\x10\x17\x81\x45\x5b\x55\x0a\x72\x6c\xf1\x20\x4c\x11\x96\xf2\xc0\x9b\x6a\xf2\x6f\xed\xb3\x60\x8a\x2a\xec\x46\x2c\xa2\xfa\xb8\xa2\x03\x93\x2e\x14\x3f\x2b\x07\x8d\x74\xa1\x8b\x2f\x32\x46\x89\x5f\xe3\x5b\x17\x87\x00\x6c\xb1\xca\x14\x08\xf2\x5a\x1a\xd5\x2b\xb0\x99\x58\xda\xac\xd2\x67\x6b\x97\xa4\x09\x5e\xe6\xda\x04\x10\x2b\x46\x59\x39\x5a\x12\x05\xa7\x8a\xd5\x06\x88\x06\x4c\x31\xdf\x0c\xbc\x1f\x27\xbc\x87\x22\xb1\x95\x42\x91\x0b\x4c\x67\xe6\x8e\x56\xed\xd3\x17\xd8\x67\xa5\x53\xab\xeb\x68\x3e\xd3\x0a\x9c\x33\x46\x65\x1e\x2c\xed\x33\x72\x1e\xf0\x57\x80\x37\x48\x20\x79\xab\x07\x6c\xca\xa8\x7c\xad\xc9\x43\x13\x17\xc6\x8b\x13\xb4\xd7\x20\xdf\xed\xcf\xc7\x63\xa1\x74\x43\x91\xdc\xd6\xef\x4a\x81\x8a\x9f\x05\xea\x43\x05\xba\x5d\x75\xa1\xd6\x50\xff\x30\xc1\xec\x43\x52\xe4\xd0\x45\x3e\x71\x52\xc4\x42\xb5\x48\xaf\x0e\x95\xd1\x6d\xe9\x73\x80\xdc\x42\xc8\x47\xef\x9d\x7a\x0a\x74\x88\x1a\x12\xb9\xb7\x11\xa2\x53\x1e\xc5\x27\x06\xd0\x4e\x48\x67\x32\xc0\xc1\x59\x27\xa9\x5f\x37\x7a\xb2\xd4\x8b\xae\x42\x42\xac\x2a\x93\x1e\x13\x44\x33\x1a\x38\x1e\xc4\x5d\xb7\x5e\x12\x82\x09\x97\x45\x89\x55\x0a\x6a\x61\x54\x1f\xdc\x3e\x90\x94\x20\xb4\xe8\xab\xa7\x81\xd0\xa2\x7e\xaf\x6e\xf8\xe0\x56\x4a\xe3\xa3\x56\xa7\x4c\xec\xc4\xcc\x6f\xe8\x9d\xc0\x06\x49\x15\x10\x81\x7a\x26\xf4\x82\x2f\x52\x6f\xa0\x7f\x0a\xf0\x43\x35\x60\x6e\x83\xd1\xa8\x19\x91\x86\x0f\x0e\x49\x12\x01\xa1\x46\xc5\x09\x91\x6c\xa7\x13\x40\x66\x85\xec\x4c\xac\x14\x56\x8f\x84\xd5\xba\x41\x7a\x68\x04\x28\x60\x93\xa9\x7d\x3a\x6a\x51\x76\x77\x9e\x1e\x76\x1d\xe4\x25\x1c\xaf\xa6\x8c\xe6\xbf\x15\xcf\x60\x57\xa4\x1b\x24\x05\x98\x17\x08\xf7\x05\xf6\x01\xf7\x02\xf6\xc0\xba\x5d\xb0\xd0\x8c\x85\x72\x8e\xc6\x25\xf1\xc6\x24\xfc\x7c\x97\xe4\x34\xca\x32\x48\x5f\x0f\xf0\xf9\xb7\x36\x99\x86\x49\xe2\x0b\x49\x6c\x16\x39\x4d\x5a\x43\x80\x52\x44\xcd\xf8\x4f\xc6\x2e\xeb\xd4\x4a\x50\x0f\xf5\xa9\xf9\x9d\xc4\xe9\x54\xb3\x3e\x34\xde\x3e\x3d\xda\x2d\x60\x8b\xd8\xf5\x27\x39\xd5\x0b\x8a\xc7\x1c\xc8\xe5\x35\x55\xa1\xe4\x0f\xb2\xcb\x50\x64\xe4\x74\x42\x0a\x68\x18\xed\xe2\xde\x37\xd4\xa2\x60\x90\xe5\x2f\xd7\xb6\x26\x4f\xea\xaf\x42\xdf\xd9\xe1\x78\x9a\xa8\x13\xbd\x2f\xa1\xca\xe9\xfa\xe8\x5e\xba\xbd\xf1\xfc\x2b\xfd\x8d\xf3\x4a\x75\xe6\x6f\x61\xe0\x88\xfa\x08\x74\x31\xb2\xbc\x81\x75\x2a\x25\x7c\x75\x42\x7f\x65\x97\x1e\xab\x68\x20\xc3\x89\x5b\x65\x78\x8a\xb1\xd8\x94\x8a\xc0\x67\xc1\x94\x81\x03\x6f\x96\xfc\x56\x4c\xea\x83\xa9\x9b\x36\xb4\x66\xf3\x7b\x70\xf9\x6e\xe7\x3b\x40\xf7\x1a\xcc\x4e\xd5\x7a\x8c\x0d\xf3\x63\xda\x75\xc5\xbc\x04\xe2\xcb\xe3\x8d\x27\x0f\x88\xbd\xdb\x61\xc8\x20\xe4\x26\x98\xfc\xc4\x6a\x43\xab\x7d\x9e\x59\x7a\xe5\x1d\x9a\x81\x6b\x17\x1f\xf8\x80\x6d\x9f\x3d\xd9\xf9\xe5\x02\x62\x4b\x66\x8e\x59\x98\x5e\xd3\x42\xd7\x99\x2c\xb0\xb3\x74\x7c\x74\x8b\x8c\x1c\x46\xea\x36\x8d\x08\x1a\x58\x62\x75\x16\x5b\x18\xa6\xd4\xa8\x01\x67\xa6\x33\x9f\x09\x58\xe7\xfc\x39\x3c\xdc\x4e\x77\x19\xd4\xf2\xfb\xe5\xf6\xb4\x0d\x61\x80\xcd\x90\x1f\xe0\xb9\x0d\x91\x15\xac\x44\x70\xca\x90\xb0\x47\xa4\x5a\x65\x14\xec\x55\xb9\x5a\x1f\x8e\x0d\xb1\xab\xff\x7d\xf2\x72\x4a\xba\x71\xae\x15\x4c\x44\xe9\x40\x80\xac\x78\x99\xb4\x8e\x48\xf1\x45\x0b\xbe\x07\x59\x8b\x0f\x10\x6a\x4f\x30\xd4\x4a\x53\x94\x41\x86\x90\x7d\x05\xaa\x21\x24\x0f\x76\x1a\x09\x3f\x66\x5b\xcd\x0c\x0c\xea\x21\x21\xed\x31\x2a\xd7\x72\x12\xf2\x68\xb0\x5e\xaf\x0a\xd0\x47\xf1\x93\x24\x62\x0a\xbf\x23\xb4\xa2\xdb\x46\x62\x34\x04\x94\xe8\x1f\xb7\xa0\x2a\x18\xda\xcd\xe9\xfb\xb8\x51\x3a\x16\x69\x38\x54\xdc\x5b\x09\xec\x33\xa1\x77\x13\x91\xde\x00\x18\x84\x57\x00\xa2\x81\xf0\xb6\x3b\xaf\x14\xd9\x86\x84\xd6\x42\xdb\x62\xd8\xeb\x46\x53\x9f\xb9\x1c\xcd\xa1\xdb\xd0\x2e\x29\x8c\x0f\x9d\xd3\x75\xbf\xe3\xea\x9e\x1f\x69\x4c\x1f\x33\xb2\x7b\x2b\x5f\x77\xd5\x0e\x26\xda\xce\xc0\x83\xa8\x13\x65\xfb\x46\x4b\x1d\x26\x29\x5b\xb2\xce\xeb\x9c\xf6\x8c\xf2\x5a\x61\xfd\x3b\xaa\x2e\x6e\xe1\x1b\x47\xd9\xc2\x01\xcc\xc1\x28\xaa\x19\xdb\x66\xea\xde\x05\x4e\x85\x44\x5e\x18\x02\xdc\x01\x86\x49\xc8\x86\x22\x82\x6e\x4c\x61\x4e\x75\x3e\x16\x15\x8c\xa5\xc1\xda\x96\xc6\xcd\xb7\x4a\xe6\xd5\x1e\x43\x73\x4f\x8c\x02\x20\xd5\xb6\xf4\xb2\xcb\x1b\x6b\x5f\xf3\xeb\x2d\x5e\xbd\x04\x53\xe9\x6c\x3c\x81\x49\x3d\xed\x5e\x7d\x89\x99\x58\xb2\xe5\x03\x74\x24\x52\xb4\x10\xa1\x04\x96\x03\x80\x34\x8b\x01\xd0\xd3\x9c\x2f\xd7\x1c\x30\x60\x56\x60\x84\x22\xd7\xb1\x2f\xa2\x1b\x6b\x72\x3d\xb7\xf7\x28\x4c\x54\xa5\xf5\x36\xb6\x6d\x57\xcd\xab\x31\x16\x27\x29\xde\xed\xe8\xb3\xba\xf1\x64\x12\xd3\xe9\xdf\xba\x42\xda\xe8\xc7\x2a\xc4\x36\x7f\x9e\xd8\x93\x57\x51\x92\x62\xe4\xd6\xc5\xf3\x4d\x9b\x55\xe4\xbf\x82\xbd\x9f\xbe\x7e\x14\x78\xe7\x09\xcb\x41\xf8\xd3\xdf\x1d\x05\x4e\x78\xef\xa7\xbf\x3f\x9a\x90\x3b\xb0\x5f\xb5\x34\x1c\x1e\x8b\x32\xf5\xa9\x9a\x82\x25\x8d\x53\xdc\x02\x61\x7b\xe6\x9c\x79\x45\x4b\x5f\x1f\x9f\xc3\xc2\xdf\xbf\x91\x29\x60\xe2\x63\xf2\xe1\xe7\xd1\x9e\x8a\x06\xc8\xd2\x9e\x7a\x6b\xac\x24\x6b\x91\x30\x7d\xca\x2e\x80\x94\xa3\x9d\x2b\x2d\x7e\xa6\x7f\x99\xe9\xff\x2b\x8a\x01\x7b\x69\xe6\x9f\xa9\x4a\x2a\x52\x8a\xa1\x75\x36\xf9\x83\x4d\x11\x31\x5a\xf2\xc7\x78\x08\xb2\x08\x90\x5b\x86\x37\x92\x2e\x54\xfa\x37\x3d\xc8\xd8\x38\x27\x73\x08\xb3\xeb\xa2\x9c\x25\x7b\x2e\xed\xa5\x1f\xc5\xed\x85\x99\xf5\xf6\x57\xd6\xe1\xe0\x42\x35\x42\x06\xb2\xe7\xaf\x0c\x06\xd9\x55\x6b\x46\xb4\xee\x5c\xe5\x63\xfa\xe1\x15\xf5\x6b\xf5\x2e\x66\xfd\x5a\x98\xf5\x6e\x7b\x85\x91\x36\xec\xff\xfb\xad\xb7\x91\xb4\x01\xf4\x27\xae\x7e\xb5\x82\xa8\x07\xc8\xb4\x47\x6f\x04\xfd\x7a\x8b\x10\xcb\xd9\x0e\x1e\x96\xb4\xa0\x7e\xfc\xc6\x36\x44\x5b\x02\x50\xd2\x8a\x58\xc9\x2b\xbc\x6b\x04\x15\xa0\xe5\x08\x2e\x6a\x11\xeb\x7e\x5b\x07\x20\x8f\xa5\xc4\x15\x7d\x6d\xa2\xa6\x75\xdf\x2a\xdd\x2a\xa5\x0b\x7a\x4c\x57\xde\x35\x65\x4c\x7d\xa9\x8f\x43\xd6\xf1\x49\x4a\x54\xc2\x70\x95\x9f\x88\xb4\x22\x8e\x87\xff\x20\x40\x04\x28\x84\xb2\x10\x8b\x31\xe4\x0a\x1d\xeb\xf8\xe6\x1d\x59\xaa\x35\xa7\x42\x3a\x52\xd1\xce\xaa\x31\xe6\x6b\x52\xd4\x00\x40\x16\x2e\x72\x5a\x61\x8f\x1d\x91\xb7\x2a\x0c\x2b\xe8\x96\xc3\xd4\xe3\xa6\x2d\x61\xac\x6c\xcd\x7c\xef\x83\xa0\x97\x1a\x1e\x5f\x9f\x7b\xe0\x72\x83\xad\x74\xc8\xbb\xd7\x96\xb6\x16\xbf\x43\x9f\x2c\xff\x92\x63\xf0\x9c\xb9\x71\x81\xe8\xe3\x44\x0f\xe7\x14\x49\x6a\x2f\x7b\x98\x12\x25\x98\x6d\x81\xfd\x3c\x2d\xc0\x9c\xf6\x7c\x4f\x4e\xc3\x04\xef\xe0\xab\x99\xb9\xc0\x51\xf8\xe4\xf8\xa8\x5d\xfb\x64\x5a\x5c\x93\x37\x1a\xe3\x9c\xa9\x87\xbf\x83\xfb\xa5\xd5\x16\x12\xdb\x46\xd8\x4c\xab\xe5\x6a\x23\x14\x82\x7b\xd8\xfa\xad\xe0\xc2\x34\x0d\xcb\xa3\x48\x0d\x0c\x73\xf9\x19\xab\x59\x44\xbb\x82\x08\x8b\x8a\x8c\x30\x40\x95\x21\x94\x7f\x96\x53\xb7\x02\xa7\x01\xb9\x58\xab\xae\xfa\x44\x0d\x7c\x56\x60\x13\x94\x2b\x01\xe7\xdb\xa3\x18\x10\x4e\x35\x2a\xd9\xb2\x7a\xe1\xee\xea\x97\x5b\x6b\xd3\xf9\x50\xbc\x83\xbf\xae\x7d\x41\xd7\xba\xe3\xa9\xa3\x6b\x72\x68\x55\x6e\xd7\xbd\x4c\x92\x76\x4f\xf8\x4a\x43\x51\x47\xb5\xfb\xc3\xe0\x7f\x8b\xce\x18\x1d\xab\x5f\xd1\xb5\xe7\xad\x39\xf6\x3b\x59\xa2\x18\xfd\x4f\x5a\xb5\x14\x53\x05\x9c\xef\x7e\x73\x0d\x83\x02\xee\xcc\xd2\x94\x66\xdd\xcc\x8a\x76\x7e\x27\xa9\x0b\x64\x04\xb8\xb5\x34\xd6\x63\x61\x41\x0b\x68\x8b\x94\x91\xb0\xc4\x65\x20\x11\x95\x43\x14\x95\x70\x52\xa4\xed\x1d\x8d\x60\xc3\x94\x71\x91\xd5\x82\xc7\x23\xa0\x44\xdc\x3a\xe6\x1d\xb1\xdf\x2f\x2c\x7e\x26\x49\x8f\x73\x17\x13\x6f\x4a\x72\xc7\x98\xe2\xbc\xd9\x4e\x06\x8e\xed\x85\x0b\x6e\xf4\xd0\x0b\x4a\xf5\x6d\xb1\x39\x40\xb8\x0f\x50\xb7\x07\x90\xd7\xa9\x08\x11\xff\x57\xfa\xc1\xa4\x5c\xd6\x9e\x05\xe6\xdf\xbc\xa1\x44\x0b\x19\x61\x90\x31\x60\x13\x4f\xd4\x1c\x89\x88\x69\xaa\xc8\xb5\x92\xf0\x2d\xf3\x26\x1a\x7b\xd5\x35\x42\x7f\xc3\x91\x80\x0a\xea\xfb\xef\xf5\x77\x69\x9d\x5a\x12\x6e\x88\x3b\xe1\x2f\xff\x58\xe3\x50\xfb\x7f\x01\x1b\x27\x13\x08\x87\x4a\xf6\x7d\x51\xdc\x58\xbb\xb2\x75\xef\x91\x53\x9a\xa3\x3b\x33\xc5\xac\xc7\x73\xad\xa4\x5e\xbe\x80\xeb\x02\x2e\xac\x06\xa0\x15\x4d\x43\x39\x8a\xf1\x67\xbe\xba\x6c\x03\x01\xae\x25\x08\xd3\xe8\x06\x25\x6b\x0a\x70\x4d\xb9\xd5\xec\x05\x22\xc1\x70\x9a\x5f\xb1\x70\x7b\x44\x5c\x53\x30\x62\xd0\xbb\x24\xc1\x79\x39\xa8\x66\x08\x63\xa6\x41\x1d\xe8\xc4\xed\x02\xd7\x8f\xf6\x4c\x8a\x0e\x78\x1b\xfe\x66\xcb\x96\x3f\x7e\xad\xb1\x66\xc8\xa0\xd2\x8a\x34\xe7\x88\x4e\x64\x50\x89\x6c\x95\xa8\xca\x90\x08\x51\x35\xb1\x6a\x02\xd4\x28\x22\xef\x3e\xd2\xb4\x23\x3b\x0a\x34\x11\x33\x1c\xf2\x57\x3c\x8b\x94\x3c\x07\xa9\x6a\xa3\x19\x8f\xa0\x72\xfa\xb5\xa0\xa1\x96\x74\x18\x7e\x8f\x06\xf8\xc4\x2d\x02\x0c\x03\xd1\x1d\x8b\x89\x69\x56\x3d\xc0\xe5\x5f\x22\x4f\x49\x5a\x1f\xc6\xae\x23\x99\x29\xa0\xf6\x64\x28\x0a\x04\xed\x10\x1e\xc7\x59\x06\x01\x74\xc2\x6a\x88\xfc\xd2\x76\xd3\xd6\xbe\xb4\x57\x6b\x9a\x8a\xa4\x5a\x7f\xad\xe6\x9c\xf4\xee\x49\x79\x7f\x2f\xff\x44\x09\x96\xbf\x50\x5c\xc2\x65\x27\x37\x35\x79\x72\x75\x67\x66\x29\xb6\x6c\xd1\xda\xdb\xbe\x69\x80\x2c\x0c\x73\xe9\x55\x2f\x22\x61\x35\x9c\xa1\x13\x84\xf8\xad\xba\x1c\x68\x6a\x4e\x4c\x00\x9f\x89\x92\x0a\x96\x46\x21\xbb\x1c\x08\x8d\xed\xde\xda\xa0\x2d\x47\x2c\x04\x64\x3a\x04\x50\x67\x9d\x5f\xf9\xd7\xbd\x95\x57\x99\x28\x24\x68\x53\xb0\xac\xe0\xa4\x4f\xa7\x8f\x7c\xa0\x2c\xcc\x23\xca\x0d\x4d\x8f\x87\x6c\xc1\x41\x33\x1e\x02\xa1\x3d\xe5\xb3\x82\xe5\xce\xe1\xdf\xbe\x79\x3a\x19\x0b\xba\xa7\xb6\xc9\x82\xe9\xad\x71\xf2\x81\x2a\xc5\xbd\xfc\x98\x04\xcb\x46\x3a\x15\x89\x3d\xbc\xb8\x04\x07\xad\x24\xd2\x3c\xe6\x06\x16\xdd\x8e\x37\xa8\x22\x25\xab\x99\xcf\x74\x61\xc9\x5d\xee\xa4\xd1\xca\x81\x57\x1b\xf9\x39\x1a\xdf\x32\x76\x8e\x41\xce\xe0\xe2\x0f\x9b\xe7\x4f\x39\xc8\x67\x2d\x4e\x60\xab\xab\x73\xee\x13\x7b\x18\xea\x32\xea\x5b\xdb\xae\xa1\xe4\xe5\x97\x92\x11\xc7\xf1\xbf\x19\xb0\x5d\xbf\xed\xcf\xd6\x2a\x75\x2f\xdd\x0e\x5e\xf1\x1e\xa8\x7b\xd5\x5d\x9a\x08\x53\x93\xfc\x74\xa6\xf3\xd7\xe7\xf6\x77\xfd\xfe\x8a\x34\x56\x62\x84\x92\x95\x67\x33\x87\xe3\xce\x6f\xde\x94\x53\xde\x86\x93\xed\x7d\x13\xf0\xbf\xfd\x63\x63\xfb\x2b\x15\xf4\x5e\xcd\x87\xf6\xb3\x98\x65\x16\xcc\xe2\x75\xf3\x16\x2e\x1b\xf4\xab\x76\xc1\x23\xf1\x56\xc3\x24\x58\xf4\xdc\x07\x91\x38\x3c\x78\x0b\x4d\x36\x9e\x3d\x5b\x27\x3d\x7e\xf7\xe7\x9f\x37\x9e\x3e\x92\xb4\xf9\xe2\x4b\x29\x8e\x43\x3d\x5a\x97\xc7\xac\xce\x6e\xcd\x60\x56\x62\x71\xce\xcb\x7d\x92\xcd\x5e\x87\x7c\x81\xce\x82\xd0\x52\x4f\x8f\x29\xa9\x8b\x3b\xbf\x7d\x99\xde\x6e\x56\x59\x47\x75\x58\xcb\xed\x3f\x36\xaa\xb8\x4e\x07\x55\xb5\xb8\x95\xbf\x2c\x4a\xf6\xca\xa9\xe3\x04\x2a\xf5\x9c\x60\x0f\x61\x4c\x4e\x71\x7b\x79\xeb\xde\xf7\x9d\x5f\x2e\xfc\x4f\x04\xb0\xbc\x21\xf5\x5f\xac\x5d\xc9\x62\x85\xf1\xea\xb1\x6a\xf1\xcf\xf0\x1f\xfa\x6b\x60\x3c\xaa\x95\xf1\x99\x15\xfc\x12\x78\x19\xad\xd1\xd3\xd4\x06\xe2\x25\x41\x48\x71\x11\xf6\xe2\xcb\x25\x29\x04\xb4\xb1\x28\x0e\xbd\x80\xab\x0b\xa7\xbb\x57\x9f\xd0\xfb\xa2\x28\xe3\x6c\xdd\x3a\xdd\xbd\xf8\x10\x31\xb9\xbd\x88\xca\xc7\x9f\xbf\xc0\x08\x4f\xc2\x7c\x9d\x5a\xbf\x3b\x33\x69\xce\x25\xf5\x2f\x27\x72\xb8\xda\x4c\x30\xdd\xf7\x08\x29\x56\x3b\x67\xbe\x5e\xb7\x9f\xf1\x76\xdf\x0a\xd3\x75\xbd\x77\xf9\xe9\x9b\x88\x3f\x52\xe4\x09\x3f\x0e\x24\x27\xe4\x19\x89\xec\x2b\xca\xef\x90\x21\x55\x8c\x86\xeb\x97\x63\x45\xba\x49\x9e\xa3\xd3\xca\xdb\x7a\x99\xf5\xbc\x28\xab\xa3\xc2\xeb\xe6\xba\xbc\x02\x3a\x9f\xa5\x9c\xd4\x01\xbd\xd7\xe4\xce\x06\x87\xc0\x2a\x15\x82\xa0\x48\x07\xe9\x9f\x0c\x5a\x94\x21\xf9\x82\xb7\x4a\xbc\xda\xf8\x9a\x0e\x55\xa2\x53\x88\xcd\x96\xd8\x7c\xa5\x34\x1f\xce\xf4\x55\x99\xbc\x79\xe3\xae\x91\x8a\x68\xb4\xe0\xec\x87\xe0\xe4\x88\x65\x40\x31\x9d\x7a\x39\x2a\xbd\xce\xbc\xdd\x38\x32\x9f\x5a\x0b\x1a\x31\xaf\xc9\xd2\x06\x0a\xeb\x22\x6c\x0c\x04\xc2\xe5\x03\xdf\x57\x8e\x9a\x69\x58\x05\x1e\x57\x6f\xb3\xef\x0f\x21\xe9\x20\xdc\x7c\x11\x8c\xe8\x66\x7c\x73\x9e\xc0\xe7\x20\x4e\xe2\x63\x0e\xa7\x20\x20\x3d\xbd\x8a\x26\x61\x15\x3d\xbd\x4e\xe4\x3f\xbd\xaf\x7e\x0f\xb0\x47\x56\xe2\x3f\xda\x6a\x00\xac\xf7\x94\x70\xf9\x7c\x0d\x5f\x7f\xf8\x01\x7a\x8c\xab\xa8\xb2\x02\xe4\xc3\x90\x33\x49\x11\x30\x6c\xeb\xc5\x5a\x2f\x18\x5c\x3d\xb8\xda\x1f\xf4\x01\x69\xd5\xc5\x7c\x59\xfc\x44\xfd\x65\x40\x47\xe3\xf8\x58\x52\xfc\x73\x34\x44\x7f\x98\xef\x23\xc0\x28\x52\x11\xbd\x2f\xcd\x37\x32\xbf\x79\xa0\x41\x40\xdc\xaf\x96\x4b\x7a\x01\x3b\xd7\x9f\x75\xaf\xdd\xf7\x97\x51\x9c\xfa\x35\xd4\x87\xf4\x3b\x18\x94\xdf\x06\x10\xc3\x7d\xe4\x79\xa9\xa2\x0e\x13\x97\xb0\x9f\x4c\x6b\x08\x8b\x8f\xf5\x89\xd8\xa3\x5a\xc5\xef\x22\x1a\xed\x46\x28\x82\x25\x6a\xa1\x8d\x16\x76\xa2\x95\x46\x03\xd6\x58\x70\xdd\xe5\xc9\x3a\x9d\xb9\x4f\x97\x8a\xcf\x8c\x87\x39\xa8\xb4\x63\xcb\x8f\xd9\x06\x4e\x73\x85\xec\xf7\xae\xd2\xe3\xb5\xfd\x97\xb8\x7e\x5b\x7a\x3c\xdd\x6f\x58\x39\x8e\x7c\x40\xc5\x0c\xb1\x3b\x7b\xa3\xb3\xf6\xa3\xbf\x37\x78\x3c\xf8\x82\x90\x97\x47\xf1\x03\x2c\x62\x92\x46\x63\xd6\x74\xd1\x1e\x81\xa1\x62\xf8\x90\x31\x5d\x45\x68\xae\xc6\x47\xff\xa0\x9c\xaa\xb8\xb0\xe8\xc1\x68\x60\x3b\xb7\x16\xb6\xa7\xef\x72\xcb\xf9\xec\x8b\xae\xec\x54\xa4\xe7\xa5\xa5\xb2\x5c\x74\xfc\x3c\x41\x6f\x70\x9e\xca\xbf\x57\x49\xd4\x11\xf2\x34\x84\xbb\xce\xee\x48\x6c\x24\xc7\x00\x9e\xf1\x51\xd2\x36\x44\x13\xae\x5f\x00\x88\x1f\x16\x0e\xb0\x76\xd2\x59\x1e\xb6\x17\x50\xd0\x5d\xd4\xec\xb1\x40\x04\x53\x12\x18\x67\xa5\x6a\xd5\x91\xd1\x74\x3c\xc2\xff\xf6\x6b\x49\x4f\xcb\x6d\x89\x97\x42\x98\x14\x44\x0e\x0a\x7e\x43\x3e\xef\x31\x79\xf8\xff\x4c\xe2\xd7\x29\x7a\x35\x57\x56\xd9\xb4\x2b\x8d\xd0\x22\x09\x7b\xbe\x43\x7b\x18\x6c\x40\xd9\xbe\xe8\x15\xee\x1c\x7e\x3c\xdb\x38\x8f\x37\x49\x27\xd0\xd5\x51\x26\x11\xfc\x91\x26\x7a\x84\x41\x82\x8f\xc2\x31\x3c\x9e\x83\x08\xf3\x46\xdf\x16\x50\xf3\x1c\x35\xab\xe5\x22\x3f\x63\xd0\x1f\x96\x5e\x46\x50\x15\x0e\x5a\x3f\xfa\xad\x00\xef\xac\x72\x10\x41\xe1\xda\xf2\x73\x91\x6b\xec\xbf\x30\x60\xf1\xbf\x83\xff\xc2\x13\x0c\xff\x54\x81\x7c\x7e\xfe\xdf\x4a\x89\x36\xcc\x0e\x22\x4d\xf2\xdb\x7b\xcd\x16\xb2\xc9\x91\x8f\xa5\x69\x9c\x3d\x55\xb3\x30\x8b\x14\x02\x0e\x62\xd9\xd2\x3b\x69\x10\xd1\x5d\xbc\x91\x06\x9c\xb3\x95\x1c\x20\x9b\x55\xb8\xa7\xf1\x42\x32\xed\x54\x42\x72\xc7\xfc\x0b\x7a\x46\x74\xce\x3d\xda\xbe\xfc\xac\x73\xed\x61\xe7\x89\x45\xa1\x91\x17\xe0\xdc\xe7\xa8\x07\x4b\x38\x26\xb1\x11\xdb\xd9\x3c\x8c\xdd\x49\xb4\x24\x79\x17\x70\x36\x2a\x86\xde\xa2\xcb\x3c\xb1\x66\x5d\x40\xa8\x50\x4c\x8b\x87\xf8\x5f\x74\x11\xff\x38\x1a\x69\xd5\xc2\x66\xf0\xb1\x5e\xa7\x0c\xb8\xbb\x25\xf2\x91\xd5\x6a\x4c\xf8\x69\x69\x60\xa1\xb8\x25\xcb\x1d\x32\x20\x86\xc4\x38\xf6\x36\x23\xd4\x67\x46\x95\x81\x6c\x1f\xcc\xc3\x24\xc0\xc4\xec\xe7\x5a\x46\xcb\x42\x14\xc3\xe9\xd6\xda\x54\x19\x01\xa9\x54\xf3\xc6\x40\x1b\x6e\x46\x00\x97\x2e\xec\x4b\x4e\xff\xca\xae\x7c\x88\xff\x0d\x78\x89\x30\x06\x30\x0b\xcb\xd9\x57\x2a\x45\xb3\x66\x96\x13\x2c\xc3\x30\x55\x53\xc3\x21\xff\x7c\x3b\x0c\x60\xc0\x39\x02\xf5\x64\xd8\x33\x36\x62\x50\xde\xf3\x9b\x59\x20\x65\xc4\xca\xbe\x2b\x69\x52\x0c\xe9\x34\x03\xfa\x6d\x5e\x07\x2b\x40\x30\xa0\xfc\xf0\x6e\x7a\x79\x0c\x4c\x52\xe9\xbd\x97\x55\x82\xf2\xbc\xdb\x40\x8f\xc4\xda\x30\x8d\xb7\x56\x96\xf3\xb9\xce\xe4\x2c\x0a\x27\x4e\x2f\x2b\xf2\xdc\x97\x23\xed\xcc\xe5\xe5\xcd\xf1\xb3\x6b\xf4\x1f\xc3\xef\x00\x69\x10\x3f\x15\xa6\x50\x7c\xaf\x0a\xee\xa8\x0e\x93\x6d\x8b\x83\x87\xd9\xdf\x3a\x6e\x8e\x84\xf5\xea\x5f\x2c\xfd\xda\x30\xfa\x10\xec\x6b\x8a\x8b\x19\x87\x43\x50\x8d\x24\x67\xab\x88\x54\x89\xb9\x55\x27\x1c\x51\x59\x6b\x2e\x7b\xcf\xef\xe9\x97\x4d\x54\x6e\xc5\x2f\xac\x7c\xa3\x99\x34\x16\x3e\x13\x40\x66\x52\x96\x13\x57\x74\xec\x94\x68\x7b\xf2\x60\x6d\xc1\x72\xc5\x0e\xb6\xe2\x3a\x5a\xbe\xce\x4b\x6d\xb2\xda\x39\xfd\x8c\x02\xe1\xac\x3c\xfd\x28\xc3\xce\xf7\x4b\xb4\x9f\x3b\x88\xcc\x61\xb6\x65\x12\x5c\x6f\x49\x31\x4a\xcb\x4c\x3c\x08\x52\xed\xbd\x49\x5e\x6b\xb6\xb4\x9e\xbf\x10\x9c\xd2\x45\xa5\x4d\xb4\x24\x74\x43\x92\x25\x1b\x77\x6e\x60\xa0\x0e\x07\xf1\xc0\x7b\x9d\x35\x4f\x53\x61\xad\xe4\x55\x7b\xe9\x60\xd1\x3a\x2b\xe8\x4b\xb5\xab\xd5\xcb\x2e\x9c\x93\xcf\x06\x53\x93\xb0\x47\x7b\x6e\x77\xc6\xdf\xbd\x5f\xa3\xbf\xeb\x41\x5a\x29\xf6\xae\x1e\xd5\x31\x32\xc5\x92\x1b\x91\x56\x4f\xb0\x51\x51\x59\x51\x0c\x59\x7d\x4d\xd2\x08\x60\x29\x8a\x22\x68\x78\x79\x8d\x2f\x56\x60\xec\x95\x23\x10\xed\x35\x1f\xc3\x28\xc1\x56\x6c\xef\x0b\xfb\x64\x79\x23\xa5\x18\x32\x44\x9e\x83\x30\x3c\x4a\x15\xa0\xd8\x46\x54\x9e\xd0\xcd\xdd\xc0\x70\x9c\x3a\x88\x09\xc3\xc0\xd2\x68\xd3\x8d\xdf\xa4\x8d\x3c\x79\xd4\x3a\x3f\x44\xab\x97\x48\x61\x69\x8d\x1c\xa4\x08\x3c\x61\xb4\x5f\x52\xe4\x2c\x31\x61\x57\x93\xdc\xbb\xdf\x92\xb0\xc2\x63\xc4\x74\xf2\x55\xc1\xcf\x25\xe4\xb4\xa5\x6e\xa6\x5e\x4f\x33\xc0\x95\x60\xeb\xb6\xd4\xb3\x0b\xbd\x47\xe9\xe6\x31\x52\xf9\x8b\x14\xb5\xb3\x65\x1b\x7c\x28\xd0\x72\xad\x31\x8e\xf0\xf4\x96\x31\xab\x42\xd8\x79\x5a\x65\xb2\xec\x55\x37\x9b\x20\xd2\x6f\xa3\x4f\x6a\x53\x1f\xa5\x9c\x41\xbd\x4d\xdf\xf2\x04\xf2\xb8\x69\x3c\x4a\x0e\x59\x5f\x83\xb7\xe5\xeb\x0e\x95\x2c\xdb\x1a\x31\x9f\x84\xae\x26\xd8\x86\xe2\x57\x1c\xf1\xdf\x0a\x3d\xf4\x59\x1a\x0f\xa5\x83\xb7\x63\xc7\xc1\x4d\xa5\x5b\xff\x37\x33\x24\x8e\xf3\xcb\x5f\xc4\xec\xda\xf5\xd4\x68\x1a\x41\x9b\x22\x2f\xf8\xa5\x74\xdb\xcd\x7c\x90\xbe\xd3\x0c\x2d\x5a\x4d\x0f\x31\x99\x0c\x18\x68\x47\x1e\xf2\x16\x5e\x58\x0b\xbc\xfb\xbc\xd1\x48\x36\x2a\xb5\x9f\x3b\x25\x4e\xb0\x65\x32\x94\x36\xe8\xed\x1c\x7e\x40\xb8\xe8\x3d\x98\xa3\xdf\x49\xd9\x78\x32\xd9\xb9\x70\x83\x78\x0a\x79\x48\xe6\x9f\x36\x0a\x44\xdd\x71\x56\xd2\x28\x65\x4d\x90\x83\xe1\xa4\xb2\x91\xab\x59\x54\x3a\xcc\xd6\xf3\xe3\x39\x8b\x9b\x33\x4f\x59\x55\xa1\xf2\x37\x49\xde\xaf\xcd\xcb\xcf\x30\x67\x1f\x65\x5c\xf3\x5e\x17\x62\x41\x51\x65\xb7\xb8\x40\xac\xd3\xb2\xca\x6f\xfd\x85\x7a\x51\xc3\x70\x70\x6e\xcb\x73\xdc\xb2\x9b\xdf\xf4\x6b\x6a\xf9\x1b\xf8\xaf\xd7\xd7\x27\xcd\x1a\xf3\x32\x87\xff\x34\x78\x24\xeb\x08\x42\xcf\x12\xcf\xd8\x7a\xf8\xad\x7b\x8f\x37\x7f\x78\xa8\x9e\xe7\xbc\x21\x3e\x22\xed\x95\x9c\xf8\x2f\x2b\xc1\x93\x5a\x1a\x93\xcc\x00\x3d\x41\x7a\x25\xdf\xb5\x78\x05\xae\x67\x0e\xb0\xb5\x13\xfe\xd5\xee\xc3\xda\xb6\x09\x29\xeb\x91\xfd\xd5\x4a\xd0\x25\x36\x88\xbb\xdb\x27\xcf\x6d\xbc\xbc\xc1\xa1\xee\xbf\x31\xb9\x6b\xcf\xf1\x68\x56\x47\xcd\x61\x37\x79\xb3\xfd\xe6\x06\xd0\x01\x1b\xdb\xac\xe2\x1d\x5e\xa4\x37\x66\x70\xb3\x78\xc0\x3b\x80\xf3\x92\x0c\x46\x78\x75\x07\xe8\x6e\x1c\x60\xda\x06\x72\x15\x4a\x03\x05\x44\x74\x0b\x8d\xda\x14\xb3\x2c\xed\x04\x49\x46\x7d\x98\xdf\x83\x9a\xe4\x11\x6c\x41\x55\xd6\x97\x32\x1c\x2a\x16\x9f\x74\x67\x20\x81\xb7\xa2\x81\xe0\x8f\x69\x30\x16\x42\xd7\x38\x26\xf4\x9c\x48\x80\x1d\xa8\x57\x12\x15\x43\x8e\x0f\x54\x8e\xc6\xe3\x40\x81\x1b\x2a\xac\x51\xb7\x20\x79\x09\x06\xb2\x23\x33\xde\x03\xae\xa3\x5a\x0e\x60\xd2\x88\x39\xb5\x16\xe5\xd7\xc6\x6c\x2f\x94\x5a\x2b\x03\xc9\x56\x46\x64\x13\xbe\x22\xad\xcc\x64\x16\xa4\xc1\xef\x7d\xfa\x8f\x7d\x66\x01\x87\xe2\x8a\x3c\x94\x8a\x09\x5e\xb2\x8a\x60\xde\x2d\x5f\x1b\x8c\x99\x4b\xf0\xdb\xd6\xe9\xa5\x8d\x5f\x2e\x88\xd1\x92\x33\x5d\xcc\x9f\xdf\x78\x71\x35\x37\xb1\x91\x96\x54\xac\x14\xb6\xf9\x69\x04\x84\x99\xc5\x73\xff\xa3\x95\xf5\xe6\xa2\x9d\x6e\xd7\x1a\xcb\x8a\xfd\xf2\x86\x16\x98\x54\xea\xb8\xbe\x09\x5b\xfd\xf9\x72\x86\x04\x3e\xb4\xf4\x1c\xb5\xd5\xcd\x9c\xfb\xb4\xd2\x82\xfd\xc4\x85\xfd\xce\x34\x0d\xfa\xb1\x78\x8b\x64\x1c\xc0\x55\xc2\x08\xf7\xd1\x1b\x0f\x0c\x16\xe2\xde\xb3\xcd\xcb\xbf\xe8\xe7\x42\xac\xd7\x88\xad\x5d\x00\x30\xf3\xf8\x7d\x9e\x34\xad\x66\x65\x1e\xaa\x91\x15\x93\x74\xda\x19\xc0\x1e\xb9\xb5\x25\x95\x88\x67\x09\x10\xf6\x55\xea\x16\xed\x71\xf9\x3a\x71\xeb\x22\x93\x64\xbc\x8b\x6d\x92\xce\x6f\x88\xfe\xc9\xbb\x11\x50\xfd\xb8\xbc\xf5\x78\x6d\x6b\xe9\x81\x89\xdf\x71\x2f\x2f\xb9\x04\xf0\x11\x7b\xd2\xcc\xe1\xe5\x21\x4a\xba\xcc\x1d\x22\xf7\xaf\x9b\x5e\xdf\xcb\x9d\x8c\xc3\xd8\xbc\xf8\x90\xb4\x02\xb3\x5a\x04\x54\x39\xf6\x6f\xf2\x01\x7a\xe5\xff\x1c\xfc\xd3\x47\x3a\xcf\xca\x6b\xd2\xf5\xe7\xfb\xc7\xc7\xc7\xf7\xa3\xd4\xbe\xbf\xd5\xac\x45\x75\xfc\x58\x91\xb1\x00\x4c\x34\xf6\x96\x7e\x10\xe2\xcd\x03\xf0\xeb\xd5\xc0\xca\x11\xd5\x0f\x3f\xd5\x45\x67\x59\x20\x39\xa9\x56\xbf\x38\xe7\x3f\xab\x7b\xc6\xbd\xe5\xac\x74\x86\xbd\xe5\x44\xa1\x1b\xa4\x86\xef\xf1\x50\xb0\xcd\xbb\x23\xae\xa8\xb8\x25\x07\x61\x02\x13\xc7\x64\x71\x7d\xe5\x26\x8c\x78\x73\xf1\xab\xce\xaa\x65\xfc\x4a\x80\x01\x3c\x96\xf3\x08\x11\xfa\x97\x7b\x40\x55\xe8\x92\x87\x86\x27\xf1\x16\xf7\xe9\x0e\x8a\x01\xc5\x15\x1d\x93\x5c\xdd\x73\xe4\x1c\xba\x65\xd4\xa5\x7c\xcf\xe7\x88\x90\x15\xc0\x13\x86\x4f\x37\xd9\xe4\x45\x44\x73\xb2\xf0\xd9\x47\xcd\xbb\x6c\xb9\x71\x4a\x42\x14\xd7\x6b\x13\x45\x46\x0e\xfc\xad\x94\xc7\x1e\x0a\xaf\xb7\x5f\xfa\xb5\xe9\x89\x76\x23\x1a\x9b\xd7\x05\x14\x83\x60\xc9\xe2\x39\x2f\xfc\xb9\x8d\xf1\x1b\x43\x45\x05\xb5\x44\x24\x6d\x45\x67\x4c\xcc\x49\x6d\xe9\x37\xc0\x1e\x49\x9c\xff\x21\xbf\x50\xa9\x31\x2c\x67\xe9\xc9\x9c\x4c\x44\x62\x80\xcf\xac\x95\xe5\x5f\x77\x18\xd5\xe1\x1f\xf3\x8f\x7e\x80\x92\x6d\xd0\x76\x7d\xe3\x30\x91\xd7\x02\xf6\x15\x7b\x2d\x50\x81\x23\xaf\x51\x6a\x00\xfc\x57\x45\xc2\xbd\x16\xb4\xea\xe6\x6f\x0e\x9b\x14\x2b\xb1\xfa\x49\x2e\x4f\xf8\x53\x4c\x8b\xa3\xb0\xdc\xd5\xbf\x38\x5a\x65\xb3\xd3\x45\x27\x51\x54\x1e\x2a\x98\x0b\x34\x63\xe5\xcb\xaf\x4b\xf9\xf1\x25\xf6\xd0\xdc\x36\x7e\xb9\x9f\x7a\xaf\x17\xba\xce\x75\xd6\x2e\x92\xeb\x37\xbd\x7b\xca\xc9\x95\xf1\x8e\xca\xa7\xa5\xcc\xc1\xf5\xb2\x2f\x56\x4a\x44\xc0\x33\xf2\xb3\xe6\xb1\x76\x25\x39\xcb\xb5\xe1\xc9\x35\x39\x97\x86\x00\x3a\x7d\x5a\xbc\xb7\xd2\x81\xf4\x55\xca\xe5\x89\x4f\x3e\xd3\xce\x81\x80\x8a\x7d\xc4\xf7\x16\xf5\xcb\x04\x74\x0f\x2c\x51\x7a\xbf\x25\x87\x90\xd0\xa0\x24\x63\xa2\xbe\xf6\x32\x24\x8f\x72\x24\x10\x45\x32\x37\x9f\xf7\x5a\x07\x96\x4a\xc6\xd9\x5b\x42\x41\xb3\xc9\x17\xf9\x7d\x7c\x17\x79\x72\x5e\x9f\xf1\xa8\x60\x36\xe1\xbb\x0f\x51\x89\xc7\xc2\x2a\x82\xcc\xa0\x67\x0b\x0d\x20\x43\x4a\x47\xc3\x7a\x9d\xe2\x7d\xdb\xe2\x5c\x86\x2f\xdd\x2d\xdb\xeb\xdc\xa8\xc5\x13\xfc\xce\x0b\x2d\x17\xfb\x16\xdd\x52\xaf\x1e\xda\x6b\x61\x60\x73\x40\x73\x04\x5b\x03\xcf\x6b\x27\x4a\xff\x4c\x02\x6b\xf3\xb4\x06\x89\xd4\xea\x1a\xe7\xa7\x53\x33\xfd\xb4\x57\x89\xad\x80\xbb\x7d\x01\x60\x3a\x0f\xa7\x90\x4f\x74\x8c\x04\x77\x7b\xda\x06\x28\x6d\x9e\x35\x61\xf4\x2b\xe6\xd6\xa5\xe9\x5f\xd7\xfe\x86\x97\xf5\xd4\x94\x7b\x10\x32\xaf\x4e\x1a\xe5\x5a\xd6\x87\x33\x6f\xfe\xf9\x9c\x99\x25\x47\xb8\xaf\xb6\xe4\x4d\x7b\xae\xef\xf3\x2d\x76\x3b\x3d\xdf\x70\xc9\x6d\x76\x87\xc7\x5c\x1c\x0c\xc8\x7d\xa0\x25\xdb\x2a\xb9\x13\xee\xf8\x50\xcb\xbf\xf4\xc0\x14\xed\x4b\x98\x83\x62\x59\x65\x7c\xa6\xa2\xeb\x50\xd8\xb3\x0d\x57\x7e\xcf\xcd\x09\xb8\xab\x77\x5b\x50\x69\xfa\x9b\x5e\xc4\xea\x3b\x76\xa3\x43\xce\xdb\xa9\x7c\x51\x1f\x16\xb2\x50\xa9\x0e\x0f\x0f\x0c\x35\x41\xbe\xc5\xc7\x4e\x5a\xcd\x32\xe2\x24\xbf\x45\xf2\x54\x73\x8f\x0c\xc5\xf9\x8b\x8a\x5b\x77\x96\xf8\x37\x3b\xb2\xb9\x81\x22\x54\x40\xe1\x12\xa4\xba\x3b\x1e\x56\x6b\x68\x91\x29\x76\x7e\x5e\xc1\x54\xed\xda\x72\xd4\x5e\x55\x6f\x6f\x64\xb4\x60\xd4\x04\x4a\xdc\x25\xfc\x8b\xde\x72\x49\xa4\xbe\xb6\x75\xb1\x34\x65\x81\x26\x8d\x1a\x08\x70\x98\x02\xaf\x08\x70\x9d\x99\xef\x33\x10\xad\x7a\x75\xb8\x1a\x55\x18\xe6\x13\xfe\x11\xfc\x3b\xfc\x10\x18\xec\x46\xa8\xcd\xc9\x47\xdd\x6b\x33\x8a\x03\xdb\x5b\x09\x80\xfc\xe4\x24\x87\x33\xae\xb3\xe6\x95\x27\x2b\xdd\xbf\xae\xc7\x28\x6c\xf3\x6f\x77\x83\x0c\x10\x6f\x8c\x69\x47\x5e\xff\x9f\x94\xfd\x01\x62\xfd\x87\x3f\x7e\xc4\x3f\x28\xef\x5f\x36\x43\x20\x74\x64\x4d\x59\x9e\x0a\x6d\x50\x12\x23\x38\xcf\x94\x5a\x09\x4b\x02\xf3\x51\xc7\x19\x54\xd1\x45\x25\x48\xe3\x38\xa0\x4c\x88\xdc\x02\x26\x46\x1c\x0b\xeb\x13\x12\xf1\x33\x88\x16\x12\x4e\xb7\x33\x1e\x35\x39\x6d\x15\xae\xab\x15\xad\x10\x63\xba\xbb\xfa\x84\x40\xa9\x8c\x4a\x2a\x4a\x15\x1b\x2d\xa8\x84\x8f\x03\xf9\x89\x1f\x55\x29\xe7\x09\xa5\xbf\x8b\x6e\x2a\x50\x1f\xb2\xd2\x0c\x87\xd3\xa2\x64\x0f\xc5\x1b\x59\xe7\x94\xc4\x80\x75\xd5\x86\x4a\xf7\x9d\xd3\x00\xec\x3b\xe1\xe7\xca\x0c\x3a\x4b\xa9\xaf\x76\x84\xa9\xfa\x16\xa2\xfe\xc5\x36\xf6\x49\x53\x1b\xcf\x6f\x6f\x5f\x3e\x17\x90\x2b\xe7\x13\x6b\x67\xad\x1d\xcf\x49\x79\x39\xc0\x87\xad\x24\x09\x41\xe5\xc4\x05\x26\x35\xa8\xbd\x16\xc6\xc5\xfc\x30\xfa\x88\x24\xa3\x81\x5a\x3f\xd4\x67\x01\xa7\x8b\x99\x77\xd1\x03\xae\xd2\x2a\xa7\x03\xce\x2c\xac\xba\x4a\xaa\x5c\x12\xd4\x45\x1a\xf1\x50\x74\x17\x8e\x8e\x7b\x79\xe3\x97\x8b\x48\x35\xbe\x7c\xda\x59\x38\x61\xe4\x70\x7c\x59\x7d\x05\x7d\x00\x16\xbf\x43\xfc\x3c\x7b\x8f\x9d\xd4\x7a\x2a\x59\xd4\x30\xd2\x70\x44\xbd\xea\x85\x52\x01\x3f\xe8\xa0\x8a\x48\x9a\xf5\xe2\xfc\x9c\x9a\xc2\xef\x9a\x9c\xad\x4a\xb4\x50\xc2\x8c\xbc\x41\x8e\xda\x04\x63\xec\x72\xc4\x0f\xf8\xb8\x79\xf9\x99\x43\x51\xed\xe1\x65\x2f\x62\x55\xd4\xeb\xf2\x55\xe5\xb6\xcb\x26\x0a\x75\x16\xea\x11\x99\x51\x78\x77\x01\x18\xfd\x75\x7a\xe4\x82\xcb\x51\xd6\x46\x29\x8f\xf9\x11\xae\xbc\xf1\xe4\xc1\xdf\x27\xef\xe4\x60\xaf\x9f\xa5\xda\x42\x3d\xb9\x9c\x59\xbc\x23\x69\x30\xaf\x7e\x36\x59\xb7\x54\xc7\xc7\xa8\xbe\xfe\x46\x3d\xee\x3a\x49\x37\x93\xb0\x9e\x8a\x3a\x2b\x0b\x06\x5c\xf2\xe8\xde\x91\xb3\x7c\x3d\x82\x10\xf4\x38\x18\x61\x9d\x73\x8e\x0a\x2c\xda\x0f\x73\x18\xd0\x75\x9a\xcf\xf2\xc6\x93\x59\xf2\xb2\x3e\x67\x7c\xa7\x1d\x7c\x36\x67\xda\x6d\xd0\x3d\xac\x22\x05\x68\xe0\xec\xdc\x35\x4b\xe0\x54\x61\xfe\xc1\x5e\xa2\x95\x1e\x60\x2e\xb7\x90\xd3\xb0\xcd\x27\x74\x56\x5f\x74\x5e\x5e\xe3\x2f\x20\x13\x5a\x68\x9c\xcf\x00\x50\x30\xc8\x39\x41\x66\xeb\x39\xc1\xec\x28\x1c\xdb\xb1\x1e\xf4\x2e\x94\xfb\xfe\xe9\x74\x7d\xb3\xb5\x5b\xbc\x9c\x58\x56\x44\xaa\xc8\x5d\xa7\xab\x1c\xf7\xec\x4c\xdb\x12\x36\x54\x3c\x12\x8e\xb0\xbf\x1c\x87\x16\x07\xf4\xd5\x10\x2c\x15\xfe\x9d\x14\xdf\x56\x7f\x15\x0a\x9f\xc6\xcd\x91\xa3\x05\xb2\x06\x52\xc2\x52\xb6\x19\xb2\x19\x0e\x69\x09\x96\xe8\x67\xb9\xdd\x62\x25\x21\x5b\xcf\x74\x9b\x76\xf8\x54\x74\xda\x33\x94\xe3\x77\x49\xd7\xa0\xd9\xae\xf2\x0b\x33\x5b\x77\xae\x50\xc2\x1a\x7e\x5b\xe6\x84\xd1\xb8\x88\x12\x04\x5a\x33\x46\x48\xd1\x75\x50\xd6\xe8\x3c\x0f\xf4\x42\x23\x8a\x1b\x40\x6a\x38\x4c\xa8\x00\x6b\x82\x69\x64\x13\xb8\x58\xd1\xa7\x6f\x6b\xe9\x21\xc9\xeb\x5f\x74\x67\xaf\x76\x5e\x9c\x2c\xa4\x51\x38\x96\xb0\xf8\x45\x03\xa7\x7c\xa8\x62\x93\x4c\x8a\x2a\x05\x07\xe6\x9f\x97\x22\xfb\x5d\x02\xdf\x52\x6f\x27\xe0\xc6\x86\xed\x5b\x55\x3a\x30\x13\xc0\x25\xb2\x63\xc8\xb0\x82\x52\x25\x0b\x30\xae\x3b\x7d\xce\x85\x53\x6b\xcb\xb1\xc5\x68\xda\xba\x3c\xa5\x99\x65\x91\x29\x6c\xe7\x60\xab\x55\xe6\xed\x28\x33\xb9\x85\x4f\xba\x2b\x9f\x96\xa9\xb1\xcb\x0b\x30\x14\x9f\xa2\x9e\x5a\x53\xf6\xb4\x55\x3c\x37\xd4\x82\x93\x80\xdf\x3a\xbc\xa6\x15\xad\x32\x13\x27\x37\x24\xde\x92\x45\x01\x5b\xc9\x7b\xed\x41\x23\xa2\x79\x8c\xe1\xd9\x99\xcd\x1f\x4e\xfc\x4f\x1e\x79\xd0\x6d\xad\xcb\x7b\xd0\x2f\xdd\x28\xab\x55\x65\x80\xed\x21\x5c\xfe\x03\xf1\x0d\xbd\x1f\xb6\xb7\x6d\x47\xd9\x17\xee\x75\x69\xbf\xa7\xee\x7f\xbb\x33\xbd\x0b\xa8\xa9\x9c\x3e\xa4\x3b\x3f\x13\xee\xfb\xe5\x03\x56\xdb\x6e\xf9\xec\x42\x4a\x45\xec\x55\x11\x0e\x0f\x63\x0e\x37\x60\x69\x03\x4c\x18\x8e\xae\x13\x94\x53\x4d\x92\xea\xda\xbe\x7d\x03\x99\x71\x7a\xef\x9b\x1b\xea\x63\x3d\x6e\xae\x1e\x48\x37\xb4\x79\xe7\xb1\x8b\x7f\x8c\xf1\x73\xc8\x77\x29\xd3\x6f\x9a\x11\x42\xef\x04\xbd\xc3\xcb\x66\x6a\xf0\xff\xbf\x3c\x68\xd6\xc3\x23\xc8\x7f\xd9\x2c\xeb\x19\x24\x70\x48\xab\x98\x81\x33\xf4\x3b\x7f\xd6\x9a\xaa\x39\x8b\x04\x72\x68\xee\x2c\xe5\xc0\xe6\xbe\x62\x96\xe7\x7f\xe1\x36\xca\x2c\x19\x0a\xb7\x41\x46\x91\x9f\xd5\x17\xd8\xa2\xe1\x32\x70\x0a\xa2\x4b\x71\xd4\xb9\x34\xa8\xa9\x59\xa3\x71\xcd\x7d\x86\xba\x20\xd7\xc3\x80\xfc\x3b\x5a\x6d\x94\xac\x17\xcc\x3e\xd4\x5f\x83\x7f\xd7\x5f\xdf\xd0\x95\xd8\xff\x9c\x33\xe5\x2f\xd0\x18\xc9\xee\xe7\x16\x9b\x97\x9e\xfc\x87\xc1\xb4\xd1\xd2\xd4\x68\x56\x8f\xeb\x34\x1b\x0e\xac\x0f\xa2\x6f\x63\x7a\x59\xcd\x6b\x86\xff\x2d\x35\xe3\x5a\xe4\xdc\x7b\xb8\xd7\xbf\x00\x0f\xfc\xbd\x99\x42\x4e\x7e\x25\xb7\x15\xf7\xe2\x54\x65\xec\xe8\xa4\xf2\x06\xa9\xaf\xc0\x93\xc0\xc7\xed\xc9\xc9\xce\xe9\x67\xfa\xa3\xdc\xda\xb4\xe9\x24\xf2\x2d\x5b\x57\xa9\x35\x36\xad\xd4\xf4\x2a\xd6\xe3\x71\x13\xf0\x24\x57\x3d\xdf\xf5\x03\x98\xd1\xa9\xd8\x99\x9f\xc2\x5a\xfc\xc5\x19\x01\x7f\x42\x1e\x4d\xa5\x9e\xb7\xd5\x99\x9e\x66\x29\x0b\xdd\xf3\xea\x5c\xcd\x7a\xf5\x6d\x2f\x7c\x4f\x9e\x31\x77\xbd\xd7\x3c\x76\xb0\xaa\x73\x9f\x4e\x76\x7c\x66\xe5\x59\xc2\xc9\x1f\xa2\x0d\xbe\xfb\x31\xc2\xf2\xc2\xe4\xa7\x26\xc9\x9c\xf9\x37\xcb\x24\x3f\xaf\xf2\xf4\x88\x7d\xc5\x7d\x24\x72\x2a\x7f\xc8\x14\x9e\xa7\x86\x6c\xbd\xa7\xe7\xeb\xeb\x72\xc0\x7f\xc3\xb2\x3a\x76\x9f\x03\xe2\x28\x00\xb2\xc1\xfc\x59\x7a\xa6\x77\x01\xf1\xb9\x87\x57\xe3\xae\x16\x5e\x3d\xed\x92\x1d\x8a\x7a\xec\x25\x2f\xfb\x26\xd7\xf5\x19\x07\xfe\xca\xae\xea\x59\xbe\xc9\x8d\x23\xf9\x8d\x24\xee\x89\xe1\xca\x3d\x6d\x28\x90\x5b\x45\x40\x35\xdd\xe4\xdd\x60\x76\xcc\x56\x8f\x51\xf0\xc1\x0d\x7f\x09\x0c\x7b\x2c\x93\x0f\x9c\xf3\xce\x40\x3b\x31\x21\x0c\xa5\x9e\x88\x40\x6e\xd9\x5f\x51\x7d\xb5\x2a\x7c\xa8\x10\x9c\xf1\x18\xcc\xeb\xdd\x90\x84\x4c\x07\x3a\xc7\x9a\xde\xb2\x15\xa7\x03\x1b\x34\x77\x8b\x73\x5e\x77\xce\xbb\xba\x32\x98\xb1\xe2\xd2\xd3\x55\x62\x28\xe7\x25\x6b\x54\x8e\x62\xfb\x89\x77\x26\x48\x0f\x0a\x3c\xf6\x29\xce\x78\xda\x9d\x5c\xcc\xc9\xac\x92\x9d\x83\xb6\x04\x88\xfb\x87\x3d\xa4\x5d\x88\xae\x16\x6d\xdb\x91\xa5\xd7\xd8\x69\x13\x4b\x8d\x48\x6e\x2c\xcb\x8d\x37\x02\x7f\x3d\x32\xa4\x91\x95\xac\x7c\x66\xdd\x47\x28\x57\x94\xb2\xa9\x2f\x5d\xdc\xfd\x80\x6d\xd2\xf9\x4f\x19\x70\xee\x66\x3a\xa4\xb2\xc7\xc8\x99\xde\xed\x7e\xe4\x9a\x82\x9a\x03\x0b\x87\x6b\xc7\x91\xdb\x58\xe9\x93\x4e\xc3\x16\x4d\xb6\x9d\x6b\xcf\xa3\xf6\x53\x59\xa7\xee\x15\x45\x42\x7b\xcc\xce\x93\x9b\x7b\x8e\x42\x53\x4a\x72\x62\x26\x29\xdf\xcd\x95\x9d\x89\x9a\xe3\xf4\xf1\x1e\x8d\x30\x1e\xd9\xfd\x3a\xf3\x89\x85\xb8\x62\x53\x3c\x1f\x9f\x8b\x57\xf8\x81\xc8\x57\xad\xf6\xeb\x71\x9d\x94\x37\x68\xd5\x26\x48\xc3\x22\xe6\x3e\xd2\x9b\x79\xca\xca\x55\xe5\xa8\x60\x1d\xfc\xfb\x0a\x11\x87\xaf\x38\xfc\xc8\x4a\x67\x93\x71\x29\x2a\x7c\x4a\xd8\x72\xb4\x50\x09\x93\xd1\xa1\x38\x6c\xa2\x4d\x72\xd2\x6c\x10\xba\x1c\x92\x7e\x9b\xbc\xbd\x8d\xdb\x4f\xc1\x16\xb0\x94\x04\x55\xe8\xab\xd3\xc0\x7c\xfc\x98\x6b\x58\xe4\x4e\x7e\xdf\x90\x9f\x48\x1e\xd1\x2a\x5b\xca\x1d\x31\xb5\x42\x5d\xbb\xa1\xfa\x12\x15\x52\xb4\xa3\x69\xd9\xd3\xb9\x30\x16\xd7\xab\x94\xc8\x13\xfd\xbf\x66\x9d\x47\xb4\xac\x14\x17\xef\xe2\x9f\x05\x4a\x38\x40\xbf\x3f\x80\xbf\x0a\x69\x9c\x86\xb5\x62\xe7\xfc\x99\xad\xbb\x67\xde\x08\xf6\x56\x0a\x66\x21\xc8\xc6\x84\x2f\x72\x94\x61\x7a\x8f\xa0\xdc\x2a\xd2\xb1\x33\x89\x84\x7e\xd9\xd5\x28\x44\x9b\x0c\x61\x2d\x77\xb8\x81\x35\xc0\x35\x22\xcd\x5c\xc0\xc1\x59\x4f\xf3\xba\xe6\xbc\x13\xfc\xd6\xbd\xb6\xc6\xa9\xcc\x84\xe8\xdf\xf9\xe6\x10\xd9\x2e\x86\xf0\xa5\x46\xd9\x9b\xd7\xac\x8f\xbc\x31\xf6\x17\xe6\xd9\xb7\xcf\xfd\xf8\x9a\x53\xd7\xd9\x2b\xa7\xc8\x7a\xcc\xd3\xfd\x2e\x39\x55\xed\x8f\x5b\x37\xe6\x3a\xb3\x17\x5d\x30\x73\xfd\x38\xc3\xa0\x64\x9a\x2e\xa4\xc9\x54\xeb\x7e\xff\x45\x21\xc2\x77\x8a\x0b\x31\x6e\x05\xee\x2c\x38\x10\xfa\x81\x37\x2a\xfd\x52\x61\x66\xca\xa2\x16\x75\xbf\x93\x9d\x85\xbc\x2c\x40\x52\xb6\x8b\x44\x9a\x73\xa1\x73\x12\x6c\xb9\x00\x92\xd9\xd3\x1f\xa8\x71\x46\x81\x75\x5c\x75\x4b\x85\xce\xf8\xeb\xe8\x65\x3c\xc9\xab\xdb\xfd\xf9\x39\xa6\x23\xb0\x2c\x8d\x81\x1d\x74\x98\x1f\x19\x9c\x83\xd7\xac\x5b\x52\x71\x67\xca\x11\x35\x0f\x30\x19\xaf\xa6\xf4\x3e\xc7\x53\x79\x87\x70\xba\x9d\x0b\xd7\x6c\x81\xb4\xb4\x72\x1d\xcd\x08\xa6\x18\x9d\xb8\x30\xf3\xda\x50\xb5\x5e\x29\xc5\xf4\xee\xe9\xe6\x8f\xe7\x89\xbf\xe6\x9c\x0a\x33\x96\xe6\x0c\x3d\x78\x83\x3f\x1d\x04\xa0\xc0\x3c\xbe\x40\x0b\xde\xb7\x45\x4b\xcd\xd3\xaf\x65\xad\x88\x34\x5d\x64\x58\x1b\xd7\x87\xc9\x74\x2a\xcc\x52\xb5\x4e\x4e\x5f\xa1\x51\x88\x24\x45\xb4\xd8\xf8\x0e\xc9\x99\x87\xda\x59\x54\x23\x66\x5c\x3d\xf2\xbe\x8b\xb6\x8d\x31\xc1\xe2\xe4\x73\xfa\xcb\xbe\x0a\xbf\x23\xcb\x96\xe9\x9e\xee\x4f\xbc\x49\xab\xc7\xb3\xa4\x9d\xcc\x59\xae\xd7\xc4\x34\xbd\x5d\x8a\x08\xb1\x60\xd8\xef\xfe\xad\xf6\x8a\xab\xdb\xa1\xf5\xdd\x70\xa0\x99\x8e\x89\x33\xaa\x8f\xf0\xed\x8e\x6e\x7f\x99\x0c\x99\x70\x5a\xe6\x7b\xbd\xec\xed\x4a\x4e\xf7\xb5\x11\xb8\xcf\x4c\x9d\x0e\xf5\x4c\x0f\x92\x73\xa4\x0e\xf9\x6a\x46\xe5\xb8\x59\x91\x57\xa2\x6b\x71\x92\x92\xf7\x3e\xdb\xe7\xcd\xdb\x47\x79\xd1\x8a\x03\x56\x8f\x23\xd5\xb4\x34\x52\x96\xa9\x65\x06\xbf\x48\x4b\x78\x5f\xdd\x21\x4f\x68\xf0\xf7\x6d\x5b\x22\xce\x82\xce\xa9\xa3\xab\xca\x6f\x3f\x17\x05\xb3\x8c\x8a\xc9\xdc\x69\xf5\x1c\xe4\x76\x4d\xfd\x9e\xe8\xb1\x7b\xcd\x88\x92\xcb\xe0\x03\x0b\x49\x32\x4a\xae\x5d\xfb\x06\xe0\xaf\x03\x01\x3f\xf6\x83\xfe\x9f\xe4\xf1\xb5\xcf\x7f\xca\xbc\x73\xea\x1c\xc6\x50\xb9\x59\xfd\x7e\x5d\x3b\xb3\xf5\xe0\x4e\xe7\x6f\x67\x7f\x5d\xbb\x42\x31\x58\xe4\x80\xb3\xf1\xfc\x76\xe7\xd6\x02\x3d\x26\xa9\x91\x00\x2b\xfc\xba\x36\xd3\x77\x28\xb9\x6b\xa1\x6f\x5b\x57\x91\x8c\xa2\x42\x77\xfe\x2a\x19\xab\x66\x7a\x63\xab\xd5\x89\xe5\x65\x99\x77\x42\xc4\x3b\xd6\xbe\x59\x2c\x9a\x72\xea\x9c\xd2\x5d\xa3\x5e\x02\xa6\x6d\x87\x62\x18\xf5\xbc\x7a\x67\xd8\xcb\x0f\x4b\x7c\xe8\x39\x6d\x6e\xe9\xb9\x0e\xf6\x10\xfb\x1c\xe6\xec\x50\x91\xd5\x97\xa1\x9a\xb3\x6c\xc6\xdc\xe7\x38\x37\x23\x7c\x49\xde\x3b\xce\x1f\xd3\xc7\x6a\x58\x03\x74\x08\xc2\x5d\x1f\xb1\x1d\x9a\xfd\xc7\x0e\x6d\xd3\x1a\x93\x7f\x74\x6d\xbe\x0f\x8d\x54\x4d\x58\xc9\xb4\x4a\x0e\x18\xe6\xd5\x6a\x54\x57\xdf\x5d\xeb\x4c\x9f\xeb\x5e\x9e\xda\x5e\xb8\x60\xdf\x78\xad\x26\x3a\x7a\x95\x46\xe2\x66\xdc\x4a\xab\xf5\xa8\xb8\x39\xff\x82\xe4\x82\x95\xf7\xd4\xa7\x1c\xf0\x31\x90\x47\x9a\x13\xa5\x16\x65\x55\xd3\x35\x24\x75\xda\xf4\x12\x9b\xfb\xb6\x4f\xcf\x5b\x55\x89\x59\x56\x15\xd1\x08\x56\x26\xa3\x69\x67\xe6\x7b\x74\xd0\xc4\x08\xa3\x3b\x0a\x9d\xaf\xeb\x86\x88\x7b\x38\xe3\xb2\xcf\xd2\x44\x3c\x84\x09\xc7\xa0\x85\xed\x93\xe7\xd0\xdd\xcc\x3c\x01\x23\x75\xdd\xee\x1b\x31\x25\xf2\x29\xd5\x00\xc1\x5a\x8d\x12\x2e\x51\xc2\xd9\xfd\xc9\x25\x17\xa3\x40\xd0\xfb\xad\x73\xf5\x9b\xee\xc5\x87\xd9\xde\xd4\x80\x75\x45\xe9\x04\x86\x0f\x63\xef\x55\x6b\xb8\x19\x65\x6a\x60\x1e\xdb\x2f\x5f\x64\x6a\xa8\x95\x1d\x8d\xc2\x46\x76\x5d\xbf\xa0\xad\xbc\x94\xb7\xae\x54\x61\xc7\x35\x91\x06\x82\x1e\xab\x63\x37\x52\xad\xd4\x22\x15\x7d\x81\xbe\x56\xcb\xf6\x08\x76\xd5\x00\xf9\xa7\x16\x79\xb0\xea\x21\x9a\x4c\xfd\x1e\x95\xc5\x3d\x00\x25\xc9\x4c\x15\x74\x3d\xa7\xd5\xf3\x8e\xb5\xdf\x54\x3c\xf4\x1f\x51\x19\xd3\x5a\x9b\x26\x50\x8b\xb9\x60\x67\x43\xb4\xea\x0c\xc5\x71\x9a\xa4\x4d\xa8\x08\x92\x13\xc5\xa9\x70\x5e\xbf\x05\xc5\x2a\x3f\x35\x69\x94\xd0\x9e\xca\xa4\x0f\x89\x4f\xde\x7e\x70\x1b\x3b\x6d\x88\xd5\x48\xaf\x25\x1d\xc3\x27\xf3\x61\x48\xcd\x56\x39\x6d\x01\xa5\x94\x71\x7d\x38\x88\x8f\xed\x77\x17\x67\xb7\x27\xbf\xa5\xc0\xbc\x95\xbc\x51\x64\x2a\xf7\x1a\x89\xd7\x9c\xdd\x44\x39\x2c\x8f\x46\x39\x03\x38\x84\xdf\x77\x1e\x41\xa6\xba\x1e\x02\xf4\x0f\xa3\x30\x43\xf0\x1a\xb4\x4f\x6d\x33\x06\x62\x88\x64\x74\xa8\x55\x3e\x16\xe1\x9b\xbc\xc9\x68\x89\xdc\xf8\x4c\x73\xeb\xd3\xf3\x96\xce\x81\x44\x62\xdc\xbb\x65\x74\x22\xfd\xe6\x3c\xb1\x76\xfd\x68\x8c\xcd\x9d\x94\x61\xe3\xd2\x90\x7c\x5a\x75\xf3\xef\x1d\x22\xc7\xf9\x97\x56\xbc\xd8\x42\xe7\xc5\x25\x5b\x4e\xc1\xe4\xcd\x25\x11\xdd\x85\x52\xa0\xd4\xa2\x9b\x60\x85\xbf\x93\xca\xeb\x37\x8c\x0a\x1f\xdc\x61\xa6\xa9\x3c\x51\xc6\x7c\x31\xf7\x6f\x00\xf9\x40\x0a\x7d\x88\xb4\x47\x64\x9e\x47\xa4\x5e\xb6\x2a\x91\xaa\x02\x2a\xd1\x5d\x00\xe2\x17\xd4\x00\x70\x7a\x12\x9d\x9d\x34\xdc\x7b\x80\xa9\xb3\x82\x7f\xef\xd0\xc6\x93\x49\x80\xe9\xb4\xaf\x75\x1f\xdc\xcc\x23\xc2\x1a\xbe\x81\xfe\xa0\xbb\xa8\xa0\xc6\xc3\xf0\x9b\x57\x7f\xe0\xe0\x0b\xb7\xa2\xbb\x15\x4c\x38\xdf\x3b\xc4\x0c\xa5\x50\x4c\xd6\x25\x71\xec\xfe\x58\x58\xc7\x44\x93\x80\xc0\x14\xbc\x60\xdc\x1a\x59\x29\x49\xc6\x4d\x0a\x64\xe0\x3a\xe8\x10\xa3\x6c\xcd\x92\x3b\x33\x23\x4a\x89\x5b\x8c\x54\x40\x31\x56\xa4\x57\xfe\xa2\xc4\xa8\x8a\x1f\xba\xd3\x99\x5b\x50\x20\x94\xfe\x91\x04\x8d\x19\xd2\x1d\x3c\x96\x82\x5c\x9e\x5a\xca\xe4\x15\xae\x62\x6e\xda\x62\x81\xa1\xb0\xb1\x66\x34\x82\x4a\x3f\xce\x5b\x34\x3c\x51\xdc\xbc\xfc\x7c\x7b\xee\x7b\x1d\xb4\xef\xf9\x76\x72\x30\xa4\x35\x7d\xcb\x2d\x3f\x3b\xfd\x5d\x66\x51\x46\x26\x8a\x5b\xb4\x3d\x67\x65\xf2\x24\x32\xb3\x6b\x39\xeb\xe8\xb4\xbb\xab\x40\xe0\xe1\xa8\x15\x55\x16\xf0\x65\xb3\x3b\x54\xb5\x16\x8f\x54\x45\x7d\x20\xd5\x6d\x85\xca\x79\xb5\x0d\x8d\x30\x49\xc6\x81\x71\x32\x06\x39\x4a\x3c\x80\x5c\x2b\xa5\xa1\xc5\xa1\xbe\xa0\xb7\xfa\xe5\x6f\x3f\x7a\x56\x90\x88\x79\x4e\x26\x32\x56\x8e\xe9\x4c\xec\x89\x72\x9b\x74\xc4\xbc\x9e\x1c\xa6\x59\x1c\xe3\xac\x91\x69\xd2\x59\xb6\xb1\xf0\x73\x16\x67\x09\x0f\x50\xc1\xf9\x61\xf8\x79\x75\xac\x35\x66\xe5\x54\x0b\x0e\x49\x59\xf0\x41\x75\xac\x9a\xf6\xaa\xc9\xfa\xfa\x57\x06\xa3\x34\xd8\xff\x3a\x3d\xbe\x9a\x44\xc1\x48\x2d\x1e\x0a\x31\x7b\x12\x65\xc5\x0d\x6a\xd8\xc0\xab\xd2\x02\xbe\x2f\xec\x62\xb5\x3d\xce\x6c\x40\x74\x1e\x6a\xc2\x0a\x8e\x56\x87\x60\xbe\xb4\x7f\xec\x6f\x23\x53\x47\xef\x3f\x55\xac\x1e\x33\x04\x18\xab\x73\x3e\x2f\x3a\x33\xaf\xd3\x3d\x3a\x63\xd9\x36\x5a\xd7\xb0\x70\x4b\xa1\x0e\xba\x54\x61\x8c\x72\x89\x83\x94\x7b\xb7\x15\x64\xa2\xdc\xdd\x44\xc5\xfd\xda\xaf\x8e\x35\xe2\x26\x4e\x11\x11\xd8\x99\x22\xa6\x1d\x30\x16\x13\xf6\xd3\x26\xe0\x80\x80\x03\x5b\xb3\x9d\x8b\x7a\xfe\xba\x03\x4b\xf0\x3c\xc8\x41\x3a\x1d\x3f\xc7\x8d\xe4\x7a\x04\x65\x69\x9a\xa8\x15\x84\x8a\xe0\xc3\x12\x98\x30\x88\xad\x06\x1e\x34\xa7\xf8\xc9\x13\xc3\x95\xa5\x0f\x6d\x30\xbe\x50\xa6\x54\x27\x12\x10\x6a\xa5\x70\x5b\x51\x79\xe0\x32\x61\xac\xf6\x68\x30\x85\x21\x7a\x57\x66\x95\x4d\xfc\xc4\x9a\xe5\xe0\x69\x9b\x91\x16\xf5\x90\x14\x00\xde\x6e\xec\x41\xa1\x5d\xc5\x6d\xff\xdc\x9e\xef\x41\x58\xcb\xe9\xf8\xd9\x66\x4e\xc3\x2e\x52\x7a\xc3\x44\x38\x9f\x8d\x73\x3b\xe9\x29\xf8\x57\x13\x81\xdb\x17\x0d\x7d\xf0\x1d\x42\xe9\x63\xae\x3f\x28\x9b\x4d\xe8\x72\xf1\xef\x43\x7f\x9b\xfc\xae\xb9\x66\x8e\x1b\x0d\x17\xd8\x83\xe2\x2f\x7d\x7c\x7c\x18\x60\x3c\x4c\xf1\x5d\xa0\xe2\x9f\xf9\x5f\xf9\x8a\x4f\x78\x27\xc5\x41\xfc\xaf\x7c\x91\xe7\xbf\x38\x47\x69\x81\x8c\x3b\x72\x01\x38\x53\xe0\x2b\xc0\x1f\x36\x43\xbb\x2f\x55\x58\x51\x4c\x62\x4a\x13\x28\x6b\x0e\xfc\xc5\x7b\x81\x93\x3f\x46\x94\xac\xb3\x22\x49\x3b\x2b\xf2\x55\xfb\xf5\x66\x82\x50\xed\x11\x53\x83\xea\xae\x73\x9b\xa5\x72\xeb\x32\xc3\x0b\x8c\x4b\x92\x08\xe4\xbd\x6a\x3a\x81\x04\x20\x8d\xcb\x71\xad\x38\x28\x5f\x82\xc3\xf2\x45\x20\xf3\xc2\x37\xb9\x64\x34\xa6\x94\x23\x57\x25\xd9\x08\x7f\x44\xaa\x53\xd4\xf9\x34\xe4\x23\xa9\xb3\x2b\xd8\xc8\x79\x15\x81\x3a\x13\xbc\xfd\x91\x5d\xaa\x6e\x54\x17\x46\x94\x3a\xd3\xab\x62\xc7\xcb\xa9\xa0\xae\x60\xd6\x85\xbd\xa1\x53\x9c\x3b\x15\x91\x28\x5c\xb9\xd4\x99\xff\x99\x52\xcf\xf3\x99\xb9\x82\xba\xac\x6f\xd7\x36\x7f\x38\xe7\x07\xc4\xcd\x70\xb8\x9c\xd0\xe0\x2c\x1d\xb7\x32\x0d\x2f\x29\x47\x6d\xd7\x30\x29\xfb\x87\x3c\xa2\x3c\xc7\x25\x6c\x11\x9b\x69\xcd\xeb\x5c\x16\x20\xac\xcf\x27\x98\x76\x4b\xaf\x4b\x98\x72\x6a\xd6\xc8\x24\x2e\xf8\x44\xfe\x08\x74\x59\x4f\x58\xc7\x5e\xfc\x01\xfa\x76\x05\xd1\x58\x23\x9d\x50\x57\x32\x86\xa7\xef\xc7\xe7\x7b\xf0\x55\x98\xe1\x6a\x54\xab\xa0\x83\x3c\x3e\x5a\x68\x27\x9f\x1d\xc8\xb4\x6f\x61\x74\xe7\xd1\x37\xdd\xc9\xc5\x0c\x44\xd2\x6a\x6a\xa0\x07\x97\x7a\x00\x01\x52\xd5\x8a\xef\x10\x25\xc1\x64\xc0\xf9\x50\x09\x8a\xf2\xb8\xdb\xc5\x77\x23\x38\xd0\x66\xd6\x94\x84\xfb\x0f\x50\x00\xab\xc5\x8f\xf8\x7f\x9e\x4a\x65\xce\xe6\xcf\x4b\xe9\x65\xf3\x57\xcd\x93\x87\x81\xc0\x1d\xc4\x1f\x3d\x00\xc7\x90\x39\x28\x25\x61\xf1\xc3\x24\x38\x58\x09\x06\x0f\xaa\xc3\x33\x96\x36\x4a\x64\xee\x19\xfc\xf0\xc8\xe1\x40\xce\x1e\xaa\xb8\x56\xb6\x6f\x7c\x63\x01\xd1\x09\x21\x18\xff\x98\x60\x29\x1d\x15\x29\x75\xcf\x8b\xca\x42\xc6\x67\x0f\x9d\x86\x32\x9e\xd8\x68\x51\xcf\x9c\x48\xaf\x9e\x3a\x1a\xbc\xfb\xc0\x78\x68\x04\xc0\x70\x08\x90\x88\x61\x35\xcb\xfc\xb2\xb5\xd4\x18\x08\x3e\x04\xfe\xac\xda\xc0\xf8\x3d\xfe\x82\x71\x77\xad\x1a\x86\xef\x05\x49\xd4\x08\x31\xf6\xab\x82\xcf\xb5\x62\x3c\x66\x18\xec\x7b\x6d\xdf\x80\x43\xc2\x4a\x69\x2d\x29\x1e\xf9\x60\x30\x30\xc7\x0d\xce\xd1\xb5\x19\x95\x40\x86\x7c\x2d\x65\x09\x8e\x55\x1b\x08\x5e\xc2\x78\x78\x90\x24\xa0\x16\x9d\x8b\x25\xc3\x71\x4c\x7d\xb1\x79\xad\xbd\x79\xf1\xb6\xa2\x2d\xe8\xcd\x13\x35\x8f\xe3\x43\x01\x84\x61\x87\x0f\x7e\x68\x67\x0f\x33\xe4\x4d\x06\x43\xaf\x39\x29\x89\xa5\xb8\x75\x7a\xa9\x33\x7b\x91\x05\x96\x9e\xa3\x82\xc9\x8b\xde\xe6\xb1\xd9\x0f\x92\x33\x78\x9b\x45\xd9\xac\x63\x80\x64\xe1\x35\x03\xab\x90\x61\x27\xbe\x55\x5f\x22\xd9\x48\x65\x6e\x22\x2b\x0c\xf5\xcc\x7a\x60\xdf\x16\xba\x39\x8d\x95\xc6\x7b\x7d\x47\x57\x70\xbb\x21\x7f\xbe\xc2\xf8\xc9\xa5\x60\x27\x23\x55\x77\x8f\xe2\xf3\x6c\x90\x12\x5f\x51\xe4\x71\x26\x77\x50\x2f\x20\x89\xee\x70\xda\xda\xc1\xc5\x4c\x61\x12\x31\x71\x55\x89\x4a\x67\xce\xd8\x71\xd7\x30\x0f\x9a\xb5\x12\x46\x5f\x0c\x84\xe1\x1c\x80\x3a\x85\xbf\xa4\x0d\x05\xea\x67\xf2\x34\x47\x89\x40\x51\x7a\xe8\x3a\xe9\x59\x58\x7e\xe0\x7c\xc8\xe4\xa0\x31\x60\x4f\xc6\x66\xdf\x34\x2e\xec\x82\x6b\x63\x4f\x12\xa5\x42\xd7\x7e\x25\x8e\x0a\xbd\xbb\x38\x8b\xba\x01\x01\x0d\x1b\x0d\x15\xe9\x78\x93\x18\xa2\x25\x2f\x12\x02\x8f\x83\x05\x7b\x9c\xb8\xac\x7c\x50\xba\x31\xcf\x8b\x4d\x8d\x3d\x56\xac\x9a\x2a\x1b\x4e\x8f\x9a\x94\x1c\x47\xc0\xf3\xb8\x05\x29\x8a\x87\x87\x6b\xd5\x7a\x84\x8f\xa3\xca\xfb\xcc\x17\x15\x13\xf7\x58\xe7\x3e\xd2\xed\x70\x72\xdd\x12\x5a\x00\x48\x69\x0e\x8b\x81\x71\x22\x6b\xc6\xfd\x44\x04\x73\x3b\x3d\x15\x9d\x63\x69\xa1\xd9\x22\x7c\x68\x8a\xd9\xde\xf8\xfe\x58\xe5\x34\x14\x55\xee\x8d\x80\x18\xda\x66\x1c\xa3\xbf\x4d\x3a\x9a\x67\xd6\xe5\xf1\xe0\x4f\xe4\x35\xf4\x0e\xa2\xf3\x4b\x99\x02\x99\xad\xea\xdb\x5f\x5f\xde\xbc\x72\xc2\x8b\xa1\xee\xd1\x02\x4c\xd6\xaf\xce\x93\x0d\x7a\xd5\x0f\xbc\x21\x94\x9b\xd5\x86\xce\x99\xf4\x54\xf9\x1a\x5c\x12\xc1\x9f\x6f\x29\x3d\x4d\x4a\x67\xce\x47\x90\xd6\x4b\xe5\x22\x41\xfe\x44\xe9\x40\xd4\xda\xe9\x1e\x92\x51\x85\xa3\x83\x83\xef\x07\x94\x70\x7c\xa4\xc5\xbe\x12\x36\x8c\xcf\xd7\x5a\x45\xc8\x94\xa7\x25\x79\xc1\xa0\xc4\x78\x4f\x3c\x7a\x1a\xfc\x41\x9e\x35\x18\xa4\x8f\x76\x25\x41\xaf\xb7\xe9\x1f\xbb\x80\xee\xd2\xc3\xf0\x1f\xfb\x63\x8d\xdc\xd3\xb8\xec\x03\xfa\x3b\xf0\x41\xcc\x12\x7f\x0c\x7f\x05\x87\xe1\x2f\xbb\x18\xb3\x1e\x50\xda\x3f\x02\xf9\xbf\xa2\x89\x80\xd2\xfd\xe5\x80\x8d\x60\x47\x02\x04\x7f\x07\xaf\xec\x83\x82\xfd\x5c\xb0\xef\xd5\x4c\x0d\x60\x3a\x50\xbd\xc2\xa9\x2a\xaa\x7f\x89\xf8\x45\xc6\xe2\x87\xfc\x39\xc0\x9e\x06\xd1\x00\x78\x08\x3f\xf7\xab\x98\x64\xea\x24\x7a\x97\x2a\x43\x9a\x90\xe4\x78\x5f\x79\xe4\x04\x80\x3d\xd1\xc4\x14\x78\x9c\xbe\x29\xb0\xc5\x1b\xf3\x55\xd0\xc8\x3b\x70\x50\x90\x24\x35\x3e\x73\x83\x83\x1f\x04\xd9\x33\x6f\x00\x14\xe7\xf2\xca\xfa\xe4\x1c\x3e\x84\x8d\x8f\xad\xac\x4f\x52\xa4\x5a\xfb\x25\x9a\x70\x4d\x15\x39\x1f\x36\xfe\xcb\x57\xdd\x08\x72\xb4\x7b\x92\xff\xac\x55\xd3\xe8\xf7\x7b\x28\x9f\xf3\x9e\xb4\x5a\x19\xda\xf3\xaa\x43\x76\xab\x14\x20\xef\xd0\xdd\x0b\x79\x0b\xa5\x35\xa0\x11\xf2\xb0\x3a\xe9\xfe\xf6\xd5\xe7\x9d\x07\xe7\x35\x43\x8b\x07\x8d\x93\x66\xc3\x5d\x46\x62\x7f\x86\xb4\x29\xbe\x44\x73\x24\x3d\x28\x19\x65\x94\x60\x68\xf1\x46\x52\x6f\x33\x71\xc5\xe9\x6b\xb4\xb1\x8f\x75\xaa\x0a\x47\xd3\xa8\x47\xcd\x4f\x7d\xab\xa7\xbf\x39\x64\x5c\x22\xeb\x1e\xab\xff\x7e\x01\xe3\xec\x3e\xd2\x95\x68\x82\xa2\xe8\xd5\x33\x13\xb7\x45\x6f\x36\x1e\x22\xe3\x8b\x5c\x0f\xe7\x25\xcf\x8a\xb2\x10\x3c\x23\xe7\xb0\xa9\xc5\x3e\x99\x05\x55\xb3\xc2\xc0\x95\xc3\x06\xf0\xfd\x61\xf1\x10\xff\x9b\xc3\xb5\xa9\x6b\x8a\xf3\x55\x61\x82\x83\x52\x8d\xbd\x7c\xb4\x5f\x8b\x79\x04\x67\x85\x6b\xcb\xcb\x8d\xe8\x85\xe5\xa6\xbf\xd2\x6b\x95\x44\xa9\x11\x30\xed\x46\x3d\xb1\xb2\x4f\xd3\x78\x53\x3e\x97\x14\x03\xaa\x61\x95\x9d\x50\xd0\x4c\xd2\x45\x49\x14\x84\xc0\x50\x9e\xd0\x52\x2d\xaa\x8f\x20\x5e\xe3\x02\xde\xe6\x0b\x6f\xfb\xe2\xcf\xc0\x38\xe8\x75\xe7\x44\x52\x64\xa3\x80\x3b\xb2\x28\x69\x07\xe5\xf0\x7e\x4b\x33\xbb\x63\x1d\xd6\x3c\x6e\xdb\x42\x51\xe1\xb3\xed\x8d\xb7\xd8\x10\xd9\xfa\x7b\x79\x6c\x88\x80\x2a\x4a\x6f\xed\x0f\xf1\xb9\x2e\x94\xc2\x16\x38\x99\x71\xf1\xfd\x77\x3e\xf8\x13\xed\xd2\x37\x2c\xed\x33\x36\x78\x35\x72\x28\x8c\x94\xe4\x13\x25\x29\xcc\x27\x41\x64\xc1\x20\x7a\x4e\xe2\x27\xe5\x87\x25\x82\xfe\x0e\xfe\x56\x50\x1a\xa0\x34\x8c\x8d\x81\xf0\x09\xff\xf0\x63\xe3\x00\x4f\x19\x63\xe9\xe8\xe3\x27\x64\xd2\xdf\x08\xf6\x1e\xcf\xd6\x4d\x30\x97\xc3\x11\x03\xac\x53\xc3\x62\x81\xaa\x3a\xa0\x57\x9c\x9d\xfd\x64\xc1\xd9\x87\xcf\x5d\x67\x06\xf0\x2f\x54\x55\xca\xb6\x4e\x4d\xbe\x38\x3d\x82\x76\xb5\xf7\xb6\x8c\x81\xc3\x0a\x1c\x2a\xe2\x09\x1d\x68\xf6\xd5\x9c\x24\x43\x33\xc9\xc2\x4e\x25\xf2\x61\x38\x1e\xd6\xfc\x5a\xdb\x0b\x17\xb6\xaf\x7c\x99\x19\x4d\xdd\x87\xeb\xfe\xf5\x36\x30\xf1\x16\xdd\x65\x1f\x7f\x3d\xf0\xe7\x0a\x52\x78\x4b\x77\xe0\x0a\xbc\xd1\x8c\x8f\x57\xc9\x0f\xde\xad\xa0\x55\xd6\xac\x42\x9a\xb4\x86\xaf\xaa\x18\x9c\xf6\x21\xb3\xcb\x04\x67\xb3\x1a\x29\x1e\x7b\x55\x3d\x62\xb4\x66\x3c\x4a\x5d\x62\x85\x44\x83\xeb\xf8\xe0\x46\x88\xca\xa7\x5e\x23\x65\xbd\xb0\xca\xfe\x19\xb8\x2b\xaa\x66\x5e\xab\x0e\xb3\x43\x47\xce\x5a\x29\x6e\xfa\xa2\xa6\x02\xaa\xf6\x68\x9a\x36\x12\xce\x17\xf9\xfe\x91\x23\x87\x07\x03\xbe\x48\xbd\x89\xda\x6d\x3b\xc3\xcf\x69\x58\x2f\x6b\x95\x6c\xeb\x6a\x55\x39\xec\xd8\x5d\x46\x05\x22\x77\xac\xc0\xd8\x57\xac\x7f\x97\x8c\x34\x39\xc4\xb9\x48\x59\xea\xee\xe9\xa0\xe6\xde\x57\xa4\xec\xc0\x70\x54\xa1\xec\x34\x15\x89\x91\x56\x8f\x20\xbd\xab\xbe\x07\x07\xe9\xbb\x61\x91\xd0\x66\x23\x63\x47\xcb\x4c\x2e\x23\x8b\x30\x6a\x68\x94\x25\x6a\xb4\x3a\x32\x4a\x4f\x6e\x15\xdf\x96\x37\x40\xde\xc6\x64\x47\x83\x13\xf5\x34\xfc\x3c\x78\x5f\x95\xda\xf5\xd1\x4c\x46\x75\x51\x04\x4a\xd0\xba\xc6\x75\x3e\xc0\x9f\x01\x71\x28\x61\x80\xee\x5a\x35\x4e\x7c\xf4\x6a\xcf\xca\x98\x2c\xaf\x09\xd7\x1d\x2a\xe2\x75\x33\x87\xf4\x37\xaf\x2d\xac\x91\xdf\x16\x67\x5a\xd2\x2d\xbc\x4b\x2e\x5f\xaf\x00\x5d\x42\x4d\x0f\xe6\x5a\x72\xaa\x01\x86\x86\xcd\x11\x34\x86\x07\x07\x9b\x23\x2d\x7a\x19\xc3\x69\xb6\x3a\xd2\x54\xde\x49\x78\x1d\x7d\x48\xbf\x51\xf4\x3e\xc2\x5f\x5c\x60\x7a\x6a\xcf\xc0\xd2\xf3\x47\x9f\xb0\x63\x5d\x0e\x7c\xb9\x16\xd7\x4d\xd3\x87\xf0\x57\xf0\x27\xfd\xfe\x47\x4e\x05\xca\xe4\xa9\xe0\x29\x89\x67\x5f\x70\x31\xf5\x23\x30\xcc\x2f\x0b\x6a\x0b\x66\x9a\x7c\x70\x3e\x23\x8f\x64\x20\x04\xcb\xb7\x4a\x60\x53\x3c\xae\x0a\xf3\x18\x28\x37\xf1\x79\x06\xf8\x4f\xa0\x5d\xe0\x75\x99\x7d\xd9\xa9\x6f\x09\x90\xd2\x4a\xab\x26\x92\xdc\x23\x92\x40\x6f\x33\x27\x66\xea\x45\x9f\xa7\xe2\x95\xa1\xbf\x51\x5a\xa0\xb8\x95\x88\xef\x85\xfe\x1e\x7d\x1e\x95\x5b\xda\x8f\xcc\x71\x6d\x30\x55\x63\x7e\x76\x81\x0a\x95\x03\x15\xe7\x79\xc3\x48\x08\x0d\xe8\x3c\xfe\xac\xc6\x8b\x22\x1c\xbe\x7f\xdd\x81\x95\xb9\x74\xbb\x7b\x79\x2a\xb7\x6b\x69\x9c\xfd\x40\xde\x28\xa8\x00\x19\x15\x7f\x22\xcf\x81\xd6\x28\x3b\x4c\x36\x66\x46\x41\x53\x7a\xb2\x4a\x94\xe2\x85\xab\x9f\xcf\x3e\x4b\xae\x08\x33\xf4\xb8\x8c\xc9\x3a\x2a\x09\xcb\x54\x4d\x64\x18\x39\x47\xc5\x4d\xdb\x87\xd7\x8c\x23\xaa\x45\x65\x4a\x96\x51\x64\xdf\x7a\xce\x00\xa5\xcb\x61\xea\x06\x42\x3b\x80\x32\xd0\xd6\xe2\x77\xa8\xe2\x52\xa0\xd5\x3a\x8b\xd8\x5c\x01\x8d\xeb\x9d\xf9\x73\xf8\x34\x96\x69\x8b\xb4\x60\x5c\x8e\x1e\x52\xd4\xca\xf6\xb7\x27\x37\xaf\xae\x18\xb5\x9a\x07\xed\xf4\x8b\xec\xa1\x72\xc1\xf0\xc0\x3d\xa1\xce\xfe\x5c\x7a\x3d\xe3\x0d\x62\x4d\x4f\xef\xac\xfa\x16\x37\x8a\x7f\x6a\xa0\x48\xe1\x8f\x5b\x5b\x2b\xfd\x7d\xda\x9d\xea\xeb\x53\xde\x8b\xa3\x2a\x6f\x0c\xdb\x85\x33\x2f\x56\x06\x6e\x52\xd3\xbd\x89\x64\x34\xf5\x1e\x3c\x27\xae\xb3\x19\xd5\xf5\x8b\x74\x9c\x21\x79\xef\xa7\xaf\x1f\x4d\x74\x8a\x64\x32\xd4\x5a\x0d\x7e\xfa\xbb\xa3\xd0\xe6\xa7\xbf\x3f\x2a\x8d\x4a\xde\x21\xd3\x39\x67\x8b\x71\x5f\xb0\x16\xfe\x96\x1e\xd8\xe5\x9e\x4c\x7b\xaf\x63\x7b\x7b\x3f\xfd\x5f\xdc\x20\x54\x75\xcb\x0e\x24\xcd\xf2\x01\xe9\x75\xaf\xea\xd6\x0b\xda\x76\xbb\xe1\xa5\x21\xbb\x65\xf1\x33\x0e\x3f\xb2\x17\xe4\x00\x5b\x34\x0f\xe0\xd2\xec\x4d\xfe\x95\x9a\x56\xeb\x43\x49\x0e\xce\xe9\xb6\x3e\x2b\xf0\x93\xf8\xd2\x16\xa7\x33\x96\xf7\x04\x77\xd1\xe2\x67\x05\x4e\x7c\xac\xea\xab\x34\xc8\xbf\xa5\x05\x99\x8d\x93\x99\xf9\x33\x89\x51\x77\xd3\xaa\x3b\xed\xd1\xeb\x86\x07\x64\xf7\x55\x6b\x1a\x01\xd4\xbc\xdc\x56\x65\x7a\xf6\x33\x88\x3d\xda\xcc\x9d\xa4\xdb\x98\x9e\xeb\x6f\x6e\x4e\x5e\x93\xfa\x9f\x6c\x20\x7a\x54\x98\xd8\xb2\xcf\x0a\x63\x51\x73\xe4\x9f\xb7\x76\x24\x7d\xf1\xdb\xc7\x97\x2c\x14\xd1\xaf\x31\xf1\x61\xf4\x4f\x22\x1f\x29\x73\x9e\x30\x41\xbe\x7d\x3a\xd5\xe1\x6c\x3f\x51\xcf\x33\x59\xb8\x4c\x19\xab\xd3\x70\x24\xe7\xbc\x58\x07\x90\xaf\xc7\x87\x41\xbf\x83\x63\x21\x79\xef\x93\x13\x8f\x61\x2e\x51\x79\x09\x3b\x51\xb9\xed\xc8\x0b\x31\xd8\x5b\x71\xf2\x25\xe2\x7d\xbe\xfa\xe5\xd6\xda\xb4\xb9\x2f\x0a\x9f\xa6\x71\x5c\x3b\x5a\x08\x47\x30\x16\xf6\x5c\x61\xb8\x19\x8f\x99\xbc\x1a\x48\x46\x0a\xf2\xab\xf0\x7a\x52\x7c\x3d\xd8\x5c\xfc\x02\x1f\x81\x7b\x7d\x0c\xfe\xee\x9c\xa1\x87\xb5\x5f\x1f\x85\xbf\xf9\xa2\xa3\x9f\x15\xfc\x79\xe9\x36\xfd\x3d\x0e\x7f\x6f\x4f\x3e\x52\x45\x70\x53\xc2\x87\xf5\xe9\x9f\xba\xd7\xce\xd0\x87\x09\x6c\xe6\xe9\x0f\x52\x2e\x8f\x85\x14\x61\xd8\xd2\x0f\xbf\x2f\x8c\x5f\xa0\x33\xf8\x3d\x1a\xb7\x9a\x54\x6e\xfa\xab\x84\x13\xfc\x85\xbb\x1c\x8f\xa2\x63\xf4\xdb\x74\x0b\xbd\xa6\xa3\xf4\xcd\xf4\x3c\x11\x85\xdc\x10\xf4\x8e\xbf\x9b\xe1\x78\x49\x75\x0f\x7d\xd3\x6f\xd5\x39\x74\x0d\xeb\x54\x69\xc6\x0d\x7c\x30\xf4\x68\x41\x3d\x7e\xee\xbc\x7a\x4e\x2f\x78\xb8\xbe\x44\xa4\x41\x79\x20\x5e\xcd\x26\x9b\xfb\xaa\x4e\x07\x23\x51\xbf\x26\x78\x50\x3f\x13\x60\x29\xb8\x24\xdd\x1b\x48\x50\x8d\x96\x52\x7a\x9b\x7c\x72\xb7\xa8\x6d\x37\x9f\x2a\x76\x92\x6d\xd2\xc9\x0d\xfb\xeb\xda\x5f\x0b\xa4\x83\xc7\xcc\xa4\x43\xc4\xf0\xb9\xaa\x77\xad\xd2\x7a\xe5\xbf\xfe\x8b\x58\xe9\xea\x5f\xa2\xff\xfe\xef\xe0\xc3\x3f\xbc\x1a\x48\x82\x90\xc9\x36\x2a\xc1\x6e\x2d\x3a\xa0\xc0\x7e\xbf\xeb\x41\x03\xaa\xfd\x74\x12\x63\x69\xbc\xb8\x46\x89\xc2\xce\x24\x5f\x95\xfb\xbd\xf0\xff\x05\x00\x00\xff\xff\x97\xdc\xa7\x0b\x8e\xff\x00\x00") func confLocaleLocale_jaJpIniBytes() ([]byte, error) { return bindataRead( @@ -4438,12 +4484,12 @@ func confLocaleLocale_jaJpIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 60064, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 65422, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_lvLvIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xcd\x8e\x1b\x47\xb6\x20\xbc\xe7\x53\xa4\xd5\x10\x2c\x03\x25\x0a\x6e\xdf\xef\x9b\x81\x61\xca\x23\x5b\x6e\x5b\x96\x54\xae\xeb\x92\xb5\xb8\x86\x40\x07\x99\x51\xac\x28\x26\x33\xd9\x19\x99\x25\x17\x1b\x0d\x5c\x6d\x7a\x35\x3b\x6d\x66\xd9\x9a\xde\x8d\x1e\xa0\x17\xe3\xeb\x15\xeb\x45\xe6\x49\xe6\xfc\xc5\x6f\x26\x4b\x72\xf7\xc5\x78\x61\x15\x33\xfe\x4f\x9c\x38\x71\xfe\x43\x6d\xb7\xf3\x52\xdb\xe5\xec\xb9\xd1\xab\xca\x14\xfd\xce\x76\xfb\x57\xe5\xfe\xd5\xc6\x16\x5f\x9b\xae\xb0\xba\xbd\x34\xd6\x1e\x15\x6b\x65\x8b\x56\xad\xa1\xf4\x6d\x67\x8b\x4b\x55\x35\x50\xa9\xf8\xba\x99\x4c\xce\x9b\x8d\x9e\x9d\xee\x5f\xad\xfb\x8d\x9d\x94\xca\x9e\x2f\x1a\xd5\x96\xb3\x47\xf5\x59\xb3\x55\xb5\xae\x8c\x9d\xe8\x9f\xb7\x55\xd3\xea\xd9\xa3\xdd\x76\xff\x1a\x7b\x98\x9c\xeb\x6a\x3b\x3b\x51\xd5\xfe\x6d\xb9\xdb\xbf\x5d\xa8\x89\x35\xab\x7a\x6e\xea\xd9\x89\xd1\x6e\x18\xa3\x2d\x7f\x6e\xfa\x0e\x9a\x0e\x3e\xf7\x5b\xac\xdd\x69\xb3\xa6\x6f\xad\x5e\x19\xdb\xe9\x76\xf6\xbd\xde\xff\x0d\xfe\x6a\x61\x28\xfc\xfe\x52\x2f\xac\xe9\xf4\xec\xe9\xfe\xd5\x05\x2c\xa2\x52\x5b\x35\xb9\xd4\xad\x35\x4d\x3d\x7b\x8e\xff\x5e\xa8\xc9\x56\xad\xf4\xec\x09\x96\x74\x7a\xb3\xad\x14\x54\x3f\x55\x2b\xd5\xa9\x4b\x3d\xa9\x54\xbd\xea\xb1\xfc\x39\x2e\x5a\x4d\x96\xad\x86\xf2\x79\xad\x5f\xc2\xa4\x2e\xb5\x29\x9b\x6e\x3a\x9d\x4e\x7a\x00\xd5\x7c\xdb\x36\x67\xa6\xd2\x73\x55\x97\xf3\x0d\xae\xf8\x09\x4c\xb0\xe9\x70\xe4\x82\xcb\xfa\xa2\xaf\x01\x7c\xa6\x05\x80\xd1\x32\x74\x09\xcb\x9e\x2b\x1b\xad\xfc\x02\xa6\x5d\xac\xf7\xaf\x26\xd4\x69\xad\x36\x51\x3f\x97\xfb\x57\x6d\x09\x10\xdd\x28\x53\xcd\xbe\xba\xbb\x55\xb6\xb3\x30\x7d\x6b\x5f\x36\x00\xf4\x13\xd5\x36\x95\x06\x50\xcc\xbb\xab\xad\x96\x9f\x85\xea\xa0\xb3\x16\xda\x9b\xc9\x52\x6d\xbb\xe5\xb9\x9a\x9d\xc0\x87\x85\xea\x4b\x1c\xa8\x81\xfe\xa0\xc9\xb6\x01\x30\x35\xed\x15\xc0\x6f\xdb\xec\xf0\x4f\x73\x61\x27\x4d\xbb\x52\xb5\xd9\xa9\x0e\xc1\xf5\x1d\xff\xd8\xbf\x5a\x22\xd0\x36\xa6\x6d\x9b\x76\x76\xba\x6d\x56\x3d\xee\x32\x40\x64\x8e\xdd\xcc\xbe\x55\x7d\x0d\xd8\x12\x77\x83\x65\x1b\xb3\x6a\x11\xb2\x58\xac\x0a\xfc\x25\x1d\x71\x21\x75\xc6\x4d\x6d\xdc\xe5\x59\xd3\xae\xe5\xbb\xea\x4a\x44\x99\x4e\x99\x91\xee\x61\xa6\xd2\x75\x93\x4e\x53\xd5\xb0\x7b\x54\x8c\xab\x06\xd4\x2d\xa1\x8b\xb4\x92\x9d\xa8\x72\x03\xdb\x40\x08\x3b\x7b\x80\x7f\x17\x0e\x79\xd5\x72\xd9\xf4\x75\x37\xb7\xba\xeb\x4c\xbd\xb2\xb3\xc7\x4d\xdd\xa9\x02\xf6\xa8\x53\xb8\x59\xfd\xc6\x4c\x7c\xd9\xa3\xf8\xeb\x55\xd3\x7b\x94\x98\x3d\x53\x97\x56\x70\xc0\x72\x89\x6f\x04\x45\x26\xed\x0f\x06\xed\xcc\xa5\x41\xfc\x9d\x3d\x58\xd3\x9f\xfb\x57\x9d\x9e\x6c\xfb\xaa\x02\x18\xff\xb1\x87\xca\x30\xd8\x0e\xb0\xe0\xfa\x2f\x7d\xb1\x35\x7a\xdb\x2a\x2b\x8d\xe1\xbc\x42\xf9\xec\xa4\x6d\x16\xd5\xfe\xf5\x06\x16\x07\xdb\x5e\x2f\x71\x61\x1d\xfc\xbf\x9b\x4c\x7e\x34\x35\x0c\x56\x55\x2f\x26\xf2\x07\x9c\x56\xfc\x57\x20\xd6\x99\x0e\x26\x1c\x7f\x82\x2d\x69\xf6\xbf\x18\x18\xa8\xdd\x34\x00\x7a\xb3\x83\xbf\x55\x05\xa3\xff\xda\x74\x93\xb2\x59\xae\x01\xf9\xf1\x4c\x6b\xdc\x42\x20\x0b\x2b\x5b\xc0\xe4\xd7\x45\x45\x78\x6b\x8b\x9d\xde\x14\x0f\xa9\xda\x51\x61\x76\x95\xb2\xf0\x1d\x88\x0d\xec\xcd\xfe\xed\xca\x14\x9f\xa9\xa2\x53\xed\x4a\x77\xb3\x5b\xf3\x05\x1c\xb8\xf5\xad\xe2\xbc\xd5\x67\xb3\x5b\xb7\xed\xad\xfb\x97\xaa\x84\x4d\xaf\x71\x1a\x9f\xdd\x53\xf7\x8f\x68\x16\x88\xb7\x05\x2c\xbf\x06\xb8\x14\xd7\x6f\xd4\x05\x50\x23\x38\xda\xfb\x57\x1f\x4c\x10\x3e\x70\xe0\xe7\xe5\x82\x49\x1b\xcd\xa6\xd6\x00\xa4\xa5\xd1\x50\x15\xda\x3e\xbd\x3a\xfd\xd7\x27\x47\xc5\x49\x63\xbb\x55\xab\xe9\x6f\xf8\x1f\x34\xfa\x04\xcf\x66\xf1\xcc\x3c\xfc\x62\x3a\x81\xf6\x0c\x89\x87\xaa\xeb\x8b\xc5\xfe\xd5\x0e\x4e\x4b\xb2\x4d\x58\x03\xcf\x59\x5c\x01\x29\x82\x05\xa2\x68\x3b\x38\x48\xb6\x6f\x6d\xa9\x00\x49\x2d\x1d\xe5\x70\x8c\x87\x67\x16\xfa\xa2\x93\x1e\xf7\x55\x37\x56\xf5\x4c\x57\x17\x0e\xbc\xc7\xc9\x42\x0c\x82\x10\xba\xe4\x15\x15\x8f\x8e\x8f\xbf\x7b\xf8\x45\x51\xee\x4c\x6d\x0a\xd5\x32\xc5\x06\x02\xbb\xb9\xe8\x01\x5e\x5b\x20\x3e\xdd\xd9\x7f\x9d\xaf\x74\x0d\xa4\xa6\x9a\x2f\xcd\x74\x62\x6d\x05\x94\xaa\x04\x7a\x77\xfa\x04\x36\xf6\xfa\x57\xa8\x8c\x93\xeb\xce\x67\x5f\xea\xfd\x2f\xd7\x6f\x26\xf6\x8f\x15\x42\x53\x86\xcf\xc1\x54\x94\x6e\xbe\xfb\xd7\xb6\x38\x03\xaa\xa4\x8a\x25\x35\x9c\x7e\xb6\x68\xef\x3f\xe2\xf9\x5d\xe0\x76\xab\x85\x6d\xaa\xeb\xb7\x5d\x43\x15\xfa\xa3\x02\x20\xd9\x76\xfb\xd7\x17\x30\x7d\x20\x50\x72\xd7\xf4\xd3\x89\x6e\xdb\x39\x90\xe1\xee\x0a\xb7\x90\xa6\x92\x2e\xba\x6e\x5a\xbc\xa3\xe0\x10\x1f\x9e\x8d\x46\x6a\xd1\x2a\x68\x00\x18\x02\xbb\x02\x13\x90\x9e\x4d\x0d\x24\xc0\x94\xb0\xb7\x0e\xe4\x83\x96\x1e\xee\x80\x36\x97\x00\x46\x0b\x65\x78\x9d\x14\xd6\x6c\x16\x4d\xd5\xdb\xe2\xd6\xf4\x16\x12\xf2\x5b\x77\x6f\x4d\x27\x75\x33\x67\xea\x81\x54\xbf\x34\x56\x2d\xe0\x06\xe0\xdb\xa8\x65\xba\xe9\x6f\x24\x3c\x4c\xbd\x74\xaa\x3a\x0b\xc7\x73\xd5\xe1\xdd\xba\xd9\xbf\x6e\x8b\x5a\x5d\xc2\x7e\xf2\x8d\x02\xb3\xc7\x2e\xb9\x8b\xa6\x55\xb0\x7b\x75\x67\x63\xd0\x38\x82\x25\x58\xf4\x60\x58\x5d\x6d\x0a\xd3\x16\x40\x04\xcc\x0a\x0e\x89\x29\xe0\x88\x30\xe4\xe0\x2e\x22\x9c\x9b\x4e\x26\x0e\x15\x18\xd1\xe9\xa4\xc0\x1e\xc0\x31\x6a\xf1\x5c\xea\x14\xdd\x91\x59\x88\x6e\xa3\x3a\xc1\x50\x57\xe8\xf1\x94\x86\xc2\x7d\x4f\x29\xad\x6f\xd2\xc3\xb1\xd5\xa6\xfb\x80\xae\x1e\xde\xe6\xe8\xe6\xe9\x8b\x55\xa5\x60\x3b\x70\x03\x15\xef\x9f\x0a\x35\xdd\x20\xcf\x8d\x35\xc4\xa7\xa8\x0e\x4e\x55\x45\xd4\x00\x66\x1d\xdd\x0d\x06\xe8\xd0\xda\x4a\x67\x00\x04\x21\x15\xa5\x69\xf5\x9a\x2a\xec\x5f\x4d\x27\x6d\x0f\xdc\x04\x9e\x4f\x60\x50\x4c\x85\x97\x62\x15\x0e\xaa\x2b\x74\x63\x86\x2b\x9d\xe0\x0b\x1d\x2c\x00\xa9\x1d\x73\x24\xf3\x45\xca\x0d\x7c\x0d\xf0\x51\xf1\x64\x14\x60\xd2\x1a\xc1\x16\x86\x07\xc4\x05\x3c\x22\xc0\xbb\x9e\x88\xb0\x5a\xdc\x3e\xa4\x9a\xd7\x6f\xf6\x6f\xc3\x74\x14\x90\xa5\x06\xc9\xde\xec\x61\x03\x48\x53\x5b\xf9\xe9\x26\xf7\x4c\x21\x89\xea\xf4\x1a\x0a\x8b\xd3\xd3\x6f\x8a\x75\xd5\xd4\xfb\xd7\x32\xab\x1f\xbe\x7f\x82\x27\xfe\x7c\xbe\x6d\xda\x6e\x86\xc5\xf8\x87\xf5\x9f\x5c\x2f\x27\xf0\xb7\x2a\x6a\xd8\xa3\x16\x59\xbf\xbe\xed\x1d\xa1\x29\xbe\xbd\x7e\x6b\x7b\xea\x19\x8f\xab\x6e\x0d\x54\x00\x4c\xc6\xb9\xe1\x5e\x77\xfd\xfa\xfa\x0d\x1c\x6d\x58\x2a\x60\xf9\xfe\x35\xb0\x52\xc8\xcc\x78\x32\x05\x0d\xa7\x93\xf3\xae\xdb\xf2\x14\xbe\x79\xf6\xec\x44\xe6\xe0\x3f\x8e\x4d\xa2\x00\xbe\x71\x89\x13\x51\x0c\x0a\x40\x47\xb8\x4a\x81\x9d\xd8\xc0\xe2\x0b\x80\x1a\x11\x66\xa8\x74\x81\xf4\x01\x68\x05\x1f\x2d\xf8\x77\x4a\x88\xd9\xb7\x55\x84\xb4\x00\x06\xf7\x75\x14\x6e\x38\xab\x7b\xf8\xbf\xd3\x01\xf8\x70\xb3\x34\x71\x5d\x4a\xa8\xc2\x2b\x58\x9c\x85\x6d\x03\x72\x84\x84\xc6\x2a\x20\x48\x30\x6a\xd5\xac\xe6\x6d\xd3\x74\x8c\xd8\xd7\xff\xd1\x03\x1f\x57\xc1\x21\x70\x7d\x45\x18\x90\xd6\x75\x33\x7a\x18\x2a\xd0\x16\xc0\x40\x19\x26\xff\x0a\x7d\x02\xd2\x2b\xa2\xba\x40\xca\x27\xcd\x16\xa9\x8d\x3f\xcd\xc7\xda\x9f\xfd\xec\x20\x13\xf7\x28\xb5\xbe\x92\xd5\x6c\xd5\x5a\x55\x5b\x84\x6c\xce\xdb\x6c\x60\x63\xe8\x3e\x3b\x7d\x0a\xbb\xd5\xc6\x97\x1a\x95\x9d\xb5\xcd\x66\x76\xea\x40\x70\x11\x7d\x75\x6b\x71\x63\xa8\x12\x5a\xeb\xa3\xe2\xfb\x3f\x7c\x59\xfc\x7f\x9f\xfc\xfe\xf7\xd3\xe2\x21\xd0\x19\x38\x37\x05\x21\x3e\x1c\xf2\x1a\x39\xd5\xeb\x37\xc6\x03\x99\x9b\x10\x81\x07\x46\x70\x03\x8b\x01\x40\xdc\x3a\x76\x64\xe7\x56\xf1\x19\xd7\xb4\xff\x4d\xff\xac\x80\x75\xd7\xd3\x65\xb3\xb9\x3f\x9d\xe0\x0a\xe1\xcc\xd2\xa9\x0e\x73\x53\x59\xbf\xae\x9a\x27\xa3\x71\xd5\xad\x63\xa6\x59\xae\x98\x2f\x9b\xfa\x0c\x38\x0f\xe4\xf1\xb6\x7c\x6b\xb5\x5e\xd2\x70\xf7\x8c\xda\xda\xce\x6c\x5b\x24\x44\xf8\xa9\xa7\x01\xe6\x35\xb0\xde\x67\x57\x51\x43\xed\x81\xbe\x03\x06\x0e\x81\xde\x03\xd8\xe8\x40\xcd\xe9\x1a\x5c\x6a\xd9\x9e\x53\xfa\xa8\x10\xef\x96\x06\x6e\x28\xb9\x24\xd3\x2d\x6a\xce\xce\x80\xf6\x69\xbe\xc8\xc3\x28\x0b\xbd\xb3\x48\x49\xb4\x75\x37\x7b\x9f\x54\x85\xe3\xb6\x05\x21\xea\x41\xe7\x1a\x7c\xf9\xf0\x18\xb8\x06\xa0\x37\x70\xb8\xca\x7e\xcd\xf4\x5a\x9a\xee\x5f\x1d\xe1\xd5\x60\x04\x01\x7a\xc6\x3a\xc6\x49\x38\x70\x2b\x92\x1a\x01\x2d\xeb\x46\x28\x03\x92\x2a\xb9\x0c\xe1\xa0\x5e\x82\x30\xd5\x46\x43\x7d\x2d\x9f\x22\xbc\xeb\x07\xf5\x07\x13\xf4\xad\x04\x1c\x00\xf0\xcb\x06\xfe\xa1\xa9\xd1\x2f\x2c\xc5\x3f\xfa\x15\xd0\x21\x98\x57\x85\xf3\x7a\xdd\x45\x14\xdd\x10\x32\x09\x45\xc2\xeb\x68\x0d\x17\x3a\x54\x69\xe8\x12\x79\x5d\xf5\x61\xde\xc9\x25\x1e\x66\xe1\xbb\xea\x03\x06\xd0\xcd\x3e\xda\x70\xb0\x88\x83\xcd\x8f\x10\x9a\x30\xb7\xe4\xea\x47\x61\xbb\x45\xde\xca\xb1\x06\x40\x5b\xfb\xba\xb7\x71\x37\x78\xdb\xf7\xc8\x1d\xd4\x34\xba\x13\xf2\x02\x26\x94\x6d\x83\xf7\xc8\x42\x91\xb8\xd7\x67\x15\x65\x86\xf1\xc5\x16\x30\x1b\x9a\x03\xae\x1d\x05\x19\xa3\x03\xdc\x03\x96\x1c\xff\xc8\xba\x9d\x32\xeb\x0d\xd2\xa7\x48\xf3\x73\x38\xd1\x2f\xa3\x69\xc4\x4c\x38\x34\xeb\x61\x9b\x90\xc2\xed\x58\x52\x3f\x02\x06\x1e\x16\xbf\x05\x1e\x71\x0d\x9b\x4a\x92\xba\x1d\xed\x52\x26\xfc\x0c\xa0\x15\x77\x91\xee\x71\xeb\xbb\xe2\x9e\x8e\x60\xf8\x1b\x2a\xc3\xcc\xd6\xc0\xb6\xc2\xaa\x64\x13\xa4\xaa\x70\x2d\x80\x70\xc3\xd3\x4e\x02\xc7\x66\x2a\xc2\xa3\xc8\x73\x2c\x74\x1c\x03\x33\x57\x67\xac\xba\xec\xdf\x08\x67\x07\x8c\xf9\x0e\xa5\xaa\xa3\x88\xf1\x40\xfe\xfd\xd1\xc3\xd9\xc7\x70\xa5\x5c\xff\x45\x6f\x06\x1c\xa1\xb0\x18\xca\xd2\x54\x91\x32\x1a\xbb\x36\x6e\x32\x4c\x3d\x58\x92\x5d\x0f\x05\x56\xae\x34\xaa\x5a\xc8\x18\x4b\x11\x4f\x84\xf8\x45\x0c\xa7\xa3\x74\x78\xed\x13\xa9\x74\xbd\xb2\x6e\x22\x63\x48\x85\x4a\x3b\x81\x73\xbe\x6a\x50\x5a\x66\x11\x13\x18\x6b\x64\x80\x26\x40\xa8\xba\xf9\xca\x74\x73\x24\x2d\xba\x9c\x3d\xc6\xfd\x40\x6e\x55\x94\x15\x00\xbb\x0f\xa1\xf8\x43\x58\x10\x1c\xde\xb2\xff\xb4\xb8\x7d\x29\xe2\xc9\x27\x48\x63\xe7\x70\xfc\x41\xfe\x00\xcc\x9e\x31\x9b\x72\xc9\xea\x1d\xdc\xf8\x6e\xa1\x2a\xa4\xb8\x22\x31\x00\xa0\xa1\xeb\x1d\x20\x99\xbe\x08\x64\x82\x58\x18\x90\xd0\x97\x06\xee\xd5\xa6\x58\x20\x19\x6f\x1b\xe9\xa6\x47\xd2\x76\x1b\xd0\xe8\xf8\xab\xe7\x8f\x4e\x8b\x55\xb3\xe8\x81\x57\x74\x85\xd3\x89\x93\x2b\x40\xaa\x10\x4c\x38\x24\x38\x5a\x62\xf5\x01\x66\xb0\xe3\x96\x16\xe1\xda\x8e\xb2\xc2\x6a\x20\xc9\x28\x64\x3c\x6b\xbd\x6e\x90\x45\x50\xd4\x83\xe7\x52\x11\x0e\x1b\x05\xc7\x7a\x8c\x99\x95\x81\xaf\xdf\xe0\xd0\xc8\x2d\x99\xb8\x14\x3a\xb2\xc5\xdd\xfb\xf0\xff\x89\x55\x97\x9a\x2f\xbc\x95\xdb\x8d\x63\x68\x52\x02\x4f\x47\x4c\x8e\x70\x21\x88\x5a\x50\xa5\x17\x02\x96\xac\x25\x39\x14\xd0\x9a\x67\x2b\x68\x3c\xc4\x49\x07\x08\x46\x0f\xdb\x2f\x97\xda\xda\xd9\x13\x65\xb6\x20\xca\xd2\x66\xa9\xcd\x07\xc5\x53\xa4\x84\x80\x75\x7a\x49\x74\x8a\xa8\x06\x10\x81\x6f\x89\x03\xdc\x05\x86\x13\xf1\x09\x68\x16\xf6\x0d\xd2\x55\xcf\x8b\xa4\x1b\xf9\x03\x3f\xc1\x94\x45\x3b\x76\x42\x25\xf0\x17\xc4\x5a\x1d\x62\xd7\x10\xf6\x6b\xc6\x4c\x53\x33\xf0\x27\x3f\xa2\x12\xf4\xc5\xa4\x67\x01\xa8\x01\xa8\xb7\xf9\xb9\xa2\x5b\x47\x67\x0a\x3b\x57\x57\x0e\x99\x7d\x69\x60\xe3\xe6\x5e\x89\x8a\x3b\xd0\xe9\x9f\xbb\xd9\x53\x54\x74\x20\xe5\x15\xa5\xea\xfe\x17\xa6\x1b\x1a\x78\x27\xe0\x31\xae\x08\x71\x2c\x54\xab\x4d\x22\xfc\xc0\xb1\xad\x60\xa7\x1a\xbc\x89\x2e\xb5\xd4\x3a\x55\xa5\x6a\x17\x4c\x3a\x92\xca\xd0\x0f\xc8\x6a\xd4\x0d\x14\x65\x0a\x32\x28\x64\x1d\x9d\x0c\x43\x3a\xba\xfd\x2f\x66\x42\x04\x99\x95\xc0\x6b\x25\x0a\x5a\x44\x21\xd1\x43\x4d\x01\x09\x48\xdd\xc5\x83\xf3\xc1\x8c\x86\x6d\xa0\xe6\x8f\xa2\x20\x7e\xc1\x6a\xc8\x18\xf9\x0d\x29\x4e\x6c\x80\x26\x2a\xdb\x54\x0b\xe8\xfd\x54\xaf\x91\x74\x40\x6b\xa0\x7f\xe7\x2f\x22\xbd\xec\x5c\x54\x76\x5e\x3f\xcb\x57\x26\x53\xda\xc0\xcf\x9d\xeb\x2d\xf2\x7e\x1b\x4b\x7a\x43\xda\x56\x14\xb2\x3f\x2f\x9c\x26\x16\x17\xd2\xa9\x95\x2a\x3f\x98\xd8\x66\x69\x54\x35\x7f\x77\xdb\x53\x45\x2c\x97\x71\x0d\x53\x8e\x80\x55\xc4\x20\xbf\x03\x3b\x00\xf8\x50\x93\x62\xe4\x28\x65\x03\x08\xc1\x94\xe3\x16\xd4\xb4\x78\x42\x94\xea\x08\x4e\xdd\x8e\xa8\x2d\x4e\x0b\xee\x06\x24\x04\x28\xcd\x24\xd7\xc2\x80\x79\xc1\x49\x12\x39\x3e\x3c\x9e\x0d\x4c\x71\xca\xbd\xe6\x33\x01\xd0\x6d\xf4\x66\x81\x5d\x6a\xd2\x25\x8a\x8a\xbd\x00\x6a\x6c\x26\xc0\x9e\xaf\xe8\x30\xb9\x0b\x02\x58\x2c\x83\x8c\xa2\x5c\x0e\x58\xae\x87\xe5\x46\xca\x3f\x77\x4a\x7d\xa0\x60\x2f\x33\x85\x8f\xc0\x36\x28\xf6\x2f\xfc\xd6\x4c\xdd\xcd\xc4\xbc\x16\xb1\xdb\x56\xd7\x9d\x83\xb3\x28\x8e\xb3\x85\xb9\x25\x5b\x22\xa4\x8d\xc8\x6f\x70\xcb\xef\x8a\xcf\x16\xf7\x6f\xdb\xcf\xee\x2d\xee\xbb\x2b\xe2\xc8\xdf\x3f\x38\x28\x10\xc6\xde\xc3\x8b\xaf\xee\xae\x87\x13\xbe\x86\xbb\xa1\x2c\xe0\x34\xc2\xbd\x84\x7c\xcc\x1a\xf9\x65\xe4\x67\xb6\x6a\xa1\xcd\xaa\xeb\x07\x40\x87\x09\x02\x89\x83\x0d\x23\x5d\xaf\xe6\x43\xe2\x30\x97\x95\xbe\x3b\xd2\x39\xe1\x88\x0e\x75\x69\x69\x95\xd9\x98\x6e\x14\x91\x88\x0e\xf2\x6a\x2e\x90\x3c\x2b\xe9\x26\xd9\xe7\x9e\x16\x04\x53\x86\x0b\x0e\x78\x7b\x13\x30\x6c\xa5\x0c\x69\x6c\x3e\x29\x00\xa5\xa0\x17\x14\x64\xcf\x95\x9d\xf7\xb5\x00\x59\x97\x8c\x4d\xa7\x70\xae\xd6\x86\x6e\xc3\x6f\xf1\x3e\xa3\xeb\x28\x02\x72\x97\x0b\x5a\xc5\x1d\x0f\xd7\x8f\xa6\xc5\xb7\x78\x25\x6b\x90\x9f\x89\xb7\xd9\xbf\xde\x98\xc3\x5b\xd4\x13\xe1\x0c\xa3\xa4\x8a\x40\xd9\x39\x3e\xe0\x61\xc7\xa0\x00\xea\xd1\x5a\x90\x4c\xb1\xf9\x0a\x6e\xd1\x06\x48\x2b\x6a\x55\x60\xf1\x53\x86\xa6\x2c\xe8\x38\x34\x20\xad\x14\xef\x1d\xde\x27\x78\x53\x86\x81\xfa\x03\x20\x15\x91\x9a\x98\x10\x4b\xc4\xa2\xd3\xb3\xeb\xbf\x82\x28\x95\xc1\x01\x2f\x60\xa2\x10\x68\xc6\xc0\x63\xcc\x04\x91\xf6\x77\x3a\xa1\x09\x61\xbd\x4e\xe0\x3c\x32\xa9\x68\x2e\x2c\xa1\xe2\xf9\x03\x29\x12\xb5\x64\x70\x3b\x76\x3d\x99\xf1\xa4\x5f\x37\x3d\xee\x33\x9c\xbd\x0e\x01\xd6\x08\x72\xc9\x01\x75\xf7\xe2\x12\xa5\xc8\x01\x5a\xf5\x23\x3b\x04\x4c\x3f\x2b\xc1\x00\xc5\xcb\x1d\x1e\x0f\xb8\xcc\xf6\x6f\x57\xa8\x43\x00\xca\xb3\x81\x59\x5d\xbf\xa1\xfd\x23\xa9\xb2\x53\x6e\x0f\x99\xf5\x99\x66\xd3\x0a\xaa\xc3\xb1\xcd\x50\x32\x67\x3f\x5f\xdf\xac\x6b\x9a\xb9\x3d\x47\x7d\xd2\x89\x00\x64\x05\x42\x20\x69\x6f\xcb\x58\xbf\xb0\x51\xb0\x6d\x28\xae\x02\xd8\xff\xff\x29\x5c\x1c\x08\xe3\x17\x7c\xfe\xf0\xea\x70\x87\xcf\x1d\x07\xb7\xd5\xcc\x17\x46\xe7\xd0\xb7\x10\x56\x37\x66\x85\x13\x02\x41\x9b\x6e\x86\xd0\x77\x7c\x4f\xba\x01\x9e\x62\x3b\xee\xe7\xfb\xf4\x5e\x40\x35\xc2\xba\x07\x8a\x89\xa7\xcf\x6e\x50\x43\x1b\xda\x88\x8e\x21\x30\x4c\xab\x8e\xf0\x00\x2e\x49\xe0\x94\x70\xb1\xb0\x59\xb0\xda\x2b\x0d\x97\xf0\xfe\xd5\xa4\x6e\x66\xc7\xfb\xd7\x13\xf8\x8a\xcd\x84\xc1\x80\x6a\xa8\x65\x79\x31\xf9\x01\x2e\xdd\xe3\x31\xe9\x00\xaf\x66\x2a\x48\x18\xd4\xa0\x06\xfe\x2a\x32\x4c\x7a\x2d\xcb\x49\x26\x4c\x7c\xaf\x0f\x98\x27\x4f\x4f\xbf\x79\xc6\x6a\x8f\xd3\x6f\x9c\x82\x5c\xc5\x5a\xe6\x6f\xba\x6e\x6b\x7f\x68\xab\x19\xab\xe7\x50\x93\x77\xa2\xae\xaa\x46\x95\xf8\xf1\xf9\xfe\x75\xdb\x21\xf2\xe1\xf7\x67\x5a\x6d\x68\xa6\x8f\x49\x5a\x48\xba\x79\x00\x1c\x03\x95\x3d\x48\xa5\xbc\xa8\x06\xde\xaa\x5f\x05\x49\x26\x57\x1c\x79\xb9\x54\x93\xdd\xf2\xa7\x1c\xd7\x48\x11\x6a\xa7\x3f\x4d\x54\xb5\x05\x09\x1b\x59\x3a\x5f\xd5\x55\xf4\x66\x05\x96\x38\x2b\xc4\x08\x34\xe7\xa9\xea\x0c\xb8\xeb\xd7\x30\xd8\xa2\x6f\x49\xbb\xb1\x34\x5b\x52\x6b\xe0\x51\x2a\x9b\x4d\x8f\x26\x1d\x40\xf3\x3b\x77\xe7\x1f\xa5\x43\x00\xb3\xf3\xcf\x0f\x73\x94\x8f\x41\xe3\x6e\xfb\x7a\x0d\x34\xea\x27\xb8\xa7\x77\x61\xd9\x4e\x69\x0d\x92\x83\x37\x8e\xc0\xe9\x53\x1b\xa8\x48\xfc\x7f\x52\x59\x89\x9e\xcf\xc2\x51\x8c\x9a\xf0\x79\xdd\xbf\xc2\x36\xea\xe7\xd1\x36\xb5\x96\xe3\x4b\xa6\xa2\xd1\xa6\x4c\x82\xfd\x7e\x00\xa1\x65\x6a\x94\xdf\x45\x50\x15\x35\xbf\x71\x45\x27\x9b\xa0\x82\xfc\x27\x20\x84\xcb\xaa\x2f\xc3\x14\x58\xcb\x4f\x60\x2c\x98\xe5\x2e\x3e\xbc\x6d\x3f\xc4\x7e\xea\x35\x70\x2b\xb5\xd4\x3c\xd6\x3b\x24\x8e\x80\x7f\x22\x1f\x7c\xea\xec\xed\x73\xe8\xb2\x69\x5b\xbd\xec\x72\xcb\x3b\x2c\xcc\xaa\x75\x8b\xa4\x80\x6c\x42\xa8\x81\x82\x05\xb6\x1a\xe5\x9d\x66\x1a\x88\x5c\x90\xeb\xe4\xd8\xf4\x75\x74\x72\xbc\x4e\x06\xda\xf2\xad\x40\xeb\x42\x8d\x2a\x1a\x7c\x80\xd4\x7a\x5f\x82\xf9\x42\xeb\x7a\xde\xa9\xb5\xae\x07\x32\x0a\xae\x14\xd8\x59\x65\x76\xa8\x72\xe8\x88\x42\x83\x44\x9a\x37\x4b\xce\xfe\xc1\xa6\xc0\xef\x0d\x5a\x7e\x37\x6e\x0b\x1a\x6b\xde\xc1\xf9\x1d\xb4\x1f\x9e\xe5\x91\x96\x8c\x08\xd4\x0a\x16\x5d\x66\xd4\x88\x6a\x93\x71\xda\x59\x25\xd4\x34\x00\xc7\xc3\x3b\xec\xd8\x98\x20\x17\xc1\x98\x2f\x33\x85\xda\x37\xa0\xc3\x2d\xf9\x73\x44\xd2\x3c\xeb\x58\x22\x4e\xb2\x42\x06\x46\xf8\xf8\x23\xd6\x45\x86\xbd\x6b\x47\xa9\x2a\xae\xd1\xdf\x99\x83\x61\x00\x01\x91\xfe\xff\xa6\x71\xf6\x6f\x51\x0b\x00\xa5\xeb\x78\x03\x0f\x8f\xe1\xef\x2e\x1e\xe1\xc0\x00\xcc\x27\x0c\x51\xd1\x77\x2d\x90\x26\x64\xd6\x3f\xc3\xc5\x85\x3c\xd2\xab\x32\x55\x51\x68\x38\x62\xc8\x20\xbd\x9e\x4e\x2a\xd8\x37\x94\x49\x79\x8d\xa4\x54\x8b\xec\x3c\x75\x43\x3b\xce\x58\xfe\x76\xd5\x88\x5e\x08\xb0\x23\x2c\xaf\x9f\x82\x38\x87\xee\x02\x62\x0e\xcd\x19\x48\x67\x49\x26\xde\x22\x69\x37\xf1\x0c\x11\x9a\xc7\xd6\xfa\x2a\xe5\x89\xea\x74\x2e\x4e\x46\xc0\xbe\x82\x8d\x4c\xae\x30\x54\x8c\x58\xd4\x0e\xa0\x5c\x86\x46\xb3\xb3\x2b\xdf\xe9\xf1\xe1\x7e\x2e\x06\xfd\x1c\x01\xa7\xd5\x79\x9d\x3b\xe3\x3b\x29\x40\x10\xd8\xb0\x3a\x21\x78\xa9\xe8\x12\xef\x13\xf1\x3e\x5d\x83\x9a\x11\x34\x8d\xc1\x35\xe8\xd4\x3b\x70\x13\xc2\xae\x9b\x33\x94\x5c\x98\xdb\xf0\xfa\x1e\xd6\x71\x00\x8f\x53\x55\xb8\x11\xe2\xe4\xc3\xfc\x25\x32\xf1\x42\xcf\x71\x1b\x54\x8a\xc1\x01\x9e\x30\x4d\xd4\xb6\x5b\xf2\x13\xe3\xc9\xe6\xea\xd1\x12\x5d\x08\x3a\x42\xa4\x9a\x8c\x9a\x08\x83\x2e\xdb\x14\x9e\x05\x0a\x25\xe4\xef\x33\x3e\x89\x5c\x79\x81\x82\x4e\x89\xa6\x4c\x3f\x7c\x3a\xf6\x16\xce\x8e\x8c\xec\xa7\x71\xfd\xa6\x49\x7a\xe9\x99\xa0\x65\x50\x20\x16\x3f\x19\x0c\x57\xf6\xff\x12\x20\x13\x76\x9c\x99\x2f\x5a\x55\x2f\xcf\xa3\x93\xf5\x14\x98\xa1\xfd\xdf\x51\x79\xb8\x53\x6d\x7c\xac\x80\xc9\xc3\x43\xf8\x62\x02\x17\x53\xbd\xd2\x73\xb1\xcd\x38\x1d\x13\x73\xa4\xe4\xa8\xa4\x9c\x49\x84\x95\x0d\xfb\xd7\x85\xb3\xcc\xa0\x95\xcd\xb5\x5f\xf6\xb6\x6b\x36\xef\xd5\x4d\xa4\xef\x6b\xec\xe4\xa2\x01\x06\xa1\x21\x9f\x3f\x04\x55\x83\x97\x6c\x70\x44\x43\xdf\xa7\x44\x11\x24\x3e\x51\x57\xb3\x93\x7e\x51\x19\x8b\x7c\x80\x8a\x7c\xa3\xce\x9a\xaa\x6a\x5e\xa2\xae\xe8\x54\xaf\x9d\xaa\x08\x66\xd4\x22\x72\x93\x13\x0c\xa9\xfd\x01\xff\x77\x00\xd1\xd5\x0e\x67\x69\xa4\x15\x6a\x28\xb1\x95\xfc\xe4\x1e\xe0\xc0\xca\xcf\x63\xb8\x36\xf0\x03\xea\x30\x36\x53\xba\x27\xf0\x26\x69\x2f\xa1\xeb\xc8\xc3\x4f\x08\x29\xf2\x06\x74\xc9\xa0\xf6\x24\xdc\x4a\xa1\x2d\x1c\x3e\x20\xaf\x35\x4b\x8b\x34\xe9\x83\xdd\x20\x95\x01\x80\xfd\x02\x27\x15\xef\xf0\x1f\x9d\xcf\xd8\x8b\x89\xf3\x2b\x3b\x11\x97\xb2\x5c\x61\x2f\xf4\xc5\xa6\xac\xb4\x28\xb2\x66\xa7\x0d\xe9\xb8\x8d\x26\x89\x86\x5c\x3b\x2a\xb3\x24\x1d\x8a\x0d\x96\xf2\x09\xa9\x03\xd3\x3b\x7b\x52\xea\x4a\x83\x70\xfb\x90\x91\x93\x05\xa2\xde\x24\x2b\x78\xf4\x70\x32\xd9\xe2\x26\x2d\xbd\xfb\x9b\xec\x19\x2a\x9c\x9d\x13\x9c\x73\x96\x24\x7b\x49\x2c\xae\xfa\x9b\x1a\xef\x0d\x69\x87\xec\x0e\xd1\x3d\x7f\x69\x67\xd2\xf0\x45\xcf\x4a\x82\xd8\xa4\xca\x72\xbf\x13\xb7\x4d\x26\x6e\x33\x37\xcd\xaa\x50\x74\xd4\x40\xa9\xaa\xc3\x3f\x96\x0a\x18\x3d\x3c\xff\x1b\xef\x32\xda\x47\x9c\x98\xe7\x15\x44\xd3\x86\xaa\xf1\xbb\x55\xb3\x66\x78\x46\x66\x25\xf6\xf3\xd9\x44\x07\x22\xba\xe8\x68\x97\xd1\x68\x77\x86\x3e\x7d\x74\x7b\x9f\x98\xaa\xb6\xb2\xfd\xa3\x6e\xab\x55\xb3\x74\xb6\xc8\xcc\x20\x30\xe9\xb7\x25\x0a\xa4\x0e\xdc\xee\x14\x8a\xd3\x69\x56\xec\x05\x4c\x86\x86\x3b\xa5\x50\xc5\x10\xf9\xf2\xe2\x65\xd0\xf4\x9b\xa9\x3b\xee\x43\x9f\x54\x8f\xb2\xb2\x54\x9b\x57\x75\xba\x2a\xa2\x96\x86\xbd\x16\x95\xf7\xb7\x70\x4e\x13\xbc\x5b\xce\x45\xc9\xab\x30\x44\x35\x82\xaa\x70\x53\xf7\x7a\xf6\xac\x6f\xb7\xa4\x63\xca\xbd\x1a\x9d\x51\x33\x21\x47\xc1\xf8\xc8\xce\x82\x9b\x01\x51\x82\xc9\x36\x8d\x15\xc5\xb1\x34\x22\x4b\x82\x28\x37\x59\x77\x9c\x37\x12\x80\x4a\x83\x53\x6f\x10\x71\xf5\x16\xa6\x2a\x8d\x9c\x15\x98\x12\x50\xa1\xba\x73\xb5\xe5\xe8\x44\x76\x98\x26\x6b\xd7\x6f\x51\xa4\x05\xfe\x4b\xec\xe0\x44\x29\xe6\x66\x83\x6e\xc8\x0f\x32\xd3\x36\x1e\x29\xbc\xc3\xad\x10\x0b\x9c\x1f\xa0\x55\x32\xc1\x03\x1b\x8e\x83\x69\x12\x0b\x47\xf7\x1c\xb8\x35\xb7\x93\x9e\xba\x78\xc4\x62\x95\x45\x53\x95\xb1\xa9\xd0\x2f\xc8\xf3\x7e\xe4\x9a\xeb\x6b\xb0\x7f\xae\x77\xac\x40\x2d\xc0\x3c\xa9\xf0\xc8\x99\x96\xb9\x7f\x91\x70\x50\x35\x30\xc2\x98\xbb\xca\xca\xab\x94\x54\x0c\x54\x3f\x87\x69\xbe\x0a\x0f\x0e\x11\xa5\x72\x08\xf8\xdb\x56\x4d\x8b\x67\xa8\x65\x26\x56\x0c\xcd\xc4\xc0\x68\x6c\xd9\x3a\x80\x04\x85\x90\x56\x08\xd2\x45\xe3\x98\x48\x9e\x7a\x44\x30\x64\xf4\xdf\x4c\x2e\x94\x75\x1a\x3e\xd8\x08\x12\x6a\x6c\x26\xcb\x58\xe7\xdd\x2c\xa5\xb1\x83\xb3\xce\x6a\xb2\x54\x44\xc4\xf6\xa4\x35\x1b\x52\x01\xe7\x04\x37\xa5\xb0\xa4\x49\x46\xb3\x7d\x13\xf1\x85\x56\x7c\x2f\x90\x50\x96\x4a\x68\x27\x2c\x16\xba\x54\xed\x55\xe8\xda\x7d\x11\x1d\xd9\x23\xaf\xf1\xc2\x7b\x7b\xcb\xb5\x1a\x77\x40\xb8\x0e\x9f\x0b\x3f\x51\x28\x41\x5a\xe7\x56\x5c\x3a\x6b\x5c\x56\x81\x97\xf4\x90\x4a\x1b\xe6\xdb\x52\xf5\xdb\x11\x2f\x8b\xb9\x29\xc5\xaa\x48\xe0\xd0\x48\xfb\x0a\xdc\x94\xbb\x1e\x90\x07\xab\xd9\xc7\x48\xb4\x6d\x11\x01\x02\x44\x78\x2e\x0a\x61\x36\x30\x76\x8e\x0a\x7d\x9e\x4f\xc7\xe1\xd6\x57\x83\xbb\x2c\xc2\x30\xc7\xdc\xa9\x0f\x26\xaa\x2c\xe9\x0c\x30\x0c\x1c\x2f\xe4\x6c\x56\x99\x26\x11\x2b\xe7\x15\x9d\x8e\xd7\x97\xcd\x13\x93\x08\x9a\x0c\x86\x66\x10\xf2\xf3\x72\x46\x10\xc2\xff\xd4\x0c\x82\xdc\x47\x6c\xf9\x48\x14\x9b\xef\x6d\xf3\x18\xaa\x8c\x83\xd5\xc3\xcf\x36\xa5\x4d\xb8\xec\x51\xc4\x4c\x4e\xe8\xd6\xad\x1e\x69\x94\x9c\x01\xcf\xf1\xc4\xa7\x20\xe5\x7e\x70\x50\x14\xba\x02\xf0\x9c\x64\x45\xfc\x12\x61\xd2\xf5\x5f\x0d\x09\xc3\x56\x91\x11\xd0\xa6\x5c\x03\x48\x91\xe8\x5e\xe8\x34\xf8\x17\x78\x0c\xa2\x31\xf0\x2c\x14\x84\xc7\x08\x32\xc4\x32\x76\xa0\x84\x95\x93\x6d\x06\x3d\x11\x80\x43\xd9\xbf\xc5\xd3\xc0\xbe\x98\xa2\xf4\xfe\xcc\x76\x6d\x53\xaf\xee\x3f\x57\x17\x0a\x63\x62\x56\x48\xcb\x7c\x7c\xcc\xe7\x9f\xdd\x93\xf2\xe2\xc1\x16\xd8\xa1\xce\x8b\x73\x88\xae\xe4\x4b\x83\xe7\xea\x33\x15\xf9\xcd\xef\xff\x86\xce\xbd\xa8\xf8\x4b\x80\x80\x3e\xf4\xc4\xfa\x60\x83\xba\x01\x94\x6e\xe1\x32\x4a\x5a\x92\x5d\x08\x75\x6d\x30\xfd\xae\xa1\x31\x2c\x75\xb2\xf5\x31\x05\xd8\xcb\xd4\xe3\x6e\x0a\xd3\x58\x62\x75\x7c\x68\xa4\x8e\x21\x2e\x60\x1b\x78\x78\x99\x98\x63\x99\x23\xad\x8c\x6b\x4b\x3c\x04\xb5\x3d\x19\x36\x53\xc8\xab\xc1\x55\xd8\x47\x9e\xc5\xd8\x55\xd0\x22\xb8\x2e\xd0\x07\x6b\xa0\x51\xc6\x42\x32\xb3\xc3\x29\x39\x45\x15\x9f\xc7\x92\x80\x98\x74\x6b\xc5\x40\x64\xe6\xfc\x30\x52\x7e\xe0\x08\x1b\x02\x46\xc8\x9a\x5b\x8c\x27\x6c\xa9\x8e\x3b\x90\xb7\xbc\xe2\x08\x81\x4b\x75\x02\x09\x79\x1b\xa7\x6c\xec\xdd\xd4\x5f\xea\x04\x95\x6f\x20\x6a\x83\x49\x38\x60\x24\x60\xc8\x21\x90\x91\xb5\x48\xb6\x03\x16\x95\x94\x39\xbc\x8b\xfb\xd7\x25\x71\x3d\x1c\x49\xe2\x77\x9c\x5c\xe9\x9d\x94\xc7\x1e\x54\x96\xc4\xf9\x48\xce\xe3\x1d\xc3\xe3\xa3\xdd\x79\x05\x74\x4a\x67\x14\x6e\xb0\xad\x1b\xe9\xbf\x14\x40\xc4\x6a\x47\xa6\x26\x5d\xb3\x06\x74\x4c\x7a\x31\xa8\x23\xaa\x40\xfe\x49\xfb\xb0\x07\xfb\xf0\x74\x87\x45\xaa\x98\xea\x44\x24\x02\x65\x7c\x16\xb6\x1a\x2b\x8e\x7a\xce\x9b\x40\x06\xd6\xa6\x63\x7d\x24\xf3\x6e\xa8\xcd\x25\x47\x4b\x9b\xca\x68\xcc\x1e\x9b\x36\xee\xdc\x64\xdb\x19\x53\x9e\x5e\x5c\xb7\xc7\x29\x4f\x5f\x2f\x4c\x8d\x82\xb1\xeb\x4a\xbe\x84\x7d\xe6\xd1\x91\xbb\x24\xf3\x3b\x43\x45\xf9\xfa\x36\x10\x5e\x45\x2d\xe6\x04\xd3\x14\x0c\x20\x8d\x37\xa4\x9a\xb3\x01\x03\x05\xcc\x00\x06\x0e\x3e\x10\x9f\x0d\x6e\xbd\xff\x9f\x8e\x66\xf1\xf5\xc7\x55\x79\xbb\x2c\x03\xec\x19\x7e\x32\x6e\x6d\xa4\xfb\xe9\x77\x8e\xd6\x5d\xf4\xd7\x6f\x04\x52\xc8\x4c\xc1\x9c\x3b\xbf\x93\x46\x2e\x27\xe7\xe8\xd7\xb3\xdb\xfd\x83\x93\x47\xd3\x89\x9f\x81\x30\x48\xc0\x45\xe2\x2e\xd3\x46\xe8\x0d\x4f\x03\xff\x20\xf0\x57\xc8\xc3\x8e\x1f\x28\x41\x2c\x0e\x2b\xc1\x46\xb1\x6d\xcc\xaf\x37\x5f\xab\xac\x32\x2d\xe7\x9d\xd0\x56\xee\xee\x1c\x7e\x76\x70\xf8\x02\x14\x3a\xfb\x41\x71\x32\xd0\xd0\x42\x6d\x82\x16\x50\x86\xba\x59\x37\x28\x16\xa1\xf7\x3e\x20\x36\xfa\xf5\xa3\xec\x2c\x71\x89\x80\x2b\x89\x4b\x3d\x1e\x6b\xe4\x9a\x3a\x4f\xd6\x78\x01\x42\xd8\xe2\xed\x0f\xd4\xed\xc4\xed\x7d\x4c\x7d\x64\xee\x31\x33\x37\xda\x3a\x23\x79\x01\x8f\x86\x68\x24\xe4\x0f\x96\xba\xea\xe2\x6d\x51\xdb\x4a\x58\x56\xb8\x93\x19\x23\x60\x99\x82\x0b\x37\x10\xbe\x78\x85\x41\x4e\x08\x8b\x19\xdb\x89\x11\x0a\x08\x3b\x70\xac\x15\xbb\xb8\xe0\x65\x1d\x69\xf0\x80\xbb\x22\x57\xee\x78\x86\x36\x9f\x21\x46\x7a\xb8\xb9\x38\xbb\xb4\xc8\x8d\x91\x21\x5a\x2a\xc4\xe2\xb5\xf3\xed\x22\x3c\x25\xee\xdc\xcd\x09\x8e\x7e\x2c\x52\x1f\x11\x03\xc0\x86\x79\xd6\x3f\x3a\x16\xe4\xf8\xab\x07\xcf\xbe\xfe\xfe\xd1\x57\xff\xf6\xd5\xf1\xa3\xd3\xc7\x0f\x3c\xeb\xf1\x81\xf7\x02\xcd\x26\xf6\x20\xf2\xfc\xf0\x5b\xdb\x67\xd3\x17\x97\x54\x8e\x9e\x0c\xfb\x9f\x55\x0a\xc4\xd8\x53\x1d\xa6\x5d\xab\xd6\xe8\x9d\xae\xd1\xc7\x55\xee\x3a\x31\x3a\x8c\xee\xe2\xe4\x47\xd4\x23\xbe\x98\xb0\xdd\x60\xff\xbf\xbc\xd6\x35\x18\xb4\x0e\x59\xb0\x83\xc5\xcb\x05\xfc\xa8\x05\x79\xd5\xed\x1a\x89\x4c\x72\x75\x49\x59\x02\x50\x45\x09\x03\x63\x9d\x84\x24\x5d\x72\x28\xb5\x8a\x1c\xa4\x40\x64\x72\xc0\xed\x6b\x43\xa2\x9f\x87\xea\x74\x82\x44\x06\x44\x71\xbc\xf4\xbe\x27\xbb\x1f\x45\x44\xd3\x57\xfc\xe8\xe6\x41\x50\x89\xc3\x5e\x79\xcf\xb6\x0a\xe4\x31\xb8\x5b\xed\xec\x56\x8f\xf3\x2c\x0b\x74\x19\xbc\x75\x1f\xf6\x03\x78\xf4\x0e\x38\x35\xac\x72\x7f\xd0\x1f\x06\xd6\x2e\x51\xf3\x88\xce\xd1\xb9\xcf\x39\xb9\x45\x75\xda\x2c\x0d\x13\x0e\xa1\x83\xb1\xbb\xa0\x4e\xc2\x9f\xde\x39\x0f\xa8\x3f\x9c\x09\xc6\xf6\xba\xe5\xdd\x41\xf4\x25\x1f\x96\xb6\x63\xe7\xc4\x81\x9e\xc8\x89\x6e\x7d\x08\x05\x6e\x12\x90\xf4\xf6\xa3\xc9\x12\x8e\xa4\x1e\x8b\x96\x4c\x18\x6a\x42\x7e\xd2\xf8\xc5\x31\x3e\x9f\x03\x77\xbd\x21\xbf\x42\x72\xf9\xb8\x31\x2c\x35\x8a\x5e\x27\x96\x1a\xb5\x84\x1f\x4c\x68\x45\x64\x1a\x78\x20\x33\x4c\xe6\xc7\xe5\x14\x31\xe3\xcb\xeb\x86\xbf\x0e\x36\xdc\xd5\x50\x69\x10\xd9\x26\xb7\x3d\x45\xc6\x01\x6f\x3a\x46\x91\x80\x51\x99\x4e\xd4\x83\x2d\x0b\x33\xfc\x09\x43\xda\x5d\x38\xbb\xff\xe0\x46\x65\xe5\x97\xc8\x17\xd3\x95\xe9\xcc\xaa\x6e\x5a\x4d\x3a\x26\xb8\xb4\x2b\xb3\x84\xab\x18\xb5\x7f\xf0\xef\x52\xbb\xdf\xa3\xad\x2b\xae\xc3\xfa\x29\x9c\x0e\x60\x19\xc6\xd9\x5b\x83\x2e\xa4\xf2\x7b\xb4\x25\x07\x92\xba\x9a\xa8\x92\xc2\x60\x7c\x83\x16\xab\x66\x0e\x88\xda\xcd\x1e\xd5\x06\x99\x28\xf6\x91\x43\x9e\x38\x06\x33\x32\xc0\xc6\x29\xf1\x14\xe1\x2a\x85\xab\xc0\xbf\x70\x14\x7d\x6f\xe2\x32\x4a\xdb\xe5\x7d\x45\x93\xed\x2a\xf5\x99\xea\x2b\x67\x5d\x99\x1d\x4b\xb0\x08\x49\xcf\x6c\x58\x91\x30\x78\x98\x54\xa7\x91\xf1\xe1\x78\xf8\xfd\x2f\x8d\x08\xbc\xfc\x1d\x4e\xbc\x2d\xee\x90\xa8\x0c\xc4\xfe\x23\xd7\x08\x98\xe4\x96\x98\x2d\x6e\x13\xc2\x92\x92\x62\xde\x42\xb1\xbc\xd2\xe5\xa3\x7a\x8e\xa8\xc5\xe2\xfd\xeb\xc4\x70\xd4\xe4\x2a\xe6\x7b\x4e\x1f\xf5\x12\xbd\x07\xd0\x3e\x72\x4c\x42\x5f\x64\x22\x59\xa9\x1d\x7e\xff\x37\xb4\x8b\x5c\xff\x7a\xfd\x17\x34\xfb\xc1\x09\x20\xb4\xb4\x1e\x0d\xb3\xc0\x4a\xb1\x86\x00\x08\x97\xe7\xe2\x92\xd8\x9c\xcd\x09\xa4\x78\xff\x47\x34\x17\xc5\x48\xf8\x03\xd0\x12\x8e\x34\x48\x65\x20\x4e\x56\x14\xb4\x4e\x0b\xc1\x29\xdf\xb9\x5d\x7e\xe4\x03\x24\xb2\xad\x44\xa3\x01\x2a\x80\x47\x6c\x2f\xe3\x14\x9c\x85\x33\xa0\x4d\x2d\x5c\x18\x00\xfa\xd7\xef\xb6\xbe\xdc\xd4\x51\x66\x82\xa9\x35\xaa\x65\xfb\x2c\x28\x59\xa5\xf1\x22\x13\xc9\x75\xc0\xe1\xe1\x4f\x7d\xaa\x03\x17\x1e\x1e\x17\x1f\x26\xef\xc4\x84\x25\x84\x15\x29\x6a\xb1\xa8\x7a\x7d\xeb\xbe\xcb\x91\xe0\x88\xaa\xeb\x92\x90\x99\x46\x7c\x9d\xe1\xb2\xd4\x98\x32\x81\x74\xa8\xf7\x38\x8e\x70\xf4\xe8\x37\x52\xd3\x71\xdf\xcc\x59\x13\xd1\x0f\x81\x92\xf7\xbe\x7e\xf4\x8c\xe2\x23\xf1\x46\xe6\xf8\x6f\xe4\x73\x58\xcd\x29\xb1\xdd\x14\x12\xe6\xba\xde\xa2\x7b\xa0\xb5\xcc\xeb\x21\x72\xcc\xbe\x75\x81\x11\x12\xd8\x02\xa8\xbe\xc1\x78\x50\x5c\x07\xf7\x93\xf8\x8d\xf7\xa1\xaf\xe0\xd0\xbf\x04\xa9\x4a\x02\xc6\xd1\xa5\x07\x19\x08\x6e\x8a\x62\x0c\x4f\xeb\x88\xdc\x10\x83\x35\x94\xcd\xab\xe8\x2c\xe4\x5d\xfc\x6d\xe8\x5a\x8c\xe3\x61\x07\x07\x66\x71\x39\xaa\x44\xd2\xdd\x9e\x38\x92\x0e\x98\x42\xdf\xdd\x65\xe5\x0b\x38\x3a\xd2\xea\xea\x2c\xb7\xff\xab\xb1\x5b\x83\x55\x48\x1b\x66\xdf\x23\x13\x32\x32\x64\xdb\x2b\x38\x7c\xf5\x1a\xf8\x2a\xcc\xad\x12\x3e\x78\xde\xf5\x98\x79\xfd\x2e\xae\xed\x1c\x96\x82\xa3\xe5\xff\xf9\xef\xff\xe3\xee\x97\x04\x8b\x2f\xbb\xb6\xba\xfb\xa5\xb3\xae\x71\xdb\x1e\x9b\xe2\x26\xd1\x28\xec\x1b\x3e\xe6\x8d\xd8\xd7\x44\x64\x00\xfc\x4c\x61\x98\xe6\x90\x5f\x1e\xd9\x53\x91\xd8\xc0\xa8\xec\xb6\x11\x9b\x61\xa9\x20\x68\x90\x52\x0b\x6d\xbb\xf6\x34\xc8\x4e\x50\x47\xe0\x23\xac\x14\x5f\x6b\x6a\xf2\xc7\xde\x2c\xd7\xf3\x55\x6f\x4a\x0d\x94\xc7\xaa\xa0\x18\x53\xc2\x10\x74\xe7\xc6\xf2\xe1\x60\x8c\x1f\x5e\x1a\x71\x04\x01\xdd\x8a\xcb\x66\x83\xfe\x24\x79\x18\x41\x42\x9d\xd8\xe5\x04\x58\xdf\x12\x55\xde\x3d\x7a\xf9\xa1\xf5\x9d\x47\x3a\xf6\xfe\xc9\xce\xe8\x85\x18\x10\xb5\x41\x07\x62\xc1\xc3\x0b\xbc\x30\xb2\x8b\x9e\x2f\x67\x98\x37\x85\xfc\x8f\x33\x80\xec\x68\x78\x84\xaa\x56\x56\x0b\xa2\xcd\x44\x55\xc4\x16\x83\x2c\xf7\xc1\x64\x42\xfe\xbc\x8f\x31\xcb\x8b\xdc\x62\x0f\xf8\xe2\xea\x5a\x8d\xdf\x81\x27\x3e\x33\x15\xba\x90\x8a\x0b\x01\xa6\x31\xe8\xd4\x6a\xf6\x07\xf8\x4a\x54\x84\x2e\x3a\xf1\x3e\x84\x82\xde\x75\x84\xc9\x49\xb0\xc8\x4c\xe0\x2b\xa6\x31\x59\x8d\x25\x1f\xc1\x9c\x25\x07\x73\x95\x54\x6a\xa1\xd1\xaa\xd1\x99\xfd\xdf\x35\x2a\x77\x36\x70\xde\x6c\x07\x1b\x86\x7d\x13\xe9\x47\x2d\x27\xba\x1e\x62\x30\xcb\x06\x6e\x19\xf4\x0a\xb8\xdc\xbf\xdd\x91\x31\xba\x05\xe9\x41\x59\x4d\x81\x42\xa8\x9c\x31\x13\xb2\x6f\xb6\x0a\x8d\xf6\xa8\x7d\x6e\x39\x2e\xd5\xf2\x77\xc0\x01\x4a\x71\xf3\x9c\x1c\xa5\x5b\xcd\x5f\x29\x82\x05\x9b\x7c\x2f\xce\x40\x75\xdc\xb4\xe7\x4a\x48\xb0\x14\x9d\xb4\x13\x8e\x77\xbf\x64\xd9\x96\x6c\x97\x13\x37\xb7\xe9\xc8\x1c\x5d\x51\x1a\xb7\x02\x1b\x39\xa8\x71\x86\x2a\x19\x17\xd7\xe2\x3e\xe2\x5d\x03\x67\x95\x3c\x55\x43\xd5\x0d\x1c\x6d\xb4\x06\xfe\x9b\x18\xbb\x43\x09\x9a\xfd\x28\xf2\x2c\xfa\xc6\x51\x46\xcf\x31\x6a\x6a\xed\xe1\x38\x05\x44\xd7\x9c\x72\x87\x3e\xbb\x80\x1d\xcc\x6c\x24\x86\x3a\xb7\x8b\x51\xd1\x74\xb0\x65\x51\x59\x8d\xac\x24\x14\xd3\xe1\xd4\x54\xe3\xfa\x4d\x1f\xd7\x58\xc2\x7e\xb5\x73\xe9\xc3\x51\x02\x3d\xd6\x97\xc7\x84\x1c\x11\xf2\x11\x43\x45\x22\x09\x69\xe5\x91\xc1\xa3\xfa\xc0\x03\xbd\x65\xdf\xcb\xac\x55\x32\x46\xb3\xd5\xf5\x3c\x9e\x0e\xc9\x28\x46\xdf\xdc\x0a\xc8\x8e\xc5\x78\x89\xd0\x8e\x38\xd2\xb1\x86\x26\x6e\x07\x17\x3d\xa6\x85\xc2\x71\xd0\x3e\x8b\x96\x00\x63\x87\xab\xf0\xd5\x1c\x10\x95\xab\xde\x64\xf0\x09\x35\x09\x3c\x52\x0b\xc8\x95\x54\x63\xb2\xe7\x73\x69\xf9\x5d\x8f\x41\x27\xdb\xca\x68\xe1\xb6\x6b\x50\x3e\xdf\x56\x6a\xa9\x25\xa6\xcd\x23\x48\x60\xa8\x30\x4f\x56\x32\xa8\x74\xeb\x09\xac\xf4\xec\xe1\x41\x90\xef\xd4\x62\x76\xbb\x84\x99\x33\xf4\x7c\x0f\x08\x5f\x5f\xe8\x60\xeb\x4a\x85\xa4\x71\xff\x5f\x65\x13\x8e\x0b\x81\x0f\xc4\x8b\x18\xed\xc9\x0c\x1f\xf1\x14\x1a\x2e\x53\x5a\xbd\x1b\x2f\xf3\x8a\x87\x86\xb0\x39\x1e\xe4\x3d\xdc\x88\x0a\xa1\xce\xca\x40\x9d\x9b\x06\x39\xd8\x98\xd8\xd3\xe7\xc4\x92\x0e\x0b\xa6\x18\x88\x29\xf4\xfc\x39\x5a\xb2\x22\xf3\xcf\x68\x75\x2b\xf9\xcc\x40\x44\xbb\x6a\x7a\x44\xa8\xeb\x37\xfb\xbf\x9b\x96\x12\x63\x20\x7b\x37\xd6\x8a\x11\xa1\x9c\x2f\xae\xa8\x91\xb8\x90\x0a\x42\xa0\x43\xd8\x48\x9b\x0d\x7a\x2a\x36\x35\x06\x5b\x63\x9b\xaf\x2c\x9b\xe5\x37\x06\xef\xf5\xbc\x85\xc5\xc0\x90\xc7\xec\x27\x3d\x52\x34\xc5\x6c\x6f\xb6\xf3\x64\x30\xdf\x6e\xaa\x83\x18\x0d\x75\x80\x80\xaa\x03\x35\x5a\x0d\xa2\x6e\xc7\x4e\x17\xe4\x2f\x56\xfb\x80\x95\xe1\x22\x78\x5c\x8d\x96\x54\x6e\x00\xe0\xb5\xe8\xa9\xbd\x7e\x57\xa3\x4d\x63\x3b\x24\xdf\x68\xad\x82\x46\x4e\x61\x0b\x1c\x05\x7c\xc1\xdc\x7a\x37\x8c\x15\xb5\x73\xae\xf4\x23\xcd\xf0\xc8\xd1\x76\xcc\x82\x49\xf0\xc7\xdf\xbf\xb0\xb7\xee\xdf\xfe\xf1\x93\x17\x6c\x3d\xe4\xa3\xa8\x8a\xdb\x3f\x7e\xfc\x62\xd8\x70\x7e\xa6\xd6\x7a\x46\x8d\xc6\x6b\x6e\xe1\xea\x33\x4d\x8f\xd9\xd2\x30\x94\x17\xf8\x17\xf2\xd6\x08\xe4\xe4\x67\xc0\x61\x98\x1f\xb2\x70\x29\x25\xe0\xa0\x76\x26\x04\x2a\x21\x04\xa5\xcb\x97\x41\x89\x5f\xc2\x85\xd5\x6f\xe6\xb2\x6e\x8b\x74\x42\x56\xfc\xaa\x0d\x64\x84\x4b\x51\xa8\xeb\x66\x3f\x39\x88\x00\xa3\x0f\xcb\x37\x25\x2e\x1e\x66\xee\xf4\x3e\xbf\xe3\x5f\xf7\x69\x71\x08\x8a\x9f\xfc\x40\x8d\xb7\x22\x02\x73\x51\x49\x9c\x17\xf0\x18\x6a\x9a\x12\x2c\xfa\xe1\xef\x82\xb4\x4c\xe6\x22\x75\x1e\xbb\xdd\x21\x57\xff\xac\x41\xab\x09\x22\xd2\x1b\x43\x24\x8e\xa4\x49\xab\xdd\xd4\xf1\xc1\xb6\x42\xa2\x1d\xda\xf8\x56\x19\xdc\x11\x6c\x6e\x76\xf6\x37\x42\x8d\xa7\xe7\x3a\xe9\xa4\x8f\x28\xac\xe1\xb7\x75\xc7\x8c\x0d\xf0\xde\x67\xd4\xa1\x23\x09\xb0\x99\xc8\xeb\xfb\x7b\xcd\xb3\x5e\x6c\x31\xff\x0d\x03\x6c\x1b\xca\x30\x29\xbc\x98\x1f\xd5\xc5\x58\x03\x9b\xf6\x04\x75\x82\xcc\x3b\xb2\xbe\xd9\xe1\xef\x40\x11\x2d\x05\x2e\xea\xf5\x8c\x84\x48\xad\x83\x37\x2c\xab\xc2\x92\x7a\xa6\x9e\xbb\xb8\x23\x92\x81\xbc\x45\xcb\x2b\x43\x4b\x63\x51\x28\xc3\xb4\x56\x45\x1a\x99\x9c\x58\xf8\x43\x88\x73\xc8\xbc\xe1\xa9\x41\x8f\x6b\x76\xe3\x82\x78\xd8\xa1\x0a\x3c\x10\xcf\xd4\xed\xce\x4d\x4f\x5d\xea\xe0\x06\xe7\xbe\xf2\x0d\x2b\x89\x86\x86\xfc\x40\x5a\x0d\xe0\xd8\xc4\x6c\xc3\xba\xc5\xa0\x9b\xbc\x0e\xda\x1b\xe0\x20\x0f\x58\x46\x2e\x0f\x87\xc2\x46\x3c\xc3\xe8\xd5\xc5\x0d\x86\xcb\xe3\xef\x89\x97\x6b\x5a\x24\x21\x73\x61\xa2\xb8\xfb\x6c\xcc\x18\x76\x41\x1e\x4c\xbe\x66\x30\x7b\x8c\xd6\x1c\x73\x65\x12\x8e\x88\x4c\x0c\x62\x0d\x61\x86\x8f\x3c\x94\x2e\x8d\x45\x0f\x94\xd4\x1f\xc5\xad\x95\x9c\x51\x0e\x1a\xba\xc6\x67\xe0\xbd\x97\x64\xce\x37\x99\xf8\x23\x1a\xbb\x55\xc0\x7b\x61\xf8\x98\xd0\x59\xc2\xc7\x05\x22\xba\x99\xb0\x04\xe8\xc5\x0a\xeb\x84\xe1\x54\x16\x14\x41\x11\xcf\x30\xfa\xf2\x89\xd3\x1c\x66\x2b\x20\x35\x3b\xdb\x96\xbc\x18\x3d\x5e\x99\xe1\x97\xb4\x28\xcd\x25\x59\x0b\x58\x82\x05\x7a\xe7\xd3\xb0\x8c\xce\x02\xfd\x7c\x93\x9e\x17\x20\x5d\xce\xb6\x6a\xa3\xe0\x4e\xc9\xc6\xe4\x7f\x67\x36\x0c\xb7\x41\x0e\x8b\x6b\x25\x22\xf5\x40\x94\x76\x20\x69\x50\x97\xd9\x57\x00\xb3\x63\x4d\xce\xaf\x5a\xac\xec\x2d\xfa\x65\x4d\x7d\xb5\xee\x1c\x79\x9d\xae\xf1\x83\x1e\x53\xd0\x5a\x11\x8d\xdd\x91\x25\x57\x92\x8d\x90\x92\x3b\x4c\x8b\x24\x0e\x14\xd4\x39\x38\x81\x62\xc2\x8c\xeb\x1d\x63\x29\xe2\xbc\xa2\xb3\x9f\xbe\x8d\xbc\x67\x0e\x6c\x16\xe5\x6e\xdc\x02\x86\xa2\x4a\x1d\x60\x8c\xff\xf0\x10\x7a\xf3\x69\x44\x6a\x90\x90\xde\xa3\x71\xee\x21\xfb\x50\x0a\x51\xfd\x1d\xfd\x60\xd2\x2a\x50\x65\x21\xe4\xd1\xcd\xbb\x23\x95\x89\xa0\xf0\x66\x13\x6a\xa3\x86\x79\x5b\xf5\x25\x6f\x39\x0e\x5a\x46\xe2\x35\x9e\x93\xcf\x50\x09\xe2\x08\x3a\xfd\x4d\xb1\xfe\xf2\xf5\x13\xff\x55\x06\xd8\xe8\x76\xe5\x58\x0a\x1e\x27\x0c\x70\xa1\xfe\xa9\x11\xa0\xf1\xbf\xbc\x70\x08\x00\xd2\x0b\xb2\x0d\x98\x43\x86\xb5\xe6\xa7\x80\x1d\xb5\x4a\x4a\x07\xfa\x84\x50\x88\x8a\x09\x51\xad\xd4\xac\xa0\x27\x2b\x87\xd4\x90\xbb\x1f\xb0\x86\x96\x13\xc2\x9a\xc3\xf5\x0a\xf4\x51\xb7\x1c\x67\xdd\x1c\x00\xb9\x44\xc2\xa3\x64\xd8\x47\x60\x26\x0b\xef\x34\x01\x17\x4c\xde\x6f\x82\x8d\x90\x4b\x4a\xaf\xff\x7a\x60\x88\xa1\x27\x43\xb4\x9b\xf6\x03\xe9\x09\xf8\x64\x05\xc7\x89\x1c\x0f\x48\xf3\xae\x31\xff\xcb\x78\x8f\xec\xca\x4e\x07\xc2\xb9\x45\xe5\xae\x9d\x4e\xcf\x9a\xc5\xdc\xb9\x15\x19\x0b\x34\x45\x2f\xd7\x94\xba\xa6\x21\xef\x1c\x4c\x75\x53\x11\x14\x9c\x57\xa4\x3e\x2a\x36\xa6\x5d\x53\xbc\xbd\x4b\x9d\xd0\x7b\xbe\x9f\x2c\x34\x12\x3a\xc0\x28\xae\xea\x39\xd9\xaf\x08\x20\xce\xd2\x7d\x08\xee\x9c\xc1\x2a\xca\xec\x44\x50\x81\x2d\x24\xb0\x44\x7d\x92\x1d\x63\xd0\xad\x39\x44\x66\xc5\xcd\x98\x3c\x63\x0e\x76\x6f\xa3\xd5\x96\xfb\xd7\xfb\x5f\x0e\x8f\xe7\x8c\xe4\x6c\x9d\x72\x3b\x87\x6b\xdf\x00\x86\xa0\xa5\xdb\x85\xef\xb7\xc6\x52\xe7\x7d\xe8\xdc\x26\x18\x94\x92\xa1\x51\x8d\xa1\xca\x50\xd0\x1d\x15\xc2\xf4\xbe\x96\x73\x4b\xfd\x90\x1e\xd6\x02\x35\x63\xef\x27\x76\xde\x66\x8b\xaf\x3f\x01\xca\x49\x28\x2e\xcd\x0f\x3b\x4f\xf4\x84\x3a\x17\xef\x41\x06\xef\xfc\x0e\x2d\x57\x80\x4f\x94\xa6\x33\x09\xf5\x42\x20\x93\x5b\x22\xb2\x7c\xf9\xd1\x21\xc3\xa0\xc7\x48\x4a\x0a\x8e\x18\x94\x2f\x0f\xc3\xad\x23\x95\x68\x74\x87\x0e\x34\x07\x51\xad\x51\xad\x49\x54\x7e\x40\x73\x92\xd7\x28\xbd\x94\x42\xf9\x7c\xe2\x69\x34\xf3\xb2\x07\x54\x43\x8a\xfd\x85\xde\xb9\x5c\x0f\x2a\x9f\x84\x13\x4c\x06\x5d\x07\xf9\x27\x5d\x1c\xb0\x1f\x8b\x73\xad\x4a\x36\x07\xe3\x4d\xc0\x76\xce\x5c\xcf\xc6\x28\xe5\xe2\xee\x5e\x77\x7d\xc4\xdf\x4d\x93\xd1\xb2\x6b\x65\xa0\x1d\x8c\xea\x32\x9b\xfa\xdc\xb4\x56\x6c\xe5\x51\x59\x6a\x44\x8f\x0b\x1c\x1c\x9e\xf9\x7c\x17\x77\x6a\x9f\x78\x93\x2c\xbd\xd1\xd2\x35\x99\x3f\x44\xe9\x18\x17\xf9\xe4\x61\xd2\x1d\x8a\x03\xc0\x73\xb8\x5e\x89\xa0\x21\xf6\x4b\x0e\x4c\x1b\x27\x00\x43\x1f\x2e\xf1\xc2\x08\x29\x32\x3f\x5c\xc1\x7f\x77\x37\x9b\xbb\x65\xf9\xe1\x08\x44\x3c\x9f\x97\xeb\xb0\xc6\x3d\x5b\x7d\x5a\xe2\x0f\xe2\xae\x02\xef\x7c\x23\x5c\xb1\x5a\xb2\xb1\x21\x25\x34\xa5\x75\x75\xd6\x2f\x62\xa4\x31\x1c\xd2\x99\x75\xfa\x81\x9e\x54\x6f\x78\xe7\x97\x98\x1a\x7d\x43\x96\xbc\x05\x79\xf2\xc1\xb1\x69\xe1\x38\x63\x62\x97\x0c\x01\x12\x61\x25\x2a\x48\x13\x5f\xbc\xcf\x02\x18\x60\x8f\xbc\x25\x27\x6b\x82\x40\x1f\x83\x5d\x08\xa7\x49\xa1\xe7\xc5\x83\x6c\x0b\x62\xe7\xa8\x91\xea\x23\x32\x42\x3e\xf7\x4c\x4c\x20\xaf\x99\x1b\xa2\x1c\x82\x5c\xec\x22\xe7\x00\xb6\x37\x08\x0e\x63\x93\x3a\x88\x4e\x87\xc4\x07\x80\xc5\xe4\xa5\x59\x1b\x38\x6f\x6b\xc3\xa9\xac\xe8\xf7\xf4\xa5\xae\x96\x0d\x79\x89\xc4\x89\x4c\x2e\x5d\xad\xfd\xeb\x0f\x92\x7a\xee\xf5\x0a\xd7\x89\x70\xb8\x1d\x27\xcd\x65\xd7\x57\x26\xfd\x65\x03\x22\xa7\xe8\x3d\x5c\x70\xea\x05\x1c\x9f\xde\xc5\x2c\xb0\x8f\x23\x79\x43\x0a\x22\x4e\x79\x28\x39\x32\x67\xe8\xca\x37\xa7\xa7\x22\x3c\x3d\xe1\x84\xf8\x78\xcb\x73\xd5\xf0\x90\x04\xfd\x14\x29\x80\xbe\x3a\xbb\x4f\xa8\xcc\x91\x4f\x71\x77\x6c\x60\x0c\x35\x9c\xfb\x89\x28\x36\x9c\xd1\xe7\x87\x9d\x13\xde\xf1\x3a\x92\x44\x1d\x5b\x76\x84\x7f\xbb\x71\x77\x15\x8a\x82\x11\x2d\x32\x1f\xc9\x72\x28\xb7\x1f\x8d\x1b\xc2\xd6\xc2\x90\xe4\xa5\x2d\xe3\x21\xa6\xcc\x6e\xb3\x80\x0b\xb8\x82\x95\xf0\x26\xa0\x7a\x74\x28\xb0\x97\xf9\xa2\xef\x00\x1b\x44\x88\x4e\x16\xe6\x8a\xd8\x6c\x50\x79\xb0\x38\xb7\xc5\xa8\x8a\xf8\x36\xc6\x4b\x0f\x75\xd0\xd4\xbc\xd4\xf3\x8f\x31\xe3\x67\x08\x8c\xe6\x1e\x85\xc5\x46\xad\x86\x70\xd8\xd3\x71\xdf\xd7\x2d\x22\x32\x46\x0a\x6c\x70\x87\x3d\x66\x4f\xc3\xc6\xcd\x55\x85\x2e\x49\x57\x8e\x75\x08\x58\xc5\xf1\x97\xef\x11\x6a\xe0\xfb\xb2\xec\x57\x17\xc1\x94\x55\xbd\x03\xe7\x77\x84\x2d\x2c\x05\x13\xe6\x8d\xbf\x22\xe1\xbe\x4e\x39\xbd\xb3\x9d\x7d\xb7\xe5\x40\x5c\x5f\x10\x25\xf9\x23\x11\xc2\xb9\x80\x86\x1a\xe7\x4d\xb3\xb6\xb3\x67\x88\x28\xe8\x3d\x54\xec\x5f\xed\xff\x1e\xf5\xbc\x32\x1d\xd7\xc0\x54\xea\x59\x19\x08\xc0\x66\x19\xde\xaa\x38\x41\x51\x78\xf4\xed\x8b\x29\x85\xab\x7e\x27\xd9\x33\x81\xce\x6c\xa2\xc8\x55\x5f\x49\xc2\x12\x7d\x7f\x3e\xb3\x61\xe8\xb2\x8f\x97\xc6\xa1\x73\xc8\x58\xfd\xd6\x40\x52\x0a\xe1\x11\xb5\x88\xe5\xad\x6b\x32\x07\x12\x3f\x8c\x2a\x2f\xf1\x9e\x28\xe3\x75\x62\xf2\xcc\x7e\xfc\x99\x8f\x29\xee\x2a\x53\x9e\x10\x5f\xea\x49\x94\x67\x78\xc9\x67\xa8\x87\xcb\xaa\x02\x6c\x5b\x93\xff\xa4\xbc\x61\xe3\x89\x51\xbc\xd6\x1e\x98\x32\xfd\x33\xfa\x26\xa9\x6a\x4e\xb4\xf1\x91\x4b\x9b\x8e\x11\x75\x88\x32\x61\x8c\xd0\x2c\x69\x42\x99\xce\xf7\xff\xde\x92\x42\xdd\x16\x31\x06\x8b\x6f\xcf\xe1\x76\xce\x53\x90\x1d\x20\x39\x26\x51\x6e\x92\x4b\xd3\xee\x28\xdc\x00\x44\x5a\x17\x54\xb7\x56\x25\xcc\xe7\xfa\x2f\xf8\x11\x64\xa0\x35\xd9\x7a\x28\x22\x99\x1c\x9c\x2b\xbc\x1f\xc2\x68\xac\x2b\xca\x61\x66\xd0\xd1\xfc\x92\x18\x38\xf2\x9a\xed\xa3\xcb\xc8\x4a\x14\x7f\x7f\x00\x42\xd4\xe3\xbc\x6b\x15\xbe\x2a\x32\x04\xd5\x8d\x1d\x49\x2b\x5a\xb5\x70\x5a\x0e\x68\x23\x0d\x7d\x0c\xa5\x67\xbf\x6e\xea\x29\xc4\xb3\xcb\xc5\xe3\x93\xdf\x33\xa5\xfa\x13\x46\x45\xff\xf9\x4f\x88\x89\x7f\xfe\x93\xa9\x4b\xfd\xf3\x9f\x9d\x6a\x20\xf5\xdc\x53\x9b\xa3\xf1\x7c\x30\x8a\xbc\x18\x03\xc7\x5b\x98\xd2\xa7\xee\xc0\x64\xbb\x9b\x08\xee\x24\x1e\x0d\xc0\x3e\x2a\x71\x5a\x42\x5b\xce\x36\x8c\x1c\x35\x87\x5a\xf5\x18\x07\xb0\xea\xd1\x80\x98\x9d\xcd\x12\x8f\x66\x3b\xdf\xa1\x29\xf4\x0b\x8a\x2b\xc1\x3c\x16\xf0\x33\x3a\xee\xf4\x30\x0f\xe5\xa7\x41\x4d\x80\x65\xef\x3d\x79\x22\x48\xa1\x2b\x6b\x94\x88\x66\xe3\x22\xc0\x12\x17\x97\x11\x9a\x3b\x8d\x49\x1f\x2a\x4f\xd0\x38\x41\xff\x92\x4d\x63\x87\x57\x21\x45\x29\x26\xde\x3d\x79\x9b\x20\x80\x8b\xdb\x16\x05\x9f\x05\x4f\xac\x75\xe8\x72\x4b\x79\xca\x87\x7d\x4e\x0b\x26\x44\x6d\xe6\xa1\xae\xbc\x17\xfe\x70\xaa\x72\x99\x59\xb8\xcd\xee\x16\xa9\xc7\xbe\x1f\xd1\x0e\x1d\x5a\x0f\x4d\x81\xf2\x22\x34\x79\xc4\x06\x39\x92\x21\xc7\x3b\x32\xbe\x4b\x63\x9f\x38\xed\xfb\xa1\xd9\x73\x7f\xd0\x88\x63\x51\x12\x47\xc9\x21\x6f\x17\x20\x66\x0f\xed\xc2\x34\x39\x39\xb5\x3d\xd3\x21\x63\x48\x94\xd6\x64\x58\x8b\x77\xcb\x55\x1d\x4a\xdb\x51\x63\x1f\x60\x11\x65\x48\xbf\x8c\xc4\x45\xc9\xb5\x8e\x2e\x75\x21\xb1\xe4\x78\x72\x6d\x3b\x32\xdf\x64\x03\xe9\x98\x6f\xd5\x0e\x33\xf6\x70\xe4\x95\x8b\x0e\x31\xf4\x08\x06\x32\x74\xe8\x7b\x18\x39\xed\xe1\x68\x21\xdd\xd1\x4d\x03\xfc\xde\x0d\xe0\x44\x88\xf7\x1f\x20\x4d\x49\x03\x38\x42\xfd\x48\xa2\x1c\x5d\x93\xc6\x92\xcc\xf2\xa1\x1d\x32\xfd\x23\x93\x41\xa2\x26\x16\x1c\xa7\x40\xa4\x04\x4f\x14\x12\x0c\x04\x12\xfd\xd6\xfa\x44\x99\xe1\xf2\xb8\x07\xf4\xea\x09\x9f\x9d\x72\xe5\xd3\xc1\x3d\x1a\x27\x14\x89\xaf\x2c\x14\x7a\xed\x68\xed\x9c\xed\xe7\xba\x41\x72\x1a\x39\x93\x43\xb6\x50\x32\x79\x1d\x60\x0b\x47\x87\x3d\x7c\x78\x7d\x88\x0d\x69\x00\x99\xd2\xa2\xde\x24\x2c\x68\xc8\x3f\x64\xc2\x53\xe2\x85\x9c\xad\xcd\x1c\x94\xa4\x4c\x34\xd5\x14\x94\x03\x07\xc7\xac\x5e\x26\x4a\xa6\x1e\xa7\x28\x29\x12\xfc\x29\x2a\xcc\x8e\x52\x98\x15\xc8\xde\x2e\xbf\x56\x19\x92\x65\xc7\x49\xa7\x48\x16\xcc\xe0\x1c\x49\x95\x84\x15\x70\xa2\x07\x6b\xb8\x01\xd2\xef\x11\xa9\x74\xb8\xbb\xdf\x0f\xba\xcb\x83\x8b\xa2\x68\x29\x0e\x35\x19\x12\x1b\x82\x0b\x3a\x12\x1b\xf6\x4e\xc7\x97\x10\x81\x73\x96\xcf\x43\x79\x9a\x42\x31\x9d\xe7\x01\x9b\xa1\x40\xb2\x23\x6f\x95\x3c\xa0\xcc\x25\xf5\x3f\xbc\x02\xf2\x1f\x26\xda\xa3\x06\xce\xa0\x72\x67\x5b\x79\xaa\x43\x8d\x7b\xee\x73\x7a\x42\x0e\xab\x5a\x2b\x7a\xe9\xe9\x1d\xc3\xfd\xfe\xc0\x70\x12\x62\x94\x84\x20\x1b\x1f\xa6\x73\x70\x02\xef\x18\xed\x13\x1e\x2d\xa0\x49\xc8\x37\x1f\x3c\xa9\x93\xa8\x1f\x56\x24\x05\x14\x8c\x33\x7d\x51\x70\x0c\x52\xab\x64\x0b\x43\x94\x0c\x5d\x55\xc2\xeb\xe4\x13\x3b\x70\x3a\x87\x57\x9f\x57\x6a\x1c\x12\x74\xc6\x0f\x79\xc3\xa2\xdc\xa1\xa4\x3b\x6a\xf4\x7a\x60\x57\x82\x6f\x87\x84\x3f\xd4\xdd\xa8\x35\xb1\xc6\xc9\x05\x3b\xd2\xd5\xc8\xb5\xae\xf2\xab\x64\x2c\x2f\x8a\x4d\xf9\x8a\x28\x26\xf0\x50\x2c\x60\x24\x6a\x61\x86\xe1\xc8\x63\x22\xcf\x78\x51\xa5\x1e\x14\x37\x34\x4d\x02\xf4\x6d\xde\xd0\xc5\x4a\x73\xe7\x23\x07\x2a\x99\x85\x0b\xd2\x1f\xca\xd4\x4d\x1b\x2c\xf9\x99\x77\x47\xac\xaa\xbb\xb9\xa5\x37\xcb\x6c\xa2\xb7\xbc\x36\x39\xda\xa6\xa4\xd6\x46\x79\xfa\xd9\xde\x85\xb4\x08\x1d\x35\x5a\xbc\x53\x61\x5f\x6e\x8a\xdf\x77\xd3\x69\xf5\xa6\xb9\xd4\xe3\x70\xcb\x9d\x55\x5c\x22\x10\x97\xb2\x2c\x88\xf6\xe4\xba\xcc\x0f\x4c\xc4\x3e\x9e\x5e\xa7\xe5\x39\x2d\x74\xf1\x0c\x1a\x0b\xcc\x00\x1a\xc2\x6c\xd0\x14\xb9\xc8\xe0\x1e\x27\x17\xeb\x93\x58\x9b\xb0\x77\x14\xab\x97\xa3\xc5\x34\x11\x0b\x5b\xf4\x92\xc7\xe1\x38\x41\x7d\xf4\xd0\xe2\x80\x1b\x0a\xd9\x00\xd9\xe2\xee\xad\x61\x01\x57\xc6\x06\xb4\xd3\x14\x11\x5f\xea\x05\xea\x4c\x22\xf4\xed\x0e\xa9\x57\x48\xb7\x22\xe1\x33\x69\x9d\x82\x22\xa0\x5c\xce\x32\x27\xbc\xa2\xa6\x80\xdf\x79\xc2\xbf\x90\xf3\xa7\x58\x4c\xd2\x7f\x73\xd8\x45\xb3\x21\x55\x38\xe7\xcb\x22\xeb\x64\x78\xac\x17\x3d\x7f\x1e\x83\x6c\x8e\x9a\x0b\x62\x19\x69\x39\xa5\x95\x80\x8d\x0d\x2d\xbc\xc3\x70\x12\x1e\xcd\xbf\xbc\x48\x69\x93\x9d\xc4\xef\x73\xc1\x9c\x7c\x77\xfa\x2c\x35\x7a\x4d\x8b\x27\xf8\x6a\xdd\x6e\x27\xbc\x1d\x7c\x5e\x53\xb2\x90\x90\x96\xe4\xc6\xc0\xc9\x14\x06\x20\x1f\x34\xb0\x0e\x8c\xaf\x01\xe1\x79\xff\x8a\x13\x8b\x04\x4e\x89\xc1\x1c\x8e\xa0\xf0\x36\x07\x81\x9d\x37\xc8\x98\x9c\xac\xdd\xfb\xe4\xce\x48\xf4\xe5\xe4\x41\x22\xef\xaa\x5c\x4a\x14\xc1\xfb\x1c\xc3\xc1\xb4\xdc\x19\xcc\x30\xe2\x46\x8d\x79\xde\xdb\x94\x5e\xcc\x81\x2e\x0d\xc8\x5d\x57\xb3\x67\xda\x72\x08\x3c\x3e\xc6\xa5\xdf\x51\x5b\x38\x68\xb2\x87\x5e\x9a\x0a\x19\x3d\x0c\x5f\xb9\x2b\x58\xe2\xfb\x31\x12\x08\x84\x8d\x49\x51\xc3\x1e\xba\x29\x1c\xd5\x21\xfd\xdd\xf8\xd0\x7e\xed\x34\x61\xa8\x73\x57\xd6\x9e\x50\x6c\xbf\x12\xb8\xec\x31\x56\x86\xc8\x1d\x4a\xc1\x78\x99\x97\xea\xfa\x57\xf4\xfb\x00\x4a\x50\x97\xac\xf2\xa3\x47\x34\x3b\x4e\x9a\x45\x81\x1c\x84\xfb\xdc\xc9\xf5\xaf\xbd\xdb\x2e\x54\xd3\x0e\xe6\xe7\x8c\xce\x27\x89\x47\xd2\x48\x35\xbb\x6d\x30\xfa\x95\x1d\xb2\x47\x60\xcc\x46\x2e\x3b\xfb\x5a\x55\x97\x1a\x53\x28\x0e\x6a\x6c\x39\x5f\xf9\xec\x21\xe5\x6a\x05\xfc\x5a\x63\x4e\xcd\x61\xbd\x45\x53\x5e\xb9\x8c\x34\x03\x4d\xad\xbc\x6c\x2b\xea\xda\x9e\x53\x3b\x71\xc0\x0a\xe5\x76\x45\x7a\x30\x8d\xad\x1f\x95\x98\xe9\xf0\x19\x24\xb2\x72\x90\xa1\x8d\x63\x7a\x5d\xaa\x23\xd4\xde\xd0\xdb\x08\x89\xcf\x07\x67\x9a\x5b\x91\xb1\xdc\x5f\x48\xd3\xc1\x94\xc8\x93\x4e\x74\x5f\x1e\x97\x89\x9e\xaf\x01\x2d\x2e\x1d\x8f\xe8\x72\x9c\xd0\xc6\xe0\x8e\x31\xb1\x0d\x89\x0f\x60\xda\x0f\xf8\x3d\xc9\xa6\x13\xdc\x22\x3f\xda\xde\xbf\x2d\xd9\x29\xeb\xfa\x12\x85\xd6\xd8\x74\x28\xc4\x7f\xff\xef\xd8\x3e\xf8\x1b\x0e\x6a\x39\x9f\x5d\xae\x68\x33\x68\x0b\x0f\x27\x95\xc5\xd4\x99\xd1\x9b\xe8\x2e\xe0\xd5\xff\xb0\x0b\x69\x85\x9b\x51\x92\xca\x7a\x40\x24\xac\x4e\xf1\x97\x3a\x15\x30\xc1\xe7\x53\x88\xa2\x1f\x5a\xe3\xa2\xad\x0c\x49\x8b\x89\xd1\x26\xc1\x57\x14\x93\x9c\xd4\xa1\x0c\xa2\x5b\xc4\x42\x73\x94\xc8\x9d\x6f\x4f\xbf\x3b\x3e\x92\x29\xfc\x7c\xf7\xe5\xcb\x97\x77\xb1\xed\xdd\xbe\xad\x74\x8d\x1f\x4b\x37\xa7\xcf\xf4\xe6\x7e\xdf\x75\xd3\xcf\xee\xc1\x1f\x1f\x4d\x8b\x87\xba\x93\x70\x6b\x42\x9d\xc4\x7d\x21\xd5\x9c\xb9\xab\xe1\x3f\xf1\x1a\x90\x43\x43\xea\xed\x24\xcb\x7f\xcc\x86\xe2\x4e\x72\x48\x03\x1d\x1b\xd4\xe2\x6c\x6d\xcc\xc4\x2c\x5b\x98\xca\x71\x83\xa9\x82\xb6\x09\x3a\x58\xe0\x69\xd6\x23\x99\x2d\x25\x17\x67\x56\xcf\xc0\x58\x34\x93\x47\xeb\x46\xde\x05\xcd\xab\xb0\x2f\xeb\x63\xf6\x60\x0d\x2a\xf7\x4b\xed\x52\x5c\x3c\x16\x95\x26\x6d\x33\xea\xc8\x76\x7d\xd5\xb1\xe9\xbe\xa3\x63\x67\x76\x88\xb4\x68\x41\x15\x38\x61\xd6\x6e\x3a\x55\x9f\xe7\x1d\x52\xd8\x61\x53\x57\x57\xf4\x22\x5e\xe4\x13\xe5\x70\x4e\xb8\x4b\x19\x2d\x55\xf4\x70\x17\xf4\xf0\x88\x46\xe2\x4c\xae\x86\xe4\xc3\xde\x04\xac\x71\xf2\x36\x0a\xc4\x63\x42\x36\x77\xc2\x89\x34\x43\xb2\x5d\x14\x7a\x09\x05\x43\x4f\xc3\x36\xa9\x83\xc6\x78\xb1\x58\x26\xd0\xbf\x50\xb9\x28\x44\xe5\x9c\x12\x32\xf6\x3b\x80\x24\x78\x10\x25\x70\x18\x85\x9e\x27\xa7\xe3\xb0\x43\x19\x71\x5c\x93\xc2\x8f\xf7\xe0\x7b\x3d\x48\xe4\xf2\xef\xfe\x79\xd9\x84\x02\x98\xf4\x78\xb3\x29\x05\x4a\x85\x80\x23\x97\x8f\x82\x1d\x6d\x76\xc6\x75\x12\x99\x49\xc5\x9e\xee\x5d\x0c\xc4\xa8\x0c\x24\xa4\xcd\x71\xb1\x4f\x7d\x02\x89\x03\x6c\x95\xd4\x4f\xc6\xcf\x59\x97\xee\xb0\xef\xc3\x88\xf8\xe5\x86\x7e\x17\x43\xc7\x91\x35\x8e\x79\xc0\xac\xd0\x62\x41\x15\xd5\x09\xb3\x08\x29\xb7\xcd\x54\x80\x89\x3a\x47\xdc\x27\x50\xe4\x33\x1a\x48\xf6\xc9\x23\xc7\xc3\x27\x4e\xf2\xa7\x58\x8d\x02\x5e\x30\x89\xc3\xca\x3d\xdf\x3d\x78\xc2\x0c\x9f\x90\xce\xce\x3f\x27\x48\xa2\x0c\x50\x03\xf2\x91\x3d\xe0\x9c\x53\x8e\x73\x55\xd7\xba\x9a\x3d\xc6\xec\xbe\x55\x6c\x6e\xd1\xdb\xaa\xb9\xe2\x0c\x87\x70\x5c\x88\x44\xc5\x89\x9d\xe3\x05\x86\xba\x91\x7c\x62\xb8\x91\x0b\xf5\xf7\x09\xfa\x86\x03\x88\xbd\x68\xac\xbe\x22\x33\x89\x7b\x49\xc4\x7a\xda\xe2\x75\x58\xd3\xe2\x19\x6a\x5d\x30\x8e\x9f\x79\x11\x4e\x34\x28\x89\x67\xa3\xa4\x50\xfc\x02\x60\x9c\x4e\x2e\x82\x22\x05\x79\x87\xf5\xa2\xbb\x73\xc8\xae\x87\x42\x1b\xa5\x56\x1f\x5d\x51\xdc\xcd\xc0\xa5\x6b\x6c\xb1\x59\xf6\x3f\x5f\x65\x90\xb5\x10\xd3\x12\x8f\x0f\x99\x79\x01\x24\x5d\x84\xe4\x85\xe3\x00\x7d\x0f\xaf\x82\x64\x6f\xe3\xcc\x84\x07\x7a\x74\x7e\x48\x87\x92\x13\x8e\x6f\x79\x2a\x60\xfd\x26\x6c\x39\xe8\x9a\x34\xde\xcb\x98\x83\xd2\x0d\x29\x0b\x81\x1c\x66\x81\xf1\xef\x23\x71\x8d\x4d\xf0\x1d\x70\xbb\x21\xd6\x61\x52\x9a\xb3\xb3\xe9\xa2\x6d\x5e\x5a\xcc\xf8\xd7\xb7\x4b\x4d\xa9\xee\xe4\x85\x59\xb3\x23\xf5\x0c\x3d\xae\x4b\x35\xd1\x4b\x1f\x70\xea\x92\x42\xae\x2d\x7f\x63\xaf\x9a\x99\xf7\x1b\xe7\xaf\xe4\xd8\x9c\xbe\x5e\x1a\x45\x30\x78\xc7\xd4\x8e\xb3\x54\x38\xc7\xe7\x29\x37\xb6\xe7\xcd\xcb\x39\xfe\x45\xb9\x0c\xad\x8f\x60\xb7\x83\x1e\xb0\x1c\x1f\x26\x5c\xf7\x51\x4b\xbb\xad\x80\x69\xa7\x57\x7a\x1f\x72\xaa\x21\xb8\x3f\x50\x8e\xb7\x51\xa5\xbe\x36\x67\x46\x97\x5c\xed\xc1\x56\xb0\x28\xab\x88\xa3\xf3\xfe\x3b\x5e\xe1\x76\xe9\x72\x19\x4b\x82\xea\x90\xf2\x0a\x37\x3b\xaa\xb6\x25\x5f\x0b\xc9\x4a\xcb\x79\xa2\xa4\x5e\x94\x37\x0b\x83\x4a\x76\xee\xe9\xdd\x50\x45\xf6\x05\xe8\xe9\x17\x8f\x8e\xf9\x07\x85\xf3\x73\xd2\x79\xe5\x38\x65\x4e\x40\xe4\xd2\x05\x4c\x87\x69\x03\x5c\x09\x27\x7f\xa0\xbf\x9d\x5a\x91\xab\xf8\x5c\x03\xd3\xb2\x55\x67\xdd\xec\xa9\xae\x6a\x9f\x53\x89\x0b\xb6\xad\x76\x4d\xc9\x26\x62\x76\xd8\x16\x15\x05\xfc\x0e\xad\xaf\x08\xd0\xa2\x6d\x86\x7f\x60\xc7\xfd\x67\xf2\xa7\x24\x41\xcd\x7f\x52\x28\x4f\x46\x20\x0d\xa0\x89\xa2\x0f\x28\xf0\x82\x5f\x45\x5a\x37\xdb\xeb\x37\x6c\xb1\x90\x79\x47\xa3\x12\xd6\xf2\xf3\x6e\x8f\x3c\xbe\xda\x64\xe9\xc1\x4d\x93\x32\xad\x2e\x25\x11\x96\xf4\xe5\x1c\x6f\x9d\x64\x48\xaf\x84\xa3\x73\x7d\xa7\x5d\x82\x9b\x69\xb2\x9a\xa8\xbf\x20\x3e\x58\xff\x74\x3d\xa7\x92\x71\x59\xb9\x62\x3d\x22\xa9\xc0\xd0\x0d\xd4\x76\x92\x19\x0f\x8f\x66\xbf\x23\xe8\x44\x83\x00\x23\xe8\x92\x2d\xae\xd2\x24\x6e\xae\x9c\xc4\x0f\x7e\x0b\xc3\xd8\xa4\x9d\xf0\x66\x7e\xa1\x4d\x77\x24\x49\xa3\x44\x8b\xa5\x2d\xd9\x36\xf9\x59\x90\xe0\x8d\xec\x32\x53\xae\xfa\x68\x1e\xf9\x45\xe3\x0a\xb2\xcb\xc5\x7d\x7e\xd9\xa2\xb3\xd4\xf7\xe2\x0e\x14\x63\x10\x9d\xb2\x13\x0e\x8b\xb5\xfc\xa0\xaa\x68\x23\x5c\x25\x14\x84\xa2\xb8\x04\x4e\x04\xaf\x51\xf1\x3a\x44\xc4\x28\x45\x2a\xe9\x56\x00\x2b\x1d\x5e\x0c\xb0\x32\x6a\x95\xb2\xad\x72\x88\xd8\x8d\x8e\x78\x53\x77\x26\x88\x24\x51\x32\x2d\x1b\x9e\xd8\x45\x63\xdf\xd8\xfb\xf1\x61\x7e\xa9\x53\xae\x1f\x9f\x8c\x30\xe7\x7e\x43\x02\xda\x05\x14\x46\xd7\x45\x3e\x7f\xc1\x77\x71\xe3\x4e\x62\x9f\xe2\x9e\x3b\x8b\x2c\xb6\x0f\xfa\x12\x36\xd4\xd5\x8a\x6c\xa6\xe3\x55\x49\xff\xef\x60\x17\xf4\xfe\x79\x9d\x91\x4b\xd0\xf5\x17\x2b\x1b\x25\x99\x1d\xc5\xe6\x5b\x84\x1b\xa9\x6c\x10\xab\xec\x0d\x97\xdb\x60\xb0\xe8\x9d\x64\xde\x90\x83\x86\xa9\xfc\xc4\xa4\xce\x8e\xa1\x83\xc0\x8d\x74\xf1\x91\xca\x59\x12\x3f\x93\xe6\x65\x8d\x08\x09\x53\x08\x2f\x69\x6b\x7c\xd3\xb7\x69\x57\x2f\xc2\x1b\x60\x62\x30\x38\xf4\xfe\x17\x55\xf4\x2f\x61\x1c\xa8\x4d\x99\x57\x4d\xde\x6a\x90\xaa\xb1\x49\x4d\x0a\x79\xb2\x46\xf2\x98\x41\xc5\xe6\xd1\xc1\x7c\x8d\x53\x97\x0a\x08\xdf\x18\xf2\xce\xb9\x49\xbf\x9c\x9a\xc7\xf9\x74\xf2\x7b\x9a\x2e\xf2\x49\x37\x5b\xbc\x7c\x88\xd7\xc5\x78\xd3\xfa\xd2\xa0\x25\xb0\xd9\x68\x74\x95\xfa\x61\xa7\xcc\x52\xbc\x6e\x10\xce\xf4\xd0\x99\xf5\x2f\x9b\x4d\xe8\x11\x1b\xb1\x63\xd8\x59\x1c\x48\xc9\x25\xc9\x03\x39\xe9\x63\xcf\x21\x7f\x11\xf6\x39\x7c\xfe\x98\x5e\x4d\x27\xa0\xa5\xf1\x0c\xfe\xa9\xb5\xb1\xb7\x12\xa9\xf0\x40\xfd\x90\xbb\xac\x89\x30\x05\x88\x3a\xfa\x30\x39\x85\x9e\x0f\x52\xe6\xfc\x0c\x7e\x22\xa8\x76\xc4\x9c\x0b\xee\xad\x37\x1c\xc3\x75\xe8\xe7\xa1\x92\x31\x93\xac\x61\xa2\x45\x21\xcf\x0d\x36\x9b\xe3\x9f\x6c\x21\xe3\xe6\x46\xa2\x03\x24\x3c\xe2\xf3\xd1\x07\x7c\x0e\x3e\x49\xf7\xdb\xd3\xc8\xdd\xdc\x55\x96\x48\xee\x1f\xf5\xf6\x1d\x7f\x2f\xe6\x08\x2e\xc7\x5c\x5b\x35\xf6\x84\x8c\x2f\xbc\xe1\x2d\x99\x7f\xd4\x59\x37\xad\xee\x69\x53\x06\x95\xd8\xa3\xf6\xb0\xc2\x20\xf6\x11\x10\x27\x60\xc0\xdb\xff\x14\x1f\xe0\xec\x55\xaf\x7c\xfa\xd9\x8b\x29\xd9\xec\xb9\x54\xfd\x03\xab\x48\x7d\x73\x52\x62\x92\xeb\x46\xb2\x8c\xbf\x83\x59\x0f\x1a\xbc\x23\x03\xb0\xf7\x68\x19\xf4\xf4\x8f\x64\x01\x3e\x60\xfa\x7f\x57\x3a\xe0\x7c\xce\x48\x87\x98\x6f\xca\x60\x3c\x62\x54\x8f\x9a\x04\x8e\x26\x75\x72\x93\x57\xf1\xb2\xa4\xc7\x18\x08\x72\x30\x4b\xf0\x98\x85\xf6\x90\x3d\xb7\xf7\xef\x13\x05\x3d\x5d\xa4\x16\x1d\x66\xc7\x0d\xac\x3a\xac\x05\xad\xac\xf1\x74\x91\x1b\x9a\x08\x8d\x9f\xca\xbf\xe7\x66\x3b\x8f\x52\x01\x3f\xf4\x94\x3f\xf2\x56\x51\x9f\xfa\x56\xfc\xc0\x96\x7b\x11\xc1\x66\xdf\x1d\x21\x75\x61\x2d\xce\x57\xa7\x0f\xf5\x5a\x7a\xc3\x18\x79\x4d\x72\xe2\xc9\x0b\x86\x3d\x88\x93\x4c\x36\xef\x39\xbe\x50\x93\xcc\xb6\x02\xea\x1b\xe6\x39\xcc\x7c\x91\xb6\x9f\x7d\x81\xe6\x78\xe3\xbf\xb2\xc3\x82\x4b\x6b\xe5\x3f\x03\xbb\x71\x49\x29\x97\x50\x4b\xee\xbf\xca\xdd\x9a\xed\x1c\xdf\x77\xe1\xea\x24\x23\x16\x88\x47\x9f\xe6\xed\xf0\xa9\xf9\xe8\x3e\xa6\x17\xe5\x27\x7c\x21\x4f\xf1\x75\xba\xd0\x27\x66\xe2\xe0\xef\xe9\x44\xf8\x1b\x72\x52\x92\x06\x1f\xd3\xdb\x0e\xb5\x62\xc3\x7a\xd9\x4d\xe7\x2e\x4d\x61\xf9\x25\x69\xf4\xda\xa7\x2a\xc4\xc3\x9b\xb9\x31\x24\x1e\x50\x53\x19\x81\x04\x0b\x37\x15\x91\x2f\x0e\x4c\x26\xae\xfa\x5b\x66\x13\x91\x8c\x7a\x24\xc1\xe1\xbb\xe6\x4a\xe6\x07\x9e\x01\x39\xdd\xba\xc9\x3e\x48\x3d\x70\xf3\xd9\xc6\x75\x03\xdb\x01\x73\x58\xa7\x53\xe6\x08\x5f\x54\xea\x53\xde\x81\xf0\x26\x28\xb9\xda\xa5\xf3\x88\x89\x1f\xb9\x5a\x78\x0c\x42\xff\xe1\x81\x47\x51\x80\xb2\xcb\x41\xf9\xd8\xf1\x19\x75\x9c\x8c\x92\xeb\x8c\xdf\xef\x5c\x46\x67\xc2\x0e\xd8\x99\x70\x48\x0e\xbc\x35\xf0\x9e\x04\x07\x9d\x14\x06\x5e\x2f\xae\xed\xb8\xa7\x33\xbe\xe8\xe2\xed\x3a\x3c\x49\xc7\x82\x7a\x5e\x6c\xc1\x07\x95\x4b\x73\xde\x20\xc8\x63\x29\x77\xc0\xb5\x5d\x56\x7d\x64\x4b\xfd\xcb\x81\xcc\x8e\xba\xed\x2d\xa9\xd4\x39\xf0\x84\xc3\xbc\x4e\x86\xef\x87\x1d\xfa\xc4\xf2\x52\x2f\x5c\x1f\xc3\xaa\xf1\xae\x25\xbe\x1f\x87\x6f\x89\x22\x5b\x3f\xe9\x2c\xd8\xe1\x3b\x72\xc6\x26\x87\x04\xdc\x13\xf1\x75\x1d\xcf\x98\x3e\x1d\x99\x92\x63\x34\xa2\x59\x8d\x2b\x21\xa7\x31\x11\xc9\x51\xe7\xfa\xaf\x31\xdb\x1b\x5d\xe3\x91\x92\x3e\x20\x88\xdf\xf4\x4f\xe3\x4c\x2d\xb4\xb2\x71\x02\xe4\x37\xe1\x06\xa2\xf3\xde\x53\x6a\x63\xb2\xf4\x5e\x93\xa2\x45\x50\x72\x85\x31\x8a\x73\x13\x71\x79\xef\x49\xa5\xc7\xe2\x37\xcc\xea\x28\x44\x75\x61\x54\x4e\x46\x42\xa2\x4b\xc8\x8e\x42\x31\x9a\x71\x22\xd9\x3d\x1e\xab\xeb\x49\x0b\xb9\xe3\x91\x08\x3a\xe6\x8e\x97\xda\xa6\xa6\xd3\xfc\x8c\xf9\x81\xae\xc6\xce\x59\x62\xe8\x74\x33\x23\x27\x42\x49\x6a\xcb\x17\x73\xe8\xb3\x06\xb1\x16\x95\x08\x68\xa6\xa3\x2a\xb1\xab\xac\xcb\x5d\x4c\x0e\x0c\xc0\xa0\xef\xff\x66\x6a\x15\x39\xdb\x45\xa9\x98\x23\xaf\xdd\x58\xdf\xd6\x35\xf8\xf2\x29\xed\xcf\x8b\x09\xbe\x72\xbf\x68\x14\x3e\x15\x58\x9f\x35\x5b\x55\x6b\xe0\x49\xe8\x51\x69\x1b\xcc\xf6\x66\x22\xb4\x4f\x1e\x34\xcd\x5e\x30\xbd\xe1\x89\xd9\xbe\x3b\xc7\x50\x2a\x27\x1a\x65\x6f\x22\x5b\x7e\x00\x63\x85\xe1\x46\xf0\x4f\x2f\x4a\xcf\x89\x78\x2f\xcf\x4e\x69\x19\x1b\x15\xbf\x42\x0a\x8c\x4d\x53\x63\xff\x14\xb5\xdb\xf3\x83\x01\x93\x28\x96\x18\x55\xc5\xfb\x57\xfc\x3a\x12\x7f\x70\xe6\xcd\x09\x66\xa8\xa8\x28\xe7\xf2\xab\x4f\x8b\xdb\xc0\x99\xf8\xd5\x4f\x9d\x3a\x7f\x89\x5a\x64\x56\xec\xab\xa8\xb8\xd9\xea\x56\x16\xff\xd0\xf9\xec\xc4\xad\xaf\x60\xb7\x36\x64\x33\xe8\xe3\x69\xf7\x61\x8a\x6c\x31\xe8\xad\x1d\x1b\x94\x23\x83\xe9\xf9\x1c\x72\x3f\xa1\xb4\x43\xec\x3e\x53\x7c\xb6\x20\x3d\xf5\x22\x0a\x67\x43\xde\x39\x7c\x4e\xef\xa5\xb8\xc4\x3f\x0a\x16\x6c\x32\x49\x79\x42\x7c\xe2\x02\xca\x36\xed\x5c\xbf\xc3\xe7\x90\xcc\xd3\x46\x29\xa5\x75\x52\xc7\xbb\x34\x25\x13\xf1\x1e\xf9\xc9\x57\x1f\x71\x17\x7f\x8d\x1c\xfb\xe3\xcf\xf9\xa3\x4f\x49\x99\x5e\x8f\xcc\xd6\x26\x0f\x07\xc4\x25\xce\x90\x10\x7f\xab\x9a\x95\xa9\x0b\xd6\xe9\x27\x05\x43\xb1\x25\x1a\x02\xb3\x36\x01\xf2\x6f\xd2\xcf\x3e\x99\x5a\xfc\x91\xbd\x72\x7a\x4c\x76\xde\x67\xf5\x1d\xa9\x48\xe6\x83\x5a\x56\x8c\x6d\x18\x6b\x80\x7a\x41\x72\x74\x81\x2b\x63\x04\x49\x59\x9d\xe1\x11\x35\x52\x3e\x8d\x55\xb6\x2f\x0d\x26\x15\x47\xeb\x1b\xe1\x48\x37\x5a\xab\xed\x81\x7b\x57\x98\xf8\x3d\x2e\xc7\x14\x1c\x98\x28\x86\x9e\xba\x6a\x38\x8d\xbf\x4f\x02\x5c\xeb\x60\x7e\xb4\xc5\x77\x70\xfa\xcf\xe1\xce\xdf\xff\x42\x69\xe6\x6e\xea\xc3\xdf\xe1\x9c\x26\xf5\xa6\x7e\x0e\x5f\xef\x09\x68\x84\x41\x00\x52\x89\x7e\x24\x2a\x08\xd7\xd6\xb1\x4f\x1c\x9b\x52\x6b\x76\xaf\x0b\x6f\x8b\xbd\x4f\x1f\xf1\x7c\x8d\xef\x83\x1e\x1a\xeb\xea\x1b\x23\x8d\x06\xbd\xd3\x1d\x84\xb7\x91\x81\xc3\x12\xcf\x2d\x7f\x8f\xe3\x1c\x46\x18\x9b\x5e\xd2\x41\x3c\xb1\xd1\x1e\x7e\xdb\xe4\xe8\xe6\xaf\x57\x7c\xdf\xa5\x80\x4b\x82\x41\x24\x19\xa2\x13\xf1\x99\xb9\x83\xef\xa8\x91\x97\x67\x4f\x6e\xee\x3b\x05\xe8\x58\xdf\xe6\x60\xd7\x07\x54\xf6\xc9\x7a\x56\xa6\x9b\xaf\x96\xb2\x0e\xf6\xd9\x4d\x80\x43\x44\xd8\x2a\xce\x6a\x84\xea\x7b\x10\x7f\xef\x40\xa3\x62\xb5\xfc\xe8\x40\x37\x7e\xca\x0f\xd3\xb6\xe8\xed\x34\xfe\xda\x4f\xec\x4c\xc0\x0f\x7c\xaa\x78\x8e\xad\xb6\x57\xf5\x12\x75\xa1\xf8\x12\xa7\x7f\x88\xd3\x33\x47\x1f\x4e\xe1\xf3\x3d\xce\x66\x6e\x76\x9a\x1c\x19\xec\x87\x0c\x84\xe2\xce\x02\x4e\xa0\x33\x01\x03\xab\x55\xeb\xbb\x08\xa1\xf0\x3c\x22\x6b\x77\x24\xd0\x12\x0e\xcb\x47\x37\x8e\x9c\x1d\xc8\xb1\x7b\x65\xe8\x26\x15\x4d\x36\x3d\x8c\x51\xff\x91\x1b\x54\xb6\xbc\x21\xce\x7b\x57\x32\x71\xd1\xbd\x93\xbc\xef\x4f\xd1\x9b\x64\xc0\x73\x6f\x0d\x53\x5a\xac\xc0\x55\xb8\x47\x70\x54\xae\x9f\x3d\xb0\xf4\x78\x6a\x37\x9c\xa3\x64\x56\xc3\xe3\x14\x43\xc1\xa4\x40\xc0\x67\x77\xb2\x23\xf5\x20\xa4\x92\x33\xf1\x7b\x3c\xef\x3a\x63\x9b\xa2\x6b\xaf\xdf\xc2\xcf\x70\x0e\xde\x31\xd4\x7b\x9e\xb0\x61\xc7\xfc\xfc\xaf\x8a\xb3\xde\xc5\x53\x35\xd3\x84\xab\xa2\x67\x4a\x00\x94\x9d\x81\x0b\xe9\x94\x1f\x2d\x09\x2c\x02\xbd\xfc\x98\x5c\x05\xf2\xb0\xf7\xaa\x69\x9b\x1e\xe4\x60\xed\xf3\x10\xe0\x6e\x7d\xdd\xb4\x3d\xc0\xb1\x56\x63\x4d\x40\xce\x05\xfe\x7b\xde\x53\x42\x17\xf7\x72\xb6\xb7\x99\xd0\x03\xa7\x9c\x53\x2b\x34\x25\x76\xd0\x35\x44\x9b\xc3\x92\x8c\x4f\xf4\x26\xc7\x05\x7b\xcc\xf8\x84\xdb\x23\xcd\xa5\x61\xb3\xe8\x00\xe1\xd0\x1d\x49\x63\xfc\xe6\x68\xd5\x6d\x43\xcf\x16\xcd\x2b\x40\xa6\x7e\x3b\x47\x68\x78\xdf\x12\x8a\xa7\xe6\x1c\x11\xa2\x58\xc2\x99\x27\x37\x64\x36\x45\x69\xff\x80\x87\xb1\x61\x9e\xef\x68\x8f\xe9\x70\xf3\xb6\xaa\x43\x4a\x71\xd9\x1c\x6a\xea\xc0\x7b\xae\xd5\x36\x03\x2e\x03\x69\x8d\x0c\xae\xf6\xd6\x29\x79\x84\xce\xb7\xa7\x76\x07\x21\xe5\x1a\x0f\x21\x16\xb7\x33\x65\x85\x39\xc0\xa3\xbd\x7c\xcf\x76\xe4\x6a\x16\xa1\xd0\x7b\xb6\x13\x5b\x2c\x9a\x21\x19\x38\xef\xd1\xb4\x59\x5c\xe8\x25\x70\x13\x8f\xd3\x6a\xb6\xc0\x02\x7c\x91\x20\xd4\x5f\x34\x4d\x87\x72\xf1\x16\xe5\x05\x72\x93\xe6\x9c\x45\xf2\xc6\x2a\x3a\x02\x81\xd8\x16\x1e\x11\x02\xd1\x02\x95\xc0\xc0\xf2\xa5\x1c\x1c\xb7\x3e\x08\x5b\x6e\x36\x82\xb6\xf8\xbe\x11\x0c\xdd\xf6\x4b\x0c\xb6\xb1\xd9\xf8\x78\xd0\x9e\x9e\xe2\x1b\x49\x58\x65\xdd\x5d\xbf\x6d\x93\xf3\x36\x68\x3e\x18\xf9\x1d\xed\x97\x6a\x79\xae\xdf\x31\xfe\x97\x58\xe7\xbd\x3b\x18\x9b\xc1\x4d\x3d\xf0\x73\xfd\x48\x0a\x17\xfd\x72\xad\x3b\xcc\xa5\x71\x3e\x27\x1f\xa2\x11\x38\x72\x6d\xbf\x1b\x80\x07\x96\xfc\x13\xd1\xc5\x05\xda\xf4\x55\x0c\x5c\xe0\x06\x36\x70\xa5\x90\x0f\x5a\xd6\x15\xb0\x83\x5f\x7f\x59\x48\x69\x8c\x0f\x0d\xc8\xc8\xed\x5c\x44\x48\x39\xe3\xc8\x71\x8f\x2c\x6b\x69\x50\xf4\xb2\x5e\xbe\xc4\x90\xc6\x2a\x39\xaf\x98\xec\x9d\x79\x92\xe5\xd5\x12\x8f\x0d\x3e\x2b\x8e\x1c\x0c\x0e\x0e\x34\xbb\x35\x98\x19\x2c\xd4\x27\x31\x19\xea\x13\x81\x7e\x82\xe4\x58\x7c\x9e\xb6\xc1\x29\xf8\xeb\x2f\x07\x44\xd3\xb5\x60\x5a\x89\x38\x0b\xdd\xfb\x40\xae\x9c\xac\xfb\x36\x5b\x85\x07\xf2\xfd\x1a\xb9\x99\x71\x9b\x13\x1d\x66\x73\xb8\x8d\x4c\xcb\xce\xa0\x92\x90\x32\xd6\x65\x70\x4c\xa3\xbc\xaf\x4b\x5a\x8e\xa0\xdd\xe0\x04\xa4\xfc\xc6\x2e\xc5\x86\xc6\x4a\x10\xf2\xe2\x72\x86\xb8\x81\x03\x00\xbe\x19\x2a\xd5\x50\xe2\x7a\xce\x06\x63\xfe\xe2\xa4\x84\x12\x9d\xd9\xcd\x25\xbb\x6a\xb9\x32\x54\xbe\xa4\x1a\x7a\x57\xc4\x8c\x40\xa2\x45\xe1\x02\x79\xd8\xc1\x4f\xc2\x35\xa0\x50\x83\x56\xaf\x50\x61\xc4\xb9\x2e\xce\xae\xa2\x97\x92\xe2\xf0\xd8\x56\xef\xff\x66\x48\xff\x2e\x0e\x20\x5e\xab\xd2\x47\xab\x4d\xdd\xe1\xf9\xd9\xd0\x9b\xb3\x18\x4e\xa5\x75\x94\xfc\x5b\xd6\x49\xc2\x1c\x7b\x77\x7a\xe5\xcf\x32\x3c\x8f\x76\x19\x96\x41\x8f\x8d\x01\xaa\x4b\x02\xa3\xfd\xab\xb8\x0b\x12\xce\xe5\xcd\xf1\x5c\x87\x84\xd7\x1f\x46\x73\x7a\x9e\x2e\xde\x84\xad\xb2\xf6\x65\xd3\x96\xe1\x09\x48\xcb\xee\x70\x9d\x0f\x7f\xa2\x37\xc8\x82\xa2\x5a\xb8\x47\xb7\x24\xe1\x02\x99\x08\xe8\x48\xb9\x8c\xce\xd6\xfc\x75\x2c\xdf\x6e\x70\xd3\x0f\x90\xf1\x68\xc4\x0e\x54\x31\xf6\x6c\xd4\xcf\xf2\x44\x96\x7b\xee\xef\xa9\x7b\xd8\x2f\xd5\x1f\x16\x21\x44\x03\x3d\xc4\x30\x95\xf1\xa1\x2e\x58\x3f\x7b\xe7\x87\x1d\x66\x86\x2d\xee\x7e\x4c\x5e\x23\xee\x0e\xed\x8b\x55\xd5\x2c\xe8\x0d\x38\xea\xa5\xe7\xd0\xe9\x3a\x7a\x8f\xf1\x23\xe9\xd8\xd8\x79\x40\xe5\xc7\x84\x0d\x98\xdf\x65\x80\xd3\x58\x8f\xd0\x9a\xa2\xb2\xe5\x6d\xff\x61\x26\x98\xb1\xe4\x0c\x6e\xab\xd1\xed\x03\xa3\xc3\x88\xe9\xce\xfb\xf1\xb5\x83\xae\xf3\x1e\x47\xe1\x85\xb0\xbd\xa4\x23\x7e\xee\x8e\x5f\xb1\x3b\xdc\xd9\xe0\x51\xbc\x4c\x27\x3f\x8a\x07\xde\x73\x63\x1d\xe1\x81\xdb\xcc\xc3\x3e\x07\xf1\x96\x03\x83\x0d\x42\x46\xf3\xb2\x66\x15\x6f\xf4\x44\x2f\x65\x5c\xc4\x27\x45\x0a\xf6\xca\x3f\x90\x97\x07\x23\x00\x1b\x1b\xa9\x78\xdb\xe4\xdd\xca\x90\xd7\x8f\x5f\xe4\x0b\x6f\x9a\x36\x71\x72\x9f\x69\x32\x1d\x4c\x2a\x85\x3e\x5a\x87\x67\x33\xb0\x44\xba\xe0\xef\x90\x20\x22\x99\xc4\x16\xce\xac\x4c\xc1\xcf\x67\xc4\x69\x24\x82\x5c\xec\x86\xf7\x38\xbc\x94\x7e\x20\xe7\x25\xf4\xc3\x71\xf1\x09\x6d\x4f\xa3\xe0\xc7\xc9\x3b\xb5\x24\x92\x72\x1c\xfb\xbf\xd9\x69\xe6\x3f\x46\xdf\x9c\xed\xee\x61\x9c\x87\x9f\x48\x35\x11\xec\x74\xf4\xef\x93\x44\x53\xa3\x83\x73\xd3\xf1\xd7\x94\xd3\xcb\x84\xbf\x0c\x9c\x0b\xf8\x33\x3f\x41\x6a\xf9\x41\x40\xe7\x3f\x89\x05\xa8\x98\xb4\x21\x72\x0c\xe9\x62\xac\xb0\x95\x5a\xc3\xc7\xe5\x48\x63\x2f\x44\x37\x59\xd3\x08\xd9\x1d\x5d\x18\xb7\xc7\xbc\xca\xb9\xfb\x00\x12\xfb\xde\x95\xa7\x60\xe7\x8f\xd1\xe3\x49\xfc\x01\xd0\x6d\x51\x11\xff\x23\x71\xa9\x4a\x0a\x46\xdc\x04\x55\x3c\x73\xea\x69\x38\x63\x0a\x5f\x8c\xaa\x1d\xb8\x4f\xea\x6c\x5e\x59\x7c\x11\x7f\x3c\x6f\x6c\x07\x1b\x6d\xfb\xd6\x96\x7c\x7d\xf3\x77\x24\x26\xb3\x13\xf8\x9f\xfb\x40\x5a\xcd\x12\xd3\x48\x9a\xc8\x77\xe0\xe1\x71\x5c\xec\x6e\xa9\xac\x12\x3d\x34\xab\xc7\x2a\xba\xeb\xec\x8b\x54\xcb\x43\xf6\x7b\x6e\xc5\x0a\x9e\x90\xf9\x04\x8e\xe5\xf5\x1b\x73\xd6\x12\x32\xd0\x2d\x82\x79\x0d\xbc\x50\x45\x37\x22\x91\xa7\x82\xd2\xa4\xaf\xf0\x9a\xdc\x90\x93\x0b\xf2\xbe\xc0\x36\xe0\x4b\x18\x53\x07\x7f\x64\xa6\xe8\x25\x07\xcf\x44\xd1\x0b\x91\xaa\x43\xd8\x2d\xc5\x34\x1f\xd5\x85\xf5\x47\x35\xfd\xe2\x55\xd7\xb5\x66\x01\x1b\x70\x28\x54\x94\xb4\x35\x06\x7d\x0d\xed\xc1\x26\x89\xc5\x6e\xe4\x7e\x4f\xaf\xbd\xec\x31\x5f\x5c\x2d\x7a\xad\xfa\xe7\x66\x81\x2f\x65\x8f\xd5\x7c\xb8\x70\x26\x6f\x9a\x14\xe0\x03\x55\xfc\x61\xf7\xce\xf9\x03\x52\x55\xb3\xaf\xee\xc2\x96\x76\x37\x54\xb3\x28\xc5\xe2\xde\xc3\x71\x11\xab\xad\xab\xdb\x53\xd6\x31\x9b\xe1\x15\xed\xa2\x26\xbf\x09\xee\x8a\x73\xe6\xc6\xec\x2e\x7e\xf1\x03\x91\x55\x57\xea\x24\x0c\x29\xd7\xf3\x88\xbd\xc1\xeb\x7d\x6e\xd5\xec\xe9\x69\xf1\xa0\x2c\x4e\x1f\xc8\x77\xbb\xe9\xb6\xfc\x7e\xef\xe9\xd3\x67\x27\x08\xc7\xc3\xa7\x0e\xeb\xd2\xc1\xa1\xaa\xed\xf0\xf4\x60\x05\x3a\x41\x54\x61\x1b\x1d\x23\x97\xf2\x84\x0f\x23\x92\x36\x72\xfc\x04\xa1\xaa\xa4\x73\x69\xc6\xeb\xbd\x3f\xdf\x67\x34\x50\x41\x7d\xfd\x6b\xd3\x49\x8f\x3d\x73\x92\xbd\x9d\x16\x7c\xf4\x95\xfb\x90\x5d\x71\xfe\x89\x59\xc4\x25\x18\x16\xb0\xec\xc3\xa3\x0f\xa7\x09\x11\x9b\x77\x95\x8d\x12\x46\x3e\x7b\x72\x5a\xc8\x71\x64\x5f\x3e\x59\xfe\xda\x6c\xb1\xe6\x1c\x03\x33\x81\x8b\x7f\xb4\x23\x7b\x0b\x55\xa7\x4f\x02\x55\x57\x7f\x8b\xee\x0e\x98\x6b\x64\x29\xf8\x79\xf2\xe0\xa9\x4f\x3e\x92\x93\x31\x99\x08\x3d\x35\xe0\xc4\x85\x68\x4a\xd1\xdb\x05\x4d\x2a\x28\xb8\xd1\x70\x23\x67\x27\x0a\xa0\xe3\x80\x1d\x27\x2c\x1f\xec\x7b\xea\xb6\x22\xbb\x13\x64\xa2\xac\x7e\xca\x53\xaa\x70\x8f\x24\xe2\x88\x1a\x8c\x33\x2e\x99\x84\xe0\xbc\x69\x72\x65\x84\xbc\xda\x37\x4d\xf7\x66\x07\xd4\xb8\xbf\x90\xee\xfc\xbd\x96\x3f\x4c\x27\x97\xb5\xeb\x93\x8a\x73\xbe\xcc\xf8\x91\xb6\xc1\x00\xc1\x2d\x67\xd8\x26\xf8\x74\x0e\xe0\xf5\x7e\x4e\x3a\x0e\x21\x89\x2b\x34\x12\xb2\xf9\x10\x5d\x72\xa2\x98\xa2\xe2\xa2\xc1\x9c\xdf\x78\x51\x08\x81\x1d\x5b\x93\xe2\x47\xba\x7b\xbc\x6d\xe2\x63\xc3\x8e\x65\x14\xcf\x11\x48\x93\x4b\x79\xc9\x8c\x1b\xce\xce\xfb\xbb\x4e\xe3\x75\x26\x39\xd2\x47\x96\x78\x30\xec\x90\x1d\x0e\x9c\x62\x5a\xdc\x0f\x9c\x62\x3a\x35\x18\xb8\xba\x6a\xbb\x9d\x47\x77\x53\x9d\xbc\xb8\x15\xd5\xb9\xf4\x54\xb6\x8e\x62\xd4\xa2\x0a\x98\xe2\x20\x54\xc0\x2c\x07\x52\x98\x71\x18\xf2\xb5\x39\x3b\xab\x4c\xad\xf1\x7d\x2c\x7a\x16\x82\x28\xbd\xf6\x01\x40\xbe\x5e\x09\xa7\x1d\x4f\x36\xaa\xcc\x49\xc7\xbc\x42\x72\x27\xc7\x7a\xa3\xda\xeb\x37\xa8\x36\x7f\xcd\x77\x2f\x85\x8a\xb1\xae\x9e\x29\x8f\x74\xd2\xf6\xb4\xc9\x98\xf8\xd7\xe9\x56\x7c\xca\xa7\xb8\xce\x86\xa3\xdd\xa4\x4e\x3e\x15\xe2\x85\xdb\xa6\xe9\xf8\xd5\xf0\x84\x11\xe6\x13\xe4\x12\x73\x91\x63\xbc\xdb\x0c\x74\x83\x58\xce\xf9\xa5\x61\xdf\x98\xfd\x30\x80\x18\xb1\x45\x6b\x60\xb6\x71\xad\x61\xbd\x79\xd3\xeb\xff\x48\x16\x29\xa6\x9f\x1b\xa7\xb0\x6c\xcd\xd6\x25\xbb\x58\xe3\xdf\x2e\xd0\xdd\xaf\x0c\x37\x54\x8e\x17\x01\xea\x7b\xfa\x82\x89\xad\x02\x67\x93\xa3\x7e\xc0\x37\x7b\xee\x91\xed\xf4\x9b\x03\x88\x86\x95\x06\x3c\xaf\x8d\x4b\x91\xad\xef\xe6\x8b\x1e\x2e\x66\x38\x94\x8c\xc4\x08\x28\x16\x60\x7d\xf6\xe7\x46\xde\x87\x37\x71\xdb\x71\x24\xc3\x92\x88\x67\x8d\xbe\x56\xe4\x81\xc4\x85\x8f\x2b\xd5\x8b\xdb\x1b\x65\x09\xc8\xeb\x46\xbb\xa6\xd6\x88\xdc\xfc\x36\x7c\x5c\x05\xe3\x86\x29\x6b\x11\x55\x7b\xe0\x22\x97\xfd\xdb\x3f\x07\xda\xac\x70\x0a\xd8\xe2\x31\xfd\x5d\xdc\xf9\x10\x0a\xee\x72\xc1\x87\x1f\x8d\xb4\x41\x0e\x66\xd3\x6f\x38\xac\xdb\xec\x34\xbf\x3b\x34\x7b\x8a\x9f\x39\x8f\x7a\x30\x59\xb2\x4e\x5d\x85\x49\xdc\xd4\x91\xf5\x7d\xa0\xe6\x32\xef\xc4\xfa\xad\x2e\x17\x6e\xa7\x1f\x7a\x57\x1e\x7b\x60\xc7\xa1\x6e\x24\xf5\x84\x8f\x43\xe9\x22\x94\x65\xb2\x53\x28\x20\xac\x7c\x32\x38\xb5\x50\x62\x6d\xc5\x07\xf7\xf4\xf4\xc9\x90\x7c\x84\x72\xc7\x2d\xdd\xe1\x7c\x04\x27\x30\x8b\x55\xab\x4f\xff\xf5\x49\xe4\x95\x64\x3e\x8a\x1a\xd2\xce\x7c\x99\xec\x81\x7c\xf5\x5d\xc9\x8b\xa4\xc5\x2d\xfb\xc7\xca\x74\xfa\x93\x5b\x05\x88\xd5\xc5\xad\xce\x94\x8b\x5b\x1f\xc5\xe4\xd8\x50\x2c\x2d\x01\xee\x44\xad\x55\xb5\x6d\xe8\x7d\xa2\x71\xc0\x79\x7d\xa7\x46\x36\xda\xe7\x60\xf6\xe9\xa6\xba\x42\x3b\xce\x3a\x04\x4f\x24\x04\xcf\x53\x4d\xc7\x0a\x05\x9a\x29\x79\x13\xc3\xad\x94\xb1\x43\x6e\xd2\x18\xcc\xcd\xcd\xc5\x47\x46\xde\x5e\x70\x41\xe3\xbe\xd9\xeb\x70\x70\x56\x81\xe2\xca\xc3\x93\xee\x21\x4a\x0a\x54\x8d\xaf\x48\xe5\x85\x92\x64\xe9\xb4\x60\x51\xf3\x9e\xd0\x12\x63\xe7\xb8\x6c\x75\xd9\x29\x08\x6b\x0c\xf8\xbb\x09\x27\x63\xa5\xda\xf8\x38\xf8\xde\x84\x75\x5c\xaa\x6d\xb7\x3c\x57\x11\xd3\x58\xa2\xd6\x81\x15\x00\x14\xaa\xef\x2e\x3b\x4e\xd6\x82\x91\xd1\xf3\x8a\x1c\x59\x38\x9f\x0b\x65\xa9\xc0\xa4\x0f\xd5\xaa\x8f\x2f\x0d\xab\xbb\x20\xda\x46\xad\x4e\x48\x94\xc5\xc3\xe6\xb8\x29\x67\x84\x19\xf6\xe2\x72\x46\x09\x0a\x3d\xdb\xbf\x5d\x57\x2e\x15\xd2\x38\x0e\xfd\xb1\xd7\x3d\x8c\xa4\xeb\x15\x5e\x55\x86\x7c\x35\x09\x02\xe1\x68\x70\x8e\x14\xb2\x29\xc0\xe5\x8a\xe8\x25\x09\xd4\xea\x06\x2e\xc0\x5d\xa0\x17\x37\x30\xee\x03\x68\xe2\x06\x46\xbc\x07\xeb\xe9\xe9\xfa\x18\x9f\xa7\xd4\x3f\x7c\x33\x48\x05\xb7\xe7\x70\xf2\x9a\x68\xa7\xbf\xf9\xea\xc9\x77\x59\xcd\x71\x12\x22\x85\x07\x69\x8f\x94\x1f\x20\x33\x64\x86\x20\x02\x4f\x82\x6d\x30\x40\x44\x14\x9e\xcf\xa4\x47\x13\x5f\x7b\x8e\xd7\x33\x2c\x0d\xd5\x11\x25\xc8\x64\xaf\xa2\xe4\x3e\xc3\xf6\x4a\x32\xcf\xd1\x3b\x71\xc4\xff\x7f\x5a\xdc\xbe\x1c\x76\x6a\x31\x4e\xfc\xe4\x60\x6b\xed\xb2\x73\xca\x40\xca\xf5\x36\xf5\x0c\x18\x5d\xf6\xb2\x4f\xec\x76\x36\xbe\x43\x5c\x71\x44\x5d\x25\xe5\x6c\xb1\x74\xbe\xae\x78\xb8\x9d\x75\x78\xbc\x3f\xae\xaf\x4a\x38\x6f\x18\x43\x12\x37\x90\x8f\xc6\xa6\x75\xc9\xbd\xe0\x12\x9d\x5b\xe3\xca\xfc\x95\xd2\xde\xe4\x33\xa9\xd3\x9a\x40\x75\xf8\x42\xc6\xe3\xaf\x5a\xc0\x8f\x2e\xe2\x1e\x34\x3b\x7c\x7b\x6e\xd9\x9a\x8b\x74\xee\x11\x0f\x23\x75\x41\x30\xb8\x34\xa8\x91\x71\xb5\xeb\x86\x88\x05\x89\x17\x31\xde\xb8\x8a\x43\xda\xdf\x17\xb6\x36\xba\x24\x9d\xcc\x21\x40\xc1\x89\x37\x22\xfb\x9e\xc2\x89\x07\x84\x1d\x65\xcf\x85\x80\x21\x9d\xe1\x26\xb3\xfd\xff\x86\x3d\x0b\x4f\x49\x58\xdf\xd8\x35\x59\x2d\x3d\x50\xd9\xd4\xf9\xf5\x97\x64\x6e\x54\x23\x50\x75\x8b\xae\xcc\x19\x3b\x58\xf8\x55\xa7\x34\xea\xbc\xeb\xb6\x36\xce\x2c\xf6\xcd\xb3\x67\x27\xa7\xd9\x62\xa2\x4e\x78\x52\xe8\x5c\x94\x70\xae\x69\xa7\x5b\x43\x66\x70\x07\xbf\x07\x94\x10\xf0\x10\xcd\x73\x95\xe5\xc2\x9d\x3d\x21\x9b\x87\x91\x34\x82\x83\xeb\x63\xd5\x72\x7c\x66\x44\x4e\xbe\x96\x4f\x31\xfb\x2d\x43\x0f\xd9\xee\xf1\x49\x60\x13\x62\x47\x86\x0d\x98\xe7\x76\x2e\xde\xd3\x65\x0b\xd7\xe9\x97\xf0\x3f\xe7\x06\xeb\xbd\xbf\x73\x15\xb2\xfb\x6c\x01\xbf\x4b\x38\xdc\x33\x98\xe7\x19\x1a\x87\x7d\x7d\xf7\x0a\x3a\x59\xc3\x6d\x6e\x43\x76\xd5\xfc\x5b\xea\x51\x52\xac\x03\x55\xf5\xcf\x7a\xd9\x7b\x6f\x1c\x92\x89\x30\x2d\x26\x65\x30\x8f\x3b\x6c\xc4\x2d\xb0\x5d\x50\x72\x7f\x4a\xa2\x49\x1f\xc3\x62\xb2\xe7\xf0\xdc\x5a\x90\xb1\x07\x2c\x78\x45\xa9\xcd\x0e\x0f\x1e\xc9\x6c\x54\xc7\xf9\xcf\x3b\xb7\x74\x79\xee\x09\x19\xfa\x03\x2e\xf5\xae\x01\xa5\x7a\x29\x41\x2e\x02\xf2\x29\x79\x46\x4e\x39\x7e\x25\xaa\xae\x0a\xac\xb1\xff\x45\x59\xdf\x0e\x2f\xfc\xd4\x37\xde\x4f\x01\xa4\xf5\x25\x45\x74\x03\x5d\x14\x6b\x04\xb9\xb3\xf9\x1a\x30\xef\x50\x87\x53\x58\x70\xe2\x58\x23\xf5\x99\x6d\x73\xd5\x4d\xcd\x82\x18\x37\xa2\xa8\x82\x6d\x48\x37\x8f\x76\xb0\xa8\x99\x8a\x46\x21\xed\x08\xb7\x42\x5d\x86\x64\x65\x72\x73\x6a\xf2\x9a\x38\x9b\xc4\xc3\x35\x32\x96\x87\xe5\x45\xdc\x7b\xfc\x69\xfe\x71\x12\xb3\x11\xaf\x35\xda\x67\xf7\xb5\xd9\xce\xbe\xdb\x4e\x07\x53\x15\xf5\xc6\xe8\x8e\xdd\xe8\xf6\x3c\xf9\x91\xf7\xe3\x85\xcb\x60\x40\x16\x46\x17\x02\xa2\x52\x83\x72\x92\xa1\xed\x36\x3d\xcf\x3e\x69\x75\xed\x5f\x96\xc1\xeb\x17\x0e\xd9\x32\x6b\x16\xbd\xd0\xfb\x71\xfa\x42\x6f\x78\xab\xf8\xf7\xfc\xe8\xfb\x27\xfc\xe8\xfb\xc4\xbf\x26\x0f\xbd\xc2\x54\x96\x6a\x3c\x39\x60\xcf\xf9\x77\xd4\x26\x7f\xf6\xd8\xb6\xcb\x7b\x79\xa7\x69\x68\x4e\xd6\x02\xeb\xfd\x8b\x1b\x9c\x21\xc1\x0f\xf6\xff\x14\x38\xf3\x0b\x15\xbd\x2f\x10\xc1\xe2\x1e\xdb\xc6\xee\x31\x54\x7e\x17\x3d\x5d\xcf\xaf\x7d\x4a\x47\x78\x69\x96\xbb\xdf\xdc\x87\x3c\x25\x2c\x9d\xa4\x0f\x08\xef\x5f\xb7\xbf\x7d\x4e\xbc\xba\xf4\xd9\xe9\xb0\xe1\x07\x5e\xc4\x8d\xbb\x96\x37\xa5\x0f\xac\x36\xed\x58\x9e\x38\xfd\xa7\xfa\x15\x08\x64\x1d\x0f\x01\xf1\xcf\x4c\x1d\xf0\x0d\x5d\x17\x05\xca\x4e\x27\x4c\xcc\x84\x0b\x31\x09\x31\x28\xe6\xfd\x20\x3d\xf2\xb0\xee\x4f\xc9\x5b\xd6\xff\xc4\x84\xfd\x33\x02\x74\x44\xd8\x5e\x7f\x91\xd9\xff\xe5\xd0\xf9\x13\x97\xbd\xd3\x33\x76\x9a\x29\x21\x67\xa7\x56\xb3\x08\x02\x98\x6d\x29\x99\x13\x1d\x2e\x7b\xeb\xbe\x9f\x4e\x9a\x20\x6e\xe4\x64\x45\xc7\xda\xbd\xdf\x4e\x2f\x6b\x27\xcf\xc5\x73\xf0\xf2\xed\xf8\x71\x6f\x20\x4f\x5d\xd3\x54\x2f\x26\x6a\xd5\xcc\x54\xb7\x05\x7e\x6f\xff\xcb\xe4\xac\x6d\x36\x14\x3e\xee\xde\xfe\x45\xcf\xcb\xeb\x5f\x91\x80\xbf\x9c\x71\x1c\xf9\xc7\x76\xf6\xb1\x24\xa8\x36\xf8\xbe\xdf\xc7\x1b\xf8\x0d\xd2\x2b\xfa\xd6\xd1\xef\x73\x2c\xef\x7a\x4c\x85\x82\x3f\x4b\xf8\xc9\x79\x82\xf0\xd7\x4b\xf8\x55\x6b\x7a\x7c\x99\x3f\xc0\x4d\x8a\xed\xf7\xaf\x81\xe9\xe3\xf6\x57\xf0\x1b\x06\xa2\x62\xab\x81\x59\x29\xe9\xed\x7d\x97\x13\x9b\x1f\xed\xad\xd1\x28\x87\x9f\x79\x64\xfe\x7c\xde\x80\xb4\x44\x75\x71\x78\x45\xdf\x4a\x75\xc5\x4f\xf7\xb3\xdb\x04\xbe\xf3\x88\x91\x79\xf8\x49\xe6\xc1\x5f\x61\x1e\xdd\x39\xf7\x88\x73\x01\x06\x01\xbf\x5e\x69\xc5\x3d\xc2\x84\xe8\x43\xab\x5e\xce\xdd\xa4\xdc\x8c\xe8\xa3\x9b\x92\x9b\x0f\xc0\x17\x38\xed\x2d\x3e\x23\xf6\x62\xe2\x1e\xbc\x74\x2f\x5d\x3e\xd2\x97\xba\x5a\xa2\x19\x4c\x82\x25\xae\xdf\x68\xe3\x3c\x44\xc2\xab\x73\x50\x41\x5e\x1d\xea\x57\xd7\x6f\x5c\x1a\x22\x4c\x36\x33\x9d\xb8\xa7\x75\x4d\xbd\xed\x45\x63\x4a\xb9\x1c\x7b\xeb\xfa\xc4\xe0\xed\xf8\x5d\x9b\xac\x8f\xe9\x84\xd4\xb5\x80\x04\xf3\x05\x70\x8d\x7f\x20\xaf\x7c\x38\x36\x94\xbc\xfa\xce\x9f\xfe\x44\xaf\xb0\x9b\x9d\xfe\xf3\x9f\x8b\xa7\x5f\x7c\x44\xf2\x1f\x0b\x02\xc5\xc6\x39\x45\x35\x2e\xf1\x4b\x23\x0d\x7b\x6c\xb8\x51\x3f\xff\x21\x69\x8b\x69\x95\x28\xd0\x92\x7c\x76\x24\xd0\xd2\xe5\xae\xfb\xbf\x01\x00\x00\xff\xff\x78\xfc\xa9\x9f\xab\xd7\x00\x00") +var _confLocaleLocale_lvLvIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x4b\x8f\x1b\x47\xb6\x30\xb8\xe7\xaf\x48\xab\x21\xd8\x06\x4a\x14\xdc\xfd\xcd\x03\x86\x69\x8f\x6c\xb9\x6d\x59\x52\xb9\x3e\x97\xac\xc5\x35\x04\x3a\x48\x66\xb1\xa2\x98\xcc\x64\x67\x64\x96\x5c\xd5\x68\xe0\xd3\xe6\xae\x66\xa7\xcd\x2c\x5b\xd3\xbb\xd1\x0f\xe8\xc5\xf8\x7a\xc5\xfa\x23\xf3\x4b\xe6\x3c\xe3\x95\xc9\x92\x7c\xfb\xe2\x6b\xa0\xad\x62\xc6\x3b\xe2\xc4\x89\xf3\x3e\x66\xb7\x9b\xaf\x4a\xb7\x9c\x3d\xb7\xe5\xba\xb2\x45\x7f\xed\xba\xfd\xab\xd5\xfe\xd5\xd6\x15\xdf\xd8\xae\x70\x65\x7b\x69\x9d\x3b\x2a\x36\xc6\x15\xad\xd9\x40\xe9\xdb\xce\x15\x97\xa6\x6a\xa0\x52\xf1\x4d\x33\x99\x9c\x37\xdb\x72\x76\xba\x7f\xb5\xe9\xb7\x6e\xb2\x32\xee\x7c\xd1\x98\x76\x35\x7b\x54\x9f\x35\x3b\x53\x97\x95\x75\x93\xf2\x97\x5d\xd5\xb4\xe5\xec\xd1\xf5\x6e\xff\x1a\x7b\x98\x9c\x97\xd5\x6e\x76\x62\xaa\xfd\xdb\xd5\xf5\xfe\xed\xc2\x4c\x9c\x5d\xd7\x73\x5b\xcf\x4e\x6c\xa9\xc3\xd8\xd2\xf1\xe7\xa6\xef\xa0\xe9\xe0\x73\xbf\x9b\xfd\x50\xee\xff\x61\x5d\xd7\x42\xaf\xf8\xb9\x2d\xd7\xf0\xab\x6c\xf3\xef\x2f\xcb\x85\xb3\x5d\x39\x7b\xba\x7f\x75\x01\xeb\xa8\xcc\xce\x4c\x2e\xcb\xd6\xd9\xa6\x9e\x3d\xc7\x7f\x2f\xcc\x64\x67\xd6\xe5\xec\x09\x96\x74\xe5\x76\x57\x19\xa8\x7e\x6a\xd6\xa6\x33\x97\xe5\xa4\x32\xf5\xba\xc7\xf2\xe7\xb8\x6e\x33\x59\xb6\x25\x94\xcf\xeb\xf2\x25\xcc\xeb\xb2\xb4\xab\xa6\x9b\x4e\xa7\x93\x1e\x76\x6b\xbe\x6b\x9b\x33\x5b\x95\x73\x53\xaf\xe6\x5b\x5c\xf4\x13\x5b\x76\x4d\x87\x23\x17\x5c\xd6\x17\x7d\x0d\x3b\x68\x5b\xd8\x33\x5a\x49\xb9\x82\x95\xcf\x8d\x8b\x16\x7f\x01\xd3\x2e\x36\xfb\x57\x13\xea\xb4\x36\xdb\xa8\x9f\xcb\xfd\xab\x76\x05\x9b\xba\x35\xb6\x9a\x7d\x7d\x6f\x67\x5c\xe7\x60\xfa\xce\xbd\x6c\x60\xdf\x4f\x4c\xdb\x54\x25\x6c\xc5\xbc\xbb\xda\x95\xf2\xb3\x30\x1d\x74\xd6\x42\x7b\x3b\x59\x9a\x5d\xb7\x3c\x37\xb3\x13\xf8\xb0\x30\xfd\x0a\x07\x6a\xa0\x3f\x68\xb2\x6b\x60\x9b\x9a\xf6\x0a\xf6\x6f\xd7\x5c\xe3\x9f\xf6\xc2\x4d\x9a\x76\x6d\x6a\x7b\x6d\x3a\xdc\xae\xef\xf9\xc7\xfe\xd5\x12\x37\x6d\x6b\xdb\xb6\x69\x67\xa7\xbb\x66\xdd\xe3\x41\xc3\x8e\xcc\xb1\x9b\xd9\x77\xa6\xaf\x01\x60\xe2\x6e\xb0\x6c\x6b\xd7\x2d\xee\x2c\x16\x9b\x02\x7f\x49\x47\x5c\x48\x9d\x71\x53\x17\x77\x79\xd6\xb4\x1b\xf9\x6e\xba\x15\x42\x4d\x67\xec\x48\xf7\x30\x53\xe9\xba\x49\xa7\x69\x6a\x38\x3d\x2a\xc6\x55\x03\xf4\xae\xa0\x8b\xb4\x92\x9b\x98\xd5\x16\x8e\x81\x60\x76\xf6\x00\xff\x2e\x14\x7e\xcd\x72\xd9\xf4\x75\x37\x77\x65\xd7\xd9\x7a\xed\x66\x8f\x9b\xba\x33\x05\x9c\x51\x67\xf0\xb0\xfa\xad\x9d\xf8\xb2\x47\xf1\xd7\xab\xa6\xf7\x20\x31\x7b\x66\x2e\x9d\xc0\x80\xe3\x12\xdf\x08\x8a\x6c\xda\x1f\x0c\xda\xd9\x4b\x8b\xf0\x3b\x7b\xb0\xa1\x3f\xf7\xaf\xba\x72\xb2\xeb\xab\x0a\xf6\xf8\x2f\x3d\x54\x86\xc1\xae\x01\x0a\x6e\xfe\xbd\x2f\x76\xb6\xdc\xb5\xc6\x49\x63\xb8\xb2\x50\x3e\x3b\x69\x9b\x45\xb5\x7f\xbd\x85\xc5\xc1\xb1\xd7\x4b\x5c\x58\x07\xff\xed\x26\x93\x9f\x6c\x0d\x83\x55\xd5\x8b\x89\xfc\x01\x17\x16\xff\x95\x1d\xeb\x6c\x07\x13\x8e\x3f\xc1\x91\x34\xfb\x5f\x2d\x0c\xd4\x6e\x1b\xd8\x7a\x7b\x0d\x7f\x9b\x0a\x46\xff\xad\xe9\x26\xab\x66\xb9\x01\xe0\xc7\x6b\x5d\xe2\x11\x02\x66\x58\xbb\x02\x26\xbf\x29\x2a\x82\x5b\x57\x5c\x97\xdb\xe2\x21\x55\x3b\x2a\xec\x75\x65\x1c\x7c\x07\x7c\x03\x67\xb3\x7f\xbb\xb6\xc5\x67\xa6\xe8\x4c\xbb\x2e\xbb\xd9\x9d\xf9\x02\x2e\xdc\xe6\x4e\x71\xde\x96\x67\xb3\x3b\x77\xdd\x9d\xcf\x2f\xcd\x0a\x0e\xbd\xc6\x69\x7c\x76\xdf\x7c\x7e\x44\xb3\x40\xb8\x2d\x60\xf9\x35\xec\x4b\x71\xf3\xc6\x5c\x00\x42\x82\xab\xbd\x7f\xf5\xc1\x04\xf7\x07\x2e\xfc\x7c\xb5\x60\xec\x46\xb3\xa9\x4b\xd8\xa4\xa5\x2d\xa1\x2a\xb4\x7d\x7a\x75\xfa\xdf\x9f\x1c\x15\x27\x8d\xeb\xd6\x6d\x49\x7f\xc3\x7f\xa0\xd1\x9f\xf0\x6e\x16\xcf\xec\xc3\x2f\xa7\x13\x68\xcf\x3b\xf1\xd0\x74\x7d\xb1\xd8\xbf\xba\x86\xdb\x92\x1c\x13\xd6\xc0\x7b\x16\x57\x40\x8c\xe0\x00\x2f\xba\x0e\x2e\x92\xeb\x5b\xb7\x32\x00\xa4\x8e\xae\x72\xb8\xc6\xc3\x3b\x0b\x7d\xd1\x4d\x8f\xfb\xaa\x1b\x67\x7a\x46\xad\x0b\xdd\xde\xe3\x64\x21\x16\xb7\x10\xba\xe4\x15\x15\x8f\x8e\x8f\xbf\x7f\xf8\x65\xb1\xba\xb6\xb5\x2d\x4c\xcb\x48\x1b\x70\xec\xf6\xa2\x87\xfd\xda\x01\xf2\xe9\xce\xfe\xf7\xf9\xba\xac\x01\xd5\x54\xf3\xa5\x9d\x4e\x9c\xab\x00\x53\xad\x00\xdf\x9d\x3e\x81\x83\xbd\xf9\x0d\x2a\xe3\xe4\xba\xf3\xd9\x57\xe5\xfe\xd7\x9b\x37\x13\xf7\x97\x0a\x77\x53\x86\xcf\xb7\xa9\x58\xe9\x7c\xf7\xaf\x5d\x71\x06\x58\xc9\x14\x4b\x6a\x38\xfd\x6c\xd1\x7e\xfe\x88\xe7\x77\x81\xc7\x6d\x16\xae\xa9\x6e\xde\x76\x0d\x55\xe8\x8f\x0a\xd8\xc9\xb6\xdb\xbf\xbe\x80\xe9\x03\x82\x92\xe7\xa6\x9f\x4e\xca\xb6\x9d\x03\x1a\xee\xae\xf0\x08\x69\x2a\xe9\xa2\xeb\xa6\xc5\x67\x0a\x2e\xf1\xe1\xd9\x94\x88\x2d\x5a\x03\x0d\x00\x42\xe0\x54\x60\x02\xd2\xb3\xad\x01\x05\xd8\x15\x9c\xad\x6e\xf9\xa0\xa5\xdf\x77\x00\x9b\x4b\xd8\x46\x07\x65\xf8\x9c\x14\xce\x6e\x17\x4d\xd5\xbb\xe2\xce\xf4\x0e\x22\xf2\x3b\xf7\xee\x4c\x27\x75\x33\x67\xec\x81\x58\x7f\x65\x9d\x59\xc0\x0b\xc0\xaf\x51\xcb\x78\xd3\xbf\x48\x78\x99\x7a\xe9\xd4\x74\x0e\xae\xe7\xba\xc3\xe7\x75\xbb\x7f\xdd\x16\xb5\xb9\x84\xf3\xe4\x17\x05\x66\x8f\x5d\x72\x17\x4d\x6b\xe0\xf4\xea\xce\xc5\x5b\xa3\x08\x4b\xa0\xe8\xc1\xb0\xba\xd9\x16\xb6\x2d\x00\x09\xd8\x35\x5c\x12\x5b\xc0\x15\xe1\x9d\x83\xb7\x88\x60\x6e\x3a\x99\x28\x28\x30\xa0\xd3\x4d\x81\x33\x80\x6b\xd4\xe2\xbd\x2c\x53\x70\x47\x7a\x21\x7a\x8d\xea\x04\x42\xb5\xd0\xc3\x29\x0d\x85\xe7\x9e\x62\x5a\xdf\xa4\x87\x6b\x5b\xda\xee\x03\x7a\x7a\xf8\x98\xa3\x97\xa7\x2f\xd6\x95\x81\xe3\xc0\x03\x34\x7c\x7e\x26\xd4\xd4\x41\x9e\x5b\x67\x89\x54\x31\x1d\xdc\xaa\x8a\xb0\x01\xcc\x3a\x7a\x1b\x2c\xe0\xa1\x8d\x93\xce\x60\x13\x04\x55\xac\x6c\x5b\x6e\xa8\xc2\xfe\xd5\x74\xd2\xf6\x40\x50\xe0\xfd\x04\x1a\xc5\x56\xf8\x28\x56\xe1\xa2\x6a\xa1\x8e\x19\x9e\x74\xda\x5f\xe8\x60\x01\x40\xad\xf4\x91\xcc\x17\x31\x37\x90\x36\x40\x4a\xc5\x93\x31\x00\x49\x1b\xdc\xb6\x30\x3c\x00\x2e\xc0\x11\x6d\xbc\xf6\x44\x88\xd5\xe1\xf1\x21\xd6\xbc\x79\xb3\x7f\x1b\xa6\x63\x00\x2d\x35\x88\xf6\x66\x0f\x1b\x00\x9a\xda\xc9\x4f\x9d\xdc\x33\x83\x28\xaa\x2b\x37\x50\x58\x9c\x9e\x7e\x5b\x6c\xaa\xa6\xde\xbf\x96\x59\xfd\xf8\xc3\x13\xbc\xf1\xe7\xf3\x5d\xd3\x76\x33\x2c\xc6\x3f\x9c\xff\xa4\xbd\x9c\xc0\xdf\xa6\xa8\xe1\x8c\x5a\xa4\xfe\xfa\xb6\x57\x44\x53\x7c\x77\xf3\xd6\xf5\xd4\x33\x5e\xd7\xb2\xb5\x50\x01\x20\x19\xe7\x86\x67\xdd\xf5\x9b\x9b\x37\x70\xb5\x61\xa9\x00\xe5\xfb\xd7\x40\x4a\x21\x31\xe3\xd1\x14\x34\x9c\x4e\xce\xbb\x6e\xc7\x53\xf8\xf6\xd9\xb3\x13\x99\x83\xff\x38\x36\x89\x02\x48\xc7\x25\x4e\xc4\xf0\x56\x00\x38\xc2\x53\x0a\xe4\xc4\x16\x16\x5f\xc0\xae\x11\x62\x86\x4a\x17\x88\x1f\x00\x57\xf0\xd5\x82\x7f\xa7\x04\x98\x7d\x5b\x45\x40\x0b\xdb\xa0\x5f\x47\xf7\x0d\x67\x75\x1f\xff\x73\x3a\xd8\x3e\x3c\xac\x92\xa8\x2e\x23\x58\xe1\x15\x2c\xce\xc1\xb1\x01\x3a\x42\x44\xe3\x0c\x20\x24\x18\xb5\x6a\xd6\xf3\xb6\x69\x3a\x06\xec\x9b\xff\xe8\x81\x8e\xab\xe0\x12\x68\x5f\x11\x04\xa4\x75\x75\x46\x0f\x43\x05\x3a\x02\x18\x28\x83\xe4\xdf\xa0\x4f\x00\x7a\x43\x58\x17\x50\xf9\xa4\xd9\x21\xb6\xf1\xb7\xf9\xb8\xf4\x77\x3f\xbb\xc8\x44\x3d\x4a\xad\xaf\x65\x35\x3b\xb3\x31\xd5\x0e\x77\x36\xa7\x6d\xb6\x70\x30\xf4\x9e\x9d\x3e\x85\xd3\x6a\xe3\x47\x8d\xca\xce\xda\x66\x3b\x3b\xd5\x2d\xb8\x88\xbe\xea\x5a\x74\x0c\xb3\x82\xd6\xe5\x51\xf1\xc3\x9f\xbf\x2a\xfe\x97\x3f\xfd\xf1\x8f\xd3\xe2\x21\xe0\x19\xb8\x37\x05\x01\x3e\x5c\xf2\x1a\x29\xd5\x9b\x37\xd6\x6f\x32\x37\x21\x04\x0f\x84\xe0\x16\x16\x03\x1b\x71\xe7\x58\xd1\xce\x9d\xe2\x33\xae\xe9\xfe\x8f\xf2\x17\x03\xa4\x7b\x39\x5d\x36\xdb\xcf\xa7\x13\x5c\x21\xdc\x59\xba\xd5\x61\x6e\x26\xeb\x57\xab\x79\x34\x1a\x57\xdd\x29\x31\xcd\x7c\xc5\x7c\xd9\xd4\x67\x40\x79\x20\x8d\xb7\xe3\x57\xab\xf5\x9c\x86\xbe\x33\x66\xe7\x3a\xbb\x6b\x11\x11\xe1\xa7\x9e\x06\x98\xd7\x40\x7a\x9f\x5d\x45\x0d\x4b\xbf\xe9\xd7\x40\xc0\xe1\xa6\xf7\xb0\x6d\x74\xa1\xe6\xf4\x0c\x2e\x4b\x39\x9e\x53\xfa\x68\x10\xee\x96\x16\x5e\x28\x79\x24\xd3\x23\x6a\xce\xce\x00\xf7\x95\xfc\x90\x87\x51\x16\xe5\xb5\x43\x4c\x52\x3a\x7d\xd9\xfb\xa4\x2a\x5c\xb7\x1d\xf0\x51\x0f\x3a\x6d\xf0\xd5\xc3\x63\xa0\x1a\x00\xdf\xc0\xe5\x5a\xf5\x1b\xc6\xd7\xd2\x74\xff\xea\x08\x9f\x06\x2b\x00\xd0\x33\xd4\x31\x4c\xc2\x85\x5b\x13\xe3\x08\x60\x59\x37\x82\x19\x10\x55\xc9\x63\x08\x17\xf5\x12\x98\xa9\x36\x1a\xea\x1b\xf9\x14\xc1\x5d\x3f\xa8\x3f\x98\xa0\x6f\x25\xdb\x01\x1b\x7e\xd9\xc0\x3f\x34\x35\xfa\x85\xa5\xf8\x47\xbf\x06\x3c\x04\xf3\xaa\x70\x5e\xaf\xbb\x08\xa3\x5b\x02\x26\xc1\x48\xf8\x1c\x6d\xe0\x41\x87\x2a\x0d\x3d\x22\xaf\x2b\x20\x13\xce\xca\x55\x89\xac\xca\x6a\x2e\xf3\xa8\x9a\x66\x03\x13\x09\x5b\x6b\x76\x08\xac\x0d\x34\x62\x92\xde\x14\x0b\x5b\xc1\x8d\x2c\xb6\xe5\xa6\x42\x36\xf7\xd5\x45\x7f\xa8\x1b\x59\xd5\xef\xeb\xec\x08\xa8\x5b\x3f\x6b\x80\x03\xd3\x01\x76\x6d\xf1\x32\x00\xff\x66\xa2\x2e\x14\x40\x16\xa6\x22\x8e\x19\x68\xbe\x6b\x58\xfc\x42\x76\x2e\x1c\x4a\x42\xa1\x84\x2d\xf6\xfb\xd4\x07\xf0\x26\xb2\x65\xb4\xe1\xe0\x84\x0e\x36\x3f\x42\x50\x81\x25\x24\x74\x0d\x0a\x13\x5a\x24\x1c\x95\xee\x81\x87\xa3\xaf\x7b\x17\x77\x83\xa4\x4c\x8f\xa4\x4f\x4d\xa3\x2b\x07\x1b\xb6\x6f\xd5\x36\xf8\x48\x2e\x0c\xf1\xb2\x7d\x56\x51\x66\x18\xbf\xda\xe1\xda\x42\x73\xb8\x48\x47\x81\x81\xea\xe0\x62\x01\xbf\x81\x7f\x64\xdd\x4e\x99\xaf\x00\xd6\x5a\xa4\x15\x73\xd8\xf1\x97\xd1\x34\x62\x0e\x03\x9a\xc1\x11\xf5\x88\xbe\xaf\x59\x0c\xc1\xe7\x67\x76\x40\x00\x6f\xf0\xfc\x50\x0c\xe1\x46\xbb\x94\x09\x3f\x83\xdd\x8a\xbb\x48\x01\xb8\xf5\x5d\x71\x4f\x47\x30\xfc\x2d\x95\x61\x66\x1b\xa0\xc9\x61\x55\x72\x08\x52\x55\x48\x32\xb8\x4d\x43\x54\x46\xdc\xd4\x76\x2a\x9c\xb1\x30\xab\xcc\x51\x1d\x03\xa5\x5a\x67\x7c\x88\x9c\xdf\x08\xd9\x8a\x10\x88\x2c\xe3\x51\x44\x55\x21\x73\xf2\xe8\xe1\xec\x13\x78\x2f\x6f\xfe\xbd\xdc\x0e\xc8\x5d\xa1\x9f\x8c\xa3\xa9\x22\xda\xb7\x6e\x63\x75\x32\x8c\x1a\x99\x4d\xdf\x0c\xb9\x71\xae\x34\x2a\x37\xc9\xa8\x66\xe1\xbd\x04\xb3\x47\xd4\xb4\xa2\x71\xa4\x69\xe8\x1d\xd0\x5e\x59\xf0\x92\x51\xdb\xf2\x04\x29\x37\x3d\x5f\x37\x28\x0a\x60\xfe\x19\xb8\x06\xa4\xee\x26\x80\x85\xbb\xf9\xda\x76\x73\xc4\x9b\xe5\x6a\xf6\x18\xcf\x03\x49\x71\x91\xc4\xc0\xde\x7d\x08\xc5\x1f\xc2\x82\xe0\x8e\xaf\xfa\x4f\x8b\xbb\x97\xc2\x7b\xfd\x09\x1f\x10\xc4\x21\x80\x1a\x00\xb2\x67\x4c\x83\x5d\xb2\xec\x0a\x0f\xbe\xa3\xcb\x6e\x94\x1d\x82\x8d\x86\xae\xaf\x01\xc8\xca\x8b\x80\x03\x89\x3e\x03\xf4\xb2\xb4\x40\x34\x34\x80\x62\xe0\x94\xdb\x46\xba\xe9\x11\x6f\xdf\x05\x30\x3a\xfe\xfa\xf9\xa3\xd3\x62\xdd\x2c\x7a\x20\x84\xb5\x70\x3a\x51\xa6\x09\x58\x26\x81\x84\x43\x5c\xb1\x23\x3e\x06\xf6\x0c\x4e\xdc\xd1\x22\xb4\xed\x28\x9d\x6f\x06\x6c\x9a\x41\xaa\xba\x2e\x37\x0d\xd2\x3f\x86\x7a\xf0\x24\x38\xee\xc3\xd6\xc0\xb5\x1e\xa3\xd4\x65\xe0\x9b\x37\x38\x34\x92\x82\x36\x2e\x85\x8e\x5c\x71\xef\x73\xf8\xef\xc4\x99\xcb\x92\x5f\xf3\xb5\x9e\xc6\x31\x34\x59\x01\xc1\x4a\x14\x9c\x90\x58\x08\x5a\x50\xa5\x17\x04\x96\xac\x25\xb9\x14\xd0\x9a\x67\x2b\x60\x3c\x84\x49\xdd\x08\x06\x0f\xd7\x2f\x97\xa5\x73\xb3\x27\xc6\xee\x80\x4f\xa7\xc3\x32\xdb\x0f\x8a\xa7\x88\x09\x01\xea\xca\x25\xe1\x29\xc2\x1a\x80\x04\xbe\x23\xf2\xf6\x3a\x50\xd3\x08\x4f\x80\xb3\xb0\x6f\x60\x1d\x7b\x5e\x24\x91\x1b\x1f\xf8\x09\xa6\xf4\xe7\xb1\x72\xcc\xf0\x5e\x10\xdd\x78\x88\x16\xc5\xbd\xdf\x30\x64\xda\x9a\x37\x7f\xf2\x13\x0a\x79\x5f\x4c\x7a\xe6\xee\x1a\xd8\xf5\x36\xbf\x57\xf4\xa4\x96\x99\x34\x52\xeb\xca\x25\x73\x2f\x2d\x1c\xdc\xdc\x0b\x89\xf1\x04\xba\xf2\x97\x6e\xf6\x14\xa5\x38\x88\x79\x45\x68\xbc\xff\x95\xf1\x46\x09\x84\x21\x10\x50\x57\x04\x38\x0e\xaa\xd5\x36\xe1\xec\x26\xee\xbc\x79\x49\x62\x56\xa9\x01\x03\x89\x5c\x40\x04\xac\xa1\x3a\xd0\x17\x0e\xa5\xb4\xcb\xa6\x82\xc3\x6d\xf0\xf1\xba\xd4\x66\xa7\x66\x65\xda\x05\x63\x9b\xa4\x7f\x18\x1a\x78\x57\x1a\x19\x8a\x32\x81\x21\x14\xb2\xcc\x52\x66\x46\x32\xcb\xfd\xaf\x76\x42\x38\x9c\xe5\xe2\x1b\x23\x32\x6b\x84\x3a\x91\xcb\x4d\x01\x6e\x48\xfc\xc7\x83\xf3\x5d\x8e\x86\x6d\xa0\xe6\x4f\x22\x33\x7f\xc1\x62\xd9\xf8\xbe\x58\x12\x24\xb9\x70\x00\x28\x7c\x34\x2d\xdc\x88\xa7\x4c\x2c\x40\x6b\x40\x99\xe7\x2f\x22\x39\xf5\x5c\x44\x98\x5e\x5e\xcd\xaf\x2c\x23\xe7\x40\xdf\x9e\x97\x3b\xa4\x85\xb7\x8e\xe4\xa8\x04\x09\x28\x74\xf8\xa2\x50\xc9\x34\x2e\xa4\x33\x6b\xb3\xfa\x60\xe2\x9a\xa5\x35\xd5\xfc\xdd\x6d\x4f\x0d\x91\xa0\x56\x1b\xa6\x44\x04\x8b\xcc\xb7\xbb\x0e\x28\x08\x38\xb3\x9a\x04\x45\x47\x29\xe5\x40\x30\x69\x94\xc0\x30\xd3\xe2\x09\x21\xb7\x23\xb8\xa8\xd7\x84\xa0\x71\x5a\xf0\x9c\x20\xee\x40\xee\x2e\x79\x49\xfa\x9c\xde\xc1\x49\x12\x06\x3f\x3c\x9e\x0b\x4c\x42\x4a\xcd\xe7\x33\x81\xad\xdb\x96\xdb\x05\x76\x59\x92\x6c\x55\x54\x0e\x05\x20\x70\x3b\x01\x76\x65\x4d\xf7\x4f\xdf\x14\x20\xde\x2c\x12\xce\xf2\x9e\x60\x79\x39\x2c\xb7\x52\xfe\x85\xea\x39\x00\xe9\xbd\xcc\x04\x60\xb2\xb7\x41\xd1\x71\xe1\x8f\x66\xaa\x8f\x19\x93\x67\xc4\x7e\xb8\xb2\xee\x74\x9f\x45\x90\x9e\x2d\x4c\x97\xec\x08\xf7\x36\xc2\xcf\x3a\x24\x1d\x3f\x5b\x7c\x7e\xd7\x7d\x76\x7f\xf1\xb9\xbe\x2a\x47\xfe\xc9\xc2\x41\x01\x97\xf6\x7e\xbf\xf8\xb5\xef\x7a\x40\x0a\x1b\x78\x4e\x56\x05\x5c\x60\x78\xca\x90\xf4\xd9\x20\xff\x80\x24\xd0\xce\x2c\x4a\xbb\xee\xfa\xc1\xa6\xc3\x04\x01\x2b\xc2\x81\x91\xec\xbb\xe4\x4b\xa2\x90\xcb\x42\xf0\x6b\x92\xc1\xe1\x88\x0c\xba\xd0\xe4\xdc\x2e\xe0\x4d\x05\x6c\x67\x6b\xdc\x41\x40\x85\xeb\x0e\xc9\x9d\xae\xb4\x1b\x5c\x1a\x5c\xa7\xb4\x16\x53\x30\x0f\x5a\x91\x64\xf0\x94\xf1\xe5\x80\xbb\xfa\x2b\xdc\x1c\xa7\xad\x99\x6a\x23\x20\x6b\x14\xc6\x88\xd6\x1a\x40\x18\x72\x92\xb0\xc3\x95\xdd\xda\x6e\x14\x9e\x09\x83\xf3\xa6\x5e\xe0\xc3\x62\x64\x35\x09\xb8\xf5\xb4\xaf\x88\xb5\x16\x70\xce\xbf\xd9\x00\xe8\x6b\x63\x49\x90\xf6\xa7\x02\xc6\x85\x5e\x50\xbe\x70\x6e\xdc\xbc\xaf\xe5\xac\x81\xc3\x20\xa0\x3e\x85\xeb\xbd\xb1\xf4\x8e\x7f\x87\x2f\x31\x3d\xa4\xd1\x59\x77\x39\xff\x5b\x7c\xe4\x8f\xf7\xe3\x69\xf1\x1d\x12\x13\xa5\x33\x1d\x51\x65\xfb\xd7\x5b\x7b\x18\x52\x7a\x42\xf9\x61\x94\x54\x3e\x2b\x00\xc4\x78\x26\x00\x0e\x14\x40\x3d\x5a\x0b\x62\x4b\x56\x2c\xc2\xfb\x0f\x1c\x0c\xa9\x08\x60\xf1\xb2\x9b\xb2\xa0\xe3\xd0\x80\x84\x85\x0c\x42\xf8\x12\xe2\x1b\x1f\x06\xea\x0f\x6c\xa9\x48\x3a\x88\x7c\x72\x84\xb3\xba\x72\x76\xf3\x77\xe0\x70\xb3\x7d\x40\x00\x20\x44\x85\xda\x25\x3c\xe9\x08\x3a\xa6\x13\x9a\x10\xd6\xeb\x64\x9f\x47\x26\x15\xcd\x85\x05\x07\x88\x06\x80\xb9\x47\xe1\x25\xbc\xeb\x5d\x4f\x0a\x56\xe9\x57\xa7\xc7\x7d\x06\x14\xd0\xe1\x86\x35\x02\xe3\x82\x27\xf4\x45\x5f\x22\x73\x3f\x00\xab\x7e\xe4\x84\x90\x23\x24\xd9\x24\xdc\xb4\xd5\x35\x82\x2e\x3c\xc3\xfb\xb7\x6b\x14\xed\x00\x02\xdc\xc2\xac\x6e\xde\xd0\xf9\x11\xb3\xdf\x19\x3d\x43\x26\xda\xa6\xd9\xb4\x82\x44\x77\xec\x30\x8c\xcc\xd9\xcf\xd7\x37\xeb\x9a\x66\x0e\x4f\x74\xdb\x09\x05\xe0\x00\x90\x5b\x16\xaa\xaf\x62\xb1\xcf\xd6\xc0\xb1\xa1\x14\x01\xb6\xfd\x7f\x45\x71\x7a\x0d\x37\x75\x09\xaf\x8b\x5e\xfe\x67\xc4\xb3\x54\xcd\x06\x45\xbc\x25\x1d\x0a\xb3\x35\x35\xc9\x3e\x11\xd0\xa2\x0d\x23\xf2\x68\x0a\xcf\x20\x1e\xd5\x0b\xc6\x26\xf8\x10\x6a\x6f\x7a\xab\x14\x62\x98\x30\x8e\xb0\x8a\x6f\x21\xb4\x7e\xcc\x0b\x24\xe8\x8e\x60\xc7\x0e\x0f\x51\x09\xbf\xf4\x1c\xfd\xfb\xa3\xe4\xdf\x0f\xe9\x2b\x87\x58\x66\xd3\x03\xfe\xc7\x4b\xec\xb6\x28\x7f\x0f\x6d\x44\x82\x14\x28\xc6\x75\x47\xe0\x04\x4f\x3e\x90\x8a\xb8\x58\x38\x73\x58\xed\x55\x09\x24\xc5\xfe\x15\x6c\xe2\xec\x78\xff\x7a\x02\x5f\xb1\x99\x50\x58\x50\x0d\x65\x68\x2f\x26\x3f\x02\x09\x71\x3c\xc6\x1e\x21\xa1\x41\x05\x09\x85\x1e\x84\xfc\x5f\x47\x6a\x67\x2f\x43\x3b\xc9\xb8\xa9\x1f\xca\x03\xca\xe7\xd3\xd3\x6f\x9f\xb1\x50\xeb\xf4\x5b\x55\x7f\x98\x58\x87\xf0\x6d\xd7\xed\xdc\x8f\x6d\x35\x63\xe1\x2b\xca\x69\x4f\xcc\x55\xd5\x98\x15\x7e\x7c\x8e\x02\x0f\x84\x61\xfc\xfe\xac\x34\x5b\x9a\xe9\x63\x62\x97\x92\x6e\x1e\x00\xfd\x43\x65\x0f\x52\x36\x37\xaa\x81\x18\xfc\xeb\xc0\xca\xe5\x62\xc1\xc9\x71\xf9\xf2\xcb\xd6\xd4\x4b\xee\x87\xd5\xca\xa6\xbb\x36\x6d\xbc\x1b\x5f\x35\x5b\xc0\xf8\xa7\xfd\x76\x6b\x48\x6d\x7e\xb9\x7f\x7b\x4d\x03\x6d\x9a\x1d\x9c\xbc\xad\xa2\x5a\x4f\xe1\xc4\xd1\x88\x20\xaa\xa5\xa2\x3f\xad\xf2\xd5\x79\x63\x97\x49\x0d\x26\xfa\xcb\xc9\xb3\xb6\x2c\x69\x22\x7f\x8e\xf4\x6b\xd0\x0a\x68\x64\x00\xe8\x53\x94\x43\x93\x0a\x9f\x85\x09\x25\x69\xd2\x7f\xce\xaf\x19\x89\xe6\xdd\xf4\xe7\x89\xa9\x76\xe7\x86\xe8\x70\x5f\x55\x2b\x7a\x45\x17\x8b\x09\x2a\x84\x62\x54\x30\x9b\xea\x0c\x58\xa2\xd7\xb0\x41\x8b\xbe\x25\x79\xdb\xd2\xee\x48\xd0\x86\x58\x64\xd5\x6c\x7b\x54\x32\xc2\x0d\xff\xe8\xde\xfc\xe3\x74\x08\x20\x37\xff\xf5\x61\x8e\xf2\x31\x68\xdc\x5d\x5f\x6f\x00\x3d\xff\x0c\x94\xd2\x75\x58\xb6\xaa\x51\x80\xdd\xf3\xea\x3a\x40\x3c\x66\x0b\x15\x89\x69\x4b\x2a\x1b\x91\x3c\x3b\xc0\x42\x51\x13\x46\x55\xfb\x57\xd8\xc6\xfc\x32\xda\xa6\x2e\x05\x73\x91\xf2\x72\xb4\x29\xbf\x3e\xfe\x3c\xe0\x8d\x61\x44\x9c\x3f\xc3\x50\x15\x75\x11\x71\x45\x65\x28\x51\x65\xf3\x33\xbc\x01\xcb\xaa\x5f\x85\x29\xb0\xde\x89\xb6\xb1\x60\x3e\xa9\xf8\xf0\xae\xfb\x10\xfb\xa9\x37\x40\x2f\xd6\x52\xf3\xb8\xbc\xc6\x77\x01\xee\x8c\x30\x75\x9f\xaa\x05\xc8\x1c\xba\x6c\xda\xb6\x5c\x76\xb9\x2d\x08\x2c\xcc\x99\x4d\x8b\xe8\x8b\xb4\x94\x28\x13\x85\x05\xb6\x25\x32\xa9\xcd\x34\xe0\xf7\xc0\x8c\xcb\x55\xef\xeb\xe8\xb6\x7b\x41\x1a\xb4\xe5\x07\x91\xd6\x85\x62\x4a\x54\x41\x22\x86\x56\xeb\x96\xf9\xa2\x2c\xeb\x79\x67\x36\x65\x3d\x60\x2c\x71\xa5\xc0\x50\x18\x7b\x8d\x72\xa2\x8e\x1e\xa7\x5d\x33\xcf\x9b\x25\xf8\xea\x60\x53\xa0\xb8\x07\x2d\xbf\x1f\xd7\x4e\x8e\x35\xef\x00\xe7\x0c\xda\x0f\xf1\xcf\x48\x4b\x06\x04\x6a\x05\x8b\x5e\x65\x18\x94\x6a\x93\xb9\x84\xca\x77\xcd\x34\x6c\x8e\xdf\xef\x70\x62\x63\xdc\x77\xb4\xc7\xfc\x8e\x1b\x14\x99\xc2\xdb\xd1\x92\x85\x51\x24\x82\x61\xc1\x58\x44\xcb\x57\x48\xbb\x09\x27\x75\xc4\xd2\xf1\x70\x76\xed\xe8\x4b\x80\x6b\xf4\xe4\xc2\x60\x18\x00\x40\x7c\xb3\x7e\xd7\x38\xfb\xb7\x28\xba\x81\xd2\x4d\x7c\x80\x87\xc7\xf0\xef\x2d\x8f\x70\x60\x00\x26\x91\x86\xa0\xe8\xbb\x96\x9d\x26\x60\x2e\x7f\x81\xc7\x16\xc9\xc3\x57\xab\x54\xae\x54\xc2\x15\x43\xda\xf0\xf5\x74\x52\xc1\xb9\xa1\x54\x80\xd7\x48\x92\xd0\x48\xf3\x58\x37\x74\xe2\x0c\xe5\x6f\xd7\x8d\x08\xf3\x00\x3a\xc2\xf2\xfa\x29\x30\xd4\x68\xc0\x22\x0a\xfa\x9c\x76\x56\x19\x06\x91\x55\x49\xbb\x89\xa7\x05\x51\x61\xbb\x29\xaf\x52\x72\xb0\x4e\xe7\xa2\x5c\x1a\xf6\x15\xb4\xb6\xf2\xec\xa2\x34\xcb\xa1\x48\x07\x39\x63\x54\xe3\x9e\x5d\xf9\x4e\x8f\x0f\xf7\x73\x31\xe8\xe7\x08\x88\xcc\xce\x6b\x81\x18\xde\x49\x6a\x85\x9b\x0d\xab\x13\x84\x97\x32\x8f\xf1\x39\x11\xd9\x87\xaa\x0f\x83\x17\x05\x45\x17\x2a\x93\x83\xd7\x1b\x4e\xdd\x9e\x21\xef\xc8\x14\x92\x17\xd2\xb1\x60\x0a\xe8\xb2\xaa\xc2\x83\x10\xb3\x33\x26\xad\x91\x7f\x11\x7c\x8e\xc7\x60\x52\x08\x0e\xfb\x09\xd3\x44\xfd\x8f\x23\xe3\x45\x9e\x6c\x2e\xd3\x5e\xa1\x51\x0b\x49\x93\x22\x52\xb3\xcb\x0e\x85\x67\x81\xfc\x18\x59\xa0\x8d\x4f\x22\x17\x1f\x21\x8f\xb7\x42\xe5\xba\x1f\x3e\x1d\x7b\x07\x77\x47\x46\xf6\xd3\xb8\x79\xd3\x24\xbd\xf4\x8c\xd0\xb2\x5d\x20\xee\x26\x19\x0c\x57\xf6\x3f\x73\x43\x26\x6c\xca\x35\x5f\x10\x01\x15\xdd\xac\xa7\x40\xc0\xed\xff\x29\x84\x54\x7c\xad\x80\x30\xc5\x4b\xf8\x62\x02\x0f\x53\xbd\x2e\x45\x5d\xe6\x05\x83\xaa\x15\x13\xfd\xdc\xe4\xa2\x81\x67\xbc\x21\x73\x51\xd2\x7a\xe1\x53\x18\x0c\x18\xd1\x66\x2e\x11\x98\x89\x2d\xdd\xd5\xec\xa4\x5f\x54\xd6\xe1\x6b\x6d\x22\x9b\xba\xb3\xa6\xaa\x9a\x97\x28\x53\x3b\x2d\x37\x2a\x52\x83\xe1\x5b\x04\x41\x32\x9e\x22\x8d\x0a\x40\xe9\x35\xac\x7b\x7d\x8d\x53\xb2\xd2\x0a\x85\xbf\xd8\x4a\x7e\x72\x0f\x70\xad\xe4\xe7\x31\x20\x77\xfc\x80\xb2\x9e\xed\x94\xb0\x39\xe2\xfb\xf6\x12\xba\x8e\x2c\x43\x05\xdd\xe1\x0b\x4e\x4f\x01\x4a\x99\xc2\xdb\x11\xda\xc2\x15\x01\x24\x58\x33\x3b\x4b\x93\x3e\xd8\x4d\x2c\xd0\x40\x5e\x48\x6d\x0d\x5f\x4c\xd4\x1e\xf1\x44\x4c\x11\x73\x5d\x88\xec\xfd\x49\xb2\xe7\x6c\x22\x02\xc8\xc1\xa5\xb4\xbb\xc8\x01\x67\xa7\x0d\x69\x15\x94\x39\x43\xeb\x8a\xca\x2e\x49\x04\xe5\x82\xe1\xc5\x84\xa4\xa9\xe9\x83\x3b\x59\x95\x55\x09\x4c\xf9\x43\x86\x2c\xe6\xc0\x7a\x9b\x2c\xec\xd1\xc3\xc9\x64\x87\x67\xb7\xf4\xd6\x94\x72\x94\x28\xe2\x57\x9b\x4a\xb5\xbd\x25\xf9\x4e\xcc\x66\xfb\x67\x16\x91\xbe\xb4\x43\x5a\x85\x90\x96\x7f\x71\x33\x2e\xfe\xa2\x67\xe1\x46\xac\xa1\x67\x79\x85\x8a\x09\x6c\x26\x26\x60\x52\x98\x25\xc9\x68\xf7\x83\x6c\x5c\x87\x7f\x2c\x0d\x50\x69\x78\x79\xb7\xde\x02\xb9\x8f\xc8\x28\xff\xd0\x8b\xa0\x12\x95\x11\xf7\x3c\xb3\x1b\x29\xf2\xd8\x6c\x2c\xe6\x78\xa3\x57\x8a\x0e\x1f\xd5\xa4\x67\x68\x22\x4a\x4f\xef\x89\xad\x6a\x27\x50\x31\x6a\x05\x8d\x5c\xb6\x68\x7f\x33\x15\xcc\xa4\xdf\xad\x90\x03\xd6\xed\x4e\x6f\x62\x9f\x15\x7b\x8e\x96\x77\x43\xaf\x2b\x54\xb1\x84\x7b\x3c\x3f\x1b\x74\x2b\x76\xaa\x77\x7d\x68\xe2\xec\x21\x59\x96\xea\xf2\xaa\x2a\x63\x23\x54\x67\xd9\x08\xd6\x78\xf3\x1d\xb5\xc1\xe1\xd3\x52\x8b\x37\x2f\x7a\x11\x91\x0e\x2a\x1f\x6c\xdd\x97\xb3\x67\x7d\xbb\x23\xd9\x58\x6e\x24\x2b\xca\x7a\x51\xdd\x2f\xae\x58\xf4\x23\x52\xf6\x58\x53\x8f\x84\x33\xd9\x27\x09\xb8\x1d\x34\x1f\x78\x20\x4a\xfa\x00\xb5\x23\x9a\x7e\xe7\xf5\xd7\xbd\xeb\x9a\xad\xe2\xc2\xa0\x67\x66\xa3\xd7\x6d\x3f\x40\x8b\xcb\xf3\xa6\x71\x22\xf0\x97\x46\xc4\x3f\x8a\x50\x9a\x65\xfe\x79\x23\x39\x49\x69\x70\xea\x75\x5f\xf1\xfa\xac\x5c\x52\x98\x12\x60\xc5\xba\xd3\xda\x72\x67\x23\x95\x5b\x93\xb5\xeb\x77\xc8\xbc\x87\x8d\x20\xcc\x35\xb7\x5b\xe4\x84\x1f\x64\x26\x1a\xb8\x2b\xf8\xf2\x3b\x41\x5e\x84\x77\xa6\xe9\x04\x0f\x40\x1a\x1d\x02\x31\x93\xa3\xc0\x06\x34\x9e\x82\x90\xc7\x76\x1e\xa2\x59\x38\xd3\x54\xab\x58\x2b\xec\x17\xe4\x29\x46\x32\x31\xf7\x35\x58\x20\xe0\x0d\x84\x50\xde\x31\x4f\x2a\x3c\x52\x2b\x02\x91\x49\x31\x5f\x84\x42\x90\x11\x72\x5e\x2b\x1b\x2f\x83\x33\xf1\xa6\xfa\x39\x4c\xf3\x55\xf8\xed\x10\x06\x2c\xdf\x01\xff\x46\x9b\x69\xf1\x0c\xb5\x03\x44\xc0\xa1\xe8\xcc\x90\x90\x1c\xb5\x3a\x88\xc9\xe8\xb6\x08\x26\xbc\x68\x94\xf4\xe4\xa9\x47\x98\x4a\x46\xff\xdd\x78\xca\x38\x15\x89\xc2\x41\x10\x2b\xe4\x32\x0e\xc8\xa9\x95\xbe\x94\xc6\x86\xfa\x65\x56\x93\x79\x29\xc2\xf2\x27\xad\xdd\x92\xcc\x3c\xc7\xf4\x29\x6a\x27\xd1\x3b\x5a\x68\x34\x11\x35\xe9\xc4\x86\x08\x31\xf4\xca\x08\xd2\x86\xc5\x42\x97\x28\xcd\xf1\x5d\xeb\x17\x91\x06\x3e\xf2\xb2\x3d\xa4\x23\x76\x5c\xab\xd1\x0b\xc2\x75\xf8\x5e\xf8\x89\x42\x09\x22\x59\x5d\xf1\x4a\x15\xaf\x59\x05\x5e\xd2\x43\x2a\x6d\x98\xda\x4b\x05\x8d\x47\xbc\x2c\xa6\xc1\x0c\xcb\x6e\x81\xae\x23\x71\x35\x1a\xfe\xc8\xbb\x84\x94\x5b\xcd\xb6\x72\x22\x57\x8c\x30\x1f\x00\xc2\x73\x91\xa0\xb3\x2e\xb9\x53\xf4\xf7\x45\x3e\x1d\x85\xad\xaf\x07\x8f\x68\x04\x61\x4a\x12\x9a\x0f\x26\x66\xb5\xa2\x3b\xc0\x7b\xa0\xb4\x99\xea\x1a\x33\x99\x29\x56\xce\x2b\xaa\x50\xdc\x97\xcd\x13\x55\x16\xea\x58\x86\xea\x2b\xb2\x57\x54\xe5\x15\xc1\x7f\xaa\xbe\x42\x6a\x28\xd6\x58\x25\x22\xdc\xf7\xd6\x55\x0d\x65\xec\x41\x5b\xe5\x67\x9b\xe2\x26\x5c\xf6\x28\x60\x26\x37\x74\xa7\xab\x47\x1c\x25\x77\xc0\x93\x5a\xf1\x2d\x48\xc9\x2e\x1c\x14\x59\xb5\xb0\x79\xca\x8f\x11\xa1\x46\x90\x74\xf3\x77\x4b\x2c\xb4\x33\xa4\xbc\x75\x29\xb9\x02\xbc\x27\x9a\xc9\xaa\xca\xe3\x02\xaf\x41\x34\x06\xde\x85\x82\xe0\x18\xb7\x0c\xa1\x8c\x0d\x81\x61\xe5\xa4\xcc\x42\xa3\x13\x20\x8d\xf6\x6f\xf1\x36\xb0\x4d\xb1\x68\x09\x3e\x73\x5d\xdb\xd4\xeb\xcf\x9f\x9b\x0b\x83\xee\x5d\x6b\xc4\x65\xde\xd5\xeb\x8b\xcf\xee\x4b\x79\xf1\x60\x07\x74\x58\xe7\x99\x40\x04\x57\x32\x9b\xc2\x7b\xf5\x99\x89\xfc\x3f\xf6\xff\x40\x23\x75\x7c\x74\x93\x4d\x40\x5f\x10\xa2\xb9\xb0\x41\xdd\xa0\x39\x1c\x3c\x46\x49\x4b\x52\xa4\xa1\x84\x0e\xa6\xdf\x35\x34\x86\xa3\x4e\x76\xde\x37\x06\x7b\x99\x7a\xd8\x4d\xf7\x34\xe6\x73\x95\x00\x8e\x84\x38\x44\x7e\xec\x02\x4f\x21\x13\x53\x12\x3e\x92\xe5\x68\x5b\x22\x5e\xa8\xed\xc9\xb0\x99\x41\x22\x11\x9e\xc2\x3e\xb2\x90\xc7\xae\x82\xec\x41\xbb\x40\x73\xbb\x81\xec\x1c\x0b\x97\xa9\x44\x58\xa0\x24\x00\x26\xbd\x5a\xf1\x26\x32\xb3\x70\x18\x28\x3f\x50\xc4\x86\x1b\x23\x68\x4d\x17\xe3\x11\x5b\x2a\xcd\x0f\xe8\x2d\xaf\x38\x82\xe0\x52\x49\x42\x82\xde\xc6\x31\x1b\x1b\xb2\xf5\x97\x65\x02\xca\xb7\x20\xb5\xc1\x24\x74\x33\x92\x6d\xc8\x77\x20\x43\x6b\x11\xaf\x09\xe4\x1d\x89\x80\xf8\x14\xf7\xaf\x57\x44\xf5\xb0\x47\x94\x3f\x71\x72\x09\x51\xae\x93\x8d\xe5\x1c\x09\x01\x22\xbe\x93\x4f\x0c\xaf\x4f\xa9\xf7\x15\xc0\x29\x9d\x51\x78\xc1\x76\x3a\xd2\xff\x56\x00\x12\xab\x15\x4d\x4d\xba\x66\x03\xe0\x98\xf4\x62\x51\xb2\x54\x01\xe3\x95\xf6\xe1\x0e\xf6\xe1\xf1\x0e\xf3\x72\x31\xd6\x89\x50\x04\x4a\x06\x98\xcb\x6b\x9c\xd8\x64\xaa\x15\x88\x0c\x5c\xda\x8e\xa5\x98\x4c\xbb\xa1\x0c\x98\x0c\x86\x5d\xca\x1c\x32\x5d\x6e\xdb\xb8\x73\x9b\x1d\x67\x8c\x79\x7a\x71\x41\x18\xc7\x3c\x7d\xbd\xb0\x35\x32\xea\xda\x95\x7c\x09\xe7\xcc\xa3\x23\x75\x49\x66\x13\xbc\x2b\xc6\xd7\x77\x01\xf1\x1a\x6a\x31\xa7\x3d\x4d\xb7\xa1\x6c\x5d\x43\x02\x3d\x17\x20\x50\xb6\x19\xb6\x81\x9d\x68\xc4\xd6\x86\x5b\xef\xff\x6f\xc5\x59\xfc\xfc\x71\x55\x3e\x2e\xc7\x1b\xf6\x0c\x3f\x59\x5d\x1b\x49\x8c\xfa\x6b\xc5\x75\x17\xfd\xcd\x1b\xd9\x29\x24\xa6\x60\xce\x9d\x3f\x49\x2b\x8f\x93\xda\x74\xf6\xec\x3e\xf2\xe0\xe4\xd1\x74\xe2\x67\x20\x04\x12\x50\x91\x78\xca\x74\x10\xe5\x96\xa7\x81\x7f\xd0\xf6\x57\x48\xc3\x8e\x5f\x28\x01\x2c\x76\x8f\xc2\x46\xb1\xde\xcb\xaf\x37\x5f\xab\xac\x32\x2d\xe7\x93\x28\x9d\xbc\xdd\xf9\xfe\xb9\xc1\xe5\x0b\xbb\xd0\xb9\x0f\x8a\x93\x81\x5c\x17\x6a\xd3\x6e\x01\x66\xa8\x9b\x4d\x83\x6c\x11\x7a\xa1\x00\x60\xa3\x7f\x0a\x32\xed\x6a\xfe\x55\x97\x89\x6b\x08\x5e\x6b\xa4\x9a\x3a\x8f\xd6\x78\x01\x82\xd8\xe2\xe3\x0f\xd8\xed\x44\xcf\x3e\xc6\x3e\x32\xf7\x98\x98\x1b\x6d\x9d\xa1\xbc\x00\x47\x43\x30\x12\xf4\x47\x06\x2c\xf1\xb1\x98\x5d\x25\x24\x2b\xbc\xc9\x0c\x11\xb0\x4c\x81\x85\x5b\x10\x5f\xbc\xc2\xc0\x27\x84\xc5\x8c\x9d\xc4\x08\x06\x84\x13\x38\x2e\x0d\x9b\x26\xe1\x63\x1d\xc9\xfd\x80\xba\x22\x97\x84\x78\x86\x2e\x9f\x21\x7a\x2c\xe9\x5c\x54\x03\x2f\x7c\x63\xa4\x72\x97\x0a\x31\x5f\xaf\x36\x79\x04\xa7\x44\x9d\xeb\x9c\xe0\xea\xc7\xbc\xfc\x11\x11\x00\x6c\xc9\xc0\x52\x4b\x25\x41\x8e\xbf\x7e\xf0\xec\x9b\x1f\x1e\x7d\xfd\x6f\x5f\x1f\x3f\x3a\x7d\xfc\xc0\x93\x1e\x1f\x78\x83\xdf\x6c\x62\x0f\x22\x53\x19\x7f\xb4\x7d\x36\x7d\xb1\x3e\x66\x2f\xe0\x70\xfe\x59\xa5\x80\x8c\x3d\xd6\x61\xdc\xb5\x6e\x6d\x79\x5d\xd6\x68\xce\x2c\x6f\x9d\xa8\x2a\x46\x4f\x71\xf2\x13\xca\x35\x5f\x4c\x58\xdb\xb0\xff\x7f\xbc\xac\x36\xa8\xc1\x0e\xe9\xea\x83\x9e\x4c\x1d\xd7\xcc\x82\x0c\x28\xaf\x1b\xf1\xb0\xd3\xba\x24\xa5\x81\x5d\x45\x0e\x03\x7d\xf6\x04\x25\x5d\x72\x54\x00\x13\x19\xb6\x01\xcb\xa4\x9b\xdb\xd7\x96\x58\x3f\xbf\xab\xd3\x09\x22\x19\x60\xc5\xf1\xd1\xfb\x81\xb4\x85\xe4\xdc\x4f\x5f\xf1\xa3\xce\x83\x76\x25\x76\xdf\xe6\x33\xdb\x19\xe0\xc7\xe0\x6d\x75\xb3\x3b\x3d\xce\x73\x55\xa0\x75\xe8\x9d\xcf\xe1\x3c\x80\x46\xef\x80\x52\xc3\x2a\x9f\x0f\xfa\x43\x07\xf1\x25\x4a\x42\x87\xb6\x59\x62\xce\xd6\x95\x76\x69\x19\x71\x08\x1e\x8c\xcd\x3c\xcb\xc4\x8d\xef\x9d\xf3\x80\xfa\xc3\x99\xa0\x8f\xba\x2e\xef\x23\x04\x5f\x32\xfa\x69\x3b\x36\x2a\x1d\x08\xa8\x94\x75\xeb\x83\x4b\x7b\x93\x6c\x49\xef\x3e\x9e\x2c\xe1\x4a\x96\x63\x5e\xbf\x09\x41\x4d\xc0\x4f\xa2\xc6\xd8\x57\xed\x0b\xa0\xae\x59\xa4\x44\xc6\x2d\xb7\xba\x57\x47\x81\x18\x88\xa4\x46\xf1\xe4\x07\x13\x5a\x11\x29\x14\x1e\xc8\x0c\x93\xf9\x71\x39\x79\x7e\xf9\xf2\xba\xe1\xaf\x83\x03\xd7\x1a\x26\x75\x86\xdc\xe6\x1a\xab\x48\xa5\xe0\x15\xce\xc8\x12\x30\x28\xb3\xdd\xde\x8e\x99\x19\xfe\x84\xa1\x19\x34\x2c\x03\x7d\x58\xdb\xce\xae\x6b\xb4\x08\x96\xa1\x59\x02\x26\x4c\xc6\xd4\x17\xa3\x6c\x08\xa3\x3b\xd8\x49\x65\x97\xf0\x22\xa3\xf4\x11\xfe\x5d\x96\xfa\x7b\xb4\x7d\xc5\x75\x58\x4c\x85\xb3\x02\x60\xc3\xb0\x11\xce\xa2\x05\xb0\xfc\x1e\x6d\xc9\x7e\xd1\x5a\x33\x8c\x8e\xce\x0d\x73\x80\xd7\x6e\xf6\xa8\xb6\x48\x4b\xb1\x89\x23\x92\xc6\xf1\x6e\x23\x1d\x6c\x55\x96\x67\x08\x64\xc9\xfb\x0a\xfe\x85\x1b\xe9\x7b\x13\x8b\x5f\x3a\x35\x6f\xea\x9b\x9c\xda\xaa\x3c\x33\x7d\xa5\xaa\x99\xd9\xb1\xf8\x3e\x11\x13\xcd\x5a\x19\x89\xea\x00\xa8\xb8\xaf\x31\x66\x07\xaa\xa1\x92\x6f\x7c\x0e\x8f\xbc\x2a\x08\x59\xc3\x02\x25\x25\x28\xa8\x72\x44\x58\xf5\x4b\x95\xbe\xea\xf7\x78\x16\x08\xaf\xf0\x3e\x27\xfa\x1f\x19\xc0\xa2\x92\xf7\x12\xf5\x09\x6c\x4c\xdd\x08\xb3\xcd\xdf\x01\xdb\xb8\xe2\x23\x62\xd3\x61\xa4\x8f\xb5\x11\x10\xe8\x2d\x11\x7a\xdc\x26\xb8\xf6\x25\xc5\x3c\x6d\xd1\x15\xd3\xc3\x67\x7a\xf6\x4a\xc7\xe2\xfd\xeb\x44\xd5\xd5\xe4\x72\xf5\xfb\x2a\x0b\x93\x4e\x89\x05\x70\x57\xf5\x72\xc8\x04\x38\x5b\x9f\x03\x3e\xa4\x83\x74\x93\x97\x68\x1f\x81\xba\xa5\x63\x62\x50\x23\xf5\xd2\xda\x5c\xe3\xf7\x7f\x43\x9d\xd2\xcd\x6f\x37\xff\x8e\x8a\x4d\xb8\xad\x74\x85\x9c\xbf\x32\x99\x33\xb3\x68\x92\xe0\x9c\x97\xe7\x62\x6f\xda\x9c\xcd\xe9\xdc\x91\x56\x89\xde\x07\x64\x79\xe1\x0f\xb8\x42\x80\x7e\x60\x9b\x81\xf5\xad\x28\x50\x04\x2d\x1c\x97\xf8\xd1\xdd\xd5\xc7\xde\x6f\x27\x83\x37\xd4\xac\xa0\x94\x7c\x44\x6f\x35\xfe\xda\x30\x23\x09\x78\xb4\x85\xc7\x0d\x8e\xea\xf5\xbb\x35\x57\xb7\x75\x94\xa9\xaf\x00\x52\x56\x73\x54\x0d\x67\x78\x30\x71\x63\x9a\x48\x7c\x11\x0e\xc9\xf0\xd4\x87\x17\xd1\x90\x0c\x71\xf1\xe1\xa7\x88\x08\xc6\xe4\x11\x40\xec\x5f\x2c\xaa\xbe\xbc\xf3\xb9\xc6\x25\xd1\x07\x40\xbb\xa4\x1b\x47\x23\xbe\xce\x2e\x9c\xd4\x98\x32\x32\x57\x50\x7d\x1c\x7b\x15\x7b\x70\x1d\xa9\xa9\x9c\x02\x73\x01\xf4\x40\x05\xe7\xe4\xfb\xdf\x3c\x7a\x46\x3e\xc9\x48\x3d\xb0\x4d\x18\xf9\xfa\x91\x48\x56\xe2\x29\x90\x1b\xa6\x76\xbd\x43\xdb\x4f\xe7\x98\x2e\x45\xe0\x98\x7d\xa7\xfe\x3a\xe2\x6f\x05\x57\x63\x8b\x3e\xd8\xb8\x0e\xee\x27\xf1\x4d\xe8\x43\x5f\xc1\xcf\x04\x2d\x35\x25\x48\x03\x1a\x2d\x21\xb1\xc3\x4d\x91\xe5\xe2\x69\x1d\x91\x8d\x69\xb8\xef\xac\x40\x46\x73\x28\xef\x79\xe2\x42\xd7\xa2\xfe\x0f\x27\x38\x50\xfc\xcb\x2d\xa4\xe7\x47\xcf\x44\x9f\x1f\x80\x14\xfa\xae\x0f\xab\x2f\x60\x8f\x64\x57\x56\x67\xb9\x85\x83\x19\x7b\xe1\x58\xdc\xb5\x65\x56\x23\x52\x92\x23\xf1\xb8\xbb\x82\xcb\x57\x6f\x80\x06\xc4\x90\x46\xe1\x83\xa7\xb3\x8f\x99\x2f\xe9\xe2\xda\x6a\x92\x15\xac\x68\xff\xbf\xff\xf3\xff\xba\xf7\x15\xed\xc5\x57\x5d\x5b\xdd\xfb\x4a\x55\x90\xdc\xb6\xc7\xa6\x78\x48\x34\x0a\xfb\x1f\x8c\xd9\x88\xf6\x35\x21\x19\xd8\x7e\xc6\x30\x8c\x73\xc8\x5a\x92\x74\xd1\x88\x6c\x60\x54\x36\x4c\x89\x55\xd8\x54\x10\xa4\x5d\xa9\x76\xbb\xdd\x78\x1c\xe4\x26\x28\xcf\xf0\x8e\x7f\x86\x9f\x60\x33\xf9\x4b\x6f\x97\x9b\xf9\xba\xb7\xab\x12\x30\x8f\x33\x41\x88\x67\x84\x78\xe9\xce\xad\xe3\xcb\xc1\x10\x3f\x7c\xd9\x62\x2f\x15\x7a\xc1\x97\xcd\x16\x2d\x66\x72\x57\x95\x04\x3b\xb1\x51\x0d\x90\xe9\x2b\x14\xcf\xf7\x68\xc7\x88\xf6\x05\x3c\xd2\xb1\x37\x3e\x57\xcd\x20\x42\x40\xd4\x06\xad\xc3\x05\x0e\x2f\xf0\x81\xc9\x88\x12\x26\x24\x60\xde\x14\x66\x63\x9c\x58\x65\x53\xca\x23\x14\x0b\xb3\x08\x13\xf5\x3b\xa6\x22\x12\x1e\xf8\xce\x0f\x26\x13\x32\xd6\x7e\x8c\x91\x95\xe4\xa9\x7d\xc0\xaf\x6b\xd7\x96\xf8\x1d\xe8\xf7\x33\x5b\xa1\x61\xaf\x18\x49\x60\xe8\x90\xce\xac\x67\x7f\x86\xaf\x84\x45\xe8\x35\x16\xfb\x4a\x28\xe8\xb5\x23\x0c\x08\x84\x45\x76\x02\x5f\x31\x74\xd0\x7a\x2c\xe0\x0f\xc6\x09\x3a\x18\x1f\xa8\x32\x8b\x12\x35\x30\x9d\xdd\xff\xb3\x44\x41\xd4\x16\xee\x9b\xeb\xe0\xc0\xb0\x6f\x42\xfd\x28\x91\x45\xe3\x4a\xa0\x29\xc8\x34\xd5\x45\x56\xa9\xb0\x41\x55\x69\x5c\x49\xfe\x6b\x28\x48\xb2\x13\x52\x02\xb7\x06\x0d\x1e\x50\x52\xde\xb2\x2f\xb8\xe3\xef\x00\x03\x14\x56\xea\x39\x59\xc1\xb7\x25\x7f\x25\x2f\x29\x6c\xf2\x83\x98\x3b\xd5\x71\xd3\x9e\x2b\x21\xc2\x32\x74\xd3\x4e\x38\xc6\xc4\x25\xf3\xe1\xa4\xe0\xe5\x2a\x68\x64\x5e\x21\x6d\xcb\x27\xc5\x0a\x44\xb6\xee\xc2\x47\xbc\x12\xc7\x69\x32\x30\x12\xcb\xaa\x7e\x32\x81\xfb\x07\x73\x9a\x52\x78\x29\xd4\x6f\xb3\x68\x82\x1a\x6b\x19\xab\x2e\xb9\x38\x57\x55\x0a\x01\x28\x35\xf1\x1f\xae\x07\x1c\x56\x93\x15\xee\xda\x92\x96\xca\xba\x33\x3c\x24\x40\x22\x00\x3c\xec\x1a\x16\x60\x54\xeb\x2f\x4d\x4d\x06\x33\xd8\x27\x5a\xc2\xe3\xeb\x43\x9d\x3b\xbc\xe0\x18\xd2\x07\x8a\xf6\xff\xf0\x93\x50\x35\x37\xe2\x70\x34\x04\x95\x68\x10\xc9\xdc\xe8\x1a\xd2\x04\x7f\xf0\x8d\xf1\x22\x26\x13\xdd\xf6\x70\x83\x16\xe5\x1c\xc6\x34\x4a\x1f\x3e\x0a\x7c\x51\x20\x3f\xb7\x62\x08\xbd\x15\x67\x0c\x74\xe0\x46\xeb\x07\xe2\x41\x2e\x59\x30\xb5\xc2\xa3\x7a\x15\x5f\xc1\x9b\x37\x96\x89\x56\xb8\x61\x32\x22\x21\xe5\x45\x79\x86\xe4\x3a\x7e\x42\x78\xf2\xdd\x55\x61\x2b\x87\x86\x48\xa3\x08\x5b\xbb\x55\xc1\x87\x5f\xf4\xc3\x60\x3e\x35\x5c\xf1\x39\xfa\x82\xbe\x6c\x6d\xa7\xe2\xbf\x99\xfa\xb4\xbc\x2b\xb0\xcb\xbf\xbc\x7c\x36\x56\xa1\xc9\xea\xbb\xf1\x67\x02\x5f\xa5\xa5\x46\xc5\x31\x1e\x76\x91\xae\x22\x1f\x29\x5a\x24\xe9\x90\x11\x13\x31\xab\xe1\x55\x08\xe8\xf4\x18\x0d\xe8\xe5\x01\xb4\xd9\x5e\xd0\xdf\x47\x2f\x31\xdc\x18\xef\xef\x47\x9c\x58\x1c\xb2\x07\xd8\x8d\xc8\x89\xe7\xfe\xb4\x78\x42\x2f\x16\x3d\x2e\x83\x4e\x48\x6c\x07\xd5\xe0\x21\x75\x4d\xdb\x4b\xdc\xae\x74\x82\x26\xeb\x12\x85\xbb\x1b\x03\x94\x1f\x2a\xcc\x77\x24\x9a\x82\x63\x42\x2c\xe6\xd7\x01\x8f\x28\xec\x73\x74\x61\x96\x65\x35\x27\x13\xae\x99\x61\xdb\x0d\x2d\x22\xdc\x15\xae\x1e\x6b\xf3\x00\x68\x18\x95\x79\x40\x40\x11\x7f\xb7\xdd\xc5\xba\x48\x38\x82\xfb\x9f\xe9\x86\x7d\xfe\x61\x54\x33\xad\xf4\x61\x40\x17\x68\xa6\x20\x1e\x3c\x2c\x40\x8a\x8b\x53\x2b\xa7\xb8\x44\x26\xb9\x65\xff\x00\x11\xdb\xfa\x21\x6a\x1f\xc3\x05\xfd\x48\x76\x15\x50\x21\xd4\x79\xaf\xcf\x70\x7c\xc0\xd2\x15\x9e\xc2\xb2\xab\xae\x00\x37\xf2\x2d\xd0\x27\x28\x96\x6e\xb5\xb1\x97\x81\x42\x29\x5d\x6c\x54\xbf\xb1\x48\x47\x29\x60\x6e\x7f\x0f\xb7\xe2\x0e\x79\x8b\x79\x89\x8f\x0e\x1c\x1e\x71\xc5\x1c\xfa\x7c\xab\xb8\x88\x9f\x71\x7e\xd5\x82\x0e\x10\xce\xde\x8e\x3d\x52\x18\x1b\xca\xd8\x30\x49\x3b\x8d\x51\xb6\x1a\x16\x92\xd1\x14\x59\x7b\xb1\xae\x35\x77\xd0\x88\xb7\x26\xb1\xed\xc9\x2f\x84\x20\xdd\x45\x29\x8f\x3e\xd3\x87\x6c\x94\x91\x03\xac\xf3\x7d\xea\xd3\x5d\x21\xe3\x7f\xc5\x34\x88\xbc\xce\x72\x87\x25\xd8\x54\xca\xfc\xa6\x3a\x3d\x85\x0f\x3a\x33\x78\x26\x91\xf2\x30\x7a\xa5\x45\x71\x4b\x7d\x5d\xa2\x57\xf8\x86\x9d\x3f\x58\xcc\x29\xc6\x32\x00\x2a\xa9\x0b\xf7\xd8\xa8\x43\x24\x40\xe3\xf8\x61\xc5\xb3\x24\x63\xc3\x22\x3f\x80\x68\x80\x34\x84\xd7\x3b\xc6\x22\xcc\x8e\x81\x23\x80\x84\x04\x1a\x70\x0d\x24\x8f\x6c\x54\xc0\x75\x47\x18\xcb\x0f\x11\xfe\x85\xe9\x8e\x06\xc2\x81\xdb\x3a\xe7\xab\xbd\x9a\xbf\x3c\x8f\x86\x92\xb5\x90\x77\x04\x61\x72\x96\x2a\x71\x54\xcd\x66\x07\x5c\xd2\x02\x56\x75\xf3\x1b\xc6\x55\x32\x2b\xb2\x77\xc5\x1b\xd1\xf1\x1c\xba\xe9\xed\xe2\xb2\xdc\x0b\x8e\x43\x12\x56\x04\xad\x88\xa3\xe1\x6a\x8a\x7e\x2b\x1a\x16\xdf\x05\xbd\x09\x09\xb2\xf3\xde\x12\xbb\x1c\x39\xf9\x4b\x22\xda\x1e\xa8\xa8\x41\x50\xfb\x70\x65\xd3\xed\xc8\x40\x91\x77\x98\xfc\xe4\xf4\xbc\xe8\x58\xdf\x03\x1e\xe1\xb4\x04\x6d\x22\x16\x41\x47\x7b\xbe\x14\x72\x59\xe9\xc4\x84\x9c\x0a\x53\xa0\xa0\x52\xcd\x5c\x2c\xb6\x08\x86\xa3\xb8\x0a\xd4\x16\xd9\x8b\xfb\x3e\x58\x08\x3f\xef\x02\x02\xe2\xa0\x82\x0c\x5e\x84\x97\x5d\xbf\x00\xd0\x8b\x0d\x1d\xe0\x7d\xb8\x79\x13\xbd\x34\xd1\x2d\x17\x7b\x76\x9a\x83\xa7\xde\x5c\x3c\x89\x3c\x2e\x90\x10\x51\xc8\x37\x47\x5d\x1e\x9e\x52\xdc\x2f\x8e\x83\x73\x1b\xa7\x0e\x47\xfb\x9c\x28\x3d\x3d\x1d\xa1\xab\xb5\x28\xf5\xe7\x8f\x30\xb5\xaf\x71\x86\x2a\x4f\xf5\xf7\xd7\x8f\x28\x1f\x69\x5a\xf6\x79\x0b\x55\xe5\x5d\x99\xfd\x9b\x77\x36\xd3\x12\x7a\xaf\x30\x88\x47\xf4\x8d\x03\x36\x3c\x27\x54\xe3\x69\x7f\xc4\xb9\x65\x2b\x48\x16\x3e\x6b\x20\x03\x8c\x80\x2b\x86\x70\xca\x79\x44\x45\xd3\x01\x9b\x11\x95\x21\x32\xc0\x62\x02\xaa\x92\x6a\xc0\x16\xc6\x35\x96\xc0\x63\xb4\x73\xe9\x43\xb9\xd7\x72\xac\x2f\xcf\xbd\xe4\xcc\x4b\x3e\x62\xa8\x48\x6c\x6c\x5a\x79\x64\xf0\xa8\x7e\x03\xd7\x8e\x31\x61\xd6\x2a\x19\xa3\xd9\x95\xf5\x3c\x9e\x0e\xe9\x00\x6c\x79\x7b\x2b\x60\x95\x1d\x3a\x70\x87\x76\x44\x6b\x8f\x35\xb4\x71\x3b\x78\x9a\x31\x7c\x30\x8e\x83\xf6\x8f\x68\x69\x63\xdd\x70\x15\xbe\x9a\x6e\xa2\xd1\xea\x4d\xb6\x3f\xa1\x26\x6d\x8f\xd4\x02\x16\x5b\xaa\xf1\x2b\x8f\x57\x91\xdc\xe3\xfd\xa9\xc7\x5b\x27\xc7\xca\x60\xa1\xc7\x35\x28\x9f\x03\x21\xb3\x2c\x25\x3c\x88\x07\x90\xf4\xe1\x4e\x06\x95\x6e\x3d\x55\x21\x3d\xfb\xfd\xe0\x5e\x35\x76\xb3\x9b\x4a\x04\x5b\x7f\x23\x11\xc7\x37\x5d\x8d\x02\x56\xd6\x07\xc1\xa5\x0c\x70\x47\xa1\x51\x0f\x75\x85\xb6\x74\xb4\x23\xab\x12\xae\x1d\x39\x27\xd6\x25\xfb\x51\xe8\xfa\xa6\xc5\x71\xea\xd8\x5e\xdc\x19\xcc\xf4\x8e\xe7\x43\x15\xfb\xf5\x71\x1c\x32\x12\x45\xb3\x07\x7c\xc4\x40\x20\xc6\xf2\x30\x3f\x3d\x34\xc3\x31\x85\xc3\xfb\xad\xad\x77\x24\xe2\xe7\xd0\x8c\x64\x70\xf8\x5e\xcd\x14\xd1\x07\x06\x39\x46\xf3\x7e\xd3\xfd\xcc\x55\x43\xa1\x9a\x13\x42\x85\x1c\x11\x87\x07\xa0\x8b\xd3\x99\xc5\xec\xee\x4a\x03\x9b\xf9\xa3\xa5\xeb\xe1\x0b\xf5\x6a\x68\xa9\x48\x51\x18\x3c\xbe\xce\xe0\x2d\x2e\x44\xfa\xc3\x01\x11\xbe\xec\x04\xbc\xc5\xb1\x63\x08\xa5\xd2\xea\xdd\x68\x25\xaf\x78\x68\x08\x97\x5f\xe3\xbc\x87\x5b\x6f\x72\xa8\xb3\xb6\x50\xe7\xb6\x41\x0e\x36\x26\x89\xf8\x73\x92\x82\x0f\x0b\xa6\x18\x92\x48\x44\x48\xcf\x49\x9b\x13\xac\xe3\x46\xab\x3b\x09\x5b\x0e\x10\x00\xfc\x27\xe2\x83\x9b\x37\xfb\x7f\xda\x96\xc0\x15\xb9\xe7\xb1\x56\x7c\x8f\x57\x68\x47\x8f\x8d\xc4\x2f\x4f\xae\x02\xfa\xef\x8c\xb4\xd9\xa2\xfb\x57\x53\x23\xf5\x88\x6d\xbe\x76\x6c\xb5\xbc\xa5\x6b\x98\xb7\x70\x18\x68\xe0\x31\x93\x53\x23\x45\x53\x02\xdd\xce\xbf\x62\xf9\x71\x53\x1d\x44\x48\x50\x07\xde\x3f\x73\xa0\x06\x90\xcb\x30\x29\x61\xf6\xd0\xbd\xa7\xf6\x01\x10\x86\x8b\xe0\x71\x4b\x34\x34\xe5\x06\xb0\xbd\x0e\xdd\x5f\x37\xef\x6a\xb4\x6d\x5c\x87\xaf\x2f\x1a\xf3\x41\x23\xb5\x67\xd9\x34\xf8\x85\xfc\x04\x0e\x8f\x15\xb5\x53\xff\xe4\x91\x66\x78\xe5\xe8\x38\x66\xc1\x62\xf2\xa7\x3f\xbe\x00\x02\xf7\xee\x4f\x7f\x7a\xc1\xc6\x95\x7c\x15\x4d\x71\xf7\xa7\x4f\x5e\x0c\x1b\xce\xcf\xcc\xa6\x9c\x51\xa3\xf1\x9a\x24\xfa\x6a\x7a\x0c\x8a\xbe\x63\xa9\x17\xe9\x02\xc3\x6b\xf0\x0b\xc0\x30\xf2\x34\xdb\xf0\x91\x31\x01\x87\x77\x63\x44\x60\x12\x44\xb0\xd2\xb0\x98\x14\xdf\x35\xd0\x1b\xfd\x76\x2e\xeb\x76\x88\x27\x64\xc5\xaf\xda\x80\x46\xb8\x14\xf5\x48\xdd\xec\x67\xbf\x25\xc0\x2e\xf9\xf5\xff\x01\xc9\xfb\xbb\xb4\xf4\x9f\xb5\x99\x3a\x3e\x70\x6b\x1f\x02\xf4\x39\x19\x07\x77\x04\xf9\xe8\xea\xe3\x4d\x37\x22\x57\x3d\x3f\x87\xfe\x0b\x3f\xcd\xc6\x9b\x68\x3e\x87\x26\x12\x75\x04\xd8\x14\x33\x4d\xd1\x1d\xfd\xf0\x84\x40\x5a\xa6\x73\xe1\x3a\x8f\xf5\x6c\xc9\xfb\x3a\x6b\xd0\x96\xb4\x9f\xd2\x1b\xef\x67\x1c\x90\x21\xad\x76\x5b\xc7\x07\xdb\xca\xfb\xac\x40\xe7\x5b\x65\xa7\x86\x9b\xae\xb3\x73\xb8\xe5\x76\x85\x00\x07\xd0\x72\xc7\xef\x3e\xfd\xfa\x9c\x00\x2a\x39\x03\x9e\x9e\x76\xd2\x49\x1f\x11\xef\xf4\xfb\xba\x13\x29\x09\xd4\xa2\x0e\x15\xa1\x10\xe3\xdc\x04\xa2\xc6\xd3\xdd\x6c\x8e\xfc\x3b\x06\xd8\x35\x94\x86\x42\x08\x71\x3f\xaa\x06\x1e\x03\x1a\xfd\x09\x1a\x5c\xb0\xb0\x9b\x8d\x79\x14\xfa\x07\x56\x3e\x52\xa0\xf1\x21\x35\xc4\x03\x49\x3d\x12\x53\xe7\x10\xa3\x0b\xe1\x30\x30\xa5\x5e\xc4\xd7\x38\x96\xa9\x38\xd3\x02\x6d\x66\x3d\xc0\x89\xe4\x75\x11\xb0\x66\x2a\x2b\xd1\x19\xc0\xf3\x1d\xdc\x83\x32\xca\x80\x03\x09\x0f\xe9\xb8\xb4\x1a\x6c\x41\x13\x93\x7b\x9b\x16\x43\x18\xe4\x75\xd0\x0e\x0b\x6e\xf0\x80\xd4\xe7\xf2\x00\xcf\x2e\x22\x16\x46\xdf\x2c\x6e\x30\x5c\x1e\x7f\x4f\x04\x72\x69\x91\x04\x4d\x09\x13\xc5\x83\x63\x23\xaf\x61\x17\xe4\xd9\xe1\x6b\x06\x73\xb0\xd1\x9a\x63\x2e\x1e\x42\x1f\x92\xe9\x95\x58\x89\x31\xa1\x4e\x9e\x1b\x97\xd6\x21\x82\x49\xed\xf4\x75\xad\x64\xa4\x7f\xd0\x00\x70\x7c\x06\xde\xab\x43\xe6\x7c\x9b\xe9\x73\x84\x5c\x77\x06\x88\x2e\x0c\xc6\x21\x08\x96\xe4\xef\x0b\x84\x51\x8f\x09\x4c\xd7\x99\xe5\x39\x5e\xff\x40\xcf\xfd\x8c\x16\x26\x18\x88\x0b\xe8\x83\x9a\x9c\xd4\x39\x0a\xaa\xa8\x3f\x00\x26\x11\x78\xd5\x57\xa2\x6a\x80\xdb\xf8\x79\xa4\xbf\x15\x5c\x0c\x24\x36\x0f\xf4\x97\x84\xb9\x04\xba\x1a\xfb\xfc\x79\xc2\x4a\x30\xcf\xa5\xba\x71\x49\xa3\xe8\xca\x10\x2b\xa0\xeb\x95\x17\x16\x9f\xb2\x55\x14\x0b\x4b\x83\x96\x66\xb4\x32\x1f\x6b\xd2\x62\x65\x2f\x7b\xe7\x95\x78\x24\xe6\x14\x86\x60\x5c\xde\x39\xcd\x7a\x5e\x18\x20\xcd\x77\x66\x0b\x64\x73\x3e\x26\xff\x3b\x73\x61\xb8\x2d\x52\x7c\x5c\x2b\xd1\x2a\x0e\xb4\x89\xba\x25\x0d\x9a\x73\xf4\x55\x87\xa2\x11\xd2\x1e\x95\x62\x14\xdd\xa2\x1b\xcd\xd4\x57\xeb\xce\x91\xf6\xea\x1a\x3f\xe8\x31\x45\x26\x29\xa2\xb1\x3b\x32\xbc\x95\x30\xa0\x64\x8c\x14\xa6\x45\x0c\x2c\xea\x2a\xd9\x03\x9d\x02\x7f\x58\xed\x1d\x1d\xe6\xe3\x74\x26\xb3\x9f\xbf\x8b\x04\x51\x07\x0e\x8b\x52\x46\xec\x50\x9b\x52\x6e\x71\x8f\xf1\x1f\x1e\xa2\xdc\x7e\x1a\xf9\x7e\x20\x6a\xbe\x4f\xe3\xdc\x47\x72\x66\x25\x68\xfa\x0f\xf4\x83\x91\xb5\xec\x2a\xf3\xb4\x8f\x6e\x3f\x1d\xa9\x4c\x78\x8e\x0f\x9b\x6e\x1c\x32\x36\xbb\xaa\x5f\xf1\x91\xe3\xa0\xab\x58\xae\x0e\xd7\xf7\x33\xd4\x03\xeb\x13\x41\x7f\x53\x48\x3d\xf9\xfa\x27\xff\x55\x06\xd8\x96\xed\x5a\x49\x1c\x1e\x27\x0c\x70\x61\xfe\xa5\x11\xa0\xf1\x7f\x7b\xa1\x00\x00\x57\x13\x09\x11\x8c\xee\xca\x86\x43\xa7\xf4\x28\x24\xa5\x03\xf1\x54\x28\x64\xa9\xda\x23\x95\xe7\xc1\x31\xb3\xce\x91\x6b\x08\x35\x01\x50\x43\xcb\x09\xf1\xb6\xc2\x83\x0d\x68\xbb\x6c\x59\x82\xda\x1c\xd8\x72\xd1\xae\x21\xa7\xde\x47\xdb\x4c\x06\xb9\xd3\x64\xbb\x60\xf2\xfe\x10\x5c\x04\x5c\x52\x7a\xf3\xf7\x03\x43\x0c\x0d\xcf\xa3\xd3\x74\x1f\x48\x4f\x40\xb7\xa3\x3a\x94\xec\xc4\xc9\xf8\xa8\xc4\xc8\xac\xe3\x3d\xb2\xcb\x33\x5d\x08\xf5\x62\xc9\x3d\xf1\x54\x73\x99\x05\x56\xd1\x15\x59\x07\x38\xa5\x5c\x6e\x28\xa8\x6c\x43\xce\x14\x18\x84\xb6\xa2\x5d\x50\x27\xb6\xf2\xa8\xd8\xda\x76\x43\xf1\xe4\x34\x34\x60\xef\xf9\x10\x92\x24\x88\x8b\x39\x83\xb8\xa9\xe7\x64\x67\x48\x1b\xa2\x86\xc9\x87\xf6\x9d\x63\x4b\x47\x31\x97\x69\x57\xe0\x08\x69\x5b\xa2\x3e\xc9\x94\x6b\xd0\xad\x3d\x84\x66\xc5\x2b\x94\x1c\x19\x0e\x76\xef\xa2\xd5\x02\x2a\xdf\xff\x7a\x78\x3c\xb5\x69\x66\x83\x3e\x3d\x39\x5c\xfb\x16\x20\x04\x0d\x93\x35\x3c\x5d\x6b\x9d\xa8\xcc\x7c\xe7\x2e\x81\xa0\x14\x0d\x8d\x1a\x4d\x98\x0c\x04\xf5\xaa\x10\xa4\xf7\xb5\xdc\x5b\xea\x47\x64\xef\x3f\x8b\xb3\x0a\xfb\xda\xb2\x76\xd8\xdf\x00\xa3\x1c\x93\x06\xe0\x65\x5b\xf7\x9e\x40\xe7\xe2\x3d\xd0\xe0\x47\x7f\x40\xe3\x3d\x80\x27\xca\x0e\x92\xc4\xf3\xc0\x4d\x26\x2f\x32\x24\x22\xf3\xab\x43\xb6\x94\x1e\x22\x49\x9d\x8b\x10\x94\x2f\x0f\x63\x6a\x45\x56\x21\xd1\x1b\x3a\x90\x64\x44\xb5\x46\xa5\x38\x51\xf9\x01\x49\x4e\x5e\x63\xe5\xf9\x1e\x0a\x9b\x1b\x4f\xa3\x99\xaf\x7a\x00\x35\xc4\xd8\x5f\x96\xd7\x1a\xcb\xd0\xe4\x93\x50\x56\x67\xd0\x75\xe0\xa8\xd2\xc5\xa1\x96\xe1\xbc\x34\x2b\x96\xa2\xe1\x4b\xc0\xa6\xa1\xb9\xd8\x96\x41\x4a\x83\xab\x20\xa9\x11\xc8\xce\x69\x32\x5a\xf6\xac\x0c\x84\xcd\x51\x5d\xa6\x9e\x9f\xdb\xd6\x89\x69\x73\x54\x96\xda\x3c\xc7\x05\xba\x0f\xcf\x7c\x3c\xc7\x8f\x82\xae\x98\x8c\x63\xa3\xa5\x97\x64\x01\x26\x32\xec\xb8\xc8\x87\xf5\x96\xee\xd0\x90\x1d\x68\x0e\xed\x95\x10\x1a\x42\xbf\xa4\xde\x70\x71\x68\x6e\x74\xb9\x11\x13\x89\x90\x99\xe3\xc3\x35\xfc\xef\xde\x76\x7b\x6f\xb5\xfa\x70\x64\x47\x3c\xf9\x99\xcb\xd4\xc6\x1d\x11\x7d\x36\xa4\x0f\xe2\xae\x02\x49\x7f\xeb\xbe\x92\xe9\x4b\x7c\xb0\x41\xd0\x4a\xd1\x1a\xd4\x00\x90\xe8\x7b\x8c\x79\xe3\x55\xea\x03\xb1\x7b\x29\xc6\x1e\x4b\xcc\xc8\xb6\x25\x63\xc6\x05\x39\x5e\xc1\xb5\x69\xe1\x3a\xa3\xd8\x36\x03\x80\x84\x87\x8a\x0a\xd2\x88\x8c\xef\xb3\x00\xde\xb0\x47\x91\x92\x3e\x69\x82\x9b\x3e\xb6\x77\x21\xfa\x41\xba\x7b\x9e\x6b\xc9\x8e\x20\xf6\x65\x19\xa9\x3e\xc2\xba\xe4\x73\xcf\xb8\x17\x72\x72\xb8\xc5\x29\x3d\x70\xda\x1a\x61\x05\xf6\xf6\x16\x7e\x66\x6c\x52\x07\xc1\xe9\x10\x57\x03\x7b\x31\x79\x69\x37\x16\xee\xdb\xc6\x72\xc4\x68\xfa\x3d\x7d\x59\x56\xcb\x86\xac\xf9\xe3\x08\x9b\x97\x5a\x6b\xff\xfa\x83\xa4\x9e\xe6\xcd\xd4\x4e\x84\xc2\xed\x38\x57\x0f\x7b\x2a\x32\xea\x5f\x35\xc0\x09\x8b\x24\x85\xc3\x81\xb6\xcd\x05\x5c\x9f\x5e\x5d\xcc\xd9\x25\xad\x11\xfd\x33\x02\xe2\x94\x87\x92\x2b\x73\x86\x9e\x57\x73\xca\x50\xe9\xf1\x09\xe7\xe1\xc3\x57\x9e\xab\x86\xfc\x95\xf4\x53\xb8\x00\xfa\xaa\x6a\xc4\x50\x99\x03\x55\xc4\xdd\xb1\x71\x46\xa8\xa1\x6e\x02\xa9\x6d\xca\xec\xc7\x6b\x6f\x16\x04\xcf\x91\x44\x63\xdc\xb1\xdf\xf2\xdb\xad\xbe\x55\xc8\xa1\x46\xb8\xc8\x7e\x2c\xcb\xa1\xa8\xfb\x34\x6e\x88\x32\x12\x86\x24\x8b\x7a\x19\x8f\x54\x2e\x77\x9d\x98\x04\x50\x25\x7c\x09\xa8\x1e\x5d\x0a\xec\x65\xbe\xe8\x3b\x80\x06\xe1\xed\x93\x85\x69\x11\x6b\xa1\x2a\xbf\x2d\xea\x65\x16\x55\x11\x83\x9c\x78\xe9\xa1\x0e\x5a\xdb\x2e\xcb\xf9\x27\x18\x80\x36\x44\xbf\xe2\x1e\x85\xc4\x46\x56\x53\x28\xec\xe9\xb8\xab\x62\x24\x26\x84\x13\xf6\x90\x3d\x0d\x07\x97\xab\xed\x03\x54\x71\x9c\x9e\xf7\xf0\x0c\xf7\x7d\x39\x76\x83\x8a\xf6\x94\x45\xcf\x03\x37\x05\x32\x75\x30\x14\x97\x7e\x3c\x79\xa5\x7e\x9d\x72\x56\x29\x37\xfb\x7e\xc7\x01\x9b\x7c\x41\x14\x4b\x9f\x58\x08\xf5\xd8\x3b\x50\x63\x4a\xae\x59\x69\xea\x8c\x43\xbd\x4d\xc9\x22\x6f\xf6\x43\x6c\x7a\x77\xa8\x2a\xee\x9d\x84\xda\x97\x18\x46\x87\x6a\xf6\x35\xe9\xf0\x28\x72\x89\xd7\xe6\x45\xb5\xcf\x9b\x66\xe3\x66\xcf\x10\xae\xd1\x3f\xa4\xd8\xbf\xda\xff\x33\xda\x88\xb5\xed\xb8\x06\x26\x9c\xcb\xca\x80\x5f\xb7\xcb\x90\xd1\xf3\x04\x39\xf7\xd1\x0c\xa1\x53\xb1\x5d\xf7\x55\xbd\xdb\xca\x78\x75\x74\x32\xd1\xe4\xa8\xa7\x91\x6b\x09\x47\x7b\x1f\x76\x8b\xd5\x31\xc3\x09\x66\x47\x63\x4b\x74\xe2\x22\x9c\x8e\x12\xdc\x53\x08\x11\x1f\x45\x3c\x84\xd9\x75\xfd\x65\x09\xc8\x8f\xa3\x8c\xdb\x71\xa6\x22\xcc\x0c\x4f\xe8\x7b\xc9\x27\x02\xf8\x7d\x1b\x45\x96\xf2\x95\xc4\x16\xc4\xaf\xd6\xe7\x7a\x08\x8b\xed\xe3\xf3\xe2\x08\x33\x48\xd0\xfe\xde\x40\x4f\x14\xe9\x42\xa4\x64\x8e\xaf\x4c\x93\xf9\x2e\xf8\x61\xcc\xea\x12\xdf\xe7\x55\x7c\x60\x98\x4e\xa4\x3f\x70\x08\x78\x9b\xc4\xef\xc9\x87\x61\xba\x0c\xb7\x34\x5a\x2e\xca\xee\xd1\x59\x09\xb3\xb0\xd1\x3b\xe3\xd5\xab\x16\x7d\x91\x2f\x29\xcf\x94\x6f\x6a\xd3\x96\xe5\x2f\xa3\x2d\xd9\x89\x6a\xbc\x59\xd2\x84\xd2\xdc\xed\xff\x87\xba\x62\xc5\x78\x44\x9c\x4c\x0e\xb7\x53\xf7\xba\x10\x88\xca\xea\x7b\x7e\x69\xdb\x6b\xf2\xd1\xef\xaf\x7d\x24\x1a\x34\x9c\xba\x84\xd3\xc0\x8f\x41\x22\x87\xa3\x92\x57\x70\x85\xaf\x74\x18\x8d\x25\x7a\xf9\x0e\x06\x02\xc0\x49\xe0\xbd\xfe\xc0\x4e\x52\xfb\x39\xa0\x0c\x4c\x20\x3b\xb2\xa5\x3d\xfb\xaa\xf6\xef\xee\xd2\xaf\xfb\x40\x97\xba\xd7\xb7\x76\x24\xad\x68\xdb\x84\x60\xd6\x5d\x1f\x69\xe8\x23\x17\x79\x2a\x7a\xd8\x13\xcf\xc6\x75\x57\xc0\x09\x8c\x74\xa5\xa9\x12\x22\xbb\xde\x02\xc3\x3e\xba\x4f\x6f\xed\x0a\x25\xb7\x65\x6b\x97\xb3\xaf\x30\x8a\xb2\xbd\xbd\x2e\x85\x6c\xd6\x06\x5f\xf6\x2d\xdf\xff\xe5\x81\x96\x61\xe9\x21\xde\x9e\x10\x3c\x3e\xd7\x23\xbf\x90\x7f\xc5\xa8\x6d\x7f\xfb\x2b\xde\xc4\xbf\xfd\xd5\x02\x06\xfe\xe5\x6f\x2a\x92\x4a\x9d\xec\xd0\xa0\x7c\x34\xd8\xac\x21\x2f\xc7\xc0\x69\x15\x76\xe5\xe3\x82\x62\xfa\xa5\x6d\x04\x69\xc4\x96\xe7\x80\x36\x2e\xe9\x70\x44\x7f\x71\xfe\x29\xe4\xe4\x38\x22\x4b\x8f\x16\x0c\xeb\x1e\x15\xe9\x19\x6e\x5a\x19\xb2\x5e\xbc\x46\x93\x80\x2f\x29\xfc\x04\x06\xc9\x84\x9f\x11\xba\xa3\x3c\xd4\x14\xfc\x16\x25\x50\x8e\x1d\xe7\x24\x23\xb6\x41\x8f\xd7\x28\xca\xed\x56\x03\xc5\x24\xde\x25\x23\x6f\xfd\x34\x7e\xcf\x50\x68\x87\x6a\x36\xfa\x97\xb4\x73\xd7\x48\x82\x51\x30\xa3\xc4\x1a\x3e\x6f\x13\x04\x3f\xe2\x31\x45\x31\x6a\x82\x13\xd4\x26\x74\xb9\xa3\xb4\x7c\xc3\x3e\xa7\x05\x23\xe2\x36\x73\x64\x37\xde\x59\x7f\x38\x55\x21\xa2\x1c\x50\x51\xf7\x8a\xd4\xb1\xdf\x8f\xe8\x86\x0e\xaf\x87\xa6\x40\x71\x1b\x9b\x3c\xb0\x03\xb9\x04\x20\xa7\x35\x32\xbe\xaa\x6c\x13\xeb\x67\x3f\x34\x3b\xf8\x0f\x1a\x71\xc8\x8a\xc4\x47\x71\xc8\x53\x84\x1d\x73\x87\x4e\x61\x9a\xdc\x9c\xda\x9d\x95\x21\xaa\x69\x14\x33\x75\x58\x8b\x4f\x4b\xab\x0e\xa5\x3c\x51\x63\x1f\x87\x21\xca\x99\x77\x19\x89\x29\x24\xfb\x1e\x7a\xb3\x85\x84\x1d\xe3\xe9\xd6\xdc\xc8\x7c\x93\x03\xa4\x6b\xbe\x33\xd7\x18\x0e\x98\x03\xb4\x68\x10\x09\x4b\x39\x5f\x91\x58\x40\xb7\xbf\xc8\x5f\x0e\x47\x0b\xb1\x94\x6f\x1b\xe0\x8f\x3a\x80\xb2\xae\xef\x3f\x40\x1a\xef\x16\x60\x84\xfa\x91\x28\xbc\x65\x4d\x92\x72\x32\x4f\x09\xed\x90\xd9\x1c\x99\x0c\x22\x35\x51\x68\xaa\xe0\xda\xaa\x6b\x05\x62\x74\x74\x19\xeb\x13\x21\x9a\xd7\x69\x79\xf0\xea\x09\x9e\x55\xa8\xf7\xe9\x80\x8e\x88\x5d\x01\xe2\x47\x1a\x85\x2d\x6e\xb4\x76\xce\x6e\x72\xdd\xc0\xb1\x8f\xdc\xc9\x21\x3b\x22\x61\xc2\x0f\xb0\x23\xa3\xc3\x1e\xbe\xbc\x3e\x12\x07\x11\x89\x8c\x69\x51\x5e\x17\x16\x34\xa4\x9f\x32\xa6\x3d\x71\x00\xce\xd6\x66\x0f\x72\xf0\x36\x9a\x6a\xba\x95\x03\xdf\xc2\xac\x5e\x26\xc2\x48\x9d\x3d\x51\x42\x41\xfb\xef\xed\xcf\x87\x18\x66\x0d\x54\xb1\x06\xef\x5e\x85\xf4\x69\x71\x44\x6b\x92\x41\x5c\x1e\xb2\x0e\xe9\x08\x2a\xc8\x66\x3a\x9f\xdb\xe1\x9d\x7e\x8f\x80\x26\x87\xbb\xfb\xe3\xa0\xbb\x3c\x06\x49\x14\x54\x85\x23\x52\x0c\x91\x0d\xed\x0b\xfa\xf0\x5a\x76\x0c\x87\xad\x42\x16\x48\x3e\x0f\xe5\x38\xe4\x94\xe6\xad\x5f\x08\x44\x94\xdd\xca\xe3\xce\x68\x9a\xc7\xc3\x2b\x20\x2f\x31\xdc\x15\xca\xf5\x6d\xc6\xfd\xe2\xd9\x54\x9b\x03\xac\x6c\x4c\xcb\x51\xcc\x50\xc8\x17\x8e\x29\x1f\xe1\x00\x24\x0e\xd1\xbc\x17\x1c\x1d\x62\x6a\xc6\x01\xba\x61\x76\xf9\x50\x00\x5c\x33\x8a\x0a\xd9\x00\xe4\xbb\x21\x92\x8b\x18\x3d\xb3\x21\xba\x35\x79\x4c\x46\xba\x1a\x79\xc2\x4c\x8e\x36\xc7\x42\x85\xba\xf4\x0d\x8d\xc2\xe4\x1c\x0a\x8f\x13\xb1\x55\x98\xa5\x28\xb2\x73\xc9\x83\x40\x56\xa9\xdd\xcb\x2d\x4d\x93\x98\x75\x2e\x6f\xa8\xe1\xc3\xb8\xf3\x11\xe0\x49\x66\xa1\x71\xeb\x86\x42\x81\xa6\x0d\x46\x1c\x99\x4d\x4e\x2c\x0e\xbd\xbd\xa5\x57\x7d\x6d\xa3\x34\xed\xdb\x1c\xfc\x52\xb4\xe2\xa2\x94\x83\xac\x53\x14\xeb\x1c\xb4\x89\x41\x2e\xdc\xde\x16\xd2\x4e\xa7\xd3\x96\xdb\xe6\xb2\x1c\xdf\xb7\xdc\xc4\x48\x63\x63\x6a\x54\xf1\xc0\xc6\x93\xb7\x01\xa7\xd7\x8c\xcd\xb2\xbd\xdc\xd0\x53\x15\x68\x95\x1d\xa4\x42\x98\x4a\x23\x44\x73\x40\x75\xef\x22\xdb\xf7\x38\xd0\xf7\x30\xc5\x9a\x00\x06\x86\xaf\xc9\xc1\x62\x9a\xf0\x6c\xc8\xa6\x50\xc6\x05\xce\xb5\x17\xe2\x44\x0f\x5f\xfe\x10\x56\x9f\xad\x1a\xbc\xc6\x31\xc0\xca\xd8\x80\x6e\x9a\x02\xe2\xcb\x72\x81\x82\x9e\x08\x7c\xbb\x43\x32\x21\x12\x08\x49\x94\x86\xb4\x4e\x41\x81\x36\x34\x7e\xb8\x72\x96\xa8\x3e\xe0\x0c\xcd\xf8\xd7\xce\xb4\x6a\x8e\x8e\x3f\xc9\xbb\xbf\xd9\x92\xba\x81\x63\x57\x93\xec\x06\x71\x2d\xb7\xd9\xbf\x9a\x16\x8f\x81\xf3\x46\x29\x05\x91\x47\xb4\x9c\x95\x93\xb8\x00\x5b\x5a\x78\x87\x51\x0b\x7c\xe0\x15\x6e\x48\x39\x93\x94\x9f\xf7\xe1\x51\x4f\xbe\x3f\x7d\x96\x2a\x16\xd9\x9f\xb3\xbf\xbe\x16\x3a\x06\x3e\x6f\x28\x7e\x66\x88\xd4\x79\xab\x73\x54\xba\x07\x40\x0b\x37\xb0\x0e\x0c\xe3\x00\x8c\xe2\xfe\x15\xc7\xda\x0c\x54\x01\x6f\x73\xb8\x82\xf2\x8e\x1f\xdc\xec\xbc\x41\xf6\xa0\x67\xed\xde\x27\x9c\x64\xa2\x93\x20\x2b\x1d\xc9\x2a\x7b\x29\xce\xea\xef\x73\x0d\x07\xd3\xd2\x3b\x98\x41\xc4\xad\x5a\x89\xbc\xb7\x29\xe5\x0b\x86\x2e\x2d\xf0\x18\x57\xb3\x67\xa5\xe3\xa8\x70\x98\x67\xbd\x7c\x47\x6d\xa1\x16\xd9\x23\xd9\x56\x48\xd4\x60\x94\x84\x7b\x02\x25\xbe\x1f\x2b\xf1\x26\xb0\x31\x49\x51\xd8\x2a\x3b\xdd\x47\x73\x48\x56\x37\x3e\xb4\x5f\x3b\x4d\x18\xea\xdc\x93\xb5\x27\x18\xdb\xaf\xc4\x15\x14\x92\x81\xd0\x1d\x72\x7c\x48\x66\xaf\xcc\xcd\x6f\x68\x5b\x03\x98\xa0\x5e\xb1\x78\x6f\xbb\x7f\xdd\x92\xda\x4d\x9d\xf8\x09\xf6\xb9\x13\x0c\x9f\x2e\xc7\x85\xa2\xf0\xc1\xfc\x54\xb1\x7f\x92\x58\x7d\x8d\x54\x03\xbe\x18\x23\x41\xb1\x11\xfe\xc8\x1e\xb3\x22\xd1\xcd\xbe\x31\xd5\x65\x99\x88\xfd\xb4\xc6\x8e\x93\x95\xcd\x1e\x52\xd2\x13\xcc\xcd\x8e\x59\xd7\x87\xf5\x16\xcd\xea\x4a\x83\xb4\x0e\xc4\xcb\x7c\x7a\x2a\x63\xee\x39\xda\x31\xc7\x45\xa0\x24\x29\x88\x0f\xa6\xb1\x86\xa9\x12\x55\x28\x26\x81\x26\x4d\x12\x29\x33\xc5\x09\x4d\xa2\xff\xa2\xa4\x82\xbc\x4b\x12\xbb\x1a\x36\x9a\x5b\x93\x41\x82\x7f\x90\xa6\x83\x29\x71\x34\x02\xf1\xb4\x55\x58\x26\x7c\xbe\x01\xb0\xb8\x74\x12\xba\x50\xc3\x7e\xd2\xc1\xe0\x89\x31\xb2\x0d\xb1\x00\x61\xda\x0f\x28\x8c\xc3\x45\xd3\x09\x6c\x91\xf5\x73\xcf\x01\x35\x7a\x0e\x13\x23\x7d\x89\xf0\x66\x6c\x3a\x14\xf5\x6e\xff\x3f\xb0\x7d\x30\x35\x1d\xd4\x52\x4b\x6b\xae\xe8\xb2\xdd\x16\x1a\x4e\x2a\x8b\x3a\x39\xc3\x37\xd1\x5b\xc0\xab\xff\xf1\x3a\xe4\xe7\x69\x46\x51\x2a\xcb\xbc\x10\xb1\xaa\x90\x2b\x35\xdc\x60\x84\xcf\xb7\x10\xd9\x1c\xd4\x78\x46\x47\x19\xb2\xff\x90\xf6\x94\x98\x3c\x91\x1a\x72\x9c\xc3\x55\x60\x53\x3c\x4e\x12\x11\x56\xf1\xd1\x77\xa7\xdf\x1f\x1f\xc9\x14\x7e\xb9\xf7\xf2\xe5\xcb\x7b\xd8\xf6\x5e\xdf\x56\x65\x8d\x1f\x57\x3a\xa7\xcf\xca\xed\xe7\x7d\xd7\x4d\x3f\xbb\x0f\x7f\x7c\x3c\x2d\x1e\x96\x9d\x84\x1e\x23\xd0\x49\x4c\x44\x52\x29\x91\x3e\x0d\xff\x85\xcf\x80\x5c\x1a\x12\x5e\x27\x29\xfe\x62\x32\x14\x4f\x92\xdd\x58\xe8\xda\xa0\xc4\x62\xe7\x62\x22\x66\xd9\xc2\x54\x8e\x1b\x8c\x9e\xbb\x4b\xc0\xc1\x01\x4d\xb3\x19\xc9\x32\x21\x79\x31\xb2\x7a\x16\xc6\xa2\x99\x3c\xda\x34\x48\xb5\x25\xf3\xe0\x2a\x6c\xc6\xfc\x98\x8d\x97\x83\x40\xfd\xb2\xd4\xa8\x8f\x8f\x45\x7c\x47\xc7\x8c\xf2\xa0\xeb\xbe\xea\xd8\x3c\xa2\xa3\x6b\x67\xaf\x11\x68\x51\x4b\x2d\xfb\x84\xe9\xaf\xe8\x56\x7d\x91\x77\x48\xd1\x6d\x9a\xba\xba\x92\x24\x98\x5e\x94\xa9\x30\x27\xd4\xa5\x8c\x96\x0a\x35\xb8\x0b\x4a\x5e\x5a\x22\x72\x26\x73\x4e\xf2\x3c\x68\x02\xd4\x28\x6f\x89\xcc\xdf\x18\x43\xc9\x9d\x70\x6e\x89\x90\x0f\x87\x1c\x80\x2f\x93\x9e\x86\x6d\x52\x23\x98\xf1\x62\xd1\x3b\xb0\xe7\xbe\x04\xbb\x31\x6a\xf8\x91\x91\xdf\xba\x25\xef\xb2\xd6\x72\xb7\x35\xd1\x01\xd9\xc2\xe8\xc8\x1b\x22\xb9\xa3\x90\xa4\x41\xcd\x97\xc8\xe0\x07\x10\x03\x72\xb9\xde\xcb\xc9\x49\xfa\x23\xa6\xa4\x0f\x58\x68\x71\x48\x4f\xcd\xbe\xe0\xad\xd9\x25\xd2\x27\x62\xdf\x81\x2a\x6e\xb0\x7f\x78\xf6\x61\x81\xc9\x81\x8f\x82\x89\x7f\x37\xc6\x81\x04\xe5\x84\xe3\xe2\x11\x4e\xb8\x8c\x39\x96\x11\x9b\xe7\xdf\xd5\xd4\xee\x59\x82\xea\x6c\x8a\xc7\x58\x23\x04\xa5\xf2\x52\x51\xc4\x13\x27\x50\x9d\x91\xd7\x84\x4f\x53\xfe\xae\x7b\x17\xa5\x34\xca\xec\x09\x0e\x57\x72\xfd\xa9\x0f\x1e\x79\x80\x7e\x94\xfa\xc9\xf8\x39\x8d\xd6\x1d\x36\xa4\x19\xe1\x33\x75\xe8\x77\x51\xae\xec\x36\xa6\x54\x12\x66\xa8\x12\x75\xbc\xc8\x43\x98\x16\x4a\xd9\x0a\x46\x77\xfc\x7a\x71\x04\xbb\x64\x17\x19\x19\x85\xb7\xe9\xe4\x91\x32\x2b\x89\x5f\xc8\x29\x56\x23\x6f\x2e\xd4\xa6\x49\x44\x35\xa5\xf4\xb2\xc8\x0a\x19\xa2\xe3\xe0\xc8\x14\xfd\x79\x80\x27\x57\x24\x2e\x98\x3d\x6c\x00\x19\x0c\x4b\x51\x8d\x5b\x97\xd5\xec\x31\xaa\xe3\xab\x58\x87\x52\xee\xaa\xe6\x8a\xb3\x1b\x00\x5e\x20\x5c\x1c\x67\x93\x8a\x17\x18\xea\x46\x8c\x98\xe5\x46\x1a\x3a\xcf\x07\xe7\x1f\x0e\xa0\x71\x2a\x47\xea\x1b\xd2\x7d\x68\xee\x51\xe7\x91\xa8\x17\x4c\x4d\x8b\x67\x98\x53\x00\x63\x2a\x31\xd1\xc5\x49\x06\x24\xe9\x4c\x14\x10\x9a\xa2\x65\x27\x11\xf5\xa3\x5d\xa4\xa0\x69\x61\xbd\x68\x3b\x1f\x22\xeb\x7b\x27\xe2\xd1\x15\xc5\xdd\x0c\xec\x03\xc7\x16\x9b\x45\xfe\xf7\x55\x06\x19\x0b\x30\x17\xd2\xf8\x90\x99\x49\x49\xd2\x45\x48\x5c\x30\xbe\xa1\xef\x61\xa2\x92\x9c\x6d\x9c\x95\xe0\x40\x8f\x6a\xd4\x76\x28\x31\xc1\xf8\x91\xa7\x9c\xe4\xef\x82\x96\x83\x76\x6e\xe3\xbd\x8c\x59\xbb\xdd\x92\xae\x80\x02\x40\x25\x81\xe6\xde\x87\xb5\x1c\x9b\xe0\x3b\xf6\xed\x16\x7f\x9e\xc9\xca\x9e\x9d\x4d\x17\x6d\xf3\xd2\x61\xb4\xff\xbe\x5d\x96\x14\xe6\xbe\xba\x79\xbb\xa1\xbb\x55\x72\xf2\xe2\x55\xcf\x35\xd1\xe5\x03\x60\x8a\x23\xcf\x38\xfe\xc6\x26\x5a\x33\xef\x84\xc0\x5f\xc9\x4a\x9e\xc4\x41\x97\x18\x7b\x65\x81\x1e\x9a\xc1\x11\xc4\x5b\x39\x77\x1c\xf5\x51\xad\xe8\xa7\xdc\x18\xa3\x8b\xcc\xf1\x2f\xca\x63\xe0\x7c\x44\x38\x37\xe8\x01\xcb\x61\x6f\xe1\xd9\x89\x5a\xba\x5d\x05\xdc\x09\x06\x59\x9b\x3d\xe4\x30\xc3\xf0\x7e\xa0\xc0\xc2\x45\x95\xfa\xda\x9e\xd9\x72\xc5\xd5\xe2\x3c\x5c\x71\x45\x1c\x5d\x5c\xeb\x84\x0e\xba\xbb\xd2\x37\x5c\x62\xcb\x85\x70\xd7\x78\xd8\x51\xb5\x1d\x19\x90\x48\x46\x1a\x8e\x11\x1d\x62\x1c\x45\xf5\x54\x22\x08\xb4\xb0\xaf\x22\xe7\x02\xf8\xf4\xcb\x47\xc7\xfc\x83\x62\xc6\x71\xa6\x3b\x0d\x5b\x27\xc1\xcb\xa8\x58\xb2\xae\xed\x76\x68\xe3\x03\xb7\x12\x23\xbd\x50\x80\x74\x1f\xf1\xb0\x4c\x58\x32\x23\xf1\xf1\xc9\x41\x3f\x0a\x8e\xc7\xbd\x61\x0c\x3d\x60\xd0\xae\xc4\xb1\xe3\x21\xf0\xdf\x96\x57\x1b\x3c\x83\x24\xa3\x03\x75\xe3\xe9\x8b\x10\x6d\x8f\x52\x25\x6d\xa8\x53\xca\x44\x4d\x11\x02\xa7\xc3\x48\x81\x5a\xc2\xf1\x1e\xe9\x6f\x15\xf1\x72\x15\x1f\x5e\x70\xba\x6a\xcd\x59\x37\x7b\x5a\x56\xb5\x0f\xf9\xcc\x05\xb0\x68\x6d\x4a\xba\x18\x7b\x8d\x6d\x51\x68\x03\x98\x19\x41\x52\x2b\xc2\x81\x12\x24\xc2\x3f\x00\x94\xfe\x33\xd9\x0f\x13\x5d\xe7\x3f\x19\xe4\xed\xa3\x53\x0f\xa7\x17\x79\xdb\x68\x74\xac\xbb\x1a\x46\x88\x34\x25\x32\xef\x68\x54\xba\x58\x9c\xae\xff\x91\xbf\x52\x2e\x59\x7a\x30\x4b\xa6\x44\x30\x4b\x89\xd3\x2d\x7d\xa9\xa1\xb9\x72\xe9\x2d\xdc\x48\x24\x18\x6d\x57\x6a\x4c\xdb\x69\xb2\x9a\xa8\xbf\xc0\xca\x01\x09\xf6\x5b\xdf\xd2\x03\x4c\x4e\x1d\x1a\x34\x3c\x96\xe9\x92\x38\x12\xcd\x9e\x5d\x27\x81\xfb\xf1\xb4\xfb\x6b\xa6\x7a\xc3\x20\x40\x94\x6b\x2e\x88\x75\x1a\x63\x5e\xcb\x89\x15\xe4\x04\x9f\xd6\x25\xed\x84\x7c\xf4\x0b\x6d\xba\x23\x89\x26\xa8\xb1\x2a\x1c\xe9\x54\x39\x1a\x46\xb0\xbe\xd7\xc4\x19\xeb\x3e\x9a\x47\xfe\x16\x6a\x41\xf6\xfe\xe9\xe7\xc4\x8c\xb0\x8b\x21\x88\x10\x41\x1a\x8c\x51\x78\x07\xad\x84\x4c\xa9\x0d\x7e\x38\xec\x5f\x58\xa2\x10\x7c\x08\x88\x51\x06\x17\x92\x73\x01\x54\x2a\x5c\x0c\xa0\x32\x6a\x95\x52\xd6\x72\xcf\xd9\x6c\x94\xc8\x67\xbd\x13\x84\x35\x29\x84\x86\x64\x7c\x24\x7c\x68\x05\x32\x58\xf2\xdd\x62\xaa\xa3\xb7\x98\x77\x3c\x6c\x4a\x62\x84\xee\xc7\x27\x43\x97\x73\x7f\x20\x01\xec\x02\x08\xa3\xa9\x2e\xdf\xbf\x60\xab\xbb\xd5\x9b\xd8\xa7\xb0\xa7\x77\x91\x45\x28\x83\xbe\x84\x52\xd6\x5a\x91\xae\x76\xbc\x2a\xe9\x62\x74\xef\x82\x0e\x26\xaf\x33\xf2\x4e\x6b\x7f\xb1\xe0\x57\x62\xed\x53\x6c\x0c\x87\xfb\x46\xe2\x33\x84\x2a\x77\xcb\xfb\x3b\x18\xcc\x6b\x55\xf4\x40\x0e\x2a\x09\xf3\x1b\x93\x1a\xf7\x86\x0e\x02\xc1\xd4\xc5\x57\x2a\xa7\x9a\x06\xdd\x89\xc7\x86\x04\x5b\x46\x21\xc2\xc2\xb6\x1b\x1f\x93\xcd\x6c\xa3\x5b\xab\x6e\xb3\x30\xef\xe0\x21\x0b\x6c\xc6\xe4\xa7\xa6\x5d\xbf\x08\xd9\xd0\x45\xe3\x73\x28\x13\x3a\x55\xf4\x69\x45\x0f\xd4\xa6\x6c\x32\x36\x6f\x35\x48\x3f\xd1\xa4\x3a\xa1\x3c\x01\x05\x99\xf7\xa0\x64\xfa\xe8\x60\x0e\x8a\xa9\x86\x0c\xc6\x6c\xcb\xde\x82\x3d\xe9\x97\x43\xf8\xaa\xe1\x73\x14\x92\xd1\x4d\x76\x65\xb3\xc3\x47\x95\x68\x78\xf4\x15\xaf\x2f\x31\xf4\xa7\x6b\xb6\x25\xda\x75\xfd\x78\x6d\xec\x52\x4c\x84\xf0\x70\x28\xe5\xbb\xf3\x39\xde\x27\x14\x65\x52\x14\x51\x6e\x16\x3b\x41\x73\x49\x92\x84\x38\x09\xdc\x1e\x85\x48\xc4\x3e\x73\xdb\x7b\x0e\x4f\xdc\xd3\xa6\xa5\x4e\x3f\x3e\xe9\xfc\x48\xa6\x79\x2e\x3c\x50\x3f\xc4\x38\x6f\x22\xf0\xa2\x78\xa5\x21\x37\xa2\x0f\x12\xc0\x41\x55\xfc\x44\x38\x4c\x00\x90\x0b\xd3\x30\x86\x76\xe8\xe7\x61\x92\x31\x93\xe8\xe2\x22\x06\x23\x33\x13\x1f\x31\x55\x54\x9c\xdc\xdc\x8a\x0b\x8d\xf8\x10\x7d\x31\x9a\x24\xf9\x60\x72\xfe\xdf\x1f\x6e\xfe\xf6\xae\xb2\x80\xf3\xde\x2e\xf8\x77\x9a\xc4\x8f\x27\xdf\x45\x23\xeb\x5c\xdc\x38\x96\x8f\xd7\x17\xde\x92\x98\xf7\x3f\x6b\x59\x9d\x56\xf7\x08\x2d\xdb\x95\xd8\xfc\xf9\xb0\x20\x24\x36\xc1\x11\x8b\x6d\x80\xdb\xff\x12\x83\xed\x2c\xbf\x79\x3e\xfd\x2c\x0b\x6c\x36\x7b\x2e\x35\xff\x89\x55\xa4\x86\x44\x29\x32\xc9\x65\x3e\x59\x16\xa3\xc1\xac\x07\x0d\xde\x91\xd5\xc8\x9b\xdf\x0c\x7a\xfa\xcf\x64\x36\x3a\x60\xbb\xf1\xae\x14\x47\xf9\x9c\x11\x0f\x31\xb1\x95\xed\xf1\x88\x55\x44\xd4\x24\x90\x41\xa9\x45\x1e\xbd\xc8\x83\x44\x4e\xe8\x2d\x75\x30\xf3\xd1\x98\x8a\xfd\x90\x42\xde\x47\xc1\x8e\xe4\x8f\x91\x5c\x7b\x98\xf1\x27\xd0\xf7\x12\xc0\x34\x9e\x2e\x92\x50\x13\xc1\xf1\x53\xf9\xf7\xdc\xee\xe6\x51\x7a\xa3\x87\x1e\xf3\x9b\x90\xa7\xc6\x7c\xea\x5b\x71\xb6\x72\xcd\xf2\xe8\xb2\xef\x8a\x48\xd5\xf7\xab\x90\xd4\x42\x7d\xa8\x07\x1f\x28\xd6\x9e\xe4\x3e\xca\x0b\x86\x3d\x88\xf5\x72\x36\xef\x39\x66\xdd\x4d\x66\x5b\x01\xf6\x0d\xf3\x1c\x06\x9c\x49\xdb\xcf\xbe\x44\x7b\x0a\xeb\xbf\xb2\xc5\x89\x86\x12\xf4\x9f\x81\xdc\xb8\xa4\x38\x69\xa8\xe6\xf0\x5f\xe5\x6d\xcd\x4e\x8e\xdf\xbb\xf0\x74\x92\xe0\x1c\x78\xaa\x4f\xf3\x76\x75\xf3\x32\x7e\x8f\xd9\xdf\x85\x1f\xe4\xe9\x45\x63\xa3\x94\x8c\x00\x39\xf2\x3d\x9d\x08\x7f\x43\xf2\x4b\x63\x7b\x3f\x19\x93\xf6\x0d\xeb\x65\x2f\x9d\x3e\x9a\xc2\x27\x48\x22\xac\x8d\x4f\x69\x80\x97\x37\xb3\x43\x49\x72\x39\x4d\x65\x84\x24\xcc\x78\xe2\xdb\x34\x98\x4c\x5c\xf5\xf7\xcc\x26\x42\x19\xf5\x48\x22\x84\x77\xcd\x95\xf4\x47\x3c\x03\xb2\x10\xd6\xc9\x3e\x48\xcd\x85\xf3\xd9\xc6\x75\x03\xd9\x01\x73\xd8\xa4\x53\x66\x37\x78\x54\x56\x50\x70\x0e\x2d\x76\x2c\x98\x48\xe7\x11\x23\x3f\xb2\x95\xf1\x10\x84\xc6\xce\x03\x93\xb0\xb0\xcb\x9a\xab\xe2\xb1\xd2\x19\x75\x9c\xb4\x82\xeb\x8c\xbf\xef\x5c\x46\x77\xc2\x0d\xc8\x99\x70\x49\x0e\xe4\x4f\x7c\x4f\x84\x83\x56\x26\x03\xb3\x25\x6d\x3b\x6e\x96\x6d\xe2\x90\xdb\x3c\x49\x25\x41\x3d\x2d\xb6\xe0\x8b\xca\xa5\x39\x6d\x10\x98\xb8\x94\x3a\xe0\xda\x1a\x30\x1f\xc9\x52\x79\xd4\x94\x1c\xd5\xe3\x5d\x51\xa9\x5a\x60\x85\xcb\xbc\x49\x86\xef\x87\x1d\xfa\x64\x79\x52\x2f\x3c\x1f\xc3\xaa\xf1\xa9\x25\xc6\x3b\x87\x5f\x89\x22\x5b\x3f\x09\x3a\xd8\x3a\x3d\xb2\x1c\x27\x8b\x12\x3c\x13\x31\xcc\x1d\xcf\x02\x37\x1d\x99\x92\x12\x1a\xd1\xac\xc6\x85\xab\xd3\x18\x89\xe4\xa0\x73\xf3\xf7\x98\xec\x8d\x9e\xf1\x48\xf9\x10\x00\xc4\x1f\xfa\xa7\x71\x94\x25\x5a\xd9\x38\x02\xf2\x87\x70\x0b\xd2\x79\xef\x29\x25\xd9\x0e\xde\x6b\x52\xb4\x88\x4e\xc2\xf8\x0f\x30\xce\x6d\xc8\xe5\xbd\x27\x95\x5e\x8b\xdf\x31\xab\x23\xcd\xde\x40\xf3\xcb\x51\x48\xf4\x08\xb9\xd1\x5d\x8c\x66\x9c\x70\x76\x8f\xc7\xea\x7a\xd4\x42\xf6\x94\xc4\x82\x8e\xd9\x53\xa6\x3a\xb7\xe9\x34\xbf\x63\x7e\xa0\xab\xb1\x7b\x96\x28\x70\x75\x66\x64\x05\x2a\xc9\x6f\xf8\x61\x0e\x7d\xd6\xc0\xd6\xa2\xe4\x01\xd5\x8f\x54\x25\xb6\x75\xd6\x1c\x47\x64\x81\x02\x04\xfa\xfe\x1f\xb6\x36\x91\xb5\x64\x14\x85\xfd\x88\x62\xe8\xf6\x5b\xa2\xde\x82\x90\xae\x6b\x80\x56\xfa\x89\xce\xe7\xc5\x04\x26\x78\xbe\x68\x4c\xbb\x9a\x3d\xaa\xcf\x9a\x9d\xa9\x4b\xa0\x49\x26\x68\x7a\xe1\x82\xdd\x85\x9d\x08\xee\x33\xc2\x43\x25\x98\x70\x92\xec\xf3\x0f\xf1\xf6\x62\x7c\x6b\xf4\xfb\x52\xd6\xa8\xef\xbc\x17\xd8\x52\xa2\x63\x03\xc5\xbb\x46\xdf\x28\xf8\xa7\x17\x49\xe9\x44\xec\xc8\x67\xa7\xb4\x8c\x2d\xd9\x90\xf9\x80\x03\x93\x6d\x53\x63\xff\xe4\xda\xde\x73\x12\xc4\x49\xe4\x70\x8f\xf2\xe5\xfd\x2b\xce\xf8\xcc\x1f\x54\x6d\x3b\xc1\x30\x2e\x15\xe5\x66\x7a\xf5\x69\x71\x17\x28\x13\xbf\xfa\xa9\xaa\x29\x96\x28\x7a\x66\x85\x85\x89\x8a\x9b\x5d\xd9\xca\xe2\x1f\xaa\xd1\x55\xdc\xfa\x0a\x4e\x6b\x4b\xba\x90\x3e\x9e\x76\x1f\xa6\xc8\x9a\x90\xde\xb9\xb1\x41\xd9\x7d\x9e\x52\x02\x93\xfd\x10\xc5\xe6\x62\xfb\xa7\xe2\xb3\x05\x09\xb7\x17\x91\xef\x1d\xd2\xce\xe1\x73\xfa\x2e\xc5\x25\x3e\xd1\x79\xd0\x35\x25\xe5\x09\xf2\x89\x0b\x28\x2b\x15\xe3\x93\xf8\x73\x88\xc0\xeb\xa2\xd4\x53\x65\x52\xc7\xdb\xa4\x25\x13\xf1\xee\x03\xc9\x57\xef\x1e\x18\x7f\x8d\xbc\x10\xe2\xcf\x79\x22\xeb\xa4\xac\xdc\x8c\xcc\xd6\x25\x09\x09\xe3\x12\xd5\x3e\xc4\xdf\xaa\x66\x6d\xeb\x82\x15\x01\x49\xc1\x90\x6d\x89\x86\xc0\xd0\x66\x00\xfc\xdb\xf4\xb3\x0f\x84\x18\x7f\x64\xb3\xaa\x1e\x63\x2e\xf7\x59\x7d\x45\x15\xc9\x7c\x50\x34\x4b\x11\xe9\x47\x1a\xa0\x5c\x90\x2c\x95\xe0\xc9\x18\x01\x52\x16\x67\x78\x40\x8d\x84\x4f\x63\x95\xdd\x4b\x8b\xc9\xc7\x50\xab\x48\x30\xd2\x8d\xd6\x6a\x7b\xa0\xde\x0d\x26\x88\x8b\xcb\x31\x4e\x0d\x46\x53\xa2\xf4\xdd\x0d\xa7\xfb\xf3\x81\xd7\xeb\x32\xa8\x55\x5d\xf1\x3d\xdc\xfe\x73\x78\xf3\xf7\xbf\x52\x88\xc8\xdb\xfa\xf0\x6f\x38\xc7\x36\xbe\xad\x9f\xc3\xcf\x7b\xb2\x35\x42\x20\x00\xaa\x44\xfb\x18\x13\x98\x6b\xa7\xe4\x13\x3b\xd2\xd4\x25\xdb\x47\x86\x7c\xe9\xef\xd3\x47\x3c\x5f\xeb\xfb\xa0\xe4\xe9\x5d\x7d\xab\x5b\xd4\xa0\x77\x7a\x83\xf0\x35\xb2\x97\x65\x32\xb7\x3c\xb9\xe8\x39\x8c\x30\x36\xbd\xa4\x83\x78\x62\xa3\x3d\xfc\xbe\xc9\xd1\xcb\x5f\xaf\xf9\xbd\x4b\x37\x2e\x71\x3e\x92\xb8\xa6\xca\xe2\x33\x71\x07\xdf\x51\x8c\xcf\x36\xae\xef\xe8\x3b\xdd\xd0\xb1\xbe\xed\xc1\xae\x0f\xc8\xf9\x93\xf5\xac\x6d\x37\x5f\x2f\x65\x1d\x6c\x74\x9d\x6c\x0e\x21\x61\x67\x38\xf4\x17\xca\xfc\x81\xfd\xfd\x08\x1a\x15\xeb\xe5\xc7\x07\xba\xf1\x53\x7e\x98\xb6\x45\x2b\xae\xf1\x0c\xc6\xb1\x91\x04\x67\x12\x31\xf1\x1c\xdb\x92\x02\x43\x60\xa4\x6f\xe7\xce\xc9\x1c\xe5\x24\x4a\x28\x52\x7c\x38\x85\xcf\xf7\x39\x83\x84\xbd\x2e\xc9\x40\xc3\x7d\x28\xd1\xda\x3f\xc2\x74\x29\xaa\xda\x06\x52\xab\x2e\xef\xe1\x0e\xf9\x57\x40\xa4\x3b\xe2\x15\x0a\x97\xe5\xe3\x5b\x47\xce\x2e\xe4\xd8\xbb\x32\x34\xff\x8a\x26\x9b\x5e\xc6\xa8\xff\xc8\xbc\x2b\x5b\xde\x10\xe6\xbd\x0a\x5b\x6c\xac\x3f\x4a\x12\x8c\x91\xab\x29\x69\xfd\xbc\x05\xdf\x26\xa1\x2a\x34\x29\x90\xc9\xe5\xb3\x07\x96\x1e\x4f\xed\x96\x7b\x94\xcc\x6a\x78\x9d\xe2\x5d\xb0\xe9\x26\x60\x0e\xe1\xec\x4a\x3d\x08\xf1\x16\x6d\x9c\x5c\xf8\x5d\x77\x6c\x5b\x74\xed\xcd\x5b\xf8\x19\xee\xc1\x3b\x86\x7a\xcf\x1b\x36\xec\xd8\x1e\x15\x62\x5e\x30\x3a\x55\x3b\x4d\xa8\x2a\x4a\x67\x0a\x5b\xd9\x59\x78\x90\x4e\x39\xb9\x69\x20\x11\x50\x91\xb1\x49\x9e\x82\xbe\x45\xf3\x95\xf9\xba\x69\x9b\x1e\xf8\xe0\x90\xea\x00\x4f\xeb\x9b\xa6\xed\x61\x1f\x6b\x33\xd6\x04\xf8\x5c\x4c\xc5\xd4\x53\xd4\xa3\x13\x38\x61\x8c\x99\xe3\x75\x26\x94\x69\x8a\x03\xcf\x85\xa6\x44\x0e\x6a\x43\xd4\x39\x2c\x49\xf9\x44\xb9\x3b\x2f\xd8\x12\xc8\x47\xc9\x1f\x69\x2e\x0d\x9b\x45\x67\x28\x40\xcd\xa3\x12\x9d\x4d\x47\xab\xee\x1a\x8a\x8b\x31\xaf\x00\x98\xfa\xdd\x1c\x77\xc3\xdb\xcc\x90\xf3\x37\x87\xf0\x10\xc1\x12\xce\x3c\x79\x21\xb3\x29\x4a\xfb\x07\x3c\x8c\x0b\xf3\x7c\x47\xfb\xb3\xb6\x1c\xb4\x35\x1d\x62\x8a\xcb\xe6\x50\x53\xdd\xde\xf3\xd2\xec\xb2\xcd\xe5\x4d\xda\x20\x81\x5b\x7a\xed\x94\x24\xd6\xf7\xed\xa9\xdd\xc1\x9d\xd2\xc6\xc3\x1d\x8b\xdb\xd9\x95\xa4\xab\xf0\x67\xf9\x9e\xed\xc8\x84\x2e\x02\xa1\xf7\x6c\x27\xba\x58\x54\x43\xf2\xe6\xbc\x47\xd3\x66\x71\x51\x2e\x81\x9a\x78\x9c\x56\x73\x05\x16\x60\x16\x98\x50\x7f\xd1\x34\x1d\xf2\xc5\x3b\xe4\x17\xc8\xce\x9d\x03\x7b\xf1\x2c\xc9\xc0\x09\xd8\xb6\x90\x6c\x18\x58\x0b\x14\x02\xa3\xed\xcf\x36\xe3\x1e\xa0\xf5\xc1\xbd\xe5\x66\x23\x60\x8b\x79\x90\x61\xe8\xb6\x5f\xa2\xb7\x94\xcb\xc6\xc7\x8b\xf6\xf4\x14\x73\x29\x63\x95\x4d\x77\xf3\xb6\x4d\xee\xdb\xa0\xf9\x60\xe4\x77\xb4\x5f\x9a\xe5\x79\xf9\x8e\xf1\xbf\xc2\x3a\xef\xdd\xc1\xd8\x0c\x6e\xeb\x01\xf8\x8e\x33\x40\x64\x80\x0a\x17\xfd\x72\x53\x62\x42\x49\x77\x3e\x27\xc3\xa3\x91\x7d\xe4\xda\xfe\x34\x00\x0e\x1c\xd9\x5d\xa2\x5d\x0c\xb4\xe9\xab\x78\x73\x81\x1a\xd8\xc2\x93\x42\xb6\x75\x59\x57\x40\x0e\x7e\xf3\x55\x21\xa5\x31\x3c\x34\xc0\x23\x63\x14\x28\x62\x21\xe5\x8e\x23\xc5\x3d\xb2\xac\xa5\x45\xd6\xcb\x79\xfe\x12\x7d\x52\xab\xe4\xbe\x62\x86\x06\xa6\x49\x96\x57\x4b\xbc\x36\x98\x45\x07\x29\x18\x1c\x1c\x70\x76\x6b\x31\x7c\x5e\xa8\x4f\x6c\x32\xd4\x27\x04\xfd\x04\xd1\xb1\x18\x4a\xed\x82\xb1\xf3\x37\x5f\x0d\x90\xa6\xb6\x60\x5c\x89\x30\x0b\xdd\x7b\x4f\xbc\x1c\xad\xfb\x36\x3b\x83\x17\xf2\xfd\x1a\xe9\xcc\xb8\xcd\x49\x19\x66\x73\xb8\x8d\x4c\xcb\xcd\xa0\x92\xa0\x32\x96\x65\xb0\x53\x2a\x40\x18\xc6\x6e\x23\x29\x47\x90\x6e\x70\x94\xde\x4b\x83\xf1\x63\xc8\xb9\x37\x16\x82\x90\xe9\x97\x2a\xe2\x06\x06\x00\xc0\x21\x68\x35\xe4\xb8\x9e\xb3\xc2\x98\xbf\x28\x97\xb0\x42\x23\x7d\x7b\x29\xc9\xe5\xa5\x6c\x2c\xac\x1a\x17\x31\x21\x90\x48\x51\xb8\x40\xb2\xb1\xf8\x49\x68\x03\xf2\x15\x69\xcb\x35\x0a\x8c\x38\x30\xc7\xd9\x55\x94\x51\x39\xf6\x6f\xd6\x98\x44\xde\x00\xc4\x4b\x55\xfa\x68\xb5\xa9\x99\x3f\x2e\xf2\x5d\xa1\x3e\xa7\xd2\x3a\x0a\xdc\x2f\xeb\x24\x66\x8e\xad\x56\xbd\xf0\x67\x19\xd2\xa8\x5f\x86\x65\x50\x52\x72\x00\x75\x09\x0f\xb5\x7f\x15\x77\x41\xcc\x39\x73\xb5\x03\x19\x12\x3e\x7f\xe8\x8e\xeb\x69\xba\xf8\x10\x76\xc6\xb9\x97\x4d\xbb\x52\x0d\x87\xf8\xb2\x91\x18\x4c\xfc\xd7\x28\x57\x79\x10\x54\x0b\xf5\xa8\x4b\x12\x2a\x90\x91\x40\x19\x09\x97\xd1\x88\x9c\xbf\x8e\x05\xa5\x0e\xee\x07\x61\x67\x3c\x18\xb1\xd5\x55\x0c\x3d\x5b\xf3\x8b\xa4\xd2\xc6\x43\x46\x51\xd9\x53\x20\xc1\xec\x96\x0c\x01\x13\x72\x33\xf8\xd8\xa0\x59\x19\xc6\xfb\x3e\xd4\x05\xcb\x67\x3f\xfa\xf1\x1a\xc3\x27\x17\xf7\x3e\x21\xab\x11\x7d\x43\xfb\x62\x5d\x35\x0b\xca\x15\x4f\xbd\xf4\xec\xfb\x5e\x37\x1b\xe0\xa0\xe0\xa2\xf5\x5b\x20\x8b\xb9\x63\x4c\x3a\xe9\x41\xf9\x31\x41\x03\x06\xa3\x19\xc0\x34\x6c\xc6\xb9\x5d\xc0\x32\xe9\xb0\xd8\xb9\x9e\x6c\xed\x49\xf3\x62\x2c\xcc\xa3\x5c\xa3\x71\x17\xe6\xd8\x60\x5a\xb1\x74\xd1\x18\x74\x25\xf2\x56\x07\x74\x58\x51\x14\x0a\x05\x13\x34\x19\x41\xd7\x40\x22\xd8\xf3\x7e\x7c\xed\x20\x27\xbd\xcf\x2e\x98\xc1\x67\x33\xe9\x88\x53\xea\x73\xa6\xfc\xc3\x9d\x0d\x12\xef\x67\xf2\xfc\x51\x18\xf2\x56\x1f\x9b\x08\x86\x14\x10\x0e\xdb\x2b\xc4\xe0\x82\x71\xc4\x2a\x0c\x3c\xc1\xe2\x61\x0a\xe1\xbd\xd1\x93\xb9\xa4\x1c\x42\x05\x7b\x2a\x1c\x08\x40\x84\xee\x9f\x8d\x8b\xc4\xc3\x79\xb6\x66\x95\x02\x88\xdf\xd4\x56\xdd\x74\x9a\x38\x8a\xd1\x34\x99\x0e\x46\xcf\x42\xfb\xae\xc3\xb3\x19\x68\x31\xd5\xf3\xdf\xcf\x23\x9d\xc4\x0e\xee\xbb\x4c\xc1\xcf\x67\xc4\xe0\x24\xda\xb9\xd8\xee\x8f\x41\xf5\xb6\xa0\xb2\xd0\x0f\x07\x45\x48\xde\x85\x34\x04\xc2\xf8\xd3\x40\x2d\x09\x1d\x1d\xc7\xb6\x73\x6e\x9a\xd9\x9e\xd1\x37\xd5\xfb\x3d\x8c\x4c\xcf\x58\x66\x4e\xc8\x3e\x1d\xfd\x87\x24\xa2\xd6\xe8\xe0\xdc\x74\x68\x06\xc0\xdf\xe3\x87\x88\xbf\x0c\x0c\x13\xf8\xf3\x4b\xd3\x51\x6a\xfa\xe7\x5e\xd6\x2b\x05\x28\xd4\x74\xc1\x6d\x10\x71\x6a\x2c\xec\x95\x5a\xc3\x04\xf6\x24\xed\x17\x84\x9d\xac\x69\x04\x65\x8f\x2e\x8c\xdb\x63\xe0\xf2\xdc\xf4\x00\x1f\x8a\x5e\xcb\xd3\x6d\xe7\x8f\x51\xb6\x34\xfe\x50\x52\x5a\xd1\x55\x88\x28\x67\xa4\x60\xc4\xc4\xd0\xc4\x33\xa7\x9e\x86\x33\x26\xdf\xd5\xa8\xda\x81\xb7\xa8\xce\xe6\xe5\x4a\x60\xa0\x6c\x77\x85\x97\xbf\x6b\x96\x4d\x35\x7b\x88\x9b\x2d\xeb\xc6\x6f\x9b\xa6\xd2\xca\x99\x83\x16\x7f\x3c\x6f\x5c\x07\x50\xe1\xfa\xd6\xad\x98\x4e\xe0\xef\x88\x79\x66\x27\xf0\x1f\xfd\x40\xe2\xd3\x15\x06\x75\xb5\x91\x91\xc2\xc3\xe3\xb8\x58\x9f\xc3\xac\xd2\xce\xa0\xcd\xc9\x58\x45\x7d\x37\xbf\x4c\xc5\x49\x64\x28\xc0\xad\x58\x92\x14\x62\xe4\xc0\x1d\xbe\x79\x63\xcf\x5a\x82\x1c\x7a\xae\x30\x02\x86\xe7\xde\xe8\xe9\x25\x5c\x56\x50\xd2\x82\x35\xbe\xc7\x5b\xb2\xa6\x41\x22\x1b\xe8\x13\x4c\x97\x33\xd5\xc3\x42\xaa\x8d\xf2\xaa\x78\x6a\x0d\xa3\xf3\x6e\x4d\x87\x1b\xbd\x14\x1b\x80\xa8\x2e\xac\x3f\xaa\xe9\x17\x6f\xba\xae\xb5\x0b\x38\xad\x43\x4e\xc5\x24\x16\xb2\x68\xd4\xe8\x0e\x36\x49\x54\x83\x23\x84\x44\xfa\xbe\xa6\x81\x12\x69\xb5\x68\x1e\x1b\x9e\xbf\x0b\x09\xe2\x95\x0f\x17\x2e\xf0\x6d\x93\x02\x78\xa0\x8a\x3f\x5e\xbf\x73\xfe\x00\x54\xd5\xec\xeb\x7b\x70\xa4\xdd\x2d\xd5\x1c\xb2\xcb\x78\xf6\x70\xb7\x44\x3d\xac\x75\x7b\x8a\xc5\xe6\x32\xb8\xa2\x53\x2c\xc9\x40\x83\xbb\xe2\x08\xd6\x31\x5d\x8d\x5f\xfc\x40\xa4\x3e\x96\x3a\x09\xe5\xcb\xf5\x3c\x60\x6f\x91\x16\x98\x3b\x33\x7b\x7a\x5a\x3c\x58\x15\xa7\x0f\xf4\x2a\x6d\xbb\xdd\x9c\x34\x0c\xa7\x4f\x9f\x9d\xe0\x3e\x1e\xbe\xa2\x58\x97\x2e\x0e\x55\x6d\x87\xb7\x07\x2b\xd0\x0d\xa2\x0a\xbb\xe8\x1a\x69\x70\x1c\xbe\x8c\x88\x07\xc9\xc2\x14\xb8\xb7\x15\xdd\x4b\x3b\x5e\xef\xfd\x09\x4c\x5b\x02\xca\x2c\x6f\x7e\x6b\x3a\xe9\xb1\x67\x92\xb5\x77\xd3\x82\xaf\xbe\xd1\x0f\xd9\x7b\xa8\x81\xb4\x08\x96\x60\x58\x80\xb2\x0f\x8f\x3e\x9c\x26\x18\x6f\xde\x55\x2e\x0a\xa3\xf9\xec\xc9\x69\x21\xd7\x91\x8d\x06\x65\xf9\x1b\xbb\xc3\x9a\x73\xf4\x6c\x05\x76\xe1\xd1\x35\x29\x76\xa8\x3a\x7d\x92\x5d\xd5\xfa\x3b\xb4\xab\xc0\xa8\x34\x4b\x81\xcf\x93\x07\x4f\x7d\x98\x9a\x1c\xe7\xc9\x44\x28\xf1\x87\xf2\x25\xd1\x94\xa2\x4c\x22\x4d\xca\x91\xe8\x68\x78\x90\xb3\x13\x03\xbb\xa3\x9b\x1d\xa7\x0f\x18\x9c\x7b\x6a\x1f\x23\xa7\x13\x98\xaf\xac\x7e\x4a\xbc\x9a\xf0\xe8\x24\x7c\x8f\x19\x8c\x33\xce\x02\x05\xef\xc6\x69\xf2\xbe\x84\x28\xf7\xb7\x4d\xf7\x76\x4b\xd7\xb8\xbf\x90\x7c\xe0\xbd\x96\x3f\x0c\xb2\x97\xb5\xeb\x93\x8a\x73\x7e\xf9\x38\x85\xe3\x60\x80\x60\xff\x33\x6c\x13\x8c\x47\x07\xfb\xf5\x7e\xd6\x40\x0a\x90\x44\x42\x5a\xf1\x79\x65\x6f\xb6\xe0\xf1\x54\x5c\x34\x18\x81\x1f\x1f\x0a\x41\xb0\x63\x6b\x32\x64\xac\xb6\xea\xf1\xb5\x89\xaf\x0d\x5b\xb0\x91\xb7\x49\x40\x4d\x1a\x08\x94\xa9\x3c\x9c\x9d\x37\xac\x9d\xc6\xeb\x4c\x32\x16\x8c\x2c\xf1\xa0\xdf\x26\x5b\x36\xa8\x04\x5c\xec\x1c\x54\x02\x9e\x6a\x26\xb4\xae\xd9\xed\xe6\xd1\xdb\x54\x27\x69\xf9\xa2\x3a\x97\x1e\xcb\xd6\x91\x07\x5d\x54\x01\x83\x61\x84\x0a\x18\x0f\x43\x0a\x33\x0a\x43\xbe\x36\x67\x67\x95\xad\x4b\x4c\xa2\x47\x49\x5a\x08\xd3\x97\xde\x3d\xc9\xd7\x5b\xc1\x6d\xc7\x9b\x8d\xb2\x79\x12\x66\xaf\x11\xdd\xc9\xb5\xde\x9a\xf6\xe6\x0d\xca\xe7\x5f\xf3\xdb\x4b\x8e\x6c\xac\x14\x60\xcc\x23\x9d\xb4\x3d\x1d\x32\xc6\x6f\x56\x21\x8e\x0f\x0e\x16\xd7\xd9\xb2\x2f\x9e\xd4\xc9\xa7\x42\x84\x73\xdb\x34\x68\xe2\x01\x2f\x42\x42\x35\xf3\x0d\xd2\x10\x6e\x64\x81\xaf\x87\x81\xf6\x16\x4b\x72\x99\x8c\x1a\xb3\xc1\x07\x20\x23\x56\x9d\x0d\xf4\x43\xda\x1a\xd6\x9b\x37\xbd\xf9\x8f\x64\x91\x46\x93\x25\xdf\x32\x85\x65\x6b\x77\x1a\x16\x65\x83\x7f\x6b\xa4\x00\xbf\x32\x3c\x50\xb9\x5e\xb4\x51\x3f\xd0\x17\x0c\x81\x16\x28\x9b\x1c\xf4\x03\xbc\xb9\x73\x0f\x6c\xa7\xdf\x1e\x00\x34\xac\x34\x20\x90\x5d\x5c\x8a\x3c\x40\x37\x5f\xf4\xf0\x30\xc3\xa5\x64\x20\xc6\x8d\x62\x6e\x37\x8a\x8b\xce\x45\x36\x6e\x3b\x0e\x64\x58\x12\xd1\xac\xd1\xd7\x8a\x4c\x9d\xb8\xf0\x71\x65\x7a\xe7\x93\x02\xc8\xc3\x1c\xd5\x8d\x4e\xcd\x6c\x10\xb8\x97\xe5\xfe\xd7\x9b\x37\x71\x15\x74\xbc\xa6\xf8\x56\x54\xed\x81\xba\x7e\xfb\x4c\x5c\x07\xda\xac\x71\x0a\xd8\xe2\x31\xfd\x5d\x7c\xf4\x21\x14\xdc\xe3\x82\x0f\x3f\x1e\x69\x83\x14\xcc\xb6\xdf\xb2\x5f\xbc\xbd\x2e\x39\x0b\xd8\xec\x29\x7e\xe6\xe8\xfa\x41\x37\xca\xc2\x7b\x13\x26\x71\x5b\x47\xce\xf7\x81\x22\xd2\xbc\x13\xe7\x8f\x7a\xb5\xd0\x93\x7e\xe8\x6d\x86\xdc\x81\x13\x87\xba\x11\x8b\x14\x3e\x0e\xb9\x8b\x50\x96\x31\x5a\xa1\x80\xa0\xf2\xc9\xe0\xd6\x42\x89\x73\x15\x5f\xdc\xd3\xd3\x27\x43\xf4\x11\xca\x95\x5a\xfa\x88\x03\x3a\x9c\xc0\x2c\xd6\x6d\x79\xfa\xdf\x9f\x44\xe6\x4f\xf6\xe3\xa8\x21\x9d\xcc\x57\xc9\x19\xc8\x57\xdf\x95\xe4\x2b\x2e\xee\xb8\xbf\x54\xb6\x2b\xff\x74\xa7\x00\x1e\xbc\xb8\xd3\xd9\xd5\xe2\xce\xc7\x09\x3e\xb6\xe4\xea\x4b\x3b\x77\x62\x36\xa6\xda\x35\x94\x2e\x6c\x7c\xe7\xbc\x64\xb5\x44\x3a\xda\x87\xa6\xf6\x91\xc9\xba\xa2\x54\xd2\x3a\xb8\x69\x24\x18\xcf\xa3\x4d\xa5\x85\x02\xd2\x94\x10\x9b\xe1\x59\xca\xe8\x21\x9d\x34\xba\xc3\x73\x73\xb1\xc6\x91\x54\x28\xea\x76\xef\x9b\xbd\x0e\x37\x67\x1d\x50\xae\x64\xa0\xd5\x8c\xb4\xe4\x47\x1b\xbf\x91\xc6\x73\x25\xc9\xd2\x69\xc1\x22\x50\x3e\xa1\x25\xc6\x66\x78\xd9\xea\xb2\x6b\x10\xd6\x18\x00\x78\x1b\xae\xc6\xda\xb4\xf1\x7d\xf0\xbd\x09\xed\xb8\x34\xbb\x6e\x79\x6e\x22\xaa\x71\x15\xd8\x66\x0a\x76\xa0\xaf\x1d\x87\xbb\x41\xc7\xed\x79\x45\x26\x33\x1c\x11\x87\xe2\x7c\x60\xd8\x8c\x6a\xdd\xc7\xaf\x86\x2b\xbb\xc0\xdb\x46\xad\x4e\x88\x97\xc5\xdb\xa6\xe4\x94\xaa\x7b\xa2\x5e\xb4\x1b\x8d\x2f\x26\x30\xf4\x6c\xff\x76\x53\x69\xd8\xac\x71\x20\xfa\x4b\x5f\xf6\x30\x54\x59\xaf\xf1\xb1\xb2\x64\x16\x4a\x5b\x10\x2e\x07\x87\x99\x21\xf5\x05\x3c\xaf\x08\x5f\x12\x6c\xaf\x6e\xe0\x09\xbc\x0e\x18\xe3\x16\xd2\x3d\x6c\x67\x7c\x84\x11\xf9\xc1\x3a\x01\x7a\x41\xc6\x27\x2a\xf5\x0f\x3f\x0e\x52\x41\x4f\x1d\x2e\x5f\x13\x9d\xf5\xb7\x5f\x3f\xf9\x3e\xab\x39\x8e\x45\xa4\xf0\x20\xfa\x91\xf2\x03\x98\x86\x54\x1e\x84\xe3\x89\xb7\x0d\xca\x8e\x08\xc9\xf3\xad\xf4\x80\xe2\x6b\xcf\xf1\x85\xa6\x74\x32\x16\x2d\xeb\xf0\xae\xd4\x87\xdb\x1b\x09\x53\x48\x89\x1b\x89\x05\xf8\xb4\xb8\x7b\x39\xec\xd4\xa1\x23\xfb\xc9\xc1\xd6\xa5\x86\x72\x95\x81\x8c\xf6\x36\xf5\x27\xc5\x86\x6f\x72\x50\x6c\xe3\x36\x7e\x44\x5c\x71\x44\xbe\xa5\x15\x58\x3f\xaa\x96\xb5\x78\xc1\x55\x17\x3d\xde\x21\xd7\x37\x2b\xb8\x73\xe8\xb1\x12\x37\x90\x8f\xd6\xa5\x75\xc9\x98\xe1\x12\x4d\x69\xe3\xca\xfc\x95\x82\x07\xe5\x33\xa9\xd3\x9a\x80\x79\xf8\x55\x46\x14\x60\x5a\x80\x90\xae\xb5\x11\x8a\x66\xfb\x72\x4f\x33\x3b\x7b\x91\x4e\x3e\xa2\x64\xa4\x2e\xb0\x07\x97\x16\xe5\x32\x5a\xbb\x6e\x08\x63\x10\x93\x11\x83\x8e\x56\x1c\x3e\x00\x7d\xe1\x6a\x5b\xae\x48\x32\x73\x68\xa7\xe0\xd6\x5b\xe1\x80\x4f\xe1\xd6\x03\xcc\x8e\x12\xe9\x82\xc5\x10\xd9\x70\x93\xd9\xfe\xff\x85\x53\x0b\x69\x36\x9c\x6f\xac\x4d\xd6\x4b\xbf\xab\xac\x59\xfd\xe6\x2b\xd2\x6e\x9a\x91\x6d\xd5\x45\x57\xf6\x8c\xed\x39\xfc\xaa\x53\x74\x77\xde\x75\x3b\x17\x47\xa2\xfb\xf6\xd9\xb3\x93\xd3\x6c\x31\x51\x27\x3c\x29\xb4\x65\x4a\xe8\xd7\x0c\xfb\xed\x2c\xa9\xdd\x75\x03\x1f\x50\x98\x91\x43\x88\x4f\x2b\xcb\xb3\x3b\x7b\x42\x7a\x12\x2b\xc1\x49\x06\x8f\xc8\xba\x65\x7f\xd0\x08\xa5\x7c\x23\x9f\xb2\xbd\x3d\x2b\x57\x68\x99\x8a\x19\xe6\xb9\x45\x24\x60\x90\x50\x31\xf4\x0c\x92\x76\xc5\x14\x14\x1e\x34\xac\x01\xf5\x44\x32\x7f\x54\x00\x8d\xcf\x1d\x2b\xe9\xc4\x28\xd4\xcd\xb9\x5d\x9f\x57\xf0\xff\x2e\x9a\xde\x48\xc0\x1b\x38\x30\xb3\x71\x24\xe9\xa1\x74\xe9\x4d\x42\x0d\x60\xaf\xa8\xab\xa3\x1e\x91\xed\x72\x41\xd7\x47\xb6\x1f\x51\x32\xe6\x86\x22\xad\xf6\x1c\xc1\xdd\xb1\x12\x65\xcb\x66\x6c\xdb\x83\xfd\x61\x24\xaf\x16\xde\x45\x54\x39\xdc\xd2\x33\x7c\x5f\x34\x55\xda\xb7\x95\xc8\xae\xa3\x7d\x73\xa0\x99\x5b\x7a\x64\xd6\x87\xfb\xa3\x58\x83\x1a\x81\x26\xee\x0e\xe0\xdc\xb4\x6b\x52\xd0\xc3\xbf\x94\x65\x2f\x1d\xce\xae\x5b\x35\x71\xc2\x77\xf0\xa9\x5d\xb7\x41\xb8\x9e\xc2\x37\xd7\xa7\x1c\x5a\x5a\xdd\x67\xe6\x92\x24\x58\x3e\xd4\xe2\xb0\xe5\xb2\x6a\xea\x30\xce\x63\x72\xcc\x49\x73\xbb\x1e\x68\x48\x91\x09\xb5\x9d\x8f\xf5\xc7\x11\x15\xdf\xab\x03\xb1\x52\xc0\xe6\xb0\x0d\x23\x75\x63\x8e\x53\xc0\x74\xc8\x69\x8e\x03\x2d\x36\x21\x0a\x7c\xd8\x80\xd9\x4c\x75\x9f\x98\x2e\x5b\x20\x20\xbf\x82\xff\xa8\x89\xb9\xf7\xac\xc8\x55\x2c\xfa\xd9\x01\x36\x5f\xc1\x63\x36\x83\x3b\x79\x86\x86\x17\xbe\x7e\xf9\x4b\x17\x2c\x4d\x5c\x6e\x9f\xa1\xd5\x28\x84\x4b\xd3\x27\x81\xf4\x0e\x54\x2d\x7f\x29\x97\xbd\xb7\x74\x23\x31\x00\xc6\x0c\x66\xe0\x8a\x3a\x6c\xc4\xe4\xb6\x5d\x50\x96\x0f\x8a\x30\x4c\x1f\xc3\x62\xb2\x7c\xac\xba\x16\xe4\x65\x01\xe5\xbd\xa2\x70\x88\x87\x07\x8f\xc4\x14\x54\x47\x7d\x53\xd4\xe5\x43\xf2\x0d\x22\x0f\x7b\xc0\x5d\x45\x1b\x50\x78\xa8\x55\xd9\x21\xb9\x20\x81\x7f\x38\x03\x5e\x17\x55\x37\x05\xd6\x00\x00\x76\xbe\x1d\x92\xb8\xa9\xdf\x89\x9f\x42\x59\x95\x4b\x8a\x96\x00\xd8\x4f\xb4\x75\x64\x2a\xea\x6b\xc0\xbc\x43\x1d\x8e\x29\xc3\x51\xb5\xad\xd4\x67\xd4\xa4\xd5\x6d\xcd\xb2\x07\x6e\x44\x1e\x3b\xbb\x90\x77\x02\xf5\xc4\x51\x33\x13\x8d\x42\x02\x41\x6e\x85\xe2\x3b\x89\xe4\xa6\x73\x6a\xf2\x9a\x38\x9b\xc4\x7a\x3c\x32\x44\x09\xcb\x8b\x18\xd6\xf8\xd3\xfc\x93\xc4\x1f\x2a\x5e\x6b\x74\xce\xfa\xb5\xd9\xcd\xbe\xdf\x4d\x07\x53\x15\x89\xde\xe8\x89\xdd\xea\x52\x30\xf9\x89\xcf\xe3\x85\x46\x07\x21\x0d\xbc\xba\x57\x99\xd4\x58\x23\x89\xea\x78\xd7\x61\x48\xc7\x49\x5b\xd6\x3e\xc5\x14\x92\x9b\x70\xc9\x96\x59\xb3\x28\x45\xfc\x27\x69\x8a\xf8\x90\x2c\xff\x8f\x2f\xb0\x4b\x4e\x16\x0f\xbd\x4a\x16\x4e\xea\x15\xa6\xb2\x34\xe3\x01\x45\x7b\x0e\x88\x05\x8f\x48\x96\x77\xdf\xb5\xcb\xfb\x79\xa7\xa9\xdb\x5b\xd6\x02\xeb\xfd\x37\x1d\x9c\x77\x82\x34\xc2\xb3\x9f\x03\x2f\x7a\x61\xa2\x44\x23\xd1\x5e\xdc\x67\xdd\xf1\x7d\xde\x95\x3f\x48\x22\x7c\x4c\xf0\xcf\xe9\xa6\xa5\x23\x24\x11\x57\xd7\xbf\xbb\x0f\xc9\x65\x2f\x9d\xa4\x19\xec\xf7\xaf\xdb\xdf\x3f\x27\x5e\x5d\x12\xc2\xf6\xe7\x70\xe0\x07\x52\xb2\xc7\x5d\x53\x82\xb3\x83\xab\x4d\x3b\x96\xd0\xb6\xff\x52\xbf\xb2\x03\x59\xc7\xc3\x8d\xf8\x57\xa6\x0e\xf0\x86\x66\xc1\xb2\xcb\xaa\x06\x21\xca\x59\xdd\xb7\x82\x7f\x97\x7d\xbf\x9d\x1e\xc9\xec\xfe\x73\x48\x72\xfe\xaf\xed\xb5\xcf\xb1\x42\x57\x84\xed\x59\x2e\x32\xfb\x18\xb9\x74\xfe\xc6\x65\x09\xbb\xc6\x6e\x33\x05\xf1\xed\xcc\x7a\x16\xed\x00\x86\x3f\x4b\xe6\x44\x97\x8b\x6e\xcc\x1f\x87\x37\x6b\x70\x17\xb3\x6b\x8d\x01\x1d\x25\xc9\xae\x8b\x03\x34\x6a\x10\x83\xbb\xab\x28\xde\x1d\xa0\xa7\xae\x69\xaa\x17\x13\xb3\x6e\x66\xa6\xdb\x01\x73\xb3\xff\x75\x72\xd6\x36\x5b\x0a\xcd\xa0\xc9\xe7\xd1\xaa\xf9\xe6\x37\x44\xe0\x2f\x67\x1c\xa3\xe1\x13\x37\xfb\x44\xa2\xf7\x5b\x4c\x30\xfb\xc9\x16\x7e\x6b\x4e\x51\xfc\x7d\x8e\xe5\x5d\x8f\xd4\x28\xfe\x5c\xc1\x4f\x0e\xdc\x85\xbf\x5e\xc2\xaf\xba\xa4\xec\xff\xfc\x01\x5e\x52\x6c\xbf\x7f\x0d\xe4\x2d\xb7\xbf\x82\xdf\x30\x10\x15\xbb\x12\x88\x95\x95\xc3\x94\xf2\x9a\x30\x80\xb3\xc6\xd7\xa8\x87\xc6\xcf\x3c\x32\x7f\x3e\x6f\xfa\x96\xeb\xe2\xf0\x86\xbe\xad\xcc\x15\x7d\x5a\xb1\x59\x11\x26\x1a\x46\xaf\x57\xfc\x24\xf3\xe0\xaf\x30\x8f\xee\x9c\x7b\xc4\xb9\x00\x81\x80\x5f\xaf\x4a\xc3\x3d\xc2\x84\xe8\x43\x6b\x5e\xce\x75\x52\x3a\x23\xfa\xa8\x53\xd2\xf9\xc0\xfe\x02\x5b\xb9\xc3\x7c\x82\x2f\x26\x9a\x71\x59\x53\x2d\x3f\x2a\x2f\xcb\x6a\x89\x9a\x5f\x71\x44\xba\x79\x53\x5a\xb5\xa0\x0a\x09\x37\xa1\x82\xa4\x1f\xeb\xd7\x37\x6f\x34\xc4\x17\x06\x72\x9a\x4e\x34\xb7\xbb\xad\x77\xbd\x28\x09\x28\xfe\x6b\xef\xb4\x4f\x0c\x8c\x10\x27\xb8\xca\xfa\x98\x4e\x48\x43\x81\xd1\x21\x17\x40\x35\xfe\x99\x3c\x5e\xe0\xda\x50\x64\xff\x8f\xfe\xfa\x57\x22\xe2\xed\x75\xf9\xb7\xbf\x15\x4f\xbf\xfc\x98\xe4\x1d\xcc\xf5\x16\x5b\x25\xec\x1b\x0d\xaa\xd4\x48\xc3\x1e\x1b\x02\x1b\xf0\xe7\xa4\x2d\x86\x2c\x23\x27\x66\xb2\x69\x13\x27\x66\x71\x3d\x99\xfc\xff\x01\x00\x00\xff\xff\xfd\xf7\x23\xdf\xa6\xee\x00\x00") func confLocaleLocale_lvLvIniBytes() ([]byte, error) { return bindataRead( @@ -4458,12 +4504,12 @@ func confLocaleLocale_lvLvIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 55211, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 61094, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_nlNlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xeb\x8e\x1b\x49\xb2\xde\x7f\x3e\x45\x49\x0b\x59\x12\xd0\x4d\x9d\xd9\x39\x86\x0f\x06\x43\x8d\x25\xb5\x56\xd2\x19\x5d\xfa\xa8\xa5\x19\x78\x07\x02\xa7\xc8\x4a\x92\xd5\x2c\x56\x71\xeb\xd2\x54\xf7\x62\x01\x3f\x80\x1f\xc0\x7e\x04\xe3\xfc\xf0\x0b\xf8\xdf\xbe\xc9\x79\x12\xc7\x17\x11\x79\xab\x2a\xb6\x34\xb3\x3f\xbc\xd8\x51\xb3\x32\x23\xef\x91\x91\x71\xcb\xc8\x74\xbf\x9f\x67\xa6\x59\xce\x9e\x9b\x32\x31\xa6\xbc\xaa\xba\x2c\x5f\x9b\xe4\xc6\x14\xab\xb5\xd9\x54\x4d\x6b\x92\x17\x79\x9b\x34\xa6\xbe\xca\x97\x26\x59\x13\xec\xa6\x36\x57\x04\x9d\x97\xc9\x8b\x6a\x32\xd9\x54\x3b\x33\x7b\x49\xff\x4c\xb2\xb4\xd9\x2c\xaa\xb4\xce\x66\x67\xf6\xd7\xc4\x7c\xde\x17\x55\x6d\x66\x3f\x99\x7a\x6b\xca\xd2\x94\x93\x8d\x29\xf6\xb3\x97\xf4\xcf\xa4\xc9\xd7\xe5\x3c\x2f\x67\xaf\xca\xa2\x5a\xaf\x29\x8b\x13\xaa\xae\x9d\x7d\xcc\xdb\x30\xa9\xdb\xcf\x9e\xa4\xe5\xce\x14\x19\xa5\xd4\x66\x9d\x53\xaf\xea\xd9\x7b\xfe\x51\x9b\x9a\x12\x0f\x66\xd1\xe4\xad\x99\xfd\x2c\x7f\x27\x57\xa6\x6e\xf2\xaa\x44\xb3\x4d\x6e\x26\xfb\x74\x6d\x66\xe7\xe9\x3a\x2f\xd3\x49\x6b\x76\xfb\x22\x25\xd8\x8b\xcb\x74\x51\x54\x55\x39\x29\xd2\x72\xdd\x01\xe2\x43\x9a\x16\x93\x65\x6d\x28\x77\x5e\x9a\xc3\xec\x59\x6d\xfe\xfe\xef\x54\xfd\x74\x3a\x9d\x74\x34\x03\xf3\x7d\x5d\xad\xf2\xc2\xcc\xd3\x32\x9b\xef\x30\xac\x17\x66\x51\x77\xf9\x96\x5a\xe1\x2c\x53\x24\x34\x31\x3b\x63\x6a\xee\xb8\xc9\x68\x78\xf3\xb4\x41\xef\xd7\x06\xfd\x4f\xd2\xa2\x99\x70\x5d\x65\xba\x0b\x8b\x97\x69\xba\x9b\x98\x5d\x9a\x17\xb3\xe7\xa7\xf8\x43\x7d\x6e\x9a\x43\x45\x93\xf9\x73\xba\xdc\xb4\x87\x8a\x7e\xd2\xd8\xe7\xed\xf5\x9e\x67\x33\x5f\xe5\xcb\xb4\xa5\xb1\x2d\xd3\x7d\xbb\xdc\xa4\xb3\x67\x4f\xce\x3f\x3c\x7b\xf9\x64\x42\x40\xfb\x8a\x26\xa1\xaa\xaf\x69\x8a\xec\xcf\x49\x55\xaf\xd3\x32\xbf\xa1\x22\x34\x2d\xef\xf8\xa3\xe1\xf2\xbb\xbc\xae\xab\x7a\x76\xb1\xcf\xcd\xda\x14\x13\x1a\xf7\x1c\x35\xcc\xde\xe6\xa6\x3b\x98\xc4\xd7\xc6\x59\xbb\x7c\x5d\x63\xf2\x34\x57\x3e\xa9\x16\xc9\xe3\x9a\x34\xeb\xc7\x6a\xaf\xe9\xab\xaa\xde\xda\xd4\x3f\xd1\x6f\x4e\xa4\xfe\xd8\xb4\x2a\xec\x4d\x5a\xd2\x4a\x70\xee\x53\xb3\xa1\x89\x0c\x73\x9b\x49\x9a\xed\x68\x46\xf7\x69\x69\x8a\xd9\x13\xfc\xc6\x4f\xea\x75\xba\x5c\x56\x5d\xd9\xce\x1b\xd3\xb6\x79\xb9\xa6\x19\x97\x84\xbc\x24\x54\x29\x0a\x4a\x02\x2e\xd9\xcc\x57\x61\xea\x75\xd5\xb9\x85\x9d\x7d\x3c\x24\xba\x90\x92\xee\x8a\x50\x46\x54\x17\xb5\xd8\xe6\x57\x39\x3a\x45\x6d\xf1\x4f\x43\xff\x2f\x27\xfb\xae\x28\x68\x02\xff\xd2\x99\xa6\x6d\x66\xe7\xf4\x95\xd8\xaf\x49\xde\x34\xf4\x63\xf6\xe3\x81\xbe\x30\x1a\x5a\xbb\x72\x89\x91\x94\x65\x57\x30\x1e\x4f\x7e\x41\x2b\x69\x51\x7c\x9a\xe8\x0f\xee\x2c\xfd\xe5\xd9\x69\x69\x5f\x98\x30\x85\x7e\xec\xf7\x84\x72\x57\x84\x1e\x49\x66\x68\x07\xd7\xd8\xb1\x5b\x9e\xb8\x3d\xe5\xd6\xe8\x53\x56\x2d\x09\xc7\xe6\xd8\x79\xb4\x6f\x9e\x14\x4d\xd2\xd1\x46\x66\xd4\x4b\x76\x69\xba\x6d\x69\x23\xaf\x9b\x64\x91\x63\x83\x26\x67\x0c\x7d\x92\x14\xc6\x34\x49\x96\x96\xa8\xf7\xfb\x34\xa1\xba\xd6\xa6\x9d\xdd\x9d\x2f\x68\xbf\x6c\xef\x26\x44\x05\x56\xb3\xbb\xf7\x9a\xbb\x8f\xeb\x9c\x10\xb4\xc8\x2f\xa9\xf0\xf7\x8f\xd2\xc7\xdc\x99\x2c\x6d\xa9\x91\xdc\xb4\x4d\x42\x7b\x91\xf6\x0b\x86\x47\x5d\xa2\xca\x6e\x4c\xb2\xe7\xad\x78\x67\x82\x99\xa1\x59\x9b\x67\x0b\x21\x42\xdc\x0d\x82\x37\xb4\xb1\x93\x37\xd7\x17\xff\xf6\xfa\x24\x39\x27\x1a\xb4\xae\x0d\xff\xbe\xf8\x37\x82\xfe\x36\xa9\x56\xc9\x87\xfc\xec\xe9\x74\x42\xe5\x64\x4a\xce\xd2\x36\x5d\xa4\x8d\x39\x8d\x16\x09\xd9\xd8\x2e\x2e\x17\x5f\x13\x10\x35\x22\x58\x4d\xcb\xfb\xb0\xbf\x07\xc7\xb6\x1d\xd5\xc3\xdb\xd5\xd6\x93\x30\x24\xa5\xea\x8c\x6a\x15\xc9\xab\xb2\xac\xce\x9e\x12\x09\xa0\xd1\xd1\xde\x30\x34\x05\xed\xea\x5f\xe6\xd4\x15\x9a\x82\x62\xbe\xcc\x93\x6d\x5a\xd3\x74\x53\x5b\x94\xc7\x6b\xc6\x83\x9c\x4e\x9a\xa6\x20\x82\x92\x11\x51\xba\x78\x7d\x4a\x3f\xba\x86\x3a\xd2\x6e\x88\x66\x65\x93\xe6\x2f\x05\xe6\x48\xdb\x7a\x49\x25\xf7\x69\x96\x5c\xc9\xc2\x50\x69\x4c\xc9\xa9\x9d\x93\xd3\x4c\xfb\x38\xfd\x7e\x51\x3f\x96\xa5\xe6\x59\x65\x5c\x00\xf9\x01\x95\xb7\xe4\xfc\x84\xd0\xc0\xac\x78\x91\x91\x9a\x2e\x9a\xaa\xe8\x3a\x69\xa0\xda\x4f\x27\xa6\xae\xe7\x44\x2e\xdb\x6b\xac\x10\x77\x48\xdb\xb3\xcd\x25\xd2\x5c\xb9\x45\x89\x5d\xba\x4e\x4a\x5a\x72\x60\xce\x5a\x0a\xe7\xe5\x55\x5a\xe4\x19\xad\x92\x9d\xc3\xa8\x14\x4f\xa4\x94\x69\x0d\x9d\x0f\x4d\xb2\xed\x18\x07\xef\x4e\xef\x82\x92\xde\x3d\xbd\x3b\x9d\x94\xd5\x5c\xb6\x3d\xa8\x6e\x46\x94\x60\x41\x14\x58\x4e\x81\x5a\xc8\xd9\xbf\x1a\x94\x6b\xa5\xa2\x0c\x34\xcb\x66\x9a\x84\xf0\x8b\xea\x4e\xe8\xd4\x4a\xb7\xa6\xa0\x3a\x6f\x2a\x20\x23\x8f\x77\xc1\x14\x86\xbe\x9a\x44\x09\x48\x38\x64\x4b\x6b\x14\x1f\x9e\x5a\xe0\xe4\xe0\x30\x83\xd6\xb3\xf4\x43\x4e\x6e\x68\x0f\x4c\x27\x13\xbb\xde\x82\x9a\x1f\x2a\x83\x3a\x08\x23\x69\xf6\x71\x0a\x10\x6a\x44\x58\x8a\x23\x98\xa7\xe6\xc9\x7e\x5f\x08\x51\x67\xfc\xb2\xe9\x76\xe5\xcf\x8b\x34\xa5\xed\xb4\xc9\xa9\x0b\x97\x11\xd5\xe4\x59\xa4\xe3\x78\x5d\x57\x34\xd4\x82\x68\x16\x0d\xe9\x0e\x1f\x04\xb2\x6a\xee\x1c\x20\x8a\x91\x10\x76\xe4\xb4\xb1\xf3\xda\x2c\x39\xc5\xc3\x79\x0a\x51\x60\x12\x77\x95\x1e\xfe\x75\x58\x1c\x93\x21\xa7\x3f\x6f\x65\x5f\x0f\x61\x0c\x71\x07\x45\x8a\x31\xd5\x1d\x9d\xda\xd8\x5d\x74\x92\x5f\x55\xd8\xfb\x99\xb1\x24\xc7\xee\x34\x0b\x63\x5b\x3d\x43\x75\x0e\x26\xd9\x55\xc0\x8a\xca\xd0\x28\xd7\xc9\xc6\x2c\x16\xd4\x68\x5b\xf1\xfa\xae\xe3\x3e\x85\x7d\xc0\xf1\x8b\x82\x8c\xf3\x8a\x4c\x9e\x0c\xd2\xc1\x5a\xce\xce\x88\x57\xc9\xed\x97\x6b\x9c\xaa\xa4\xf5\x5d\xb5\x34\xb0\xab\xa2\x32\x99\xd0\xaa\xe4\xe2\xe2\x65\xb2\x05\x97\x90\x7c\x7c\xff\xba\xa1\x7d\xba\x99\xef\xab\xba\xa5\x7d\xfa\xf2\x74\x4f\x28\xd0\xba\x24\x5b\xd3\xdb\x6e\xb7\xa3\xee\xeb\xfe\x64\x18\xea\x20\x21\xe2\x01\x95\x9d\x62\xe7\x51\xb6\x8e\xb3\x25\x32\x4b\xab\x4a\x00\x8a\x42\xd5\xce\xb6\xba\xea\xca\xe5\x18\x02\x4f\x27\x9b\xb6\xdd\x4b\x2f\x5e\x7e\xf8\x70\xae\xdd\x70\x89\x0e\x5d\x90\x5c\x4a\x67\x0e\x69\x5a\xd3\xf0\x5a\x1c\x6e\x74\x60\xef\x76\x29\x76\x5e\x9d\x14\x1d\xb3\x52\x84\xf6\x40\xb6\xae\x2e\x02\x1c\xc4\x80\x6d\xf2\x97\x66\x09\xfd\x78\x84\x7f\x2e\x74\xb2\xa8\x4c\x83\xb5\xa0\x3c\xfe\x89\x09\x60\x8c\x49\x98\xc7\xb1\x48\x64\x67\x61\x42\xdc\xde\xbc\xae\xaa\x56\xd0\xf5\x75\xb5\x3e\x25\x82\x12\xa7\xfa\x3e\xc8\x62\x5f\xcb\xa8\x08\x66\x81\x63\xb0\xcc\xf8\x7c\xb1\x18\xa8\x2d\xd0\x6e\xac\xf6\xa0\x11\x6e\x3b\xbe\xe3\x4f\x9a\xc8\x78\x13\x72\xb7\x14\x44\x18\x30\xc7\xf2\xc6\x3c\xc4\x8e\xa6\x99\x4f\x90\x8b\x37\x1f\xce\x13\xfc\x92\xb4\x55\x5d\xed\x66\x4f\x56\x37\xc0\xf4\xda\x27\xd9\x5e\x3f\xe7\x2a\x53\xcd\x3f\x49\xde\xff\xe9\x59\xf2\x9f\xbf\xfd\xe3\x1f\xa7\x09\xe6\x14\x64\x64\x6d\x0e\x98\x39\xd0\x25\x99\xa3\x34\xab\x69\xbb\x81\xa6\x80\xda\x62\xf5\xee\xbe\xa5\x7d\x73\xf7\x7b\xce\xfe\xaf\xe6\x73\x4a\x8c\xac\x99\x2e\xab\xdd\xe3\x84\x58\x2c\x3a\xc8\x69\x1d\x91\x45\x5b\x8a\xf7\x9e\xed\x4d\x62\x64\x40\x8f\xfa\x3b\x50\x81\xc7\x39\x4d\xe1\xb2\xe7\xcb\xaa\x5c\xe5\xf5\x4e\x98\x1c\xb0\x15\x21\x71\xe5\x9e\x34\x5c\xcf\xbc\xac\xda\x7c\x75\xed\xe1\xa4\x51\x4e\x15\x84\xa2\xdd\xc3\xb8\x3f\xd7\x89\xd5\xd9\xbe\x90\x0d\x81\xe3\x87\xb9\x84\xe4\x42\xb2\x9b\xf8\x2c\xaf\x56\x2b\xfa\x65\xe4\x94\x7c\xb7\x5a\x25\x05\x9f\xb1\x38\x2a\xb1\x42\x76\x77\x44\x70\xb4\x1f\xf6\x24\x3b\x5c\x48\x66\xf2\xec\xec\x2d\xef\x26\x42\x44\xda\x07\x59\x87\xed\xc5\x15\x9c\x10\x65\x26\x84\xf0\x78\xa4\xe8\x59\x54\x5b\x92\x08\x92\x14\xdc\xfb\xa2\x62\x74\xb2\xe7\x0f\xed\xa2\x2b\x3a\xc4\xe8\xec\xd7\x1f\xb6\xdb\x68\xc1\xf7\xa6\x0f\xde\xeb\x91\x2b\xec\x47\xbf\xa8\x2b\x26\x5a\x54\x8d\x76\x4b\x40\x1c\xe1\xcd\xc0\x36\xf8\x85\xa4\x9f\x7f\xff\xbf\x24\x63\xe1\xc4\x5e\x09\xb6\xf0\x28\x68\x6f\x64\xbe\xbb\xd1\x71\x69\x5b\x87\x8c\xd7\x3b\x2a\x47\x0b\xf4\x3a\x3d\x52\x4c\x7a\x8a\x41\xe0\xcc\x74\x84\x57\x0f\xd5\x86\x38\x83\x2d\x26\x8f\x0e\x2a\xd4\x6d\x25\x96\x57\x7e\xd9\x92\x67\x92\xd6\x03\xd1\x96\x7f\x62\x8e\x30\xd1\xc4\x84\x59\x0a\x6e\x9a\x59\x28\xf4\xe7\x34\xec\xd0\x55\x5a\xfa\x09\x9a\x0a\x93\x49\x92\x93\x8a\x9b\xf3\xab\x9c\x44\x3b\x3b\x18\x65\x36\x0d\x16\x19\x02\x1a\x8e\x69\xa2\xc1\xc2\xa0\xde\x6f\x40\x79\x6f\x72\x3e\xee\x46\xeb\xd1\x0e\x3e\x91\xd1\x03\x53\x89\x1e\x45\x47\x9d\x9d\x0b\x57\xe3\xc2\x6c\xf3\x4b\x9a\x8e\x13\xfa\x75\x53\x99\x10\x46\x27\x91\xca\x53\x2d\x79\xf9\x28\x1c\x94\x2b\x8f\xee\x4c\x55\x10\x52\xf1\x44\x98\xe7\x8f\x44\x8d\x40\x9a\x99\x1f\x21\xe6\xd3\x18\xe5\xea\x00\xea\xea\xd1\x35\xc1\xc0\x78\x55\x4e\x92\x2c\x3a\x75\xa9\xec\xab\xb3\xd9\x37\xc9\xb6\xce\x2f\xd7\xc4\x30\x76\x2d\x9d\x93\x6d\x4e\x2b\x15\x57\x44\x44\x78\xd3\xfa\x9e\x78\xc9\xc4\xee\xd8\x80\xbb\xd2\x36\x15\x74\x4c\xf2\xed\xf1\x5a\x01\x21\x52\xfa\xe3\xf3\x44\xf6\x35\x11\x1f\xa6\xe5\x45\x7e\xf6\x8c\x9a\x4a\xd2\x2a\x49\xcd\xd7\x95\xca\x7e\x3c\xcf\x35\xf3\x08\x93\x96\x36\xfd\x9c\x18\x8a\xf9\x0a\xc4\x30\x9b\xbd\xe0\xe3\xb6\xd1\x69\xa4\xf5\xec\xb6\xed\x77\xc9\x7d\x82\xb8\x9f\x10\xa9\x25\xf9\x34\xab\x92\x7b\x57\xca\x95\x7f\x0b\xb2\x37\xa7\x1d\x9a\x17\xc0\x5b\x88\x89\xac\x7a\xa0\x7d\x9c\x9b\x0c\xe5\x71\x2a\x61\x67\xd3\xc4\x74\x25\xb0\x8b\x71\x56\xd9\x68\x9a\xfc\xea\x50\xf2\xe6\xa5\x55\x20\xd2\x95\x2f\xf3\xbf\xff\x3b\x48\x11\xad\x35\xe1\x9a\xad\x0c\x18\x7d\x8f\xc8\x94\x65\x70\xd7\xd5\xa2\xcb\x8b\x4c\xb3\xa7\x13\xcb\x66\x13\x93\xad\x28\x81\x9e\x58\x51\x20\x3a\xc1\x84\x44\x70\x45\xcb\xaa\xc6\x51\xfa\x1d\x86\x63\x6b\x18\xe5\x19\x95\x65\xdc\xa5\xfb\x84\xfe\x0c\xca\x3a\x46\x0e\x73\x41\xc8\xb2\xdc\x10\x2f\x07\xb2\x30\xe4\xfc\x5c\x79\x4a\xdc\x74\x79\x96\xaf\x7d\x1e\xd5\xd5\x24\xa7\x8f\xe9\xdf\x49\x93\x5e\x19\x39\x79\xd6\x76\x5d\x7e\x14\x7e\x4a\x12\x3b\xc1\x65\xae\x89\xc4\x5c\x62\xa1\xca\x68\x14\xd1\xee\xc0\x54\x70\xc2\xe9\x91\x79\x58\x63\xdf\xaf\xb5\x02\x41\x95\xa6\x5b\xd2\x09\xd4\xcc\x7e\x36\xc5\xb6\xda\xdd\x49\x7e\xce\x2f\xa5\xc0\x15\x21\x57\xb7\xce\x12\x91\x6f\x79\x2d\x99\xd5\x14\xae\x68\x6d\xb6\xd5\x0d\xf6\x14\x9d\x80\x45\x42\xa7\xf3\x4d\x2e\x47\x1b\x18\x57\x6c\xdc\xc6\x75\x31\xe6\x78\xde\x95\xd2\x09\x6c\x7c\xb0\x3e\xdc\x99\xc9\x2f\xd0\xad\x7d\x9a\x74\x22\x05\x54\x45\x36\x10\x57\x41\xf3\x4d\xac\x2f\xb2\x80\xc1\x1e\x6a\x0e\x39\x2d\xca\xdc\xe9\xe7\x30\xb5\xad\xf9\xdc\xce\x7e\xce\x9b\x06\x44\x90\xa0\x84\xbe\x68\xc6\x64\x77\xcd\x98\xd0\xcc\xde\x60\xd0\x21\xff\x4f\x1b\xb2\x20\x5c\xaf\xb0\x02\x57\x46\xa1\x5e\x98\xcc\x40\x3b\x17\x43\x52\x25\x24\xa4\x68\x1d\x91\x1a\x87\x72\x44\x59\xa4\x99\xfa\x31\x61\x92\xca\x0a\xc5\xa7\x4c\x25\x81\x0b\xaa\x35\x99\xd2\x82\xb2\x4a\x46\x5a\x7c\x55\x82\xa1\x8e\x9a\x9b\xfc\xa2\xca\xc6\x4f\xa2\x02\x8b\xa4\x1e\x96\xf5\x9b\x60\xf6\x88\x19\x49\x6b\xc2\xd4\x3f\x83\x04\x43\xf1\x42\x94\x6e\xf3\x29\xd0\xfe\xcd\x95\x6a\xcd\xde\xa4\xe9\x16\x88\x42\xed\x59\xe2\x49\xf8\xe6\x39\xa4\x8d\xd9\x83\x8b\xda\x35\x6b\x12\xce\x81\x05\x1d\x11\x72\xa1\xbc\x02\xfe\x43\xf2\x06\xaa\xbf\x2e\x29\x3b\x94\xbc\x33\x69\xaa\x65\x9e\x16\xf3\xdf\x52\xc3\x8f\xd5\x7e\x4f\x2b\x55\x76\x77\x7a\x47\xb4\x68\x25\x49\x60\x9d\x5d\xd0\x96\xbc\x3e\x89\xf8\x33\xda\x6d\xb4\x0d\x59\x67\x8b\xd3\x2e\x9b\x26\x6f\x8d\xd9\x61\x13\xb5\xe9\x12\x5b\x87\xe9\x7d\x66\x3c\xad\x56\xb9\x85\x24\x31\xe8\x51\xfb\x0c\x04\x3a\x09\x12\xab\x4d\x2d\xcc\x15\x34\x59\x6b\x26\x6b\x69\x19\x35\xbd\xf7\x7c\xe7\xa0\x17\x34\x77\x3b\xb3\x5b\xa0\x36\xe2\xe5\xca\x76\x53\x75\x19\xe1\xc0\xe5\x84\xd8\xd8\x35\x6f\x89\xc1\x39\x00\x52\xb7\x36\x90\xe2\x00\x63\x6e\x87\xf9\xc1\xaa\x8d\x89\x22\x1d\x58\xb3\x6d\x17\xae\xac\x68\x93\xf5\xd6\x63\x6a\xcf\x18\x61\x76\x98\x99\x6d\x4c\xd9\xda\x79\x7d\xce\x67\x99\x1b\x69\x63\xec\xa0\x68\x44\x6d\xd7\x51\xbb\x2c\x4b\x7d\xbf\x78\x7c\xaf\xf9\xfe\xd1\xe2\xf1\x49\xf2\x54\xa1\x13\xae\xff\xaa\x4e\xd3\xb5\x55\xae\xdd\xa3\x76\x59\x13\xb6\x13\xfc\xf5\x13\xd6\x82\x9d\x29\xda\xaa\x92\xf3\x9d\xd9\x68\xc1\x78\x8b\x88\x8e\xb5\xf6\x98\x48\x33\xc9\x5d\x2d\xf2\x5d\xde\xf6\x10\xa1\x53\xa2\x04\xe1\xb1\x04\xee\xa4\x09\x51\x33\x74\x95\x31\xcb\x76\x6c\x6d\x88\x57\x54\x0d\xa2\xa0\x1c\xb5\xc2\x3d\xc2\x38\xa7\x09\xcf\x6f\x92\xe1\x18\x20\x1a\xda\xb5\x56\xdb\x48\x9d\xa0\xfe\xae\x99\xbe\xdb\xca\x48\x36\x4d\x9b\x39\x09\xae\x32\xa1\x26\x9b\xeb\x89\x0c\x0e\x0b\x07\x98\xed\x93\x1c\x8b\x76\x56\x33\xc5\x14\x91\x78\x1e\xb8\x99\x7c\x38\x4d\x44\x83\x55\x56\x6b\x39\x4a\x43\x8c\x93\x9a\x08\x95\xaf\xc0\x9f\x13\xd1\x25\x5a\xd8\x71\xcd\xa5\xe8\x95\xdd\x10\x0f\x79\x41\x23\xa8\x00\xb3\x2d\xf2\x2d\xeb\xbb\x44\x70\xd5\xa3\x39\x05\xf3\x9d\x6c\x4b\xe8\xbc\x78\x46\xb5\xe3\x3f\x02\x9a\x15\x2e\xb2\x5e\xf1\xdc\x70\xb7\xd0\x1e\xab\x5b\x5b\x3e\xad\x59\xe2\xb2\xe2\x24\xf3\x06\x0d\xef\xf6\xd6\xb0\xf0\x1c\x8e\xd3\x1e\x85\x38\x34\xb0\xb9\x33\x74\x38\xdc\xf5\xd3\x09\xf7\x04\x1d\x6a\xc7\xfb\x13\x68\xa2\x18\x4a\xba\xf5\x80\xfa\x45\xd2\x60\xd1\x3c\xd4\x4e\x11\x9a\xd6\x6c\x39\x69\xc2\x8d\xf3\x9e\x4b\x44\xb5\xb8\xd3\x69\xc9\xba\x48\xc5\xa3\x43\x84\xfe\xc8\x42\xdf\xa9\xde\xa2\x82\xee\x99\xa6\x5d\x59\x4e\xd6\x6b\xe0\x18\x9b\xf6\xda\xb2\x52\xf0\x2d\xfd\xaf\xf6\x42\x62\x49\x38\x03\xc2\xe2\x9c\xc6\x3e\x70\x35\xd0\xc6\x98\x37\x1b\x28\x3d\xce\xa0\xe2\x2a\xd7\xad\xb0\x45\x71\x2d\xac\xfb\x01\x97\x8a\xf1\x93\x64\xd0\x78\x8d\xab\xd5\xce\xfd\x82\x39\xfa\x34\xd1\xa5\x34\xb7\xee\x2e\x07\x24\x9c\xa5\x67\x3d\x2f\x4d\xb8\x94\xfd\x99\xbd\xa0\xde\x03\x64\x74\x78\xfe\xe0\xb0\x4c\xc6\xfb\x80\x0a\x48\x1a\x6d\xac\x93\xe4\xc0\xbc\x87\x07\x57\x01\x5b\x58\x12\xc6\x95\x05\xaf\x19\x8d\xa8\xca\x52\x1a\xd2\xb5\x69\x66\xff\x9a\x4e\xca\x6a\x46\x54\x7e\x42\x89\x2c\x8f\xa7\x25\xfa\xc5\x47\x1c\xb4\x04\x9f\x26\x1f\xe9\x24\x7c\x3b\xc2\x83\xe3\xb8\xe4\x74\x68\x19\x94\x9e\x3b\xdb\x0f\xeb\x2f\x66\xe1\x98\xcf\x47\x98\xf5\xf7\x26\x30\x4f\xf5\x58\xf4\x8b\x8b\x97\x1f\x44\xe0\xbf\x78\x99\x34\x85\xe9\x5a\xa6\x49\xd4\xf0\xcb\xb6\xdd\x37\x1f\xeb\x82\xd5\x59\x17\xa7\xd0\x3b\x9d\xa7\xd7\xe0\x8a\x91\xf8\x96\xb8\xb8\x8a\xda\xc4\x96\x47\xd6\x07\x93\xee\xb8\x9b\xf8\x21\x15\x3c\xa1\xa3\x9b\x93\xe8\x07\x9d\xf6\x4e\x27\x3a\x61\x13\xd1\xf3\xc0\xaa\xe6\x0f\xba\x89\x93\xe7\x0c\x5b\xad\xc6\x34\xb9\x69\xb1\x27\x19\x14\x6c\x93\x02\x31\x7a\x61\x87\xf2\x2e\x21\x0a\x53\xac\xd2\xb2\xdb\xd1\x70\xcd\x16\xfb\x00\xa0\x0f\x4e\xe7\x0f\x1d\xd6\x0d\x2b\xca\x88\x26\x7c\xb9\xb2\x13\x5f\x15\x55\xfb\x60\xfa\x30\xd9\xe3\xf8\xea\x55\xdb\xe4\x37\x26\xac\x8c\xf5\xbf\x92\xc9\x34\x8e\xb8\x27\xe6\x83\x7b\x60\x6e\x7f\xdc\x0b\xb7\x07\xed\xf1\xb4\x65\x89\x6e\x97\x7e\x8e\xca\x10\x05\xa5\xa4\x5b\x8b\x08\xbd\x13\x78\x4b\xd7\x82\xa1\x29\x23\xc0\x88\x33\x9d\x40\xa1\x78\x14\x94\x96\x18\xf2\xcc\xb2\xe8\x32\xdb\x81\x5f\x65\x5b\x37\xdd\x82\x76\x09\xd0\xe0\xfe\xbd\xe6\xbe\x6f\xfc\x57\x62\x90\x89\x74\x1f\x4a\x05\x7f\x47\xe7\xca\x96\x8f\xa5\x55\xd5\xb5\xdf\x59\x03\x29\x89\xec\x2a\xb4\xcc\x54\xd9\x90\xd0\x3e\x52\x39\xaf\x82\x1e\x20\xa2\x37\x5e\x96\x09\x18\x0c\x74\xd3\x9b\x5e\x23\x43\x00\x31\xad\x65\xaf\x2e\x67\xe7\x9d\x2f\xe8\x7b\xde\x42\xdc\xee\xf3\xef\x34\x03\x34\xab\xb9\x53\x58\x4c\x45\x1b\xdf\x2f\xc5\xba\xf1\x23\x05\x88\x1f\x1a\xc0\x07\x06\xde\x63\xc5\x5a\xda\x3e\x83\x72\x6e\x4f\x8d\x14\x90\x35\x66\x60\x1a\x58\x36\xeb\x9d\x65\x3d\x68\x37\x76\x37\xa3\x7e\xfe\x87\x32\x4c\x30\x93\x3d\x09\x13\x5a\x23\x42\xb6\x9a\x6d\xe9\x81\x8c\xca\x5a\x84\x8f\x11\x3b\x71\xc9\xda\xec\xc8\x32\xa0\x96\x91\xb5\x81\x28\x9a\x8d\xd4\x45\x68\x03\xd2\x7a\xb4\x32\x93\xaf\x0d\xb3\x77\xb7\x55\xe2\x08\xff\x68\x15\xe1\xd8\x7c\x25\x4e\x60\x36\x9f\x09\x8a\xa6\x64\xcd\x4e\x15\x5e\x52\x66\x6d\x64\x2a\xf8\x39\x9d\x14\x69\xd3\x42\x9a\x92\x0e\xe3\x0c\xf4\x90\x6c\x5d\x80\x4a\x93\xd6\xa6\x6e\xf5\xcc\x3f\xe4\x97\x62\x73\xcd\x1b\xd6\x1d\x9b\x12\x6e\x1d\xd4\xdb\xe4\x81\x1d\xd3\x43\x61\xf6\x59\xe1\x91\xee\xa6\xc9\xc7\x44\x49\x52\x2d\xea\x0f\xf0\x50\xbd\x02\x74\xea\xb8\xa3\xd9\x31\x0b\xb0\x80\x6c\xcd\xb5\xe5\x17\x0e\x26\x90\xad\x73\x56\x47\xd2\x30\xe4\xc0\x67\x0b\x88\xd2\x7e\xe9\x27\x6d\x26\xf6\xb1\x80\xf4\x0f\x49\x17\xc2\x06\x27\x5f\xbb\x7a\xc5\x96\x93\x3a\xad\x45\xd9\xd6\x55\x21\xf6\xe4\x55\xaf\xd2\x13\xd8\xb3\xe9\xd8\x21\x71\x7d\xcd\xdc\x54\xcd\x3c\x02\x0d\x11\x02\x3b\xf3\xec\xe0\x4f\x4e\x92\x1b\x9a\x4b\xe4\xb2\xdd\x1c\xb2\x3c\xb4\x88\x44\xa8\xe9\x24\xb1\x1a\x87\xc0\xc9\x82\x48\x66\x23\x8a\x20\x88\xe5\xc4\x09\x15\x05\x16\x42\x1c\x25\x3e\x7a\xb9\x50\x56\xdf\xb2\x85\x3c\x6d\x19\x0d\x9c\x78\x4d\x7c\x07\x88\xe9\x26\x9b\x45\x2d\x99\xf1\x70\xd1\x68\x60\x20\x23\x59\x0d\x5b\xc6\x54\x5b\x04\x6f\x0d\xc7\x88\xa0\x41\x34\x45\x0b\x62\xb2\x06\x2b\x05\x13\x00\x84\xac\x3d\x2f\x6c\x20\x71\x0b\xe3\xbd\x68\xd5\xea\x93\x97\xdb\x46\x6c\x0a\xe5\xb0\x6d\x21\x28\xbd\x31\x9e\x45\xf6\xc6\x70\x9c\x3a\x46\x31\xee\x87\xf2\xf8\x6f\x1c\xe2\x44\xfc\x0b\xe6\x8b\x3a\x2d\x97\x9b\x60\x67\x9c\x55\x84\x2b\x92\x1a\xed\x09\xe2\x67\xb0\x87\x48\x64\xdf\x80\xff\x9f\xab\x3e\xfe\x27\xf5\x36\x60\x36\x4e\x94\xeb\xd4\x31\xab\x68\x87\xb5\xc4\x16\x58\x76\x4d\x5b\xed\x6c\xb9\x9f\xf3\xcb\x1b\x48\x6c\xae\x94\x98\xab\x22\x1b\xc4\x65\x45\xa7\x69\x55\x06\xee\x3c\xd5\x7e\x12\x8e\x79\x16\x29\x24\xd4\x45\xe4\x7a\xf6\x8e\xd8\xe4\x45\x5a\x9b\x24\x75\x9e\x22\x24\xc6\x16\x45\x75\x80\x4e\xe2\x27\x48\x51\x50\x48\x50\xab\x44\x55\xc0\x3d\xd6\x35\x0b\xba\x80\x80\x02\x0b\x10\xb6\x04\x7f\xd0\x46\xd1\xaf\xb7\x8e\xf3\x16\x61\x6c\x02\xf9\x78\x37\x65\xca\x0b\xae\xb4\xbe\xa2\x1a\xcf\xfa\xb6\x57\x39\x41\x79\x3b\x28\x10\xd3\x24\x5f\x74\x8f\xa3\xb5\x2e\x45\x82\xe1\x8e\x66\xec\x79\xd0\xab\x86\xc0\x6a\x18\xad\x6c\x75\x62\xc9\xaf\xcc\x9a\xd7\x89\xb9\x6d\xeb\x41\xf3\x69\x62\x7d\x6c\xce\xd5\xc1\x66\x4c\xdb\xab\x5b\xbe\x99\x05\x7b\xba\x51\x7d\x09\xd1\x17\xfc\x21\xa2\x6e\x5a\x9a\xb8\xed\xa9\x35\x2f\xc0\x4a\x29\x46\xcb\xaa\x6c\x02\x7b\x3b\xac\x41\xd0\x3f\xbd\x0b\x55\x4f\x99\x29\x4c\xcb\x2c\xaa\x60\xa2\xe3\xf5\xbb\x3c\x9b\xd1\x7f\x93\xc9\xbe\x5b\x50\x6d\xce\x25\x48\x16\x8f\x10\xc2\x3a\x06\x59\x27\x30\x51\xba\x1f\xfa\x32\x5d\x65\xe1\xa1\x63\xa4\x43\xd1\xda\x38\xad\xfd\x86\x49\x8e\x18\x76\x74\x13\x63\x11\xe0\x91\x06\xbe\x94\x50\x9c\xdd\x69\xe8\x34\x10\x35\x25\x0b\xbd\x18\x6e\x0e\xaf\x12\xa4\x80\xdc\x5f\xe5\x29\xb0\x53\xdd\xde\xbc\x39\x35\xe3\x59\x77\x47\xae\x3b\x84\x55\x8d\x93\xcd\x9e\x7f\xc6\xba\x86\x86\xd2\xc0\x54\xe1\xc9\xb6\x5f\x43\x10\xee\x4d\x57\xf6\x57\xde\x3b\xf5\x10\xda\xc0\xe5\x89\x8f\x50\xc2\x4d\x6a\x04\x07\x0d\xb3\xdf\x7d\xaf\xbc\xa2\x92\x45\x9a\xbd\xae\xc4\x77\xad\xdb\x67\x90\xae\x22\xcc\x60\xed\xf7\xe5\x81\xfd\x05\x7b\x00\x4e\x62\xf2\x6e\x5a\x98\x71\x27\x33\xa1\xe0\x9a\x27\x8b\x4e\x4c\xdd\xe5\xce\xd7\xee\xa3\xfe\x70\x5d\xcf\xfa\x20\x56\x7f\xc2\xcc\x96\x85\x02\xbf\x89\x65\xe4\xd9\x5e\x2b\xed\x54\x77\x84\x85\x69\x6b\xb3\xdd\xb2\xcd\x68\x1f\xc8\x8d\x94\xf1\xf7\xff\x23\x06\x72\x23\xea\x25\xda\x02\x9d\x21\x52\x06\x22\x9a\x96\x23\x7e\x5f\xd6\xee\x15\xd1\x24\xa6\x33\xb4\x98\xad\xf1\x44\xc9\xdb\x16\x97\x9b\xaa\x6a\x54\x55\x29\xf0\x3f\xc2\x3f\x23\x54\x80\x70\xb2\x9d\x44\x5b\xa9\xab\x49\x09\x5b\x30\xdd\xb2\x39\xa8\x17\x20\x40\x6d\x40\x52\x75\xaf\x88\xca\x3e\xa8\x18\x42\x1a\x31\x42\x6a\xdc\x64\x6a\x31\x27\x41\x61\x0d\xe1\xd2\x9a\x25\xd5\xac\x2a\xe4\x06\xda\x8d\xd5\xc2\x88\xa5\x6d\x1a\x77\xcd\x2d\x6f\x64\x46\x92\xfd\x22\x9d\x1e\x5f\x69\xbb\x8e\xa1\x89\x48\xce\x80\x40\xfc\xac\x8a\x80\x4f\x7b\xa9\xe3\x08\xf2\x31\x8d\x2e\x9f\x1d\x13\xc3\xdc\x9a\x05\xdb\x79\x04\xf4\xd2\xd4\x1b\x88\x44\x02\x1c\x10\xb1\x11\x8e\x57\x1a\xbc\x95\xcd\xed\x0d\xc2\x9b\x20\xa2\x32\x7e\x06\x68\xf8\x7c\x64\x65\x38\x68\xc5\xfd\xa9\x13\x9f\xb3\x83\x5d\xff\x88\xf3\x14\x87\xda\x80\x38\x68\x83\xff\x38\x69\x08\x9a\x01\x2d\xe2\x5e\xf1\x91\x2e\xee\x01\x2a\x7a\x33\x81\x84\x1e\x42\x5d\x3c\x47\x33\x59\x3e\xaf\x9d\x02\xcd\x92\xd8\x7d\x4d\x48\x05\x7b\x58\x48\x6b\xb1\x2b\x7b\x7e\x24\x82\x2c\x6a\xc7\x15\xe2\xa9\x66\xf5\xc8\x76\x79\x65\x92\x56\x2c\xd2\x5c\x71\x7d\x4d\x94\x87\x1b\xb0\xdf\xaa\xef\x79\x65\x99\x5d\xf6\x9b\xd3\x4e\xd8\x4d\xe2\x54\x42\xb2\x37\x5c\x8f\x29\x13\x24\x4e\xf5\x0d\x3f\x79\x8e\xa7\x07\x21\x83\xeb\x2b\x05\x1d\x87\xd4\x9e\xf8\xc1\x05\xc7\x43\x5e\xb2\xab\x87\x35\x73\x07\x34\x27\x66\xfb\xa7\xc9\xcf\x39\xeb\xa0\xae\x58\xdb\x01\xaa\xf3\x43\xbf\x03\x16\xc3\x9e\x3b\x35\xbd\xc7\x2e\x57\x55\x76\x67\x92\x66\x19\x63\xbe\x8c\x58\xd0\x3d\xec\x33\x61\xc4\x15\x90\xa2\x64\xc8\xd0\x89\xf9\x68\xfe\x3c\x52\xb9\x43\x85\xcd\x6a\x76\xc5\xdb\x50\xcb\xab\xaa\x03\xda\xea\x99\xaa\x32\x9d\xc6\x1d\x5c\x07\x3c\x18\x0b\x5e\x51\x56\xae\x2d\xaa\xcf\xca\xb8\xb1\x40\x4e\x7f\xad\xc2\xbd\x35\xb1\xe4\xb0\x63\xa9\x28\x54\x6c\x12\xf5\x5f\x9a\xa6\xaf\x87\x77\x3d\xb6\xb3\x05\x36\x28\x1c\xfd\x21\x6d\x64\x4f\x60\x8c\xc4\x44\x59\xfc\x76\xac\x8c\xfa\x31\x07\x6a\xaf\x86\xab\x65\x91\xc9\xca\x42\x6e\x8a\x50\xcc\x61\x46\x2e\xe4\xbc\xc8\x2f\xc1\x3c\xa7\xe2\x21\x10\xd5\xc4\xdc\x80\xd7\x20\xf3\x36\x4d\x23\xc4\x98\x26\x01\xaf\x83\xe2\x51\xd1\x4e\x36\xf5\x86\xe9\x3f\x34\xce\x8d\x73\xb4\xfa\x9e\x76\x4b\x55\xae\x1f\x9f\xb1\x79\x08\xae\x05\x66\xd3\x15\x2c\x5b\xfc\xf0\xfd\x23\xcd\x4c\x9e\x6d\xcc\x72\x9b\x54\x1d\x34\xf1\xf0\xdf\xcb\x49\x14\xe1\x5d\x88\xe9\xfd\x3e\x0d\xdc\x84\x13\xf6\x8b\xe4\xd9\xc7\x50\xc2\x51\xb0\xdb\x30\x09\x04\x31\xbc\x73\x97\x24\x50\x86\x80\x88\x5b\x20\x69\xea\x70\x92\x27\x31\x50\x28\xc6\x13\x49\xb9\x81\xc2\xe2\x1c\x8c\x9d\xd9\xba\x19\x10\xa4\xb2\xb4\x63\xea\x4a\x30\x2f\xc0\x25\x80\x93\xfb\x7e\xa9\x9d\xca\x34\xc5\x2a\x53\x05\x83\x15\x4b\xd2\x62\x3a\xb1\x15\xb8\xa5\x65\x4e\x08\xa9\x6c\x5b\x25\x44\x7f\x55\xc2\xde\x65\x51\xc0\xe1\x95\x3a\xc3\x87\x83\x61\xb6\x9a\x3b\xb9\x63\xfd\xd7\x72\x69\x42\x5c\xbb\x63\x49\x11\x26\xc1\x13\x22\x3b\x0c\x47\x8a\xc2\x2a\x03\x12\x31\x00\x14\xbc\x03\x7e\x87\x72\x9a\x33\x08\x86\xd5\x80\xf6\x32\x32\x01\x32\xa5\x71\x39\x4f\x4d\x58\xba\x03\xaa\xd4\x27\x49\xb0\x6d\x66\xca\x06\xfd\x30\xec\x81\x9d\x8c\xb0\xad\x5b\xe9\x12\x0d\xef\x83\x9b\x10\x88\x63\xac\x28\xe1\xc5\x7b\x0d\x69\xb8\xf5\x67\x03\x65\xc2\x95\xd8\x0a\x65\x2f\x44\x24\x5f\x42\x9b\x13\x08\x66\x34\x2f\xbc\x2a\x2d\xf8\x12\xd9\x88\x6c\x0d\x1d\x43\x19\x25\x35\xec\x97\x4b\x95\xfc\x97\x24\x63\xe7\xd7\xb6\xa2\xbd\x34\xa8\x81\x53\x31\x98\x61\x09\xef\x07\xe9\x88\x87\x48\x3c\x4a\x3a\xdc\xfe\xa6\x7e\xa8\x0c\xe4\x64\x1f\xb5\x25\x1f\x27\x19\x19\xf3\xd3\xd8\xc1\xe2\x8b\xd1\xaf\x21\x91\xba\x73\xb1\xa1\x79\x5a\x01\x75\x54\xdb\xc1\x8f\x21\x00\x18\xa5\x19\x5d\xb9\xc8\x4b\x9a\xef\xaa\x11\x48\xf0\xed\x9c\xe4\x97\x13\x6d\x02\x65\x14\x2b\x20\x26\x95\xad\x0e\xca\x93\xcc\x94\xa1\xe7\x3c\x53\xb3\x73\x22\xf6\x24\x5b\x16\x70\x96\xb2\xd8\xd5\x70\x56\xe3\xb8\x04\xf1\xb4\x56\x7b\xbd\x14\xd3\x6d\xf4\x81\x67\xdb\x51\x1c\x59\x93\x46\xa6\xe9\x83\x54\x22\x43\x61\xb5\xc8\xda\x08\x24\x16\x97\x4e\x86\x10\x97\x69\xc6\x58\xff\xf4\xe4\xfc\x55\xa3\x67\x2c\xbb\x46\x81\x08\xb9\x56\xa5\xde\x3f\x57\x60\x13\x98\xf8\x95\xdd\x89\x2a\xd3\x8a\xad\x5d\x7a\xec\x19\x15\x1c\xae\x9c\x9c\x34\xbe\x6d\xa6\x8a\x43\x42\x48\xae\x77\x8b\xaa\x80\x07\x96\x8a\x55\x6e\xd4\x32\xe2\xfe\x50\xe3\x6c\x59\x03\xe3\xe8\x4b\x34\x93\x58\x88\x80\xb4\x04\xd3\x70\x27\xf9\x73\x5f\x43\xe6\xd8\xca\xfd\xd1\x95\x01\x0b\x4a\xab\x2a\x1a\x3d\xf0\xa5\x18\x33\x23\xcb\x4d\x0e\x5d\x3d\xf8\x54\xf0\xc1\xe2\xb7\x07\xbf\x3a\x9c\x12\x07\x6a\xd0\xd1\x32\x19\x53\xc8\x36\x85\x58\xe1\x89\xda\x18\x7a\xe8\x44\x5f\x7d\xa9\xb0\x2c\xd7\x4f\x63\x44\x6e\x6c\x6c\xc1\xfa\x8d\xd3\xbc\xdb\x89\x5c\x38\x30\xb7\x23\x8e\x63\x77\x6f\x4d\x02\x82\x87\xcd\x49\x12\x94\x9a\x2c\x68\x3d\xda\x40\xd5\x91\x54\xd5\x16\x1b\x9d\x59\x70\xde\x99\xb4\xaf\xb4\x69\x6b\xe2\xf4\x9b\x3b\xb0\x71\x2a\x4c\x28\xfb\x6e\xc0\x34\x17\x56\xf2\x0d\xa8\x79\x66\x56\xc4\x45\x13\xf3\xb9\x0a\xc7\x0c\xed\x22\x0b\x20\x50\x25\x5b\xae\x21\x79\xfb\xea\xf9\x87\xc4\xf3\x09\x24\x5b\x74\xeb\x24\xab\xd3\x94\x96\xfd\x8e\x73\xeb\xeb\xf5\xd0\x79\x4e\xb8\xea\xa9\x17\xbd\x61\xa8\xaf\xe1\x93\xe1\x09\xd3\x07\x74\x44\xd1\xf6\x1f\xc3\xa1\x15\x26\x72\x43\x84\xcb\x29\x64\xdc\x0c\x8f\x2c\xde\xe4\x17\xa8\xf4\x3e\x4d\x44\xed\xfe\x5c\x15\xe1\xde\x48\x33\x6a\x2c\xf5\x26\x1c\xeb\xfd\x8d\x0d\x0a\x6d\x40\x00\x75\x6a\xcd\x2c\xdb\x0a\xcc\xfe\x2e\xdd\x92\x58\x0f\x9f\xa7\x16\x6e\x09\xec\x13\x23\x12\x8c\x9d\xd1\x8e\x96\x7d\xeb\x26\x74\x3a\xb9\xca\x9b\x7c\x91\x17\x38\xcb\xfe\x0c\x95\x11\x94\x4e\x1b\x93\x67\x92\x81\xf4\xe8\x66\x45\x68\x16\xa1\x56\xbf\x6f\xf6\xd4\xe9\x25\x1d\x97\xcd\xec\x6e\x97\x53\x36\xa4\xb7\xcf\xed\xdd\xc7\x24\xe7\x5c\xd1\xf9\x44\x2d\x11\xc4\xe3\x41\x6d\xb8\xce\xb7\x84\x9a\x92\xce\x4a\xef\x36\x24\x1a\x61\xde\x1e\x65\xef\xe2\x60\xce\x94\x25\x3b\x54\x8c\xa6\xb7\xb7\xfb\xf7\xff\xad\xcd\x8a\xe3\xed\x65\x19\x34\x8f\x6b\x84\x76\x44\x0f\x7e\x0a\xd4\x33\x6e\xf3\xe2\x42\x00\xcd\x31\x56\x19\x69\xf6\x8e\x82\xb8\xd0\xef\xa5\x77\xa8\xa5\x79\x38\x59\x16\x55\x69\xfc\xfc\x0c\x38\x5c\xdc\x63\x20\x24\xf9\x21\x79\xca\x4e\xba\xb7\x5f\x80\x4b\xb8\x1e\xbe\xfc\x76\x67\xc2\xdd\x64\xa5\xb9\xbf\x7d\xc9\xad\x8a\xef\xd2\xd6\xde\x14\x68\xf6\x34\xaa\x46\xfb\x2f\x39\x83\x85\x53\xc1\x1e\x63\x0a\x57\x98\x3b\x68\x98\xe8\xa3\x5c\x68\xf3\xba\x16\xe2\x90\x5a\xab\xbf\xda\x13\x79\x27\xbc\xdb\xe1\xee\x6e\x7e\x09\xcd\xa2\x24\xe3\xe6\xab\xdc\x7a\x75\x9f\xb6\xe9\x0b\xda\x4a\x4b\x08\x9d\xc9\x74\x4d\x3b\x7e\x5d\x56\x75\xe0\x21\x3f\x29\x72\x62\x9c\x1a\x33\x7b\x8d\xbf\x50\xe5\x69\xc2\xb0\xb8\x70\x23\x02\x65\x2b\xa0\xe6\x48\x20\xa7\xd2\x74\x30\xed\xf2\xcb\xd3\x38\x79\xbc\x8e\x46\xaf\xeb\x7a\xe9\xa2\x5f\x1a\xbe\xca\x73\xd0\x27\x62\xb1\xa9\xcb\x29\x9d\x99\x28\x9c\xf5\xb1\x5f\x7d\xde\xd6\xa6\xb1\x0d\x64\xa1\xf3\x7f\xd0\x96\x75\x07\x3c\x72\x21\x96\xc8\x61\xda\x15\xd6\x66\x31\xbb\xb0\x7e\xf7\x6a\xae\xd0\xab\xb5\xd4\xa5\x16\x76\xa8\x62\xf6\x86\xbf\x13\xfb\xfd\x80\x44\xd9\x87\x16\x88\x98\x59\xa8\x40\x66\x7c\x6d\xf6\x54\x5c\x2c\xe2\x2c\xbd\x22\xa9\xe2\x6e\x59\x55\xd9\x4d\x2a\x24\x23\x54\xef\xaf\xc5\x90\xd8\x28\x6f\xca\x15\x2d\xd2\x62\x3b\x9d\x1c\x60\xcd\xee\x1b\x1c\xd6\xe9\x0d\x92\x2e\xdc\x4f\xc6\xc4\x66\x86\x7b\xba\x8d\x1a\x13\x68\x0e\x96\x1b\x75\x31\xab\x56\x73\x9e\x13\x1c\xc1\x67\x81\x79\x54\xf6\xbf\xb8\x09\xd0\x2e\x13\x18\x98\x0f\x77\x40\x47\xf6\x5f\xce\x62\x92\xb0\x80\xe7\x3d\xc4\xae\x11\x83\x45\xe0\xb9\xf9\xbb\xcd\x15\xef\x7b\x66\xe0\x2f\xdb\x2a\x4a\x03\x55\x66\xd7\x6e\x42\x3f\x12\x7b\x43\x60\xa2\x37\x9f\xe5\x46\xe9\x1b\xbd\xf7\x9c\xf0\x8d\xd2\x30\xeb\x28\xcd\xbd\x51\x97\xce\x88\x00\x82\xf2\x25\x8b\xa2\x33\x77\x1f\xcb\x62\x5b\xf2\xc7\xb4\xcf\xd6\xcb\xe8\x87\x26\xe5\xfe\x8d\xab\xd3\x02\x4c\x85\x9a\x59\x14\x7a\x86\xaf\xc4\xa2\xd0\x08\x84\x3f\x18\xb7\x4a\x48\xfc\x05\xae\x47\x2f\x5e\x7d\x80\x13\x86\xbb\x78\x64\xfc\x45\x98\x7d\x4a\xb3\x6e\x6b\xc4\x39\x9a\x37\x8d\xb0\x53\x34\x99\xb0\x7e\x2f\x8c\xbd\x85\x19\x6b\x09\x79\x0b\xa2\x92\xa2\x77\x2e\x10\xe9\xca\x77\xb8\xb5\x26\x96\x04\x5b\xb7\x77\x92\x5e\x92\x6c\xd3\xf7\x90\xb6\x7d\x39\x91\x2b\x6d\x56\xc5\x9c\x5a\x5f\x0e\xb9\x2c\x65\xd5\xcd\xbb\x74\xef\x2b\x56\xd3\xae\x5b\x3e\xf0\x5a\xa1\x69\x57\x77\x1c\x93\xe8\x46\x6e\xc4\x3b\xf2\x4c\xc8\xc1\xe9\x42\x74\x4d\xe6\xe9\x36\x5f\xf4\x22\x62\xb2\xb2\x04\x7b\x1d\x99\x7b\x2d\xf9\x57\x89\x23\xb5\x5e\x48\x2d\xd8\xa0\xfd\xf5\x1c\x36\x05\xd9\xf7\x24\xbd\xbb\x14\xc7\x2a\xbe\x80\xf4\x97\x33\x53\x1e\xe4\x8a\xaf\xcb\x59\xdd\x6d\x71\xb4\xfd\xc7\xff\xf8\x9f\xa7\xcf\x30\xf2\x67\x6d\x5d\xe0\xd7\x0e\x53\xeb\x58\x71\x94\xc3\x0a\xf9\xaa\x48\x42\x63\x7a\x30\x7b\x6b\xd6\x12\x41\x81\xbf\x7e\x12\x23\x62\x07\x37\x78\x78\xd2\x40\x4a\xad\x99\x50\xb0\x59\x92\x87\x4b\x40\xf5\x76\x02\x59\x5a\x09\x12\xab\xd3\x82\xa3\xe5\x2f\x5d\xbe\xdc\xce\xd7\x5d\x0e\x1f\xc2\xd2\x14\x72\xf5\x18\x9a\x21\x3d\x76\xdb\x4d\xde\x08\x52\xff\xc8\x14\xbd\x4f\xa1\x43\x2f\x6c\x3e\x98\xf4\xe2\x85\xb8\x62\x07\x06\x8e\x70\x7f\xb1\x13\x2b\xc9\x91\x2b\xbd\x26\xd0\x54\x85\x99\xec\x3b\xf8\x6e\xc1\x8e\x2c\xed\x9d\xd3\xb7\x5e\xfd\xb5\x5e\x9f\x61\x1d\x83\xf2\xdc\x3a\x75\x96\x6f\x04\x0f\xf6\x34\xdb\xfb\xd8\x5f\x2c\x6f\x4e\xac\x03\x06\x23\x1f\xf4\xb5\xb5\x75\xfa\xbb\x33\x99\xb0\x3f\xe5\x33\xfa\x67\xa2\x67\xc5\x93\x55\x9b\xb2\xe5\x68\xd2\xd2\xae\x9e\x3d\xad\xaa\xdd\x64\x45\xcc\x27\xf1\x57\x6a\x01\xc7\x6d\xe7\x36\x5d\xcf\xfe\xc4\xa9\xd6\x02\x4e\x4b\x4c\x89\x5a\x0b\x62\x0f\xd8\x7a\x20\xe3\xa6\xeb\x66\xf6\x3a\x5d\x40\xc1\xd8\x0f\x35\x80\xb0\x04\x12\x8e\xe0\x54\xdc\x62\x51\xa0\x60\x58\x5b\x64\x47\x5b\x83\x44\x90\xd2\xb0\x53\x7e\xb1\x4f\xd9\xc8\x44\x33\x4f\x6c\x0a\xf5\x9d\xff\xd2\x84\x14\x26\x6d\x4c\x23\xca\x34\xbd\xd7\xc7\xb6\xb9\x3a\x3d\xcc\xde\xd3\xa2\xc8\x17\xad\x30\x47\xa0\x78\x01\xaf\xef\x1c\x76\xb0\x5c\xe1\xd8\xc7\x1f\xc0\x3f\x1b\xe8\xa5\xe9\x28\xab\x5d\x29\xe6\xcd\x79\x3b\x9c\xdb\x5f\x13\xdb\x85\x69\xbf\x2b\x36\x3d\x76\xe4\xb7\xa9\x2b\xa8\x24\xc0\xba\xb9\x14\x50\x76\xda\x32\x44\xdb\x4d\x57\xbb\xd4\x1d\x6d\x31\xd8\xab\x9e\x8a\xdd\xd5\xa5\x67\xec\xb2\x9b\xb6\xdd\xce\x25\xc9\xbd\x8a\x77\x5d\x66\x7c\xf1\x12\x46\x28\x65\x0d\x6a\x77\x57\x01\xc1\x43\x44\x4f\x2e\x2a\x4b\xb3\x0b\x72\xa6\xf1\xb4\x07\x19\x25\x58\x30\x4a\x94\x3d\xc5\x3f\xc3\xec\x25\x4d\x7d\x3d\xd7\xd2\x5e\x96\x2b\x06\xf5\xb8\x95\xd4\x85\x4c\x8b\x5e\x2b\x1e\x80\x5b\xda\x8d\x40\x49\x63\x1e\xd0\xb7\x37\x06\x0d\xa3\x77\x00\x0c\x9b\xb9\xc2\x01\x89\xa2\x6a\xab\x06\x6e\xe1\x41\x07\x9a\xa2\x6a\x8f\x81\x43\xba\x5d\xd3\xb9\x2c\x4a\xbe\x03\xed\x3f\x56\x6f\x0f\x3b\xea\x00\x7d\x3f\xd9\x82\x2b\x76\x29\xe1\x92\x7a\x93\xe0\x8a\xf0\x1c\x1c\x85\x16\x5a\x24\xa4\x67\x64\x35\x75\xc5\x64\xb5\x5f\xf7\x96\x4c\x32\xe7\xfb\x22\x5d\x1a\xbd\x96\xf3\xc1\x6c\x9b\x56\xd6\x0c\x61\x65\xa2\x46\xb4\x2e\x6e\x2a\x5a\x7d\x9e\xde\x36\x5d\xcc\x88\x89\xc2\xdc\xba\x62\x98\x4d\x9b\xb1\xd6\x99\xb4\x99\x4a\x4e\xa4\xce\xa8\x67\x61\x0e\xf1\x4c\x73\xe1\x83\x03\xac\x8b\x78\xe3\x5e\xa9\xe3\xc8\xd5\x07\xe8\x57\x1d\x33\xdc\x7d\x34\xd2\xd2\x6e\x55\xd8\xf8\xcd\x2b\x6e\x86\x20\x08\xb0\xf1\x85\xfa\x8f\x2e\xa8\xd6\xc2\x7c\xdc\x07\xb0\x6f\xc3\xf4\x29\xee\x80\x29\x09\xe5\x60\x08\x5b\x4b\x47\xc7\x60\x1b\x8d\xf5\x43\xd2\xc7\x75\xd5\xa1\xe3\xc9\x65\xd5\x09\x0b\xc4\x03\x18\x2b\x25\x2b\x9e\xcd\x17\xd7\xb6\xd0\xda\x48\x2c\x16\xbe\xe0\x4b\x15\x8c\x95\xda\x41\x8c\xaa\x70\x8f\x90\x4b\x11\xb2\x4b\x54\xa4\x11\xf8\x86\xc3\x14\x80\xb5\x22\xc2\x34\xcc\x9a\xe2\x88\x6a\x5a\x41\x5c\x3a\xe5\xc7\x40\x80\xb1\x04\x42\x14\xef\x08\x80\xa8\xcf\xc5\x88\x4f\x0c\x37\x3e\x02\xcb\xfc\x68\xab\x74\x7a\xd8\x02\x6f\xe0\x83\xa0\x2a\xf8\x2f\x14\xdb\x55\x4d\x0b\x92\x0b\xfb\xc9\x1b\x83\xeb\x99\x74\x80\xd3\x6e\xdc\x0e\x26\xd7\xb7\xe2\xe0\xb9\x99\x01\x3c\xf6\x14\xcf\xff\xec\xde\x2f\xdf\x7c\x6a\xac\x66\x1f\xc9\x99\xac\x81\xb3\x46\x3d\xba\xf7\xcb\x1f\x3f\x91\x9c\x7f\xef\x97\x6f\x3f\xb1\xad\x6a\x50\xc7\x7c\x45\xa2\xd8\xd1\x8a\xb8\xb8\x2d\xb3\xaf\xcd\x55\x5e\x75\x10\xc3\x6a\x92\x9e\x3c\xb5\xf8\xdc\x2a\xfb\x95\x99\x78\xdf\x6b\xdc\x82\xde\xb6\xcf\x34\xe3\x45\x6f\xdb\x97\xdd\x6e\xae\x43\x6f\x40\x16\xaa\xfd\x4e\xbc\x87\x82\xf2\x92\x0d\x69\xa7\x9d\xfd\xba\x26\x96\x47\x53\x52\xf1\x96\xa3\x81\xe7\xd9\xec\x2e\x0f\xc7\xea\x39\xfe\x20\x5f\x8f\x79\x2c\x98\x83\x5f\x5d\x83\x95\x33\x6d\x3d\x97\x0b\x9e\xf6\xb6\x4e\xce\x96\xae\x69\x4c\xad\xf8\x63\x76\x51\xe0\xb6\x79\x94\xa1\x7d\x08\x01\x12\xde\xd5\x26\xec\x9f\x2d\x53\xf3\x04\x2b\xf0\x4b\x53\x57\xc1\xfc\x68\x5e\x5c\xa1\xc2\xdc\x52\xa5\x12\x61\x8b\x37\xef\x0d\xf1\x05\x7e\xef\xe8\xa4\xf3\x8c\xd9\x33\x8b\xd8\xec\xdf\x36\x57\xd2\x33\xad\x66\x23\x3d\xca\x7e\x7b\x35\xc2\x7d\x10\x4b\xbb\x42\x45\xf7\xa1\xc1\x44\xb0\x26\x96\xc4\xa1\x84\xb5\xe7\x14\x18\x5a\x9e\x46\xea\xab\x94\xb9\xb5\x21\x41\xd4\xfb\x21\x86\xef\x2b\x8e\xb5\x76\xce\x7f\x7c\xf3\xf6\x0a\x28\xf1\x53\xcf\x82\x0f\x87\xb7\xb1\xb6\x54\x53\xed\xa5\xbc\x15\x4b\x58\x38\x78\x21\x84\x35\xf6\xea\xbd\x5f\x3f\x7b\xc3\xde\xde\xd0\x60\x39\x83\xc5\x48\x71\x1b\x2e\x61\x03\x76\x11\x68\x08\xf9\xe0\x18\x00\x56\x74\x9a\x1c\xbb\x3f\x19\x59\x96\xf5\xfa\x9f\x0a\xa7\xac\x3e\x4b\x59\x0a\x0a\x47\x6e\x68\x22\x89\x2b\x54\xcf\x28\x3b\xf2\xbe\xe3\x96\xed\x31\xf1\xb1\xb4\x45\xf9\x26\xb2\x4d\x93\xe3\x55\x36\x29\x1f\xbf\x6c\xbc\x89\x32\x69\x22\x69\x06\x39\x73\x5b\x80\x2b\xed\xe5\x42\x25\x4e\x5b\x38\xe6\xf0\x24\xd3\x63\x7f\x23\x87\x3f\xa3\x92\xf1\x36\xf2\x18\x7c\x74\x34\x92\xd5\xf7\x88\x8c\x73\xf5\x1a\x91\xba\xc7\x46\x5c\x49\x50\x5c\x63\xed\x85\x1c\xe9\x38\xd4\x2d\x36\xe6\x5c\xd9\x22\x6f\x68\x09\x9c\x5d\x44\x9b\x15\xb9\xc2\xb8\x91\x7e\xc1\xfe\x32\xde\x0f\x2b\x5d\xf3\xe4\x0f\x8c\xec\xa1\x99\x39\xa0\xab\x7b\x12\x64\xf3\x65\xbe\x4f\x95\xb6\x02\x21\x81\x8c\x75\x33\x11\x09\xcb\x73\xfe\x26\xe1\xd8\x6f\xf6\x0e\xa2\x66\xd3\x26\xa4\x3a\x8c\xfa\x5e\x31\x17\xbf\x16\xad\x7f\xe0\x6f\xa8\x51\xe4\x06\xd0\xce\x6c\xa5\x45\x5a\xda\xf4\x28\xe7\x24\x40\x8e\x7e\x64\x45\x64\x54\xc1\x37\x12\xa1\xbe\x66\x9d\xa9\x78\x66\x31\xe4\xb4\xd7\x02\xc2\x04\xcc\xf0\x4f\xbf\x65\xf9\x3b\xbb\xb2\x8d\x6a\x7e\x24\xaa\xc6\x22\xaa\x9d\x88\x0a\xea\xbc\xae\x68\x1b\x6b\x69\xc7\x47\xda\x32\xf9\xbd\xc2\xbd\x4b\xd7\x89\xb2\x6a\x37\xe0\x68\xda\xca\xb5\xf7\xdc\x45\x0a\xb0\x46\x57\x69\x9e\x69\x2e\xac\x91\x1c\xd7\x80\xed\x87\xa9\x55\xb7\x22\x5a\x9d\x75\xcb\x90\xfb\x51\x52\x3d\xdc\xe6\xc3\xa8\x7c\xb3\xfb\x89\x54\xaf\x34\x62\xef\x85\xe2\x74\x9d\xb4\x1d\xfb\xa1\x31\x65\xe1\x09\x16\xb5\x7f\xf3\x5d\x40\x42\x40\x2d\x1f\x71\xe5\x8f\xc0\x12\x64\x96\x72\x26\x7f\xb8\x97\xe0\x1b\x64\xe4\xbe\x9d\x49\x11\x1f\xce\xc3\xd5\x00\xc1\x83\xff\x99\x82\x30\x89\x90\xc5\x3d\xe4\x45\x82\xea\x33\x25\xd7\x0d\x6f\x8d\xef\xa1\x3e\xb0\xc7\x00\xff\x4e\x9a\x74\x87\x60\x9d\x30\xd8\x32\xde\x5a\x90\x6f\x1d\x88\x56\xbe\xc3\xd4\x29\xaf\x20\x6d\xa0\x7e\x57\x3d\xd7\x63\xdd\x27\x8e\xb4\x25\xd7\x9b\x07\x0d\x50\x47\xff\xf9\x53\x63\xc7\x90\x2e\xe6\x9e\x10\x43\x39\x9c\x37\x4b\x9a\xca\xdc\x44\x00\xb1\x04\xef\x73\x20\xfd\x37\x7c\x4f\x58\x74\xf0\xce\xb9\x51\x61\xf4\x44\x27\x0c\xe1\xf1\xb8\xc3\x5c\x6c\xb6\x41\x90\xc5\x24\xed\x16\x20\xea\x36\xf8\x09\x83\xb3\x7b\x87\x8b\xa4\x25\x51\x29\xa6\xd1\xfc\xcc\x2e\x82\x79\x08\xf0\x46\x73\xa1\x2a\x65\x34\xb1\xad\xe4\xf1\xcc\xdd\xd1\x22\x88\xb8\x41\x9b\x82\x4d\xd8\xef\x18\x4f\x03\x12\x86\xdb\x0e\x49\x26\x16\x28\xbd\x40\xab\x34\xe6\x44\xaf\xec\x99\xc4\x69\xef\x2d\x45\x8c\x5a\x65\xf5\xe6\x82\x35\x2a\x5b\xd8\x82\xec\x18\xf2\x86\x48\x84\x59\x82\x08\xd0\xdc\x8a\x93\x1b\xd7\x00\x2b\x6b\x91\x2f\x5b\xb1\x2a\x83\x2f\x5b\x98\x1b\x5c\x7f\xb9\xe2\xa0\x4b\x4d\x18\x8d\x11\x24\xd6\x94\x70\x2d\x4e\x2a\xc2\xaa\x45\x91\x6f\xb7\x01\xa1\x48\xcb\x39\xdb\x57\x78\x46\xbc\x02\x39\xea\x1f\xb4\xc9\x61\xc0\x98\x08\xb9\x6c\x40\x2e\x57\x1f\x2b\xeb\xbf\xa6\x4a\x1e\xb6\x73\x86\x94\x25\x51\x32\x40\x33\x1a\x8c\x31\xdc\xf5\xc3\x06\x5c\x18\x3d\x28\xb0\x14\x31\x76\xc4\x1f\xd1\x51\x73\x8d\xc1\x57\x6c\xc8\x6c\x2b\x90\xaa\xaa\x80\x8f\xe8\xc6\xb8\xda\x9b\x08\x5f\x62\x7a\x72\x11\xec\x45\xcc\x7a\x48\x79\xb5\x14\x63\x6f\x57\xea\x66\xe4\xd2\xac\x95\x6c\x66\xbf\xfe\x37\x12\x15\xa9\xb3\xf7\x5b\x58\xa6\x81\x2c\x89\x20\x3b\x2e\x12\x48\xfc\x25\x5a\xb4\x65\xda\x35\xdc\xa1\xda\x08\xe5\x82\xa5\xec\x3a\xe1\x7b\xec\x96\xd6\xdb\x29\x7b\xf0\x87\x7b\xd9\xc3\x04\x3a\x69\x5e\x80\x50\x0f\x7d\xc8\x5b\x59\x15\x1d\xbe\xc3\xce\x8a\x1d\x65\x51\xf5\x21\xcd\x71\x5f\x03\x58\xca\x40\x70\xd3\xfe\x75\x12\x28\x07\xc3\x23\xce\xc9\xf0\x41\x76\xa8\xab\x50\xae\x24\xcc\x1e\x57\x59\xf4\x01\xb2\xd9\x3d\x27\x48\x0d\x41\xa0\x7a\xee\x08\x63\x40\x58\xad\xf2\xe6\x2a\x2d\x32\xd6\xd6\xf5\xba\x22\x82\x53\xbf\x7e\x95\x3f\xe2\x51\x11\x4f\xb0\xc0\x79\x42\x48\xc2\x2a\x18\xa7\x91\xf2\x26\x47\xbd\x04\xe5\x98\x16\xa7\xe1\xdb\x89\xf9\xc2\xb7\xa2\x5a\x23\x9d\x20\x89\xb5\x14\x02\x68\x70\xc8\xbc\x35\xd1\xec\xf1\x2e\x78\x6a\x02\x6d\x7a\x98\x69\x07\xfd\x93\x1f\x6f\xf2\x40\x02\xdc\x11\x27\xf2\x30\x1e\xa6\x49\x6b\x18\x58\xd7\x83\xa6\x5d\xb4\x20\xad\x6e\x2e\x48\x00\x9b\x1f\x6e\x90\x85\xb3\x29\x9e\x5a\xf6\xd2\x1c\x7b\x34\x31\xa9\xba\x7b\x49\xff\x3b\xdd\xed\x4e\xb3\xec\xee\xc8\xb8\x1d\x77\xe5\xc6\x6f\xad\x6e\x01\x8f\x95\x3a\x95\xc7\x9d\xb0\x86\x80\x53\x1d\xc5\x2f\xe4\x07\x2b\x65\x63\xaf\x1a\xe7\x62\xb1\x08\x66\x4f\x1d\xc2\xed\x42\x9e\xe0\x68\x60\xf7\x9d\x9a\x3d\x07\x5a\x09\x21\xc6\xbe\xc2\xf1\x30\x42\x3e\x9f\x58\xe2\x20\x4b\x19\x62\x37\x32\xeb\xef\x3e\xd2\x47\x75\xe0\xf7\x6c\x17\xe3\xcc\xee\x96\x39\xf1\xce\xf7\x77\x62\xac\x50\x1e\xdb\xb5\x1a\x7a\xbd\x8c\x00\xfe\x7f\x60\xb3\xc7\x7a\x31\x40\x83\xa3\xbe\x4d\x93\xc9\x21\xdf\xe6\x34\x57\xdb\x9c\x7f\x4d\x0f\xa6\x58\x22\x10\x90\x86\x3b\x90\x70\x1d\xc8\xbe\x13\xe5\xcb\x40\x5f\xc9\x61\x8f\x0c\x1b\x4b\x2d\xb8\xbb\xc0\xc7\x90\xb0\x7a\x75\x75\x69\x96\x50\xb1\x2d\x3b\xd6\x80\xd4\xf6\x86\x55\xa6\xec\x8a\x78\xae\x49\x13\x8a\xcb\xab\xbc\x6e\x10\xdc\x61\xad\x4a\x60\x1f\x66\x59\x0e\x4e\x01\x0e\x43\x8c\x73\x82\xb2\xc8\x9c\xae\x0c\x72\x08\x2f\x57\x49\x6c\x9d\xd6\xb3\x2e\x00\xb0\xce\x05\x2a\xeb\x5b\x3b\xc5\x05\xe3\xb6\x98\x65\x11\x11\x22\xe0\x2c\x6e\x8c\xf5\xfb\x00\x6e\x07\x74\x41\xc7\xc3\x51\xb5\x82\x7e\xda\xd0\x59\x92\xcb\x8e\xb3\xda\x18\x30\x02\x14\x58\xac\xfa\x21\x93\x90\xda\x2b\x49\xb8\xae\xcb\xe5\x18\xd7\x51\xeb\x7c\xd1\xb5\xb4\xfe\x5e\xca\x8c\xc6\x69\x73\xdf\x8e\x8d\x54\x3c\xd0\x02\x28\x2f\x4b\x1e\x03\xc4\xd8\x97\x66\xfe\xcd\xec\xc3\x06\xa7\x56\x5e\xe0\x8a\x16\xb2\xf9\xd8\x06\x88\xb2\xac\x90\xf8\x95\x63\x9d\x26\x7a\xf8\x2f\xe8\x60\x87\xdc\x94\xdb\xa5\xe6\x2a\xf5\x54\xb5\x27\xf3\xf3\x3a\x70\xec\x76\xf8\x75\xaa\x13\x61\xbd\xc0\xd9\xb7\x20\xa8\xa5\xd1\xc9\xfd\x8f\xff\xfe\xbf\x9a\x60\x62\x45\xe5\xe9\x9c\x92\xbd\xb6\x93\xef\x3d\x1f\x09\x4d\x6e\x53\xa7\xb2\x94\x0d\x07\x2f\xe5\x38\x9a\x9a\x1e\xc4\xe2\x82\x9f\x37\xf0\x5c\xaf\x0a\x7a\x98\x4d\x55\x6d\x11\xc8\x6c\xc1\x3f\x7c\xfa\x9a\x78\x01\xce\x7a\x91\xb7\xa7\xbd\x3c\xc4\x7b\x5b\xfa\xe0\xe7\x4f\x39\xfc\xdb\x68\x2c\xf5\x29\x5f\xf0\x7b\xe7\x23\xd7\xf1\x45\x3f\x97\xab\xf7\xbb\x46\x87\xa7\xf7\x1a\xc3\xca\xf4\x4a\x12\x38\x96\xf0\x42\x1e\x2f\xb1\xe4\xc9\x4a\xa7\xab\x15\xb6\xf1\xa6\x3a\xe8\x85\x3c\xa1\x57\x60\xde\xb0\xfa\x9e\xe3\x99\xfa\xba\xd3\xec\x0a\x44\x3d\xf3\x9d\x79\x61\x52\x4e\x62\x32\x57\xf5\xa6\x16\x4b\xa7\x2f\x23\xf0\xd5\x3c\x21\x2e\xd4\x00\xfb\x97\x10\xaf\x56\xed\x91\x58\xe3\xfa\xa5\x25\x27\x41\x71\x62\xd7\x08\x8f\xe0\x94\x92\x16\x73\x26\x6d\x72\xbd\x4a\xeb\xb1\xd4\x29\x18\x7b\x04\xcd\xb1\x78\xc3\x12\x1c\x15\xe5\x38\xec\x5c\xf9\x06\x1b\x50\x32\x88\x15\x1a\x47\xa9\x92\x08\x1b\x7c\x9f\xe9\x06\x83\x66\xae\x86\xb8\xb1\x45\x41\x72\xf4\xd6\xf2\xfc\xae\x21\xd1\x7d\x58\x22\x8b\x28\xa8\xdd\x81\xcd\xe3\x24\xa6\x2f\xe1\xbc\x81\xfc\xb6\x4e\x97\x1c\xdb\x2f\xb8\x9c\x38\x3e\x11\x0c\x3e\x57\x78\x37\xbe\xa8\x92\x91\x99\xd1\x2c\x1e\xa7\xb2\x2a\x34\x86\x53\x8d\x79\x9b\x98\x91\x6a\x6e\x2b\x2c\xa3\x51\xb6\x3b\x01\x5f\x1d\xd8\xe7\x94\x68\xfc\x15\x77\x42\xff\x96\xfc\x15\x98\x44\x7f\x72\x12\x4a\x3f\xff\xcd\xca\xbd\x60\x8d\x91\x9f\x00\x47\x4f\x22\xdf\x3b\xb0\xd6\xc2\x48\x53\x5f\x12\x2e\x16\xcc\x26\xcb\x02\x11\x52\x85\x8c\x7b\xc3\xd8\x45\x07\xe3\xbe\x95\x4b\x27\x4b\xb9\xb1\x94\x13\x4d\xc4\xee\xf7\xf5\x64\xd8\x09\xf5\xfc\x46\xec\xa7\x57\x29\x4e\x31\x7c\x78\x08\x7e\x61\x81\x43\x5b\x40\x8a\x6d\xc4\xb9\x4a\xee\xf1\xeb\x51\xd3\xf3\xdc\x52\x0a\x37\x74\x93\x53\x0a\x17\xd2\x1c\x48\xf9\x2d\x04\x4d\xfc\xe5\x23\x94\x2b\x42\x00\xe3\x32\xf2\x8f\xeb\x97\xb1\x71\x4a\xd5\xa9\xf1\xc6\x68\xe0\x3f\x55\xe1\x06\x75\x89\x39\xaf\x57\x9f\x8f\x95\x2c\x7e\x3e\xa5\x86\x2e\xf3\xa2\x21\x98\xc9\xe9\xb0\x59\x39\x2b\x1a\x3a\x2c\x4e\x13\xa6\x25\x5e\xb4\x62\x72\xa2\x70\x09\xfc\x52\xc2\xe5\xdc\x39\x7f\x3d\x5a\x18\x04\x6b\xeb\x8a\xb4\x0e\x01\xb0\xd4\x22\x68\xe2\x48\xe9\xca\x8c\x3a\x3c\xd2\xbe\x8d\xa1\x2c\x53\xc6\xd1\x41\xd5\xcf\x39\x22\x7e\x0a\x2d\x0e\xfb\x59\xcf\xdb\xe4\x5a\x1c\x9a\xec\x4c\x19\xbb\xa1\x85\x0f\xa8\x77\x91\x6b\x55\x48\xf7\x68\x03\x94\xcd\xca\xaa\xe3\x39\x1c\x85\x0b\xbb\x30\x84\x52\x31\x9c\x55\x61\xce\x2d\x47\x18\x0c\x17\x9d\x4c\x6e\x54\xfa\xf8\x23\xea\x24\x16\x06\x88\xe0\xd0\xdc\x5d\x18\x60\x5f\xe3\xc5\x0a\xba\x8d\x74\x2f\x5a\x24\x6c\x4e\x5e\x19\xc8\x6a\x89\xf8\xf0\x27\xf9\x2a\x21\xb4\x4e\x18\xad\x59\x08\xc6\xfe\xca\xaf\xf2\xac\x83\x93\x7a\x83\x50\xbf\xc7\x6b\xfd\x63\x58\x2b\xbc\x7b\xa0\x00\x39\x5a\xb3\x1d\xcc\x4d\x20\x1a\xaf\x92\xeb\xaa\xbb\x5f\xc3\x39\xdb\xb0\x1b\x0e\x1d\x34\x5c\xa2\x19\x6b\x17\xa4\x46\x75\xff\xca\x73\x30\xbb\x99\xb8\xa0\x0e\x91\xec\x4d\xf8\xa5\x38\x82\x46\x6a\x8f\x9f\xdf\x0d\x0e\x24\xd6\xd5\x3f\xaf\x51\x23\xb8\xe1\x04\x6f\x52\x8c\x02\xa9\xcf\x2f\x9d\x6f\xa8\x33\x31\x5c\x84\x0f\x1f\x68\xa9\xbc\x2e\xa1\xac\x48\x6e\xe2\x6b\xe0\x44\x28\x47\x39\xa4\xd1\xda\x07\x7b\x2a\x64\xc1\x30\x61\x7a\xaf\x98\xe7\x89\x9b\x05\xd9\xbc\x37\x3c\x61\x7b\xa2\xc2\xfb\x50\x5b\x61\x3b\xbb\x81\x9b\xd0\x82\x75\x7a\x18\x46\xa6\x02\x44\x83\xc8\x03\x21\xae\x0f\x82\x3b\x0c\x3c\xcb\x7a\xa0\x32\x49\x12\x64\x90\xaa\xe7\x10\x57\x7d\x3a\xe8\xa5\x14\xbe\x5c\x55\x8b\x6d\x13\xc1\x00\xf8\x4e\xc3\x34\xb1\x2e\xb9\x37\x38\x7b\xad\xe3\xba\xbf\x9e\x0b\xbe\x62\xd0\xc7\xdb\x68\x92\x75\xf8\x7f\xf6\xe4\xed\xdb\x77\x1f\xfc\x15\x8a\x31\x12\xd3\xab\xed\x8f\x47\x28\x9c\xbb\xf4\x50\x5c\x87\x6c\x32\xf5\xba\xbe\x66\xe5\xbb\x60\x74\x44\xfe\x4e\x12\x09\xc3\x85\xdc\x17\x12\x41\x27\x3d\x91\x93\xad\x39\xb1\xe6\xd3\x86\xd7\x5a\xf6\x91\xe1\xa0\x32\xa1\x71\xf0\x96\x71\xb3\xe3\x24\x06\xff\x6a\xd0\x30\xa6\x59\x0e\x40\x8e\x2b\x2e\x2e\xfb\x32\x8e\x85\x81\xd0\xc7\x07\x2b\x9b\xbb\x10\x8b\x75\xd5\xf2\x42\x0b\x1e\x7d\xa1\xc1\x3f\x1e\x6f\xb0\xe6\x48\x7f\x23\x2d\xf2\x4b\x18\x57\x84\x74\x69\xcb\x93\xc6\xfa\xb3\x36\xdf\xdd\xb2\x0c\xdc\xd6\xb7\xd2\x16\x36\x1f\xae\x0b\x61\x93\x6f\x8d\xd9\x07\x0d\xc4\x5d\x3f\x41\xc0\x60\xec\x3d\xe5\x74\xfd\xfd\x8e\x91\xc5\x41\x6d\xca\x24\xb0\x7c\xda\xef\xcb\x91\x2d\x75\xf4\x2e\xe5\x31\x8e\x7d\x58\x49\x3e\x16\x4f\x7a\x3c\x30\xc3\x90\x2c\x8a\x61\xf8\x6d\xcc\x82\x78\x38\xa8\xaa\xe6\xee\xc0\x62\xc9\x58\x0f\x2b\xb8\xe6\x0d\xab\xb3\x47\xa5\x3b\xda\xc2\x7d\xeb\xfb\x54\xb1\xfd\xa8\x7f\xe4\xc5\x57\x90\x8e\x5c\x3d\x0a\xc4\x07\x44\xc5\x0c\xec\xde\x56\x05\x6a\x32\x11\x63\xea\xf0\xee\xf1\xb1\x52\x6e\x3a\x83\x62\x79\x7c\x7f\xbc\x8f\x53\x51\xa3\xe1\xbd\xb8\x11\x29\xb0\xaa\xbd\x39\x36\xb4\xcb\x27\x67\x9a\xfa\x85\x42\x7a\x3f\x12\xa8\xc6\x0c\x2e\xef\x00\x3a\x20\x0a\xf0\x5a\xb5\x90\xe1\x48\xe6\xb4\x27\x28\x0b\x5e\x31\x82\xf6\xf6\x65\x72\x56\x45\x5b\xc1\x06\x45\xf9\xc1\x77\x49\xf6\xd9\xd7\xcc\x57\x70\x65\x2b\x90\x44\xd9\x0f\x54\x22\x91\x87\x1e\x77\x70\x0c\x0d\xde\x03\x98\x06\x45\x38\x74\x9e\xbf\x33\x00\xfb\xd2\xa2\x37\xe3\xef\x42\x46\x80\x8f\xcb\x36\x51\x70\x0c\x63\x01\x47\xfb\x0c\xc4\x01\x0c\x49\x58\x72\x1a\xc9\x40\x35\xbc\x88\xd1\x9c\x04\x3e\xf6\x21\xf0\xd8\x85\x38\x77\xef\x39\x85\x4c\x14\xdc\xc5\xed\x83\x4d\xc1\xf8\xfb\x26\x91\x51\xe4\x01\xe2\x1d\x44\xe6\xb7\xb2\xff\x18\x7e\xb2\xdc\x2f\xab\x6e\x35\x04\x7c\xd9\x13\x3a\x2e\x15\xab\x32\x84\x2d\x57\x67\x17\x3c\xe1\x97\x37\x2e\x36\x91\xdc\x54\x93\xf0\xbb\x58\xd8\xd2\x70\xdc\x3a\x68\xfa\x24\xe8\xbb\xe9\xf0\xf0\x4e\xce\x16\x55\x44\xe1\xc2\x45\xda\x3d\x5f\x7e\xbe\xca\xd9\x02\x9c\xfc\xac\xa5\x32\x79\x3e\xc8\x05\xc1\x0b\x4b\x86\x25\x4e\x12\x09\x66\x8b\x28\x73\x98\x97\xf3\x77\x17\x1f\xbc\xf1\x56\x38\xe2\x62\x6b\x67\x93\xc4\xc4\xfb\xf6\xa2\x2f\xaa\x07\xeb\x99\xbc\x31\x2c\xab\xfa\x38\x1a\x54\x31\x3f\x56\x56\x4a\x08\x83\xdb\xaf\x7a\xb9\x69\x82\x3f\x3b\x0c\xbd\x21\x7f\x24\x79\x7e\x0f\xda\x99\xbf\x1a\xdb\xb6\x7d\x68\x7b\x57\x5c\x4f\x67\xb0\x54\x5a\x9c\xb7\xa1\xec\x8e\x04\x46\xdb\xbe\xd9\x26\x15\xce\x2b\xc7\x69\x9e\xa8\xe7\xf5\xd7\x6c\xb8\x41\x0f\x7c\xd8\x7b\x69\xf8\xcb\xc7\x85\x56\x31\xe5\x67\x14\x6c\x1f\x66\x1f\xe8\xeb\x14\xcf\x5b\xb0\xfd\xe8\x0b\xd0\x32\xee\x0b\x38\x42\xa5\x09\xfc\xe8\x92\x3d\x7b\xe9\xe3\xfe\xb9\x1f\x16\x28\x0c\xac\x5b\xcc\x1f\xdb\x89\xb1\x15\x7f\xa9\x05\x3b\x2e\xf4\xcb\x15\x26\xc9\x58\x78\x4a\xd9\xc0\xd4\x80\x6b\x8c\xe4\xf1\xce\x4c\x93\x57\xb8\xd1\x74\xcd\xb1\x62\x92\x15\x09\x08\x0d\xc4\xaf\x0c\xa5\x56\xb8\x0d\x87\x67\x31\x37\xd5\x81\x68\xe5\x9e\xc3\x16\x13\x6f\x30\x58\x85\x61\xcf\xac\xd5\xf0\x27\x35\x10\x8e\x00\x34\x7b\x08\x28\xb3\x27\xa5\x8d\x8a\xd6\x07\x11\xdb\x07\x62\x91\xf0\xdf\x21\xc0\x5e\xe2\xe7\xce\x5e\x73\xdc\xdc\x61\xfe\xa2\xca\xae\x6d\x20\x8a\x81\x46\x50\xef\x75\xe0\xad\x27\x98\x8e\x2c\x9d\x61\xd5\x6f\x26\x6f\x7f\xb2\x5b\x23\x20\xe0\x6f\xe1\xee\xff\xfa\x3b\x74\x1c\x7f\xd0\x3d\x7b\x81\xc7\x1e\xb8\x26\x8d\x97\xc0\xb1\x09\x10\x06\x5a\x9e\x62\x93\x68\xc6\x2e\xd2\x15\x33\xcc\x5c\x83\xbf\xdf\xec\x74\x85\xd3\x41\x77\xd9\xb5\xc9\xf3\xf1\x1b\x55\xa7\xb7\x52\xd1\x8a\xaf\x66\xc0\xd4\xb1\xab\x40\xc6\x6a\x75\x4a\xf4\x4a\x83\xbd\x84\x50\xe7\x2b\x65\xb8\x61\x5d\x10\xb3\xa5\x30\x12\x0a\x98\x83\x7f\xf1\xad\x68\xaa\x39\x7c\xdd\x67\xa4\x2f\x7c\x25\xf8\x25\x77\x21\x52\x9a\xd8\x7c\xeb\x28\xc9\x20\x79\x6f\xfe\x95\xf5\x52\x58\x81\xf1\xb1\xb9\xc6\x48\xbb\xa5\xdc\x96\x28\xf2\xfd\x32\x56\x52\x81\x2e\xaa\xbe\xaa\x47\x1e\xfb\x51\xcf\xa1\x0e\x14\x55\x4f\x8b\x80\x4c\x41\x7c\x3a\x9a\x1b\x1b\xa8\x22\xa6\xc8\x2e\xe2\x14\xb6\x11\xe8\xea\x15\x13\xe4\x62\xeb\x1d\x18\x72\x7b\x83\x9c\x08\x10\xce\x8f\xf8\xac\x78\xf0\xaf\x17\xef\xde\x9e\x68\x57\x3f\x9f\x7e\x73\xfa\x2f\xff\xf4\x4f\xa7\x87\xc3\xe1\x94\xa8\x5f\x71\x7a\x45\xc4\xed\xb4\xab\x69\x86\x91\x9f\xe9\x30\x08\xdc\xec\x1e\x9b\xf2\xe6\xfb\x47\xf4\x77\xfa\x70\x48\xc8\xe5\x15\x2d\xf1\x2d\x0a\x9e\xa9\xfb\xfd\xf4\x5c\x77\x11\x2b\x63\xfb\x61\xa8\x43\x36\x12\x4b\x2a\xfe\xe4\xcf\xe4\x43\xae\x05\x06\x9c\xc9\xb2\x36\x70\x52\xdf\x98\x3c\x40\x8a\x86\x98\x94\xed\xfc\xd8\x63\xb0\x3d\xb0\x9c\xda\xe1\x8e\xbc\x5a\xea\x6b\x74\x7d\x08\x71\x26\xfc\x91\xfd\x08\xbd\xa6\x18\x54\x54\xb5\xc3\xf9\xa5\x5b\xa4\xe8\x7c\x3d\xa8\x29\x2f\x55\xa5\x9c\x25\x90\x34\x65\x75\xbe\x5e\x43\xf0\xc5\x6c\xb6\x3f\xf4\xab\xe5\xdb\x55\x55\x59\x5c\xdb\x07\x90\x10\x7f\x20\xb3\x86\x17\xe4\x5a\x95\x29\xc3\x4f\xfb\xe5\x39\xbc\xbd\x97\x41\x67\xaf\xb6\x62\x62\xb6\x02\x30\xb0\xb0\xf1\xf2\xaf\x04\xcf\x18\xd4\x22\x71\xf0\xd8\xb2\x42\x88\x9c\x6c\x73\xbe\x25\x72\x80\xf3\xcd\x56\x1e\x7c\x40\xc9\x61\x31\xb1\xd0\xf3\x1b\xbf\x66\x30\x63\x6a\xfb\x93\x89\x63\xf7\xb2\x13\xbd\x7b\x15\xd8\xad\xc7\xe6\x83\xaf\x98\x8d\x4e\x94\xa3\xaa\x7c\xbc\x39\xe5\xdd\x98\xbe\x54\x5e\x7f\xe0\x90\xf4\x66\xd5\x4f\xb6\x8e\x2c\xb4\xed\x6f\x3a\x8e\x4e\xe6\xb6\x6e\xaa\xe6\xdb\x68\x79\xd3\x15\x11\xb2\x2b\xd6\xad\x1e\x1c\xb7\x15\x2c\x33\xaf\x2d\x15\x4a\x35\x00\x7e\x9f\x8d\x64\x42\xd3\x8b\x52\x74\xf0\x2c\xe5\x90\xf7\x54\x3a\x66\xd9\x4f\xb5\xe5\xeb\xe7\x00\x2c\xaa\x3e\x60\x3c\x46\x05\x49\x95\x89\xfa\x9c\xed\x28\x7f\x25\x17\x0b\x2c\x13\x80\xe8\xac\xef\x35\xda\x8f\xe3\x4c\xfa\xac\xb0\xbf\x14\x92\xc4\x7d\xc5\x3c\xc8\x2e\xf3\x64\x37\x0e\x56\x65\x2f\xbc\x96\xe2\x92\x59\xc3\x08\xb8\xe6\xa8\x55\xb8\xee\x6d\x6f\x0b\x5b\x0e\xdc\xc6\xe8\x1a\xd5\xd8\x4a\x43\x12\x08\xe5\x02\xbf\x25\x00\x49\x1f\x40\x9f\xb3\x14\x88\x4c\x1e\xb5\xec\x93\x84\x0d\x16\xbc\x50\x18\xa2\x8f\xf0\xa5\x08\x26\x73\x5f\x54\xd7\x12\xa4\x2c\x78\x16\xcb\x87\x5d\x0d\x47\xef\x81\x71\x17\x4b\x47\x21\x89\xb6\xc4\x58\xcd\x96\xa9\x65\x38\xb4\x24\x42\x24\x0c\xad\xa7\xa0\x1c\x2a\x40\x4e\x93\x0f\x1b\x43\x1f\xb5\x61\x01\xcb\xa9\x59\x88\x45\xe3\x88\x2c\x65\x10\x3c\x88\x9f\xe4\xa4\x9a\x82\x19\xe3\xbb\xa8\x7e\x30\x1f\x35\xd8\xb1\xbd\x87\x10\x77\xf3\x88\xb8\x1d\x3a\xe4\x8c\x0d\xa4\x17\xbe\xcb\x81\xc4\x31\xc6\xce\xa2\xa6\x1c\xb3\xd1\x0b\x34\x16\x96\xf5\xd1\xc6\x7a\x65\x77\x12\x18\xff\x58\xa0\xb1\x68\x75\x46\x02\x89\xc5\x83\x0e\x62\x89\x79\x8e\x3e\x0c\x25\x36\xbe\x76\x03\xd7\xee\xaf\x5a\xf1\xaf\x0a\x27\xd6\xeb\x9f\xf3\x46\x89\x9c\x4f\x46\x22\xec\xd8\xb7\xae\x63\xc5\xee\x58\x70\xb1\xdb\xfa\x66\x27\xab\x37\xe7\xb7\xf9\x81\x4f\xb2\x7c\xb5\x9a\x2e\x6a\xe2\xf8\x11\xa0\xab\xab\x97\x66\xf6\xb4\x48\xa5\x53\x78\xb6\x51\x00\xe0\xbf\x4c\x68\xb2\x20\x61\xad\x2c\x70\x7c\xe2\x3e\x0f\xe7\x88\x73\xc5\x4c\xfe\x48\x12\x3b\x8c\xc6\x4f\xc8\x9d\x51\xba\xf7\x03\x1d\xba\x7c\x72\x39\xc8\x1d\x73\xfc\xe2\x30\x63\x08\x7a\x4c\x3c\x01\x97\xbc\xc0\x77\x00\xc4\x61\x46\xf4\xcd\x43\xfc\x4c\x7e\xa2\x9f\x41\x7e\x57\xe2\xa9\x8e\x4c\x20\x3e\xca\x47\x08\x83\xea\x94\xde\xe9\x39\xcc\x7e\x7b\xea\x9e\x1b\xc4\xcd\xf0\xe7\xf4\x2e\x38\xc2\x95\xe2\xe5\xce\xfb\xe9\x5e\xe6\x01\x83\xe0\x36\xf7\xb2\x48\xef\x16\x54\xa7\xd3\x4e\x94\xee\xe9\xab\xb7\xf2\xc1\x57\x88\x39\x62\xb0\x7a\x0c\x73\x08\x29\x9e\xb1\x89\xbd\xa1\x3c\x75\x37\x95\xdf\xeb\x0f\x97\x23\xd7\xca\xf9\xb7\x0f\xea\xc1\x9f\x0e\x24\xab\xd3\x15\x9b\x38\x61\x8d\x75\xa9\x7b\x04\xd8\x92\x72\x3f\x11\x9a\x15\xd5\x1e\x21\xbc\xc4\xa4\xe7\x80\xa8\x43\x58\x46\x5a\x87\x05\xa2\x45\xdb\x64\x76\x6b\x73\x1e\x0f\x36\x35\x85\x24\x17\xcc\xac\x9f\x1b\xef\xc9\xa3\xa7\xc5\x3d\x92\xc5\x73\x48\x9f\x99\x86\x27\x8e\x1a\x65\x74\x94\x67\x7b\x9e\x52\x05\xf8\x11\x8d\xd7\x3b\xcc\xf1\xc5\x6d\x62\x40\xec\xfc\x40\xf0\x25\xa2\x87\xf0\x08\xf6\x59\xd4\x69\xd4\xeb\xa0\x2c\xc7\x31\x32\xc2\x6e\x14\x6c\x83\x14\x5d\x75\x51\xad\x39\x06\x4e\x18\x20\x3c\xe1\x83\x76\x5d\xe7\x97\x7b\x65\xc7\x9c\xee\x6e\x41\x67\x38\xc7\xa4\xb5\xdb\x58\x1a\x73\xad\x12\x97\xa5\x8f\x85\xa7\x6b\x79\x2a\xda\x65\x30\x1f\x8f\x90\xf0\x11\xb0\x7d\x5e\xc8\xc6\x3f\xf6\xb7\xfb\x29\x97\x19\xb7\xa5\xb0\x79\x61\xf0\x80\x96\x5f\xe5\xba\x54\x35\xba\xf8\x84\xbb\x4a\x83\xc3\xc0\xa6\xf5\x0e\x00\x9b\xcc\x2e\x20\xd6\x2d\x2b\x44\x15\xde\x51\xc0\x13\x0e\x77\xec\x72\x20\x51\x80\xd9\x25\xd1\x9c\x5a\x9c\x4e\x47\xb0\x6b\x10\xcd\x8f\x26\x2c\x3d\xed\x2d\x79\x00\x6e\x19\x42\x30\xf8\xb4\x2f\xa9\x00\xec\x7d\x70\x99\xb3\x2c\xbd\x42\x06\x6f\x4e\x31\x45\xd1\x80\xb9\xee\x35\x5c\x3c\x92\x55\x18\x51\xcd\xf9\x71\xf7\xef\x3c\xb9\x1e\x08\x26\xd9\x0d\x16\x4c\xa4\xc7\x4b\xb8\x9c\x45\x9b\xc9\x39\x9d\x45\x28\x66\xb7\x95\xad\x6a\xb0\x51\x94\xf1\xb3\x70\x67\xe1\xa0\x42\xee\x2f\x82\xc7\xd1\xf5\xfe\x2b\x80\x02\xcd\x1b\xc4\x3b\xd5\x64\x4b\xb9\xbe\x67\x19\xc7\x6b\x86\x82\xc6\xd9\xc5\x08\x8f\x6e\x51\xb6\x0d\xda\xf2\x06\x15\xb7\x24\xe1\x29\xd3\xdf\x03\xb1\x57\x1a\x4e\xe2\xa6\xef\x9b\x11\xb1\x05\xae\x3d\x7d\x58\x94\x8e\x38\xfb\x6b\x32\xf9\x85\xce\xc6\x4f\xfe\xc1\x18\x55\x90\xbf\x8b\x5f\x92\xe7\x7c\x17\xd3\xdd\x02\xc5\xa1\xdd\x43\x3d\x75\x50\x5f\x3f\xda\xd9\xe0\x8d\x7a\x89\x76\xc6\xf7\x94\xcc\xae\xaa\xf9\x16\xbc\x8d\xf6\x81\xa7\x2d\x94\x1c\x87\x5a\x70\x77\x59\x86\x63\x71\x58\x3f\xba\x17\x46\x7e\x4d\xc4\x11\x6b\xf6\x06\xc1\xa7\x4a\x3c\x49\x92\xc3\x7a\x45\xdc\x30\x9c\x63\x5e\x19\x84\x0d\x81\xd2\x86\xe5\x40\xc4\xc8\x30\xe9\xae\xe1\x67\x6e\x9a\x09\xbf\xbf\xa0\x0a\xf9\x66\x56\x18\x8e\x6b\xc5\x69\xc7\xdf\x74\x08\x22\x93\xa0\x2a\xbd\xf7\x8f\x9f\xbe\xa3\x98\x8f\x61\xc0\x2d\xf7\xde\x0e\xb7\xce\x13\xcd\x49\xb7\x40\xfa\x30\x60\x2e\xe2\xa8\x5f\x74\xdc\x87\xd4\xa7\x5b\xf4\x8a\x94\x5e\x05\xcf\xcb\xf0\x4a\x64\x33\xf5\xcd\x38\x42\xc1\xee\x3a\xf6\xdd\x79\xae\x01\xaf\xe3\xfd\x20\x90\x51\x60\x1f\x56\x2f\x41\x67\x00\xfb\x28\x9d\xb8\x6b\x04\xde\x26\x44\x77\x05\x21\xb0\xb3\x5b\x07\x64\xf3\x1f\x46\x9f\x9f\xe8\xe1\xd7\xef\x8a\xe6\xd4\x7f\xd0\xe8\xcb\xd1\x9c\x7e\xa7\x4b\xe5\xd1\xc7\x0c\x42\x1d\x6a\xf4\xaa\x81\xcb\x18\x3c\x6f\xf0\x95\x6e\x90\x43\x15\x5f\x0c\xef\x48\x46\x38\x09\xbf\xd9\x06\xab\xbe\x95\x84\x9c\xff\x88\x6b\x65\xe8\x17\x33\x14\xf9\x7b\x71\xfc\x23\xdb\x99\x0d\xe1\x2f\x45\xbc\xf6\x5d\x77\xf4\x57\xbb\x74\x84\x94\xa7\xaf\x17\x18\x06\xba\xe4\xfd\x72\x5b\x91\x30\xee\xa5\x5c\x13\xd3\xd7\x1e\x70\x3b\xdf\xcd\xb6\x0f\x1a\x19\x39\xc1\x7f\x1c\xc6\xbd\x44\xd8\xcb\xa3\x51\x2f\x8f\xd8\x9e\xbf\x10\xfe\xb2\xdf\x65\xd0\x17\x61\x50\xc2\x10\xa6\x3c\xc8\x26\x1f\x1d\xa4\xa3\x48\x67\xbd\xe9\xf8\x52\x44\xcc\x13\xa7\x1c\x1c\x8a\x55\x81\xad\xe0\x39\xeb\x7f\x7b\x56\x46\xb6\xbb\x49\x20\x85\x40\x9f\x17\xc5\x4f\xf2\x13\x65\x79\xc1\xb0\x6f\x81\xfe\x71\xeb\xdc\xfc\x10\x2d\x58\x28\xf6\x54\xff\x6e\xf2\xfd\x3c\x88\x85\xf9\xc6\xa5\x92\x18\x63\x53\xbf\x73\x85\x84\x49\x71\xaf\xba\xf4\xd2\x2d\x85\xdc\x49\xb4\x97\xfc\xca\x78\x00\x71\x10\xc1\x53\x01\xc3\xd4\xa8\x5c\xd5\xaf\x5b\x1f\xbb\xc5\xb5\xbc\xd9\xfb\x4a\x82\x53\x16\x79\xe6\x3b\xd5\xbb\x2f\x1f\x97\x9b\xbd\xce\x33\x97\x24\x56\xc0\xc8\x0f\xc0\x66\xd1\xb9\x2f\x39\x50\xda\xbb\x54\x3d\x11\xc5\x3e\x92\xc1\xc4\x06\x57\x37\xc9\xc5\xa6\xbe\xd7\x7c\xd7\x87\xc5\xa3\xb9\x6f\xbb\xf0\xd4\x94\x63\x73\x8a\xf7\x8f\xd0\x1b\x5d\x0a\x4d\x75\xed\xb6\xdc\xb0\x24\x82\x67\xd1\x78\xce\x1c\xe5\x51\x05\xf9\x61\xae\x8b\x97\x67\x0f\x14\xf6\x34\xf7\x8f\x86\xdd\xf4\x1f\xa0\x16\xb9\x42\xde\xd0\x4f\xc4\x08\x2d\xb1\x3a\xa7\x5a\x39\x33\xe4\xb6\x6d\x7b\x5d\x22\x6e\x3f\x04\xf9\x87\x3b\xc0\xea\x5c\x17\x54\xcb\xbe\xc3\xa0\xd6\x2a\x69\x4f\xde\x23\xd7\x2e\xf9\xf7\xe9\xe3\x4e\x85\x40\x5f\xea\x14\xb7\xf9\x9f\xc4\x7d\x78\xbc\xe9\x44\x2c\xf6\x65\xdf\x4b\x85\xb5\x5f\x7a\x0d\x76\xed\x7b\x68\xa3\xb9\xb9\x06\xed\x83\xe6\xa6\x17\xdc\x4d\xc0\xc7\x0f\x57\xc9\x13\xa7\xc8\x01\x1b\x21\xd8\x5d\x3b\x5e\xe1\x48\x10\xec\xaf\xa0\x15\xbe\x0a\x0b\xec\xe3\xd0\xaa\x9b\xa9\x07\xb6\xb7\x6e\x03\xc2\x62\xc7\x6c\x39\x3f\x7e\xf4\x50\xd8\x3f\xc9\xf8\xca\xe3\x5a\x80\x6d\x78\x67\x70\x83\xbd\x73\x07\x69\x6e\x71\x33\x06\xb1\xfe\x1f\x36\x1a\x37\x37\x9d\x67\x9e\x79\x1c\x54\xaa\xa4\x9e\x3b\x19\x0a\x31\x43\xc0\x78\x01\x83\xe7\x51\xc2\x08\xc7\xfc\x7a\x6e\x16\x5c\x06\x13\x60\x31\x24\x84\x0b\x31\x58\x00\x2e\xc1\xd7\x05\xb4\x2b\x05\x5b\x5a\x46\x34\x6f\xc3\xae\x85\xb1\x0c\x6f\x18\x53\x05\xa7\xc7\xbc\x0b\xa6\x21\x91\xe8\x63\x51\x0f\x3f\x2d\x02\x80\xc4\xf8\x35\xb7\xbe\xc6\xdf\xe9\x50\xf5\x4a\x58\x34\x98\x82\xad\x44\xa6\x1c\x25\x1e\x5f\xd9\xaa\x12\x97\xdf\xd9\x70\x8f\x6e\x1c\x21\x1a\x5f\xd9\x15\x47\x54\x7e\xef\x34\x1c\xeb\x4d\x12\x39\x1f\x05\x8f\xb9\xf8\x65\x0a\x64\x25\x60\x69\x24\x2f\x59\x72\xc1\xae\x59\x2c\xc1\x85\xae\x59\x81\x67\x22\xdf\x5c\x61\x7d\x48\x6f\xc3\x78\x13\x49\xb8\x69\x7a\x91\x1f\xc3\xbd\xa3\x6e\x64\x7c\xdf\xc1\x07\x35\xf1\xb5\x96\xb4\xde\x90\xa5\x61\x1c\x72\x8f\x1b\x42\x29\xb1\x16\x73\xf7\xe0\x3d\xcd\x90\x5e\x46\xa1\x46\xbf\x93\x68\x1b\xc1\x03\x87\xfa\xe8\x1d\x2f\xdd\xa7\x09\xde\xf0\x5d\x54\x69\x9d\xcd\xce\xec\x2f\x7e\xf7\xb3\x09\x6c\xbd\x93\x90\xa3\x66\x96\xb9\xf6\x8f\xd5\x45\x73\xfb\x3e\x7a\x5b\xb0\x23\x6e\xbc\x6c\xf5\xd5\x3b\x0e\x6a\xa8\x5f\x10\x52\xc1\x5d\x72\x28\x00\xfa\xd3\xb1\xe9\x69\xa2\xae\xa9\xb3\x8b\x6b\xbc\x17\xc9\xd2\xea\x16\x4a\x0c\x35\x83\xed\xaa\x12\x55\xc3\x48\x2c\x91\xc7\x27\xc1\xb5\xc7\xe7\xec\xc7\x21\x4f\x6b\x70\x82\xdc\x62\x33\x13\xa2\x13\x69\x31\xfb\x40\xff\xa6\xc5\x77\xc9\xbd\x6c\xe2\x87\xcc\x9a\x63\x9a\x65\xe2\xb5\x2e\xf4\x17\xc7\x67\xf4\x00\xce\x45\xb9\x51\x13\xa1\xf4\x24\xa8\x01\x5d\xdd\xb1\x86\xbb\xe3\x10\xc5\xf4\x27\xd1\xfe\x6b\x7f\xc7\xda\x93\xdb\x8b\xec\x6b\x06\xf5\x3a\x47\x0a\xd1\xcd\xb2\x60\x15\xeb\xe2\x71\xa0\xa6\x3c\x09\x52\x83\x33\x22\x4e\xb7\xef\x37\x5a\x0b\x52\x98\x19\xae\x51\x98\x7e\x25\x51\x96\xc3\xa4\x46\x5e\x76\x0c\x93\xc4\xdb\x25\x4c\x09\x62\xcc\xc4\xa0\xd6\xf3\x3a\x6c\x7a\x58\xbc\xf7\xbc\x47\x5c\xc5\x48\x9f\xe4\x8e\x4b\xdc\x03\x1f\xda\x33\x4c\x2e\x2a\xc2\x15\x36\x74\x94\x71\xad\xca\xf9\xf7\xaa\x75\x57\xae\x83\x1a\x38\x8e\x51\x98\x22\x12\x03\x36\x6f\x98\xca\x7b\x35\x4c\xf0\x02\xad\x19\x42\x53\x66\x21\x6f\x88\x8e\xe0\x96\x88\xf2\x0e\xbf\x44\x94\x1f\x83\x6b\x0e\x39\x02\xe0\xb2\x22\x46\xef\xb0\x8d\x81\xd5\x5d\x39\xfb\x98\xb7\x12\x43\x24\x80\xc0\x75\x7b\x44\x78\xe0\x67\x4f\x2a\x0e\x22\xfd\x0c\x49\x09\x25\xd1\x3a\x64\xc9\x3b\x3c\x52\xde\xdc\x5a\xc2\x9d\x92\x1c\x72\x90\x0b\x20\x4e\x76\x2e\xaa\x46\xcb\x35\x05\xe7\xa4\xaf\x4c\xcf\xda\xbc\xec\x3f\x6b\x1f\x06\x0a\xd5\xcb\xde\x8c\x33\x57\xc1\x13\x32\x5f\x53\x4d\xdc\x37\x05\xf0\xe1\xf7\x6b\xec\x6d\xe1\x8f\xbe\xa6\x9f\x7c\x10\xe0\x48\xa0\x3a\x9a\xc1\x43\x1c\x43\xce\x83\x41\xd9\xbc\x73\x7b\x55\x71\x2f\xc7\xab\xf8\xaa\x0e\xf2\x91\x5b\xae\xe5\xf0\xb1\x3e\x99\x29\x7b\x61\xba\x13\x8b\x8e\x57\x62\xaf\xe8\x44\xdc\xd0\x71\x50\x54\x44\xfd\xa1\x0d\xe6\x48\x36\x5f\xa8\x30\xec\xe6\x57\xd6\x18\x5c\x81\x91\x1a\xfb\x0a\x13\xdf\xe2\x3a\x6f\xe7\xeb\xa5\x76\xfd\x45\x5a\x2f\x70\x17\x1a\x9e\xc9\xc6\x46\xc1\x19\x60\x6f\x58\xc4\xf3\x6a\x83\xa2\x81\x61\x94\x6a\x71\x4f\x59\xfb\x7a\x6a\xd3\x5c\x97\x4b\x28\xed\xf0\xfc\x19\xdb\xe2\x5f\x12\xbd\x51\x19\xec\xfe\x94\x12\x1f\x49\x18\xde\xfc\xc6\xb0\xd5\xba\xb9\x9f\x3c\x78\x8d\xcb\x7c\xfb\xef\x46\x5e\x27\x2b\x6d\xf0\x78\xa6\xe6\x2c\x89\x29\xa7\x0a\xf6\x13\x0f\x1a\xf1\x33\xcf\x77\x1e\xde\xda\x87\x18\x2b\xfa\xef\x79\x69\xbd\x1b\xe9\x27\x30\xe4\xc8\x88\x02\x7f\x95\x68\x58\x7d\x74\x95\xcb\xd4\xc9\x03\x71\x3d\x82\x03\xb7\x04\x94\x76\x67\xb1\xb5\x99\x36\xa2\x30\x34\xa2\x0b\x55\x8b\xea\x91\xa1\x84\x8d\x1f\xc5\x72\x6d\xf9\xf6\xf1\xe0\x81\x84\x1e\x7e\xbf\xe7\x44\x3c\x98\x70\xf3\x3b\xb1\x7c\xac\xda\x7f\x0c\xcb\xeb\xa0\x4f\x7d\x5c\x0f\x4f\x7d\x0e\x64\x44\xd3\x83\x0b\x39\xb3\x8f\xfc\x27\x91\xc4\x90\xd6\xea\x83\xa6\xeb\xaa\xae\x3a\x92\xe9\x8c\x7b\x01\xf4\x85\x4d\x69\x46\xc0\xd9\x46\x71\x3d\xef\x38\xf0\x82\x2d\xb1\x26\x4e\xbb\x0b\x1e\xed\x0a\xca\x31\x3b\x64\x4b\x41\x73\xbd\x64\x5b\x85\xf0\x47\x41\x3c\x58\x57\x47\x50\x56\x4b\x55\x0b\xdc\xb9\x63\x03\x47\xdc\x4c\x1b\xc0\xee\x2b\x7e\x42\x62\x5e\xd0\x72\x77\xfb\x39\xc6\xdc\x20\x82\x2c\x1b\xff\xea\xe4\x35\x27\xe3\xb2\x51\x3d\x6c\xc0\x76\x4b\x4b\xb9\x66\xa8\x77\x6a\x3b\x1c\x2f\x87\x80\x8d\xfd\x32\x6b\x89\xdf\xd8\x2b\x60\x67\x6f\x63\xd2\x7d\x6f\xee\x5e\x52\xd2\xc8\xbc\x31\x64\x7f\x02\x00\x7b\xea\x26\xfb\x0a\xcf\x6e\x99\x78\xca\xc2\x62\x79\x56\x18\x2e\x92\xbc\xe1\x04\x7b\xce\xad\x8e\xc1\xb3\xbf\xce\xec\x65\x55\xed\xfd\x8a\xbe\x1a\x5b\xd4\xb0\x94\x1a\xd7\x06\x9d\xe3\x07\xc1\xd6\xbd\x03\x8a\x0b\x56\x0b\x04\x1c\x69\xa4\x80\x7c\x44\x40\x8b\xaa\x6a\xf1\x2a\xe9\x1e\x6c\x2e\x7b\x83\x72\x30\x72\x9b\x0a\x77\x8e\xe5\x76\xa4\x57\x02\xdd\x9f\x33\x82\xde\x73\xf4\xe6\x5b\x66\x6d\x87\x07\x26\xa8\xb5\xba\x5b\xc2\x69\xb8\xd1\x26\xdf\x5c\xe0\x59\x0a\x97\x3c\x36\x13\x83\x92\xae\xdd\x41\xe1\xd1\x86\x97\xe9\x72\x63\x46\x5a\x7e\x86\xf4\x2f\x34\x3d\x28\xeb\xdb\x1e\x14\x1f\x6b\x5c\x5e\x90\x06\x6d\x5a\x74\xcb\xad\x69\x71\x2f\x7e\x33\x67\x57\x0d\x5f\x95\xbe\x3f\xcd\x5c\x0d\x89\x18\x7c\xe3\xa9\xd9\xb4\x1c\x2d\x67\xac\x52\x3a\x32\xe9\x48\x4c\xd9\x89\xc7\x6f\xdc\x67\x84\x82\x48\xcc\xd2\xd1\x42\x15\x6e\xde\xce\x55\xb6\xd1\xdd\x08\xce\xd2\x55\xf0\x44\xee\x57\x37\x2a\xa8\xe9\xc6\xcc\xc5\x0b\x6a\x50\x1d\xe2\x06\xcb\xd9\xbd\xbc\x5e\x16\xc6\x85\x10\x4e\xa8\x1f\x9a\x16\x40\xb3\x08\x47\xd0\x4c\x2d\x2f\xd8\x9d\xe4\x8a\xc3\x10\x03\x5c\x65\x7e\xa8\xbc\x5a\xe2\x8c\x06\x84\xcd\x96\x53\x7a\xf6\x75\x25\xf6\x88\x5c\xf6\x55\x45\x6c\xdf\xa4\x84\x8a\x98\xb7\x17\xd1\x1e\x35\xb3\x08\x0a\x0a\x6b\x16\xb3\xe5\xe2\x95\x3e\x2e\x48\x18\xca\x91\xf5\x9d\x7f\x8a\x7d\x44\x50\x40\xf9\x19\x6d\x35\xc3\x88\x51\xd7\xfa\x1b\x3a\xf5\x82\x02\xda\x57\xbf\xf4\xdb\xb2\xca\x20\xd9\xce\x85\xd6\xe6\x41\x0f\x30\x7b\x82\x7f\x35\xc5\x1e\xb8\xf4\xaf\xa6\x68\x20\xf0\x20\x02\xb8\x66\xb0\x77\x34\x2d\x37\x54\x15\x72\x91\x7d\x75\x4d\x3b\xbc\xeb\x6a\x0e\xfc\xb3\x12\x11\x4d\x3c\x38\x04\xac\xb6\xe6\x51\x1f\x46\xa3\x0e\x86\x17\x39\x08\xba\xe1\x59\x0b\xaa\x77\x6b\x9e\x6a\x99\x38\x66\xac\x8e\x88\xe5\x14\x71\x7e\x7b\x12\xe8\x20\x0c\x3b\xc0\x09\x0c\xbf\xda\x32\x7b\xcd\xef\xb4\x84\xc5\x58\x80\x14\x81\x2c\x2a\x7a\xca\x19\xa5\x9f\x52\xf7\x44\xb5\x6a\xc1\x5f\xc3\xc2\x80\xeb\x36\xfc\x0c\x87\x84\xe8\x83\xef\x2b\x09\x57\x62\xba\xcc\x6c\x97\x8f\xbc\x17\x7f\xfe\xa5\xc7\xe2\xfd\x80\x03\x5b\x1c\xbb\x2d\xdb\x67\xf2\x04\x62\x97\x7e\xd6\x17\x49\xec\x23\x48\x6f\xf0\xe4\x51\xb7\x4b\x02\x55\xd6\x33\xcd\x4b\x5e\xe3\xc9\xa4\x63\x25\x45\x9d\xf7\xe0\x82\x38\xdc\xd3\x6f\x30\x26\x44\x22\x59\x17\xd5\x82\xcd\x8f\x1c\xfb\x89\x9f\x4f\x6a\x1f\x6a\x0d\x79\x33\xf7\xb8\x16\xbe\x6a\xc7\xec\x63\x1f\xf5\x00\xcd\xd8\x17\x42\x8a\x1a\xc4\x47\x65\x50\x0d\xa1\x5d\x24\xd8\xda\x71\xfd\x84\xd9\x4c\x6b\x12\xb5\x2f\xda\xab\xc3\x10\xeb\xd3\x77\xb8\x8f\xeb\x62\x9a\xd9\xe0\x78\xbc\x4b\x84\x5d\xb7\x77\x87\xa2\x9a\xe5\xa5\x1f\x79\xd4\x27\xea\xd6\x2e\x5d\x8f\xbe\x0e\xe4\x9f\x06\x1a\x5d\x5e\xf7\x04\xe0\x5e\x97\xd7\xab\xe6\x05\xbc\x67\x5d\x0d\x9b\x0c\x35\xe9\xba\xdd\xda\x9c\xf8\xec\xea\x50\xaa\x52\x30\x9e\x60\xf8\x12\x83\x1e\x13\xc1\x34\xf6\xb2\xb1\x7d\x85\x2d\x72\x43\xfd\x28\x57\x18\x06\x8f\x8e\x89\x7e\x30\xf4\x63\xad\x56\x41\x24\x8e\x69\xd4\x0b\x04\x6d\x81\x3b\x4c\xb4\x04\x41\x17\x8a\x3c\x43\xe8\x1b\xa8\x2a\xe4\xb5\xba\x40\x73\x75\x62\x1f\x35\x65\x3a\x20\x36\x7c\x7e\x12\xa9\x1c\xf6\x61\x1a\x4e\x54\xe8\x9c\xf4\xd2\x44\xa3\x8f\xdc\x60\xa9\x2d\xb9\x39\x1b\x11\xd6\xc0\x37\xc1\x93\x56\x06\xf5\x04\x93\x3f\x43\x0f\x1c\x4e\xb0\x66\x98\xd7\x6c\x81\x11\x9d\x27\xd3\xc9\xb8\x81\x40\xfd\x29\x08\x8c\x64\x53\x28\xfc\xc8\xfb\x8c\x61\xcb\xf2\x1d\x9b\x70\x25\x4d\x5e\x45\xf3\x8f\xa2\x49\x2a\x9e\x2c\x6a\xf8\xc9\xa3\x5a\x3d\x8f\x6c\x2c\x24\xff\xa4\x0e\xeb\x60\x95\xb4\x45\x3d\x7d\x12\xe9\x66\x93\x37\x9c\x97\x9c\x23\x4f\xcb\x04\x21\x34\x41\x37\xc3\x17\xd2\x25\xdf\x75\x5c\xbe\xfd\x5b\x15\xf2\x6d\x4a\x79\xb2\xff\x55\xc9\x8e\x7c\xd0\x57\x65\x9a\x65\x1d\xa4\x9e\xfa\xf7\x14\x82\x7e\x72\x45\x11\xf1\x6d\x7d\xad\x0c\x31\x24\xcf\xa5\xef\x87\x5e\x39\x38\x93\xcb\x06\x92\xb6\x21\x09\x8e\xf8\xe8\xc6\xb6\x83\x2d\x3b\x3b\x27\x9a\x60\x13\x58\xc1\x95\x95\xd4\x23\xbe\x98\x75\xf6\x36\x4c\xb7\xa4\x9e\x73\x69\x8e\xe4\x6b\x0c\xc2\x3b\x2f\xd5\xd0\x34\x7d\x27\x71\x2e\x6c\x2e\x93\x76\x42\x0e\xc3\x6e\xa5\xfb\x02\xa7\x03\x1e\x57\x63\xcf\x3c\x5c\x29\x00\x75\x4d\x93\x4d\xbe\xde\x78\x57\xa6\xcc\xbf\xb7\xab\x93\x07\x7e\x81\x63\x61\x7f\xc4\xf5\xf7\x0b\x36\x5b\x24\x4f\xe1\x19\x1c\x00\xd0\x58\x38\xdb\x8d\x24\x6d\x25\x4a\x93\xf1\x97\xb9\x3e\xea\x8f\xc4\xe5\x1d\x85\x8d\x2c\x22\x72\xd4\xb9\x73\x0e\xbd\x46\x34\xfc\x53\x1a\x0e\xc7\x86\x05\x9d\xc3\x65\xf1\xa2\x33\x71\x1c\xaa\xe9\xa0\x7e\x75\x62\xaa\x6a\x76\xba\xd2\xf4\xae\x1d\xc0\x35\x9d\x74\xf9\x09\xce\x82\x2f\x01\x07\x8f\xfb\x1f\x87\x6a\x20\x5e\xf1\x9b\xd0\x7f\x32\xb4\xbb\xfc\x1c\xb0\x11\x9b\x57\xfa\xec\x2d\xfb\x48\xd2\x0a\x69\x61\x09\x97\x18\xf0\x67\x92\x60\xab\x66\x5b\x98\xc2\x78\x5b\x57\x04\xb3\xc3\x89\x37\x6f\x52\x92\x46\x92\x27\x59\x72\xf1\x44\xd3\x9b\x5d\xbb\x97\x67\xfd\x2e\xde\x7c\x38\x3f\x4d\x8f\x60\x3f\xc0\x18\x97\x01\x95\x6c\x3c\x42\x23\x83\x91\x9a\x33\xf6\x01\x66\xdb\xb0\x01\xb2\x2d\x1a\x79\xa4\xa8\xe0\x18\xe7\x72\x1f\xc7\x6d\xe8\x1e\xe4\x71\xc6\x06\xa8\x4a\xe2\x0d\xcd\xd7\x92\x28\x70\x79\x9d\x68\x89\x69\xf2\x86\x18\x82\x1c\x31\xe7\x34\x05\x77\x8f\xbb\x02\x6f\xdf\x25\x8d\xd9\xa7\x35\x3b\x51\x2d\xae\x39\x30\x4b\x9a\xdc\x3f\xb9\x3f\x8d\x88\xc5\xbc\x2d\x1a\xbe\x50\x06\x26\x21\xf9\xf0\xfa\xe2\xd4\x94\xcb\xfa\x1a\xde\x6f\x76\x9c\xdb\x7c\x0f\xa8\x39\xf4\xba\xc4\x6a\x02\x86\x7f\x2a\xa3\x89\xc3\x4a\x5c\x77\x75\xa3\xc3\xae\x6b\xea\x2b\x84\x61\x64\x04\x3a\x7f\xf2\x26\xd1\x84\x80\x66\x68\xf3\x1c\x88\xd9\x72\xb3\xbe\x23\x41\xb8\x68\x13\x72\xb1\x96\xf0\xe5\x7b\x9a\x56\xfa\xc7\x56\x06\x96\xf4\x39\xcc\xd6\x3d\x22\x7b\x21\xb6\x7a\x3b\xdd\x9e\x4f\xe2\x13\xd4\x3f\xe7\x48\xf2\xda\xa6\xca\x4c\x9f\x67\x72\x64\xd9\x33\xc9\xe6\x90\xc4\x46\x36\xe1\x94\x7b\xb7\xc6\x63\xc5\x54\x48\x82\xbd\xfa\x2b\xae\xe5\x2b\x1d\xe0\xc2\xaa\x7a\xec\x72\x3e\xee\x8e\xa0\x24\x5a\xfc\xe5\xec\xb8\x7d\x31\xd6\xee\xc4\x6f\x63\x07\x05\xe6\x72\x3c\xc8\xcb\xca\x71\x87\x5d\xec\x90\x21\xbc\x0f\x17\xd2\x9b\x2a\x4c\x2f\x07\x95\x92\x10\x19\xaa\xb2\x3e\x21\xdc\x3d\xe2\x26\xad\x28\xc8\xdc\x4f\xae\x77\xa9\x8e\x54\xcc\x40\x20\x7c\x8c\xee\x70\xf5\x65\x2a\xd8\xb8\xf8\x39\xea\xad\xed\xe3\xca\xc1\x73\xb1\x51\x28\x0e\xb2\x57\xb2\x10\xae\x16\x2d\xd0\x00\x1b\x44\x27\x18\x62\xc8\x0e\xf5\x66\xc4\x2d\xdd\x98\x2a\x9e\x5f\xfb\x83\xb2\xd7\xea\x26\xd5\x1a\x7b\xc1\x5f\xa1\x1e\xd8\xc2\xa5\xfb\xbd\x1e\xbb\xfb\x7d\x11\x9c\xb9\x41\xf6\x15\xf6\x8c\xcb\xd5\x9b\x00\x41\x3e\x2e\x06\xfb\x7c\x0e\x16\xa9\xb9\xf1\x91\xad\x89\xd5\x6a\x45\xe8\x63\xf0\xb8\x07\x07\xef\xc4\xc7\x29\x7d\x74\x8d\x2b\x26\xd1\xbb\xe6\xd0\x8e\xb2\xa6\x71\x3d\x7b\xcf\x3f\x21\xac\x45\xb7\xe0\x6d\x89\xba\xe3\x65\xab\xbd\x79\x2c\x0b\x82\xc4\x85\x50\xdc\xaa\x42\x25\x51\xab\xcc\xf5\xd5\x55\xd5\xca\x9b\x9f\x61\xcc\xa1\x05\xc7\x20\xdd\xa7\x99\x9b\x5d\xd8\x7b\x97\x73\x79\x7b\xd0\x15\x11\x5b\x33\x88\x89\x0f\x46\x30\x28\x4a\x43\xe8\x97\x7b\xcd\xb1\xf1\xe5\x32\xd1\xb0\xa9\x65\x9d\xef\xf5\x86\xf7\x05\xff\x96\x0b\xde\xae\xd7\x58\x10\xdd\x12\x3c\x05\xef\x76\x6b\xb3\x75\xcf\x90\x39\x0a\xea\x67\xc3\xd5\xdc\x6c\x1c\x7e\x5c\xbc\x3c\x1d\xc3\x0e\x80\x8c\xf2\x7b\x41\x3e\xbf\xb0\x39\x5f\x74\x74\x1c\xd2\xe6\x11\xbc\x0b\xe3\x75\x4a\x4a\xc2\x60\x7e\xc5\x50\x72\x14\x3d\x90\x11\xb0\x71\x41\x6a\xc1\x7e\x13\x92\xf9\xba\x63\x5a\x8e\xc0\x2e\xfb\x3e\x5c\xb0\x86\xf4\xeb\x34\x9c\x4b\xca\xc5\x4d\x3c\x0e\xd0\xc1\x10\xe7\x69\x26\x32\x24\x25\x9f\x22\xb9\xe9\xc1\xae\xd1\xa2\x83\xc4\xdb\xdc\x9c\x96\x3c\xb8\x4f\x00\xa7\xf2\x71\xff\x61\x58\x88\x98\x05\x08\xe5\x72\x2d\x32\xbf\x31\xf2\x3c\x82\x7b\x1b\x81\x1f\x31\x2c\xe5\xa5\x62\x34\x4a\x58\xbc\x6e\xcd\x6d\x15\x20\x84\xf5\xa0\x40\xe3\x96\x31\x5b\xd8\x55\x3c\x53\x8f\x83\xb1\x95\x24\x28\xcf\xc8\xfb\x34\xcf\x40\xfb\x34\x2f\x00\xf8\x34\xc6\xac\x17\xfd\x0d\x45\x19\x4d\x53\xc8\x9e\xba\xb8\x78\x1d\xef\xa7\x20\xd3\xbd\x9c\x9e\xca\x55\x7d\x9e\xf1\xbb\x78\xde\x69\x4d\xfc\xc6\xdd\x87\x41\x11\x3b\xd7\xbd\x24\x57\x83\x14\x6d\xfe\x52\xe4\xad\xf9\xf6\x2e\x1c\x84\xee\xb6\x79\xb6\xf0\x75\x58\xae\x20\xa0\x7c\xf4\x39\x36\x25\x4e\xbd\x05\x7d\x4e\xe1\x02\x65\x0a\x83\x69\x83\x64\xe2\x1c\x51\xd6\xc0\xd4\x1e\x7d\x1d\x89\xb2\x4c\xc5\xfb\x40\x09\xc6\xf6\xc9\xc1\x56\xc1\x85\x47\xcf\x64\x10\x81\xd7\x70\xd3\xef\xb5\x0a\x58\x3f\x4a\xc2\x67\x7f\x9d\xd0\xf5\x53\x5e\xa2\xb2\x2f\x53\xf1\xdd\xae\x57\x25\x11\x12\x55\xb3\xe3\x89\x68\xfb\xea\xae\xb8\x59\xe5\xe5\x4d\xee\x2b\xe0\xe1\xa9\x0e\x4f\x46\x17\xe8\xf0\x06\x54\xf7\x08\xde\x62\xab\x79\xf4\x1b\xa5\xc2\xca\x6d\x2d\xd3\x3d\x31\xde\xe9\xec\xd9\x93\xf3\x0f\xcf\x5e\x3e\x89\x42\xf3\xda\x63\x43\x82\x09\xe0\xa6\xe0\xbc\x60\x3b\xfc\x13\x75\x0c\xc0\x3b\xb5\x1c\x32\x20\x18\x3e\x71\x2d\x5e\x12\x0b\xca\xbc\x47\x0e\x9d\xe7\x24\x3b\x70\xac\x9a\x91\xc2\x36\x56\x89\x62\x83\xbd\xb3\x3f\x86\x0e\x1c\x77\x67\xce\xc3\x23\x92\x2c\xa3\xc4\x86\xe7\xfa\xeb\xfc\xd2\xcd\x93\xdc\xe9\x67\xe5\x2f\x9d\x4a\x1c\xf8\x98\x2f\xf4\x8b\x5d\x18\x77\x3b\x2e\xfd\xaa\x0f\xf9\x5a\x8e\x6d\xc9\xb3\x9f\xb6\x12\x64\x97\x67\xd7\x31\xb8\xc1\xa2\xf9\x03\xfc\x0d\x7f\x69\xb7\xc3\x5e\x2b\xd8\x6d\x44\x5a\x41\xec\xfa\xd2\x4e\xaa\xe0\x9a\x0c\x98\xe4\xe5\xf3\xd7\xef\xb0\x96\x3d\xd8\x01\x09\xd0\xf4\x01\xb9\xd0\xf4\x71\xf2\xc0\x4a\x64\xa6\xb5\x2c\xb9\x21\x00\xd2\x42\x5e\xba\xe5\x17\x4a\x38\x86\xa2\x85\x75\x60\x73\x7d\x26\xfb\x27\x81\xb0\x4e\x1e\x86\x1d\x37\x9b\x96\x85\x3f\xd6\x2e\xb9\x17\x0c\x82\x37\xb4\x07\x95\x21\xba\x8e\x44\x84\xe2\x4d\xae\xfa\xa4\x30\x28\x35\xaa\x99\x3a\xde\x84\x8f\x51\x9d\x73\x76\x82\x19\x3d\x16\x05\xec\xb6\x39\x17\x93\x91\xf5\x85\xc3\xc7\x68\x45\x02\x96\x66\xb4\x63\x68\x02\x05\x4e\xbf\x62\x10\xf7\x8c\xbf\xc0\xd8\xcf\x41\x73\xa5\x6f\xac\x64\xbf\x09\xbf\x16\xe2\xc7\xe9\xc8\x22\x9e\x47\x1a\x3d\xf2\x15\x70\x5f\x57\x57\x39\xb4\x02\x02\x6a\x3f\x2d\x98\xfd\xb6\x15\x9e\xeb\xb7\x6e\x2d\xd7\x31\xda\x6d\xb9\x8a\x68\xcf\xf8\x77\x12\xb2\x97\x4a\x31\xb0\xc1\x05\x72\x06\x95\xb4\x02\x8e\xd0\x8d\xf5\xd2\xcd\x84\x98\x83\x5e\x3c\x4b\x6c\x02\x87\xc5\xec\x8f\xa2\xc8\x57\x46\x0d\x4e\x3c\x8c\x24\xeb\x3a\x37\x86\x4d\xdb\xee\x9b\x28\x86\x0c\xbf\x42\xdf\xeb\xbb\xaf\x42\xfb\x85\x2a\x10\x9e\x69\x15\x6e\xf4\x7d\xce\x06\x40\x3b\x1d\x7f\xaa\x6c\x58\xdd\xde\xf4\x5a\x38\x3d\xa6\x04\x50\x3f\xfa\x94\x78\x5d\xcb\xbd\x25\xbc\x55\x28\x17\x98\xc6\xa8\x2e\x18\x4a\x6d\x95\x18\xc9\xb1\x36\x01\xc1\x67\x34\xe5\x2b\xa7\x6d\x7d\x2e\xa7\xcb\x1a\xe1\x1a\xe9\x9f\xd3\x56\x9e\x6a\xd1\x74\x4f\x01\x6c\x0a\x18\xdb\xac\xe3\x98\xc2\x69\x09\x2d\x98\x87\x8d\x9e\x0f\xb5\xa9\xfd\xb7\x46\x6d\xba\xf9\x6c\x96\x9d\xf3\x01\x78\x42\xd2\x18\xad\xdd\x96\xcf\x3f\xef\xd8\x13\xd4\x52\x49\xac\x04\xb9\xc6\x24\x6f\x82\x70\xc0\x57\xdf\xd7\xe1\x2d\x46\xd7\x67\x30\x9d\xe0\xcb\xeb\x96\x17\x6b\xac\x0f\x56\x1a\x60\x00\xeb\xaa\x6a\xfd\x3f\xf5\xa5\x07\xb0\x9e\xc7\xbc\x57\x6d\x09\x0e\x0c\x20\xd7\xd3\xe7\x7a\x65\x1d\xa1\x0c\x92\xb7\x9c\x4f\x92\x2c\x72\x1c\x34\x4e\x40\x78\x9f\xf2\xb9\xd7\xf8\x66\x0d\xdc\x9d\x60\x9a\x65\x94\x24\x81\x93\x13\x98\xf5\xb0\x30\x99\x19\x40\xd9\xa4\x08\x2e\x2f\x45\x34\x90\x2c\x7e\xa4\xc1\xa8\x33\x55\xb5\xdb\xf6\xaa\x64\xb9\x5a\x2b\xc9\x3c\x60\x28\xb2\xf7\x80\xd1\xba\x3a\xa7\xc1\xc9\x46\x86\xe9\x47\xe2\xb9\xcd\x30\x65\xfe\x8d\xbc\x54\xa9\xee\xce\xe1\x98\x7a\x4f\x0f\xd9\x9c\x6a\x4f\x25\xa6\x83\x9e\xaa\x70\xcc\x6b\xb2\x4b\x34\xf7\x8b\x8e\x6a\x93\x5f\x64\xde\x3f\xd9\xbb\xb4\x6c\x6e\xe9\xf9\x73\xdb\xb7\x90\x25\x7c\x97\x0f\xb3\x73\x4f\x9e\xdf\xa5\xa9\x70\x21\xed\xe5\x77\x16\x7a\x18\xf1\xdb\x57\xf6\xc1\xba\x6f\xfc\x83\x75\xb4\xcd\x83\x47\xfc\x7a\x4f\xfa\xba\x37\x55\xa9\x4e\x76\x86\x17\xdd\x8b\xbe\x7e\x17\xbf\xfd\xd7\xd4\xcb\xc1\x9b\xc0\x71\x5f\xed\xcb\xad\xff\x6c\x6b\x97\xb1\xca\x53\xb4\xbf\xea\x5b\x9d\xf6\x95\x80\x70\x8c\x8f\xc4\xcc\xf0\x48\x46\xfb\x87\xe0\xed\xd7\xf0\xf9\xdc\x5f\xe5\x95\x2c\xad\xe1\xab\x8a\x47\x0f\xe6\xfe\x6a\x1f\xa2\xfd\x2d\x35\xe8\x18\xa2\xb7\xcf\x7e\x55\xf3\x75\xfc\x04\x59\x58\x9d\xbe\x93\x78\x64\x38\xbd\xca\x64\x54\xbf\xb9\x2e\x1d\x5b\x5c\x99\x1b\xe2\x6f\xef\x5a\xf4\x70\xf0\xaf\xea\x66\x0d\xee\xfb\x37\xcc\xd6\xc8\x43\x71\xbf\xea\xdb\x75\xbf\xb9\x43\x2e\xe0\xf1\x60\xaf\x10\x71\xd0\x20\x7d\xd1\x33\x8d\xbd\xb7\x1b\x47\xb6\x10\x87\x24\x6b\xd3\xf5\x8c\x3a\xd4\x1d\xf4\x8d\xd9\xa8\x33\x8c\xe4\xee\x55\x60\x46\xf1\x91\xbd\xc0\xf9\xc1\x1e\xb2\xcf\x86\xf2\x43\x8f\x1c\x96\xe6\xca\x3e\xde\x99\xdb\xf7\xb8\xd8\x38\x7a\xcf\xbd\x71\x49\x24\xa1\xad\xaa\xe2\xd3\x24\x5d\x57\xd4\x1d\xb9\x89\x85\x3d\xcc\x37\x11\x89\xf3\x4c\x57\x49\xd9\x4d\xf0\x41\x7f\xbe\x69\x66\xdf\x68\x24\x4e\x83\x78\xf2\xdf\xec\xe8\x9b\xe4\xf5\xae\xe3\x37\x89\xbe\xd9\xd0\x27\xb8\x03\xfc\xce\xe8\x77\x96\xae\xf9\xf7\x81\x7e\x93\x5c\xb7\x95\x32\x44\x89\xbf\xc1\xed\x8d\x32\xe3\xef\x6b\xfa\xba\xc4\xe0\x38\x40\x3d\x47\xf9\xc4\xfb\x74\xda\x0c\x82\xaf\x4c\xd0\x44\x2b\x8f\xed\xca\x4f\x4e\xdd\x54\x5d\xcd\x69\xda\x64\x96\x5e\xcb\xcb\xb0\x7c\x8b\x06\x6f\x24\x51\x93\x9c\x72\x80\x8b\x34\x57\x44\xf2\xc6\x46\xea\x49\x53\x5b\xfb\xb5\x49\xa5\x9e\x4b\xbe\x22\x47\x29\x75\x7a\x98\xdb\xae\xd8\x7e\x70\xa2\xed\x88\xf6\x82\x66\x2f\xab\xab\x3d\xde\xff\xf8\x34\xb1\x8f\x46\xd9\xd7\xa2\xce\x10\x05\xc4\x6b\xc2\x10\x73\x13\xc6\x60\x3c\xf4\xa2\xd2\x6a\xb7\x47\x6c\x08\x98\x82\xed\xb3\x70\x79\xb9\xef\x54\xd9\xa5\xf7\x9b\xd7\x2e\xa6\x4a\x19\xdd\x1c\x83\xe2\xd4\x97\x67\x8d\x1a\x2d\xe4\x7c\x41\x6c\x90\x06\xe6\x69\xd6\xd0\x04\x51\x33\x0f\xfe\xfa\x57\xf6\xf0\x24\xa1\xf6\x6f\x7f\x4b\xde\x3c\x7d\x28\xd2\x16\x9f\x35\x19\xc7\x1b\xde\xc1\x91\x02\x0a\x96\xa0\x08\xa5\xfd\x29\x2a\x85\xf8\x16\x7c\xbb\x87\xed\xff\xde\xb5\x5d\x3b\x37\x99\xfc\xbf\x00\x00\x00\xff\xff\xd4\x50\xc6\x25\xd0\xc8\x00\x00") +var _confLocaleLocale_nlNlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\xbd\x5d\x72\x1b\x49\x92\x2e\xfa\x8e\x55\xa4\xd4\xa6\x2b\xc9\x8c\x84\xa6\xba\xe7\xda\x1d\x2b\x2b\xa8\x2e\x25\xaa\x24\x75\xe9\x87\x23\x52\x55\x76\xbb\x4c\x86\x4a\x20\x83\x40\x12\x89\x4c\x74\xfe\x10\x22\xdb\xda\x6c\x16\x70\x17\x70\x66\x09\x63\xf3\x70\x36\x70\xde\x6a\x27\xb3\x92\xe3\x9f\xbb\xc7\x5f\x66\x82\x52\xf5\x3c\x9c\xb6\x2e\x11\x19\xe1\xf1\xef\xe1\xe1\xee\xe1\xe1\x9e\xee\x76\xf3\xcc\x34\xcb\xd9\x0b\x53\x26\xc6\x94\xd7\x55\x97\xe5\x2b\x93\xdc\x9a\xe2\x72\x65\xd6\x55\xd3\x9a\xe4\x65\xde\x26\x8d\xa9\xaf\xf3\xa5\x49\x56\x04\xbb\xae\xcd\x35\x41\xe7\x65\xf2\xb2\x9a\x4c\xd6\xd5\xd6\xcc\x5e\xd1\x3f\x93\x2c\x6d\xd6\x8b\x2a\xad\xb3\xd9\xa9\xfd\x35\x31\x9f\x77\x45\x55\x9b\xd9\x4f\xa6\xde\x98\xb2\x34\xe5\x64\x6d\x8a\xdd\xec\x15\xfd\x33\x69\xf2\x55\x39\xcf\xcb\xd9\xeb\xb2\xa8\x56\x2b\xca\xe2\x84\xaa\x6b\x67\x1f\xf3\x36\x4c\xea\x76\xb3\x93\xb4\xdc\x9a\x22\xa3\x94\xda\xac\x72\xea\x55\x3d\xfb\xc0\x3f\x6a\x53\x53\xe2\xde\x2c\x9a\xbc\x35\xb3\x9f\xe5\xef\xe4\xda\xd4\x4d\x5e\x95\x68\xb6\xc9\xcd\x64\x97\xae\xcc\xec\x2c\x5d\xe5\x65\x3a\x69\xcd\x76\x57\xa4\x04\x7b\x7e\x95\x2e\x8a\xaa\x2a\x27\x45\x5a\xae\x3a\x40\x5c\xa4\x69\x31\x59\xd6\x86\x72\xe7\xa5\xd9\xcf\x9e\xd7\xe6\xb7\xff\xa4\xea\xa7\xd3\xe9\xa4\xa3\x19\x98\xef\xea\xea\x32\x2f\xcc\x3c\x2d\xb3\xf9\x16\xc3\x7a\x69\x16\x75\x97\x6f\xa8\x15\xce\x32\x45\x42\x13\xb3\x35\xa6\xe6\x8e\x9b\x8c\x86\x37\x4f\x1b\xf4\x7e\x65\xd0\xff\x24\x2d\x9a\x09\xd7\x55\xa6\xdb\xb0\x78\x99\xa6\xdb\x89\xd9\xa6\x79\x31\x7b\x71\x8c\x3f\xd4\xe7\xa6\xd9\x57\x34\x99\x3f\xa7\xcb\x75\xbb\xaf\xe8\x27\x8d\x7d\xde\xde\xec\x78\x36\xf3\xcb\x7c\x99\xb6\x34\xb6\x65\xba\x6b\x97\xeb\x74\xf6\xfc\xe4\xec\xe2\xf9\xab\x93\x09\x01\xed\x2a\x9a\x84\xaa\xbe\xa1\x29\xb2\x3f\x27\x55\xbd\x4a\xcb\xfc\x96\x8a\xd0\xb4\xbc\xe7\x8f\x86\xcb\x6f\xf3\xba\xae\xea\xd9\xf9\x2e\x37\x2b\x53\x4c\x68\xdc\x73\xd4\x30\x7b\x97\x9b\x6e\x6f\x12\x5f\x1b\x67\x6d\xf3\x55\x8d\xc9\xd3\x5c\xf9\xa4\x5a\x24\x8f\x6b\xd2\xac\x1f\xab\x9d\xa6\x5f\x56\xf5\xc6\xa6\xfe\x40\xbf\x39\x91\xfa\x63\xd3\xaa\xb0\x37\x69\x49\x2b\xc1\xb9\xcf\xcc\x9a\x26\x32\xcc\x6d\x26\x69\xb6\xa5\x19\xdd\xa5\xa5\x29\x66\x27\xf8\x8d\x9f\xd4\xeb\x74\xb9\xac\xba\xb2\x9d\x37\xa6\x6d\xf3\x72\x45\x33\x2e\x09\x79\x49\xa8\x52\x14\x94\x04\x5c\xb2\x99\xaf\xc3\xd4\x9b\xaa\x73\x0b\x3b\xfb\xb8\x4f\x74\x21\x25\xdd\x15\xa1\x8c\xa8\x2e\x6a\xb1\xcd\xaf\x73\x74\x8a\xda\xe2\x9f\x86\xfe\x5f\x4e\x76\x5d\x51\xd0\x04\xfe\xb5\x33\x4d\xdb\xcc\xce\xe8\x2b\xb1\x5f\x93\xbc\x69\xe8\xc7\xec\xc7\x3d\x7d\x61\x34\xb4\x76\xe5\x12\x23\x29\xcb\xae\x60\x3c\x9e\xfc\x82\x56\xd2\xa2\xf8\x34\xd1\x1f\xdc\x59\xfa\xcb\xb3\xd3\xd2\xbe\x30\x61\x0a\xfd\xd8\xed\x08\xe5\xae\x09\x3d\x92\xcc\xd0\x0e\xae\xb1\x63\x37\x3c\x71\x3b\xca\xad\xd1\xa7\xac\x5a\x12\x8e\xcd\xb1\xf3\x68\xdf\x9c\x14\x4d\xd2\xd1\x46\x66\xd4\x4b\xb6\x69\xba\x69\x69\x23\xaf\x9a\x64\x91\x63\x83\x26\xa7\x0c\x7d\x94\x14\xc6\x34\x49\x96\x96\xa8\xf7\xbb\x34\xa1\xba\x56\xa6\x9d\xdd\x9f\x2f\x68\xbf\x6c\xee\x27\x44\x05\x2e\x67\xf7\x1f\x34\xf7\x9f\xd6\x39\x21\x68\x91\x5f\x51\xe1\xef\x9e\xa4\x4f\xb9\x33\x59\xda\x52\x23\xb9\x69\x9b\x84\xf6\x22\xed\x17\x0c\x8f\xba\x44\x95\xdd\x9a\x64\xc7\x5b\xf1\xde\x04\x33\x43\xb3\x36\xcf\x16\x42\x84\xb8\x1b\x04\x6f\x68\x63\x27\x6f\x6f\xce\xff\xf5\xcd\x51\x72\x46\x34\x68\x55\x1b\xfe\x7d\xfe\xaf\x04\xfd\xa7\xa4\xba\x4c\x2e\xf2\xd3\x67\xd3\x09\x95\x93\x29\x39\x4d\xdb\x74\x91\x36\xe6\x38\x5a\x24\x64\x63\xbb\xb8\x5c\x7c\x4d\x40\xd4\x88\x60\x35\x2d\xef\xc3\xfe\x1e\x1c\xdb\x76\x54\x0f\x6f\x57\x5b\x4f\xc2\x90\x94\xaa\x33\xaa\x55\x24\xaf\xcb\xb2\x3a\x7d\x46\x24\x80\x46\x47\x7b\xc3\xd0\x14\xb4\x97\xff\x32\xa7\xae\xd0\x14\x14\xf3\x65\x9e\x6c\xd2\x9a\xa6\x9b\xda\xa2\x3c\x5e\x33\x1e\xe4\x74\xd2\x34\x05\x11\x94\x8c\x88\xd2\xf9\x9b\x63\xfa\xd1\x35\xd4\x91\x76\x4d\x34\x2b\x9b\x34\x7f\x2d\x30\x47\xda\xd6\x2b\x2a\xb9\x4b\xb3\xe4\x5a\x16\x86\x4a\x63\x4a\x8e\xed\x9c\x1c\x67\xda\xc7\xe9\x77\x8b\xfa\xa9\x2c\x35\xcf\x2a\xe3\x02\xc8\x0f\xa8\xbc\x25\xe7\x47\x84\x06\xe6\x92\x17\x19\xa9\xe9\xa2\xa9\x8a\xae\x93\x06\xaa\xdd\x74\x62\xea\x7a\x4e\xe4\xb2\xbd\xc1\x0a\x71\x87\xb4\x3d\xdb\x5c\x22\xcd\x95\x1b\x94\xd8\xa6\xab\xa4\xa4\x25\x07\xe6\xac\xa4\x70\x5e\x5e\xa7\x45\x9e\xd1\x2a\xd9\x39\x8c\x4a\xf1\x44\x4a\x99\xd6\xd0\xf9\xd0\x24\x9b\x8e\x71\xf0\xfe\xf4\x3e\x28\xe9\xfd\xe3\xfb\xd3\x49\x59\xcd\x65\xdb\x83\xea\x66\x44\x09\x16\x44\x81\xe5\x14\xa8\x85\x9c\xfd\xd9\xa0\x5c\x2b\x15\x65\xa0\x59\x36\xd3\x24\x84\x5f\x54\x77\x42\xa7\x56\xba\x31\x05\xd5\x79\x5b\x01\x19\x79\xbc\x0b\xa6\x30\xf4\xd5\x24\x4a\x40\xc2\x21\x5b\x5a\xa3\xf8\xf0\xcc\x02\x27\x7b\x87\x19\xb4\x9e\xa5\x1f\x72\x72\x4b\x7b\x60\x3a\x99\xd8\xf5\x16\xd4\xbc\xa8\x0c\xea\x20\x8c\xa4\xd9\xc7\x29\x40\xa8\x11\x61\x29\x8e\x60\x9e\x9a\x93\xdd\xae\x10\xa2\xce\xf8\x65\xd3\xed\xca\x9f\x15\x69\x4a\xdb\x69\x9d\x53\x17\xae\x22\xaa\xc9\xb3\x48\xc7\xf1\xaa\xae\x68\xa8\x05\xd1\x2c\x1a\xd2\x3d\x3e\x08\x64\xd5\xdc\x39\x40\x14\x23\x21\xec\xc8\x69\x63\xe7\xb5\x59\x72\x8a\x87\xf3\x14\xa2\xc0\x24\x6e\x2b\x3d\xfc\xeb\xb0\x38\x26\x43\x4e\x7f\xde\xca\xbe\x1e\xc2\x18\xe2\x0e\x8a\x14\x63\xaa\x3b\x3a\xb5\xb1\xbb\xe8\x24\xbf\xae\xb0\xf7\x33\x63\x49\x8e\xdd\x69\x16\xc6\xb6\x7a\x8a\xea\x1c\x4c\xb2\xad\x80\x15\x95\xa1\x51\xae\x92\xb5\x59\x2c\xa8\xd1\xb6\xe2\xf5\x5d\xc5\x7d\x0a\xfb\x80\xe3\x17\x05\x19\xe7\x15\x99\x3c\x19\xa4\x83\xb5\x9c\x9d\x12\xaf\x92\xdb\x2f\xd7\x38\x55\x49\xeb\x7b\xd9\xd2\xc0\xae\x8b\xca\x64\x42\xab\x92\xf3\xf3\x57\xc9\x06\x5c\x42\xf2\xf1\xc3\x9b\x86\xf6\xe9\x7a\xbe\xab\xea\x96\xf6\xe9\xab\xe3\x1d\xa1\x40\xeb\x92\x6c\x4d\xef\xba\xed\x96\xba\xaf\xfb\x93\x61\xa8\x83\x84\x88\x7b\x54\x76\x8c\x9d\x47\xd9\x3a\xce\x96\xc8\x2c\xad\x2a\x01\x28\x0a\x55\x5b\xdb\xea\x65\x57\x2e\xc7\x10\x78\x3a\x59\xb7\xed\x4e\x7a\xf1\xea\xe2\xe2\x4c\xbb\xe1\x12\x1d\xba\x20\xb9\x94\xce\xec\xd3\xb4\xa6\xe1\xb5\x38\xdc\xe8\xc0\xde\x6e\x53\xec\xbc\x3a\x29\x3a\x66\xa5\x08\xed\x81\x6c\x5d\x5d\x04\x38\x88\x01\xdb\xe4\x2f\xcd\x12\xfa\xf1\x04\xff\x9c\xeb\x64\x51\x99\x06\x6b\x41\x79\xfc\x13\x13\xc0\x18\x93\x30\x8f\x63\x91\xc8\xce\xc2\x84\xb8\xbd\x79\x5d\x55\xad\xa0\xeb\x9b\x6a\x75\x4c\x04\x25\x4e\xf5\x7d\x90\xc5\xbe\x91\x51\x11\xcc\x02\xc7\x60\x99\xf1\xf9\x62\x31\x50\x5b\xa0\xdd\x58\xed\x40\x23\xdc\x76\x7c\xcf\x9f\x34\x91\xf1\x26\xe4\x6e\x29\x88\x30\x60\x8e\xe5\x8d\x79\x88\x2d\x4d\x33\x9f\x20\xe7\x6f\x2f\xce\x12\xfc\x92\xb4\xcb\xba\xda\xce\x4e\x2e\x6f\x81\xe9\xb5\x4f\xb2\xbd\x7e\xc1\x55\xa6\x9a\x7f\x94\x7c\xf8\xe1\x79\xf2\x7f\xff\xe9\x8f\x7f\x9c\x26\x98\x53\x90\x91\x95\xd9\x63\xe6\x40\x97\x64\x8e\xd2\xac\xa6\xed\x06\x9a\x02\x6a\x8b\xd5\xbb\xff\x8e\xf6\xcd\xfd\xef\x38\xfb\xff\x35\x9f\x53\x62\x64\xcd\x74\x59\x6d\x9f\x26\xc4\x62\xd1\x41\x4e\xeb\x88\x2c\xda\x52\xbc\xf7\x6c\x6f\x12\x23\x03\x7a\xd2\xdf\x81\x0a\x3c\xce\x69\x0a\x97\x3d\x5f\x56\xe5\x65\x5e\x6f\x85\xc9\x01\x5b\x11\x12\x57\xee\x49\xc3\xf5\xcc\xcb\xaa\xcd\x2f\x6f\x3c\x9c\x34\xca\xa9\x82\x50\xb4\x7b\x18\xf7\xe7\x3a\xb1\x3a\xdb\xe7\xb2\x21\x70\xfc\x30\x97\x90\x9c\x4b\x76\x13\x9f\xe5\xd5\xe5\x25\xfd\x32\x72\x4a\xbe\xbf\xbc\x4c\x0a\x3e\x63\x71\x54\x62\x85\xec\xee\x88\xe0\x68\x3f\xec\x48\x76\x38\x97\xcc\xe4\xf9\xe9\x3b\xde\x4d\x84\x88\xb4\x0f\xb2\x0e\xdb\x8b\x2b\x38\x22\xca\x4c\x08\xe1\xf1\x48\xd1\xb3\xa8\x36\x24\x11\x24\x29\xb8\xf7\x45\xc5\xe8\x64\xcf\x1f\xda\x45\xd7\x74\x88\xd1\xd9\xaf\x3f\x6c\xb7\xd1\x82\xef\x4d\x1f\xbc\xd7\x23\x57\xd8\x8f\x7e\x51\x57\x4c\xb4\xa8\x1a\xed\x96\x80\x38\xc2\x9b\x81\x6d\xf0\x0b\x49\x3f\x7f\xfb\x5f\x24\x63\xe1\xc4\xbe\x14\x6c\xe1\x51\xd0\xde\xc8\xa6\x93\x4b\x43\x95\x12\xbf\x9e\xcd\xb5\x7d\xda\x9d\x1b\xea\xc0\x8b\x12\xdd\x4a\x7e\xb0\xd9\xc9\x89\x36\xf2\x86\xf3\x0f\x95\xd3\xee\x6b\x69\x07\xe4\xba\x28\x50\x44\xa6\x13\x42\xc0\x20\xbf\x02\x8f\xda\x10\x43\x4d\xf3\x63\xb7\x15\x98\x14\xca\xa1\x59\xce\x17\x3a\x0d\x7e\x7a\xa3\xe3\xdd\xce\x16\x64\xd2\xde\xd1\x3e\x5a\xa0\x37\xc9\x23\xc5\x64\x66\x31\xe9\x38\xe3\xdd\x41\xa1\x4c\x40\x43\x9c\xcc\x06\x8b\x6d\x78\x9c\x73\x2b\x61\xbd\xf6\x68\x96\x3c\x97\xb4\x1e\x88\xb6\xfc\x13\x73\xb0\x89\x26\x26\xcc\x02\x71\xd3\xcc\xf2\xa1\x3f\xc7\x61\x87\xae\xd3\xd2\x2f\xe8\x54\x98\x62\x92\xf4\x54\x3c\x9e\x5f\xe7\x24\x8a\xda\xc1\x28\x73\x6c\x80\x94\x10\x28\xc1\x56\xd0\x99\x21\x0c\xf5\xc3\x06\x27\xc5\x6d\xce\xc7\xf3\x68\x3d\xda\xc1\x13\x19\x3d\x76\x16\xd1\xcf\xe8\x68\xb6\x73\xe1\x6a\x5c\x98\x4d\x7e\x45\xd3\x71\x44\xbf\x6e\x2b\x13\xc2\xe8\x24\x52\x79\xaa\x25\x2f\x9f\x84\x83\x72\xe5\xd1\x9d\xa9\x0a\x6e\x2a\x4e\x09\xb3\xff\x91\xa8\x27\x8e\x12\xe6\x9f\x88\x59\x36\x46\xb9\x50\x80\xba\x7a\x74\x4d\x30\x30\x5e\x95\xa3\x24\x8b\xb8\x04\x2a\xfb\xfa\x74\xf6\x4d\xb2\xa9\xf3\xab\x15\x31\xb8\x5d\x4b\xe7\x7a\x9b\xd3\x4a\xc5\x15\xd1\xa1\xb1\x6e\x7d\x4f\xbc\x24\x65\x29\x4c\xc0\x0d\x6a\x9b\x0a\x3a\x26\xa9\xf7\x78\xc3\x80\x70\x2a\xbd\xf4\x79\x22\xab\x9b\x88\x6f\xd4\xf2\x22\xef\x7b\xc6\x52\x25\x7f\x95\xfc\xe6\xab\x4a\x65\x55\x9e\xe7\x9a\x79\x9a\x49\x4b\x44\x6a\x4e\x0c\xd0\xfc\x12\xc4\x3b\x9b\xbd\x64\xf6\xa0\xd1\x69\xa4\xf5\xec\x36\xed\xb7\xc9\x43\x82\x78\x98\xd0\xd1\x40\xf2\x74\x56\x25\x0f\xae\x55\x8a\xf8\x13\xc8\x34\xf6\x74\x5e\x00\x6f\x21\xd6\xb2\xaa\x84\xb6\x63\x6e\x32\x94\xc7\x29\x0a\x4a\x44\x13\xd3\x95\xc0\x2e\xc6\x59\x65\xfb\x69\xf2\xab\x7d\xc9\xc4\x86\x56\x81\x48\x6d\xbe\xcc\x7f\xfb\x4f\x90\x4e\x5a\x6b\xc2\x35\x5b\x19\x30\xfa\x01\x91\x55\xcb\x90\xaf\xaa\x45\x97\x17\x99\x66\x4f\x27\x56\x2c\x20\xa1\x40\x51\x02\x3d\xb1\xa2\x4b\x74\xe2\x0a\x49\xe3\x8a\x96\x55\x8d\xa3\xff\x5b\x0c\xc7\xd6\x30\xca\xe3\x2a\x8b\xbb\x4d\x77\x09\xfd\x19\x94\x75\x8c\x27\xe6\x82\x90\x65\xb9\x26\xde\x13\x64\x61\xc8\xa9\xba\xf2\x94\xb8\xee\xf2\x2c\x5f\xf9\x3c\xaa\xab\x49\x8e\x9f\xd2\xbf\x93\x26\xbd\x36\x72\x52\xae\xec\xba\xfc\x28\xfc\x9f\x24\x76\x82\xcb\x5c\x13\x89\xe5\xc4\xf2\x95\xd1\x28\xa2\xdd\x81\xa9\xe0\x84\xe3\x03\xf3\xb0\xc2\xbe\x5f\x69\x05\x82\x2a\x4d\xb7\xa4\x13\xb3\x99\xfd\x6c\x8a\x4d\xb5\xbd\x97\xfc\x9c\x5f\x49\x81\x6b\x42\xae\x6e\x95\x25\x22\x8f\xf3\x5a\x32\x6b\x2c\x5c\xdc\xca\x6c\xaa\x5b\xec\x29\x3a\xb1\x8b\x84\xb8\x89\xdb\x5c\x8e\x62\x30\xda\xd8\xb8\x8d\xeb\x62\xcc\xa1\xbd\x2f\xa5\x13\xd8\xf8\x60\xd5\xb8\x33\x93\x5f\xa0\x0b\xfc\x34\xe9\x44\x6a\xa9\x8a\x6c\x20\x5e\xe3\x8c\x32\xb1\x7e\xcb\x02\x06\x7b\xa8\xd9\xe7\xb4\x28\x73\xa7\x4f\xc4\xd4\xb6\xe6\x73\x3b\xfb\x39\x6f\x1a\x10\x41\x82\x12\xfa\xa2\x19\x93\xed\x0d\x63\x42\x33\x7b\x8b\x41\x87\xf2\xca\xa4\x59\x57\x7b\x56\xd6\x29\xc4\x39\x7d\x27\xf8\x8e\xc0\xa0\xe2\x5b\x56\x05\xed\x8a\x0a\x6b\x75\x6d\xa1\x5f\xd2\x19\x06\xbd\x63\x5c\x27\x35\x47\xe2\x97\xb6\x16\x29\xa8\x28\x47\xd4\x60\x9a\xa9\x1f\x13\x26\xbe\xac\x2a\x7d\xc6\xf4\x14\x58\xa3\xfa\xa0\x29\x2d\x3d\x2b\x9b\xa4\xc5\xd7\x25\x44\x85\xa8\xb9\xc9\x2f\xaa\x46\xfd\x24\xca\xbd\x48\x9e\x63\x2d\x46\x13\xcc\x33\xb1\x59\x69\x4d\x38\xfd\x17\x10\x6b\xa8\x94\x88\x26\xae\x3f\x05\x7a\xcd\xb9\xd2\xb7\xd9\xdb\x34\xdd\x00\xa5\xa8\x3d\x4b\x66\x09\x33\x3d\xef\xb7\x36\x3b\xf0\x87\xdb\x66\x35\x7b\xc5\xf8\xd2\x11\xc9\x17\x1a\x2d\xe0\xdf\x27\x6f\xa1\xd4\xec\x92\xb2\x43\xc9\x7b\x93\xa6\x5a\xe6\x69\x31\xff\x3d\x35\xfc\x58\xed\x76\xb4\xa6\x65\x77\xaf\x77\x98\x8b\xbe\x95\x44\xf1\xd9\x39\x6d\xde\x9b\xa3\x88\xf3\xa4\x7d\x49\x1b\x96\xb5\xd1\x38\x17\xb3\x69\xf2\xce\x98\x2d\xb6\x5b\x9b\x2e\xb1\xc9\xf8\x64\xc8\x8c\xa7\xea\x2a\x91\x91\x8c\x09\x0d\x71\x9f\xd5\x40\x27\x41\x8c\xb5\xa9\x85\xb9\x86\x8e\x6e\xc5\x04\x30\x2d\xa3\xa6\x77\x9e\xa3\x1e\xf4\x82\xe6\x6e\x6b\xb6\x0b\xd4\x46\x5c\x6a\xd9\xae\xab\x2e\x23\x1c\xb8\x9a\x10\x83\xbe\xe2\xcd\x33\x38\x31\x40\x14\x57\x06\xf2\x29\x60\xcc\xdd\x30\xdf\x5b\x85\x38\xd1\xae\x3d\xeb\xec\xed\xc2\x95\x15\x6d\xc7\xde\x7a\x4c\xed\x69\x24\x6c\x11\xb3\xe9\x8d\x29\x5b\x3b\xaf\x2f\xf8\xd4\x73\x23\x6d\x8c\x1d\x14\x8d\xa8\xed\x3a\x6a\x97\xa5\xc4\xef\x16\x4f\x1f\x34\xdf\x3d\x59\x3c\x3d\x4a\x9e\x29\x74\xc2\xf5\x5f\xd7\x69\xba\xb2\x6a\xc3\x07\xd4\x2e\xeb\xf8\xb6\x82\xbf\x7e\xc2\x5a\x30\x3e\x45\x5b\x55\xc2\x09\xb0\x80\x20\x18\x6f\x11\xd1\x09\x0d\x1e\x13\x27\xd4\xc7\x75\xbe\xa0\x83\x8e\x79\x0b\xc8\x84\xc4\xb7\x9f\x69\xa2\xc9\x7a\xf9\xc2\x52\xfc\x7f\x54\xa9\x9b\x11\x1a\xc7\xce\x81\x83\x27\x65\xc0\x23\x90\x39\x1c\x32\x16\x55\x80\x0d\x42\x6f\xb1\x7a\x3c\x3d\x45\xbe\xcd\xdb\x1e\xf2\x75\x4a\x32\x21\x8a\x97\xc0\xd7\x34\x21\x5a\x8b\xe9\x61\x6c\xb6\x93\xb1\x32\xc4\x79\xab\x3e\x56\xd0\x9c\x46\xc6\xb3\x80\xb9\x9d\x26\xbc\xa6\x49\x86\x43\x8a\x5a\xec\x5a\xab\xbb\xa5\x81\xd3\x1c\xad\xf8\xf4\xb1\x95\x91\xa4\x9f\x36\xf3\xae\xd4\x45\x24\x66\x5c\xf9\x05\xf0\x7f\x38\x5e\x6d\x9f\xe4\xd0\xb6\x2b\x99\x29\x76\x8a\xfc\xf8\xc8\xad\xde\xe3\x69\x22\xfa\xc0\xb2\x5a\xc9\x41\x1f\x62\xb9\xd4\x44\x73\x72\x0d\x69\x87\xa6\x89\x28\x75\xc7\x35\x97\xa2\xa5\x77\x43\xdc\xe7\x05\x8d\xa0\x02\xcc\xa6\xc8\x37\xac\x3d\x14\x35\x80\x32\x0e\x29\x44\x99\x64\x53\x42\x83\xc8\x33\xaa\x1d\xff\x11\xd0\xac\xbe\x12\x1c\x89\xe7\x86\xbb\x85\xf6\x58\x79\xdd\x32\x2f\xc1\xf2\xab\x15\xce\x99\x73\x69\x98\xc2\xb4\x86\x55\x11\xe1\x38\xed\x41\x8d\x23\x0d\x04\x25\x43\x87\x43\x4a\x33\x9d\x70\x4f\xd0\xa1\x76\xbc\x3f\x81\x5e\x8f\xa1\xa4\x5b\x8f\xa8\x5f\x24\x5b\x17\xcd\x63\xed\x14\x6d\x8d\x9a\xef\xa1\x9a\x70\xb3\x7e\xe0\x12\x51\x2d\xee\xec\x5c\xb2\x66\x57\xf1\x68\x1f\x6d\x39\x64\xa1\xef\x54\x6f\xc1\x52\x12\x4d\xbb\x32\xc4\xac\x25\xc2\x21\x3b\xed\xb5\x65\x75\x0a\x77\xf4\xbf\xda\x09\x59\xa7\x2d\x03\x84\x05\x17\x81\xbd\xe7\x6a\xa0\xcd\x38\xa7\x83\xb1\x6e\xc1\xf9\x50\xd6\xaa\x15\xa6\x2d\xae\x85\x35\x69\xe0\xa1\x31\x7e\x92\x5b\x1a\xaf\xbf\x56\x5d\x67\x49\x64\xa5\xa8\x96\x44\xf2\xed\x56\x7e\x57\x95\xc7\x9c\xe2\xa5\xa9\x65\x5a\xd2\xda\x25\x44\x23\x09\xb3\x12\xdb\x07\x92\x55\xd6\x75\xd5\xad\xd6\xcc\x90\x4c\xe9\x9c\xc2\x74\x7f\x9a\x28\x56\x98\x3b\x89\x83\x03\x12\x16\xda\xf3\xd8\x57\x26\xc4\x8a\xfe\x22\x9d\xd3\x44\x00\x64\x74\xa6\xfc\xb9\x67\xb9\xa9\x0f\x01\x11\x93\x34\xda\xa3\x47\xc9\x9e\x99\x2c\x0f\xae\x9a\x0f\xe1\xbd\x18\xed\x16\xbc\xfc\x34\xa2\x2a\x4b\x69\x48\x37\xa6\x99\xfd\x39\xa5\xc9\x9a\xd1\x21\x35\xa1\x44\x56\x94\xa4\x25\xfa\xc5\x27\x34\xd4\x37\x9f\x26\x1f\xe9\x20\x7f\x37\x22\x6c\xe0\xb4\xe7\x74\xa8\x7f\xf4\x38\x72\x97\x72\xac\x58\x9a\x85\x63\x3e\x1b\x91\x4a\x3e\x98\xe0\xde\xb0\x27\x8b\x9c\x9f\xbf\xba\x10\x4d\xcc\xf9\xab\xa4\x29\x4c\xd7\x32\x79\xa3\x86\x5f\xb5\xed\xae\xf9\x58\x17\xac\x67\x3c\x3f\x86\x42\xf0\x2c\xbd\x01\xfb\x8f\xc4\x77\xc4\xae\x56\xd4\x26\xa8\x07\xb2\x2e\x4c\xba\xe5\x6e\xe2\x87\x54\x70\x42\x9c\x07\x27\xd1\x0f\x62\x56\x9c\xb2\x7a\xc2\x77\x77\x2f\x82\xeb\x4e\x7f\x4e\x4f\x26\xef\xcc\xfe\x59\x9d\x96\x4b\x29\x4a\x5f\xc9\x82\x3f\x13\xf0\x95\x93\xe7\x24\xd4\xe4\xed\x79\x47\xa2\x4d\x7d\x33\x93\x2f\x5a\x1d\xfe\xd4\xcc\xb7\xb4\x78\xb8\xcf\xd5\xcc\xad\x7c\x6a\xe6\xf3\x75\x95\x2f\x5d\xde\x92\xbf\x26\x17\xb5\x31\xdc\xda\x33\xd1\x01\x35\x50\x3f\x3e\x07\x73\x49\x08\xf8\xba\xc4\x31\x3e\x71\x02\xb5\xe1\x6b\xce\x31\xd5\x7f\x5a\xec\xd6\x29\xf3\xad\x0a\xc4\x3b\x08\x44\x88\x09\x01\x11\xd1\xe2\x32\x2d\xbb\x2d\x2d\x83\xd9\x60\xab\x03\xf4\xd1\xf1\xfc\xb1\xdb\x58\xc3\x8a\x32\x22\x7b\x5f\xae\xec\xc8\x57\x45\xd5\x3e\x9a\x3e\x4e\x76\x38\x03\x7b\xd5\x36\xf9\xad\x09\x2b\xe3\x0b\x03\xc9\x64\x32\x4e\x4c\x29\x0b\x22\x3d\x30\x47\x02\x1e\x84\x14\x80\xc8\x58\xda\xb2\x48\xbd\x4d\x3f\x47\x65\xe8\x90\xa0\xa4\x3b\x8b\x08\x49\x17\x78\x4b\xba\x83\xa1\x29\x7f\xc5\x08\x3d\x9d\x40\x03\x7d\x10\x94\x50\x0f\x02\xe5\xb2\xe8\x32\xdb\x81\x5f\x85\x72\x35\xdd\x82\x76\x2f\xd0\xf3\xe1\x83\xe6\xa1\x6f\xfc\x57\x92\x50\xe8\x74\xda\x97\x0a\xfe\x9e\x8e\xce\x0d\x9f\xbc\x97\x55\xd7\x7e\x6b\x6f\xd4\xe7\x54\xa9\x48\x8d\x33\xd5\xf6\x24\xb4\xbf\x55\xd0\xae\xa0\x88\x89\x48\xaa\x17\x26\x03\xbe\x0d\xdd\xf4\x77\xf5\xd1\xcd\x11\xc9\x02\x65\xaf\x2e\x67\x18\x30\x5f\xd0\xf7\xbc\x85\xbe\xa3\x2f\x40\xd1\x0c\xd0\xac\xe6\x4e\x63\x34\x95\xeb\x9b\x7e\x29\xbe\x4c\x39\x50\x80\xd8\xcc\x01\x7c\x60\x11\x70\xa8\x58\x4b\xdb\x7a\x50\xce\xed\xf5\x91\x02\xb2\xc6\x0c\x4c\x03\xcb\x66\xbd\xe3\xba\x07\xed\xc6\xee\x66\xd4\xcf\xff\x50\x88\x0c\x66\xb2\x27\xe2\x43\x6d\x47\xc8\x56\xb3\xf1\x45\xa0\x24\x60\x35\xce\xc7\x88\x63\xba\xe2\xeb\x8f\xe8\x2a\x49\xaf\xd2\x56\x06\xba\x80\x6c\xa4\x2e\x42\x1b\x90\xfc\x83\x95\x99\x7c\x65\x98\x6b\xbe\xab\x12\x77\x20\x8d\x56\x11\x8e\xcd\x57\xe2\x34\x16\xe6\x33\x41\xd1\x94\xac\xd8\x0a\xc7\xab\x2a\x58\x7d\x9d\x0a\x7e\x4e\x27\x45\xda\xb4\x10\x52\xa5\xc3\x38\xe6\x3d\x24\x5f\x47\x81\x39\xa6\xb5\xa9\x5b\x65\x6b\xf6\xf9\x95\x5c\xd2\xe7\x0d\x5f\x36\x98\x12\x76\x40\xd4\xdb\xe4\x91\x1d\xd3\x63\x91\xa1\x58\xe3\x94\x6e\xa7\xc9\xc7\x44\x49\x52\x2d\xfa\x27\xb0\x89\xbd\x02\x74\x1a\x3a\xee\xc3\xf1\x43\xb8\x32\xdb\x98\x1b\xcb\x12\xed\x4d\xa0\xdc\xc8\x59\x7f\x4d\xc3\x10\x9e\x86\xaf\xcc\xf4\x4c\x92\x7e\xd2\x66\x62\xa3\x1c\xa8\x5f\xa0\x6a\x80\x0c\xc7\xc9\x37\xae\x5e\xb9\xfc\x4b\x9d\xda\xa8\x6c\xeb\xaa\x10\x03\x84\xcb\x5e\xa5\x47\x30\x80\xa0\xe3\x30\xbf\x4a\x56\xcc\x30\xd6\xcc\x06\xd1\x10\xa1\x31\x61\x51\x08\x2c\xd8\x51\x72\x4b\x73\x89\x5c\x36\xb4\x80\x32\x05\x6a\x5c\x22\xd4\x74\xc2\x59\x95\x4f\x60\x95\x43\x24\xb3\x11\x4d\x1c\xf4\x22\xc4\xec\x15\x05\x16\x42\x2c\x6b\x3e\x7a\x71\x5b\x56\xdf\x72\xbe\x3c\x6d\x19\x0d\x9c\xd8\x69\x7c\x07\x88\xe9\x26\x9b\x25\x58\x99\xf1\x70\xd1\x68\x60\x20\x23\x59\x8d\xcb\xaf\xa9\xb6\x08\xf1\x01\x96\x34\x41\x83\x68\x8a\x16\xc4\x10\xfb\x45\x2b\x81\x3b\x23\xc8\xae\x3b\x5e\xd8\x40\x91\x21\xb2\xc5\xa2\xd5\x6b\xc2\xbc\xdc\x34\x72\x09\x55\x0e\xdb\x16\x82\xd2\x1b\xe3\x69\x74\x41\x1d\x8e\x53\xc7\x28\xd6\x20\x91\x0a\xe6\xf7\x0d\x71\x22\x06\x29\x73\xe1\x0d\x82\x9d\x71\x5a\x11\xae\x28\xc7\x10\xee\x09\xe2\xb3\xb0\x87\x3e\x4d\x84\x11\xd5\x9b\x8d\xd9\xcf\xf9\xd5\x2d\x09\xb4\xc4\x15\xaa\xe5\xcf\x65\xd5\x56\x93\xab\x8a\xce\xc1\xaa\x0c\x2c\xb7\xaa\xdd\x24\xec\xed\x2c\xd2\xd0\xa8\x35\xd0\xcd\xec\x3d\xf1\xf0\x8b\xb4\x36\x49\xea\x8c\x82\x48\xae\x2f\x8a\x6a\x0f\x25\xcd\x4f\x10\xf1\xa0\xa1\xa1\x86\x89\x1e\x80\x1f\xad\x6b\x96\xfc\x01\x01\xdd\x1f\x20\x6c\x09\xfe\x20\x14\xd7\xaf\x77\x4e\x2c\x10\x49\x71\x02\x85\xc1\x76\xca\x34\x13\x7c\x6e\x7d\x4d\x35\x9e\xf6\xaf\xd9\xe5\xec\x63\x44\x56\x20\xa6\x26\xbe\xe8\x0e\x87\x62\x5d\x8a\x78\xc5\x1d\xcd\xd8\xc8\xa4\x57\x0d\x81\xd5\xb8\x9f\xb4\xd5\x89\xd1\x46\x65\x56\x3c\xc3\x58\x8f\x5f\xac\xb1\xd4\xa7\x89\x35\xa7\x3a\x53\x5b\xaa\x31\x45\xb9\x4e\xff\x59\x30\xe9\xba\x7f\x9b\x59\xb0\x41\x1b\xd5\x29\x11\xb1\xc0\x1f\xa2\xd0\xa6\xa5\xb9\xdc\x1c\x5b\xf1\x02\x77\xd4\x72\x65\x5d\x95\x4d\x60\x6d\x81\xbb\x40\xe8\xe8\xde\x87\xea\xb9\xcc\x14\xa6\x65\x3e\x58\xd0\xca\x09\x14\x5d\x9e\xcd\xe8\xbf\xc9\x64\xd7\x2d\xa8\x36\x67\x10\x26\xeb\x49\x7b\xc0\x9a\x85\x59\x13\x40\xb9\xc2\xd8\xf7\x65\xd0\xca\xc2\x43\x63\x4b\x27\x9c\xbd\xe1\xb6\xb7\x77\x4c\x3f\xe4\x5a\x4f\x77\x24\xd6\x05\xf6\x88\x60\x7e\x09\x5f\xd9\x98\x8a\x48\xbb\x28\x7d\x59\x48\xc7\x70\x73\xd8\x14\x21\x05\xb4\xfb\x3a\x4f\x21\x6e\xab\xd1\xa3\xbf\x4c\xcf\x78\x21\xdc\xf9\xe9\x4e\x54\x55\x75\x65\xb3\x17\x9f\xb1\xd4\xe1\x35\x79\x70\xf1\xe3\x69\xb0\x5f\x56\x50\xe1\x75\x57\xf6\x91\xc1\x9b\x74\x11\x26\xc1\xe0\x8d\xcf\x43\x42\x57\x6a\x04\xa7\x06\xf3\xf8\x7d\x9b\x4c\x48\x85\x7c\x9f\xf7\xa6\x12\xcb\xc5\x6e\x97\x41\x84\x8b\x90\x85\xef\x12\xae\xf6\x6c\x2d\xda\x03\x70\x62\x99\x37\xd2\xc3\x8c\x3b\xc1\x0c\x05\x57\x3c\x59\x74\xfc\xe9\x1e\x77\x96\x96\x1f\xf5\x87\xeb\x7a\xd6\x07\xb1\xfa\x1e\xe6\x9c\x2c\x14\x98\x47\x2c\x23\xcf\xf6\x4a\x09\xa1\x1a\xa3\x2c\x4c\x5b\x9b\xcd\x86\x6f\xe0\x76\x81\x70\x4a\x19\xbf\xfd\x4f\x31\x8f\x30\xa2\x82\xa3\x5d\xd1\x19\xa2\x4b\xa0\x88\x69\x39\x62\xf5\xa7\xb7\xab\x7a\xd7\xba\xb8\x11\xfd\x04\x14\xb8\x21\x51\x12\xcd\x23\x2b\xcf\x0f\xdd\xeb\xf6\x2f\x74\xed\x7d\xae\xbd\xa6\xec\x9a\xb6\xda\x5a\xca\xc7\xb4\x8d\xb0\xa5\xb5\x77\xcc\xd1\x45\x3a\x49\x46\x55\xa3\xfa\x62\x81\xff\x11\xe6\x3f\xa1\x46\x88\x93\xed\x2a\xd9\x4a\x5d\x4d\x7a\x75\x11\xac\xa7\xec\x3e\xea\x05\x88\x5e\x6b\x4b\xf8\xcd\x28\x37\x2c\x41\xc5\x10\x35\xfd\x18\x99\x42\xcd\x49\xac\x58\x41\x44\xb6\xb7\xde\x7a\x6b\x2f\x24\x0e\xea\x9e\xcb\x85\x91\x8b\xd1\x69\xdc\x35\x87\x3f\xd1\xad\x9f\x6c\x48\xe9\xf4\x38\x2a\x59\x44\x09\x6f\xf4\x18\x39\x42\x21\xba\x2a\x02\xae\xee\x95\x8e\x23\xc8\xc7\x34\xba\x7c\xb6\x7b\x0d\x73\x6b\x16\xcf\xe7\x11\xd0\x2b\x53\xaf\x21\x40\x09\x70\x40\x38\x47\xf8\x63\x69\xf0\x4e\xa6\xb8\x37\x08\x7f\x63\x14\x95\xf1\x33\x40\xc3\xe7\x83\x31\xc3\xb1\x2c\xd6\x75\x9d\x98\x34\xee\xed\xfa\x47\x7c\xaa\xd8\x6b\x07\xd4\x47\x1b\xfc\xef\xd3\x9e\xa0\x19\x10\x3b\xee\x15\x33\x00\x62\x7d\xa2\x0a\x04\xa6\xc0\xd0\xa6\xa8\x05\xf1\x68\x26\x6b\x19\x6a\xa7\x51\xb4\x34\x7c\x57\x13\x52\xe1\xfa\x32\x24\xe6\xd8\xf6\x3d\x33\x25\x41\x16\xbd\x76\x17\xea\xac\x56\x1b\xd1\x55\xf3\xb5\x49\x5a\x31\x20\xe0\x8a\xeb\x1b\x22\x6d\xdc\x80\xfd\x56\xad\xd5\x6b\xcb\x1a\xb3\x59\xa6\x76\xc2\x6e\x12\xa7\xd8\x92\xbd\xe1\x7a\x4c\x99\xa0\xa1\xaa\x35\xf9\xc9\xf3\x47\x3d\x08\x19\x5c\x5f\x4b\xea\xf8\xa9\xf6\xc8\x0f\x2e\x38\x7f\xf2\x92\x2d\x89\xac\x55\x42\x40\xd4\x62\x21\x61\x9a\xfc\x9c\xb3\x26\xed\x9a\x75\x36\x20\x6b\xdf\xf7\x3b\x60\x31\xec\x85\xbb\x2b\xf1\xd8\xe5\xaa\xca\xee\x4d\xd2\x2c\x63\xcc\x97\x11\x0b\xba\x87\x7d\x26\x8c\xb8\x06\x52\x94\x0c\x19\xda\xc8\x1f\xcc\x9f\x47\xf7\x1e\xd0\xe9\xf3\x5d\x87\xe2\x6d\xa8\xf6\x56\x45\x03\x6d\xf5\x4c\x75\xbb\xee\xda\x03\x9c\x0e\x0c\x64\x0b\x5e\x51\x56\x11\x2e\xaa\xcf\x6a\xc6\xc6\xe2\x3b\xfd\xb5\xb7\x1e\xad\x89\xe5\x8c\x2d\xcb\x50\xa1\xa6\x97\x08\xf9\xd2\x34\xfd\xcb\x10\xd7\x63\x3b\x5b\x60\xbd\xc2\xd1\xef\xd3\x46\xf6\x04\xc6\x48\x8c\x9b\xc5\x6f\xc7\x2b\xa9\x99\x7c\xa0\xbc\x6b\xb8\x5a\x16\xb0\xac\xe4\xe4\xa6\x08\xc5\x1c\x66\xe4\x42\xce\x8b\xfc\x0a\xac\x76\x2a\x06\x1d\x51\x4d\xcc\x6e\x78\x95\x3a\x6f\xd3\x34\x42\x8c\x69\x12\x30\x53\x28\x1e\x15\xed\x64\x53\xaf\x99\xfe\x43\x05\xdf\x38\x3b\xbe\xef\x68\xb7\x54\xe5\xea\xe9\x29\xdf\xd1\xc1\x12\xc4\xac\xbb\x82\x25\x91\xef\xbf\x7b\xa2\x99\xc9\xf3\xb5\x59\x6e\x92\xaa\xc3\xd5\x04\xcc\x43\x73\x12\x5c\x78\x17\x62\x7a\xbf\x4b\x03\x2b\xf4\x84\xcd\x6e\x79\xf6\x31\x94\x70\x14\x6c\x95\x4e\xe2\x43\x0c\xef\xac\x71\x09\x94\x21\x20\x10\x17\x48\x9a\x3a\x9c\xe4\x49\x0c\xd4\xa2\xf1\x44\x52\x6e\xa0\xde\x38\x03\xe7\x68\x36\x6e\x06\x04\xa9\x2c\xed\x98\xba\x12\xcc\x6c\x70\x09\xe0\xe4\xae\x5f\x6a\xab\x12\x50\x71\x99\xa9\x3a\xc2\x0a\x31\x69\x31\x9d\xd8\x0a\xdc\xd2\x32\xab\x85\xd4\x65\xac\xad\x54\x14\x70\x78\xa5\x6f\x2d\xc2\xc1\x30\x2b\xcf\x9d\xdc\xb2\xb6\x6c\xb9\x34\x21\xae\xdd\xb3\xa4\x08\x93\xe0\x09\x91\x1d\x86\x23\x45\x61\x95\x01\x89\x18\x00\x0a\xde\x01\xbf\x43\xa9\xce\xdd\xca\x86\xd5\x80\xf6\x32\x32\x01\x32\xa5\x71\x39\x43\x60\x18\x26\x04\x54\xa9\x4f\x92\x70\xc1\x9c\x29\x9f\xf5\xfd\xb0\x07\x76\x32\xc2\xb6\xee\xa4\x4b\x34\xbc\x0b\x37\x21\x10\x01\x59\xad\xc2\x8b\xf7\x06\xb2\x73\xeb\xcf\x06\xca\x84\xa5\xba\x15\x04\x5f\x8a\x00\xbf\x84\xee\x27\x10\x06\x69\x5e\x78\x55\x5a\xf0\x25\xb2\x11\xf9\x4a\x7a\x0c\x65\x94\xd4\xb0\xd9\x37\x55\xf2\xff\x24\x19\xdb\x56\xb7\x15\xed\xa5\x41\x0d\x9c\x8a\xc1\x0c\x4b\x78\x33\x5b\x47\x3c\x44\xa4\x52\xd2\xe1\xf6\x37\xf5\x43\x85\x2c\x27\x5c\xe9\x85\xfe\x61\x92\x91\x31\xc3\x8e\x1d\x2c\xa6\x33\xfd\x1a\x12\xa9\x3b\x97\x4b\x45\x4f\x2b\xa0\xbc\x6a\x3b\x98\x9d\x04\x00\xa3\x34\xa3\x2b\x17\x79\x49\xf3\x5d\x35\x02\x09\xc1\x80\x93\xfc\x72\xa2\x4d\x7f\xe3\xc4\x72\x58\xd9\xea\xa0\x3c\xc9\x4c\x19\x7a\xce\x33\x35\x3b\x23\x62\x4f\xf2\x6c\x01\xdb\x36\x8b\x5d\x0d\x67\x35\x8e\x4b\x10\x43\x7e\x35\x9a\x90\x62\xba\x8d\x2e\x78\xb6\x1d\xc5\x91\x35\x69\x64\x9a\x2e\xa4\x12\x19\x0a\x2b\x51\x56\x46\x20\xb1\xb8\x74\x32\x84\xb8\x4c\x33\xc6\xda\xaa\x93\xb3\xd7\x8d\x9e\xb1\x6c\xc9\x06\x22\xe4\x5a\x95\x7a\xff\x52\x81\x4d\x60\xe2\x57\x76\x47\xaa\x7a\x2b\x36\x76\xe9\xb1\x67\x54\x32\xb9\x76\x82\xd8\xf8\xb6\x99\x2a\x0e\x09\x21\xb9\xd9\x2e\xaa\x02\x06\x73\x2a\xb7\xb9\x51\xcb\x88\xfb\x43\x8d\xb3\x65\x0d\x8c\xa3\x2f\xd1\x4c\x62\x21\x02\xd2\x12\x4c\xc3\xbd\xe4\x2f\x7d\x7d\x9a\x63\x2b\x77\x07\x57\x06\x2c\x28\xad\xaa\xe8\xff\xc0\x97\x62\xcc\x8c\x2c\xb7\x39\x34\xfb\xe0\x53\xc1\x07\x8b\x99\x25\xcc\x20\x71\x4a\xec\xa9\x41\x47\xcb\x64\x4c\x21\xdb\x14\x62\x85\x27\x6a\x63\xe8\xa1\x13\x7d\xfd\xa5\xc2\xb2\x5c\x3f\x8d\x11\xb9\xb1\xb1\x05\xeb\x37\x4e\xf3\xee\x26\x72\xe1\xc0\xdc\x8e\x38\x8c\xdd\xbd\x35\x09\x08\x1e\x36\x27\x49\x50\x7a\xc1\x41\xeb\xd1\x06\xba\x94\x84\xe4\x48\x6c\x74\x66\xc1\x79\x67\xd2\xbe\xd2\xa6\xed\x45\xad\xdf\xdc\xc1\x4d\xad\xc2\x84\xc2\xf5\x1a\x4c\x73\x61\x45\xeb\x80\x9a\x67\xe6\x92\xb8\x68\x62\x3e\x2f\xc3\x31\x43\x17\xc9\x02\x08\x14\xcf\x96\x6b\x48\xde\xbd\x7e\x71\x91\x78\x3e\x81\x64\x8b\x6e\x95\x64\x75\x9a\xd2\xb2\xdf\x73\x56\x98\xbd\x1e\x3a\xf3\x15\x57\x3d\xf5\xa2\x37\x0c\x35\x0d\x3d\x19\x9e\x30\x7d\x40\x47\x14\x6d\xff\x31\x1c\x5a\x61\x22\x37\x44\xb8\x9c\xc6\xc7\xcd\xf0\xc8\xe2\x4d\x7e\x81\x1a\xf1\xd3\x44\x94\xf4\x2f\x54\x6d\xee\xaf\x74\x46\xaf\x7c\xfd\x85\x8f\x7d\x5c\x80\x0d\x0a\x75\x43\x00\x75\x6c\x2f\x65\x36\x15\x98\xfd\x6d\xba\x21\xb1\x1e\x86\x67\x2d\xec\x34\xd8\x30\x49\x24\x18\x3b\xa3\x1d\x2d\xfb\xc6\x4d\xe8\x74\x72\x9d\x37\xf9\x22\x2f\x70\x96\xfd\x05\x3a\x29\x68\xb5\xd6\x26\xcf\x24\x03\xe9\xd1\xc3\x9d\xf0\x12\x85\x5a\xfd\xae\xd9\x51\xa7\x97\x74\x5c\x36\xb3\xfb\x5d\x4e\xd9\x90\xde\x3e\xb7\xf7\x9f\x92\x9c\x73\x4d\xe7\x13\xb5\x44\x10\x4f\x07\xb5\xe1\xb5\xe8\x12\xaa\x51\x3a\x2b\xbd\xed\x96\xe8\x8f\x79\x7b\x94\xbd\x77\xa9\x39\x53\x96\x6c\x5f\x31\x9a\xde\xdd\xee\x6f\xff\xa1\xcd\x8a\x9d\xf4\x55\x19\x34\x8f\x57\xaa\x76\x44\x8f\x7e\x0a\xf4\x3f\x6e\xf3\xe2\xbd\x09\xcd\x31\x56\x19\x69\xf6\x09\x8c\xbc\xd0\xd8\x49\xef\x50\x4b\xf3\x78\xb2\x2c\xaa\xd2\xf8\xf9\x19\x70\xb8\x78\x26\x43\x48\xf2\x7d\xf2\x8c\x6d\xaa\xef\x7e\x5f\x99\x70\x3d\xfc\xb6\xf2\xde\x84\xbb\xc9\x2a\x76\xff\xb8\x97\x5b\x15\x03\xb2\x8d\x7d\x88\xd2\xec\x68\x54\x8d\xf6\x5f\x72\x06\x0b\xa7\x82\x3d\xc6\x14\xae\x30\x77\xd0\x30\xd1\x47\xb9\xf0\x86\xec\x46\x88\x43\x6a\x6d\x17\xf4\xf6\x91\x77\xc2\xfb\x2d\x9e\x86\xe7\x57\x50\x5d\x4a\x32\x1e\x56\xcb\xa3\x6a\xfe\x5c\xd1\xd6\x5e\x95\xb0\xc4\xd4\xf6\xcf\x69\x3f\x2d\xdb\x64\xea\x32\x12\xfb\x38\xbb\x99\x14\x39\xb1\x4e\x8d\x99\xbd\xc1\x5f\x68\x0b\x35\x21\x2e\x6b\xf4\x25\x5f\xa1\x50\x56\x1b\x44\x0d\x92\x48\x4e\xa5\xe9\x68\xda\xe6\x57\xc7\x71\xf2\x78\x1d\x8d\xbe\x07\xf7\xf2\x45\xbf\x34\x8c\xcb\xe7\xa0\x50\xc4\x64\x53\x97\x53\x3a\x35\x51\x38\xeb\xe3\xbf\x9a\x1e\xae\x4c\x63\x1b\xc8\xc2\xd7\x25\x41\x5b\xd6\x2a\xf3\xc0\x8b\x6b\x22\x88\x69\x57\xd8\x3b\x8e\xd9\xb9\x7d\xd8\xa1\xd7\x1b\xfa\x76\x9b\x88\x6b\x57\x42\x7f\x4a\xff\x46\x49\xb2\x2e\x1f\xcc\xb6\x22\x01\x36\x2d\x6f\xf4\x4d\xdf\x71\x5b\xa7\x4b\xd6\x5b\x12\x8a\x81\xb0\x31\xdf\xbf\xc6\x35\x09\x8c\xe4\x68\x1f\xd1\x84\xe0\x2a\x05\xaf\x33\xda\xb5\x7d\x0a\x68\xab\xce\x71\x9b\x79\x4d\xec\xe3\x5b\xfe\x4e\xec\xf7\x23\x12\x9d\x1f\x5b\x20\x62\x9e\xa1\x72\x99\xf1\x2b\xf0\x63\x31\x4c\x89\xb3\xf4\xc5\xaf\x8a\xd7\x65\x55\x65\xb7\xa9\x90\xa8\xf0\x0a\x63\x25\xd7\x9c\x8d\xf2\xc2\x5c\xd1\x22\x2d\x36\x53\x5b\x1b\x33\xe4\xcd\x4d\xb9\x74\x2c\x39\xf1\xa0\xf4\xb9\x26\x32\xa6\x6f\xca\xf7\xb8\x95\xef\x5f\xbf\xac\xd2\x5b\x24\x9d\xbb\x9f\xbc\x47\x9a\x19\x1e\xa8\x37\x7a\xb5\x42\x6b\xb3\x5c\xab\x35\x60\x75\x39\xe7\xb5\x02\x73\x70\x1a\x5c\xf3\x0a\x65\x12\x73\x07\xda\xff\x02\x83\x6b\xd0\x2d\x36\x0a\x1b\xc2\x67\x31\xb1\x5a\xe0\x09\x07\x04\xc2\x91\xeb\x9b\xc0\xb0\xf7\x1f\xbe\xbc\xf9\xd0\xbb\xce\xfe\xf2\xcd\x4d\x69\xa0\x64\xed\xda\x75\x68\xa7\x63\x9f\x9a\x4c\xf4\xc9\xbf\x3c\xa5\x7e\xab\x0f\xfe\x13\x7e\x4a\x1d\x66\x1d\x3c\x0d\x6e\xd5\xe2\x37\x22\xcd\xa0\xc9\xc9\xa2\xe8\xcc\xfd\xa7\xb2\x90\x96\x30\x33\x55\xb6\xf5\xf2\xb6\x40\x93\xf2\xf0\xcc\xd5\x69\x01\xa6\x42\x67\x2d\xb2\x3d\xc7\x57\x62\x91\x6d\x04\xc2\x1f\xd9\x1b\x25\x71\xfe\xe5\xe2\x93\x97\xaf\x2f\x60\x4c\xe2\x5e\xdc\x19\xff\x02\x6c\x97\x66\x53\x57\x23\x4e\xf8\xbc\x69\x84\xd1\xa3\xc9\xc4\x2d\xfe\xc2\xd8\xe7\xc7\xb1\xfe\x92\x49\x03\x2a\x29\x7a\x27\x16\x61\x69\xbe\xc5\x73\x4d\xb9\x44\xb1\x75\x7b\x6b\x7b\xd8\xd4\xf5\x4d\xed\x6d\x5f\x8e\xe4\x2d\xa7\x55\x7e\xa7\xd6\x26\x45\x5e\x09\x5a\x45\xf8\x36\xdd\xf9\x8a\xf5\x8a\xda\x2d\x1f\xb8\xc0\xf0\x8a\x5a\x77\x13\x1f\x1e\x8d\xb8\x82\x70\x07\x07\x21\x07\xa7\xcb\x71\x60\x32\x7f\xa2\xf0\x0b\x47\x22\x72\x97\xf6\x28\x59\x45\xd7\xd6\xf6\x60\x52\x59\x28\xb5\x56\x5e\x2d\x18\xb4\xdd\xcd\x1c\xd7\x29\x42\x21\x4c\xed\x53\x1c\x13\xfb\x12\x72\x69\xce\xe2\x42\x90\x2b\x36\x3b\xa7\x75\xb7\xc1\xa1\xfb\x5f\xff\xff\xff\x38\x7e\x8e\x91\x3f\x6f\xeb\x02\xbf\xb6\x98\x5a\x27\x24\xa0\x1c\x56\xc8\x57\x45\xb2\x23\xd3\x83\xd9\x3b\xb3\x12\xd7\x21\xfc\xf5\x93\x5c\xa9\x76\x78\x4f\x01\x8b\x20\xd0\x91\x9a\x09\x05\x5f\xd2\xf2\x70\x09\xa8\xde\x4c\x20\xe5\x2b\xe9\x62\x45\x5f\x70\xe8\xfd\xb5\xcb\x97\x9b\xf9\xaa\xcb\x61\xee\x59\x9a\x42\xde\xdc\x43\x67\xa5\x0c\x41\xbb\xce\x1b\x41\xea\x1f\xf9\xa4\xe9\x9f\x1c\xa1\x91\x3e\x1f\x99\xfa\x82\x47\x2c\xf5\x83\xab\x97\x70\x7f\xb1\xbd\x31\x49\xb8\x97\xfa\xde\xa4\xa9\x0a\x33\xd9\x75\xb0\x41\x03\x11\x97\xf6\xce\xe8\x5b\xdf\xbc\x5b\x03\xdd\xb0\x8e\x41\x79\x6e\x9d\x3a\xcb\x4f\xe1\x07\x7b\x9a\xaf\x3a\xd9\xee\x2d\x6f\x8e\xac\x21\x09\x23\x1f\x0e\xef\xda\x1a\x55\xde\x9b\x4c\xd8\xf4\xf5\x39\xfd\x33\xd1\x33\xec\xe4\xb2\x4d\xf9\xd2\x6c\xd2\xd2\xae\x9e\x3d\xab\xaa\xed\xe4\x92\xd8\x62\xe2\xfc\xf4\x26\x1f\xcf\xfc\xdb\x74\x35\xfb\x81\x53\xed\x4d\x3e\x2d\x31\x25\x6a\x2d\x70\xba\x61\xeb\x81\xf4\x9d\xae\x1a\x22\xfe\x0b\xa8\x3e\xfb\x3e\x36\xe0\x8f\x43\xfc\x70\x1c\x8b\x05\x33\x0a\x14\x0c\x6b\x8b\x6c\x69\x6b\x90\x70\x54\x1a\x7e\xb3\x51\xec\x52\xbe\xfe\x62\xfb\xc0\x46\xed\x04\x61\x49\xca\x66\xe3\x8d\xa8\xf9\xf4\x41\x2b\x5f\x4b\xd6\xe9\x7e\xf6\x81\x16\x45\xbe\x68\x85\xd9\xf5\xca\x4b\x3c\x0a\xc8\x71\x05\x98\x2b\x1c\x3f\x01\x01\xf0\xcf\x06\x1a\x73\x3a\xf4\x6a\x57\x8a\xa5\x06\xde\x0e\x67\xf6\x97\x64\xc0\x50\xb7\x00\x67\x38\xbb\xa0\x9a\x13\xbe\x20\xcd\xa1\xa5\xa3\x93\x1a\xc9\xb0\x6b\x5f\xd0\x89\xb7\x26\x09\x62\x32\x21\xa1\x9f\x1a\x9f\xb2\xd3\x15\x5c\xa9\x8a\x32\xdd\xb2\x2f\x9a\x2b\xd7\x6a\x02\xa0\xe6\x8e\x89\x5e\xb5\x95\x16\x06\x7f\x2c\x04\xc4\xbd\x7e\x1d\xbb\xda\xf0\x70\xe4\x92\xa7\x51\x23\x0a\x91\x14\xcb\x94\x6f\x39\x15\x52\x8c\x7f\xe7\x5c\x21\xac\x85\x41\xf8\xb9\xe6\x86\x9f\x48\x81\x70\x1d\xb7\x66\xd3\xb4\x9e\x3f\x62\x62\x26\xd7\xde\xbd\x1e\xf1\xfe\x89\x3a\xee\x38\x51\x0b\xb7\xed\x08\xe5\x17\x66\x4e\x4d\xa5\x96\x6f\xfa\xb3\x11\x6d\x49\x2e\x34\x5f\x31\x4a\xe8\xfc\xd6\x56\x21\x9d\xb7\xcf\x0c\x81\x6f\xcc\x07\x7a\xf3\x69\xdb\x02\x53\xbe\x05\x68\xa1\xe1\x61\xb9\xea\xe3\xdd\x7c\x63\x4d\x58\x84\x04\xe2\x30\xc8\x5b\x77\x5b\x89\x4d\xdb\x1a\xff\xd8\x32\x1c\x82\x95\xe8\xdd\x60\xbd\x60\x1d\x54\x11\x0d\x78\x8d\x07\x68\xfb\x3a\x6f\xad\x96\x0b\x4f\x21\x12\x64\x25\xc8\x4a\x38\x2b\x91\x2c\xa0\x0c\xc6\x98\x54\x6c\xd5\x40\xdd\x35\x6a\x9b\xcd\x59\xad\xc5\x33\x37\x5e\x31\x77\xe0\x3e\x59\xd2\xfc\x03\xf0\x90\x19\x8a\x75\x0a\x8e\x86\x5f\x81\x02\x22\x53\xc5\x42\x03\xb3\x80\x9b\x7b\x0e\x23\xc1\xac\xf0\x93\x0f\xc1\x4b\xdc\xc4\xe3\x93\x1b\xc2\xdb\xab\xa0\x2d\x27\xd9\xce\x2e\x2a\x3a\xcc\x33\xe7\xde\xe1\xe6\x28\xb9\xc2\x88\xc0\x6d\x24\x10\xbb\x69\x1e\x77\x38\xd6\x93\x27\xd3\x84\x60\x6b\x65\x74\xc3\x02\xab\x4a\xc6\x04\xfe\x9b\xf0\x93\x5f\x34\x82\x94\x50\x02\xae\xd5\xb3\xa0\x92\x05\x31\xc5\xc4\x83\x2c\x8d\xeb\x0d\x9d\x33\x55\x1d\x20\xf2\xd2\x14\x73\xb6\xe4\x99\xc9\x87\xcb\x62\x1a\xe1\x36\x83\x9a\x16\x3f\x97\x4f\x0b\x04\x75\x72\x4b\xd2\xcd\xec\x84\x86\x44\x53\xf7\xe4\x3b\x3b\xd8\xa7\x0f\x03\x18\x9b\xfd\xd0\x6f\x57\xdc\x61\xcf\x3e\xf2\x9f\x28\x47\x8d\x59\x4e\xf9\x4f\x94\xa3\x1d\x52\xc3\x67\x39\xae\x50\x2f\xbf\xd4\x10\x77\x08\xc4\xe1\xb7\x50\xd8\xe2\x25\x67\xb3\xac\x73\x4e\x0e\x56\x42\xab\x90\xa9\x2c\x6e\x88\x10\x09\x42\xea\x96\xd2\x31\xda\x6c\x3b\xc9\xaa\x4c\xb0\x5c\x9e\x00\x1f\x63\x90\xf7\xf9\x15\x8a\x55\xd7\x48\x86\x6f\xcc\x1f\x7b\xb6\x7e\x4e\xa1\xb5\xb4\xea\x89\xd2\x99\x81\xfb\x5a\x2e\xb1\x3f\x81\xae\xd2\x59\x5e\x4b\xf5\x73\x93\xec\x02\xcf\x4b\xd3\x90\x30\x5a\x7b\x31\x36\x8c\xc1\xc4\xf4\x0c\xcc\xc3\x39\x10\x43\x8d\xe7\xd1\x62\x3b\x14\x55\xca\xb6\x30\x7a\x48\xfe\xa0\x19\xf6\xbd\xc3\x02\xfe\x11\x28\xc3\x55\x67\xcf\xb7\x02\x52\xe8\x8d\x9c\xce\xcd\x4c\x4c\xdd\x65\x33\x69\x96\x48\x5f\x2c\xf3\xf0\xf0\x3c\x4d\x71\x75\x39\x14\xc7\x21\x9d\xca\xae\x7a\x51\xb6\x44\x75\x84\xcd\x17\xc1\x6d\x97\xc2\xd0\x02\xb6\x5b\x6b\xb6\xb8\x95\xf3\x03\x9d\x0b\x36\xc9\x5d\xcd\xb8\xc1\x72\x2b\xae\x08\x1d\x46\x26\xb1\x79\x4e\xb0\x00\x4b\x8d\x8e\x63\x8f\x7d\x75\xed\x4c\x42\xf1\x26\x9c\xd8\x2a\x91\x3d\xed\xc4\xd8\x36\xa4\x7e\xa2\x16\x09\xec\xea\x14\xbc\x2f\xaa\x36\x76\xc8\x87\x9a\x91\xcd\x99\xcd\xf7\xeb\xa0\x51\xa1\x63\x7a\x73\xe6\x49\x99\xc2\x26\x74\x26\x2c\x99\x4e\xa9\x0b\x99\xcc\xb6\x3e\xbd\x5b\x61\xf3\x9c\x18\x84\x0d\x2e\x30\x0c\xdf\x2b\xd2\xde\x68\x0c\xd1\x60\x48\xd8\x4c\x8d\xa3\x46\x08\x87\x2d\x8e\x0b\x1d\xb2\xc8\xbc\x4a\xf3\x32\x50\x70\x56\x6c\xfd\x28\x84\xbc\x5d\x07\x44\x3b\x1e\x67\x0f\xbb\x4e\x64\x0a\xf7\x79\x2b\xd8\xfd\x7b\xf1\x8c\x56\x45\x9b\x01\x05\x00\x9b\x81\x75\x81\xc5\x43\x0d\x44\x0a\x0f\x0e\x64\xfa\xbe\xb0\x3b\x95\x6a\xae\x16\x38\x8c\x9f\x3f\xb0\x0c\xc2\xde\x21\x38\xf5\x89\x6c\xfb\x60\x91\xb9\x9b\xcc\xe0\xb3\x54\x12\x50\xce\xa6\x5b\x10\x4a\x31\x11\x93\x9f\x82\x5d\xc1\x66\x55\x53\x60\x6e\xd3\x31\x38\x4d\xd4\x28\xdb\x0b\x71\x32\xbe\xef\x68\x31\xac\x01\x35\xa2\xe9\x8f\x23\xc5\x27\x96\x4d\x9c\xf6\xd9\x45\x9b\x1e\xbf\xc5\xb5\xa9\x97\xb8\xd0\x82\xe2\xcf\xa5\x40\xfa\xa6\xe3\x86\xe4\x6f\xd3\xd5\x2e\x55\x09\x38\x71\x3b\x6c\x16\xe8\xd2\xf9\x44\x38\x4d\xdb\x6e\xeb\x92\xe4\x11\xf5\xfb\x2e\x33\xbe\x78\x09\x1e\x4a\xd5\x4a\xb5\x7b\x6e\x0c\xcf\x86\xc2\x18\xca\x85\xb7\xd9\x06\x39\xd3\x98\x35\x0e\x32\xb0\x3f\x91\x28\x72\x0f\xff\x0c\xb3\x97\xc4\x1e\xd7\x73\x2d\xed\x19\x96\x62\x50\x8f\xe3\xb6\x95\xd9\x4e\x8b\x5e\x2b\x1e\x80\x5b\xda\x8e\x40\x49\x63\x1e\xd0\xb7\x37\x06\x0d\x9b\xcc\x00\x18\x26\x9d\x0a\x07\xae\x2e\xaa\x96\xb6\x55\x16\x75\xa0\x29\xaa\xf6\x10\x38\x98\xc6\x55\x69\x8c\x5c\x11\xef\x89\xfb\x63\xe3\x88\x61\x47\x1d\xa0\xef\x27\x1b\x18\x8a\x55\x93\xe8\xbc\x7a\x93\xe0\x8a\xf0\x1c\x1c\x84\x96\x1d\x24\xe2\xe1\xc8\x6a\xea\x8a\xc9\x6a\xbf\xe9\x2d\x99\x64\xce\x77\x05\xb1\x3c\xfa\x06\xff\x02\x8c\xb8\xac\x19\x76\x56\xd4\x88\xd6\xc5\x4d\x45\xab\x2f\xd5\x38\xcd\xed\x54\xee\x4f\xde\x60\xb3\xa4\x60\xad\xf8\x56\x07\xd4\x54\x54\x14\x31\x46\xf4\x0b\xc3\x00\xc9\x53\x98\xf2\xbf\xfe\xed\xdf\x5b\xd6\x5c\x4a\xa9\xe4\xc6\xb4\xd3\x04\xac\xed\x92\x55\x49\x20\xb3\xaa\xa3\xbc\x8f\x63\x9c\x87\x78\x3f\x59\x74\x2d\x2d\x5f\x92\x2e\xc0\x0e\xd2\x56\x55\x3a\x03\xe5\x10\x9e\xda\x36\x66\xd8\x31\x2a\x07\xea\x75\xa0\x57\xb1\xbe\x3a\x95\xde\xa0\xdc\xa1\x02\xd4\x06\x4c\x4e\x85\xac\x7e\x11\xda\x12\x4b\x2f\x97\x79\xaa\xc5\x44\x47\x6a\xb0\x05\x3c\xc1\x14\x1f\x10\x52\x29\x63\x79\x9b\x2e\x66\x0f\xb2\x04\x28\xee\x56\x0f\x48\x6d\x33\x56\x8a\xd0\x36\x53\x25\x6f\x59\xda\x08\x41\xc2\x1c\x9c\xcd\xa2\xca\x0e\x36\x7f\xa4\xde\xee\x95\x3a\xbc\xc7\xfb\x00\xfd\xaa\x63\x9d\x79\x7f\x37\x6b\x69\xb7\x39\xd8\x82\x95\x37\x9e\x19\x82\xc0\x09\xe3\x17\xea\x3f\xb8\xaf\xb4\x16\x56\x79\x5e\x40\xd3\x39\x4c\x9f\xc2\xef\x86\x6a\x1b\xd8\x61\xde\xc6\xaa\x1c\xc6\x60\x1b\xf5\x07\x4b\xab\x4c\xfc\x04\x3a\x9e\x5c\x11\x1a\xb7\x8e\x72\x8c\x95\x12\xbc\xcd\x60\x10\xac\x85\x56\x46\xfc\x75\xb2\x13\x28\xaa\x60\xac\xd4\x16\x37\x21\x15\x24\x1d\x2e\x45\x34\x47\x3c\xe7\x8e\xc0\x37\xec\xca\x0e\x5a\x48\x3a\x1f\x86\x59\x53\x46\xcf\x56\xe8\x07\x49\xc1\x63\x20\x20\x1c\x04\x42\x07\xcf\x01\x00\xb1\x81\x51\x29\xe6\x03\x7f\x04\xe6\xb5\xa3\xad\x9a\xb4\xb1\x05\xde\xc2\x90\x58\xed\x68\xbe\x50\x6c\x5b\x35\x2d\x4e\x3e\x18\x41\xbd\x35\x70\x89\x43\x92\x32\x11\xc5\xcd\x60\x72\x7d\x2b\x0e\x9e\x9b\x19\xc0\x63\x4f\xf1\xfc\xcf\x1e\xfc\xf2\xcd\xa7\xc6\x9a\xe7\x20\x39\x93\x35\x70\x26\x65\x4f\x1e\xfc\xf2\xc7\x4f\xc4\xfb\x3d\xf8\xe5\x4f\x9f\xd8\xe0\x6c\x50\xc7\xfc\x92\x84\xee\x83\x15\x71\x71\x5b\x86\xd5\x2b\x55\x87\x1b\x8b\x3a\x5f\x05\x67\xc3\xe7\x56\x35\x95\x99\x89\xf7\xbd\xfa\xb6\xeb\x6d\xfb\x4c\x33\x5e\xf6\xb6\x7d\xd9\x6d\xe7\x3a\xf4\x06\x64\xa1\xda\x6d\xe5\x8d\x41\x50\x5e\xb2\x71\x31\xd0\xce\x7e\x75\x5f\x7e\xc0\x7f\x00\xa7\xfb\x80\x87\xfa\xab\x2d\x64\x0d\xbc\x05\xda\xfb\x8e\xab\x95\x8b\xee\xf4\x07\xec\x1b\x40\xdc\x04\xde\xcb\x70\x54\xe8\x7b\xd7\xc7\xca\x99\xb4\xbd\x10\x3f\x3c\xd6\x6d\x41\xce\x16\x6e\xd3\x98\xc0\xf1\xc7\xec\xbc\x80\x53\xb0\x28\xc3\x76\x26\x00\x48\x98\x10\x98\x4b\xdb\x26\xae\xdc\xb5\x4c\xcd\x6b\xa2\xc0\xaf\x4c\x5d\x05\x53\xaa\x79\x71\x85\x0a\x73\x47\x95\x7a\x7c\x5a\x54\xfb\x60\x88\xa3\xf3\xdb\x4d\xd7\x09\x93\x6c\x89\x33\x74\x45\x34\xcd\x79\x46\xd2\x04\xb0\xe5\xbe\x9b\x71\xfe\x7a\xca\xa8\x12\xcd\xbb\xf4\x4c\xab\x59\x4b\x8f\xb2\xdf\x5f\x8d\xca\xfc\x04\xc5\x15\x41\xdc\x80\x0f\x60\xbe\xe7\x82\xe6\xc9\x72\x18\x50\x17\xf3\x34\x42\x8c\x11\x69\xe5\xae\x86\x04\xb7\x1f\x46\x4d\xed\x2a\xf6\xe1\x7d\xc6\x7f\x7c\xfb\xd6\x01\x0f\xb1\xc2\x6f\xe9\x7c\x66\x15\xa0\xcb\xee\x19\x49\x68\xaa\x75\x6f\x66\x5f\x67\xb3\x4c\x1f\x59\x7a\x9e\x13\x44\x92\x97\x56\x16\xc3\xd3\x2e\x8b\x72\x25\x6c\x7e\xf9\x52\xcf\xa1\x13\xab\xf4\x9e\x59\xed\xa3\xed\x59\xff\xc9\x86\x6d\x9c\xc4\x39\xda\x76\xec\xd1\xa9\x77\xba\x0b\x17\x84\xdf\x6c\x55\x15\x65\xd2\x40\x69\x84\x9c\xb9\x29\xc0\xf0\xf7\x72\x61\xab\xf2\x20\x1b\x65\x95\x3c\x7a\x36\x72\xa0\xf3\x5a\x1b\x6f\xbc\x1a\x83\x8f\x8e\x46\xb2\xfa\x6f\xa1\xe2\x5c\xf5\x52\xa0\xaf\xe3\x46\x18\x3e\x67\x2a\xd5\x63\xf6\xc7\xa1\xee\x30\xfe\xcc\x95\xe3\xf4\x16\x50\x81\x15\xba\x5c\xfb\x46\x36\xea\x6e\xa4\x5f\x30\x8c\x1a\xef\x87\xd5\x60\xf2\xe4\x0f\xac\x5f\x43\xfb\xcf\x80\x56\xee\x48\xfa\xcf\x97\xf9\x2e\x55\x7a\x09\x9f\x50\x25\x75\xa1\x76\x8b\x93\xb6\x6d\xba\x5c\x63\x83\x7b\x46\xec\x57\xd1\x03\xa8\xf8\x0f\x54\xc4\x70\xd2\x04\xaa\x2c\xca\xff\x75\xa4\xac\x75\xaf\x16\x94\x75\x1e\xd7\x50\xc1\xaf\x13\xb9\xd0\xf0\x42\x9c\x49\xd8\xc7\xb8\xf5\xce\xa2\xd9\xb4\x2b\xa1\xfb\x71\x2a\x49\x36\xed\x62\xf3\x9f\xe0\x65\x93\x7a\x2b\x1f\x40\x3b\xfb\x35\x2d\xd2\x12\x15\x40\x39\x77\xe1\xc2\x5e\x76\xed\x8d\x14\x2b\xda\xe0\xab\x05\x76\x2c\xac\x32\xdf\xfb\xcb\x80\x69\xaf\x05\xb8\x77\x9b\xe1\x9f\x7e\xcb\xf2\x77\x76\x6d\x1b\xd5\xfc\xe8\x66\x28\xbe\x11\xb2\x13\x51\xe1\xf6\xbc\x2b\xda\xc6\x9a\xdc\xe2\x23\x6d\x99\x1e\x5f\xc3\x23\x8d\xeb\x44\x59\xd1\xae\x27\xae\xa8\xad\x5c\x7b\x2f\x9c\x87\x37\x6b\x7d\x29\xcd\x33\x11\x86\x59\x22\xfb\xa3\x63\x43\xc2\xd4\x5a\x5d\xc0\x2b\xba\xb5\xcf\x16\xb7\x0a\x52\x3d\x5e\xdb\x86\xde\xdf\x67\x0f\x13\xa9\x5e\xef\xbf\x77\xfe\x0e\x2a\x5d\x25\x6d\xc7\x0f\x52\xf8\xce\x80\x27\x58\xd4\x49\xcd\xb7\x81\x95\x3a\xc8\xe7\x13\xae\xfc\x09\xd8\x8a\xcc\x92\xd2\xe4\x0f\x0f\x12\x7c\x83\xa2\x3d\xb4\x33\x29\x92\xe0\x59\xb8\x1a\xf0\x11\x89\xcb\x0c\x05\x61\x92\x24\x8b\xbb\xcf\x8b\x04\xd5\x67\x4a\xbf\x1b\xde\x8a\xdf\xe1\xb6\xce\x9e\x0b\xfc\x3b\x69\xd2\x2d\x82\x42\xc0\x72\x93\xf7\x89\x05\xf9\x93\x03\xd1\xca\xb7\x98\x3a\xe5\x37\xa4\x0d\xb1\x8c\x88\x5b\xe1\xea\xac\x39\xf5\x81\x26\xc5\xe7\xd4\xa0\x1d\xaa\xe9\x9f\x3f\x35\x76\x28\xe9\x62\x1e\x52\xef\xd9\x69\xde\x2c\x69\x46\x73\x13\x01\xc4\x3a\x19\x9f\x23\xaa\xa1\x67\xee\xc6\xc9\x3d\x76\x52\x18\x3d\xe9\x09\x51\x78\x58\xee\x90\x17\x1b\xce\x40\xb3\x9c\xa4\xdd\x02\xe7\xac\xf5\x5d\xc9\xe0\x6c\xee\xed\x1c\x37\x8b\x53\xc1\x69\x34\x4d\xb3\xf3\x60\x1e\x02\xf4\xd1\x5c\x18\x28\x30\xb6\xd8\x56\xf2\x78\xe6\xee\x69\x11\x38\x4c\xa4\xbd\xc1\x26\xad\xef\x19\x5d\x03\xca\x09\x6d\x61\x92\x89\x45\x9a\x7a\x18\x52\xd2\x76\xa4\x0e\x3f\x4c\xe2\xac\x6b\x2c\x21\x8e\x5a\xd5\x7b\x38\xdc\x63\x6e\x60\x1b\x66\xc7\x90\x37\x44\x29\x0c\x5b\x10\xcd\x9e\xeb\xa3\x17\xae\x01\xfc\x1e\x91\xad\x56\xac\x4c\xc1\xaf\x2d\xcc\x2d\x1e\xcf\x5f\xb3\x8f\xdf\x26\x74\xfe\xcf\x97\x71\x25\x9e\x1a\x26\x15\x21\xd7\xa2\xc8\x37\x9b\x80\x5e\xa4\xe5\x9c\xad\xad\x78\x46\xbc\xd9\x46\xd4\x3f\xd8\x70\x84\xfe\x3e\x23\xe4\xb2\xfe\x9f\x5d\x7d\x6c\x22\xf3\x35\x55\xf2\xb0\xdd\xe3\x28\x59\x12\xa5\x06\x34\xa3\xc1\x18\xc3\xcd\x3f\x6c\xc0\xc5\x06\x10\x03\xa7\x85\xc9\x33\xeb\x1f\x13\xae\x29\x4b\xb6\x7d\xe7\x2e\x2b\x96\xac\xf4\x96\xd0\x84\x6d\x54\x3b\xe4\x12\x8f\xd8\xf4\x70\x28\x26\x35\xe7\xc1\x36\xc5\x4a\x84\x44\x59\x4b\x31\x46\x77\xa5\xee\x53\x2e\xad\x3a\xe2\x8f\x3c\x6c\x36\x51\xd3\xa7\xc6\xc9\x43\x65\x22\x4d\xf9\x50\xcd\x81\xad\x77\x4c\x3f\x13\xa3\x64\xed\xd1\x1f\x1e\x64\x8f\x19\xdd\xd4\x6a\x92\xc9\x64\x70\x29\x1a\x3d\x6f\xf1\xe8\x3a\x4d\x7e\xa2\xde\x87\x4f\xff\x79\x6a\xa6\xc9\x24\xb8\x9e\x0f\x4f\x3d\xa7\x1a\x08\xb2\x43\x15\x88\x32\x46\x61\xf6\xb8\x26\xa4\x0f\x90\xcd\x1e\x38\xf9\x6c\x08\x02\xe3\x8f\x8e\xb0\x07\xb4\xd6\xaa\xe6\xae\xd3\x22\x63\x5d\x6c\xaf\x2b\x22\x8f\xf5\xeb\x57\x19\x25\x1e\x15\xf4\xdb\x38\x62\x08\x61\x58\xc1\xe6\xf4\x8d\xde\x18\x51\xdd\x29\x38\xbe\xc9\xe9\x6f\xb7\x62\x40\xe4\x5b\x51\x9d\xa0\x4e\x90\xdc\x67\x87\x00\x1a\x97\x20\x6f\x4d\x34\x7b\xbc\x23\x9e\x99\xc0\x9e\x25\xcc\xb4\x83\xfe\xc9\x8f\x37\x79\x24\x97\x89\x84\xc8\x8f\xe3\x61\x9a\xb4\x86\xe9\xe5\x6a\xd0\xb4\x73\xfc\xaa\xd5\xcd\x65\xfd\x61\x75\x07\x5f\x14\xe1\x6c\xca\x2b\x0e\xeb\x7e\x83\x2f\xd8\x99\x6c\xdd\xbf\xa2\xff\x1d\x6f\xb7\xc7\x59\x76\x7f\x64\xdc\x8e\xc1\x73\xe3\xb7\xd7\x53\x01\x9b\x97\x3a\x4d\xca\xbd\xb0\x86\x80\x59\x1e\xc5\x2f\xb6\x41\xf0\x2b\x65\xc3\x7e\x18\x67\x7e\xbd\x08\x66\x4f\x1f\x8b\xda\x85\x3c\xc2\xde\x66\xd3\xfe\x9a\xad\x8a\x5b\xf1\x06\xcd\xef\x08\xe3\x61\x84\xa2\x06\x71\xe5\x41\x96\xf2\xe4\x6e\x64\xf6\x2d\xec\x48\x1f\xf5\x71\x6f\x60\x96\x01\x9c\xd9\xde\x31\x27\xfe\x61\xee\xbd\x18\x2b\x94\xcd\x77\xad\x86\x16\xf1\x23\x80\xff\x07\x38\xfd\xb1\x5e\x0c\xd0\xe0\xe0\xbb\x87\xc9\x64\x9f\x6f\x72\x9a\xab\x4d\xce\xbf\xa6\x7b\x53\x2c\xe1\xa9\x55\x1d\xba\x89\x6f\x43\x64\xdf\x8b\xf2\x65\xa0\xaf\xe5\xe0\x47\x86\xb5\xe6\x08\xde\x35\x0b\x7d\x67\x32\x59\x57\x57\x50\x1e\x67\xd5\xb2\x63\x55\x4a\x6d\xdd\x3b\x64\xca\xba\xc8\xab\x16\x69\x42\x71\xf9\x32\x27\x4a\x38\xe7\xe8\x55\x4c\x16\x7c\x84\x1f\x39\x44\x05\x38\x8c\x6e\xc5\x09\xca\x35\x73\xba\xf2\xcc\x21\xbc\x3c\x33\xb7\x75\xda\x57\x37\x01\x80\x35\x3b\x8e\xcd\x08\xe0\x83\x9c\x70\x5b\x0c\x23\xe1\xf3\x2e\xe0\x32\x6e\x4d\x60\x46\x13\xd2\x05\x1d\x0f\x3b\x48\x0e\xfa\x69\xbd\x20\x4b\x2e\xdb\xf0\x6a\x63\x7c\x01\xf0\xc0\x3a\x28\x0e\x19\x86\xd4\xba\x2b\x80\xe3\x1f\x2e\xc7\xb8\x8e\x5a\xe7\xa2\xf1\xf7\x82\x6e\x34\x4e\x9b\xfb\x6e\x6c\xa4\xf2\x3a\x25\x80\xf2\xe2\xec\x21\x40\x8c\x7d\x69\xe6\xdf\x30\xfb\xc0\x6f\x3e\xa4\x83\xc2\xb3\x42\x4c\xb3\x2c\x6b\x8c\xb6\x78\x5b\xd3\x31\x2d\xbf\x85\x1b\xf5\xef\xfd\xea\xf5\x6f\x6d\x5f\xd4\xc1\xa3\x4f\x87\x5f\xc7\xda\x8e\x3d\x42\xd9\xba\x77\xea\x6b\x69\x74\x72\xff\xeb\xdf\xfe\xbd\x09\x26\x56\x34\xa9\xee\xc1\xa2\x57\xa2\xb2\x07\xa5\x03\x51\xb1\x6c\xea\x54\x96\xb2\xe1\xb8\x19\x1c\xc2\x41\xd3\x03\x67\xc9\x78\x03\x0a\x3c\x57\xe6\xe1\x00\xcc\x94\xdf\xc8\x4b\xd4\xae\x43\x20\x7c\xbb\x3d\xfb\x19\xff\x1e\x02\xc1\x3c\x41\x87\x96\x1d\x02\xe8\x4a\xbd\xd7\x99\x7d\xb4\xbf\x3c\xe8\xba\xaa\x36\xf0\x92\xbd\xe0\x1f\x3e\x7d\x95\xb7\x92\xf5\x32\x6f\x8f\x7b\x79\x70\x26\xbe\xf4\x91\xc0\x9e\xb1\x6f\xf1\xd1\xc0\x62\x53\xb5\xa2\x75\xb0\x6a\x21\x7f\xae\xdf\x1e\x10\x16\xea\x36\x5e\xda\x39\xfd\x4e\xde\x55\xfb\x61\x35\x00\x82\x9b\x79\x04\x6d\x11\x5a\xc6\xd5\x21\x1d\xdb\x8c\xbb\x91\xd8\x5c\xe7\xd8\x96\x64\x47\xfa\x5e\x03\x2b\x99\xaa\xd2\xd4\x74\xb8\xb4\x12\x7f\xb3\xd3\xa0\x13\x98\xec\xf7\xde\x89\x7b\x13\x4d\xbb\xde\xdc\x8f\xa2\x87\xb7\xce\xf3\x8b\x20\xee\x1e\xc0\xe9\x7d\xd1\x9b\x0a\x78\x74\x28\xb1\xfd\x7b\x45\xf0\x38\x95\x51\xff\x2a\x78\x8c\x82\x32\xfa\x46\x49\x9f\x49\x86\xc6\x09\xae\xd5\x34\xbb\xc6\x71\x99\xf9\x6e\xbe\x34\x29\x27\xf1\x01\x52\xf5\x90\x16\x9b\x42\xc3\x1d\x4a\x08\x0b\x26\xdb\xcd\x0d\x8d\x6c\x1b\x8c\x1c\xea\x64\x50\x68\x44\x8d\xe1\xb3\x01\x57\x79\xf0\x60\x4f\xf9\x5c\x24\x86\x35\x9f\x43\x58\xf1\x73\xa1\x55\xdb\xa3\x20\x98\xa8\x08\x9a\x63\xee\x84\x25\xd8\xc9\xe6\x61\xd8\xb9\x32\x69\x36\x10\x43\x10\x13\x24\xf6\xd9\x2c\x8e\x11\xd9\xb1\xc4\x2d\xe6\x81\xc9\x0e\xb1\xbe\x8b\x22\xcd\xd8\x6d\x2f\x0b\x5b\xae\x21\xd1\x44\x45\x53\xc3\x49\x09\x3f\x15\x81\x25\xf4\xe8\xe4\x30\xcc\x5c\x61\xa2\x59\x2a\xf2\xd5\xba\xdd\x1b\xfc\x7b\x57\x4d\x6e\x80\x71\x4d\x76\x46\x38\x55\x13\xc7\xe6\x52\xb3\x78\x66\x94\x93\xa4\x51\x1f\x6b\x34\x9c\xc4\x8c\x54\x33\x2c\x2c\x4d\x37\xed\x0d\x4c\xa8\xb4\x3f\xc9\x6b\xee\xf3\x85\x36\xfd\x2e\xdd\x02\x77\xcf\x01\xf3\xed\x9d\x35\x4c\xc5\x21\xe7\x12\x61\xa0\xf0\xf7\x6e\x60\x76\xf3\x69\x4b\x9c\x04\x1f\x77\x0d\xd1\x46\xcf\x50\xa1\x0d\xc6\xdc\x70\xff\x22\xcf\xdf\xf8\xdc\xf9\x1b\x7c\x1a\xfd\x3d\xf9\x1b\xb6\x0c\xfd\xc9\x69\xef\x7d\xfe\xbb\x3d\x93\xdc\x34\xba\xa0\x81\xb1\x73\x27\x0e\xb0\x51\xda\x67\x87\xb1\xf0\x66\xe4\x41\xba\x7b\xfc\xcd\x4a\x11\x3a\x0c\x37\xa6\x6d\x02\x6c\x62\x81\x53\xba\x69\xe3\x96\x3c\x0c\xb5\x26\x6c\x9f\x86\xa8\x25\xd6\xf7\x01\x9d\x49\xe2\xd6\x8d\xed\x6f\xab\x95\x7b\xa9\x28\x02\x84\xab\x38\x4b\xd9\x40\xec\x56\x6c\x33\xae\x61\x21\x80\x78\x6e\x01\xd5\xe2\xd0\x92\xec\xa2\x11\xfa\x94\x46\x1e\xd7\x88\x3f\x3a\x65\x74\x7a\x2f\x77\xf4\x7c\x1d\x3e\xdf\xd2\xf3\x35\x3c\x66\xa0\x6f\x6a\xa1\xf2\xc0\x5f\x66\xe0\xb8\x22\x44\x6e\x2a\xa3\x77\x5b\xfd\x32\x6e\xc9\xe4\xb9\xdd\xad\xd1\xb8\x00\x7a\x03\x11\xd4\x25\x77\xd4\xbd\xfa\x7c\x90\x28\x79\xe7\x51\xaa\x97\x71\xaf\xa4\x80\x28\x33\x1d\x36\x2b\x9c\x4a\x43\xac\xca\x71\xc2\x94\x98\x16\x4c\xde\x7f\xdc\xca\x13\x35\xed\x46\xb0\xc4\xd5\xd6\x9a\x49\x0f\xba\xc1\xcb\x3f\xda\x11\x7b\x2d\x6d\x95\x2e\x83\x8e\xd8\x9b\x40\x99\x3b\x8e\x37\xa2\x4f\x71\xa3\x33\x44\xa1\xe5\x4d\x79\xd6\x7b\x76\x70\x23\x2f\x5b\xec\x94\x19\x4b\xea\x84\x1d\xad\xb7\xd1\x1b\x9b\xf0\x90\xa0\x2d\x54\x36\x97\xf6\xea\x88\xfd\x2b\x3a\x3f\x82\x43\x28\xd5\x0c\xb1\x36\xc3\x59\x74\x0b\x9f\xeb\x3c\x8a\x8b\xd3\x1f\xef\x50\x53\x5f\x0b\x85\x1e\x0f\x39\x38\x59\x17\x86\x18\xd4\x08\x34\x82\x77\x23\xdd\x8b\x56\xeb\x23\x7b\x04\x47\x80\x4f\xf7\x0c\x1c\xb4\x3c\x73\x68\xec\x1b\x97\x2b\xd1\x2c\xbf\xce\x49\xaa\x2e\xe2\xe0\x25\x77\x35\xf3\x47\x6e\x06\x2f\x53\xbb\xcc\xb7\x82\x9a\x64\x9b\xf7\xf7\x4b\x7f\x84\x39\x47\x78\xfb\x98\xfc\xf6\x1f\xbf\xfd\x87\x7d\xe2\xae\xd0\xfe\xcd\x7b\x54\x62\x21\x3e\x60\x06\x3d\x02\x5d\xd3\x0b\xb3\x9f\x2a\xd1\x5a\x3a\x67\xf8\xb1\x84\x28\xfa\x31\xaf\xa7\x6a\x43\x44\xfa\x76\x70\xd0\xf3\x05\xd7\xcf\x72\x10\x5b\x4d\x67\xe8\xa1\x64\x04\x5c\x8d\xa5\x69\xae\x3f\xca\x11\x1e\x74\x60\x8f\x37\x91\x2b\x8e\xd7\xc7\x9b\xa9\x5c\xc3\x72\xd0\xec\xdc\xcd\x0a\x62\x74\x10\xa7\xff\x0c\xc6\x0a\x1f\x2d\x97\x3f\xda\xca\xe1\x9d\xc9\x8d\x64\xca\x3f\x30\x89\x7e\xc0\x13\xad\x9e\xd9\x7c\x1e\xb4\x48\x23\x75\x87\xc2\xef\xe9\x40\xf5\xc6\x25\xa1\x37\x1e\x7a\xfb\x6a\xc2\xb5\x19\x38\x4a\x1c\x3c\x55\xea\x81\xfa\x79\xe3\xa8\x01\xec\xfb\xb9\x4f\x58\xbd\xd0\xcd\xc8\x53\xcb\x75\x3e\x1c\xeb\xf1\xf3\xfd\x69\x62\x95\xa5\x3c\x73\xf6\x8d\xb6\xf7\x44\x05\x66\x6e\xd0\xc7\xe1\x54\x7a\xf4\x00\xa5\xb2\xc6\xb5\x70\x18\xe0\xcd\x69\xbf\x4c\xba\x7a\xb5\xff\x71\x58\xbb\x77\xa6\x15\xbc\xfa\xef\xab\x35\xdc\xeb\xf1\xde\x42\xe4\xe5\xc2\xac\xea\x5c\x5e\x83\x23\x88\x93\xc5\xd0\x23\x7b\xa0\x1e\x85\x66\x19\x7a\xf4\x3a\x97\x10\x50\xe6\xb8\x0b\xf2\x3b\x26\x85\x1f\xab\x60\x66\x4e\xe8\xf8\xe5\x17\xae\x88\xdf\x80\x87\x78\x50\x61\x60\xb7\x1b\xbe\x3f\x46\xcf\x2f\x5b\x5e\x67\xc1\xa1\x7e\x95\x21\x5a\x7d\x88\x48\xf2\xb8\xf7\x9c\x43\x72\xc4\xb0\x92\x7c\x2c\xe0\xd3\xb8\x2b\xbe\x21\xe9\x10\x9b\x80\x77\x31\xa9\x0a\x24\x29\xda\x32\x73\x47\xff\x59\xdf\xa1\xb4\x1f\xe6\xb4\xc3\xea\xec\xc9\xe3\x4e\x8a\x10\x7d\x7d\x9f\x2a\xbe\x28\xec\x9f\x20\xb1\xd3\x89\x03\xce\x26\x02\xd1\x05\x81\x21\x02\x83\x07\xab\xd8\x76\xcb\x1a\x7a\x9b\x3a\x54\xca\x4d\x67\x50\x2c\x8f\x3d\x86\xf5\x51\x23\x6a\xf4\xa7\x31\x72\x18\x35\x30\x72\xcf\x1f\x98\x66\xdc\x5d\x26\xf0\x4f\xe4\x4f\x25\xe7\xb4\xa5\x60\x6e\x6e\x3c\xc6\xeb\x6d\xcc\xff\xb0\xca\xef\x63\xe8\xda\xc9\xb6\x2b\x8f\x7e\xbe\x66\x4e\x02\x47\x1c\x81\x0c\xcc\xf6\xd9\x12\x0e\x2c\xb4\x84\x65\xdf\x9b\x3e\x28\xdf\x34\x28\xc2\xee\xd3\xfd\x7b\x6b\xdc\x12\x2e\x7a\xb3\xda\xf3\x7e\xec\x18\x26\xbf\x2c\x96\x77\xc3\xa1\xee\xbb\x39\x8d\xa4\x23\xc8\x0a\xec\xc2\x5b\x42\x0a\x79\x2f\xe8\xfc\xfa\x32\xcf\xc6\x8e\x58\xbc\xb4\xb5\x41\x9e\x83\xe1\xf7\xef\xb5\x46\xf1\x03\xb8\xb5\x17\xd5\x88\x55\x91\x8c\xa1\x20\xab\x47\x64\x65\xad\x22\x85\x3d\xf8\xe0\xf4\x57\x81\x0b\x2c\x44\xa3\x96\x4c\x08\xfb\x9f\x37\xce\xa3\xad\xb8\x1f\x91\x20\x33\xb0\x03\x2b\x0d\xbb\x2e\x87\x8a\x56\x44\x11\xd3\x21\x58\x6f\xce\xb7\xe3\x24\xb7\xb2\x77\xa4\x1d\x7b\xb4\xba\xce\xf9\x36\x3f\xf9\x59\x4b\x65\x12\x72\xd8\xf9\x41\x0f\x4b\x86\x25\x8e\x12\x09\xd9\x02\x47\xe3\x98\x97\xb3\xf7\xe7\x17\xfe\xc6\x4a\x78\x9b\x62\x63\x67\x93\x04\xc8\x87\xd6\x7b\x13\xaa\x07\xb3\x46\x18\x8f\x59\x0f\xa8\x3a\x55\xcc\x01\xce\x4b\xf1\x4b\x77\xb7\xff\x0e\x37\x4d\x78\x0a\x8c\x4b\xfb\x60\xd2\x75\xc2\xfd\x36\xb3\x33\x3f\xce\xa8\xf4\xa0\xef\x70\x35\xa4\xa0\xd6\x7d\x6d\xd0\x79\xa3\x8e\xfe\x56\xc1\x13\xd5\x2f\x79\x52\x3b\xd8\x01\x1f\x79\x4e\x9a\xfb\xf2\x81\xa0\x55\x4c\x39\x92\x21\xec\x6e\x09\xea\x66\x76\x41\x5f\xc7\x88\x30\x59\xaf\x22\x32\x39\x0a\xad\xb2\x25\xf4\x1d\xc2\xfe\x9b\x5d\x82\x17\xcf\xd6\x7f\xb2\xf2\x89\x76\x0a\x60\x62\x88\xa0\x49\xc3\x89\xec\x55\x1b\xf0\x4d\x1c\x53\x71\xef\x07\x15\x6c\xdd\x54\x10\x85\xfd\x92\xd6\xf9\xd5\x34\xc1\x65\x07\x3b\x14\x90\xfb\xec\x06\x32\x0a\xab\x65\x18\xeb\x54\xcc\xbe\xf5\x57\x1c\xc1\xb4\x63\x3f\x8a\x8b\x2a\x45\xe4\x21\x6a\x4c\xed\x25\xef\x4f\x7a\x9f\x3b\x02\xd0\xec\x2a\x38\x4b\x39\x29\x6d\x04\xbd\x3e\x88\x5c\x59\xc1\xbd\x24\xff\x1d\x02\xec\x24\xb0\xcb\xec\x0d\x07\x74\x19\xe6\x2f\xaa\xec\xc6\xfa\x16\x1c\xa8\x4d\xf5\x41\x3c\xa2\x43\xf3\xe3\x59\x4b\xdc\xf8\x85\x53\xcd\xfb\x93\x8d\x5c\x01\x81\xab\x5f\xe7\xd2\xc9\x3f\xfa\x65\x75\x82\x0b\x3c\x89\x70\x8b\x5c\x53\x1e\x68\x1c\x10\xea\x48\x82\xb7\xcb\xab\x5d\xe7\xbc\x98\x19\x43\xae\xc1\xbb\xac\x72\x2a\xca\xe9\xa0\xbb\xf2\x18\xd9\xf1\xab\x6b\xbd\x05\x69\xa5\xa2\x4b\x7e\xd3\x8e\x5d\xb3\xad\x40\xc4\x6a\xb5\x37\xf5\xd2\xf6\x4e\xc2\x84\xb1\x2f\x0e\x38\xcd\x2a\x48\xfc\x53\x18\x89\x05\xc3\x3b\x8e\x1d\x5d\x51\xcd\x61\x3c\xe0\x91\xbe\xb0\x97\xa7\x57\xdc\x85\x48\xdb\x60\xf3\xad\x0d\x2c\x83\xe4\xbd\xf9\x57\xde\x4a\x61\x05\xc6\xbb\x5b\x1e\x23\xec\x96\x6e\x5b\x92\x68\x9c\xd2\x08\x54\x51\x75\x44\x3d\xe2\xd8\x8f\xec\x05\xc5\xa2\xe8\x48\x5a\xf8\xd8\x0d\x7c\x9a\xd3\xdc\x58\xdf\x83\x31\x3d\x76\x4e\x84\xb1\x9b\x40\x55\xaf\x99\x1c\x17\x1b\x6f\x83\x92\x5b\xa7\x60\x1d\x65\xc0\x1a\x3b\x3a\x29\x1e\xfd\xf9\xfc\xfd\xbb\x23\xed\xea\xe7\xe3\x6f\x8e\xff\xe5\x9f\xfe\xe9\x78\xbf\xdf\x1f\x9f\x12\xdf\x78\x7c\x4d\xa4\xed\xb8\xab\x69\x86\x91\x9f\xe9\x30\x08\xdc\x6c\x9f\x9a\xf2\xf6\xbb\x27\xf4\x77\xfa\x78\x48\xc6\x25\xee\xb6\x58\x89\x05\x81\xed\xff\x71\x6a\xae\xbb\x88\xd5\xba\xfd\xf8\x48\x21\x9f\x88\x25\x95\xd7\x05\x1a\x64\x48\xfc\xa9\x04\x6c\xc9\xb2\x36\x78\xb2\xb0\x36\x79\x80\x14\x0d\x71\x28\x1b\xef\xd4\xbc\x17\x27\xaa\x07\x96\x53\x3b\xdc\x91\xd7\x4b\x8d\x5f\xdf\x87\x10\x33\xd4\x1f\xd9\x02\xd5\xeb\x9c\xe1\x98\x51\xf5\xcc\xf9\x95\x5b\xa4\xe8\x74\xdd\xeb\xf9\x60\x25\x61\x4b\x27\x69\xca\xea\x7c\xb5\x82\x80\xc7\x84\xed\xfb\x7e\xb5\xec\x96\xa2\x2a\x8b\x1b\x1b\x82\x18\x2e\xe5\x08\xa5\x64\x5d\x91\x6b\xd5\x94\x0c\x3f\xed\x97\xe7\x10\x6e\x06\xb4\x9a\x4d\xf9\x66\xaf\x37\x62\x19\x60\x85\x3c\x60\x61\xf0\xcc\x58\x58\xca\x41\x2d\xe2\xda\x9c\x2f\xc4\x08\x91\x93\x4d\xce\x4f\xb7\xf6\xb0\x9f\xda\x48\x20\x45\x94\x1c\x16\x13\xc3\x8a\xe7\xb5\xf9\xed\x3f\xcd\x60\xc6\xf4\xca\x56\x26\x8e\x0d\x05\x8f\xd4\x69\x45\x60\x6e\x30\x9c\x8f\xc0\x88\x87\x6d\xf7\x3e\xc8\xc7\x5d\x80\xd2\xc6\x59\x68\x86\x26\xe6\xdf\x47\x89\x58\xb0\x20\x54\xa6\x4d\x01\xad\xc3\x5f\xfb\x02\x85\x48\x6f\xe9\x7f\xcb\x75\xbc\xde\x10\xda\x4f\xb6\xdf\xc0\xa7\xde\x35\xb1\x2b\xa5\x5b\x93\x0d\x26\x04\xeb\xc5\x9e\x45\x46\x97\xd9\x9d\x09\x7c\x32\x3b\x15\xd2\x98\x9a\x54\x62\x42\x72\xa4\x37\x73\xd9\x4f\xb6\x96\x54\x44\xb4\x6e\x3b\x76\x97\xed\x08\x4f\xaa\x07\x6a\x84\x9c\xe9\x25\x91\xe1\x6b\x66\x86\xf6\x8e\x53\x0c\x90\x54\x8e\xdc\x95\x49\x35\xae\x5c\x9f\x05\x66\x32\xd9\x73\x9b\xbb\xf7\xec\xf0\x90\x6f\x56\x2a\x6c\x59\x67\x35\x20\xd1\xcf\x01\x58\x54\x7d\xc0\x35\x8d\xca\xb9\x2a\xb2\xf5\xb9\xf2\x51\xde\x50\x1e\xc9\x58\x66\x06\x21\x4a\x3e\xa8\xfb\x59\xc7\x56\xf5\xd9\x78\xff\xc0\x29\x89\xfb\xca\x4f\x6e\x99\x46\xf8\x43\x23\xf6\x9e\x6c\xfd\x1c\x95\x62\x1a\x5c\xe3\xe6\x79\xc5\x26\xf6\xb8\x1d\xb2\x4e\xa2\xac\xf4\x60\x9d\x46\x8f\xea\x67\xa5\x21\xf1\xcc\x79\x8e\xdf\xe2\x11\xb3\x0f\x40\xe2\x78\x9a\x5b\x08\x44\x90\xc9\x07\x20\xb8\x84\x2c\x4d\xa1\x30\x44\xdd\x61\xc0\x13\x4c\xe6\xae\xa8\x6e\xc4\x6b\x76\x10\x56\xdb\x07\x1a\x09\x47\xef\x81\xf1\xbc\x53\x47\x21\x89\xb6\xc4\x58\xcd\xca\x99\x5a\x1f\xd8\x12\xdb\x33\x87\x89\xa4\x95\x6f\x99\x49\x04\xa3\xd0\xd8\x90\xe4\xc9\x5f\xc2\x00\x48\xce\x38\x4e\xf5\xbd\x91\x3b\x6e\xb6\xed\x0b\x7d\x7b\x5a\x37\xbb\xc1\x74\xb2\x7f\x22\x3f\xd2\x8f\x1a\xc8\xc7\xbe\x9e\x89\xc7\x70\x40\x55\x10\x9a\x88\x8d\x8d\xb2\xe7\x6c\xda\x81\xc4\x1e\xb1\x4f\xa3\xa6\x1c\x1f\xd5\x73\x8b\x1d\x96\xf5\xbe\xb1\x7b\x65\xb7\x12\xf4\xed\x90\x5b\xec\x68\xe9\x46\xdc\x5e\xc7\x83\x0e\x3c\x5f\x7b\x59\x25\x74\x7c\x3d\xbe\xb0\x03\x3d\xc8\x57\xa1\xc3\x57\x39\xbf\xee\xf5\xcf\xd9\x47\x45\xe6\x50\x23\xfe\x60\x03\xe1\x22\x0a\x16\x75\x58\x80\x1b\xeb\x9b\x17\x7b\xa2\x5e\xdc\xf5\x38\x62\x92\xe5\x97\x97\xd3\x45\x5d\xed\x1b\xb8\x93\xee\xea\xa5\x99\x3d\x2b\x52\xe9\x14\x25\x97\x02\x20\x0e\x28\x66\x78\x88\x4b\x08\xbb\x92\x87\x6b\x9c\x23\xe6\x3e\x33\xf9\x23\x49\x6c\xce\x1c\xc7\xa7\x3f\xa5\x74\xaf\xbb\x1f\x1a\x24\x73\x39\x8e\xf0\x8d\x5f\xec\x14\x1b\x31\x80\x88\xdd\xe1\x92\xe7\xf8\x0e\x80\xd8\x29\x26\x3b\x62\x9a\xfd\x25\xbf\x02\x9b\x7b\x7c\xcb\x3c\x8e\x38\x64\x0a\x20\xbb\x12\x81\x32\x33\x81\x7d\x09\x65\xe9\x02\xcf\x49\x6b\x96\x2a\x23\x68\x34\xa1\x04\x52\xd9\x0e\xb6\x2e\x55\x83\xf2\xc0\xef\xa3\x67\x4b\xb6\x01\xc7\xa2\x24\x32\x77\x36\x7a\x0f\x32\x0f\x68\xbc\xfa\xfa\x41\x16\xe9\x11\x83\xea\x74\x29\x88\x34\x3e\x7b\xfd\x4e\x3e\xd8\x37\x53\xe4\x27\x49\x24\xcc\x6b\xa3\xeb\xa2\xf1\x74\x76\xec\x71\x82\x76\x1b\xfb\xc1\x40\x4e\xe2\x13\xa1\x23\x4e\xf1\x58\x5a\xdc\x7e\x3b\x97\x53\x52\x03\x1c\x53\x6d\xd3\xf2\x46\x6d\xe9\xcf\xa1\x4d\x16\xdf\x08\x7b\x53\x8b\x8f\x11\x76\x4a\xe5\x6a\x41\x79\x14\x50\x28\xeb\xfe\xc2\xbe\xc5\x42\xa5\x13\xeb\x65\x6b\xea\xbc\x6d\x7d\xd0\x1f\x2e\x47\x5c\xa3\xf1\x6f\xef\x30\x93\x3f\x1d\x48\x56\xa7\x97\x7c\x4d\xbb\x34\xbb\xd6\xa5\xee\xe0\xbe\x5a\xca\xfd\x44\xdb\xa2\xa8\x76\x70\x90\x2d\xb7\x91\x0e\x88\x26\x0b\x68\x47\x78\xb3\x40\xb0\x27\x9b\xcc\x86\xa1\xce\xe6\xc5\xa6\xa6\x10\xaa\x83\x55\xf7\xeb\x16\xb9\x94\x4a\x39\xb0\x26\x9c\x89\x64\x6a\x01\xdf\x6f\x94\xb7\x8f\x44\x09\x7e\x46\x15\xe0\x47\x34\x5e\x6f\x72\x2a\xce\xc7\xc4\x1b\xa2\x4c\x8c\x7a\xbc\xcb\x5b\x71\xcf\x3d\x8d\xfa\x1c\x94\x64\x1f\xc1\x46\x38\xa7\x82\x2f\x4f\x65\x05\x8a\x6a\xc5\xfe\x65\xc3\x80\x5f\x72\xad\xb6\xaa\xf3\xab\x9d\xf2\xc5\x4e\x83\xba\x20\x76\x84\xe3\xbd\x58\xa2\x23\x8d\xb9\x56\x89\xdd\x15\x91\xf6\x22\x5d\xb1\x50\xe2\x33\x58\xa0\x42\x70\xb6\x08\xd8\xc6\x32\xb6\xb1\x85\xbc\x7f\x3a\xca\x65\x0e\x7a\x29\xfc\x76\xe8\xfe\xae\xe5\xb0\xe3\x57\x62\x40\xb0\x8c\xc7\x1d\x1e\x5d\x36\xad\x77\x5c\xd9\x64\x31\x37\x53\xb3\xc6\x10\x51\x78\xd7\x03\x4b\x38\x94\x90\xcb\x81\x68\x07\xa9\xe3\x0d\x5c\xa5\x41\x27\x3c\xc4\xad\x81\xa7\x7c\x9a\xb0\xf4\xb8\xb7\xe0\x01\xb8\xe5\x6d\x41\x85\x88\x62\x50\x81\x2e\x81\xe9\xbd\x97\xad\x14\x32\x08\x70\xcd\xf4\x4f\x83\xd1\xec\xea\x2a\xeb\xf8\xb9\x49\x46\x33\x6b\x44\x43\xea\xc7\xdd\x7f\xb6\xe8\x7a\x80\x89\x23\xe6\x5d\xb7\x57\x30\x91\x1e\x2b\x61\xb2\x19\x6d\x25\x67\xb4\x19\xa1\x98\xdd\x54\xb6\xaa\xc1\x36\x51\x1e\xd6\xc2\x9d\x86\x83\x0a\x19\xd9\x08\x1e\x07\xed\x87\xaf\x00\xf2\x6a\x9c\x6c\xb4\x5e\x1f\xe7\xa6\x1f\xa8\x00\x92\x09\xf0\x48\xe4\x56\xbe\xfe\x1c\x1e\x9b\x83\xe6\xfc\xed\x95\x5b\x95\xf0\x58\xec\x6f\x83\xd8\xb0\x13\xac\x43\xd3\x37\x30\x89\xf8\x98\x41\x79\x35\x98\xc7\x76\x12\xff\x3d\xfc\xb0\xa6\x95\xe0\xb7\x1e\xde\x3e\x12\xa4\x33\xdc\xfe\x9a\x4c\x7e\xa1\x51\x7c\xf2\xd1\x5e\xf5\x66\x23\x88\x87\xc7\x1b\x14\xf9\x2e\x86\x9b\x05\x8a\x43\xb9\x85\x37\x0c\x41\x7d\x7d\xe7\xe3\x55\x5c\xb3\x75\x3e\xce\xaf\x05\xcd\xb6\xaa\xd9\xad\x88\x75\x71\x89\xb8\x94\x4a\xbf\xc3\xfb\x0b\xf7\x64\x8d\x1d\x50\x5a\xd3\xd5\x97\x46\x7e\x4d\x76\x24\xd7\xd2\xee\x7e\x0b\x4f\xd0\x25\xe2\x89\xc2\xe3\x5d\x43\x67\x0f\x2c\x82\x5e\x9b\x2d\xfb\x32\xcc\x5b\x96\xe1\xe1\x18\xd2\xa4\xdb\x86\x63\xd4\x36\x13\x76\xdc\xa6\x57\x29\xcd\xac\x80\xfe\x55\xd3\x0e\x87\x75\x0c\xfc\x92\xa1\x2a\x75\xa4\x82\x9f\xbe\xa3\x98\x8f\xa1\xff\x6b\x17\x2c\x97\x5b\xe7\x89\xe6\xa4\x3b\x20\xbd\x57\x6e\x17\x00\xc4\x23\x89\xba\x0f\xe4\xa6\xe5\xa1\xa2\x3a\x75\xc8\xcb\xe0\x19\x33\xae\xc7\x5d\x33\x8e\xb6\xb0\x8d\x12\x5b\x2d\xd8\x1a\x10\xbd\xff\x7b\x81\x8c\xbc\xd9\xb2\x6a\x10\xfa\x1e\x38\x4b\xa7\x63\x1a\x9e\x9d\x6e\xab\xce\x17\x84\xb2\xc5\xd9\x6d\x7e\x3f\x1a\x81\xb2\x87\x5f\xff\x90\x0b\xe3\x7e\x34\xe2\x2f\xbb\x30\x1e\x35\x53\xfd\xb2\x15\xf3\xc1\xe0\x85\xa1\xfe\x3b\x8a\x62\xe8\x32\x06\xe1\x0c\xbf\xd2\x72\x76\xa8\x9e\x8d\xe1\x1d\x89\x09\x27\xe1\x77\x5f\x90\xab\x39\x2e\x21\xe7\x9d\xd6\xb8\x0b\x63\xbd\xd8\xcb\xe3\x34\x1c\x8f\x6c\x57\x23\xaf\x53\xc5\x1e\xd7\xf4\x6f\x19\x87\xba\x8f\x5e\x84\xbd\xb0\xeb\x92\x75\x7c\xd7\x08\x7c\xac\xb9\x3b\x0c\x50\x42\x1a\xd4\xd7\x8f\x0c\x23\x50\x88\x81\xce\x1d\x45\xc2\x19\x91\xf7\x9a\x7a\x51\x06\x8f\x1b\xae\xf3\xde\xae\x23\xba\x1f\xfb\x38\x0c\x48\x11\x9b\x97\xf4\xc2\x51\x1c\x30\x11\xf8\x42\x5c\x8a\x7e\x97\x41\x69\xd4\x4a\x2a\x0c\x8b\x8b\x41\x36\xf9\xe8\x20\x1d\x6d\x3a\xed\x4d\xc7\x97\x42\x55\x1c\x39\x15\xef\x50\x82\x0c\x6e\x7c\x5e\xb0\x16\xbf\x77\x53\xcc\x77\xa7\xe2\x1c\x25\xd0\xca\x46\xee\x83\xfd\x44\x59\x46\x32\xec\x5b\xa0\x45\xde\x38\x2b\x47\x84\xf1\x11\xda\x3d\xd5\xbf\xeb\x7c\x37\x3f\x14\xa4\x22\x0a\x6e\xfc\xad\x2b\x29\x6c\x8e\x0b\xea\xda\x4b\xb7\x04\x73\x2b\xde\xb4\x72\x12\xf1\x1c\x00\x82\x56\xe0\x79\xf5\x58\x6a\x54\xae\xea\xd7\x2d\x7f\xe7\x78\x24\x3b\xfb\x50\x49\xe8\x08\xea\x9d\xef\x54\xcf\xad\x45\x5c\x6e\xf6\x26\xcf\x5c\x92\xd8\x3a\x44\x36\x1b\x36\x8b\xd8\x00\xc9\xc1\xfd\x8b\x4b\xd5\x03\x52\x2e\x89\xf1\xbe\x92\xf9\x67\xb6\x1d\xa0\xe5\x52\xc9\xe4\xdb\x3e\x78\x89\x60\xc3\x5d\x78\x8e\xca\x41\x3a\x85\xe7\x0c\x74\x48\x97\x44\x53\x5d\xd3\x2d\xb7\x2d\x89\xe0\x7a\xac\x2b\x5a\x84\x51\x50\xdd\xc5\x30\xd7\xb9\x8d\xb7\x47\x8c\xbc\x6a\x70\x31\xc0\x99\x54\xf4\x5d\xa7\x2f\xcc\x46\x1e\xe9\x8b\x41\x81\x04\xd3\x98\x6a\xe5\x91\x1b\x5c\xfb\x66\x29\x6e\x3f\x04\xf9\x6f\x77\x80\xd5\xdb\xce\xb7\xb4\x0d\x94\xa8\x77\x8f\xd2\x1e\x3f\x7d\xb1\x5d\x7a\xe6\xa2\x9a\xc4\x9d\x0a\x81\xbe\xd4\x29\x6e\xf3\xff\x92\x67\xbe\xe3\x4d\x27\x62\x7d\x51\xf6\x8d\x8a\x58\xe1\xe7\x5f\x1c\xdb\x1e\x5a\xa7\xe6\xae\x41\xb1\x8e\x5e\x0d\x7c\x9c\x0b\xf8\xf8\x71\x2b\x79\x8c\xcf\xcd\x80\xb1\x78\xe1\x2c\x43\xef\x8c\x52\xf5\x15\x34\xc3\x57\x61\x81\x7d\xa0\x18\xd5\xa9\x06\x86\x7e\xfa\x0c\x3e\x3a\xbe\xa4\xa3\x96\x17\x04\x87\x96\x08\x43\x28\x19\x5f\x79\x80\x0b\xb0\xf5\xd6\x0c\xfe\xb0\x77\xfe\x20\xcd\x2d\x6e\xc6\x20\xd6\x96\xc7\x86\xcb\xe2\xa6\xf3\xcc\xb3\x93\x83\x4a\x95\xe4\x73\x27\x43\x49\x68\x08\x18\x2f\x60\x10\xbf\x34\x0c\x41\x74\x6a\x64\xa8\x51\x28\x7f\x7b\xb1\x12\x2e\xc4\x60\x01\xb8\x04\x3f\x23\xd1\xae\x14\x7c\x6f\x36\x22\x35\x0d\xbb\x16\xba\xf4\xbf\x65\x4c\x15\x9c\x1e\x33\x15\x99\x86\x44\xa2\x8f\x45\x3d\xfc\xb4\x08\x00\x12\xe3\xd7\xdc\x5a\x5a\x7f\xab\x43\xd5\x77\x99\xd1\x60\x0a\xbe\xf3\x33\xe5\x28\xf1\xf8\xca\x56\x95\xb8\xfc\x83\x0d\xf7\xe8\xc6\x01\xa2\xf1\x95\x5d\x71\x44\xe5\x1f\x9d\x86\x43\xbd\x49\x22\x43\xb2\x20\xda\xaa\x5f\xa6\x40\x7a\x02\x96\x46\x12\x94\x25\x17\x6c\x65\xc7\x32\x5d\x68\x65\x17\x18\x92\xf2\x8b\x26\x56\xaa\xf4\x36\x8c\xbf\x32\x0a\x37\x4d\x2f\x00\x42\xb8\x77\xd4\x22\x90\x9f\x7d\x78\xe7\x46\xbe\xd6\x92\xd6\x1b\xd2\x38\x2e\xcb\xec\xdb\x10\xd6\x6c\xac\xc4\x78\x41\x6d\xbf\x34\xaa\x41\x1b\xd3\xcb\x28\xe2\xc6\xb7\xe2\x05\x27\x70\x5a\xa0\x91\xf0\x79\xe9\x3e\x4d\xb2\xb4\x59\x2f\xaa\xb4\xce\x66\xa7\xf6\xd7\x04\x97\xf7\x4d\x70\x73\x3f\x11\xc2\x74\xab\xf1\xeb\x89\x73\xae\x7d\xb8\xfa\x68\x6e\x3f\x84\xf3\x0a\x7f\xb1\xf0\xf3\xa7\x32\x08\xfc\xc6\xea\x17\xc4\x56\x70\x99\xec\x9b\x83\xfe\x74\x7c\x15\x37\x51\x83\xe0\xd9\x39\x1e\xbb\x19\x96\x5f\x37\x15\xa2\xe5\x09\xe9\xde\x56\x25\xaa\xc6\x95\xbf\x3c\xbb\x9b\x04\x6f\x8f\x5f\xb0\x55\x8e\xc4\xbe\xe4\x04\x0d\xb4\x33\x21\x3a\x91\x16\xb3\x0b\xfa\x37\x2d\xbe\x4d\x1e\x64\x13\x3f\x64\x56\x8c\xc3\x19\x34\xec\xb4\xe4\x17\xbb\xc0\xf5\x00\x6a\xf1\x8e\x51\x3f\xb3\x36\xd5\x11\x80\xbc\xcb\x63\xa5\x7e\xc7\x91\x7a\xe8\x4f\xa2\xfd\xd7\xfe\x8e\xb5\x27\x4f\x88\xd9\x6e\x10\x37\x0a\xec\xc1\x47\x37\xcb\x82\xb5\xb4\x8b\xa7\x81\xae\xf3\x28\x48\x0d\xce\x88\x38\x9d\x79\xba\xda\xc7\xb6\x0d\x33\xc3\x35\x0a\xd3\xaf\x25\xd8\x50\x98\x04\x6b\x22\x0e\x68\xe7\x93\xc4\x76\x29\x4c\x09\x7c\x4d\xc5\xa0\xf2\x46\x2f\x6e\x7a\x58\xbc\x17\x7f\x33\xae\x62\xa4\x4f\xf2\x02\x28\xee\x81\x8f\x70\x11\x26\x17\x15\xe1\x0a\xdf\xed\x94\x71\xad\x2a\x01\xf4\xaa\x75\x7e\x0f\x82\x1a\xd8\x9f\x59\x98\x22\x92\x03\x36\x6f\x98\xca\x7b\x35\x4c\xf0\x22\xae\x19\x42\x53\x26\xbb\x2d\x98\x8e\xe1\x96\x08\xf7\x0e\xbf\x44\xb8\x1f\x83\x6b\xf6\x39\xe2\xc0\xb0\x6a\x46\x23\xe0\x8f\x81\xd5\x5d\x39\xfb\x68\x7d\xa1\x04\x10\xb0\x99\x80\x7b\x15\x8e\x4b\x5a\x71\x2c\xa5\xe7\x48\x4a\x28\x89\xd6\x21\x4b\xde\xd3\x16\x5d\x37\x77\x96\x70\xa7\x24\xbb\x13\xe5\x02\x08\x17\x85\x17\x39\xde\x3c\x3a\x3c\x27\x7d\x65\x7a\xd6\xe6\x25\x1b\x35\xa4\x5e\xb4\x0c\x7d\x31\xeb\xd3\x04\xc6\x99\xeb\x20\xc6\xeb\xd7\x54\x13\xf7\x4d\x01\x7c\x7c\xbc\x1a\x7b\x5b\xf8\xa3\xaf\xe9\x27\x1f\x04\x38\x12\xa8\x8e\x66\x60\xbe\x3a\xe4\x3c\x18\x54\x6e\xaf\xee\xac\x2a\xee\xe5\x78\x15\x5f\xd5\x41\x3e\x72\xcb\x95\x1c\x3e\xfd\x29\x8c\xea\xbd\x15\x8b\x44\x68\x93\xf9\x62\xeb\x0b\x75\xdd\xd1\xc3\x7e\x4d\x07\x7a\xb8\xca\xdb\xf9\x6a\xa9\x3d\x7b\x99\xd6\x0b\x3c\xf3\x86\xf5\xb9\xb1\x5e\xa7\x06\xc8\x19\x16\xf1\xac\xd8\xa0\x68\x70\xd5\x4b\xb5\xf0\x65\x78\xdc\x74\x6d\xf8\x49\x3a\x1c\xdf\x36\xcd\x9a\xad\x0b\x5e\x11\x39\x51\x11\xeb\xe1\x94\x12\x9f\x88\x23\x73\x98\x0b\xb1\xf9\xc1\xc3\xe4\xd1\x1b\xbc\x14\xdc\x7d\x3b\x12\x1d\xbc\xb4\x21\xd2\x98\x58\xb3\xa0\xa5\x8c\xa8\x7d\x4b\x05\xbd\x65\x79\xef\xf1\x9d\x7d\x88\xa7\xb4\x1f\x4f\x5b\xeb\x5d\x4b\x3f\xc5\xc2\x76\xb4\xb6\xc0\x3c\x27\x1a\x56\x7f\xc9\xc5\x3d\x40\xf2\x48\xec\xc4\xd4\x48\x63\x19\x1c\xb5\xf6\xc6\xb7\x11\x0d\xa1\x11\xe5\xa7\x6a\xb8\x0e\x0c\x25\x6c\xfc\x20\x8a\x68\xcb\x77\x8f\x07\xe1\x09\x7b\xe8\xfb\x15\xa8\xa6\x01\x9b\x92\xdc\xc5\x35\x8c\x31\x68\xac\xde\xdf\x83\xca\x3d\x85\x9f\x6d\x6e\x65\x6c\x83\xb7\xa2\x16\x0e\xcf\x73\xf6\x19\x46\x33\xd3\xe6\x5b\x84\x3f\xc1\x9f\x44\x12\x43\x2a\xda\xe1\x44\x25\xf4\xae\xea\xaa\x23\x69\xcd\xcc\x5e\xe1\x31\xf4\x0a\x61\x95\x35\xa5\x19\x01\xe7\xfb\x88\x9b\x79\xc7\x7e\x4d\x6c\x89\x15\xf1\xd0\x5d\x10\x2f\x3b\x28\xc7\x8c\x8e\x2d\x05\x2d\xf5\x92\xef\x25\x84\xf3\x09\xbc\x38\xbb\x3a\x82\xb2\x5a\xaa\x5a\xb4\x29\xbb\xa5\x78\xd9\x6b\xa6\x0d\x60\x77\x15\xbf\xad\x9f\x17\xb4\xd2\xdd\x6e\x8e\x31\x37\xf0\xfb\xcc\x77\x83\x75\xf2\x86\x93\x93\x8d\x89\xe6\xa0\xd7\x2d\x2d\xe5\x9a\xa1\xde\xe9\xd5\xe2\x78\xb9\xcb\xda\x0c\xca\xb0\xfd\x56\xd3\x2f\x60\x67\x6f\x6d\xd2\x5d\x6f\xee\x5e\x51\xd2\xc8\xbc\x31\x64\x7f\x02\x00\x7b\xec\x26\xfb\x1a\x11\xaf\x4d\x3c\x65\x61\xb1\x3c\x2b\x0c\x17\x49\xde\x72\x82\x3d\xc1\x2e\x0f\xc1\xb3\xf1\xd1\xec\x55\x55\xed\xfc\x8a\xbe\x1e\x5b\xd4\xb0\x94\x5e\xa4\x0d\x3a\xc7\xb1\xb8\x57\xbd\xa3\x87\x0b\x56\x0b\xf8\xf3\x69\xa4\x80\x7c\x44\x40\x8b\xaa\x22\x1e\xb9\x26\x48\xa2\x06\x6c\xb5\xcb\x91\x1c\x6c\x2a\x6c\x53\x96\x9b\x91\x5e\x09\x74\x7f\xce\x08\x7a\xc7\x3e\xd7\xef\x98\xb5\x2d\x22\x28\x52\x6b\x75\xb7\x84\x71\x77\xa3\x4d\xbe\x3d\x47\xdc\x45\x97\x3c\x36\x13\x83\x92\xae\xdd\x41\xe1\xd1\x86\x97\xe9\x72\x6d\x46\x5a\x7e\x8e\xf4\x2f\x34\x3d\x28\xeb\xdb\x1e\x14\x1f\x6b\x9c\xe4\x34\xa2\x31\xa0\x4a\x8b\x0e\xef\x26\xf1\xf0\x7f\x3d\x67\x3b\x0e\x5f\xd5\x19\x03\x09\xbf\x42\xc2\x03\x82\xd5\x11\x54\xcb\xe6\xae\x63\x95\xd2\x69\x49\xa7\x61\xca\x16\x49\x7e\xe3\x3e\x27\x14\x44\x62\x96\x8e\x16\xaa\x88\x5f\x83\xd7\x16\x96\x5a\x74\x37\x82\x67\x74\x15\x9c\xc8\xbb\xf1\x46\x45\x30\xdd\x98\xb9\x98\x74\x0d\xaa\x83\xb7\x6f\x39\xb6\x97\x37\x4b\x7e\x1a\xad\x4f\xa2\xa9\x1f\x9a\x16\x40\xb3\x70\x46\xd0\x4c\x2d\xcf\xd9\xd6\xe4\x9a\x9d\x87\x03\x5c\xa5\x79\x28\xb3\x5a\xe2\x28\x06\x84\xcd\x96\x53\x7a\xf6\x75\x25\x76\x30\xeb\xf9\xaa\x22\xb6\x6f\x52\xc2\x46\x69\xbd\xb3\x88\xf6\xa8\x99\x45\x50\x50\x45\xb3\x00\x2d\xcf\xe3\x34\xae\x3f\x61\x28\x87\x25\x71\xe6\x2b\x36\x7e\xbf\x80\xe2\xf6\xd6\x5e\xb4\xc8\x05\xae\x8d\xd7\xed\x14\x07\x0a\x68\x03\x6e\xeb\xb7\x65\x82\x41\xb2\x9d\xb1\xb0\xcd\x0b\x9c\x19\x49\x8a\x9c\xb5\x2c\xa4\x6b\x8a\xba\xef\x0f\xfc\xf6\x6b\x06\x5b\xb1\xd3\x72\x43\x09\x21\xef\xf1\x2f\x6f\xf4\x35\x13\x7f\x88\xf0\x25\x06\x1e\x02\x56\xdb\xab\x50\xef\x06\xa5\x0e\x86\x17\x59\x3b\xba\xe1\xb9\xb8\x4c\xae\xfd\xa9\x96\x89\xbd\x42\xeb\x88\x58\x02\x11\x4b\xbe\x93\x40\xbb\x60\xd8\x9a\x4f\x60\x38\x2c\xe9\xec\x0d\x07\x22\x0d\x8b\xb1\x68\x28\xa2\x56\x54\xf4\x98\x33\x4a\x3f\xa5\xb0\x8a\x82\x52\xd2\xea\xb7\xd9\x04\x9f\x1f\xcd\xc0\x2b\x43\xe9\xd8\x24\xd6\xb1\x17\xf9\x15\xb3\x37\xba\xe2\xc2\x22\xc9\x76\xf7\x6e\xfe\x78\x67\x9b\x22\x56\x26\x86\x57\xa2\x7e\xc4\xc1\x75\x1b\x5b\x68\xdb\x10\xf5\x02\xb1\x4d\x3f\x6b\xcc\x4d\x1b\xe6\xf7\x2d\x82\xfa\x76\xdb\x63\x1b\xcb\x97\x9f\xb9\x28\xca\xc4\x31\xd9\xa1\x74\x39\x50\x8b\x68\xed\x1e\xfd\x85\x99\xe0\xe4\xf8\x1b\x7d\x9a\xb6\x2a\xaa\x05\xc4\x74\xad\xbb\xf5\x0f\x64\xcb\xc7\x5a\x15\x42\x6e\x39\x0c\x0c\xc3\xcc\x33\x3f\xd9\x47\x48\x9a\x97\x75\xbe\xa0\x41\xf2\x94\x4b\xb4\xc8\xa0\x80\xcd\xb6\x41\x45\x56\x0e\x6f\xd1\x0c\x23\x73\xd8\x84\xe8\x4b\xbc\xf3\x0a\x55\x25\xda\x35\xc7\x35\x3d\x5e\x1d\x31\xc3\x6a\xef\x50\xa5\xe4\xc2\x9a\x27\xb1\xe2\x7d\x8b\x37\x72\xce\x03\xa1\x75\x65\xe9\x67\xd0\x3d\x19\x8b\x6a\x96\xc8\xb8\x12\x04\x37\xea\xd6\x36\x5d\x8d\x46\xd3\xf5\xa1\x74\x47\x91\xc5\x05\xf3\xdf\x29\xb2\x78\x1d\xbe\x80\xf7\xae\x63\xc3\x26\x43\x95\xbb\xee\xde\x36\x27\x8e\xbd\xda\x97\xaa\x3d\x8c\x57\x06\x76\xd6\x20\xef\x44\x7f\x8d\x7d\x44\x6e\xe3\xa9\x47\x26\xba\x1f\xc7\x82\x46\xe6\x56\x91\x18\xda\xf8\x56\x97\x81\xc3\x92\x69\xd4\x0b\x38\xb9\x81\x25\x4d\xb4\x04\x41\x17\xc2\x6b\x50\x79\x62\xe7\x55\x5c\x47\xec\x8c\x0e\xa6\xe1\x20\x2b\x72\xd5\xcf\x21\x84\xcb\x61\x1f\xa6\xe1\x44\x85\x76\x50\xaf\x4c\x34\xfa\xc8\x44\x98\xda\x92\xd7\xd2\x11\x9d\x0e\x6c\x03\x3c\xa5\x66\x50\x4f\x7f\xf9\x33\x34\xde\xe1\x04\x7b\x5f\xf3\x86\xaf\x6a\x44\x39\xca\x64\x37\x6e\x20\xd0\x93\x0a\x02\x23\xd9\x14\x0a\xdf\xbb\x6d\x95\x44\xdf\xb2\x7c\xc7\xd7\xbd\x92\x26\x51\xc4\x7d\x10\x71\x49\x45\x60\xb8\x86\x43\x04\xd7\x6a\xb4\x64\x9d\x69\xf9\x10\xb4\xac\xac\x55\x4a\x19\xf5\x34\xa6\x95\xd2\xd9\x44\x7b\x2b\x65\x02\x87\xb7\x20\xc3\xc1\x73\x6c\xcd\x77\x1d\x97\x6f\x1f\xb0\x46\xbe\x0d\xfb\xf2\xca\x66\xaf\x4b\x36\x1b\x84\x62\x2b\xd3\x2c\x6b\x5b\xf5\xcc\x07\x55\x09\xfa\xc9\x15\x45\xfd\x6b\x7d\xad\x0c\x31\xa4\xf6\xa5\xef\x47\x63\x48\x56\xc8\xdb\x1b\xec\xc0\xb6\x5a\x56\xc5\xec\x5c\x53\x92\x33\x4d\x51\x48\x7d\xd5\x71\x2a\xef\x39\x24\x6d\x5d\x35\x2d\x31\xf0\x8d\xed\x11\x36\xf7\xec\x8c\xa8\x87\x4d\x60\x9d\x59\x56\x52\xdf\xf9\xe5\xde\xe9\xbb\x30\xdd\x9e\x31\x9c\x2b\xaf\x74\xe5\x51\xec\x08\x8c\x3d\x87\xde\xef\x56\xc0\xec\x6f\xd9\xd1\x92\x2f\xa2\x6f\x85\xbc\x6b\x54\x96\xf7\xf1\x76\x83\xd5\xc1\x1c\xb7\x16\x5e\x4b\xc4\x0f\x2c\x5f\x96\x3a\x52\x25\xa6\xfe\x44\x20\x57\xec\x43\x4b\x9e\x7a\xd8\xb9\x07\xf7\xc2\xbe\xf0\x3f\xd2\xaf\xe4\x9c\xaf\x47\x92\x67\x30\x62\x0e\x00\x68\x80\x9c\xed\x86\x97\xb6\x6d\x9d\x2f\xba\xd6\x1c\x7a\x02\x98\x28\x44\xd7\x1e\x2c\x11\xdd\xbf\x44\xc7\x2f\x87\x6f\x66\x1d\xef\x35\x02\xa3\xda\xdb\x3e\x58\x6a\x75\x45\x2e\xfe\x58\xbc\xf3\x30\x4c\x44\xec\x38\x6c\x3a\x68\x53\x0d\xab\xaa\xfa\x0b\x7d\x6b\x3a\x19\xcc\x09\x26\xe9\x4b\xc0\x84\x2e\xc5\xec\xc5\x31\xfe\x1c\x86\x6a\x20\x06\x62\xa5\xa1\xbb\xdb\x40\x88\x4b\x7c\x9e\x7d\x37\xc6\xf8\x71\xfa\x4e\xe2\x3f\x7e\xb6\x75\x88\xf3\xd4\x60\x62\x25\xc1\xb6\xc0\x97\x72\x0a\xe3\x2f\xdd\x22\x98\x2d\x4e\xd4\x79\x93\x92\xf0\x94\x9c\x64\xc9\xf9\x89\xdd\x14\xdb\x76\x27\x61\xf6\xcf\xdf\x5e\x9c\x1d\xa7\x07\x76\x17\xc0\x78\x07\x00\x2a\x59\xfb\x6d\x80\x0c\xde\x0a\x9c\xb1\x0b\xf6\x83\x75\x45\x21\x9b\xa9\x91\x80\x74\x05\x07\x41\x90\x87\x52\x8e\x60\xf4\x20\x23\x3e\x8c\xfd\xf3\x2a\x32\x30\x2e\xcb\x53\x25\xa9\x41\xac\x1e\x76\x72\x43\xc9\x0f\x69\x59\x96\xb1\xd5\x5b\xcb\x40\xb6\xfb\x41\xd9\x0d\x22\x97\x27\x8f\x1e\x1e\x3d\x7c\x2c\x26\xcb\xf0\x7f\xee\x8d\x79\x42\xf2\x34\x6f\x8b\x86\xdf\xfe\x81\x9f\x49\x2e\xde\x9c\x1f\x9b\x72\x59\xdf\xc0\x54\xcf\x8e\x7c\x93\xef\x00\x35\x87\xca\x99\x78\x65\xc0\xf0\x4f\xe5\x94\x71\x3c\x8a\x69\xb2\x12\x0c\x5c\x39\x9b\xfa\x1a\x6e\x5a\x19\xb3\xce\x4e\xde\x26\x9a\x10\x50\x29\x6d\x9e\x9d\xb6\x5b\x76\xdc\x77\x24\x70\x2d\x6f\x42\x36\xdc\x92\xda\x7c\x47\x13\x4d\xff\xd8\xca\xc0\x53\xff\xe4\x3b\x15\x58\xbc\x79\x9b\x68\x5d\x04\xcf\xd6\xf1\xb9\xdd\xe1\xb0\xe2\x13\x91\xa8\xc6\xba\xca\x4c\x9f\xc5\x73\x87\x41\xff\x5d\x53\x84\x43\xc1\xb3\xa6\xf0\x51\x57\x48\xee\xbd\xce\x2e\x2a\xf8\x95\xc6\x79\x61\x4d\xbd\xc3\x2b\x1f\x37\x91\x50\x1a\x6f\x03\x15\xdf\xf6\x7a\xcc\x7a\xa9\x88\xc5\x0a\x0b\xcc\xe5\x24\x62\xf3\x87\xb8\xbf\x9e\xcd\x18\x29\xe0\x0d\xde\xe2\xd9\xb9\x0d\x7d\x57\x5b\x1b\x26\x36\x74\x4b\xae\xb8\xca\xcc\xa8\xfd\x82\x22\x1d\x73\x58\xb9\xbe\x65\x13\x86\x3a\xba\x75\x65\x99\x03\x40\x08\x29\x98\x25\x8b\x9b\x04\x96\xc8\x09\x73\x4a\xce\x1b\xab\x86\xb8\xf2\xbe\xfe\x10\xad\xb0\x51\x28\xf0\xe2\x69\xc9\x7a\x03\x25\xbd\x1c\xdb\x9a\xaf\x5e\xa7\xe1\xd0\x42\x96\xeb\x24\xee\xc4\x17\x02\x70\xeb\x65\xb0\x55\xa7\xea\xd5\xf0\x39\x7f\x85\x5a\x6b\x0b\x97\xee\x76\x7a\xb4\xef\x76\x45\x70\xae\x07\xd9\xd7\xd8\x25\x2e\x57\xdf\x36\x04\xf9\x78\x73\xee\xf3\xd9\xa3\xa9\xe6\xc6\x87\xbd\x26\x56\x97\x97\x84\x37\x06\x11\x87\xd8\x1d\x2d\x3e\x8e\xe9\xa3\x6b\x5c\x31\xda\x1c\xd8\xa8\x50\xe8\xb2\x72\x74\x35\xfb\xc0\x3f\x21\x5f\x46\x0e\x16\x6c\x89\xba\xe3\x65\xab\xfd\x5d\x5d\xe8\xe7\x32\x84\xe2\x56\x15\x2a\x89\x5a\x65\xce\xb2\xae\x2a\xdc\x79\xb7\xeb\xc8\x5f\xd5\x82\x7d\x00\xef\xd2\xcc\xcd\x2e\x2e\x9f\x97\xfc\x16\x2a\x28\x22\x17\xdf\xcb\x75\xf0\x08\x6c\x58\x94\x86\xd0\x2f\xf7\x86\x23\x67\xc8\xc3\xad\x61\x53\x1c\xac\x5b\x18\xb4\x73\xfe\x2d\xbe\x03\x5c\xaf\xb1\x20\xba\x15\x78\x0a\xde\x6f\x57\x66\xe3\xe2\x1d\x3a\x9a\xe9\x67\xc3\xd5\xdc\xac\x1d\x7e\x9c\xbf\x3a\x1e\xc3\x0e\x80\x8c\xf2\x94\x41\x3e\xc7\x4a\x9e\xab\x23\xd8\xb9\xe0\x1d\x03\x2f\xaa\x6e\x9f\x59\x1d\xbe\x86\x54\x2e\xc3\x92\xa3\xe8\x81\x8c\x80\x01\x0c\x52\x0b\x36\xe2\x90\xcc\x37\x1d\x53\x6f\xc8\xd8\xbb\x3e\x5c\xb0\x86\xf4\xeb\x38\x9c\x4b\xca\xc5\x4b\x48\xf6\x02\xc3\x10\x67\x69\x26\x72\x2a\x25\x1f\x23\xb9\xe9\xc1\xae\xd0\xa2\x83\x4c\xa1\x54\xbf\x61\x07\x15\x0f\x09\xe0\x58\x3e\x1e\x3e\x0e\x0b\x11\xc3\x00\x35\x82\x3c\x4b\xcd\x6f\x8d\x04\x4f\x71\x91\x53\x38\x68\x2d\x41\x40\xa8\x45\xa3\x84\xc5\xab\xd6\xdc\x55\x01\x1c\x41\x0f\x0a\x34\x6e\x19\xb3\x85\x5d\xc5\x53\x35\x7f\x18\x5b\x49\x82\xf2\xc2\x82\x4f\xf3\xac\xb7\x4f\xf3\x42\x86\x4f\x63\xcc\x7a\xd9\xdf\x50\x94\xd1\x34\x85\xec\xa9\xf3\xf3\x37\xf1\x7e\x0a\x32\x2d\xdb\xf1\x28\x15\x2f\x10\x3c\xe3\xf7\x11\x13\x0e\xae\xac\xef\x3f\x0e\x8a\xd8\xb9\xee\x25\xb9\x1a\xa4\x68\xf3\xd7\x22\x6f\xcd\x9f\xee\xc3\x5a\xe9\x7e\x9b\x67\x0b\xaa\x23\xa4\x7c\x39\xbf\xaf\x73\xa4\x8f\x3e\xc7\xe6\xc4\xa9\xe4\x0c\xb8\x4b\xe7\xb4\x54\x98\x4d\xeb\x67\x12\xe7\xb9\x72\x03\x7c\x62\xf5\x69\x94\xe5\x23\x3e\x04\x8a\x3b\xbe\x4e\x1d\xec\x15\xbc\x33\xf5\x7c\x05\x51\x78\xf5\x40\xff\x41\xab\x00\x17\x55\x12\x42\xfb\xb7\x9b\xae\x9f\x12\xea\xce\x86\xbe\xe3\xe7\x6a\xaf\x4b\xa2\x24\x7a\x35\x60\xe0\x43\x52\x1e\x06\xaa\xd1\x57\x5e\xde\xe6\xbe\x02\x1e\x9e\xea\x1d\x65\x74\x81\xde\x71\x40\x76\x0f\x20\x2e\xf6\x9a\xc7\xbf\x51\x32\xac\x0c\xd6\x32\xdd\x91\xec\x9c\xce\x9e\x9f\x9c\x5d\x3c\x7f\x75\x02\x76\xa3\x0f\xa9\xae\x1e\xf0\xf4\x71\x5e\xb0\x55\xc0\x89\x9a\x29\x3c\x07\x3f\x54\xc4\xc3\x6f\x4c\xeb\x45\xb8\xa0\xcc\x07\xe4\x84\xf2\x5b\x50\xd8\x96\xb6\x8e\x70\x14\x1d\xac\x4b\x85\x31\x7c\xf8\x6b\x67\x3a\xaa\x1a\xe3\x23\xa2\x2c\xc3\xc4\x96\xb7\x9e\x9f\xdc\x44\x89\xcb\x05\xd6\x58\xd3\xb9\xc4\xfe\xb9\xd9\xdf\x82\xdc\x63\xe3\xf1\xc9\x95\x5f\xf6\x21\x2f\x9b\x2c\x89\x2f\xe0\xe9\x27\x2e\x7c\xe9\xa6\xd7\x31\xb5\xe1\xb2\xf9\x33\xfc\x2d\x7f\x69\xbf\xc3\x6e\x2b\xd8\x5d\x74\x5a\x41\xec\x0a\xd3\x66\xaa\x9c\xab\xe6\x57\x2f\xde\xbc\x67\xe7\xa2\x31\xec\x80\x0a\x68\xfa\x80\x62\x68\xfa\x38\x85\x60\xd5\x37\x93\x5b\x96\xe3\xe0\xf5\xcb\xfa\xec\xa2\xe1\xde\xb2\x2b\x4a\x0b\xeb\xc0\xe6\x97\x1c\x0e\x99\x1d\x60\x19\xb1\x86\xb1\x2a\x35\xc0\xb0\x28\xc8\x4a\x2c\x17\xd6\x24\x6f\x8a\x8e\x03\x1c\x5c\x0f\x2b\x83\xef\x26\x71\x37\xc6\xdb\x5c\xd5\x56\xa1\xf3\x74\x54\x33\x75\xb3\x2e\xb6\x39\x3a\xe9\x6c\x95\x33\x7a\x34\x0a\xd8\xe8\xa4\x5b\x10\xb9\xea\xb2\xd6\x79\xf8\x18\xad\x49\xc0\xd2\x8c\x76\x0d\x4d\xa1\xc0\xe9\x57\x0c\xc2\x77\xc5\xd7\x69\xa1\x30\xf6\x73\xd0\x5c\xe9\x1b\x2b\xd9\xd4\x23\xa0\x8d\x62\x5a\xea\x68\x23\x42\xa8\x8d\x1e\xfc\x0a\xb8\xab\xab\xeb\x3c\xe3\x58\xd8\x00\xb5\x9f\x16\xcc\x7e\xdb\x0a\xcf\xf4\x5b\xb7\x97\xeb\x19\xed\xb8\x5c\x45\xb3\xe7\xfc\x3b\x09\x99\x4c\x25\x1b\xd8\xe5\x02\x49\xad\xb5\x89\x02\x8e\x10\x8f\xd5\xd2\x4d\x85\xdc\x63\xbd\x7c\x9e\xd8\x84\x04\x09\xfd\x51\x14\xf9\xa5\xd1\x9b\x32\x1e\x46\x92\x75\x9d\x1b\xc3\xba\x6d\x77\x4d\xe4\xa4\xe8\xd5\xc5\xc5\xd9\x79\xaf\xef\xbe\x0a\xed\x17\xaa\x80\xf8\x7c\xc9\x9b\xdd\x4d\x48\xce\x57\x97\x76\x3e\x7e\xa8\x10\x8e\x7c\x64\x7e\x2d\x9c\x1e\x56\x02\xa8\x1f\x7d\x7a\xbc\xaa\xe5\x4d\xd5\xec\xa5\xfe\xb8\x8b\xf6\x5e\x9a\x0c\xb6\x6b\x88\x0d\x2b\x85\xd4\xbd\xff\x0f\x36\x3d\x39\xe1\x74\xcf\x3f\x40\xaf\xaf\xdd\x85\x7a\x3e\xb0\x22\xad\xca\x10\xc6\x76\x87\x3d\x2f\xac\xf3\xd5\x9a\x7d\xfe\x23\x12\x1f\x37\x20\x0e\x18\x6e\xca\x36\xfd\x9c\xbc\xb2\xb9\x61\x79\x5c\x95\x70\x59\x30\xfc\x0d\x6e\x5b\xa4\xcc\x1b\x7c\x26\x8f\x2e\x71\xdb\x82\x57\xf3\xab\x42\x3c\x0b\x3c\x3e\x58\x18\x7e\x5f\x6a\x3a\x41\xa0\x1c\x76\xd5\x3c\x77\x69\xbd\xba\x50\x62\xbc\x2e\x71\x65\xe0\x6a\xf8\x81\x4d\x57\x1e\xd1\x42\x2c\x8c\x38\x33\x88\x8a\x11\xd6\xa5\xf5\x8a\x6f\x28\x4f\xea\x15\x07\xf5\x69\xa2\x6a\x73\x58\x51\x18\x77\x2a\xbc\xe5\x6f\x88\x6c\x17\x92\x12\x03\x73\xc8\x0f\x0f\xcb\x7e\xd9\x3f\xb2\xa8\x3d\x06\xbf\x84\xd5\xba\x03\x7f\x8e\x2f\x44\x7d\x3f\xdc\x00\x3b\x90\xb2\xf0\xec\x3b\xea\x4e\x70\xbd\x7f\x05\x30\x8d\x6f\x08\x1a\x4a\x2f\x8a\x2c\x24\xb5\x8c\x61\x36\x20\x98\x21\xa4\x7c\x15\xeb\xac\xb5\xf1\x74\x59\x13\xbb\xf3\x9c\xfe\x39\x6e\x25\x52\x98\xa6\xfb\xb3\xc6\xa6\x40\x8a\xca\xba\xc2\xcc\xce\x8a\xb4\x84\xa5\xa1\x87\x8d\x82\x62\xdb\xd4\x7e\x04\x6d\x9b\x6e\x3e\x9b\x65\xe7\x6c\x64\x4e\x52\x42\xcf\x82\xb8\x18\xf0\x5a\xde\xe6\x2d\xa8\xa5\x12\xc7\x28\xf2\x90\x4f\x42\x52\x21\x25\xe8\xeb\xf0\x45\xaf\xeb\x33\x24\x1c\x08\x81\x75\xcb\x34\x61\xac\x0f\x56\xf4\x14\xa2\xa1\x46\xda\xd6\xf2\x59\x03\x0d\x41\xce\x39\x64\xb7\x6d\x4b\xb0\xc7\x0f\xf1\xee\x30\x57\x8f\x0f\xcf\xf8\x8d\x92\x73\x89\xa9\x4e\xb3\x5c\x09\x70\x5c\xb0\xbd\x66\x3e\xcb\x27\x4b\x78\x7c\x98\x2f\x30\xf5\x6b\x12\x8d\x97\x5f\x07\x8d\x65\x66\x00\x65\x93\x22\xb8\xbc\x14\x59\x54\xb2\x38\x4e\x90\x51\x5b\xc3\x6a\xbb\xe9\x55\xc9\x0a\x1c\xad\x24\xf3\x80\xa1\x72\xa8\x07\x8c\xd6\x7b\xa6\x99\x3a\xd8\x00\xd6\x0b\x39\x61\xca\xfc\x1b\x89\xda\xac\x26\xff\xe1\xc8\x7a\x31\xf0\x6c\x4e\xb5\xa3\x12\xd3\x41\x7f\x55\x27\xc3\xab\xb3\x4d\x34\x37\x59\xa7\x1c\xf1\xf1\x80\x52\x86\x5f\x08\xf0\x7c\x7c\xb2\x2f\xcc\xf9\x26\xb1\xf7\xa6\xc1\x7a\x26\x17\x87\x84\xde\xf5\x96\xc4\x5c\x9f\xd0\x84\xb8\xe8\x16\xf2\x3b\x0b\x7d\x8c\x5f\xd6\x08\xff\xad\x51\x54\xbf\xf1\x51\x54\x89\x9a\x05\x01\x66\x7b\x21\xeb\x5d\x00\x70\xaa\x93\x1f\x84\x88\xae\x4f\x43\xb2\xc6\x71\x69\x9b\x7a\x39\x88\x79\x1f\xf7\xd5\x86\x19\xff\x67\x5b\xbb\x8c\x55\xe2\xa6\xff\xaa\x71\xab\x25\x38\x4c\x3c\xc6\x27\x72\x83\xf6\x44\x46\xfb\x87\x20\x50\x79\x18\xeb\xfd\x57\x71\x76\xa7\x35\x7c\x55\xf1\x28\xba\xfb\xaf\xd6\x49\xde\xef\xa9\x41\xc7\x10\xf9\xed\xfb\x55\x0d\x3d\xe2\xc8\xb0\x61\x75\x1a\xc3\xf7\xc0\x70\x7a\x95\xc9\xa8\x7e\x77\x5d\x3a\xb6\xb8\x32\x37\xc4\xdf\xdf\xb5\x28\xca\xfd\xaf\xfa\xd4\x00\x32\xdf\xef\x98\xad\x91\x48\xa5\xbf\x6a\x40\xd5\xdf\xdd\x21\xe7\xa3\x7d\xb0\x57\x88\x44\xa8\xdb\xd1\x28\x76\x70\x2f\xa0\xf0\xc8\x16\x62\x37\x85\x6d\xba\x9a\x51\x87\xba\xbd\xc6\x5b\x8f\x3a\xc3\x48\xee\x42\xd8\x33\x8a\x8f\xec\x05\xce\x0f\xf6\x90\x0d\x69\xcd\xd1\x87\xd9\x1b\xd5\xb5\x0d\x2c\x9d\xdb\xc0\x90\x7c\xef\xff\xc0\x45\x46\x26\x92\xd0\x56\x55\xf1\x69\x92\xae\xaa\x19\xee\x22\xf9\x09\x0e\xed\x61\x7e\x8d\x4b\xd2\x4e\x7a\x99\x94\xdd\x04\x1f\xf4\xe7\x9b\x66\xf6\x8d\x75\x33\x8c\x20\x6e\xdf\x6c\xe9\x1b\xf1\xbd\x3a\x0e\x8e\xf7\xcd\x9a\x3e\xc1\x8e\xe2\x77\x46\xbf\xb3\x74\xc5\xbf\xf7\xf4\x7b\x6f\xcc\x46\xca\x10\x3d\xfe\x06\x2f\x98\xca\x8c\xbf\x6f\xe8\xeb\x0a\x83\x7b\x00\x07\x09\xa8\x9b\x63\x9d\x3b\x6f\xc6\x94\x2c\x21\xc4\x38\x59\x7e\x72\xea\xba\xea\x6a\x4e\xd3\x26\xb3\xf4\x46\xa2\xa4\xf3\x8d\x29\x82\xf5\x51\x93\x9c\xb2\xc7\x33\x01\xae\x88\x84\xdc\xb5\xd4\x93\xa6\xb6\xf6\x1b\x93\x4a\x3d\x57\xfc\x4c\x94\x52\xea\x74\x3f\xb7\x5d\xb1\xfd\xe0\x44\xdb\x11\xed\x05\xcd\x5e\x56\x57\x3b\x84\x02\xfa\x34\xb1\xd1\x0b\x6d\xd8\xc2\x53\xb8\xd3\xf1\x0a\x58\x78\x11\x86\x9d\x03\x82\x60\xa9\x8e\xa4\xdb\xc1\x63\x0a\xae\xa5\x6c\x7c\xd2\xbc\xdc\x75\xaa\x63\xd5\xb7\xfe\x2b\xe7\x9c\xa8\x8c\x5e\x4f\x42\x5f\xef\xcb\xb3\x22\x17\xae\xb1\x16\xc4\x10\xa9\xef\xad\x66\x05\x05\x24\x35\xf3\xe8\x6f\x7f\x63\x0e\x33\xbf\x35\x7f\xff\x7b\xf2\xf6\xd9\x63\x11\xf1\xf9\xac\xc9\x24\x1c\x0f\x2c\x8e\xa0\xd7\x0b\x8a\x50\xda\x0f\x51\x29\x78\x7d\xe1\x17\x6e\x6c\xda\xe2\x0f\x40\xed\xdc\x64\xf2\xbf\x03\x00\x00\xff\xff\xde\xe6\x87\x63\xd4\xdd\x00\x00") func confLocaleLocale_nlNlIniBytes() ([]byte, error) { return bindataRead( @@ -4478,12 +4524,12 @@ func confLocaleLocale_nlNlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 51408, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 56788, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_plPlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xdb\x92\x1c\x45\xd6\x2e\x78\x9f\x4f\x11\xd2\x6f\x32\xc0\xac\x48\x8c\x66\xcf\xc1\x18\x92\x1e\x21\xf1\x03\x0d\x3a\x0c\x25\x99\xc6\x84\xc9\x12\xcf\x08\xaf\xac\xa8\xcc\x8c\xc8\x8e\x83\x92\xc8\xdf\xfe\x8b\xc1\xc0\xfa\x66\x1e\x60\xd8\x7d\xd3\xef\xc0\xd5\xf4\xe6\xaa\x51\xbd\xc8\x3c\xc9\xac\x6f\xad\xe5\x1e\xee\x11\x91\x25\xa9\x77\xcf\x70\x41\x29\xc3\xcf\xee\xcb\x97\xaf\xf3\x32\xfb\xfd\x32\xb3\x75\xba\xf8\xcc\x1e\x57\xe5\xd6\xd6\x85\x49\xda\xfa\xfa\xc7\x76\x6d\x92\x2f\xf2\x26\xa1\x9f\x87\xeb\x1f\x4d\x5d\x74\xbb\xa4\xb6\xd5\xc1\x56\x47\x3b\x9b\x5d\x96\x3b\xbb\x38\x6f\xaa\x92\x8a\xd7\xd7\x3f\xfe\xfe\xeb\xa1\x30\xb3\xcc\xd4\x97\xab\xd2\x54\xd9\xe2\x71\xbb\xdd\xe7\xcd\xcc\xfe\xb0\xdf\x96\x95\x5d\x3c\xca\x36\x55\x77\x30\x57\xb3\x4b\xbb\xdd\x2f\x1e\x97\xbb\x32\x9d\xd5\xf9\xba\x58\xe6\xc5\xe2\xb9\xd9\x96\xeb\xf6\x2a\xa9\xf3\x57\xbf\xc8\xc7\xb2\x6d\x16\xcf\x3a\xfe\x2a\x1f\xda\x3d\xd5\xaa\xec\x95\xad\x9b\xca\xd5\xac\xec\x3a\xaf\x1b\x5b\x8d\x4b\x0e\x76\x55\xe7\x8d\x9b\xdd\xec\xa5\xad\xea\xbc\x2c\x16\xcf\xe8\xef\x95\x99\xed\xcd\xda\x17\x35\x76\xb7\xdf\x1a\x54\x3d\x9a\xd5\xb6\x2c\x66\x5b\x53\xac\x5b\x54\xf8\xd3\xab\x5f\x8e\xdd\x66\x96\x56\x96\x8a\x97\x85\x3d\x2c\x9e\x36\x87\xdf\x7f\xad\x8e\xf3\xf9\x7c\xd6\xd2\x36\x2c\xf7\x55\x79\x91\x6f\xed\xd2\x14\xd9\x72\x87\x35\x3e\xe6\x0f\x49\x7b\xfd\x5b\xd7\x6c\xca\x43\x91\x6f\x4c\x92\x27\x07\x9a\x51\x6a\x65\x1d\x36\xa3\xf5\x2e\x4d\x2d\x4b\x2e\x0f\xa6\xe8\x92\x2b\xb3\x29\x67\xdc\x63\x61\x68\x47\x1f\x9a\xe3\xc1\x44\x7d\xcc\xec\xce\xe4\xdb\xc5\xe7\xef\xe3\x0f\xcd\xbe\xae\x0f\x25\x6d\xf0\x97\x86\x8e\xa8\xa4\x5d\x58\x36\xdd\xde\x2e\x9e\xed\xf3\xfa\x98\xec\xcb\x02\x8d\xec\x2c\x35\xfb\x26\xbd\x34\x8b\x7b\xf2\x77\x46\xf5\xf6\x25\x6d\x4a\x59\x75\x8b\x6f\xe9\x9f\xc7\x8e\xfe\x99\xb7\xbb\x59\x59\xad\x4d\x91\x1f\x4d\x83\x1d\x7a\xa4\x3f\x52\xda\xa6\x5d\x5e\x55\x65\xb5\xf8\xba\xdc\xe7\x26\xd9\xb6\xb4\xbd\x47\x43\x3b\x46\x3b\xb1\x44\x5f\x8b\x87\xe5\xc1\x26\x55\xd8\x15\x8a\x76\xf9\xba\xc2\x7e\x52\xa9\x49\xf8\x07\xfa\x92\x12\xee\x8f\x0b\x36\x13\x9d\x5e\x94\xd5\x66\xf1\xef\xf4\x3f\x3a\xc5\x51\xb7\x34\x4b\x69\x59\x86\x33\xa4\xa6\x6b\xcb\x65\x04\x02\xc7\x57\x3f\x67\x47\x73\x15\xd6\xd8\xe5\x33\x93\xed\x68\xc7\xf7\xa6\xb0\xdb\xc5\x63\xfc\x3f\xe1\x2f\x66\x66\xd2\xb4\x6c\x8b\x66\x59\xdb\xa6\xc9\x8b\x75\xbd\x78\x5a\x37\xe6\x90\xdb\x22\xc7\xf4\x8a\xc6\xcc\x26\x4a\x66\x5d\xd9\xfa\x83\x5f\x3c\x21\x78\xb8\x4a\xe4\x97\x94\xf8\x26\x4f\x0e\xe5\x95\xa5\x4b\xe4\x1b\xd2\x78\x4d\xfe\x32\x6f\x72\x5b\x2f\xee\x6e\x9a\xee\x50\x94\xd7\x7f\x4d\xf3\xd9\xbe\xdd\x6e\x69\x3f\xff\xdc\x12\xfc\xd6\x8b\x47\xe9\xd1\xd2\xfa\x5f\xfd\x9c\xda\xe4\xb8\xcb\x09\x3c\x66\x79\x5d\x53\x19\x60\x6b\xb5\xb5\xbb\x6e\x46\x27\x5b\xa4\xb4\x98\xbb\x45\xbb\xa5\xdb\x31\xfb\x2e\x2f\x68\x94\xed\xf6\xc5\x4c\xff\xb1\xf8\x8a\xff\xf2\x0e\x35\x79\x43\xf3\xfc\xba\x2a\x37\x79\x92\xeb\xe7\xee\xaa\xb0\x49\xb6\x35\xc9\x3e\xa7\xbb\x5c\x1f\xed\xba\x4c\xda\xaa\x4d\xe9\x3e\xcb\x54\xb3\x32\xdd\x10\x78\xe3\xa2\xd2\xe5\xfa\x93\xbd\xfe\xeb\x36\x67\x80\x3c\x18\x82\xb0\x2f\xca\x75\x9d\x1c\xec\xa1\x78\xf5\x33\x1d\x5e\x72\x9f\x2b\x9b\x33\x6c\x43\x7d\x7c\xf5\x0b\xfd\x3d\xda\x94\xce\x8e\x4e\xe2\x13\x93\x34\xa6\x5a\xdb\x66\x71\x7b\xb9\xa2\x8b\xb5\xb9\x9d\x5c\x56\xf6\x62\x71\xfb\x4e\x7d\xfb\xd3\x43\xd7\x74\xe9\xb1\xb0\x9f\x7c\x60\x3e\x3d\x4b\x08\x0a\xf2\x1d\x96\x4c\x33\xa0\x41\x52\xda\x1c\xa0\x9d\xc6\xd2\x8d\xc6\x4d\xcd\xed\xad\x19\x76\x89\x6e\xf5\x32\x5b\x09\xb6\x92\x99\x74\x3b\x43\x68\xea\x41\x77\xfe\xbf\x7d\x73\x96\x3c\x2e\xeb\x66\x5d\x59\xfe\x37\xfd\x8f\x6a\x7f\x44\x50\xb6\x4a\x9e\xe4\xf7\x3f\x9b\xcf\xa8\xa1\x6c\x48\x70\xd4\x2b\x73\xec\x92\x8c\x36\x3a\xbd\xe4\x72\x5c\xa5\x27\xdd\x3e\xfa\x7e\x49\xbd\x2e\xbe\xa4\xff\xf1\x2d\x5d\x3c\xed\xef\xe6\xe8\x36\x52\x17\xc1\x2d\x1e\x74\xae\x3b\xfa\x58\x77\x0a\x5b\xfa\xea\x2f\x84\xb1\xb6\x8c\x29\xbe\x7a\xf8\xf0\xd1\xfd\xcf\x92\x23\x41\x5f\x06\xcc\x90\xdb\x5d\xd2\x36\x17\xff\xf3\x72\x6d\x0b\xda\xe1\xed\x32\xcd\xf9\xd8\x78\xa9\xf3\x59\x5d\x6f\x09\xeb\x64\x34\xdb\xaa\x5b\x25\xe7\xe7\xdf\xd0\x5c\x9a\xcb\xc5\xf5\x7f\x4d\x73\x7b\xfd\x1b\x61\x8d\xfa\xcf\x5b\xec\x96\x0e\xea\xbf\x27\x59\x99\xec\xb7\xf9\xa6\x0d\x67\x37\xde\xac\xe4\x93\x55\xf5\xe9\x60\xa6\x00\x58\xf4\x91\x27\x2b\x7b\x3c\x1c\xd7\xdb\x57\xbf\x64\x05\x9d\xd0\xbe\xcc\xd2\xa3\xa9\x05\x8a\x0c\xc0\x36\x77\x0f\x48\x3e\x9f\xd9\xaa\x5a\x12\x96\x6d\x3a\x1c\x5c\x3c\x47\xcc\xe5\xa6\x59\x24\xb4\x09\xc9\xae\xbc\xfe\xcd\x26\x2b\x4c\x60\x8f\x0b\x25\x3d\xe6\xc5\x4b\xb3\xcd\x33\x3a\xd0\x93\x5b\x3e\xec\xe2\x88\x33\xaf\x0c\xf5\x73\x2c\xcc\x86\xde\xab\xe4\xf6\xfc\x36\x21\xe8\xdb\xef\xdf\x9e\xcf\x8a\x72\x29\xa8\x02\xd8\x3c\xcb\x6b\x7a\x0d\xec\x52\x5e\x98\x4a\x70\xe3\xb7\xf2\xc6\xd0\xbd\xca\x7d\xa7\x78\x19\xbb\xeb\x1f\xe9\xbe\x1e\x31\x3f\xda\x96\xa4\x21\x70\x38\xf6\x58\x44\xd1\x4d\xb8\x0d\x0e\x25\x45\x90\xa3\xf5\xa6\x56\x6c\xe7\xb3\x99\x83\x81\x11\xfc\x96\xeb\xdf\x7f\xdd\xd2\x85\xc6\x65\x98\xe1\x21\x0f\xf6\xc2\xe0\x9c\x31\x5f\x5f\xe0\xa0\xe1\x29\x5d\xb4\xeb\xbf\x52\xff\x4d\x8b\x8b\x4a\x7d\x6d\x37\xaf\x7e\xa6\xbd\xa0\x87\x9c\xae\x1e\xdd\x6d\xba\x7d\xc7\x03\x1d\x7d\x0d\x44\x16\x22\xd5\xfc\x16\x3f\x25\x72\x92\x5f\x9b\x06\x0f\x59\x80\xaf\x69\x5b\xfb\x72\x37\xdc\xb3\xa4\x21\xd2\x61\x23\x95\xdb\xe4\x48\x57\xc9\x60\x8c\xa3\xa1\x47\x8b\x90\x72\x42\x68\xa8\xab\x9b\x4d\x1e\x3e\x28\x4c\x7b\xcc\x67\x55\x4b\xaf\xff\xe0\xda\x85\xf8\xaa\x3c\x74\xbe\x8e\x5f\x5e\x50\x75\xd7\xd6\x39\x3d\x44\x96\x16\x9b\xd1\xb8\xaf\x7e\xd9\x03\xea\xfc\x5c\xa2\x99\xd3\x06\x44\x30\x8c\x4d\x25\xb4\x51\xd2\xc3\x5b\x2c\xee\x13\xbd\x03\x0a\x87\x7f\xb9\x91\x9e\x94\xc9\x61\x7f\xfd\x63\x87\x63\xa3\xd3\x7b\xfa\xed\x37\x96\xbb\xdf\xe2\x1d\xe6\x3e\xf6\x25\x30\xe2\x91\x6e\xe8\x97\xb8\xb4\x97\xcb\x7d\x59\x35\x44\x00\x55\x0d\x3e\xf9\x2f\xae\xc3\x87\xed\xce\x56\x09\xbe\xb4\x67\xc0\x05\x0d\x91\x1c\xc0\xd0\x1b\x82\x2a\xda\x22\x43\xdf\x84\x04\x43\xeb\xff\x85\x2a\xf2\x66\x1e\x04\x50\xce\x12\xb3\xea\x22\x88\xbc\x68\x8b\x4d\x7a\x45\xe7\xc8\xc3\x5f\x36\xcd\x3e\x18\xff\xcb\x27\x4f\x1e\xf7\xdf\x26\x66\x80\x25\xf1\x0c\xe8\xf4\x1c\x30\x99\x04\xd7\xc0\xed\x25\x20\x1b\xc0\xd5\x56\xf4\x22\x65\x95\xad\xb1\x05\x03\xc0\xa3\xb2\x13\xdb\x65\xd0\xa2\x0b\x77\x0b\x53\xfa\x00\xff\x3b\x07\xe5\x44\x80\x69\x68\xbf\xf9\xa5\x34\x74\xa1\x2d\x93\x40\xf3\x19\x9d\xdc\xb2\x2a\xcb\x66\x84\x4e\x08\x3d\x6e\x71\x23\x0e\x71\x15\x37\xbc\x03\x57\x3a\x21\x06\xbd\x56\x6b\xd3\x05\x2b\xf7\xb8\xe4\x93\x37\x6c\x9f\x5e\xa1\xa4\xb0\x42\x88\x8d\x6b\xc8\x81\x18\x9d\xde\xac\xde\xd1\x8e\xf2\x9b\x71\xae\x27\xf5\x80\xf6\x99\xbf\x5e\x54\xe5\x8e\x48\xe1\xfe\x87\x9b\x99\xec\x1d\x1d\x63\xb9\x6d\x93\xdb\x8f\xb2\xdb\x74\xf8\xeb\x32\xc3\x3e\x1d\x93\x6f\xff\xfd\x5e\xf2\x3f\x7c\xf4\x87\x3f\xcc\x93\x07\x3d\x66\x68\x08\x8d\x97\xfc\xea\xd2\x39\xf1\x46\x26\x3c\xbd\xb3\x64\x45\x84\xd0\xf5\xdf\xff\xf1\x37\xa3\x7d\x12\x61\xb5\x33\xb4\x45\xc9\x6d\x46\x0b\xb7\x93\x4f\xb8\xe2\xff\x6a\x7f\x30\x44\xfc\xda\x79\x5a\xee\x3e\x9d\xcf\xf0\x89\x6e\x10\x5f\x35\x21\x35\xe9\x84\x32\x73\x48\x3b\x57\x34\xc4\x58\xae\xd8\xd1\xe1\xcb\xb4\x2c\x2e\xf2\x6a\xb7\x78\x26\xf0\x47\xf3\x6b\x80\x71\x33\x41\x87\x55\x8f\x3f\xb9\xc7\x65\x51\x36\xf9\x45\x17\xd4\x96\xd3\x96\x3d\x75\x7b\x69\x2b\xa2\xde\x97\xf8\x93\xa7\xf6\xf4\xd6\x83\xbc\x61\x9c\x2f\xcf\xce\xac\xbc\xb8\xd8\xe6\x85\x95\x17\xd2\x8d\xd0\xe0\xa5\xd4\x92\xa8\x06\xc1\xff\x9e\x38\x8c\x67\x7a\x71\x92\x7b\xf7\x1f\x9e\xd1\xf2\x0e\xb6\xa1\xed\x43\x2b\xda\x3c\xda\xe9\xac\xdd\x80\x7a\xea\x76\x67\x01\xc2\x02\xa8\xe7\x04\x4e\x75\xb9\x02\x06\x59\xd1\x9b\x48\x98\x8d\x9e\x44\x73\x00\x66\xdb\x96\x1b\x02\x9d\x9c\x70\xb8\x7b\x54\x88\x24\x7e\x49\x70\x58\xf5\xc3\xc9\x9c\xe9\x92\x7e\xa1\x45\xa3\xba\xc3\x09\xba\x8a\x09\x3f\x45\xc0\xa6\x19\xf1\x5c\x20\xc8\xaf\xff\x4e\xf3\x24\x66\x8d\x50\xc1\x01\x35\x3a\x20\x40\x22\x8d\xf5\x39\x21\x54\x54\x53\x27\x98\x99\xa0\xa5\x80\xd1\xe0\x8b\x30\xf9\xf4\xf9\x71\x6b\x43\xdb\x75\xa4\xd7\x02\xd8\xbb\x3f\x50\x62\xb9\xa6\xda\x0d\x67\x7d\xb2\x75\xc4\xee\x9c\xd1\x63\xb1\xdd\xe8\x83\x28\x7d\x95\x15\xef\xeb\x11\x6f\xe3\xef\xbf\xd2\x1b\x25\xaf\x2c\x56\xc4\x8f\x2c\xbd\xae\x05\x8f\xee\xb8\x1e\x77\xe2\x8e\xfb\x89\x8b\xfd\xbc\x40\x3a\xd2\xeb\x07\x42\x82\x9f\x75\x2d\xc7\xd6\x74\xc1\x6c\xed\x55\x08\xbc\xd1\x64\xe7\x42\x95\x12\x13\xa6\xcc\xec\xf2\x65\x4e\xac\xa2\x1b\x9f\xa8\x53\x9a\x2f\x41\x87\x72\x7b\xb9\x90\x5f\xb4\xf3\x44\x3c\xfd\x9c\xf1\x07\xa6\x6f\x27\xbb\xd1\x79\x3e\xe1\xed\xe8\xfb\x08\x26\x90\x76\x0e\xe0\x76\xe5\x9a\xa8\xf4\xbe\x67\x10\x96\xe8\xb8\x3b\x4b\xd6\x8c\x3f\x09\x91\x94\x2b\x93\x02\x14\x64\x7f\xb9\x98\xf6\xde\x4f\x6d\xae\xcc\x92\x32\x31\x42\x64\x3f\xc4\x9e\xd3\x13\x5a\x1f\x07\x7b\x1e\x9f\x0f\x48\xf5\xca\x1c\xcf\xc2\xcd\x21\xcc\xf5\xd5\xfd\x64\x91\x7c\x98\xd0\x5d\x61\x62\x4f\x9e\xdf\x41\x43\xd3\x36\xf4\xa4\x32\x33\x80\x6b\x22\x73\x18\x5d\xf4\xa9\x31\xb5\x6e\x40\xf1\x3c\x0d\xd9\xe6\x49\x3a\x6b\xa6\x48\xaa\xff\xfe\x58\xb1\xd4\xf5\xdf\x93\x4b\xa9\x22\x0d\x43\xae\x7b\x38\xb0\xb2\x5a\xcb\x35\x11\x08\xc4\x7b\xca\x4f\xe2\x5b\x99\x0a\x6b\x08\x52\x96\xeb\xbc\x59\x5e\x00\x6f\x66\xbc\x85\x6d\x66\x80\x32\x21\x9d\xe0\x43\x42\x1d\xda\x75\x5c\xc9\x72\x6b\x53\x5e\xe2\x6d\x6a\x73\xfb\xe3\xe4\xce\x4b\x25\xdd\x3f\x02\x86\x5c\xd2\x45\xcf\xb7\x80\x5e\xe5\x29\x0f\x1d\xc0\xc6\x32\xa1\x58\xae\x18\x73\xb4\xf4\x59\x49\xe7\x80\x0f\x2b\x57\x4c\xeb\x12\x73\x4a\x8f\x36\x48\x44\xd7\xf2\x98\xdc\xa9\x09\x3d\x24\x0f\xbf\xfa\x9c\x18\xb9\xaa\xc6\x05\x3c\x12\x94\xac\xda\x7c\x9b\xcd\x67\x8e\xb2\x26\xba\x5a\x21\xe1\x04\xbf\xc4\x53\xa8\x19\xd9\xed\x2b\x73\x28\x2c\xcf\xdd\x35\xef\x89\xc4\xfe\x7d\x8e\x89\x2d\x34\x67\x5a\x42\xdb\x1b\x6e\xef\x69\x39\x2c\x9e\xe0\x22\xbd\x8c\xc8\x39\x4f\x5a\xf4\xcd\xcd\xa6\x69\x69\x81\x44\xa3\x04\xc0\x47\xdc\x13\x75\x57\x27\xef\x7f\x4a\xff\x9f\xd5\xe6\xa5\x95\xe7\x69\x7d\xea\x54\x84\x16\x15\xe8\xa6\x6a\x2d\xdf\xf5\x68\x45\xd1\xed\x40\x7b\xcc\x3a\x27\x64\x0b\xbc\xdb\x4e\x82\xaa\xd1\x0e\x04\x5a\xea\x36\x4d\x6d\x5d\x2f\xee\x1d\x99\xf8\xbe\x95\xdc\x23\xdc\x7d\xec\x76\x1d\xcf\xe0\x2c\xc1\xdb\x7e\xc0\x63\x53\xd1\xb4\xa8\x0a\x83\x13\xbd\xe7\x44\xde\xf1\x14\x33\x3a\xd2\xa3\xed\x4f\xe8\xf5\x64\x90\x6c\x10\xed\x54\xb4\xc5\xb3\xef\x20\xbb\x7b\x31\x6b\x85\x25\x28\xb7\x19\xc8\xbe\x91\xdc\x89\xd9\x30\x1b\x4b\x9d\x5c\x6d\xbd\x4c\xf5\x21\xa7\x03\x5a\x7a\xa9\x1f\xf6\xb8\xb1\x3f\x10\x7d\x49\x13\x55\x1c\x88\xed\xb0\x1b\x1c\x33\x4b\x04\xdb\xd9\xae\x63\xe0\xa8\x17\x0f\x00\xcf\x01\xc1\x4f\x77\x73\x4b\xa0\x5e\xe2\xf5\x78\x69\xb5\xd2\xb3\x7a\x2f\x1c\x4e\x58\x91\xba\x20\x8e\x44\x7b\xe8\x79\x13\x8b\x02\x91\x33\x69\x19\x04\x4d\xd6\x0b\x9a\xec\x8c\xd1\x2a\x4b\x2e\x9f\x33\x36\x04\x70\xa8\x88\x65\x4e\x87\xcb\x42\x1c\x1d\x37\xa1\xfb\x96\x13\x94\x07\xe3\x12\x1b\x3f\xfb\x4e\x25\x9a\x2f\x44\xa2\x16\x08\xd3\x0c\x8b\x07\xea\x00\x5c\x89\x38\xaa\xad\xa9\x08\x84\x9f\x75\xf5\xb1\xdd\xe4\xcc\xd6\x53\x1f\x84\xf3\x2e\x5f\x04\xb2\xc5\xa5\x4a\xa3\x08\x97\x40\x92\x7a\xfd\x5b\x52\x00\xa8\xb0\x75\x65\x4f\x5f\x5d\xda\x3d\xe8\xb0\x5d\xbd\x5e\x3c\x80\x28\xe6\x8a\x4e\x4b\xea\xfc\x31\x09\x65\xa8\x82\x8b\x6f\xcd\xea\x92\xc8\xe6\xed\xf2\x8d\xda\x3f\x26\xea\xeb\xd5\xcf\xf4\x9b\x36\x4d\x9b\xc7\x4f\xba\x08\x3c\x89\x81\xe5\xb3\x25\x68\xaa\x8f\x86\x20\xb7\x7f\x18\x8d\xf0\x75\x44\x5c\x78\x0e\x84\xc8\xe6\x79\x02\x21\x42\x4e\x35\x4b\xb9\x18\x9b\x86\x90\x4d\x84\x4e\xad\x48\x95\x89\x1c\x1f\x92\x1f\x98\x2c\x90\x70\x38\xe2\xd9\x69\xb2\xd2\x4d\xa0\x0b\x26\xe0\xe8\x9c\x18\x81\xe3\xd9\xde\xd9\xdd\x0a\x03\x10\x28\x98\x3d\x71\x7c\xaf\x7e\x01\x2b\xbc\xc3\x01\x11\xc5\xbc\xe6\x6b\xa5\x4f\x04\x55\x28\xa9\x00\xb7\x72\x27\x8f\x84\xe1\x3a\x76\xba\x0e\xdd\x5c\xa9\xf4\x47\x27\xbc\x26\x64\x76\xc0\x43\x43\x53\x59\x11\xb6\xae\xe5\x56\x18\x1c\x5b\x2c\xba\x96\xbd\x9f\xbb\x57\x4a\xc8\x28\xa6\x96\x6b\x5b\x34\xee\x04\x58\x12\xea\x79\x23\xc2\x59\x72\x4b\x93\x98\xe4\xa6\xb9\x06\x27\x82\xf9\x14\x4c\x7e\x7c\xb2\xfa\xf4\x4e\xfd\xc9\x07\xab\x4f\xfb\xc7\xa2\x06\x76\x20\x62\x07\x54\x03\xbd\x32\x84\xd3\xeb\x0d\xbd\xf5\xc5\x86\xca\xca\x6c\x95\x97\x15\x13\x0e\x87\x24\x25\x20\x59\x83\x2f\xbc\x5a\x6d\xf3\xeb\xdf\x08\x7b\xd1\x0d\x59\x83\x4e\x2a\x92\x3b\x19\xb3\x9f\x59\xb9\x29\xaf\x7f\x12\xf6\x93\xfa\x27\x8c\x17\x9e\xd1\x5c\x04\xa1\x56\xae\x9a\x03\x7b\x96\x88\x62\x0b\x0e\x72\x69\x05\xec\x79\xc9\xdb\x7c\x97\xf7\x0b\x07\xb1\x6b\x1b\x02\x82\xe3\xaa\x6b\x12\x9a\xd4\x2f\xf4\x8e\x62\x75\x20\x6a\x69\x5b\x75\x23\x0c\xfa\x63\x51\x67\x27\x00\x78\xe4\x85\x40\xba\x0a\x14\xff\x51\x42\xc0\xd0\x36\x1d\x71\xc4\xa6\x5e\xb6\x85\xee\xb6\xcd\x04\xdc\x9e\xe5\x04\x09\x67\xfc\x4a\xee\xd0\x29\xe3\x4f\xdd\x57\xa2\xa8\x1c\xb7\x25\x43\xbd\xeb\xb7\xf3\xbd\x79\xa2\xc2\x52\x7e\x9b\xe9\xb0\x89\xc0\x14\x70\x08\xf8\xd8\x93\x67\x05\x6c\xbb\x0f\x41\x44\xce\x8c\xa6\x4b\xc0\xf3\xea\xe7\x33\x62\x93\xf3\x4d\x91\x5f\x81\x71\xde\x97\x85\xec\x3e\x93\xaa\x69\x5e\x6f\xe6\xb2\x5f\xba\x82\xaf\xb5\x2a\x8b\x77\x9c\x54\x40\x7b\x1b\x6f\x91\xf2\xb5\x4c\x6d\xd4\x8c\x34\x1a\xa2\x36\x6c\x11\x2f\xd4\xbf\xb7\xf5\xa6\xbc\x32\x15\xef\xc4\x91\xde\x2c\x93\xe1\xe9\x65\x2c\xbf\x9b\xcf\x78\x0e\x98\x4a\x73\x72\x26\xef\x3a\x25\xc5\x7b\xa3\x49\x1d\x59\x4a\x5d\x11\x9f\x05\xe1\x7d\xc2\xfd\x28\xdd\xac\xd7\x4e\xba\xf6\xb7\xee\x5b\x5f\xc3\xba\x1a\xee\x75\x4c\xc1\xfa\xf5\x00\x23\xc2\xfa\x4d\x99\xf5\xfb\x6e\x20\x68\xc7\xce\xac\xd1\x92\x0f\xc0\xbf\x97\xfe\x69\xef\xe6\x83\x31\xbd\x30\x61\xbc\xb2\xa3\x9b\x30\xad\x48\x69\x49\xdf\xaa\x29\xcb\x65\x7d\x09\xd9\xcb\x7d\xd0\x6c\x72\x6f\x65\xca\x43\xa1\x1f\x70\xd0\x15\x21\xbb\x04\x87\x9c\xfc\x8f\x4e\x5c\x39\xa7\x87\x03\xbb\xf4\x42\xae\x10\x9e\x0e\x77\x7f\x1c\x8e\xe5\x43\x95\xf1\xc3\xab\xe4\xeb\x0b\x4d\x1b\x50\xbc\x35\xef\x4a\x78\xce\xc3\x1d\x7e\x0e\x51\xe1\x4f\xda\xdd\xa5\xd3\x39\x29\x76\x76\x14\xcd\x73\xc1\x33\x00\xf5\xa3\xc3\x68\xac\xdd\x22\x4e\x99\x2e\xd3\x2e\x10\x12\x38\xae\x9f\x3f\x0b\x2c\x6f\x68\x0f\xc0\x69\x61\x7d\xc4\x37\xd3\x02\x3b\x5b\x2f\x9e\x98\xcd\xac\x28\x71\x82\x33\xfa\x8a\x36\x32\x15\xaa\x05\x89\xc6\x8b\xd9\x53\x7a\x35\x1e\x9e\x50\x99\xe1\x55\x0e\xca\x22\x7d\xd2\xe7\xbc\x09\x77\xc3\x35\x3f\x1e\x30\x09\xdf\xda\x09\x9d\x9a\x5b\xfd\xf9\xf9\x97\x4f\x98\x3d\x91\xbe\x37\xdb\x36\xa5\xb3\x82\x30\xef\xcb\xa6\xd9\xd7\x4f\xab\xed\x42\x24\x58\x4f\xbf\xfd\x86\x7a\xee\xb6\xa5\xc9\xf0\x11\x92\xb1\x0c\xc8\xea\x50\x02\x17\x13\xbd\xf0\xc4\x9a\x5d\x30\x4b\xe2\xcd\xf7\x54\xd4\xce\xee\x12\x79\x10\x7c\x07\x87\x54\x75\x2c\x7c\x9d\xdd\xc5\x3b\xf6\xf9\x0d\xac\x89\xe7\x24\x2d\xab\xdb\xbe\x9f\x96\x28\x7f\x3f\x33\xdb\x3d\x71\xc2\xa0\xdc\x7c\x4d\x16\x95\xf2\x2b\x54\xf3\x91\xb0\xa8\x3c\x09\xae\x02\xe1\x7a\x27\x3a\x37\xdb\x0b\x53\x40\x52\x08\xbe\x8d\x0a\x08\x55\x76\x84\xfb\x44\x8c\x40\x24\x99\xc1\xbe\x65\x9b\x0a\x08\x91\x0e\x2d\x1e\x30\x23\x4c\xf3\x2f\x1f\xf4\x2c\x1a\x50\xa6\xb0\xa9\xca\xbd\xdd\xd0\xe0\x75\x7e\xb4\xf1\x90\xbc\x19\x2c\xf8\x16\xb4\x7c\xa7\xa6\x6a\x4c\xe0\x8f\xaa\xf6\x8a\x83\x14\x52\xaf\x2b\xa2\x2e\x7e\xb3\x57\xe0\x2e\xdc\xcd\xa4\x96\xe6\x87\x7f\xb2\xa5\x20\xdf\xf0\xb4\x42\xa6\x08\x92\x57\x40\x2a\x3d\x10\x2a\xfd\xfc\x7e\x06\x81\xea\x1b\xd4\x27\x78\xa3\xca\x79\x91\x6e\xdb\xcc\xcf\x6b\x30\x2d\xa1\xcc\xdf\xb9\x53\xbf\x83\x7e\x8b\x0d\x20\x5d\xab\xd2\xc5\xa3\x49\x12\x92\x5f\x81\x96\xca\x3e\x76\x2a\xe5\x25\xf5\x58\x56\x95\x4d\x9b\xc5\xd7\x84\x4d\x9d\xcc\x84\x39\xcb\x35\xdd\x63\xc3\xa7\x39\xef\x31\x5f\xcf\xc8\xa9\xe0\x30\x8f\x9f\xbe\xa0\x29\x53\x1e\xdc\xda\x2b\xc4\x97\x2b\x6b\x8b\x25\xd1\x8d\xb6\x98\xe2\x51\x78\xed\x4c\xc8\xa2\xf5\x2f\x0d\x93\x76\xc4\x79\x4e\x37\x0d\xf1\xc0\x54\x53\xa2\xe9\x4e\xb4\x0c\x14\x20\x53\x0d\x1b\xba\xc9\x27\x5a\xba\x5b\x3d\xd5\x4c\xce\x9e\x9b\xd0\x7a\xb3\x08\x29\x45\xf5\x43\x9c\x3a\xef\xf7\xc6\xef\x71\x7f\x26\x27\xf8\xb8\x4b\x95\xd9\x7a\x70\xe9\x79\x57\x48\xcf\x08\x33\x57\x6c\x9c\x10\x30\xef\x2c\x57\x79\xba\xb7\x07\xbc\x72\x01\x87\xba\xc7\x34\x40\x09\x19\x56\x12\x4d\xed\xaa\x63\x37\x27\xba\xa6\x39\xe1\x15\x98\xee\x5b\xfa\x83\xb1\x09\xee\x24\xf1\xb3\xdb\xb7\xec\xbd\x97\xea\x38\xd5\xe5\x0d\xf3\x2f\xdd\xae\x84\xbd\x5a\xb5\xee\x00\xd4\xda\x1f\x08\xaf\xd2\x73\x09\x79\x47\x24\xd9\xc2\x36\x52\x11\xde\x69\xaa\xbf\x35\x75\x03\x7e\x54\xd6\xb6\x78\x5a\xb7\x87\x61\x03\x1e\x01\x8f\x64\x03\x3d\x77\x7a\xa4\x51\x0b\xc8\x28\x12\xbb\xc9\xf7\x5d\xb4\xe2\x7c\x9e\x3c\xf0\x08\x0a\x52\xed\xa8\x94\x6e\x86\x5b\x2b\x54\x47\x1b\xdb\x05\x34\x8e\x3b\x5d\xc2\x81\x10\x2a\x34\x22\xee\x39\x10\xbe\xbc\xc8\x37\x42\x16\xb0\x10\x09\xfa\x24\xff\x6a\x41\x4c\x02\x51\x00\xd8\xae\x97\xb6\xa2\x87\xd6\xf7\xcc\x1a\xf6\x40\x81\xfa\x9a\x9e\x88\x08\xda\x42\xcd\x2a\x78\x1c\xac\x1a\x5a\x45\xd8\x69\xc8\x72\x10\x09\x42\xf4\x7b\x2f\x6a\x65\x09\x20\xbd\x7e\x4e\x4a\xf3\x14\x68\x82\x4e\x1f\x45\x5e\xec\x05\x4d\x01\x84\xdc\x22\xb9\x11\x91\x46\xdd\xe4\xdb\x2d\x0e\x40\x8c\x53\x9e\xf4\xd4\x4f\x42\x14\x05\x2b\xa9\x6b\x22\xc2\x45\xb6\x4b\x98\x98\x69\x2c\x9a\x5b\x46\x50\x10\x42\xd8\x99\xaa\xdc\x9c\xd0\xb3\xad\xdb\xe2\xd5\xcf\xb4\x5c\x26\xcf\x2b\x30\x10\x47\x5a\xfd\x5c\x07\x04\xff\x00\xfb\x93\xd3\xe3\xe9\x59\xd3\xd9\x1f\x4a\x28\x78\x86\xc3\xc7\xca\x55\x1d\x1e\x02\x5d\x19\x9f\xea\xb2\x9d\x46\x52\xee\x5b\xc0\x00\x86\x06\xa8\x0d\xd7\x1b\x59\xc6\xe8\x14\x78\xe7\x43\xe0\x21\x78\x7b\x93\xb5\xfe\xe3\x6f\x4e\x85\x14\x2e\x78\x26\xb6\x1c\xcb\x55\x65\x8a\xf4\x32\xb8\x1f\x5f\x18\x3c\x10\x74\x92\x19\x31\x7b\x5b\xb0\xa6\xf1\xf5\x98\x7d\x87\x0b\xf5\x62\x46\xaf\x44\xb1\xb6\x4b\xd5\x7e\x78\xba\x92\x09\x50\xd1\x66\xc0\x92\x4c\x35\x1b\xd0\x4a\xb9\x16\x29\x91\x2c\xe5\x6e\xd0\x50\xd4\x1b\xb4\xa3\xbd\xe4\x2d\xbd\x9c\x5d\x95\xf4\x82\x97\x50\xd6\xaa\x0e\xf4\xfa\xc7\xde\xf2\x09\xb6\x37\xa1\xb8\x46\x4d\x72\xba\xc5\xe3\x96\xb8\x59\x22\x29\x8c\x10\xd0\x05\x13\xe7\xc4\xe1\x6f\x69\x35\x90\xe8\x3c\x5a\x41\x40\xc1\x76\x39\x1d\x1d\xbc\x01\xca\x21\xb4\x40\x20\x41\xec\x39\x8c\x3b\xa4\x2a\xc4\x82\x52\x95\x39\x12\xfd\xea\x5b\xd3\x25\xd3\x2f\x90\x67\x80\x60\xfe\x09\x12\x5c\xa9\x4e\xe3\x41\xa4\xb0\x9b\x33\x5e\xc7\x03\x5e\xbd\x84\x94\x72\x8c\xcd\x61\x3d\x23\x47\x8b\x67\xe1\xa8\xa3\x11\x32\xec\x9b\xef\x4d\x43\x78\xb1\x10\x8e\x8e\x17\x91\x2d\x9e\x1d\x61\x97\x90\x32\x8a\xed\x4e\xf5\x48\x27\x96\x95\xc7\x43\xb9\x2d\xf1\xcc\xcc\xbe\x73\xf6\x4c\x2f\x66\xce\xe6\x49\x6c\xdc\x46\x76\x2f\x8a\x31\x6a\xe2\x8a\x08\x1b\x58\x51\x6d\xb3\xf8\x89\x88\x04\x88\x43\xf9\x0d\xb4\xb4\xc7\x4c\x6d\xd1\x8c\xa0\x1a\xa6\x4d\x67\x09\x47\xbd\xb8\xab\x62\x5d\x3b\x63\xb9\xde\xa3\x40\xa4\x97\x11\xdc\x36\xd0\x05\xb4\xb4\x5f\xc2\xcf\xb4\x39\x61\x86\xaf\xee\xcf\x66\x7b\x3e\xb8\x65\x3c\xb9\x64\xaf\xc7\xd9\xb9\x59\x8b\x2a\xe3\xc9\x88\xd7\x51\xdc\xe4\xaa\x13\x61\xe2\xd4\x4c\x62\xee\x44\x9f\x20\x4b\x75\xca\x3e\xa2\x44\x7b\x25\x25\x4d\xe6\x08\x91\xd9\x51\x64\xe1\x2a\xe7\xdc\x25\x62\xa4\xb3\x31\xd7\xbf\x65\xb8\xda\xc4\x29\x32\xcd\x70\xe8\xa8\xdc\xb0\xb5\x0c\xcb\xa3\x9a\x57\xbf\xfc\xe3\x6f\xaa\x82\x09\x68\x25\xff\xb2\xab\x20\x4c\xe4\xd4\xaa\x44\x8c\x15\x3f\x82\x97\xd7\x30\xa3\x10\x9d\xa9\x63\xfa\xae\x26\xce\x98\xa0\x03\x86\x66\xfc\xec\x7e\x05\x59\x17\x34\x87\x54\x2b\x27\x66\x7e\x68\x2e\xb9\x2d\xe5\x54\x16\xdf\x60\x58\xb5\xb5\x6b\xf7\x19\x18\x48\xb7\xd3\xcf\x45\xe8\x9e\x1f\x5b\x6f\x00\x17\xd7\xf0\xac\x61\x68\x24\xe7\xe4\x51\xb4\x8d\x4a\xb8\xf3\x73\x21\x3d\x29\x6d\xa3\x77\xde\xdb\x43\x3e\x17\x2b\x8f\xa2\x74\x16\x29\x11\x9f\x37\xa8\xed\xe4\x44\x84\x0e\xd9\x7c\xce\x44\xe6\x06\x04\x83\xf5\xef\xbf\xae\x08\x67\x5c\x99\x4d\x9e\x08\x86\x20\xc4\x49\x6f\x00\xab\x48\x55\xc8\xde\xbf\x6c\xa2\x5b\x84\x4c\x3b\x2f\x5a\xcb\x90\xdc\x15\x2d\xdd\xe4\x81\x0d\x9e\x53\x2f\x46\x78\xca\xe9\x00\x07\x0a\x5a\x55\xcb\xd2\xcc\xcb\xb2\x56\xe1\xaf\xd3\x07\x43\xf4\x7f\x84\xb8\xa7\x53\x8c\xe8\x36\xd5\xa1\xbe\x60\xd7\x03\x85\x83\x74\x69\xf4\xa6\xd0\x34\x08\x3f\x15\x8d\x6b\x24\x17\xa7\x5c\xd9\x94\xc0\xf9\xae\xeb\x16\x4c\x29\xd1\x4d\xaa\x5e\x66\x44\xb1\xcc\x77\x30\x7c\x85\x08\xda\x64\x62\x9b\x8a\x5b\xd9\xd3\x8c\xd0\x28\x1d\x21\xe4\x89\x66\xe5\x4f\xfa\xe9\x70\x46\x60\xd9\xbc\x48\xf6\xd4\x91\xe3\x81\xd0\x53\x1c\xca\x1c\x94\xdf\x2e\xb7\x01\x5d\x77\x57\x94\x3d\x9e\x19\xc7\xfe\xf9\x42\x36\x49\xf5\x32\x0a\xb0\xf0\xcb\xa8\xfc\x71\x79\xc0\x83\x77\x14\xe9\xfa\x50\x42\xd3\xd3\xd0\x9f\x41\x91\xc2\x46\x98\x37\x92\xcd\x83\x69\xfb\x8d\x50\x36\x47\x97\x5e\xea\xfd\x64\x59\xb4\xdf\x04\xb5\xe5\x80\x5a\x15\x12\x5f\xaf\xde\x65\x83\x40\x56\x47\xa1\x72\x99\xc2\x12\x8b\x06\x5b\x2b\xad\x6a\x02\x5c\xa1\xc3\xff\xd3\x98\x02\xf8\x8c\x3a\xb5\xd7\x3f\xd2\x11\x30\x27\x52\x0b\x03\xd2\x39\xb1\x88\x1a\xd8\x6a\x59\x60\x63\xcb\x48\x14\x12\x3a\xad\x28\x7c\x4c\x80\x65\x89\x15\x07\x34\x30\x24\x87\x08\x77\x8c\x5f\xcb\x18\xa7\x7a\x43\x0e\xaa\x06\x40\xbc\xfe\x89\x56\x5c\x11\x64\x56\x1d\x08\x71\xed\xd4\x7d\x52\x81\x16\x43\x1e\x1b\x52\x07\x03\xbb\xeb\xe0\xaa\xd0\x2d\xf0\xf3\xa4\x02\x20\x38\xfa\x58\xc0\x3a\x9b\x26\x34\x96\xd0\x0e\x2a\xcb\xea\x82\x16\x0d\x0e\x85\x17\xd7\xba\xd5\x11\x82\x39\x94\x59\xcb\x96\xbf\xbe\x9e\xae\x27\x2f\xc4\x0e\x07\x6a\x8a\xe8\xdd\x80\x9a\xc9\xcb\x4f\x93\x7b\xc7\x2e\x49\x2f\x53\xa7\x22\x20\x74\xc3\x40\xf1\xc7\xe1\x6c\x1c\xac\xa9\x10\xc8\x21\x56\x1d\xb7\x09\xef\xdb\xad\x99\xc9\x32\xbe\x08\xb2\x15\xf7\x89\x9f\xb9\x12\x2c\xa3\x2b\x45\x79\x58\x36\xfc\xbc\x8c\xd4\x11\x10\xcb\xff\x77\xaa\x20\x20\x70\xf8\xe7\xb5\x0f\x77\x32\x55\x39\x9c\x9d\x52\x38\xf4\x22\x5e\xb5\x6b\x70\x0b\x89\x5f\xa5\x60\x0f\xfc\x0e\x66\xc2\xed\x05\x37\x75\xe6\xee\x81\x27\x72\x82\x9b\x20\xdc\x0f\xdd\x04\x50\x3c\x18\x07\x7c\x93\xec\x22\x17\x31\x65\x24\x17\x43\xf9\xcc\x6d\x0e\x33\x3e\x2e\xec\xd0\x8a\xe1\xff\x24\x3c\x28\xd9\xc3\x54\x95\xa7\xd7\x71\xa1\xab\xf2\x48\x94\x2c\xb1\x07\x04\x2a\x62\x58\xa8\x72\xe9\x4f\x98\xaa\x58\x7f\x1a\xa9\x9b\x18\x97\x74\x7f\xfc\xe4\x03\x2d\x4c\xce\x1d\xfb\x55\x40\xc3\x01\x9a\xe4\x00\x73\xb3\x0d\x8c\xb6\x7b\x23\x6d\x36\x3b\x55\x01\x7c\x3f\x63\x98\x6c\x33\x3f\x44\x73\xe0\xa9\x77\x22\x80\x8f\x9a\x12\xf6\x15\xe1\xdd\x5e\x2c\xd7\xf9\x31\x70\xad\xe7\x1e\x24\x07\xdb\xe5\x6d\x22\xe9\x7b\x20\x17\x61\x95\x6a\xa9\x0a\x4b\xe1\x37\x1d\xd5\x86\x5b\xc8\xd7\x9e\x89\xab\x23\xbd\x3c\x55\xc3\xd7\x78\xee\xfb\x61\xca\x80\xfb\x61\xea\x34\x20\xf8\x4a\xb1\x30\xa7\x72\x21\x9a\x80\xe6\x31\x46\xcf\xbc\xb8\xf6\x91\xb0\x97\xbf\xb2\xaa\x9b\x6e\xc2\x93\x8a\xb5\xf9\xee\xf0\x3d\x88\x3d\xee\x1f\x3c\x86\xa9\x52\xc0\xcd\x2f\x93\x2f\xc1\x2d\x87\xa5\xb0\x0f\x82\xa3\xdc\xac\xa7\xb0\x54\x20\x6b\x1e\x56\x9b\xc6\x4f\x7d\x03\x8f\x7a\xeb\x4d\xdb\x28\x0b\xdf\x63\xa9\xdd\x90\xc8\xf5\x00\xa9\x56\x3b\x38\xbe\x11\x69\x74\x1a\x5b\x8d\x66\xe7\x76\xe5\x6b\xbf\xfc\xd7\xa3\x2c\xe6\xe3\xb0\x73\x22\x61\xe1\x13\x7c\x24\x32\x94\x52\x5e\xb8\x92\xed\xb6\x1d\x1b\xf7\x59\x65\x36\x3d\x07\x97\xe6\x7c\x4c\xa8\xef\x18\x00\x5b\xe8\xf6\xfb\xb1\xd1\x49\xd7\x63\x16\x95\xd0\xd0\xb2\xff\xa7\x84\x6e\xc3\xac\x29\x37\x04\x82\x83\x2e\xf8\xe3\x1b\x77\xe1\x91\x87\x70\x43\x01\xea\xe8\xb7\x99\xd0\x07\x6f\x28\xfd\x1d\xf2\x49\x54\xe6\xf4\xf8\x13\x58\x24\x3a\x29\x74\x31\x6e\x9f\x5e\x3a\x24\xe2\x2b\xe7\x46\x31\x89\x33\xe2\x89\x71\x49\x5b\xac\xf2\x22\x5b\x0c\x1b\x59\x2d\xe8\x8f\x92\xa5\x1d\x23\xc6\xae\xa7\x7b\xca\x6c\x8f\x83\x0d\x30\xa8\xe1\x96\x4b\xde\xc1\xc8\x67\xa7\x2e\x57\xb4\x20\x6c\x04\x97\x61\x27\x14\xf0\x5a\xb5\x7d\x57\x43\x09\x69\xfa\xac\xe3\x8f\xad\xa2\x70\xfe\x28\x87\x55\xbb\x6d\xa2\x7f\x77\x1e\x61\x1e\x3a\x87\xc9\x58\x49\x75\xa6\xe4\x10\x8b\xd8\xf8\x00\xd9\x6a\xdb\x8d\x88\x7f\xdf\x7d\xfc\x95\x9a\x7f\xfb\x51\xa5\xe7\x3f\x11\x8c\xd1\x23\x46\x34\x5b\x0e\x84\x0c\x3e\xaf\x73\x20\x61\x58\xd8\x48\xc7\x42\x34\x15\xfd\x0e\xec\xcd\x07\x2c\x85\xf4\x17\xe0\x15\x59\x75\xbf\xd4\xe1\x32\x65\x85\x71\xb1\x1c\x84\xad\xf1\x16\xbb\x29\xf8\x25\x38\xf0\xec\x57\x1e\x3d\x6a\xb7\x92\xb1\xf0\x55\x08\x51\x9a\x64\x0d\xab\x19\xb7\x57\xf3\x04\x74\xa5\x22\x0f\xba\xe7\x6a\x80\xb9\x2e\xd5\x9e\x90\x5f\x5d\xd5\x90\x79\x6c\x26\xd3\x17\x7c\x16\x9e\x79\x84\xd4\xe4\xd1\xd0\xa3\xc7\xe6\xc8\x26\xf4\x07\x3f\xd9\x72\x1a\xcf\x69\xd3\xa0\x33\xb7\xf9\x93\x34\xd9\x9b\x21\x3b\x6f\x6b\x76\x03\xa2\x0b\x17\xec\x6f\xc6\x23\x05\xe7\x53\x87\x32\x89\xf2\x78\x9f\x8f\x62\x45\x72\x95\x80\x79\x2a\xc0\x86\x44\xdc\x52\x4f\xb8\xf7\x73\x9b\xb9\x39\x38\x65\xb0\x5c\xdc\x50\xff\xab\x15\x7a\xe6\x58\xc5\x12\x04\x77\xd5\x01\x32\x5b\x9e\x90\x4d\x42\x29\x66\x9e\x38\x42\x02\x76\x82\x0f\x1e\x5d\xff\xb7\xcf\x7b\xea\x81\x17\xc2\x5a\xad\x0b\x5e\x88\xb9\xe5\xed\x2a\x07\x93\x09\x74\xcd\xfd\xfe\x0f\x66\xec\xad\x3d\xfb\x77\x8e\x1d\xf0\x06\xb5\x1c\xfe\x93\xf9\x79\x4e\x42\xf7\x92\x39\x7c\x7a\xfe\x6b\xd0\x49\x93\x47\x35\xfb\x0e\x92\xc0\x17\x33\x91\xd2\x3f\x0b\xe4\xa2\xbd\xca\x68\x4a\x5f\xdc\xeb\x93\x94\xc2\xba\x4f\x8c\xb0\x55\x21\x4b\xa4\x9d\x80\x31\xe4\x86\x4e\x0e\x86\xe1\x67\xc9\x61\x6f\x32\x23\xbe\x7c\x87\x44\x2c\x8c\x20\xd1\xf7\xfb\xda\x42\x82\xb1\x85\x07\x9c\x7e\x98\xcf\x5e\xe6\x75\xbe\xca\xb7\x78\xcc\x9e\xe5\x59\x29\x58\x95\x68\x0b\xfe\x8e\xcf\x81\x23\xc5\x58\x2f\xf2\x49\xbd\x37\x45\x92\xd2\x63\x59\x2f\x6e\xb7\x30\x9f\xc8\x12\x58\xe3\xdd\xfe\x74\x0f\xdf\xdb\x86\x87\xa2\x2a\x9f\x8e\xfa\x83\xf3\x65\xca\xfa\xa7\xd0\xe6\xba\xa6\x3b\x62\x77\xad\xfa\xd8\x31\x92\x80\x21\x89\x37\x7d\x2f\x62\x0f\x50\x43\xf8\x14\x9c\xfe\xe9\x69\x3c\x3e\x39\x0d\x38\x7f\xba\xb5\xbd\xfb\x5c\x44\x37\x20\xcd\x3c\x35\x17\x09\x72\xfa\x29\xa0\x5d\xfe\xde\x2c\xdd\x12\x77\xed\xfd\xeb\xc6\x84\x2f\xc4\x73\xce\xc9\xc4\xee\xfe\x98\x3c\xca\x08\x28\x01\x93\x37\xba\x28\xb2\x97\x32\xc8\xd5\x5b\x33\x9e\x1f\x4b\xda\xcf\xf1\x4f\x16\x5c\xc8\x47\x76\xe9\x50\xb7\xd5\xa3\x7c\x1a\x9d\x16\x8a\x43\x3d\xca\x50\x5e\x77\xf0\x67\x4d\x44\x0b\x83\x1b\xc3\xfa\xa3\x7d\x5e\xcb\x4f\x78\x25\x3b\x8f\x64\xff\xc1\x7b\x57\xa9\xdc\x48\x3c\x11\xe6\xeb\xbc\xc9\xd7\x45\x59\xd9\x19\x11\xb9\xf4\x20\xda\xc5\x37\xf8\x0b\x21\x9e\x7e\x98\x6a\x98\x6c\xa5\x12\xc6\x37\x19\x5d\x84\x6f\xf9\x8f\xfe\x1a\xb6\xa8\xc5\x5b\x3a\x91\x52\x68\x6c\xca\x25\x01\x4e\xc3\xb6\xd0\x79\x7a\xc5\x2f\x56\x0c\xa1\xc2\xf1\xe3\x3a\xc0\xc6\xb5\x12\x7c\x8b\x91\xc5\xef\x4a\x7b\x6c\x9d\x51\x24\xef\xb5\x7a\x5c\xc7\xd7\x31\xb3\x17\xa6\xdd\x3a\x3d\x04\xdc\xb2\x18\x83\x9a\x64\xad\x7a\x08\xf5\x5c\xa6\x09\xd1\x8b\xf6\x92\x68\xae\x7b\x62\x26\xd6\x6c\xf3\x83\xf0\xaa\xfa\xbe\xe1\xa9\x7e\x57\x38\xc9\xee\x3d\xd7\x8a\x08\xcf\x0a\x38\x5c\x54\xb1\xa8\x99\xf7\xf6\xa3\x57\x83\x5a\x72\x4e\x8f\xbd\xc9\x35\x5b\x2f\xc8\x75\x61\x69\xcf\xf5\x5f\xc1\x22\xa7\x62\xa9\x18\xc9\xdc\x0f\x22\x3a\x00\x7b\x79\x80\x6e\x7c\x52\xcd\xb0\x36\x47\x7c\x17\x4d\x03\xfb\xe6\x02\xbe\x6a\x86\xa7\x5c\xf5\x05\xb4\x5d\xe9\xa5\x5a\xc9\x95\x17\x4b\xde\x3e\xf6\xd9\x08\xf0\x1b\xbd\x8b\x20\x4e\x0b\xda\x9d\x1f\x13\xae\x9a\xec\xcc\xa6\xa6\x79\xb2\x73\x43\xbe\x95\x2b\x16\x9b\x67\xdf\xc9\xe6\xa7\x35\x12\xd1\xd1\xfe\x4b\x34\x12\x27\x7a\x1c\x68\x24\x0a\x0b\xa1\x65\xdb\x5c\xaa\xf7\x46\x64\x1b\xa3\xbe\xe7\xbd\x13\xaf\xfa\x9f\xc7\x25\xa7\x50\xa8\x7b\x50\x22\xf4\x05\xbc\x95\xac\xb6\xad\xbd\xfd\x29\x40\x81\xf0\xbb\x83\x85\x57\x3f\x3b\x2c\xe6\x3a\x67\x90\x7d\xcc\xce\x9f\x30\x84\x8a\x80\x56\xeb\xcc\x05\x51\x39\x18\x3b\x07\x52\x6a\x55\x9c\x36\x5d\xc7\xbf\x7a\x81\x09\x8f\x48\xd4\x7a\x57\xb9\x0f\xbe\xf8\xea\x09\xf3\xe3\xce\x41\xd7\xa8\x1c\xd0\xfb\x47\xcd\x7d\xe7\xb4\xf2\x5d\x5e\xd7\x42\x48\x61\x73\xc5\xc3\x43\x65\x91\xf9\x0e\x7e\x7f\x42\x68\x48\x17\x5d\x64\x01\xcd\x56\x68\xae\xab\xde\x0c\x3d\x25\xee\x64\x60\x83\x3e\x34\x3c\x17\x32\xd2\xf1\xd5\x3c\x5b\x2f\x54\x55\x67\xcc\x1c\xa2\x65\xd7\xb9\xea\x7f\x1f\x68\x04\x81\x48\xef\x6b\x02\xbd\xaf\xde\x47\xc6\xc2\xc3\xa8\x02\xb8\x2c\x04\x2e\x5c\x56\x3b\xfc\xdf\x39\x2c\xcd\xee\x77\xb5\xdd\x5e\x44\x3b\xa0\xd8\xdd\xe1\x66\x22\x24\x25\xf4\x05\xfe\x15\x9e\x28\x08\x9e\x7d\x47\xf7\xae\xd8\x70\x88\x04\x28\x05\xdc\x07\x4f\x07\x9e\x3b\x44\x63\x83\xea\xce\xbc\xc6\xa4\xf9\xf5\x5f\x41\xea\x6d\xb6\xe6\x90\x13\xd9\x92\xfc\x3f\xff\xe7\xff\xf5\xfe\x3d\xc2\x85\xf7\x9a\x6a\xfb\xfe\x3d\x11\x6e\x39\x5a\x9c\x88\x80\x14\xb6\xec\x59\xdf\x69\x49\x0c\x19\xe3\x8e\x13\xfa\x44\x29\x0b\xb4\x8f\x75\xaf\x0e\x58\x13\x5e\x3a\x66\x1b\xc4\xdb\xc0\x47\xc6\x30\xb3\x20\x02\xc3\x0c\x8c\xb5\xc4\x04\x01\x53\x5d\xc2\x59\x72\xf6\xe7\x36\x4f\x37\xcb\x75\x9b\x67\x96\x66\x41\x74\x4e\x0a\x1b\x90\xde\x62\x53\x9f\xe1\xe6\x32\xaf\xe5\x32\x7c\x2d\xe0\x1d\xdd\x84\xc0\xe8\x9d\x5f\xb2\xb4\xdc\x11\x73\x98\x79\x5c\x5f\x0c\xc3\x4a\xd0\xdb\x0d\x0a\xb2\x66\x89\x38\x7c\x65\x88\xa7\xd8\xb7\x30\x5b\x83\xf6\xb9\xbf\x75\xb0\xbc\xbd\x72\x10\xc6\x54\xd7\xeb\x7a\xe1\xf1\x69\xae\xec\x96\x3d\x4d\x52\xa9\x5b\xad\x93\x54\x1e\xb0\x68\xc8\x29\x89\x45\xb8\xfe\x3b\x06\xba\x35\x9b\xb1\xa1\xe9\xd7\x65\x36\xd3\x17\xc9\xe9\xc3\x67\x4d\x65\xed\xe2\x3e\x8b\xd6\x66\x17\xf9\x16\xd6\x8f\xaa\x3c\x87\x93\x79\x63\xd6\x8b\x7f\xa7\xaf\x60\xef\xdc\xd3\xc5\xf7\x82\x0a\xb4\x2b\xe2\xed\xb8\xb3\x5f\x60\x1c\x49\x9f\x61\x14\xb9\xce\x47\x21\x21\x10\x43\x62\x32\x76\xc4\xd6\xac\x2c\x95\x7c\xde\x74\x44\x2b\x35\x1d\x5d\x96\x2d\xfc\x8e\x0a\x6a\xfc\xb5\x61\x22\x84\x00\x3f\x07\x36\x9e\xe1\x18\xf2\xa6\x5e\xdc\xe3\xbf\xb0\xd7\xdc\x5a\x53\x53\xc5\x67\xec\x35\x64\x66\xac\xd4\xa3\xab\x4c\xaf\x29\xd1\x5e\x9d\xfc\xa6\x93\xe6\x88\x22\x5f\xf2\x5f\x57\x8b\x9d\x2c\x50\x55\x7d\x2c\xd2\xa0\x05\xf0\x8f\xe1\x5b\xf3\x99\x3d\xe2\x81\x24\xea\xb0\xc8\x59\x07\x87\xdb\xb0\x99\xb9\x99\xcc\x87\x33\x72\xdf\xd5\xa3\x82\x61\xfe\xd8\x6e\xcc\x55\x92\x0e\x6a\x5c\x40\x7c\x71\xce\x65\xfe\x1b\xde\x0c\xba\x75\x77\xf1\x5c\xf8\x8f\x3b\xba\xa4\x50\x79\x3d\xeb\xe5\xd8\xbe\x0c\x1a\xae\xc5\x7d\xc2\x4c\xfe\x8b\x78\xbe\x9c\xd3\x7d\xa1\xcb\xea\xbf\x12\x20\x5b\x8e\x6a\x82\x8f\xce\x95\x04\xe1\x62\x98\x2b\x57\xe1\x67\xf0\x7d\x3e\x3c\x94\xa0\xa8\x00\x61\x47\xa5\x72\xe9\xec\x44\x8d\x94\x4e\xa5\x5a\x6a\x17\xcf\x3a\x18\x38\xb0\xf0\x7d\xa2\xaa\x3f\x6c\x39\x6b\xba\xf4\x7c\xd4\xc3\x01\xfb\x6a\x3c\xe8\xc6\xa8\x03\xae\xc0\xc5\xba\x1c\x8f\xde\xb7\xe8\x27\xb0\x39\x39\x04\xb1\x9a\x45\xd0\xe4\x91\x5e\xf3\xcd\x00\xfe\xa2\x51\xca\x1a\xa6\xf8\xbe\xcd\x73\xb3\xdb\x28\x8f\x77\x43\x33\x7a\xaf\x11\x61\x07\x56\x00\xc7\x8e\xe3\x0a\x4c\xec\x9c\xaf\xa4\xd2\x2d\x57\x35\xb7\x83\x6d\xf1\x15\x79\x57\xfa\x7a\xc6\xd5\x13\x3c\xe6\xd1\xd6\xf8\xa0\xf5\x28\x59\x51\xa2\xe7\x63\x46\xc5\xcb\xfd\xd6\xa4\x56\x9d\xaa\x14\x24\x0c\x22\x0c\x45\xa3\x68\x57\x6e\x2c\xed\x8d\x90\xb7\xd6\xe2\x3d\x6e\xcc\x0a\xbb\x4b\x0c\x93\x25\xda\xcd\x77\x80\xcd\xe4\xb2\x60\x17\xfb\x62\x45\x4b\xd2\xff\xe7\x83\x59\x86\x85\x44\xb9\xe1\xb1\x64\x0b\xc3\xdc\x2a\x09\x5f\x8e\x00\x4f\x9b\xbc\x0e\xf6\x86\xd5\x4e\xf4\x7e\x12\x18\xb5\xfd\x0d\x47\xde\xd7\x58\xe7\x54\xe3\xc4\x00\x13\xe7\xaa\x0d\x1d\x0d\x39\xf1\x79\x0e\x5f\x3e\xc5\xc1\xcf\x7a\x3f\x70\x87\x8d\xa7\x1a\xd4\x1a\xfc\x89\xd8\xa4\xae\x6c\xfb\xe9\xb2\xd8\xf1\x5e\x6e\x57\x3d\xfc\x85\xed\xe4\xf4\xb3\xe5\xaa\xe3\x66\x4f\xd9\x03\xb7\xf7\x69\x3a\xdd\x70\x67\x0b\x30\x01\xf0\xe2\x45\xc3\x67\x35\xb1\xc1\x79\xa1\xc2\x88\xc9\x66\x35\x3c\x13\xce\x11\xf4\xe1\x6a\xa2\x64\x8e\x18\x59\x35\x8c\x4b\xaf\x0a\xc1\x74\x13\x75\x00\xc4\x52\xa7\x56\x1c\x39\x51\xa9\x82\xb3\x6b\x23\x06\x04\xbd\x30\x3f\x32\x08\x98\x1c\x9f\x1e\x23\xd7\x8a\x06\xc8\xcc\x81\x0d\xe8\x5e\xdb\x6e\x57\xd6\x0d\x30\x35\xab\x2c\xcd\x15\x1c\x86\x98\x48\x86\x27\x08\x3e\xde\x3c\x60\xd0\x52\x0c\xf6\x26\x1a\xe1\xee\xf1\x11\x2d\x4a\x7f\x3c\x77\xbe\xfb\xf0\x45\xad\x87\xd4\x2b\xc5\xbe\xfb\xc3\x8b\xfa\xf6\xa7\x77\xbe\xfb\xe8\x45\x0d\xa1\xc2\xa8\x83\xe5\x85\xd9\xd8\x13\xbd\x70\x63\xd7\x62\x5f\xd9\x97\x79\xd9\x82\x31\x44\x29\xb4\x0c\x1e\xaf\xfc\x80\xd9\x4a\x68\x8e\x2e\x46\x0f\x2c\x63\x13\x04\xd1\x45\xd8\x21\xd3\x32\x8f\x20\x7a\xbc\xd9\xee\x96\xba\x07\xf5\xe2\x4e\xa6\xcb\x37\x04\xbd\xbe\x03\x29\x05\x53\xd6\x2c\xbe\x97\x72\xc8\x5a\x69\xd5\x79\x86\x35\xd3\x12\x9c\x48\xe5\xdf\xe4\xd7\xa7\xbc\x16\xec\xc0\xf7\x7e\x9c\xd2\x6b\xd3\x98\x16\x67\xf6\xe1\x08\x3b\xb2\x06\xca\x35\xe8\xf2\x22\x74\xc6\x3f\x74\xbe\x57\x71\x91\x4e\x48\xab\x9c\xbb\x19\x25\x30\x7a\x8f\xaa\x57\x96\xb7\x45\xea\xb9\x57\xc9\x87\x4f\x8b\x2b\xc5\x9d\x0e\x2b\xc3\xe4\x4b\x34\x98\x6e\x7b\x06\xd8\xdb\x81\xd1\xd7\x3a\x99\xc1\xee\x63\xe7\xe0\xd9\x48\x5c\xd3\xdb\x6d\x9b\xcc\x4e\x7b\x10\x39\xab\xe9\x67\xf5\x76\x7d\x09\x39\x43\xd4\xf4\x05\xf7\x76\x50\x8c\x91\xd0\xa1\x38\xd4\x06\x1d\x17\x6a\xa5\x6f\xdd\xf9\xbe\xe4\x38\x7d\x42\x7c\xf9\x01\x9d\xaf\x2f\x91\x65\xec\xe4\x7b\xfd\x23\xb1\x8a\xa9\xc4\xd5\x72\x90\x3b\x16\xd5\x6a\x89\x73\xac\xbc\x60\xe6\xcf\xda\x51\x10\x40\x58\xd0\x64\xa6\xda\x95\x51\x8b\xbc\x58\x3a\xff\x18\xe6\x6e\x24\x1a\x83\x7a\x8b\x4a\x44\x11\x35\x02\x83\xf4\xb1\x2a\x8f\x3b\x78\x80\x25\x23\x77\xd9\x48\xd5\x1d\xf9\xde\x12\xcf\xe6\xb1\xc4\xab\xbf\x84\x17\xdd\x66\x79\xb3\xf8\x3c\xeb\x42\x08\x88\xec\xc8\xdc\x44\xcd\x4b\xf6\x49\x25\x9e\xd0\x7d\x92\x27\xb8\x09\xbc\x8e\x86\x0f\xaf\xd4\xa0\x4d\xe5\x90\x7d\xf4\xff\x93\x35\x20\x95\x77\xc4\x67\x40\x09\x48\x71\x7f\x27\x6a\x4f\x4c\xb8\x97\x6d\x54\x79\x62\x41\x52\x10\x9a\x6c\xc6\x25\xea\xc9\xf5\xa0\xcc\x60\x48\xce\x9c\xfd\xf4\x3c\xa7\xb4\xdf\x37\xd7\x9c\x50\x0c\x5d\xf9\x26\x43\x35\x90\x4d\x59\xf8\x70\x95\x1c\x4f\x2b\x83\x7a\xc3\x05\xd1\xff\xc0\x57\xcd\x1e\x88\x6a\x98\xd4\x2e\x4c\xcf\xc9\x9b\xe9\x28\x69\xd5\x9b\xc3\x38\xbd\x85\x89\xd4\xde\x01\xe2\xdd\xd3\xe6\x13\xc8\xef\x8d\x22\x5f\x58\x80\x80\xb9\x85\xc0\x74\x26\x3c\x5f\xc0\x67\xd0\xcf\x44\xc3\x08\x6a\x19\xdd\x55\xea\xc2\xaa\x99\x18\x1e\x0b\xd6\x29\x11\x9e\x52\xee\x70\xb2\x9a\x4a\x34\x7d\x5d\x08\xca\x85\x3d\x05\x13\x8a\x00\x59\x0e\xfb\x05\x23\xb2\xc9\x2b\xf7\x3a\x1f\xf4\xba\x22\x1e\x72\xb1\x32\x47\x33\x1c\x4d\xfe\x2e\xf6\x6e\x20\x2d\x8f\xd8\x64\xcf\x1e\xcb\x4f\xb7\xe6\x12\xc2\xc8\x76\x4b\xbb\xc2\x1a\xb3\xc2\x6c\xed\x91\x0d\x44\x0f\x9d\x8b\x62\xe3\x6a\x36\x97\x20\x81\x9a\xd2\x8f\xa7\xcf\x4b\x91\xa7\x62\x79\x26\xa3\xb3\x46\x1c\x3e\xb5\xf6\x60\xe8\x8e\xf7\xcb\xe5\x68\x17\x79\x72\x69\x4d\xc6\xca\x9d\x3c\xa3\x8b\xcd\x61\x0b\xdd\x18\x70\x00\x08\x63\x38\x2e\xbe\xff\xca\xc9\xb8\x18\x5f\x8c\xb6\xa9\x61\x3d\x23\xed\x21\xfd\xa1\xbb\x4f\xe3\x7f\x1c\xd2\x08\x84\x41\x3f\xe0\x9e\x3f\x00\xa1\x90\x29\x36\xfd\x37\xfe\x21\x38\x55\x37\x32\x66\x3f\x1e\x63\x98\x6f\xa3\xf3\x67\x6c\x21\xc7\x09\x80\x4d\xea\x94\x28\x25\x62\xd5\x30\x46\xe6\x78\xe6\x0f\xc4\x2c\xe7\x13\xc8\x30\x1c\xe2\xe6\x7f\xb3\xa3\xb8\x7e\xfd\xc8\x7f\xd5\xae\x77\xb6\x5a\x3b\xb2\x41\x46\x40\xe7\xe6\xbf\xab\x6b\x6a\xfc\x5f\x88\xc4\xd1\xb9\x9b\x15\x28\x02\x04\x6e\x15\x69\xf6\xfd\xae\xde\xb4\x1c\xbc\x35\x28\x8f\xe5\x03\x7d\x09\x04\x0d\x04\xef\x12\x98\x69\x27\xa8\x46\x68\x36\xa9\xa3\xaf\x3a\x81\x05\x2f\xc4\xcb\xef\x4b\x1f\xe1\xc6\x3f\xa2\xd1\xf1\x89\x1b\x35\xec\xb8\x11\x57\x45\x54\xa8\x30\x5f\xa3\xb5\x5b\xb6\x33\x0b\x77\x67\x71\x4e\x9f\x4b\x3f\x26\xe0\x44\x0b\x60\x43\x12\xf5\x3b\x61\x15\x5d\x73\xe3\xee\x96\xb6\x26\xba\xd7\xd0\xa5\x60\xad\xfa\x7d\x56\x2d\x4c\xb4\xef\x08\xa7\x1c\x37\x65\x26\x1c\x82\x86\x9d\x8b\x0c\x11\xbd\x05\x22\x24\x7d\x7e\xbe\x79\x4d\x97\xdf\xa6\x1b\xb8\x2f\x88\x59\x18\x9b\x7b\x70\x20\x14\xda\xc3\x46\xe3\x88\x28\x3d\x76\x08\x62\x7d\x96\x19\x14\x1c\x56\xe3\x58\x6a\x3c\x21\x7a\x77\x77\xfc\x00\x7a\x5c\x60\x8a\x25\x6b\x88\x78\xfd\x8a\x60\xc2\xf9\x87\xa2\xed\x30\x18\x90\xdb\x85\xa0\x23\xd6\x1f\xdc\xd4\xd7\xc0\xdb\x75\xb2\x3f\x36\x52\xc4\x6b\x10\x2e\xf1\xf4\x20\x83\xb0\x9d\xee\x1e\x55\xb4\xab\xe8\x55\xe4\xb4\xce\x14\xce\x45\x90\x41\xaf\x5d\x04\x11\x31\x9a\x00\x74\x4c\xdd\x5a\x86\xcc\xb6\xd0\x1b\xc6\x4d\x58\xce\x59\x2f\xbe\x7f\xd8\x07\x9d\x9c\x82\x54\x8f\xbe\x22\x0b\xb6\x64\x5d\x36\x78\x20\xe8\xce\x39\x38\x8d\x81\xe7\xdd\x7f\xbb\x93\xbd\x97\x1c\xc5\x8c\x02\x96\x70\x03\x41\x37\x8a\x60\x97\x43\x45\xf8\xe3\x81\x88\x58\xf3\xf9\xf7\xb3\x40\xa4\xd8\x3f\x46\x03\x61\x50\x50\x65\x4a\x50\x11\x14\x9f\x12\x56\x0c\xab\x64\x7d\x79\x09\xef\xb5\x70\x12\xe5\x32\x6b\x09\x30\x98\x51\xcc\x25\x2e\x0f\x24\xff\xb0\x6e\x41\xd0\x87\xe1\x6c\x1c\x35\x3f\x1a\xc3\xb3\x17\xf1\x0a\xe9\x45\x5f\xe1\x39\x80\x9f\xdf\xb4\x28\xcb\xe9\xc9\x8f\xea\x90\xa5\x61\x9e\x94\x88\x9a\x47\x03\x0d\x64\x48\x6d\xb1\x69\x98\xac\xa8\xca\x6d\x11\x6d\x9c\x90\x7e\x4f\x88\xd4\xba\xfe\x31\xfc\xde\xeb\x89\xc3\x8f\x6e\x03\x9e\xf0\x9a\xa1\xa5\xdd\xaa\xeb\xea\xbb\x3e\x9a\x61\x6e\xdf\x8b\xd7\x6c\xd9\x05\x41\x05\x7a\x61\x91\x0f\x08\xa5\xdd\x2e\x19\x02\x1a\x68\x0a\xe8\x0f\x11\xd9\x4d\x17\x0e\x31\x11\x42\xe1\x2c\x70\xb9\xbe\x5d\xd1\x7f\xef\xef\x76\xef\x67\xd9\xed\x89\xcd\xe8\xad\xcb\x22\x20\x12\x8d\xa0\xb7\x9f\x51\x1e\x39\x36\x19\x0c\xfa\x0a\x28\xd3\x1b\xa0\x11\xb5\xc2\xf3\x24\x3c\x76\x95\x6c\xed\x5e\x62\x22\xb3\xce\xe3\x2c\x69\x60\x53\xb8\x12\x23\x7a\xe7\x3a\xca\x5a\x5e\xf5\x8b\x1e\x45\xd0\x0b\x97\x14\x91\xf7\x41\x41\x4c\x06\xbf\xc9\x24\x35\xce\x82\x58\x46\x8c\xe4\x62\x6c\x4b\xda\xd3\x96\x91\xaf\x05\x0b\x9a\xcc\xad\x18\x6a\x86\x56\x58\x63\x49\xdb\x44\xf5\x13\x26\xa6\xa3\xc9\x4c\xd1\xda\xb0\x17\xfb\x57\x91\xda\x53\x53\x3b\x01\x36\x37\x1b\x99\xce\x0e\x44\x22\x2c\x9e\xd1\xff\xf8\x5f\xf3\x83\xdd\xa6\x88\x0d\xa5\xc1\x29\x0e\x09\x8a\x6e\x45\x65\xb2\x07\xf8\x0e\x0b\x87\x1d\x02\x75\xa4\x74\xe5\xd7\xac\x3a\xd6\xd9\xb6\x59\xb9\x69\x3d\x0b\xa8\x2e\x8e\xb4\xc4\x2b\x4b\xd7\xfb\x20\xf1\xac\x38\x0e\x1b\x5c\x03\x76\xb9\x43\x18\xb0\x9e\x11\xf0\x23\x2c\xc1\x63\xea\x95\xb8\xc8\xab\x1a\x11\x39\x38\x6c\xbd\xa2\x0a\x89\xdd\x0d\x53\x79\x79\x76\xa5\x41\x18\xda\x9e\x3f\x28\x3d\xcd\xdf\x1d\x35\x1d\xb5\x10\xff\x98\xb5\x0d\xf5\x6f\xc3\x5e\x9d\xc5\x85\xca\x08\x9c\xd6\xe4\x11\x47\xc7\x68\xc4\xad\xc4\xe0\xe9\x8f\xb0\x8b\xae\x81\x43\xaf\xed\xc5\xb1\x88\x1b\x44\x5d\xb3\x61\xaf\xf6\x8b\xa7\x65\x71\xa7\x4e\x2c\xdf\x5b\x0b\x17\x39\x4f\x54\x10\x92\xe7\xfa\x7c\x1b\xd0\xdb\x72\xd5\x36\x04\x02\x8e\xfd\x8c\xd6\xe2\xca\x58\xf4\x5e\x07\xbb\xe1\xec\xe0\x82\x3a\x6a\x2c\x17\x2f\xb7\xaf\x85\x68\x25\xa9\x5d\x7e\xe8\x12\x1d\x48\xe8\xe2\xc0\xec\xcc\x28\x29\x0b\xfc\xa4\x94\xec\x3c\xf9\x8c\xdd\x67\x61\x0a\x5c\xe1\xbd\x76\xc7\xc9\x3d\x9a\x2d\x8c\x66\x3a\xf7\xaa\x6b\xbf\x0c\x50\xaf\xb7\x46\xf7\xdd\x68\xc3\x2e\xd8\x45\x91\x8e\x7a\x0b\x69\xe3\x85\xa3\xcc\x65\x23\xce\xd9\x54\x40\x7b\xf7\x6d\x2e\x01\x70\x89\xeb\xdf\xc3\xe9\xd2\x7f\x0e\x42\xb2\xc1\xa8\xa4\x97\xd3\x04\x4d\x2f\xcb\x72\x53\x2f\x9e\xd9\x15\xfe\x91\xf7\xdf\xd7\x79\x23\x45\x5f\xe2\x3b\xc2\x39\xf7\x65\xc4\x18\xe6\xe9\x64\xf0\x7d\xef\xc1\x13\xcc\x82\xdd\x13\x1f\x69\x24\x43\x93\x28\x84\xfb\x62\xf5\x47\xf3\xbd\xdd\x9d\x72\x93\x0b\xd6\x24\x8e\x53\xa0\x72\x42\xa7\x41\x45\xae\x13\xe6\x28\xa1\xed\x19\x74\x97\x10\xf8\xe1\x41\x58\x97\xf3\xbe\x57\x93\xbd\x04\xba\xcf\x26\x17\x75\x34\x08\x07\x5b\x0b\x17\xe2\x9b\xe0\xf0\x14\xa1\x78\x09\x94\x15\x58\xd8\xb3\xd1\x8b\x78\x43\xed\x12\x0d\x4d\xe8\xf0\x4a\x17\x2c\x9d\x08\x26\xfb\x03\x6c\x6b\xcc\x76\xc9\xe8\x4c\x9e\xb1\x23\x22\xf4\xff\xd2\x54\xe2\x20\xc1\x28\xce\xb7\x89\xea\x0f\x42\x37\xbf\x55\x3b\x35\x53\x63\x63\x3a\x17\x4d\xc9\x07\xf7\x66\xdf\xf1\x5c\xdd\x47\xd8\x9c\x56\x7c\xa5\x30\xca\xbe\xd4\x68\x56\x78\x47\x5a\x17\x32\x60\x93\x07\xdb\x29\x92\x90\x68\x77\x92\xc3\xaa\x55\xc7\xc4\xad\xdd\xd0\x26\x89\x81\x62\x72\x5c\x73\xf0\x2f\x09\xb7\xed\x5f\x92\x13\x7b\xc4\xfd\x2e\x11\x8c\x6c\xe3\xdf\xfc\x78\xd1\xce\xec\xf1\x75\xdd\x6a\x1f\xbc\x11\x03\x92\x68\x6b\xc2\xd5\x4e\x76\x7f\x53\x3f\xb2\xea\xf3\x6e\x87\x6c\x2c\x88\x2d\x0c\x79\x3e\xd8\x2f\xc1\x35\xff\x01\x77\xd7\xff\x4c\xfe\x03\x30\x4a\x7f\xf2\x22\xb3\x3f\xfc\xa7\x63\xa3\x27\x2c\xdb\xb7\x66\xc2\x23\xf8\x6c\x0a\xd0\xf3\x84\xc3\xeb\xb4\x6e\xbd\x6d\x70\x20\xcc\x9f\xc4\xe7\xa1\xf1\x47\x61\xfa\x16\xb0\x14\xc2\x10\x99\x4d\x6a\xf7\x2e\xc6\xa9\x77\xb8\x39\xf0\x41\xf7\x9d\x66\xb8\x89\xd5\x12\x2c\x2b\x30\x1a\x3d\x34\xb8\x57\x2b\x7b\xa4\x07\x8e\x16\x7c\xfd\x53\x4d\x8c\x42\x5f\x9d\x53\x81\x70\x00\x11\xf0\xd3\xb5\x18\xa6\x49\x2e\x92\x38\x4c\x86\x0a\x5f\x34\x06\x43\xb4\xc6\x31\x96\x9d\x87\xe8\x0e\x42\x07\x88\xea\x0b\x0e\x8d\x6a\xd8\xd6\x3f\x6c\x5e\xd9\x75\xbb\x35\x55\x61\x47\x8d\x64\x6f\x9c\x5b\x27\x83\x3f\xf7\xa2\x9b\x00\x49\xba\x58\x2b\x9d\xee\x73\x9e\x3c\x41\xc4\x88\xae\x10\xbb\xdf\x21\x37\x5b\x66\x07\xb5\xba\x19\x4f\x59\x9f\xaa\x9a\xde\xaa\xf7\x93\xd0\xc4\x3b\x98\x08\x5e\x55\x9d\x42\x33\xe2\xf3\xfe\x3f\x99\x94\x0b\x09\x1e\x98\x81\x6f\x74\x6b\x61\x7b\x34\xac\x2e\x1e\x0d\x19\x1b\xef\xc5\x4c\xa8\xd2\x71\x47\xa3\xbe\xb4\x9d\xcc\xd7\x4d\x31\xba\x4d\x45\x7d\xc1\xfc\x3a\xa3\xd3\x5a\x78\x33\xb1\xe2\x12\x0b\xdb\x51\x5d\x67\xc6\xe9\x4c\xf7\x86\xb6\xab\x84\xbc\x08\x0f\x73\xa2\x94\x61\x5c\x9d\x30\x2e\x90\x10\x81\x1c\x32\xb0\x65\xab\x37\x75\x86\x1e\x84\x9e\x1c\x0f\x1f\x1e\xdd\x39\xd0\x01\xe8\x24\xe7\xc0\x70\xa5\x31\x05\xc7\x20\x0e\x46\x8b\x2e\x7f\x47\x6c\xd6\x64\x00\xdc\x9b\x86\xfa\x03\x0d\xf5\xdc\xa4\x97\x25\x27\x75\x99\x18\x6b\x37\x8c\x1c\x22\x2e\xe0\x7d\x90\x11\xe7\x5c\x73\xe5\x42\xce\x08\x69\x7b\xfd\x63\xdc\x6e\x6a\x12\xc0\x72\xaa\xcd\x70\x52\x95\xc3\x5e\xf2\xbe\xc0\x1f\x91\x9d\x25\x10\xea\x18\x02\xd2\x76\x10\xef\xd3\x45\x54\xf8\x78\xf4\x8c\xb2\xce\xe1\x6b\x53\x6b\x38\x40\x0d\x52\x1c\x3f\x61\x41\xd5\x11\x37\x93\x39\x0f\x4c\x54\xf2\x6c\x2c\xc0\x9b\xa8\x9d\x2d\xee\xc1\x98\xae\x9b\xec\x38\xba\x89\xa5\x73\xae\xc8\xfb\xc4\x0c\x32\x02\xf0\x32\x62\x13\x8f\xbb\x08\x19\x1a\x16\xf7\x71\xfd\x40\xcc\xa7\x2e\x0f\xc1\xf8\x51\x94\x8c\x01\xfc\x0e\x6b\x39\x19\x7f\x2f\x1c\x6c\x07\xa8\x40\xa4\xe4\x58\x7a\xd9\xb4\xf3\x49\x5f\xa1\xb5\x63\xce\x46\x93\x38\x89\x89\xde\xc6\xa1\xe4\x74\xaf\x7f\x18\xf4\x1a\xbb\xb0\x28\x87\x59\x3a\x89\x56\x1c\xef\xe6\xc0\x89\x48\xe0\x2a\x0a\x6a\xf4\xcc\x4b\x65\xce\x7a\xdd\xad\xa8\x73\xd5\x71\x8b\x83\x7f\xc4\xaa\x49\xe6\xf1\x4f\xcd\x8d\x0d\x4b\xb1\x6c\x0d\x04\x3a\x44\x24\x51\xbc\x11\x7b\x36\x74\x64\x48\x94\x74\x62\x45\x22\xad\xe6\x48\x0b\x23\x38\x1b\x9f\x73\x3c\xe0\x1f\x5e\x37\xa0\xba\x5d\x9c\xe9\x28\x9e\x44\xeb\x7d\x67\x0e\x1c\x83\x20\x72\x08\x1d\x6d\xdf\x6b\x66\xf1\x51\x3f\x0b\xe5\x83\x8f\x82\x5f\x20\x2c\x19\xac\x73\x1f\xc2\x5e\x2f\x4f\xf6\xc1\x8e\xe0\x69\x3c\x86\xe3\x9e\x8e\x18\xcd\x25\xbc\x31\xdf\x4e\x3c\x1c\x65\x28\x13\xf1\xcb\xbe\x75\x92\x85\xe8\x5d\xb9\xc0\x0e\x4d\xbe\x45\x37\x86\xb4\x18\xe3\x3c\x51\x65\x8f\x08\x95\xbe\xe6\xce\x6c\x98\x2e\x8d\x5e\xaf\xeb\xbf\x4e\x74\xe5\x5e\xc9\x67\xee\x4d\x83\x34\x7a\x62\x86\xf2\xf6\xf3\x1b\x58\x16\x26\x72\x69\x0f\x5f\xde\xc0\x6d\xeb\x84\xbb\x56\xc0\xe3\x20\xae\x6a\xa0\xb8\xf7\xb1\x04\xd8\x52\x7a\x70\x55\xcc\xe9\x86\xc3\xc8\xa1\xce\xed\x5e\x5e\xb9\x41\x3f\x63\xc0\x8b\xe6\xa0\x6e\xd3\x63\x8e\xb5\xac\xa6\x43\x3d\x9c\x9e\xe6\x64\xdb\xde\xf3\x77\x18\x02\xce\x27\xa5\xc8\x65\x09\xea\xe6\x37\x1a\x00\x04\x44\x74\x93\x6e\x70\x9c\x76\x53\xa9\xec\xae\x7c\x69\xa7\x37\x6d\x68\x2e\x31\x16\x73\x05\x5b\x26\xf6\xb2\x12\x53\x3f\xb4\x36\x14\x03\xd9\x38\x4a\xd0\x3c\x68\xc7\xb1\x10\x7b\x77\x0d\xa8\xcb\x56\x83\x9d\x7f\x14\x10\x3f\x45\xaf\x9d\xc8\xc4\x0f\x86\xe3\x71\x8c\xf6\x62\x1e\xf1\x65\x15\xec\xaf\x31\x92\x44\xe3\x8e\x42\xfd\x33\xee\x0a\x42\xe5\x8d\xc3\xa4\x75\x43\x5a\x54\xa1\x68\x72\xe4\x79\x0c\x8d\x07\x11\x57\x28\x04\xeb\xaf\xa1\x50\x43\xd9\x1d\xbb\x62\x01\x86\x86\x24\x41\x80\x0a\x48\x85\xaf\xd8\x30\x14\xa6\x2d\x41\x4c\x57\x76\xcb\x48\x1e\x3f\x3a\x7f\xe2\xa3\x41\xa7\xe5\xa6\xdc\xd2\xad\xa2\x63\xca\x0c\x67\x16\x01\x7a\x3f\x68\x74\xff\x03\xee\x24\xac\x2b\xc2\xfc\x37\x56\x02\xc5\x42\xef\xcd\xa1\x5f\x70\xbc\x73\x22\x65\x38\x93\x64\xa8\xc8\xd3\x1d\x67\x25\xf8\xf5\xdf\x59\x2c\x7d\xa3\x4b\x5b\x1f\xe8\xa1\x75\x6b\xa6\x07\x4d\x42\x32\xf4\x84\x88\x14\x44\x97\x87\xb0\xf1\x78\x8f\x86\x15\xa7\x05\xc4\x07\xde\x3e\x33\xed\x89\x1b\x89\x81\x83\x85\xe5\x4c\x11\x42\xf5\x78\x48\xc4\xca\x3c\xbf\xc9\x0d\xf7\xf4\x94\xfc\x9d\x91\x82\x29\x65\xab\xbf\x35\xb7\x46\xfd\xcc\x39\x99\x07\x75\x96\x13\x7f\xd2\x11\x12\xa8\xa1\x52\xc8\x38\xe7\x56\xc8\xc0\x4c\x56\x57\xe8\xe9\xc4\x33\xe1\x82\x46\xa5\x67\x10\x0e\xf2\x00\x03\x2b\xea\xe5\xfa\x92\xb9\xe5\x38\x27\x88\x17\x5a\xd9\xd3\x9b\x3e\x18\xca\x07\x36\xe1\x4e\x3a\xd7\x6e\x18\xd6\x04\xb9\xc9\xca\xad\xbd\xda\xe4\xba\x88\x6e\x9e\x78\xe7\x22\x16\xe1\x40\x7f\x99\x6f\x71\x5c\x76\xd3\x16\x99\x4b\xcd\xc8\xe9\xa6\xae\x68\x56\xc6\x81\xaf\x3b\x15\xdf\xd1\x78\x8a\x4e\xd9\x79\xfd\xdf\x24\xd9\x8d\x9d\xaa\x42\x60\x01\x27\xc5\x47\x19\x40\x01\x4e\x99\xe3\x4a\xa2\xa0\xa9\x17\x0f\x8d\x24\x9a\x8d\x28\x7a\xad\xb3\x97\x40\xcb\x8b\xe7\x2e\x02\xc8\xab\xbf\x8c\x2b\xad\xca\xac\xf3\x01\x3b\x46\x72\x4a\x39\x2f\x2f\xac\x64\x8b\x0f\x15\x71\xe4\x9c\xcc\x69\x15\xb8\x2c\x94\x6a\x99\x89\x24\x75\x89\xd8\x1a\x04\x75\x01\xcd\x7a\xb9\x58\xdb\x2c\xe1\xda\xe9\xee\x6e\xd9\x2f\x3c\x10\xd2\x40\xda\xcd\x44\xc3\x59\x6f\x5f\xd0\x31\x14\x0c\x02\x87\x29\xc1\x1b\x3e\xde\x3a\x71\x36\xc4\xd2\xe8\x04\x82\x72\xf8\xe8\x1d\x07\x23\x11\x31\x10\x33\xdf\xec\xe1\x9e\x27\x06\xac\x81\x2c\x1b\x16\x70\x1b\x0d\xfa\x25\x16\x97\xaf\xfe\x42\x6b\xd2\xd4\x72\xb9\x83\xd4\x81\x3f\xae\x67\x66\x20\xd8\xe0\xdd\x1d\x4f\x2c\x70\xa9\x1e\x40\xb1\xab\x31\x88\xa2\x32\xac\xa6\x64\x99\xd6\x8e\x02\xa0\xe1\xc3\x24\x4a\x0f\xae\x1d\xf0\x2a\x22\x79\x49\xe2\x1b\x91\x9e\x01\x37\x3b\x61\xd9\x9e\xc3\xc1\xbb\x58\xfa\xe2\x57\x47\x1c\x00\xdb\x3a\xac\xf1\x7a\x20\x10\x85\x5c\xd7\xeb\x9f\xfa\x90\x5d\xde\x39\xff\x1f\x7f\x63\xfd\x72\x8e\x98\x99\x17\x4e\x1d\x2a\x5c\xa4\xd9\x77\x8d\x78\x98\xfe\xe9\xfc\xd1\xc3\xb3\xe4\x87\xf7\x0f\x87\xc3\xfb\xa8\xf4\x7e\x5b\x6d\x6d\x81\x09\xd0\xed\xfa\xdf\x1f\x7c\x73\x96\xe4\xcd\x7e\xfe\xde\xff\x7f\xf8\x5d\xaf\x0a\x4b\x7e\xc7\x41\xc9\x43\xd2\x10\x47\xd3\xbb\x53\x06\xc1\x75\x42\xf2\x22\xad\x2c\x52\xdd\x6d\xe8\x4f\xf0\x99\x28\x8d\x4d\x1f\xc5\x2f\xcc\x99\x3a\xa8\x93\xd3\x38\x03\x21\x74\x8e\x3b\x30\xac\x17\xd8\x36\x06\x22\xe9\x97\xd6\x45\x06\xf8\x93\x01\x7f\xe1\x70\xab\x21\x06\x16\x0f\xb5\x2c\xac\xf3\x12\x38\xdd\x94\x3f\x0e\xbb\x60\x8f\xb2\xb2\xd8\x76\x2e\xdd\x96\xef\x47\xa0\x06\xe5\x4e\xbf\x33\x6c\xcb\x39\x0f\x2c\xd0\x30\xdb\x9b\xf5\x0e\xe8\x84\x27\x1d\xcf\xeb\x39\xa0\x75\x19\xf8\xfb\x0f\x3a\x92\x98\x80\xd4\xfe\x78\xf8\xfd\xd7\x2d\x91\x95\x42\x03\xbc\xfa\xcb\x59\x92\xb2\x4e\x7a\xdf\xf7\x3c\x6e\x1c\x19\x13\x4c\x97\xea\x03\xad\xea\xf3\x72\xec\x77\x36\xb1\x2b\x74\x93\xf6\xe9\xe5\x88\x15\x08\xb6\x4d\xef\x5b\x5f\x2b\x79\x17\xdf\xdf\x1b\x92\xbd\xb1\x06\x48\xf2\x80\x68\x32\xe4\x6e\xf8\xbd\x8f\xb5\x00\x67\x82\x54\xb2\x24\xf9\x6b\xd9\xf5\xe7\x03\xdd\x6b\x17\x1e\x6d\x8f\xd7\x1c\x50\x77\x03\xd2\x8f\x91\x84\x7b\x30\x1f\x9e\x7e\x2d\xe7\x23\x3c\xe4\x88\xc6\x10\x0f\xe9\xb7\x51\xdd\x68\x94\x21\xf5\x31\x8c\x7a\x39\x64\x70\xdc\x40\x11\xe5\x15\x32\x07\xa9\xc0\x3d\xbf\xfe\x88\x6b\xab\x5a\x3f\x3b\x79\x93\x79\x2a\xfe\x1a\x0f\x50\x2c\x76\x44\x6e\x58\x8f\x3c\x99\x28\xfe\xc7\xdf\xe0\x41\xbf\x56\x2b\xb7\xe3\x20\xbe\xd7\x39\x9a\x10\x59\xce\xc1\xc0\x82\x08\x37\x27\x24\x06\x32\x82\xc4\x85\xe1\xe0\x3c\xc3\xa2\x38\xcb\xea\xf0\xee\x5f\x9a\x02\x19\xbc\xbf\xa6\x77\xeb\xfa\xc7\x70\xb7\xf6\xdb\xb2\x8b\x22\xcf\x1e\x32\xc8\xe6\x38\x31\xec\x80\x71\xed\x2b\x47\x11\xc7\x7c\x03\x33\xd5\xaf\xec\xc7\xb0\x6f\xc3\xfa\x39\xb3\x65\x14\xd3\x87\xac\xd1\xcc\x7a\x59\xc9\xb9\x66\x3a\x88\xce\x9e\x48\xf0\x48\x0d\x72\x0d\x01\xe7\xc6\x47\xc8\x95\x48\xb1\x1c\x1e\xb7\x0f\x5c\x13\xec\x19\xbb\xe0\xf6\x0b\x7c\xa8\x91\xc4\x24\xcf\x06\x27\x5e\x09\x42\x7c\xf5\x73\x0b\xa5\x0f\xa1\xd9\xd0\xd4\xea\x86\x41\xcc\x7c\x9d\xd7\xc6\x5f\x3b\x1c\xfb\xcd\x38\x15\x7f\x2d\xec\x6c\x18\x84\xed\x10\x36\x7f\x9d\xde\x3b\x3a\xc7\x30\xc8\xda\xc3\x3e\xa4\x5a\xd0\x61\x68\x0d\x13\x12\xfa\x72\xad\x6f\x9d\x38\x67\xc7\xec\x38\xb3\xae\x37\x83\x8e\x37\x88\xbe\x16\xcc\xec\x66\x1e\x28\x88\x5b\xd4\x8a\x0f\xc2\xf0\x42\xbd\x01\x07\x34\x35\xbb\x38\xfa\x5a\x30\x9f\x9b\xb9\xa1\x59\x96\x5f\x5c\xcc\x57\x55\x79\xa8\x11\xc0\xac\xad\x52\x76\xb5\xd3\x14\x93\x57\x48\x36\xfa\xfb\xaf\x70\xc8\x97\x8a\xb0\xb0\x26\x58\xaa\x10\x51\x23\x95\x4f\x62\xda\xb1\x90\x3f\xf2\x89\x6d\x59\xe3\xcc\x86\x5f\x39\x82\xc7\x26\x05\x51\xd3\x62\x9f\xee\xd3\x0b\xba\x54\xc3\x9c\x43\x95\x3a\xa8\x2f\xcb\xc3\x12\xff\xe2\xc0\x6c\x30\x6c\x47\x14\x2e\xc8\x4e\x1b\xf8\x19\xb3\xd1\x2f\x75\x10\x54\xae\xf7\x5b\x22\x90\x25\x33\x67\x9e\x11\x1a\xde\x4b\xb8\x79\x50\x19\x7d\x2d\x5a\xf6\x05\x31\x20\x52\xef\x39\xff\xda\x88\xb6\x19\xf1\x59\x36\x5a\x13\x43\xca\x69\xbb\xa7\xfd\x4e\xe6\x23\xbc\x06\x31\x4d\x02\xd9\x76\x12\xd4\xe4\x0b\xfc\x53\x5f\x98\x87\x85\xba\xf5\x70\x1b\xd1\x8f\x7a\x02\x84\x18\x3f\xfb\xea\xa1\xfc\x60\xef\x6a\x0e\xc2\x0c\x12\x97\x2e\x4b\xb3\xe5\x31\x67\xce\x67\x7b\x3e\xf2\xdd\x76\x05\xe2\x74\xcf\xff\x96\x58\xb9\x9a\x12\xd2\x57\xc8\x2a\x73\x41\xb4\xdc\x71\x43\xe7\xe7\xbe\x11\xcf\xe0\xda\x3c\x13\x95\xe8\x41\x53\x3f\xfb\x2a\xb4\x29\x38\xc6\x73\xfa\x93\xc3\x70\xd1\x7d\x67\x33\x3c\x31\xe7\xf1\xdf\x0c\x98\xb9\x60\xef\xfa\xad\x10\x20\x11\x96\xff\x4e\x4d\x28\x54\xc5\x07\x83\x45\x08\x1c\x2e\x9d\xd7\xbd\x07\x42\x4e\x04\x1e\x2c\xb4\x37\xec\x7b\x22\x17\x5a\x3b\xea\xcd\x75\xaf\xd4\x30\x33\x6b\x37\x48\x34\x1e\x4c\x3a\x68\x7c\xee\x89\x0e\x36\xa3\x25\xb0\x29\x58\xe2\x06\x10\x53\xbe\x99\x2e\xcf\xef\xbf\xa6\xa1\x24\xad\xdc\x25\x47\x1a\xa2\xe5\xbc\xe3\x67\xc0\xfa\x5e\x0e\xdd\xb2\x85\x57\x09\x68\x76\x23\x12\xe1\x15\xc5\x82\x33\xeb\x36\x28\x63\x52\xff\x1e\x07\xa9\xea\xab\x0f\xe2\xf1\xf4\x51\x0f\x3a\x34\xef\x73\x40\xb7\xbd\x55\x57\xe7\xf3\xf4\xb3\x18\x5d\x83\x87\xf9\x4e\xc3\x97\xc2\x7d\x1c\xbe\x0e\xee\xfb\xa1\xca\xd9\x0f\x93\x5d\x94\x02\x38\xe1\x9b\xf3\xb8\xcc\x18\x3f\xf8\x02\xf0\x1a\x20\x8b\xaf\xff\x0f\x09\x2b\x9d\x5b\xc8\x19\xc7\xe0\x15\x07\x38\x3c\x9c\x80\xb5\xa0\xbe\x6e\xc2\x3d\x42\x87\x44\x1d\x1e\x5d\x70\x06\x5a\xf5\xc1\xac\xbd\xa6\xca\xb8\xae\x44\x81\x49\xac\x14\x27\x26\x14\x21\xa1\xdd\xd4\xd4\x45\xc7\xba\x9f\x6d\x61\xfa\x69\xc5\xa6\x9b\x7e\x70\xec\x1c\x91\xc4\x9c\x30\x60\xc3\xc4\x9f\x68\xb2\x3d\x70\xc2\xda\x4d\x6e\x91\x33\x77\x8b\x2e\x13\x03\x97\xbb\x4e\x6a\xa0\x3a\xba\x84\x42\x02\xba\x5a\x5e\xa5\x37\x59\x2f\xb2\xe2\x1c\x5e\x95\xd7\xc8\xe5\xf4\x3e\x4c\xbe\x49\xa5\x8a\x63\x38\x92\x25\x81\x14\xae\x25\x8b\x3a\x4e\x3e\x40\xa3\x41\x3d\xed\xeb\xf2\xce\xde\xac\x8a\x19\xde\x86\xd8\x52\xce\xe1\x1e\xa1\x15\x94\x4a\xc0\x4d\x61\x52\x81\x48\x55\x4f\x2b\xf8\x79\xd0\x4d\x04\xe8\x39\x4f\x10\xf6\xf7\x81\x44\x95\x36\x68\xf6\x5d\x59\xad\x5f\xf4\xe9\x7e\xa2\x1c\xa8\x81\x9c\x99\x6b\xf8\xc8\xf9\xae\xda\x63\x7b\xfd\xa3\x4f\x7e\x33\xac\x1d\x06\x8a\xbb\xfe\xaf\x40\xcf\x85\x8b\x15\x17\xda\x0a\x84\xa1\xe2\x12\xc4\xa2\x37\xcd\xc1\x6a\x62\x7a\x4d\x46\xc9\xa4\x9c\xf2\x6d\xc8\x31\xe2\x08\x93\xbe\x1b\x06\xbc\x7d\xe9\x4d\xff\x9e\x87\x5c\x45\x39\xdb\xdb\x72\x4f\x97\xfa\x9b\x96\x93\xab\xe5\xc5\xcb\x1c\x1a\x2e\x22\xb0\x25\xa8\x02\x61\x3e\xa2\x23\x37\x25\x72\xd1\x71\x02\xa3\x7a\xf1\x5c\x72\x15\x75\x33\x4e\x7c\xa1\x42\xf9\x7a\xe1\x72\x98\xd0\x6a\xb4\x24\xca\xa9\x11\xa5\x70\xed\xc3\xbb\xa0\xcb\xd0\xac\xb4\xe3\x54\x48\xc0\xa4\xbc\x51\xbd\xe9\xba\x4f\x9e\x34\xcc\x83\xc6\x05\x13\xf5\xdc\xfe\x7e\xe6\xa3\x52\x4a\x74\x31\x24\x06\xf7\xe9\x0f\xbc\x54\xa3\x93\x48\x5f\x0c\xf3\x3e\x19\xd3\x21\xc9\xd4\xa5\x28\xbd\x9c\xf7\x03\x79\x9c\x42\x0c\x27\xe4\xa1\x3b\x5c\x0b\x4d\xcc\x59\xf8\xf9\xff\x51\x1a\x44\xb1\x94\x54\x02\x01\xc6\x20\x27\xf4\xef\x0c\x40\x34\x84\x2a\x4c\x41\x12\x7e\x0d\x06\x1d\x9d\x0e\xb1\x15\x42\xcb\xbf\x24\xc2\xd6\x74\x87\x83\x00\x5b\xff\x8c\x8d\xe8\x0d\xa9\x25\x42\x09\x6c\x98\x63\xc2\x7f\x9f\x4c\x36\xf1\xcf\x1a\x76\xc6\xd5\xa7\x12\x13\x84\x7b\xf0\x56\x7a\x5c\xb5\x19\xa5\xf6\x37\xe7\x99\x38\x63\xb5\x90\x4b\x2d\xa1\xc9\xd9\x39\xc3\x44\xee\x42\xfb\x83\x3d\xec\xa7\x31\x16\x32\x0c\xd2\x2a\xdc\x95\x44\x37\x13\x33\xbf\x29\x8d\xc6\xb4\x61\x48\x84\x3a\x86\x32\x87\x38\x7e\x28\xec\xba\x6f\xac\xae\x5b\xf0\x28\x48\x3b\xe4\x25\x2f\xa1\x4d\x06\x50\x19\xd2\x8d\xd3\x0b\x76\x83\x01\x08\xcb\xc2\x9d\xf5\x47\xa8\x98\x7f\xab\xb8\xa2\xc3\x39\x02\xcf\x8c\x82\x8b\x86\x18\x7b\xaa\x81\x90\x21\x71\x42\xa5\x1b\x56\x96\xbe\x96\x23\x0b\x94\x0b\x91\xb6\x31\x3f\x4b\xda\xaa\x25\xc8\x02\x08\x89\x9d\xe6\x50\x5c\x38\x8c\xbe\xd6\x6f\xd8\x81\x51\x5d\x04\x48\x33\xc5\xd7\x73\xfd\x7b\x99\xef\x97\x27\x22\x8a\x86\x69\xa9\xcc\xc7\xbe\xa1\x18\x58\xf8\x7c\x48\x76\x50\xe0\xb0\x63\x2d\x16\x25\xdd\x11\x5e\x2d\xae\x46\xc5\x29\x46\x17\x2e\xc6\xe7\xb0\xc0\xb5\x6d\x9d\x11\x47\x7e\x35\x98\xef\xb2\x2a\xe9\xa0\xbe\x2d\xb7\xc1\x84\x26\x02\x00\xc4\x8d\x08\x53\x63\x21\x76\xe3\xbf\x8b\xe2\x5c\xad\x02\xdc\x47\x22\x09\x5e\xc2\x63\xa1\x15\xe7\x26\xfd\xaa\x4f\x62\x70\x32\x6a\xc9\xa0\xbb\xc3\x8a\xfb\x3b\xf5\xc7\xc3\x06\xc8\xe6\xec\xde\x4f\x8e\x9a\x3c\x93\xf7\x73\x8e\xf4\x53\x3e\xf7\x94\x7e\x8b\x87\x96\x6f\x20\x6c\x34\x18\x36\x4b\x38\x35\x4a\xb4\x4a\x8d\xc6\x95\x7c\xcc\xc2\xe0\xed\xe8\xad\x0f\x24\x22\xf3\xc1\x71\x83\x86\xa3\xcc\x6a\xbc\x3b\x9f\x09\x36\x78\xa4\xe7\x3a\x00\x93\xf1\x13\xd3\x60\x9f\xa1\x76\xa2\xd2\x9b\x4c\x43\xd6\x20\x02\xf7\xdc\x65\x66\x66\xd5\xbc\x0b\x5d\x3c\x08\x27\x28\xc3\x48\x72\x7d\x9d\xcb\xd3\xa1\xf5\xa4\x99\xa8\xf5\x66\x7b\xe2\x86\xc7\xc3\xbc\xd2\xa4\x97\xa3\x0d\x39\x93\x6c\xa1\xe0\xcd\x0f\x3a\x57\xa6\x7b\x27\x6d\xbf\x64\x26\x2e\x3c\x5e\x34\xba\xb3\x9b\x0b\xb6\x6f\xea\x3d\x95\x12\x06\xed\x7a\x44\x44\x84\xb0\x6e\x55\x89\x81\x78\xe2\xac\xbc\xf5\x47\xf4\xe6\x78\x22\xd7\x3e\x5c\x0b\x6c\xed\xd0\x26\x35\xc4\x2a\x11\x46\x91\x99\x3a\x32\xf0\x5e\x4f\x06\xc6\x34\xda\x9b\x3e\xd4\x52\xd7\x85\xcc\x66\xf2\x50\xde\x9a\x60\x13\xfd\x49\x67\x5c\xc3\x19\x86\xc8\xf5\xf4\xf7\x72\x30\x7c\xd0\x65\x8f\xef\x85\x27\xba\xa1\xe6\xf8\x00\x47\xee\x3d\x9d\xe0\xf7\x1b\xfd\xd1\x92\x3f\x05\x28\x83\x37\x47\xd4\xbb\x2d\x5b\xf2\x82\x1f\x0d\x0e\xce\x45\x20\x9a\xbe\x05\xe1\xec\xbc\x85\x54\x34\xb9\x13\xbe\x6c\xf3\x10\x67\x0c\x41\x2a\x5a\x22\x6d\xa3\x9d\x82\x24\xc5\x3d\x1e\x14\x3e\x9e\x58\xd1\x49\x14\x13\x06\x81\x76\x1b\x1e\x63\x99\x7f\x6a\x4e\x82\x88\xde\x66\x4a\x11\xbe\x89\xe3\xd9\x0e\xe7\x25\xb8\xe4\xcd\xe7\xe5\x2f\x10\x5f\xc6\x37\x9e\xd4\x59\x84\x84\x3c\x8a\x99\x40\x2d\xaf\x9f\xf2\xa9\x4c\x86\x43\x20\x57\x93\x2f\xe6\x0d\x43\x93\xaf\x20\x66\x62\x24\x55\x9e\xcf\x87\xb7\xce\x8f\xe4\x74\x25\xb1\x7d\x61\x3c\x9c\x9a\xaa\x49\xc8\x66\x7e\x76\xfb\xde\x0a\x7a\x9b\xc1\xbf\x43\x5d\xc5\x15\xbe\x9d\x4a\x40\xb9\x27\x4e\x58\x03\x76\x8b\xf1\xd8\x59\x94\x43\x12\xb1\xd4\xd9\x2e\x14\x32\x0a\x61\x28\x91\x9d\x90\x4f\xf0\xc5\x0c\x29\xa5\x57\xa5\x41\x7e\xaf\x76\xbb\xcf\x1b\xce\xdf\x5a\x07\x2a\xe7\xb4\x9b\x39\xac\xa6\xfc\x4b\x90\x5e\xf0\x74\x76\xc8\xb6\xb9\x44\x18\x35\xe5\x4f\xc2\x4c\xa4\x8c\xcc\x98\x30\x5d\xc3\x53\x84\xfe\xb4\x6c\x8b\x3c\x53\x83\x58\x24\x1a\xf3\xb6\x5c\x46\x3d\x7e\xa0\x8f\xda\x95\x05\x86\x5a\x3c\x90\xbf\x22\x0d\x9b\x05\xfe\x9d\x8f\xc5\xaf\xd3\x48\xc6\x13\xfe\xe4\xfc\xf9\x66\x4d\xd9\x98\xed\xe2\x11\xcb\x22\xed\xee\x63\x38\xc6\xf7\x6b\x67\xc1\x34\xed\x17\x51\x6f\xe7\x5e\x10\x1e\x14\xb3\xf5\x88\xe3\xde\xc4\x90\x24\x6c\xcc\x33\x64\x79\x7a\x0b\xd7\x42\x16\x6d\xf2\x14\x8d\xf7\x57\x9a\x18\x4a\x5c\x36\x3f\x33\x1c\x6a\x89\x85\xdf\x9c\x31\x56\xd3\x4b\x27\x9f\xac\x58\xbe\xbb\xfa\x74\xe0\x23\x7d\x16\x94\x44\x46\x7d\xfd\x67\x4d\x36\xe4\x0d\x7e\x91\xeb\xbb\x2f\x8d\x6e\x49\xd4\x5b\x10\x41\x3b\x6e\xb2\xef\xb3\x75\x86\x9f\xcd\x66\x30\x30\x6b\x28\x07\xbd\xf6\xce\x5f\xd1\x14\x59\x53\xd9\x10\x4c\xc4\x5f\xa7\x93\xb0\x8c\x67\x39\x5c\xb2\x38\xe6\x0c\x06\x81\x8c\xee\xfa\xa7\xf0\x0b\x02\x25\x17\x89\x08\xc1\xeb\xa8\xaa\x37\xf7\x88\xe6\x23\x0e\x33\xea\x0f\x1d\xcf\x43\xc2\x88\x86\x5f\x8e\x06\xc3\x25\x13\xfd\xe8\x95\x1f\x7e\x95\xfa\x81\xa7\x69\x1e\x17\x0b\x25\xec\x48\xa7\x09\x70\x0c\xe5\x3e\xce\xb5\x63\xb2\x5e\x7d\xc8\x5d\xa8\x63\x25\xaf\xa7\x6a\x55\x2d\xdd\x54\xf0\x54\xe5\x2e\x28\x47\x70\x03\x44\xd5\xe0\xf4\x35\x25\x87\x0f\x17\xc2\x83\x03\x54\x3b\xe5\x1b\x5b\x1c\x76\xc9\x23\x64\xdf\xbf\xb1\x71\x60\x87\xeb\x53\x21\x9c\xea\x68\x52\xca\x10\x38\x70\xf4\xe3\xe8\xdb\x4f\xc4\x2e\x0c\x20\x4c\xcf\xeb\xd6\xce\x0a\x20\x1c\x4d\x8c\xba\x7c\xa6\x8c\x37\xe8\x65\x7a\xd6\x51\x3f\x13\x2e\x26\x11\x8d\x31\x1a\x86\x5f\x18\xbc\x35\xf9\x4b\x3b\x9e\x26\x17\x44\xc1\xe2\xe1\x3f\x79\x73\x27\x53\xe9\xb3\xdc\x64\xca\xd7\xf5\x3d\x31\x43\x7e\xdc\x8b\xb5\x3c\x68\xa3\x19\x56\x76\x53\x56\x59\x37\x44\x28\xfa\x2a\x09\x01\xc7\x67\xc7\x12\x64\x98\xaf\xdc\x3c\xc0\xc4\x1e\xbf\xf5\x10\x67\x6f\x0e\x32\xeb\xbc\x59\xae\xd3\x68\x6d\xd7\x7f\xdd\x21\xe0\x42\x72\x3c\xb9\xeb\x61\xa3\xc9\xf9\x06\x64\x85\xd1\xcc\x7a\x98\x0c\x82\xfd\xa0\x6f\x31\x19\x9c\x84\x0a\xe4\x8e\x2c\x52\x88\x1f\x91\x2b\x8f\x8d\x16\xe4\xbe\x9a\xac\xbd\x72\x86\x0f\xde\xfd\x05\x59\x51\xa0\x45\x49\xde\x99\x53\xed\x0f\x24\x42\x73\x7e\xb4\xac\xe1\xaf\xdf\x49\xde\x85\x1a\xc7\x7c\xec\xdb\x95\xf4\xcc\xc8\xfb\x32\xf2\x5f\x79\xef\xc6\x49\xf4\x30\xa5\x93\x51\x0f\xb1\xf1\x23\x13\xae\x58\xb2\x8b\x27\x75\xbb\xa1\xb6\xf0\x63\x9b\x1c\x22\x30\xf6\x91\xfe\x59\xe9\x23\x87\x29\x65\x62\x8c\x19\x13\x76\xef\xf6\x39\x22\x60\x10\xce\x32\x44\x9a\x90\x8b\xdf\x2f\xca\x0a\xde\x9b\x4d\x4f\x5e\xe4\x27\x56\x19\x4e\x61\xe2\x40\x5f\x37\x97\x29\x68\xdb\xcb\x42\x58\x04\x1a\x8e\x89\x1c\x1f\x83\x2b\xf5\xd8\x47\xc1\x2c\xd8\x3d\x5f\x6c\xa2\xa6\xc0\xc9\x03\x7d\x7d\xe3\xbd\x9a\x1a\xe5\x66\x38\xbd\xa9\xe3\xe8\x36\xe9\x4c\x8f\x92\xa4\x44\x7d\x93\xc3\x44\x8f\x01\x8d\x03\x51\x7c\x45\x7b\xdb\xe4\x30\x5f\xe4\x3f\x2e\x9b\x42\xf8\x38\x68\xae\xdd\x35\x11\x73\x2d\xb1\xbe\x36\xc8\x1d\xfb\x85\xfb\x56\x4f\x34\x20\xb6\x96\x88\xeb\x65\xcb\x91\x34\xfa\x36\x20\x94\xd8\x24\x84\x75\x40\x69\xf8\x14\x32\xf9\xe7\xda\x41\xc2\x9f\xb2\xce\xe7\x1e\xad\x0d\xbc\x47\x23\xa9\xed\xd5\xae\xc1\xf8\x84\x43\x41\x0f\xda\xb6\x5c\x35\xb4\x01\xc8\x60\xee\x72\x12\xb5\xb4\xa9\x1b\x64\x4c\xe8\xeb\xee\x4b\x4e\x9f\xb2\xdc\x12\xc0\xb4\xfb\x25\x96\x0f\x01\x80\xa9\x93\x72\x03\x6d\xf0\x96\x75\x2a\x07\x6a\x86\x38\xf8\x9b\x18\xc5\x0c\x26\x19\xb6\x36\x48\x2b\x01\x19\xf6\xc4\x0a\xb5\x19\xc2\x79\x86\x4d\x60\x68\xc5\xd9\xff\xcd\x54\x23\xb7\xa1\x97\xd6\xec\x4f\x6e\x67\xdd\x94\x75\x48\xc1\x72\xe5\x93\xdb\x81\x60\xa5\xc4\x5d\x4f\xec\x4a\xd8\x2e\xcf\xe0\xbe\x3a\x68\xb3\xb2\x47\xf6\x94\x3e\xd9\x88\x0d\xaa\x98\x37\x09\x8f\xf9\xc6\x09\xaa\x42\x73\x3c\x41\x68\x6d\x60\x75\x32\x1a\xac\x5c\x5d\xd9\x94\xe8\x86\xaf\xb6\x22\xec\x85\xe4\x4b\xe2\xb8\x21\x25\x08\x35\xe6\x1c\x5c\xbe\xcd\xaa\x2c\x1b\x5c\x9d\x3d\x18\x00\xb6\xda\xe5\x80\x30\xe1\xde\x25\xbe\x4e\xcc\x07\x50\xed\x1b\xb6\x11\x0d\x27\x76\x71\x87\xbc\x29\x4b\x84\x6a\x4d\x9b\x96\x10\xd9\x68\xc0\xaa\x25\x82\xb2\x4a\x1e\x9c\xef\x61\xc6\x73\xba\x9d\x1f\xf3\xa9\x0c\xd2\xb7\xed\xc6\x8d\x53\x93\x5e\xda\x37\x19\xf5\x1e\x2a\xde\xd8\xf2\xc6\x71\x87\xcd\x25\xf5\x39\x50\xd9\xaa\x4d\x37\xb6\x41\xe8\x82\xcb\x25\x5b\xcc\x8c\x3a\x82\xf1\x07\x1e\x23\x83\xc4\xcc\x47\xe6\x63\x8c\xe6\x4e\x97\x7c\x45\xe1\x3b\x9e\xd2\xd6\x37\x86\xcd\xa9\x7c\x3f\xee\xc4\x75\xd7\x39\xd6\xa4\x0b\xb1\xc4\xde\x0a\xf7\x42\xb2\x99\x18\xdc\x6a\xa9\xbc\x9f\x5e\x56\x10\xd1\x7d\x6f\x05\x2d\xad\x75\x6b\xd4\xab\x6b\x03\x7e\xb6\xef\x0b\x91\xa7\x85\xac\x20\xce\x8b\xa3\xd4\xaa\xd1\x56\x6f\x90\x6a\xe3\xd1\x99\xc3\xa5\x16\x8c\x60\x05\xb3\x64\x2e\x7b\xa6\x98\x27\x78\x9f\xaa\xa8\x9d\xe0\x41\xd7\xf0\xbc\x45\x1e\x68\x8e\x2d\xc1\xb6\x2d\x07\x24\x7f\xa1\xc7\x55\x82\x76\x8c\x96\xec\x1b\xef\x0d\xee\xe1\x5b\xb6\x76\x53\x96\xc6\xbd\xc9\xad\x6f\x65\xa7\x5a\xe9\x54\xfb\xeb\xa8\x2b\x23\x6a\x8d\xea\x89\xb4\x42\x7c\xe1\x34\x4b\x26\x01\xae\xdd\xd2\x3d\xa2\xff\x43\xdf\x2b\x49\x32\x39\x05\x2f\x27\x05\x8e\x33\xe0\x4b\x73\x4e\x23\xaf\xaa\x31\x24\x70\xff\xfd\xd7\xeb\xdf\x24\x95\x8a\x64\x00\xd4\x5a\x9e\xd7\xd2\x0f\x8e\x49\xc8\xc4\x0c\x9b\x75\x87\xae\x08\xc2\x15\x49\x08\xa7\x5f\xe4\xbd\x0f\x45\x24\xf2\x5d\xa3\xd4\x7b\xb3\x72\xd7\x03\x9b\xc5\x57\x76\x0d\xe9\x8f\x04\x1e\xb8\xe8\x16\xcf\x44\x18\x76\x35\x70\x77\x83\xe4\x8b\xa3\x37\xf3\xdb\x90\x95\xa7\xd6\x18\xd8\x7d\xba\x44\x85\xa1\xb1\x67\x6c\x5b\xe2\x22\xa9\xcf\xb5\x83\x30\x5e\xb1\x2e\x92\xb9\x39\x31\x6c\xbc\xfe\xbf\xd5\x8e\x2c\x69\x03\x51\x0f\x5f\x3a\xa9\xcc\x79\x8e\x44\x4f\x5d\xd8\xb0\x03\x66\xc9\x43\x46\x56\x52\xb9\x73\xce\xaf\xa1\xd4\x48\x9a\xf9\x1c\xee\x3e\x65\x9d\xf8\xda\xb8\x7c\x33\x66\xa5\x81\x74\x0e\xb9\x38\x02\xf9\x14\xf2\x6e\x2d\x4a\xf4\x09\x6e\xb0\x01\x85\x8b\xdf\x31\x37\x77\x93\x9a\xb8\xdf\x18\x0f\x3e\x2e\x6c\x5e\x00\x37\x3b\xf3\x83\x26\xeb\x71\xd9\xc5\x1e\xb8\xf4\x61\x08\x88\x94\x1e\x57\x43\x26\xef\x44\x3b\x91\xb1\xbe\x2b\xf9\xda\xdf\xff\x50\x16\xda\x4a\xfc\xd0\xf5\xb6\x5c\x61\x67\xe9\xea\x73\x8a\xb2\xf6\x3d\xed\x25\xaf\x97\x3d\x9c\xfa\xfc\x8f\x6c\xbc\xa0\xdc\x6b\x50\x91\xa1\xd6\x57\xda\x99\x1b\x22\x71\xb8\x23\x84\xb1\x04\x3c\x8c\x98\x82\xee\xdb\xba\xe0\x31\x61\x07\xb0\xc9\x05\x50\xf1\x0f\xe7\xdf\xf5\x85\x13\x39\x6a\x57\x92\x44\x4b\xd2\x62\x9d\x9c\x0a\x42\x8a\x70\xbd\xf6\x54\xa2\xad\xc9\x83\x8e\x3c\x0f\xf6\xc1\x61\x6b\xed\x69\x55\x7e\x19\x9d\x66\xdd\xe4\xc4\x35\xd0\xd5\x12\x81\x6c\x98\xf4\x93\x37\x35\x33\x5b\x78\x7a\xc5\xd1\x3f\xe2\x38\x0a\x08\xe7\x88\x88\xe8\xc2\x97\xb2\xd3\x20\x3c\x48\x38\xd4\x8c\x41\x78\xc4\x79\x34\x16\x82\xf5\xc0\x82\x29\x1c\x4a\x46\x71\x9b\x1c\xa8\xa3\xcb\x58\x09\xd5\x0f\x06\x83\x04\x68\x51\x39\x01\x93\x37\x70\xd4\xf1\xe7\xe1\x06\x44\x26\xcf\x3c\xda\x6b\x6c\xcf\x20\x1f\x16\x8f\xe7\xd7\xa1\xe0\xc0\x24\xe2\x67\x69\x15\x20\x55\xfe\x3d\xb0\xa4\xe2\x6f\x13\x1a\xb4\x99\x48\x9e\x19\xab\xbe\x76\xd4\x51\x3e\xd2\x49\xcd\xb8\x14\x04\xf3\x91\x0f\x23\xcd\xbc\x7c\x96\xb4\x83\x71\xd6\xc1\xf4\x52\x0b\x39\x83\x47\x98\x78\x50\x3e\x0f\x33\x4f\xb1\x90\x5c\xb1\xe0\xeb\xd6\x30\xc0\xaa\x76\xa7\x8d\x11\x36\xb6\x57\xbe\xf7\xe6\xbc\xae\xb8\x5f\x8e\x7c\xf0\x99\x59\xe4\xa7\x2d\x40\x49\x65\x2e\x26\x15\xf1\x78\x5a\x70\xc2\x28\x2e\x98\xb1\xf7\x88\x19\x21\xfc\xa0\x52\x80\xd6\x4f\x54\x8b\x3d\x57\xe4\x1b\x3c\xb6\x17\x5f\xd2\xff\xf4\x37\x6e\x3a\xa2\xaa\xbb\xdf\x2c\x4c\xcc\x0a\x62\x55\x8a\x2c\xb9\xff\x30\xfc\xea\xde\x86\xc5\x97\xa6\x06\xc4\xa2\xca\x54\xb9\x7b\x3b\x1e\x81\xfa\xb0\x6c\xcf\x6f\x3f\x86\xbf\xc9\xa5\xb4\xd3\xd0\x1f\x47\x8b\x20\x1c\x1d\xfb\xaf\x1e\x70\xdf\x88\x68\xcf\x89\x75\x80\xc7\x27\x67\x4e\xb6\x9b\x1a\x8e\x2a\x0f\x39\xbc\x1d\xe2\x8d\x74\x6a\x4d\xc7\x94\x4a\x5d\x6e\x4a\x20\xae\x63\x77\x20\xf4\x73\xc5\x66\x51\x7d\x1e\x6b\xdd\x69\xd0\x2e\x1c\xe9\x9d\x55\x01\xd4\xe8\xd8\x6e\xf2\x43\xb0\x45\x5c\x83\x96\x7b\xff\x61\xfc\xb0\xeb\x3e\x37\x4d\x95\xaf\xda\xc6\xf6\xfe\x82\x77\x9b\xaa\xa3\x2f\x13\x71\xcb\x4e\xb6\x89\x34\x5d\xcf\x83\xe7\x34\x7c\x64\x7a\xff\x55\xe7\xb1\xe2\x8c\xa2\xfd\x9b\x3d\x1f\x8d\x10\xcd\x28\x17\xa5\xce\xa8\x52\xdd\x8e\x67\x9e\xd7\x13\xf3\x25\x60\xd9\xfa\x5a\xf6\x7d\xfc\x1c\xd6\xa9\xc1\x27\x72\x12\xf6\xc7\xa5\x18\x78\x1b\xa9\x8f\x98\xa4\x4c\x04\x6e\x58\x54\x94\xc4\xe0\x23\xc1\x3e\x25\xce\xe7\xe4\x9e\xb1\xc6\x33\xaa\x35\x78\x11\xa5\xde\x0e\xef\xe8\xb2\x36\x8b\x07\x75\x72\x37\x4b\xce\xef\xea\xf7\x7a\xd7\xec\x25\xf9\xe6\xf0\xd2\xf0\x93\x76\xfe\xe0\xc9\xe3\xa0\x26\x5f\x81\x73\x96\x98\x0c\x8b\xfc\x6d\x08\x0b\x5c\x9c\x09\xb9\x4e\x30\x48\x11\xab\x44\x68\x60\xe9\x66\x75\xd3\xd5\xa6\x29\x28\x1f\xb1\xb7\x5c\xc3\xe0\x37\x3d\x8a\x46\x98\xba\x81\x97\x2d\x0c\x2b\xf8\x87\x98\x66\x16\xa5\x0b\x64\xa6\xc2\x13\xa1\xe2\xd3\xbc\x80\xf2\x24\x79\xe7\xec\x9d\x79\x84\x6b\x96\x0d\x72\xaf\x69\x08\xbc\xfa\xd8\x5d\xa8\x1e\x2f\x79\xf2\xcd\xb9\x5b\xe4\x26\xdf\xa3\xda\x12\xde\x79\x44\xf5\x3e\x26\x3a\x97\xfd\xf8\x2a\x4d\x7b\x81\x90\x79\x55\xd9\xd0\xe5\x82\x31\x6a\xdf\x70\x0f\xc5\xbf\xad\x5e\x22\xe8\x68\x88\x79\xc4\xb1\x3c\x79\x7c\xf7\x41\x3c\x15\x0e\x53\xee\x68\x6c\x3f\xa9\x20\xea\x39\x3d\x9a\x3d\x65\xfd\xea\x17\x87\x43\xf3\x3d\x64\x69\xf4\x56\x8b\x37\xbd\xf6\x19\x44\x4d\xee\xad\x36\x4e\x62\xc7\x90\x26\x1b\x00\x43\x60\xec\x6d\x1c\x63\x61\x7b\x7c\x3f\x25\xe4\x67\xdf\xac\x52\xde\x80\xe1\x53\xc1\x34\xfe\x3c\xc2\xeb\x53\xc6\x9d\x23\x88\xf4\xa2\xbf\xd8\xac\x33\x92\xf9\x85\x9d\x4e\x9b\xad\x9c\xc4\xfb\x83\x90\x5b\xc3\x3d\x88\xaa\x2d\xe5\xc5\x19\xda\x22\x8e\xf8\x83\x71\x1b\xe7\x15\x31\xbd\xc5\x11\x21\x73\x83\x31\xa2\xc2\x25\x93\x63\xb9\x7a\xf5\xc1\xd6\x01\xce\x5a\xf4\xf4\x52\x31\xe2\x8a\x6e\xfa\x08\xde\x07\x22\xb3\x7e\x26\x26\x12\x01\x09\x2a\x4e\xe0\xc8\xae\x50\xc2\xdf\x16\x22\x4f\xaa\x40\xb4\x0e\xe2\x5f\x27\xb2\x1f\x9e\x1c\x74\x91\x07\x47\x3a\x60\x17\xed\xc0\x75\xae\xc1\x4e\x13\x7a\x95\xc7\xc8\x78\x44\xd6\x3d\x3d\x09\x70\x53\xaa\x2b\xce\xd2\x09\x41\xba\x93\xeb\x4e\x28\xef\xbd\x74\x57\x6b\x9a\xfd\x3e\xbc\x82\x3e\xe1\x7e\x58\xfe\x12\x97\x4e\x1c\x13\x26\xcb\x63\xb7\xf6\x51\x95\x98\x72\xd0\x8f\xe5\xc5\xc5\x36\x2f\x2c\x52\xe5\x10\x75\x42\x68\x3f\xd1\x2f\xbe\x55\x5e\xf3\xdd\x87\x74\x99\x25\xb4\x6b\x78\x82\xc9\xcd\xf7\xfe\x49\x52\xe8\x3b\xad\x5a\x3e\xf3\x38\xc0\x4e\x2b\x8a\x52\xe6\x2c\x0f\x5d\x58\xb5\x1f\xdb\x19\xa8\x06\x26\x0f\x42\xb2\x56\x65\xd9\x0c\x93\xfe\xc6\xfc\x8b\xdb\x71\x58\x0b\xa4\x4b\xc9\x1f\x3a\xd1\xc8\xe5\x00\x67\xff\x3d\x51\xc3\xb8\xa6\xb4\xb4\xd7\xb7\x73\x4b\xf6\xd3\xab\xd3\x2a\xdf\x07\x61\x0b\xea\x4d\xd5\xed\x9b\xb6\x9f\x3d\xd2\x8a\xe8\xe5\x1a\xed\x49\xa6\xfe\xe6\xa5\x87\x75\x89\x82\xc7\x8f\x42\xf9\x43\xd7\x03\x52\x7d\x39\x09\x45\xe7\xe7\x5f\x86\x55\x1c\x79\x7a\x57\x39\xd5\xa0\x08\x03\x35\xcb\x55\x4b\x0f\x31\xdd\x48\x01\x4c\xa7\xbc\x56\x60\xec\x23\xde\x86\x0d\x27\xc1\x06\x05\x3d\x95\x19\x7c\xdc\xb2\xf5\x4d\x5f\x86\x08\x8b\xf4\x9a\xa4\x97\x6d\x58\x6b\x6a\x87\x35\x2f\x73\x9b\x48\xd4\x15\x10\x7e\x61\x13\x78\x98\x72\x10\x9a\x61\x33\xf1\x7a\x95\x70\x36\xe3\x36\x6b\x4c\x26\x6e\x41\x9f\xac\x50\x20\xc9\xbb\xef\x50\xb5\xf7\xa5\xda\x3b\xef\x85\x4d\x41\xa8\xec\xda\x9d\xb8\xff\xe6\x47\x2b\x49\x4b\xa2\x8c\x25\x5c\x45\x72\x9a\x67\x78\x30\x85\xd2\x93\xf9\xdc\xd4\x55\xbd\x78\xe0\x5a\x72\xce\xaf\xdc\x54\xea\x55\xdc\x9f\x77\xb6\x9a\x3c\x6e\xce\x10\x24\x22\xd6\xa0\xa6\xe7\x51\xfa\x4f\x3d\x47\xd0\x7f\x0b\x78\x9b\xfe\xe3\x10\x24\x83\xa2\xba\xde\x06\x57\xf3\xfc\xfc\x9b\x89\x32\x47\x10\xbd\xab\xbe\xe8\x5b\x93\xdc\x06\xd5\xbf\x26\x2c\x74\xfb\xbd\xa0\x41\x7c\x06\x83\x02\xdf\x0b\xb7\xaf\xff\xbc\xcd\x1b\xfb\xd1\xed\x24\x4f\x6e\x37\x79\xb6\xea\xfb\x71\xb4\xca\xd4\xd6\x28\xd1\xd2\xdf\x3b\x95\x04\x5a\x90\xbc\x3e\x32\xac\xe4\x71\xbf\x1a\x44\xf9\x54\xba\x78\x88\xf1\x3c\xa1\xe3\xf0\x5d\x44\xdb\xb8\x39\xc1\x99\x57\xaa\xaa\x55\x88\xc6\x7a\x87\xa3\xb0\xc8\x4d\x8e\x5d\x4a\xb4\x79\x28\x73\xec\x67\x29\xd9\xe1\x5c\xb6\x38\x71\x1a\xd6\x39\xae\xa8\x19\xb4\xe2\xfa\x3c\x75\x3b\xd7\x8a\x57\xa4\x12\xce\xd8\xf6\x6b\x7a\x21\x03\x18\xf6\xcb\xa9\xa7\x80\x19\x3e\xe0\x02\x94\xed\x00\x96\x95\x08\x4c\xcd\x9e\x58\x79\xe3\xc9\xbf\x7b\xf2\xdb\x3f\x44\x12\x50\x03\x0e\xb3\xcb\x2d\x1b\x6a\x3c\x33\xd7\xbf\xa9\x1f\xc0\xa6\xcc\x80\x44\x99\x4a\x33\x69\x77\x15\x02\x32\x1c\x92\x9a\x9e\xdf\x0c\x3a\x60\x71\x3d\x2b\x4e\x20\x94\xce\x10\x3e\x94\xaa\xaa\xcc\x93\xf9\x4f\x3f\xba\x0b\xca\x33\x05\x21\x3e\xb8\x95\xd6\xfd\x73\x6b\x5b\x1a\xc2\x16\x6b\x02\xcd\xfb\x7a\x83\x79\x92\x1c\xb2\xca\xef\xa2\x84\xbd\x60\xa9\x3a\x3d\x73\x8b\x6f\x20\x2e\x64\x01\x7e\xdb\xc7\x05\xf1\xd0\xf0\xf6\xa4\x78\x70\xa8\x27\x48\x85\x7d\x99\x1e\x9b\x6e\x50\xf1\x04\xaa\xd7\x52\x77\xf4\x74\xb1\xca\xfe\xc0\xbf\xfc\xfc\x9b\x47\x83\x8a\x63\xa4\xa0\x05\x23\x0c\xa2\xdf\x4f\x21\x0c\x96\xbf\x33\x82\x66\x96\xd3\xc5\x21\xe3\xeb\xa7\xd8\xd9\x2f\xc1\x57\x5b\x6a\xe2\xfd\x87\xb9\x6d\x39\x4e\x2a\x71\xf3\xaa\xbd\x39\xb8\x2c\xd9\x84\x53\xa5\x93\x4c\xa4\xef\x9c\x89\x7f\xd4\x51\xcd\x9e\xc3\x12\xd3\xac\x6f\x8b\x88\x57\xdc\xd6\xc7\xa8\xd4\x01\x8c\xeb\x6d\xee\x09\x21\x7e\xa1\xa7\xb6\x5f\x4c\xb4\xa2\x6a\x27\x36\x5f\x54\x77\x53\x7d\x70\x49\x5c\xcd\x64\x74\x71\x90\xa7\x52\xfe\x4e\x55\x61\xa5\xf8\x4b\xb3\x5d\x7c\x85\x7f\xb0\xc7\xa1\xd7\xe1\xee\xcb\x4c\x72\x42\xd9\xab\xd1\xf0\x40\x3e\x41\x88\xff\xa3\x6f\x05\xeb\x7e\xd7\xee\xd5\xcf\xfd\xd1\x89\x49\xf2\x34\x99\x5a\xf7\xe8\xca\x55\x24\x08\x7e\x99\x67\x2e\x5e\xce\x21\x1d\x54\x73\xc5\x93\x1d\x4a\xfc\xb6\xd4\xc3\x42\x0a\xd7\xa4\x88\xfd\xa4\x6b\x4e\x68\x37\x3d\x6e\x86\x98\x07\xf8\x41\xaa\x7b\xe4\x33\xae\xbb\x4e\xfd\xb6\x89\xce\xae\xdf\xbb\xc0\xa6\xc8\x0c\x97\xb4\xcd\x2f\x6c\xa0\x1c\x54\x6c\x13\x2d\xeb\xb2\x69\xf6\x75\x18\xb5\x09\xc1\x17\xcf\x07\xeb\x98\xee\x67\x3c\xcd\x7d\xce\xda\x5d\xb7\x45\xa1\xd3\xe0\xaa\x62\x46\x79\x58\x53\x1f\x3f\x16\x72\xe4\xf5\xa8\x9a\xbb\xf1\xeb\x4a\x3c\xfa\xfa\x5b\xff\x85\x7e\x31\x21\xa1\x3b\x79\x34\x43\xda\x16\x15\x7b\x0a\xa0\x2f\x76\x96\xc5\xf3\xb4\xa2\x87\xee\xb9\x11\xcf\x6e\xfc\xf0\x25\x01\x5e\x71\x9f\x6a\x82\xce\xac\x25\x8e\xf4\x4b\x24\x4a\x2d\x20\x2c\xd9\xf5\xf5\xa3\x5c\xc2\x8c\x5e\x7d\xd9\x38\x03\x71\x5c\x6e\x7f\xb0\x69\x1b\x1b\x7e\x48\xe2\x3c\x9c\x73\xdf\x49\xe9\x74\x56\xf4\xb7\xf3\xdf\x83\x9c\x56\x6e\x9e\xa0\x94\xa5\x1b\x7a\x09\x81\x7c\x71\x75\xcc\xe4\x70\xc3\xd1\x9c\x4d\xb6\xb3\x71\xd6\x8c\x2e\xa0\x8a\x27\xcd\xb4\x5b\xdf\x80\x03\x6d\x64\xb6\x01\x32\xd3\x60\x10\x2e\xd4\x48\x10\x88\x2a\xd4\x63\x7a\x03\x70\x7e\x73\x61\x6b\x7d\x4f\xc3\xe6\xa7\x79\x3f\x0f\x4e\x43\x0e\x7d\xbb\x0f\xdf\xe0\x82\x56\xfb\x3a\xb4\x05\x7d\xad\x47\x19\xc7\x2c\x18\xd7\xca\x0b\xe1\x64\xa4\x2e\xd4\x72\x8f\x38\x16\x3f\x0b\x6e\x57\xc4\x9e\x07\xfd\xb1\x3c\x41\x2a\x42\x55\x2b\x76\x90\x12\x60\x74\x58\x0b\x63\x0e\x0d\x25\xa7\x57\xe9\xc9\xdc\xf0\xc3\xf2\xc3\xc8\xc6\x3f\x5c\x93\x1e\xab\xfb\x52\xee\xe9\xf7\x7c\x34\x49\x2f\x1b\x9a\xb4\xa1\x7f\x9d\x75\xe4\xec\x3b\xd9\xfb\x17\xce\x15\x9d\x95\x5c\x92\x2f\x2f\xf6\x62\x88\xc2\x59\xdd\x91\x9c\xdc\x95\x2d\x7c\x52\x89\xa3\x0e\x0d\x49\x2e\x11\x09\x71\x5b\xcd\x5f\xf9\x61\x9f\xbf\xb2\x30\x37\xe4\xfa\xf6\xe9\x95\xa9\xdf\x43\xb7\x27\x22\x8b\xdf\xbb\x41\xe2\xcf\xba\x4a\x3f\x18\x36\x95\x88\x7f\x41\x2d\x94\xfd\x17\xd7\xad\x2c\x51\xf2\x52\x7f\xef\x12\x96\xf8\x84\xcd\xc1\x0a\x3f\x10\xd5\xcd\x07\xb2\xd6\x7f\x0b\x72\x34\x87\x29\xb5\xbf\x3f\x6a\x5e\x3d\x36\x4e\xd2\x1c\x20\x6f\xd6\x4d\x94\x4f\xfb\x7b\xb1\xb5\xb3\x48\x54\x68\xaa\xb7\xef\x4c\xd7\x15\x27\x56\xd5\x33\x8c\xb2\x17\x86\xbd\x69\xda\xd4\x13\x0b\x8c\xfb\x8a\xd6\xf9\xb6\x1d\xea\x52\xe3\x1e\xc7\x2b\x7e\xeb\x79\x46\x59\xc6\x83\x64\xea\x6f\x75\x9c\x13\xb9\x26\xbf\x97\xec\xac\x6f\x3d\x21\x1f\x70\x9c\xc1\x96\x63\x89\x97\x75\x3e\x79\x11\xa2\xdc\xae\x13\xf7\x8a\xe3\x04\x36\x66\xbd\x40\xc8\x8e\xab\x28\x94\x9c\x40\x7d\x98\x37\x7c\x12\xe4\x83\x9b\xe4\x32\x08\x73\xfa\xd7\xe7\xe5\x0a\xc8\xb1\x4f\xe5\x6b\x25\xc5\xee\x9d\xac\x0f\x28\x44\x48\xa1\x29\xcb\xed\x8b\x99\x59\x13\x2a\x00\x8e\xbf\xa8\xca\x1d\xbb\xf1\x72\x94\x21\x78\xf0\xe2\x87\xfc\xeb\xc3\x7a\xf1\xa1\x46\xbf\x95\xcc\x63\x1f\xee\xe8\x03\x92\x47\x36\xfa\xfb\x92\x7e\xaf\x11\x42\x4a\x53\x93\x7d\x98\xd1\x07\x3c\xc6\x84\x33\xf1\xf3\x40\x3f\x9b\x2e\xf8\x40\x0f\x15\x77\x61\x6b\x22\xf8\x52\xfe\xd4\xd1\x87\xaa\xdc\x48\x06\x08\x7a\xdd\x33\x4e\xf2\x2c\xc3\x4a\x4e\xcb\x02\x9a\x20\x7c\xe4\x7f\xe2\xdb\x65\xd9\x56\xfc\x45\x06\xc7\xa7\xcc\x74\xfc\x05\x4f\x30\x92\xa4\x59\xbb\xe1\xdf\x4d\xb7\x2e\xf5\x1b\x0d\xde\x5c\x6a\x47\x98\xc0\x2f\x69\x87\xcf\x9d\x35\xd2\xd9\xd6\x70\xe7\xc4\x79\x2e\xdd\x4c\x64\x1a\xfc\xc9\xcd\x83\xff\xd2\x46\x66\x55\xb9\x87\x51\xcd\x8b\x99\x4b\x0b\xe7\xf2\xc1\x3d\x15\x17\x67\xb5\xbd\x6d\xda\x86\x38\x66\x88\x81\x25\xd3\xd3\xd5\x99\x0f\x74\x5c\xb3\x37\xdc\x7c\xe6\x12\x4b\xe6\xc5\xbe\x55\x79\xdd\xc3\x3e\x8a\x78\x5f\xd3\x8b\xfa\x38\x84\x07\xd5\x6b\xe7\x33\x16\x0b\xd2\xa1\x2e\x57\x44\x33\x7d\x2b\xec\xb1\x9a\x4c\xbf\xfb\x1f\xff\xc1\x19\x80\x89\xbf\xfe\xcf\xff\x4c\x1e\x7c\xf6\x9e\x08\xa2\x89\xa2\x22\xd4\xa8\x9c\x74\xb2\x73\x06\x2c\x1d\xea\xef\xcc\x0f\xff\x1e\x35\x41\x18\x19\x76\x6a\x63\xa3\x0b\x79\x0d\x25\xc8\xd6\xff\x1b\x00\x00\xff\xff\x77\x4d\x47\xc8\x2d\xcf\x00\x00") +var _confLocaleLocale_plPlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xdb\x92\x1b\xc7\xb5\x36\x78\x8f\xa7\x28\x72\x07\x43\x52\x44\x0b\x0a\xd9\xff\x1c\x42\x23\xc8\x43\x91\xb2\x24\x8b\xa7\x51\x93\xc1\x19\x2a\x18\x50\xa2\x2a\x1b\x5d\x0d\xa0\x0a\xae\x03\xa1\xc2\x8e\x1d\x31\xa3\x30\xc3\x37\xf3\x00\xa3\xed\x1b\xbf\x83\xaf\xc6\xbf\xaf\x6c\xf6\x8b\xfc\x4f\x32\xeb\x5b\x6b\x65\x56\x66\x55\xa1\x49\x7a\xef\xf9\x75\xa1\x26\x2a\xcf\x99\x2b\x57\xae\xf3\x32\xfb\xfd\x32\xb3\x75\xba\xf8\xd2\x1e\x57\xe5\xd6\xd6\x85\x49\xda\xfa\xfa\xe7\x76\x6d\x92\xaf\xf3\x26\xa1\x9f\x87\xeb\x9f\x4d\x5d\x74\xbb\xa4\xb6\xd5\xc1\x56\x47\x3b\x9b\x5d\x96\x3b\xbb\x38\x6f\xaa\x92\x8a\xd7\xd7\x3f\xff\xe3\x2f\x87\xc2\xcc\x32\x53\x5f\xae\x4a\x53\x65\x8b\x27\xed\x76\x9f\x37\x33\xfb\xd3\x7e\x5b\x56\x76\xf1\x38\xdb\x54\xdd\xc1\x5c\xcd\x2e\xed\x76\xbf\x78\x52\xee\xca\x74\x56\xe7\xeb\x62\x99\x17\x8b\x17\x66\x5b\xae\xdb\xab\xa4\xce\xdf\xfc\x22\x1f\xcb\xb6\x59\x3c\xef\xf8\xab\x7c\x68\xf7\x54\xab\xb2\x57\xb6\x6e\x2a\x57\xb3\xb2\xeb\xbc\x6e\x6c\x35\x2e\x39\xd8\x55\x9d\x37\x6e\x76\xb3\x57\xb6\xaa\xf3\xb2\x58\x3c\xa7\xbf\x57\x66\xb6\x37\x6b\x5f\xd4\xd8\xdd\x7e\x6b\x50\xf5\x68\x56\xdb\xb2\x98\x6d\x4d\xb1\x6e\x51\xe1\x77\x6f\x7e\x39\x76\x9b\x59\x5a\x59\x2a\x5e\x16\xf6\xb0\x78\xd6\x1c\xfe\xf1\x97\xea\x38\x9f\xcf\x67\x2d\x6d\xc3\x72\x5f\x95\x17\xf9\xd6\x2e\x4d\x91\x2d\x77\x58\xe3\x13\xfe\x90\xb4\xd7\x7f\xeb\x9a\x4d\x79\x28\xf2\x8d\x49\xf2\xe4\x40\x33\x4a\xad\xac\xc3\x66\xb4\xde\xa5\xa9\x65\xc9\xe5\xc1\x14\x5d\x72\x65\x36\xe5\x8c\x7b\x2c\x0c\xed\xe8\x23\x73\x3c\x98\xa8\x8f\x99\xdd\x99\x7c\xbb\xf8\xea\x63\xfc\xa1\xd9\xd7\xf5\xa1\xa4\x0d\xfe\xc6\xd0\x11\x95\xb4\x0b\xcb\xa6\xdb\xdb\xc5\xf3\x7d\x5e\x1f\x93\x7d\x59\xa0\x91\x9d\xa5\x66\xdf\xa4\x97\x66\x71\x4f\xfe\xce\xa8\xde\xbe\xa4\x4d\x29\xab\x6e\xf1\x3d\xfd\xf3\xd8\xd1\x3f\xf3\x76\x37\x2b\xab\xb5\x29\xf2\xa3\x69\xb0\x43\x8f\xf5\x47\x4a\xdb\xb4\xcb\xab\xaa\xac\x16\xdf\x95\xfb\xdc\x24\xdb\x96\xb6\xf7\x68\x68\xc7\x68\x27\x96\xe8\x6b\xf1\xa8\x3c\xd8\xa4\x0a\xbb\x42\xd1\x2e\x5f\x57\xd8\x4f\x2a\x35\x09\xff\x40\x5f\x52\xc2\xfd\x71\xc1\x66\xa2\xd3\x8b\xb2\xda\x2c\x7e\x4b\xff\xa3\x53\x1c\x75\x4b\xb3\x94\x96\x65\x38\x43\x6a\xba\xb6\x5c\x46\x20\x70\x7c\xf3\x3a\x3b\x9a\xab\xb0\xc6\x2e\x9f\x99\x6c\x47\x3b\xbe\x37\x85\xdd\x2e\x9e\xe0\xff\x09\x7f\x31\x33\x93\xa6\x65\x5b\x34\xcb\xda\x36\x4d\x5e\xac\xeb\xc5\xb3\xba\x31\x87\xdc\x16\x39\xa6\x57\x34\x66\x36\x51\x32\xeb\xca\xd6\x1f\xfc\xe2\x29\xc1\xc3\x55\x22\xbf\xa4\xc4\x37\x79\x7a\x28\xaf\x2c\x5d\x22\xdf\x90\xc6\x6b\xf2\x57\x79\x93\xdb\x7a\x71\x77\xd3\x74\x87\xa2\xbc\xfe\x53\x9a\xcf\xf6\xed\x76\x4b\xfb\xf9\xfb\x96\xe0\xb7\x5e\x3c\x4e\x8f\x96\xd6\xff\xe6\x75\x6a\x93\xe3\x2e\x27\xf0\x98\xe5\x75\x4d\x65\x80\xad\xd5\xd6\xee\xba\x19\x9d\x6c\x91\xd2\x62\xee\x16\xed\x96\x6e\xc7\xec\x87\xbc\xa0\x51\xb6\xdb\x97\x33\xfd\xc7\xe2\x5b\xfe\xcb\x3b\xd4\xe4\x0d\xcd\xf3\xbb\xaa\xdc\xe4\x49\xae\x9f\xbb\xab\xc2\x26\xd9\xd6\x24\xfb\x9c\xee\x72\x7d\xb4\xeb\x32\x69\xab\x36\xa5\xfb\x2c\x53\xcd\xca\x74\x43\xe0\x8d\x8b\x4a\x97\xeb\x77\xf6\xfa\x4f\xdb\x9c\x01\xf2\x60\x08\xc2\xbe\x2e\xd7\x75\x72\xb0\x87\xe2\xcd\x6b\x3a\xbc\xe4\x3e\x57\x36\x67\xd8\x86\xfa\xf8\xe6\x17\xfa\x7b\xb4\x29\x9d\x1d\x9d\xc4\xe7\x26\x69\x4c\xb5\xb6\xcd\xe2\xf6\x72\x45\x17\x6b\x73\x3b\xb9\xac\xec\xc5\xe2\xf6\x9d\xfa\xf6\x17\x87\xae\xe9\xd2\x63\x61\x3f\xff\xc4\x7c\x71\x96\x10\x14\xe4\x3b\x2c\x99\x66\x40\x83\xa4\xb4\x39\x40\x3b\x8d\xa5\x1b\x8d\x9b\x9a\xdb\x5b\x33\xec\x12\xdd\xea\x65\xb6\x12\x6c\x25\x33\xe9\x76\x86\xd0\xd4\xc3\xee\xfc\x7f\x7b\x70\x96\x3c\x29\xeb\x66\x5d\x59\xfe\x37\xfd\x8f\x6a\xff\x9a\xa0\x6c\x95\x3c\xcd\xef\x7f\x39\x9f\x51\x43\xd9\x90\xe0\xa8\x57\xe6\xd8\x25\x19\x6d\x74\x7a\xc9\xe5\xb8\x4a\x4f\xbb\x7d\xf4\xfd\x92\x7a\x5d\x7c\x43\xff\xe3\x5b\xba\x78\xd6\xdf\xcd\xd1\x6d\xa4\x2e\x82\x5b\x3c\xe8\x5c\x77\xf4\x89\xee\x14\xb6\xf4\xcd\x1f\x09\x63\x6d\x19\x53\x7c\xfb\xe8\xd1\xe3\xfb\x5f\x26\x47\x82\xbe\x0c\x98\x21\xb7\xbb\xa4\x6d\x2e\xfe\xe7\xe5\xda\x16\xb4\xc3\xdb\x65\x9a\xf3\xb1\xf1\x52\xe7\xb3\xba\xde\x12\xd6\xc9\x68\xb6\x55\xb7\x4a\xce\xcf\x1f\xd0\x5c\x9a\xcb\xc5\xf5\xbf\xa7\xb9\xbd\xfe\x1b\x61\x8d\xfa\xf7\x5b\xec\x96\x0e\xea\xbf\x27\x59\x99\xec\xb7\xf9\xa6\x0d\x67\x37\xde\xac\xe4\xf3\x55\xf5\xc5\x60\xa6\x00\x58\xf4\x91\x27\x2b\x7b\x3c\x1c\xd7\xdb\x37\xbf\x64\x05\x9d\xd0\xbe\xcc\xd2\xa3\xa9\x05\x8a\x0c\xc0\x36\x77\x0f\x48\x3e\x9f\xd9\xaa\x5a\x12\x96\x6d\x3a\x1c\x5c\x3c\x47\xcc\xe5\xa6\x59\x24\xb4\x09\xc9\xae\xbc\xfe\x9b\x4d\x56\x98\xc0\x1e\x17\x4a\x7a\xcc\x8b\x57\x66\x9b\x67\x74\xa0\x27\xb7\x7c\xd8\xc5\x11\x67\x5e\x19\xea\xe7\x58\x98\x0d\xbd\x57\xc9\xed\xf9\x6d\x42\xd0\xb7\x3f\xbe\x3d\x9f\x15\xe5\x52\x50\x05\xb0\x79\x96\xd7\xf4\x1a\xd8\xa5\xbc\x30\x95\xe0\xc6\xef\xe5\x8d\xa1\x7b\x95\xfb\x4e\xf1\x32\x76\xd7\x3f\xd3\x7d\x3d\x62\x7e\xb4\x2d\x49\x43\xe0\x70\xec\xb1\x88\xa2\x9b\x70\x1b\x1c\x4a\x8a\x20\x47\xeb\x4d\xad\xd8\xce\x67\x33\x07\x03\x23\xf8\x2d\xd7\xff\xf8\xcb\x96\x2e\x34\x2e\xc3\x0c\x0f\x79\xb0\x17\x06\xe7\x8c\xf9\xfa\x02\x07\x0d\xcf\xe8\xa2\x5d\xff\x89\xfa\x6f\x5a\x5c\x54\xea\x6b\xbb\x79\xf3\x9a\xf6\x82\x1e\x72\xba\x7a\x74\xb7\xe9\xf6\x1d\x0f\x74\xf4\x35\x10\x59\x88\x54\xf3\x5b\xfc\x94\xc8\x49\x7e\x67\x1a\x3c\x64\x01\xbe\xa6\x6d\xed\xcb\xdd\x70\xcf\x93\x86\x48\x87\x8d\x54\x6e\x93\x23\x5d\x25\x83\x31\x8e\x86\x1e\x2d\x42\xca\x09\xa1\xa1\xae\x6e\x36\x79\xf8\xa0\x30\xed\x31\x9f\x55\x2d\xbd\xfe\x83\x6b\x17\xe2\xab\xf2\xd0\xf9\x3a\x7e\x79\x41\xd5\x5d\x5b\xe7\xf4\x10\x59\x5a\x6c\x46\xe3\xbe\xf9\x65\x0f\xa8\xf3\x73\x89\x66\x4e\x1b\x10\xc1\x30\x36\x95\xd0\x46\x49\x0f\x6f\xb1\xb8\x4f\xf4\x0e\x28\x1c\xfe\xe5\x46\x7a\x5a\x26\x87\xfd\xf5\xcf\x1d\x8e\x8d\x4e\xef\xd9\xf7\x0f\x2c\x77\xbf\xc5\x3b\xcc\x7d\xec\x4b\x60\xc4\x23\xdd\xd0\x6f\x70\x69\x2f\x97\xfb\xb2\x6a\x88\x00\xaa\x1a\x7c\xf2\x5f\x5c\x87\x8f\xda\x9d\xad\x12\x7c\x69\xcf\x80\x0b\x1a\x22\x39\x80\xa1\x37\x04\x55\xb4\x45\x86\xbe\x09\x09\x86\xd6\xff\x0b\x55\xe4\xcd\x3c\x08\xa0\x9c\x25\x66\xd5\x45\x10\x79\xd1\x16\x9b\xf4\x8a\xce\x91\x87\xbf\x6c\x9a\x7d\x30\xfe\x37\x4f\x9f\x3e\xe9\xbf\x4d\xcc\x00\x4b\xe2\x19\xd0\xe9\x39\x60\x32\x09\xae\x81\xdb\x4b\x40\x36\x80\xab\xad\xe8\x45\xca\x2a\x5b\x63\x0b\x06\x80\x47\x65\x27\xb6\xcb\xa0\x45\x17\xee\x16\xa6\xf4\x09\xfe\x77\x0e\xca\x89\x00\xd3\xd0\x7e\xf3\x4b\x69\xe8\x42\x5b\x26\x81\xe6\x33\x3a\xb9\x65\x55\x96\xcd\x08\x9d\x10\x7a\xdc\xe2\x46\x1c\xe2\x2a\x6e\x78\x07\xae\x74\x42\x0c\x7a\xad\xd6\xa6\x0b\x56\xee\x71\xc9\x27\x6f\xd8\x3e\xbd\x42\x49\x61\x85\x10\x1b\xd7\x90\x03\x31\x3a\xbd\x59\xbd\xa3\x1d\xe5\x37\xe3\x5c\x4f\xea\x21\xed\x33\x7f\xbd\xa8\xca\x1d\x91\xc2\xfd\x0f\x37\x33\xd9\x3b\x3a\xc6\x72\xdb\x26\xb7\x1f\x67\xb7\xe9\xf0\xd7\x65\x86\x7d\x3a\x26\xdf\xff\xf6\x5e\xf2\x3f\xfc\xfa\x57\xbf\x9a\x27\x0f\x7b\xcc\xd0\x10\x1a\x2f\xf9\xd5\xa5\x73\xe2\x8d\x4c\x78\x7a\x67\xc9\x8a\x08\xa1\xeb\xbf\xfe\xfd\xcf\x46\xfb\x24\xc2\x6a\x67\x68\x8b\x92\xdb\x8c\x16\x6e\x27\x9f\x73\xc5\xff\xd5\xfe\x64\x88\xf8\xb5\xf3\xb4\xdc\x7d\x31\x9f\xe1\x13\xdd\x20\xbe\x6a\x42\x6a\xd2\x09\x65\xe6\x90\x76\xae\x68\x88\xb1\x5c\xb1\xa3\xc3\x97\x69\x59\x5c\xe4\xd5\x6e\xf1\x5c\xe0\x8f\xe6\xd7\x00\xe3\x66\x82\x0e\xab\x1e\x7f\x72\x8f\xcb\xa2\x6c\xf2\x8b\x2e\xa8\x2d\xa7\x2d\x7b\xea\xf6\xd2\x56\x44\xbd\x2f\xf1\x27\x4f\xed\xe9\xad\x07\x79\xc3\x38\x5f\x9e\x9d\x59\x79\x71\xb1\xcd\x0b\x2b\x2f\xa4\x1b\xa1\xc1\x4b\xa9\x25\x51\x0d\x82\xff\x3d\x71\x18\xcf\xf5\xe2\x24\xf7\xee\x3f\x3a\xa3\xe5\x1d\x6c\x43\xdb\x87\x56\xb4\x79\xb4\xd3\x59\xbb\x01\xf5\xd4\xed\xce\x02\x84\x05\x50\xcf\x09\x9c\xea\x72\x05\x0c\xb2\xa2\x37\x91\x30\x1b\x3d\x89\xe6\x00\xcc\xb6\x2d\x37\x04\x3a\x39\xe1\x70\xf7\xa8\x10\x49\xfc\x8a\xe0\xb0\xea\x87\x93\x39\xd3\x25\xfd\x5a\x8b\x46\x75\x87\x13\x74\x15\x13\x7e\x8a\x80\x4d\x33\xe2\xb9\x40\x90\x5f\xff\x95\xe6\x49\xcc\x1a\xa1\x82\x03\x6a\x74\x40\x80\x44\x1a\xeb\x73\x42\xa8\xa8\xa6\x4e\x30\x33\x41\x4b\x01\xa3\xc1\x17\xe1\xc2\x66\x16\x04\x7c\xb6\xd4\x91\xb7\x65\xb9\xa1\xa1\xbf\x2a\x30\xa1\xe4\xb7\xae\x38\xb9\xcb\xc5\x75\xf2\x80\xcb\x4f\xb5\xd3\x89\x6b\x6b\x5f\x29\x31\xda\x5a\x6a\x01\x98\x09\xf0\x82\xf2\x72\x6f\x8b\xa4\x26\x92\x9a\x08\x61\x3d\x7c\x7a\xda\x6b\x94\x14\xc9\x36\x5f\xe9\xfa\xfb\x5d\x8d\x9e\x6a\xbf\x4f\xb5\xa1\xe3\x3d\xd2\xeb\x86\xd7\xa6\x07\x40\x62\x11\xa7\xda\x0d\x77\xf9\x64\xeb\x88\x3d\x3b\xa3\xc7\x6d\xbb\xd1\x07\x5c\xfa\x2a\x2b\x86\x83\x23\xde\xf2\x7f\xfc\x85\xde\x54\xa1\x0a\x70\x02\x4c\x14\x10\x35\xc0\x1b\xb2\x74\x5c\x9a\x83\x50\xc7\xad\xc5\xc5\x7e\x5e\x20\x75\xe9\xb5\x06\xe1\xc3\x64\x88\x96\xe3\x28\xbb\x60\xb6\xf6\x2a\xbc\x6c\xd1\x64\xe7\x42\x45\x13\xd3\xa8\xcc\xf7\xf2\x55\x4e\xac\xad\x1b\x9f\xa8\x69\x9a\x2f\x41\xb3\x72\xa7\xb9\x90\x8b\x04\x29\x44\xec\xbd\xce\xf8\x03\xd3\xe3\x93\xdd\xe8\x3c\x9f\xf2\x76\xf4\x7d\x04\x13\x48\x3b\x77\x41\x76\xe5\x9a\xb8\x8a\xbe\x67\x10\xc2\xe8\xb8\x3b\x4b\xd6\x8c\xef\x09\xf1\x95\x2b\x93\x02\x74\x65\x7f\xb9\x98\xf6\xde\x4f\x6d\xae\xcc\x9d\x32\x5d\xc2\x14\x3c\xc2\x9e\xd3\x93\x5f\x1f\x07\x7b\x1e\x9f\x0f\x58\x8b\xca\x1c\xcf\xc2\xcd\x21\x4c\xfb\xed\xfd\x64\x91\x7c\x9a\xd0\xdd\x66\xe2\x54\xc8\x85\x41\x43\xd3\x36\x44\x02\x30\xf3\x82\x6b\x2d\x73\x18\x21\xa6\xa9\x31\xb5\x6e\x40\xa1\x3d\x0b\xd9\xfc\x49\xba\x70\xa6\x48\xb5\xff\xfe\x44\xb1\xea\xf5\x5f\x93\x4b\xa9\x22\x0d\x43\x29\xc1\x70\x60\x65\x0d\x97\x6b\x22\x68\x88\x57\x96\x9f\xc4\x67\x33\xd5\xd8\x10\xa4\x2c\xd7\x79\xb3\xbc\x00\x9e\xcf\x78\x0b\xdb\xcc\x00\xc5\x43\x9a\xc2\x87\x84\x3a\xb4\xeb\x40\x21\xe5\xd6\xa6\xbc\xc4\xdb\xd4\xe6\xf6\x67\xc9\x9d\x57\xca\x6a\xfc\x1a\x18\x1d\xd7\x3f\xdf\x02\x7a\x95\x07\x3e\x74\x00\x1b\xcb\x84\x6d\xb9\x62\x4c\xd7\xd2\x67\x25\xf5\x03\xbe\xb1\x5c\x31\x6d\x4e\xcc\x34\x11\x19\x20\x69\x5d\xcb\x63\x72\xa7\x26\x74\x96\x3c\xfa\xf6\x2b\x62\x3c\xab\x1a\x17\xf0\x48\x50\xb2\x6a\xf3\x6d\x36\x9f\x39\x4e\x80\xf8\x00\x85\x84\x13\xfc\x1d\x4f\xa1\x66\xe4\xbc\xaf\xcc\xa1\xb0\x3c\x77\xd7\xbc\x27\x6a\x7b\x7a\x22\x26\x0e\xd1\x9c\x69\x1f\x6d\x6f\xb8\xbd\xa7\x3d\xb1\x78\x82\x8b\xf4\x32\x22\x3f\x3d\x29\xd4\x37\x37\x9b\xa6\xa5\x05\x12\x4d\x15\x00\x1f\x71\x7b\xd4\x5d\x9d\x7c\xfc\x05\xfd\x7f\x56\x9b\x57\x56\x9e\xd3\xf5\xa9\x53\x11\xda\x59\xa0\x9b\xaa\xb5\x7c\xd7\xa3\x15\x45\xb7\x03\xed\x31\xeb\x9c\x1e\x07\xbc\x13\xed\x24\xa8\x1a\xed\x40\xa0\xa5\x6e\xd3\xd4\xd6\xf5\xe2\xde\x91\x99\x85\x5b\xc9\x3d\x7a\x6b\x8e\xdd\xae\xe3\x19\x9c\x25\xa0\x45\x0e\x78\x1c\x2b\x9a\x16\x55\x61\x70\x22\xfa\x83\xc8\x51\x9e\x62\x46\x47\x7a\xb4\xfd\x09\xbd\x9d\x6c\x93\x0d\xa2\x9d\x8a\xb6\x78\xf6\x03\x64\x8d\x2f\x67\xad\xb0\x30\xe5\x36\x03\x99\x3a\x92\x93\x31\xdb\x68\x63\x29\x99\xab\xad\x97\xa9\x3e\xe4\x74\x40\x4b\x2f\xa5\xc4\x1e\x37\xf6\x27\xa2\x87\x69\xa2\x8a\x03\xb1\x1d\x76\x83\x63\x66\x09\x66\x3b\xdb\x75\x0c\x1c\xf5\xe2\x21\xe0\x39\x60\x50\x66\xf5\x65\x79\x60\xd1\x9f\x56\x78\x42\x8f\xfd\xf5\xdf\x9c\xc4\x2f\x06\x1f\x88\x0d\xd3\x72\x4b\x57\xa3\xc4\x6b\xf3\xca\xb5\x79\x5e\xef\x85\x83\x0b\x3b\xa6\x21\x89\xe3\xd2\x11\x7b\xde\xcb\xa2\x40\xe4\x68\x5a\x06\x41\x9a\xf5\x82\x34\x3b\x63\x34\xcc\x92\xd9\x17\x8c\x3d\x01\x4c\x2a\x42\x9a\x13\x30\xb0\x90\x4a\xc7\x4d\xe8\x7e\xe6\x74\x2b\x82\x71\xd3\x4b\xda\x6b\x95\xd8\xbe\x14\x89\x61\x20\x2c\x34\x2c\xfe\xa8\x03\xf0\x26\xe2\xaf\xb6\xa6\x22\x90\x7f\xde\xd5\xc7\x76\x93\xb3\xd8\x82\xfa\x20\x1c\x79\xf9\x32\x90\x9d\x2e\x55\xda\x46\xb8\x07\x92\x62\xda\xa3\x02\x40\x88\xad\x2e\x7b\xfa\xf1\xd2\xee\x41\x67\xee\xea\xf5\xe2\x21\x44\x4d\x57\x74\xba\x52\xe7\x37\x49\x28\x23\x16\xdc\x7d\x6b\x56\x97\xc4\x16\x6c\x97\xef\xd4\xfe\x09\x51\x97\x6f\x5e\xd3\x6f\xda\x34\x6d\x1e\x93\x00\x22\xd0\x25\x06\x9d\x61\x81\xa0\xaf\x3e\x1a\x82\xf4\xfe\x21\x35\xc2\xb7\x12\xf1\xe4\x39\x2c\x62\x0b\xe6\x09\x84\x24\x39\xd5\x2c\xe5\x22\x6d\x1a\x42\x4e\x11\xfa\xb5\x22\x35\x27\x76\x63\x48\xae\x60\xb2\x40\xda\xe1\x88\x67\xa7\xc9\x66\x37\x81\x2e\x98\x80\xa3\xe3\x62\x84\x8f\x67\x7e\x67\x77\x2b\x0c\x40\xa0\x60\xf6\xc4\xd1\xbe\xf9\x05\xac\xfe\x0e\x07\x44\x1c\xc1\x9a\xaf\xa1\x3e\x29\x54\xa1\xa4\x02\xdc\xe2\x9d\x3c\x2a\x86\xeb\xd8\xe9\x3a\x74\xd3\xa5\xd2\x6f\x9c\x70\x9e\x90\xdf\x01\x0f\x13\x4d\x65\x45\xd8\xbd\x96\x5b\x64\x70\x6c\xb1\x68\x5e\xf6\x7e\xee\x5e\x35\x21\xbb\x98\x1b\xa8\x6d\xd1\xb8\x13\x60\x49\xaf\xe7\xfd\x08\xc7\xc9\xad\x4e\x62\x96\x82\xe6\x1a\x9c\x08\xe6\x53\x30\xb9\xf2\xf9\xea\x8b\x3b\xf5\xe7\x9f\xac\xbe\xe8\x1f\x97\x1a\xd8\x84\x88\x23\x50\x19\xf4\x2a\xd1\x1b\x50\x6f\x88\x36\x28\x36\x54\x56\x66\xab\xbc\xac\x98\xd0\x38\x24\x29\x01\xc9\x1a\x7c\xef\xd5\x6a\x9b\x5f\xff\x8d\xb0\x1d\xdd\x90\x35\xe8\xaa\x22\xb9\x93\x31\x7b\x9d\x95\x9b\xf2\xfa\x0f\xc2\x5e\x53\xff\x84\x21\xc3\x33\x9a\x8b\xa0\xd7\xca\x55\x73\x60\xcf\x12\x5f\x6c\xc1\x41\x2e\x2d\xc0\x9e\xda\x5e\xe6\x2b\x7a\x76\x09\xb0\xf3\x62\xf1\x40\xc9\x1a\xc8\xa9\x56\x90\x78\xd2\xd9\x0e\xea\x04\x14\x0e\xf8\x40\xda\x65\x7d\x09\x84\x24\x7a\xf3\xc7\xbf\xff\x19\x32\x53\x01\xc4\xf2\x8c\xd6\x28\x00\xe9\xf6\x7e\x02\x2e\x99\xe4\x02\xb4\xf0\xf6\x6f\xf3\x5d\xde\x1f\x02\x18\x0b\xdb\x10\x40\x1e\x57\x5d\x93\xd0\x06\xfd\x42\x34\x00\x76\x1a\x0c\x04\x0d\xae\x87\x62\xb0\x36\x16\x2b\x77\x72\x19\x8e\xbc\xa9\x90\x64\xe3\x79\xfa\x75\x42\x43\xb6\x0d\x0d\x42\x30\xb3\x6c\x0b\x3d\x79\x62\x14\x18\xf4\x9f\xe7\x04\x95\x67\xfc\xc2\xef\xd0\x29\xe3\x7e\x3d\x63\x9a\x9a\xe3\x6c\x65\xa8\x0f\xfd\xd1\x7e\x34\x4f\x54\x30\xcd\x74\x05\x01\x1e\x11\xc7\x02\x9a\x81\xcc\xe0\x24\xdc\xe0\xa5\xd8\x87\xe0\x2a\xf0\x43\xd3\x25\x40\x7e\xf3\xfa\x2c\xd9\xd0\xab\x5d\xe4\x57\x10\x52\xec\xe9\x2c\x18\x12\x98\xcc\x4e\xf3\x7a\xa3\xfb\xa5\x2b\xf8\x4e\xab\xb2\x28\xcd\x49\x60\xb4\xb7\xf1\x16\xa9\x0c\x81\x29\xa5\x9a\x11\x58\x43\x94\x12\x31\x3b\xd1\x42\x3d\xad\x40\x47\x78\x65\x2a\xde\x89\x23\xbd\xb7\x26\x03\xd9\xc0\x2f\xd4\x6e\x3e\xe3\x39\x60\x2a\xcd\xc9\x99\x7c\xe8\x14\x42\x1f\x8d\x26\x75\x64\x8d\x40\x45\x3c\x2d\x14\x25\x09\xf7\xa3\x34\xbf\xa2\x00\xe9\xda\x63\x80\xef\x7d\x0d\xeb\x6a\xb8\x97\x3d\x05\x9b\xdd\x03\x8c\x28\x46\x36\x65\xd6\xef\xbb\x81\x52\x03\x3b\xb3\x46\x4b\x3e\x00\xff\xd6\x7b\xb2\x44\x21\xb1\x1f\xd3\x0b\x6e\xc6\x2b\x3b\xba\x09\xd3\x8a\x94\x0e\xf6\xad\x9a\xb2\x5c\xd2\xdb\x5c\x35\x8b\xfb\xa0\x37\x05\x87\xc8\x94\x87\x02\x56\xe0\xc3\x2b\x42\xbc\x09\x0e\x39\xf9\x1f\x9d\x68\x18\x02\xe1\x82\x6e\x5d\x4a\xef\x8b\xbb\xc4\xb8\x78\xc2\xce\x5b\xa5\x99\xa4\xaf\x35\x24\x99\x22\xb6\x90\x61\x88\x92\x50\xac\x2c\x02\xc4\xd9\x0f\xd8\xf0\x97\x82\x19\xf0\x22\xba\x1e\xdd\xd3\xc1\xf0\x21\x4b\x09\x31\x84\xaf\x2f\xa4\x7d\x40\xf8\xd7\xbc\xc1\x21\xc8\x0c\x0f\xeb\x05\x24\xbc\x7f\xd0\xee\x2e\x9d\xaa\x50\x1f\x1d\x47\xd8\xbd\x10\xf4\x89\x5b\x73\x74\x88\x9a\x95\x92\x67\x74\x8b\x1a\x7a\x8c\xfa\x26\x4e\x58\xc3\x9f\xe5\x5a\x6c\x68\x3b\xc1\x70\x62\x7d\x65\x66\x68\x81\x9d\xad\x17\x4f\xcd\x86\xf6\x0e\x9b\x35\xa3\xaf\x68\x23\x53\xa1\x5a\x10\x44\xbd\x9c\x3d\xa3\xc7\xf0\xd1\x09\x4d\x27\x88\x8d\xa0\x2c\x52\x03\x7e\xc5\x9b\x70\x37\x5c\xf3\x93\x01\xaf\xf4\xbd\x9d\x50\x85\xba\xd5\x9f\x9f\x7f\xf3\x94\xb9\x34\xe9\x7b\xb3\x6d\x53\x3a\x76\xc8\x60\xbf\x69\x9a\x7d\xfd\xac\xda\x2e\x44\xf0\xf8\xec\xfb\x07\xd4\x73\xb7\x2d\x4d\x86\x8f\x10\x68\x66\xc0\x7b\x87\x12\x4f\x0c\x91\x41\x4f\xad\xd9\x05\xb3\x3c\xda\x7a\x4f\x45\xed\xec\x2e\x51\x3d\xc1\x77\x30\x8a\x55\xc7\x32\xf3\xd9\x5d\x20\xde\xaf\x6e\xe0\xd0\x66\x8f\xec\xe1\xcb\xca\x14\x69\xd8\x03\x88\xa4\xab\x64\x4d\x47\xf4\xe6\x97\x63\x3e\xbb\x57\xee\x08\x3f\x9f\xb7\xbb\x9d\xa9\xba\x85\xfc\x4a\x6a\xf9\xa9\x85\x0f\xe9\x58\xa1\xbd\xd6\xc2\x9d\xfc\xd4\xc2\x7b\x97\x44\xf0\xf9\xb2\x94\x7f\xcd\x9e\x56\xd6\xf2\x90\x3d\x3d\xce\xea\x21\x6a\x43\x58\x86\x80\x54\xff\xce\x3c\xcb\x6f\x59\x8f\xfb\xe3\xb4\xaa\xe2\xc7\x99\xd9\xee\x2f\x0d\x93\xd8\xbe\x26\xcb\xe0\xf9\x09\xaa\x19\x68\x58\x07\x93\x04\xf7\x9e\x1e\x59\xa7\x93\x31\xdb\x0b\x53\x40\x04\x0d\x06\x9b\x0a\xe8\x5d\xe8\x08\xd1\x8b\x7c\x8a\x68\x61\x83\x93\xcd\x36\x15\xb0\x3f\x81\x55\x3c\x60\x46\x68\xf5\x3f\x7d\xd0\xb3\x68\x40\x99\xc2\xa6\x2a\xf7\x76\x43\x83\xd7\xf9\xd1\xc6\x43\xf2\x66\xb0\x46\x45\xde\xa0\x3b\x35\x55\x63\x4e\x6c\x54\xb5\xd7\x48\xa5\x10\xa7\x5e\x11\x59\xf7\x37\x3a\x70\x62\x03\x1d\x1a\xa2\x96\xe6\xa7\x7f\xb2\xa5\xbc\x34\xe1\x69\x85\xdc\x2b\x44\xfa\xb8\x4b\xf4\x1a\xaa\x58\xfd\xc7\x19\x24\xf5\xef\x50\x9f\x6e\x04\x55\xce\x8b\x74\xdb\x66\x7e\x5e\x83\x69\x09\x0b\xf5\xc1\x9d\xfa\x03\xf4\x5b\x6c\x70\x17\xb5\x2a\xa1\x06\x9a\x24\xbd\x68\x2b\x10\xb1\xd9\x67\xce\x56\x61\x49\x3d\x96\x55\x65\xd3\x66\xf1\x1d\x3d\x1d\x4e\xb8\xc5\x24\xd1\x9a\x30\x8d\xe1\xd3\x9c\xf7\x68\xbe\xe7\xb8\x55\x22\x9d\xc7\xef\x7c\xd0\x94\x49\x3e\x6e\xed\x2d\x2d\x96\x2b\x6b\x8b\x25\xd1\x47\xb6\x98\x62\x26\x79\xed\xcc\x41\xa0\xf5\x2f\x0d\xd3\xd4\xfb\x72\x39\xdd\x34\xc4\x54\x53\x4d\x89\x98\x3e\xd1\x32\xd0\xac\x4d\x35\x6c\x08\xd7\x9c\x68\xe9\xf0\xce\x54\x33\x39\x7b\x6e\x42\xeb\xcd\x22\xb4\x19\xd5\x0f\xb1\xfe\xbc\xdf\x1b\xbf\xc7\xfd\x99\x9c\x60\xb8\x2f\x55\x19\xe0\xc1\xa5\x17\x32\x40\xcc\x49\x6f\x47\xc5\x56\x2f\x81\x94\x85\x05\x60\xcf\xf6\xf6\x80\x27\x3d\x10\x25\xec\x31\x0d\x90\x7d\x86\xb5\x8f\x53\xbb\xea\xe4\x02\x13\x5d\xd3\x9c\xf0\x4e\x4d\xf7\x2d\xfd\xc1\x8a\x09\x77\x92\x10\xdd\xf6\x3d\x7b\xef\xc5\x6f\x4e\x27\x7e\xc3\xfc\x4b\xb7\x2b\x61\xaf\x56\xcd\x86\x00\xb5\xf6\x27\xc2\xfc\xf4\xa0\x43\x30\x15\x89\x20\xb1\x8d\x54\x04\xa2\x84\xea\x6f\x4d\xdd\x40\x10\x20\x6b\x5b\x3c\xab\xdb\xc3\xb0\x01\x8f\x80\x67\xbc\x81\x01\x45\x7a\xa4\x51\x0b\x08\x93\x12\xbb\xc9\xf7\x5d\xb4\xe2\x7c\x9e\x3c\xf4\x08\x0a\xea\x92\xa8\x94\x6e\x86\x5b\x2b\x74\x92\x1b\xdb\x05\x04\x9d\x3b\x5d\xc2\x81\x90\xfe\x34\xc2\xa7\x1c\x08\x5f\x5e\xe4\x1b\x21\x5c\x58\xda\x07\x45\xa5\x7f\x57\x21\xcf\x82\xcc\x06\xfc\xee\x2b\x5b\x11\x29\xe0\x7b\x66\xd3\x8d\x40\x33\xff\x96\x9e\x88\xe2\xdb\x82\x2f\x12\x3c\x0e\x1e\x19\xad\x22\xec\x34\xe4\xf5\x88\x48\x22\x66\xa5\x97\x89\xb3\xa8\x96\xde\x67\x27\x4e\x7b\x06\x34\x41\xa7\x8f\x22\x2f\x9f\x84\x0a\x0a\xda\x13\x11\xb1\x89\xec\xa9\x6e\xf2\xed\x16\x07\x20\x56\x4f\x4f\x7b\xfa\x2c\x21\x9a\x87\xad\x1f\x6a\xe2\x38\x44\x08\x4f\x98\x98\x09\x4a\x9a\x5b\x46\x50\x10\x42\xd8\x99\xea\x72\x9d\x74\xba\xad\xdb\xe2\xcd\x6b\x5a\x2e\xf3\x22\x15\xb8\xa5\x23\xad\x7e\xae\x03\x82\x59\x82\x61\xd3\xe9\xf1\xf4\xac\xe9\xec\x0f\x25\x34\x87\xc3\xe1\x63\xad\xbd\x0e\x0f\xc9\xbb\x8c\x4f\x75\xd9\x00\x28\x29\xf7\x2d\x60\x00\x43\x03\xd4\x86\xeb\x8d\x4c\xae\x74\x0a\xbc\xf3\x21\xf0\x10\xbc\xbd\xcb\x5a\xff\xfe\x67\xa7\x9b\x0c\x17\x3c\x13\x23\xa1\xe5\x8a\xc9\x9f\xe0\x7e\x7c\x0d\xc2\xe7\x35\x9d\x64\x46\x5c\xf6\x16\x32\x81\xf8\x7a\xcc\x7e\xc0\x85\x7a\x39\xa3\x57\xa2\x58\x5b\x55\x3c\xf5\x94\x2f\x93\xc8\xac\x04\x9b\x5d\x95\xf4\xfe\x96\xd0\xe1\xab\x6a\xfc\xfa\xe7\xde\x20\x0e\x26\x59\xa1\x94\x4b\x2d\xb5\xba\xc5\x93\x76\xb5\xcd\x89\x20\x30\x42\xa0\x17\xcc\x47\xcc\x2e\xca\x2d\xcd\x05\x82\xb0\xc7\x2b\xc8\x75\xd8\x5c\xab\xa3\x63\x33\x40\x18\x74\xa9\xe9\x40\x89\x79\x87\xcd\x8f\x54\x85\xf4\x55\xaa\x32\xf3\xa4\x5f\x7d\x6b\xba\x22\xfa\x05\x62\x20\x10\xe4\x7f\x80\xa0\x5c\xaa\xd3\x78\x90\xc4\xec\xe6\x8c\x95\xf1\xfc\x56\xaf\x20\x0c\x1e\xe3\x62\x18\x55\xc9\xc1\x00\xa9\x1f\x75\x34\x42\x65\x7d\xf3\xbd\x69\x08\xab\x15\xc2\x7c\xf2\x22\xb2\xc5\xf3\x23\xcc\x55\x52\x46\x90\xdd\xa9\x1e\x69\xbf\xb3\xf2\x78\x28\xb7\x2c\x2c\x98\xfd\xe0\xcc\xdc\x5e\xce\x9c\x29\x9c\x98\x3e\x8e\xcc\xa1\xf4\x48\x44\x57\x38\xd3\xdb\x5f\x13\x3b\x47\x37\xdb\x8a\xfd\x03\xcb\xf0\xe8\xc1\x07\x3f\xc5\xef\x99\xa5\x1d\x67\xca\x89\xe6\x07\xfb\x01\x3a\x02\x16\x13\xd5\x8b\xbb\x2a\x4b\xb7\x33\x16\x8e\x3e\x0e\xe4\xa2\x19\xc1\x60\x03\x05\x4c\x4b\xbb\x27\xdc\x53\x9b\xd3\x2d\xff\xf6\xfe\x6c\xb6\xe7\x63\x5c\xc6\x53\x4d\xf6\x7a\xb8\x9d\x5b\x83\x48\x57\x9e\x8e\x38\x2b\xc5\x33\xae\x3a\x11\x19\x4e\xb7\x27\x36\x71\xf4\x09\x02\x6c\xa7\x11\x26\xaa\xb2\xd7\x64\xd3\x64\x8e\x90\x3b\x1e\x45\x01\xa1\xc2\xe5\x5d\x22\x96\x5c\x10\x16\x67\xb8\xa6\xc4\xe2\xf2\xfb\x7f\xe8\xa8\xdc\xb0\x49\x15\xb3\x8f\xcd\x9b\x5f\xfe\xfe\x67\xd5\x7b\x05\x74\x8f\x7f\xa5\x55\x9a\x98\x05\xac\xe9\x40\xdb\x36\xc5\xa1\xaa\x49\xcf\xf8\xc4\x09\x56\x60\x8d\xc8\x4f\xe8\xb7\x10\x18\x42\xbd\x4c\xb5\xf2\x7a\x53\x0e\x6d\x6a\xc1\x1a\xb3\xae\xf5\x01\x86\x55\x83\xcc\x76\x9f\x81\x5d\x75\x3b\xfd\x42\x34\x1d\xf9\xb1\xf5\x56\x92\x71\x0d\xcf\x88\x86\x96\x94\x4e\xa8\x47\xdb\xa8\x44\x38\xa3\x7e\xe9\x49\xe9\x14\xbd\xf1\xde\x68\xf6\x85\x98\x02\x15\xa5\x33\x5b\x8a\xb8\xca\x41\x6d\x27\xe0\x22\xd4\xc6\x36\x96\x26\xb2\x49\x21\x18\xac\xff\xf1\x97\x15\x61\xd4\x2b\xb3\xc9\x13\xc1\x17\x84\x04\x09\x9f\xb3\x1e\x5d\x35\x1b\xfd\x2b\x25\x0a\x5d\x28\x12\xf2\xa2\xb5\x0c\xc9\x5d\xd1\xd2\xbd\x1e\x18\x6a\xaa\x42\x5c\xd5\xe3\xab\x4e\x64\x36\xa2\x3e\x57\x6d\x3a\x3d\xcd\x09\x33\xb6\xa7\xb4\xf0\x43\xf5\xbb\xd3\xbe\x3b\x7d\x31\xb1\x60\xe5\xce\x21\x42\xa7\xd4\x1d\x58\x08\xa8\x5d\x00\xed\x4a\x59\xd6\x2a\x9d\x77\x06\x09\xd0\xe5\x1c\xc1\x76\x76\xaa\xa1\x77\x07\xe6\x70\x6b\x70\xa2\x81\x06\x49\xba\x34\x7a\x0b\x69\x1a\x84\x09\x8b\xc6\x35\x92\x4b\x59\xae\x6c\x4a\x57\xe5\xae\xeb\x16\xec\x75\xbf\x3e\x46\x49\xcb\x7c\x07\xde\x15\x3a\x02\x93\x89\x71\x34\x6e\x7c\x4f\x5b\x42\x45\x78\x84\xe4\x2b\x9a\x95\x87\xa2\x67\xc3\x19\x81\xb5\xf3\x32\xf3\x53\xe0\x84\x87\x44\x21\x64\x28\x3d\x51\xc9\x41\xb9\x0d\xe8\xbf\xbb\xa2\xbd\xf3\x62\x05\xec\x9f\x2f\x64\x9b\x68\x2f\x6d\x81\x30\x62\x19\x95\x3f\x29\x0f\x78\x18\x8f\xa2\xfe\x18\x8a\xad\x7a\x5a\xfb\x4b\x70\xe2\x6c\x05\x7c\x23\x79\x3d\x98\xb6\xdf\x08\x65\x87\x74\xe9\xa5\xde\x7d\x56\x16\xf8\x4d\x50\x63\x22\xe8\xc9\x21\x92\x0f\xa4\xc8\x4e\xaa\x8c\xca\x65\x0a\x53\x40\x1a\x6c\xad\x34\xad\x09\xf0\x90\x0e\xff\x4f\x63\x21\xe0\x4a\x11\x97\xd1\x11\x30\xc7\x52\x0b\xa3\xd2\x39\x01\x8f\x5a\x78\x6b\x59\x60\xe4\xcd\x08\x1a\x62\x4b\xad\x28\xfc\x4e\x80\xc1\x89\x65\x07\x34\x30\x24\x87\xc8\x7c\x8c\xbb\xcb\x18\x5f\x7b\x4b\x22\xaa\x06\x40\xbc\xfe\x03\xad\xb8\xca\x59\xe4\xf2\xc4\x77\xea\x3e\xa9\x68\x8e\x21\x8f\x2d\xf9\x83\x81\xdd\x75\x70\x55\xe8\x16\xf8\x79\x52\x01\x90\x27\x7d\x2c\xa0\x2c\xa4\x09\x8d\xc5\xd6\x83\xca\xb2\xba\xa0\x45\x83\x43\xe1\xc5\xb5\x6e\x75\x84\xbc\x0e\x65\xd6\xb2\xe9\xb9\xaf\xa7\xeb\xc9\x0b\x31\x04\x83\x1e\x29\x7a\x93\xa0\x07\xf4\x42\xe5\xe4\xde\xb1\x4b\xd2\xcb\xd4\xe9\x70\x08\x95\x31\x50\xfc\x66\x38\x1b\x07\x6b\x2a\xce\x72\x48\x5b\xc7\x6d\xc2\xfb\x76\x6b\x66\xb2\x8c\x2f\x82\x6c\xc5\x7d\xe2\x7b\xae\x04\xcb\xe8\x4a\x51\x1e\x96\x0d\x3f\x2f\x23\x7d\x11\x74\x15\xff\x41\x1d\x11\x04\x13\xff\xbc\x7a\xe8\x4e\xa6\x3a\xa1\xb3\x53\x1a\xa1\x5e\xee\xad\x86\x2a\x6e\x21\xf1\x8b\x17\xec\x81\xdf\xc1\x4c\xb8\xc2\xe0\xa6\xce\xdc\x3d\xf0\x04\x54\x70\x13\x84\x4b\xa2\x9b\x00\x6a\x0a\xe3\x80\xbf\x92\x5d\xe4\x22\xa6\xba\xe4\x62\x28\x3f\xba\xcd\x61\x47\xca\x85\x1d\x5a\x31\xfc\x9f\x84\x07\x25\xa9\x98\x62\xf3\x74\x3d\x2e\x74\x55\x1e\x89\x66\x26\x36\x82\x40\x45\x2c\x5b\x55\x58\xff\x39\x53\x2c\xeb\x2f\x22\x7d\x20\xe3\x92\xee\x37\x9f\x7f\xa2\x85\xc9\xb9\x63\xd3\x0a\xa8\x7d\x40\xef\x1c\x60\xef\xb8\x81\xd7\x40\xef\x25\xc0\x76\xcf\xaa\x95\xe8\x67\x0c\x9f\x01\xe6\x9b\x68\x0e\x3c\xf5\x4e\xb4\x12\x51\x53\xc2\xbe\x22\xe4\xdb\x8b\xeb\x04\x3f\x06\xae\xf5\xdc\x83\xe4\x60\xbb\xbc\x51\x2e\x7d\x0f\xe4\x27\xac\xf3\x2e\x55\xa3\x2c\x7c\xa9\xa3\x08\x71\x0b\xf9\xda\x33\xe1\x76\xa4\x97\xa7\x6a\xf8\x1a\xcf\x7d\x3f\x4c\x75\x70\x3f\x4c\xf9\x06\xc4\x64\x29\x2e\x0e\x54\x2e\x04\x19\xd0\x3c\xc6\xe8\x99\x1c\xd7\x3e\x12\x5b\xf3\xd7\x54\x05\xb4\x4f\x2b\x36\xcf\x70\x87\xef\x41\xec\x49\xff\xe0\x31\x4c\x95\x02\x6e\x7e\x99\x7c\x09\x6e\x39\x2c\x85\x7d\x10\x1c\xe5\x66\x3d\x85\xa5\x02\xa9\xf9\xb0\xda\x34\x7e\xea\x1b\x78\xd4\x5b\x6f\xda\x46\x59\xfd\x1e\x4b\xed\x86\x04\xb4\x07\x48\x35\xc3\xc2\xf1\x8d\xc8\xae\xd3\xd8\x6a\x34\x3b\xb7\x2b\xdf\xf9\xe5\xbf\x1d\x65\x31\xc7\x88\x9d\x13\x49\x0c\x9f\xe0\x63\x91\xb5\x94\xf2\xc2\x95\xec\x38\xe0\x18\xc6\x2f\x2b\xb3\xe9\x79\xc5\x34\xe7\x63\x42\x7d\xc7\x5c\xd8\x42\xb7\xdf\x8f\x8d\x4e\xba\x1e\xb3\xa8\x24\x87\x96\xfd\x3f\x25\x74\x1b\x66\x4d\xb9\x21\x10\x1c\x74\xc1\x1f\xdf\xb9\x0b\x8f\x3c\x84\xd3\x0a\x50\x47\xbf\xcd\x84\x3e\x78\x43\xe9\xef\x90\x07\xa3\x32\x67\x68\x31\x81\x45\xa2\x93\x42\x17\xe3\xf6\xe9\xa5\x43\x22\xbe\x72\x6e\x14\x93\x38\xab\xac\x18\x97\xb4\xc5\x2a\x2f\xb2\xc5\xb0\x91\xd5\x82\xfe\x28\x59\x2a\x32\x62\x1a\x7b\xba\xa7\xcc\xf6\x38\xd8\x00\x83\x1a\x6e\xb9\xe4\x1d\x8c\x9c\xc6\xea\x72\x45\x0b\xc2\x46\x70\x19\x76\x42\x01\xaf\x55\xe7\x0b\xb5\x64\x91\xa6\xcf\x3b\xfe\xd8\x2a\x0a\xe7\x8f\x72\x58\xb5\xdb\x26\xfa\x77\xe7\x11\xe6\xa1\x73\x98\x8c\xd5\x6d\x67\x4a\x0e\xb1\x28\x8e\x0f\x90\xdd\x06\xdc\x88\xf8\xf7\xdd\x27\xdf\xaa\xfa\xd0\x8f\x2a\x3d\xff\x8e\x60\x8c\x1e\x31\xa2\xd9\x72\x20\x64\xf0\x90\x9d\x03\x09\xc3\x42\x49\x3a\x16\xa2\xa9\xe8\x77\xe0\xf0\x30\x60\x57\xa4\xbf\x00\xaf\xc8\xaa\xfb\xa5\x0e\x97\x29\x2b\x8c\x8b\xe5\x20\x6c\x8d\xb7\xd8\x4d\xc1\x2f\xc1\x81\x67\xbf\xf2\xe8\x51\xbb\x95\x8c\x85\xb4\x42\x88\xd2\x24\x6b\x98\x35\xb9\xbd\x9a\x27\xa0\x2b\x15\x79\xd0\x3d\x57\x8b\xda\x75\xa9\x06\xa2\xfc\xea\xaa\xae\xcf\x63\x33\x99\xbe\xe0\xb3\xf0\xcc\x23\xa4\x26\x8f\x86\x1e\x3d\x36\x47\x36\xa1\x3f\xf8\xc9\x96\xd3\x78\x4e\x9b\x06\x9d\xb9\xcd\x9f\xa4\xc9\xde\x0d\xd9\x79\xe3\xc1\x1b\x10\x5d\xb8\x60\x7f\x33\x1e\x2b\x38\x9f\x3a\x94\x49\x94\xc7\xfb\x7c\x14\x33\x9f\xab\x04\xcc\x53\x01\x36\x24\xe2\x96\x7a\xc2\xbd\x9f\xdb\xcc\xcd\xc1\xa9\xb5\xe5\xe2\x86\x9a\x6c\xad\xd0\x33\xde\x2a\xf2\x20\xb8\xab\x0e\x90\xed\xf2\x84\x6c\x12\x4a\x3b\xf3\xc4\x11\x12\x30\xfc\x7c\xf8\xf8\xfa\xbf\x7e\xd5\x53\x0f\xbc\x10\xd6\x7e\x5d\xf0\x42\xcc\x2d\x6f\x28\x3b\x98\x4c\xa0\x35\xef\xf7\x7f\x30\x63\x6f\xbe\xdb\xbf\x73\xec\x01\x3a\xa8\xe5\xf0\x9f\xcc\xcf\x73\x12\xba\x97\x2c\x3d\xa0\xe7\xbf\x06\x9d\x34\x79\x54\xb3\x1f\x20\x73\x7c\x39\x13\x69\xfe\xf3\x40\x7e\xda\xab\x96\xa6\x34\xdf\xbd\xde\x49\x29\xac\xfb\xc4\x08\x5b\x15\xe0\x44\x5a\x0c\x58\xb7\x6e\xe8\xe4\xe0\x99\x70\x96\x1c\xf6\x26\x33\xe2\x4c\x7a\x48\xc4\x04\x0c\x92\x7f\xbf\xaf\x2d\xa4\x23\x5b\xb8\x60\xea\x87\xf9\xec\x55\x5e\xe7\xab\x7c\x8b\xc7\xec\x79\x9e\x95\x82\x55\x89\xb6\xe0\xef\xf8\x1c\x78\xf2\x8c\xf5\x27\x9f\xd7\x7b\x53\x24\x29\x3d\x96\xf5\xe2\x76\x0b\x9b\x92\x2c\x81\x79\xe5\xed\x2f\xf6\x70\xfe\x6e\x78\x28\xaa\xf2\xc5\xa8\x3f\x78\xff\xa6\xac\xa7\x0a\x8d\xe8\x6b\xba\x23\x76\xd7\xaa\x93\x27\x23\x09\x58\xd7\x78\xdf\x8b\x22\x76\x41\x36\x84\x4f\xc1\xe9\x9f\x9e\xc6\x93\x93\xd3\x80\xf7\xb1\x5b\xdb\x87\x2f\x44\x2c\x04\xd2\xcc\x53\x73\x91\x90\xa8\x9f\x02\xda\xe5\x1f\xcd\xd2\x2d\x71\xd7\xde\xc1\x73\x4c\xf8\x42\xf4\xe7\xbc\x9c\xec\xee\x37\xc9\xe3\x8c\x80\x12\x30\x79\xa3\x8f\x2c\xbb\xc9\x83\x5c\xbd\x35\xe3\xf9\xb1\x44\xfe\x1c\xff\x64\xc1\x85\x7c\x64\x9f\x22\xf5\x9b\x3e\xca\xa7\xd1\x69\xa1\x38\xd4\xb7\x0c\x65\x81\x07\x7f\xd6\x44\xb4\x30\xb8\x31\xac\x3f\xde\xe7\xb5\xfc\x84\x5b\xbc\x73\x89\xe7\x0f\xeb\xbc\xc9\xd7\x05\x4c\x5f\x75\x88\x73\xba\x2b\x69\x93\xcc\x7d\x41\xe2\x7c\xeb\xeb\x19\x11\xbb\xf4\x30\xda\xc5\x03\xfc\x85\xa0\x50\x3f\x78\xff\x40\x15\x3c\xb1\xb4\x67\x2b\x95\x30\x0f\x93\xd1\x85\xf8\x9e\xff\xe8\xaf\x61\x8b\x5a\xdc\xf6\x13\x29\x85\x86\xa7\x5c\x12\x00\x35\x6c\xe4\x9e\xa7\x57\xfc\x72\xc5\x90\x2a\x9c\x3f\xae\x05\x8c\x97\x2b\xc1\xbb\x18\x59\x1c\x00\xb5\xc7\xd6\x59\xaf\xf2\x9e\xab\xeb\x7f\x7c\x2d\x33\x7b\x61\xda\xad\xd3\x5b\xc0\x3f\x90\x31\xa9\x11\x83\x8d\xd7\xd7\x7f\x55\x17\x7a\x42\x7b\x6d\x61\x69\xca\xd0\x3b\xe0\x32\x85\x9f\xfd\x6b\x42\x18\xb3\x87\x2a\x98\x1a\x64\x6c\xdd\x59\x66\xce\xec\x24\xe4\xbd\x94\x3d\x60\x9e\xf4\x98\x89\x31\x79\x34\x37\x1d\x22\x87\x1a\xf3\x15\x51\x7d\xf7\xc4\x7a\xaf\xd9\xe6\x07\xe1\x96\xf5\x85\x45\xbf\x1f\x0a\x2f\xdb\x7d\xe4\x5a\x11\xe9\x5b\xe1\x15\x11\xa5\x31\x6a\xe6\xbd\x89\xf1\xd5\xa0\x96\x2c\xe0\x89\xb7\xe2\x67\x3b\x0b\xb9\xb0\x2c\x6f\xba\xfe\x13\x98\xf4\x54\x8c\x59\x23\xfd\xc2\x41\x84\x17\x60\x70\xb5\x4b\xa6\xb2\xeb\xae\x00\x26\x78\x40\xff\x4e\xce\xf9\xdf\xb3\x03\x94\xfc\x93\x1a\x97\xb5\x39\xe2\xbb\x28\x5d\xd8\x7b\x1d\x17\xa0\x66\x80\xcf\x55\x75\x42\xe7\x98\x5e\xaa\x6d\x63\x79\xb1\xe4\x73\x65\x2f\xa1\x00\x01\xd3\xc3\x0d\xea\xb9\xa0\x63\xfb\x39\xe1\xaa\xc9\xce\x6c\x6a\x5a\x06\xbb\xd3\xe4\x5b\xc1\x01\xb1\x43\xc0\x9d\x6c\x7e\x5a\x39\x13\xc1\xdc\x7f\x8a\x72\xe6\x44\x8f\x03\xe5\x4c\x61\x21\x55\x6d\x9b\x4b\xf5\x17\x8a\xcc\x90\x34\x3a\x43\xef\xe6\xae\x11\x1a\xe2\x92\x53\x38\xde\xbd\x78\x11\x7e\x05\x62\x4d\x56\xdb\xd6\xde\xfe\x02\x90\x42\x20\xe9\x40\xe5\xcd\x6b\x87\x66\x5d\xe7\x7c\x97\x9e\xb0\x7b\x34\x6c\xce\x06\x10\xcb\x75\xe6\x82\x49\x1d\x08\x9e\x03\x6b\xb6\x2a\xef\x9b\xae\xe3\x9f\xe5\xc0\x16\x49\x44\x7e\xbd\x33\xe9\x27\x5f\x7f\xfb\x94\x05\x06\xce\x85\xdd\xa8\xa0\xd2\x7b\x10\xce\x7d\xe7\xb4\xf2\x5d\x5e\xd7\x42\xe9\x61\x73\x23\x8b\xdb\x7c\x07\xcf\x58\xa1\x84\xa4\x8b\x2e\xb2\xa1\x67\xdb\x41\xd7\x55\xef\xf8\x00\x3b\xc2\x81\xd7\xc3\xd0\xd5\x41\xe8\x5c\xc7\xf8\xf3\x6c\xbd\xd4\x57\xdd\x95\x73\xc8\xbe\x5d\xe7\xaa\xc8\x7e\xa8\x31\x36\x22\x05\xb6\x09\x14\xd8\x7a\xb7\xf8\x99\x18\xc6\xdd\xc0\x65\x21\x70\xe1\xb2\xda\x3d\x50\x9d\x7b\x46\xd8\x41\xb5\xb6\xdb\x8b\x68\x07\xf4\xf9\x71\x8f\x07\x51\xba\x12\x1c\x06\xff\x0a\x4f\x14\x14\xd9\xbe\xa3\x7b\x57\x6c\x38\x88\x08\x34\x22\xee\x83\x27\x54\xcf\x1d\x1e\xb2\x41\x75\x67\x27\x64\xd2\xfc\xfa\x4f\xa0\x45\x37\x5b\x73\xc8\x89\xae\x4a\xfe\xdb\xff\xfd\xff\x7c\x7c\x8f\x90\xf4\xbd\xa6\xda\x7e\x7c\x4f\xa4\x6f\x8e\x59\x20\xc4\x9a\xc2\x1b\x22\xeb\x3b\x2d\x89\x63\x64\xdc\x71\x42\xb5\x2a\x65\x81\x22\xb6\xee\xf5\x15\x6b\x42\x5b\xc7\x6c\x83\x88\x34\xf8\xc8\x18\x66\x16\xc4\x28\x99\x81\xf3\x97\xa8\x39\xe0\xfa\x4b\xb8\x13\xcf\x7e\xdf\xe6\xe9\x66\xb9\x6e\xf3\xcc\xd2\x2c\x88\x10\x4b\x61\xcc\xd2\xdb\xd9\x2a\x9d\xd0\x5c\xe6\xb5\x5c\x86\xef\x04\xbc\xa3\x9b\x10\xb8\x4d\xf0\x53\x9b\x96\x3b\xe2\x5e\x33\xff\x08\x15\xc3\xc0\x2b\x44\x5c\x80\xc4\xad\x59\x64\x0f\xef\x2c\x62\x7a\xf6\x2d\xec\xef\xa0\x46\xef\x6f\x1d\xec\xa5\xaf\xfa\xb7\x23\x7d\x7b\x2f\x3c\x3e\xcd\x95\x03\x17\x4c\xd3\x7c\xea\x78\xee\x44\xa9\x07\x2c\x1a\x82\x54\xe2\x61\xae\xff\x8a\x81\x6e\xcd\x66\x6c\x1e\xfc\x5d\x99\xcd\xf4\xa9\x74\x8a\xfd\x59\x53\x59\xbb\xb8\xcf\xb2\xbf\xd9\x45\xbe\x85\xa1\xa9\x5a\x01\x20\x0c\x43\x63\xd6\x8b\xdf\xd2\x57\xf0\x9f\xee\x4d\xe5\x7b\x41\x05\xda\x15\x31\x9f\x5f\xab\x79\xa4\x9d\xd1\x67\xd8\x9f\xae\xf3\x51\xd0\x14\x44\x59\x99\x8c\xae\xb2\x35\x2b\x4b\x25\x5f\x35\x1d\x3d\xbb\x4d\x47\x97\x65\x0b\x4f\xb7\x82\x1a\x7f\x67\x98\x4a\x22\xc0\xcf\x81\x8d\x67\x29\x9b\x4d\xd6\x6a\x3e\x09\xd3\xd8\xad\x35\x35\x55\x7c\xce\x7e\x6a\x66\xc6\x1a\x4d\xba\xca\xf4\xd8\xd2\x33\xde\xc9\x6f\x3a\x69\x8e\xb9\xf3\x0d\xff\x75\xb5\xd8\x4d\x07\x55\xd5\x4b\x27\x0d\x5a\x00\xff\x18\xbe\x35\x5f\xda\x23\xde\x4f\x22\x5f\x8b\x9c\x15\x90\xb8\x0d\x1b\xa9\x05\x13\xe7\x2d\x08\x47\x96\x08\x31\xe1\x24\xef\x0b\x6c\xf5\x33\xbc\xb3\x72\x3b\x70\x3d\x3b\xbc\xc1\x96\xde\x7e\x58\x13\xd8\x0c\x36\x0f\x73\x8e\xb8\x03\x25\xed\x23\x7b\x48\xf0\x0f\x57\x20\x9a\x39\x29\x7b\xc6\xff\x8e\x8a\xf1\x47\x0a\xbf\xa2\x7f\x45\x45\xfb\xca\xf2\xba\x44\x2d\x84\xdd\xe7\xdf\xc9\x3d\xf9\xed\xaa\xa5\xa6\x60\x13\x0f\x74\x04\x23\x6b\x3c\x20\xdc\x23\x6d\x2d\x17\x25\x28\x22\x28\x2f\x3e\xe6\xb7\x85\x8b\xa2\xe1\xf9\xfa\xf4\x73\xc0\xcf\x68\x22\x3b\x02\xc9\xe5\xca\x2e\xa9\x73\xe3\xa8\xb3\xff\xa3\x6c\x61\x8d\x42\x4f\x95\x85\x0b\x31\xb1\x0a\xfc\x1d\xd4\x21\x3d\xf4\x70\xb2\x02\x08\xef\xcb\xda\x26\x3a\x7f\x14\x8d\xba\x66\xbc\xb8\xb2\x17\x20\x7c\xf1\x69\xf1\x50\x2c\x5c\xea\x1e\x2b\x0e\xe9\x4d\x88\xb6\x33\x5a\x53\x97\x82\x5e\x63\xd1\x80\x18\xd8\x6a\x97\x8e\x81\xf7\x8b\xba\xcf\x1f\x4e\x2c\xeb\x12\x9e\x81\x87\x2a\x6f\x9c\x2c\xab\x5f\x19\x8a\x12\x2e\x4a\xa4\xe8\xbd\x17\x27\x56\x10\x3c\x1d\x87\xa0\xe9\xfe\x59\x16\x14\x43\x53\x97\x40\x20\x9e\x48\x8d\x2c\xd1\x2a\xb0\x19\xe8\x6e\x79\xb8\x02\x2d\xc3\xbe\x2f\x02\x5d\xf4\x33\xc1\x4f\x1e\x08\x3e\x70\xc1\x58\x9e\xa5\x05\x66\xa1\xd7\x3c\xc9\x72\x68\x3f\xe9\xba\x9c\x25\x57\x58\x11\x88\x91\x84\x4e\x98\x90\x01\x2d\x00\x2b\xfa\x64\x9e\x30\x16\xda\x95\xb4\x56\x13\x36\x60\x19\x0c\xad\x89\x28\x00\xbb\xce\x8b\x22\x2f\xd6\x49\x79\xc1\x1f\x2e\x88\xc0\xcb\x82\x4e\xe8\xca\x6d\x88\x30\x49\xad\x9f\x0d\xbd\x36\x65\x15\x00\x68\x6a\xb7\x4b\x36\xf2\x59\xc8\x0f\x5f\xc4\x77\xdf\x43\xb8\x5a\x52\x0f\x00\x1c\x92\xe3\x86\x58\x1f\xa2\x9f\x33\x6c\xdd\x27\x9f\xbb\xc5\x7e\xf1\x41\x50\xc7\x15\x7f\xd0\xdf\x3c\x28\xb5\xe9\xd2\xe1\x4f\x54\xa2\xd6\x2d\x0a\x18\x61\x89\x4e\x48\xed\xbc\xe5\x3d\x42\xbf\x44\x9f\xb9\x88\x16\x09\x5d\x22\x5b\x64\x74\x60\x28\xad\x72\xfe\x1c\x9c\x84\x76\x21\x5b\xb9\xed\x08\xb3\x08\x2c\xea\xc5\xd1\x35\xba\x62\xb7\xc9\x2a\x43\x70\x54\xa0\x54\xfe\x18\x8b\xbc\xcd\x2e\x3a\x4e\x50\x23\x05\xfd\x60\xfd\xdb\xe6\xfa\xe7\x2f\x74\x96\x4e\x2a\x41\x65\xda\xaa\xef\x85\x6e\x97\x80\xab\x4c\x96\xcf\x12\xcf\x32\xfd\x0b\x6e\x9a\xdb\x44\x23\x68\xcd\x43\xf4\xe6\xec\xc9\xd8\x52\x86\x3d\xa7\x7c\xcf\x09\x3e\x86\x7b\x20\xa6\x1a\xf7\xa2\xc3\xf6\x20\xaa\x18\x6b\x65\xf5\x1d\xfc\xad\x16\x24\x52\x00\x94\xc2\x05\xbe\x3b\xf7\x86\x6d\xc1\x96\x76\xf2\x0c\xd7\x0b\x31\xef\x97\xcb\xa4\x45\x89\x14\x11\x85\x20\xcb\xeb\x83\xb4\xf9\xbe\x3c\x88\xe3\x1d\x36\x8a\xf6\x8a\xa6\xea\xa4\x23\x6e\x49\x84\x9f\x81\xc5\x45\x02\x12\x93\x1e\x78\xda\x15\xd4\x4b\x30\xb9\xe0\x92\xdc\x34\x8c\x5f\x2c\x8f\xe2\x9b\x2c\x9e\xf2\xfd\xd1\xf5\xca\x88\x35\xa0\x8b\x27\x8e\x3b\xf6\xce\xbd\x33\xbe\x84\x9f\x3e\xd1\x4d\x44\xf5\xac\xe9\xad\xd7\x8d\x71\x63\x48\xff\x84\x2d\x12\x5a\x4d\xa2\xd5\x69\x11\x89\x54\x8f\x36\xcb\x9e\x1c\x46\x2e\x67\xb6\x3c\x5c\x06\x83\x0a\x1e\x53\x8d\x59\x8f\xca\xb4\x2e\x51\xcb\x74\xf0\x3c\x32\x43\x15\xe3\x6b\x6e\x37\xbf\x59\x40\x73\x6f\x4b\xf4\x5e\x42\xac\x29\x87\x31\x63\x8b\x53\x4b\x38\xf8\xd2\x28\x36\x8e\x06\x21\x18\x76\x30\x2e\x78\xc8\x01\xf3\xda\xe4\x45\x0f\xeb\xd4\x09\x21\xb7\x4a\x10\x79\x73\x19\x20\xed\x78\x9d\x03\xe8\xba\x2b\x5b\x78\xc8\x1b\x81\xee\xf7\x85\x33\x3a\x15\x1d\x06\x18\x00\x9e\xcd\x38\x17\x3a\x07\x9c\x05\x9d\x41\xf0\x70\xa0\xb0\x9f\x0b\x87\xc4\x29\x97\x6a\x92\xc3\xf0\xf9\x5b\x66\x4d\x38\xaa\x07\x7f\xfd\x44\xae\x7d\x70\xc8\x3c\x4d\x26\xf3\x99\x49\x09\x30\x67\xdd\xae\x08\xa4\x18\x89\xc9\x3f\x05\xba\x82\xcb\xaa\x26\xc5\x3c\xa6\xa7\x55\xea\x68\x50\x4f\xb6\xf0\x7c\x6f\x18\x31\xec\x01\x3d\x62\xe8\x67\x13\xcd\x67\x8e\xfc\x9b\x0f\xc9\x40\xf7\x5d\x1d\xa1\x99\xd1\x38\xb6\x1b\x73\xa5\xc7\xdb\xd7\xb8\x80\x52\xeb\x9c\xcb\xfc\x37\x30\xea\xf4\xf8\xdc\x05\x8f\xee\x3f\x2a\x36\x5f\x3c\xef\xad\x1b\x7c\x19\x3f\x11\xf7\x89\x1d\xf4\x5f\xc4\xc1\xfd\x1c\xe1\x54\x8e\x9e\x4a\x05\x02\xb4\x1c\x6c\x11\x1f\x9d\x07\x38\xa2\x58\xb2\xae\x46\x55\xe2\xc1\xf7\xf9\x90\x12\x0e\x8a\x70\x61\x51\x2a\x9c\x8e\x9d\xa8\x91\x12\x29\x5c\x2d\xb5\x0b\x2f\xe8\x9a\xac\xea\x29\x6c\x21\xb0\x89\xd3\x62\xfa\x7a\x38\x60\x5f\x8d\x07\xdd\x18\x8d\x0b\x24\xc4\xf8\xba\x1c\x8f\xde\xb7\xe8\x27\xb0\x39\x39\x04\x02\xcc\x04\x4d\x1e\x2b\x6f\xb5\x19\x10\xfd\xd1\x28\x74\x15\xb3\xa0\xcd\x0b\xb3\xdb\xa8\xe4\xff\x86\x66\xf4\x3c\x22\xf0\x27\xec\x4e\x8f\x1d\x87\x3b\x9b\xd8\x39\x5f\x49\x75\x9e\xae\x6a\x6e\x07\xdb\xe2\x2b\xf2\xae\xf4\xf5\x8c\xab\x27\x37\xcd\xf3\x8a\xe3\x83\xd6\xa3\x64\xf3\x19\x3d\x1f\x33\x2a\x5e\xee\xb7\x44\x1e\x69\xec\x04\x05\x09\x83\x2b\x18\x8d\xa2\x5d\xb9\xb1\xb4\x37\xe2\x98\xb5\x96\x74\xe5\xc5\xc0\x73\xd1\xb2\x3c\xc0\xe5\x82\xb9\xbc\xcd\x2c\x5d\x09\x60\x5f\xdb\x80\x54\x13\xf0\x39\xd5\x18\xe6\x4b\x3d\x46\x2a\xfe\xdb\xff\xf9\x0b\xc8\x80\x4e\x5b\x25\x9d\x6d\xe6\x09\x48\xe1\x94\x45\x53\x40\xcb\xa5\xbc\x13\xb7\xf1\xec\x3f\x40\xad\xdb\xc9\xaa\x6d\x1a\x50\xff\x2b\x90\x8f\x74\xb5\x15\x2f\xb1\xa0\xb5\xe2\x10\x44\xa3\x89\xad\x60\x79\x3e\x3f\x35\xab\x58\xf8\x6d\x64\x36\x68\x77\xaa\x01\x8d\xc1\xc6\x24\x57\xc4\x09\x14\x09\x0b\x25\x0e\x6e\xe7\x4e\xb5\x71\x28\xb6\x67\xcc\x7a\x5c\xc7\xa8\x4a\x46\x75\x0d\x7a\x34\x2b\xd1\x3c\xa4\x53\x06\xf8\xc6\xac\x00\xea\x78\xe2\x92\x3b\x99\x3f\x4d\x40\x36\x97\x05\x20\xdd\x17\x2b\x63\x2e\x87\xfd\xd5\x00\x64\xc2\x42\xbc\xec\x35\xef\x04\x0b\x8c\x44\xba\x5e\x8e\xb0\x80\x36\x79\x1b\x22\x18\x56\x3b\xd1\xfb\x49\xcc\xa0\xed\x6f\xb8\x7f\x7d\x0d\x62\x18\xec\xa9\x01\x26\x2e\x99\x36\x74\x52\xd4\x89\xcf\x73\xc4\x4f\x51\x29\xc4\xf3\x3e\x56\x98\x93\x47\x4c\x35\xa8\x35\x40\x30\x1d\x34\x11\x22\xfd\x74\xd9\x32\xe0\x5e\x6e\x57\x3d\x32\x08\xdb\x09\x08\x67\x30\x28\x46\xb3\x67\x1c\xf5\xa8\x8f\x0b\x71\xba\xe1\x8e\x28\x21\xe2\x04\x40\x91\xa1\xe1\xf3\x7a\x5f\x22\x02\x8c\x88\x47\x26\x9b\xd5\xf0\xa8\x3e\x47\x60\xc0\xab\x89\x92\x39\x03\x2b\xfc\xc4\xae\x0a\x79\x76\x26\xea\x00\xa3\x48\x9d\x5a\x1f\xac\x89\x4a\x15\x02\x0c\x35\xca\x0e\x79\x7b\x9b\xc8\x66\x77\x72\x7c\x6b\x6a\xd7\x8a\x06\xc8\xcc\x81\x7d\x61\xde\xda\x6e\x57\xd6\x0d\x9e\x4d\xb6\x2a\x34\x57\x08\x74\xc0\x62\x62\x78\xb0\xe3\xe3\xcd\x03\x06\x2d\xc5\xf7\x66\xa2\x11\xee\x1e\x1f\xd1\xa2\xf4\xc7\x73\xe7\x87\x4f\x5f\xd6\x7a\x48\xbd\xdd\xda\x0f\xbf\x7a\x49\x64\xe5\x9d\x1f\x7e\xfd\xb2\x06\x45\x39\xea\x60\x79\x41\xfc\xfc\x89\x5e\xb8\xb1\x6b\xc1\xc2\x98\xb2\x85\x6a\x84\x05\x10\x45\xde\x23\xf9\x9f\x30\x5b\x09\xdf\xd8\xc5\xe8\x81\x11\xb4\x20\x88\x2e\xc2\x0e\x99\x96\x79\x04\xd1\x3f\x62\xed\x6e\xa9\x7b\x50\x2f\xee\x64\xba\x7c\x43\xd0\xeb\x3b\x90\x52\xa8\x25\x9a\xc5\x8f\xb5\xdf\x9f\xeb\x9f\xfb\x85\xff\x0b\xa8\xe9\x3b\xbc\xe6\x1f\x5d\x3b\x67\x4d\x2e\xcd\x7d\x74\x41\x58\x42\xc0\xff\xdc\x1e\x98\x2a\x65\x3d\xbb\x77\xa6\x02\x52\xf5\x33\xf8\x8d\x9f\x63\xe9\x8d\xe5\x58\x92\xcd\xc2\xf7\x23\x5c\x50\x1a\xd8\xce\xc1\x54\x2f\x42\x85\xfc\x43\xd7\x7a\x15\x17\xb9\xd9\x48\x95\x73\x19\xab\xbd\x4a\xe0\xfb\x1a\x55\xaf\x2c\x6f\xa9\xd4\x73\xe4\x85\x0f\xcf\x1d\x57\x8a\x3b\x1d\x56\x86\xb7\x88\x18\x28\xba\x85\x0d\x9e\x61\x07\x82\xdf\xe9\x64\x06\x27\x87\x5d\x47\x64\x99\x8d\xc1\x7e\xe7\x19\xc0\x8c\xa0\xe6\xb6\xdf\x7a\xfe\xf5\x05\x83\x4f\x74\x00\x32\x3b\xed\x41\xcc\x28\x4c\x3f\xab\xf7\xeb\x4b\xa5\x0c\x54\x8b\x7b\x3b\x28\xb6\xe1\x03\x53\xb4\x08\x13\x36\xd4\x4a\xdf\xbb\x73\x62\x66\x10\x07\x5e\xa8\x68\x3f\xa0\x8b\xb5\x44\xf4\x35\x07\x59\xba\xfe\x79\x5f\x99\x54\xe2\x36\x3b\xa8\x1f\x5b\x62\x68\x89\x8b\x6b\xe7\x9c\xde\x59\x80\x10\xd9\x97\x46\x21\x89\x24\x8a\xb5\x18\x03\xf7\xd1\x57\x33\x31\xef\xac\xca\xe3\x8e\x83\x5b\x68\xdf\x2c\x38\xfc\x2a\xeb\xc2\xa3\x8a\x7c\x45\xdc\x1c\x88\x85\x44\xdc\x9d\xbc\x3e\x0e\x48\x83\x20\x8e\xc1\xf0\x75\x95\x1a\xb4\x7a\x8e\xdd\x4e\xff\x3f\x59\x03\xd6\x31\x8e\xdc\x0f\x9e\x7b\x29\xee\x81\xb7\xf6\x14\x83\x7b\xbe\x46\x95\x27\x16\x24\x05\xa1\x5b\x56\x5c\xa2\xb1\x21\x1e\x96\x19\x1c\x3f\x59\x81\x35\x3d\xcf\x29\x2b\xd4\x9b\x6b\x4e\x18\x68\x5d\xf9\x26\x43\x73\x2c\x9b\xb2\x8e\xed\x8a\x48\xb1\x93\x46\x59\xbd\x01\xb1\xd8\x61\x0d\xb1\x4f\x6c\xe5\x33\x3d\x27\x6f\x2e\xaf\xf4\x53\x6f\x96\xee\xec\x87\x4c\x64\x7e\x1a\x60\xd7\x3d\x6d\x3e\xc1\xe6\xde\x28\x86\x85\x25\x36\x74\x38\x30\x58\x70\xf5\x4c\xd3\x98\xf4\x12\xd7\xbf\x27\xf4\x7e\xd4\xa8\x29\x1a\x2f\xc5\x1b\xcb\xb1\xea\xf8\xa0\xc1\x25\x36\xc4\xb5\xe6\xf6\xc7\x89\x7e\x32\xba\x1c\xa0\x2e\x07\xfd\xb8\x38\x7d\xe8\xe5\xc7\x99\x68\x56\x02\xc6\x32\x10\xc6\x69\x19\xdd\x69\x48\xa7\x7a\xb5\x40\xc9\xa6\x65\x84\xcf\x54\x07\x33\x59\x4d\xcd\x0a\x7c\x5d\xd8\xcb\xf8\x48\x18\x40\x89\xad\xc3\x92\xc1\x88\xec\x55\xc7\xbd\xce\x07\xbd\x22\x76\xe8\x62\x65\x8e\x66\x38\x9a\xfc\x5d\xec\xdd\x40\x5a\x1e\x29\xa3\xbc\x12\x4a\x7e\xba\x35\x97\x50\xf9\xb7\x5b\x3a\x14\x36\x9c\x2b\xcc\xd6\x1e\xd9\x07\xed\xd0\xb9\x68\xaa\xae\x66\x73\x09\x32\xab\x29\xfd\x78\xfa\x0c\x15\x79\x2a\x0e\x28\x32\x3a\x1b\xc6\x22\xde\x90\x3d\x20\x8e\x5c\xbf\x5c\x8e\x62\x98\x27\x97\x96\x88\x7d\xd8\x78\xe5\x19\x9d\x10\x87\xcf\x77\x63\xc0\x5f\x38\xcc\x25\xb0\xf8\xf1\x5b\xa7\x49\x66\x83\xf2\xd1\x36\x35\x6c\x6e\x48\x7b\x48\x7f\x08\xf5\xd0\xf8\x9f\x85\x74\x08\x61\xda\x4f\xb8\xe7\x4f\x40\x8c\x64\x8a\x75\xff\x85\x7f\x08\xee\xd5\x8d\x8c\xf9\xcd\x27\x18\xe6\xfb\xe8\xfc\x19\x59\xc9\x71\xe2\xbe\x24\x75\x6a\xa0\x89\x62\xd2\x25\x73\x42\x92\x4f\xc4\x3a\xff\x73\x68\x0a\x1d\x82\xe7\x7f\x73\x40\x2f\xfd\xfa\x6b\xff\x55\xbb\xde\xd9\x6a\xed\x48\x13\x19\x01\x9d\x9b\xff\x50\xd7\xd4\xf8\xbf\x10\x19\xa5\x73\x37\x2b\x50\x0e\x48\x20\x22\x36\x23\xf7\xbb\x7a\xd3\x72\x12\x91\xa0\x3c\x16\x08\xf5\x25\x22\x97\x7a\x22\x01\x82\x77\x82\xe9\x84\x2e\x94\x3a\xfa\xfa\x13\x58\xf0\x42\xbc\x11\x4d\xe9\x23\x97\xfa\xc7\x36\x3a\x3e\x09\x31\x05\x57\x51\xc4\xcb\x14\x4b\x4a\x78\xb1\xd0\xda\x2d\xbb\x9b\x84\xbb\xb3\x38\xa7\xcf\xa5\x1f\x13\x70\xa2\x05\xac\x38\x0c\xfb\x9d\x70\xbc\xac\xb9\x71\x77\x4b\x5b\x13\x6d\x0d\x8d\x1a\x1b\xd7\xde\x67\xfb\x9e\x89\xf6\x1d\xa1\xb4\xe3\xa6\x14\xfb\x25\x17\xfe\x3c\xf2\x47\xf2\x8e\x48\xd0\x9a\xf9\xf9\xe6\x35\x5d\x7e\x9b\x6e\x20\xae\x15\xef\x10\xb6\xfa\xe6\x00\x97\xb4\x87\x8d\xc6\x87\x54\xba\xed\x10\xe4\x9c\x28\x33\xd6\x70\x6a\x3e\x05\x8d\x13\x7b\x24\x96\x90\x09\x22\x8f\x0b\x4c\xb1\x64\x03\x31\x5e\xbf\x22\x98\x70\xfe\xa1\x01\x49\x18\xe4\xd5\xed\x42\xd0\x11\x5b\xe9\xdc\xd4\xd7\x20\x38\xce\x64\x7f\xec\xab\x84\xc7\x28\x5c\xe2\xe9\x41\x06\xe9\x23\xdc\x3d\xaa\x68\x57\xd1\xab\xa0\x67\xe7\x11\xe3\x22\x83\xa2\xd7\x2e\x82\x88\x18\x4d\x00\x3a\xa6\x6e\x2d\x43\x66\x5b\xe8\x0d\xe3\x26\x2a\x68\xfe\xf1\x51\x9f\xfc\x60\x0a\x52\x3d\xfa\x8a\x1c\x59\x92\x75\xd9\xe0\x81\xa0\x3b\xe7\xe0\x34\x06\x9e\x0f\xff\xe5\x4e\xf6\x51\x72\x14\x05\x29\x1c\x62\x06\xe6\x24\x28\x82\x79\x3e\x15\xe1\x8f\x07\x22\x62\xff\xe7\x3f\xce\x02\xc5\x7d\xff\x18\x0d\xa4\x7f\x41\x95\x29\x61\x48\x50\x7c\x4a\x20\x32\xac\x92\xf5\xe5\x25\x82\x5d\x84\x93\x28\x97\x59\x4b\x80\xc1\xcc\x68\x2e\xf1\x56\x61\x5f\x03\x23\x77\x04\xc4\x1b\xce\xc6\x51\xfd\xa3\x31\x3c\x1b\x12\xaf\x10\x72\x72\x3c\x07\x08\x0b\x32\x2d\xbb\x74\xe6\xb2\x47\x8d\xdf\xa0\xe1\x7b\x95\x86\x9b\x47\x03\x0d\x84\x86\x6d\xb1\x69\x98\xaa\xa9\xca\x6d\x11\x6d\x9c\x50\x9e\x4f\x89\xd2\xbb\xfe\x39\xfc\xde\x9b\x8b\x86\x1f\xdd\x06\x3c\xe5\x35\xc3\x48\x73\xab\x91\x6e\x3e\xf4\x51\xf5\x73\xfb\x51\xbc\x66\xcb\x9e\xc8\xbd\xad\xa4\x2f\xf2\x81\x7e\xb5\xdb\x25\x43\x40\x03\x7b\x1c\xfa\x93\xd0\xa7\x2e\x1c\x62\x22\xbc\xdc\x59\x10\xa1\xe9\x76\x45\xff\x7d\xbc\xdb\x7d\x9c\x65\xb7\x27\x36\xa3\x77\x32\x89\x80\x48\x88\x27\x6f\x46\xaf\x7c\x78\xec\x39\x14\xf4\x15\x10\xc6\x37\x40\x23\x1b\x35\x04\xe7\xc9\xe2\xc1\xad\xdd\x4b\x6e\x1e\xb6\x2c\x3a\x4b\x1a\xb8\x16\xad\xc4\x97\xd6\x45\x9a\x61\x53\x4b\x0d\xa3\x34\x8a\xe4\x1e\x2e\x29\xe2\x2e\x82\x82\x98\x0a\x7f\x97\x49\x6a\xe0\x38\x31\x90\x1e\xc9\xde\x44\xd5\xe2\x49\xdb\xc8\xe5\x9a\x85\x59\xe6\x56\x0c\x35\x43\x67\x8c\xb1\x34\x6f\xa2\xfa\x09\x4f\xb3\xd1\x64\xa6\x48\x7d\xb8\x8d\xfc\x67\x51\xfa\x53\x53\x3b\x01\x36\x37\xfb\x9a\xcd\x0e\x44\x22\x2c\x9e\xd3\xff\xf8\x5f\xf3\x83\xdd\xa6\x88\xe1\xab\xd1\xf6\x0e\x09\x8a\x6e\x45\x65\xb2\x07\xf8\xce\x56\x1e\x08\x62\x98\xd2\x95\x5f\xb3\x81\xa6\x93\x8a\x64\xe5\xa6\x55\x61\x0b\x9b\xeb\x69\x90\x85\x2b\x4b\xd7\xfb\x20\x71\x87\x39\xbe\x36\x3c\x84\x77\xb9\x43\x18\x30\xa2\x17\xf0\x23\x2c\xc1\x63\xea\x95\xb8\xc8\xab\x1a\x21\x06\x39\x7d\x9a\xa2\x0a\xc9\x21\x05\x8f\x59\x79\x76\xa5\x41\x98\x62\x8d\x3f\x28\x3d\xcd\xdf\x1d\x35\x1d\xb5\x10\x37\xf9\xb5\x0d\xad\xdc\x86\xbd\x3a\x83\xeb\xd8\xe8\x81\xd1\x0e\x62\x65\xbc\x16\xd2\x9f\x9e\xc6\x08\xbb\xe8\x1a\x38\xa4\xf6\x5e\xe2\x0b\x70\x83\xa8\x6b\xb6\x3c\xd6\x7e\x59\xd3\x70\xa7\x86\xc9\x4e\x03\xe0\x69\xf0\xd8\x2a\x51\x41\x48\x9e\xeb\xf3\x6d\x40\x6f\x4b\x51\x29\x38\xee\x37\x5a\x8b\x2b\x63\x5d\x4b\x1d\xec\x86\x73\x87\x09\xea\xa8\xcf\x4c\xbc\xdc\xbe\x16\xc2\x2f\xa6\x76\xf9\xa9\x4b\xb8\x27\x29\x74\x02\xef\x13\xa3\xa4\x2c\xf0\x93\x52\xb2\xf3\xe4\x4b\x8e\xb6\x03\x8f\xc0\x0a\xef\xb5\x3b\x4e\xee\x71\xa0\x3e\xd6\x7e\x19\xa0\xde\xee\x94\xea\xbb\xd1\x86\x5d\xb0\x8b\x22\x81\xf5\x8e\x92\xc6\x0b\x60\x99\xc9\x47\x3c\xea\xa9\xc4\x6a\xee\xdb\x5c\xcc\x56\x6a\x3a\x55\xc4\x75\xf1\x9f\x83\xd0\xd9\x30\xdd\xee\xe5\x39\xe6\x44\x9d\x39\x07\x58\x8c\x1d\x4a\x4e\x55\x65\x5d\xbb\xc0\xc5\xa9\x2a\xd8\xac\xc5\xe3\x0c\x99\xcd\x4e\x55\x69\x0b\xd5\x1b\x71\x84\x3b\xfe\x37\x5b\xa1\x76\x7d\x83\xcb\xb2\xdc\xd4\x8b\xe7\x76\x85\x7f\xe4\xfd\xf7\x75\xde\x48\xd1\x37\xf8\x8e\xc4\x47\x7d\x19\xb1\xae\x79\x3a\x99\xa6\xce\x87\x1a\x08\xf6\x49\xad\x7d\x7d\xf5\x87\xfc\x3b\x39\xd7\xdf\x7d\x45\x98\xd9\xbb\x9c\x7c\x30\xb3\xbf\x44\xcc\x61\xc4\xf5\x60\x2f\xbc\x71\x87\xa8\x8e\xf4\x04\x55\xb9\x66\xcb\x6c\xed\x18\xdf\x61\xa5\x91\xb3\x71\x81\x2b\x25\xd2\x9c\x8d\x23\xe9\x3d\xbe\xa0\xdf\x84\x58\x09\x56\x50\x81\x76\xab\x85\x9e\x8c\x63\x02\xdb\x79\x30\x1d\x9c\xc0\x63\x8d\xfd\x6f\x12\xc5\x1d\xbe\x58\xad\x0b\xfc\xb2\xee\x4e\xc5\x21\x09\x0e\x46\x22\x53\x80\x7e\x0c\x23\xbe\xe8\xb3\x35\x61\x4e\x1f\x3a\xf7\xc0\xf6\x12\x22\x57\x3c\xb5\xeb\x32\x98\xa3\xc9\x5e\xe1\x21\xcd\x26\x0f\xe3\x68\x90\xf0\xa5\x16\xfe\xce\x37\xc1\xb5\x50\x54\xed\x92\x8a\xb0\x4f\x53\x82\x82\x60\x79\x10\x3a\xc3\x57\x03\x19\x88\xf8\x31\x10\x22\xe0\xb0\x6a\x39\x10\x0a\x5b\x59\x8f\x5a\xc0\xb0\x6b\xd8\xe2\x88\xcc\x7c\xbf\x34\x95\xf8\xa5\x3f\x8f\xda\x44\xf5\x07\x29\x9b\xde\xab\x9d\x7a\x07\xb1\x0f\x93\x8b\xec\xeb\x93\x7a\x71\x68\xaf\x5c\xbd\xf6\xd9\x8b\x51\x42\x54\x60\x94\x7d\xa9\x91\x95\xf1\x6e\xb7\x2e\xa2\xdb\x26\x0f\x36\x59\x04\x51\x32\x82\xa6\x8d\xe1\x4f\x09\xe2\x6b\x6f\x6c\x75\x62\xd3\xb8\xce\x52\xeb\xd0\xb9\x10\xdf\xd5\xd2\x3b\x93\x23\x5b\xcc\xfa\xb2\x39\x58\xfc\xff\xa6\x9e\xfc\x22\x07\x3d\x4d\xec\xaa\x73\x4b\x3b\xae\x39\x10\xb6\xa4\xf9\xf2\x94\x43\xdf\xad\xf6\xc1\x3b\x36\xa0\x55\xb7\x26\xdc\x96\xc9\xee\xc7\xfd\xc8\xcc\xea\xa6\xdb\xe2\x71\xed\xb6\x0c\xc8\xef\x35\xb7\xcf\x6e\xec\x74\xce\x21\x50\xf3\x54\x52\x80\x71\x28\xd4\x9b\xeb\x73\xe4\x55\xd7\xe8\x6e\x18\x43\xd5\xde\xb4\x0b\x72\xb8\xe7\xdd\x0e\xc9\x66\x91\x3a\x09\xaa\x28\x70\xf5\xf2\x84\xfd\x2b\x02\x35\xfd\x5b\xf2\xaf\xb8\xa0\xf4\x27\x27\xb4\xfa\xd3\xbf\x39\xe9\xcc\x84\xdf\xf4\xd6\x4c\xc4\xb2\x3a\x9b\xba\xe5\x79\xc2\x13\x6c\xdd\x8e\xb4\x01\xdc\x31\xdb\x1b\x5f\x55\x4d\x57\x02\xb7\xa6\x80\x53\x15\x3e\xdb\x6c\x52\xbb\x77\x29\x51\x7c\x38\x87\x03\xc3\x73\xdf\x69\x66\xd8\xce\x0d\x92\x10\x3c\x94\x44\xbf\x00\xa9\xac\xec\x91\xe8\x26\x5a\xf0\xf5\x1f\x6a\xe2\x3f\xfb\xea\x9c\xe9\x94\xc3\x58\x42\x4c\x53\x8b\x57\x91\xa4\x5a\x8d\x83\x35\xaa\x4c\x4f\x23\x01\x46\x6b\x1c\x3f\xde\xf3\xf0\xc1\x82\x2c\x0b\x9a\xa2\x82\x33\xa9\x18\xf6\x24\x0f\x9b\x57\x76\xdd\x6e\x4d\x55\xd8\x51\x23\xd9\x1b\x17\x34\x88\x6f\x39\xf7\xa2\x9b\x00\x45\x8e\xbc\x15\xa7\xfb\x9c\x27\x4f\x11\xb7\xb0\x2b\xc4\xab\x74\x28\x24\x29\xb3\x83\xba\x4c\x8c\xa7\xac\x14\x50\x4d\x24\xd0\xc7\x49\xe8\x40\x1c\x4c\x04\xc4\x9a\x4e\xa1\x19\x89\x0f\xfe\x7f\x99\x94\xd3\x49\x06\x4e\xc6\x1b\xdd\x5a\x38\x8e\x0c\xab\x8b\xbf\x7c\xc6\x9e\x57\xb1\x6c\x43\xd9\x83\xa3\xd1\x48\x4d\x9d\xcc\xd7\x4d\x31\xba\x4d\x45\x7d\xc1\x62\x20\x76\xa3\xaa\x85\xe5\x17\x17\x1c\xf1\xdf\x1c\xd5\x75\x2e\x7a\xce\xef\x6a\x68\xa1\x4e\x38\x9a\x38\x00\xce\x03\x3b\x8c\xee\x1a\x46\xa7\x15\xde\x82\xa3\xf4\xb7\xec\xb2\xa4\xa1\xb6\x06\x99\x27\xc6\xc3\x87\x47\x77\x0e\x74\x00\xf2\xdb\xb9\xc7\x5f\x69\x18\xff\x31\x88\x83\x7f\xa7\xcb\xdf\x11\xf7\x3e\x99\x2f\xe7\xa6\xa1\x7e\x45\x43\xbd\x30\xe9\x65\xc9\x39\x6b\x27\xc6\xda\x0d\xe3\x57\x4a\x80\xb1\x3e\xd4\xa5\x0b\xdd\x70\xe5\x02\x9f\x0a\xc7\x74\xfd\x73\xdc\x6e\x6a\x12\xc0\x72\xaa\xa3\x73\xc2\xba\xc3\x5e\xd2\xda\x22\xda\x0d\xbb\xe2\x23\x33\x12\xe4\xee\xed\x20\xdd\x87\x8b\x05\xf8\xd9\x88\x86\x60\x4d\xda\x77\xa6\xd6\x08\xfc\x9a\xd3\x28\x7e\xa9\x83\xaa\x23\x26\x39\x73\xf1\x7d\x50\xc9\x4b\x47\x00\xde\x44\x44\x6f\x71\x0f\xc6\xec\xc2\x64\xc7\xd1\x4d\x2c\x9d\xeb\x7e\xde\xe7\x9d\x94\x11\x80\x97\xef\xd4\x53\x5d\x84\x7c\x32\x4b\x91\xb9\x7e\x20\x3d\x56\x87\xfa\x60\xfc\x28\xbe\xe3\x00\x7e\x87\xb5\x9c\xea\xa8\x97\x39\xb7\x03\x54\x20\xca\x17\x2c\xbd\x6c\xda\xf9\x64\x24\x8a\xb5\xe3\xf9\x47\x93\x38\x89\x89\xde\x27\x5c\xc1\xe9\x5e\x7f\x35\xe8\x35\x0e\x90\xa0\x82\x8b\xd2\x09\x4a\xe3\xa8\xab\x07\xce\xb3\x8a\x40\x44\x60\x21\xce\xbc\xb0\xef\xac\x37\x1d\x10\x6b\x02\x0d\x0b\xc2\x61\x2b\x63\xcd\x38\x8b\x8e\x4e\xcd\x8d\xbd\x5f\x3e\x0d\x0c\x9a\xd8\xfb\x3d\x51\xc2\x8f\xc3\xc6\xd1\x24\x8f\x34\x5f\x02\x1f\x88\x82\x83\x23\x18\xf6\x1a\x02\xc1\xf7\x13\xb8\xb0\x0c\xa5\x47\x1e\x24\x6e\x9d\x64\x09\xfa\xd8\x17\x60\x1c\x27\xd1\xeb\x8d\x31\x00\xc7\xd7\x58\x8c\x03\x46\x6f\x6f\xc0\x1a\x99\x0d\x13\x8a\x11\x42\xbe\xfe\xd3\x44\x57\x0e\xf1\x3f\x77\x68\x1a\x72\xfb\x89\x19\xca\x73\xc6\x68\xbd\x2c\x4c\x14\x03\x2c\x7c\x4c\x82\x38\x17\x27\xe2\x5b\x04\x3c\x0b\xb2\x73\x04\xa6\x10\x3e\xf8\x1a\xf3\x14\x83\xd3\x37\xa7\x1b\x0e\x93\x46\xb8\x38\x65\x82\xb8\x07\xfd\x8c\x41\x28\x9a\x83\xc6\x99\x1a\xb3\xd1\x65\x35\x1d\x1b\xef\xf4\x34\x27\xdb\xf6\xa1\x92\x86\xb1\xb5\x7d\x5a\xc6\x5c\x96\xa0\x71\x51\x46\x03\xe0\x4d\x0c\x0f\xe8\xa6\x48\x53\x6e\x2a\xe2\x95\x34\xbd\x69\x43\x03\x94\xb1\x40\x30\xe4\x85\xd9\x94\x5c\xb2\xca\x85\x86\xb8\x62\x3b\x1e\x87\x6c\x9d\x07\xed\x38\xc8\x7c\xef\x3e\x0e\xc5\xe2\x6a\xb0\xf3\x8f\x83\xf7\xbc\xe8\xf5\x38\x99\xb8\xed\x73\x00\xc3\xd1\x5e\xcc\x23\x46\x09\x1c\x00\xc7\x24\x97\xfc\x52\x51\xb2\x3b\x7e\x54\x82\x18\xe4\xe3\xf8\xd3\xdd\x90\xbc\x52\x28\x9a\x1c\x79\x1e\x43\xe3\x41\xc4\x26\x0a\xc1\xfa\xcb\x0c\x84\x2b\x4a\xc1\xdb\x15\x0b\x52\x34\x86\x23\x3b\xde\x99\x0d\x46\x91\x8c\xb9\x36\x48\xe7\xc1\x6e\xe2\xc9\x93\xc7\xe7\x4f\x7d\x4e\xa1\xb4\xdc\x94\x5b\xba\x55\x1b\x04\x57\xe0\xdc\x9a\x40\x6d\x07\xcd\x6f\x07\x7f\x4a\x36\x83\x09\x33\xd6\x5a\xc9\x11\x02\x0b\x01\x8e\x95\x89\xe3\x9d\xd3\xeb\x2c\x99\xe0\x02\x95\xa7\xee\x38\x9b\x0b\x5c\xff\x95\x05\xf8\x37\xba\x98\xf4\x91\xf1\x5a\xb7\x66\xc2\xd1\x12\xc3\xae\x7f\x5b\xa5\x20\xba\x3c\x08\x28\x31\xda\xa3\x61\xc5\x69\x51\xfa\x81\xb7\xcf\x4c\x87\x2e\x8a\x04\xe6\xc1\xc2\x72\x26\x72\xa0\xa4\x3d\x24\xe2\xf5\x9a\xdf\x14\xb7\xe8\xf4\x94\xfc\x9d\x91\x82\x29\xb5\xb4\xbf\x35\xb7\x46\xfd\xcc\x39\x9d\x25\x75\x96\x13\xc9\xdd\x11\x12\xa8\xa1\x7c\xc9\x38\x4b\x76\x48\x93\x4f\x56\x57\xe8\xe9\xc4\x53\xfa\x82\x46\xa5\xa7\x0e\x11\xc5\x00\x06\x56\x14\xf1\xf5\xa5\xd8\xc1\x44\x59\x31\xbd\x10\xca\x9e\xde\xf4\xc1\x50\x3e\x12\x24\x77\xd2\xb9\x76\xc3\x38\x90\xc8\x26\x4e\x6c\xf2\xd5\x26\xd7\x45\x74\xec\x02\xe9\x52\xda\x5f\xb1\xd9\xe3\x26\xdf\xe2\xb8\xec\xa6\x2d\xb2\xb3\x04\x5c\xff\x4e\x12\x44\x5f\xd1\xac\x8c\x03\x5f\x77\x2a\xbe\xa3\xf1\x14\x9d\x5a\xf8\xfa\xbf\x4a\xba\x57\x3b\x55\x85\xc0\x02\xd1\x5c\x1e\x67\x00\x05\x44\xb1\x19\x57\x12\x55\x56\xbd\x78\x64\xd6\x48\xf8\x77\x88\x88\x54\xad\xb3\x97\x1c\x3b\x8b\x17\x2e\x64\xe2\x9b\x3f\x8e\x2b\xad\xca\xac\xf3\x11\x0e\x47\xf2\x52\x39\x2f\x2f\x34\x65\xdb\x18\xe5\xda\x73\x4e\xbf\xbc\x0a\x5c\xa8\x4b\x97\x94\x29\x6f\xe6\x89\x58\x65\x04\x75\x01\xcd\x7a\xb9\x58\x2f\x2f\x49\xbf\xe8\xee\x6e\x39\x90\x56\x20\x77\x80\x5e\x80\x89\x86\xb3\xde\x12\xa3\x63\x28\x18\x44\x5a\x56\x1a\x2e\x7c\xbc\x75\xe2\xe2\xfd\x2c\xe1\xdc\x04\xe5\xf0\xd1\x3b\xa2\x5c\x42\x08\x22\xf3\x9a\xd9\x23\x5c\x88\x98\x13\x07\x52\x7f\xd8\xa4\x6f\x34\x4a\xb2\xd8\xb0\xbe\xf9\x23\xad\x49\x93\xc1\xe7\x0e\x52\x07\x01\x8c\x3c\x7d\x0e\x5e\x9d\x77\x77\x3c\xb1\x20\x06\xd5\x00\x8a\x5d\x8d\x41\xd8\xc9\x61\x35\x25\xcb\xb4\x76\x14\x31\x1a\x1f\x26\x51\x7a\x70\xed\x80\x57\x11\xfa\x58\x52\xbf\x8a\x40\x08\xb8\xd9\xc9\x7f\xf6\x9c\x54\xcc\x65\x64\x93\x38\x1f\x44\xd4\xb2\x55\xc8\x1a\xaf\x07\x22\xf7\xc9\x75\xbd\xfe\x43\x1f\xe3\xd8\x47\x33\xfb\xfb\x9f\x59\x13\x9f\x23\x19\xc1\x85\x53\x1c\x0b\x63\x64\xf6\x5d\x23\x01\x71\x7e\x77\xfe\xf8\xd1\x59\xf2\xd3\xc7\x87\xc3\xe1\x63\x54\xfa\xb8\xad\xb6\xb6\xc0\x04\xe8\x76\xfd\xef\x0f\x1f\x9c\x25\x79\xb3\x9f\x7f\xf4\xdf\x0f\xbf\xeb\x55\x61\x99\xed\x38\x1f\x55\x48\x1a\xe2\x68\xfa\xf0\x2e\x41\x34\xd2\x90\xbc\x48\x2b\x8b\xe4\xf4\x1b\xfa\x13\x7c\x26\x4a\x63\xd3\x87\x54\x0f\xde\xf5\x61\x9d\x9c\xc6\x19\x88\x8f\x73\xdc\x81\x61\xbd\xc0\x08\x35\x10\x26\xbf\xb2\x2e\x94\xda\xef\x0c\x78\x08\x87\x5b\x0d\xf1\x64\x1c\xd1\x88\x17\xd6\x79\xa1\x92\x6e\xca\x6f\x86\x5d\x70\x84\x8b\xb2\xd8\x76\x2e\xe1\xb4\xef\x47\xa0\x06\xe5\x4e\x13\x36\x6c\xcb\x99\xf3\x2c\xd0\x30\x5b\xe6\xf5\x11\xbb\x08\x4f\x3a\x36\xce\x47\x63\x5a\x97\x41\x80\xb4\x41\x47\x12\x44\x9d\xda\x1f\x0f\xff\xf8\xcb\x96\xc8\x4a\xa1\x01\xde\xfc\xf1\x2c\x49\x59\x7b\xbf\xef\x7b\x1e\x37\x8e\xcc\x2e\xa6\x4b\xf5\x81\x56\x43\x83\x72\x1c\x07\x63\xb4\x2b\x81\x71\x4f\x64\xd7\x73\x43\xc5\x09\xfb\x25\xb1\xfc\xa6\x55\xb0\x9d\xcb\x59\xe2\x6c\xc1\xcf\xd8\x33\x16\x7f\x9d\xc3\xca\x59\xd2\x16\xfd\xbf\xc5\x15\x49\x75\x80\xee\x27\x1b\x75\xe0\xa7\x2a\x8c\x44\xd7\x64\xb3\xd1\x8e\xe0\xcc\x08\x0f\xec\xd3\xcb\x11\x23\x13\x1c\xba\x62\x8b\xbe\x56\xf2\x21\xbe\x7f\x34\x24\xda\x63\x3d\x9a\xe4\xe5\x94\x54\x9c\x21\xac\x6a\xbe\x4e\x1f\x5a\x0f\x8e\x29\xa9\x64\x39\xf6\x48\xa5\xeb\xa1\x0b\x3a\xf6\x2e\x04\xcc\x1e\x2b\xbb\x2b\xd9\x0d\x08\x57\x46\x71\xee\xb9\x7f\x74\xfa\xad\x9f\x8f\xb0\xa8\x23\x79\x43\x2c\xaa\xdf\x46\x75\xa3\x51\x86\xb4\xd3\x30\x81\xc2\x90\x3d\x73\x03\x45\x74\x63\xc8\xda\xa4\x72\x6b\x99\x76\x41\xc2\x14\xd5\xee\xda\x49\x3c\xc4\x53\xf1\x48\x68\xf0\x40\xb0\x93\x2f\xe3\x87\x1e\xf5\x33\x49\xff\xf7\x3f\x43\x9b\xb3\x56\x6b\xc6\xe3\x20\x9c\xf3\x39\x9a\x10\x53\xc1\x8e\xd6\x41\x40\xd3\x88\x4b\x1b\x62\x20\x09\x03\xca\xb1\x58\x87\x45\x44\xb7\x9b\x1c\xf1\x7d\x77\x36\x54\x34\x2a\xe6\xba\x34\x45\x61\xb7\x8b\xef\xe8\xd5\xbd\xfe\x39\xdc\xad\xfd\xb6\xec\xa2\x24\x26\x87\x0c\xc2\x32\x08\x6d\x0f\x03\xb6\xbb\xaf\x1c\x05\x98\xf6\x0d\xcc\x54\xbf\xb2\x1f\xc3\xbe\x21\x0a\xa0\x27\x79\xcb\x08\xb2\x8f\x50\xaa\x99\xf1\xb3\x92\xf3\xad\x76\x90\x65\x3d\x95\x5c\x01\x9a\xfb\x08\x12\xc7\x8d\x4f\xb6\x22\x49\x47\x38\xd3\x4a\x1f\xa7\x34\xd8\x33\x0e\x68\xd4\x2f\xf0\x91\x06\x8e\x96\x04\x91\x9c\x7c\x34\x88\xe8\xdc\xcf\x2d\x94\x9d\x84\xe6\x61\x53\xab\x1b\xc6\xac\xf6\x75\xde\x1a\x6e\xfb\x70\xec\x37\xe3\x54\xb8\xed\xb0\xb3\x61\xcc\xed\x43\xd8\xfc\x6d\xf6\x0d\xd1\x39\x86\x31\xb5\x1f\xf5\x11\xb4\x83\x0e\x43\xab\xa7\x90\x4d\x91\x6b\x7d\xeb\xc4\x39\x3b\x56\xcd\x99\xef\xbd\x1b\x74\xbc\x43\xb0\xed\x60\x66\x37\x73\x70\x41\x98\xda\x56\x9c\x55\x86\x17\xea\x1d\xf8\xb7\xa9\xd9\xc5\xc1\xb6\x83\xf9\xdc\xcc\xcb\xcd\xb2\xfc\xe2\x62\xbe\xaa\xca\x43\x8d\x78\xd5\x6d\x95\xb2\xdb\xa6\x5d\x6f\x41\x10\x5e\x25\xd7\x7f\x25\x3a\x0e\xe1\xcd\xa4\xa2\x04\xbd\x58\x54\x08\x5f\x98\xca\x27\x31\xe1\x59\xc8\x1f\xf9\xc4\x36\xcb\x2c\x16\x79\x65\xf2\x2d\x14\xca\x8b\x6f\x1d\xb9\x66\x93\x82\x78\x01\xf1\x43\xe0\x7b\x03\x06\x42\x77\x04\x42\x41\xee\x80\xb3\xbc\xe3\x5f\x1c\x87\xdb\x67\x79\xc7\x0f\x44\x6d\x62\xe3\x6e\xea\x20\xa8\x5c\xef\xb7\x44\xde\x23\xf8\x11\x47\x51\xdd\x00\x5c\x91\x85\x0c\x34\x52\x5f\x8b\x96\x7d\x41\xec\x93\xd4\x7b\xc1\xbf\x36\x12\x7f\x0d\xe1\x38\x37\x5a\x13\x43\xaa\xf7\x91\x12\x21\x77\x32\x9f\xd0\x23\x08\x5d\x19\x08\x9b\x93\xa0\x26\x5f\xe0\x3f\xf4\x85\x79\x58\xa8\x5b\xff\xe6\x8f\xbe\x5c\x4f\x80\x10\xe3\x97\xdf\x3e\x92\x1f\x1c\xd3\x89\xbd\x8e\x9f\xbb\x40\x52\x3c\xa6\x94\x6a\x1a\x9f\x3d\x47\xb4\x40\xfa\x2b\x44\xa2\x42\x89\x0b\x77\x28\xc1\xa8\xa4\x32\x82\x56\xed\x68\x81\x6a\x19\x4f\x08\x46\x63\x5a\xee\x99\x1b\x63\xb1\x6c\x90\xe2\x5c\x06\x83\x15\xb9\x37\x94\x46\x67\x41\x3c\xc6\x89\x7d\x98\xb9\xc0\x5c\xf3\x51\x80\x2e\x57\x20\x91\xd5\xf8\xdf\x92\xb1\xe5\xd0\x09\xaf\xeb\x2a\x64\x95\xb9\x20\x02\xf9\xb8\x21\xb0\x72\xdf\x68\x81\xae\xcd\x73\x51\x9d\x1e\x04\x4c\xfa\x7e\x69\xe6\x2b\x56\xcd\x9b\x55\x0e\xbb\x59\xf7\x9d\xad\x40\xc5\x9a\xcc\x7f\x33\xe0\x90\x83\x23\xed\x4f\x48\x60\x57\xe4\x28\x77\x6a\xc2\xec\x2a\x93\x19\x2c\x42\xae\xc7\xd2\x85\x56\xf3\x77\x03\x66\x9b\xe1\x42\x7b\xbb\xd2\xa7\x82\x67\xb4\xa3\xde\x5a\xfc\x4a\xed\x82\xb3\x76\xd3\xcc\xa3\x49\x07\x8d\xcf\x3d\x2d\xc4\x56\xdc\x04\xcd\x05\x8b\x31\x01\xf9\x2a\x8c\xa0\x3b\xfd\x8f\xbf\xa4\xa1\x78\xb2\xdc\x25\x47\x1a\xa2\xa5\x53\x62\x8a\x38\x48\x49\xd3\xb2\x81\x61\x89\x4b\xe6\x46\x24\x6a\x36\x8a\x48\x6e\xd6\x6d\x50\xc6\xfc\xd3\x3d\x0e\x95\xdc\x57\x1f\x44\x83\xed\x43\xdb\x75\x68\x7e\x96\xb8\x74\x73\x6d\x6f\x54\x08\xb1\x1d\x3d\x96\xa6\x16\xb5\xbd\x86\xb0\xf6\x9d\x86\x0f\x98\xfb\x38\x7c\xb4\xdc\x77\x31\x1b\x7b\x24\x0e\x7a\x01\x9c\xf0\x85\x7e\x52\x66\x8c\xb6\x7c\x01\x18\x38\xf0\x1a\xd7\xff\x97\x24\x37\xca\x39\x00\xd1\x18\xbc\xe2\x30\xfb\x87\x13\xb0\x16\xd4\xd7\x4d\x78\x4c\x2c\x27\x21\xdb\xc6\x81\x8a\x55\xa1\xaa\x28\xa3\x5d\x0f\x6f\x5e\xf7\x63\xc6\x66\xc1\xbe\x67\x6c\x0b\x91\xe1\x9c\xfd\x6e\xc3\x04\xa7\xa8\xb3\x3d\xe4\xc1\x92\x52\xae\x88\x33\xa5\x8c\x6e\x0a\x43\x8e\xbb\x2b\x6a\xfc\x3c\xba\x61\x42\x76\xba\x5a\x5e\xaf\x37\x59\x2f\xb2\x10\x1e\xde\x83\xb7\x48\x32\x15\xd8\x27\xdf\xc1\x52\x05\x58\x9c\x2c\x81\xe0\x05\x77\x8e\x85\x43\x27\x1f\xbd\xd1\xa0\x9e\xde\xd6\x2d\x7f\x8b\xf2\x6a\x08\xea\xb1\x15\xa6\x43\x2c\x42\x9f\x28\x65\x82\x6b\xc0\xe4\x09\x91\xc7\x9e\x3e\x19\xf5\xa3\xb6\xf1\xc1\xd5\x19\xc7\x17\xed\x67\xaf\x9e\x7d\xce\x37\x89\x3d\xd0\x20\xb9\xa6\x6d\x9d\xfd\x50\x56\xeb\x97\x7d\xbe\x5a\x55\x3d\x8c\x72\xd5\x72\x0d\x9f\x2e\xce\x55\x7b\x62\xaf\x7f\xf6\xd9\x5b\x87\xb5\xc3\x08\xe6\xd7\xff\x0e\xdc\x5e\xb8\x20\xe6\xa1\x99\x41\x18\xc3\x3c\x41\x02\x36\xd3\x1c\x58\xba\x7e\x34\x12\xc3\xbc\x91\x9c\x3a\xca\x1f\x23\x49\xa6\x23\xa1\xfa\x6e\x18\x5c\xf7\xa5\x37\x46\x7d\x11\xf2\x3f\xe5\x6c\x4f\xdc\x2c\x42\x91\xb4\x9c\xbf\x9c\x36\x0f\xf1\xf4\x6a\x62\x05\x24\xae\x0b\x21\x43\xa2\x78\x37\x25\x32\xc7\x73\x06\xde\x7a\xf1\x42\x92\xed\x76\x33\x0e\x0b\xa7\xca\x8f\x7a\xe1\x92\x70\xd2\x6a\xb4\x24\x4a\x2b\x19\xc4\x26\x0f\xc3\x7a\xa2\xcb\xd0\xd0\xb9\xe3\x5c\xbe\x40\xae\xbc\x51\xbd\x33\x85\xcf\xfe\x3b\x4c\x35\xce\x05\x13\xf5\xdc\xfe\x7e\xe9\xd3\x25\x48\xb8\x6b\x22\xb9\x1a\x9f\xf3\xcf\x4b\x8f\x3a\x09\x00\xcd\x37\xc5\x67\x13\x3e\x24\x99\x3a\xb9\x21\x6e\x9b\x1f\xc8\xf5\x4c\x77\x63\x07\xb9\xf3\x0e\x97\x89\x05\xcb\x1a\xc8\x84\xe7\xff\x1b\x69\x10\xc5\xd0\x55\x49\x0f\x58\x98\x9c\x5e\x04\x67\x3b\xa2\xb9\x3d\x60\x45\x92\xf0\x03\x31\xe8\xe8\x74\x68\xe5\x10\x5a\xfe\x53\x22\x2b\x4f\x77\x38\x08\xac\x3c\x61\xf4\xf9\x56\xab\xe5\x1b\xf2\x29\x86\x92\xee\x30\xb1\xa2\xff\x3e\x99\x61\xf1\x9f\x35\x88\x8d\xab\x4f\x65\xcc\x0b\xf7\xe0\xbd\xf4\xe5\x6a\x6b\x4b\xed\x6f\x4e\xae\x78\xc6\xea\x37\x97\x4f\x11\x8a\x58\x08\xeb\x91\x56\x31\x77\x39\xe7\xc0\xc8\xf6\xd3\x18\x8b\x43\x06\xf9\xfe\xee\x72\x92\xbf\xa9\x99\xdf\x94\x3b\x72\xda\xa6\x24\x42\x1d\x43\xe9\x48\x9c\xd8\x02\x9e\x06\x37\x56\xd7\x2d\x78\x1c\xe4\xcd\xf5\x32\xa2\xd0\x9c\x03\xa8\xec\x2c\x41\xee\x95\x9b\x6c\x47\x58\xe7\xe0\x0c\x47\x42\x03\x88\xf7\x4a\x78\x31\x9c\x23\xf0\xcc\x28\xeb\x45\x88\xb1\xa7\x1a\x08\x65\x12\x67\x04\xbe\x61\x65\xe9\x5b\x79\xc7\x40\x89\x13\x69\x75\xf3\xb3\xa4\xad\x5a\x82\x2c\x80\x90\x98\x78\x0e\xc5\xb2\xc3\xa8\xdb\xfd\x86\x1d\x18\xd5\x45\x80\x34\x53\x7c\x3d\xd7\xbf\x97\xf9\x7e\x79\x22\xd5\x45\x98\x57\xd9\x7c\xe6\x1b\x8a\x8d\xa7\x4f\x09\x6c\x07\x05\x0e\x3b\xd6\x92\xe8\xa2\x3b\xc2\xcf\xca\xd5\xa8\xf2\x57\x90\xf3\xba\xe4\x13\xc3\x02\xd7\xb6\x75\x76\xa4\xf9\xd5\x60\xbe\xcb\xaa\xa4\x83\xfa\xbe\xdc\x06\x13\x9a\x08\x5d\x11\x37\x22\x4c\x8d\x85\xd8\x8d\xff\x2e\x06\x0a\x6a\x7d\xe1\x3e\x12\x49\xf0\x0a\x3e\x34\xad\xb8\xdb\xe9\x57\x7d\x12\x83\x93\x51\x8b\x11\xdd\x1d\x36\x90\xb8\x53\x7f\x36\x6c\x40\xb5\xfc\xfb\x29\x8e\x04\xf2\x7e\xce\x91\x81\xd9\xa7\x5f\xd6\x6f\xf1\xd0\xf2\x0d\xe4\x90\x8b\x6c\x7b\xbf\x4f\x5f\xa4\xf2\xad\x71\x25\x1f\xab\x3e\x78\x3b\x7a\x2b\x0f\x49\x15\xe4\x59\x49\xc3\xe9\x4f\x34\xce\xb9\x0b\x60\x1e\x26\x10\x99\xeb\x00\x51\x80\xdd\x60\x1a\xec\xc5\xd6\x4e\x54\x7a\x97\x69\xc8\x1a\x44\xb1\x01\x3d\x41\xdd\xd1\xe1\x49\x94\x10\xcd\xa9\x33\x08\x23\x2f\xc3\xb0\x7d\xa5\x9b\xcb\xb3\xa1\xe1\xa5\x99\xa8\xf5\x6e\x7b\xe2\x86\xc7\xc3\x0c\xf6\x69\x72\x43\x20\xb2\x37\x47\x96\x22\x1c\x74\xae\x4c\x2d\x4f\x9a\x8d\xc9\x4c\x5c\x58\xf4\x68\x74\x67\x72\x17\x6c\xdf\xd4\x7b\x2a\x25\x0c\xda\xf5\x88\x88\x08\x61\xdd\xaa\xb2\x08\x89\xae\x58\x49\xee\x8f\xe8\xdd\xf1\x44\xae\x7d\xf4\x41\x39\x69\x8d\x03\x73\xd6\x10\xab\x44\x18\x45\x66\xea\xc8\xc0\x7b\x3d\x19\x18\xd3\x68\xef\xfa\x50\x4b\x5d\x17\x0a\x9a\xc9\x43\x79\x6b\x82\x4d\xf4\x27\x9d\x71\x0d\x67\x80\x23\xd7\xd3\xdf\xcb\xc1\xf0\x41\x97\x3d\xbe\x17\x4e\xea\x86\x9a\xe3\x03\x1c\x39\x9c\x75\x82\xdf\x6f\xf4\x90\x4c\x7e\x17\xa0\x0c\xde\x1c\x51\xa3\xb7\x6c\x04\x0c\x15\x6c\x70\x70\x2e\xee\xd6\xf4\x2d\x08\x67\xe7\x2d\xd1\xa2\xc9\x9d\xf0\xae\x9c\x87\x38\x63\x08\x52\xd1\x12\x69\x1b\xed\x14\x24\x29\xee\xf1\xa0\xf0\xd9\xc4\x8a\x4e\xa2\x98\x30\x3b\x91\xdb\xf0\x18\xcb\xfc\x53\x73\x12\x44\xf4\x3e\x53\x8a\xf0\x4d\x9c\xc7\x64\x38\x2f\xc1\x25\xef\x3e\x2f\x7f\x81\xf8\x32\xbe\xf3\xa4\xce\x22\x24\xe4\x51\xcc\x04\x6a\x79\xfb\x94\x4f\x25\xf3\x1f\x02\xb9\x9a\xd6\x31\x6f\x18\x9a\xd6\x05\x61\x5b\x23\xf9\xf7\x7c\x3e\xbc\x75\x7d\xe8\x5c\xbd\x79\xb1\x1d\x67\x3c\x9c\x9a\x04\x4a\x0e\x21\x7e\x76\xfb\xde\x0a\x7a\x9b\xc1\xf5\x43\xb1\xc6\x15\xbe\x8f\x6c\x79\x9d\x64\x94\x38\x61\xcd\x24\x25\x46\x7a\x67\x61\x02\x20\x4e\xf2\x05\x17\xdc\x04\x92\x0d\x61\x28\x91\xa0\x9f\x4f\xf0\xe5\x2c\x33\xf5\xe5\xaa\x34\x48\x3c\xdd\x6e\xf7\x79\x33\x83\x76\xbf\x0e\x54\xfb\x69\x37\x73\x58\x4d\xf9\x97\x20\xa7\xfe\xa9\x3d\x45\x96\xa5\x4b\x04\x0f\x54\xfe\xe4\x19\xc8\x4d\x2a\xb3\x5b\x79\x98\x24\x13\xdb\x1a\x4e\x26\xf4\xa7\x65\x33\xe6\x99\x9a\x10\x23\x03\xb6\xb7\x99\x33\xea\xad\x04\xcd\xd9\xae\x2c\x30\xd4\xe2\xa1\xfc\x15\x01\xd9\x2c\xf0\x38\x7e\x22\x9e\xc6\x46\x52\x71\xf2\x27\xe7\x61\x3a\x6b\xca\xc6\x6c\x17\x8f\x59\x3c\x69\x77\x9f\x21\x54\x43\xbf\x76\x16\xa1\x23\x58\x75\x0a\xc9\xac\x8a\xec\x83\x62\xb6\xd2\x71\xdc\x9b\x18\xec\x84\x8d\x79\x86\x2c\xf9\x6f\xe1\xec\xca\xd2\x4e\x9e\xa2\xf1\x8e\x5a\x13\x43\x89\x13\xf1\x97\x06\xf2\x6f\x31\x2f\x81\xed\x20\xd4\x55\x1c\x44\xed\xf3\x15\x8b\x7c\x57\x5f\x0c\xbc\xf6\xcf\x82\x92\xc8\x78\xb2\xff\xac\x59\x70\xbd\xcf\x51\x7a\x19\x96\x46\xb7\x24\xea\x2d\xc8\x9c\x14\x37\xd9\x73\xee\xa4\x72\xd8\x93\xd9\x0c\x06\x66\x5d\xea\xa0\xd7\xde\xb3\x2c\x9a\x22\xeb\x54\x1b\x82\x89\xf8\xeb\x74\x76\xd0\xf1\x2c\x87\x4b\x16\x9f\x9e\xc1\x20\x90\xec\x5d\xff\x21\xfc\x82\x04\x39\x45\x22\x72\xf1\x3a\xaa\xea\xcd\x6a\xa2\xf9\x88\xaf\x8d\x7a\xe8\xc7\xf3\x90\xa0\xb2\xe1\x97\xa3\xc1\x70\xc9\x44\x3f\x7a\xe5\x87\x5f\xa5\x7e\xe0\xfb\x9c\xc7\xc5\x42\x09\x3b\xd2\x69\x02\x1c\x43\xb9\x8f\xf3\x0a\x99\xac\x57\x1f\x72\x97\xe2\x46\xc9\xeb\xa9\x5a\x55\x4b\x37\x15\x3c\x55\xb9\x0b\xca\x61\x99\x81\x38\x2f\x9c\x57\xb5\xe4\xb4\x51\x42\x78\xb0\xe0\xd0\xa9\x09\xd9\xb2\xb3\x4b\x1e\xdf\xa5\xf2\x1b\x1b\x07\xf6\xce\x3e\x47\xdf\xa9\x8e\x26\xa5\x0c\x81\xef\x47\x3f\x8e\xbe\xfd\x44\xec\xc2\x54\xc3\xf4\xbc\x6e\x3d\x4a\x9c\xe6\x8d\xe7\x7c\x0a\xc7\x77\xe8\x65\x7a\xd6\x51\x3f\x13\xde\x29\x11\x8d\x31\x1a\x86\x5f\x18\xbc\x35\xf9\x2b\x3b\x9e\x26\x17\x44\x49\xc2\xa0\xb9\xba\xb9\x93\xa9\xbc\xce\x6e\x32\xe5\xdb\xfa\x9e\x98\x21\x3f\xee\xc5\x5a\x1e\xb4\xd1\x0c\x2b\xbb\x29\xab\xac\x1b\x22\x14\x7d\x95\x84\x80\xe3\xb3\x63\x09\x32\x0c\x6d\x6e\x1e\x60\x62\x8f\xdf\x7b\x88\xb3\x77\x07\x99\x75\xde\x2c\xd7\x69\xb4\xb6\xeb\x3f\xed\x10\x02\x24\x39\x9e\xdc\xf5\xb0\xd1\xe4\x7c\x03\xb2\xc2\x68\xca\x77\x4c\x06\xe1\xa7\xd0\xb7\x98\x66\x4e\x42\x45\x65\xd9\x81\x1e\x51\x81\xeb\xfa\x92\xcd\x2b\xe4\xbe\x9a\xac\xbd\x72\x26\x1a\x3e\xa3\x38\xd2\x75\x42\xf7\x92\x7c\x30\xa7\xda\x9f\x48\x90\x78\x18\x4c\xb1\x61\xc6\x07\xc9\x87\x44\xc1\xaf\xcd\x67\xbe\x5d\x49\xcf\x8c\xbc\x2f\xce\x09\xdb\x6f\xca\x47\x37\x4e\xa2\x87\x29\x9d\x8c\x3a\x97\x8d\x1f\x99\x70\xc5\xa5\x48\xeb\xea\x76\x43\x6d\xe1\x02\x37\x39\x44\x60\x96\x24\xfd\xb3\xaa\x48\x0e\x53\xca\xc4\xe8\x35\x26\xec\x3e\xec\x53\x07\xc2\xf0\x9e\x65\x88\x9c\x10\x51\xd2\xa6\x89\xb2\x82\xf7\x66\xd3\x93\x17\xf9\x89\x55\x86\x53\x98\x38\xd0\xb7\xcd\x65\x0a\xda\xf6\xb2\x10\x16\x81\x86\x63\x22\xe9\xe4\xe0\x4a\x3d\xf1\xf1\x5b\x0b\x0e\x6b\x20\xd6\x5b\x53\xe0\xe4\x81\xbe\xbe\xf1\x5e\x4d\x8d\x72\x33\x9c\xde\xd4\x71\x74\x9b\x74\xa6\x47\xc9\x9a\xa9\x6e\xcd\x01\x24\x87\x34\x0e\x44\xf1\x15\xed\x6d\x93\xc3\x4c\x94\xff\xb8\x2c\x7a\xe1\xe3\xd0\x56\xb0\xce\x58\xae\x89\x98\x6b\x89\xf5\xb5\x8b\x2f\x71\x82\x1c\x5d\xfa\x6b\xf7\xad\x9e\x68\x40\x6c\x2d\xb2\x9d\xb4\x1c\xdb\xa5\x6f\x03\x42\x89\x8d\x57\x58\x07\x94\x86\x4f\x21\x93\x7f\xae\x1d\x24\xfc\x29\xeb\x7c\xee\xd1\xda\xc0\x7b\x34\xec\x55\xd5\xa9\x05\x86\xf1\x99\x70\x83\x1e\xb4\x6d\xb9\x6a\x0c\x07\xf0\x78\xe2\x92\xe5\xb6\xb4\xa9\x1b\x64\xca\xeb\xeb\xee\x4b\x0e\x3a\xb0\xdc\x12\xc0\xb4\xfb\x25\x96\x0f\x01\x80\xa9\x93\x72\x03\x05\xf1\x96\x75\x2a\x07\x6a\x86\xfc\x67\x9b\x18\xc5\x0c\x26\x19\xb6\x36\x48\x27\x08\x19\xf6\xc4\x0a\xb5\xd9\x45\x65\xa3\x26\x30\x09\x2b\x72\xf1\xf1\x1f\x37\x72\x1b\x7a\x69\xcd\xfe\xe4\x76\xd6\x4d\x59\x87\x14\x2c\x57\x3e\xb9\x1d\x08\xb3\x4b\xdc\xf5\xc4\xae\x84\xed\xf2\x0c\x9e\xaf\x83\x36\x2b\x7b\x64\x27\xeb\x93\x8d\xd8\xf4\x8b\x79\x93\xf0\x98\x6f\x9c\xa0\x2a\x34\xc7\x13\x84\xd6\x06\x76\x21\xa3\xc1\xca\xd5\x95\x4d\x89\x6e\xf8\x76\x2b\xc2\x5e\x48\xbe\x24\xb2\x20\x52\x41\x52\x63\x4e\x0e\xed\xdb\xac\xca\xb2\xc1\xd5\xd9\x83\x01\x60\xeb\x68\x0e\x51\x14\xee\x5d\xe2\xeb\xc4\x7c\x00\xd5\xbe\x61\x1b\xd1\x70\x62\x17\x77\xc8\x97\xb9\x44\xb6\xc0\xb4\x69\x09\x91\x8d\x06\xac\x5a\x22\x28\xab\xe4\xe1\xf9\x1e\x06\x47\xa7\xdb\xf9\x31\x9f\xc9\x20\x7d\xdb\x6e\xdc\x38\x35\xe9\xa5\x7d\x97\x51\xef\xa1\xe2\x8d\x2d\x6f\x1c\x77\xd8\x9c\xb8\x87\x8b\x7c\x0b\x54\xb6\x6a\xd3\x8d\x45\x72\xb3\xfa\x72\xc9\x46\x34\xa3\x8e\xa0\xd4\xc6\x63\x64\x90\xbc\xe7\xc8\x7c\x0c\x07\xb6\xb8\x00\xf5\xce\x9a\xeb\xe0\x1d\x4f\x69\xeb\x1b\xc3\x86\x5f\xbe\x1f\x77\xe2\xba\xeb\x1c\xfd\xd4\x05\xfd\x62\xaf\x90\x7b\x21\xd9\x4c\x0c\x2e\x62\xde\x30\xef\xa7\x97\x15\x44\x74\xdf\x5b\x41\x4b\x6b\xdd\x1a\xf5\xea\xda\x80\x9f\xed\xfb\x42\xbc\x75\x21\x2b\x88\xf3\xe2\xb0\xcd\x6a\x5e\xd6\x9b\xce\xda\x78\x74\xe6\x70\xa9\x05\x23\x58\xc1\x2c\x19\xbc\xb2\xd9\xe0\x76\x1d\x9a\xfe\xc7\xed\x04\x0f\xba\x86\xe7\xed\xce\x48\x10\x8f\x84\xcd\x5d\x0e\x48\xfa\x49\x8f\xab\x44\x04\x19\x2d\xd9\x37\xde\x1b\xdc\xc3\xf7\x6c\xed\xa6\x2c\x8d\x7b\xe3\x60\xdf\xca\x4e\xb5\xd2\xa9\xf6\xd7\x51\x57\x46\xd4\x1a\xd5\x13\x69\x85\xf8\x1c\x52\x17\x08\x5a\x45\x80\x6b\xb7\x74\x8f\xe8\xff\xd0\xf7\x1e\xdf\xbc\xce\x24\xc4\x09\x88\x74\x1b\x05\x08\x30\xda\x1c\xfa\x76\xa7\x1a\x7b\x61\xc0\xa7\x5d\xff\x4d\x52\x68\x4a\x6a\x7a\xad\xe5\x79\x2d\xfd\xe0\x98\x84\x4c\x0c\xc6\x25\x8e\x93\x16\xf5\x81\xa5\xf4\x8b\xbc\xf7\xa1\x88\x44\xbe\x6b\x6e\x06\x6f\xbe\xef\x7a\x60\xf7\x83\xca\xae\x21\xfd\x91\x98\x05\x17\xdd\xe2\xb9\x08\xc3\xae\x06\x6e\x85\x90\x7c\x41\x1d\xcd\x74\x0e\xa8\x9f\x13\x6b\x0c\x2c\x54\x5d\x06\xfd\xd0\x2c\x35\xb6\x48\x71\xf9\x03\xe6\xda\x41\x18\xc0\x5b\x17\xc9\xdc\x9c\x98\x60\x5e\xff\xbf\x6a\x5a\x96\xb4\x81\xa8\x87\x2f\x9d\x54\xe6\xfc\xb6\xa2\xa7\x2e\x6c\xd8\x01\xb3\xe4\x21\x23\x4b\x1f\x34\xeb\x74\x3b\x94\x1a\x49\xb3\xbd\xa9\x6b\x9a\x5c\xd6\xe7\x52\x17\x9f\x26\x97\x67\x54\x42\x59\xb3\xe0\x5c\x1c\xae\x9c\x09\xa0\x5f\x8b\x12\x7d\x82\x1b\x6c\x40\xe1\xe2\x77\xcc\xcd\xdd\xa4\x26\xee\x37\xc6\x83\x8f\x0b\xe4\x18\xc0\xcd\xce\xfc\xa4\x49\x5a\x5d\x56\xe9\x87\x2e\x6d\x34\x02\x49\xa5\xc7\xd5\x90\xc9\x3b\xd1\x4e\x64\xac\x1f\xb2\x2e\x24\xf9\xf8\x53\x59\x68\x2b\x11\x6d\xd7\xdb\x72\x85\x9d\xa5\xab\xcf\xa9\xa9\xdb\x8f\xb4\x17\xe4\x6a\xf3\x70\xfa\xb4\xd4\x63\x67\xe3\x05\xe5\x5e\xdd\xae\x56\xe5\x65\xbe\xa2\xa5\xf0\x81\x44\xe9\x7c\x99\x94\x3f\x1a\x39\x18\x6c\x29\xeb\xa3\xc3\x35\x62\x14\x06\x79\x3f\xc2\xce\xdc\x10\x01\xc4\x9d\x3f\x2c\x2d\xe0\x06\xc6\xe4\x77\xdf\xd6\x05\xad\x09\x3b\x80\xe9\x31\x20\x92\x7f\x38\x27\xbc\xaf\x9d\xbc\x52\xbb\x92\xcc\xcb\x92\x4b\xf9\xe4\x54\x10\xca\x84\xeb\xb5\xa7\xb2\x33\x4f\x42\x49\xe4\x60\xb1\x0f\x20\x45\x6b\x4f\xdb\x01\xc4\xdb\x54\x37\x39\xb1\x1c\x74\x2f\x45\x9a\xcb\xfe\x09\xe1\x89\x64\x66\x0b\x77\xbc\x38\xea\x48\x1c\xbf\x61\x27\xc9\x44\xd5\x4a\x8d\x3d\x3b\xe1\xe6\xc3\x21\x6e\x0c\xa2\x7d\xce\xa3\xb1\x10\x24\x08\xe6\x4f\xe1\x50\x32\x8a\xdb\xe4\x40\x97\x5d\xc6\x1a\xac\x7e\x30\x58\x33\x40\x05\xcb\x59\x7b\xbd\xc1\xa4\x8e\x3f\x0f\x37\x20\xb2\xec\xe6\xd1\xde\x62\xee\x06\xe1\xb2\xb8\xa5\xbf\x0d\x7f\x07\xf6\x14\xaf\xa5\x55\x80\x91\xf9\xf7\xc0\x0c\x8b\xbf\x4d\xa8\xdf\x66\x22\xb6\x66\x94\xfc\xd6\x51\xa3\x28\x22\xd2\x6e\x42\xad\x2e\x05\xc1\x7c\xe4\xc3\x48\xad\x2f\x9f\x25\x57\x7d\x9c\xaa\x3e\xbd\xd4\x42\x4e\x7a\x13\x66\xab\x97\xcf\xc3\x74\xc5\x2c\x61\x57\x14\xfa\xb6\x35\x0c\x50\xb2\xdd\x69\x63\x44\x41\xee\x35\xf7\xbd\x79\xb0\x2b\xee\x97\x23\x1f\x7c\x32\x23\xf9\x69\x39\xf4\x5a\xe6\x62\x61\x11\x83\xa8\x05\x27\x2c\xea\x82\x19\x7b\xc7\x9f\xd1\x6b\x11\x54\x0a\xde\x84\x13\xd5\x6a\x4b\x0c\x4c\xde\x74\xb8\xa3\x4d\x99\x96\x5b\xec\x4f\x03\xdc\xc0\xfe\x4c\x41\x10\x2d\x6d\x10\x7b\xf4\xc8\x37\xf8\xe1\x2f\xbe\xa1\xff\xe9\x6f\xa0\x06\x64\x15\x70\xbf\x59\x74\x99\x15\xc4\x18\x15\x59\x72\xff\x51\xf8\xd5\xbd\x44\x8b\x6f\x4c\x0d\x10\x47\x95\xa9\x72\x6f\x7f\x0b\x5a\xc7\xb2\x9f\x83\xfd\x0c\x7e\x38\x97\xd2\x4e\xb2\x64\xc3\xda\xec\xb2\x3c\x74\xec\x95\x7c\xc0\x05\x25\x16\x21\x27\x46\x05\x7e\xbc\xc0\xec\x8d\xdd\xd4\x70\xe0\x79\xc4\x41\x08\x11\x41\xa5\x53\xdb\x3d\xa6\x8b\xea\x72\x83\xc4\x86\xb4\x4f\x07\xc2\x57\x57\x2e\x28\x20\x23\xa9\xb9\x3b\x1a\x50\x4a\x9c\xe9\x80\x15\x0f\xd4\xe8\xd8\x6e\xf2\x43\xb0\xa7\x5c\x83\x96\x7b\xff\x51\x4c\x46\xe8\xc1\x34\x4d\x95\xaf\xda\xc6\xf6\x5e\xa0\x77\x9b\xaa\xa3\x2f\x13\x01\xd6\x4e\xb6\x89\xf4\x6a\x2f\x82\xc7\x3b\x7c\xd2\x7a\xaf\x64\xe7\xc9\xe3\xac\xb2\x3d\x85\x30\x1f\x8d\x10\xcd\x28\x17\x15\xd2\xa8\x52\xdd\x8e\x67\x9e\xd7\x13\xf3\x25\x60\xd9\xfa\x5a\xf6\x63\xfc\x1c\xd6\xa9\xc1\x95\xe2\xb0\x09\x64\xc4\xc2\xdc\x48\x7d\xc4\xe4\x65\x92\x73\xc3\x82\xa9\x24\x06\x1f\x09\x76\x2b\x71\x6e\x27\xf7\x8c\xf5\xab\x51\xad\xc1\x13\x2a\xf5\x76\x78\x78\x97\xb5\x59\x3c\xac\x93\xbb\x59\x72\x7e\xd7\xdd\x8c\x5d\xb3\x5f\xb2\xac\x7e\x78\xcb\xf8\x0d\x3c\x7f\xf8\xf4\x49\x50\x93\xaf\xc0\x39\xcb\x67\x86\x45\xfe\x36\x84\x05\x2e\x7a\x88\x5c\x27\x98\xbf\x88\x0d\x24\xf4\xbd\x74\xb3\xba\xe9\x6a\xd3\xf4\x9a\x8f\x58\x5d\xae\x61\x5e\x9c\x1e\x45\xff\x4c\xdd\xc0\x77\x1a\x66\x1c\xfc\x43\x0c\x41\x8b\xd2\x45\x5c\x53\x51\x8d\xf0\x0c\x69\x5e\x40\x55\x93\x7c\x70\xf6\xc1\x3c\x42\x4e\xcb\x06\xc9\x26\x5d\x58\xcd\x63\x77\xa1\x5a\xc3\xe4\xe9\x83\x73\xb7\xc8\x4d\xbe\x47\xb5\x25\xbc\x16\x89\xc6\x7e\x42\x54\x35\xfb\x37\x56\x9a\x75\x06\xb1\xfd\x18\xab\xb0\xe9\x6b\xdf\x70\x0f\x33\x03\x5b\xbd\x42\xd0\xdd\x10\x55\x49\xb8\x80\xe4\xc9\xdd\x87\xf1\x54\x38\x4c\xbf\xa3\xe8\xfd\xa4\x82\xa8\xff\xf4\xca\xf6\x74\xfc\x9b\x5f\x1c\xd2\xcd\xf7\x90\xdc\xd1\xe3\x2e\x31\x12\xb4\xcf\x20\x6a\x78\x6f\x23\x72\x12\x9d\x86\x14\xe0\x00\x18\x02\x83\x74\xe3\xd8\x18\xdb\x3f\x10\x53\x2a\x05\xf6\x59\x2b\xe5\xd1\x18\xbe\x2d\xcc\x51\xcc\xa3\x87\x60\xca\x94\x74\x04\x91\x5e\xd0\x18\x1b\x91\x46\x12\xc6\xb0\xd3\x69\x23\x99\x53\x1b\x30\x8c\x0d\x36\xdc\x83\xa8\xda\x52\x9e\xa8\xa1\xe5\xe3\x88\x1b\x19\xb7\x71\x6e\x19\xd3\x5b\x1c\x51\x3e\x37\x98\x3e\x2a\x5c\x32\xfd\x96\xab\xb7\x23\x2c\x2b\xe0\xc4\x46\x6f\x35\x15\x23\xb3\xcb\xa6\x8f\x60\x7f\x20\xba\xec\x35\xb1\xac\x08\x33\x51\x41\xc4\xdb\xb1\x8b\x98\x70\xd3\x85\x7a\x50\x81\xca\x1d\xc4\x7f\x4f\x64\x3f\x3c\xfd\xe8\x42\x24\x8e\x34\xce\x2e\x86\x85\xeb\x7c\x9b\x73\x3c\x70\x24\x5f\x1f\x23\xe3\x11\x1d\xf8\xec\x24\xc0\x4d\x29\xca\x6e\xcd\xd4\x38\xc0\x49\x91\x27\x4c\x05\xbc\x2c\x59\x6b\x9a\xfd\x3e\xbc\x82\x66\xaf\x4e\x3b\x61\xf9\x2b\x5c\x3a\x71\x9e\x98\x2c\x8f\x83\x15\x8c\xaa\xc4\x94\x83\x7e\x2c\x2f\x2e\xb6\x79\x61\x91\xa9\x8a\xc8\x19\x42\xfb\x89\x7e\xf1\xad\xf2\x9a\xef\x3e\x64\xd9\x2c\x0f\x5e\xc3\x43\x4e\x6e\xbe\x77\x90\x92\x42\xdf\x69\xd5\xf2\x99\xc7\x61\x93\x5a\x51\xcb\x32\x1f\x7b\xe8\xc2\xaa\xfd\xd8\xce\x1c\x36\x30\xb0\x10\x1a\xb7\x2a\x4b\x98\x43\xd0\x63\x70\xfd\xef\xa2\x23\x19\x72\x9c\x6e\xc7\x61\x9b\x90\xb2\xeb\xdd\x64\x23\xf5\x9f\x13\xbf\x46\x51\xfa\xb8\xa6\xb4\xb4\xb7\xb7\x73\x4b\xf6\xd3\x93\x64\xf3\x3d\x39\x58\x6f\xaa\x6e\xdf\xb4\xfd\xec\x91\x56\x47\x2f\xd7\x68\x4f\x32\xf5\xc3\x2f\x3d\xac\x4b\xb8\x3e\x7e\x14\xca\x9f\xba\x1e\x90\xea\xcb\x49\x28\x3a\x3f\xff\x26\xac\xe2\xe8\xd9\xbb\xca\x17\x07\x45\x9c\xf2\x7b\xa9\xe1\x82\x97\x02\x98\x4e\x55\xae\xc0\xe8\x03\x31\x77\x61\xc3\x49\xb0\x41\x41\x4f\x65\x06\x1f\xb7\x6c\xeb\xd3\x97\x21\x14\x24\xbd\x26\xe9\x65\x1b\xd6\x9a\xda\xe1\x8d\x69\x38\xd5\x5c\x22\xb1\x74\x40\xf8\x85\x4d\xe0\x79\xcb\xa1\x85\x86\xcd\xc4\x1b\x58\x82\x14\x8d\xdb\xac\x31\x99\xb8\x05\x7d\xb2\x42\x81\x24\x1f\x7e\x40\xd5\x3e\x96\x6a\x1f\x7c\x14\x36\x05\xa1\xb2\x6b\x77\xe2\x16\x9d\x1f\xad\x24\xed\x89\x32\xf6\x70\x15\x48\x2c\xae\x92\x0c\x0f\xa6\x50\x7a\x32\x9f\x9b\xba\x42\x54\x71\x6d\xc9\x49\xf3\x72\x53\xa9\xb7\x75\x7f\xde\xd9\x6a\xf2\xb8\x39\x43\x96\x08\x74\x83\x9a\x9e\xa9\xe9\x3f\xf5\x1c\x41\xff\x2d\x60\x86\xfa\x8f\x43\x90\x0c\x8a\xea\x7a\x1b\x5c\xcd\xf3\xf3\x07\x13\x65\x8e\x20\xfa\x50\x7d\xf4\xb7\x26\xb9\x0d\xaa\x1f\xf1\xd1\x6f\x7f\x14\x34\x88\xcf\x60\x50\xe0\x7b\xe1\xf6\xf5\xef\xb7\x79\x63\x7f\x7d\x3b\xc9\x93\xdb\x4d\x9e\xad\xa8\x9f\x10\x9f\xe6\xec\x0f\x3a\xde\x1b\xa5\x5a\xfa\x8b\xa7\x82\x47\x0b\x9a\xd7\xc7\xb0\x7d\xce\x8a\xd7\xab\x41\x3c\x52\x25\x8c\x87\x28\xcf\x53\x3a\x0e\xe1\x45\xc4\x8d\x9b\x13\xbc\x9c\xa5\xaa\x1a\xa1\x68\xb2\x03\x78\x50\x8b\xa4\xe5\xd8\xa5\x44\x9c\x87\x22\xce\x7e\x96\x92\x78\xd1\x25\x62\x14\x6f\x6a\x9d\xe3\x8a\x9a\x19\x2f\xb5\x2a\xba\x9d\x6b\xc5\x2b\x52\x81\x6a\x6c\x6a\x36\xbd\x90\x01\x10\xfb\xe5\xd4\x53\xd0\x0c\xe7\x78\x81\xca\x76\x00\xcc\x4a\x05\xa6\x66\x4f\xcc\xbf\xf1\xf4\xdf\x3d\xf9\xed\x5f\x22\x89\x34\x02\x97\xdd\xe5\x96\xed\x42\x9e\x9b\xeb\xbf\xa9\xdb\xc1\xa6\xcc\x80\x45\x99\x4c\x33\x69\x77\x15\x42\x32\xfc\x9f\x9a\x9e\xe1\x0c\x3a\x60\xed\x00\xeb\x69\x20\x03\xcf\x10\xe8\x94\xaa\xaa\x88\x95\x19\x50\xe3\x41\xc4\x05\x5b\x9a\x02\x11\x1f\xb4\x4c\xeb\xfe\xbe\xb5\x2d\x8d\x61\x8b\x35\x01\xe7\x7d\xbd\xc3\x3c\x4b\x0e\x45\xe6\xb7\x51\x02\x82\xb0\x14\x9f\x1e\xba\xc5\x03\x88\x27\x59\x61\xd0\xf6\x11\x53\x3c\x38\xbc\x3f\x31\x1e\x1e\xeb\x09\x6a\x61\x5f\xa6\xc7\xa6\x1b\x54\x3c\x81\xed\xb5\xd4\x1d\x3e\xdd\xad\xb2\x3f\xf2\x6f\xbe\x7a\xf0\x78\x50\x71\x8c\x17\xb4\x60\x84\x44\xf4\xfb\x29\x9c\xc1\x02\x7f\xc6\xd1\xcc\x75\xba\x00\x73\x7c\x01\x15\x41\xfb\x25\xf8\x6a\xcb\x0b\xce\xf2\x0d\x69\x6d\xcb\x31\x5d\x89\xa1\x57\x75\x91\x00\xb6\xa0\x55\xe9\x24\x2b\xfb\x8c\xdf\xa3\x8e\x6a\xf6\x5e\x96\x60\x75\x7d\x5b\x84\x32\xe3\xb6\x3e\xf8\xa8\x0e\x60\x5c\x6f\x73\x7f\x00\x62\xdd\x35\xb5\xff\x62\x14\x16\x55\x1b\xee\xbe\x2b\x15\x6d\xe1\x54\x27\x5c\x12\x57\x33\x19\x5d\x1e\x24\x75\x95\xbf\x53\x55\x58\x0f\xff\xca\x6c\x17\xdf\xe2\x1f\xec\xe4\xe8\xd5\xc6\xfb\x32\x93\xc4\x68\xf6\x6a\x34\x3c\x10\x90\x1c\xba\x50\xac\xbe\x15\x1c\x0a\x5c\xbb\x37\xaf\x03\xdc\x2a\x66\xd0\xd3\xc4\x6a\xdd\xe3\x2c\x57\x91\xa0\xf8\x55\x9e\xb9\x68\x42\x87\x74\x50\xcd\x15\x4f\x76\x28\xb1\xf9\x52\x0f\x0e\x29\xdc\xa1\x22\x26\x94\xee\x3a\xe1\xde\xf4\xb8\x19\xa2\x1f\x20\x09\xa9\xee\x31\xd0\xb8\xee\x3a\xf5\xfb\x26\x7a\xc2\x7e\xf3\x02\x3b\x26\x33\x5c\xd2\x36\xbf\xb0\x81\x42\x52\x51\x4e\xb4\xac\xcb\xa6\xd9\xd7\x61\x44\x2e\x04\xd6\x3c\x1f\xac\x63\xba\x9f\x60\x9a\x7e\x93\x72\x56\x29\xbb\x3d\x0a\x3d\x15\x57\x15\xf3\xcb\xc3\x9a\xfa\x04\xb2\xac\x23\xaf\x47\xd5\xdc\xad\x5f\x57\xe2\x46\xd8\xdf\xfc\xaf\xf5\xcb\x70\x3f\x2f\x6c\x06\x72\x08\x09\x90\xa5\x85\xe6\xa3\xf8\xad\xfb\x9e\xdc\xe5\xef\xb5\x9f\x34\xd4\x1d\x53\x87\x0a\x5d\x46\x50\xc5\x4d\x85\x83\x8a\x5c\xe6\xeb\x4b\xce\x51\xb1\xb8\x2f\x9f\x93\xfb\x08\x9f\x71\xde\x15\x8d\xf9\x29\xf9\xc6\x95\x86\xed\xa1\x3d\xe2\xb6\x60\x47\x88\x68\xa2\x7a\xdc\xe6\x01\x7e\x26\x1f\x5e\x94\x55\x82\xa0\x8f\xc5\x9a\x3a\x03\xdd\xfe\xd1\xc9\xc6\x88\x74\x44\x53\x6c\x20\x45\xf7\xdd\xdc\xf3\xdf\x06\x7d\xa1\xc5\x74\x5f\x12\xd0\xc3\xf7\xf0\x5b\xfc\x4c\x3e\x24\x66\x7c\x65\x13\x90\x01\x45\xd4\x8c\x60\xd0\x54\xeb\x7a\xf1\xf5\xbd\xe4\x6e\xb5\xe6\x14\x55\x75\xd4\x6d\xbe\xae\x9c\x75\xcc\xf0\x59\xe1\xb2\x80\x4e\x90\xfa\x9c\xa3\xc6\x55\xd7\xd4\x34\xcf\xc4\xb0\xeb\xa9\x7c\x8d\x8e\x08\xc2\x25\x5f\xfd\x1e\x8b\x9a\x1e\x3b\x4b\xd9\xa9\x06\x1c\x2c\xcd\xd5\xe7\x38\x69\x37\x56\x57\xbd\x36\x2a\xd3\x12\xc7\x55\x43\xbe\x6a\x12\x07\x0c\x59\x29\x54\xec\x09\xce\xbe\xd8\x99\xcd\xcf\xd3\x8a\xc8\xaa\x17\x46\x82\x1d\xe0\x87\x2f\x09\xde\x30\xf7\xa9\x26\x3c\x98\xb5\x5b\xbb\xf8\xc6\x54\xf4\x0d\xb2\xb9\x5d\x5f\x3f\x4a\x0f\xcf\x9b\xee\xcb\xc6\x49\xe5\xe3\x72\xfb\x93\x4d\xdb\xd8\xaa\x49\xf2\x94\x02\xa1\xf4\x9d\x94\x4e\x21\x4b\x7f\x3b\xff\x3d\x48\x21\xe8\xe6\x09\xc6\x4c\xba\x21\xba\x0b\x0f\x3d\x90\xb4\x99\x1c\x6e\x38\x9a\x73\x38\x70\x06\xfc\x9a\x40\x0b\x4c\xd8\xa4\x0f\x42\xeb\x1b\x70\xbc\x9b\xcc\x36\x78\x38\x35\xf8\x89\x8b\xf8\x13\xc4\x83\x0b\x95\xf4\xde\xbb\x81\x29\x3c\x38\x12\xdc\xd3\x74\x12\x69\xde\xcf\xc3\x6e\x6d\xca\x0e\xe8\x3e\x5c\x89\x0b\xe6\xee\xeb\xd0\x16\xf4\xb5\x1e\x67\x12\xd0\x63\x54\x2b\x2f\x84\x71\x96\xba\xd0\x39\x3f\xe6\x1c\x15\xac\x27\x58\xfd\xe3\x2f\x55\xd0\x1f\x8b\xaf\xa4\x22\xec\x10\xc4\xc8\x57\xa2\x14\x0f\x6b\x61\xcc\xa1\x15\xf0\xf4\x2a\x3d\x57\x15\x7e\x58\x7e\x1a\x39\xb0\x84\x6b\xd2\x63\x75\x5f\xca\x3d\xfd\x9e\x8f\x26\xe9\x45\x91\x93\x0e\x22\x6f\x33\xfd\x9d\xfd\x20\x7b\xff\xd2\xc5\x59\x60\x25\xac\xa4\x27\x8d\x5d\x74\xa2\xa8\x72\x77\x38\x91\xfc\xac\xb2\x85\x4f\xb6\x72\xd4\xa1\xa1\x38\x20\x8a\x34\x6e\xab\xe9\x82\x3f\xed\xd3\x05\x17\x26\x4c\x9b\xfc\x2b\x49\x50\xff\x6b\x49\x50\x3f\xf3\x59\xef\xa9\xdf\x43\xb7\x27\x92\x9e\x69\xab\x41\x9e\xe5\xba\x4a\x3f\x19\x36\x95\xb0\xa1\x41\x2d\x94\xfd\x17\xd7\xad\x2c\x91\xd5\x86\x8b\x1f\x5d\xaa\x1f\x9f\x47\x3f\x58\xe1\x27\xa2\x5a\xfc\x44\xd6\xfa\x2f\x41\xea\x7c\xc9\x71\xea\xba\xd0\x34\xa6\x6c\x79\xa7\xb9\x71\xde\xad\x1b\xcd\x61\xac\xfd\x88\x21\xa9\x45\x5e\x58\xce\x2b\xfe\x9e\x9d\xe9\xba\xe2\x3c\xd6\x7a\x86\x51\xb2\xd8\xb0\x37\xcd\x52\x7d\x62\x81\x71\x5f\xd1\x3a\xdf\xb7\x43\x5d\x6a\xdc\xe3\x78\xc5\xef\x3d\x4f\x82\x11\x98\x69\xea\x16\x4a\xa6\x06\x04\xd7\x78\xaf\xe3\x9c\x48\xed\xfb\xa3\x24\xc3\x7e\xef\x09\xf9\xac\x05\x0c\xb6\x9c\x90\xa0\xac\xf3\xc9\x8b\x10\xa5\xd2\x9e\xb8\x57\x1c\xae\xb3\x31\xeb\x05\x22\xd2\x5c\x45\x11\x1d\x05\xea\xeb\xdb\x5f\xf8\x91\x27\x41\x3e\xb8\x49\x2e\x61\x3b\x67\xdb\x7e\xc1\xe9\xec\x83\xcc\xe9\x56\x32\x9a\xdf\xc9\xfa\x00\x5a\x84\x14\x9a\xb2\xdc\xbe\x9c\x99\x35\xa1\x02\xe0\xf8\x8b\xaa\xdc\xb1\x8f\x3a\x47\xd5\x82\x7b\x3a\x7e\xc8\xbf\x3e\xad\x17\x9f\x6a\x08\x6d\x49\xf4\xf8\xe9\x8e\x3e\x70\xa2\x3a\xfd\x7d\x49\xbf\xd7\x88\xe4\xa6\x99\x20\x3f\xcd\xe8\x03\x1e\x63\xc2\x99\xf8\x79\xa0\x9f\x4d\x17\x7c\xa0\x87\x8a\xbb\xb0\x35\xb1\x16\x29\x7f\xea\xe8\x43\x55\x6e\x24\x33\x0a\xbd\xee\x19\xa7\xf4\x97\x61\x25\x85\x30\x12\xe3\xf1\x47\xfe\x27\xbe\x5d\x96\x6d\xc5\x5f\x64\x70\x7c\xca\x4c\xc7\x5f\xf0\x04\x23\x27\xa5\xb5\x1b\xfe\xdd\x74\xeb\x52\xbf\xd1\xe0\xcd\xa5\x76\x84\x09\xfc\x92\x76\xf8\xdc\x59\x23\x9d\x6d\x0d\x77\x5e\x99\xc3\xd2\xcd\x44\xa6\xc1\x9f\xdc\x3c\xf8\x2f\x6d\x64\x56\x95\x7b\x58\x8c\xbd\x9c\xb9\x2c\x9c\x2e\xfd\xe6\x33\xf1\xdf\x57\xc3\xf2\xa6\x6d\xcc\x15\x6b\x1d\x24\xd1\xdb\xd5\x99\x8f\x96\x5e\xb3\xab\xe7\x7c\xe6\xf2\xf8\xe6\xc5\xbe\x55\xf1\xf0\xa3\x3e\x15\x41\x5f\xd3\x4b\x96\x39\x3e\x0d\xd5\x6b\xe7\x33\x96\x42\x23\x8c\xdc\x8a\x68\xa6\xef\x45\x18\xa3\xfe\x00\x1f\xfe\xeb\xbf\x32\x15\x9a\x1f\xed\xbf\xfd\x5b\xf2\xf0\xcb\x8f\x44\xef\x41\x14\x15\xa1\x46\x95\xdb\x24\x3b\x67\x9d\xd5\xa1\x3e\x91\xaf\xbf\x8d\x9a\x20\x46\x12\x7b\x6c\xb2\x51\x90\xbc\x86\x1c\xeb\x6e\xf6\xff\x05\x00\x00\xff\xff\xac\xc8\xeb\xdf\x24\xe3\x00\x00") func confLocaleLocale_plPlIniBytes() ([]byte, error) { return bindataRead( @@ -4498,12 +4544,12 @@ func confLocaleLocale_plPlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 53037, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 58148, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_ptBrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xdb\x6e\x1c\x47\x96\xe0\x7b\x7d\x45\x5a\x03\xc1\x12\x40\x96\xe1\xf6\xec\x05\x86\x4b\x5e\x8a\xa2\x2d\x35\x24\x91\x2d\xca\x1a\x60\x0d\xa1\x1c\x55\x19\x55\x4c\x2b\x2b\xa3\x3a\x23\x93\x12\xd5\xe8\x87\xc1\xbe\xee\x07\x2c\xf6\x69\x8c\x7e\x18\xb8\x01\x3f\x35\xf6\xc5\x8f\x5b\x7f\xb2\x5f\xb2\xe7\x16\xd7\xcc\xa4\xe4\x9e\xc1\x34\x1a\x16\x2b\xe3\xc4\x3d\xe2\xc4\xb9\x1f\xb5\xdf\x2f\x4b\x6d\xd7\x8b\xef\x76\x85\xd5\xed\x75\x75\xf8\x57\x53\x94\xba\xf8\xb6\xea\x0a\xd5\x77\xe6\xf8\xca\xd8\xbd\x2e\x55\x69\x0a\x5d\xa8\x5d\xb5\x3d\xfc\x74\xad\xeb\x02\x6a\xb4\x55\x07\xdf\x76\xc5\xb7\x66\x36\xbb\x32\x3b\xbd\xb8\x38\xfc\xb4\xad\x1a\x55\x3c\x69\xaa\x75\xa5\xea\x59\xa9\xec\xd5\xca\xa8\xb6\x1c\x94\xe8\x77\xfb\xda\xb4\x7a\x71\x46\xff\xaa\x76\x76\xa5\xeb\xfd\xe2\xe4\xc7\xbe\x54\x33\x5b\x6d\x9b\x65\xd5\x2c\xce\x9a\x0e\x4b\xe8\xa7\xe9\xbb\xc5\xa5\xaa\xe4\x57\xbf\x5f\x9c\x2a\x68\x9c\xca\x5b\xbd\xad\x6c\xa7\xdb\xc5\x0b\xfa\x03\x3f\xbd\xd5\x2b\x5b\x75\x7a\x71\x09\xff\x99\x5d\xeb\xd6\x56\xa6\x59\xbc\x82\x7f\x0f\x7f\x31\xb3\xbd\xda\xfa\x91\xce\x3a\xbd\xdb\xd7\x0a\x40\x9f\x99\x52\xd7\x66\x56\xab\x66\xdb\x23\xc0\x93\xb2\x32\x3b\x35\x5b\xb7\x1a\x4a\x97\x8d\x7e\xbb\x38\x6d\x2b\xd5\xce\xe7\xf3\x59\x0f\xab\xb4\xdc\xb7\x66\x53\xd5\x7a\xa9\x9a\x72\xb9\xc3\x99\x5c\xe8\x16\x3e\x14\xb0\x4a\xbd\xed\x0f\x3f\xb5\x15\x2e\xd7\xda\x34\x9b\x6a\xdb\xb7\xea\xf0\xaf\x87\xff\xa3\x2d\x8d\x5e\x97\x30\xb9\xa5\xb2\x8b\x57\x66\x7d\xf8\x6b\x71\xf8\x79\x46\x2d\x36\x0a\x16\xf0\x3b\xa9\x3a\xd3\x3b\x55\xd5\x8b\xb3\x63\xfc\x07\x46\x6c\xed\x5b\x03\xab\x78\xa9\x9b\x2b\x05\x13\x5e\x76\x37\x7b\xbd\x78\x54\x6d\x61\x7e\x45\x63\xae\xa1\x6a\x03\x33\x5d\xab\x7d\xb7\xbe\x52\xb0\x36\xf4\xef\x0c\x20\xf7\x06\x16\xc2\xb4\x37\xb0\x38\xf4\xe7\xe1\x6f\xd8\xba\x69\xb7\xaa\xa9\xde\xab\x0e\xd7\xe5\x5c\x7e\xc0\x10\x61\x75\x76\x55\xdb\x9a\x76\x71\x06\x5b\x5e\x5f\x99\x19\x4c\x7c\x89\xad\x2c\x9e\x9b\x6b\x53\x24\x8d\x60\x11\x9c\x86\x16\x57\x0f\x4a\x55\xf1\x0c\x7f\x70\x2b\x5c\x46\x2d\x51\x45\x1d\x35\xb7\x31\xed\x1b\xfe\xfa\x0d\xfc\x85\x27\x6d\xd0\x2c\x8c\x8f\x9b\xcc\xc6\xa6\x1a\xd8\x1a\x2a\xfd\x56\xb7\xba\x81\x93\xd4\xc6\x20\xb8\xc2\xaa\xdc\xc1\xea\xee\x55\xa3\xeb\xc5\x85\xaa\xe0\x1f\xdc\x92\x13\xfc\x4a\x87\xa3\x34\xed\x4c\xad\xd7\xa6\x6f\xba\xa5\xd5\x5d\x57\x35\x5b\xbb\x38\x4d\xb7\xa9\x28\x55\x01\x9f\x3a\x38\x8a\x13\x10\xb3\x1b\xd3\xfb\x33\x00\xdb\xd2\x17\x7b\xda\x7e\xfe\xee\x6b\x5d\xf6\xca\x0e\xce\x00\x74\xdf\x55\xd7\x55\x57\x69\xbb\x38\xc1\xbf\xe0\x6a\xc1\xe7\x7d\x5f\xd7\xb0\xd4\x7f\xec\xb5\xed\xec\xe2\x02\x7e\xc1\xba\xf0\xaf\x59\x65\x2d\xfc\xb1\xb8\x68\xcd\xaa\x86\x93\x01\x6d\xac\x55\xb3\x86\x19\x9e\xd2\x3f\x70\xe2\x67\xdf\x57\x8d\xed\x54\x5d\xbf\x9e\xc9\x1f\x8b\x27\xf4\xaf\x2c\x5d\x57\x75\x30\xd0\xb3\x4e\xc1\x59\xc2\x25\xaf\xa2\xc2\x62\xaf\x5a\x55\xec\xdb\x6a\xa7\x2b\xf8\x43\xbf\xd3\xeb\x9e\x6b\x95\x66\xfd\x06\xce\x3a\xde\x4d\xb8\x5f\x97\xba\xb8\xa6\x23\x0b\x63\x3a\xfc\x54\xb4\xa6\x84\xc3\x6f\x0a\x03\xf7\x7f\x8b\x8d\xc2\x75\x35\xb8\xd8\x8f\xa8\xd6\x51\xb1\x37\x6d\xb1\x51\xd7\xf0\xdf\x5a\x57\xaa\x30\xb6\xf8\x4a\x15\x9d\x6a\xb7\xba\x5b\xdc\x59\xae\xe0\xaa\xbd\xb9\x53\x5c\xb5\x7a\xb3\xb8\x73\xd7\xde\x79\xf0\x6d\x5f\x29\xfb\xd5\x67\xea\x41\xb1\xee\x71\x4d\x8c\xe5\x63\x5d\x28\xf8\x0f\x0d\x7a\x07\xd8\xa1\x2d\xfe\xd8\xab\x1a\xd6\xa5\x85\x85\xad\xac\x2a\x1a\x18\x0d\x8c\x9e\xef\xf3\x27\x33\x5c\x41\xb8\x15\xcb\x72\xc5\x48\x8d\xc6\x46\xcb\xda\x16\xcf\x6e\x2e\xff\xf0\xf4\xa8\xb8\x30\xb6\xdb\xb6\x9a\xfe\x86\xff\x00\xf4\x17\x85\xe9\x8b\x97\xd5\xa3\x87\xf3\x19\xd4\xe3\xb5\x1a\x9c\x09\x5d\x3c\x84\xd5\x26\xd4\xf8\x08\x47\x47\xa0\x78\x0f\x5f\x56\x7b\x9a\x77\x56\x0c\x68\xb3\x5b\x3c\x86\xff\xd0\xf5\x0e\x57\x3b\xbb\xcd\xd0\x0a\x5d\xfd\xe7\x80\x40\xb1\x95\x95\x6b\xa5\x74\x9d\xc8\xf2\x5f\xb8\xe5\x3c\x02\x0c\xa3\x61\xd9\x77\x1a\x4e\x41\x65\x77\xa6\x78\xf2\xfc\xf9\xf9\xa3\x87\xb0\x20\x3b\xf8\x0c\xe7\xed\x47\x38\xdd\xd4\xc6\x1a\x76\x76\x0d\xb8\x11\xc6\xdf\x77\x9b\xff\xba\xdc\xea\x46\xb7\xaa\x5e\xae\x2b\xde\x74\x5a\x91\xf9\xcc\xda\x1a\x90\x58\x49\x58\xd0\x14\x97\x97\x4f\x61\x90\xdd\x15\x9c\x2e\xb8\x35\x70\x6b\xed\x1f\x6b\x5c\x52\x19\xc7\x39\xb4\x4a\xdf\x71\xb4\xaa\x85\xe5\xbe\xa6\xbe\xd2\x81\x0f\x56\xb6\xf8\x6a\xd5\x3e\xf0\x73\x90\x29\xb8\x96\xd4\xca\x9a\x1a\xde\x1a\xdc\x5c\x3c\x53\x7c\xce\x2a\x7a\x2c\x70\xa3\x61\x8e\xee\x69\x9a\xcf\x74\xdb\x2e\x01\x6d\x77\x37\xb8\xc9\x34\xd0\xf3\xe2\x34\x0c\xe9\xf6\x71\x14\x0d\x9d\x78\x98\x2c\xb6\x58\x5c\xab\xf7\x95\x34\x59\x35\xd7\xaa\xae\x4a\xd8\xfe\xdb\xb7\x24\x6e\x46\xb7\x3b\x44\xc1\xf0\x31\x5a\xe9\x3b\xf3\x3b\x80\xfa\xef\x1c\xdf\x99\xcf\x1a\xb3\x64\x84\x84\xcf\x44\x09\xc7\x15\xee\xef\xb2\x95\x77\x8a\xb0\x2f\x3f\x02\x61\x50\x70\x68\xd5\xaa\x82\xf5\x86\x79\x9b\x42\x40\x71\xf6\xbb\x62\x8d\x0f\x50\xd1\xef\x14\x6e\x31\x9c\x79\x80\x56\x31\x5e\x8b\x57\xc6\xa1\x41\x39\x6a\x27\xd0\x00\x1c\xb6\x41\x95\x91\xd5\x50\xf3\xd9\xcc\x1d\x93\xf1\x9b\xb0\x85\xb2\xca\xe2\xc2\xe0\xe5\x9a\x21\xfd\x90\x2c\x97\xda\xd7\xd5\x1a\x66\x77\x6d\x7c\x99\x3b\x3b\xa7\xa6\x36\x70\x15\x61\x66\x0d\x01\xab\xc2\xf6\x80\x19\x62\x2c\x5f\x28\x38\x51\x9f\xd0\xd3\xb5\x8c\x4f\x21\x02\xc3\x10\x7e\x79\x8f\x5d\xb4\xf1\x8b\xe1\x41\x5d\x2f\x2f\x0d\x6e\x93\xb1\x09\x18\xfe\xda\x99\xce\xf0\xc0\x81\xb6\x81\x09\x63\x77\x56\xd5\xd7\xf0\x11\xd1\x08\x0c\xa8\x6a\x35\x83\xcf\x67\x6d\x0f\x84\x46\x7c\x73\x71\x04\x11\x72\x74\xe5\xe1\x5e\xf8\x87\xbf\xd4\xd7\xba\x80\xc3\x50\xa8\xb5\xb6\x16\xa6\x14\x4e\x3a\x2c\xdd\x60\x06\x70\x5a\xa8\x5d\xde\x73\x5a\xd4\x12\x88\x0f\x20\x81\x1e\x99\xdd\xe1\x97\xa6\x32\xf2\xdb\x75\xf5\xc4\xc2\x55\x51\x1b\x0d\x87\xe0\xbb\x17\x4f\x2d\xdf\xe5\x75\x6d\xf0\x79\xdc\x15\xd7\x80\x6c\x2f\x2f\x1f\xe3\xb5\xbe\x5a\x02\x12\xee\x10\x75\x74\xf4\xcd\x7f\x72\x2d\x3d\x3f\xfc\xba\xd3\x2d\x4d\x6d\x4f\x40\xb8\x3b\x16\xde\x33\xba\x6e\x78\x42\xa0\x96\x20\xfc\xde\xe2\xdd\x3c\x82\xd9\x55\xef\x34\xdf\x1c\xee\x19\xcf\x2c\x6c\xb7\x9c\xd8\x75\xdf\x5a\xc3\x03\xb8\xea\xba\x7d\x3c\x82\xc7\x2f\x5f\x5e\x84\x8f\x93\x63\x80\x39\xe0\x30\x94\x9c\x24\x3e\x16\x55\x0b\x43\x70\xcb\x34\xa7\x93\xd5\xb7\xf5\x02\xe6\x3f\x72\xe6\xa0\x64\x64\xad\x68\xb5\x08\x2d\xc6\x4b\x85\x83\xfa\x0c\xff\x63\x61\x1f\x3a\xb5\x5b\x1d\x7e\x46\x34\x4a\x14\xd8\x7c\x56\x9b\xed\xb2\x35\xa6\xcb\xce\xa2\x29\xa0\x20\x2d\xf4\x78\x5a\xe1\x83\x84\x27\x50\x90\x23\xbd\x1d\x00\x0a\x17\xcb\xec\xf1\xd2\x4f\xde\x2c\xb3\x5f\x63\x71\x65\x99\xfe\x9b\x7a\x89\x4c\x42\xa7\x6b\x26\x12\xed\x0e\x96\xd5\xbf\x39\xc5\xe5\x33\x58\x6a\xfa\xb6\x69\xcd\x6e\xf1\x48\x87\x1f\xe1\xc0\xea\xa6\x04\x8c\xe5\xda\xc1\x66\xf8\xe8\x02\x49\x87\x25\xb0\x60\x48\xb8\xad\xab\x8d\xdf\x85\x17\xdf\x9c\x16\xff\xe9\x8b\xdf\xfd\x6e\x5e\x9c\x17\x40\xc8\xed\x54\x27\xa7\x1d\xd1\x47\xbf\x93\x46\x00\xd7\x16\x77\x10\x1d\xdc\x29\xbe\xa2\x2f\xff\x4d\xbf\x53\x40\x68\xeb\x39\xa0\xf2\x07\xf3\x19\x7e\x82\x8b\x43\xb7\x8b\x69\x5c\xbe\x12\x3b\xdd\x11\x21\x2b\xe5\xe9\x4b\x99\x82\x38\xaa\x7f\x49\xe4\x55\xbb\x5b\x3c\xf6\x68\x53\xbe\xc8\x88\x61\x66\x0e\x8b\x52\xbb\xcb\xc6\x74\xd5\xe6\x26\x82\xa7\x0f\x7e\x86\xd1\x8a\xc2\x22\x6b\xa4\xe6\x60\xad\xd7\x7a\x9a\x2c\xf0\x57\x05\xf0\x5a\x0f\xdd\x58\xbf\x3d\x76\x66\x36\x9b\x1a\x88\x50\x7e\x5d\x4f\xf8\x92\xec\xf0\x91\x85\x82\x63\x2c\x49\x20\xe0\x5a\xec\x81\xb7\x79\xc4\xf7\x09\xd1\xe4\xe9\xa3\xe7\xf0\xce\xe3\x1b\x0f\xa7\x95\x2a\x42\x87\x40\x77\x96\x8c\x84\x8e\x8a\x2e\xe0\x3a\xba\x78\xd6\xe1\x35\x78\x6d\xf6\xa6\xa9\x70\x92\xef\xe9\xd9\xaa\xcd\x5a\xd5\x44\x51\x01\x95\x23\x4f\x11\x10\xec\xd7\x0a\xd6\xc0\x75\x09\xa3\xf3\x47\xeb\x5b\x29\x1b\x00\x47\xa3\x0c\x2f\x95\x83\x86\x45\xd8\x18\x22\xd8\xe0\x88\x59\x3c\xeb\xd8\xbd\xb2\xd1\x48\x19\x10\x20\x90\x1d\x83\x33\x08\x97\x10\x4b\xf6\x44\x15\x30\x06\xb5\x78\x84\xf6\xaa\xc4\x99\x84\xd1\x26\x0f\x67\x18\x31\x31\xa9\x7e\x8f\xc7\x80\xd3\x75\xa5\xf1\x26\x95\x70\x51\x5d\xd7\x47\x8c\xd3\x08\x0f\x1a\x26\x40\x4d\xf6\x68\x02\xe6\x06\xc2\x93\x9f\x63\x7a\x8a\x2d\x3c\xbd\x0d\xf5\xea\x58\xb0\xe8\x34\x0a\x33\x96\x02\xc8\x88\xce\x57\x6d\xb5\x55\xf8\xf0\x02\xe5\xe1\xa8\x71\xe3\x2b\xf1\x50\x26\x87\x0a\xdd\x12\xb9\x0b\x0c\xa1\xf0\xcc\xcb\xeb\x0a\x38\x55\xd7\x2a\xe0\x9c\xaa\x91\x36\x00\xd5\xc1\x53\x5b\xfb\x57\x16\x8f\x11\xd3\xcc\x76\xb4\x11\x19\xe0\xa5\x2c\x41\xd8\x18\x18\x0d\x7c\x81\xeb\xc2\x7b\x56\x22\x16\x85\xbb\x0f\xbb\x0b\x9c\x05\xfc\xdf\xb5\x7a\x84\x3d\xc2\x0a\xd0\x59\x70\x2b\xc9\xf0\x9a\x18\x7b\xdc\x62\x8b\x24\xaa\x30\xf2\x73\xe1\xdd\x84\x7b\x62\xf2\x3d\x26\x8f\xe0\x84\x57\x7e\xdd\xa7\xc9\xa0\x42\x6d\x4d\xab\x8e\xe0\x5a\x63\x47\x0a\x29\x61\xe3\xb8\x9b\x88\x39\xbf\xf7\xe4\xd1\xe2\xf3\xfb\xb4\xb8\x80\xc5\x60\x3e\x3c\x42\x40\x29\xf0\xce\xc8\xbb\x3d\xa4\xb0\x78\x88\x13\xa8\x60\x6a\x44\x52\x2b\x22\x92\xc2\x82\xce\x32\x4a\x8d\x99\x02\x41\x61\xe1\xf3\xa9\xe0\xb4\x96\x09\x39\xa9\x15\x4b\x09\xe8\x15\x4c\x7a\x15\x46\x70\xb9\x05\x82\xc2\x71\x83\x2d\x93\x17\xb0\x27\xdd\x72\x5b\x75\xcb\x0d\x62\xda\x72\xf1\x8d\xaa\xe1\xb4\x01\x99\x82\x05\x74\x3f\x00\x51\x13\x25\xfe\x29\x40\x7d\xfa\x65\x71\xf7\x5a\xb8\x80\x2f\x10\x7f\x2e\xe1\x0a\x57\x35\x9e\x67\x64\x71\x71\xff\xe9\x2a\xd3\x36\xd9\x9e\x1f\x71\xa1\xbb\x63\x36\x70\x03\x2b\x05\xd4\x1e\x8c\xf4\x6d\x53\x1b\x55\xe2\x8a\xb9\xba\xab\xaa\xc1\xf5\x80\xe2\x0d\x49\x88\x10\xdf\xdd\x85\x43\xf4\xfc\xf0\x3f\xce\x63\xb8\xad\x59\xf5\x55\x5d\xce\x67\x8e\x5c\x07\x62\x5d\x4e\x4c\xb2\x21\x7f\x19\xe3\x05\x68\x80\x4c\xcc\xac\x4d\x0b\xa4\x9e\xa2\x99\xb9\xa6\x02\xcd\x79\x32\x4e\xa7\x1d\x7e\x06\x9e\xe4\xfa\xf0\x13\x5e\x56\xaa\xe9\x69\x40\x5c\x14\x38\x46\xeb\xab\x84\x0c\x8c\xe9\x45\xee\x1c\x5a\x88\xce\xa0\xea\xe0\x4a\x42\x43\xb6\x38\x7e\x00\xff\x9d\x59\x75\xad\xf9\x41\xdb\x0e\x76\x06\xe9\x54\x44\x76\x89\x3c\xe1\x2f\x26\x99\x40\x72\x81\x06\xcb\x31\x79\x61\x78\x45\xd2\x99\xb9\xc3\x63\xfb\x35\xde\x85\xc5\x43\xbd\x3b\xbe\xae\xe0\x44\x7c\x52\x9c\x41\xc9\xce\x90\x60\x83\xde\x62\x4b\xc8\xd2\x89\x06\xd6\xa6\xbe\x02\xfa\x91\xe9\x58\x20\x16\xab\xeb\x0a\x8e\xc3\x31\xdc\x74\xbc\x5c\xf8\x8e\x0b\x7b\x1f\xb6\x30\xa5\xb1\x98\x7e\xf2\xa4\x3e\x14\x0e\xd7\x7d\xf6\x3d\xca\x1b\x5f\xcf\x7a\x66\x2e\x4c\x5d\x22\x1d\x29\x57\xcb\xd3\xeb\x80\x60\x32\x09\x9a\x03\xe5\x5b\x66\xdf\x56\xb0\x63\x4b\x2f\xa5\x5c\xd2\x8c\xde\x75\x8b\x97\x2d\xbc\x95\x2d\xc9\x80\xe0\x27\x9d\x24\x27\x4b\xd2\xf4\xb5\x35\x35\x50\x29\x37\x74\x62\xec\xe2\x99\xee\x6d\x22\xc4\xb2\x70\x81\x6b\xb8\x1f\xa6\xa5\x77\x5c\xc0\x12\x08\x68\xc6\x03\x00\x3c\xb4\x05\x5c\x10\x34\x05\xe4\x25\x20\xd1\x4c\xa8\x05\xa5\x2c\x4d\x93\xbe\x44\x3a\x67\x67\x84\xa9\x49\xf4\xfa\x0a\x70\x30\x9c\x20\x11\x15\xcd\xe1\x18\x90\x28\x8a\x7b\x3e\x43\xc9\x6e\x9f\xf1\x43\xb0\x88\x22\x85\x7d\x3d\x1b\x19\x20\x49\x2d\xac\x67\x7e\xe0\x70\x6a\xd5\xc2\xf9\xbe\xd0\x16\x5e\x0b\x4b\x32\x27\x40\x9e\x57\xaf\x23\x19\xe9\x52\x24\x6b\x2c\x2b\x2d\x48\x84\xc7\x82\x34\x4f\xae\x5d\xe9\x3d\x92\x76\x3b\xbb\x5d\xfc\x1e\x0e\x5d\x07\xd7\xdc\xa3\xf2\xaf\x0b\x14\xf9\x6a\x46\xe0\x9f\xcc\xac\x41\x44\xb0\xfc\xc8\xaa\xbf\x87\x7e\x35\x1e\x33\xa9\x9d\xd2\x01\x2c\xb1\x05\xd6\x18\x89\x80\x75\x0f\xf4\x2f\x3e\x10\xd7\x44\x37\xf1\xc3\x6a\xe9\x1a\xd0\xcb\xe8\xe8\x1a\x40\x19\xf3\x22\x88\x2c\x34\x0d\x0e\x19\x71\xec\xb1\x33\x22\x6f\x49\xef\x12\x12\xe7\x55\x4c\x62\xf9\xfe\x09\x57\x87\xde\xd5\x34\x9d\x4a\x28\x93\x89\x50\x20\xa6\xaa\x78\x44\x0a\x9f\xfc\x9d\xde\xad\xb0\x41\xbd\x78\x0a\x7f\xe1\x53\x0a\x95\x9f\x55\xbb\x19\x50\xe4\x5b\xba\x46\xf2\x6a\x9c\xc1\x56\xc1\xa3\x09\x7d\xf1\x81\xc7\x72\x3d\x28\x87\xdb\xaa\xf8\x59\xf9\xda\x89\xd7\x01\x9f\xbd\x5d\x5c\xc8\x83\x8b\xaf\x55\x58\x67\x11\xbc\x87\xa5\x9e\xbb\xd7\x8a\x49\x2d\xa2\xb1\xa1\xb5\xce\x2d\xf8\x77\x3b\x5a\x69\x37\xa1\x52\x67\x13\xc7\x19\x0a\x11\xc8\xb4\xca\x57\xab\x07\x77\xed\x57\x9f\xad\x1e\x44\x6f\xc7\x11\x3e\x00\x40\xa5\x13\x59\x06\x4f\xce\x5a\x55\xef\x68\x64\x44\x4b\x00\x6a\x6b\x90\xf4\x68\x0f\x7f\x7b\x57\xed\xe0\xaf\xbb\x65\x71\x05\x43\x73\x9c\xb1\x41\xde\xa3\xa3\xc7\xb3\xf7\xab\x3c\x67\x41\xac\xe6\x8b\xe2\x4e\xae\xd0\xe8\xf8\xac\xb9\x93\x4b\x93\xa9\xab\x5d\xd5\x0d\xcf\x50\x2c\x10\xa5\x49\xe0\x9b\x89\x7c\x90\x9f\x2c\x51\x9c\x3c\x53\x3c\x2f\xbb\x1e\xb6\xb1\xd8\x20\xc9\x75\xf8\x2b\x4a\xb0\xa3\x13\x06\x87\x62\xdb\x03\x1e\xd2\xc5\x17\x05\x9c\x29\xa0\x4c\x80\xc2\x03\x74\xb0\xec\x1b\x59\x32\x5d\xf2\x31\x3a\xaf\xe8\x71\xe4\xde\x91\x1c\xed\x2b\xea\x35\xe1\xe7\x78\x08\x0d\xf7\xcc\x2b\x0e\x83\xbb\xe7\x97\xf7\xfe\xbc\xf0\x22\x5d\x82\x82\xfd\xd6\x2b\x58\xa1\x64\xfc\xe9\x66\x21\x59\x2e\xc7\xa2\xd5\x34\x61\x62\xfb\x70\x83\x8f\x80\xad\xa6\xfd\x01\xc2\x6b\x65\xe8\x2a\xa9\x15\x6c\x13\x8a\x52\x70\x0d\x65\xe8\xa7\x0c\x84\x52\x1e\xde\x1d\xdf\x0e\x6e\xce\xd8\xba\x09\x33\x4c\x74\x87\x25\xa4\xd0\x69\x38\xba\x9d\x9e\x9e\x2f\x3c\x18\x02\x0a\x33\x3e\xfc\x4b\xd1\xc0\xe9\xf6\x67\x78\x3e\xa3\xd1\xe0\xa0\xba\x89\x31\xdd\x6b\xf5\xfd\xd1\x51\xb5\xba\xd4\x1b\xb8\xee\xfe\x49\xb5\xa2\x92\xb1\xf1\xbd\x7a\x21\x50\x7c\x8e\xf8\xee\xb9\xc7\x6e\x8d\x9c\x60\x38\x40\xd8\xfc\xfa\xf0\xb7\xb2\xda\x9a\xe1\x6a\x03\x7e\x06\x9a\xb5\xc7\x55\x77\xd3\xe2\x57\x50\xd6\x34\x74\xe9\x05\x6c\xc3\xd5\x75\x43\xc1\x6b\xc3\xa3\xf5\x95\x3a\x63\x96\xf6\x0a\xe5\x33\xe7\x74\x49\x90\x48\x26\xc9\xb1\x40\x66\xe2\x41\x28\x34\x2d\x3d\xf6\xff\x79\x0e\xd8\x1f\xd7\xe4\x35\x5f\x22\xc4\xff\xee\x06\xc5\xc7\x99\xb8\x58\xba\xaf\x74\x97\x3c\x2c\x13\xae\xaf\xc2\x95\xc6\x45\x1e\x6e\xe6\x70\x5d\x2d\x5f\xe3\x3e\x2c\xbc\x60\x57\x47\xa7\x38\x25\x60\xc9\xd7\x0d\x3e\x23\x25\x3f\x2f\x1e\x92\xb4\x07\x6e\x67\xa8\x22\x82\x00\x4f\xd9\x00\x16\x84\x07\x19\x20\x60\x6a\xc0\xcd\xc0\xdc\x6e\xb4\x5d\x5c\x02\x5e\x6d\xcc\xe2\x39\x29\xa0\x4c\x89\x35\x4e\x6a\xa8\x4e\x0f\x20\x8a\x40\x5e\xcf\xbe\x83\xc5\x79\x3e\x4a\xdc\xe3\x8b\xfa\x3c\x96\x8d\x26\x82\xcb\x33\x26\xdf\x47\xe6\x7d\x91\xb2\x03\x2f\x34\x29\x1a\xe0\x58\xb1\xca\xcf\xcd\xfe\xf2\xf2\xf1\x4b\x62\x45\x9e\x8b\x34\x15\x78\x46\x58\x70\x14\xf4\x3d\xee\xba\xbd\xfd\x4e\x04\x64\x28\xdd\xba\x84\x46\x6f\x90\xea\x76\x1f\x59\x3d\xb0\x55\xb3\x97\x5a\xed\xa2\x41\x02\xd1\x0a\xa7\x67\xaf\x67\x27\xf0\xba\x27\xd3\x42\x5e\xa9\xf5\xda\x38\xd2\xa9\x9d\x65\x1c\x48\xaa\x68\xf3\x9c\xa5\x26\x55\xe0\x0f\xd1\x79\x62\x3e\x83\xc5\xef\x3f\xcc\x54\xbd\x07\x9e\x18\x09\x31\x0f\x8a\x52\x25\x52\x48\xc7\xa2\x75\x55\x6f\x54\xd3\xef\x0e\x3f\xb7\xd5\x9a\x85\x04\x57\x87\x5f\x36\xba\x29\xee\x1d\xdf\x27\x7e\xb2\x5f\xd5\x48\x41\x21\x9e\x5b\xde\x4f\x1b\x2e\x01\x7f\xfc\xfb\x36\x6e\xab\xf7\x7e\x6a\x5e\x08\x06\xa5\x40\x1e\x2b\x94\x12\xde\xb5\x00\x44\x14\x79\x04\xc8\xe2\x32\xa2\x34\xdb\x02\xc8\x38\x43\xd7\xca\x22\x13\x10\xc6\x82\xf5\xd4\xbb\xe9\x7a\x80\x62\x77\x87\x9f\xe0\xad\x33\x83\x7a\x8c\x2c\x93\x05\x07\xb4\x31\xf1\x38\x38\x6c\xf2\xc3\x0c\x25\xa6\x52\x29\xd4\x61\x81\xa9\x10\xde\x00\x54\x35\xeb\xba\x2f\xc7\x87\xf4\xe9\x5d\xfb\x29\xb6\xd3\xbc\x01\xda\xa1\x11\x90\xb3\x96\x24\x16\xc0\x14\x34\x57\xf0\x6a\x94\xe6\x4b\xa7\xa4\x5e\x42\x5b\xc8\x82\xad\x09\xf7\x88\xb8\x43\xde\x2a\xf8\x8c\xb2\xab\x52\xf7\xf3\x80\xab\x02\x87\xc5\xd2\xc0\x1c\x57\xa6\x38\x8b\x78\x45\x78\xff\x51\x76\x86\xe2\x19\xaf\x62\x5f\xae\xe0\xb9\x59\x76\xea\x8d\x6e\x06\xd7\xb5\xf8\x11\x5e\x71\x24\x47\x50\x24\xc0\x38\x16\x18\xc2\xf1\x5a\x19\x67\x98\xd7\x04\x42\x6b\xa2\x62\xae\xee\xc8\x6b\x76\x70\x1b\x27\xab\xf2\xcd\x1c\xd4\xe1\x3d\x27\x78\x98\x67\x39\x86\x52\x7c\x9d\xde\x52\x15\xbf\x1e\x7e\x81\xc3\x86\xc4\x0c\x14\xaf\xa9\x94\x11\x41\x82\x2c\x1f\xfc\x5d\x2e\x13\xb6\x99\x84\x1b\x81\x56\x5e\xeb\xb6\x63\xdc\x8e\x74\x22\xa2\xf8\xaa\x41\x64\x89\x8f\x99\xe8\x7e\xb2\x15\x14\x86\x5c\x04\x94\x83\x4e\xe0\x4c\x21\xca\x4e\x7a\x49\x88\x42\x1d\x35\x0c\x64\x1a\xbc\x65\xba\x13\x33\x8c\x88\xe1\x37\x23\x4d\xfb\xe7\x65\xaa\x61\x77\xb2\x02\x9b\x4b\x78\x18\xe6\x92\xc8\x12\xc4\x32\x04\x0f\xaa\x7e\x07\x38\x30\x16\x05\xf0\xec\x11\x75\xb0\x0c\x02\xcb\x61\x9a\x35\x90\xd2\xc8\xf8\xf1\xf4\xe2\x0a\x8a\x90\x09\xaa\xac\x50\xb6\xcc\x72\x83\xc3\xaf\x75\x87\x57\x1e\xe9\x7f\xb8\x57\x8d\x3f\x0f\x2c\x13\x0e\x53\x06\xb6\xe5\x11\x5e\x4d\x7c\x0d\x88\x3e\x23\xb9\x74\x0a\x03\x77\xc2\x2d\x00\x2a\x85\xde\xe8\x9b\x98\x35\x12\xa2\xd1\xea\x6d\x5f\x21\xaf\xcf\xeb\xb1\x26\x01\x04\xbd\xe7\xee\xa1\x41\xe9\x05\xb2\xe1\xc8\xea\x10\xd0\x8d\x6f\x8e\x54\xef\x01\xe3\x87\x26\x92\x06\x8e\x8a\x1d\x09\x0e\x6d\xbf\xa3\x9e\x70\x91\x3d\x9d\xa3\x26\x58\x00\x57\x7f\x8f\x8f\xbb\x97\x6a\x23\x3b\xea\xe4\x26\x27\x41\x50\x29\x6c\x86\x02\x8e\xb9\x67\xe9\x81\xed\xaa\xba\xc6\x35\x67\xdb\x96\x4b\x47\xa0\x14\xc0\xe4\xc3\x2d\x43\xce\x52\xd6\x0a\x6d\x33\xf2\xa3\xea\xe8\xee\x4e\xf4\x54\xfa\x1d\x60\xc5\x8a\xe4\x99\xf0\xee\x35\x76\xa3\xdb\xc3\x2f\xc7\xb5\x37\xa9\x80\xa5\xe6\x0e\x91\x94\x47\xe3\x95\xbc\xbf\x8d\x7a\x8f\xc4\x5a\x37\xc4\x0e\xae\x2b\x7e\x5d\x14\x77\x42\xfd\xe5\x3d\xe0\x21\xca\xa6\x85\x72\x9a\x5c\xb7\xea\xe7\xa7\x3e\x66\x86\xd4\xed\x47\x4c\x6f\xc6\x56\x1d\x4b\xe0\x45\x9b\xf5\x55\x72\x03\xf8\x53\xc1\x9a\xed\xae\x6a\xb2\x0b\x30\xfb\x1e\xef\xcc\xeb\x19\x6c\x67\xb3\xd5\x4b\xd1\x46\x10\x81\x85\x17\x1a\xe9\x42\xa7\x57\xd8\x15\x4e\x01\x81\x5a\x24\x57\x63\xdd\x5b\xc0\x82\x59\xc5\xa8\x5a\x33\x62\x81\xf3\xa3\x81\x37\xd9\x34\x28\x13\x5d\xb7\x30\xc5\x9e\xa4\x53\xbb\x60\x2e\x85\xa6\x39\xa9\x30\x44\x6c\x76\x6e\x82\xc5\x4e\x71\x71\xf8\x75\x85\x4a\x47\xe0\xaa\xeb\xda\xbc\x45\x61\xc9\x25\x5e\x17\x20\x7c\xd0\xd2\x0b\x3a\x6f\x49\x7e\x07\x47\x17\xda\x14\x28\x94\xcb\x11\x14\x52\xa2\xfc\x89\x7f\xb7\x70\x89\xe4\xf7\x23\x0d\xbc\x6d\xcb\x9a\x25\x2a\x41\xbe\x7d\x37\x27\x6c\x8d\x04\x71\x7b\x0d\xed\x9e\x0b\xb2\x8b\x5e\x2f\x7c\x81\x33\x8a\x5d\x90\x7d\xa8\xbf\x57\x1d\xac\x50\xc3\xcc\x14\x0d\xbb\x24\xd2\x16\xaf\x1c\x5b\x33\x54\x64\xc1\x46\x32\x60\x51\xc0\x70\xc3\xc4\x4d\x98\x41\xaf\xb8\x85\xce\xde\xe9\xf5\xcc\x59\x44\xb1\x31\x5c\x6e\xea\x22\x88\xc1\x2e\x4e\xf1\xf2\x5a\x56\x48\x93\x90\x67\x41\xbc\x36\x7c\xc1\x5f\x15\xd9\x14\xb0\x3e\x17\x50\xd0\xe2\xc4\xeb\x76\xed\x8c\x84\x64\x99\x74\xac\xd4\xc0\xdc\x23\x4f\xc5\x3c\x3e\xb3\xed\xb0\x0f\x8b\xef\xaa\x72\x36\xdb\x23\xd5\xb6\x5e\xa6\x23\x73\x9b\x67\xdc\x88\x59\xdb\x70\x99\xb3\x21\x42\xd8\xe2\xe2\x50\x33\xa8\xaa\xb7\xa4\x21\xa0\x95\x75\xaa\x22\x31\x48\x4a\x15\x89\xad\xae\x15\xa9\x73\xe1\xc6\x01\x0b\x4a\x17\xfe\xa8\xd0\x01\xdc\xc0\x82\x0b\x2c\xa0\xf2\xb7\x7a\x55\x6c\x34\x0a\x07\x14\x5c\xb3\xeb\xc3\xcf\x36\xc8\x92\xfc\x1b\xed\x5f\x6d\x91\x2e\x95\x41\x3e\x47\x84\x27\x5a\x22\xe1\x09\x38\x26\x65\x5f\x44\x0a\xf9\xbd\x0d\x86\x54\x44\x00\xf7\x23\x1b\xba\x41\x4b\xb4\xa0\xac\x38\x65\xe9\x89\x49\xad\x2a\xb1\x03\xd2\xc3\x3d\xc5\x9e\x3c\x53\xd0\xef\x4b\xe4\xef\xdc\x6a\x9f\x74\xac\x73\xc2\xd3\x24\x67\x22\x85\xf0\x7c\xdb\x39\x0d\x86\xad\xe8\x88\x4e\x51\x52\x35\x63\xe4\xdc\xbd\xf7\x26\x93\x03\xa9\x2f\x73\x67\x70\xbd\x32\x48\x27\xbc\x39\x43\xe5\x9d\x22\x20\x41\x8a\x68\x1c\x80\x7b\x8a\x4a\xd2\xaa\x79\x63\x9d\xca\xcc\x33\xae\x24\xe2\x82\x23\xde\x93\xd2\x07\xff\x00\xee\x6f\x60\x82\xe7\x34\x7c\x09\x46\x0a\x8a\xc0\x13\x46\x48\xa7\x54\x4c\x13\x83\x11\x1a\x63\x45\x72\xca\xe0\x67\x24\x3f\x57\x4e\xa6\x22\x58\xcc\x2d\x9a\xc3\x72\x7e\x55\xd7\x99\x88\x5f\x4b\x2f\x72\x27\x60\x2c\x80\x84\x9a\xce\xb7\xee\x50\xb9\x1b\x0c\x2d\x32\xb4\x8e\x7c\x21\x50\x44\xa2\xdf\x25\xe4\xb0\xac\x76\x68\x07\x7b\xee\x4d\xbc\x9c\x8c\x2e\x66\x0f\x08\x66\x37\x4f\xc7\xe7\xf7\x54\xde\xb9\x6c\x84\x82\x98\x93\x3d\x56\xe9\x1e\xbb\xad\xf3\xf8\xe3\x19\x1c\xd8\x06\x95\x47\x84\xd7\x10\x97\x98\xba\xcc\xed\x03\x68\x59\xc8\x7e\xd4\x17\x90\x04\xda\x59\xcd\x22\x0f\xbd\x4c\x8a\x73\x0b\x5a\xd8\x73\xfc\x3b\x17\x93\x04\xca\xd8\xd9\x51\xd1\xc0\x47\xd4\x49\xf3\x7c\xe4\x7e\x2d\x5c\x4d\x06\xe7\xe3\x97\x4d\xbb\x78\x25\xe2\xbc\x52\x24\xab\x4e\x51\x8a\x40\x9e\xbb\x81\xf1\x45\x08\x41\xba\xfb\x77\x42\x07\x4e\xac\x02\x3b\x40\x2c\x85\x0d\x9c\x84\x0d\xe8\xd0\xd9\xe1\x0a\x48\x30\xc5\xd5\x09\xb0\x88\x32\x98\x37\x19\x47\xaf\xc2\x9a\x00\x21\x01\x0d\xec\x61\x84\x03\xdc\x1a\xa1\x54\x54\xb1\xb2\x85\x85\xb2\x1e\x77\xc2\x47\x58\x0d\x20\x44\x54\x7b\xb3\xb8\x70\xed\xb8\x2f\x22\x67\x7a\x24\x12\x30\xb2\x23\xf4\x9d\xb9\x3b\xe2\x60\xe8\xf5\xf0\xc3\x85\x5f\x88\xdd\xe8\xc6\x58\xd1\x26\xea\x64\x42\x0c\xc1\x33\x3b\x31\x85\xbb\x5b\x7a\x4a\x30\xc9\x73\xf3\x14\xbd\x70\x04\x32\xb1\xe8\xb1\xb0\x6e\xbf\x3d\xf6\x91\x83\x01\x3d\xe9\x1f\xf9\x1b\x61\xa0\xaf\xf3\xa1\x04\x5c\x7a\x16\x94\x07\x42\x2d\xa6\x68\xf4\x93\x99\x2a\x4b\xba\x0b\x3c\xfb\x93\xb2\xa2\xde\x5b\x11\xd5\x8f\x88\xa4\xb0\x42\x0e\x9c\x17\x2d\x13\x4d\x00\xca\xcd\x7f\xbb\xf4\x9f\xe4\x08\xc5\x38\x2b\x86\x42\x79\x27\xf8\x3f\x13\xc1\xbf\xb3\x3b\x1e\x95\xff\x1f\x39\x05\x40\xe3\x10\x1f\x3c\x02\x5e\xb7\x9f\x8c\x64\x1e\x4d\xc3\x23\x30\x7a\x1f\xf3\x05\x89\x16\x57\xc9\x52\xe4\x8f\x94\xbb\x22\x9e\xe2\x09\x97\x24\xa2\x7d\xb0\x43\x64\x94\xc2\x82\x12\x57\x43\x74\x12\x1d\x2b\xa2\xe0\x05\xd5\xd6\x95\x65\xdd\xed\xda\x37\xe0\x65\xdc\x63\x67\xe6\x14\x0f\x3b\x8c\x06\xcb\xb8\x86\x58\xab\x32\xd3\xe2\xa9\x90\x5e\x8c\xed\x2c\x9a\xe4\xee\x58\x45\xbb\x0b\x86\x8b\x76\x44\x73\x78\x44\xf2\xf5\x5a\x98\x75\x78\x04\x48\xe3\x8f\x7f\x06\x0e\x19\xd0\x25\xca\x7c\x10\x67\xc3\xd1\xb6\x6c\x8c\x28\x42\xea\xaf\x50\xfd\xd2\x6c\x1f\x44\x0a\x26\x85\x9e\x1f\x5f\x7f\xf5\x99\x94\x14\x6c\xef\x80\xf7\x1f\x87\x01\x54\xb0\xd8\xc2\x7c\xa5\x22\x8b\x71\x34\x44\x6d\xa3\xf5\x20\xe3\x71\x94\x59\x98\xba\x97\x05\x4d\xe0\xf7\xce\x7e\x1e\x57\xab\x6f\x78\xd1\xa4\xde\xdc\xdf\x88\x74\x47\x4e\xbd\x44\x55\xf6\x32\x12\xb3\x7c\xb7\xf3\x7c\xa8\xf0\x02\xd4\x22\xac\x9c\x16\xa3\x2d\x92\x8d\x1d\x7e\x2d\x59\xcc\x23\x6a\xa2\x1d\xac\xb4\x99\xfb\xf6\x88\x36\xf1\xed\x11\x7e\xcb\x5b\xa5\xca\xc4\x31\xe5\x1d\x20\xf5\x36\x9f\xb9\x66\xbc\x9c\x88\x46\x4d\x9f\x45\x49\x4f\x74\x0b\x8d\xc4\x9d\xba\xe8\x65\xa2\x37\x2f\xeb\x92\x68\xfe\xe4\x88\xab\x14\x81\x08\xf6\x64\xb9\x01\xe3\x4e\x37\xa3\x31\xec\xe9\x3a\x28\xd3\xc5\xbc\x0d\x8d\xa6\x55\x72\xfc\x19\xcc\xc9\x68\x40\x42\xb4\x7d\x04\xd2\x1c\x74\x1d\x16\x22\xe9\x2f\x46\x9e\x6a\x88\x3c\x61\x7a\x27\xe1\xf6\x03\xf7\x48\xb2\x1c\xda\xc7\xc3\xff\x46\x39\x0d\xda\xac\xbc\x97\xb7\x4c\xef\xc8\x14\xdc\x31\x91\xcf\x45\x1d\xa5\x3c\x33\x89\xaa\x37\x34\x6b\xa4\x8d\xe9\x90\x96\x62\x97\x2c\x8b\xeb\xae\x62\x39\xf1\x7f\x29\xca\x4a\xd9\x59\x67\xde\xc0\x31\x8c\x40\x49\x21\x46\x5f\x09\x63\x48\xb7\x23\x35\x3d\x6e\x62\xce\x2b\xc2\x4c\x09\x0f\x56\x9c\x78\xe4\xe2\x34\xf1\xb7\xe0\x24\xae\x6a\xb9\xea\xbc\x78\x81\xbb\x14\x71\x46\x75\xb5\x15\x7c\x1f\x30\x84\x53\x39\x0a\x9a\x00\x22\xb2\x59\x01\x5b\x8c\x52\xa8\x6b\x78\xa2\x7b\xa4\xa9\xf9\x53\xbc\x43\x24\x36\xe1\xf1\x38\xdd\xb8\x40\xa3\x6e\xdc\xcd\x4d\x11\xfc\x92\x96\x23\x9a\xe1\x4b\xfc\x4d\xc4\xc9\x09\xe3\xb7\x0b\x96\x1f\x89\xc1\xbb\x18\x31\xf8\x5a\xee\x39\xa4\x6a\xbc\xe2\x96\x17\x41\x1a\xda\x12\xa3\xc1\xa6\x8b\x3c\x29\x9c\x1e\x1b\xb9\x79\xf6\xdb\xb1\x13\xd8\x23\xc9\xcf\x4e\x2e\x9e\x38\xe3\xf9\xf9\xcc\x77\xc8\x0d\x5f\x90\x9d\x01\x7a\x41\x74\x62\xdc\x29\x7b\x9a\xd8\xa5\x89\x42\x9b\x54\x9b\x11\x93\xc2\xed\x24\xb6\xf8\x3c\x74\x3f\xbd\x78\x6a\x63\x45\xbc\xd2\xda\xb2\x7f\x16\xf7\x8c\xd8\x99\xbb\xe5\xe9\x26\x57\xa1\x38\x4d\x04\xbd\x74\x14\xf6\x4e\x6d\xda\x8c\x35\x22\x22\x3b\xb1\x1d\x28\x32\xff\x07\x9c\xe4\xf5\xe1\xaf\x40\xb0\x06\xaa\xdc\xe3\x1a\x1e\xbd\x60\x88\x59\xbc\xc7\x13\x04\xdb\xcb\xf1\xbe\xc7\xab\x8e\x53\x72\x53\xc3\xff\x10\x36\x4a\x6c\xd2\xa7\x91\x51\x3c\xb3\x88\x7e\x9b\x18\x38\x9d\x78\xdf\x67\xb2\x0f\x24\xc4\x41\x31\x16\x9a\x74\x08\xa7\xa4\x3c\x9f\x48\x6f\x78\x18\x8f\x75\x76\xee\x70\x63\x64\x04\x4e\x7b\xeb\xa4\x28\xc1\x00\x42\x00\x84\x7b\x3e\x89\xc5\x16\x25\x03\xc3\x42\xf8\x53\x48\x54\x86\x6a\x70\xdf\x68\xf3\x50\xe2\xe1\xde\x7b\xb2\xe5\xbb\x38\x7f\x74\xf6\xe2\xf0\xcf\xe1\xa9\x27\xa5\x99\xb6\x24\xfb\xf8\xc4\x5b\x3e\x66\xc3\x0a\xf6\x8f\x38\x40\xf1\x4e\x4b\x40\xc4\x28\xd3\x17\x07\x27\xbe\x0c\x2e\x60\x31\x41\x26\xb4\x93\x3c\x95\x72\x64\xfc\xfe\x62\xb7\xf1\xc6\xcd\xbe\x47\x92\xe8\xf5\x8c\x05\xf7\x8f\x4c\x63\x82\xb6\xc8\xdf\xbe\x17\x03\x37\x95\xd8\x19\x06\xa1\x2c\x1b\x15\xc4\x86\x61\x2b\xd3\x58\xc7\xa5\x41\xaf\x0d\xd2\x5b\x3b\xd8\xf3\xb6\x7a\x8f\x9e\xb7\x15\x72\x41\x87\x5f\x1b\xd4\x51\xce\x67\x68\x63\x4b\x02\x86\x9b\xc5\x2b\xf9\x13\xdf\x13\xfe\x8e\x9f\x5d\x67\xf4\x3c\xb0\x22\x30\x51\xbb\x7c\x65\xf7\xaa\x29\xd6\xf0\x78\xd9\xc5\x9d\x1e\x4f\x57\x59\xa0\xd1\xdb\x9d\x07\xc8\x29\x5d\xc3\x7d\x87\x9d\x02\x90\x07\x83\x26\xd1\x91\x73\x4d\x92\x48\xb2\x80\x72\x06\x50\xf0\x15\xe8\xe4\x3e\xdc\x08\x67\x66\x15\xcf\x91\xdf\x6a\x8d\x4c\xe7\xf4\x00\x2e\xb8\x7f\x3b\x1c\x00\xba\x90\xba\x89\xdd\x3b\x49\x84\x39\x25\x11\x47\xd7\xaa\x86\xa1\x90\xcb\x08\x4b\x77\xc2\x70\xb0\xae\xbd\x3f\x43\x17\x10\xbf\x13\x39\x21\x2a\xd4\xb4\x73\x13\xf9\xba\xc0\xb5\x25\xf1\xc0\xad\x1e\x8c\xe4\xbe\x8c\xc4\xe4\x27\x33\x1a\x21\x49\xe1\xc9\xc9\x35\x3b\x0a\x54\x4a\x7e\x19\xe2\x02\xcb\x5f\x06\x9b\xe6\x25\xb3\x40\x05\x1f\x7e\x41\xaf\x6b\x9e\x6a\xcb\xf6\xdc\x7e\xbb\xd9\x44\x2b\xdd\x58\x6c\x31\x28\x31\xe9\xd0\x3f\x22\x9f\x6d\xf1\x5e\xc2\xaf\xe8\xed\xbc\x78\x5a\xb1\xcb\xf3\x2e\x7c\x0b\x1e\x9f\xb5\x46\x0a\x47\x07\x57\x96\xf9\xb6\xea\xaa\x6d\x63\x5a\x3d\x03\x6c\x02\x8f\xa0\x86\x06\xe0\x5f\x40\x39\xee\xc3\xb0\x36\x8c\x2d\x72\x14\xac\x1d\x7c\xab\xe1\xe4\xa0\x11\x5b\xa5\x8e\x77\x5a\x7e\x8e\xd6\xde\x91\x77\x36\x55\x16\x60\xb4\x45\x58\x02\x57\xdf\x2d\xc4\xa5\x9c\xf0\x1c\xa1\xec\x4c\xad\xb8\x2b\x62\x57\x1c\x2b\xcd\xd2\xc3\xac\xa5\x61\x67\xc2\x48\x1b\xc6\xb6\x8b\xc9\x7e\x95\x7a\xa3\xfa\xda\xe9\x37\x16\x0f\x59\xa7\x21\xe2\x71\x71\x99\x86\xc1\xc0\xd6\xc0\xc1\x83\x01\xf1\x1f\xcc\x2c\xb2\xa9\x66\x71\x0f\xf9\xd1\xfb\x0e\x16\x08\xc8\x16\x31\x7d\xa4\xa8\x0d\x4e\xd2\x29\x4c\xa0\x0b\x84\x1f\x26\x25\xbc\x42\x86\x6d\x8d\xc6\x3d\x0d\x53\x6b\xb1\xdf\x79\xa3\xf1\x51\x10\x39\x50\x13\x71\xaf\xf3\xd9\x5b\xd4\xa0\xa3\xaa\xe2\x7c\x85\x8a\x04\x15\x94\x15\x5b\xf5\x3e\xb1\xf7\x64\xd5\x16\x5a\xfa\x01\x21\xa6\xc8\xb6\xf0\x8d\xa5\xf3\x6a\x45\x21\x01\x6b\xb6\xbe\x12\xc3\x38\xb3\x59\xd2\x1a\x92\x43\x79\xa6\x7f\x55\xa8\x1c\xa8\x50\xf1\x4b\xb0\xda\x9b\x2e\x20\xb5\x00\x8b\x1d\xd9\x3f\xc6\x38\x02\x3e\xdc\x2d\xe7\xb7\xeb\x3e\x92\xad\xfe\x0f\xd5\x7f\xc4\x3d\xc3\x2b\xda\x68\x14\x9f\xf6\x68\xbe\x1c\x70\xc9\x49\x62\x2f\x23\xbe\xf2\xb1\xcf\xb0\x8e\x7d\xe6\xe3\xf2\x04\x6b\x27\x93\x14\x09\x59\x86\x37\x11\x61\x16\xab\xba\xd7\x80\xb6\xe5\x18\x39\xac\xe9\x9a\xa5\xb3\x4d\xdd\x65\x87\x5b\x00\xe6\x8c\x11\x47\x4e\xa6\x2e\x4e\xb1\x68\x1c\x90\x8f\x27\x39\xd9\x85\x55\xdf\x79\x4f\x3b\xef\x5c\x77\xf9\xd9\xb7\x4f\x5e\x22\x73\x0e\x43\xf7\xfe\xc3\xb1\xc3\x25\xfb\x27\xcd\x7d\x2f\xb4\x1b\xd6\x32\x61\xd6\x54\xb0\x4f\xb9\xab\xac\xc8\x1d\xda\xec\xdc\x60\x3b\xc0\x83\xf8\x86\x82\x95\x39\xb4\x9f\xba\xf1\xb1\x58\xd4\x99\x96\x9b\xa3\x58\x37\x19\x1b\xdd\xc1\x98\x63\xcf\x50\xd7\xb2\xa8\x9a\xc3\x1e\x26\x4a\x66\xb9\xc6\x84\xe6\x65\x4f\x1c\xa6\x87\xb3\x42\x9f\x05\x47\xfb\x07\x80\xbc\xf3\x00\x43\x6d\x06\x73\x65\xa7\x97\x8d\x04\x4c\xc8\x71\x3d\x5e\x55\x94\x11\xc0\x50\x81\xd2\x43\x22\x6a\x7f\xb3\x44\x55\x06\xd0\x4d\x48\x8d\x87\x0f\x9e\xc6\xa4\x82\xd2\x44\xb0\x62\xb2\x73\x81\xbb\x4a\x78\xf7\xff\xfd\xcf\xff\x75\x7c\x8a\xcb\x70\xda\xb5\x35\xfc\x25\xa2\x34\xd7\x20\x6e\x89\xb4\x12\x93\xa2\xc0\xb3\x11\x92\x89\xd4\x98\x82\x6b\x5a\xc6\x3e\x0b\xff\xb3\x47\x1f\x03\x8c\xdb\x01\x04\xad\x16\xfc\x86\xaa\x52\xfa\x1a\x29\x4e\xdb\x37\x84\x77\x66\xc8\x43\xd3\x71\x73\xfc\x73\xfc\xa0\x01\x7e\x5f\xbf\x59\xa2\xfe\x55\x2f\x30\x94\x40\xf1\xe2\xf0\xd3\xbe\x42\x25\x0b\x1d\xd7\xee\xaa\xb2\x82\xdf\x6b\x96\x5d\xe6\x57\x2b\xb6\x63\xa7\x97\x10\x26\x85\x3e\x30\xf2\x20\x38\x8d\x4c\xb2\xf0\x0d\xf2\xc0\xe2\x58\x2d\x1e\x33\xb3\x7d\x8f\x56\x6c\x78\x86\xb8\xbf\x0b\xf8\x3d\xd8\x31\x3e\x63\x28\x32\x1b\x6b\x82\xba\x87\xf1\x92\x2f\xf7\x08\x12\x60\x41\x12\x19\xcf\xc5\xfe\x35\xd7\xa6\x46\xec\x8a\xcf\x41\x87\x66\xc4\x9f\xcc\x66\x64\x6d\x7a\xca\xf6\xa5\xb3\xe4\xf9\x9a\x01\x66\xd7\x8b\xc3\x3f\xb7\xd7\xf8\x96\x6f\x2a\x24\x2c\x9c\x02\x1f\xbd\xd5\x3b\xb5\x5d\x7c\x03\x5f\x11\x5f\x88\x12\x1f\xa9\x3a\xb5\x95\x66\x80\x49\x7c\x28\x7f\xcc\xe0\xab\x5d\xbc\x84\xff\x0c\x23\x55\x60\x58\x8b\x3c\x9c\x45\xad\x56\x1a\x75\x0b\x1d\xb2\x8d\x1d\x00\xed\xe0\x1e\x01\x06\x69\xa0\xe6\x33\xd5\xae\xc9\x7f\x62\x07\xb8\x18\x8f\x29\xfd\x0b\x2b\x52\x6b\x65\xa1\x9c\xa2\xb8\xa0\xd6\x97\xb4\x87\xad\xc2\xb8\x2c\x3d\xff\x80\x1d\xa6\x50\x27\x8f\xe1\x5f\x5c\xa7\xb5\xe1\xef\xe4\x24\x81\x90\xe8\x23\xb1\x76\xd0\x44\xe7\xd3\x1d\x01\x02\xe8\x4d\x44\xf6\xcf\x5c\xe7\xf3\x7c\x10\xee\x7b\xee\x09\x51\xac\x33\x80\x0d\xca\x31\x1e\xf6\x76\x4d\x37\x85\xbf\xe1\xe3\x00\xd7\x8b\xde\x04\xff\x71\x87\x32\x81\xad\x5e\x3c\x03\xba\x89\x48\x30\x57\x80\xea\xb4\xc5\x23\xd5\x29\xff\x85\x1d\x57\x9e\x91\x64\x06\xb8\x10\xd8\x4e\x57\x02\x07\xd6\x95\x20\xdb\xee\x7d\x40\x30\x68\x0d\xf1\xf1\x4e\xee\x19\x15\xcc\x07\x7b\x10\x95\x35\x48\x05\x42\x31\xd0\x60\xbb\x42\x0b\x44\x0c\xb0\x86\xcd\x68\x97\xd2\xc4\x53\xc0\xc3\x30\xcf\xa8\xd8\x6f\x27\xef\x66\xd6\x74\x28\xc5\xe6\x77\x39\x04\xb7\x1d\x80\x86\xcd\x03\x03\xda\x2c\xb3\x3e\x80\xc2\x5b\xe9\xb6\x33\x36\x6d\xca\x58\xb4\x98\xcf\x41\x37\x7a\x7d\x45\xc1\x35\x22\x58\x78\x46\x31\x36\x0f\x1a\xd9\xa2\xed\xa1\xa5\x20\x47\xc3\x71\x79\xb0\xe1\xb0\x50\xc0\xe7\x4a\x89\xa4\x50\x5d\x5b\xad\x48\x7a\xe8\xc0\x18\xc3\x2c\x2e\xc9\x95\x2b\xaa\x2b\xcb\x4d\xda\xca\x91\xf5\xe6\xe2\xe5\xbe\x56\x6b\x9d\xf8\x3a\x05\x68\x8c\x4b\x94\x74\xe2\x76\x30\xe9\x8a\x56\xae\x53\xab\xc5\xdd\x52\xd6\xcb\x57\xc2\xa5\x72\x45\xf9\xfa\x08\x72\xe0\x16\xcf\xb2\xf1\xc5\x85\x40\x56\x2d\x89\xc0\xee\x3c\x8a\x76\x03\x8c\x08\xef\xbc\xea\xc4\x71\xc9\x4b\x07\x8d\xf3\xd9\x89\x29\xfa\xac\xaa\xdf\x8e\x13\xb7\x13\x23\x10\xdb\x0a\x20\xa2\xb6\xf1\x50\xf2\xce\xc9\xc3\x92\xd6\xf0\xd4\xdb\xc8\xf7\x39\x3a\xcc\x09\x06\xf4\x31\x28\xbc\xd2\x61\xb4\x82\x95\x88\x50\xc0\xcc\xdc\x98\x3e\x1a\xa8\x45\x16\x0f\x89\x80\xb1\x6a\xbc\xc5\xe5\x72\x75\x43\xb5\xf0\x81\x2a\x4d\x90\x42\x8e\x55\x41\x61\x06\x2c\x12\x3a\xd6\x62\x95\x67\xc8\x37\xc0\x9a\xf9\x60\x2b\x59\x1d\x4b\x4e\x01\xf0\x86\x34\x6a\x6c\x15\xb0\x78\x8e\x71\xb3\x6c\xc7\x88\x87\x98\xfc\x31\x20\x3c\xae\x0e\x48\x11\xde\x1a\x05\x63\xf9\x37\x9b\x11\x30\xb0\x48\xc4\x45\x2f\xef\x8d\x41\x46\x6b\xe3\xdb\xe0\x2b\x93\xac\xfb\xb7\xd4\xde\x19\xdb\x21\x2e\x45\x35\x09\x75\xbd\x26\x6f\xe5\x5b\x3b\xf3\xf0\xd4\xdb\xb0\x02\xde\x34\xda\xa0\xc5\xdd\xef\x3f\x7f\x6d\x59\x93\x42\x37\x8e\xb6\x29\xa8\xa5\xbe\xff\xdd\x6b\x7b\xe7\xc1\xdd\xef\xbf\x78\x4d\xb1\x8f\x06\xf5\x97\x1b\xf5\x46\x2f\xa4\x2a\xb7\x85\x0d\x50\x3d\x07\xbc\x6f\xf5\x75\x65\x7a\xeb\xa3\xac\xa1\x2e\x0e\xe8\x84\x08\xc5\xbc\xeb\xe0\x4d\x66\xed\xa8\xf3\xd0\x4e\x91\x02\x09\xcf\x46\x70\x42\x29\x45\x82\x13\x7c\x8b\xfd\x6e\x29\x6b\x60\x11\x65\xf0\x0a\x88\xa7\xa0\xab\xcf\xe5\xc8\x18\x75\x8b\x1f\xfc\x1a\xe1\xe4\xab\x12\xa7\x0e\x93\x71\xe2\x93\x7f\xe0\x5f\x0f\x68\x5e\xb8\x10\x3f\xf8\x9e\x8c\xd7\x61\xc9\xb5\x0f\x4a\x35\x64\x7b\x7a\x64\x1a\x12\x2c\x46\x3f\x16\xdf\xe0\x80\xdb\xb4\x44\x46\x24\x10\xa7\x3c\x22\x0a\x59\x90\x00\xb7\x9a\xd6\x84\xa1\x5e\x68\xb5\x6a\xab\xbc\x6c\xb2\xa5\x36\x05\x17\x64\xec\x8e\x8b\x03\xcc\x96\x18\xd7\x47\x16\x18\x75\x36\xbf\x6d\x81\x78\x44\xd2\x0a\x76\x4f\x47\xe5\x37\x37\xc3\xd4\x04\x90\xac\x1b\xde\x2e\x67\xdf\xac\x3d\x06\x23\xcd\xe5\x4e\x88\x9d\xdf\xd8\x3a\x10\xaf\x18\xa2\x8f\xa9\x1f\xdf\xa3\xf3\x91\x35\x14\x19\x88\xfe\x66\x81\x84\x3b\x9a\x24\x5c\xbd\x88\xa5\x09\xae\xc8\x39\x2a\x6e\x88\xc5\x02\x1c\x1f\xfb\x25\x22\x7b\x86\x7e\x76\x1c\x16\x2f\xae\x51\x35\x4b\xe7\x93\x42\x9c\x04\x87\x3e\x53\x6d\x57\xa1\x4d\x48\x2b\xd1\xc4\xe0\x84\xa1\xbf\xb9\x9a\x17\x23\x8e\xa6\x89\x4a\xf9\x1b\x72\x69\x8f\x02\x2d\xc8\x31\x6f\xe3\xcb\xac\xcb\xaa\x5b\x9c\x95\x55\xbc\xf1\x99\xf1\x98\x1b\xa3\xba\xce\xc9\x03\x7e\x58\xbb\xc4\xcd\x27\xa7\x11\x18\x06\xd6\x93\x16\xb2\xbd\x0d\x04\x85\xe9\x70\x5f\x75\x4e\xf7\x71\x79\x38\xf7\x74\xab\x83\xc2\x3c\xa3\xae\x18\x7a\x64\x5e\x5c\x20\x16\x99\x4e\x53\x93\x94\x25\x3e\x54\x21\xe4\xca\xe8\x70\xc7\xb4\x3a\x1f\x82\x15\xf9\xbe\xe8\x70\x12\x12\x04\xbd\xe1\xba\xaa\x55\x2c\xef\x0f\x22\xe1\x30\x4d\x92\x79\xd5\x64\xa5\x55\x21\x4b\x8a\x14\x06\xbe\x91\xf3\xe2\x0f\x3d\x39\xc0\x39\xa5\xbe\x68\x01\xc6\x47\x10\xd4\x95\xbe\xeb\x5b\x94\xc9\x11\x46\xf5\x07\x51\xb0\x6a\xf4\x1b\x03\x07\x12\x2f\x15\xc8\xfa\x98\xa9\x92\x32\x54\x0c\x2a\x38\xdb\x6c\x16\x46\x9c\x0b\x9e\xca\x96\x4c\xbc\x50\xe6\x6a\xc7\x01\x79\xd1\x3c\x34\xe9\xaf\xe0\x21\x74\x9c\x5e\xe1\x04\x10\x58\xb9\x90\x20\x85\x2c\x24\xb7\xa1\xe9\x79\xd6\xf6\x0a\x18\xb6\x05\xfe\x27\xef\x93\xff\x5d\xac\xa5\x3b\x29\x4e\x58\xd0\x8c\xf5\x74\x53\x37\x28\x04\xec\x6b\x58\x9d\xe7\xa8\xab\xd1\xe8\x17\x4b\x7a\x87\xb9\x87\x00\x46\x1f\x68\x9c\xce\xf8\x6e\x88\x16\xbf\x82\x2d\x27\x1b\x06\xef\x10\x4c\x13\x85\xa7\x94\xc3\x91\x09\x87\x8b\xa3\x45\x23\xb3\xe2\x4a\xab\xd2\x39\x84\x57\xdb\x9e\x04\x4a\xdc\x03\x1a\xf1\xc7\xb1\x1a\x17\x3f\xfc\xde\x5b\x67\xec\x92\x05\xb2\xce\x63\xdc\x5a\x2d\x0b\x4a\xb1\xc6\xbe\x8c\x9f\x7f\xc0\x97\x9f\x51\xc3\x9f\x21\x0d\x50\x0a\xee\xfc\x07\xfa\xc1\x18\x54\x16\x8f\x59\x07\x96\x45\x8c\xec\x3c\x21\x08\xde\xc6\x3f\xca\x51\x5d\x63\xb8\x0f\xec\xa1\x74\x0c\x2a\x9e\xfa\xaf\x50\x24\xe0\x30\x34\xfd\x4d\x6f\x85\x7c\xfd\xc2\x7f\x95\x76\x77\xba\xdd\x3a\x22\x80\x9b\xa7\x96\xe1\x6d\xf8\xbb\x5b\x86\x9a\xff\xf8\xda\x1d\x44\x60\x39\x96\x0e\xdd\xd2\x55\x3f\x95\x1f\x4c\x76\xc6\x40\x29\x33\x1e\x4a\x90\x9d\x87\xcb\xe6\x24\xfc\x62\x5b\x69\x1c\x88\xbc\xd8\x70\x22\x68\x2e\x91\x93\x12\xbd\xd5\x8a\xcd\x69\x92\x93\x4d\x87\xc4\x87\x64\x53\xa9\xca\x53\x96\x76\x9e\x2c\x10\x10\x82\xf0\x0f\xb6\xc8\x84\x66\x74\x58\x04\x80\xa4\x38\x49\x2f\x88\x13\xb8\xad\xdc\x38\x8f\x2b\x03\x39\xab\xe0\x3a\x90\xd2\x9b\x42\x4a\x92\x0b\xc5\xa0\x91\x56\x91\x05\xd7\xaa\x15\x10\xf6\x17\xfa\x17\xd2\x68\xfa\x31\x07\x6b\x43\xd6\x8c\xa3\x50\xcd\xcd\xa0\xb2\x80\x06\xf4\xfa\x0d\xfa\x26\x9c\x78\x37\x1d\x0f\x8a\x1a\xd9\x1a\x23\xfd\xb2\xf3\x88\x37\x62\x02\xac\xb9\x45\x59\x61\x22\x82\x02\xba\x1b\xfd\x1e\xb6\xe4\xa3\x23\x84\x26\x02\x53\x38\x11\xc4\x62\x1e\x49\xa8\x66\x49\x3a\x1c\x5a\x9e\xc8\x84\x25\xdd\x88\xe0\x7a\x2c\xeb\x94\xc5\xeb\x89\x9a\x23\x91\xfe\x07\x5b\xcc\x3d\x9a\xc7\x9b\x05\x08\xb8\xad\x57\x64\xd8\xcb\xb3\xb7\xd3\x3d\x0d\xe3\x73\x52\xb3\x28\x89\x83\x57\xa2\x96\x06\xd9\x19\xdb\x9a\x1a\xdf\x15\x8e\x9e\x92\x36\xcc\x8d\x25\xa8\x85\x0f\xd5\xc8\x6d\xa7\x13\xdd\x37\x72\x39\xa9\x0e\x61\x20\xbb\xf8\x21\x97\x1c\x4f\x1e\x63\xa1\x54\x1d\x0e\x8c\x6c\xcc\xf0\xd1\x84\x81\xc2\xcb\xd3\x45\xd1\xa2\x70\x14\x44\x06\xa8\xe2\xde\x3f\xdc\x2d\xef\xe3\xd9\xe0\x07\x71\xa0\x70\xf3\x8e\x97\x99\x95\x2b\x5d\x1e\x9c\x92\x76\xc7\xc8\xe2\x90\x90\x09\x15\x3b\x25\x28\x9c\xff\x30\x8b\x04\x82\xe1\xb9\x63\x49\x51\x54\x32\x94\x66\xc4\x92\xc4\x09\x91\x46\x0e\x50\x32\xa3\x50\xa2\x23\x6d\xd2\xad\x59\x96\x3d\x9c\x22\x92\xd7\xd0\x69\x57\xef\x07\xbd\x7b\xe6\x20\x6f\xd5\x71\x1f\xe9\x3c\x80\x30\x58\xe1\xc3\x82\x7e\xfa\x40\xd0\xf2\x8c\x44\x19\xbe\xf5\x46\x4a\x64\xab\xe1\x49\x92\x79\xd2\x76\x2c\x3f\x1a\x2e\x08\x13\x89\x2f\x0f\xbf\x74\x7d\x9d\x14\x0c\xb4\xbf\x71\x99\x9b\xe5\x05\xce\xb0\xb8\x27\x31\x08\xeb\xfb\xe9\xa4\xb4\x6a\x9d\xcc\x2b\xfa\xee\x83\x30\x49\x23\x4b\x8e\x09\x88\xe2\x7a\x0a\x0d\xe8\x55\x2b\x18\x2f\x90\x95\xf2\x14\x8c\x89\xac\xc6\xc4\x61\x5a\xd5\x5b\xc3\xa6\xd9\x9f\x2a\xf8\xdf\xf1\x6e\x77\x5c\x96\x9f\x8e\xcc\x3b\xb2\x8f\x61\xc9\x8f\xb7\x51\xf4\x4e\x06\x39\x22\x8d\xda\x70\xc4\x6a\x40\xe3\xf9\xf2\x21\x44\xb4\x45\xb4\x5e\xfa\x5a\x15\x2b\xef\x2e\x67\x38\xb2\x23\x57\x3d\x42\xf3\xdb\x8a\x0e\x3b\x9b\xe7\x88\xb3\x23\xf9\x38\xba\xa0\x1b\xbd\xcd\xb7\x30\x23\xfc\xa3\x22\xa1\x8c\x65\x77\xbd\x51\x03\x05\x00\x1a\x8c\x72\x62\x25\xdc\xe3\x37\xb9\x0c\xe3\x24\xf5\x60\x2d\xc6\xa9\x69\x7a\x7e\xb8\xc7\x96\x95\x36\x68\x60\x91\x3d\x2e\x50\x13\x31\xfe\x08\x75\xad\x48\xab\x8c\x12\x16\x47\x5f\xfb\x20\x1d\xce\x42\xea\x8f\xa3\x64\xf6\xd8\xc0\xdc\x12\x90\xcc\x70\xca\xca\x7d\xf6\xb6\x7a\x53\x2d\xfe\x09\xfe\x43\x7f\xcd\xdf\xea\x1a\x19\xb4\x38\xe6\x83\x29\xb0\xe4\x93\xa4\x9c\x67\x8d\xd5\xd8\xf1\xb6\xee\x31\x9c\x1e\x7a\xa4\x8b\x35\xd0\x16\x4f\x02\x46\x2b\x23\xdf\xc9\x75\x2f\xec\x3f\x3b\x2c\xc2\x84\x7f\xd4\xcc\x82\xfb\x58\xcc\xc8\x6d\xb4\xcd\xe1\xa7\x63\xc2\x72\xf5\x15\xc6\x92\xa3\x1e\xe5\x68\x6f\xaa\xd6\x62\xa0\x8b\xad\x23\xf1\xa2\x80\xdc\x4e\x5e\x43\xf0\x49\xf4\x7a\xfa\x22\x74\x33\x15\x38\xaa\x39\xa9\xc2\x2e\x2f\xbe\x65\xb2\xf6\x4d\x00\x9c\x79\x83\x88\x00\x9c\x52\xe2\x8c\xbd\x23\x5b\x61\xfa\x9d\x7c\x07\x9e\x86\x55\xcb\x01\x1c\xbc\x64\x8d\xb7\x3e\xe0\x0e\x99\x1c\xc5\x33\xa3\xae\xe5\x50\x27\xdd\x92\xc1\xac\xf4\x89\x47\x68\x71\x17\x0e\x46\xe9\xe4\x0e\x81\x7c\x00\xc4\x4c\xf0\x74\xf2\xb1\xb5\xe5\xaa\xef\x3a\x3c\xc2\xcc\x7a\x26\x93\x74\x65\xcf\x47\x66\xc9\x76\x6c\x71\x03\x72\xae\x2f\xa6\xe0\xd0\xfd\x64\xad\x97\x9f\xb3\x82\x9b\xed\x89\xa0\x80\xf7\x47\x86\xc7\x04\x2e\x4a\x03\x84\xbe\x4d\xbc\x17\x12\x47\xf8\x79\xd8\xc3\xa5\xaa\xd1\xde\xe5\xc6\xbd\xdb\xd9\xf3\xeb\x1a\x87\xf3\x85\x55\x24\xd4\x54\x6c\xf3\xed\x5b\xf2\x62\x3f\x1b\x2d\x2b\x0b\x43\x83\x29\x72\xba\x51\x18\x28\x6c\x32\xb4\xbd\x2b\x98\x73\xb0\x5a\x40\x32\xfb\xbc\x24\x8a\x6e\x46\x14\x3b\xff\xe0\xa7\xc5\x03\x5d\x19\xf3\xc6\x2e\xfe\x49\xaf\xe8\x8f\xf0\x7d\x5b\x75\x5c\xf4\x18\xff\x2b\xd1\x98\x43\x31\xb0\x60\xd5\x7a\x3a\x34\xff\xc3\xc3\x4f\x50\xae\xa2\xf6\xbc\x4f\x62\x71\xce\xa1\x03\x43\x91\xb8\xa5\xf9\xc6\xc6\x1d\xe7\xd2\xa9\xb1\x43\x15\x92\x34\xa9\xd3\x60\xa7\x03\xa7\x0b\x4f\x59\xe5\x0c\xcb\x52\xa7\xc1\x81\x56\x79\x1e\x9a\x56\xe5\x35\x62\xfd\x72\x7a\x72\xea\x9a\xda\x2f\xe3\xe9\xe1\x9e\x32\x3e\x7a\x1c\x85\x5b\xa5\x43\xc1\xc2\x2b\xb6\x5a\x69\x9d\x17\x87\x7b\x8b\xe4\xf5\xda\x79\xfc\x64\xa2\x46\x7b\xa0\x8c\xf4\x3b\xb4\x84\x51\xf5\x92\x70\xe4\x77\xa8\xc7\xa4\x56\xe5\x7b\x00\x4e\x00\x7d\xd0\x65\xf9\x8a\xb2\x26\xfc\x7e\x0b\x38\x8f\xfe\xdc\x26\x01\x41\x39\x48\x6d\xab\xd1\xae\xc2\xdb\x63\x89\xdf\x25\x36\x2f\x81\xe0\xd7\x68\xb2\x8a\x66\x82\x28\xd5\x5e\xa9\x68\x35\x59\x6c\x92\xaf\x8c\x23\xa3\x24\x8e\x91\x2e\xee\xf8\xe7\xe7\x0e\xb4\x41\x01\xa2\xc7\x57\x81\xda\x5b\x02\xf6\xc4\xe4\x05\xbc\x1c\xf4\xa9\x90\x4f\x32\xe1\xa8\xba\x14\xd0\x14\x33\xba\x07\xfd\x51\x39\x30\xf5\x6f\x6e\x23\x8e\x7b\x4a\x04\xbc\x18\x23\x01\xa9\xac\xd0\x1c\x87\xad\xa0\x48\x8e\x4e\xd8\xe6\x4f\xe8\xdf\xfa\xe7\xe2\x4f\x78\xe8\xe0\x1f\x78\xd4\xf4\xbb\x3f\x3b\x4e\x3b\x31\x5a\x32\x51\x8c\xdb\xc3\x2f\x4d\x09\x98\x0d\x07\x4a\x85\xc8\xae\x11\x83\x21\x4c\xdf\xc4\x11\x26\xee\x23\x5f\xf3\x54\xe6\xe1\x8c\xdd\x5d\x28\x66\xaf\x4a\xc3\x03\xee\xdc\x4b\xa2\xa3\x58\xe2\x7d\x6b\x97\xef\x51\xff\xf7\xdf\x0d\xa3\xbc\x0b\xe0\x41\xb7\xd1\x2a\x51\x4e\x10\x0a\x00\x82\x0c\xb5\x65\x63\xb0\xbd\x21\x43\x30\xb4\x29\x34\x0d\x3b\xd8\xb0\xa4\x76\xc4\x00\x30\xc6\x9c\x31\x76\xd6\xe2\x6e\xcb\xf1\x31\x18\xb1\x46\x58\x0e\x25\x11\x9d\x48\x24\x28\x5c\x0f\x33\x71\x51\xeb\x28\x7c\x62\x27\x90\x7a\x50\x71\xb0\x93\x6b\xdf\x10\x3b\x09\x8a\x51\xd0\xc8\xa0\xa3\x66\xe7\x14\x6f\xb3\x50\x51\x10\x51\xcf\xbe\xd2\xf3\xdc\x61\x6c\x9e\x61\xe7\xfc\x74\x59\x78\xbb\x8e\xb9\x85\x88\xfb\x43\xf4\x95\x0d\x26\xb3\x2f\xf9\xb7\x8e\xcc\x19\x74\x8f\x0c\xcc\x05\xec\x0e\x26\xdd\x22\xff\x49\x5e\x0f\x07\xcd\x0e\x09\x65\x12\x8e\xc1\x8f\x4f\x80\x2a\xe7\x3b\x18\x0d\x2e\xf5\xc7\x8b\xef\x1b\x45\xb0\x58\xbc\x94\x3f\xf0\xf5\x0f\x81\x30\x86\x80\xe2\xef\x11\xa0\x87\xab\xc5\x97\x8c\x4e\x50\x1f\x45\xce\xa1\xcf\xf8\x96\xa7\x21\x38\x22\x2a\x12\x8f\x2b\xe2\xbf\xaa\x63\x73\xc7\x2c\xd6\xf0\x70\x2c\xf1\x9e\xf2\xb9\xc2\x9d\x84\x7d\x2d\x43\xae\x01\x09\x84\xe3\xae\xc5\xc6\x10\xfd\x16\x05\xa2\xc1\x88\xac\x25\x69\xcd\xa6\x3b\xf8\x5d\xd2\x81\xa7\xc4\xd1\x3b\x10\x69\xe6\xd1\x9e\xc4\x27\x28\x9d\xad\x9b\xaa\x18\xd1\x19\x2b\xc1\x6b\xec\x58\xef\x88\x00\x45\xd3\xf1\x84\x58\x0a\x0e\xbd\x83\xd1\x32\xba\x4c\x84\xe5\xdc\x3a\xe5\x04\x49\x1e\x09\x7f\xc2\xbf\x1c\xbc\x9f\xa4\x90\x38\x61\xda\x8d\x83\x01\xc3\x44\xfe\x29\x79\xb8\x22\x48\x97\x10\x8b\x7d\xb8\x82\xcf\x12\x12\x7f\x3d\xe5\xfb\x90\x36\xf8\xf1\x13\xc3\x41\x94\x17\xa1\x0d\x96\xba\x8d\x02\x1c\xed\x2e\xde\xd8\x27\xb8\xb6\x92\xed\x40\xd8\xae\x22\xce\xb0\x10\x9e\xfe\xbb\x43\x32\x21\x63\x8e\x9c\xd8\x90\x2b\xe5\x21\x97\x58\x76\x28\x9e\x0f\xac\xc6\x1e\xb9\x32\x59\x78\x0d\xa2\x84\x12\x03\xd2\x0c\x72\x6a\xed\xb8\x9f\x1c\xa1\xc8\xd2\xe1\x55\x18\x2e\x9d\xc4\x0b\x46\x34\xf5\x5e\x0d\x86\x14\xaf\x5a\x8e\xe1\x3e\xde\xe5\x64\xba\xd9\xdf\x8d\x60\xce\x98\x05\xc8\x3c\x45\x60\x6b\xba\x9e\x8c\x39\x73\x0c\x21\x36\xdb\xc4\x6f\x86\xa3\x43\x74\xef\x51\x60\x8f\x8f\x12\x25\x7a\xa1\x23\x57\x22\xdc\x9a\x48\x3d\x3a\x3d\x64\xb2\x22\xc5\x43\x74\xa9\x47\x10\x15\xda\x38\x4b\xdc\x93\xa3\xcc\x21\x02\x2f\x33\x72\xa8\x2c\xb9\x40\x22\x62\x8f\x56\xe3\x44\xab\xa9\xfd\xe1\x6f\x68\x8e\xe2\x05\xca\x1f\xe8\xff\x77\xb7\xf5\xcf\x3e\x1d\x23\xdd\x0b\x3d\xc8\xbe\x4d\xb6\x00\xde\xb7\xac\x94\x8f\x07\x76\x6b\x87\x5f\x70\x87\xd7\xb1\x8f\xd5\x8e\x6c\x20\xb2\x6e\x62\x49\x35\x12\xf3\x03\x37\x0a\x33\x82\xd9\xbd\x4b\x6c\x14\xce\x29\x19\x4d\x7c\xe1\xd2\x67\x6a\x5c\x28\x31\xc5\x9e\x04\xbd\x21\xc6\x37\x08\xc9\x3e\x46\xee\x6c\x08\x9c\x31\x75\x6b\x3d\x52\x65\x1d\x3a\x49\x50\xc9\x4b\xc9\x43\xec\xd4\x1b\xa2\x77\xf9\x3d\xfc\x06\xcd\xff\x0b\xf7\xce\x71\x68\xda\x91\xd6\xdc\x73\x7c\x42\x3e\x29\xc3\x15\xa3\xa8\x74\xee\xb1\xcc\xbd\xe2\xe3\xc7\x3d\x72\xf2\x1a\x75\xee\x8a\xb8\x26\x8c\x99\x1a\x59\x0a\x04\xdf\x6c\x40\x25\x34\xaf\xc8\x76\x60\xba\x5e\x24\x33\xa3\x37\x2b\xba\x51\x99\x2b\xff\xf0\xb4\x25\xfd\x7b\x6f\xe7\x21\x37\x6c\xda\x09\x95\xf5\x7a\x6c\x84\xa3\xf5\x22\xbd\x45\xf0\xe7\x60\x0c\x89\xa8\x87\x8c\x7b\x55\x14\xc1\x20\x62\xbd\x25\x87\x51\xb2\x1f\xc3\xbb\x1b\x0b\xda\x62\xaf\x68\x37\x2a\x16\xec\x4d\x2d\x5d\xbe\x6a\xee\xc2\x46\x6b\xc6\xd6\xb1\x1c\x16\x3f\x36\x59\x0c\xe6\xb2\x3e\xd4\xd0\x3c\xaa\x46\x11\x13\x83\x57\x06\xea\xeb\x56\xd9\xca\x27\xd9\x00\xc3\xbb\x21\x9e\x02\x9e\x2c\x20\xa1\x72\xe2\xb5\x6e\x58\x84\xe5\x87\x3e\x4f\x78\xc0\x16\x4d\xad\xb1\x7b\x8e\xab\x1d\x47\xe1\x63\xb2\x45\xe2\xed\x0d\x42\x37\x52\xb0\xe3\x84\xec\x4d\xe3\x41\xdc\xd2\x2d\x9e\xce\xb7\x2c\x1a\x89\x0e\xb4\x08\x4b\x32\x19\x8a\xf0\x5b\x2c\x2d\xe1\x40\x51\x40\x5e\x3a\xc1\x4a\x08\xeb\xe0\xb3\xce\x38\x36\xd3\x8a\x8b\x9d\x0b\xa2\x52\xb2\xfc\x95\xf8\x6a\x52\x97\x14\xc0\x3f\xa0\x60\x00\x4e\x14\xda\x54\xad\x09\x96\x1d\x93\x8b\x3f\x30\x60\x28\x89\xc0\x43\x56\xa0\x12\xbd\x13\x39\x52\xb2\xc6\xe8\x7d\x43\xd5\xd1\xc5\xf9\xe5\x4b\x21\xd7\x70\x37\x10\x00\xb1\x16\xe5\xad\x0a\xc4\x01\xa0\x35\xf4\x5a\x6a\xe7\xc5\xa5\xaa\x56\x8a\xcf\x39\x06\x8b\xa3\xf8\x0f\xb7\x7a\xdd\x15\x64\xed\x0f\x1b\xe0\x56\x84\xc3\x39\x04\xca\x88\x3f\x87\x9b\xe9\x28\x99\xc1\x6a\xe7\x90\xce\x6b\x8e\xc1\xe9\x72\x49\x1d\x22\x8b\x45\x04\x4e\xa4\x67\x42\x9c\xb2\x69\x09\x5a\x11\x78\x4b\xf4\x42\x42\x95\xeb\xad\xc2\xd8\x8c\x83\x98\x04\x93\x43\x70\x57\xcf\x75\xec\xa8\xb5\x89\x27\x45\xea\xcf\x29\xc1\x07\xc0\xa2\x94\xfd\x86\x32\xa9\x42\xcf\x64\xf4\x82\xd3\xf8\x00\xbc\xe0\x20\x17\xdd\x5b\xb9\x91\xd3\x24\xae\x9d\x64\x05\xfd\x1c\xd0\xe1\xc5\x3a\xe6\x8b\x43\xfa\xda\x91\x9c\x97\x44\x81\x4e\xac\x76\xd6\x75\x40\x35\x34\x52\x57\x2d\x8f\xb6\x22\x92\xa2\x4d\x55\xab\x64\x69\x2f\x38\x87\xde\xce\x90\x93\x64\xbd\xc5\x28\x1f\xc8\x41\x34\x64\x51\xeb\x12\x49\x5a\x12\xc5\xc0\xbb\x8f\xe1\xac\xa6\xb6\x69\x38\x52\xa7\x96\xbd\x8c\x0f\xf8\x18\x18\x59\x90\x8b\x29\xb9\x8d\xd2\x88\x7a\x10\x56\x31\xd9\xc5\xa9\x5a\xa1\xb3\x36\xe5\x72\x18\x00\xed\x39\x5e\xf3\x42\xe2\x36\x0f\x01\x56\xa6\xbc\x59\xbc\xc4\x0c\x15\x43\xe9\x6a\x82\x34\x24\xe1\x1d\xb1\x9f\x1b\xd4\xe0\x92\xb0\x0d\x35\xae\x18\x32\x67\x8f\x98\x8e\x68\xd1\xeb\x20\xab\xd0\x24\x5b\x4f\x52\x98\x31\xba\x91\xfc\x2e\x94\x4e\xc5\x45\x80\xe0\x38\xef\xb2\x29\xe4\x65\xde\xc6\x11\x9a\xb2\x54\x50\xf3\xc1\x68\xc9\x92\xcc\xc5\x88\xc2\x7b\x83\x3b\xee\xa2\x6b\xb1\xa2\x08\x25\x77\x47\x45\x1c\x51\x85\x75\xdb\xbb\x7d\xed\x9c\xe2\xd4\x9e\x63\xf5\x93\x3a\x49\xbc\x8f\xe2\x0a\x80\xc3\xc8\xcc\x47\xa8\xf8\xc0\x53\x91\x01\x08\xad\xe8\x70\x64\x89\x3f\xf7\xe3\xe4\x00\x3b\x90\x41\x88\x95\x21\xa8\x50\x7a\x52\x23\x92\x43\xa7\x60\xd1\xab\x10\xdf\xc1\x09\xcc\xca\xf2\x3f\xc4\xaf\x99\xb8\x0f\x45\x8f\xb2\x25\x88\x25\x4a\x40\x18\xf5\x15\x9f\x7c\x52\xbf\xd1\xdb\xef\x70\x79\xd5\x70\x22\x67\x9b\xc4\x1f\x73\x79\xf0\x02\xa6\xe7\xc4\xab\x51\xd2\x37\xe1\x63\x86\x0a\x31\x4e\x23\xd0\x16\xf7\x7e\x7f\x79\xfe\xfc\x48\x86\xf9\xee\xf8\xed\xdb\xb7\xc7\x58\xfb\xb8\x6f\x6b\x34\xdc\x2a\x75\x29\xe3\x3e\xc2\x2c\x71\x0f\x74\xb7\xfe\xea\x33\xf8\xf7\xfe\xbc\x20\x2b\xec\x94\xdf\x77\x2f\xac\x37\xf9\x52\x62\xe2\x3a\xfd\x30\xf8\x17\xf2\x5b\x74\x0a\xcb\x5e\x05\xb9\x5c\x21\x87\xa0\x8b\x86\x1e\x13\xa9\xb8\xad\xa9\xbf\x66\x08\xa3\x13\xd1\x3b\xeb\x56\xa3\xdf\x00\xfe\x13\x7f\x07\xda\xe7\xcd\x30\x4e\xa1\x8f\x0d\x9f\x01\x02\xf6\x69\xe2\x8c\x86\x87\x5f\xd6\xe8\x74\x99\x41\x79\x1b\xcf\x48\xde\x8e\x1b\xc9\xc7\xe5\x0f\xac\x5c\x95\x9d\x1d\xee\x8c\x12\x3a\x43\x6c\x9e\xe4\xa8\x7d\x9d\xb7\x45\x1e\x6c\xa6\xa9\x6f\x16\x27\xc0\x05\x62\xb4\x35\x87\xf6\x79\x2f\xb1\xdc\xe9\xba\xf2\xba\x94\x5a\x01\xc5\x92\x37\x64\x88\x27\xee\xb0\xb4\x76\x8e\x27\x47\x2e\xd9\xf3\xe2\x83\x06\x38\x26\x22\x79\x0f\xea\x63\x94\x4c\x73\x46\x21\xbc\xca\x64\x9d\xe9\x12\x50\x98\x61\xcd\xc8\x44\x6e\xbc\x8c\x57\xe9\xa1\xf7\x66\x7b\xa9\xb6\x64\xd8\x18\x6f\x67\x58\x02\xf2\xdc\x1b\x5d\x1b\xce\x2c\x0c\x28\x95\xde\x40\xb9\x75\xed\xa8\x4c\x84\x73\x8c\x48\x5a\x91\xfc\xb3\x77\xf3\x0d\xd7\x3c\x5c\x56\xbf\xe8\x42\xb2\xd1\x73\x28\x6f\x61\x2b\x5b\x59\x9a\x8c\xa6\x24\xd4\xe1\xde\xd0\xe7\x14\x79\x81\xef\x00\xbf\xc0\x8e\x7d\xf4\x0f\x69\x8c\x8c\x05\x49\x79\xb2\xd4\x23\xa9\x01\xa1\x24\x90\x49\x67\x8e\x40\x09\xce\x16\x43\x3e\xca\x35\xed\xf4\xae\x83\x86\xd9\x6d\xc3\x51\x03\x18\x86\x57\x48\x17\xcc\xaf\x44\x1e\x1d\x36\x25\x8e\xd3\xdb\x39\xc4\xa6\x7c\x6b\x02\x42\x0d\xb4\x76\x62\xc6\x7d\x89\x60\x14\x3e\x8c\x6c\xe5\x3a\xed\x3d\x7a\x65\x73\x39\x71\xcc\xa8\x4e\x84\xbb\xe0\xd8\x34\x1c\x53\x27\x2b\xca\x73\xb9\xe6\x57\xfa\x4a\x35\x0d\x9b\x84\xc4\x4a\x84\x52\xc3\xcb\x76\x93\xc4\xcb\x85\xb1\x3d\xa2\xaf\xe9\x1c\x03\x24\x6b\xbd\x25\x88\xdc\xb0\x21\xb1\xf2\x75\x41\xae\xb8\x00\xc8\x82\xbf\x71\x44\x68\x91\xea\x4a\xaa\xbe\x5a\x57\x5d\x8f\x11\x7a\x9c\x7b\x3c\x9a\xc1\xd6\x45\x08\x27\x87\x31\xb2\x5c\xe8\x27\x17\xa0\x26\x5a\x16\xf2\xd5\x0d\x53\xe0\xb7\x85\x4d\x08\xe9\x65\x97\x33\x08\xb7\xd0\x85\xa7\xc3\x95\xae\x30\x1d\x7f\x13\x99\x9d\x59\xb3\xe9\xde\xc2\xdd\x88\x45\x1b\x89\x99\xd3\xd8\x3c\x47\x5e\xe4\xc1\xb2\x4c\x85\x72\x63\xc7\xf2\x68\x10\xbf\x25\xa4\x5b\xdc\x78\x1a\xd7\x6d\xa2\xf1\xb1\xc8\x6e\x94\x26\x28\xd2\xf4\x27\x9b\x3d\x19\xb9\x6d\xd0\xf4\x07\x23\xb8\x8d\x9f\x90\x51\xf1\x45\x7a\x64\x6e\xad\x39\xb0\x18\x9a\x1c\x60\x30\x21\x72\x1c\xbc\xb0\x0a\x2e\xf8\xe0\x88\x36\x7d\xc2\x0e\xff\xd6\x01\x79\x97\xf7\xf1\x61\x4c\x98\xe5\xcf\xca\x6a\xb3\x99\x03\xdf\xff\xd6\x62\xac\xb4\xbe\x5d\x73\x92\x35\x71\xa6\x2e\xbe\xc1\x73\xc0\x40\x68\x66\x0e\xa7\x6d\xaf\x2a\xfe\xcd\x36\x2d\x0b\xfe\x87\x3f\x91\x2d\x6f\x9a\x39\xd1\xcb\xe6\x1f\x01\x00\xdf\x09\xce\xd9\x8a\x91\x5e\xd0\xde\x9c\x2a\xda\x2b\xf3\x76\x89\x7f\x51\xac\x37\xbb\x78\x66\x28\x59\x26\x2d\x6c\x77\xf8\xc5\xa2\xc9\x2a\x3d\x16\xd8\x4a\x54\xc5\x02\x19\xde\x71\x3a\xd0\x57\x15\xef\x23\xea\x7d\xaa\x52\x45\x40\x7d\x03\xa4\x9d\x2e\x13\x30\xfa\x86\xac\xba\xc0\x61\xaf\xbc\xa7\xee\xfd\xc6\xe8\x9a\x6a\x60\x6d\x1d\xa4\xeb\xb8\x8c\x0e\x16\x41\x4b\xd1\xfe\x06\x08\x1d\x97\x6b\x3e\x69\x31\x80\xac\x3d\x20\xcd\x87\x4f\x9e\xf3\x0f\x72\xe2\xa6\x98\xd2\xb8\x09\x62\xec\x3d\x73\x7e\xe1\xf3\xa1\x7f\xb8\x2b\x61\x77\x7e\xfa\x9b\xd1\xe3\x2b\x51\x35\x3a\x80\xb2\x55\x9b\x6e\xf1\x42\xd9\x75\x8f\xc9\xee\xdd\x67\xa0\x32\x5c\x35\xa9\x51\x5c\xb4\x87\x9f\xe1\xa1\xf6\x20\xb0\x36\xb8\x91\x67\x88\x03\xd0\x5b\xd8\x7d\x27\x53\x43\x66\xa0\xfc\x37\x85\x2c\xdf\x22\x4c\x3b\x59\x2e\xb2\xa0\x17\x95\x0e\xde\x31\x34\x3e\x2e\xe9\xea\x5c\x67\x83\xe5\x83\xb8\x8c\xdd\xfa\x39\xdf\x6e\x32\xdf\x60\xc4\x78\x41\x61\xcb\x31\xd3\x8e\xac\x8b\xa0\x59\x8e\x22\x64\x38\x95\x70\x47\x51\x82\xc2\xd8\xa3\xfa\xdf\xed\x0a\xb6\x88\xc1\x34\x8c\x4c\x9b\x90\xb9\x34\x45\x49\x42\xae\x24\xe4\x85\x45\xc6\x99\x23\xcd\xec\x84\x56\x63\x03\x77\x34\x76\x93\x40\x44\xdc\x45\xa7\xb6\x69\xb4\x4a\x0c\x2a\x10\x0a\x89\x9c\x7f\xc4\xc9\x02\x92\x3a\x3e\x26\x8a\x0b\x91\x4d\x35\x43\x28\x85\x23\x24\xe9\xd6\x68\x58\x8b\x45\x84\x1a\xa9\x7c\x27\xc1\xdb\x31\xc5\xac\x6f\x2f\x79\x43\xdc\xd7\x61\xb0\x4c\x57\xf2\xb6\xad\xba\x60\x11\x17\x1f\x12\x77\x77\x84\x58\xf2\x45\xc8\x5d\x50\x16\x4e\xb2\x87\x27\x27\xa2\xf9\x7c\xe4\x74\x0d\xa3\x2a\xba\x54\xa7\xfb\xec\xb8\x45\x75\x64\x29\x5e\x61\xb0\x53\xe8\x97\xad\x0f\x25\x60\x4f\x68\x00\x1f\x6d\xd4\xe1\xc8\x85\x66\x91\xa4\xe4\xd2\xe5\x57\x9b\xf4\x1b\x3e\x9b\x74\x18\x5e\x6e\xa5\xea\x87\x80\x0b\x49\x94\xb1\x1c\xab\xfc\x32\x91\xc5\x1f\xdf\x28\x31\xf9\x1b\x5c\x2c\x3a\x61\xee\x6a\xb1\x09\xdf\xf0\x4e\x32\xbd\xe8\xa0\x22\x11\xdc\xf0\x4a\x24\x72\x3d\x4f\x37\x4c\x41\x0d\x64\x7a\x61\xb9\x50\xa6\x27\x11\xed\x0a\x3e\x3a\x70\xd2\x81\x65\x8f\x33\x12\xa1\x32\x6a\x32\x98\xdf\xa0\xaf\xf0\x50\xbb\x3e\x38\x64\xa5\x84\x9a\x4b\xde\x9b\xfc\x76\xa4\x06\x82\x0b\xef\x64\x54\xf5\xbe\x31\x4f\x31\xb8\xa0\x44\x50\x37\xec\xa1\xcb\xb2\x6b\x81\xf2\x94\xbf\x66\xb3\xef\x4d\xbb\x7d\x1d\xb2\x13\x65\xd1\x04\x12\x01\x3b\x41\xf9\x5c\x00\x09\xa8\x8f\x3f\x99\x8b\xc4\xa3\x96\xb3\x18\x77\x5b\x34\xf3\xc7\x14\xf7\x49\xee\x06\x96\x49\xad\x7b\x16\x46\x73\x98\x3b\x0e\x72\x37\x77\xe1\x58\x30\x61\x0a\x1b\xae\xa6\xa3\xa3\x18\x29\xce\xcc\xf1\xc4\x33\x1d\xb3\xbd\x36\x7b\xca\xf3\x40\x66\x70\x98\xe3\xa6\x42\x1d\x1b\x8c\x03\x2d\x8c\xd0\x96\x07\xde\x40\x78\x41\xea\x6d\x7f\xf8\x79\x47\xe9\x96\x80\xcb\xa0\x3c\x3a\x76\x46\x79\x3c\x44\x0f\x60\x17\x62\xaa\x20\x5f\x93\xec\x20\x69\x26\xd5\x28\x72\x0c\xb6\x17\xa7\x3f\xe5\x96\x69\x5d\x06\x56\xf8\x3e\xd5\x93\xdf\x00\x81\xa6\x82\x69\xf0\x70\xfd\xf1\x1c\xa2\x7d\x18\x53\xa2\x72\x10\xe8\x56\xef\xc4\xc1\x5f\xce\xb8\x24\x0a\x62\x93\x64\xf2\xaf\xb2\xf3\xd0\x8d\x6b\xf0\x11\xe3\x6d\xcc\x9a\x4e\x22\x02\x57\xef\x6b\x06\x4d\x42\x32\x91\xb8\x01\xf5\x1f\x14\x97\x0e\xe5\xc1\x41\x0d\x13\x77\x49\x76\xfe\xf0\xdc\x7c\xfd\x81\x34\x26\xa9\x6a\xe5\x3f\x34\x96\x57\xd2\xf5\xfc\xdf\x66\x1a\x3b\x95\x3c\x23\x16\xde\x86\x2c\x1a\xfe\xeb\x44\x3a\x8d\x8f\xb0\x64\x9d\x1c\x63\x5a\x25\x0a\xfc\x94\x67\x85\xce\x52\x04\x4d\xe4\x64\xc8\x2d\x64\xa1\x56\x66\x20\xab\xbc\x81\xec\xad\xf6\xb1\x2a\x5f\xef\x7c\xc4\x59\x16\x89\x93\xe9\x1c\x12\x83\xc1\xdf\x96\x38\x64\xca\xa0\x25\x45\x2b\xb9\xc8\x22\x8f\x8b\x4a\xf3\xbc\xbd\xca\xed\x91\x52\x87\x2b\xf0\x6f\x0d\x99\x3a\xa1\x56\xbf\x35\x76\x6a\x3e\x66\xc4\x4f\x23\x01\x54\x6f\x9f\xa8\x47\x6a\x23\x99\xa6\xfe\xbe\xa8\xaa\x63\x8a\xcf\x81\x7a\x94\xf5\x86\x62\x31\xa2\x52\xe3\x61\x2f\x63\x74\x76\x1f\x09\xa2\x0e\x2b\x58\x12\x76\xcb\x2f\xbe\x20\xfe\xb9\xfc\x7b\x55\xed\x97\x13\x01\x56\x71\x71\xc4\x79\x45\x0c\xce\x5c\x5d\xa6\x35\x17\x3e\xc1\x50\xfa\xdd\x61\x5a\xb6\xb5\x71\xe6\x30\x01\xa8\xa5\xfc\xa8\x8b\x8b\xf1\xef\x79\xed\xbc\x0f\x49\x0c\x8d\xd9\xc9\x81\x76\xeb\xf4\xd6\x88\xe0\x97\x5f\xb2\x30\xc8\x28\x6a\x6d\x5a\x77\xf1\x8c\x20\xfd\x57\xe6\xd1\x5d\x88\x36\xff\x19\x28\x0c\x0a\x54\x50\x85\x4f\xf2\xd0\x66\x5b\x46\xa6\x16\xa2\x3f\xa7\x8c\xfe\x5f\xe6\x15\x30\xd3\x74\x78\x95\x31\x28\xf4\x8c\x1f\xe5\x39\xa6\xe9\x5a\x60\x5a\x6f\xd5\x1e\x5b\x2d\x1f\xb9\x67\xd6\xee\xc8\x27\x24\x93\x24\xe2\xf7\xe2\xc4\x9b\x46\x3c\x65\xf9\xd5\x10\x26\x8a\xad\xe8\x1f\x29\x1f\x7a\x1a\x35\x0c\x1c\xf7\xb5\x1d\x9c\x1e\x3c\xcd\x6a\x2e\x0d\x12\x43\x30\xec\xf5\x8c\x94\x29\x6a\x04\x68\xd8\xad\x0b\x3d\xbc\x56\x7b\xf5\x9e\x63\x9b\x52\xa7\x63\x09\x17\x56\xf4\x72\xef\x30\xc2\x20\xda\xe9\x04\xb9\x33\x5c\x30\xeb\xc6\xc4\xe9\xff\xb3\x31\xe5\x39\x59\x87\xa0\x63\x0b\x92\x8d\x2c\xf4\x4a\xce\xea\x85\x1e\x4b\x28\x1f\x8d\xd2\x89\x9c\xda\x63\x92\x65\x93\x71\xec\xc0\x88\x8d\x47\xe2\x62\xfa\xc5\xbd\x7b\xd3\x8e\x32\x23\x7f\x50\xdb\x32\xf1\x36\x73\x31\x1d\x6c\x3b\xa0\x54\xf0\xa4\xdb\x58\xca\xd9\x99\x0e\x85\x99\x19\xbe\x98\x40\x16\x41\x1d\xe6\xc0\x27\xad\x76\x43\x25\xd1\x50\x67\x28\x86\x47\xe9\x08\x4c\xbe\x6c\x36\xa3\xfc\x7e\xcb\x6b\xcf\xf0\x2e\x8a\x38\xd2\x9e\xc9\x43\x95\xb4\x8a\xe2\x43\xa2\xe3\xe4\xaa\x87\x5b\xfa\xcc\x1b\xb8\x24\x15\xa2\x66\xc7\x1e\x87\x49\xd8\x60\xc2\x94\x9c\x26\xf7\x18\x4c\x20\xff\xc2\xaf\x86\x1e\xdc\x4c\x7e\x24\x23\x2b\x67\xe5\x94\xfb\xc9\x96\xcd\x47\x06\x13\x05\xe3\x10\x82\x14\xdf\xa3\x29\x3e\x6c\x1e\xe3\x8b\xfc\x14\x9d\x05\x8a\x98\x52\xca\xe8\x28\x40\x7b\xfc\xf8\x08\xea\xf1\x67\xe1\x4b\x67\xf4\x2c\xa9\x01\x3e\x80\x65\x5c\x1f\x29\xaa\x19\x0e\xa6\xfb\xa8\xc1\x68\xc6\x48\xd1\x60\x9e\x25\x83\xa9\x69\x30\x39\x5a\xf9\xf0\xa8\x18\x83\xfc\x86\x51\x45\x1a\xc0\x93\xd1\x2b\x33\x32\xb2\xa3\x78\x60\x3a\xa0\x95\x51\x8c\xf2\xb1\x23\x9f\x4e\xf3\x38\x38\xd5\x62\xcb\x46\xbc\xe6\xb8\x2d\x5b\x22\x9d\x9e\xcf\xf3\xab\xe6\xfb\x8a\x73\xca\x24\x46\xa2\x79\x97\x62\x7f\x47\xfe\x2d\xee\xd9\x0d\x8d\x36\xc0\xc4\x8a\xbc\xcb\xb9\xc0\x0c\x22\xc1\xf2\xed\x62\xcd\x04\x02\xb2\x1d\x57\x78\x92\x43\x8c\xdb\x24\xbb\x2a\x4a\xce\x8e\x4d\x9c\xd5\xf3\x7b\xda\xe3\xd7\x33\x4c\x9f\xbd\x32\x0a\x33\xe4\xaa\xaa\xd1\x2e\x8b\x53\x87\x74\x06\xe5\xbc\x8d\xc2\x46\xcf\x1c\xc2\x13\x06\x29\x4d\xd5\x78\x5b\x86\xcd\xbe\xbb\xe2\x7c\xad\xc4\x07\x9d\x44\xd9\x5b\xb1\x26\xf3\x00\x19\xf7\x32\x13\x33\x60\x60\xa6\x30\xfa\x8a\x62\x77\xa6\x38\x63\xd8\x6c\x67\x1a\xec\x6f\xf1\x8c\xff\x65\xc7\xb0\x59\xe4\x6e\x7b\x21\x6e\xb6\x9c\xbf\x85\x3e\x89\xd3\xe4\x8c\x1e\x89\xc5\x4b\xfc\xef\x97\xc5\xdd\x72\x16\x16\x82\xc4\xe2\x28\x8c\xe1\x13\xef\x04\xf1\x11\x00\xd1\xfe\x8e\x49\x0c\x8e\xdc\x51\x0b\x37\x38\x64\x92\xea\xf7\x30\x01\xfa\x07\x5f\x6b\x19\x28\x4e\x45\x66\x35\xd6\x2d\x3b\xcc\x9e\x17\x2b\xb2\x67\xf1\xc6\x18\x92\x56\x84\x76\x87\xde\xab\x15\x89\x9a\x57\x0f\x82\xa0\xf6\x28\xfa\x98\x0a\x63\xe2\x12\xa7\x93\x73\xfe\x5a\x71\x59\xf6\xe8\x47\xcd\x45\x31\xc5\xe3\xef\x12\x45\x3c\xf9\x36\xd2\xa7\xd8\xbb\xc7\x9f\xd8\x25\x2d\x1f\x5b\x64\x26\x9f\x7e\x8f\x93\xd0\xc4\x25\xd6\xe7\x65\x4d\x87\x45\x5e\x44\xc9\x37\x27\x26\x8f\xbf\xc1\x32\x55\x5b\xc9\x1b\x43\x91\xbe\xe2\x42\x6f\x96\x09\xcc\x49\xfc\x3d\xb8\xac\xc7\x5f\x39\x64\x6a\xfc\x05\x9e\x6a\xbd\x51\xac\xa5\x4f\x06\xc7\x12\xa9\x31\xd0\x28\xb3\x87\x24\x09\x8e\xd6\x10\xd0\x03\xbe\x83\x23\x07\x31\x95\x34\x9d\x7b\xde\x74\x14\xd6\xbe\xad\x30\x54\xf3\xcb\xd6\x60\x0c\xdb\x31\x88\xb6\x47\x25\x21\xc7\x16\x89\x00\x30\x52\x04\x86\x26\xa1\xbc\x3d\x86\x22\xa2\x73\xd8\x88\xe2\xfc\x04\x6f\xb8\x04\x49\x50\x6b\xb3\xaf\x29\x20\xc7\x6d\x55\xfd\xe3\xcd\xd1\x34\x5d\x0b\x51\xce\x1f\xb6\xec\x57\xbb\x60\x6b\x9f\x19\xc4\x87\xe6\x85\x28\xa8\x1a\xb2\xbd\x50\x81\x41\xb6\x5e\x5b\x09\x54\x20\xe5\xa2\x76\x47\xa9\x22\x8f\x51\x65\x3f\xaa\x95\x78\xb0\xa3\xad\x64\x23\xcd\x4d\xf7\x07\x7d\xd0\xab\x83\xef\x4f\x75\xad\x93\x31\x4a\xa6\x19\x6f\x9a\x97\x3f\x79\x1f\x68\x2a\x5b\xd5\x5b\x9b\xfa\xad\xab\x4b\xc4\x40\xb3\xe5\x77\xcf\xd3\xa2\xe3\xdc\x38\x27\x4b\x22\xb2\x4e\xed\xe2\x31\xa0\xd0\xfd\x03\x4d\x0f\xe7\xd0\xea\x2d\x52\x14\x66\x24\xa3\xca\x6d\xfd\xdc\xee\x04\x15\x06\x01\xa0\xcb\xed\x5a\xe6\xc5\xce\x12\x40\x7c\x68\x4e\x7f\x55\xa3\xa9\x5d\x73\xcb\x36\xc4\xb5\xfd\xd0\xcf\x5c\x90\x8c\x0c\xa1\xaa\xbc\x65\x36\xb4\x1f\x95\xca\x85\x2e\x00\xb9\xdd\x34\x6b\x14\x84\x62\xd6\x41\xb2\xb9\x78\xa1\xb5\x0b\xe1\x60\x7c\x02\x8e\x4f\xe7\x50\xfc\x19\x47\xa3\xae\xde\x6b\xb2\x28\xb0\x9f\x16\xf7\xe0\x28\x37\x2c\xca\x70\xc8\xdf\x9b\xb7\xa3\x9e\x63\xe7\xdf\x16\x1b\xe8\x71\xe0\xd9\xed\xfd\x5b\xc7\x30\x72\x29\xb2\x97\x45\x36\xa0\xd5\x42\xa8\x4e\xee\x40\xd4\x78\x64\x7f\x94\xcc\xd2\x9f\x33\x6f\xf3\x94\xc6\x3d\x18\x1e\xef\x7b\x51\xae\x0c\x67\x68\x65\xe2\x04\x05\x99\xec\x71\x1d\xb2\xf7\x4a\x12\x44\xd2\x7e\x4f\x2c\x42\x3c\xce\x60\xd9\x3c\x3d\x3c\x3d\x75\x53\xd2\x35\x9a\x3e\xa5\xc0\x95\x36\x18\xc1\x23\xb9\x85\x2f\xf0\xa3\x4f\x91\xd2\x7d\xf0\xc2\xa4\xf7\x25\x45\x0f\x14\xab\xe1\xf6\xfe\xc6\xae\xe6\x47\xdd\xc6\x6f\xfd\x6d\x6c\xa3\x11\x0f\xee\x64\x4c\x0e\xa1\x12\xa1\x85\x65\x06\x72\x0d\xc3\x34\xb5\xe8\x8a\xd2\x16\x4f\xab\x2d\x0a\xcf\xa2\x97\x45\xd2\x20\x6f\x4d\x0b\x8c\x03\x90\xb0\x8b\x6f\xdd\x5f\x96\xd2\x06\x57\x76\x04\x9a\xb4\x51\x37\xcb\x9e\x82\xa1\x7c\xc7\x1c\x0c\x70\x28\x38\x0d\x97\x6c\x38\x54\x22\x5a\xd1\x55\x41\x6d\xc4\x9a\x14\x53\x44\x3c\xa6\x15\xb1\xa8\x8c\x89\x3a\xa9\x64\x56\x1d\x52\xd7\x18\x4a\x4e\x40\xcf\x57\x5d\x95\x40\xee\x0d\x25\x99\x59\xd6\x70\x7e\xfa\xfd\x12\x67\x6d\x17\xcf\xff\xef\xaf\x62\x99\x8a\x91\x11\xf1\x92\x15\x17\xa8\xbf\xae\xda\x04\x05\x65\x43\x4b\x2b\xd3\xa0\x82\xad\xbe\x1b\xc1\xb0\x3a\x86\x5a\x4d\xab\x3e\xad\x56\xba\xbd\xbd\xae\x5b\xd0\x2b\xad\xf6\xd1\x72\xd2\x12\x22\x2d\xf2\x18\xbe\x47\xe0\x04\x36\xb9\x28\x68\xe6\x07\x00\xc3\xc5\x89\xab\x55\x65\xad\xa3\x2a\x4a\xaa\x00\x07\x64\x27\xab\x90\x25\xd8\xb0\x12\x30\xa2\x30\xd8\x89\x4a\xa2\x6b\x2d\x87\xd5\x78\x59\x86\x03\x34\xab\x1f\xf5\xba\xc3\xfc\x3b\x18\x23\x88\x6c\xe8\xb3\xe9\xaf\x8c\xe9\x90\x35\xde\x23\x6f\x40\x16\xc4\xd1\xf9\xbb\xa8\xd0\xf4\xe1\xa1\x03\x49\x59\x03\x00\xbe\x6d\xd9\xb8\xee\x60\xdd\x76\x98\x27\x06\xfa\x6a\xfb\x75\xd7\x03\xf2\x4a\x3b\x3c\xc3\x02\x94\x66\xf0\xe6\x5e\x02\xec\x6d\x75\x7d\xc7\x23\xf5\xa4\xeb\xe4\x50\xae\xd5\xfa\x4a\x7f\x6c\xe7\xa7\x08\x7c\x6b\xed\xa9\xee\xa9\xe6\x48\xff\x9c\x85\x1e\x51\xd7\xaa\x5f\xbf\xd1\x1d\xc6\x97\xb8\x5a\x92\x59\x4f\x68\x8b\x13\xd7\x73\x6d\xe2\xd7\x1f\x12\x6c\xf1\x18\x60\x8b\x97\x08\x1b\xbf\xf4\x6b\xd8\x03\x94\x2a\x75\x2a\xde\x05\xfc\xe2\x18\xb4\x53\x69\x2a\x1e\x88\x01\xc2\xb6\x5d\x0a\x4f\x28\x77\x14\xa9\x6c\xdf\xc4\x39\xe5\x85\x75\xf7\x94\x1f\x0b\xc7\xf5\x0e\xb6\x14\xe3\x7d\x33\xbd\xb1\xbe\x59\xa3\x32\xdc\x85\xfe\x7e\xa1\xd7\xd5\xba\xc6\x4c\x13\x3c\x92\xa8\x0e\xb1\xbf\x50\x87\x50\xe9\x23\x6d\x59\xc7\xe1\xe2\x07\xbd\xd2\xef\x07\x35\x18\xe5\xb9\x2a\x17\x0a\xb6\xae\x10\x7c\x37\x05\xb9\x57\x78\xc7\x6e\x03\x75\xc3\x60\x48\xd7\x3d\xd7\xc8\x61\xa5\x6b\x46\x45\xc4\x8b\x04\xa7\x59\x00\x64\xd1\x04\x7b\xf8\x49\x5e\x50\x38\x85\xba\x8e\xa4\x18\xdf\xa6\xe1\x62\x4c\xe1\xe4\x18\x52\x97\x32\xf3\x3b\x35\x5a\x50\xea\x73\x5e\x41\x01\x71\x5c\x95\xfc\x76\x7c\x41\xc9\x36\xdf\xa5\x6b\x8a\x64\x29\x8b\x54\x16\xcf\x25\xee\x95\x8e\x49\x47\x2e\x91\x38\xff\x12\xe0\x5f\x3e\x92\x85\x3d\x3f\xde\x12\xb1\x61\x73\xe3\x9c\xb5\x22\xe1\x87\x0b\xf2\xc8\x8f\xbc\x88\xa3\x43\x84\x8a\x68\x82\x91\xb9\xb8\xcb\x89\x18\x22\xeb\x61\xcf\x19\xcd\xc9\x35\xe3\xe0\xcf\x32\x43\xe2\xd8\xd8\x52\x92\xac\x23\x49\x49\x16\xc9\x71\xfe\xe2\x7a\xa5\xbc\x4b\xac\xea\x8e\xeb\x12\x73\xbd\x4c\xbc\x25\x38\xb2\xf6\x54\x3b\x3e\x0d\xbe\xb3\x5f\x40\xa7\x81\xc8\xcf\x87\x53\xc8\xe3\x52\x50\x8a\x7b\x37\x74\x21\xcb\xf8\xf2\xc7\x61\x05\xf7\x7c\xd3\x4b\xb7\x0c\xb7\xa9\x93\xc3\x2a\xf8\x13\x22\xc6\x4c\xf1\xe9\xd8\xa9\x77\x92\x4c\xc8\x65\x47\x7b\xfa\x1b\x72\xa0\x4d\x35\xc2\xb2\xd6\x7b\xdf\x59\x5d\xdc\x39\xfe\xfc\x8e\x84\x1a\xe9\x2a\xa6\xf0\x7c\x9e\x35\xb1\x79\xb8\x2f\xcd\x54\x76\x19\x0e\xe7\x59\x48\x80\xc9\x92\x42\xe2\x51\x4b\x15\xc1\xd2\x81\x8d\xe0\x62\x5f\x5b\x67\xa9\x3b\x72\x9c\xc9\x14\x03\x5d\x9d\x96\x6c\xeb\x3f\xdd\x00\x7b\x85\xd2\xb5\xba\x8a\x63\x81\xc5\xed\x70\x92\x2f\x4e\xde\xf5\xc1\xb6\x6e\xcd\x08\x36\xba\xf9\x91\x6a\xe5\xc2\x6f\x7e\xbc\x81\xb7\x99\x01\xc4\x70\x16\x56\xbf\x46\x67\x7b\x16\xcb\x5e\xfa\x7c\xa8\x6c\xf2\x4e\xa1\x0f\x42\x18\x7b\x95\x3b\xce\x1f\x45\x21\x61\xc8\x8e\x4f\xb8\x7d\x4c\xb9\xe4\xdc\xe9\x8f\xeb\x58\x3a\x1b\x77\x8b\x51\x91\xd0\x4e\x2a\xef\x75\xa3\xde\x53\x0c\x71\x3d\xb0\x94\x38\xf2\xd1\x12\x30\x0a\xa7\xe2\x9e\x84\xcb\x3f\xae\xd5\xa0\x9f\xa1\x31\x35\x75\x33\x6e\xca\x86\x32\x60\x76\xe8\xfe\x38\xb4\x3b\x62\x78\x16\xe3\x55\xfa\x99\xda\x69\xd1\xa7\x4c\x8b\x36\x63\xe9\x32\xa1\xd3\x8f\xc6\xf7\x83\x0c\xad\x89\x6e\x9c\x3f\x84\x91\xf0\xef\x5c\x49\xcf\x5f\x39\xb3\x62\x96\x58\x91\x8b\xd0\x01\xcb\xfa\x84\x66\xee\xeb\x20\x55\x16\x89\xc0\x05\x15\x4e\x8c\x7f\x9b\x2f\x5c\x86\x16\xb9\x05\x0c\x99\x9b\xa8\xe0\x95\xd8\x08\x4b\xb1\x9f\x0f\xff\x0e\x29\x6d\xf8\xb7\x6e\x90\xa6\x29\x7d\x84\xaf\xd2\x15\x8c\x58\xdb\x45\x43\x4e\x3c\x71\x46\xc7\x45\x60\x89\x14\x72\x14\x2c\xf7\x97\xe1\xaf\x57\xc6\x76\x8b\xc7\xf0\x1f\xf9\x8d\x37\x1d\x63\x2e\xc3\x0d\xe4\x0f\x24\x36\x2c\x9b\xc5\x2b\x49\x1e\x5e\x3c\x7a\x1e\x97\xb8\xb7\x22\x94\x5b\x8c\x2e\x33\x06\xe2\x9e\x93\x93\x20\x12\xa1\xfb\x4e\x15\x88\xed\x6f\x77\xea\xbd\x6e\xc4\x09\x11\xb3\x90\xc0\xcd\xac\x55\x63\xc4\x5b\x06\xee\x4c\xc8\x18\xc1\xfe\x1c\x3d\xb1\xed\x78\x74\xaa\xfa\xf0\xf3\x96\x94\x95\xb2\xaa\x48\x9f\x50\xac\xfc\x87\x8a\x53\x68\xef\x45\xbb\x14\x87\x6c\x8b\x81\x61\x92\x8e\x4e\x21\xcb\x7f\x37\x4f\xd5\x51\xb0\xb5\x4e\x07\xaf\x43\x4e\x28\xd4\x05\x5b\xb7\xac\xbd\x61\x95\x44\xcf\xc5\x0f\x2a\x25\x9a\x93\x47\x86\xad\xe9\x24\x94\x2f\x49\x4a\x78\xc3\xd1\x2c\xaf\xaf\x65\x4c\xec\x44\x8d\xcb\x53\xea\x41\xcf\xf3\x41\xd7\xe9\x48\x1d\xea\xa1\x8a\x03\x58\xdb\x67\x13\xa3\x68\xa4\xa3\xa0\x70\x8a\xea\x00\xa7\x8f\xf1\x77\x0e\x64\x91\xef\x5b\x85\x74\x6d\x24\xee\x90\x2a\x14\x80\x80\x4c\xc2\xdf\xb1\xc3\xeb\x43\x80\x0b\xab\xcd\x71\x57\x39\xe4\xaa\x19\x5b\x5a\x52\x90\x0e\xa0\xd2\x27\x93\x41\x77\xf8\xda\x2e\xad\x5a\x3c\xb3\xc5\x49\x59\x5c\x9e\xc8\x77\xbb\xeb\xf6\x9c\x55\x74\xfc\x5e\x15\x97\xcf\x5e\x5e\x44\xb0\xfe\x8e\xe4\x05\xe1\xb2\xc4\x25\x2e\xd4\x06\x5f\x38\xeb\x6f\x9c\xa5\x70\xe8\xad\x64\x4c\x1a\x85\xbd\x95\xe2\x8a\x42\x52\x4a\xfe\xff\x52\x5a\xc6\x23\x73\xe5\xc6\x37\x2f\x5e\x89\xef\x40\xe9\x3b\xc6\xf7\x88\x73\xe7\x5b\x8d\x6d\xf9\xec\xfa\x87\x5f\xda\x2d\xdc\xda\xe2\xd3\xa3\x4f\xe7\x09\x9e\x5a\x76\xb5\x8d\x82\x11\x02\xa9\xbc\xef\xcc\xb6\x55\x1b\x78\x64\x5f\x3e\xbd\x74\x8b\xf0\xa6\xda\x23\xe4\x92\xc2\xdb\xdf\x2c\x9e\x60\x0a\x63\x76\x8b\x48\x09\xe6\x50\x65\x8f\xc6\x03\x28\x52\x5a\xeb\x94\x26\xbd\x94\x38\x1b\xc5\xc5\xc9\xb3\x74\x28\x14\x14\xde\x91\xe6\xd1\xa0\x5e\x38\x2a\x1c\xf3\xdf\x00\xe5\xd7\xa1\xd1\x96\x20\xdf\x6a\x0f\x0b\x4f\x21\x11\xa5\xa9\x40\x57\x17\x6a\xcc\xf4\x71\x14\xb3\xa6\x74\x5d\x76\x4a\x98\x8c\x65\xf2\xce\xbf\x10\x29\xd9\x9f\xd5\xf8\x80\xef\xd8\x3c\x79\x10\x6e\xb1\xd4\x9c\x18\xca\xb8\x85\x69\xdc\x66\x44\x97\x0d\x17\x61\xea\xdd\x48\xb2\xce\x48\x80\xe2\x69\xc0\x25\xbf\x5a\x64\xd7\x12\x79\xbb\x7d\x44\x9d\x60\xe9\x90\xcd\x8e\xc3\x16\xb7\x68\x8a\x6d\x0b\x25\x66\x9a\xce\xe8\x65\xe8\x2f\x20\x47\x93\x48\xb8\x4a\x1c\x11\xc7\x9a\xf5\x24\x24\x9a\x40\x2b\xba\x0f\x62\xfd\xe2\xb5\xba\x51\xd8\x34\xee\x92\xf2\xd7\x4a\x7c\x44\x25\x29\x48\x82\xb3\x4e\x14\xb2\xb0\x13\xcc\x22\x39\x8c\x3c\xdd\x17\x4d\x3b\x71\x65\x48\x87\x36\x41\x00\xf2\x8e\x39\xf9\xec\xa8\xee\x1e\x51\x81\x93\xd8\x3a\x78\xb5\xdf\xa7\x01\x17\x4e\x28\x98\x04\x45\x6d\x8d\x40\xae\xd1\xf6\x5d\x7c\x20\x26\x81\x22\x57\xfa\x21\x40\x4e\x62\xc8\x67\xb3\xd9\xd4\x40\x6a\x61\x8e\x22\xbd\x78\x86\x31\x5c\xce\xf9\x8b\xaf\x07\xaf\x32\x5e\x74\x14\x1e\x93\x1c\x76\x8b\xa2\x92\x28\x2e\xef\x53\x43\x5e\x23\x2f\x0c\xd0\xab\xd1\xc4\xda\x9e\xb6\xb7\x8d\xde\x6d\xed\x25\x16\x7f\x31\x31\x58\xe8\x7b\x1c\x04\xa9\xdb\xd6\x98\x2e\xcd\x64\xfc\x42\x55\xef\x07\xf4\xac\xdb\x05\x34\x1a\x58\x2f\x39\x61\xea\x78\x4d\x3a\x0f\xe2\x54\x57\x90\x3f\x1b\xa1\x28\x69\x00\xa6\xf9\xf1\xb5\x51\x24\x6c\xb6\xbe\xef\x35\xe2\xe3\x94\x36\xbc\xa4\x6f\x61\x42\xa8\x73\x97\x9b\x35\x58\xa3\xec\xb8\xbd\x20\x60\x15\x0e\x98\xbd\x9a\x3a\x5d\x1a\x1d\x94\x63\xb8\x11\xb2\x36\x2a\x45\x1a\xbd\x5b\xae\x7a\x78\xa7\xe1\x2a\xf2\xc1\x95\xd4\xf2\x2d\x47\x56\x42\xcd\x02\x70\x1a\x7d\x57\xa5\x35\x27\xce\x12\x16\x45\x34\x6a\xf4\xb5\x26\xfb\x9d\xa8\x90\x08\x26\x8b\x9a\xf4\x18\x6c\xb8\xd8\x70\xcd\x5a\x58\xef\x18\x08\x1d\x5d\x29\x80\x4e\x0e\xe8\x7d\x6e\x39\xe0\x4f\x5a\x65\x8b\xdd\x27\x15\x4c\xc1\x9f\x8b\x7b\x9f\x02\xcc\x31\xff\xf8\xf4\x7e\x5c\x0f\xc9\x96\x5d\xbf\x63\x0f\xe4\xea\xbd\xe6\xa4\x31\x78\x11\x25\x3e\x48\xa7\x80\x6b\x81\xc6\x68\x1d\x76\x91\xcf\xf5\x2d\x8d\x60\xda\x60\xaa\x65\x5d\x35\x1b\xea\xf9\x5b\xb7\x9a\x46\x21\x0f\x9d\x01\x0c\xb9\xd3\x46\x35\x02\x57\x13\xbe\x05\x1e\x22\x7c\x0b\xdc\x50\xf8\x96\x1c\xc3\xe8\xbb\xb5\x75\x74\x3f\x2f\x2f\x9f\x8e\x94\x39\xca\xe8\x9e\xe2\xd8\x19\x74\x39\xee\x60\x1c\x20\xcc\x96\x73\xe7\x7e\x54\x25\xde\x82\xec\xb3\x6f\x85\xab\xdb\x3f\xc2\x89\xd5\x5f\xdc\x29\x74\x71\x07\xce\xdf\x2a\x34\xe3\x28\x94\xdb\x71\x2c\x50\x2b\xe1\xbe\x89\xe4\x50\x23\x3d\xec\xa3\xf1\x52\x7e\x99\x56\x8b\x85\x69\x94\xcd\xa1\x38\x63\xc2\x39\xc7\x80\x8e\xca\x89\xf1\x9f\xa3\x73\xfc\xe0\xd0\xc9\x58\x44\x90\x2c\xb8\x92\xc0\xfb\xce\x8b\xf9\xa1\xe9\xa4\x17\xae\x1a\x8d\x92\x93\xf4\xb9\xa4\x7d\xe4\x65\xe9\xc7\x88\x41\x21\x88\xb3\x65\x8d\x34\xad\x11\x9c\x43\x57\x99\x26\x26\x82\xd1\xe7\xb9\x44\xf4\x14\x9d\xf9\xa2\x5d\x95\xf9\x64\xa7\xfa\x91\x0f\x0e\x34\xa0\x10\x3f\x74\xcc\x85\x16\x5c\xab\x7d\x07\xdf\x93\xa8\xed\xa7\xfc\xcd\x3f\x53\x1c\x04\x04\x9d\x79\x97\x35\x19\x79\x70\x98\x10\x18\x23\x29\xd6\xae\xbd\xdd\x1b\x2a\x95\x75\x17\x18\xd4\xa8\xca\x0b\x5d\xea\x0d\xdc\xaa\x16\x76\x5a\xd2\x88\x0f\xab\xbb\xa0\x42\x93\xb8\xf2\x31\xc5\x16\x23\x2b\x26\x57\x07\xd6\xba\x87\x4e\x74\xb3\x45\xfe\x43\x26\x5d\x72\xcc\x2d\xbf\x7a\x1c\xa8\x83\xc4\xf0\xf0\x24\x02\xc2\xec\x50\xf8\x51\xf3\xc1\xe1\xd0\x1d\xfe\x30\x64\x24\xf8\x05\x31\xe1\x01\x7d\x20\xe5\x1d\x6d\xe0\x34\xdd\x30\xd8\x43\x01\x9f\x46\xf0\x02\xe0\xf6\x1a\xee\x96\x49\xce\xed\xe3\xb3\xa7\xe7\x19\xec\x00\x2d\xc8\xf7\x01\x0a\x91\xef\xa3\x28\x83\x44\xf5\x84\x9e\x89\x17\x15\x21\x3d\x5d\xbc\x01\x6a\xf6\x60\xcb\x0d\xb6\x58\x2e\xbe\x41\x5f\x6b\x14\xd9\x73\x78\x3d\x0c\xc2\x93\x54\xe4\x63\x8f\x94\xfa\x97\xc5\xdd\xeb\x61\x33\x18\x0a\x6b\x71\x9e\x57\xa2\x44\x84\xd8\xa0\x0b\xa2\x86\x0d\xcc\x3d\x01\x44\xaf\xf0\x24\x2e\x21\x03\xac\x14\x76\x7a\xd1\x59\x39\x37\xbd\x87\xa4\xcc\x4b\x60\x81\x8e\xdc\x53\x96\x50\xfc\x97\x42\x4c\x8e\xc3\x55\x72\xca\xd2\xe3\x36\x02\x08\x3f\x28\xa1\x9c\x7e\x37\xd6\x29\x90\xc4\x64\xb8\x3c\x31\x44\x60\x95\x35\xb9\x33\xe6\xf0\xfb\x16\x43\x5e\x72\x62\xd2\x6b\x5d\x72\xbe\xcd\x0c\xd6\xc1\x4c\xaf\xa5\xab\xec\x47\x0c\x37\xb0\xd2\x29\xf9\x7b\x4a\xdf\x32\xc4\x82\x88\x80\x81\x23\xdc\x22\x0a\xd3\xb4\xc2\x76\xed\x97\x8a\x75\x74\x2f\xb5\x48\x6b\xa2\x85\x23\x55\x59\x36\xc3\xba\xda\xe8\xac\xc6\xab\xaa\x54\x23\xf3\xbc\xea\xba\xbd\x4d\x62\x45\x3d\x7e\xf9\xf2\xe2\x32\x9b\xd4\x64\x7b\xf9\x14\xf7\x15\x29\x72\xa7\xb7\xe4\xc9\x4e\xd2\xe4\x27\xe0\xf2\x08\x2e\x3c\x67\x8e\x53\x44\xc8\xc6\xe6\x78\x7e\xdb\xb2\xef\x60\x84\xe1\xbf\x95\x4f\x31\xb9\x3b\x79\x6c\x23\xda\x16\xe1\x22\x6a\x9d\x88\xff\x99\x33\x38\x9e\xaf\x5b\x78\xe7\x5e\x8a\xc9\xe6\x29\xfc\xf0\x25\x01\xb5\xb8\x2f\x16\x4e\x65\xd9\xa3\xd3\x16\xc0\xa1\xf0\x62\xa7\x02\x74\x92\xbb\xf9\x95\x7e\xef\x4b\x7c\xda\xe7\x48\x49\xeb\x0b\x39\xed\x5b\x66\xab\x11\xe9\x48\xa3\x56\x0c\x31\x76\x17\xfc\x2f\xfa\x61\xef\x62\xbe\xc3\xc1\x0d\x73\x88\xb9\xc1\x23\xe5\x0c\x28\xb1\x55\x7c\xb2\x0e\xbf\xac\x2b\x33\x3a\x8e\xb0\xfb\x51\xfb\xce\x86\xdb\x19\x44\x4b\xca\x1d\x24\x92\x63\xb3\xee\xe7\xa9\x59\xb7\xab\x44\x61\x41\x30\x2e\x05\x20\x3c\x09\x59\xf1\x8a\xb8\x6e\x8a\xa2\x85\x9b\xa2\x9a\xc3\xaf\xe8\x0a\xed\xab\xe0\xab\x8b\x66\xd9\x27\x59\x53\x9c\xff\x1d\x95\xef\x70\x8e\x24\xa5\x7c\x4b\x21\xbd\x3d\x08\xb2\xf0\x1e\xe8\x11\x66\xb8\x6b\xd7\x39\x4c\xd5\x30\x3f\xc3\x90\xa8\xf1\xbb\xf4\x4e\x33\x5c\xa6\xa2\xf6\x48\xa8\xc0\xa0\x28\x58\xe7\xc0\xe2\xd6\xbb\x69\x66\x80\xd8\xed\xd0\x0e\xf4\xba\x82\x5d\xf3\xa0\x81\xee\x8d\xbf\x2c\x3f\x4f\x14\xcc\xf1\x8c\xd2\x5d\x75\x05\x66\xbf\x38\xdf\xcf\x07\x23\x75\x52\x00\xea\x13\x97\xd7\xca\x16\xdd\x6e\x27\x3a\xfb\x9e\x57\xfd\xb5\x73\x95\x27\x25\x59\x9a\xa7\x83\x93\xd8\x27\x61\xb9\x8a\xbb\x9c\x14\xbd\xd5\x8d\xcf\xf9\xc1\xc2\x5e\xd3\x17\x26\x8b\xb9\xe6\x33\x8d\x7e\x1e\x32\x8d\xb2\x27\xcc\x64\xb2\x75\x9f\xf3\x1a\xda\x45\x17\x13\x5d\x0e\x6a\x60\x7e\x56\xdb\xae\x3f\xcb\xeb\x4a\xf4\xc1\x08\x0c\x0b\xff\xd1\x35\xcc\xb3\xe4\xec\xe0\x3f\xf8\xc4\x2a\x92\x3e\x31\x9a\xe3\x67\xac\x05\xfa\x0c\x67\x7b\x17\xd3\xbe\xfa\xc4\xd9\x71\x2e\xf3\xd0\x02\xe7\x31\xfc\xc8\x26\x92\x3c\xe6\xa1\x0d\xc9\x11\xfe\xb1\xe3\xe0\xa9\xa4\x29\x6f\x61\xb3\x68\x07\x92\xd4\x9a\x71\x73\x92\xd2\x76\x62\x56\x69\x63\x38\xa7\xbf\xaf\x35\x99\x60\xda\x1c\xe7\xb5\xfc\xfb\x46\x97\x64\x75\x97\x94\xf5\x18\x63\x85\x32\x9e\x45\x19\x72\x3e\x6a\xe5\x46\x12\x7a\xfe\xe0\x92\xe7\xfe\x1d\x83\xf3\x31\xd8\x87\x77\x27\x8e\xb8\x5e\xfa\x44\xbc\x53\xb7\x80\x5a\xa6\x63\x4a\xc1\x0c\x3b\xb5\x5d\x7c\x03\x54\x21\x7a\x93\x1b\xf6\xb4\x6a\x38\xfc\x49\x3c\x2a\xba\x03\x71\x6a\xf7\xb1\x9b\x92\xdd\x2d\x97\xed\x99\xf2\xf6\xbe\x22\x8b\x69\xca\xbb\x2c\xc2\xd2\x28\x39\xf2\x5d\x9f\x48\x18\x50\x45\x67\x4c\xfd\x7a\xa6\xb6\x66\xa1\xba\xf6\xf0\x93\x9d\x6d\x5a\xb3\x23\x3f\x61\x49\xd5\x4e\x74\xa1\x22\x57\x61\xfa\x4a\x7f\x7d\x6e\x17\x9f\xbb\x50\xbf\x98\x19\xe3\xf3\x1d\xfc\x06\xd6\x1a\x75\x3f\xf8\xf3\x0a\x7e\x62\x24\x22\xfa\x51\xc2\x8f\xb2\xe2\xbf\xdf\x52\x3d\x54\xb8\x72\x35\xc0\xd8\x50\xf1\xf0\x57\x4b\x3f\x6f\xe0\x87\x6a\x0c\xe7\xda\x80\x87\xbf\xa4\xc4\xdc\x3e\xa4\x30\x25\x0d\x6d\x50\x91\x84\x9f\xb9\x3b\xfa\x0a\x27\xba\xa5\x6f\xd8\x27\x7d\x29\xd5\x0d\x7d\x80\x7e\xe9\xf7\x5b\xad\xdf\x48\x63\xd8\x39\xb7\x65\x9a\xee\x8a\x9b\xd2\xb4\x2e\x76\x76\xa3\x15\x37\xa4\x1a\x6e\xb9\x55\x6f\x97\x6e\x28\x6e\x1c\xf4\xd1\x0d\x44\x46\x01\x2b\x59\xb6\x66\x8f\x89\x95\x5e\xcf\x5c\x8a\x3f\x97\xdb\xef\xa4\x85\x51\xa1\x83\x26\xc6\x94\x85\x7f\x43\x3c\x2f\xf8\x97\x03\x29\xd5\x15\x59\xea\x72\x44\x75\x7e\x0f\x29\x7f\xa1\x9d\xcf\x5c\xda\xcf\xaa\xd9\xf7\x22\xdc\x1b\xa4\x9d\x65\xa6\x25\x8a\x1f\x8c\xdd\xa1\xb0\x79\x3e\x23\x59\x22\xec\xf2\x72\x05\x24\xd6\xb9\x67\xa8\xcb\x60\xa4\x7e\xef\x4f\x7f\xa2\xac\xce\xc0\x90\xff\xf9\xcf\xc5\xb3\x87\xf7\xf1\x65\x41\x5f\x42\x6f\xdb\xe2\xec\x67\x00\x72\xa7\xde\x7d\x93\x00\x63\x0c\x1c\x72\xa2\x23\x0b\x0f\xe7\x44\x37\xfb\xff\x01\x00\x00\xff\xff\xda\xcc\x59\x04\xe9\xd0\x00\x00") +var _confLocaleLocale_ptBrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xcb\x8e\x1c\x47\x96\x28\xb8\x8f\xaf\x70\xb1\x41\x88\x04\x32\x43\x50\x55\xcf\x03\x82\x82\x9a\x54\x92\x92\x58\x10\xc9\x2c\x66\x4a\x0d\x8c\x40\x84\x2c\xc2\x2d\x23\x5d\xf4\x70\x8f\x72\x73\x4f\x32\x59\xa8\xc5\x60\x56\x03\xcc\x07\x0c\x66\xd5\x42\x2d\x1a\x2a\x40\xab\xc2\xdd\xd4\xf2\xe6\x9f\xdc\x2f\xb9\xe7\x69\x2f\x77\x4f\x52\xd5\x40\x37\xba\xc4\x0c\xf3\x63\xef\x63\xc7\xce\xdb\xcc\xe1\xb0\x2e\xad\xdb\xae\xbe\xdb\x17\xce\x76\xd7\xd5\xed\x7f\xb4\x45\x69\x8b\xaf\xab\xbe\xb8\x6a\xdd\xc1\x96\xb7\x3f\x5f\xdb\xba\xb0\x85\xd9\x57\x3b\xf9\xdb\x6d\xbb\xaa\x6f\x0b\xbb\x2f\xbe\x6e\x17\x8b\xab\x76\x6f\x57\x67\xb7\x3f\xef\xaa\xc6\x14\x55\x53\x6d\x2b\x53\x2f\x4a\xe3\xae\x36\xad\xe9\xca\xd5\x99\xa9\x1a\x5b\x2f\xec\xdb\x43\xdd\x76\x76\xf5\x84\xfe\x35\xdd\xe2\xca\xd6\x87\xd5\xc9\x4f\x43\x69\x16\xae\xda\x35\xeb\xaa\x59\x3d\x69\x7a\xfc\x42\x3f\xdb\xa1\x5f\x9d\x9b\x4a\x7e\x0d\x87\xd5\xa9\x81\x36\xe9\x7b\x67\x77\x95\xeb\x6d\xb7\x7a\x49\x7f\x60\xd1\x1b\xbb\x71\x55\x6f\x57\xe7\xf0\x9f\xc5\xb5\xed\x5c\xd5\x36\xab\xef\xe1\xdf\xdb\xbf\xb6\x8b\x83\xd9\xf9\x01\x2e\x7a\xbb\x3f\xd4\x06\x40\x2f\xe4\x8f\x45\x6d\x9a\xdd\x80\x20\x4f\xcb\xaa\xdd\x9b\xc5\xb6\xb3\x50\xbc\x6e\xec\x9b\xd5\x69\x57\x99\x6e\xb9\x5c\x2e\x06\x58\x9b\xf5\xa1\x6b\x2f\xab\xda\xae\x4d\x53\xae\xf7\x38\x97\x33\xdb\x41\x41\x51\xb6\xc5\xe0\x86\xdb\x9f\xbb\x0a\xd6\xa4\xd8\xb6\xcd\x65\xb5\x1b\x3a\x73\xfb\x1f\xb7\xff\xcd\x3a\x1a\xbf\x2d\x61\x7a\x6b\xe3\x56\xdf\xb6\x3b\x03\xe0\xdb\x76\x0f\x0b\x87\x8d\x36\x06\x16\xef\x3b\xa9\xbd\xb0\x7b\x53\xd5\xab\x27\xc7\xf8\x0f\x0c\xdb\xb9\x37\x2d\xac\xe0\xb9\x6d\xae\x0c\xcc\x7a\xdd\xdf\x1c\xec\xea\x71\xb5\x83\x49\x16\x4d\x7b\x0d\x55\x1b\x18\xff\xd6\x1c\xfa\xed\x95\x81\x05\xa2\x7f\x17\x00\x79\x68\x61\x35\xda\xee\x06\x56\x88\xfe\xbc\xfd\x3b\xb6\xde\x76\x3b\xd3\x54\xef\x4c\x8f\x8b\xf3\x42\x7e\xc0\x28\x61\x89\xf6\x55\xd7\xb5\xdd\xea\x09\x6c\x78\x7d\xd5\x2e\x60\xee\x6b\x6c\x65\xf5\xbc\xbd\x6e\x8b\x2e\x6e\x04\x3f\x01\x26\x74\xb8\x84\xf0\xd5\x14\xf4\x83\x5b\xe1\x6f\xd4\x12\x55\xe4\xbf\xa9\xf8\xb2\xed\x5e\x73\x21\xfe\x85\x18\x36\x6a\x15\x86\xc7\x2d\xb6\xe9\xd0\x4c\x03\x9b\x43\x5f\xbf\xb6\x9d\x6d\x00\xbd\xba\x18\x04\xd7\xd8\x94\x7b\x58\xdf\x83\x01\x44\x13\x7c\xc3\x4d\xa1\x52\x42\x90\x12\x46\x61\xb6\xdb\x76\x68\xfa\xb5\xb3\x7d\x5f\x35\x3b\xb7\x3a\x4d\x37\xaa\x28\x0d\xee\x5d\x0f\xe8\x38\x03\xb1\xb8\x69\x07\x8f\x05\xb0\x2b\x43\x71\x20\x04\xe0\x72\x5f\xeb\x7c\x30\x6e\x84\x05\xd0\x7d\x5f\x5d\x57\x7d\x65\xdd\xea\x04\xff\x2a\x0d\x1c\xbb\xc5\x61\xa8\x6b\x58\xe9\x3f\x0d\xd6\xf5\x6e\x75\x06\xbf\x0a\xfd\xb5\xa8\x9c\x83\x3f\x56\x67\x5d\xbb\xa9\x01\x31\xa0\x8d\xad\x69\xb6\x30\xc3\x53\xfa\x07\xb0\x7e\xf1\x43\xd5\xb8\xde\xd4\xf5\xab\x85\xfc\xb1\x7a\x4a\xff\xca\xd2\xf5\x55\x0f\x03\x7d\xd2\x1b\x40\x25\x5c\xf2\x2a\xfa\x58\x1c\x4c\x67\x8a\x43\x57\xed\x6d\x05\x7f\xd8\xb7\x76\x3b\x70\xad\xb2\xdd\xbe\x06\x6c\xc7\xf3\x09\x67\xec\xdc\x16\xd7\xed\xf6\xf6\x6f\x70\xea\xfb\xdb\x9f\x8b\xae\x2d\x01\xfd\xdb\xa2\x85\xa3\xbf\xc3\x46\xe1\xc8\xb6\xb8\xd8\x8f\xa9\xd6\x51\x71\x68\xbb\xe2\xd2\x5c\xc3\x7f\x6b\x5b\xc1\x5e\xba\xe2\x73\x53\xf4\xa6\xdb\xd9\x7e\x75\x6f\xbd\x81\xc3\xf6\xfa\x5e\x71\xd5\xd9\xcb\xd5\xbd\xfb\xee\xde\xa3\xaf\x87\xca\xb8\xcf\x3f\x31\x8f\x8a\xed\x80\x6b\xd2\x3a\xc6\xea\xc2\xc0\x7f\x68\xd0\x7b\xa0\x10\x5d\xf1\xa7\xc1\xd4\xb0\x2e\x1d\x2c\x6c\xe5\x4c\xd1\xc0\x68\x60\xf4\x7c\xa6\x3f\x5a\xe0\x9a\xc1\xa1\x58\x97\x1b\x26\x66\x34\x36\x5a\xc8\xae\x78\x76\x73\xfe\xc7\x6f\x8f\x8a\xb3\xd6\xf5\xbb\xce\xd2\xdf\xf0\x1f\x80\xfe\x7d\xd1\x0e\xc5\x45\xf5\xf8\xcb\xe5\x02\xea\xf1\x5a\x8d\x70\xc2\x16\x1b\x58\x6d\x22\x89\x34\x3a\x02\xc5\x63\x78\x51\x1d\xda\x89\xcf\x40\x33\xfb\xd5\x37\xf0\x1f\x3a\xdd\xe1\x64\x67\x87\x19\x5a\xa1\x93\xff\x1c\x68\x27\xae\xde\xb8\x13\x59\xfe\x33\x5d\xce\x23\xa0\x31\x16\x96\x7d\x6f\x01\x0b\x2a\xb7\x6f\x8b\xa7\xcf\x9f\xbf\x78\xfc\x25\xd2\x92\x02\x29\x4a\xf3\x13\x60\x37\xb5\xb1\x85\x9d\xdd\x02\x7d\x84\xf1\x0f\xfd\xe5\xff\xbe\xde\xd9\xc6\x76\xa6\x5e\x6f\x2b\xde\x74\x5a\x91\xe5\xc2\xb9\x1a\xc8\x58\x69\x57\xcf\x5a\x18\xc1\xf9\xf9\xb7\x30\xc8\xfe\x0a\xb0\x0b\x4e\x0d\xd0\x00\xf7\xa7\x1a\x97\x54\xc6\xf1\x02\x5a\xa5\x72\x3a\x58\x1d\x2c\xf7\xf5\xc4\xf4\x47\x2b\x5b\x7c\xbe\xe9\x1e\xf9\x39\xc8\x14\xb4\x25\xb3\x71\x6d\x3d\xc0\x98\x61\x73\x11\xa7\x18\xcf\xf8\x06\xe9\x88\x46\xfa\x2b\x69\xb9\xb0\x5d\xb7\x06\x8a\xdd\xdf\xe0\x26\xd3\x40\x5f\x14\xa7\x61\x48\x77\x8f\xa3\x68\x08\xe3\x61\xb2\xd8\x62\x71\x6d\xde\x55\xd2\x64\xd5\x5c\x9b\xba\x2a\x61\xfb\xef\xde\x92\xb8\x19\xdb\xed\x91\x02\x43\x61\xb4\xd2\xf7\x96\xf7\x80\xf8\xdf\x3b\xbe\xb7\x5c\x34\xed\x9a\x09\x12\x5e\x14\x25\xa0\x2b\x9c\xdf\x75\x27\x77\x15\x11\xdf\xef\x69\xa6\x61\x50\x80\xb4\x66\x53\xc1\x7a\x23\x69\x2b\x04\x14\x67\xbf\x2f\xb6\x78\x05\x15\xc3\x5e\x88\x13\x0e\x28\xa1\x6b\xf1\xca\x28\x19\x14\x54\x3b\x81\x06\x00\xd9\x46\x55\x26\x56\xc3\x2c\x17\x0b\x45\x93\xe9\x93\xb0\x83\x6f\x95\xc3\x85\xc1\xc3\xb5\x40\xbe\x21\x59\x2e\x73\xa8\xab\x2d\xcc\xee\xba\xf5\xdf\x14\x77\x4e\xdb\xba\x85\xa3\x08\x33\x6b\x08\xd8\x14\x6e\xc8\xa8\x7c\x61\x00\xa3\x3e\xa2\x9b\x6b\x1d\x63\x61\x01\xfd\xff\xfa\x0e\xdb\x4f\xae\x0b\x0f\xa7\x5d\x5c\xb4\xb8\x47\xad\x4b\xc0\xf0\xd7\xbe\xed\x5b\x1e\x35\x30\x34\x30\x5b\xec\xcb\x99\xfa\x1a\x0a\x91\x86\xc0\x68\xaa\xce\x32\xf8\x72\xd1\x0d\xc0\x69\xc4\xc7\x16\xc7\x1a\x51\x46\xfd\x1e\x0e\x85\xbf\xf7\x4b\x7b\x6d\x0b\xc0\x84\xc2\x6c\xad\x73\x30\x9f\x80\xe6\xb0\x6e\xa3\x19\x00\xaa\x50\xbb\xbc\xe1\xb4\xa2\x25\xf0\x1e\xc0\x03\x3d\x6e\xf7\xb7\xbf\x36\x55\x2b\xbf\xb5\xab\xa7\x0e\xce\x89\xb9\xb4\x80\x01\xdf\xbd\xfc\xd6\xf1\x41\x86\x3e\xea\xb6\x01\x02\x0d\x84\xf6\xfc\xfc\x1b\x3c\xd2\x57\x6b\x20\xc0\x3d\x92\x8d\x9e\xca\x7c\x91\x36\xf4\xfc\xf6\x1f\x7b\xdb\xd1\xcc\x0e\x04\x84\x3b\xe3\xe0\x2e\xa3\xa3\x86\xd8\x01\xb5\x84\xd8\x0f\x0e\xcf\xe5\x11\x4c\xae\x7a\x6b\xf9\xd4\x70\xc7\x88\xaf\xb0\xd5\x82\xad\xdb\xa1\x73\x2d\x0f\xe0\xaa\xef\x0f\xf1\x08\xbe\xb9\xb8\x38\x0b\x85\xb3\x63\x00\x3c\xc7\x61\x18\xc1\x22\x46\x89\xaa\x83\x21\xe8\x2a\x2d\x09\xab\x86\xae\x5e\xc1\xf4\x27\xf0\x0d\xbe\x4c\x2c\x15\x2d\x16\x91\x44\xbf\x4e\x38\xa2\x4f\xf0\x3f\x0e\xf6\xa0\x37\xfb\xcd\xed\x2f\x48\x3f\x2d\xf1\x5c\xcb\x45\xdd\xee\xd6\x5d\xdb\xf6\x29\x16\x42\x7f\xf0\x21\xfd\xe8\x29\xb4\xc1\xab\x08\xd1\x4f\xc8\x22\xdd\x1a\x00\x0a\x47\xaa\x3d\xe0\x71\x9f\x3d\x53\xed\x61\x8b\x9f\x2b\xc7\x8c\xdf\xdc\x1d\xd4\x26\x9c\x39\x8f\x74\xe1\xf6\xb0\xa8\xfe\xb6\x29\xce\x9f\xc1\x42\x53\xd9\x65\xd7\xee\x57\x8f\x6d\xf8\x11\xb0\xd5\x36\x25\xd0\x2a\x6d\x07\x9b\x61\xbc\x05\x5e\x0e\xbf\xc0\x72\x59\x60\x00\xb7\xd5\xa5\xdf\x83\x97\x5f\x9d\x16\xff\xcb\xef\x7f\xf7\xbb\x65\xf1\x02\x19\xb7\xbd\xe9\x05\xd5\x91\x70\x0c\x7b\x69\x04\xa8\x6c\x71\x0f\x09\xc1\xbd\xe2\x73\x2a\xf9\x3f\xec\x5b\x03\xdc\xb5\x5d\x02\x11\x7f\xb4\x5c\x60\x11\x9c\x1a\x3a\x5a\xcc\xdc\xf2\x79\xd8\xdb\x9e\x38\x58\xf9\x9e\xde\x91\x29\x88\xf2\xfc\x6b\x62\xac\xba\xfd\xea\x1b\x4f\x30\xa5\x44\x46\x4c\x9c\x25\xd3\x4f\x6a\x77\xdd\xb4\x7d\x75\x79\x13\xc1\x53\x81\x9f\x61\xb4\xa2\xb0\xc8\x16\xf9\x38\x58\xeb\xad\x9d\x67\x08\xfc\x41\x01\x8a\x36\x40\x37\xce\x6f\x8f\x5b\xb4\x97\x97\x35\xb0\x9f\x7c\xaf\x9e\xf0\x11\xd9\xe3\xf5\x0a\x1f\x8e\xf1\x4b\x02\x01\x87\xe2\x00\x92\xcd\x63\x3e\x4d\x48\x20\x4f\x1f\x3f\x87\x1b\x1e\x6f\x77\x38\x12\x54\x11\x3a\x04\x8e\xb3\x64\x0a\x74\x54\xf4\x81\xd0\xd1\xb1\x73\x4a\xd4\xe0\x9e\x39\xb4\x4d\x85\x93\x7c\x47\x17\x56\xdd\x6e\x4d\x4d\xbc\x14\xf0\x37\x72\x09\x01\xa7\x7e\x6d\x60\x0d\xb4\x4b\x18\x9d\x47\xad\xaf\xe5\xdb\x08\x38\x1a\x65\xb8\xa3\x14\x1a\x16\xe1\xb2\x25\x56\x0d\x50\xcc\x21\xae\x63\xf7\xc6\x45\x23\x65\x40\x80\x40\x61\x0c\x70\x10\x4e\x21\x7e\x39\x10\x3f\xc0\xe4\xd3\x21\x0a\x1d\x4c\x89\x33\x59\x2e\x2e\x2d\x20\x23\xe0\x64\xb9\x96\x01\xd4\x6d\xfb\x1a\x46\x10\xb6\xd0\x14\x9b\xc1\x6d\x4d\x21\x90\x30\x11\xba\xe4\xa4\xa3\xb9\x06\x64\x22\x1f\xda\x0c\x7c\x06\x02\x88\x93\xf5\x6b\xe4\x01\x99\xcf\xba\xfd\x7b\x59\xed\x90\x8f\xb1\x5d\x8f\x0c\x83\xb3\x28\xdc\x35\x40\x2c\xaa\x8d\xac\x4f\x58\xfb\x84\x01\x08\xeb\x6f\x80\x01\x3a\xf6\x18\x3b\x05\x9c\x62\x09\x0d\x28\xa9\x84\x43\xd1\x85\x3c\x62\xfa\x4c\x34\xbd\x65\x46\x3a\x93\x83\x60\xdd\x1d\x30\xd0\xcc\x56\x10\x4b\xe1\x80\x85\x68\xa8\x57\x95\x24\xa3\xb3\x25\x32\x65\x0a\x20\x23\x7a\xb1\xe9\xaa\x9d\x41\x06\x02\x38\x28\x95\x2a\x5a\x5f\x89\x87\x32\x3b\x54\xe8\x96\xd8\x76\x90\x6b\x45\xfe\x5f\x5f\x57\x20\x73\x6b\xab\x40\x41\xab\x46\xda\x00\xca\x0d\x2c\x43\xed\xb9\x05\x3c\x14\xcc\xfb\xbb\xc9\x46\x64\x80\xe7\xb2\x04\x01\xcd\x60\x34\x50\x02\x87\x9f\x31\xb0\x84\x53\x06\x67\x1e\x71\x15\x24\x24\xf8\x7f\x6d\xf5\x08\x7b\x84\x15\x20\xcc\xd6\x95\x64\x78\x4b\x4a\x0a\x44\x58\x87\xac\xb6\x28\x25\x96\x22\x83\x8a\x14\xc8\x62\x48\xcc\xe6\xc1\x79\xad\xfc\xba\xcf\xb3\x73\x85\xd9\xb5\x9d\x39\x42\x24\x82\x8e\x0c\x72\xf4\xad\x4a\x69\x91\x9a\xe1\xc1\xd3\xc7\xab\x4f\x1f\xd2\xe2\x02\x4d\x86\xf9\xf0\x08\x81\x40\xc2\x9d\x29\x2c\xc8\x98\x53\xe4\x21\xce\x10\xb6\xb9\x11\x49\xad\x88\xd9\x0b\x0b\xba\xc8\x38\x4e\x16\x6e\x84\x20\x87\xe2\x53\xa1\xd0\x1d\x33\xa4\x52\x2b\x56\x76\x8c\xc5\x75\x11\x68\xd7\x3b\xe0\x8d\x54\xaa\xed\x98\x53\x82\x3d\xe9\xd7\xbb\xaa\x5f\x5f\xe2\xbd\x51\xae\xbe\x32\x35\x60\x1b\x70\x5c\xf8\x81\xce\x07\x5c\x3b\x24\x51\x7c\x0c\x50\x1f\x7f\x56\xdc\xbf\x16\x69\xe6\xf7\x78\x1b\x20\x51\xa8\x6a\xc4\x67\x14\xd5\x71\xff\x89\x30\xd1\x36\xb9\x81\x19\x12\x91\x1f\x62\x71\xf6\x12\x56\x0a\x59\xae\xb2\x7d\xd3\xd4\xad\x29\x71\xc5\xb4\xee\xa6\x6a\x70\x3d\xe0\xf3\x25\xa9\xbf\x90\x7a\xdf\x07\x24\x7a\x7e\xfb\x7f\xbf\x88\xe1\x76\xed\x66\xa8\xea\x72\xb9\x50\xb1\x03\x84\x0e\xc1\x98\x64\x43\xfe\x3a\x25\xd3\xd0\x00\x99\x31\xdb\xb6\x1d\x70\xad\x86\x66\xa6\x4d\x05\xde\xf9\x64\x9a\xe5\xbc\xfd\x05\x64\xab\xeb\xdb\x9f\xf1\xb0\x52\x4d\xcf\xce\xe2\xa2\x00\x1a\x6d\xaf\x12\x8e\x36\x66\x7d\xb9\x73\x68\x21\xc2\x41\xd3\xc3\x91\x84\x86\x5c\x71\xfc\x08\xfe\xbb\x70\xe6\xda\xf2\xf5\xbc\x1b\xed\x0c\xb2\xdc\x44\x70\xb7\xc9\x2c\x93\x09\x24\x07\x68\xb4\x1c\xb3\x07\x86\x57\x24\x9d\x99\x22\x8f\x1b\xb6\x78\x16\x56\x5f\xda\xfd\xf1\x75\x05\x18\xf1\x51\xf1\x04\xbe\xec\x5b\x52\xd0\x10\x67\xe1\x88\x58\xaa\x8a\x63\xdb\xd6\x57\xc0\x0b\x33\x4b\x0e\x8c\x6f\x75\x5d\x01\x3a\x1c\xc3\x49\xc7\xc3\x85\x5c\x89\xa8\x29\xc2\x16\xa6\x1c\x23\x73\x83\x5e\x6a\x81\x8f\xe3\x75\x5f\xfc\x80\x2a\xd3\x57\x8b\x81\x85\xa4\xb6\x2e\x91\x27\xce\x8e\x16\x12\x18\x9b\x2a\x02\x15\x94\x4f\x99\x7b\x53\xc1\x8e\xad\xbd\xa2\x75\x4d\x33\x7a\xdb\xaf\x2e\x3a\xb8\xf9\x99\xb6\xc3\x4f\xc2\xa4\x83\xe8\xc4\x48\x3b\x09\x74\xb8\x06\x9e\xeb\x86\x30\xc6\xad\x9e\xd9\x21\x13\x9b\x16\xee\xaa\x7d\x43\x1a\x4e\x05\x69\x89\xc6\x15\x7b\x94\x00\x13\x50\xd4\x8d\xc2\x9a\xc1\x69\x6a\xe9\x5e\xd4\x1a\x2f\x13\x31\x0c\x20\x14\x00\x5a\x87\x9e\x41\xf6\x83\x56\x81\xb5\x06\x92\x9b\xa9\xf2\xe0\x2b\xab\x0d\x65\x64\xf2\x63\x41\x64\x9d\x54\xcd\xdf\x03\xc1\x06\x74\x13\xfd\xd8\x12\x70\x86\xf4\x6f\xdc\xf1\x13\x54\x63\x8f\x26\xb4\xf8\x41\xd4\xcf\xaf\x16\x13\xe3\x23\x55\x8d\xf3\x42\x1f\xcc\xdf\x9a\x0e\x0e\xc3\x99\x75\x70\xb5\x38\x52\xb4\x01\xa5\xbd\x7a\x15\xa9\x86\xd7\xa2\x4e\x64\x15\x31\x69\x63\x45\x7b\xe8\x39\xd5\x2b\x7b\x40\xae\x76\xef\x76\xab\x3f\x00\x86\xf6\x40\x13\x3c\xdd\xff\xa2\x40\x5d\xb7\x65\x6a\xff\xd1\xc2\xb5\x48\x35\xd6\x1f\x58\xf5\x0f\xd0\xaf\x45\x9c\x94\xda\x29\xd3\xc0\x8a\xea\xfd\xa1\x47\x8e\x61\x3b\x00\xeb\x8f\xb7\xc9\x35\xb1\x8c\x7c\x0b\x3b\x3a\x33\x74\x8d\x2a\x4b\x07\xf4\x65\x59\x04\x3d\x8d\xa5\xc1\xa1\xf6\x01\x7b\xec\x5b\x51\x32\xa5\x07\x0f\xe5\x92\x2a\xe6\x2e\x7d\xff\x44\xd8\x43\xef\x66\x9e\x45\x27\xfa\xca\x68\x0e\x7c\x64\x15\x8f\xc8\x20\x7f\xb0\xb7\xfb\x0d\x36\x68\x57\xdf\xc2\x5f\x88\x83\xa8\x11\xac\xf6\x0b\x10\x46\x76\x74\xe6\xe4\x8a\x79\x02\x5b\x05\x37\x2c\xf4\xc5\x57\x0c\x7e\xb7\xa3\xef\x70\xb4\x05\xe0\x0b\xb5\x2b\x00\xf1\x7b\xb3\x3a\x93\xdb\x19\xcf\x5f\x58\x67\xb1\x38\x84\xa5\x5e\xea\xd5\xc6\x7c\x19\x89\x17\xd0\x5a\xaf\x0b\xfe\xdd\x9e\x56\x5a\x27\x54\xda\x6c\xe2\x38\x43\xe1\x7f\x99\xb1\xf9\x7c\xf3\xe8\xbe\xfb\xfc\x93\xcd\xa3\xe8\xa2\x39\xc2\xdb\x02\x04\x14\xe2\xe1\xe0\x7e\xda\x9a\xea\x2d\x8d\x8c\x18\x0f\xa0\x83\x0d\xf2\x29\xdd\xed\xdf\xdf\x56\x7b\xf8\xeb\x7e\x59\x5c\xc1\xd0\x44\x23\x00\xfb\x04\x98\xd3\xd3\x4d\x3b\xf8\x55\x5e\xb2\xf6\xd9\xf2\x41\x51\xcc\x15\xf1\x84\xfa\x20\xcc\x85\x59\x5c\x81\x00\xd1\xaf\x89\xf5\x42\x5b\x05\x32\x60\x5d\x0b\x65\x65\x9b\x7d\x65\x06\xe7\x5c\xeb\xd2\xd4\x04\x94\x07\x0b\xf2\xf7\xa0\x5c\x5c\x7c\x8d\x32\x46\x8d\xd9\x52\x8f\x4d\xc0\x79\xe3\x92\xd6\xd5\xbe\xea\xc7\x98\x1c\xeb\xa2\x69\x29\xf1\x9a\x47\x41\xd4\x2f\x39\x31\xc9\xbc\xde\x88\xb5\xfb\xa1\xc2\xe1\x21\x97\x78\xfb\x37\x34\x1e\x44\x78\x0e\xa8\xb9\x83\x41\x42\xa5\xdf\x03\x52\x35\xc0\x4c\x01\x53\x0a\x34\x69\x3d\x34\xb2\x71\x20\x42\x10\x32\xbf\xa8\xe8\x3e\xe7\xde\x91\x83\x1e\x2a\xea\x35\x11\xa8\x79\x08\x0d\xf7\xcc\xfb\x0e\x83\x7b\xe0\x37\xf9\xe1\xb2\xf0\xda\x74\x82\x02\xac\xb3\x1b\xd8\xa7\x64\xfc\x29\xca\xa0\x5c\x24\xc8\xd9\x59\x9a\x30\xc9\xdd\x88\x66\x47\xc5\xb6\x26\x2c\x01\x5e\x71\xd3\xd2\x81\x36\x1b\x40\x96\x56\xd6\x50\x86\x7e\xca\x40\xa8\x60\x63\x1c\xf1\xed\x20\x8a\x4c\xad\x9b\x68\x23\x88\x55\x72\x44\x9a\x7a\x0b\x07\xa8\xb7\xf3\xf3\x85\x3b\x4e\x40\x61\xc6\xb7\xff\x5e\x34\x70\xc6\xfc\x49\x5a\x2e\x68\x34\x38\xa8\x7e\x66\x4c\x0f\x3a\xfb\x70\x72\x54\x1d\x48\x5c\x97\x80\x26\x9e\x0b\x70\x62\x0c\x73\xf1\xe9\x7e\x29\x50\x8c\xcd\x0c\xa2\xf7\xf3\x16\x45\xf1\x80\x40\xd8\xbc\x0a\x6e\xa3\xd5\x86\x5b\x02\xd8\xec\x01\x57\x5d\xa7\xc5\x17\xb7\xac\x69\xe8\xd2\xeb\x36\xc7\xab\x3b\x1e\x8a\xaf\xd4\xb7\xed\x1a\x2e\xd7\xae\x47\x7d\x3a\x60\x36\xf2\xf5\xa4\xb4\x17\xc8\x4c\x33\x0b\x1f\xdb\x8e\xf8\x93\xff\x15\xb5\xca\xcd\x9a\x64\x7a\x7f\x80\x9f\xcb\x10\x11\x1f\x6f\x7f\x45\xcb\x2c\xdb\x4a\x4c\xd0\xfb\xb2\x80\xc7\x7a\x50\xa4\x11\xb6\x66\xd6\x66\x09\x57\x1a\x2e\xf1\x2b\xa6\x0c\x78\xa9\x69\xab\xf1\xe9\x20\xad\x44\x20\x10\x1e\x96\x59\xf7\xef\x03\x9d\xc2\x3d\x1b\xe3\xc6\x78\x9b\x1c\xd3\xa6\x21\xec\xa3\x5c\x19\xca\xa9\xa9\x49\x97\x8d\xa4\x00\x49\xb2\xcc\xb2\xf8\x12\x25\x35\xe4\xe0\x42\x15\x51\xec\x78\xde\x0e\xc5\x79\xe8\xa5\xc5\xa9\x81\x3c\x07\x73\xbb\xb1\x6e\x75\x0e\x97\x45\xd3\xd2\x5a\x2d\xa0\x18\x6b\x9c\xd4\x50\x9d\x6e\x75\x54\x69\xbd\x5a\x7c\x07\x6b\xfd\x7c\x52\xbc\x41\x36\xe1\x79\xac\xe5\x4e\xb4\xd0\x4f\x58\x80\x99\x98\xf7\x59\x2a\x10\xbd\xb4\x64\x32\x02\x2c\x65\xdb\xad\xce\xfe\xfc\xfc\x9b\x0b\x12\xc6\x9e\x8b\x5e\x1c\xa4\x66\x58\x70\x54\xdb\x7e\xd3\xf7\x07\xf7\x9d\xa8\x3b\x51\x5d\x79\x0e\x8d\xde\xa0\xdc\xa1\x85\x6c\xe8\xd9\x99\xc5\x85\x35\xfb\x68\x90\xc0\xb6\x03\x32\x1e\xec\xe2\x04\x58\x96\x64\x5a\x28\x2d\x76\xde\xae\x7a\x82\xe4\xf7\xc9\x9d\x32\xd8\xe2\xb9\x7d\xf3\x65\x07\x52\x88\xb6\x73\xad\x2a\x7c\xa0\x38\x54\xbe\x38\x6d\xf7\x40\xa7\xcf\x87\x3d\x48\x77\x68\x6e\x76\xc3\xbe\x25\x65\xe8\x96\x3e\x38\x01\x78\x06\xbb\x88\x26\xf6\x67\xb6\xc1\x7f\xf7\x05\xef\x2f\x7c\x11\x80\xd3\xab\xb6\xda\x22\x95\x41\x0e\x5c\x50\x97\x3e\x5f\x00\xb9\xa2\xde\x4f\x47\xf6\x27\xa8\x4a\x3c\xfc\x8a\xfe\xbd\xfd\x07\x6e\xbd\x6a\x03\x2c\x59\xa1\x7f\x8c\x0e\x14\xcb\x86\x6c\xfa\xf9\x71\x61\xea\xc3\x95\x21\xe6\xd9\x83\xa2\x5e\x93\x9c\x20\x62\xb3\x8e\xa9\x2f\x4d\x33\xec\x6f\x7f\xe9\xaa\x6d\x0b\x37\xc0\xd5\xed\xaf\x97\xb6\x29\x1e\x1c\x3f\x24\x0d\xc0\xb0\xa9\x91\x8b\x45\x32\xbf\x7e\x98\x36\x5b\x02\xf9\xfc\x0d\x4d\x63\x73\xef\x69\xdc\x55\xef\xfc\xc4\xbc\x12\x16\xbe\x82\x40\x63\x70\x65\xee\x3b\x00\x22\x19\x2a\x02\x64\x75\x2d\x09\x03\x1d\x9f\x7f\xa4\x2a\x0e\xc5\xb6\x30\x16\xac\x67\xde\xce\xd7\x83\x1b\x66\x7f\xfb\x33\x30\x1c\xed\xa8\x1e\xdf\x15\xc9\x72\x03\x49\x9a\xb9\x1b\x95\x98\xfe\xb8\x40\x7d\xbd\x54\x0a\x75\x58\x5d\x2f\xa2\x12\x00\x55\xcd\xb6\x1e\xca\xe9\x21\x7d\x7c\xdf\x7d\x8c\xed\x34\xaf\x81\x81\x6b\x04\xe4\x49\x47\x3a\x26\x40\xa2\xe6\x0a\x2e\xcd\xb2\xfd\x4c\xbd\x23\xd6\xd0\x16\x0a\xcd\x5b\x22\xbd\xa2\xa0\x92\xab\x1a\x8a\x51\x77\x5a\xda\x61\x19\x48\x75\x90\x89\x59\x1b\x9d\x5f\x15\x29\xc9\x26\xe9\x1e\x08\x2c\xea\x6e\x51\xa1\xe6\x7d\x3b\xd6\x1b\xb8\x6d\xd7\xbd\x79\x6d\x1b\xe8\xb8\xc9\x85\xbc\x9f\xc8\xc4\x81\xf4\x6c\xc9\x46\xad\xbc\xce\x14\xe1\x49\x6a\x01\x9f\x3b\x53\x29\x37\xb1\x61\x2d\x64\xd3\x50\x65\x84\x17\x5a\x0f\x74\x63\xb6\x2a\xd3\x90\xa4\x27\xde\x69\x82\x85\xd9\x95\x53\x84\xcf\xf7\x31\x38\xea\xc2\xaf\x82\x5f\xd6\xb0\x0d\xdf\x45\x82\x2e\xaf\xa4\x7c\x23\x2e\x0c\x45\x73\xf8\xbb\x5c\x27\xea\x0d\x52\x42\x05\x31\x65\x6b\xbb\x9e\x6f\x20\x64\xd1\xf1\x22\xaa\x1a\x24\xe9\x78\x83\x7b\x42\x95\xac\x9c\x28\x4e\x44\x2d\x3e\xea\x04\x30\x09\x2f\x96\xa4\x97\x84\x1f\xb7\x51\xc3\xc0\x9b\xc2\x05\x6e\x7b\x71\xfc\x89\x14\x33\xed\x44\xd3\xfe\x12\x9c\x6b\x58\xf1\x29\xa8\x23\xe8\xb6\x40\x35\x40\xac\xf3\x11\x5f\x24\x44\x4f\xda\x98\x58\x65\xc3\xb3\x27\x1d\x34\x73\x33\xbc\x71\x35\x48\x31\x28\x72\xf3\xf4\xe2\x0a\x86\x48\x08\x72\x07\x68\xd1\x60\xfd\xce\xed\x3f\xea\x1e\x0f\x3a\x8a\x5e\x70\x9a\x1a\x8f\x0b\x6c\x89\x08\x53\x06\x89\xf1\xf6\xff\x29\x5a\x52\xd7\xca\xf2\x66\x34\x06\xa8\x40\x52\x03\xce\x85\x2e\x07\x9a\x25\x5f\xdb\x9b\x58\x46\x15\xbe\xd9\xd9\xdd\x50\xa1\x86\x86\x57\x67\xcb\x0c\xcd\x10\x5d\x8e\xa8\x73\x42\xe5\x09\xca\x9c\x04\x74\xe3\x9b\x23\xc7\x8f\x40\xf3\x43\x13\x49\x03\x47\xc5\x9e\xd4\xbd\x70\x59\x51\x4f\xb8\xe4\x9e\xd5\x33\x33\xb2\x98\xd6\x3f\x20\x43\xe2\x2d\x2b\xa8\x17\x50\x6d\xd7\x49\x50\x2f\x8b\xbc\x67\xea\xab\x76\x60\x9d\x8f\xeb\xab\xba\xc6\x1d\x60\xc7\xaa\x20\x39\x19\xe0\x5d\x0c\x89\xf8\xb2\x56\xe8\x19\x94\x23\xae\x8a\x1e\xbd\x58\x4a\xed\x5b\xa0\x8c\x15\x69\xa1\xe1\xae\x6e\xdc\xa5\xed\x6e\x7f\x3d\xae\xbd\x43\x0f\x2c\x35\x77\x88\xd2\x0c\xba\x4e\xe5\xfd\x5d\x9a\x77\xc8\xaf\xf6\x63\x3a\xa1\x5d\xf1\x0d\x63\xb8\x13\xea\x2f\xef\x01\x51\x2a\x9b\x16\x6a\xd7\x72\xcb\xbe\x9f\x9f\xf9\x90\x19\x52\xb7\x1f\x30\xbd\x05\xfb\x14\xad\x99\x0f\x49\xce\x03\x17\x15\xec\x57\xd1\x57\x4d\x76\x1c\x16\x3f\xe0\x09\x7a\xb5\x80\xed\x6c\x76\x56\x4c\x44\xab\x67\x43\xc9\x7c\xac\x58\xc1\x7e\x6a\xe1\x22\x6d\x1b\x54\x3d\x6f\x3b\x18\xd3\x40\x4a\xc0\x7d\x70\xae\x43\x4f\xae\x54\x8d\x24\x2e\x5e\x37\xc1\xc1\xab\x38\xdc\xfe\x63\x83\x76\xea\xc5\x65\x5b\xd7\xed\x1b\x54\x33\x9d\x23\x7e\x03\x77\x85\xae\x81\xd0\x11\xd0\x88\x4c\x5b\x46\x98\x07\x3d\x38\xa9\x84\xda\x50\xaa\x84\xdc\x2f\x17\xf1\xef\x0e\x0e\x81\xfc\x7e\x6c\xab\xb7\xac\x1c\x71\xfc\x05\x15\x20\xfb\x25\xd1\x5e\x64\xc2\xbb\x6b\xe8\x66\xe2\xfe\xc1\x5b\x34\x13\x3a\x84\x74\x87\xfa\x07\xd3\xc3\xb9\x6e\x58\x1e\xa4\x59\x94\x41\xf4\x20\x5f\x98\x8a\x3c\x20\x49\xf3\x2e\x46\x3c\x6e\x58\x9c\x14\xf2\x5e\x71\x0b\xd4\x5b\xee\xd5\x42\xfd\xe9\xd8\x99\x32\x77\x94\x92\xdd\x39\xe1\x4d\x91\x63\xee\x56\xa7\x78\x14\x1d\x3b\x38\x90\xee\x8c\x78\x40\x83\xb6\x1a\xf8\x55\x91\x7f\x0a\xfb\x07\x00\x41\x59\x9d\x78\x5f\x01\xb7\x20\xd5\xe3\x8b\x54\xe7\x58\xda\xda\xf6\x28\x24\xb2\xea\x84\x85\x1d\xd8\xa4\xd5\x77\x55\xb9\x58\x1c\x90\x0f\xdb\xae\xd3\x71\xea\xce\xb6\x3a\x7e\x51\x88\xe4\x82\x90\xb0\xd6\xb8\x54\xd4\x0c\x7a\x7e\x38\xb2\xd2\xd0\x3a\xab\xb9\x4e\x9c\xdb\x52\xd3\x74\x67\x6b\x43\x0e\x02\x70\x7e\x40\xa6\xa6\x61\x1d\x15\x36\x80\xb7\xb0\xfc\x02\x0b\x64\xfa\x8d\xdd\x14\x97\x16\xb5\x1d\x06\x0e\xcd\xf5\xed\x2f\x2e\x28\x55\xfc\xfd\xeb\x6f\x64\x51\xda\x95\x41\xed\xe9\xbd\x65\x08\x1f\x88\x20\xe1\xee\x3a\xe7\xbd\x05\x49\xbc\x24\x46\x76\x98\xd8\xd4\x4b\xf4\x65\x0c\x66\xa2\x53\x56\x45\xb5\xa9\x6f\x2e\x4a\xb0\x64\x01\xfd\x16\x45\x59\x2f\x8c\x0c\x87\x12\xe5\x4a\x5d\xe3\x93\x9e\xad\x7d\x84\x51\x8c\x17\x29\x84\x97\x17\x5f\xd0\x60\x18\x86\x38\x0f\x23\x55\x33\x01\x52\x4f\xbb\xf7\xb9\x1d\xe9\xdb\x0d\x49\x85\x70\xc4\x32\x48\xd5\x41\x3d\x41\xb3\x29\x03\x09\x61\x43\x17\x13\xdc\x49\x34\xb6\x57\xcd\x6b\xa7\xc6\x4a\x2f\x30\x93\xbe\x10\xd0\x7c\x20\x73\x1b\xfe\x01\x38\x3c\x72\xe2\x14\xe3\xb4\x98\xaa\x37\x37\xac\x22\xf9\x92\x2c\xd3\xde\x1c\x1d\x29\x4a\x67\xed\xe3\x79\x95\x60\xad\xf6\xf6\xdb\xc1\x01\xf7\xa7\x24\x2f\x32\x84\x73\x05\xfe\x4c\x8b\x07\xab\xd0\xb6\x4e\x54\xdd\x0c\xae\xb2\x99\xa8\x9f\x94\x50\xca\xc6\xe8\x41\xf5\x3b\xb7\xcd\x0c\x38\x3a\x2c\x39\x6d\x30\x16\xa0\x7d\x4d\xef\x5b\x57\x92\xaf\x83\xa1\x8d\x84\xd6\x51\xe6\x0d\x53\x25\x22\xb4\xae\xf6\x28\x4c\xbe\xf0\x8e\x88\xaa\x54\x8d\x45\x09\x82\xd9\x2f\xd3\xf1\x79\xbc\x91\xfb\x70\x72\x84\x29\x1e\x99\x14\x8f\x14\x3d\x3c\x9d\x82\x8b\xc3\x34\x68\x1a\x24\xfa\x89\x34\xab\xad\xcb\xdc\x97\x85\x96\x85\xbc\x9c\xfd\x07\x72\x75\x56\x2d\x08\xea\x07\xd6\xc9\xe7\xdc\xcd\x1b\xf0\xaa\x09\x35\x26\xf8\x69\xf5\xf6\xa3\x81\x4f\x18\x0b\x97\xf9\xc8\xfd\x5a\x68\x4d\x06\x97\x73\x90\x4e\xbb\xf8\x5e\x34\x9f\xa5\xa8\xc2\xd5\x0c\x8e\x40\x5e\x12\x82\xf1\x45\xa4\x46\xba\xfb\xa7\x09\x4d\x50\x13\xc1\xaa\x93\xf0\xe1\x82\xcc\xe1\x22\x6d\x8b\x78\x88\x0b\x48\x70\x12\xb7\x53\xc0\x2c\xc5\x4c\x13\x6b\x11\x62\x80\xc9\x80\x06\x0e\xb0\x8a\x23\x4a\x1d\x11\x68\x34\x9a\xb3\x07\x10\x1a\xb1\x84\x12\x43\x21\xac\x00\x30\x29\xa8\x0d\x39\xd3\x76\xb4\x44\xf4\x66\x8f\x45\x41\x48\x1e\xae\xbe\x33\x3d\x17\x0a\x43\x77\x91\x1f\x2e\xfc\x42\xaa\x49\xa7\xc4\x89\x7d\xd8\x26\x13\x62\x08\x9e\xd9\x49\x5b\xe8\x79\xb2\x73\x7a\x5b\x9e\x9b\xe7\xfd\x45\x76\x90\x89\x45\x57\x8f\xd3\x3d\xf6\x54\x4d\x90\x01\x7a\xb2\x3f\x71\x19\x51\xb6\x2f\xf2\xa1\x04\x1a\xfd\x24\x58\x78\x84\x93\x4c\xc9\xf3\x47\x0b\x53\x96\x84\xff\x3c\xfb\x93\xb2\xa2\xde\x3b\xb1\xa7\x4c\xa8\xd8\xb0\x42\x0e\x9c\x7f\x5a\x27\xe6\x1a\x34\x2b\xfc\x76\x13\x0d\xe9\x19\x8a\x69\xa1\x0d\x56\xe4\x54\xad\x33\x4f\xc4\x3a\xa3\x1e\xf1\x93\x46\x9a\x23\xb5\xd2\x34\x4a\xec\xe0\x72\xf1\xde\x1a\xc9\x48\x96\xd1\x34\x3c\xd1\xa2\x7b\x77\x7a\x41\x98\x68\xc9\x52\xe4\x97\x9f\x1e\x11\xcf\x3f\x85\x43\x12\x71\x52\xd8\x21\x0a\x51\x61\x41\x49\xe2\x21\xae\x8b\xd0\x8a\xb8\x7b\x21\xaf\x75\xe5\xd8\x1a\xbf\xf5\x0d\x78\x13\xc0\x14\xce\x9c\x22\xb2\xa3\x16\xd0\x69\x0d\xf1\xa3\x66\x81\xc6\xf3\x34\x83\xb8\x82\x3a\x74\x16\xdf\xb3\xd1\x7d\x1f\xbc\x6a\xdd\x84\x79\xf7\x88\xcc\x0f\xb5\x88\xf5\x40\xf8\xc9\x87\x03\xff\x0c\xb2\x34\x90\x48\xd4\x09\x21\x9d\x06\xd4\x76\xec\x2a\x2b\x3a\xfc\xcf\xd1\x46\xd6\xec\x1e\x45\x56\x40\x83\x71\x49\x5f\x7c\xfe\x89\x7c\x29\xd8\x83\x05\xcf\x3f\x0e\x03\x38\x6c\xf1\x6e\xfa\xdc\x44\xb1\x0c\xe8\x22\xdd\x45\xeb\x41\x61\x0d\xa8\xdd\x68\xeb\x41\x16\x34\x81\x3f\x68\x64\x07\xae\xd6\xd0\xf0\xa2\x49\xbd\xa5\x3f\x11\xe9\x8e\x9c\x7a\x0d\xb1\xec\x65\xa4\x90\xf9\x6e\xef\x65\x54\x11\x3b\xa8\x45\x58\x39\x2b\x4e\x85\x5b\x55\x94\xb2\x62\x87\xad\x68\x7b\x58\xe9\x76\xe9\xdb\x23\x9e\xc7\xb7\x47\xf4\x2d\x6f\x35\x68\x85\xf2\x0e\x90\x2b\x5c\x2e\xb4\x19\xaf\x4d\xa2\x51\x53\xf1\x76\xa4\xb2\x15\xac\x8b\x6e\x23\x36\xa6\xa7\x5d\x92\x3c\x91\xa0\xb8\x49\x09\x88\x50\x4f\xd6\x29\x30\xed\xd4\x19\x4d\x51\x4f\xed\xa0\x4c\x17\x73\x44\x46\x6d\x20\xa3\x69\x95\x9c\x7e\x06\x77\x47\x1a\x90\x30\x83\x1f\x40\x34\x47\x5d\x87\x85\x48\xfa\x8b\x89\xa7\x19\x13\x4f\x98\xde\x49\x38\xfd\x20\xa8\x92\xd6\x87\xf6\xf1\xf6\xff\x47\x8d\x0e\x7a\x21\xbd\x93\xbb\xcc\xee\x29\x48\x41\xe5\xd5\xe7\x62\xad\x33\x5e\x6e\x45\xcb\x24\xba\xdd\xd2\xc6\xa0\xbd\x56\x82\x04\x1d\xae\xbb\x89\x75\x3c\xff\x5b\x51\x56\xc6\x2d\xfa\xf6\x35\xa0\x61\x04\x4a\xf6\x42\x2a\x25\x8a\x21\xdd\x4e\xd4\xf4\xb4\x89\xe5\xb8\x40\x99\xb6\x89\x44\x17\x11\x17\x75\x97\xb8\x83\x26\x25\x55\x97\xc5\x4b\xdc\xa5\x48\xce\xaa\xab\x9d\xd0\xfb\x40\x21\xd4\x22\x2b\x64\x02\x18\xc7\x66\x03\x22\x37\x6a\xa8\xae\xe1\x8a\x1e\x90\x57\xe7\xa2\x78\x87\x48\xa5\xc2\xe3\x51\x07\x06\x81\x46\x07\x06\x9d\x9b\x21\xf8\x35\x2d\x47\x34\x43\xfa\x4d\xcc\x89\xd0\x37\xd1\x2d\x49\x28\x86\x78\x9a\xf8\x5a\x7a\x1d\x52\x01\xaf\xb8\xe3\x45\xb8\xe0\x86\x76\x24\xc0\xb0\x6b\x2d\x4f\x0a\xa7\xc7\x6e\x8b\x5e\xb4\x57\x31\x05\x7b\x24\xdd\xda\xc9\xd9\x53\x0d\xeb\x58\x2e\x7c\x87\xdc\xf0\x19\x39\x83\x60\x7c\x4e\x2f\xce\xc7\xb2\xa7\x89\xa7\xa1\x78\x1d\x90\xe5\x37\x12\x7e\xb8\x9d\x24\x4a\x84\x87\xee\xa7\x17\x4f\x6d\xea\x13\xaf\xb4\x75\x6c\x7a\xe2\x9e\xc3\x6a\xf1\x74\x93\xa3\x50\x9c\x26\x2a\x61\x42\x85\x83\x5a\x95\x9b\xa9\x46\x64\xc9\xc5\xc1\xa3\xc8\x22\x73\x70\x92\xd7\xb7\x7f\x3b\xae\xdb\xc0\x89\x7b\x5a\xc3\xa3\x17\x46\x6b\x11\xef\xf1\x0c\xc3\x36\xd3\xf7\x74\xd5\x69\x4e\x6e\x6e\xf8\xef\xa3\x46\x49\xc4\xc4\x3c\x31\x8a\x67\x16\xf1\x6f\x17\x33\xbd\x22\xc6\xfb\x3e\x93\x7d\x20\x05\x11\x6a\xcc\xd0\xef\x46\xa4\x23\xe3\x65\x43\xba\xc3\xc3\x78\x9c\x06\x62\xc0\x89\x91\x11\xa8\x35\x5a\x75\x32\xc1\x08\x2d\x00\x22\x95\x9f\xc4\x4a\x90\x92\x81\x61\x21\x3c\x38\x71\x19\xa6\xc1\x7d\xa3\xcd\x43\xfd\x89\xde\xf7\xe4\x9d\x79\xf6\xe2\xf1\x93\x97\xb7\xff\x57\xb8\xea\xc9\xa8\x66\x1d\x69\x52\x3e\xf2\xbe\xac\xd9\xb0\x82\x47\xab\xd5\x0d\xce\x46\x2e\x6e\xb6\xe9\x95\x13\x4f\x40\xe1\x02\x15\x13\x62\x62\x39\xee\x45\x29\xfd\x68\x02\xfe\x64\x77\xf1\xce\x2d\x7e\x40\x9e\xe8\xd5\x82\x75\xfc\x8f\xdb\xa6\x0d\x06\xa5\x69\xf3\x75\xb0\x37\x69\x58\x0e\x40\xb9\x3c\x34\xd7\x15\x9b\xb6\x11\xdf\xfd\x03\x46\x54\x36\xc8\x70\xed\x61\xd3\xbb\xea\x1d\xc6\x83\x57\x28\x06\xdd\xfe\xa3\x41\x23\xe6\x72\x81\x6e\xd3\xa4\x55\xb8\x59\x7d\x2f\x7f\xe2\x85\xc2\xe5\x58\xac\x9d\xd1\xfd\xc0\x96\xc2\xc4\x42\xf3\xb9\x3b\x98\xa6\xd8\xc2\xed\xe5\x56\xf7\x06\x44\xaf\xb2\x40\x3f\xc6\x7b\x8f\x50\x54\xba\x86\x03\x0f\x5b\x05\x20\x8f\x46\x4d\x62\x8c\xf1\x96\xd4\x9c\x64\xc5\x56\xc7\x22\x28\x05\x46\x79\x08\x47\x42\x9d\xe1\xe2\x39\xf2\x65\x6d\x51\xb9\x35\x3f\x00\xe9\xdf\x8d\x07\x80\x31\xcd\x3a\xb1\x07\x27\x89\x96\xa8\x24\xee\xe8\xda\xd4\x30\x14\x8a\x68\x62\xb5\x51\x18\x0e\xd6\x75\x0f\x17\x14\xa1\xe4\x63\x8a\x32\x4e\x54\x83\x3c\x11\xe6\x8b\x02\x17\x96\x14\x02\x77\x46\xd6\x52\x68\x3d\xb2\x92\x1f\x2d\x68\x78\xa4\x9f\xff\x8a\x82\xaf\x33\x44\xa0\xcf\x14\x36\xc4\x9f\x2d\x97\x8c\xb6\x6c\xec\x6f\xc2\x13\xed\xd8\x41\xdf\x6f\x36\xbb\xd1\xa5\xdb\x8a\x2d\x8a\x89\x93\x10\xfe\x31\x25\x11\x90\xb0\x3a\x2c\xc5\x28\xfc\xd5\xb7\x15\x87\xe2\xb3\x9a\x1d\x7d\xbc\xab\x5d\x83\x7e\xa8\x3e\x18\xb9\xb6\xc2\x08\x6b\x1c\x3f\x21\xec\xd2\x43\x2e\x80\xa6\xc0\x55\x68\xa1\x29\xf8\x17\x08\x8f\x16\xe4\x4d\xd0\x10\xa3\x40\xd6\x5a\xe1\x3b\x0b\xe8\x83\xfe\x86\x95\x39\xde\x5b\xf9\x39\x59\x1b\x43\x78\x6a\xae\x2c\xc0\xe8\x61\xb1\x06\xd9\xbe\x5f\x3d\xe5\x3c\x08\x44\xed\x88\x70\x67\x66\xc8\x7d\x11\x07\x8c\x39\x9d\x17\xe2\x84\x95\x86\xd5\xdb\x94\x36\x8e\xdd\x4c\x93\x6d\x2b\xed\xa5\x19\x6a\xb5\x80\xac\xd8\x51\x43\x15\xf0\x12\xd1\x0f\x64\x72\x68\xec\xea\x7b\xb4\x33\x74\x49\x19\x6f\x43\x60\x8c\x2a\x47\x14\x05\xd0\x07\xe8\x0f\x39\xca\xb1\x5d\x2c\x32\x9d\xec\xd9\x01\xb8\x69\x59\x81\x63\xb5\xbd\x0a\x6d\x9d\x80\xe1\x30\x69\xfe\xa3\x65\x2f\x4d\xfc\x58\x3c\x40\xc1\xf7\xa1\x82\x02\xa7\xda\xe1\x95\x12\xd9\x8e\x7d\x9a\x80\x14\x24\xf0\x1f\x22\x77\x93\x33\x80\x41\xc1\x70\x8b\x3e\x56\x0d\x73\x85\x71\xee\x85\xc6\xe2\xe5\x23\x3a\xa6\x26\x92\x92\x97\xda\x36\xf1\xc4\xee\xa6\xd9\x46\x5c\xb1\x83\x86\x81\xf2\x7b\x55\xf4\x1b\x34\xfa\xa3\xa1\xe6\xc5\x06\xed\x26\x26\x98\x6a\x76\xe6\x5d\xe2\x27\xcc\x96\x38\xf4\x10\x05\xde\xd0\x90\x4f\xea\x6b\x47\x67\xc8\x89\xfd\x05\x36\x70\x7b\x25\xae\x8c\xed\xe5\x9a\x36\x94\x92\x2f\x64\xc6\x63\x83\xb6\x90\x0a\xad\xd6\x04\x6b\xbd\xb7\x05\x32\x30\xb0\xf3\x91\xdf\x6c\x4c\xb5\xa0\xe0\x7e\xb9\xbc\xdb\xd4\x93\xe0\xdd\x7f\xa9\xb9\x27\xee\x19\x2e\xf6\xc6\xa2\x16\x77\x40\x1f\xf9\x88\xba\x25\x2e\x49\x92\x57\x22\x0d\xb0\x8f\xf2\x4b\xc4\xdf\x93\x7b\x24\x99\xa4\x28\xed\x32\x4a\x8e\x24\xbc\xd8\xd4\x83\xbd\xf7\x88\x91\x41\xa9\xb8\x36\x4a\xc7\xec\x19\xfe\xc8\xce\x99\x00\x2c\x99\x42\x4f\x60\xb0\x84\x97\x4e\x03\x32\x1e\x53\x4c\x6a\x58\xf3\xbd\x0f\x4c\xf5\xe1\xa8\xe7\x9f\x7c\xfd\xf4\x02\xb5\x05\x30\x70\x1f\x6a\x1f\x87\x27\x73\x40\xdf\xd2\xf7\x22\x3a\x53\xe6\x14\x9b\x0a\x76\x29\x8f\x2a\x17\x45\x48\x97\x61\x0d\xb6\x03\x42\x91\x6f\x28\x04\x32\xa0\x73\x61\x12\xf7\x4a\x45\x3e\x7a\xa1\x3d\x8a\xa9\x41\xec\x24\x09\x63\x8e\xe3\xa8\xb5\x65\xb1\x8b\x3f\xf3\x3b\x98\x58\xc4\xe5\x4c\xd2\xc5\x23\xc4\x42\xae\x1e\x40\x14\x2a\xbd\x8c\xaf\x23\x0a\x65\x05\x42\x79\x39\x9a\x27\xc7\x54\x69\x5e\x91\xfc\xe6\xc1\x43\x8a\x0a\x0b\x18\x26\xb0\x9d\xc8\xd1\x1d\x6e\xd6\x68\xaf\x01\x26\x0e\x45\x83\x50\xe0\x19\x5e\xfa\x50\xb6\x11\xac\xf8\x17\x9d\xe1\x8e\x12\xf9\xff\x1f\xff\xef\xff\x77\x7c\x8a\x4b\x70\xda\x77\x35\xfc\x25\x7a\x3d\x6d\x10\xb7\x43\x5a\x89\xf9\x62\x10\x20\x89\xbc\x44\xf6\xda\x96\xa9\x4c\xc7\x74\x47\x89\x0e\x8a\x9a\x48\x72\x98\x40\xdb\xce\x1b\x85\x89\x10\xad\xbe\xd2\x5f\x94\x56\x05\x29\xce\x02\x05\x7a\x42\x35\x15\xe6\xcb\xe8\x86\x85\x6b\x66\xfb\x7a\x8d\x76\x67\xbb\xc2\x8c\x1b\x05\x9c\x90\x03\x3a\x75\x33\xaa\xf6\x57\x95\x93\x6b\xa6\x66\x45\x6a\x7e\xa8\xe2\xc8\x07\xba\x9a\xd1\x3b\xcf\x80\x74\x7c\xda\x45\x1e\xc9\xe9\xc2\x37\x28\x90\x7b\x3f\x54\x0a\xc8\x5a\x1c\x06\x74\xb8\x43\xfc\xe1\xfe\xce\xe0\xf7\x68\xc7\x18\xbf\x50\x7f\x37\xd5\x04\x75\x0f\xe3\xa5\x94\x07\x13\xc7\x9f\xb5\x5a\xe4\xe7\x17\xfb\x9d\x5f\xb7\x35\xd2\x55\xbc\x33\x7a\x74\xf9\xfe\x68\xb1\x20\xcf\xe0\x53\xf6\x05\x5e\x24\xb7\xe8\x02\x68\x3a\x50\x20\xf8\xcf\xe2\xb2\x42\x1e\x47\xdd\x0c\x30\xa3\x43\x6f\x76\xab\xaf\xa0\x14\x09\x85\xb8\x1a\x20\x7b\x69\x76\xd2\x06\x88\xab\x5f\xca\x1f\x0b\x28\x75\xab\x0b\xf8\x8f\x66\x73\x79\x4a\xff\x50\xde\x17\xc9\xf7\xf2\x52\xf3\xbd\xd4\x66\x63\xd1\xc4\xd1\xa3\xf4\xda\x1b\x07\x07\xa4\x86\x0f\xb0\x41\x18\x2b\xa3\x7f\x2e\xc4\xb1\x72\x75\x2a\x0e\x96\x70\xfb\x58\xe3\x00\x86\xd2\x1d\xa1\x39\x9b\x0c\xa4\x9d\x79\xb3\x7a\x69\xde\xf0\x0f\xd8\x5f\x4a\x07\xf4\x0d\xfc\x8b\xab\xb4\x6d\xb9\x9c\x82\x6a\x10\x12\x63\x6a\x3a\x85\x26\x89\x83\x4e\x08\xf0\x63\xaf\x23\x01\x84\x3f\xa3\x13\x73\x8d\x6c\x27\x2f\xbe\xf2\x50\x70\xbe\xd0\xd7\x1e\xc4\x72\x98\x3c\xba\x3e\x08\x4b\x8d\xdb\x49\x01\x04\x0b\x5b\xa2\xdf\xc4\x92\xd2\x01\x55\xb5\xf8\x93\xaa\x2f\xa7\x7c\x64\x7b\x1f\x7f\x7f\xc2\x0e\xe1\x19\x04\xfe\x23\xdf\x4b\x36\x5e\xa6\xdf\x0f\x9d\xa5\x69\xb1\xf9\xc9\xa1\x18\xa2\x62\xa7\xe7\xcb\x71\x95\x04\x7c\x6b\x1a\xf2\x1d\xc1\x56\xd1\xc5\x1a\xef\x09\x6a\x1e\xf6\x6a\x1f\x38\x5d\x9b\xf4\x15\xb1\x46\x5e\xb6\xc7\xeb\x8a\x03\xae\x80\x2f\x6d\xd2\xe1\xd2\x01\x8b\xc7\x6c\xa3\x95\x53\xc8\xfd\x00\xa7\x62\x63\xd7\x30\x08\xa3\x4c\xdd\xf7\x91\x4f\x0c\xf9\xaf\x52\x24\x90\xa2\x9d\xa4\xf0\x69\x11\xcb\xf7\x62\x86\xd4\xbc\x16\x59\xe3\x44\x42\x37\xf6\x12\x99\x69\x2c\x8a\x5b\xbe\x44\xbe\x46\xe9\xe7\xe8\x3c\xf9\x44\x3c\xb2\x04\xa3\x2d\x53\x9d\x41\x98\x63\xac\xb0\x98\x9a\x24\xaa\x35\xd7\x6f\xba\xaa\x57\xcd\x58\x3c\x1a\xf6\x21\xf3\xf6\x40\xf2\xdc\xc5\x7c\x63\xa2\x71\xe7\xc1\x52\x58\xc4\x07\xcd\x9b\x5d\x33\x68\x84\x5e\x6d\x27\x18\x4b\x4c\x0b\xeb\x0c\x72\x73\x94\xa2\x2a\x32\x44\x14\x34\x23\x08\xbb\xb7\x95\x78\x09\x71\x1b\x18\xff\x16\xf5\xe4\xa5\xe9\xd5\x19\xe9\xd8\xbc\xda\x1e\x09\xf2\x01\x43\x03\x8f\x0a\x73\xb0\x18\xc1\x23\xae\xe0\xc2\x2e\xa1\x6b\x9d\x5e\x2d\x9f\x2c\x8b\x33\x8e\x24\x60\xd2\x1f\xd5\x85\x7b\xd8\x67\xfe\x80\x6a\xc2\x3f\x03\xbb\x70\x68\x93\x26\x36\x66\xfb\x1a\xb8\x9b\xad\xf5\xa3\x83\xcb\xab\x1d\x22\x9c\xdf\xda\x7a\x4d\x0e\x49\xab\xad\x3a\x22\xe8\x47\xa2\x2b\xfe\xf8\x3c\x01\x71\x95\xd3\x18\xe8\x42\x2b\x20\x6a\x9d\x7b\x10\xc2\x22\xeb\x04\xac\xe8\x27\x9f\xeb\x42\x3c\xfa\x38\x82\x4c\x81\x3e\x0e\xc7\x1d\x8d\xf3\x91\xd7\x40\xfc\x51\xdc\x72\x14\x9d\xe2\x4f\x32\xc8\x3d\xbb\x95\x8b\xaa\x8c\x7b\xe0\x10\xae\xe8\xf6\x23\x3c\x6c\x4a\x0c\x4c\x92\x84\x1b\x75\xb4\x6d\xd2\x12\xb2\x2f\xdb\xbe\xbe\x01\xea\xc6\x98\x2c\x07\x90\xa7\x2f\x7c\x98\x18\x98\x1a\xf5\x7e\x57\x4d\x92\xf2\x98\x5c\x7a\x8c\x93\xbf\x47\x31\x3f\xa2\x53\x0a\x9d\x85\x5b\x54\xda\x87\xfb\xd3\x32\xaf\xca\xa0\x74\x8d\xf2\xb7\xa0\x92\xa2\x2d\xb7\x62\x6e\x81\xd1\x16\xc4\xf3\x50\xbd\x43\x94\x32\x6c\x19\x53\x58\xf5\x8b\x23\x5f\x1f\xe2\x0b\x62\xef\x7d\x10\x57\x62\xdc\xcd\x7d\x52\x72\x94\x16\x22\xb9\xb1\x72\xeb\xfa\xa4\x3f\x72\x92\xa6\xd3\x2b\x71\x23\x7a\x73\xd6\x28\x49\xdf\xf0\xe5\xaf\x37\x24\x1f\xc1\xc8\x9c\xd4\x8c\xe8\x8f\x6f\x87\x77\x08\x6e\x31\xbc\xfc\x8d\xde\x10\x6c\x74\x65\xb9\x26\xa4\xdc\x39\x98\x4a\xd8\x52\xef\x21\xc2\x63\xf4\x67\xe9\xae\x9e\xfc\xb4\xa9\x23\xdf\x6f\xe4\x6f\x42\xfd\x89\xd1\x81\x9b\x8b\x78\x96\xbb\x1b\x26\xea\x8b\x19\x02\x80\x5f\x03\x66\x6b\x07\xbc\x85\x2c\x49\xd6\x7c\x1c\x96\x4c\x76\x3a\x24\xbf\x4d\xea\xdb\x2b\x02\xf9\x7b\x7a\xe4\xa3\x5c\xae\xdf\x5c\x45\xfd\x53\x04\x92\x5a\x03\xa3\xad\x84\x63\x0e\xc4\x15\x30\xa6\x8c\xcd\xa7\x42\x6d\x30\x7c\x92\xaf\x81\xe5\xdd\xca\xa7\x28\x2c\x8a\xac\xa0\x84\xc1\x48\xcc\x98\x1f\xe7\x4e\xe0\xff\x15\xed\x03\xe9\xb2\x4a\x6f\xbc\xbe\x3d\x3b\x07\xae\xdd\x74\x96\x7d\x32\x3b\x32\x3d\xba\x40\x9a\xd2\x79\x67\x28\xf7\x5d\xc0\x06\xa4\xf5\x74\x14\x7e\x03\xfe\xc1\x7e\x09\x4d\x44\x1a\x81\x21\xd2\xc1\x6e\x16\x7b\x85\x15\xfb\x56\x32\x42\xe8\x58\x28\xb5\x4f\xbb\x16\x47\x24\x42\xdc\x6f\xda\x01\xaf\x74\x0c\x57\xc0\x4c\x51\xc4\x44\xe3\xea\x7a\x3a\x18\xa3\x02\x89\x4b\x11\xd1\x75\xc3\x06\x90\x32\xa2\xa8\x98\xb7\x60\x13\x09\x60\xe1\x60\x8b\x97\x34\xf5\xee\x19\x2b\x97\x75\xcf\x57\x2a\x03\x90\x50\xae\x4c\x8e\x77\x80\x88\x47\x10\x37\x84\x0d\xe3\x50\x52\x4e\x2d\xaa\xb8\x50\x76\x75\x99\xb3\xad\x5a\x9e\xc7\x5a\xfb\xc0\x21\x05\xb8\x44\x23\x1c\xb9\xb6\x75\xbe\x0c\xd5\x08\x70\xa3\x9d\xa0\xf6\xc0\x17\xee\xb3\x18\x23\xff\x81\xae\x98\xc7\xa6\x37\xbe\x84\xe3\xe8\x9f\xe1\xe1\x39\x69\x7a\x64\xff\xf5\x0b\x90\x4e\xfd\xa2\x36\x50\x0d\x34\xc7\x84\xa0\x44\x44\xe9\x77\x54\xba\x1c\x71\xee\xd1\x37\x3c\xe6\xf8\x79\x75\x8e\xb9\x43\x04\x22\x06\xd8\x02\xfb\xde\xad\xa5\x89\x6f\x41\x66\x47\x2e\x6f\xaa\x25\x2f\x0e\x04\x69\x20\xeb\x28\x40\x60\x67\xfb\x29\x28\xee\x2d\x00\x4a\x87\x93\xb0\x2d\x70\x2a\xeb\x89\x5e\x25\xe1\x8d\x4b\xdb\x6d\x1d\x06\xcb\x4e\x40\x5f\xda\xed\x15\x65\x35\x8c\xc0\xe1\xba\xc4\xb4\xa8\x18\x13\x87\xa1\x37\x8e\x12\xcb\x8e\xc7\xe9\xc1\x64\x98\xdd\x0c\x34\x1a\xb3\x15\x94\x74\x55\xa6\xef\xaa\x0d\xd9\x4f\x14\x8c\xaf\x5e\x91\x57\xf3\x1d\x94\x2d\x22\x97\xbc\x89\x3d\xe2\xcf\x6b\xe0\xeb\xb7\x36\x49\xd7\x10\xa0\xf1\xcc\x25\x3d\x49\x93\xdc\x5f\xde\x26\xb7\xe7\x55\xd8\x4b\x49\xc9\x82\x5a\xda\xdd\x40\xf7\x7a\x9c\xcf\xd1\x63\x03\x7a\x14\xfd\x72\xcc\xf1\xa5\x65\x40\x8e\xbc\x35\x74\xe5\xe2\x65\x50\xbd\x6d\x68\x81\xbc\xf1\x13\x77\xbe\x6d\x4d\x01\x12\x00\x75\x2f\x99\xff\xbd\xc2\x6c\xab\xbd\x70\xdd\x21\x6d\x0d\x6a\xa8\x1c\x8b\xfc\x7e\x8c\xf1\xb0\x42\x10\xf2\xcc\xe8\xa6\x34\xe9\x93\xb3\x9d\x6b\x60\x70\x98\x31\x57\x85\xa8\xdf\x54\x55\x49\x71\x90\x31\x33\x42\x4c\x3b\x10\x91\xdf\xd2\x7a\x43\x43\x20\x84\xd2\x38\x1d\x8f\xde\x6c\x56\xf7\x4b\x39\x11\x1e\x03\xf0\x30\xe8\x27\x41\x7f\xfd\x26\xfa\x04\xc6\x8e\x27\x19\x5e\xc4\x1f\x91\x41\x20\xbb\x40\xef\xef\x19\x9d\x5f\x64\x2f\xc8\xab\xde\x41\x24\x72\x88\x51\x07\x81\x0a\xc4\x06\x89\xac\xba\x3f\x67\x27\x7a\xc4\x26\x20\x76\x15\x40\x44\xed\x23\x39\xe2\x23\x29\x0a\xa9\xb4\x86\xd7\xf7\x4e\x94\x2f\x31\x8f\x8b\x28\x4f\x7c\x96\x47\xfe\x3d\x09\xed\x24\xdf\x32\xec\x32\x08\x6e\xd1\x28\x31\x9f\x17\x31\x33\x53\xd5\xf8\xcc\x96\xe8\x7d\x8d\xb5\xf0\xd4\x96\x6d\xf0\xa3\x98\xaa\x82\xbc\x09\xac\x10\xb2\x72\x58\xe5\x19\x5a\x24\x60\xc1\x7c\x22\xd3\xac\x8e\xa3\xa8\xef\xae\x04\xce\x72\x6a\x09\xf0\xf3\x92\x90\xb4\x4f\x6e\x9f\x7c\x92\x04\x87\x24\x48\xe1\x0c\xdd\x5f\x93\x60\xdc\x84\x88\x58\x71\xa3\xe2\x50\xec\x3d\xe5\x27\x6b\xa3\x56\xc9\x57\x26\x87\x9d\xdf\x52\x1b\x99\x20\xbc\x53\xd1\xd7\x8b\xba\xde\x52\x12\xad\x3b\x3b\xf3\xf0\xd4\xdb\xb8\x02\x1e\x38\xda\xa3\xd5\xfd\x1f\x3e\x7d\xe5\xd8\x1d\x8c\x73\xaf\xe1\x4e\x05\xdf\xba\x1f\x7e\xf7\x0a\x78\xd0\xfb\x3f\xfc\xfe\x15\xa5\x16\x1e\xd5\x5f\x5f\x9a\xd7\x76\xba\x11\xaa\xab\x15\x48\x95\xd4\x0e\x6e\x75\x82\x86\xad\x0a\xb3\x52\xe9\x9d\xf0\xb6\x5f\x9d\xb1\x7b\x67\x9b\xd2\x03\xa2\xe4\x27\x63\x72\x50\xca\xa7\xaf\x52\x72\xd0\x0c\xfb\xb5\xcc\xdb\x21\xb5\xe0\x59\x4b\x1e\x1a\xad\xcf\xdf\xd1\x7c\xd2\xaf\x7e\xf4\xeb\x12\x26\xfc\x2f\xc8\x72\xdf\xa7\xb9\xfe\xa8\x95\xd4\xcb\x9e\xeb\xfa\xb4\x89\x17\x98\xd4\x05\x06\x67\xdf\x71\xa4\xa1\xb8\x80\x88\xe7\x84\x17\x32\x75\x0c\x5f\xf8\x71\xb6\xde\x75\xef\x84\x02\xba\x48\x0a\xb9\x22\xf7\x72\x91\x22\x96\x29\xf9\xa3\x1f\x3c\xdd\x2e\xfd\xa2\x63\x62\x88\x53\x9e\x0f\x65\x12\x4c\x80\x3b\x4b\x2b\xca\x50\x2f\xad\xd9\x74\x55\xfe\x6d\xb6\xa5\x2e\x05\x97\x2b\x59\x11\x4c\x01\xb3\x0d\xc2\xd5\x15\x6a\x8d\xd7\x21\x2c\x6f\x55\x22\x36\x01\x9a\xdc\xf3\x2b\x4d\xbf\x1e\x11\x9a\x24\xeb\xcd\x23\x92\x56\xb0\x7b\x42\xa9\xdf\xdc\x8c\xa8\x23\x00\x8a\x37\x5b\x03\x40\x29\xf6\x92\xbc\x45\x45\x05\x28\x9a\x80\xdf\xd6\x3a\x88\x35\x98\x37\x9f\xf9\x66\xdf\xa3\xa6\x6f\x6a\x29\x55\x2f\xfd\x5d\x86\xef\xec\x50\x72\x16\xdb\x2b\xf5\x93\xa6\xdc\xd3\xa0\x7b\xd2\x33\x24\x2e\xae\x5f\x51\xd2\x34\x4a\x02\x13\xe4\x40\x8c\x3b\xac\xd0\xe7\x9d\x1c\x6d\xd8\xf1\x05\x33\xa4\xa9\xe3\xb3\xb4\x4e\x6a\x4a\xd6\x97\xfa\xb1\x66\x7a\x0a\x1d\x87\xb9\x06\x96\x97\x52\x8c\x65\x37\x7f\x92\x5d\x61\x9a\x0b\x83\xf9\xd3\xc4\xbb\xbb\x40\xd0\xe7\x07\x4e\xe7\x0c\x83\x11\xf0\x94\xce\x70\xf0\xeb\xcd\x18\x65\x86\x9e\x98\x17\x7f\x48\xf5\x5d\xe9\xb7\x24\x75\x45\xc8\x5c\x3a\x39\xdc\x29\xe7\xb3\xf7\xc1\x8a\x1b\x92\xa8\xda\x12\x66\x03\x35\x91\x7d\xd5\x91\x5f\x15\xf2\x43\x7a\x09\x87\x69\x92\x1d\xbc\x26\x15\x55\x85\x52\xf9\x1e\x44\x3a\xbc\x08\x97\xc5\x1f\x07\x4a\x63\xa2\xbe\xc7\xe2\xab\x34\x3d\x82\xe0\x55\xe9\xbb\xbe\xc3\xe7\x35\xa2\x9f\x1e\x9f\x84\x86\x46\xbf\xc3\xfd\x69\xfa\xde\x6c\xaf\xf0\xdc\x07\xc6\xed\x47\x51\x53\x78\xed\x04\xe2\x6c\x21\xc9\xb6\xc8\x0b\x19\x78\xd9\x1f\x27\x5a\xd0\x1c\x80\x69\x0b\xc8\xf7\x1a\x6e\xe4\xc7\x05\x9b\x78\x82\xd0\x18\xdb\x7a\xe4\x1b\xba\x4d\x9a\xce\x7a\x55\xeb\x29\xfd\x4e\x54\xad\x93\x80\xbc\x57\x1e\x9a\xbc\xfb\xe0\x86\x55\xeb\x53\xa1\x16\xd1\x58\x37\xc8\x0e\xf9\x89\xaa\x24\x6d\x1b\xb3\x97\xae\xf0\x3f\x79\x9f\xfc\xef\x6a\x2b\xdd\xc9\xe7\xc4\x2c\x96\x99\xc3\x74\xea\x2d\xfa\x23\x0c\x35\x6c\xca\x73\x54\xd2\xd9\x86\x92\xcf\x91\xbb\x81\x42\xf4\x57\xc8\x3f\xf5\xad\xef\xe6\xb9\x5e\x2b\xe4\xe1\xed\x73\x5a\xd1\x44\xe1\x7e\xe6\x34\xe2\xa2\x7d\xc5\xd1\x62\x08\x4e\x71\x65\x4d\xa9\x39\xcd\xaa\xdd\x40\xd6\x6d\xee\x01\xc3\x9f\xe3\x37\x16\x56\x3f\xfe\xc1\x2b\x7b\x52\xe5\xa9\xd3\xa4\x67\xa4\x51\xa2\x05\xa5\x34\xe1\x9f\xc5\x7c\x05\x90\xd5\x4f\xa8\xe1\x4f\x90\xb9\x28\x85\xc4\xfe\x0b\xfd\x60\x42\x2b\x8b\x17\x0b\x9b\x13\x3b\x4f\x74\x89\xb7\xf1\x4f\x72\x42\xb6\x98\xde\x12\x7b\x28\x55\x03\x82\x87\xed\x73\xb4\x51\x2a\x21\xa7\xbf\xe9\x4a\x91\xd2\xdf\xfb\x52\x69\x77\x6f\xbb\x9d\x72\x1a\xdc\x3c\xb5\x0c\x57\xc8\x3f\xdd\x32\xd4\xfc\xd7\x57\x8a\x88\x70\x68\xd6\x4a\xac\x89\xc2\x9c\xc6\x94\x3b\x01\x4a\xb5\x3d\xe1\x0b\x2b\xa0\x4e\x54\x53\xa4\x51\x97\x0a\x22\x17\x3b\x60\x04\xcd\x25\x4a\xf6\x40\x57\xba\xa8\xc1\xe3\x25\x15\xed\xb8\x66\x53\x37\xa9\x43\x68\x41\xcd\x2c\x93\xf5\x01\x06\x13\xfe\xc1\x06\x99\x81\x8d\x70\x45\x00\x5e\x70\x35\x31\x87\x25\xbd\x11\xbf\x48\x9e\xab\xb9\xcd\x88\x5b\x01\x7e\x19\xad\x77\xe4\x1a\xfc\x98\xfc\xb9\x26\x1b\xe9\x0c\xc5\xb9\x6c\x3a\x01\xe1\xfc\x0b\xff\x4e\x46\x1f\x3f\xf6\x10\x93\xc5\x36\x46\x76\xa2\xe3\x7e\x2a\x07\xe4\xc0\x6e\x5f\xa3\x2a\xf7\xc4\x27\x3a\xf0\xa0\xc8\xef\xd5\x68\x8d\xe5\xf0\x7b\x1f\xea\x01\x44\x7b\x87\xba\xd6\xc4\x36\x0e\x8c\xbd\xaa\x1e\xfc\xa3\x1a\x08\x4c\x69\x34\x91\x88\x7a\x62\x61\x9a\x35\xf9\xb8\xd1\xf2\x30\x86\x4d\xac\xd5\x99\xee\x8c\x5a\x04\xfc\x82\x65\x09\x6b\xa3\x76\xc9\xdd\xe8\xfd\x4d\xeb\x0a\xa6\x16\x87\xb9\xf6\x01\x02\xce\xb1\x70\xa9\xb4\x1e\x6e\xbe\xcb\xf1\x8b\x1b\xd8\x2c\x53\x1c\x1e\xc7\xde\xc0\xfd\x55\x4b\xcb\x6c\xa2\x73\x6d\x4d\x6a\x6d\x37\xee\x81\x5b\x4d\xa8\xcf\x79\x0b\xe3\x84\x8b\x3f\xc5\x4e\xfc\x63\x82\x48\xd0\x41\x18\x1a\x39\xd3\xd4\x8e\x68\xb2\x7f\xcc\x3d\x60\x66\xb1\x5f\xf8\x60\x25\x9d\x91\xa6\x1b\x58\xc8\xf8\xb9\x19\x95\x81\x1e\xfc\xcb\xfd\xf2\x21\x39\xe5\xd1\xa5\x3d\xf2\x5a\xf4\x39\x6e\xb2\x80\x41\x3f\x17\xab\xb8\xe6\x70\x20\x28\x0d\x4b\xc8\x07\x1e\xc3\x1f\x17\x91\x53\x43\xb8\x1b\x83\xf6\x31\xfa\x3a\x56\xaf\xc4\x1e\x11\x93\x3a\x96\x31\x40\xa9\xf2\x16\xa6\x0c\x89\xbb\x6e\xd7\xe5\x00\x58\x86\x54\xfa\x9c\x8e\x85\x79\xd7\xe6\xbd\x7b\xa1\x23\x6f\x55\xa5\x9a\x74\x2e\xa8\x97\xc7\x9b\x08\xb3\xc2\xa1\x75\x0e\xb9\x20\xd5\x85\xef\x7c\xcc\x07\xb9\xbe\x7b\xd6\x69\x99\xb4\x1d\xdf\x1a\x93\x6b\xc2\xfc\xec\xc5\xed\xaf\xfd\x50\x27\xc3\x1d\xf9\xd4\xc6\xdf\x74\xa2\x67\x38\xc9\xe2\x81\x1a\x41\x1f\xa6\xf3\xb2\xa6\x13\x35\x6b\x5c\xee\x13\x15\x4b\x23\x6b\x7e\x05\x00\x7d\x8e\xe8\x31\x00\xef\x1b\x86\x2f\x04\xb0\x97\x33\x25\x2c\xa6\x38\x1c\x49\x51\x65\xea\x1d\x3f\x79\x55\x7c\x6c\xe0\xff\x8e\xf7\xfb\xe3\xb2\xfc\x78\x62\xea\x51\xc4\x01\x2d\x5e\x88\xfa\xf2\xa1\xda\x39\xd1\x8d\xda\x88\xf8\xea\xe9\xd5\x23\x57\x8c\xb0\x49\x8f\xd9\x8a\x04\x7c\x9b\xcf\x4d\xd2\xf2\x53\x0e\xa1\xfa\x11\x86\x1d\x55\x84\xf6\x1c\xf3\x20\x41\xcb\x94\x54\x46\x13\x3d\x0e\x2e\xdf\xc8\x4c\x4c\x89\x3e\x09\x1f\xff\x0c\xff\x21\xbd\xeb\x5d\x23\xf5\x8b\xe1\xf5\x72\x21\x0c\x4e\xee\xcd\xd9\xd5\x98\x16\x02\x26\x7b\x9b\x96\x01\x88\xe6\x86\x9e\x2b\x1f\x5f\x22\xf9\xd2\x29\xc6\x22\xb9\xa1\x30\x5c\x93\x84\x03\xa3\x1a\x3a\xf5\x90\x25\xa9\xc0\x27\x88\x54\xf5\xf3\x9f\x26\x85\x83\xa9\x81\xe9\x52\x04\xa3\xc2\x4c\x18\xf1\xe2\x4d\xf5\xba\x5a\xfd\x1b\xfc\x87\xfe\x5a\xbe\xb1\x35\x6a\x33\xe2\x24\x81\x6d\x81\x5f\x3e\x4a\xbe\xf3\xcc\xb1\x1a\xe7\x40\xaa\x07\x54\x02\x63\x4a\x30\xb1\x7f\xee\x10\x33\x30\xc1\x37\x25\xae\xd9\x0e\xa2\x68\x68\x39\xfb\x44\xd7\xfe\x64\x59\xd8\xf7\xda\x68\x94\x93\xba\xe6\xf6\xe7\x63\xa2\x7d\xf5\x15\xa6\x5f\xa7\x1e\x05\xd3\x2f\xab\xce\x61\x66\xc4\x9d\x9e\xf7\xe8\x2d\x2e\xb9\x81\x19\x3e\x79\xbc\x8e\x4a\x84\xf5\xa6\x0f\xca\x78\x27\x55\x38\x8f\x80\x6f\x99\x04\x99\x04\x40\x3d\xc7\x53\x2f\x0a\x4c\xf0\xc0\x56\x55\x56\x2f\xa8\x0e\x88\x2d\xae\x1c\x01\xa9\x5a\x3f\xde\xf0\x40\x4a\x64\x72\x94\x02\x9c\xba\x66\x69\x3c\xed\x96\xbc\xaf\xa5\x4f\xb2\x51\xdc\x77\x64\x4d\x66\x0d\x47\xe0\x3c\x80\x54\x13\x3c\x9d\x02\x6c\x6d\xbd\x19\xfa\x1e\x51\x99\x85\xe6\x64\x92\xfa\xed\xf9\xc4\x2c\x39\x50\x28\x6e\x40\x70\x7b\x16\x0e\xe3\xfb\xb7\x76\xfd\x29\x3b\xec\x72\xbc\x06\x7c\xe0\xfd\x91\xe1\x31\x8f\x8c\x52\x9e\xb0\xc8\x49\x78\x78\x92\x93\x6c\x19\xf6\x30\xb7\x46\x27\x57\x71\x68\x1c\xf0\x0b\xab\x48\xc0\x47\x1c\x54\xeb\x5b\x72\x8a\x0e\x2e\x5a\x56\x56\xd4\x06\xaf\xf6\x74\xa3\x30\x5d\xf6\xec\xab\x76\xfa\x61\xc9\xaf\xd5\x00\xc1\x39\xe4\x5f\xa2\x14\xdf\xc4\xf4\xf3\x0f\xbe\x69\xa6\x81\x96\x14\x83\xb3\x3a\x49\xf2\x49\xce\x80\x92\x27\x18\x61\x5f\x15\xbd\xbe\x97\x01\xe1\xe2\x61\x50\x46\x0f\x03\x9f\x83\x19\x1a\x32\x42\xc1\x32\x3c\x6d\xd4\x1c\x15\x60\xaf\xda\xf6\xb5\x5b\xfd\x9b\xdd\xd0\x1f\xa1\x7c\x57\xf5\xfc\xe9\x1b\xfc\xaf\xbc\x15\x15\x3e\x83\x94\x59\x6d\xe7\x5f\x0d\xdc\xdc\xfe\x0c\xdf\x4d\xd4\x9e\xf8\x35\xfb\x1a\xba\x9c\x21\x28\x22\xc0\x62\x2c\x82\x3e\x99\x78\xee\x03\x11\xe4\x15\x88\x71\x93\x08\x8d\xef\x2d\x08\x13\x8f\x99\x3b\xd2\xe8\x85\x10\x4e\x11\x58\x7e\x60\xc2\x88\x1b\x4e\x58\x7e\xc1\x8f\x8c\xe1\x37\xd0\x32\x66\x2c\x28\x85\x7d\x26\x9b\x10\xe6\x45\x5e\x46\x43\xd6\x5c\x3e\xfa\xd8\x41\xf8\x24\x1e\x0e\x7e\xe6\xd3\xc9\x60\x52\xcc\xe2\x24\x21\xc8\x67\xa6\xc9\x76\x7a\xe3\x75\x15\x49\xdc\x54\x9a\x6c\x67\xc2\x5d\xc3\x37\x6d\xca\x6b\xbc\x80\xcb\xf9\xbd\x33\xd7\xd4\x7e\x19\xef\x1e\x1e\x29\xbe\x0e\x42\x7a\x1c\x47\xea\x02\x7f\x38\xa3\x09\xa3\x9e\x1b\x6d\x03\xf8\xc6\x13\x5d\x3d\x64\x98\xa4\x13\xdc\x50\x42\xe5\x14\xd6\xbe\x9d\x86\x95\xf2\x00\x9c\x00\xfa\x67\xaf\xa4\x14\x15\x95\xe9\x38\x46\xe0\x22\x3f\xb9\xe4\x19\x13\x7e\x28\xa8\xb3\xe4\xd1\xa4\xd1\x46\x92\xb3\x08\x9b\x47\x03\x28\x1b\x83\x1b\xd2\x7c\x45\x6b\xc9\xd7\x79\xbe\x2e\x54\x8a\x19\xda\xf0\xe9\xc7\x99\x55\x21\x98\xb5\xc0\xf0\x94\xdb\xb4\x22\xaf\x54\x3b\xb3\x52\x13\xf5\xd3\xda\x0c\x19\x55\x97\x0f\xb4\x0c\x19\xb7\x0a\x1b\x28\xcf\x87\x7d\x60\x1b\xdc\xbb\xeb\x6f\x6a\xf2\x76\xae\x38\xb4\x49\x23\x5c\x26\x1b\xf9\xec\xce\x56\x50\x61\x09\xb2\xfa\x76\xf5\x5c\x33\xbf\xde\x0d\x4e\x09\x65\xb5\xce\x49\x9c\x31\xf6\xae\x09\xc7\xcf\xcf\x90\x80\x28\xe1\x3a\x20\x94\x19\x74\x1a\xe5\x38\x21\xb2\x21\xd1\x0d\xf6\x67\x4c\x76\xf5\x97\xe2\xcf\x78\x92\xe0\x1f\x60\x94\xec\xdb\xbf\xa8\x02\x28\x09\xeb\x69\xa3\xa7\x86\x6e\x7f\x6d\x4a\xb8\x2d\xfd\x8a\x20\x31\x21\x61\x52\x08\xd1\xcc\xb9\x24\xe9\x36\x47\xa5\xc4\x15\xde\x47\xa8\xeb\xfb\x5e\xde\x74\x8c\xa7\x56\x73\x42\x44\x87\xb6\x34\xe4\x48\xf7\x0e\xed\xde\xff\x67\xcb\xd7\x28\x88\x9f\xe8\xd8\xe3\x61\xe8\x89\x59\xca\xef\x89\x8a\x1e\xc7\xe1\x52\x87\x96\x42\xa5\xd0\xd2\xdf\x36\x9c\x15\x83\x1f\x5b\x98\x88\xd7\x8b\x6f\xe3\xf8\xc6\xb7\x92\x17\x8b\x1e\x03\x93\xcb\x3a\xba\xa0\x50\x41\xd6\x8b\xa2\x8c\x7c\x9b\x59\x71\x10\xb5\x8e\xb7\x23\xbb\x72\xd5\xa3\x8a\xa3\x9d\xdc\xfa\x86\x38\xb3\x0f\xbf\xd8\x5b\x4c\x0c\x3a\x6a\x76\x49\xcf\x9e\x14\x26\x7a\xcb\xc5\xeb\x4e\x88\xe5\xeb\x31\xe1\xee\xb8\x73\x66\x87\x1c\xf0\x43\xc7\xdc\x42\xa4\x5d\xb8\x36\x55\x3e\x98\x2c\x0e\xe3\x3f\x3b\x32\x8d\xc2\x9e\x18\x98\x9a\x33\x43\x1c\xb6\xa8\x25\x33\x8e\x84\xa1\x39\x8b\x40\x9a\x67\xd1\x8f\x4f\x80\x2a\x4d\xf8\x13\x0d\x2e\x4d\xa2\x13\x9f\x37\x4a\x49\xb9\xba\x90\x3f\x80\xa3\x3c\x0b\x99\x2d\xc7\x80\x92\xa4\x21\x40\x8f\x57\x8b\x0f\x19\x61\x50\xfc\x02\x0c\x15\x93\xdb\x4d\x92\x53\x33\x92\x4c\x10\x5d\x91\xa0\x57\x3d\x07\x04\x66\x4f\x3e\x8d\xc7\x12\xef\x29\xe3\x15\x5d\xaf\xb0\xb1\x25\xf9\x67\x4a\x88\xbf\xa4\xba\xd5\x93\x71\xd9\x92\x58\x10\xa5\x9a\xc5\xb7\x71\xca\x01\x23\xd2\xe6\xfb\xf8\x5d\xda\x87\x97\xf2\x30\xad\x4f\x39\xd7\x95\xf8\xd5\xa6\x33\xd6\xe9\x4a\xb0\x59\xeb\x24\x3f\xad\x9b\xea\x1e\x89\xa0\xd8\xfe\x9e\x92\x80\xca\xd9\x75\x31\x85\x66\x9f\x69\x55\x35\x1f\x93\x60\x91\x3c\x4d\xea\xb1\xfc\xb3\x11\x63\x40\x26\xba\x13\x96\x09\xf8\x5d\x26\x98\xc8\xbf\x25\xb7\x71\x04\xa9\x6f\xab\x73\xf2\x95\xe0\x4f\x8b\x42\xc5\x40\x4f\xc8\x4a\x1b\x7c\xa3\x1f\x05\xb3\x3a\xc6\x2b\x99\xbb\x24\x8b\xc9\xee\xe2\xcd\x7d\x8a\x6b\x5b\xf9\x64\x02\x88\x76\x45\xfc\x70\x27\x71\x1e\x34\xff\xfb\x63\xfe\x27\x13\xbc\x55\x93\xcd\x95\xf2\xac\xca\xac\xce\xd6\x48\x0a\x37\x73\x6c\xb2\x2c\x9b\xe3\x18\xb3\x0c\x72\x6e\xed\x3a\x8e\x59\xce\x88\xca\x51\xc8\x26\x37\x5e\x3a\x79\xba\x89\xfd\x1e\x46\x43\x8a\x57\x2d\xa7\x72\x1f\x9e\x2b\x62\xbe\xd9\xdf\x4d\x50\xcf\x58\xb4\xcc\x32\x3c\xc0\xd6\xf4\x03\xbd\xfc\x98\xaf\x90\x04\x41\x93\x1e\x23\xa0\x0e\xc9\x2b\x47\x05\x47\x96\x1d\x25\x1e\x24\x85\x8d\x12\x80\x84\x77\x98\x28\xa4\x79\x7e\xbc\x14\x2b\x04\x6b\x71\x91\xa4\x28\xc0\x63\x8a\x3a\x0d\xd6\x7b\x21\x8b\x70\xc0\x00\x6b\x62\x2d\xcd\xe1\xf6\xef\xe8\x5f\xe5\x93\x61\xe4\x8d\xc7\xb8\x94\x52\xe1\x69\x3d\xce\x9c\x48\x11\x8c\xc4\x98\x73\x2f\x3c\x90\x3a\x81\x8e\x21\x81\xe3\x1c\x42\x7a\x7a\xc1\x2e\x0e\xcf\x95\x02\x45\x72\x97\x79\x4d\xbc\x27\x93\xfb\xaf\xc8\x4f\xda\x27\x24\xa6\x20\xf9\x89\xd6\xf4\xb6\x39\xa1\x44\x09\xe3\x1c\xe4\x94\x83\x5d\xef\x82\x3c\x53\x5b\x7c\x77\x45\x89\x47\x26\x13\x8e\x44\x92\x0e\x3e\x73\x12\xb9\x71\x9c\x44\x81\x47\x4c\x59\xa3\xad\x9f\xaf\x17\xa9\x1c\xf3\x4a\x59\x7a\xb9\x31\xf2\x24\xfd\xab\x0b\xc3\x84\x9c\xde\x76\x33\xfe\x09\x93\x23\x9c\xac\x17\x25\x98\x0a\xb1\xff\x7c\xf8\xf1\x54\x51\x4c\x84\x89\xb2\xea\x45\xda\x8a\x09\x07\xff\x09\xe4\x8d\xf5\x93\x71\xa6\x2e\x1d\x15\xab\x41\xe7\x96\x2e\x5f\x35\x4d\x90\x13\xcb\xd0\xe4\xf4\xce\x8f\xef\xc5\x5e\xc5\xc1\x0b\xde\xa7\xd5\x5d\x46\xd5\x28\xd7\x7f\x08\xcb\x47\x2b\xe9\x26\x5b\xf9\x17\xc9\xad\x39\x9b\x60\x93\xd4\xf2\x49\x26\xb5\x96\xb5\x7e\x7e\xe8\xcb\x44\x1e\x43\xa1\x84\x52\xc8\xf3\x83\x5c\x71\x0e\x79\xbe\x91\x25\x5b\xfc\xe8\xd1\x01\x1f\x27\x19\x6c\x75\x49\x8e\xc2\x3b\xba\x45\xec\x7c\xc3\xda\x9a\x08\xa1\x45\x7f\x93\xa9\x75\x44\x9c\x60\x05\x0e\xa7\x42\x06\xee\x49\x75\x3d\x21\xd5\xa0\x7f\xa9\x57\xa5\x35\x27\x59\x5f\x34\xb1\x67\x49\xb1\x9d\x64\xb7\xda\x92\xcd\xa9\x00\xf6\xb8\xe9\x29\x93\x12\x3a\xba\x6d\x09\x96\x93\x65\x15\x7f\x64\xc0\xf0\x25\x02\x0f\x2f\x29\x97\x98\x30\x87\x1f\x37\xb2\x7b\xca\x8a\x8f\x41\x2c\xb1\x21\xf0\xec\xc5\xf9\x85\x70\x22\xb8\x1b\x14\xbf\x06\x54\x8b\x1e\xfa\x0e\xf7\x1e\x90\x35\xcc\x70\xd1\x2d\x8b\x73\x53\x6d\x8c\x4f\xc6\xc1\x39\x09\xef\x0c\xc7\x29\x28\xe8\x1b\x36\x40\x57\x84\x53\x0c\x86\x4b\x9f\x8b\xc3\xc9\xd4\x4b\x7a\xb4\xda\x39\xa4\x66\x73\x89\xee\x74\xa9\x43\x02\x82\x1a\x0c\xc6\xb6\x02\x4e\x26\x06\xbc\x8e\x0f\x49\x26\x27\x25\xf4\xc1\xd8\xc1\xe5\xfd\x78\x9c\x27\x6f\x76\x08\x7a\xf4\xb4\xe3\xe9\x90\xce\xbc\xfe\x92\x9e\x11\x05\x58\x34\x4e\xdc\x50\x28\x19\xf4\xcc\x1e\xdf\x30\x8d\xf7\xc0\x0b\x0d\xd2\x07\xb9\x8c\x8e\x9c\x26\x71\x6d\xc5\x21\x9d\xc2\xdb\x2f\x4d\xed\x54\xb6\xe0\x20\x5e\x58\x0d\x97\xab\xc4\x88\xb9\x9a\x59\xed\xac\xeb\x40\x6a\xc2\x8c\x79\xd0\x79\x12\x50\x51\xee\x5c\x56\xb5\x49\x56\xf7\xac\xa5\x2c\x3d\xfb\x96\x92\xf7\xd4\x3b\x4c\x3e\x89\xfc\x71\x43\xd6\x1b\x0d\xf8\x8d\x82\xb7\x11\xcf\xa6\x77\x6a\x3c\xd8\x49\x63\xf7\x14\x18\xc5\x72\x48\x08\x88\x8b\x35\xbf\x0a\xc2\x86\x3a\xb7\x3a\x35\x1b\xcc\x21\x06\xd2\x9a\x1b\x03\x1d\xf8\x59\xa4\x95\x3c\x8f\x34\x06\xd8\xb4\xe5\x0d\xfa\xf7\x1d\xda\xb1\xce\x37\xa1\x1b\xc4\x48\x71\x40\x77\x0b\x77\x33\xf3\xb2\x64\xbd\xc6\x4c\xae\x07\x24\x76\xc4\x69\x5d\x07\x69\x3c\x0f\x0b\x87\x22\xa6\x38\xf2\x90\x2c\xbd\xdb\xaa\x89\x09\x39\x30\x42\x36\xe5\xc0\x9a\xb6\x28\x71\x70\xf6\x82\xf6\x72\x34\x5a\x0e\x52\x97\xd4\xc5\x78\x74\x70\xeb\x35\xd1\x33\x9b\xd8\x50\x91\x76\x54\xc4\x89\x3e\xd9\x3b\x60\x7f\xa8\x35\x31\x8a\x39\xf0\x0b\x7b\x64\x88\x93\x3c\x14\x71\x05\x2b\xe1\xe5\xc2\xa3\x06\x89\x81\x12\x59\xd1\x8a\x8e\x47\x96\x64\x19\xfb\x26\xc1\x61\x05\x19\x65\xfe\x1c\x83\x0a\xb3\x27\x35\x22\xf5\x71\x0a\x16\x5d\x0c\xf1\x31\x9c\x21\xae\xac\xe1\x42\x12\x9b\x29\xb4\x48\xe5\xc9\x5b\x82\x84\xa2\x04\x9a\x51\x5f\x31\xe6\x87\x7c\x48\x4a\xce\xab\x86\xcc\x13\xf8\xe8\x49\xa4\x8c\x91\xb4\x75\x11\xb1\xef\x28\xc9\x64\xf4\x56\xbe\x70\xe9\x63\x33\x22\x3f\xfe\xd7\x15\x0f\xfe\x70\xfe\xe2\xf9\x91\x0c\xf3\xed\xf1\x9b\x37\x6f\x8e\xb1\xf6\xf1\xd0\xd5\xe8\x31\x57\xda\x52\xc6\x7d\x84\x8f\xeb\x3f\xb2\xfd\xf6\xf3\x4f\xe0\xdf\x87\xcb\x82\xfc\xea\x53\x69\x56\x2f\x59\xef\x6b\x67\xc4\x05\x79\xfe\x6e\xf0\x97\xe4\xd7\x98\x1e\x24\xbb\x18\xe4\x70\x79\x0d\x34\xd2\xb4\xfc\x9c\xc9\xc6\xa6\x59\x7b\x3c\x3e\xc5\x4c\xcf\xb6\xb3\x18\x0b\x82\xff\xc4\xe5\xc0\x00\xbd\x9e\x4f\xcc\x9f\x03\x02\xfd\x69\xc2\x78\x80\xff\xf8\x75\x8b\xf6\xec\x0c\xca\x7b\xf5\x46\x4a\x72\xdc\x4a\x46\x98\x3f\xe2\xfe\xfa\xbd\x1d\xef\x8d\x11\x66\xc3\x30\xd2\x0b\xb2\x7d\x91\xb7\x45\xd9\x4c\xda\xa6\xbe\x59\x9d\x70\x50\x7f\xab\xb4\x9f\x77\x13\xbf\xab\x8d\x30\xaf\x4b\x4f\x22\xa2\xea\xed\x86\x7c\x20\x25\x29\x12\xad\x9d\xca\x9c\x28\x05\x46\x31\xe4\x59\x03\x9c\xa0\x9f\x32\xc9\xd8\xe3\xbd\xd5\xc7\x8b\x35\xc4\xd6\xea\xc3\x91\xed\xb8\x66\xe4\x67\x32\xfd\x8d\x57\xe9\x4b\x9f\xdc\xe4\xc2\xec\xc8\xa7\x34\xde\x4e\x5d\x82\xc8\xbd\x29\x71\x62\xba\x03\x50\x72\x7b\x8d\xdd\x8f\x8e\xd4\x93\xe7\xa8\x50\x17\xfa\xa3\x10\xcb\x07\x7f\x13\x35\x0a\x3f\x7b\x4a\x8c\xe1\x1d\x95\x43\xca\x7e\x18\x73\x8d\xbe\x2c\xfc\x27\xde\x8a\xc1\x50\x56\x8e\x57\x04\x37\x8a\x72\xd1\x4c\xee\x30\x8d\x16\xaf\x06\xfc\xa5\xd4\x63\x5a\x73\xc1\xef\xac\xd2\x03\x30\xa3\x52\x9f\xb1\x2a\x50\xab\x40\x73\x3c\xe6\x08\xf3\x49\xb7\x39\x11\x78\xd4\xbc\x99\xb1\xd8\x85\x44\x90\x28\xa0\x72\x03\xcf\x29\xad\x21\x1f\x65\xe6\x25\x54\x10\xf6\xfc\x40\x7c\xa7\x08\xad\xf5\x0c\xb6\xa7\xb5\x23\x96\x4f\x20\x93\xce\x94\xf1\x08\x51\x40\x63\x89\x50\x9b\x56\xa3\xfb\xa8\x61\x8e\x27\x52\xbe\x06\xdf\xd3\x11\x26\xcc\x01\x12\x49\xf4\x53\xc2\xe6\xa7\x24\x66\x7c\x29\xf0\xd1\x0f\xf7\x42\x90\x1a\x92\xa0\x84\x73\x04\xa3\x70\x04\xf2\xb1\xec\xad\x4f\x4f\x25\x7b\xcb\x6f\xe7\x4e\x1a\x2f\xb8\x0b\xce\xfc\x4a\x59\x51\xf3\x4f\x65\x0b\x7c\x39\x30\xd0\xed\xfe\xf6\xd7\x66\x4c\xbd\xd0\xde\xd9\xb0\x6f\x50\xac\xed\x2f\x2d\x5c\xd0\x37\xc9\xdb\x36\x30\xb6\xc7\x54\x9a\xce\x31\x40\xb2\xcb\x83\xa4\x68\x1f\x37\x24\x5e\xe2\x9a\x42\x9a\xdb\x02\xee\xe6\xef\xfc\x16\x93\xa8\x5e\x5b\x56\x39\xd5\x6c\x58\x5f\x16\x9a\xe9\x0d\xdd\xa8\xeb\x22\x24\x6b\xc7\x0c\xd4\x9a\x58\x59\xd3\xbf\x46\xcb\x42\xc9\xa7\xc2\x14\xf8\x8a\x34\x21\x50\x48\x70\x10\x53\x86\xe9\xcb\xb0\xe9\xc0\x62\xb5\x4c\xe2\xe4\x36\x35\xb3\x09\x56\x62\xb4\x10\x73\xa9\xd1\xc3\x52\xfc\x96\xdc\xe8\x71\xab\x69\x82\xf4\xbc\xd5\xa9\xdc\xe8\xf4\x0e\x71\xe4\xca\x91\x6c\xe8\x6c\xee\xf3\xd0\xe6\x7b\x93\x9f\x4f\x6f\xff\xa4\x96\x25\x6d\xfa\xce\x9a\x23\x7f\xb0\xf1\xc8\x44\xbe\x63\xfb\x01\x69\x18\x44\x94\xd1\x84\xfd\x13\x16\xfa\x99\xa0\x90\x3b\x47\xe2\x33\xb3\x65\xfd\xcf\x04\x87\x2c\xca\xea\xf2\x72\xb9\xe9\xda\x37\x0e\x13\x8b\x0f\xdd\x96\x9f\x8d\xd7\x87\x7f\x2f\x71\xaf\x19\x08\xa3\x0e\x00\x95\x0e\xa6\xe2\xdf\xec\x9f\xb4\x92\xd7\x47\xa9\x88\x5c\xba\x49\xef\x02\x22\x6d\x8d\x09\x15\x82\x3e\xfc\x31\x00\x30\x8a\x97\x15\xca\x33\x98\x2d\x0a\xc3\x0f\xa8\x22\xbd\xa3\x8f\x7f\x51\x62\xf4\xf0\x8e\x3e\x2e\x65\x7f\xfb\xab\x43\x3f\x65\xa2\xfd\xd8\x4a\x54\xc5\x81\x70\xd0\x53\x72\x2e\xcc\x5e\xc5\x8d\x5f\x57\x98\xc1\x26\x02\x1a\x1a\x60\x38\x6d\x99\x80\x51\x19\xea\x10\x04\x0e\x7b\x95\xa8\x2c\x55\x59\xa3\x37\xed\xc8\xf9\x3e\x68\xb4\x71\x19\x15\x16\x41\x4b\xb1\xba\x06\x08\x1b\x7f\x17\x9d\x59\x0c\x20\x6b\x0f\x34\xf0\xcb\xa7\xcf\xf9\x07\xe5\xe3\xa2\x70\x6b\xdc\x04\xcd\xd0\x44\x9f\xe4\x31\xa7\x03\x25\x00\xb1\xf8\xec\xcd\x25\xba\xca\x52\x42\xa7\x28\x2b\x09\x40\x74\xd5\xbe\xa2\x57\x35\xda\x4e\x74\x36\x9c\x6e\x0c\x15\x39\x8d\x33\x8e\xdb\xc3\xe4\x64\x7b\xd3\xdc\x68\x9c\x01\xcb\xb6\x7e\xc6\xec\xbc\x49\xd7\x22\xa7\xe9\x90\x74\xe9\x9c\x94\x84\x6c\x68\x1e\x96\x1e\xa1\x01\xc0\x86\xce\x30\xb6\xbe\xd0\x64\x6b\xcb\x71\xd2\x35\xfd\xc2\x19\xf2\xe8\x6f\x26\xd0\x6a\x95\x54\x80\xb2\x33\x97\xfd\xea\xa5\x71\xdb\xa1\xb9\x0a\xc5\xb0\x00\x5a\xed\x7b\xae\x41\x61\xf5\xc0\x2a\x78\x10\xd8\xce\x0d\xfb\x21\x70\x02\x04\x2d\x27\xc7\x57\x96\x44\x7d\x99\x41\xd9\x79\x15\x76\x2a\xd9\x61\x8a\x01\x11\xcb\x0f\x20\x31\x39\xc9\x73\x24\x5e\x3e\x58\x3e\x3b\xeb\x38\x53\x9e\x1c\x9e\x78\xbe\xc1\xa7\xf6\x8c\x1e\x39\x03\x14\xbf\x96\x75\xe1\x6e\x2a\x4e\x13\x4c\xcf\x9d\x94\xe4\x4e\x14\x8f\x3d\xaa\xff\xdd\xbe\x60\x8f\xa0\xba\xdd\x09\x77\x44\x6e\xfd\x94\x04\x19\xc5\x3b\x9f\x7b\x95\x34\x2e\x9c\xe1\x75\x2f\x2c\x2f\x52\x48\xf6\xb5\x34\x65\xd4\x45\x6f\x76\xe9\x6b\x14\x98\xaa\x2f\x7c\x24\xb9\xe8\xb1\xa5\x87\x02\x93\x3a\x3e\xc1\xa8\x3e\x7b\x45\x35\x43\xa6\x9f\x23\x64\x2d\x25\x0f\x93\x84\x8b\xd1\xf7\xbd\x3c\xf5\x86\x29\x60\x7c\x7b\xc9\x9d\xa6\xa5\xe3\xc7\x30\xf4\x4b\x70\x89\x43\x11\x21\x46\x12\x3d\xee\xc2\xae\xf9\x4f\x28\x93\xa1\x1c\xc1\x49\x24\x28\xfa\x6e\xb9\x9c\xc0\xae\xf1\xab\x09\xd7\x33\xe8\x16\xd5\x91\xa5\xf8\x1e\x1f\x33\x81\x7e\xd9\xf9\x55\x7c\x7b\x43\x03\xc8\x36\xa0\x41\x48\x68\x10\xab\x77\x59\xf9\xdb\x31\xdf\x20\xf9\xea\xca\x41\x22\x3d\xfd\x42\x64\x0e\xd3\x7e\x08\xb8\x90\xc4\x9a\xc7\x68\x15\xe3\x27\x3a\x9c\xf2\x89\x12\x8f\xd3\x2e\x3f\x58\x84\x61\x7a\xb4\xc4\x3d\x7c\x74\x26\x99\x63\xf5\x50\xf1\x95\x37\x09\x3b\xba\x57\xe7\xa0\x26\xee\x50\x5d\xae\x58\x3f\xca\xa8\x03\x98\xbe\xab\xfa\x22\x7a\x91\x18\x63\x64\x66\x93\xf5\x8f\xfa\x0a\x6c\x84\xf6\x11\xd9\x1f\xb2\x2b\x32\x3f\x1d\xa9\x7f\xea\xea\x0f\xa9\x7b\xaa\xb6\xe7\x59\x1a\x75\x81\x82\xea\xe3\x93\xa6\x8f\xde\x7a\x59\x1e\x27\x37\xf1\xa0\xbe\x0c\x5f\x82\x29\x1d\x30\xcd\xf2\xd7\x62\xf1\x43\xdb\xed\x5e\x85\xc7\x8d\xb3\xac\x2b\x89\x8d\x81\xa0\xfc\xe3\x83\x09\xa8\x7f\x98\x62\xb2\xce\x64\xee\x7b\xce\x5e\xe9\x62\x70\x24\x63\x3c\xfb\x81\x2d\x02\x9c\xfe\x9e\x93\xdf\x2f\x35\x35\x2a\xbe\xb2\xca\x0e\xd7\x69\x4f\x94\xaf\x54\xdd\x73\x4f\xbc\xbc\xb4\x38\xd8\xf6\x40\xcf\x49\x52\x58\x01\x3e\x8c\x8b\xf9\x10\x91\x21\x47\x2f\x26\xf4\x17\xaa\x4a\xd1\xce\xde\xfe\xb2\xa7\xd7\x9a\x41\x40\xa2\xa7\x78\xdd\x82\x52\xf7\x89\x31\xc6\xad\xc4\x15\x42\x4a\x93\x17\x4a\x93\xd4\xbf\x71\x16\x57\x6c\x2f\x76\x10\x97\x47\xe3\x71\x5d\x46\xc1\x24\xfe\xa5\xe8\xfc\x89\x79\xfa\x30\x0f\x1e\xe8\x06\x22\x30\xfa\xa0\x31\x67\x2d\xe8\xc3\x4f\xbd\x49\xde\x0c\x39\x1c\xf2\xd6\x30\xbb\xd2\x53\x68\xa1\x5b\x86\x6e\xb4\xc1\xc7\x4c\xf0\xe1\xfe\xee\x49\x45\xa3\xf5\xbe\x60\xd0\x24\x35\x32\xa9\x7b\xd0\x08\x45\x79\x3c\xd9\x31\x4c\x6d\x61\x71\x97\x9a\x7c\xf2\x8b\xf7\xbc\x9d\x9a\xda\xb7\xfe\x4b\x33\x6a\x27\x5d\x2f\xff\x73\x2e\xdd\xd9\x6b\x9d\x7a\x52\x12\xf5\x79\x78\xb6\xd3\x97\xce\xbc\xdf\xf9\x01\x2e\xc0\xb3\x63\x4c\xab\x44\x49\x98\xd3\xd7\x19\x47\xef\x0a\xcf\x3c\xd0\x98\xbb\x16\x43\xad\x79\xcf\x62\xa4\xc1\x73\x8e\xc5\x26\x5f\xef\x7c\xc4\xd9\x93\x92\x27\xc5\xec\x83\x92\xa3\xc1\xdf\xf5\x52\x69\xee\x30\xe3\x5f\xc6\x4c\xc8\x4a\xae\x6d\xd1\x97\x49\x92\xab\xe6\xee\x2a\x53\x4f\xa8\xa4\xfe\x42\xe3\xd7\x9c\xff\x93\xcf\xa9\xcc\xb8\x37\xdc\xf9\xae\x4a\x3e\x6c\x24\x51\x13\x8f\xab\xdc\x3d\x57\x4f\xd7\x9e\x8c\xe7\xf4\x4f\xbe\xb8\x32\x65\x81\x1e\xd9\xa9\xd9\x80\x2b\xae\xd7\x26\xf5\xba\xf6\x7a\x5e\xf5\xb3\x49\x88\x75\x58\xc2\x92\x28\x5c\x7e\xf8\x85\xf8\x2f\xe5\xdf\xab\xea\xb0\x9e\x79\x7c\x05\x57\x47\x82\xaf\xc4\xa9\x4d\xeb\x32\xa3\xba\x3a\xd3\xb7\x8c\xd3\x72\xa5\xb6\xec\xf5\xa3\xcf\xaf\x04\x20\xfc\x4d\x61\x85\x93\xe5\x79\xed\xbc\x0f\xfe\x77\xdd\xb5\x94\xf9\xac\xb7\xbb\x56\x94\xef\x7c\x9b\x85\x41\x46\x2f\xda\xa4\x75\x57\xcf\x08\xd2\x97\x32\x33\xa5\x29\xd3\x7d\x31\x70\x19\x94\x1e\xa4\x0a\x45\x72\xd9\x66\x5b\x46\x3e\x2f\xe2\xc8\x00\x17\xd0\x7d\xf7\x59\x5e\xa1\x69\xdf\x44\x37\x33\xc5\x68\xf0\xc5\xbc\xc4\xe7\xc2\x57\x7f\x18\x90\x31\x3e\x76\x56\x0a\xb9\x67\xb6\xb1\x49\x11\xf2\x58\x9a\xf4\xf8\xc4\xfb\xa8\x88\xfa\x6d\x0c\x13\xbd\x72\xe0\x2f\x2a\xff\x2e\x15\xda\x79\xe8\xe9\x01\xa6\x5e\xf9\xdb\x10\xb5\x59\x4a\x83\x49\xaa\xe5\xd0\xab\xe4\x55\x9e\x00\x1a\x77\xab\xef\x12\x6d\xcd\xc1\xbc\xe3\x21\x53\xa7\x53\xaf\x31\x6e\xe8\xf6\xde\x6b\x62\xc9\xa0\x35\x87\xa3\xe8\x74\x4c\xe4\xa7\x9a\x8f\xa9\x4d\xdd\x57\x27\x40\xa7\x16\x24\x1b\x59\xe8\x95\x72\x35\x14\xfc\x60\xf5\xfc\x28\x7d\x96\xe6\x63\x52\xc5\x93\x13\xee\xc8\x57\x8e\x47\xa2\x39\xf6\xe3\xde\xbd\x8f\x4d\x99\xb1\x40\x68\xf1\x9a\xb9\x9f\xf9\x33\x21\xb6\x1b\x71\x2b\x88\xe9\x2e\x56\xd2\xf6\x6d\x8f\xba\xd8\x8c\x5e\xcc\x10\x8b\x60\x94\x54\xf0\x59\xef\xe0\x2c\xb1\xea\x88\xc4\xf0\x28\x95\xc9\xe4\xc3\xe6\x32\xee\xef\xb7\x04\xfd\x30\xbc\xa6\x0b\x47\xfe\x33\xb9\xac\x92\x56\x29\xb9\x34\xf2\x72\x72\xd4\xc3\x29\x95\x03\xda\x64\x15\xa2\x66\xa7\x6e\x87\x59\xd8\xe0\x4b\x96\x60\x93\xbf\x0d\x66\xa8\x7f\xe1\x97\xc3\x8e\x8e\x26\x5f\x93\xe8\x4d\xed\xb5\xa0\xe2\x63\x91\xec\xd9\x72\x62\x34\x51\x0e\x1c\xe1\x4a\x91\xbf\x99\x4d\x83\xb3\x8c\x29\x46\x8e\x47\x4f\x02\x5f\x8c\x03\xdf\xda\xa0\x96\x4d\xae\x1f\x09\xaa\xf3\xd8\xf0\x99\xba\x56\xcb\xcb\x81\xef\xa1\x33\xda\x47\x4a\x6c\xc6\x83\xe9\x3f\x68\x30\x42\x93\xa2\xc1\x3c\x4b\x06\x53\xd3\x60\x72\xc2\xf2\xfe\x51\x31\x0d\xf9\x0d\xa3\x8a\xec\xb0\x27\x93\x87\x66\x62\x64\x47\xf1\xc0\x6c\x94\xfe\x7d\x8a\xa6\x7c\xe8\xc8\x13\x71\xee\xe5\x34\xac\xa7\x37\xe4\x56\x48\x12\xe7\xb4\x5b\x61\xa2\x88\x5f\x2e\xf3\xc3\xe6\xfb\x8a\x9f\x9c\x4d\x9c\x25\xf3\x2e\xc5\x15\x92\x22\x69\xf4\xe2\x0d\x8d\x36\x20\xca\x8a\xba\x4c\x83\x6d\x46\x6f\xb3\xc4\x39\xae\x11\x90\x5d\xea\xc2\xa5\x1c\xf2\x98\x46\xf1\x8b\x47\xa4\x78\x3b\x6e\x35\x68\x1a\x19\xa2\x1f\x68\x8f\x5f\x2d\x4a\xe3\xae\x36\xad\xe9\xd0\x25\xa8\x6a\xac\x3e\xf2\xdc\x23\xa7\xb1\x40\x37\x83\xe8\x09\xa7\x85\x92\x3c\x11\x93\x12\xa1\x7f\x31\xbf\xf4\xf8\xd2\xd7\x15\xaa\xba\x44\x1a\x3a\x19\x7a\xfe\x25\x35\x99\xf4\x65\x32\xcc\x42\x1c\xac\x41\xa4\xf2\xf1\x84\xe9\x83\xe2\x8b\x7d\xdb\x60\x7f\xab\x67\xfc\x2f\xc7\x6d\x2e\xa2\x60\xf1\x33\x09\x12\xe7\xe7\x5d\xa9\x48\x42\x7e\x17\x74\x4d\xac\x2e\xf0\xbf\x9f\x15\xf7\xcb\x45\x58\x08\x32\x04\x54\x68\x6e\x20\x8c\x57\xd3\x43\x04\x40\x12\x80\x8a\x8a\xe1\x8d\x8c\xa8\x85\x1b\x1c\x32\xd9\x31\x06\x98\x00\xfd\x43\xc1\xa6\x3c\x50\x72\x17\xe3\x59\x4d\x75\xcb\xe1\xde\x2f\x8a\x0d\xf9\x15\x79\xa7\x18\x79\x75\x94\x76\x87\x6e\xac\x0d\x69\xaa\x37\x8f\x82\x9e\xf7\x28\x2a\x4c\x55\x32\xf1\x17\x7d\x51\x5a\x23\xc3\xe2\x6f\xd9\xb5\x1f\x35\x17\xbd\xef\x15\x97\x5b\x7e\xd1\x2b\x29\x9b\xe8\x53\x1c\xeb\xe3\x22\x0e\x7e\xcb\xc7\x16\xf9\xe3\xa7\xe5\xf1\x1b\xb5\xf1\x17\x8a\x54\x99\x18\x16\xc5\x2b\x25\x65\xaa\x65\x8f\xcb\x60\x99\xaa\x9d\x3c\x2b\x4b\x89\xf7\xe2\x8f\xde\x43\x16\xc4\x93\xb8\x3c\x24\x5d\x88\x4b\x39\x29\x75\x5c\x02\xec\xad\xbd\x34\xec\x66\x90\x0c\x8e\xf5\x52\x53\xa0\xa5\x4d\x83\xd1\x93\x35\x04\xf2\x80\x17\xe1\x04\x22\xa6\xfa\xa6\x20\xa1\x4e\xc2\xba\x37\x15\x3e\x9e\x74\xd1\xb5\x98\x25\x7c\x0a\xa2\x1b\x50\x61\xcb\x59\x72\x22\x00\x4c\x7b\x82\x49\x76\xe8\x59\xdf\x96\x5e\x27\x93\x54\xd3\x2f\x4e\xf0\x84\x8b\xc5\xc8\x6c\x5b\xa0\xa7\x98\x60\xe6\xae\xaa\xfe\xf6\xe6\xc0\x09\x6d\x21\x7a\x12\x98\x63\x29\xcc\x3e\x84\x3d\x64\xb1\x09\xa1\x79\xe1\x0a\xaa\x86\x9c\x47\x4c\x90\x91\x9d\xe7\x9a\x30\x0b\x07\x25\xdb\x10\x54\xaa\x38\xe4\xd8\x7d\x50\x2b\xf1\x60\x27\x5b\xc9\x46\x9a\x47\x51\x8c\xfa\xa0\x5b\x07\xef\x9f\xea\xda\x26\x63\x94\x87\x68\xbd\x8b\x64\x7e\xe5\xbd\xa7\xa9\x6c\x55\xef\x6c\xea\xb7\xae\x2e\x31\x03\xcd\x8e\xef\x3d\xef\xc5\x3c\x2d\x8f\xf3\x5b\xca\xc4\xd7\x99\x7d\x3c\x06\xd4\xd9\xbf\xa7\xe9\xf1\x1c\x3a\xbb\x43\x8e\xa2\x9d\x78\x6f\xf5\xae\x7e\xee\x0e\xb5\x0a\x83\x00\xd0\xf5\x6e\x2b\xf3\xe2\xb8\x15\x60\x3e\x2c\xbf\x8e\x5d\xa3\xcb\x63\x73\xc7\x36\xc4\xb5\xfd\xd0\x9f\x68\x76\x97\x8c\xa0\x9a\xbc\x65\xb6\x39\x4c\xea\xe6\x42\x17\x40\xdc\x30\x99\x01\x26\x77\x76\xee\x8a\x9c\x46\x5e\x5a\xff\xac\x43\x30\xfc\x7e\xbc\x84\xcf\x9f\x70\xbe\xff\xea\x9d\x25\x77\x09\xf7\x71\xf1\x00\x50\xb9\x61\x65\x86\x12\xff\xf0\x22\x93\xfd\x09\x97\x48\xee\x16\x17\x18\x72\x34\x1f\x3f\xbc\x73\x0c\x13\x87\x22\xbb\x59\x64\x03\x3a\x2b\x8c\xea\xec\x0e\x44\x8d\x47\x0e\x54\xc9\x2c\x3d\x9e\x79\xa7\xad\x34\x6b\xc7\x18\xbd\x1f\x44\x4f\x5c\xaa\xa7\x58\x1b\x3f\x17\x98\x69\x20\xb7\x03\x10\xf5\x3d\xeb\x18\x6f\x7f\xf1\xf6\xfe\x99\x45\x88\xc7\x19\x9c\xcc\xe7\x87\x67\xe7\x4e\x4a\xba\x46\xf3\x58\x0a\x72\x69\x83\xf9\x67\x92\x53\xf8\x12\x0b\xfd\xdb\xa9\xfd\x7b\x0f\x4c\x7a\x5e\x52\xf2\x40\x99\x3c\xee\xee\x6f\xea\x68\x7e\xd0\x69\xfc\xda\x9f\xc6\x2e\x1a\xf1\xe8\x4c\xc6\xec\x10\x9a\x12\x3a\x58\x66\x60\xd7\xec\xea\x3b\xfa\x07\x5b\x3a\xc7\xa0\x14\x54\x77\x44\x97\xcb\xd0\xa1\x5b\xca\x7a\xd7\x76\x20\x3b\x00\x17\xbb\xfa\x5a\xff\x72\x05\x4a\xd8\x95\x9b\x80\x26\xb3\xd4\xcd\x7a\xa0\x6c\x3e\xdf\x39\xc9\x30\xb7\xc7\x99\x88\x77\x64\x54\x89\xd8\x45\xad\x82\x66\x89\x2d\x59\xa8\x88\x7f\x4c\x2b\xe2\xa7\x32\xe6\xeb\xa4\x52\xbb\xe9\x0d\x65\x5b\x79\xa6\xa0\x50\x52\x25\x90\x87\x96\x12\x41\xac\x6b\x40\xa1\xe1\xb0\xc6\x19\xbb\xd5\xf3\xff\xfe\x0f\xc1\x55\xcc\x0e\x8a\xe7\x0c\x18\x7b\x00\xab\xba\x84\x0a\x65\x43\x4b\x2b\xd3\xa0\xe2\xdc\x73\x3c\x82\x71\xf5\x4b\x40\xc3\xb4\x6a\x5d\x6d\x6c\x77\x77\x5d\x5d\xd0\x2b\x6b\x0e\xd1\x72\xd2\x12\x22\x3b\x82\xe5\x11\x38\x81\xcd\x2e\x0a\xc6\x04\x00\xc0\x78\x71\xe2\x6a\x55\x59\xdb\xa8\x8a\x91\x2a\x20\x04\xb9\xd9\x2a\xe4\xdb\x36\xae\xc4\x4e\x6b\x33\x95\xc4\xe8\x5a\x8e\xab\xf1\xb2\x8c\x07\xd8\x6e\x7e\xb2\x5b\x7c\x9e\x68\x83\x49\xae\x28\x9c\x21\x9b\xfe\xa6\x6d\x7b\x94\x8e\x0f\x28\x1e\x90\x2b\x77\x84\x7f\x87\x0a\x9d\x27\x3c\x48\x2a\x1d\x00\xf0\x5d\xcb\xc6\x75\x47\xeb\xb6\xc7\x87\x5b\xa1\xaf\x6e\xd8\xf6\x03\xd0\xaf\xb4\x43\x64\xdf\x07\x54\x68\xd0\xe6\x3e\x3b\x07\xd8\xbb\xea\xfa\x8e\x9f\x8c\xeb\x49\xd7\x09\x52\x6e\xcd\xf6\xca\x7e\x68\xe7\xa7\x08\x7c\x67\xed\xb9\xee\xa9\xe6\x44\xff\x87\xae\xbd\xac\x6a\xa4\x5e\x9b\x61\xfb\xda\xe2\x5b\x7a\xee\x6a\x4d\x8e\x41\xa1\xad\x33\xdb\x01\x10\xd7\x26\x91\xfd\x4b\x82\x2d\xbe\x01\xd8\xe2\x02\x61\xe3\xcb\x7e\x0b\x7b\x00\xcc\x04\x3a\xb9\x45\xbb\x80\x25\x2a\xa3\x9d\x4a\x53\xf1\x40\x5a\xe0\x6d\x31\x23\x11\x89\x85\x72\x46\x91\xd1\xf6\x4d\xbc\x18\xfa\xce\xf8\x73\xca\xf7\x85\x26\xd2\x19\x6d\x29\x26\xd4\x67\x96\x63\x7b\xb3\x45\xab\x38\xe7\xd6\xc7\x44\x19\xdb\x6a\x5b\xe3\x73\x3e\x3c\x92\xa8\x0e\x49\xc0\x50\x87\xa8\xe9\x63\x7a\xb0\x0a\x83\xe7\x38\xff\x15\x86\x8c\xe7\x15\x98\xe2\x69\x8d\x33\x03\x3b\x27\xba\xd5\x59\xc8\x83\xc1\x23\x76\x17\xa8\x8e\x82\x21\x35\xfd\xd6\x81\x6a\xe4\xb0\xd2\xb5\xa7\x44\x94\xb6\x33\x04\x31\x03\x2c\xeb\x27\x38\xe2\x72\x6f\x1a\xcc\x1b\x06\x78\x68\xeb\x48\x95\xa1\xa9\x24\xf7\x1c\x64\x16\xf2\x45\x48\x5d\x34\xee\x7b\x73\x5a\xb0\xef\x13\x77\xaf\x20\x2a\x5a\xc9\x6f\x15\x0e\x4a\x72\x5c\x47\x5b\x8e\x94\x4f\xe4\xf0\xe2\x2f\x7a\x55\xc7\xfc\x23\x7f\x91\x97\x34\xe4\x09\x0d\x29\xa4\x60\x07\xbe\xc1\x25\x3b\xc4\xe5\x8d\x06\xcf\x45\x1a\x10\xcd\x59\xca\x37\xbd\x68\xa5\x27\x27\x18\x39\xbd\xcb\xd4\xa2\x5c\x91\xd8\x73\xc6\x78\x72\xcd\x38\xf3\xba\xcc\x90\xc4\x36\x76\x10\xfd\x0a\xef\x20\xb2\x95\x45\xca\x9c\xbf\x6a\xaf\xf4\x14\x32\x5b\xbd\xe3\xba\x24\x61\xaf\x93\xc0\x15\x2a\x9a\x6d\xe7\x60\x9c\x7b\xd3\x76\xa5\x77\x65\xc0\xf8\x8d\x28\xe8\x8a\x26\x4d\x7c\x2c\xf9\x1f\xea\xd0\x85\x37\xe3\xe3\x1f\x27\xca\x3c\xf0\x59\x2f\x75\x19\xee\xb2\x2c\x87\x55\x08\xe6\xe2\xd2\xe7\xd8\x51\xec\xd8\x9b\xb7\xf2\xc6\xaf\x3e\x57\xfe\xed\x6f\x78\x94\x7c\xae\x11\x56\xb8\x3e\xf8\xce\xd9\xe2\xde\xf1\xa7\xf7\x24\xb3\x49\x5f\x31\x9b\xe7\x1f\x3e\x17\xf7\x87\x87\xd2\x0c\xbe\xc0\xe7\x91\xf3\x89\xbc\x15\xd0\x6b\x3e\x63\x12\x54\x4b\x1d\x37\xac\xcd\x55\xb5\x81\xb9\xd1\x06\x8c\xa1\xe1\x3b\xc6\x32\x72\x24\xe4\xa5\xed\x31\x0f\x09\x81\x46\x7d\x11\xc2\x47\x35\xe3\xd8\x69\xf5\x6c\x9e\x38\x0e\xe4\xd5\x81\x71\x6b\x6b\x8e\x78\x98\x6f\x20\x7a\x4d\xe9\x2a\x4e\x37\x17\xb7\xc3\xef\x76\xf3\x7b\xdc\xef\x6d\xeb\xce\x47\xbe\x27\x91\x27\xb2\xd0\x64\xc8\x23\xe0\x77\x79\x14\xc4\x70\x98\x0f\xab\xc6\xe4\x09\xac\xdb\x3d\x1f\x74\xa0\xec\xf8\x8f\xde\x2d\xd1\xab\x11\x26\x4f\x84\x70\x14\x65\xb0\x21\x5f\x42\xf5\x73\x18\x42\x7a\x84\xe3\x3a\x56\xf1\xc6\xdd\x62\x12\x27\x74\xb9\xca\x7b\xbd\x34\xef\xe8\x01\x80\xb1\x9f\x98\xf6\xc7\x79\x69\x0d\xf7\x24\xaa\x82\xe3\xda\x8c\xfa\x19\x3b\x9f\x33\x32\xcd\xb8\x9c\x43\x5f\x1c\xa1\xff\x61\x74\x7b\xc2\x21\x2d\x26\xcc\xf4\x33\xf5\xf9\xa2\xa2\xcc\x1a\xb7\x60\x1d\x35\xd1\xe3\x0f\xbe\x30\x92\xd0\x25\xae\x1f\xd9\xd8\xb9\x20\x8c\x84\x7f\xe7\xc6\x7e\x2e\xa5\x37\xcb\xad\xd3\x57\xcb\x49\x67\x29\x9f\x30\x98\xce\xf9\x87\xca\xb5\x34\x7d\x05\x9b\xb4\xe8\x42\x48\x3f\x74\xd5\x32\xa2\xca\x2d\x60\x26\xe9\xc4\x8e\x6f\xc4\x4b\x59\x3e\xfb\xc9\xf0\xef\xf0\xde\x14\xff\xb6\xf4\x4a\x62\xe9\xd3\x91\x95\xfa\x61\xc2\x6d\x2f\x1a\x72\x12\x8d\x34\x39\x2e\x02\x4b\x14\x99\x93\x60\x0e\xd8\x00\x58\xa5\x1b\x3c\xa1\x7d\xbb\x6d\x6b\x7c\x6e\x85\xfe\x60\xae\xc9\xa2\x44\x8f\xfe\x4a\x02\x9f\xc7\x18\x71\xe9\x55\xeb\xfa\xd5\x37\xf0\x1f\xf9\x8d\x74\x01\xb3\x99\xf7\x5a\x8d\x34\x95\x65\xb3\xfa\x9e\xb5\x91\x5d\xf1\xf8\x79\xfc\x45\x6f\xa6\xf0\xdd\x61\xda\x9c\x29\x10\xbd\xbc\x4e\x82\x16\x86\xe8\x14\x55\x20\x4d\x43\xb7\x37\xef\x6c\x23\xf1\xa7\xd1\xb3\xd8\x12\x61\x04\x27\x8c\xfc\x4a\xf9\xe4\x52\x7c\x0c\x7b\xdf\x23\x9e\x55\xf5\xed\x2f\x3b\x32\x90\xca\x2e\x20\x37\x44\xef\x53\x7c\x89\x2f\x3e\x90\x0b\x1f\x1b\xb4\x12\xf6\x27\x02\x86\x49\xaa\x89\x87\xc2\x2b\x74\x9e\xa6\xa7\xe0\xc1\xde\x86\x70\x53\x7e\x20\xac\x0f\x4e\x76\x59\x7b\xe3\x2a\x89\x69\x8d\xaf\x6f\x7a\xf1\x56\xae\x34\x76\xe3\x93\x54\xd8\xfa\x38\x33\xba\x25\xb4\xdd\x7e\xa8\x65\x4c\x1c\x3f\x6f\x4a\xb1\x01\xa5\x3d\x2f\x47\x5d\xa7\x23\x55\x42\x45\x15\x47\xb0\x6e\xc8\x26\x46\xe9\x7b\x27\x41\x01\x8b\xea\x00\x67\x8f\xf1\x77\x0e\xe4\x50\xce\xdc\x84\x37\x38\x49\xc3\x22\x55\x28\xfd\x04\x39\xb1\xbf\xe5\x58\xe7\x2f\x01\x2e\xac\x36\x27\x2a\xe6\x1c\xc5\xed\xd4\xd2\x92\x4d\x76\x04\x95\x5e\xb0\x0c\xba\xc7\xbb\x79\xed\xcc\xea\x99\x2b\x4e\xca\xe2\xfc\x44\x4f\xce\xbe\x3f\xac\x49\x6d\x3f\x7d\x0e\x8b\xf3\x67\x17\x67\x11\xac\x3f\x23\xf9\x87\x70\x58\xe2\x2f\x9a\x68\x85\x0f\x9c\xf3\x27\xce\xd1\x43\x03\x9d\x3c\x7f\x36\x09\x7b\x27\x7f\x27\x5e\x9f\x1c\x2c\x4e\x9e\x05\xa5\xb4\x8c\x28\x73\xa5\xe3\x5b\x16\xdf\x4b\xb4\x43\xe9\x3b\xc6\xdb\x8b\xf2\x98\xc0\xff\xb0\x2d\x09\x60\x29\xae\x6f\x7f\xed\x76\x70\x6a\x8b\x8f\x8f\x3e\x5e\x26\x74\x6d\xdd\xd7\x2e\xca\xb4\x08\x8c\xf9\xa1\x6f\x77\x9d\xb9\x84\x2b\xf9\xe2\xdb\x73\x5d\x84\xd7\xd5\x01\x21\xd7\xf4\x94\xc4\xcd\xea\xe9\xae\xa1\xec\x10\xd9\xcb\x12\x36\xaa\x72\x40\x87\x05\xd4\x5d\x6d\x6d\xca\x01\x9f\x4b\x96\x95\xe2\xec\xe4\x59\x3a\x14\x7a\x6e\x41\x05\x81\x68\x50\x2f\x95\xe7\xc7\xa7\xa9\x80\xcf\xec\xd1\x53\x4c\x88\x75\x75\x80\x85\xa7\x7c\x8f\xd2\x54\x94\xe7\xdd\x4c\xf9\x5c\x4e\x52\xe2\x94\x8b\xcc\xb0\x84\x99\x66\x66\x26\xfd\x8d\x92\x0a\x19\x59\x8d\xf7\x84\xe4\x2d\x93\x0b\xe4\x0e\x17\xd1\x99\xa1\x4c\xbb\xb6\xc6\x6d\x46\x5c\xdc\x78\x11\x66\xee\x99\xcc\xa1\xd4\x8e\x57\x22\x01\x5c\xf3\x2d\x37\x76\xa6\x79\x6f\x9d\xe0\x5c\x91\xcd\x8e\xf3\x7c\x77\xe8\x03\xee\x0a\x23\x19\x46\xbc\xa7\xcd\x38\xc4\x41\x70\x93\x38\xbe\x4a\x62\x39\xa7\xda\xf5\x1c\x27\x3a\x5f\x1b\x3a\x10\xe2\x72\xe3\x2d\xc9\x51\x42\x38\x4d\x21\x87\xf1\x3b\x9c\xfd\xd1\xc8\xbb\x3f\x21\xbe\x28\x4a\xc8\xd8\x0b\x69\x61\xc1\x2e\xb0\x89\xd1\xbc\x93\xe8\x8b\x6c\xca\x33\xfc\x22\xef\x99\x2a\x85\x27\x1d\x06\x90\x18\x38\x55\x0e\x0b\xbc\x39\x1c\xd2\x6c\x1b\x9c\x49\x84\x02\xce\x23\x90\x6b\x74\xbb\x97\xa0\x8d\x59\xa0\x28\x8b\xc2\x18\x20\x67\x32\xa4\xb8\xbd\xbc\xac\x81\x39\xc3\x07\xc9\x2c\x3e\x63\xd0\x16\x2f\xb8\xc4\xd7\x83\x7b\x19\x8f\x3a\xaa\xab\x49\xf3\xbb\x43\xe5\x8c\x3f\xe9\x6d\xf1\x6d\x4b\x91\x2e\xfc\x5d\x6b\x75\x03\xed\x6e\x17\xdd\xdb\x41\x3f\xf2\xd7\x36\x06\x0b\x3d\x4f\x83\x20\x2b\xdc\xb5\x2d\x7a\x47\xc0\xbd\x70\x2a\xc6\x91\xce\x54\xef\x46\xcc\xaf\xee\x01\xfa\x29\x6c\x29\x64\x70\xae\x26\xeb\x22\xf4\x31\x79\x94\x27\x89\x44\x49\x03\x30\xc9\x0f\xaf\xcd\x98\xe4\xfb\xde\x22\x3d\x4e\x79\x49\x2e\x0b\x13\x42\x33\xbf\x9c\xac\xd1\x1a\x65\x07\x81\x81\x4d\x40\x2f\x77\x35\x87\x5b\x16\x83\xba\x63\xb8\x09\x36\x38\xfa\x8a\x0c\x7d\xbf\xde\x0c\x70\x4f\xc3\x49\x64\xb4\x5d\x3d\x25\xc3\x47\xe7\xb1\x14\x2e\x3a\x60\x0c\xaa\xb4\xe6\x0c\x26\xe1\xa7\x88\x47\x8d\x4a\x6b\x72\x19\x8a\x3e\x8a\xb7\xea\x90\x82\x8d\x17\x1b\x0e\x19\xae\x77\x0c\x84\x61\xc4\x94\x3e\x29\x07\xf4\xa1\xcc\x9c\xee\x29\xad\xb2\xc3\xee\x93\x0a\x6d\xc1\xc5\xc5\x83\x8f\x01\xe6\x98\x7f\x7c\xfc\x30\xae\x87\x6c\xcb\x7e\xd8\x73\x44\x77\xf5\xce\xf2\x03\x4d\x78\x0c\x25\x35\x4c\x6f\x40\xca\x81\xc6\x68\x1d\xf6\x51\xd4\xfa\x1d\x8d\xb8\xd5\x05\xd7\x72\x5a\xcd\x85\x7a\xfe\xcc\x6d\xe6\x09\x48\xea\x73\x13\xd5\x08\x52\x50\x28\x0b\x32\x44\x28\x0b\xd2\x53\x28\x4b\xd0\x30\x2a\x77\xae\x8e\xce\xe7\xf9\xf9\xb7\x13\xdf\x94\x33\x7a\x60\x38\x69\x0a\x1d\x8e\x7b\x98\x02\x0a\x93\xda\xdf\x7b\x18\x55\x89\xb7\x20\x2b\xf6\xad\x70\x75\xf7\x27\xc0\x58\xfb\xfb\x7b\x85\x2d\xee\x01\xfe\x6d\xa0\x99\x98\xc2\x56\x14\xc4\x7a\x17\x89\x05\x76\x25\x1c\x38\x51\x54\x5a\x64\x88\x7d\xae\x61\x4a\x6c\xd2\xd9\xce\xa7\x8b\x0d\xcf\x30\x32\xe7\x9c\x13\x40\x65\x73\x62\xf2\xa7\xca\x4d\x3f\x38\x0c\xe5\x96\x42\xd6\x93\xc9\x53\x15\x1a\x2b\xbe\x69\xfb\x44\x2f\x1a\x8d\x92\x1f\xdd\xd4\x47\x38\x29\x30\xd4\x8f\x91\xc4\x8b\x4e\x53\xd5\xc9\x0b\x87\x21\x6a\x54\xda\xa0\xf9\x89\x3a\xf6\x79\xae\x87\x9d\x9e\x55\x86\xdc\x8f\x7d\x7a\xa8\x11\xa3\xf8\x3e\x6c\x17\x96\x70\x6b\x0e\x3d\x94\x47\xcc\x20\x0a\x4d\x54\xe6\xef\x2a\xce\x9f\x82\x51\xc8\xeb\x9a\xdc\x4b\x4e\xb8\xcf\x53\x8c\xb9\xfa\x16\x4b\xc2\xaa\x38\xdb\x07\x39\x35\xaa\xf2\xd2\xf2\x93\x10\x22\xd6\xe2\x08\xa3\xea\x5a\x5f\xf3\x4a\xcd\xd2\xcc\x6f\x28\xdf\x1a\x39\x50\x69\x1d\x58\xf2\x01\x7a\xb1\xcd\x0e\xe5\x10\x99\x75\xc9\x69\xd7\xfc\xf2\x71\x92\x13\xd2\xff\xc3\xc5\x07\x84\xb3\x47\x8d\x49\x1d\xe7\x52\xf3\x38\x91\xb1\xe2\x67\x24\x8c\x4f\x32\xe2\xf1\x46\xce\x73\x11\x96\xd2\x0f\x4e\x6c\xaa\x54\x9b\x27\xfc\x02\xa0\x9b\x0f\x67\xae\x4d\xd0\xf9\x9b\x27\xdf\xbe\xc8\x60\x47\xe4\x42\xca\x47\xa4\x45\xca\x27\x49\x09\x19\x0c\x88\x6c\x93\x8c\x2a\xa6\x02\x3a\x8f\x23\x92\xed\xc1\xd6\xf8\xbc\x3b\x3e\xf9\x85\x51\xe3\x68\x38\xe0\xa4\x8b\x98\x95\x29\xa9\xc8\xa7\xc1\x3f\xe7\x3e\x6a\x06\xb3\xa3\xad\x5e\xe4\x95\xc8\x09\x1b\x1b\xd4\xbc\x7a\xd8\xc0\xd2\xef\x00\x7b\x80\xcd\xd2\x18\x72\x06\x4b\x61\x27\x56\x5d\x01\xd8\x4c\x38\xbb\x9b\xf4\x39\x85\x05\xae\xf7\x40\x4f\xfb\xe2\xbf\x94\x7a\x74\x1a\xae\x12\xbc\x4b\x11\x70\x02\x10\x7e\xd0\xf3\x8e\xf6\x6d\xd2\x69\xd8\x20\x76\xa3\x9e\x19\x23\xb2\xf6\x14\x62\x99\xc3\x1f\x3a\x8c\x45\xe6\x07\x85\xaf\x6d\xc9\xaf\xee\x66\xb0\x0a\x33\xbf\x9a\x07\xa9\xec\x87\x0c\x87\xb2\xb2\x29\x5f\xcc\x65\x19\xb1\x41\xe2\xc0\x1f\x22\x7a\x33\x68\xa2\xd8\xb8\xc2\x6e\xeb\xd7\x8a\xed\x85\x17\x56\x14\x39\xd1\xca\x91\xcd\x2e\x9b\x61\x5d\x5d\xda\xac\x06\x45\x5f\x8f\xe7\x79\xd5\xf7\x07\x97\xe4\x0f\xfb\xe6\xe2\xe2\xec\x3c\x9b\xd4\x6c\x7b\x7e\x8a\x7e\xdd\x2a\x32\x2a\xcf\xef\x49\xb5\x47\x43\x6a\x0e\x2e\xf7\xe3\xca\x4b\xed\x98\x15\x09\x21\x1b\x97\x13\xff\x5d\xc7\x01\x8d\x11\xd9\xff\x5a\x8a\xb2\x85\xbe\xb4\xe8\x31\x43\x6f\x96\x73\x8d\xb0\xdc\x5c\x00\xc2\x96\xc0\xa0\x43\x8d\x9f\x03\xda\x50\x66\xb7\x1d\x0d\x25\x11\x9c\x8e\x8a\x32\xac\x5c\x55\xbb\xab\x1a\xfe\xd7\x47\x3d\xa1\x17\x1a\xbf\x4f\xe1\x9f\xbd\xc5\x1b\x91\x52\x79\x44\xed\xa0\xad\x8a\xda\x40\x31\xc6\xad\x9e\x05\x33\x17\x14\x5c\xe1\x8b\x87\x9c\x2a\x24\xd4\x2e\x1e\x48\x62\xfe\xe2\xf6\x1f\x0d\x26\xc4\x14\xde\xfe\xe1\x6c\xb3\x98\xf8\xa9\x83\x7b\x8c\x74\xf7\x91\x1d\x4d\x0a\xad\x8b\xf2\x91\xe4\x9d\x18\xee\xc5\xf0\x70\xa6\xfb\xe0\x74\x27\x51\xcb\x21\xc9\x8b\x66\x4b\xc9\xdb\x8f\xdb\x01\x6c\x37\x1d\x06\xef\x74\x3b\x7a\xdb\x4c\x0d\xff\x49\x5f\xd5\xae\x53\x3f\x1c\xbc\xc2\x2e\xf8\x5f\x5a\xde\x4a\x53\x68\xa5\x15\xe8\xd5\xa2\x1c\x9e\x13\x10\xe7\xef\x16\xf9\xb7\x91\x62\x44\xa8\x81\xfe\x4c\xd7\x4f\x9f\xb9\x24\xc0\xb8\x26\x65\x9b\xfb\x80\x8a\x08\x97\xad\xc3\x64\xad\x20\x66\xaa\xa1\x3e\x92\xfc\x66\xe9\x74\x24\xe6\x21\x5c\x24\xb8\xb6\xf4\x4d\xdd\xfd\x97\xb8\x14\xc0\x39\xb0\xc3\x34\xfe\xf0\x5f\xc2\x6d\xaa\x25\x0e\xc8\x70\x39\x60\xd0\x24\xc0\xa1\x1e\x6f\x6f\x02\xb4\x7d\xdb\x07\xdf\x89\x6b\xfb\xce\x7f\xa1\xcc\x21\xed\xe0\xbc\x87\x42\xfc\x91\x9f\x0f\xb5\xb3\xce\x09\x51\x2b\x2d\xa9\x38\xce\xf8\x5f\xcc\x85\xb0\x8f\x45\x70\x85\x1b\x3f\x47\xa9\x83\x47\x21\x12\xb8\x80\x8e\xf8\xaf\xaa\xb9\xfd\x75\x5b\xb5\x93\xe3\x08\xd4\x2e\x6a\x5f\x23\x28\x34\x1c\x41\x9e\x6b\x43\x79\xf1\x8e\xa0\x0a\xad\x44\x69\x88\x30\xa9\x0c\xdc\xf1\x92\x6f\xe6\x7b\x8a\x4e\xa6\x24\x7c\xa4\x05\x69\xe0\xa4\xe1\x88\xb4\x0a\x72\x9e\x18\x14\x71\x92\x35\xe5\x6c\x6d\xb7\x14\xcd\x0f\x64\xb3\xb6\x62\x78\xc2\x84\x8d\x1e\x04\x95\x59\x1e\xe8\x31\xbe\x99\xda\x6d\x73\x98\xaa\x61\xd1\x9e\x21\xd1\xd4\x8e\xad\x49\x24\x36\xa7\x3f\x88\xda\x23\xfd\x1a\x83\xa2\x4d\x8a\x1f\x0f\x70\x5a\x21\x07\xc4\x6e\xc7\x5e\xd8\x20\x03\xb4\x61\x1a\x41\x04\x8c\x4b\xd6\x9f\x26\x9e\x1d\xf1\x8c\xd2\x5d\xd5\x0f\xed\x61\xf5\xe2\xb0\x1c\x8d\x54\xf5\x61\xd4\x27\x09\x5a\xb2\x45\x77\x7b\x69\x2f\x7e\xe0\x55\x7f\xa5\xe9\x2a\xc8\xba\x9c\xbe\xc7\x43\xce\x25\x69\x56\xbf\xe2\x3e\x65\xb5\x5e\x74\xb6\xf1\x6f\xfb\xb0\xdd\xa3\x1d\x8a\x36\xcb\xd8\xe8\x1f\xba\xfe\x34\x3c\x74\xcd\x71\x68\xe1\xb1\xef\xdf\xbd\x72\xf7\xf4\x29\x6c\x68\x57\x1e\x2e\xa4\x76\x31\xc0\xcb\x96\xa3\x1a\xf8\x3c\xb8\xeb\xb6\x9f\xe4\x75\x25\x07\x6b\x04\x86\x1f\xff\x55\x1b\xe6\x59\x92\x69\x74\xf5\xa3\x7f\x40\x89\xd2\x5f\xc6\xcd\xbb\x4f\xd8\x7a\xfa\x09\xce\xf6\x3e\xbe\x3a\xfe\x3b\x6e\xe1\xc7\x05\x3f\x86\x9b\xb7\xc0\xb9\x34\x3f\xb0\x09\x79\x78\x3b\x6f\x43\xd2\x70\x7e\xe8\x38\x78\x2a\xe9\x8b\xeb\xb0\x59\xb4\x03\xc9\x73\xf4\x71\x73\xf2\xa2\xfa\xcc\xac\xd2\xc6\x70\x4e\xff\x5c\x6b\x32\xc1\xb4\x39\x7e\x1f\xf9\x9f\x1b\x1d\xe0\x03\xfa\x88\xca\x8a\x71\x98\x0f\x26\x48\xa2\xd7\x32\xa3\x97\xb0\x3e\x68\xe5\x26\x1e\x8b\xfe\x51\xdf\x6e\xff\x27\x06\xe7\x1f\xa3\x18\x9f\x9d\xf8\xe9\x89\xd2\xbf\x03\x3f\x77\x0a\xa8\x65\x42\x53\x4a\x85\xda\x9b\xdd\xea\x2b\x10\x84\x30\x9d\x43\xcb\x71\x8e\x0d\xe7\x2e\x8a\x47\x45\x67\xc0\xdd\x7b\xe4\x07\x34\x75\x52\xb2\xb3\x85\x79\xf8\xfc\xb3\xf1\x94\xab\x8f\x9f\xfd\x17\x25\x7a\xf4\x36\xff\x7d\xff\x8e\x3d\x90\x8a\xbe\x6d\xeb\x57\x0b\xb3\x6b\x57\xa6\xef\x6e\x7f\x76\x8b\xcb\xae\xdd\x53\x9c\x3e\xa5\x9b\x42\x1b\x1b\x32\x43\x14\xaa\x4f\xa5\xf4\xd7\xa7\x6e\xf5\xa9\x26\x3c\xc7\xd7\x6f\x3e\xdd\xc3\x6f\x7e\xe9\x90\x7e\x5e\xc1\x4f\x4c\x23\x46\x3f\x4a\xf8\x51\x56\xfc\xf7\x1b\xaa\x87\xbe\x0a\x5c\x0d\x28\x36\x54\xbc\xfd\x9b\xa3\x9f\x37\xf0\xc3\x34\x2d\xbf\xa7\x03\x17\x7f\xe9\xf0\x71\x6a\x9f\x58\x9d\x9e\xa0\x6e\xd0\xa6\x8a\xc5\xdc\x1d\x95\x02\x46\x77\x54\x86\x7d\x52\x49\x69\x6e\xa8\x00\xfa\xa5\xdf\x6f\xac\x7d\x2d\x8d\x61\xe7\xdc\x56\xdb\xf4\x57\xdc\x94\xa5\x75\x71\x8b\x1b\x6b\xb8\x21\xd3\x70\xcb\x9d\x79\xb3\xd6\xa1\xe8\x38\xa8\x50\x07\x22\xa3\x80\x95\x2c\xbb\xf6\x80\x0f\xa8\xbd\x5a\xe8\xf3\xb0\xfa\x2e\xec\x49\x07\xa3\xc2\x00\x69\xcc\xac\xdd\xc7\xac\x25\xfc\xcb\x59\xd0\xf8\x9d\x74\x79\x5a\x82\xef\x43\x7a\xfb\xd6\x2d\x17\xfa\x82\x74\xd5\x1c\x06\xd1\x73\x8f\x9e\x2f\x67\x39\x3d\xca\xa2\x8e\xdd\xa1\xd9\x65\xb9\x20\xb5\x3a\x66\xf5\xdb\x00\x8b\xf5\xc2\x2b\x95\xa2\xdc\x80\x0f\xfe\xfc\x67\xe2\x7e\xab\x77\xf6\x2f\x7f\x29\x9e\x7d\xf9\x10\x6f\x16\x8c\xe4\xf5\x4e\x65\xea\xb8\x06\x90\xc0\x30\x7f\x95\x00\x63\x1e\x2a\x0a\x61\x25\xd7\x28\x0d\x61\x5d\xfc\xcf\x00\x00\x00\xff\xff\x7d\xe4\xe4\xc1\x18\xe7\x00\x00") func confLocaleLocale_ptBrIniBytes() ([]byte, error) { return bindataRead( @@ -4518,12 +4564,12 @@ func confLocaleLocale_ptBrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 53481, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 59160, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_ruRuIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xeb\x8e\x1b\xd7\x99\x28\xfa\x9f\x4f\x41\x69\x20\xd8\x06\x5a\x34\x1c\xef\x73\x81\xe1\x76\x4e\x12\xcf\x8e\x73\xe0\x24\xde\x91\x83\xf9\x61\x08\x0c\x9b\xac\xee\xae\x11\x9b\xc5\xb0\x48\xc9\xf2\x60\x00\x5d\xe2\x4b\x8e\x34\x52\xec\x71\x4e\x0c\xc7\x96\x22\x7b\xcf\x9e\x0d\x0c\x06\x87\x6a\x75\x4b\xec\x1b\x1b\xf0\x13\x14\x5f\x61\x9e\xe4\xac\xef\xb6\xd6\xb7\x56\xad\x2a\xb2\xe5\xcc\xc6\x60\x62\x35\x6b\xdd\xd7\xb7\xbe\xfb\xa5\x33\x1c\xb6\x7b\x49\xde\x5d\x2f\xbe\x2d\xf6\x8a\x79\xf1\xb8\x38\x29\xa6\x8b\xfb\xcd\xc5\xcd\xe2\x68\x71\xbb\x78\x6a\x7e\x98\x36\xcd\x97\x23\xfa\xcd\x34\x58\xdc\x5c\xdc\x2a\x76\x8b\x7d\xd3\xf0\xc4\xfc\xfd\xa4\x98\x37\x7f\x9a\x8e\x2f\x2e\x6e\x98\x9f\x4e\xcd\x0f\xcf\x8a\x99\x69\x30\x37\x7f\xcf\x16\xf7\x1b\x8d\xed\x6c\x27\x59\x2f\xfe\xb9\x38\x2a\xa6\xa6\x17\x0e\xde\xe8\x75\xf2\xed\x8d\xac\x33\xea\xad\x17\x0f\xcd\xcf\x27\xa6\xe7\xd1\xe2\x6e\xd3\xcc\x77\x6a\xba\x41\xbb\x23\x1c\x1f\x06\x48\xde\x1f\xf6\xb3\x91\x19\xe2\x81\x59\xca\x33\x18\xb7\xb1\x9d\xf4\x87\xd0\x73\x5e\x1c\x9b\xbf\x7f\xbf\xb8\xdb\xc8\xd3\xad\x41\x3b\x1d\xac\x17\x9f\x99\x1f\x0f\xcc\xf4\x33\xfa\x29\x9b\x8c\xcd\x6f\x8b\x3b\x8b\x0f\xcd\xef\x7b\xf4\xdb\xc4\xf4\xfd\x8b\x19\xfe\x89\x19\xde\x6c\x05\x26\x5c\x7c\x84\x53\x8d\x92\xad\x34\x1f\x27\xa3\xaa\xef\xd7\x92\x8d\x3c\x1d\x27\x30\xcb\x7e\xf1\xf8\xa2\x39\x8e\x29\x4c\xd6\xb8\x9a\x8c\xf2\x34\xc3\xd9\xf7\x17\x37\xcc\xcf\xd0\x78\xd8\xd9\x32\x2d\x1f\xd1\x00\xb8\x97\x8f\x8a\x69\x63\x9c\xec\x0c\xfb\x1d\x18\xe3\x7f\x9a\x5f\x1f\x9b\x7d\xce\x8b\x93\x46\xbf\x33\xd8\x9a\x60\xfb\xff\xaf\x78\xb6\xb8\x53\x1c\x36\xba\xa3\xc4\xb4\x6a\x0f\x92\x6b\x66\x0c\x3c\xd4\x3d\xb3\x8c\x5b\x8b\xbb\xad\x56\xab\x31\xc9\x93\x51\x7b\x38\xca\x36\xd3\x7e\xd2\xee\x0c\x7a\xed\x1d\x3c\xa0\x87\x66\xa6\xf9\xe2\x77\xc5\x0c\x0f\x13\xef\xc2\xfc\x03\xce\xcc\x1c\xa8\xe9\x8c\xa7\x7c\xbf\x59\xcc\x9a\x78\xcc\xf3\xc5\xc7\xe6\x97\x7d\x3c\x94\xa4\x67\x4e\xaf\xdd\xc9\xf1\xb0\x9a\xa6\xf9\x7c\xf1\x89\x59\x9b\x69\x79\x68\x96\x79\xd8\xc0\x29\x07\x1d\xb8\xc9\x2f\x8a\x63\x18\xa4\x62\xf4\x46\xb2\xd3\x49\xfb\xeb\xc5\xbf\x17\x47\x2d\x6c\xb4\xf8\xd8\x7c\x9a\x9a\xd3\xc8\xf3\x6b\x19\x5f\x38\x4c\x0e\x9d\xcd\x81\xb7\xc7\xd7\x87\x78\xa0\x00\x50\x7b\x08\x39\xfb\x34\xf8\x2e\x03\x91\x81\xb1\x46\xb7\x33\x1c\x77\xb7\x3b\xeb\xc5\x97\x66\x35\xa7\x66\xdd\xd3\x86\xe9\x3b\xcc\xcc\x6d\x64\xa3\xeb\x74\x5d\x01\xe8\x15\x07\x8d\x6c\xb4\xd5\x19\xa4\x1f\x74\xc6\x78\x37\x0f\xcc\xaf\x4f\xe8\x26\x4c\x3b\xb9\xd2\x9d\x74\x34\xca\xcc\x85\xff\x09\x6e\x0e\x37\x6b\x6e\xa4\x61\x8e\xbd\x0d\xe3\xaf\x17\x5f\xe3\x4a\xee\x14\x07\xcd\x18\x7c\x9b\x49\xa0\xe9\x4e\xba\x35\xc2\x3b\xfd\x9a\x0f\xc3\x9c\xcf\x57\xe6\xeb\x13\x05\x3b\xd4\x8e\x26\xa3\x66\x73\xd8\xe9\xb3\xd2\xbc\x9b\xd9\xe8\x8a\xd7\x64\x4e\xcf\x0d\xff\x97\x9f\x85\xf9\xb9\xe2\xb9\xc1\x08\x66\xdf\xde\x52\xe6\xf1\x9d\x77\x06\x06\xe2\xa8\xf1\xb7\xe1\xbb\xa3\x79\x23\xdd\xcc\x8b\x9b\x35\x3a\xbd\x1d\x03\x2d\xc3\xce\x20\xe9\xfb\x0f\xd8\xfc\x73\x0f\x5a\x20\xb8\xcb\xdb\xa1\xc5\x4d\x1b\x9d\x6e\x37\x9b\x0c\xc6\xed\x3c\x19\x8f\xd3\xc1\x56\x0e\x6b\x9c\x72\x2b\xf3\x68\xcd\x21\xcc\x60\x80\x43\x38\x0d\x83\x09\x4e\x10\x6e\x6a\x1a\x37\xae\x67\x13\xfb\x0c\x00\x84\xa6\x8b\x4f\x04\xb2\xf9\x11\x50\x13\x37\x06\xb6\x81\x69\x4e\x4a\x83\x99\xe5\x8d\xd3\xab\xe9\x38\x4d\x4c\xbb\x3f\x14\x87\x80\x43\x10\x5f\xcd\xb1\xe1\xdd\xc6\x70\xd2\xef\x1b\xa0\xf8\xed\x24\xc9\xc7\x39\x00\xcc\x94\xe7\xba\x09\x2f\xc6\x0c\x88\x28\x13\xcf\x08\x0f\xb0\x91\xe6\xf9\x24\xe1\x96\xf0\x78\x3f\x86\x59\xba\x9d\x41\x17\x4e\xed\x81\x19\xff\x18\xcf\xda\x80\xf2\x7b\xe9\x20\x1f\x77\xfa\xfd\xcb\x0d\xfe\x87\xb9\x11\xc4\xb2\x53\xc4\xb0\xbb\x70\x22\x8d\x71\x3a\x86\x6d\xfa\x1f\xe0\x0d\x9f\x18\xf0\x34\xf0\xf0\x89\xf9\xf1\x09\xec\x8d\x70\xb5\x81\x0d\x80\xac\x5d\xc6\xd0\x70\x83\x66\xbd\xb7\xcd\x1a\x61\xb0\x5e\xd6\xbd\x62\x70\x08\x20\x52\x40\x77\x7f\xa4\xa5\x37\x01\xd4\x83\xa6\x08\x78\xfb\xcd\x9f\x66\x5b\x39\xe0\x85\x13\xf3\x3b\x1c\xdb\xac\xf9\x26\x0e\xb1\x46\x8f\xf5\x29\x00\xb0\xb9\xb4\x03\x5a\x9d\x45\x30\x70\x8a\xd8\xff\xf5\x4e\x73\xdc\x19\x6d\x25\xe3\xf5\xf3\xed\x0d\x83\xee\xae\x9c\x6f\x6e\x8f\x92\xcd\xf5\xf3\x17\xf2\xf3\x6f\x2c\xfe\x09\xda\x11\x79\x41\x48\x5f\xdc\x79\xfd\xe5\xce\x1b\x38\x9f\x39\xca\x63\x8b\x5e\xee\xc2\xb6\x65\x6b\x06\x5f\x34\xf1\xf7\x63\xc6\x52\x4d\x9c\x6f\x7e\x11\xb6\x62\x50\xab\x69\x08\x80\x7b\xcc\x94\xe4\x16\xc0\x27\x5e\x13\xcc\x36\x87\x17\x7d\xd3\x43\xce\xfb\xe7\x1a\x70\xbd\x06\xc1\xb7\x7b\x1b\x44\x13\x71\xd7\xd8\xc8\xe0\x7b\xb3\x3d\xb3\xb4\xe6\xcf\xaf\x5f\xfa\x6f\x6f\xaf\x35\xdf\xc9\xf2\xf1\xd6\x28\xc1\x7f\x9b\xff\x31\xbd\x5e\x85\xf9\xe0\x14\xdf\x4d\xdf\xfc\x71\xab\x61\xc6\xe0\x2b\x8b\x80\xb9\x21\xaa\x80\xe8\xe1\xb2\x60\xfa\x13\xa0\x50\xd8\x03\xb1\xe1\x37\x66\xa0\xd3\x8a\x46\xdb\x66\xde\xf5\xe2\x5f\x08\x2c\x11\x2d\x13\x25\x2c\xe3\xe2\xbb\x15\x48\xd7\x4c\xe3\x61\xf2\xaa\xb5\x08\x70\x7c\x8e\xf0\x84\xdb\x6e\xc2\xb3\x76\xa8\x1f\x2f\x1c\x6e\x17\x1f\xcb\x69\x13\x01\xf3\x31\x3e\x82\x8f\x9a\x3f\x1b\x0c\xb2\x37\x7f\x6c\x0e\x19\x6e\x67\x8e\xb8\xfd\x06\x03\x33\x1c\xfe\x64\xbc\xf9\x7f\xb6\xb7\x92\x41\x32\xea\xf4\xdb\xdd\xb4\xd5\xc8\xf3\xbe\xa1\x63\xbd\x84\xb0\xf9\x53\xb8\xf7\xe6\xa5\x4b\x6f\x9b\x4d\x8c\xb7\x81\xb6\xdd\xc6\x57\x98\xff\xb6\x0f\x17\x24\x6b\xe3\x9f\x9b\x70\xf9\xbf\x03\x6a\x0c\x50\x18\xdf\x52\xf4\x96\x9a\xaf\x6f\x8c\xde\x30\xe8\x0f\xe0\xe7\xa9\x50\x9f\x29\xf0\x38\xb8\xc7\x7b\xe6\x87\x13\xc4\xfe\xf8\x20\x70\xa6\x53\x84\x7e\xef\x91\x98\x3e\xbb\x08\x83\x40\x51\x85\x3d\x52\x1c\xd4\xe2\x4e\xab\x91\x8c\x46\x6d\x43\xfb\xc7\xd7\x01\xb8\xbc\x3d\xc1\xe2\x69\xc5\x30\xd0\x92\x15\x03\x08\x9b\x56\xc7\xf8\xe6\x00\x1c\x61\x74\x59\xd8\x6d\x04\xb3\x3b\xc5\x31\x4d\x97\x0e\xae\x76\xfa\x69\xcf\x80\xe1\x2a\x57\x1e\x1f\x1e\x0f\x62\x0f\xdf\xdb\x53\x62\x40\xe0\x27\x78\x93\xbb\x78\x42\x77\x9a\xe7\x5b\xe7\x81\xa5\x38\x7f\xf1\x7c\xab\x31\xc8\xda\x44\x1b\x80\x29\xe9\xa5\x79\x67\xc3\x30\x28\xc4\x55\x8d\x98\x0c\x7f\x46\xd8\x52\x4f\x22\x44\xee\x10\x4f\xfc\x63\x7e\xab\xf8\xe8\x42\x1e\xec\x1e\x2c\x79\x4e\xab\x7a\xc6\xab\x9f\x01\x67\x7a\x1b\x8f\xfe\x16\xa2\xc5\x03\xbe\x1d\x04\xd6\x59\x2d\x51\xd2\xf7\x22\x54\x2d\xf2\x66\x6a\xc7\x58\xf5\x4a\x1a\x02\xed\x8c\x16\x0c\x3f\xbb\xf8\x3d\x91\xda\x53\x9c\x6a\x0a\xb8\x0a\xc6\x36\x47\x04\x98\xa7\x01\xbc\xb9\xcf\x74\x21\xd3\x71\x44\x33\x31\x7f\x2c\x8d\xec\x9b\x08\xa0\xf9\x19\x5e\xdf\x4d\xc6\x7e\xe6\xcf\x5d\xa6\xe9\x00\xb5\x48\x0f\xf7\x11\xbe\xe1\x0a\xcc\xd4\xf7\x81\xab\x35\xd7\xf0\x7b\xfa\x39\xc2\x04\x14\xb3\x73\xc8\x7c\x95\xa0\x98\xd8\x35\xb8\x8d\x38\x6f\x62\x3b\xd9\xa5\x7e\x66\x26\xc3\x87\x82\x50\x80\x8c\x56\x9c\xb3\x31\xd7\x68\x64\x8c\x26\x22\xe1\x3d\x98\x10\x41\x60\xf1\x21\xa3\xef\x7d\x00\x61\x78\x84\x16\xb7\x33\xbe\xd9\x47\x42\xce\x43\xb4\x1a\xa3\x89\x61\xff\x6b\x51\xa6\xb4\x70\xa7\x59\xc3\x48\x83\xbc\x74\x44\x57\xa1\x2e\x7d\x8f\x59\x86\xdb\x80\xc3\x0f\x19\x73\x20\x2b\xed\xce\xe8\x5e\xc5\x19\x35\xb9\x9d\xc2\x2e\x06\x9f\x01\x30\x18\x82\x92\x19\xd6\x7a\x00\xf8\x78\x4e\x44\x8d\x7f\x71\xa7\xc9\xec\x07\xc2\x20\x50\xba\x5f\xff\xea\xed\x8b\x00\xb9\x30\x17\x5c\xab\xe5\x0d\x0e\x49\xee\xb0\x28\x59\x9e\x11\x2c\xc8\x20\xdd\xb7\x00\x1b\x6f\xb7\x87\xd9\x68\xbc\x6e\xfe\x22\xe0\xb8\x61\xc8\x8d\xfc\x6a\xa7\xfc\x9a\xd6\xb2\xb8\x61\xdb\x14\xd3\x35\xda\x26\xee\x89\x70\x67\x48\x34\x60\x81\x30\x2e\x5e\xfc\x0d\x24\xf9\x37\x8c\xb4\xf0\x80\x59\x9b\xdd\xc5\x5d\x16\x03\xdc\xf3\x59\x63\xe2\x0e\xc7\x1c\xc3\x16\xb8\xe8\xed\xf1\x78\x48\xab\x86\xfb\x85\xd5\x34\xdf\x7a\xf7\xdd\x77\xdc\xef\x67\x5c\x77\xe9\xb9\xc1\xa2\x10\x04\x05\x37\x1a\x04\x0f\x8c\x17\x0a\x66\xf8\x12\x27\xa3\xfe\xba\x39\xf6\xea\xa7\x6a\x1a\xd8\x55\xfc\x3b\x4e\x76\xab\xf4\xfe\x9b\xc8\x88\x87\x57\xb9\xda\xed\xc1\x86\x5f\x86\xff\xb9\xd4\x64\x46\xb7\xe9\x83\x00\x3c\x12\x64\xf3\x0f\x99\x25\x39\x11\xa4\x29\xd2\xda\x7e\xab\xd1\xcf\xb6\xda\xa3\x2c\x1b\x47\x28\xd5\x53\xf3\xef\x1b\x88\x4a\xcc\xe6\xfd\x86\x76\x63\x5f\xe2\x2b\x41\x99\xa6\x78\x62\xd7\xad\x91\xb2\x50\x6b\xd8\x80\x37\x26\xe0\xe4\x46\x36\x04\x62\xe1\x50\xe5\x5f\x90\x83\xfa\x84\x9f\xf4\x09\xb3\xbc\x11\x2e\x1e\xa5\xcf\x6a\xbe\x4b\x93\xe4\x65\xc7\xb0\xb8\xd3\xc8\x77\x0c\xdc\x10\xc3\xf5\x2d\x50\xe7\xe2\xa8\x79\xe9\xe7\x06\x9e\xf0\xf7\xcd\x51\xb6\x03\x88\xf9\x99\xfb\xd3\xb1\x25\x22\xf7\x36\xe9\x7e\xd5\x05\xac\x35\x7f\xf5\x5f\x7f\xd2\xfc\xdf\x5e\xfd\xc1\x0f\x0c\xc4\x23\x00\x44\x49\x07\x6e\x44\x75\x14\x1e\xc0\x9c\x1b\xa0\x0a\x64\x89\x9b\xe7\x89\x2e\x9c\x6f\xbe\x8e\xcd\xff\xaf\xe4\xfd\xce\xce\xb0\x9f\xb4\xba\xd9\xce\x1b\xad\x06\xfc\x64\x10\x19\xe1\xbb\x7f\x2f\xed\x75\xca\x10\xa3\x16\x6a\xa5\xc0\x99\x15\xe7\x79\x90\x0a\xaa\x18\xef\x23\x6a\x94\x76\x37\x1b\x6c\xa6\xa3\x1d\xc0\x4c\xfe\x6b\x45\x6c\xb0\xc7\x72\x2d\x70\x16\x7b\xbe\x5c\x1b\x90\x7d\x73\xb1\x78\xaf\x83\x6c\x9c\x6e\xa2\xb8\x0f\xec\x0b\x9c\xcb\x27\x6a\x40\x46\x10\x4c\x44\x6e\xb3\x46\x01\xde\xb9\x53\x26\x99\xb3\xb8\x9a\x80\x44\x38\xba\x9a\x76\x13\x01\x94\x47\x0e\x0d\xe1\xa3\x31\x67\x6e\xfa\x3f\xa1\xf7\x5e\x02\x32\x05\x45\x8d\x6c\x73\xb3\x9f\x0e\x12\x66\x5c\xdd\x36\x95\x10\xfd\x3b\xd4\x7c\x1d\x18\x12\x81\x5b\x7b\x4a\x02\x8d\xd7\xd3\xe0\xa6\x21\x68\xa5\x1e\x94\xd0\xda\x4f\xde\xfc\x05\x31\x69\x4f\x99\xc9\x44\xb9\x0a\x69\xf1\x2e\x1e\xa1\xaf\x8b\x3b\xd6\x73\xec\xaf\x81\x3c\x87\x04\x56\x58\xe3\x3b\x4d\x82\x26\x78\x6e\x24\x6d\x79\x24\xf5\x06\xf2\x07\x7b\x78\x9d\x88\xd3\x4c\x4b\x03\x24\xf0\x48\x51\x43\x41\xf2\x97\xa1\x44\xcc\xd9\x6d\x8d\x3a\x57\x3b\x46\xac\x8b\xad\x5c\x3d\x35\x43\xc0\xb8\x61\xa9\x67\xf5\xce\xa5\x0b\xa9\xab\xe2\xd4\x1a\x99\x6f\x3c\x66\x04\x17\x92\x86\xcd\x0f\xe6\x47\xbb\x77\xd9\x0c\x80\x2d\x90\x0e\x33\xd4\x45\xb3\xae\x63\x1c\xf1\x63\xc6\x9d\xf7\x08\x39\x3d\xc1\x7b\x7f\x8a\xfc\xcf\x2d\xda\x7b\x05\xed\x07\x5e\xd0\x9d\x83\xcf\xe1\x46\xcf\x62\x8a\xaa\x4a\x5a\xe4\x7d\x27\xcd\x9a\x73\xbf\x57\xc1\xe9\x46\x47\x97\xf3\x12\xed\xc3\x3e\x09\xd8\x35\xea\x3e\x80\x89\xe7\x99\x7e\xad\x89\xaf\x09\x9a\x1d\x02\x8e\xaa\x64\x80\x4b\xd2\x82\x07\x41\x81\x46\x07\x25\xa1\x01\x6e\xcb\xea\xf4\x4a\xc8\xe1\x90\x94\x7c\x86\xba\xf8\x4d\xc3\xcd\xa3\x2e\xc7\x4d\x64\xbb\x89\x8c\x16\x47\x25\x95\x27\xd5\x22\xf1\x7f\x94\xb4\x59\x9b\xdc\xbe\x9a\x82\xfa\xb5\x8c\x6d\x44\x23\x20\xfd\x69\x9b\xbb\x96\xd3\x7c\xa6\xa5\x95\x23\x61\xdc\xcd\xf9\xe3\x2d\xe0\x5a\x02\xe5\x43\x74\x6a\xd9\xef\x37\xfe\x3d\xe8\x79\x34\x0b\xc0\x44\x31\xba\x3b\xd8\x36\x5c\xd3\x13\x7c\xe8\x6a\x39\x53\xd2\xe6\xd8\x7d\xf8\xcb\x5a\xdc\x21\xfd\x0e\x73\xe8\x33\x3b\x18\x6d\x85\x87\x43\x5c\x3b\x23\xa6\x08\x4f\x47\xad\x17\x06\xbc\x69\x16\x76\x84\x8c\xac\xb0\x23\xd1\xa3\xda\x25\x0c\x6c\x98\xfa\xdb\xa5\x65\xb4\x58\xe7\xc8\xaa\x3c\xb6\x58\x38\x59\x52\x38\x71\x10\x03\x1c\x10\xd2\x72\xac\x68\x88\xd0\xee\xb8\x90\xa5\x62\xdd\x29\x88\x43\xb0\x4f\x64\x54\x8b\x03\x40\x17\x8b\x9b\x6b\x95\xe8\x08\x74\x1d\x3f\x7b\xb3\xb9\xde\x7c\x45\x9a\xdc\x26\xa0\xf6\x65\x02\x20\xe6\x42\x34\xe1\x5d\xd6\x4b\xa8\xf6\xb8\x58\x0d\x36\x23\x1d\x03\xe0\x38\x39\x94\x6a\x76\xc7\xcc\xbf\xf8\xf4\xec\x52\x31\x8f\xbb\x92\xbe\xbf\x46\x6a\x6e\x30\xfd\xf7\xbe\x6a\xba\xbf\xe7\x70\x97\xeb\x44\x03\x3a\x33\xc2\x12\xb6\xa5\x6e\x1b\xac\x4d\x6d\x6f\x65\xa0\xfc\xf5\x35\xa7\x4c\x65\x40\xcc\x1e\x27\xf9\xb8\xbd\x95\x8e\xdb\x9b\xc0\xec\xf4\xe0\x24\x91\x81\xd8\x23\x0e\x96\x20\xe5\x94\x5f\xda\x3e\x0a\x6a\xd0\xf7\x05\xd3\xe5\x05\x52\x6e\x1d\xe3\xb0\x86\x8a\xbe\xd6\xbc\x70\x95\x75\x54\xaf\x02\xbb\xd2\x36\x44\x2c\xed\x03\x12\x13\xe5\x33\x70\xe0\xce\x4a\xc4\xe0\x8b\xec\x90\x55\xb3\xe0\x6b\x24\x21\x89\x14\x40\x15\x4a\x56\x52\xd0\x22\x11\x3b\x10\x2d\xca\xef\x50\x95\x39\x13\x6a\x4d\x20\xff\x18\xcf\x67\x8a\x92\xe7\x6d\x7a\x6a\xb2\x82\x7b\xc4\xa1\x5e\xc8\xcd\x1c\xa2\xc9\xd0\x5f\xb7\xb2\x8d\x49\xda\xef\xb5\x1a\xa2\x4c\xea\x6d\xc8\x23\x5c\x59\xb1\x29\x9b\x14\x46\x91\x97\x66\xb0\x15\x1e\x97\x8c\xac\x74\x0a\x5f\x33\xeb\xc6\x02\x20\xb0\x33\x81\x16\x6e\x05\x59\x1a\x07\xb7\xf2\x3c\x5c\xc6\x4e\xc7\x90\x11\xc0\xa7\x00\x52\xb7\x51\xf9\x72\x50\xfd\x9a\x71\xd5\x06\x01\xec\x22\x19\xdd\xaf\xe5\x08\x48\x0b\xad\xe5\x1c\xd1\x9f\x9b\x55\xe4\xcd\x8b\x6f\x98\xff\x6d\xe4\x9d\xab\x09\xf1\xc4\x5b\x75\xa0\xe6\x69\x36\x2c\x49\x34\xd0\x8f\x56\x8d\x27\x28\x2a\x31\xd2\xf4\xce\xcf\xc3\x90\xa2\x06\x82\xb5\x9c\xe0\x56\x2a\x0e\x34\x90\x3c\x9f\x57\x91\xc6\x2b\xa1\xf7\x96\x4f\xba\xdd\x24\xcf\x49\x55\xf1\x18\xc0\x43\x01\xb0\x23\x9a\xe7\x9a\xc5\x57\xc4\x92\x82\x98\x73\x47\x44\x7c\xb6\x42\x00\x1f\xff\x18\xbf\x01\xc1\x41\x15\x48\x13\x0d\xac\x37\x89\x06\xc1\xc1\xd3\xd3\x44\xb0\xdb\xb7\xd4\xfe\x16\xab\x94\x4c\xef\xfb\x0e\x6e\x03\x89\x76\x39\x84\xf1\x65\x1e\x91\x01\xa5\xd8\xc5\x1d\x36\xde\x03\x73\xf6\xe5\xc6\x84\x34\x6e\x59\xbf\x07\xc2\x55\x2d\x8a\xbc\x2b\xa2\xdb\xdf\x5e\x04\x9c\x66\x95\xf2\xb6\xb7\xc6\x98\xf9\xb5\xd4\x80\x68\xdb\xda\xc7\x01\x5c\xc6\xc9\xfb\xa8\xd0\xa0\x1d\x96\x78\xa5\x39\x5a\xca\x00\xa2\x6f\xb2\x2a\x81\xcc\x71\x88\xff\x23\xf6\xf4\x9d\xeb\xf8\xd2\xcc\xed\x7c\x05\x92\x44\x85\xba\xcd\xe0\xee\xbe\xc1\x5b\x19\xb0\x9d\x57\x13\xe9\xf1\x08\x77\x76\xcc\x4a\xee\x93\x1a\x75\x1d\x4c\x93\x8d\xb6\xec\x2c\x71\x45\x22\xb4\x22\xa3\xa8\x6b\xa8\x2d\xa2\xd3\x06\xf2\x41\xe4\x42\xf0\x90\xc5\x90\x67\x4c\xd8\xcd\x8b\x62\x1b\x5b\xcb\xc0\x3d\x5a\xfa\x78\x99\x9f\x89\x66\x73\x66\x90\x4f\x1c\x39\x2c\x3e\x34\x77\xc9\xae\x05\x97\x1b\xdc\x2f\x66\x46\x9e\xa1\x8d\x25\xaf\xd0\x18\x82\x9f\x41\xd2\x19\x01\x56\x81\xef\xf0\x4e\x0e\xcd\xc0\x9d\xc9\x78\xfb\xb2\xb2\xe1\xb7\xd9\xf6\x19\xd8\xf2\x9b\x44\x8b\x08\xf0\x3c\x3e\xd9\xc9\xd0\xdb\xc9\x10\x04\xf0\x9d\x1c\x9f\x34\x8a\x81\xfb\x64\x91\x0c\xba\xfc\xb0\x59\xfc\x41\x33\x56\x62\x9c\x81\x37\x72\xae\x91\x67\xdd\xb4\xd3\x6f\xaf\x32\xac\x42\x01\x53\x4f\x6d\xb3\xb8\x6b\xe6\x78\x64\xe6\xb8\xef\xb4\xcb\xfb\xf8\xd8\x08\x67\x7d\x44\x6c\xa2\x91\xcb\xee\x9d\x0b\xa4\x17\xf2\x57\xd8\x19\x8e\x51\x63\x82\x44\xe0\x84\x86\x58\x6b\xa2\xbb\x01\x1a\xea\x00\x43\x58\x83\x6b\x25\xfb\xae\x95\x7f\x68\x40\x35\x78\xe1\x61\x99\x3c\xae\xc1\xa2\xd4\x5a\x19\xb7\xd6\x61\xb1\xb9\x08\x4b\x70\x70\xd3\x50\xbe\x83\xe3\x42\xa6\xe4\x4b\x62\x31\x09\x9b\xed\x8b\x00\x79\x56\x95\x06\xa9\xeb\x9c\xd2\xad\xbc\xb1\x39\x48\x24\x3b\xc9\xce\x06\xcc\x9c\xb0\xdc\x83\xdc\x86\xa5\x0b\xa8\x07\x36\x8f\x7a\xd3\xbc\x35\xc4\x6d\xc2\x68\xfd\x09\xad\x58\x77\x88\xf3\xd7\xec\x15\xb4\x4c\x56\x69\xf9\x43\xf1\x96\x31\xa4\xd3\x48\x41\x5f\xa3\x64\x8c\x9a\xee\x10\xec\xfe\x84\x9d\xf4\x16\x67\x28\x48\x5b\xf0\x6b\x09\x27\x48\x32\x2c\xea\x72\xf2\x64\x30\xb6\x30\xa1\xbc\x1d\x18\xd2\x90\xed\x76\xa6\xec\xe8\xd1\xa2\x25\x0b\x57\x3e\x27\xdb\x86\x8f\xec\xe8\xc7\xe6\xeb\x1b\x6f\x5c\xc8\x5f\x7f\x79\xe3\x8d\x38\x17\xb5\xe6\xb1\x76\xa2\x79\xde\x65\x67\x02\x4f\xab\x74\x60\xb8\x01\x64\x1a\x0e\x51\x8b\x0a\x9b\x73\x9a\x9e\x0b\xbd\x26\xc9\x07\xa4\x55\x51\xac\x00\x0d\xfc\x89\x5d\x73\x1c\x1c\x5a\xe4\x80\x90\x10\x22\xb3\xf8\xc2\x79\x22\xa8\x33\x45\xc8\x26\xfa\x1c\x62\x0d\x3c\xd6\x7e\xba\x93\x8e\xab\x1f\x1c\xd2\x57\xba\x4e\x61\x56\x48\x1c\x24\x3a\x05\x63\xf2\x9c\x56\x36\x03\x50\x5d\xaa\x36\x16\x36\x83\xfc\xbc\xe6\x55\xcf\x92\xb9\xdd\x39\x5e\x24\xa1\x91\x57\x9b\xf4\x22\x91\xf6\xde\x21\x56\xf4\x19\xe3\xd8\x63\xdf\x1d\x48\x79\x08\x9d\x82\xae\x14\x38\xb9\x56\x63\xbb\x93\xb7\x27\x03\x86\xb2\xa4\xc7\x0f\xf5\x4f\xa8\x3d\x05\xf9\x09\xd5\x64\x72\x7c\x6b\x86\x74\x18\xde\xe3\x5b\xba\xe6\x9b\x0a\xa1\x9e\x30\x01\x28\x03\xdb\x89\x20\x69\xd1\xc7\x2e\xd5\x1e\x37\x5f\xb4\x90\xf7\x92\x39\x0a\xe7\x62\x01\xdc\x96\x62\x89\x67\xe4\x9b\x46\xc6\x02\x1f\xfe\x51\x52\xac\x42\x2b\x30\x08\x5f\xd8\x09\x5e\xe6\x09\xb3\x4e\x38\x91\xa6\x2f\xa5\x87\xb5\x46\xcf\xe5\x29\x1c\xba\x5c\xdc\x14\x78\x09\x68\x7e\x2a\x92\xfa\x0c\x00\xa4\x45\x30\x25\x27\xfa\xb5\xdf\xcd\xda\x16\x7d\xf3\x8c\xf8\x67\x04\xea\x61\x26\x59\x1a\xb6\xec\xc9\xf9\x0b\x64\x3d\x3e\x0a\x50\x39\x92\x2e\xf0\xae\xb2\xe6\x92\xb3\xdc\x02\x71\xf1\x44\x09\x2c\x33\x3c\xc3\xa3\x85\x53\xa7\xf6\x95\x5c\x2f\xd0\xb2\x56\x03\x0f\x00\xce\x61\x1c\x3d\x06\xd3\xec\x1e\x80\x7d\xd9\x46\x15\x6c\x3e\x82\xdb\xcc\xca\x1e\xf3\xeb\x9b\x6a\xf4\x7b\xbf\x41\xf3\x39\x3c\xfd\x48\x1a\xfa\xcd\x84\xbf\xed\xa2\x06\x3a\xf2\xd6\x09\x93\xa1\x0b\x46\x2d\x26\x25\x15\xea\x3e\x20\x37\x01\xab\xa8\xfc\x53\xe6\x9a\x8f\x5b\xc1\x62\x95\x99\x6d\x05\x70\x51\x47\x60\xd5\xa5\xbb\x72\x8d\x8e\x70\xd9\xc1\xc7\x59\xd6\xce\xb7\xd1\xca\xf7\x39\xba\xfa\x9c\x04\x47\x67\x0d\xf2\xfb\xf8\xa0\xf7\x9b\xff\xbb\xe7\xb3\x00\x4f\xa2\x65\x98\x34\xb8\xca\xcb\x84\x75\x81\x4d\xb3\x28\x37\x82\xb4\x34\xdc\xae\x82\x87\xed\xa0\xac\xc6\x88\xa8\x3d\x48\x35\x6d\xe1\x98\x06\x02\x93\xfb\x72\xb3\x54\x08\x19\x9f\x21\xcb\x14\x28\x37\x3c\x2a\xa6\x3d\x2e\x99\x95\xb1\x32\x5a\xd4\xd5\xb5\x89\xbc\x36\x88\x16\x8e\xc7\x5a\x22\xcc\xb9\xa1\xc5\x4c\x53\xdf\x81\x91\xce\x63\x36\x2d\x9b\xfb\xc8\x7a\x1d\x73\x21\xd7\x13\x14\x1c\xa7\x8d\x01\xba\x5f\x1a\xb8\x6b\x98\x2f\x38\xe0\x17\xbe\x3b\x97\xe9\x63\xb8\x99\x9d\xcb\x8d\x5f\x1b\x0e\xfd\x17\x1d\x91\x11\x62\x66\xfd\x5f\x19\x06\xff\x17\x4a\x9d\x15\x17\x0a\x1a\x7f\x4b\xd7\xf5\x07\x0f\xbf\xb4\xf4\xd9\xbf\x13\x55\x74\xfd\x2a\xa9\x70\x63\x55\xb6\xb2\x7d\x70\xa9\x60\x1b\x4b\xe3\xd2\xa5\xb7\xde\x25\xad\x1d\xad\x07\xad\xec\xc2\xfb\x4d\x1b\x6f\x8d\xc7\xc3\xfc\xd7\x6c\x4a\x46\x63\xae\x99\xf8\x7a\x3f\xeb\xf4\xe4\x47\x3e\xda\x29\x9e\xdf\x2d\x90\x07\xd1\xaf\xef\xdd\xa4\xb3\x43\xfb\xfc\x3a\xf4\xf5\xd0\x7a\xaa\x3b\x8d\x1f\x19\x09\x45\x1f\x48\x4c\x29\x6b\x84\x9b\x1f\x81\x4e\xe1\x6f\xff\x1a\xba\x38\xab\xe1\x4e\xd0\x07\xf6\x37\x2b\x7a\xcd\xfc\xa6\xd1\xe9\x0f\xb7\x3b\x28\x11\x73\xd7\xef\xfe\xad\xda\xf1\x22\xc4\x4c\xbe\xb3\x12\x69\x9d\xd0\x97\x00\x45\xb5\x23\x66\xec\x2c\x25\x85\x59\x5e\xbc\xd8\x7e\x09\x50\xd5\x09\xb9\x73\x09\xb1\x6d\x7d\x77\xa4\x97\xd2\x33\xa4\xe9\x7f\xdd\x72\x3c\xf4\x85\x3a\x63\xc4\xec\x16\x60\x00\xa2\xc9\xfc\x05\xdc\x90\x59\x69\x9e\x7e\xa0\x4e\x3a\xba\x3e\xb6\xf6\x91\x17\xc4\x85\xdc\x9c\x34\xaa\x8f\x5c\xc7\x60\x63\x11\x4f\x30\x92\x60\x0e\x71\xa4\x03\xc4\xb5\x07\x4d\x1a\x10\x18\xe2\xbc\x8c\x75\xcd\xca\x76\x3a\xef\xb7\xab\x57\x17\x9b\xe4\x18\x91\x2f\x0e\x05\x86\xbb\xe8\xc0\xbf\x61\x8e\xc1\xae\x3c\x4e\xbb\x9c\x1d\x1e\x45\xbd\x65\x98\x16\xd6\x0b\xfe\x1a\x1e\xc8\xae\x44\x11\x43\xd7\x9b\x39\x82\x72\x3a\xe8\xf6\x27\xbd\xd5\xb7\xfe\xc2\x85\xfc\x05\xd3\x6d\x32\xb8\x62\x44\xb0\x01\x77\x43\xd5\x15\x19\x80\x59\x0d\x53\xb0\x97\xf7\x27\xe8\xf6\x0a\x3a\x47\x71\x98\x6f\x9b\x19\xb3\xd1\x28\xe9\x8e\x95\xeb\xbc\xe2\x3d\x41\x6d\xbb\xc7\x08\xde\x11\x58\xa5\x2a\xb5\x48\xce\xf2\x03\xe4\xa3\x7b\x5a\x90\x4f\xf3\xbd\xc5\xad\x96\x0b\x0e\x68\x6f\x24\xc9\xa0\x3d\xee\x5c\x49\x06\xcb\xec\x06\xc4\x63\x9d\xa0\x31\x12\xe5\xdc\x61\xd6\xae\x18\x22\x8e\xab\x83\x01\x8c\x54\x5b\xee\x5f\xc2\x81\x51\x25\x54\x30\xd2\xd8\xa0\xd0\x15\x86\xf2\xd0\x69\x30\x04\xc1\x22\x76\x37\x47\xd3\x0b\x09\x4a\x3d\xc3\x2a\x82\x59\xc4\x69\x0a\xc0\xad\xe5\x4e\xdb\x5e\x98\xba\xe5\x65\xa7\x3e\x2b\xc9\xf9\x95\xda\xf9\x03\x30\xd5\x1a\x7a\x3e\xc2\xe0\x10\xa5\xa3\x1f\x58\x52\x5b\x56\xb9\xdc\x06\x55\xac\x50\x40\xcd\xea\xb1\x7d\x8f\xc1\x6d\x5e\x9a\x90\x64\x80\x59\xcd\x8d\x47\x96\x63\x5e\x05\xf0\x1b\xb8\x9e\x6f\x57\x9b\xd9\x9b\x08\x75\x05\x53\xfc\x02\xee\x04\x1f\x59\xeb\x0c\x35\x8b\xcc\xe8\xb8\xae\x55\xe7\xd3\x7a\x76\x3e\xf0\x5d\x96\x8f\x4e\x38\x94\x07\x1e\x5c\xf2\x7e\x9a\x23\x47\x3b\xd5\x9d\xea\x2c\x13\x37\xd1\x84\xb1\x6f\x65\xdb\x7d\x78\x8b\xfd\x4e\x3e\x06\xc5\x2b\x1d\x0d\x05\x75\x4d\x75\x54\x07\x59\x73\x8f\x70\x7d\x27\xc8\xfa\xcd\x6b\xc1\xe5\x59\x09\xd4\xc3\x33\xdb\x07\x7d\x07\x0c\x15\xa8\xf1\xac\xe9\xf8\x90\x47\x47\xb9\x12\xbd\x32\xcc\xac\x7b\xe4\x8e\x18\x23\x4c\x1f\x22\x4b\x43\xca\x9d\x26\xcb\xc6\x27\xde\xbc\x66\xaf\x1f\xa1\x3b\x8c\xa1\x7f\x68\x86\xaf\xf2\x54\x35\xc8\x49\x6e\x0e\x7c\x17\xaf\x24\xd7\xe3\xea\x3b\xb3\xd6\x63\x25\x2c\xa2\x6d\x9b\x5f\x4a\xc9\xee\xc7\x6c\xb5\x61\xd9\x2e\x0a\x05\x06\x23\x0f\xd8\x04\x40\x59\x78\x35\x19\x19\x66\xd5\x4e\x47\x81\x13\x21\xaf\xb3\xd2\xa8\x28\xa6\xcf\x79\x65\x96\xc8\x50\x50\x86\xf3\x88\x84\x13\x3a\x69\xe2\xb9\x1c\xb0\x3b\xd0\xcc\x1a\xa5\x4e\x2a\x75\xa3\xb7\xc5\x26\xed\xab\xbe\xc4\x02\x55\xe1\x30\x02\xb7\x2a\xd3\xf2\x2a\xab\xa7\x6e\x80\x1a\xdc\x5a\xba\x1e\x38\xfa\xd4\x04\x41\x09\x1b\x9e\xa0\x45\xfb\x77\xc4\xbd\xd2\x95\x91\x9d\x25\x1f\xa7\xfd\x3e\x00\xb1\x8d\xc3\x9a\x3a\x77\xe5\xe3\x30\x4e\x68\xdf\x7a\xfb\x10\x97\xcd\x4b\x9f\x3a\x1a\x4d\x01\x22\xc2\x9d\x32\x27\x61\x61\x2b\x6a\xc3\x38\x40\x0d\xf2\x09\x5b\x58\x8f\x78\x01\xa8\xbb\xb1\xfa\x16\x6b\xba\xe3\x4b\xb4\xe8\x95\x03\x54\x84\x87\xc1\x77\xd6\xe2\x5d\x81\xb2\x0a\xc3\xae\xd8\x7f\x61\x2a\x1a\x20\x67\xd2\xda\xad\x80\x67\x5c\x92\x44\xf6\x4c\xc1\x1e\x26\xca\x24\x14\x08\x44\x93\x74\x2c\x8f\xfa\xd0\x6a\xd5\xee\x92\xae\x5e\xdc\x08\xbd\x75\x13\xf9\x0c\x8f\x9c\x51\x51\x51\x1d\x43\x16\x9c\x7a\x99\x33\x2a\xa3\x8a\xe3\xf8\x59\x1b\xe4\xb1\x16\xdf\xc6\x92\x13\x16\x5b\x94\x7c\x05\x6b\xf3\x6e\x53\xdd\x9a\x41\xe2\x0d\x8a\x3c\x6a\x6f\x8c\x3a\x83\xee\xb6\xc6\xb6\xff\x83\x61\x95\x03\xe5\x28\xca\xee\x50\x58\xa4\x18\x86\x35\x32\x27\xa0\xec\xcb\x0d\xc3\x5d\x0d\xb6\x92\xb6\x38\xc0\x79\xa2\xa9\x92\xbd\x95\xf7\x19\x09\xbc\xe2\xf9\x06\x4e\x9a\x32\x48\x77\x92\x8f\xb3\x9d\xb3\x8d\xb5\x5b\xf6\x4c\x34\x70\xd4\xf8\xfb\xcc\x30\xf1\xe0\x85\xf6\x10\x31\xcb\x4d\x54\x2a\xec\x31\xd4\x1f\xc1\xad\xb8\xc0\x49\x0c\x75\x8b\xdb\xbc\x38\x18\xee\x7a\x3c\x14\x6e\x33\xeb\xf7\xb3\x6b\xd6\x2a\xb6\xc7\x8a\x2d\x12\x42\x67\x06\xca\x3b\x40\x33\x69\x23\x8f\xd9\x90\x8d\x04\x95\x7b\xa2\x7d\x5a\xf5\x84\x06\xfc\x29\xf8\x5d\x9c\x10\x0d\x72\x95\xef\xe0\x5e\x17\x7e\x05\xab\xc6\x4e\x0b\x99\x22\x50\x8e\x8c\xae\xd2\xec\xb5\xac\x10\x30\xd7\xa4\x65\x06\x38\x7a\xc6\x6f\x4a\x3b\x54\x99\x07\xeb\xc6\x1d\x76\xc6\x86\x15\x18\x90\x4e\x12\xb7\xbf\x7c\x8a\xef\xfe\xed\x42\xfe\xdd\x91\x72\x51\xf2\xa2\xea\x88\x9b\x6b\xbc\x27\xe1\x89\x97\x1b\x36\x96\xd1\x8b\xe4\xad\x08\xe3\x62\x02\x93\xaf\x7b\xba\x83\x19\x5b\xfa\xc0\xdd\x45\xdc\x9e\xee\x58\x3d\xbf\x18\xf2\x77\x7d\x83\x1d\x58\x43\x3b\xc3\x61\x3f\xed\xa2\x81\x26\x67\xe8\x09\xbc\xd7\xc9\x9c\x1b\x09\xa3\x35\x93\xf6\x92\x7e\x32\x4e\x1c\xbb\x31\x8b\x18\x28\x1b\x93\xb4\xb7\xfe\xeb\x9f\xbd\xd9\x68\x0c\x27\x1b\x66\x2e\x17\xba\x89\x1e\x93\xe0\x9e\x89\x42\xff\x41\x18\xc4\x29\x91\xce\xe4\xf4\xe5\x78\xe9\xc2\x85\xaf\xac\xc0\x56\x97\x1d\x39\x90\x59\x3d\x42\x8f\xaa\x13\x16\xbb\xb5\x7b\xbf\xcf\x81\x0b\x54\x38\xc7\x00\x60\x3d\xd0\xbd\x25\xe6\x6b\xcc\xd4\xc3\x6a\x9d\xd9\x13\x86\xec\x8f\x9a\x74\xcd\x81\x92\x83\x33\xcf\x2d\xfc\xf0\x94\x40\x25\x98\xc1\x27\xb1\x3c\xf6\xdc\xb3\x2c\xf1\xf8\x1f\x33\x5e\x7c\x66\x0d\x99\x4a\xb0\xb3\x92\x03\x1b\x36\xc9\xff\xc4\xf7\xef\x5d\xe2\x44\x68\x19\x19\xf6\x24\x0c\x23\x2c\x49\x91\xb9\xf8\x94\x39\x6c\xf3\x82\x20\x6c\x96\x38\xf4\xff\x6e\xde\xcb\x83\xca\x20\xfa\x7e\xd6\x65\x07\xda\xaf\x18\xe5\xce\x69\x19\x85\x0a\xbf\x68\x4c\x86\x3d\xd0\xab\x3a\xd0\xc1\x84\x05\x73\xa5\x63\xf7\x40\xc7\x6f\xee\x94\x9e\xb1\x60\x61\x36\x26\x36\xf1\x8d\x9e\xa2\xbb\xe7\x09\xb1\x57\x32\x05\xb3\x35\x8c\xb5\x57\x0d\x89\xd7\x87\x84\xb2\x4f\x38\x80\xb5\xd4\x71\x38\x80\xdf\x7c\x16\xb2\x8e\xb2\x14\x03\xd8\x77\xf1\x5d\x73\x5e\x06\x82\xf8\x72\x67\xeb\x81\x39\x07\x0e\x68\x4e\x56\x0e\x52\xb6\x17\x2a\xa8\x56\x1e\xd3\x13\xf2\x32\xf5\xc2\xb0\xd1\x80\x6b\x90\xd4\x24\x21\xb6\x00\x0e\x62\x3f\x1e\xcb\x2c\x2e\xbb\x3e\x49\x0b\x7d\x7c\xcb\x99\x24\xc4\xbe\x66\x49\x9c\x39\xa5\x2c\xcb\xd9\x7d\x42\x86\x11\x9f\xa0\x88\xf7\x84\xeb\xc8\x97\x6e\x7d\xd3\x43\x10\x09\xe8\x26\x48\x25\xaa\x3b\x44\x47\x23\x36\x33\x7b\x30\x64\x6c\x30\xb6\x03\xf9\xc8\x8d\x8c\x25\xce\x8d\xcc\x5f\x01\xe8\x6a\x8d\xd8\xc8\x5e\xee\x48\x34\xda\xe9\x0e\xa6\x78\x00\x83\xbb\xf5\x34\x07\x16\x86\x4c\xcb\xec\xa3\x5f\xa5\x64\x9a\x21\x58\x11\x35\x7d\xaa\xd4\x92\xfe\x6e\x1d\x84\x87\xbe\x79\xd3\xd2\x0d\xab\x1d\x97\x80\x1c\x80\xca\x7b\x06\x86\x50\x31\xd4\x6a\x8b\x94\x17\x5b\xad\xcd\x0c\x59\x5f\x8b\xca\x25\x87\x3b\xd7\x10\x6e\xd7\x35\x74\xd9\x16\x02\xa3\x05\xa8\xd7\xdb\x7e\x5b\xdf\xa6\xa2\xfd\x2d\x0a\xb1\x7a\xb2\x6c\xeb\x8c\x65\x31\x8d\x49\xf5\xe2\xea\x34\x23\xc1\x61\xb8\x73\xd7\xf1\x31\x28\x49\xf2\x53\x0c\xcf\xb3\x89\x13\x9f\x92\xe4\xc5\x2e\x6f\x5e\x44\x2c\x1a\x96\x16\xb7\xd8\x56\x79\xe2\x74\xc3\x76\x85\x74\xff\x76\x09\xbc\xa4\xff\x6c\xdc\x1e\x1c\x92\x01\x0c\x54\x77\xe5\x8a\x32\x63\x90\xfd\x32\x2b\x16\xe7\x9f\x90\xce\xd1\x14\x14\x2a\x6e\x0a\x1d\xa5\x97\x8f\x4a\xaa\x37\x76\x0f\x27\x24\x3f\x47\x29\x6e\x4e\x1c\xec\x59\x8d\xf8\x2b\xf3\x03\x71\x26\xc0\x0f\x27\x02\x4a\x3e\x67\xd1\x85\x38\x27\x03\x49\xc3\x91\xc1\x0b\x90\xc4\xe4\x81\xbf\x4e\xf9\x20\x36\xc4\x98\xfb\xb2\x88\xb5\xc1\x16\x05\x81\x49\x4f\x8d\xb7\xec\x09\x99\x16\x48\x6d\x4b\x1a\xa2\xe9\x99\xae\xd1\x1f\x4e\xa5\x12\xd2\x63\x72\x58\x2e\x23\x9e\x33\x0c\xbf\x26\x81\x94\xac\x50\x83\x6b\x38\x74\x32\xa1\x38\x5f\xf9\x9c\x56\x41\xc9\x1d\xac\x13\x60\x59\x5f\x40\x4c\xd7\x0c\x5d\x6a\x25\x9c\x8e\xf4\x45\x4d\x14\xca\x17\x12\x4b\x34\x67\x6d\x94\xb5\xe8\xe1\x3a\x45\x6d\x85\x07\xfa\xc3\xf0\x08\x2c\x2a\x38\x9b\xd6\xd7\x63\x3a\xf4\x0e\xc1\xcd\xbf\x87\xc8\x8f\xef\x13\xed\xaa\xda\xaf\xc0\xa3\x83\x2b\xcf\x89\xc3\x56\x0c\x59\xee\x4c\x8e\xe3\xd2\xf9\xb6\xeb\xdc\xf6\x7c\xbb\xc0\xff\x28\xf0\xe7\xaa\x44\xd3\x2b\x3a\x15\x59\x17\x2f\xed\x51\x21\x2e\x5e\x20\xc5\x9d\xc1\xb1\x4b\xa3\xb0\x95\x5d\xbb\x44\x5f\x0a\x47\x00\x8d\xcc\x33\xf6\xbc\xbd\x7c\xbf\x0f\xed\xf2\xe5\xf1\xa4\x1f\x21\x5b\x5b\xed\xd2\x03\xdc\xb2\x3b\x55\x45\xc8\x9f\xe7\x72\x4b\x5c\xec\x9e\xbd\x61\x06\x2a\x41\xc0\x56\x8e\x8c\xa2\x60\xdf\x30\xcd\xd9\x7f\x7a\xa4\x48\x2d\xc1\x21\xb7\x43\xd1\x94\x10\x01\x71\xb4\xb8\x12\x52\x46\x1c\x36\x95\x8b\xe3\x81\x44\x81\xc7\xc4\x24\x25\xdc\xd5\x7a\xe7\x34\x05\xdb\x98\x31\x38\x0c\x82\x05\x27\xf1\x48\xf3\x8c\x65\xf4\x33\x2b\xf2\x2c\x53\x4a\x01\xef\xec\xb6\xf2\x7a\x3e\x1e\x65\x83\xad\x37\xd8\xe7\x91\xdd\x4b\x6c\xb2\xb1\x1f\xbe\xfe\x32\x37\x68\x1a\xde\x12\x0d\xc5\xa4\x22\xf7\x34\xa8\xc4\x66\x32\xf6\x39\x65\x75\xe7\x6e\x61\xf5\x7c\x12\x33\x00\x8f\xe0\xf5\x8e\x4e\x86\xe3\xe7\xb6\xb8\xe7\xa9\x84\xe1\x3c\x28\x35\x8e\xd5\x83\xe9\xb0\x32\xf6\x47\xa2\x58\x35\xf1\xec\xf1\x47\xff\x98\xf9\x42\x14\x2b\xe9\x81\x3c\xa6\xb5\x54\x09\xac\x66\x7e\x98\xd2\xa1\xa1\xe8\xe5\x6b\x40\x11\xdd\x84\x36\x81\x7d\xba\x94\x8e\x86\xf2\xf8\x81\x1d\xaf\x65\x07\x44\x71\x89\x06\x7c\x58\xd9\x1c\x1d\x92\x49\x9c\xc6\xd3\x7f\xca\x06\x1f\x66\xc5\x8e\xc5\xc4\x16\xb7\xa0\xc8\x34\x56\xac\x73\x6e\x19\xf0\x09\x1d\xf2\xc5\x93\xdb\x45\xec\x1c\xa3\x7a\x8b\x9f\x86\x7b\xbc\x9f\x46\x25\xca\xe0\x2d\x7a\x08\x5c\xf6\x00\xe7\x49\xfa\xa3\x73\x42\xce\xf1\xdc\x7d\x62\x2e\xe7\x52\x43\xce\xed\xf2\x61\xc8\x52\x87\x80\x60\x0b\xf6\x67\x4f\x3b\x7d\xa9\x9e\x26\xd6\x46\x16\x07\x10\x43\xde\xe0\xa4\x62\xf7\xa2\xde\xc8\x84\x71\x44\x5a\xd6\xa5\x0f\xdb\x11\xe2\xe5\xd4\xb7\xb4\x23\x39\x7c\x6f\xf1\x71\xd9\x5e\x93\xd9\x73\x78\x7b\xd9\x40\x83\x36\x53\x19\xb2\xaa\x31\xd8\x79\xf6\xb3\x19\x25\x86\x9b\x82\x99\x2c\x06\xd6\xa4\x71\x85\xb4\x38\x56\xa1\xfa\x47\xb2\x50\x38\xff\x4f\x71\xe2\xe6\xc6\x08\x3f\x63\x10\xe9\x14\x0a\x45\xbe\x47\xb6\x52\x39\x11\x69\x03\x02\x13\x1f\x00\xc1\xff\xd1\x64\x6b\xdf\x41\x63\x9c\x5d\x31\x6f\x32\x36\x01\x92\xb0\x43\x02\xc8\xef\x35\x85\xa5\x2c\xa2\x89\x8c\xb1\xf6\xcc\xd6\x79\xc0\x73\xcc\x31\x8b\x56\x6f\x79\x6c\x33\x2d\x21\xba\xbf\x4f\x3f\x44\xb4\x97\x1c\xde\x50\x4d\x74\x22\xd3\xa1\xe6\xce\x4d\x06\xf8\xd0\x01\x20\xba\xb2\x94\x27\xfa\x5e\xd4\x46\xaf\x01\xc3\x37\x27\x83\x8d\x74\xd0\x23\x05\x0a\x2f\x0d\x5f\x35\xfd\xee\xb0\xc8\x23\xe4\x1e\x6c\x50\x1f\xf9\xfb\x54\x47\x69\x10\xa7\xe4\xf6\x3a\x75\xc4\xbe\x83\x23\xb6\x11\x08\x2a\x2e\xe6\x1b\x81\x02\x96\xb9\x28\xf2\x08\xcf\xf1\xc4\xae\x80\x79\xf9\xcf\xdd\x03\x37\xe8\x91\xf2\x1b\x71\xc4\x0b\x4f\x51\x19\xef\x82\xdf\x09\x1a\x73\xbe\xb7\x47\x8a\xf0\xe9\x93\x03\xa8\xb0\xb0\x29\x72\xb2\xc8\xa8\x65\x40\x5d\xd8\xc4\x05\x8c\x70\xf6\xf4\x2a\x41\x7e\x40\x9b\xec\x8f\xde\xf9\x59\xab\x61\x57\xca\x4b\xe0\x18\x23\x65\xe3\x04\x6d\xcb\x1e\x71\x88\xea\x7d\x68\xa9\x90\x63\xe7\x24\x04\x5f\x88\x51\x98\x06\x68\x35\xb4\xc7\xef\xd3\x23\x40\xc7\x28\x6d\x1f\x92\xd8\xe8\x4e\x99\x4f\xf8\x9f\x89\xac\x21\xf5\xbf\x51\x28\xf7\x4a\xd5\x2d\xe8\x44\x90\x95\x50\x4c\xac\x46\x87\x8a\xf5\xd0\x77\xa5\x77\xee\x1d\xe6\xb9\xa8\x75\x19\xc6\x21\x33\xbd\x0d\x4c\x3d\x44\xb9\x97\xc3\xbc\x95\x16\x4a\x6b\x6a\xdc\x2c\x84\x61\x2a\xa1\xce\x5b\x02\x13\x8a\x42\x59\xee\x45\x85\x12\xc4\xa5\xf3\x9c\x56\x54\x9e\x5a\xc2\x6a\x9f\x83\x26\xad\xfa\xa9\xd4\xd1\x57\xe6\x40\xa2\x9b\xf0\x56\x1a\x1f\x71\x05\x89\xb9\xfa\x28\x6a\x66\x5b\x4d\x70\x26\x32\x8e\x7c\x5e\x09\x39\x0a\x72\x88\x3c\xa0\x48\x76\xa3\x7b\xab\x53\x6c\x7d\xea\x5a\x71\x56\xda\x65\x3d\xf0\xd5\x12\xf3\x26\x46\xd6\xe2\x7e\x28\xc1\x09\x07\xf6\xc4\x32\x42\x86\x31\xcc\x1e\x84\x46\xf2\x38\x19\x74\xca\x5b\xb0\x3e\xe3\x01\xff\x54\xe1\x16\xce\xbd\xb4\xba\x9f\xf9\x24\x6d\xdd\x41\xb1\x80\x43\x74\xec\xa8\x56\x76\x05\x6d\x47\x5d\x46\x03\x38\x3c\xcf\xc7\x66\xd6\x74\xf2\x4c\xf1\x47\x08\xe0\xfb\xca\x88\x2d\xff\x6f\xf1\x47\x83\xe9\xff\xa8\x44\x99\x7d\x1b\xfa\x2d\x1e\x03\xe7\x6c\x00\x7f\xb8\xdd\xb8\x3f\xbb\x0f\x5d\x86\x1d\xf6\xbb\x49\x9e\x82\x88\xc2\xc9\xcf\xf9\x1a\x74\x73\x44\x7d\x5a\x4f\xf5\x54\x66\x2e\xbd\x92\x29\x5f\x32\xa2\xb3\x9b\xa8\x34\x5d\x19\x54\x1b\xef\x81\xb5\xfc\x72\x83\xbd\xa9\x3e\xf3\x5d\x90\x1a\xca\x1d\xae\xd6\xaf\xdc\xb9\x37\x4a\x64\xc4\x9f\x31\x37\xc3\x27\xa2\xaf\x56\xce\x85\x15\xa3\x14\xfb\x94\x63\x12\xe3\x14\xd1\x4b\x01\x7c\x80\x69\xff\x73\xf6\x6b\x61\x6b\x82\xbe\x73\x38\x54\xf2\xae\x91\x27\x65\xaf\xbc\xd5\xb8\x9a\xe6\xe9\x46\xda\x47\xb6\xf4\x33\xc4\x94\x33\x71\xfb\x31\x08\x10\xbf\xc2\x47\x27\x17\x0f\x3b\x83\x66\xd7\x30\xc3\xf9\xfa\xf9\x49\xda\x1c\x25\xbd\x26\x04\x27\x9f\x7f\xa3\xf8\xb3\x13\xc3\xcc\xf8\xa6\xd9\x1b\x55\xf9\x92\xc3\x51\x21\xdf\x71\x17\x18\x6b\xca\x05\x68\xa9\x4e\x65\x1e\x40\x31\x8d\xd8\x1c\x3d\x2b\x2d\xcb\x1c\x90\x2c\x8c\xbc\x96\x9f\x32\x81\x62\x3c\x58\x97\x81\xc3\x85\x84\xaa\xd5\x43\x9a\x66\x39\x98\x17\x95\xcb\x46\x0c\x81\x7b\xce\xe4\x0c\xb6\x56\x73\xb3\xef\xa4\xa9\x22\x92\xea\x79\x71\xff\xa5\x46\xb7\x9f\x0d\x1c\xe8\xc4\xb5\x12\x9c\x82\x34\x92\x19\xae\x98\xfd\xb0\xc9\x62\x8b\x4d\xe2\x12\x26\x58\xb9\x5d\x9f\xa0\xd7\x4d\x04\xc7\xd8\x79\xe3\x5c\x03\xb7\x4f\x7e\x42\x0f\xd4\xa2\x55\xea\xce\xf2\xd5\x63\x1f\x4a\x9b\xf6\xa0\xbc\x51\xde\x3f\xb5\x2a\xc1\x5e\xa4\x07\x26\xbc\x82\x5c\x31\xb1\x37\x77\x8f\x98\x71\x72\x9e\xbd\x2f\x27\xb5\x4f\x3e\xba\x14\xe4\xcc\xba\x41\xf3\x13\x7a\xdf\x79\xe0\x5f\xcc\xe8\xcd\x12\xee\x79\xe0\xdc\x54\x10\xaf\xe1\x27\xc8\xd9\xee\xf2\xb5\xdb\x9f\x54\x6e\xcb\x3b\x9c\x96\x80\x4f\xdc\x25\xe1\x6a\x6d\xa5\xe3\x74\x6b\x90\x8d\x92\x46\x3f\xed\x1a\x06\xd8\xe0\x0f\x00\xd5\x8f\x70\x5f\xcf\x10\x65\xf0\x87\xa5\xc3\x11\x03\x62\x7b\xe2\xc2\x3b\x3d\x83\x91\x7e\x85\xff\xe1\xbf\xaa\x87\x81\xb4\xd1\x9c\x86\xde\x9a\x32\x24\x37\xdf\xb4\x49\xbd\xc1\x91\x2f\x6b\xa7\x83\x14\x1d\x8c\x29\x5b\xf2\x8c\x28\x53\xf1\x2c\x60\x3b\xad\xee\x20\x0e\x04\x3a\xaf\x83\x12\xfa\xec\x8c\x24\x72\xcc\xbc\x75\xc1\xd5\x49\x30\x3d\x81\x9c\x2f\x55\x54\x80\x5b\x2f\xd9\xec\x4c\xfa\xe2\xf6\x45\xc9\xf9\xd9\xbb\xeb\x94\xd8\x85\x20\x09\x18\x27\x83\x37\x1b\x1d\x27\xa3\xab\x20\xb9\x7e\x41\xde\x85\xe4\x6d\x07\x67\xad\x93\x13\x84\xe9\x17\x5f\x24\xdd\xda\x4b\x32\x4c\xa7\xd7\x1b\x05\x76\x80\x20\xb9\x81\xdf\xd0\x72\x82\x5e\xfa\xd6\x92\x4f\x1c\xa7\xb7\xf3\xbd\x7b\x7c\xa1\x49\x69\x8a\x5b\x8d\x6b\xe0\xc9\x8f\xbe\x5a\x5f\xd3\x91\x52\xb0\xe2\xc2\xe6\x2f\x80\x67\xdf\xf9\x00\x5b\xfc\x09\x1f\xc4\x33\xe4\xb3\x70\xfc\xc5\x1d\x7c\x8f\x79\xf4\xc5\x5a\xc7\x2b\x73\x35\xdd\x6d\x8e\x3a\xce\x36\xdb\x78\x55\xc4\x2c\x47\x3d\xac\xc5\xf1\x74\x66\xb0\xe3\x09\x89\x71\x2a\xc6\xc3\x63\xfe\x28\xc9\x19\x75\x87\x8d\x81\xde\xdd\xcb\x31\x46\x14\xaf\x22\xcd\x03\xd0\xcc\x56\x8d\x6f\x58\x9c\x5a\x37\xc9\x35\xec\xfb\xfa\x86\xfd\x4f\xfd\xb0\x44\xfb\x18\x4f\xb7\x61\xbd\xd1\x6a\x1d\xc5\x06\x09\x38\x14\x4c\x20\x7b\xc9\x37\x0b\x95\x91\x5c\x42\x5b\xca\x49\xb5\xa0\xbc\xc1\x16\x89\x7d\x3a\xaf\x38\xd0\x39\x5b\x9a\x00\x92\x70\xa8\x46\xa5\xdc\xa4\x55\xcf\xd8\x31\x5b\x1e\xfd\x05\xc2\xdb\xdc\xe8\x4f\x12\x43\x34\xbc\xda\x06\xc5\x31\xd3\x5f\x3b\x1d\x3d\x65\xc9\x6b\x82\x3e\x29\x55\xfc\x13\x77\x69\x11\x21\xb4\x0f\xeb\x91\x95\x2b\x3d\xc1\xd7\x02\x7f\xbc\x9f\xa7\x25\x8a\x05\xa0\xb9\x14\xaa\x2f\xff\xf4\x67\xef\x46\x92\x70\x96\xac\xea\x3a\x6f\x0c\x57\x02\xb0\x19\x25\xc1\x03\x55\xd6\x61\x4e\x76\x27\xcd\x73\x12\xfb\x06\x29\x80\x89\x8b\x42\x3f\x71\xae\xe1\x53\x76\xef\x24\xc0\x39\xa5\x10\xc9\xd2\xb4\xb5\x50\x2f\x53\xba\xfc\x37\xdd\x4e\x7f\x59\xf2\x9b\xea\x7d\x61\xee\x1d\xcf\xbd\x9f\xfd\xce\xab\x1c\x65\xad\xa7\x71\xc9\x93\x85\x33\x5e\x01\xe3\x8a\xa9\xe0\xdd\x5a\xc5\x55\x3c\xa8\x9d\xc1\x93\x08\x4f\x0f\xf2\xda\x5d\xf2\x12\x67\x04\x4a\x3c\x85\x07\x6e\x28\xe9\x21\xee\x32\x8f\x86\xbe\x97\x99\xab\xb9\xe2\x38\x30\x7f\x6b\x9e\xf4\x37\x6b\x53\x94\xaf\xc2\xe7\xac\xb1\xf1\xc1\x5a\xe7\x3f\x53\x51\x3d\x2c\x55\x06\xb1\x0c\x20\x69\x0d\xaf\x1b\x0c\x3a\xb8\x52\x01\xd5\xae\x81\x56\x0b\x06\x0d\x61\x4b\x6a\x28\x17\x30\xa6\xa3\xb0\xff\xe3\xee\x17\x17\x7f\x22\xb7\xf3\x93\xf1\xa8\x0f\x7f\xd9\xcc\xc2\xe1\x78\xf0\xfa\xcc\x80\x04\xaa\xa1\xb2\x28\x32\x7d\x63\x32\xb8\x26\xa1\x63\xfb\xf4\x6a\xd0\xc9\x48\x52\x82\x16\x1c\x32\x63\x76\xc4\xed\x1e\x79\x3f\x4e\x20\x85\xd4\x08\xa3\x6b\x16\xd6\xcf\x0b\xa3\x50\x66\x81\x33\xb1\x39\xc7\x06\xb5\xfd\xac\xfc\x71\xbf\x41\x65\x54\x4a\xbc\x69\x03\x94\xf1\x84\x00\xbe\x26\x30\x9d\x6b\xe6\xce\xec\xf6\xb7\x93\xb4\x7b\xa5\xbd\x35\x49\x21\x9e\xfe\x4b\x16\x04\x60\xa7\x20\x91\x98\x6b\x3c\x64\x95\x95\xe4\x5e\x9d\x33\x7b\x3e\xde\x4e\x73\xc6\x69\x5f\x86\x6c\x78\x1d\x9b\xa2\xb2\x04\x21\x13\xd9\xcd\x76\x76\x3a\x83\x5e\x8d\xea\xb4\x0a\x25\x87\xc1\x3a\x85\x78\x42\xb0\xac\x01\xbe\xd9\xc3\x09\xc4\xd1\x82\xf7\xbb\xe2\xde\xfd\x34\x05\xe1\x6b\x26\xa3\xf7\xf7\x9c\x17\xb7\x66\x0e\x08\x53\xed\x2f\xa7\x2e\x8c\x99\x2a\x2d\xfb\x14\x6a\xb4\x8b\xb7\xf3\x7b\x51\x33\x92\x16\x80\x46\x7b\x0a\xe5\x3c\x1a\x94\x14\xe1\x4b\xb8\xad\x46\x89\x0d\x6c\x8c\x47\x09\xfa\x33\x12\x01\x82\x9b\xdc\x4c\xfb\x10\xc0\xce\x81\x02\x50\xc4\x60\xdc\xd9\x02\xc7\x55\xf4\xfd\x5a\xdc\xe2\x7c\xe1\x2e\x52\xc0\x05\x54\x00\x3b\xf5\x64\x71\x9b\xa7\x49\x72\x37\xd1\xac\x61\x06\xc9\xc9\xad\x95\xfe\x96\xca\x30\x0f\xd0\x05\xf2\xb6\x76\x01\xc0\x32\x33\x2b\x95\x97\xe9\x77\x36\x92\xbe\x37\xec\x8e\xc1\x9e\xf9\xd8\xc0\x62\xce\xea\x12\x30\xbb\x35\x00\x9e\x52\xa8\x58\xf3\x25\xde\x10\xa2\x01\x4c\x22\xd0\x4f\x3a\xb9\x44\x00\x20\x27\x0f\xcc\x1e\x78\xc9\x8e\x3a\xd7\x0c\x87\x64\x26\x26\x9e\x13\xf5\x07\xf4\xc5\x80\x38\x15\x5c\xfa\x82\x43\x83\x88\x3c\xe3\x37\xcc\xd4\x85\x5d\x1f\x7a\x36\xe9\x7d\x89\xcc\x88\x8c\x07\xf4\xb0\x43\x58\xef\xa1\x0b\x37\x2a\x24\xea\xc4\x7a\xae\xc2\x6d\xc9\x46\x5a\x15\x1b\x92\xcf\xa5\x7c\x5c\x02\x9b\x84\x00\xcd\x23\xb2\x4d\x37\xd1\xfa\xf2\x35\xc3\xcf\xcc\xfe\x0e\x4c\x16\x20\x4e\x9b\x4f\xcb\x7e\xd9\x31\x88\x97\xea\x7a\x99\x81\xe6\x58\xc0\x41\x94\x5d\xd2\xa4\x87\xb9\x4a\x3e\x27\xe7\x4a\xfb\x2b\xe7\x7a\x83\x5c\xb2\x46\xde\x04\xf5\xa2\xfd\x64\x5e\xbe\xa4\xa4\x07\xee\x7b\xdf\x66\x35\xc3\xe2\x5f\xaa\x8e\xd3\xb3\x42\x0a\x09\x4d\x55\x93\x56\x19\x10\xd4\xc7\x01\x48\xa5\x1b\x49\xdf\xa2\x3b\x34\x56\xc0\xa3\xd4\xad\xba\x06\x16\x46\x6d\x19\xc8\xa0\x04\x8a\x48\x5f\xd8\xb8\x9a\xe3\xd8\xd8\x16\xde\x2c\xb8\x05\x33\xab\x06\x34\x3b\x0a\x87\x53\x54\x86\x97\x66\x57\x8d\x1f\x04\xd3\x4b\x37\xdd\x29\x1b\x26\x03\xbf\x8f\x8b\x21\x88\xf7\x30\x68\x3a\x87\xd4\x40\xae\xcf\x9f\x8a\x69\xe8\x43\x2f\x9a\x1b\x7a\x3b\xaa\xb7\xe1\x6e\xa1\x4e\x5a\xa2\x68\x4a\xe8\xbe\x5c\xde\x93\xeb\xe4\xd1\xb3\x79\x6c\x04\x26\x69\xfe\x09\xba\x01\x84\x5a\x2d\xef\x4a\x04\x25\xe2\x9e\x63\xe1\xc7\xa0\x29\x37\x8d\x83\x0f\x0b\x68\xc7\x16\x45\x86\xcd\xda\xc3\x7e\xa7\x9b\x04\x79\x0f\x2d\x70\x40\x6d\x3a\x6f\x11\x32\x76\x69\x29\xdc\xc5\x2d\x04\xaf\x73\xdc\xd9\x58\x37\x12\x1e\xe9\x37\xe9\x2e\x8b\xf9\x8b\x8b\x3b\x2f\xd9\x51\xe1\x0a\x6d\xb3\x67\x28\x34\x46\x9a\x31\x1a\xe7\xc9\xbf\x0a\x77\xa3\x3f\x1b\x99\x0d\xb8\x3e\xf4\x04\xfe\x5a\x74\x71\x77\x3c\x5e\xe2\x20\x02\xfe\x3c\x44\xf5\x0b\x08\x1b\xe8\x79\xb8\xa9\x64\x5b\x75\xd3\x05\x9d\xf5\xe5\x4f\x3d\x25\xe2\xbc\xdc\x72\x2b\x35\x2d\xf5\x2c\x95\x60\xba\x74\x5e\x25\x2c\x46\xbe\xb4\x20\xc3\xa7\x50\x30\x56\xda\x3a\xcc\x14\x9e\x10\xf5\xc8\xb9\xc6\xe0\x38\x83\xf4\x66\x91\xfd\xb0\xa5\x37\xd6\x99\x20\xa9\xd7\xde\xb8\x4e\x7d\xab\xad\xc4\xb1\xde\x3b\xc9\x00\x54\x11\x90\x33\x1a\x7b\x33\x2f\x8e\xea\x40\xa0\x34\x94\x71\x2c\xe8\x99\x63\x72\xa1\x47\x24\x76\x05\x7c\x78\xb9\x65\x0b\xea\x39\xe6\x63\x87\xc1\x0f\x48\xaf\x1f\x6b\x0a\x0f\x07\x9a\x3e\x5a\xdc\x62\xe5\x42\x4d\xe3\x51\xd2\x35\xab\x27\xff\x7e\x11\xda\x38\xb7\x5a\xd9\x61\x1f\x8f\x22\xba\x3a\x43\xe6\xed\x20\x9f\x3f\xc7\x00\x3b\x59\x3e\x06\x5a\x85\x5e\x4f\x9f\xa2\xca\xec\xae\xb3\x8f\x09\x6d\xa5\x58\xde\xa9\x08\xa0\x95\x2b\xb1\x23\x7d\x45\xaa\x57\x18\x69\xe9\x28\x80\x1d\x10\x04\xd6\x2f\xbc\xf7\xca\xe5\xdc\xc7\x10\x53\xe5\xe1\xf6\xde\x0f\x2e\xe7\xe7\xdf\xb8\xf0\xde\xab\x97\x73\xd0\x53\x97\xfa\xb7\x37\x3b\x57\x92\xf8\x20\xd8\x57\x3a\x0c\x47\xc9\xd5\x34\x9b\x70\x24\xdc\x3e\x7a\x00\xec\x21\x5b\xcc\x7c\x89\x5f\xd5\xd3\xa2\xc9\xf7\xc7\x56\xa0\x61\xc6\xb9\xae\x3d\x21\x3d\xae\x06\xa5\x71\x9e\x87\xef\x7a\xd2\xe4\x4f\x1a\xdf\xd9\x39\x27\x3b\x6d\x3e\x53\xb3\xda\x8a\x73\x34\xd2\x72\xcf\x8e\x49\x8d\x41\x97\x34\x86\x1c\x24\xa7\xcc\xa3\xeb\x8e\x4e\xa4\x3b\x82\xc3\x4d\x7b\x70\xb4\xe6\xcc\xc4\x26\xf0\x37\xf4\xd7\x1b\x78\x66\x70\xd0\xbf\xb1\xcb\xc9\x9c\x87\x9c\x38\x53\xb0\x66\xc3\x4b\x70\x32\xe3\x18\xfb\x79\xcb\xc7\xed\xf8\x87\xb7\x55\xf7\xe6\xa8\x05\xaf\x5f\x5a\x3e\xac\x5b\x3e\xb3\x9e\x1e\xa9\x70\xe3\x8d\x12\xbc\x00\x1e\x28\x60\x20\xac\x97\x40\xd0\xfa\xb9\xa6\x9f\x2f\x19\x9b\xa9\xa5\x7d\x1b\x5f\x56\x8f\x17\x80\x06\xdc\xa1\xdb\xdd\x99\xaf\x8b\x36\x25\xe3\xd8\x65\x82\xa7\x9c\x5d\xe4\x19\x87\x24\xb6\xd6\x48\x97\x9b\x38\xa8\x8f\x6c\x61\xe0\x7f\x02\x03\xbe\xc7\x8d\xb0\xed\xca\x31\xe9\xfb\x67\x9c\x73\x98\x51\xd9\x5e\xc7\xb0\xdb\xc5\x48\x16\x63\xe0\xe7\x81\x74\x4c\xc3\x26\x15\xa6\x5d\xfe\x2a\x39\x50\x37\x51\xcd\x94\x10\x68\x2e\x6a\xb3\x9d\x52\x36\x6a\x50\x95\x60\x1a\x46\x4d\xae\xa5\xba\x83\xe4\xc2\x42\x45\x84\x97\x39\x71\x51\x8a\xda\x76\xee\x4c\x87\x94\xf5\xcb\x97\x18\xc9\x01\xba\x36\x2f\xb0\xe7\x00\x4c\x15\x92\x9d\xcd\x3e\x98\xbc\x16\x96\x35\x4a\x4d\x7a\xe9\xb8\x9c\x91\x4d\x8e\x3d\x12\x19\x28\x47\xd0\xb9\x4a\xe2\x93\x9f\xe2\x5c\x3e\x13\x53\x36\xd6\xb9\xd1\xca\xdc\x17\x35\x32\x77\x0b\x97\xfa\x3f\x88\xcb\xa9\x69\x06\x2e\x0b\xc0\x2f\x96\x44\x1f\x6a\xe0\x90\x40\x1e\x72\x9f\xce\x2b\x10\x21\xd5\xef\x47\x27\xf0\x17\x26\xcb\x87\x55\x0f\x95\x1a\x47\x03\xa4\xfd\x26\xe5\x2c\x77\x2a\xfc\x33\xba\xb5\x1a\xaf\xa4\x25\x3d\xaa\xbc\x8e\xee\x9b\x1d\x1c\x81\x41\xd3\x66\x60\x2d\x5b\xa9\x23\x3e\xbf\x9a\x01\x84\x8c\x23\x31\x57\x8a\xf8\x3a\xac\x32\xf3\x2b\x67\x9d\xa3\x80\x8f\x69\xe8\xc5\xe1\xbb\xfb\x9c\xd3\x04\x70\xd8\x19\x8d\xd3\x6e\x3a\xec\x00\x11\x04\x1b\xd1\x6d\xf1\x73\x67\xef\x07\x90\xfa\x49\xb5\xa2\xa4\x6a\x62\x86\x55\x02\xdc\xa8\x9e\x85\x7a\x19\xac\x66\x26\x49\x38\xc8\x0e\x94\xaf\xac\x33\xb3\x8e\x44\x41\xe0\xad\xa8\x72\xc2\x9e\xe2\xeb\x18\x76\xdf\x03\x30\x76\x8a\x25\x32\x82\xfa\x95\x4c\x96\x2d\xd5\xaa\x71\xc3\x18\x60\x88\x32\xf3\xd6\xb2\xd1\xc9\x93\x75\xbe\x24\x1b\x06\x4c\x06\x27\x2f\x0f\x46\xb8\x05\xfa\xef\xba\x39\x58\x6f\xf5\xdc\xcc\xd3\x9e\xd5\x6a\xcd\xe4\x2a\x32\x30\xc9\x4d\xfa\x63\xd6\x42\x41\x9a\x2b\xec\x41\xce\x17\x9c\x57\x88\xfc\x63\x24\x51\xd9\xbc\x65\x3b\x8f\xb7\x81\xad\x1f\x67\x76\x5d\x28\xc1\x7d\x6c\xfd\xfc\xdc\x22\xe5\x4d\xae\x35\xab\x37\x3d\xd3\x11\xbd\x61\x3a\x10\x4e\x14\x53\x50\xa4\x07\xfa\xa7\xc8\x3a\x20\x9b\x8b\xae\x0d\x6d\xe8\xe8\xb7\x95\xe1\x05\x2b\xdc\x21\x5c\x1c\xb8\x9c\xde\x46\x98\x00\x2b\x35\x70\x90\x1f\x15\xb6\xee\xd4\x6b\x9a\xdf\x35\x04\xf1\x65\x5c\xc7\xcb\xc0\xf4\xf6\x98\x38\xfe\x0d\xfe\x41\x24\x92\xaf\x90\x95\x02\x8f\xce\x04\x51\xdc\x19\xd1\x31\x13\xab\x0f\xc5\x34\xcc\xd1\xad\x0b\xf0\xff\xe2\x47\xde\x84\xf5\xf4\x3c\x52\xfe\x22\x1c\xd7\x4b\xa4\x23\x7e\x1d\xd4\xb1\x42\xbd\xf1\xdf\x40\xf8\xe5\xd7\x57\xed\xaf\x3c\xeb\x4e\x32\xda\x12\xe6\x97\x27\xbf\xc9\xce\x70\xf3\xbf\xd2\x4c\x66\x98\xff\x62\x98\x7e\xde\x65\x67\x03\x78\x57\x28\xe6\x2f\x95\xbc\x42\x6a\xeb\x4e\x04\xdb\x46\xf5\x90\xae\x01\xa8\x38\xf3\x10\x9f\xb3\x8e\xc9\x3a\x83\x70\x7b\xe6\x2e\x0d\x30\xe3\xb6\xe3\x59\x68\x15\x4f\x26\x54\xaa\x98\x4b\x2a\x5a\xf1\xbb\xf0\xef\xd4\x66\x19\xb6\xb7\x0a\xb6\x64\x7d\xc0\x24\xb0\xe0\xa9\x2a\x88\xf6\xbf\x09\x70\xfa\x4e\x4d\x2e\x71\x78\xc9\x17\xb3\x08\x13\x9f\x1b\x7c\x4d\x83\x1b\x39\xb4\x63\x50\x84\xf3\x0e\x0f\x62\x68\x6a\xe6\xf0\x92\xbd\x03\xcf\x25\x63\x13\x65\x22\xa9\xcb\x7a\x51\x86\xce\xae\xf7\xa3\x01\x9f\x15\x3e\x57\x72\x44\x69\x6e\xf0\x76\xd2\xbd\x42\x19\x6b\x3c\xb2\xa6\x92\x4b\xe9\x6c\x5e\x87\x94\x49\x9b\xca\xb5\x80\x5a\xfd\x90\x50\x59\x45\x0d\x1f\x25\x86\x57\x38\x66\x21\xf1\x55\x49\xd4\x24\xb5\xd3\x33\x4a\xcf\xcd\xcf\xbb\x33\x68\xa3\x93\x0e\xde\x5b\x18\x39\xb2\x02\xce\x29\x67\x61\x05\xa6\xf0\xff\x11\x36\x74\xf1\x29\x25\xfe\xaf\xac\x44\x65\x97\x81\x3e\x10\xcf\xbf\x92\xca\xa4\xb0\x7f\x9d\xe5\xa8\x02\x9d\xd1\x7a\x11\x2e\xa7\x8a\xf5\xb9\xf5\x96\xb7\x8b\x60\xf7\xb1\x78\xde\x4a\xe8\x37\x09\x04\x40\xbd\x4a\x5e\x41\x31\x58\xf0\x1e\xa0\x4f\x3c\xe4\x31\x72\x1e\x5c\xf3\xc7\xd1\xc5\x05\xd5\x7d\xe1\xa0\x12\xee\x8b\xe8\x62\x32\x60\x24\x89\x63\xa0\x59\x2f\x37\xf4\x27\x6e\xc0\x8e\x60\x0f\x3a\xdc\x68\xa2\xbe\x9a\x18\xb9\xe5\xd7\xf8\xe2\xdf\x5c\xe8\x31\x2a\x76\x8f\xf9\x69\x85\x4f\x27\xe2\x27\x6a\x77\x60\x83\xf5\xc2\x87\x4a\xc5\xa8\xfd\x79\x66\x24\x5b\x23\xee\xa0\x64\xa4\x6c\xa7\xf4\xb1\x5d\xf3\x37\x0d\x65\x1a\x2b\x59\x55\xb8\x82\xce\x82\xf3\x19\x88\xe9\x89\xd3\xe9\xa2\x97\x96\xed\x5b\xa5\xa5\x86\x74\x06\xae\x55\xa5\x96\x3a\xd2\xac\xe7\xe9\x3a\x20\x8d\xa0\x5e\x6a\xd6\xee\x4d\xcc\x1b\x22\xca\x4d\xd2\x99\x75\x86\xb0\xd5\x9d\xc2\x05\x06\xaa\x8c\xd2\x94\xa1\x76\xc5\x3f\x1b\xc3\x91\x6f\x6c\x27\x1d\xd4\xef\x3b\x55\xeb\xae\xd8\x58\x95\x75\xc4\xb2\x9b\x15\x59\x55\x5d\x09\x1e\x27\x1e\xb4\xbc\xd5\xc4\x79\x92\xd2\x85\x50\x95\x4a\x9b\xdf\x58\x0f\xa1\x34\x63\x4f\x0a\x4e\x06\x8c\x12\x9e\x6a\x13\xf7\xe1\xd4\x0d\xec\x19\xb3\xd5\xae\x59\xb8\xec\xe7\xd6\xbb\xaf\x00\x7f\x19\x29\x59\x60\xc3\x30\x5e\xf2\x8f\x37\xa1\x62\xa8\x9e\xf9\x4a\xb7\xb0\x55\xd4\x78\x4a\xd0\x2b\xec\x74\xc8\xf6\x40\xce\xdd\x0b\x29\x5a\xce\x1e\xee\x7b\x95\x4b\x62\x41\x2b\x48\x4d\xe2\x57\x08\xbe\xd8\x7c\xc1\x1c\x0c\xfe\xdf\x45\xe0\x51\x2e\x9a\xf1\xf6\x5e\x88\xdc\x82\x13\xc4\xbe\x5c\xf2\x1e\xc8\x55\x2d\x8c\xbd\xd0\x41\xcb\xd3\x73\x7a\xfc\xa8\xa2\xe0\x6c\xb7\x0c\x43\x68\xb8\xfc\x62\xe1\xa7\xc6\xb5\x81\x78\xe4\x53\x8f\x91\x0c\x73\xff\xbe\x63\xef\x7c\xce\xd1\x25\xb8\x2f\xca\xa8\xcd\xd9\x97\x1e\x23\x0f\x3e\x55\x44\x09\xe7\x3b\x61\xff\x44\xf6\xd2\xbf\x49\x52\x86\xd4\x0e\xc2\xd0\x34\x2f\xd7\x07\xb9\x5a\xee\x93\x8b\x93\x3b\xf0\x88\x72\x44\x7d\xae\x48\x76\xff\x5c\x27\xc6\x57\xfa\x45\x28\x9a\x2e\x3f\x8d\xca\x5b\xf6\x6b\xee\x9f\xf3\x1f\x5a\x4d\x10\x72\xfd\x74\xb1\x61\x96\x47\x46\x39\x73\xf2\x73\xa7\x09\x89\xf3\x84\xbb\xc2\x53\x56\x85\x46\x29\x53\x3c\x06\x85\xae\x18\x4e\x12\xdb\xe5\xea\x0f\xaf\x26\xde\x09\xde\x5c\xe3\x5a\x7a\x25\xa5\x40\x0e\x38\x51\xf8\xab\x75\x2d\xe9\x77\xb1\x78\xda\xb2\x5a\x0c\xbb\x4d\xe9\x78\xce\xeb\x69\x53\xe9\xe0\x37\x3e\xfc\xa6\x4d\xbb\x09\x49\x7e\x21\xce\x68\x3f\x96\xc1\x08\x36\x7f\x88\x6e\xd6\x51\xbd\x38\x9d\x10\x22\x3b\x38\x71\x19\x72\x9f\x35\x1f\x1c\x41\xa8\x43\xf7\xdc\x0b\x6f\xd1\x22\x19\x77\x6d\xa6\xa3\x1c\x0a\x62\x6c\x95\x89\x09\xe7\x4a\xa5\xa7\x12\xb0\xd6\x34\x06\x77\x0b\x2c\x34\xf8\x89\x15\x1a\xd4\x42\xab\x33\x82\x91\xee\x50\x73\xca\x4f\x15\x59\x04\xb9\x6e\x55\x2f\x41\x3c\xd5\x59\x75\x6e\x9d\x4c\xbe\x2e\x24\x30\x54\x89\xeb\xd6\x74\xde\xa4\x58\x48\x81\xe5\xe3\xb2\x49\x0f\x60\xb9\x8a\x6e\xf1\x09\x62\x4d\x4a\xbb\xe8\xa0\xec\x64\x7c\xb5\x18\x0c\xcf\x4b\x4d\x07\x9b\xd9\x3a\x24\xe4\xbf\x11\x53\x83\x3a\x6d\x7f\x49\xaa\x31\x8c\x0e\x0e\x86\x88\x0a\xe6\x6f\x6f\x4c\xc6\x63\xc0\x1d\xd5\x0a\x55\xef\x90\x6d\x7b\xc7\xca\x95\xcc\x6c\x7c\xb8\x14\x74\xa7\xfb\x84\xe1\x7a\xf1\x4b\x71\xfd\xa0\xa2\x49\x37\x69\xbf\xc2\x69\x2c\x5c\x95\x30\xa6\x08\x0b\x57\x51\xfb\xce\x39\x5b\xd6\x7f\x35\x94\xe4\x43\x12\x2b\x29\x28\xf3\x03\x6b\x29\x5a\x0e\x50\xdb\x9d\x3e\x84\x64\x5c\x17\x5e\x5f\x1e\xe6\xc5\x70\xef\x61\x0e\x8c\x95\xd3\x5f\xd8\xa9\xf2\xe0\x51\x08\x94\x53\x2e\x04\xb4\x27\x97\xd2\x21\x30\xe5\x0d\xa1\x70\x1f\x6b\x35\x4a\x9e\xd3\x48\xdd\x58\xfb\xcd\x30\xb0\x9c\x81\xf4\x01\x43\xad\xfa\xa6\x4a\x52\x66\xa4\x3c\x80\x31\xf0\x48\x4f\x44\xfc\x5b\x90\x4b\xa6\xed\xb3\x9d\x65\x57\x72\x6b\x18\x2a\x89\x8a\xf3\x8a\x05\xbb\x01\xb6\xd2\x31\x8d\xf1\xd3\x74\xdc\x84\xda\xd4\xfe\x7a\x37\x3a\x79\xda\x6d\xbb\xad\xa9\x24\x5e\x92\x6d\xcd\x2b\xb0\x6a\x4e\xd1\xf6\xa5\x34\x98\x0f\x4a\x35\x7b\xef\x90\x0c\x43\x69\x31\x6d\x6b\xce\xf3\xa7\xa6\x5a\x92\xd7\xd0\x3b\x3a\xca\x0d\x07\x5e\x98\x2b\x66\x9c\x94\x34\x93\x33\x72\xdd\x66\x77\x74\xc9\x1e\xa9\xaa\xd9\x79\xd9\x25\x0f\x85\x3c\x57\x07\x66\xb5\xdc\xaa\x3a\xbd\xab\xc0\x0b\xf5\xd4\xa6\xfe\x82\x7b\xf8\x04\x5f\xbe\x53\x97\xd5\x6d\x0d\x80\xd2\x52\xa9\xa0\x3a\x2a\xbf\x8e\xb0\x3a\x19\xfa\x8e\x22\x65\xe6\x76\xc8\xa8\x61\xad\x7c\x1f\xdf\x06\x14\x4c\x5f\xde\xc4\x88\x78\xc9\xfb\x10\xf6\xd1\xe9\xb7\x89\xf2\x7e\x11\xcf\x45\x40\x78\x02\xa9\xb6\x59\xdb\xbd\xe6\xdf\x99\xc6\x6e\x1c\x6f\x8c\xf6\x84\xca\xfb\xa8\xd2\x21\xaa\x37\x09\xc1\x42\xdf\xab\x47\x70\xb9\x0c\x16\x61\xdd\x76\x0e\x86\xa6\x22\xf0\x36\xf2\x22\xa8\x9c\x28\x0e\xa7\xfe\x42\xd6\x88\x8b\xe3\xa8\x62\x64\x86\x29\xe0\x10\x96\x73\x22\x43\xce\xb9\x2e\x0d\xf2\x47\x87\x40\xa8\xed\x3a\xc9\x5e\x53\x75\x55\xbb\xf6\x7e\xe9\xda\x6f\x63\x52\xfe\x23\xa4\xfc\x87\xac\x97\xb9\x29\x3c\xef\xcd\x42\xaa\x95\x1d\x23\x1d\x04\x45\x1c\xb6\x95\xe2\xd9\xcc\xe5\x4a\x4d\x14\x90\x08\xe3\x37\x87\x8b\x6a\x8f\x47\x9d\xee\x95\x92\x64\x51\x7d\x85\xdf\x6f\x01\x3c\x1b\x5e\x95\xc8\x7f\x9f\xd9\x4b\x9e\x85\x32\x9c\xf2\x82\x9d\xf9\x33\xdf\x59\x6d\xe6\x56\xdd\xd4\xba\x94\xbe\xc7\xbd\x55\x64\xd6\xf0\x23\x06\x89\x5a\xfd\x03\x64\xb2\xfd\xc7\xe6\x3f\x00\x7a\x31\xff\x49\x07\xbd\xe4\xfd\x7f\xb4\x8a\x77\x6b\x94\x92\x10\xa8\x78\x06\xca\xc5\xfd\xb5\xca\x52\x2f\x33\xe2\xa1\xc8\xdc\x30\xf5\xcd\x8d\x6e\x73\xa8\x18\xab\x82\xaf\x30\xbb\x94\x5f\xfa\xb2\xc2\xc7\xda\x0e\xdd\x03\xf4\x39\x6a\x7f\x40\xae\xa6\x88\xd4\x6f\x16\x36\x06\x1d\x39\x2b\xd7\x18\x58\x14\xaa\x4c\x02\x9a\xf4\x9c\x22\xcf\xc0\xd7\xfe\xdb\x20\x35\x69\x39\x36\xce\x86\x89\xb0\x29\xdf\x31\x64\xb8\xae\xdf\x53\x7e\x25\x4d\xd8\xbd\xd8\xf1\x02\x33\x82\x2a\x82\x09\xd6\x8c\xb1\x38\x31\x49\xfa\xd8\x67\x01\xe3\x8f\x78\xd1\x66\xd1\x8a\xbb\xe4\x97\x06\xf5\xa3\xa8\x82\xd8\x1b\x15\x24\x74\xfa\xbd\xa7\x6e\x59\x86\xaa\x5a\x39\x6c\x45\x69\x36\x11\x96\x56\x4b\x1c\x5c\x6e\x58\xb8\x8b\x4d\xce\x25\x50\x78\xa9\x38\x45\x8f\xaf\xd6\xca\xda\x4e\x91\x79\x82\x3d\xae\xb8\xfa\x35\x56\x52\x9e\xd8\xc2\x4b\xcb\x37\x30\x8d\x6c\x80\x53\x31\x54\xd6\x12\x8c\x9e\x73\x08\xc6\x32\x18\xe5\x7f\xe9\xc5\xb3\xff\x1f\x54\x25\xc2\xae\x98\xa2\x7c\x14\x3e\xc2\x19\xe4\x9b\xa4\x72\x0f\x6a\x62\x08\xcd\x99\x46\xb2\x41\xdb\x28\xec\xd2\x40\x96\xb8\xf9\xa3\xc5\x0f\xdf\xe9\x63\x88\x23\xa9\xc0\x3c\xf7\x6c\x60\x5f\x85\x2a\x93\x44\x5c\x74\x54\x2a\xfc\x8a\xb1\x6e\x13\x45\x4d\x0a\x81\xc8\x81\xf8\x10\x59\x46\xbf\xa7\x08\x13\x60\x8b\xb8\x6f\x79\x11\xc9\x7d\xb2\x86\x0b\x28\x8e\x04\x2f\xb2\x27\x43\x58\x20\xa7\x1c\x7a\x07\x43\xee\x39\x51\x45\x6a\xeb\x96\xb3\x01\xfb\x78\xa4\xb4\xe6\x1f\xc8\x9a\x3d\x8d\xd0\xcc\x8a\xfd\x75\x0b\x3d\xae\x28\x0b\x22\xd9\x6d\xd9\xcd\x3d\x52\x6e\x64\x2d\xde\x13\xf5\xa6\xa2\x84\x3b\xe0\xd4\x29\x6a\xeb\x05\xd7\xa0\x2e\x6f\x07\x28\xa0\xf8\x1a\xf9\xa5\x1b\x11\x22\x29\xf4\x51\x45\x41\x91\xd1\xa7\xa4\x31\x72\x96\xa0\xea\xd4\x9e\x01\xb6\x29\x66\xaf\x95\x38\x58\x72\x10\x7a\x44\xb7\x2e\x61\x33\x9e\x9f\x73\x89\xf5\x53\x3d\xf9\x5d\xac\x24\x9f\x42\x29\xb8\x43\xb2\xb8\x58\x93\x62\x24\xe1\x8c\xd5\xfa\xfc\xc7\x8d\xcf\x25\x87\xe5\x4c\x28\xce\x14\xca\xc9\x22\x3e\xb3\x91\xc0\xad\xf8\xc2\x14\xa0\x0b\x22\xaf\xc8\xd4\x32\x6f\x86\xf5\xdd\x31\xd5\xa0\x2c\x83\x0f\xd9\xc8\x92\x91\x79\x3c\x55\xda\xe7\x91\x53\x2b\x2b\x33\xf9\x7d\x41\xa1\x3f\x45\xe9\xa3\x95\x2c\x96\x64\x35\x08\xbb\xff\x27\x5c\x46\x05\x82\x3b\xfb\xd5\x94\x6f\xa5\x92\x20\xfa\x89\x83\x6c\xda\x20\x95\x34\x68\x05\x02\x16\xcc\xf7\x83\x3a\x02\x1c\x26\x2f\x2a\xa5\x9c\xa4\xc2\x12\xcf\x3c\x25\x70\x94\x67\x2c\xd5\xc7\xf4\x5e\x92\x91\xe5\xcb\xd9\x4e\xfd\xdc\x95\x8a\xc5\x5c\x8b\xfb\xa7\x93\xf9\x51\x11\x80\x20\x4d\x96\x75\xbd\xf0\xd4\x14\x24\xcc\x54\x9f\x0f\x06\x23\xe3\xa5\xd8\x8a\xe1\x6e\xe5\x95\x31\x98\x2b\x54\x37\x59\x53\xfe\x7b\xb1\x3c\x31\x27\x75\x49\x77\x0a\x29\xa8\x75\xc2\x38\x91\x82\xb2\xd9\xcd\x63\x46\x99\x1b\x28\x99\xc7\x9a\xca\x0e\x69\x73\xae\x05\xae\x18\x4b\xb6\xff\x83\xbf\xc6\xf6\x6f\x88\xdb\x57\xb0\x7d\xd1\x25\x47\xfd\x3e\xb4\x80\xac\x17\x4d\x75\xef\x9c\x8a\xda\x02\xca\x92\x9d\xbc\xea\xed\x64\x37\xb4\x12\x84\xe4\x93\x05\xe1\xca\x54\x40\xfa\x68\x4b\xee\x2d\x55\x0f\x61\x71\x4b\xb2\xde\xb9\x4a\x66\xe5\x0c\x7d\x36\xdd\x59\x00\x36\xe1\x06\x3d\x3c\x7b\x16\xf6\x51\xd6\x0b\xbe\x1b\xe7\x2a\xd5\x5a\x75\x05\x2c\xaa\xa4\xc3\xe5\xb5\x2b\xca\xa4\x9f\xbd\xbe\xbf\xae\xe4\x9e\x5c\x9f\x9d\xce\x15\xd4\x10\x30\x1f\x0b\x19\x74\x38\xd1\xa3\x95\x2d\x15\x33\x0a\xc1\x75\xe5\xe9\x2c\xc3\xed\xdc\xcc\xd9\x9a\x15\x4f\xe0\x70\xec\x9c\x9d\x4a\x5c\xb8\x9b\xac\x2c\xeb\xa8\x6c\x6d\x51\x49\x01\x33\x1f\xf9\x06\x35\xad\x8e\x83\x32\xf2\xda\x61\x3e\x9e\x69\x5e\x10\x2f\xf0\x48\x2e\xed\xc8\xb4\x7a\xa0\x30\x1f\x72\x51\x93\x00\xd9\x1f\xb5\xfc\xbc\xfc\x05\x06\xd9\x90\xcb\x9a\xe2\x6c\x54\xe3\x25\x5d\xbd\x83\xe8\x00\xa1\x33\x53\x5c\x98\x40\xff\x7f\x1b\x24\x15\x12\x62\x2f\x5f\x68\x25\xc1\x50\xb8\x86\x2d\xa5\xae\xd4\xf7\x1d\xcc\x4b\xcb\x5a\xd6\x4a\x7c\x5d\x8d\x27\xce\x90\x59\x59\x4e\x63\x94\xec\x64\x57\x93\x8a\x2b\xf5\x82\x2a\xdc\xdb\x2f\x54\xfd\x02\xa7\xf1\xc6\xd8\x6c\x2c\x7c\xe4\x47\x92\xaa\x60\xed\x0a\xe5\x10\xc4\x96\x3a\x2b\x01\x54\xfb\x75\xc9\x76\xc0\x6d\x72\x23\x04\x8d\x68\xa1\xb2\x72\x91\x13\xaf\x5c\xf7\x63\x5f\x09\x4a\xf9\x3b\x7c\x28\xf1\x98\x45\xdc\x48\x8a\xd5\x1c\xdb\x3b\xc9\xce\x86\x6c\x25\x06\x15\x25\x1a\x65\x30\x2c\xb3\xbd\x68\xbb\x8b\x2d\x77\xad\x69\x5b\xd1\x7a\x3c\x41\xe7\x2c\x5b\xc1\x00\x9b\xa9\xb2\x91\x94\xa1\xbf\xe5\x3f\xe0\x6b\xc9\x06\x18\x3e\xca\x48\xe0\xef\xe8\x43\x60\x63\xa1\xc7\xc1\xdf\x72\x4f\xcb\x4e\xb9\xfa\xb4\x22\x7b\x46\xa5\xd0\x8f\x50\xdd\x05\x63\x5b\x41\x94\x1c\xf7\x19\x4f\x95\x0a\xaa\x58\xca\x2e\x19\x20\x88\xa1\x22\xac\x24\x16\x4f\x94\xdc\x6c\xd6\x28\xb1\x22\x90\x21\x9f\xd4\x14\xb7\x88\x4c\x01\xa5\x80\x54\xc0\xec\x48\x53\x3b\xa8\x76\xb8\xaa\x18\x4e\xf4\xb1\xaa\x60\xd0\xb1\xef\x2a\xf7\xce\x2f\x2f\xbd\xcb\x86\x14\x9d\x58\x58\x78\x4d\xcb\xe5\x14\x92\xf6\xf8\xd7\xbf\x7a\x1b\xc3\x7b\x28\x56\xf6\x56\x09\xb7\x28\x3d\xdb\xae\x14\x1c\x00\xe2\x51\x9f\xcc\xef\x2f\x91\x2c\x26\x5c\x8e\x43\xee\x8f\x12\xfe\x3b\x31\x8b\x7e\x8e\xa0\x52\x61\x5a\x0a\xac\xe5\x86\xe6\xb1\xea\x6e\x2b\xe4\xba\xd5\x03\x9d\x2d\x89\x6d\xb9\xe2\x5e\x21\x75\x60\x10\xe0\xe2\x05\x5f\xca\x72\xc2\x4c\xa5\xb6\x80\xe0\xaa\x7f\x59\x1d\x4f\x96\xf6\xab\xea\xcd\xb9\x6d\xd5\x27\xa1\x0f\x07\x6b\x41\x6c\x31\x8c\x98\x5e\x4d\x20\xf3\xc6\xc3\x85\xf3\x35\x9e\x79\x64\x04\x61\xee\x50\xb3\x1f\xd1\x21\x24\xa7\xe1\x22\xcc\xfb\x02\xa9\x61\x2c\x11\xba\x55\x48\x5d\xd5\xc0\x9d\x35\x9a\x2f\x57\xdd\x19\x44\xda\x2c\x59\x80\x3d\x95\x6f\x68\x92\xf2\xad\x4b\x04\x50\x99\x51\xc0\xc2\xb8\x52\xe4\x70\xaf\xb4\x7b\x0c\x3f\x2a\x67\xf6\xb2\xd5\xd9\xb9\xa8\x57\xe0\x4f\x8d\xe0\x73\x88\xa9\x52\xf7\xd6\x44\xcf\xf9\x94\x74\x7e\x1f\x13\x37\x86\xb9\xae\xe6\x6c\x44\x24\xf5\xe7\x4c\x64\x8d\x5d\x0f\x68\x48\x64\xf1\xd7\x54\x3e\x11\xeb\xef\xab\x12\xbd\xc4\x5a\xe5\xc3\x0c\xd3\x43\xda\x68\xfe\x72\x23\xf2\x8a\xcb\x43\x2f\x48\x5f\x51\xc4\x6d\x87\x9d\xeb\x50\x99\x2e\xee\x79\xef\xbb\xdb\x97\x3b\x6f\x64\xbd\xeb\x54\x2f\xed\xc8\x17\xa0\xa6\x65\x73\x39\x41\x99\x91\xb3\xe5\x56\x67\x2e\x97\x9f\x3b\x1b\x9d\xc6\x15\xed\xeb\x5c\xe8\x4b\x0a\xa3\xe0\xc5\x3c\x2e\xf6\xd7\x62\xee\x45\xd6\x68\x2d\x29\x3d\x5d\x82\x4d\xd2\xc3\xa9\x0d\x7a\x99\x02\x2d\xa0\xb2\x2e\x41\x0a\x05\x70\xac\xf2\x8c\xbc\x23\x94\xc5\x78\xd7\xb1\xfc\x02\x44\x9a\x96\xed\x97\x94\x7b\xad\xd2\x81\x60\xb4\x20\x3f\x3d\x91\x07\x19\x1d\x10\x1d\x9f\xda\x3a\xbb\x66\x47\x6b\x1e\xc7\x78\x6a\xf1\xb4\x7a\x08\xb6\x74\x04\xba\x23\x95\x6e\xf3\x09\x96\x98\x7b\xc8\x09\xde\xf8\x76\x55\x16\x5a\xca\x13\x69\xd9\x48\xde\xde\x7e\x14\xe1\x7a\x1a\x39\xeb\xb8\xc2\x8f\x35\xb2\x55\x4a\x88\xfc\xb5\x6f\x98\x6a\xbe\x65\x3e\xbd\xd0\x29\xb7\x56\xe1\xe2\xa4\xf7\xfc\x90\xd9\x26\x9b\x4b\xdb\xed\xad\x64\xd0\x60\xe9\x91\xc7\x2a\xfb\x44\xbc\xe5\x31\x2a\x8a\xad\xe1\xab\xf8\x6a\x29\xcd\x26\x0b\x27\x50\x6e\x6b\xd0\x24\x09\xd3\xe7\x07\x88\x9f\x20\xd0\x31\x54\xbb\x49\xc9\x02\xab\xbd\xd8\x2d\xe7\xc0\x55\x25\xbe\xb2\x94\x7c\xe1\x0a\xc1\xba\x49\x04\xc0\xad\x55\x78\x4d\x62\xa6\x2d\x43\xc8\x49\xc3\x11\x62\x99\xb9\x67\x9b\xbf\xe3\xac\x66\x65\xa5\xf2\x8b\xff\xf7\xa5\x5f\xfe\x62\x8d\xb7\xf9\xfe\xc5\x6b\xd7\xae\x5d\x04\xb5\xf8\xc5\xc9\xa8\x9f\x0c\xe0\xc7\x1e\xef\xdb\xb4\x49\x76\xde\xc0\x30\xb9\x56\xb1\xd7\x7a\xfd\x65\xf3\xd7\x4b\x2d\xac\x01\xa1\xe5\x61\xab\xdb\xac\xd6\x95\x2b\xae\xe5\x84\x15\x10\x58\xd5\xe3\xfb\x72\x2d\x01\xd3\xc2\xb8\x4e\x7c\x2a\x9a\x16\x75\x93\x1c\x45\xd5\xaa\x3d\x99\x0f\x01\xd1\xcb\x95\x19\x7f\x59\x5a\xa0\xe9\x8e\xcc\x7a\x2f\xe1\x7f\xd4\xcf\x46\xb6\xb9\xb2\x72\x81\xd8\xb0\x5f\x6a\x56\xe2\x56\x4d\x1a\xc3\x13\x1f\x9f\x53\x43\x3f\x02\x5a\x79\x84\x5c\x4d\x6c\xde\xf4\xaf\x85\xdb\x3c\x74\x22\xaf\x05\x3d\xa7\xd7\xe6\x67\xd1\xb4\xbc\x0d\x20\x19\x0e\xa1\x7c\x8c\xf0\x77\x47\x0c\xb7\x3f\x0c\x27\xc2\x9c\x72\xd9\xa0\x2f\xdc\x09\xa1\x9c\x26\xc3\x14\x7c\x95\xa7\xe3\xb1\xcc\xda\x37\x84\x06\xca\x93\x41\xaf\x9d\x00\x8f\x80\xa1\x9d\x10\x14\x4c\xf1\x9f\x0b\xa9\xb7\x6f\x35\xd2\xc8\xf2\xa9\x54\xe6\xc1\x48\x54\x3b\x96\x84\x31\x91\x42\x58\x0f\x7f\x5c\xf8\xe9\x6f\xe8\x69\xa1\x2b\xab\x54\xfd\xb0\xf3\x95\xc7\x8d\x85\x2c\xc4\x1b\x59\x47\x04\x1b\x44\x2a\x99\xe2\x16\xff\x54\x3c\xf1\x3c\xe6\xb5\x5f\x91\x3b\xd2\xf5\x77\xcc\xff\x44\xcf\x1a\x47\x7e\x07\xd9\xb5\xdd\xa5\x16\x09\xac\x3c\x94\xe8\x42\xee\xe6\x6a\xc3\xcf\x5e\x60\xd4\x1e\xe2\x93\xc7\xce\x0a\x1b\xe2\x2c\x62\x9b\xcd\x01\x12\x7e\xdf\x65\xa9\xa3\x0c\x2e\xc2\xe0\x33\xad\x58\xf3\xaa\x5c\x6b\x57\xa4\x32\x67\x40\x82\x6b\x20\x93\x22\xe6\x3e\x83\x32\x49\x38\x97\x12\xc1\xb0\xc2\xed\x83\x88\xb3\x62\x49\xc0\xe5\x4e\xde\xec\x7f\x27\x0f\xa6\x54\x1e\x3a\xd4\x58\xd9\xb9\x4a\xc5\xd1\x9f\xd7\x27\x91\x12\x03\x09\x43\x8d\x65\xfc\x75\x76\x20\xd6\x2b\x4e\xb5\xe3\x90\x2f\xad\xfb\xf9\x80\x4f\x7d\xc2\x5b\xc6\x8c\x70\xf4\x84\x71\x14\xe9\x2c\xe9\x06\x67\x94\x2c\x5b\x65\x6e\x05\x47\x29\x3f\xfb\xc4\x25\x18\x85\x0a\xd8\xed\x72\x84\x50\x95\xd7\x47\x88\xec\xa8\x48\xcb\xbb\x58\x36\x28\xf8\xd4\xcb\x76\x3a\x29\x17\xee\x3a\xf6\xc1\x9b\x11\xe5\x76\x67\x30\x80\x98\x8b\x2f\x11\x26\xcd\x25\xe8\x5b\x1a\xf6\xb3\xeb\x5c\x02\xf1\x4b\xb1\x3b\x72\x55\x2f\x12\xb4\x34\x38\x6b\x74\x0d\xe7\xe2\xba\x57\x17\x44\x5c\x69\x30\x37\x10\x1f\x70\x79\x2d\x8b\x4f\xc3\xee\xbe\x0e\xf1\x84\x4b\x97\x3a\x43\x22\x4b\x73\x58\x49\xd3\xaa\xff\x94\x37\x0d\xfd\x8b\xbc\x81\x91\xf5\x9e\x5b\xd6\x17\xac\x5b\x5e\xe9\xc1\x59\xa4\x2c\xb8\xf3\x79\xca\xda\xde\x41\xba\x10\x44\xf5\x3c\xa1\xc6\x19\x7b\x0d\x2e\x3d\x65\xad\xb4\xaf\x0a\xf2\x8a\x9d\x5d\x6d\x7d\x3e\xdb\x21\x28\x4e\x18\x95\x86\x5c\xe1\xbc\xea\x55\x5a\x87\xad\x59\x10\x92\x64\xd3\x76\x7b\x53\xaa\xf2\x85\x5f\x2e\x05\x8d\xd0\xd3\xeb\x59\x20\xde\xcd\x97\xb9\x72\x7b\x70\xea\x95\x25\x54\x66\x8f\xe5\x20\x1a\x0d\x05\x0a\xb1\xee\xb9\x0a\x40\xae\xd0\x17\x3d\xf7\xc3\xa8\x55\x24\xad\x76\x65\xff\x99\x85\x91\xa2\x26\xaa\x33\x94\x46\xaa\xdd\xb4\x8a\x14\x5a\x0e\x3b\x75\x3a\xa6\x46\x2f\xdd\xdc\x6c\x6d\x8c\xb2\x6b\x39\x54\xe9\x9b\x8c\xba\x89\x65\xdd\x24\x6f\xab\x9f\xb1\x75\xee\x92\xbd\xed\x41\x85\x1e\xe8\x0f\x29\x37\x06\x98\x01\xc7\xcb\xa8\x41\x1f\x29\x3e\xc4\xbc\x2c\xfc\x2f\xfd\x86\xa1\xff\xa8\xb6\xbf\xda\x49\xfb\x50\xa4\xdc\xf7\xd4\x78\xd3\x34\x72\x48\x43\x63\xb5\x16\x0d\x90\x6f\x67\xd7\xda\xf0\x2f\xac\x5f\x98\xdb\x0c\x63\x4e\x42\xe2\x64\xd3\xac\x8f\x99\x61\x98\x0c\x0c\xab\xfa\xe7\xc3\xbe\x91\xc4\x21\x5b\x2d\xa5\x63\x7d\xc6\xee\x44\x9f\x6a\xf5\xeb\xac\xd8\x53\x5d\x26\x83\x74\x33\x4d\x7a\xdc\xe9\x8f\x05\xc5\xa0\x97\x9a\xc2\x9a\x08\x32\x85\x4d\x85\x7a\x05\x81\x73\x3d\xeb\x8e\xa5\xe0\x85\x79\x87\xce\x9d\x02\xa8\x25\xff\x1b\x3a\x06\x4f\xac\x98\x2b\xc7\x8b\x99\x6e\xe9\x3b\xd1\xd8\x56\x7c\xcd\x86\x32\xfe\xf8\x67\xbf\xa0\x3f\x30\x49\x2f\xe4\xa5\x28\xdd\x37\xdb\xa4\x64\x61\x0d\x49\x10\xdc\x8a\x27\x0a\x96\xaf\x94\xb6\x1a\xff\xad\xd1\x0a\xbe\x03\x6c\x6b\x5b\xf6\x46\x9d\x4d\x03\x10\xff\x8a\x68\x96\x65\x74\x2c\x9c\x42\x9f\x87\xa3\xc4\x8e\x83\xee\xaa\x17\x23\x63\x98\x23\x46\xa8\xc1\xf4\x89\xe6\x6c\x54\xdc\xab\x6d\xb3\x2c\x2d\x93\xb4\xeb\x80\xde\x6c\xdd\x9d\xa2\x3a\xdc\x20\x5f\x70\xf3\x42\xde\x64\xdd\x09\xe6\x80\x61\xd4\x1c\xb8\xa0\x50\x31\x94\xa9\x5b\x2b\xbe\xab\x36\xa5\xa0\x56\xd9\x94\x05\xed\x42\x4e\x6a\x7d\x8a\x2a\xbe\xd5\x96\xb6\x45\xa5\xe4\x81\xf3\xff\xe1\xd3\x77\x3e\xd5\xe4\xc2\xe4\xac\x5b\x8c\x54\x80\xdd\x26\x02\xad\x4f\xc5\x9b\x42\xf3\xf9\xb4\xa4\xa7\x98\xc7\x00\xb9\xa3\x48\x0a\x21\x4f\x9f\x2a\xe5\x80\x3e\xb6\x55\x0f\xcb\x52\xad\x68\x95\x58\x65\xe6\xa4\x2b\x67\xd8\x56\x11\xbb\x28\x6c\xc9\x62\xc7\x9d\x2d\xbf\xaa\x16\xb2\x95\xea\x6c\x59\x4d\x60\x24\x5f\x42\x39\xba\x63\x65\xa5\x9b\xca\xb4\xe6\x38\xfa\x9a\x95\xcf\x9c\x60\xc6\xae\x11\x56\x9e\x50\x2b\xac\x62\x49\xa4\x41\x2d\x1b\x22\x8d\xae\x8d\x30\x02\x08\x55\xc0\x88\xb2\xee\xea\xe7\x40\xd8\x86\xf3\x4f\xe2\xc9\xde\xf0\x14\x2c\xb6\x3e\x8a\x7a\xc5\xb6\x3f\x68\x3e\x50\x84\xc6\x25\xa2\xfb\xd1\x33\x54\xd7\xb5\x5a\x91\x27\xe7\x3b\x73\x9f\xd6\x4e\x19\x79\x96\x6a\x20\x5d\xae\xc9\x7a\x9a\x8a\xb6\x98\x42\x17\xd1\x16\xc3\xc0\xe0\xfb\xd5\xe1\xa8\x4c\x01\x9e\xb0\xb6\x7d\x17\x35\x90\xd1\x92\xd1\x4c\xa8\x1d\x29\x85\xe7\x4e\xc0\xb4\xef\x76\x59\x0e\xb7\x9e\x79\x78\x60\x38\xd9\xe8\xa7\x46\xda\xc6\x88\x33\xfb\xee\x8a\x20\x6f\x7f\x80\x87\x20\x6a\x92\x11\x5a\x24\x6c\xf2\xe3\x0a\x1c\x87\x8f\xd0\x62\xb9\x4a\x14\x15\xc5\x9e\x24\x4b\xda\xce\x75\xee\x89\x91\x9e\x71\xf7\x87\x18\xda\x3a\x43\xf4\xb5\xea\xee\x7b\xea\xe1\x13\x0a\x32\x55\x2b\x0f\x5a\xd0\xf4\xbb\x30\xd6\xd5\x99\xa3\xd2\x12\x3d\x3f\x24\x06\x9e\x15\xea\x3c\x87\x68\xc6\x0f\xaa\xd4\xa3\x09\x9a\x2f\x85\x50\xba\xfc\x7a\xf5\x2c\xb8\x5d\x72\x76\x6d\x00\x4f\x32\x0f\x1f\xe4\xac\xd1\x78\x2f\x1b\x6d\x5d\x6e\xa0\x4b\x03\x56\x08\x64\x97\x88\x50\x7f\x1e\xf7\x10\xc0\x7e\x9b\x90\xfd\xc5\xeb\xfc\x90\x15\xb2\xf3\x22\x2c\x2f\x58\x3f\xd2\xea\x35\x0a\xa3\x83\x1c\x04\x15\x0a\x9b\xae\x7e\x73\x50\xa3\xb0\x25\x75\x2f\xcc\xac\xa5\x78\xe9\x88\xeb\xc6\xe2\x1e\x95\x90\xb0\x81\xa7\xa1\xe2\x66\xde\x18\x26\xd9\x10\x90\xf2\x9f\x31\xeb\xc2\xac\x91\x0e\xae\xa6\xe0\x59\x96\xed\x24\x18\xb6\x83\x36\x7e\x33\x2e\x56\x90\x29\x54\x52\x05\x03\xcc\x17\x71\x2e\xae\x14\xda\x18\x27\x9d\x1d\x9b\xd7\x0b\x4b\x5a\x18\x8e\x07\x3c\x4d\x46\xec\xe5\x81\x95\x73\xfd\x0c\x83\x33\x6e\x00\xab\xcc\xd3\x71\x46\x6a\x99\x98\x83\xdc\x4c\x97\xfc\x80\xa9\x4a\xfb\x27\x3e\x0a\x15\xe8\x7a\x0d\xb7\xf1\x8a\xe2\xe9\x4c\x60\x9c\x0a\xc3\x4b\x71\xe8\xed\x03\x5b\x2e\x19\x44\x13\x51\x65\x8a\xaa\x0d\x0b\xe3\x28\x99\x19\xa9\xba\x25\x33\x92\x77\xf3\x27\x4a\xe7\x2c\x4c\x90\x5d\x98\x0d\x23\xf1\x33\xae\x41\x49\x64\x59\xb1\x5d\xd6\xbf\x2a\xe2\xc1\x15\xc9\x75\xfd\x91\xe9\x0f\xa9\x8f\x57\x6e\x89\x54\x2a\x94\xc0\xef\x20\xac\xff\x47\x92\x14\x72\xc1\x9f\x38\x8e\x47\xeb\xc2\xad\x77\x0d\x04\xb6\xc6\x77\xf0\xc3\x46\xb4\xd6\x18\xdc\x87\xe0\x8e\xf9\xd2\x67\xc8\xd5\xc7\x8a\xba\xe2\x63\x67\x2e\x3f\x56\x3b\x53\x6d\xd1\xb1\xef\x1d\xb4\x6d\x71\x53\x80\x94\x10\x4e\x3c\x1b\x33\x85\x43\x3f\x2a\x82\xb8\x67\x28\x5c\x45\xf4\xeb\x2b\xc6\xae\x62\x6f\xb2\x25\x79\x23\x16\xc1\xe7\x0b\x93\xf6\x3b\x57\xfb\xa2\xce\xa2\x38\x8a\xe2\x6b\xef\x10\x17\x19\xa8\x4b\x02\x7d\xae\xa7\xd9\xe6\xe0\x6c\xf3\xb8\x57\x8c\xcd\x5e\x3d\x31\x2b\x98\x21\x63\x97\xcf\xde\x32\x4e\x3f\x5c\x56\x91\x1b\x21\xdd\xb0\xd9\xee\x0c\xfe\xc0\xcc\xfd\x14\x74\x03\x71\x80\x5a\xb2\xe9\xa5\x51\x16\x15\x88\x3f\x54\xa8\x57\x54\x5d\x86\x03\x83\x10\xad\xd5\x06\x09\x4e\x39\x28\xc1\x8c\x39\x9c\xd9\x72\x24\x75\x86\x6e\xf9\xac\xc4\x8c\x43\x03\x29\xfe\x37\x32\x65\x29\x9c\xa1\xd5\xac\xf2\xd5\xad\xad\xac\x5c\xeb\xb3\xcb\xfd\x81\x30\x54\x95\x57\x8e\x42\x6a\x74\x04\x5d\x69\x39\x1e\x82\xb5\xa4\xc8\xb2\xbf\x5b\xdf\x75\x0a\xa3\x37\x2e\x2e\x24\x27\xeb\x7c\x99\x06\x4c\xb9\x91\x38\xc5\xba\x18\xf1\xce\x6a\x3b\x59\x53\xb6\x72\x12\x9c\x94\x7f\x05\x5a\xb2\x9c\x7d\x93\x9c\x7a\x88\x80\xf9\xf6\xc6\xb0\xe0\x1e\xb2\x3c\x4a\x6f\x80\x8e\x1a\x8a\x3a\xfc\x33\xb2\x79\xa7\xf8\xbb\x11\x1e\x1b\xcc\x3c\xb4\xf8\xbf\xdb\xe9\xb0\x5d\x5b\x82\xb9\x9c\xc7\x78\x1a\x90\x9c\xd7\xec\x98\x28\xc6\x74\x95\xee\x40\x82\x31\x83\x16\x96\x86\x3e\x2a\xbc\x0c\x3b\x0f\x17\x41\xc0\x84\xeb\x37\x4a\xaf\xa2\xd1\x33\x6c\x72\x10\x36\xa9\x1e\x3b\x08\x2a\x08\x4e\xa2\x3d\xca\xfa\x09\x29\x12\x8f\xa2\xbb\x76\xdb\xac\xc8\xd6\xee\x8f\x57\xe2\xce\xec\x77\xf2\x64\x0e\xfd\xc6\xe5\xab\xe1\xd5\xaf\x26\xa2\x55\x9c\x71\xac\x8b\xfb\xcc\x0c\x65\x85\xf9\xcb\x73\x8d\x8f\xdc\x1b\xa8\x91\x5e\x0b\xc7\x1a\x64\xd7\x22\x8c\x29\xe1\x72\x40\x48\x38\x4a\x83\x18\xd2\xd6\xdf\x67\x29\x27\xa5\xb5\x89\x30\x79\x03\xf4\x9d\x97\x0f\x8a\x0f\xaa\x67\x45\x3f\x83\x6c\x03\x08\x86\x23\xe3\xac\x62\x95\x1d\x59\xac\x6d\x88\x19\x40\xaf\x83\x57\x0e\x34\xe4\xb2\xaa\xdc\xda\x09\x69\x5a\x2f\x0f\x1d\x2a\x4b\xaa\x0a\xa2\x5e\x36\x2b\x73\x53\x32\x49\x94\x6b\xe6\x15\xfb\x95\x31\x49\x2d\x5e\x2d\x2a\x51\xaa\xf7\x57\xa8\x12\xf1\x91\x1e\xab\x6f\x70\x97\xa2\x75\x5c\x8d\x32\xa7\x70\x23\xcf\x9a\xe5\x4b\x36\x58\x68\xea\x99\xc0\xd1\x4b\x9f\x7c\x1d\x17\xf1\x24\xe2\xb2\xcb\x4e\x6f\x27\x1d\xc4\x77\x59\x13\x77\x1c\xe9\xfc\xd7\xbc\xd1\xb2\x5f\x1c\xb8\x27\x60\x3e\x6a\xe4\xe6\xf7\x6b\x02\xf4\x16\x1f\x96\x4e\xc3\xb3\x14\xb2\xa7\x92\x4a\xa7\x17\x8f\xa4\x6b\xb2\x07\x1d\xc4\x77\xcb\x61\xd9\x12\x8f\xbc\xc7\x27\x16\x0f\x4b\x0c\x3e\xf1\xe3\xd1\xfa\x8f\x34\x44\x1d\xdf\x4b\x2d\x10\x13\xe5\x65\x19\x43\xa1\x26\x08\x51\xc6\x72\xfc\x78\x92\xf7\x6c\xcc\x88\x28\xef\xf6\xf4\x35\x1e\x96\xdc\x5b\x2a\xc2\x3b\x40\xb5\xea\x59\x02\xd4\xf8\x76\x80\xd5\xe2\xd2\xd5\x30\x51\x8e\x4e\x0e\xd4\x4a\xbd\xff\xea\x22\x0a\xec\xa1\x82\xf2\x46\xc4\x27\x76\xae\x52\xc7\xf4\x3c\xfc\x38\xf5\x64\xc6\x84\x24\xe4\xb2\xbe\x0b\xf8\x2e\xb7\x86\xdb\x75\x6b\x00\xfb\x27\x0a\x84\x42\x1e\x3e\x0f\x2c\x2b\x33\xf2\xf4\xb5\xac\xcc\x8a\x7b\x53\x2b\x0c\xb9\x2f\xde\xdb\x8a\x0b\xd4\x03\x79\x90\x5b\xf9\x3a\x7d\xe6\x6b\x65\x1d\x5a\x53\xdd\xa0\xe3\x53\xf4\x76\x75\x40\x49\x5d\x0e\x02\xfb\xee\x34\x5f\x55\x0d\xb0\xad\xc8\x4e\xc3\x70\xed\xc2\xe6\xe3\xf5\xb6\xbc\x42\x31\x88\x96\xa6\x5c\xa5\x17\x19\x3f\xcb\xa8\x37\x32\xa1\x84\xbd\x90\x88\xd8\x67\xf5\xaf\x8e\x58\xda\xb7\xf3\x9a\x17\xa3\xa3\x8f\xef\x39\x08\x5e\x9c\x70\x04\x5c\x9f\x4f\xfa\xfe\x33\xf7\xab\x4c\x13\x2b\xec\xb7\xf0\x23\x78\x38\xe4\x35\x42\x22\x22\xaa\x9f\x7a\x22\x4f\x14\x6c\xc5\x9d\xee\x91\x06\xc3\xed\x22\x8e\x01\xe1\x3a\x10\x11\x2b\x2c\xa8\x4e\xe2\xb5\x32\x17\x37\xd3\xdb\xd5\x44\x7f\x8d\x62\xf0\x3f\xb1\xae\x50\x31\x62\x16\xc4\x5b\x09\xed\xaa\x62\x17\xf4\xab\x59\x41\xa9\xb8\x32\xd2\xe2\x18\x3c\xd4\xa6\x56\xc4\xe0\xc5\x97\x03\xa6\xa3\x00\x9f\xda\x75\x45\x9c\x9f\xa2\x17\x7a\xb0\xf2\x32\x39\xe6\x90\x13\x27\x79\xec\xba\x5b\xc4\x20\x1b\xa0\xce\x1e\xbc\xe1\xa8\xe5\x67\x64\x1d\xd5\x2e\x47\xac\xb8\xdc\xe5\x64\x59\x61\x52\x8f\xa2\xba\xb4\x71\x45\xce\xfe\x20\x96\x5a\xd8\x9c\xc0\x6e\x68\xe4\xbd\xf7\x10\x6c\x2f\x37\x7a\x9d\x7c\x7b\x23\xeb\x8c\x30\x5f\x22\xe5\xce\x25\x39\xc7\xcf\xbb\x86\xec\x07\x38\x0d\xe7\x15\x51\x84\xa4\xa4\xef\x0c\xd2\x0f\x3a\xa2\x70\x8b\xca\xf6\xab\xe8\xa0\xa1\xc6\x2d\xd4\x46\x14\xe5\x9a\x2d\x9d\xa5\xc5\xfd\x06\xaa\x29\xb6\x62\x4c\x10\x87\xb9\x83\xac\x67\x13\x92\x89\xd2\x29\x1a\xb9\xd7\xd8\xc9\x06\x29\x46\x66\x7e\xc5\x78\x4f\xa6\x3b\x29\x9e\x34\x74\x0a\x57\x0a\x04\x40\x8b\x6b\x03\xb3\x4d\xca\xcf\x3a\xd5\x24\xf8\xb8\x8e\xb3\x71\xa7\xcf\x45\x28\xe1\x0e\xb0\xcc\x9d\x3b\x6d\xf4\xc8\x30\xd0\x91\x76\xa5\xe0\xa2\x72\x0c\x01\x2f\x16\xdb\x30\x33\x98\xa5\xe3\x74\x98\xda\xa6\xae\x87\xbb\x6e\x20\x6d\x07\x7d\x4f\x26\xb9\x1d\x12\x28\x91\x97\x96\xad\xb0\xee\x32\xc7\xde\x46\xa7\xb1\x95\x51\x06\x55\x28\x61\xfe\x18\xd5\xf6\xfb\xca\x3b\xdf\xf0\xbc\x10\x9e\xa8\x44\x18\xfc\x62\xd8\xc4\x0d\xf4\x57\xd8\x78\xa3\x3a\x7d\x8f\x81\x5d\xd5\x2a\x6a\xab\xf1\x5a\x04\x71\xff\xe0\xe5\xe4\x22\x3e\xbc\xa6\xd1\xa7\xb2\x0f\x05\x2e\x82\x65\xed\xf1\x9a\x39\x69\x7d\x3c\x7e\x1f\x84\x22\xd5\x2f\x74\x79\x41\x8c\xb1\xcb\x49\xb9\x17\xaa\xbe\x7b\xd0\x4b\x2b\xef\x0e\xc2\x11\xad\x27\xd1\x3c\x58\xa5\xcd\xf1\xe1\xfd\x5a\x51\x43\xd1\x3b\x03\x10\x45\xbc\x94\x9d\x20\x9f\xdc\xa6\xc2\x38\x3a\x47\x34\x9d\x40\x78\x1d\xd1\xd3\x59\xf1\x2a\x55\x16\xb2\xd2\xad\x90\x31\x36\xdc\xa5\xc4\xa6\x7d\xac\x85\xa6\x5d\x76\x47\x99\x7a\x4d\xc3\x48\x3e\x6f\x06\x49\xb6\x1d\x8e\x6f\xcb\xaa\xc5\xcf\xb6\x19\x1f\x4e\x13\xed\x8a\x8e\x18\xdb\x51\xd6\xe6\x41\x62\x48\x0f\x72\xc3\x92\x79\x71\x37\xab\x56\xec\xbd\x2b\x93\x59\xd4\x44\x53\x8d\x0c\xdc\x10\xf9\xb5\x74\x4c\x05\xc7\x29\x2a\xd1\x4b\x3c\x18\xed\x31\x9a\x0c\x24\xf0\x0f\x2d\x2e\xaa\x11\x94\x10\x80\xba\x1e\x1b\xe9\xa0\xd7\xce\x00\x49\x97\x64\x8a\x13\x15\xa6\x15\xa8\xfb\x7f\xf9\xa3\x5f\x8f\xb7\x6b\x47\xd3\x36\x8d\x9a\x61\x4c\xcb\xc0\xdb\x17\x33\x12\x55\x1a\xd5\xd1\x45\xcf\x4e\xcb\x4c\x7e\x3a\xc0\xe0\x82\x8e\xd3\x6f\xe7\xe5\xc0\x61\xca\x76\x02\x97\xe6\x22\xe0\x22\x69\x69\xd4\xdb\xb2\x91\x8a\x78\xed\xb3\x95\xe6\x55\x91\xb8\xdf\x7b\xc2\x30\x31\x4c\x28\x8a\x94\xd6\x83\xac\x16\x30\x5d\xe9\xd5\x24\x8f\x28\xe8\x45\xb7\x0c\xb8\xc6\x3c\xcb\x19\xaa\x5b\x2a\x38\x62\x28\x8a\x5b\x3f\x41\x69\xab\x76\x54\x62\xb8\xa2\x63\x56\x1a\xae\x96\x5e\x32\x32\xe4\x83\x2d\x62\x05\xeb\x36\xe7\xa1\xc3\x66\x85\x5e\x08\xfd\xaf\xaa\x19\x35\x88\x89\xb7\x6f\x9a\x42\xe4\x7f\x0a\xde\xa5\xb5\x8b\x0a\x0f\xe4\x39\xe7\xc5\xf8\x54\x7f\xee\x95\xcf\x6a\x2b\x1d\xb7\xb7\xba\x72\x46\xe5\x0c\x32\x66\x98\xc7\xb8\x10\x4c\xeb\x7e\x8c\xe3\x22\xcb\x50\x4d\x38\x41\x83\x56\x31\x83\xce\xcd\xc1\xc3\xc2\x48\xa5\x61\xe3\x46\x0d\x35\x7e\xc9\xa0\xa7\xa4\x39\x56\x3c\xa8\x25\x8c\x92\xfc\xfa\xa0\x0b\x16\xe8\x76\x9e\x6f\x53\x18\x80\xe0\x44\x9d\x55\x59\x0e\xb1\xf9\xdd\xbf\xb5\x4c\xc3\x97\x01\x2d\x19\x56\xf5\x83\x04\x9d\xd4\xf3\xef\x8e\x20\x67\xfd\xc2\xd5\xd5\x40\x95\xe3\x6b\x84\xf7\x88\x1f\x52\x11\x09\x3a\x5d\x93\xe8\x2a\xe0\xf4\x5f\xaa\x5d\x58\x10\x43\x14\x31\x5d\x9e\xfa\x0b\xe7\x24\x1a\x2e\x35\x93\xad\xe8\xa3\xdd\xce\x67\x15\xc7\xa1\xe2\x87\xd4\x99\x28\xae\xce\xc3\x85\xf0\x2b\x71\x34\xb7\x5c\xf0\xf4\xd2\x84\x67\xe6\xd0\xe0\x4e\xc0\x81\x82\x28\x3b\xda\x91\xfc\xa4\xcd\x9e\x76\x99\xd3\xc6\xb1\x5a\x07\x13\x95\x9b\xff\x3f\x14\x65\x03\xc4\x6d\xce\x50\xd4\x15\xea\x77\x50\x71\xa6\x7a\x77\xda\x5c\x1c\xd9\x45\x2d\xc4\x21\x1e\xaa\xba\x07\x8f\x05\xf6\x1f\xd7\x28\x49\x07\x50\x35\xc1\x47\x44\x20\xf5\x90\xc4\xcf\x7c\x1a\xee\x3e\xb0\x2e\xec\x2e\x41\x08\x1a\xa6\xc8\x72\x15\x45\x04\x4b\x16\xb3\x3a\x02\x5a\x71\xbe\x12\xe2\xb9\x51\xbf\x59\x3a\x31\x2d\x7e\x80\x6b\xca\xc8\xdc\xdc\x38\xdd\x41\x8b\xd1\x0d\x54\xa0\x73\x52\x37\xd4\x14\xa1\x3e\x0f\x0d\xb5\x61\xfa\x21\xbc\xc2\x1b\x6c\xa1\xd6\x42\x4d\x77\x32\x82\x88\x80\xf6\x56\x36\xca\x26\xe3\x74\x90\x50\xb2\x00\xaa\xa8\x09\x9c\xfc\x4f\xe5\x43\x1e\xe9\xb5\x63\x04\xfe\xd1\xf5\xf6\x84\x4a\x5f\xb8\x8e\xfb\x15\x5e\x47\x42\x60\x00\x6e\x8f\x41\xc5\xe2\xdd\x03\x8a\x86\x32\x26\x38\xc5\x74\xc9\x6d\xcc\xca\x8a\x5e\x47\xc2\x6c\x2e\x5f\xcc\x5c\x8d\xc4\x63\x64\x1b\xe3\x8e\x59\x39\x8b\xf0\xb6\x5f\x7c\x61\xba\xff\x30\x4b\x07\x50\x45\xa4\x6f\xde\xc7\x64\xd8\x86\x13\xcf\xbd\xb4\x0f\x44\xec\x55\xa8\x77\x41\x51\xc1\xa5\x25\xc8\x36\x64\x8c\xcf\xbc\x35\xa3\xa8\x14\x3f\x0c\xee\x0f\xf5\xab\xa5\x2f\xd4\x29\xd8\x45\xde\x7a\xae\x9c\xad\x2a\x47\x90\x4b\xda\x4e\x3a\xc3\xb3\x5f\xd1\x21\x05\x9f\xab\xf1\x70\x9c\xc8\xc9\x8a\x02\x91\xb3\x81\x4a\xd1\xd5\x63\xcf\xc4\x5f\xb9\x4a\x3d\x6a\xda\xeb\x27\xcc\xe4\x56\xc4\x66\x7d\xbf\xe1\x31\x74\x6c\xbd\xf8\x92\xb6\x16\x42\x93\x7a\x31\xc5\x7e\xc5\x10\xec\x1b\xda\x8b\x5f\xc6\x73\xee\x3e\xdb\xf8\xfb\xa4\x3b\xce\x9d\x99\x98\x4b\x0e\x9e\x79\xb4\x8d\x2c\x1b\xe7\xe3\x91\x19\x32\x1f\x53\x30\x3b\x5e\x7a\x24\x41\xbe\xd8\x4f\x48\xfd\x21\x95\xa3\xc5\xc7\xd5\x46\x93\x7a\xca\x0f\x33\x60\xf5\xbb\x42\x7d\xaa\x4d\xd9\x42\x56\x01\x76\xad\xe0\x39\x34\x6c\xe7\x43\x23\xe2\x98\x95\x4e\xba\xe3\x89\xa1\x4a\xab\x2d\x14\xd7\x76\x88\xca\x9b\x1b\xcd\x9f\x5f\x32\x43\xd4\x0d\x59\x0d\xa1\xcb\xc7\xea\x76\xba\xdb\xc9\xf7\x5c\xdf\x4f\x60\x8c\xda\x41\xcf\xb2\xc2\x70\xb4\xe1\x28\xdb\x4c\xfb\x40\xad\x36\x26\xdd\x2b\xc9\x18\xb2\xd6\x6f\xb7\x31\xd2\x46\x8d\xfb\x2f\x40\x6d\x2e\x2e\x28\xee\x06\xc4\xb7\x8f\xb4\xc2\x9f\x21\x96\x73\x73\x11\x62\x03\xfe\x21\xa8\x87\xe9\x41\x98\x61\x57\x77\x92\x71\x07\xa3\xc2\x2a\xd6\x4f\x06\x06\x4c\x31\x53\xe8\xa4\x15\xc2\x2f\x23\x5d\x09\x99\x5b\x2d\x72\x8f\xb7\x21\xf9\x22\xe9\xed\x18\x7d\x82\x00\x5e\x87\x72\x7c\x8b\xb3\xa7\xdb\x04\x31\x66\x77\x55\xa4\x3b\x48\xde\x67\x96\xbc\x7b\xbd\x8b\x41\x4b\xa4\xbb\x64\xa1\x62\x4a\x3e\xd4\x52\x29\xf0\x90\xf4\xca\x2b\xed\x0a\x75\xa2\x66\x64\x22\xde\x14\xc7\xf5\x09\x85\xd4\xdc\x54\x99\xff\x0a\xaa\xc8\xc3\xba\xe9\xc7\xc2\xf9\xc7\xc7\x24\x7a\x69\x07\xfd\x42\xb8\x4d\xc4\x4b\x54\xf8\x94\x59\x84\x9f\xfe\x24\xd6\x6d\xd8\x41\x74\xa8\xfb\x71\x71\x84\xa9\x0d\x7f\x81\x2d\x79\xbd\x65\x23\xdc\xd9\x53\xf0\x9a\xf3\xbc\x4f\xd5\x73\x6e\x53\x80\xc1\x8a\x87\xc3\x5b\x60\xf7\xed\xa3\xc2\xab\x0b\xe4\x0e\x02\xd5\x6e\x7a\x04\x52\xbc\x53\x46\xbf\x9d\xce\x00\x6a\x2d\x99\x97\x0c\x81\x23\xcb\x54\xf6\x35\x11\x50\x06\x20\x68\x58\x70\xf5\xb6\x3e\x7e\xd1\xea\x60\xe8\x10\xe0\x69\x5c\xa4\xab\x0b\x84\xe2\x5f\x44\xbb\xd1\xd3\x49\x1d\xd4\x3b\x93\x66\x60\x7c\x80\x26\x15\xe6\x7f\x6e\xa6\xf8\xe5\xb2\x95\x80\x9a\x90\xbf\x7a\x4f\x17\x04\x05\x1e\x87\x3e\x62\xd2\x8e\x51\xb2\x05\x66\x18\xca\x10\x0f\xd5\x0b\xcb\xe9\xc5\x2a\x4e\xe9\x5e\xd4\x5c\x80\x62\x16\xf1\xb5\x4f\xd4\xba\x3f\x52\x8b\xa2\x98\x39\x1d\xd0\x4c\x91\x79\x56\x71\xe3\x00\x90\x2d\x98\x2b\x54\xae\x6c\xf1\xe0\xcb\x82\x08\xf9\x84\x51\xa1\xc6\xf1\xb3\x5f\xf8\x6a\x56\xd0\xbb\xdc\x26\x6b\x31\xf6\xfe\x1d\x81\xad\xb7\x05\xc0\x47\x06\xc0\xfe\x5c\x50\x14\xab\x8b\x65\x54\xc3\xf7\xb3\xad\x54\xd4\x94\x7f\xc6\xb7\x35\x03\xd9\x8d\x03\x00\xa7\x65\xab\x8d\x1d\x7d\xd8\xc9\xf3\x6b\xd9\xa8\xa7\x62\xb2\xd8\xf2\x2b\x5e\x94\xa7\x94\x1e\x8a\xd2\x23\xeb\x84\x57\xce\x46\xcc\x77\x87\xde\xb0\x91\xa8\x40\x39\x2f\x96\x01\x89\x94\xa8\x62\xa2\x0f\x1d\x25\x10\xc7\x3e\xba\x9b\xb9\xe4\x3d\x14\xa5\x5a\xa8\xe7\x2d\xa9\xd5\xdc\xc5\xb8\x97\xf4\x45\xc9\x37\xba\x66\x0a\x1e\x61\xa7\xf3\x3e\x29\xcc\x10\xaa\xb9\xce\xfb\x93\x85\x04\x70\xa9\xfc\x58\xc7\x78\xf5\x98\xda\xba\xb0\x85\xf3\x5c\x20\xb4\x8f\x5b\xa6\x1a\x92\xbc\x74\x63\x55\x6a\xbc\x8a\xe5\x90\x69\xfb\xc5\xe2\x5b\x5b\x11\xc1\xf9\xca\x5c\x7c\x45\x85\x7e\xc6\x23\xe2\xee\xbb\x4a\x0a\x7b\xa8\xfa\xbb\xe5\x56\xfd\x04\x35\xe1\x8f\xc3\xcd\x78\x89\xc1\x5c\x1d\x14\x76\xe1\x7c\x89\x17\x9a\xe6\x6d\x85\x78\xc8\xf2\x5e\xf7\xd8\x2a\xd4\xab\x53\x35\x1c\x21\xa8\x6f\x9d\x27\x4a\x2d\x80\x9c\xb1\xe6\x86\x3c\x22\x08\x88\x80\x04\x61\x6d\x4a\xc2\x52\x95\x9e\x55\xbb\x84\xc9\x04\x1a\x3b\xe0\xd4\x18\xb9\x16\x4d\x97\xe2\xcd\x96\xee\x0c\xb3\xd1\xb8\xcd\xcf\xfb\x6c\x33\xe2\xaf\xa7\x48\xe9\x4a\x15\x33\x8f\x02\x44\x51\xa5\x4a\x88\x3e\xca\x88\xe7\xd5\xe9\xaa\xaf\x93\x07\xac\xf7\xbf\x97\x52\x8f\x4e\x73\x8e\x11\x4c\xda\xff\x92\x29\xc6\x38\xed\xf7\x21\x03\x37\xdb\xec\x31\x45\x15\x55\x8b\xc6\xd8\x3a\x3f\xcb\xc8\xbe\x4b\xdc\x8e\xf5\x8f\x2c\x72\xb2\x62\x1c\xa5\xe9\x15\x38\x00\xaa\x4e\x19\x1b\x51\xe2\xa9\x34\xed\x87\x56\x7c\xcc\xb9\xaa\x73\x4d\x69\x4f\x7f\xba\x2e\xce\xa6\x16\xd4\xb1\x41\x16\xab\xe5\xed\x0d\xea\x3e\x61\x60\xdb\x0a\xcf\xc4\xdb\xdc\x92\x24\xc1\xd5\x3b\xe5\x3b\x8b\x7b\xf1\x41\x92\xb6\x23\x79\xd8\x73\x1d\xd6\x54\x50\xa9\x84\xd3\x42\x3c\x9e\x99\x32\x70\x28\x74\x50\x82\xa2\x2e\xda\xa1\xa5\x61\xc4\x0b\xce\xfc\xb6\x7a\xf3\xcb\x2a\xda\x9a\x33\xa4\x64\xcf\x3e\x47\xf6\x6d\xc8\x84\x61\xc0\xb0\x73\xf2\x44\xc6\x0b\xfb\x6a\xe6\x09\x7f\x88\x86\xf6\xe1\x97\x9a\xc8\x3e\x72\xa8\x40\x4e\xe9\xac\xbc\x61\x05\xf6\x3f\xe6\x21\x2b\xdc\xd9\xe9\xa3\x5e\x3c\xfd\x52\xe3\x8a\x4f\x0d\xae\x75\xc6\x46\xb8\xcb\x9d\xb0\x61\xa4\x12\xfe\x64\xa4\x6e\xd8\xdd\x67\x65\x63\xba\x2c\x86\x0a\xf4\x91\x6e\x8a\x4b\x5f\x34\xd0\x4f\x84\x59\x91\xb3\xb2\xc5\xc4\x00\x9d\xc4\x58\x20\x66\x8e\x69\x70\xac\xc8\x1f\xf7\xa7\x27\xb6\x38\xb0\x60\x4b\x37\x75\x3c\xf4\x8b\xca\x6a\xc5\xbf\x24\x03\x10\x63\x7b\xba\x1e\x1c\xe9\xf7\xe8\x73\x4d\x34\xa9\xda\xb7\x97\x2c\xab\x8e\xab\x53\x7d\xbc\xbc\x7f\xcb\xfb\x94\x33\x58\xd1\xef\xdb\x19\x04\x24\xff\x0b\xe1\x3c\xfe\x0d\x68\x0b\x09\x4b\x37\xec\x6f\x68\xe0\xed\x0d\x2c\x60\x90\x41\x17\x0f\xf2\xcd\x5f\xe8\x36\xc2\x14\xc6\x5a\x16\x54\xab\x14\xa9\x55\xac\x8f\x8b\x0a\x25\xec\x23\x1a\x8b\xd7\x9a\x3a\x27\xbe\x1d\xa2\x54\x2e\x9c\x93\x54\xef\x73\x6c\xd5\xbc\x90\x32\x7a\x94\xbc\xb2\x80\xe8\x97\xfd\x56\x33\xae\xb4\x3b\x10\x52\x70\x87\x9c\x26\x20\x66\x57\x12\xf9\xcc\x8a\x23\x16\x14\xb4\x19\x17\x2b\x45\x56\x13\xa3\x96\xc0\x00\x48\x7c\x1b\x18\x54\xff\x29\x69\x60\xbd\x6a\x4e\x36\x31\x6c\x55\xf2\x46\x35\x8a\xb9\x80\x37\x7f\xb1\xac\x65\x67\x3c\x1e\xa5\x1b\x93\x71\xa2\xf2\x43\xfe\x81\xfd\x43\x1f\xa3\x25\x4b\x7e\xaf\xec\xe0\xfb\xed\xad\xce\xd6\x57\xc5\xee\x16\xb3\xda\xfc\x94\x36\x9a\x37\x2a\x8e\xb5\x4a\xcb\x0c\x60\xff\x96\xde\x9c\xe1\xcb\xc2\xe6\xf9\x84\x4f\xe1\xbf\x13\xe6\x46\x7a\xb3\x52\x4f\xf3\x66\x0c\x22\xfa\x77\xbc\xfd\x43\x1b\x11\x79\x62\x35\x86\xb8\xf7\xe9\x0a\x23\xe5\xa0\xcf\x05\x58\x27\x91\x02\xb1\x80\x96\x04\xa6\x5e\x77\x72\xa0\xb1\x10\xdb\xfc\xb1\xe9\xe8\x9e\x19\x15\x0d\xf7\xeb\x85\x2f\x03\x09\xf4\x6e\x8d\x76\xac\x63\x70\xa9\xf3\x0e\x30\xd2\xed\xbc\xb3\xfe\xf3\xbc\xf9\xa3\x5e\xf3\xd2\x8f\xf8\xf7\x7c\x67\x3c\x6c\x93\x03\xc9\x72\xd4\xd5\xbc\xf4\xf3\x77\xdf\x51\x1d\x09\xef\x40\xe2\x79\xb3\xce\xf0\x23\x22\x20\xf8\xed\xa2\x30\xaa\xb2\x0f\x2e\xc7\x40\xd8\x2c\xe7\xfc\x4a\x0b\x17\x55\xcd\xce\x14\x7b\x82\xe5\x0c\xed\x8d\xf6\x5c\x49\x64\xf5\x40\xfb\x84\x02\xff\xb4\x1c\xa7\xdc\xad\xd5\x84\x84\x5f\x16\x7e\x02\x70\xd7\x40\x74\xe5\xc4\x21\x9d\x70\x42\x5d\x71\x68\xb5\xd9\xa2\x44\x39\x49\x99\x82\xef\xd3\x82\xcc\x31\xbe\xb0\xf6\x42\xcb\x23\x3d\xed\x71\x3f\x0f\xa9\x0f\xca\xa9\xe0\x2b\xfc\xbb\x85\x9f\x5c\xfd\xdd\xb7\x2f\xc9\x31\x5f\x49\x87\xd0\xb5\x0d\xf9\x1d\x37\x6d\xda\x77\xde\xbd\xc7\xbf\xb3\x21\x0e\x3c\x07\x5c\xff\x21\xb8\xd7\x27\xa3\xab\x50\xb5\xdc\xcb\xa4\x63\x8b\x2e\x98\xd5\xbf\xf3\xa3\x9f\xfb\x6b\x35\x7f\x64\x56\x95\x13\xa9\xa1\x5a\x11\x75\x49\x98\x36\x82\x1c\x16\xf7\x84\x30\xa7\x43\xae\x14\x42\x19\x41\xe4\xda\x49\xcd\xe2\xa4\xf8\x99\xa6\x43\xaa\x66\x36\x71\xbe\x27\xc2\xaa\xaf\x40\x83\x43\x49\xb5\xba\x0f\xa9\x51\xe2\xa2\xaa\xe5\x4f\x2a\x52\xe7\xf1\x9a\xea\x9f\xd6\x32\xad\x53\xcb\x63\x46\x6a\x83\xce\x57\x3d\x85\xd8\x74\x9a\x12\x83\x39\x58\x4f\x1a\x93\x0d\xcb\x77\xb0\x02\x1b\x53\x5f\x3c\x6f\xc5\x13\xf3\x06\x6b\x13\x0b\x56\x11\xdb\x7c\x46\xb0\xd0\x43\x06\xc5\x7c\x56\xbc\xcc\x8a\x10\x1c\x09\xc0\xb9\xcd\xaf\x91\x3d\xc3\x38\xc9\xd1\xf2\xd4\x36\xfc\xea\x51\x78\x4c\x25\x2b\x25\x43\xae\xf7\xca\x85\x13\xd9\x43\x1b\xbf\xaa\x94\x4a\x5e\x1c\x68\xb1\xf8\x90\x88\xdf\x8d\x1a\xcb\x67\x29\x70\xa7\xa6\x2c\x73\x81\x45\xdd\x02\x59\xd0\x4a\xc3\x8b\xb0\x64\xee\x81\x95\x15\xed\x52\xe2\x6e\xad\x48\x43\x5d\x7d\x56\x4c\xc4\x85\x74\xca\xfa\xa6\x72\xd0\xa5\x2a\xb5\xdd\xd2\x17\x19\xe4\x44\x5c\xe9\xfe\xea\xf3\x22\x92\xbb\xbb\xb8\x47\x88\xf3\x3b\x08\x8b\x25\x77\x18\x42\xa6\xda\x11\x82\x3b\x77\x86\x43\x9f\x03\x22\x2e\x55\xa5\xab\xb0\x7e\xf5\xd8\xf6\x2a\xa1\x5a\x70\xb8\xb8\x59\xcc\x56\xe8\x60\x33\x83\xd7\xb4\x2b\xcb\x13\xfc\x21\xdb\xdc\xec\xa7\x03\xc3\x3a\x61\x5a\x3a\x76\xfa\x27\x16\x5c\xe7\xf7\xc2\x5c\x65\x76\xb0\x34\x47\xf2\x00\xce\x1b\xe8\xc8\xb0\x45\xfa\xfd\x90\xa6\xe9\x0c\x72\x68\xa0\x41\xfd\xe3\x27\x70\xc3\x78\xb5\xcf\x14\xef\xc2\x43\x8f\x26\x08\xec\x23\xcf\x1d\xb6\xa6\x28\xad\xee\x47\x5b\xf8\x8b\xac\xb6\xec\x9d\xa6\xce\x03\x45\xf7\x51\x96\x41\x2c\x01\x70\x44\x0f\x3d\xd7\x27\xca\x59\x74\x52\x59\x43\xcf\xc2\x05\x78\xed\x77\x31\x7f\xa2\x1e\xcc\xc5\x16\x7c\xec\xd2\xb2\xa9\xf1\x9d\xf3\x8e\x0c\x64\x8e\xb0\x34\xca\xc3\x0a\x6f\x2c\xb0\xe9\x1d\xa1\xaa\x96\xf4\x1a\xb2\x96\xee\x28\x1d\x86\xc9\xea\xb1\x22\xee\x09\xf9\xac\xeb\xcd\x1b\x18\xcb\x19\xed\xb9\xd3\xf6\x12\xd7\x71\xc1\x02\x95\xe1\x6a\x89\x30\x10\x37\x3d\x90\x63\x21\x4f\xd8\x1c\x8e\xb2\xf7\xaf\xbb\x57\x95\x6f\x2f\x7d\x52\x97\x2e\xbd\xa5\x9b\x57\x8a\xef\xaa\x0d\xe8\x35\xc6\xed\x8d\x89\xe1\x9e\x0d\xe6\xa4\xa7\xab\xc0\xc9\x71\x4b\xbb\x96\x9a\x0a\x2b\x7a\xe0\x3d\x61\x3d\x68\xe5\xfb\x81\x8f\xbe\x00\xae\x3e\xf4\x31\x14\x49\xbe\xb3\x77\xcf\x11\x05\x86\x39\x9b\x00\x99\x8c\x4b\x9d\x15\x28\x7c\x49\xf0\x08\x56\x02\x52\xeb\x31\x38\xe9\xe6\x90\x19\x16\xcb\xea\x04\xd0\x73\xe8\x6a\xf7\xd0\xd5\x62\xdd\x6b\x3e\xbd\xc5\xed\x60\x88\x2d\x58\x6e\x38\x80\x81\x0c\x84\x02\x27\x6c\xa8\x21\x10\x73\xbf\xf8\x82\xe9\x7f\x91\xfa\xbf\xf0\x92\x1e\xd3\x08\x32\xe9\xce\x64\x87\xd2\x0d\xa7\x1f\x24\xed\xee\x76\xd2\xbd\x02\x31\x3f\x33\xab\x34\xf0\x72\x09\x4e\x89\xf9\x03\x6a\xe5\xb2\xf7\x06\x34\x6f\x56\x37\x43\x1e\x1f\x7c\xdf\x1b\x9c\x58\x48\x1e\xde\x42\x64\x6f\x63\x29\x40\x52\x58\x0e\x05\x95\xd9\xb0\x1c\xd5\x5f\xab\x9c\xdc\xaf\xbe\xda\xc6\xfd\xae\x55\x56\xee\x57\x7a\x92\x15\x66\x02\xd5\x2e\xcf\xfb\x25\xa4\x77\xe9\xd2\xdb\x91\x16\x22\x3f\xbd\xb8\x88\x64\x03\xff\xee\xdf\x86\x66\x79\x5b\xa3\x24\xff\xee\xe8\x25\xd5\xd9\x83\x83\xe0\x77\x3b\x20\x8f\x71\xfe\xd2\x7f\x7b\x3b\x1d\x27\xaf\x9e\x87\x58\xc7\xf3\xef\xa6\x6f\xfe\xf8\xfc\x4b\x9a\x7a\xa6\x98\xf9\x94\x8e\xf6\x91\xcd\x60\x75\xb3\x50\x31\xbe\x91\xd3\x76\x08\x8b\xad\xc9\x09\x48\xf8\xae\xf4\xfd\x37\x88\x9e\x1f\x6b\x46\x86\x6a\xe3\x94\x0a\x6e\x4b\x65\x90\xc5\x3f\x95\x94\x03\x73\x79\x7f\x98\xf8\xa2\x44\xe3\xac\xf4\xa3\x29\x9c\x8a\x68\x2c\x8b\x38\xb2\x6d\xc8\x14\x4c\xdd\x39\xcc\x63\x63\x32\x1e\x83\x79\x31\xcc\x52\x5c\x50\x71\xb9\x53\x94\xd9\x2a\x6c\xdc\xf6\x24\x7e\x3b\x49\x47\x46\x28\x48\xb7\x06\xc0\x18\x52\x4e\x50\xad\xcd\x5f\xb8\x0c\xbe\x94\xdc\xa0\xf0\x5d\x80\xa7\x51\x4c\xed\xce\x1a\x4f\x58\xac\xf6\x0f\xf9\x58\x48\xc4\xa9\x8c\xe4\x0b\xce\x2c\x7c\xeb\xe5\x93\x2b\x49\xaa\x48\x26\x9c\x1d\x63\x15\xa4\x20\xb3\xb2\xac\xda\xed\x0c\xc7\xdd\xed\x4e\x44\x4a\x3d\x44\xd4\xaf\x70\x1d\x97\xb8\x80\x4c\xbc\xed\x3e\xc5\x60\x28\x8f\xd7\xa7\x78\x2a\x27\xe2\xf7\xbc\xa7\xf4\x7f\x4e\x2c\x2c\x5d\x4b\x9e\x8c\x9d\x5e\x74\xf5\x91\xc1\xff\x84\x6f\x6d\xaa\x95\xa5\xf6\x4c\xa5\x3c\x51\x55\xe0\xe5\xb4\x2e\xf7\xd1\x93\x78\xbc\xd4\xfd\x72\xd6\x22\xbb\x93\xdf\x4e\x92\x89\x59\x7b\x32\xd8\x82\xc7\xff\x39\x4b\x15\x53\xaf\xca\x9a\x6b\xcd\x15\x27\xd0\xc3\xc6\x30\x83\x62\x2a\x70\xee\x3d\x45\x50\xf9\xcc\x3e\x8e\x55\xf4\x19\xef\xbe\x7d\xa9\x24\xed\x68\x30\x55\x2c\x79\x44\x36\xe6\x27\xbd\xb8\x13\x74\x59\xc6\x43\x70\x33\x01\x66\x83\xe8\xb2\x18\x08\xbf\xf5\xb7\x6f\xff\x32\xe8\x12\xc1\xe6\xfc\x85\xf0\xff\xa3\x32\x6f\xc1\xdf\x57\xc2\xf8\xe8\x58\x83\x24\x9e\xf4\x9c\x65\x97\x9a\x80\xd2\x23\xce\x43\xdd\x36\xa0\x04\x19\xc6\x8e\xd0\xde\x84\xc9\x7b\xe4\x14\x6b\x05\x9f\x39\x59\x21\xe7\x67\x1b\xdc\x10\x91\x0b\x86\x7c\xbc\xd6\xbc\x70\xb5\x3c\x4f\x8e\x89\x8f\xbf\xa9\xeb\x6e\x93\x40\x7b\x13\xb3\xed\x85\x07\x6f\x59\x99\x05\x19\xd7\x65\x94\x1a\x83\xd6\xfc\x2e\xcb\xae\x9e\xdc\x28\x6b\x60\xea\x10\x05\xc5\xa9\xdf\xbe\xd3\x33\xa8\x07\xee\xef\x0f\x78\x84\xa7\x78\x50\x80\xa9\x8c\xcc\x5b\x6a\x8c\xbe\xdf\x57\xc1\x0d\xe0\x0b\xb2\x66\x23\x44\xa0\x98\x4a\xed\x83\x02\x8b\xa5\xa5\x31\xfd\xd8\x2b\x4b\x5b\xc1\x7c\x79\x42\x99\x11\x56\x92\x5a\x6f\xa2\x5b\xcb\x2c\xec\x6b\x18\xf6\xab\x29\xa7\x20\x97\x65\x1d\xd0\x03\x8f\xf6\x93\xf6\xcb\xd9\xa8\xd3\x70\x3c\x75\x50\x06\xdf\xa5\x81\x9a\xd2\x4a\x4c\x4d\xfa\x1a\x20\x7f\xc0\xbe\xf4\xa1\x8c\xff\x19\xa5\x88\xe3\x0c\x50\x1b\x6a\x9a\xcb\x20\x5b\x5d\x7b\x2d\xe2\xee\x18\xdc\xcd\x22\x88\x77\xa8\xf1\x3c\x0c\x4e\xb0\x9f\x6e\x26\xed\x52\x54\x85\xa3\x04\xb1\x53\xdc\x1e\x8f\x87\x39\x17\xd0\xfa\x46\xf1\x6b\x6f\xbd\xfb\xee\x3b\x97\x82\x53\x5a\x3a\x7e\xd5\xc9\x0d\x53\x74\x15\xae\x23\x2c\x14\x3c\x4c\x9a\x9c\x92\x46\x41\xfa\x33\x77\xe7\xb1\x75\xd1\xae\xc5\x41\xc8\x27\x6c\x8d\x28\xa7\x64\x0c\xbd\xfe\x94\xbf\x69\x09\x79\x29\x50\x79\xfa\x06\xdd\xb3\xa4\x1a\xd0\x2d\xc3\x17\x27\x89\x09\x5a\xdd\x51\x36\xf0\xac\xdf\x4d\xf8\xc5\x7e\xd6\xe8\x5e\x7e\xcb\xcd\x2b\xed\x4d\x28\x79\xdd\x74\x71\xb3\xf0\xf3\xe9\xda\x9e\xc9\xfb\x63\xb0\xbc\x8b\x77\xab\x9f\x78\xc2\x30\x3b\xb6\x25\xa6\x7d\xcf\x26\xb9\xcd\xfb\x0e\xde\xc6\x36\x7e\x26\x68\x9c\xbc\x9f\x74\x27\x2e\x1c\x24\xe6\xef\x5a\xd6\x89\x40\xd6\x3e\x3b\x59\x46\xba\x33\x11\x96\x7f\xaf\x8d\x34\xc4\x5d\x7e\x44\xe0\x6a\xa8\xaa\xf4\x8a\xa7\x0e\xb6\x07\x02\xd2\x38\xa5\x78\xe0\x08\xfa\xa6\x76\xb3\x89\xae\xdd\x03\xe5\x98\x12\x47\x92\x4d\x48\x06\x06\xfa\x13\xc5\x6d\x3f\xff\xc4\x34\xee\x4c\x7a\x60\x07\xc0\xfa\x17\xbd\x64\x0c\x64\x2a\x5a\x0a\xc1\xaa\x53\x2b\x58\x5f\x19\x08\x78\x4a\x4c\x17\xf1\x79\xa1\x72\x0f\xa8\x06\x79\xd2\x4f\xba\x98\x8f\x97\x4b\x11\x90\x34\x2d\x8a\x88\x4f\x6d\x43\x73\x9e\xaa\xe9\xb7\x7e\x43\xdf\xd7\x9c\xca\xf7\x35\x6d\x96\xcd\xb9\x1d\x24\x1d\x90\x8a\x87\x86\x42\xa7\x46\x83\xd3\x88\xf7\x10\xb5\x62\x30\x9a\x5a\x2b\xab\xc5\xa9\x33\xd0\xcb\x52\x90\xf6\x1d\xe7\x30\x02\xd0\x11\xf6\xe4\xa5\x47\x22\xbb\x97\x1c\xa3\x16\x9f\xf5\x6f\xed\x57\xe2\x1e\xc9\x07\xfa\xd8\x22\x60\x28\x5f\xb3\xe1\xfa\x2f\x87\xad\xd2\x06\x5d\x5c\xac\x9f\xad\x23\xbe\x4e\x72\x27\xad\x74\x50\x9a\x63\x86\x17\x3c\xed\xcb\x92\xd2\x1b\x1d\xda\x94\x71\xe7\xe8\xc5\x62\xfa\x52\x55\x2a\x1c\xaf\x32\x5a\xf3\x02\x16\xdd\x6e\x8c\x12\x4e\x1f\x0d\x9e\x71\xe2\x6b\xe6\xe7\x26\xa8\x1d\x14\x50\x31\x57\x5e\xbc\xf0\xde\x2b\x97\x73\xaf\x6a\xa9\x9b\xf1\xbd\x1f\x5c\x36\x93\x5e\x78\xef\xd5\xcb\x34\x2d\xd5\xeb\xe1\x69\x9f\x31\x3e\x00\xb5\x15\x4d\xa6\x3a\x9a\x31\x5f\xce\x47\xdd\x97\xc3\x21\xb8\x82\xa7\x6a\x06\x1f\xff\x8b\x8c\x4f\xe7\x83\x2e\x46\xeb\xbf\x71\x21\xb4\x3c\xbe\xcb\xfa\x60\xc8\xb5\x3a\x97\x97\xc9\x27\xe9\x65\x38\xa1\x0b\xf9\xdf\xe0\x9c\x30\xde\x6f\x1a\xdd\x7e\x96\xbb\xf1\x9e\xa1\xac\xf6\x7d\xc6\x1b\x25\xd9\x30\x19\xd8\x01\x29\xe3\xa1\x93\xa5\x66\xcf\xbf\x50\xda\x39\x24\x45\x6c\x4b\xd5\xe7\xdf\x68\x10\xf1\xeb\xcd\xe2\x3d\x21\xa1\x98\x71\x96\xc9\x7d\x6f\x1e\x18\xa7\xfa\x3c\xfc\x59\xf4\xb1\xfc\x75\x66\xe1\x53\x0a\xa6\x51\xb7\xd9\x64\x87\x9e\x5d\x9b\x7a\xf3\xfb\xee\xcb\x00\x26\x44\x1e\xca\xc5\x10\x23\xe9\xe7\x68\x71\x14\x9d\x2f\x69\x17\x65\x4b\x9a\x78\xa5\x4b\xda\x49\x46\x5b\x91\x3b\x02\x69\xf8\x88\x92\xe3\x1c\xd1\x83\x3b\x44\x9c\x0a\x45\xcb\x57\x59\xfc\x78\xd4\x19\xe4\x9b\x5c\x15\xc0\x3d\x67\xac\x40\x5e\x89\x15\xe8\xed\xba\x87\xbb\xeb\x23\x0a\xc6\x13\x58\x08\x74\xdc\xd9\x8a\xbd\x56\x57\x5c\xc3\x5b\x25\xbe\x5a\x7c\x95\x3f\xa8\x7b\xb2\x0a\x25\x40\x89\xaf\x36\xa1\x86\xbc\x5c\x21\x6c\x71\x93\xe5\x36\x95\x9a\x9c\x3d\x85\xc4\xfa\x07\x65\xac\x82\x6a\x4a\x06\x69\x8e\xb3\xac\x7f\xb9\xd1\xd9\x32\x47\x42\x65\x25\xcc\x93\x6a\x6c\x8e\xb2\x1d\xcc\x87\xeb\xd7\x56\xc2\x24\x4a\x36\x19\x4f\x83\x1a\x14\x2e\x37\xee\x2b\xf9\xfa\x2b\x5e\x01\x77\xb3\xe9\x0b\x79\xe3\x95\x1d\xf3\x33\x29\x98\xc8\xe5\x07\x7f\xdc\x86\xb6\xd8\x0f\xff\xec\xad\xbf\x42\xc9\x83\xa0\x04\x00\xfc\x70\x0d\x7e\x38\x29\xd8\xf7\xdd\x6c\x04\x47\x32\xd4\xf4\x15\x3a\xd3\x9b\x8b\xfb\x8b\x8f\xf0\xc7\xeb\xf0\x13\x58\x50\xf6\xe0\xcf\x3c\x31\xcc\x67\x2f\x5f\xd7\xeb\x68\xe2\x31\x1b\x09\xd9\x9c\x6b\xaf\xb1\x93\x0e\xc0\xcf\x68\xdd\x2d\xc9\xff\xbe\x9d\x4d\x46\xf9\x3a\xd4\xf2\xc2\xe5\x15\x54\x76\xaa\xd1\xeb\x40\x16\x05\x0a\xe4\x3a\xf0\x7b\x5c\x4b\x12\xc8\x26\xe0\x56\x7b\x37\x98\x31\x1b\x8c\xb7\x71\x42\x5e\x37\x98\x13\xfc\x26\xd7\x13\x74\x09\x3d\x42\x73\xb6\xf7\x65\xd4\xb9\xd6\x8e\x6d\x0a\x3f\x94\xf7\x62\xee\xb4\x37\xca\x86\x1f\x64\x83\xe4\x72\xa3\x97\x6c\x76\x26\x7d\x08\xe8\xce\x73\x95\xcf\x0b\xa3\xf8\x80\x91\x25\xfb\xb0\x24\x81\x30\x6b\xbb\x47\x79\x88\xc4\xa4\x7c\x58\x50\x05\x9e\x13\x31\x35\xb3\x36\x4e\x05\x95\x16\x98\xb1\xde\x30\x3d\x9d\x7e\xda\x33\xc2\xdc\x70\x22\x96\x30\x57\x77\xd2\xab\x15\xef\xfa\x3e\x2d\xfc\x2c\x14\x2e\x11\xe6\x13\x2a\xbe\x3d\x03\xb5\x5c\xab\x81\xe6\x39\x03\xa8\xed\x0d\x10\x41\xfe\xa2\x54\x92\x4a\xc4\x7a\xf1\x1f\xfe\x01\xda\x81\xf2\xf3\x1f\xff\x11\x8a\x78\x7f\xfa\x52\x13\xa3\x78\xc1\x7f\xeb\x13\x4a\x2a\xca\xe5\x62\x4a\xa1\x24\x65\x5d\xa7\x19\x6d\xa7\xf3\xfe\x7f\x0d\x06\x84\x22\x32\x98\x0a\x8f\x9c\xf8\x03\xd7\x0a\x5b\xae\xed\xff\x0f\x00\x00\xff\xff\x82\x66\x8f\x09\xc8\x31\x01\x00") +var _confLocaleLocale_ruRuIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x6b\x8f\x1b\xd7\x99\x30\xf8\x9d\xbf\xa2\xac\x81\x60\x1b\x68\xd1\x70\xf2\xee\x05\x86\xdb\xde\xc4\xce\xd8\x59\x38\x8e\xdf\x48\xc1\x60\x61\x08\x74\x35\x59\xdd\x5d\x23\x36\xc9\xb0\x48\xc9\xf2\x60\x00\x5d\x62\xcb\x59\x39\x52\xac\x38\x1b\xaf\x63\x5b\x91\x3d\x97\x17\x18\x04\x4b\xb5\xba\x25\xf6\x8d\x02\xf2\x0b\x8a\x7f\x61\x7e\xc9\x9e\xe7\x76\xce\x73\x4e\x9d\x22\xd9\x76\xe6\xc5\x60\x62\x35\xeb\xdc\xcf\x73\x9e\xfb\x25\x1d\x0c\x5a\x9d\xac\x68\xaf\x97\xdf\x96\x7b\xe5\xac\x7c\x58\x9e\x94\x93\xf9\xdd\x64\x7e\xbd\x3c\x9a\xdf\x2c\x1f\x9b\x1f\x26\x89\xf9\x72\x44\xbf\x99\x06\xf3\xeb\xf3\x1b\xe5\x6e\xb9\x6f\x1a\x9e\x98\xbf\x1f\x95\xb3\xe4\x8d\x7c\x74\x6e\x7e\xcd\xfc\xf4\xd4\xfc\xf0\xa4\x9c\x9a\x06\x33\xf3\xf7\x74\x7e\xb7\xd1\xd8\xee\xef\x64\xeb\xe5\xef\xcb\xa3\x72\x62\x7a\xe1\xe0\x8d\x4e\x5a\x6c\x6f\xf4\xd3\x61\x67\xbd\xbc\x6f\x7e\x3e\x31\x3d\x8f\xe6\x9f\x24\x66\xbe\xa7\xa6\x1b\xb4\x3b\xc2\xf1\x61\x80\xec\xfd\x41\xb7\x3f\x34\x43\x7c\x6d\x96\xf2\x04\xc6\x6d\x6c\x67\xdd\x01\xf4\x9c\x95\xc7\xe6\xef\xdf\xcc\x3f\x69\x14\xf9\x56\xaf\x95\xf7\xd6\xcb\x7b\xe6\xc7\x03\x33\xfd\x94\x7e\xea\x8f\x47\xe6\xb7\xf9\xed\xf9\x87\xe6\xf7\x3d\xfa\x6d\x6c\xfa\xfe\xd9\x0c\xff\xc8\x0c\x6f\xb6\x02\x13\xce\x3f\xc2\xa9\x86\xd9\x56\x5e\x8c\xb2\x61\xdd\xf7\x2b\xd9\x46\x91\x8f\x32\x98\x65\xbf\x7c\x78\xce\x1c\xc7\x04\x26\x6b\x5c\xce\x86\x45\xde\xc7\xd9\xf7\xe7\xd7\xcc\xcf\xd0\x78\x90\x6e\x99\x96\x0f\x68\x00\xdc\xcb\x47\xe5\xa4\x31\xca\x76\x06\xdd\x14\xc6\xf8\x1f\xe6\xd7\x87\x66\x9f\xb3\xf2\xa4\xd1\x4d\x7b\x5b\x63\x6c\xff\xff\x95\x4f\xe6\xb7\xcb\xc3\x46\x7b\x98\x99\x56\xad\x5e\x76\xc5\x8c\x81\x87\xba\x67\x96\x71\x63\xfe\x49\xb3\xd9\x6c\x8c\x8b\x6c\xd8\x1a\x0c\xfb\x9b\x79\x37\x6b\xa5\xbd\x4e\x6b\x07\x0f\xe8\xbe\x99\x69\x36\xff\x75\x39\xc5\xc3\xc4\xbb\x30\xff\x80\x33\x33\x07\x6a\x3a\xe3\x29\xdf\x4d\xca\x69\x82\xc7\x3c\x9b\xdf\x32\xbf\xec\xe3\xa1\x64\x1d\x73\x7a\xad\xb4\xc0\xc3\x4a\x4c\xf3\xd9\xfc\x63\xb3\x36\xd3\xf2\xd0\x2c\xf3\xb0\x81\x53\xf6\x52\xb8\xc9\xcf\xcb\x63\x18\xa4\x66\xf4\x46\xb6\x93\xe6\xdd\xf5\xf2\x2f\xe5\x51\x13\x1b\xcd\x6f\x99\x4f\x13\x73\x1a\x45\x71\xa5\xcf\x17\x0e\x93\x43\x67\x73\xe0\xad\xd1\xd5\x01\x1e\x28\x00\xd4\x1e\x42\xce\x3e\x0d\xbe\xcb\x40\x64\x60\xac\xd1\x4e\x07\xa3\xf6\x76\xba\x5e\x7e\x61\x56\xf3\xd4\xac\x7b\xd2\x30\x7d\x07\x7d\x73\x1b\xfd\xe1\x55\xba\xae\x00\xf4\xca\x83\x46\x7f\xb8\x95\xf6\xf2\x0f\xd2\x11\xde\xcd\xef\xcd\xcd\x18\xf8\x32\xff\x37\x69\xec\xe4\xc3\x61\xdf\x5c\xf3\x1f\xe1\xbe\x70\x8b\xe6\x1e\x1a\xe6\xb0\x5b\x30\xea\x7a\xf9\x15\xce\x7f\xbb\x3c\x48\x62\x50\x6d\x86\x86\xa6\x3b\xf9\xd6\x10\x6f\xf2\x2b\x3e\x02\x73\x2a\x5f\x9a\xaf\x8f\x14\xc4\x50\x3b\x9a\x8c\x9a\xcd\x60\x7f\x4f\x2a\xf3\x6e\xf6\x87\x97\xbc\x26\x33\x7a\x64\xf8\xbf\xfc\x18\xcc\xcf\x35\x8f\x0c\x46\x30\xbb\xf5\x96\x02\xdf\x1e\x11\xe4\x99\xd6\xb2\xa0\x9d\xb4\x67\xe0\x8c\x1a\x7f\x1b\xbe\x36\x9a\x37\xd2\xcd\xbc\xb3\x69\x23\xed\xec\x18\x18\x19\xa4\xbd\xac\xeb\x3f\x5b\xf3\xcf\x3d\x68\x81\x40\x2e\x2f\x86\x16\x37\x69\xa4\xed\x76\x7f\xdc\x1b\xb5\x8a\x6c\x34\xca\x7b\x5b\x05\xac\x71\xc2\xad\xcc\x53\x35\x87\x30\x85\x01\x0e\xe1\x34\xcc\xfd\x9c\x20\xb4\x2c\x68\xdc\xb8\xda\x1f\x5b\xe0\x07\xc0\x99\xcc\x3f\x16\x78\x66\xd0\xa7\x26\x6e\x0c\x6c\x03\xd3\x9c\x54\x06\x33\xcb\x1b\xe5\x97\xf3\x51\x9e\x99\x76\xbf\x2b\x0f\x01\x73\x20\x96\x9a\x61\xc3\x4f\x1a\x83\x71\xb7\x6b\x80\xe2\x57\xe3\xac\x18\x15\x00\x30\x13\x9e\xeb\x3a\xbc\x13\x33\x20\x22\x4a\x3c\x23\x3c\xc0\x46\x5e\x14\xe3\x8c\x5b\xc2\x93\xbd\x05\xb3\xb4\xd3\x5e\x1b\x4e\xed\x6b\x33\xfe\x31\x9e\xb5\x01\xe0\x77\xf3\x5e\x31\x4a\xbb\xdd\x8b\x0d\xfe\x87\xb9\x11\xc4\xad\x13\xc4\xab\xbb\x70\x22\x8d\x51\x3e\x82\x6d\xfa\x1f\xe0\xe5\x9e\x18\xf0\x34\xf0\xf0\xb1\xf9\xf1\x11\xec\x8d\x30\xb4\x81\x0d\x80\xac\x5d\xc6\xcb\x70\x83\x66\xbd\x37\xcd\x1a\x61\xb0\x4e\xbf\x7d\xc9\x60\x0e\x40\x9f\x80\xe4\xfe\x40\x4b\x4f\x00\xd4\x83\xa6\x08\x78\xfb\xc9\x1b\xfd\xad\x02\xb0\xc1\x89\xf9\x1d\x8e\x6d\x9a\xbc\x8e\x43\xac\xd1\x13\x7d\x0c\x00\x6c\x2e\xed\x80\x56\x67\xd1\x0a\x9c\x22\xf6\x7f\x39\x4d\x46\xe9\x70\x2b\x1b\xad\x9f\x69\x6d\x18\x24\x77\xe9\x4c\xb2\x3d\xcc\x36\xd7\xcf\x9c\x2d\xce\xbc\x32\xff\x2d\xb4\x23\xa2\x82\x90\x3e\xbf\xfd\xf2\x0b\xe9\x2b\x38\x9f\x39\xca\x63\x8b\x54\x3e\x81\x6d\xcb\xd6\x0c\x96\x48\xf0\xf7\x63\xc6\x4d\x09\xce\x37\x3b\x07\x5b\x31\x08\xd5\x34\x04\xc0\x3d\x66\xfa\x71\x03\xe0\x13\xaf\x09\x66\x9b\xc1\x8b\xbe\xee\xa1\xe4\xfd\x67\x1a\x70\xbd\x06\xad\xb7\x3a\x1b\x44\x09\x71\xd7\xd8\xc8\x60\x79\xb3\x3d\xb3\xb4\xe4\x67\x57\xcf\xff\xf7\xb7\xd6\x92\x77\xfa\xc5\x68\x6b\x98\xe1\xbf\xcd\xff\x98\x5e\x3f\x84\xf9\xe0\x14\x2f\xe4\xaf\xff\xb8\xd9\x30\x63\xf0\x95\x45\xc0\xdc\x90\x52\x40\xef\x70\x59\x30\xfd\x09\xd0\x25\xec\x81\x38\xf0\x1b\x33\xd0\xd3\x9a\x46\xdb\x66\xde\xf5\xf2\x5f\x09\x2c\x11\x19\x13\xfd\xab\x62\xe0\x4f\x6a\x50\xad\x99\xc6\xc3\xdf\x75\x6b\x11\xe0\xf8\x0c\xe1\x09\xb7\x9d\xc0\xb3\x76\x08\x1f\x2f\x1c\x6e\x17\x1f\xcb\xd3\x04\x01\xf3\x21\x3e\x82\x8f\x92\x9f\xf6\x7a\xfd\xd7\x7f\x6c\x0e\x19\x6e\x67\x86\x18\xfd\x1a\x03\x33\x1c\xfe\x78\xb4\xf9\xbf\xb7\xb6\xb2\x5e\x36\x4c\xbb\xad\x76\xde\x6c\x14\x45\xd7\x50\xaf\x4e\x46\x38\xfc\x31\xdc\x7b\x72\xfe\xfc\x5b\x66\x13\xa3\x6d\xa0\x68\x37\xf1\x15\x16\xbf\xea\xc2\x05\xc9\xda\xf8\xe7\x04\x2e\xff\xd7\x40\x83\x01\x0a\xe3\x5b\x8a\xde\x52\xf2\xf2\xc6\xf0\x15\x83\xfe\x00\x7e\x1e\x0b\xcd\x99\x00\x67\x83\x7b\xbc\x63\x7e\x38\x41\xec\x8f\x0f\x02\x67\x7a\x8a\xd0\xef\x3d\x12\xd3\x67\x17\x61\x10\xe8\xa8\x30\x45\x8a\x6f\x9a\xdf\x6e\x36\xb2\xe1\xb0\x65\x28\xfe\xe8\x2a\x00\x97\xb7\x27\x58\x3c\xad\x18\x06\x5a\xb2\x62\x00\x61\xd3\xea\x18\xdf\x1c\x80\x23\x8c\x2e\x0b\xbb\x89\x60\x76\xbb\x3c\xa6\xe9\xf2\xde\xe5\xb4\x9b\x77\x0c\x18\xae\x72\xe5\xf1\xe1\xf1\x20\xf6\xf0\xbd\x3d\x26\xb6\x03\x7e\x82\x37\xb9\x8b\x27\x74\x3b\x39\xd3\x3c\x03\x8c\xc4\x99\x73\x67\x9a\x8d\x5e\xbf\x45\xb4\x01\x58\x91\x4e\x5e\xa4\x1b\x86\x2d\x21\x5e\x6a\xc8\xc4\xf7\x1e\x61\x4b\x3d\x89\x10\xb9\x43\x3c\xf1\x5b\xfc\x56\xf1\xd1\x85\x9c\xd7\x1d\x58\xf2\x8c\x56\xf5\x84\x57\x3f\x05\x7e\xf4\x26\x1e\xfd\x0d\x44\x8b\x07\x7c\x3b\x08\xac\xd3\x85\x44\x49\xdf\x8b\x50\xb5\xc8\x9b\x59\x38\xc6\xaa\x57\xd2\x10\x68\x67\xb4\x60\xb8\xd8\xf9\x6f\x88\xd4\x3e\xc5\xa9\x26\x80\xab\x60\x6c\x73\x44\x80\x79\x1a\xc0\x91\xfb\xac\x16\x32\x1d\x47\x34\x13\x73\xc5\xd2\xc8\xbe\x89\x00\x9a\x9f\xe0\xf5\x5d\x67\xec\x67\xfe\xdc\x65\x9a\x0e\x50\x8b\xf4\x70\x1f\xe1\x1b\xae\xc0\x4c\x7d\x17\x78\x59\x73\x0d\xbf\xa1\x9f\x23\x4c\x40\x39\x7d\x06\x59\xae\x0a\x14\x13\x93\x06\xb7\x11\xe7\x4d\x6c\x27\xbb\xd4\x7b\x66\x32\x7c\x28\x08\x05\xc8\x68\xc5\x39\x1b\x73\x8d\x46\xb2\x48\x10\x09\xef\xc1\x84\x08\x02\xf3\x0f\x19\x7d\xef\x03\x08\xc3\x23\xb4\xb8\x9d\xf1\xcd\x3e\x12\x72\x1e\xa2\xd9\x18\x8e\x0d\xd3\xbf\x10\x65\x4a\x0b\x77\x9a\x0b\xd8\x67\x90\x92\x8e\xe8\x2a\xd4\xa5\xef\x31\xcb\x70\x13\x70\xf8\x21\x63\x0e\x64\xa0\xdd\x19\xdd\xa9\x39\xa3\x84\xdb\x29\xec\x62\xf0\x19\x00\x83\x21\x28\x7d\xc3\x50\xf7\x00\x1f\xcf\x88\xa8\xf1\x2f\xee\x34\x99\xfd\x40\x18\x04\x4a\xf7\xcb\x5f\xbc\x75\x0e\x20\x17\xe6\x82\x6b\xb5\xbc\xc1\x21\x49\x1b\x16\x25\xcb\x33\x82\x05\x19\xa4\xfb\x26\x60\xe3\xed\xd6\xa0\x3f\x1c\xad\x9b\xbf\x08\x38\xae\x19\x72\x23\xbf\xda\x29\xbf\xa2\xb5\xcc\xaf\xd9\x36\xe5\x64\x8d\xb6\x89\x7b\x22\xdc\x19\x12\x0d\x58\x20\x8c\x8b\x17\x7f\x0d\x49\xfe\x35\x23\x23\x7c\xcd\xac\xcd\xee\xfc\x13\x66\xfe\xdd\xf3\x59\x63\xe2\x0e\xc7\x1c\xc3\x16\xb8\xe8\xed\xd1\x68\x40\xab\x86\xfb\x85\xd5\x24\x6f\x5e\xb8\xf0\x8e\xfb\xfd\x94\xeb\xae\x3c\x37\x58\x14\x82\xa0\xe0\x46\x83\xe0\x81\xf1\x42\x71\x0c\x5f\xe2\x78\xd8\x5d\x37\xc7\x5e\xff\x54\x4d\x03\xbb\x8a\xbf\xe0\x64\x37\x2a\xef\x3f\x41\x46\x3c\xbc\xca\xd5\x6e\x0f\x36\xfc\x02\xfc\xcf\xf9\x84\x19\xdd\xc4\x07\x01\x78\x24\xc8\xe6\x1f\x32\x4b\x72\x22\x48\x53\x64\xb4\xfd\x66\xa3\xdb\xdf\x6a\x0d\xfb\xfd\x51\x84\x52\x3d\x36\xff\xbe\x86\xa8\xc4\x6c\xde\x6f\x68\x37\xf6\x05\xbe\x12\x94\x69\xca\x47\x76\xdd\x1a\x29\x0b\xb5\x86\x0d\x78\x63\x02\x4e\x6e\xf4\x07\x40\x2c\x1c\xaa\xfc\x33\x72\x50\x1f\xf3\x93\x3e\x61\x96\x37\xc2\xc5\xa3\xcc\x59\xcf\x77\x69\x92\xbc\xec\x18\xe6\xb7\x1b\xc5\x8e\x81\x1b\x62\xb8\xbe\x05\xea\x5c\x1e\x25\xe7\x7f\x66\xe0\x09\x7f\xdf\x1c\xf6\x77\x00\x31\x3f\x71\x7f\x3a\xb6\x44\xa4\xdd\x84\xee\x57\x5d\xc0\x5a\xf2\x8b\xbf\x7f\x2d\xf9\x5f\x7e\xf8\x83\x1f\x18\x88\x47\x00\x88\x92\x0e\xdc\x88\xea\x28\x3c\x80\x39\x37\x40\x15\xc8\x12\x27\x67\x88\x2e\x9c\x49\x5e\xc6\xe6\xff\x47\xf6\x7e\xba\x33\xe8\x66\xcd\x76\x7f\xe7\x95\x66\x03\x7e\x32\x88\x8c\xf0\xdd\x5f\x2a\x7b\x9d\x30\xc4\xa8\x85\x5a\x29\x70\x6a\x85\x78\x1e\xa4\x86\x2a\xc6\xfb\x88\xf2\xa4\xd5\xee\xf7\x36\xf3\xe1\x0e\x60\x26\xff\xb5\x22\x36\xd8\x63\xb9\x16\x38\x8b\x3d\x5f\xae\x0d\xc8\xbe\xb9\x58\xbc\xd7\x5e\x7f\x94\x6f\xa2\x90\x0f\xec\x0b\x9c\xcb\xc7\x6a\x40\x46\x10\x4c\x44\x6e\xb2\x1e\x01\xde\xb9\x53\x21\x99\xb3\xb8\x9c\x81\x44\x38\xbc\x9c\xb7\x33\x01\x94\x07\x0e\x0d\xe1\xa3\xd9\x43\x05\xc1\x23\x7a\xef\x15\x20\x53\x50\xd4\xe8\x6f\x6e\x76\xf3\x5e\xc6\x8c\xab\xdb\xa6\x12\xa2\x7f\x8d\xfa\xae\x03\x43\x22\x70\x6b\x8f\x49\xa0\xf1\x7a\x1a\xdc\x34\x00\x5d\xd4\xd7\x15\xb4\xf6\xda\xeb\x6f\x13\x93\xf6\x98\x99\x4c\x94\xab\x90\x16\xef\xe2\x11\xfa\x1a\xb8\x63\x3d\xc7\xfe\x1a\xc8\x73\x48\x60\x85\x35\xbe\x9d\x10\x34\xc1\x73\x23\x69\xcb\x23\xa9\xd7\x90\x3f\xd8\xc3\xeb\x44\x9c\x66\x5a\x1a\x20\x81\x47\x8a\x1a\x0a\x92\xbf\x0c\x25\x62\xce\x6e\x6b\x98\x5e\x4e\x8d\x58\x17\x5b\xb9\x7a\x6a\x86\x80\x71\xc3\x4a\xcf\xfa\x9d\x4b\x17\x52\x52\xc5\xa9\x35\x32\xdf\x78\xcc\x08\x2e\x24\x0d\x9b\x1f\xcc\x8f\x76\xef\xb2\x19\x00\x5b\x20\x1d\x66\xa8\x73\x66\x5d\xc7\x38\xe2\x2d\xc6\x9d\x77\x08\x39\x3d\xc2\x7b\x7f\x8c\xfc\xcf\x0d\xda\x7b\x0d\xed\x07\x5e\xb0\xd9\xd8\xcc\x3a\x19\x28\x7e\x3a\x2d\xde\x4d\xb7\xdf\xbf\x04\xdb\x89\xc2\x3b\x20\xbe\x43\x92\x69\x01\x70\x61\xde\x0f\x93\xf2\x77\x6e\x79\x30\x45\xdd\x98\x7c\x50\x3f\xe9\xc1\xf1\x25\xb6\x51\x42\x8d\x8a\x84\x5a\x25\xa3\x7e\x62\xde\xbb\xfa\xde\x1f\x64\xbd\xa4\xe8\x8f\x87\xed\x2c\x61\xa8\x4f\x36\xd2\x02\xbe\xf4\x92\x6e\xbe\xc1\xa7\xec\xee\xd4\xe7\xd6\xa3\xf7\x3a\x41\x65\x2b\x1d\xf8\x5d\x27\x99\x1b\x18\xba\x53\xc3\xb5\x47\x47\x97\xbb\x17\x4d\xca\x3e\x29\x0b\x16\x28\x2c\x01\xbe\xbf\xcb\xf4\x6b\x09\x62\x06\x68\x76\x08\xf8\xb6\x96\x99\xaf\x48\x3e\xde\x6b\x08\xb4\x53\x28\xd5\xe1\x7d\xb4\xac\x56\xb2\x72\xf1\x87\xa4\xa6\x34\x94\xd2\x6f\x1a\x6e\x1e\xf5\x52\x6e\x22\xdb\x4d\xe4\xcd\x38\x5a\xac\x3d\xa9\x26\xa9\x32\x86\x59\x8b\xf5\xe1\xad\xcb\x39\x28\x90\xab\x98\x53\xb4\x1b\xd2\x9f\xb6\xb9\x6b\xb9\xe6\x27\x5a\xf2\x3a\x12\x21\xc4\x9c\x3f\xde\x02\xae\x25\x50\xa4\x44\xa7\x96\xfd\x7e\xe3\xdf\x83\x9e\x47\xb3\x33\x4c\xe0\xa3\xbb\x83\x6d\xc3\x35\x3d\x42\xa4\xa5\x96\x33\x21\xcd\x94\xdd\x87\xbf\xac\xf9\x6d\xd2\x55\xb1\xb4\x31\xb5\x83\xd1\x56\x78\x38\xa4\x1b\x53\x62\xf0\xf0\x74\xd4\x7a\x61\xc0\xeb\x66\x61\x47\xc8\x94\x0b\x6b\x15\x3d\xaa\x5d\xa2\x26\x46\x40\xb9\x59\x59\x46\x93\xf5\xa7\xac\x96\x64\x9b\x8b\x93\x8b\x45\xaa\x00\x91\xc6\x01\x21\x2d\xc7\x8a\xb9\x08\xed\x8e\xa3\x5a\x2a\xa2\x3e\x05\xd1\x0e\xf6\x89\x4c\x77\x79\x00\xa8\x6f\x7e\x7d\xad\x16\xb5\x82\xde\xe6\xa7\xaf\x27\xeb\xc9\x8b\xd2\xe4\x26\x01\xb5\x2f\xdf\x00\x63\x22\x0c\x00\xbc\xcb\xc5\xd2\xb6\x3d\x2e\x56\xe9\x4d\x49\x5f\x02\xf8\x5a\x0e\xa5\x9e\x75\x33\xf3\xcf\x3f\x3d\xbd\x84\xcf\xe3\xae\x64\xb1\x58\xa0\x01\x68\x30\x2f\xe3\x7d\xd5\x3c\xcc\x9e\xc3\x5d\xae\x13\x0d\xe8\x0c\x21\x4b\x58\xb0\x45\xdb\x60\xcd\x70\x6b\xab\x0f\x8a\x6c\x5f\x0b\xcc\x14\x13\x54\x06\xa3\xac\x18\xb5\xb6\xf2\x51\x6b\x13\x18\xb7\x0e\x9c\x24\x32\x43\x7b\xc4\x8d\x13\xa4\x3c\xe5\x97\xb6\x8f\x42\x27\xf4\x7d\xd6\x74\x79\x96\x14\x75\xc7\x38\xac\xe1\x08\x5e\x4a\xce\x5e\x66\x7d\xdb\x0f\x81\xf5\x02\x82\x94\x77\x01\x89\x89\x22\x1d\xa4\x09\x67\xe7\x62\xf0\x45\xd6\xce\xaa\x8c\xf0\x35\x92\xc0\x47\xca\xac\x1a\x85\x31\x29\x9b\x91\x20\x1f\x88\x46\xe8\xd7\xa8\x96\x9d\x0a\xe7\x41\x20\xff\x10\xcf\x67\x82\x52\xf4\x4d\x7a\x6a\xb2\x82\x3b\xc4\x6d\x9f\x2d\xcc\x1c\xa2\x95\xd1\x5f\xb7\xfa\x1b\xe3\xbc\xdb\x69\x36\x44\x31\xd6\xd9\x90\x47\xb8\xb2\x92\x56\x36\x29\x4c\x2f\x2f\xcd\x60\x2b\x3c\x2e\x19\x59\xe9\x47\xbe\x62\x36\x94\x85\x59\x60\xcd\x02\x8d\xe2\x0a\x7a\x01\x1c\xdc\xea\x26\xe0\x32\x76\x52\x43\x46\x00\x9f\x02\x48\xdd\x44\x45\xd2\x41\xfd\x6b\xc6\x55\x1b\x04\xb0\x8b\x64\x74\x7f\x21\x77\x43\x1a\x75\x2d\xb3\x89\x2d\xc0\xac\xa2\x48\xce\xbd\x62\xfe\xb7\x51\xa4\x97\x33\xe2\xef\xb7\x16\x81\x9a\xa7\xa5\xb1\x24\xd1\x40\x3f\x5a\x68\x1e\xa1\xd8\xc7\x48\xd3\x3b\x3f\x0f\x43\x8a\x4a\x0b\xd6\x72\x82\x5b\xa9\x39\xd0\x40\x8a\xfe\xae\x4a\x41\x5e\x09\xbd\xb7\x62\xdc\x6e\x67\x45\x41\x6a\x97\x87\x00\x1e\x0a\x80\x1d\xd1\x7c\x26\x29\xbf\x24\xf6\x1a\x44\xb6\xdb\xa2\xae\x60\x8b\x0a\xc8\x24\x0f\xf1\x1b\x10\x1c\x54\xe7\x24\x68\x22\xbe\x4e\x34\x08\x0e\x9e\x9e\x26\x82\xdd\xbe\xa5\xf6\x37\x58\x3d\x66\x7a\xdf\x75\x70\x1b\x48\xe7\xcb\x21\x8c\x2f\xf3\x88\x8c\x41\xe5\x2e\xee\xb0\xf1\x2e\x18\xe4\x2f\x36\xc6\xa4\x3d\xec\x77\x3b\x20\x28\x2e\x44\x91\x9f\x88\x18\xfa\x93\x73\x80\xd3\xac\x81\xc1\xf6\xd6\x18\xb3\xb8\x92\x1b\x10\x6d\x59\x0b\x3f\x80\xcb\x28\x7b\x1f\x95\x33\xb4\xc3\x0a\xaf\x34\x43\xab\x1f\x40\xf4\x75\x56\x8b\x90\x69\x11\xf1\x7f\xc4\x23\x60\xe7\x2a\xbe\x34\x73\x3b\x5f\x02\x83\x5d\xa3\x3a\x6c\x14\xdb\xfd\x2b\x68\x19\x97\xd6\xf7\x59\xa2\x79\x22\x1c\xcf\x43\x5a\x33\x28\x43\xe3\x83\xec\x97\xbb\x60\x6f\x6f\xf7\xbb\x06\x03\xf6\x81\x81\xbd\x6c\x47\x7b\x80\x67\x74\xcc\xaa\xff\x93\x05\x4a\x4c\x58\x70\x7f\xb8\x65\xd7\x1b\x57\xaf\x42\x2b\x32\x15\xbb\x86\xda\x4e\x3c\x69\x20\x47\x45\xee\x14\xe1\x56\xcc\xdb\x64\xcb\x63\xd3\xbc\x20\xb4\x7f\xf2\x32\xef\x89\xbe\x17\xe4\x8e\x38\x9a\x99\x7f\x68\xa0\x82\xdd\x2c\x2e\x36\xb8\x5f\xcc\xa4\x3e\x45\xcb\x53\x51\xa3\x47\x85\x23\xcf\xd2\x21\xe0\xa7\xfb\x22\xf8\x98\x81\xd3\xf1\x68\xfb\xa2\xf2\x67\x68\xb1\x45\x38\xf0\x6b\x48\x88\xaa\x11\x08\x7b\x1c\xb7\xd3\x2c\x6c\x67\x03\x50\x4b\xec\x14\x88\x1c\x50\x38\xde\x27\x3b\x6d\xd0\xe5\x55\x94\xb0\x1c\x8b\x26\x26\x2b\x78\x6d\xcf\x34\x8a\x7e\x3b\x4f\xbb\xad\x55\x86\x55\xc8\x64\xe2\x29\xb3\xe6\x9f\x98\x39\x1e\x98\x39\xee\x3a\x9d\xfb\x3e\x3e\x5b\xc2\x7e\x1f\x11\xc3\x69\x80\xeb\xce\x33\x81\x1c\x44\xbe\x1b\x3b\x83\x11\xea\x91\x90\x9c\x9c\xd0\x10\x6b\x09\xba\x5e\xa0\xf9\x12\x70\x8d\x35\x43\xd7\x0a\x02\x5a\x25\x8a\x66\x65\x83\x61\xee\x57\x09\xed\x1a\x2c\x4a\xad\x95\xb1\xf4\x22\x7c\x38\x13\xb1\x0b\x0e\x6e\x12\x4a\x8a\x70\x5c\xc8\xde\x7c\x41\xcc\x2a\xe1\xc5\x7d\x11\xab\x4f\xab\xe8\x21\x25\xa6\x53\x45\x56\x37\x36\x03\xd9\x66\x27\xdb\xd9\x80\x99\x33\x96\xa0\x90\x6f\xb1\x14\x06\xb5\xe3\x06\x3d\x6c\x9a\xb7\x86\x58\x52\x58\xb6\x3f\xa2\x6d\xef\x36\xc9\x10\x9a\x51\x83\x96\xd9\x2a\x2d\x5f\x15\xcf\x21\x43\x84\x8d\x3c\xf5\x15\xea\x0b\x50\xff\x1f\x82\xdd\x1f\xb1\x93\xde\xe2\x14\xd5\x0b\x16\xfc\x9a\xc2\x53\x92\x34\x8c\x1a\xae\x22\xeb\x8d\x2c\x4c\x28\x1f\x10\x86\x34\x64\xe0\x9d\x81\x3f\x7a\xb4\x68\xdf\xc3\x95\xcf\xc8\xe2\xe3\xa3\x4d\xfa\x31\x79\x79\xe3\x95\xb3\xc5\xcb\x2f\x6c\xbc\x12\xe7\xc7\xd6\x3c\x26\x51\xf4\xf1\xbb\xec\x62\xe1\xe9\xda\x0e\x0c\x5f\x81\xec\xc7\x21\xea\x96\x61\x73\x4e\xff\x75\xb6\x93\x90\xa4\x41\xba\x26\xc5\x54\xd0\xc0\x1f\xdb\x35\xc7\xc1\xa1\x49\x6e\x19\x19\x21\x32\x8b\x2f\x9c\x7f\x86\x3a\x53\x84\x6c\xa2\xf4\x3e\xd6\x30\xe7\xb9\x9d\x6f\x18\x9e\xd8\xd0\x4d\xf4\x0c\x23\x1f\x30\x61\x6e\x40\x1a\xfe\x0d\xda\x53\xfc\x86\x56\x30\xe3\xd6\xbc\x78\x67\x33\x5b\xc8\x5f\xe0\x15\x54\xa6\xa8\x3b\xed\xef\xfd\x28\x87\x19\x82\x4e\x37\xdf\xc9\x47\xf5\x48\x05\xb9\x11\x02\x59\xb7\xb4\x19\x1a\x74\x8f\xd8\xfb\x86\xcf\xd5\x4a\xb2\xf0\x1c\x97\x1a\x0c\x84\x29\x23\xbf\xbe\x59\x1d\xea\x61\xd9\x60\x86\xc0\x4a\xa8\xf2\x87\x09\x6d\x10\x39\x95\xdb\xc4\xb8\x3f\x61\x3a\x72\xec\xbb\x7f\x29\x8f\xb0\xa7\xa0\x25\x07\xbe\xb7\xd9\xd8\x4e\x8b\xd6\xb8\xc7\x2f\x29\xeb\x30\x32\xfa\x23\xea\xcd\x41\xda\x44\x05\xa9\x80\xc8\x9a\x21\x8f\x86\x53\xfb\x96\x6e\xf1\xba\x22\x1a\x27\x4c\xe4\xaa\x0f\xea\x44\x08\x91\x68\xe2\x97\xda\x0d\x92\xe7\xec\xeb\x7a\xde\x1c\x85\x73\xae\x01\xde\x54\x09\x10\x53\x82\x2c\x32\x13\xf9\x6f\x1c\xe5\xea\x3a\xd4\x09\x83\xf0\x85\x9d\xe0\x65\x9e\x30\xa3\x89\x13\x69\x1a\x5a\x41\x1e\x6b\x84\x12\x1e\xc3\xa1\xcb\xc5\x4d\x80\xf3\x82\xe6\x4f\x45\xaf\x31\x05\x00\x61\x98\x92\x13\xfd\xca\xef\x66\xad\xca\xbe\x61\x4e\x3c\x73\x02\xc3\x00\x93\x65\x0d\x5b\xf6\xe4\xfc\x05\xb2\x05\x07\xc5\xcd\x02\xc9\x33\xf8\xd5\x59\x43\xd9\x69\x6e\x81\x64\x1e\x7a\x58\x56\x74\x98\xe2\xd1\xc2\xa9\x53\xfb\xda\x37\x0c\xf4\xba\xd9\xc0\x03\x80\x73\x18\x45\x8f\xc1\x34\xbb\x03\x60\x5f\xb5\x4e\x06\x9b\x8f\xe0\x6f\xb3\xb2\x87\xfc\xfa\x26\x9a\xc4\xdc\x6d\xd0\x7c\x8e\x16\x3d\x90\x86\x7e\x33\x91\x06\xda\x68\x7b\x88\xbc\x75\xc2\xd6\x87\x84\xbd\x16\x50\x0b\x52\x9e\xef\x03\x02\x17\xb0\x8a\x4a\x8b\x55\x19\xe3\xb8\x19\x2c\x56\x19\x58\x57\x00\x17\x75\x04\x56\xb9\xbc\x2b\xd7\xe8\x88\xb3\x1d\x7c\xd4\xef\xb7\x0c\x2f\x0f\xf6\xdd\xcf\xd0\xc9\xeb\x24\x38\x3a\xeb\x8a\xb1\x8f\x0f\x7a\x3f\xf9\x5f\x3d\x6f\x15\x78\x12\xe0\xa4\xd2\x33\x08\xbe\x6d\xf8\x3e\x4b\x4f\xbe\x42\xae\x55\x59\x39\x48\xfd\x18\xa8\x7b\x95\xa3\x07\xeb\x1e\x2b\xfe\x65\x6a\xd9\x09\x02\x16\x3c\x86\x27\x6c\xc0\x6f\xbc\x0b\x30\x74\x91\x48\x1a\xf0\xc0\x76\xfe\x08\xb6\xd4\x0f\x66\x15\x22\x67\x07\x65\x6d\x53\x44\x3b\x45\x5b\xb2\x0f\x88\x06\x42\x42\xb6\xd4\x12\x1a\x82\xe4\x3d\xe4\x47\x03\x1d\x94\xc7\x22\x68\xd7\x5e\xe6\x13\xad\x28\x1d\xf5\xa9\x4e\xf0\xfc\x41\x02\x74\x0c\xec\x12\x99\xdb\x0d\x2d\x96\xc1\xc5\x1d\x18\xdb\x3d\x64\x6f\x06\x73\x1f\xfd\x4e\x6a\x2e\xe4\x6a\x86\xf2\xfd\xc4\x80\x06\xc2\x82\xf9\x66\xbe\xe0\x80\x9f\xfb\x37\x6c\xfa\x18\x56\x71\xe7\x62\xe3\x97\x46\xfc\x79\x3b\x15\x01\x2c\xe6\x49\xf2\x0b\x23\x3d\xbd\xad\xb4\x8e\x71\x89\xab\xf1\x13\xba\xae\xdf\x79\x88\xad\xa9\xcf\xfe\x9d\xa8\x3e\xf2\x17\x59\x8d\xbf\xb4\x32\xcf\x22\xd3\xc1\x66\xbd\xc6\xf9\xf3\x6f\x5e\x20\xe5\x2a\xad\x07\x1d\x3b\x84\xb1\x9e\x34\xde\x1c\x8d\x06\xc5\x2f\xd9\x7b\x01\xfd\x07\xcc\xc4\x57\xbb\xfd\xb4\x23\x3f\xf2\xd1\x4e\xf0\xfc\x6e\x80\xd8\x8e\xae\xa4\x17\xb2\x74\x87\xf6\xf9\x55\x19\xb8\x17\x69\x75\xe2\xed\xc6\x8f\x8c\xf8\xa7\x0f\x24\xa6\x3b\x37\x92\xe3\x8f\x40\xf5\xf3\x93\xbf\x85\xca\xb4\xf1\x76\x76\xe5\xc7\xc3\xb4\xd7\xde\x96\xf5\x59\x97\x68\xf2\xa7\x86\xe5\xbf\xd6\xdf\x31\x2c\xd3\xf9\xf1\xce\x4e\x3a\xbc\xba\x4e\x7f\x25\x05\xfd\xc9\x1f\x7f\x66\x80\x16\x5d\xf2\x81\xa5\x07\xbd\xd5\x21\x22\xac\x6b\x0a\xb0\x90\xc1\x9d\xa1\x43\x17\x13\x69\xee\xfb\xda\x76\x3f\x6f\x67\x32\x6e\x1b\xff\x6a\x5c\x18\x66\x19\x03\x4f\xcc\x7f\xd1\x74\xed\x8d\x32\x91\x8b\x9d\x26\x15\x10\xcf\x7e\xc3\x9a\x57\x32\x74\x26\x7f\x6f\x45\xf7\xb3\xf7\x1a\x69\x77\xb0\x9d\xa2\x3a\x86\xbb\xfe\xf5\x3f\xea\x3d\x98\x42\x44\xef\x7b\xfd\x11\x86\x44\xa7\x1c\xe4\x77\x8f\x58\x16\xb0\x8c\x09\xcc\xf2\xdc\xb9\xd6\xf3\x80\xf9\x4f\xc8\x2f\x52\x78\x97\xe6\x5f\x8f\xf4\x52\x3a\x86\xd2\xff\xcf\x5b\x8e\x47\x0d\xd0\x60\x81\x84\xd2\x3e\x03\x78\xa7\x64\x47\x06\xe6\xd2\xac\xb4\xc8\x3f\x50\x27\x1d\x5d\x1f\xbd\x2f\x76\x27\x3a\x5b\x98\x93\x46\xdd\xa5\xeb\x18\x6c\x2c\xe2\x52\x49\x42\xef\x21\x8e\x74\x80\xa4\xeb\x20\xa1\x01\x41\x86\x2a\xaa\x44\xcc\xac\x6c\x27\x7d\xbf\x55\xbf\xba\xd8\x24\xc7\x48\x52\x70\x28\xb0\x80\x47\x07\x7e\x8f\x19\x30\xbb\xf2\x38\x2b\xe0\x1c\x5a\x50\x10\x59\x46\x3f\x60\xbd\xe0\xf8\xe4\x81\xec\x4a\x0c\x46\xe8\xc3\x36\x43\x50\xce\x7b\xed\xee\xb8\xb3\xfa\xd6\x9f\x3d\x5b\x3c\x6b\xba\x8d\x7b\x97\x8c\xd4\xde\xe3\x6e\x48\xf5\xc9\x93\x82\x35\x77\x25\x87\x4b\x7c\x8c\xfe\xe3\xa0\xf0\x96\x78\x93\x96\x99\xb1\x3f\x1c\x66\xed\x91\x8a\x3c\x51\xac\x3c\xd8\x0c\xf6\x98\x6c\x39\x7e\x45\xe9\xe9\x2d\xea\xb6\xec\x15\x39\xbb\x3f\x2d\x29\x38\xe0\xce\xfc\x46\xd3\xc5\xd6\xb4\x36\xb2\xac\xd7\x1a\xa5\x97\xb2\xde\x32\xa3\x15\xb1\xac\x27\x68\x09\x47\xd5\xc8\xa0\xdf\xaa\x19\x22\x4e\x81\x82\x01\xfa\xc3\xad\x6a\xff\x0a\x66\x8f\xea\x2d\x83\x91\x46\x86\x30\xac\x30\x94\x47\x24\x82\x21\x08\x16\xb1\xbb\x39\x9a\x4e\x48\x26\x17\xf3\xff\x22\xe7\x46\xbc\x0f\x01\xdc\x9a\xee\xb4\xed\x85\xa9\x5b\x5e\x76\xea\xd3\x8a\x6a\xa8\xd6\x34\x74\x00\x7e\x02\x86\x4b\x19\x62\x6c\x95\x32\x10\xf5\x2c\x03\x51\x55\x08\xdc\x04\x3b\x80\xd0\x75\xcd\x39\xb3\x71\x99\xc1\x6d\x56\x99\x90\x44\xaa\xe9\x82\x1b\x8f\x2c\xc7\xbc\x0a\xe0\xa2\x70\x3d\xdf\xae\x36\xb3\x37\x11\xaa\x97\x26\xf8\x05\xd4\xe8\x1f\x59\xd3\x20\x35\x8b\xcc\xe8\x78\xc9\x55\xe7\xd3\x46\x1e\x3e\xf0\x5d\xe6\xb0\x4f\x38\x12\x0e\x1e\x5c\xf6\x7e\x5e\xa0\x80\x30\xd1\x9d\x16\x99\xc5\xae\xa3\xfd\x6c\xdf\xaa\x0a\xf6\xe1\x2d\x76\xd3\x62\x04\xba\x7a\x3a\x1a\x8a\x89\x9c\xe8\xf0\x28\x72\x25\x38\xc2\xf5\x9d\x20\x43\x3b\x5b\x08\x2e\x4f\x2a\xa0\x1e\x9e\xd9\x3e\xa8\xc8\x60\xa8\x40\xf3\x6b\xfd\x16\x0e\x79\x74\x14\xd3\xd1\xbd\xc9\xcc\xba\x47\x7e\xbd\x31\xc2\xf4\x21\x32\x6a\xa4\x0f\x4c\x58\xd5\x70\xe2\xcd\x6b\xf6\xfa\x11\xfa\x95\x19\xfa\x87\x46\x90\x3a\x97\x6f\x83\x9c\xe4\xe6\xc0\x09\xf8\x52\x76\x35\xae\xf1\x35\x6b\x3d\x56\xb2\x37\xca\x4a\xfc\x52\x2a\x46\x67\x16\x16\x0c\x23\x7a\x4e\x28\x30\x58\x18\xc1\x20\x05\xfa\xe5\xcb\xd9\xd0\xb0\xe0\x76\x3a\x8a\x40\x0a\x79\x9d\x95\x46\x45\xad\xc7\x8c\x57\x66\x89\x0c\x45\x37\x39\xd7\x62\x38\xa1\x93\x04\xcf\xe5\x80\xfd\xea\xa6\xd6\x22\x7a\x52\xab\x4e\xbf\x29\x0e\x11\xa5\xa7\x2d\x15\xf3\x67\x8d\xb7\x12\xdc\xaa\x4c\xcb\xab\xac\x9f\xba\x01\x96\x13\x6b\x66\xfd\xda\xd1\xa7\x04\xc4\x3f\x6c\x08\x76\xb3\x29\x31\xa7\x72\x65\x64\xe4\x2b\x46\x79\xb7\x0b\x40\x6c\x03\x1a\x27\x4e\x87\x79\x1c\x06\xdc\xed\x5b\xb7\x39\x92\x1d\x78\xe9\x13\x47\xa3\x29\xd2\x4a\x78\x6e\xe6\x24\x2c\x6c\x45\xcd\x5e\x07\xa8\xdf\x3c\x61\xf3\xfe\x11\x2f\x00\x55\x61\x56\x7d\x65\xed\xc6\x7c\x89\x16\xbd\x72\xa4\x97\xf0\x30\xf8\xce\x9a\xbc\x2b\xd0\xfd\x61\xfc\x22\x3b\xcf\x4c\x44\xa1\xe6\xec\xa9\xbb\x35\xf0\x8c\x4b\x92\x10\xb9\x09\x18\x63\x45\x37\x87\x6c\xbc\x28\xe6\x8e\xe5\x51\x1f\x5a\x25\xe5\x27\x64\xde\x11\x7f\x5c\x6f\xdd\x44\x3e\xc3\x23\x67\x54\x54\xd6\x07\x63\x06\xa7\x5e\xe5\x8c\xaa\xa8\xe2\xb8\xd6\x4e\xb9\x16\xdf\xc6\x92\x13\x16\xf3\xa5\x7c\x05\x57\x87\xdd\x44\xdd\x9a\x41\xe2\x0d\x0a\xe1\x6b\x6d\xa0\x50\xa5\xb1\xed\xbf\x31\xac\x86\xe2\x55\x3d\x86\x35\x92\x34\xa0\xec\x8b\x0d\xc3\x5d\xf5\xb6\xb2\x96\x78\x92\x7e\x1e\xaa\x54\x94\xff\x66\xe3\x1f\xfb\x86\xb3\x06\xbf\xc4\xfb\xf8\xdc\xaf\xa3\xfe\x62\x8f\x41\xf1\x08\x8e\xca\x05\x03\x63\x20\x67\xdc\x76\xc9\xa1\x9e\x57\xe3\x81\x9e\x9b\xfd\x6e\xb7\x7f\xc5\x5a\x37\xf7\x58\x79\x47\xf2\xee\xd4\x80\x5e\x0a\x84\x8c\x56\xfa\x90\x5d\x1b\x90\xca\x71\x4f\xf4\x58\x50\x3d\xa1\x01\x7f\x0a\x7e\x17\x17\x5b\x83\xf1\xe4\x3b\x38\x5c\x86\x5f\xc1\x3a\xb5\xd3\x44\x4e\x05\xf4\x30\xc3\xcb\x34\xfb\x42\xfe\x04\x38\x5e\xd2\xa4\xa3\x06\x8a\x01\x5d\xbb\xd8\x99\x57\xe4\xc6\x1d\xa4\x23\x43\x9f\x7b\xa4\x77\xc5\xed\x2f\x9f\xe2\xaf\xff\x71\xb6\xf8\xeb\x91\x72\x5a\xf3\x62\x46\x89\xc5\x6a\xbc\x2b\xc1\xb7\x17\x1b\x36\x52\xd7\x8b\x4e\xaf\x09\x52\x14\x70\x50\xee\xb1\x0d\xa6\x04\xc5\xba\xa7\xba\x98\xb2\x15\x17\x9c\xa2\xc4\x39\xee\xb6\xb5\x6f\x88\x39\x66\xd7\x37\xc6\x82\xa5\x3b\x1d\x0c\xba\x79\x1b\x8d\x6f\x05\x43\x54\x10\xaf\x41\xa6\xfa\xaf\xa3\x36\xfa\x4e\xd6\xcd\x46\x99\xe3\x0b\xa6\x11\xe3\x73\x63\x9c\x77\xd6\x7f\xf9\xd3\xd7\x1b\x8d\xc1\x78\xc3\xcc\xe5\x82\x95\xd1\xaf\x16\x1c\x92\x51\x3a\x3f\x08\xc3\x96\x25\xa2\x9f\x2c\x50\x8e\xe9\xd5\xc6\xa7\xe5\xfc\x6f\xd5\xdd\x07\xb9\xca\x23\xf4\xbb\x3b\x61\xf9\x58\x07\xb4\xf8\xac\xb2\x40\x8a\x73\x1f\x01\x1e\x01\x9d\xa0\x62\xde\xf5\x8c\xe6\xad\xb6\x9d\xfd\xa5\xc8\x8c\xa5\x69\xcc\x0c\x48\x2e\xb8\x7c\xdd\xc0\x0f\x8f\x09\x7c\x82\x19\x7c\x5a\xc8\x63\xcf\x3c\xab\x21\x8f\xef\xb4\xac\x62\x0f\x53\x12\x98\x65\xf1\xd9\x68\xdd\xa9\xd5\xf5\xd6\xba\x9a\x2e\xd3\xf9\x92\x1e\x75\xfe\x29\xb3\xc2\xe6\x55\x41\xa0\x38\xb1\xd2\xff\x62\xde\xd0\xd7\xb5\xc9\x22\x40\x09\x4d\x6e\xd6\x5f\x32\x6e\x9c\xd1\x32\x4a\x15\x70\xd4\x18\x0f\x3a\xa0\xd6\x75\xa0\x83\x89\x39\x66\xca\xb6\xe0\x81\x8e\xdf\xdc\xe9\x5c\x63\xe1\xf1\x62\xa5\xc4\x77\xfb\x94\xbd\xd2\x91\x0f\x92\x29\x98\xff\x60\x1c\xbd\x6a\xea\x07\x7d\x48\x28\xa4\x84\x03\x58\x0b\x25\x07\xc0\xf8\xcd\xa7\x21\x8f\x27\x4b\x31\x80\xfd\x09\xbe\x6b\xce\x3f\x42\x10\x5f\xed\x6c\xfd\x74\x67\xc0\xaa\xcc\xc8\xba\x43\x46\x86\x52\x85\x91\xcb\x63\x7a\x44\xbe\xc8\x5e\xe2\x01\x34\xce\x1b\xc4\x35\xce\x88\x7e\xc3\x41\xec\xc7\xa3\xf7\xd9\x41\x9f\xdd\xf5\x37\xae\x2a\x4b\x11\xe6\x1f\xf1\x7c\xfc\x59\xd5\x63\x15\x1a\xe0\x1f\x1c\x2a\x7c\x6b\xc3\x0a\xd4\x90\x2a\x8a\x00\xce\x40\xa3\x49\x71\x34\x1f\x17\xa3\xfe\x8e\xa5\xab\xa1\x67\x7a\x35\x83\x8b\xd8\x39\xdd\x48\xed\xed\x7e\xbf\x60\x57\x1d\x19\x46\x3c\xd9\x22\x9e\x3a\xae\x23\x03\xa1\x8d\x0e\x09\x41\x36\x88\xa9\x01\x71\x46\x75\x87\xfc\x04\x88\x5d\xcd\x1e\x0c\xa9\xed\x8d\xec\x40\x3e\xb2\x25\xa3\x95\x73\x7e\xf4\x57\x00\xaa\x6b\x77\x84\x48\xd8\x5a\xf9\x8e\xe8\x71\x5d\xac\x07\xf0\x3e\xe4\xc6\xc0\x0a\xd8\x3a\xed\xd4\x14\xc1\x9c\x28\xfe\x63\xa5\xcf\xf4\x77\xeb\x5e\x5c\xe8\x51\x3a\xa9\x40\x9c\xda\x71\xe5\xd1\x01\x90\x7b\xcf\xd2\x10\x53\x7e\x45\xda\x32\x58\x67\x7d\x6a\xf4\xbb\x5a\xc6\xae\xb8\x89\xba\x86\x70\xbb\xae\xa1\xcb\x77\x12\xd8\x70\xc0\xda\xd0\xf2\xdb\xfa\x26\x26\xed\xdb\x53\x8a\xf5\x99\x85\x62\x67\xb4\x8c\xa9\x5a\xea\x17\xb7\x48\xa5\x12\x1c\x86\x3b\x77\x1d\xa1\x86\x22\x28\xa3\x86\xf0\x3c\x13\x9c\xf8\x29\x89\x6c\xec\xa8\xe9\xc5\xa4\xa3\x9d\x6d\x7e\x83\x6d\xc6\x27\x4e\xa9\x6c\x57\x48\xf7\x6f\x97\xc0\x4b\xfa\xaf\xa6\x35\xc1\x21\x19\xc0\x40\x3d\x59\xa1\x38\x05\x4c\x73\xb1\xcc\xa8\xc7\x19\x60\xa4\x73\x34\x09\x8c\x8a\x5c\x44\xf7\xfe\xe5\xa3\x92\xce\x8e\x7d\x67\x88\xe8\xcc\x50\xfc\x9b\x11\x97\x7d\x5a\x67\x8a\x95\xf9\x93\x38\x53\xe2\x07\xf4\x01\x67\x31\x63\x99\x87\x38\x39\x03\x49\x83\x61\x8e\xc6\x1f\x08\x40\xd6\xeb\x94\x0f\x62\x52\x8d\x39\xdd\x8b\x3c\x1c\x6c\x51\x10\x98\xf4\xd4\x78\xcb\x9e\x90\x69\x81\xd4\xbf\xa2\x5a\x9a\x9c\xea\x1a\xfd\xe1\x54\x0a\x2f\x3d\x26\x07\xc6\x3f\xf2\x88\xcf\x2a\xc3\xaf\x49\x28\x33\x6b\xe2\xe0\x1a\x0e\x9d\x30\x29\x8e\x7e\x3e\xe7\x57\x52\x7a\x15\xeb\x70\x5a\x55\x34\x10\x13\x38\x45\x47\x70\x09\x68\x25\x45\x53\x82\xd2\xfc\x5c\xa2\xf9\x66\xac\xc6\xb2\x06\x4e\x5c\xa7\xe8\xbb\xf0\x40\x5f\x0d\x8f\xc0\xa2\x82\xd3\xa9\x8b\x3d\x26\x48\xef\x10\x82\x53\x3a\x88\xfc\xf8\x3e\xd1\xcc\xac\xfd\x3b\x3c\x3a\xb8\xf2\x9c\x38\x6c\xcd\x90\xd5\xce\x14\xee\x20\x9d\x6f\xba\xce\x2d\xcf\x8f\xb0\xc8\x7a\xa1\xef\x60\x2d\x9a\x5e\xd1\xb9\xcb\xba\x13\x6a\xcf\x16\x71\x27\x04\x49\xf3\x14\x4e\x84\x1a\x85\xad\xec\x46\x28\x8a\x56\x38\x02\x68\x64\x9e\xb1\xe7\x59\xe8\xfb\xdf\x68\xf7\x42\x8f\x47\xfe\x08\x39\xae\x7a\xd7\x2a\xe0\xde\xdd\xa9\x2a\x42\xfe\x5d\x2e\xb7\xc2\x55\xef\xd9\x1b\x66\xa0\x12\x04\x6c\xe5\xda\x28\x0a\xf6\xed\xf4\x9c\x7f\xab\x43\x1a\xd8\x0a\x1c\x72\x3b\x14\x95\x09\x11\x10\x87\x8d\x2b\x21\x85\xc9\x61\xa2\xdc\x69\x0f\x24\x0f\x43\x4c\x6c\x5b\xc1\xd3\x11\xbd\xa4\x12\xc1\x36\x66\x0c\x0e\xde\x61\x41\x4e\x3c\x03\x3d\x2b\x1b\xfd\xcc\x1a\x40\xcb\x94\x52\xca\x09\x76\x1f\x7a\xb9\x18\x0d\xfb\xbd\xad\x57\xd8\xbf\x96\xdd\x7c\x6c\x92\xbf\x57\x5f\x7e\x81\x1b\x24\x86\xb7\x44\x0b\x33\xe9\xd6\x3d\xd5\x2b\xb1\x99\x8c\x7d\x9e\xb2\x9e\x74\xd7\x29\x08\x25\xd2\x05\x1e\xc1\xcb\xa9\x4e\x47\xe5\x67\x97\xb9\xe3\xe9\x92\xe1\x3c\x28\x39\x95\x55\xa0\xe9\x60\x48\xf6\x0b\xa3\x08\x4b\xf1\xb0\xf2\x47\xbf\xc5\x7c\x21\x8a\xb9\xf4\x40\x1e\xd2\x5a\xea\x04\x68\x33\x3f\x4c\xe9\xd0\x50\xf4\xf2\x35\xa0\x88\xae\x44\xdb\xce\x3e\x5d\x4a\x47\x43\xfd\xc0\x81\x1d\xaf\x69\x07\x44\xf1\x8d\x06\xbc\x5f\xdb\x1c\x9d\xdf\x49\xbc\xc7\xd3\x7f\xcc\x96\x22\x66\xc5\x8e\xc5\x36\x17\x37\xbd\xc8\x34\x56\xcc\x74\x5e\x2a\xf0\xa9\xbd\xc8\x3b\x82\x9f\x86\x7b\xbc\x9f\x46\x25\xdc\xe0\x2d\x7a\x08\x5c\xf6\x00\xe7\x49\x3a\xae\x67\x84\x9c\xe3\xb9\xfb\xc4\x5c\xce\x65\x01\x39\xb7\xcb\x87\x21\x2b\x1d\x02\x82\x2d\xd8\x7f\x4e\x1e\x8f\xfa\x52\x3d\x15\xae\x8d\xed\x0f\x20\x86\x22\x0f\x48\x37\xef\xc5\x6a\x92\xed\x63\x75\x17\x66\x21\xc4\xcb\xa9\x6f\x65\x47\x72\xf8\xde\xe2\xe3\xba\x06\x4d\x66\x9f\xc1\xdb\xeb\xf7\x34\x68\x33\x95\x21\x73\x1c\x83\x9d\x67\x78\x9b\x52\x6a\xc6\x09\xd8\xd7\x62\x60\x4d\x5a\x61\x48\x4c\x65\x95\xbe\x7f\x20\xd3\x86\xf3\xc3\x95\x80\x01\x6e\x8c\xf0\x33\x02\x91\x4e\xa1\x50\xe4\x7b\x64\x2b\xb5\x13\x91\x76\x22\xb0\x0d\x02\x10\xfc\x6f\x09\x9b\x09\x0f\x1a\xa3\xfe\x25\xf3\x26\x63\x13\x20\x09\x3b\x24\x80\xfc\x5e\x53\x58\xca\x22\x9a\xd1\x18\x6b\xcf\x6c\x9d\x07\x3c\xc7\x1c\x69\x6b\xf5\xa8\xc7\x36\xd7\x19\xa2\xfb\xbb\xf4\x43\x44\x9b\xca\xa1\x34\xf5\x44\x27\x32\x1d\x6a\x12\xdd\x64\x80\x0f\x1d\x00\xa2\x0f\x4c\x75\xa2\xef\x45\x6d\xf4\x1a\x30\xe8\x78\xdc\xdb\xc8\x7b\x1d\x52\xe8\xf0\xd2\xf0\x55\xd3\xef\x0e\x8b\x3c\x40\xee\xc1\x86\xa2\x92\xa3\x50\x7d\x44\x10\x71\x4a\x6e\xaf\x13\x47\xec\x53\x1c\xb1\x85\x40\x50\x73\x31\xdf\x08\x14\xb0\xcc\x45\xf1\x72\x78\x8e\x27\x76\x05\xcc\xcb\x7f\xe6\x1e\xb8\x41\x8f\x94\x61\x8c\xa3\xab\x78\x8a\xda\xd8\x2a\xfc\x4e\xd0\x58\xf0\xbd\x3d\x50\x84\x4f\x9f\x1c\x40\x85\x85\x4d\x91\x93\x45\x46\xad\x02\xea\xdc\xa6\x0e\x61\x84\xb3\xa7\x57\x09\xf2\x03\x1a\x73\x7f\xf4\xce\x4f\x9b\x0d\xbb\x52\x5e\x02\xc7\xb3\x29\xe3\x28\x68\x5b\xf6\x88\x43\x54\xef\x43\x4b\x85\x1c\xf1\x29\x89\x23\x84\x18\x85\x89\xb8\x56\x43\x7b\xfc\x3e\x3d\x02\x74\x8c\xd2\xf6\x21\x89\x8d\xee\x94\xf9\x84\x7f\x4f\x64\x0d\xa9\xbf\x76\x0a\xd4\xdd\x82\x4e\x04\x59\x19\x45\x72\x6b\x74\xa8\x58\x0f\x7d\x57\x7a\xe7\xde\x61\x3e\x13\x35\x4b\xc3\x38\x64\xdf\xb7\xe1\xd4\x87\x28\xf7\x72\x72\x02\xa5\x85\xd2\x9a\x1a\x37\x0b\x61\x98\x5a\xa8\xf3\x96\xc0\x84\xa2\x54\x26\x7f\x51\xa1\x04\xd9\x14\x78\x4e\x2b\x2a\x4f\x2c\x61\xb5\xcf\x41\x93\x56\xfd\x54\x16\xd1\x57\xe6\x40\xa2\x9b\xf0\x56\x1a\x1f\x71\x05\x89\xb9\xfe\x28\x16\xcc\xb6\x9a\xe0\x4c\x64\x1c\xf9\xbc\x0a\x72\x14\xe4\x10\x79\x40\x91\xfc\x62\x77\x56\xa7\xd8\xfa\xd4\xb5\xe2\xac\xb2\xcb\xc5\xc0\xb7\x90\x98\x27\x18\x0f\x8e\xfb\xa1\x14\x43\x1c\x44\x16\xcb\xc9\x1a\x46\xde\x7b\x10\x1a\xc9\xa4\x66\xd0\x29\x6f\xc1\xba\xd0\x07\xfc\x53\x8d\x97\x3c\xf7\xd2\xe6\x07\xe6\x93\xb4\xb5\x09\xc5\x02\x0e\x95\xb2\xa3\x5a\xd9\x15\xb4\x1d\x8b\xf2\x70\xc0\xe1\x79\xce\x39\xd3\xc4\xc9\x33\xe5\x1f\x20\x58\xf4\x4b\x23\xb6\xfc\x3f\xe5\x1f\x0c\xa6\xff\x83\x12\x65\xf6\x6d\xc2\x02\x71\x35\x78\xc6\xa6\x9d\x08\xb7\x1b\x77\xef\xf7\xa1\xcb\xb0\xc3\x7e\x37\xc9\xae\x11\x51\x38\xf9\x59\x97\x83\x6e\x8e\xa8\x4f\x16\x53\x3d\x95\x1b\x4f\xaf\x64\xc2\x97\x8c\xe8\xec\x3a\x2a\x4d\x57\x06\xd5\xc6\xbb\x60\xd1\xbf\xd8\x60\x37\xac\x7b\xbe\xef\x52\x43\xf9\xd1\x2d\x74\xb3\x77\x7e\x91\x12\xa1\xf2\x27\xcc\x28\xf2\xb1\xe8\xab\x95\x57\x62\xcd\x28\xe5\x3e\x65\x79\xc5\xf0\x3b\x74\x6f\x00\xe7\x61\xda\xff\x8c\x1d\x62\xd8\x9a\xa0\xef\x1c\x0e\x95\xdc\x72\xe4\x49\xd9\x2b\x6f\x36\x2e\xe7\x45\xbe\x91\x77\x91\x2d\xbd\x87\x98\x72\x2a\xfe\x42\x06\x01\xe2\x57\xf8\xe8\xe4\xe2\x41\xda\x4b\xda\x86\x19\x2e\xd6\xcf\x8c\xf3\x64\x98\x75\x12\x08\xa9\x3f\xf3\x4a\xf9\x27\x27\x86\x99\xf1\x4d\xb3\x57\xea\x32\x96\x87\xa3\x42\xc6\xf1\x36\x30\xd6\x94\x8d\xd3\x52\x9d\xda\x4c\x9c\x62\x1a\xb1\x59\xb2\x56\x5a\x96\x39\x20\x59\x18\xd9\xc0\x1e\x33\x81\x62\x3c\xb8\x28\x6f\x8c\x8b\x74\x54\xab\x87\x44\xe9\x72\x30\xcf\x29\xbf\x91\x18\x02\xf7\xbc\xd0\x19\x6c\xad\xe6\x66\xdf\x49\x53\x65\x24\xd9\xfa\xfc\xee\xf3\x8d\x76\xb7\xdf\x73\xa0\x13\xd7\x4a\x70\x12\xe0\x48\x6e\xc6\x72\xfa\x6a\xc2\x62\x8b\x4d\x3d\x14\xa6\x05\xba\xb9\x38\x45\xb6\x9b\x08\x8e\x31\x7d\xe5\x99\x06\x6e\x9f\x1c\x8c\xbe\x56\x8b\x56\xc9\x73\xab\x57\x8f\x7d\x28\x71\xe1\xd7\xd5\x8d\xf2\xfe\xa9\x55\x05\xf6\x22\x3d\x30\xe5\x1c\x58\x30\x63\x6f\xee\x0e\x31\xe3\xe4\x75\x7b\x57\x4e\x6a\x9f\x9c\x7b\x29\xa0\x9e\x75\x83\xe6\x27\x74\xdb\xf3\xc0\xbf\x9c\xd2\x9b\x25\xdc\xf3\xb5\x73\xa5\x41\xbc\x86\x9f\xa0\x56\x82\xab\x93\x80\x3f\x6d\xe5\xa3\x7c\xab\x07\x99\x1e\x5c\x8a\xd9\xdb\x9c\x51\x83\x8f\x1d\xf2\xa4\x73\xb5\x05\xf3\x50\x9b\xb6\x47\xa3\x9b\xb7\x0d\x27\x6c\x10\x09\xc0\xec\x47\xb8\xc1\x27\x88\x3b\xf8\x43\xfd\x90\xd6\x70\x78\xa4\x7b\xe2\x0e\xd2\x8e\x41\x4d\xbf\xc0\xff\xf0\x5f\x2b\xad\xcc\xda\x34\x24\x4d\xe6\x24\xa1\xde\xe0\x0a\xd8\x6f\xe5\xbd\x1c\x5d\x94\x29\x71\xf9\x94\x48\x54\xf9\x24\xe0\x3f\xad\x12\x21\x0e\x0d\x3a\x2d\x89\x92\xfe\xec\x8c\x24\x7b\x4c\xbd\x75\xc1\x1d\x4a\x06\x07\x82\x3d\x5f\xbc\xa8\x81\xbb\x4e\xb6\x99\x8e\xbb\xe2\x38\x46\xd5\x31\xd8\x3f\xec\x29\xf1\x0d\x41\x3e\x3e\xae\xcb\x60\x08\xf5\xb8\x87\xee\x32\xb7\x08\x2b\x30\x67\xa8\xbf\x12\x84\xfc\x22\xdb\xe9\x5f\xce\x92\xb4\x77\xd5\x1c\xd4\x4e\x7f\x94\x9d\x1b\x0d\xd3\xf6\xa5\xbc\xb7\x65\xfe\xde\xcc\x86\x59\xcf\xf0\x38\xc9\x68\x3b\x1d\x25\xbd\x7e\x62\x5e\xf3\x56\x36\x4c\xd0\x79\x0d\x12\xe1\x8d\xb6\x33\xee\x26\x43\xe7\xe0\xaf\x7c\x19\x64\xe7\xcf\xc9\x31\x92\x1c\x05\x29\xa4\xdb\xa5\xe2\x08\x53\xb0\x3e\x47\xda\xbd\xe7\x65\x98\xb4\xd3\x19\x06\x96\x88\x20\x95\x87\xdf\xd0\xf2\xa2\x5e\x0a\xe7\x8a\x3b\x1f\xa7\xb8\xf4\xfd\x9d\x7c\xb1\x4d\xe9\xaa\x9b\x32\x09\x2a\x51\x8a\xab\xbd\x76\x45\x8d\x62\xde\xe4\x5d\x0a\x06\x39\xc1\x74\x3d\x88\xc2\x9c\x7f\x62\xe3\x0a\x44\x31\xa0\x4b\xdc\x57\x04\x0c\x14\xf7\x3a\xb7\xe9\x3e\x00\x73\xa5\x1f\x60\x8b\x3f\xe2\x9b\x7e\x82\xac\x22\x2e\x10\x5c\x1a\x0c\x4a\x29\xa2\x48\xc7\xfa\xb7\x19\xa0\x6a\x6f\x73\x00\x7b\x7f\xb3\x85\x40\x46\xfc\x7e\xd4\xbb\x5c\x9c\x6e\xa7\x06\xc1\x9f\x90\x24\xaa\xe2\x5b\x3c\xfe\x95\x02\xf0\xa9\x3b\x9c\x0c\x98\x0e\xbc\xe4\x7e\x44\xb4\x6b\xb2\xa2\x00\xd9\x6f\x2e\x70\xc1\x8b\x33\x1c\x09\x79\xe0\x7d\x5f\x17\xbc\xff\xa1\x51\x82\x28\x50\xe3\x79\x6e\xac\xd3\xdf\x42\x7f\xbc\x5e\x06\x3e\x11\x63\x48\x1b\xf4\xcd\x5c\x95\x35\x90\xb0\x9e\x6a\x36\xbb\xbb\x0d\x2e\x6f\xe2\x17\x27\x00\x52\x6d\xeb\x9b\x40\xce\x1a\xd5\xa8\x92\xe0\xb8\x0e\x01\x39\x7e\xd1\x63\x21\x80\x77\x48\x36\xba\xe3\xcc\xd0\x3d\xaf\x40\x4a\x79\xcc\x2c\x84\x9d\x8e\x90\x90\x24\x14\x42\x37\x9f\x3a\x16\x90\xbb\x34\x89\x96\xdb\x97\xf9\xc0\x8a\xc6\x9e\xec\x6e\x5f\x4f\xbc\x9f\xa7\xe8\x8a\x05\xdf\xb9\x3c\xcc\x2f\xbc\xf1\xd3\x0b\xda\x72\x24\x86\x83\xd0\x31\x40\x27\x6c\xe2\x72\x22\x36\x2d\x2d\x78\xdf\xca\x3a\xcc\xc9\xee\xe4\x45\x41\x92\x6b\x2f\x07\x30\x71\x09\x0d\x4e\x9c\x5b\xfc\x84\xfd\x77\x09\x70\x9e\x52\xd0\x6b\x65\xda\x85\x50\x2f\x53\xba\xc4\x53\x10\x36\xbd\x24\xeb\x54\xfd\xbe\x30\xe9\x95\x17\xda\xc0\x3e\xf7\x75\x4e\xc2\xd6\xcb\xba\xe2\x8c\xc3\xa9\xe6\x80\xf7\xc6\x7a\x12\x6e\xad\xe2\x26\x1f\x14\xe0\xe1\x49\x44\x2c\x01\x91\xf3\x13\xf2\x90\x67\xe4\x48\x6c\x91\x07\x6e\x28\xac\x22\xee\x32\x8f\x86\xbe\x57\xf9\xc3\x99\x62\x9a\x30\x09\x74\x91\x75\x37\x17\xd6\x39\x58\x85\x55\x5b\x63\xfb\x89\x75\x30\xb8\xa7\x22\x9a\x58\x30\x0e\xe2\x38\x40\x58\x1c\x5c\x35\x18\xb4\x77\xa9\x06\xaa\x5d\x03\xad\xd9\x0c\x1a\xc2\x96\xd4\x50\x2e\x58\x4e\x07\xf4\xff\xe7\x27\x9f\x9f\x7b\x4d\x6e\xe7\xb5\xd1\xb0\x0b\x7f\xd9\xf4\xe4\xe1\x78\xf0\xfa\xcc\x80\x04\xaa\xa1\xbe\x2b\x32\x7d\x63\xdc\xbb\x22\x61\x73\xfb\xf4\x6a\xd0\x4f\x4a\xf2\x0a\x97\x1c\x2e\x64\x76\xc4\xed\x1e\x78\x3f\x8e\x21\x77\xdb\x10\x23\x8b\xe6\xd6\x55\x0d\x23\x70\xa6\x81\xcf\xb6\x39\xc7\x06\xb5\xbd\x57\xfd\xb8\xdf\xa0\x5a\x4c\x15\xf6\xba\x01\xf6\x04\x42\x00\x5f\x11\x98\xce\x34\x7f\x6a\x76\xfb\xab\x71\xde\xbe\xd4\xda\x1a\xe7\x90\x9a\xe1\x0b\x96\x65\x60\xa7\x20\x54\x99\x6b\x3c\x64\xad\x9b\x24\x70\x9e\xb1\x84\x31\xda\xce\x0b\xc6\x69\x5f\x84\x92\xc4\x22\x06\x4b\x25\xd5\x42\x3e\xb8\xdd\xdf\xd9\x49\x7b\x9d\x05\xda\xdf\x3a\x94\x1c\x06\x2a\x95\xe2\xcc\xc1\xe2\x12\xb8\xc0\x0f\xc6\x10\x43\x0c\xcc\x93\x12\x40\xfc\x8c\x17\xe1\x6b\x26\xbb\xfd\xf7\x9c\x17\xb7\x66\x0e\x08\xeb\x75\x2c\xa7\x2e\x8c\x99\x6a\x9d\x13\x28\xcc\x6a\x17\x6f\xe7\x37\xa2\x29\x25\x45\x06\x8d\xf6\x18\x6a\x02\x35\x28\xbf\xc6\x17\x70\x5b\x8d\x0a\x03\xdb\x18\x0d\x33\x74\x11\x25\x02\x04\x37\xb9\x99\x77\x21\x25\x01\x07\x49\x40\x25\x94\x51\xba\x05\xbe\xc0\xe8\xbe\x36\xbf\x61\x9d\x40\x25\x4a\xc2\x05\x93\x00\x3b\xf5\x68\x7e\x93\xa7\xc9\x0a\x37\xd1\xb4\x61\x06\x29\xc8\x53\x98\xfe\x96\xf2\x52\x5f\xa3\x17\xe7\x4d\xed\xc5\x80\xb5\xaa\x56\xaa\x51\xd5\x4d\x37\xb2\xae\x37\xec\x8e\xc1\x9e\xc5\xc8\xc0\x62\xc1\x1a\x1f\xb0\x1c\x36\xda\x18\xbf\x5e\xd0\x31\x1c\x13\x1a\xc0\xb4\x10\xdd\x2c\x2d\x24\xd0\x02\x65\x10\x60\xf6\xc0\xf1\x78\x98\x5e\x31\x1c\x92\x99\x98\x98\x56\x54\x81\xd0\x17\x03\xe2\x54\xab\xed\x73\x0e\x8b\x22\xf2\x8c\xdf\x30\xb1\x1d\x76\xbd\xef\x99\xd5\xf7\x25\x2a\x25\x32\x1e\xd0\xc3\x94\xb0\xde\x7d\x17\x6a\x55\x4a\xc4\x8d\x75\x06\x86\xdb\xc2\x0e\x90\x46\xa4\x0b\x92\xb6\x02\x21\x11\xe1\xf8\x7c\x3e\x26\x50\xd4\x89\x01\x67\x80\x94\x91\x8c\x92\x5e\x01\x04\x5f\x47\xbd\xa2\xf1\xf7\x58\x4c\x42\x7b\x8c\x36\x1a\x59\x07\x62\x53\x9a\x58\xe8\x2d\xef\x66\x5e\x81\x39\x5e\x83\xb4\x21\x17\x56\x6e\xe6\x5c\x56\x9f\xc8\x0b\x0b\x9a\xc3\x7f\xb8\xf1\x9f\x4b\x4a\xc6\x84\xb1\x2d\x3e\xfa\x08\x3a\x0d\x86\x19\x1e\x39\x79\x2e\x16\x12\x9b\x61\x0f\xbe\xea\x5d\x7d\x20\x5d\xdb\x69\x0f\x03\x80\x60\x5a\x48\xa9\x02\x4c\x1b\xce\x5f\xac\x57\xa8\x3c\xf3\xdf\xd1\x15\xe9\x0c\xcb\x73\x9b\xfc\xd1\xe9\xa0\x6c\xee\x7a\x6f\xa3\x88\x28\x6d\x2c\x45\x38\xbe\xcb\x96\xf2\xdb\xe0\x82\x65\x90\x9d\xb1\x41\x5e\x1b\x59\xcb\x2c\x3c\x15\xb1\xf4\xff\xea\x8f\x13\xf8\x3d\xd9\xc8\x40\x28\x4c\x13\xfa\x1d\x92\xaa\xef\xa4\x97\xcc\x6f\xc3\x64\x30\xec\x0f\xfa\x45\x96\xf0\x79\xc1\x27\x58\x49\x02\x2b\x91\xa1\x91\x13\xd8\xc8\x36\x41\x0b\x01\x3f\x69\xb3\x1a\x1b\x63\xf8\xe5\xd7\xa9\x4e\xee\xaa\xc0\xb7\x9a\xb3\x2b\x25\x13\x94\x93\xd7\x65\x7e\x51\xee\xbb\x13\x0a\x74\xe3\xb1\xa3\xd8\x86\x7c\xae\x57\x86\xf9\x48\x2c\x94\xeb\x0b\x43\xe2\x94\xc9\xcd\xb3\xb2\x9d\x70\xfe\x2e\x51\x09\xfb\x8e\x59\x1c\x65\x55\x06\x11\x68\xbc\x43\x60\x66\x1e\xd9\x84\x08\x4c\x4d\x30\xf5\xb3\x53\xe4\x55\x77\xcb\x71\x32\xb8\x65\x61\x6a\xfe\xde\xfc\x46\xc2\xd0\x76\x5a\x24\xe0\x02\x93\x50\x8b\x4e\xc2\x4d\x20\x46\xe3\xea\x33\xf6\x35\x82\xfc\x85\x19\xe6\xe4\x4d\x4e\xd8\x94\xa9\xf5\xfe\xea\x89\x42\x2a\x50\x35\xbf\xd5\x2b\xaf\x5f\xe8\x27\x46\x40\x48\x3a\x39\x78\x36\x1b\x24\xb7\x96\xfc\x23\x00\x14\x08\x45\x49\x3e\x4a\x0c\x31\x30\x20\x64\xe6\x4f\x5e\x68\x26\xa6\xed\x90\xb5\x16\xba\xc3\x56\x9f\xa0\x2a\x33\x0b\xdf\xca\x7b\x3d\x50\x61\xf4\x37\xf1\x87\xcd\x3c\xeb\x76\xd4\x20\x1b\x69\xfb\x92\x11\x87\xda\x99\x5d\x0d\x70\x6a\x78\xac\xea\x95\xb6\xb3\x6e\x0b\x03\xda\x88\x7b\x95\xb8\x05\x69\x80\x98\xdd\x21\x00\x20\x53\x87\x18\x7e\xc6\x6c\x73\x2d\x02\x00\x67\x8d\xd1\xce\x20\xe2\xbb\x68\x8e\xfe\x85\x97\xe5\x60\x5e\x79\x56\x75\x88\xb6\x7d\xd6\x61\xbc\x0e\xa6\xfb\x0a\xe3\x05\x74\x9b\x78\xdc\x95\x6e\xc1\x3b\xda\xa1\xac\x2d\xc4\xa7\xfd\xa8\x03\xe7\x96\x48\x5d\x99\xc4\xe0\xaa\xac\xd7\x31\xf0\x00\x5f\x87\x39\xfe\xac\x2e\x95\x87\xa0\x5b\xe9\x5e\x35\x14\x83\x9e\x13\x23\x0a\xce\xe6\x22\x9f\xe5\xbe\x58\xe3\x2f\x52\x2c\x35\x3e\x07\x67\x70\x06\xd3\xc1\x89\xa1\x87\x3e\xb8\xc9\x1c\xef\x26\xe3\xe3\x2f\x06\x2c\xc4\x86\x60\xbe\x71\x2f\x37\x8a\xc1\x2f\x84\x7b\x68\xb1\x08\x16\xc0\xca\x9a\x7f\x25\x40\xff\x13\xae\x55\xd9\xd4\x34\x47\x22\x37\x31\x24\x8a\x19\x58\xeb\x28\x1a\x29\x0f\xc6\x5c\x81\x3e\x9a\x48\x08\x4c\xf8\x14\x98\x34\x6c\x64\xc2\xa9\xb1\xa6\xc4\x29\x33\xeb\x69\xa6\x5f\xc5\x8e\x06\x16\x56\xaa\x0b\x3a\xd0\xab\xc4\x79\x16\x5a\x8b\xc8\xa1\x88\x0b\xbc\xca\x54\x71\xb0\x9a\xc8\xd9\xa9\x9d\xce\x3e\x46\xe0\x35\x53\xc2\x09\x3f\xe9\x8d\x86\x57\x09\xa7\xe4\xa4\x2f\x1c\xa4\x10\x9a\x92\x80\x30\x9c\x98\x5b\x48\x91\x06\x24\x66\xdf\xfa\x39\x53\x63\xf3\xd9\xd5\xa8\xad\x62\x0e\x9c\xc5\x76\x59\xbf\x80\x2f\x9d\xbe\xf1\x8c\x05\x00\x2f\x6e\x1b\xb0\xc1\xca\xa3\x23\xf9\x81\x12\x03\x46\x5c\x21\x95\xa7\x9c\x9d\xcc\x41\xe3\x1b\xd4\x97\x98\xdd\x24\xdc\x3c\xd4\x90\x16\xb2\xe5\xba\x69\x08\x79\x74\x5a\x57\xb6\xd5\xa4\x84\x85\xd9\x59\xcf\x21\x62\x6e\x9b\x14\xb9\x81\x23\x9c\x19\x81\xd6\xfc\xc2\xfd\x9a\x8b\x0d\x21\xaf\x75\x8d\x64\x95\x6c\x67\xc3\x0c\xbd\x30\xcd\xd3\x2b\xb2\x2c\xb9\x02\x8a\x5d\xa0\x61\xfe\x24\xe6\x89\xc8\x13\x22\x8c\x29\x6f\x65\x2b\xcd\x7b\xee\x29\x99\x41\x0c\x1a\x1e\x22\xf9\x33\x1b\x55\x04\xde\xdf\x67\x08\x80\xff\x62\x99\x46\xdf\xbb\xf1\x6f\x0b\x8e\xe6\xf2\x78\x35\x80\x87\x20\x97\xb5\x15\x3b\x2b\xb8\xd9\xad\x17\xeb\x60\xf5\x5b\x1c\x9b\x24\x74\xad\x5a\x0b\x60\xe6\xe3\xda\x17\xe6\x41\xc5\x09\x61\x8c\x25\xda\xd7\x4c\x79\x8e\x3c\xd0\x5c\x9e\x1c\x4a\x35\xa0\xc8\x42\x31\xde\x30\x40\xaa\x90\xbd\xad\xe8\x86\x4c\xc4\x61\xa9\xca\x83\x29\xdc\xc2\x89\x1f\x70\xd9\x96\xf7\x2d\xe2\xeb\x7e\x52\xcb\x10\x53\x25\xc0\x95\xd7\xab\xa7\x82\xa9\x71\xe1\xf5\xec\xb6\x19\x1d\x89\x8d\x88\x44\xcd\x1a\xd1\x48\x3e\x57\x12\x61\x8b\x94\x4b\xaa\x14\x28\xf9\x23\x4d\x37\xd1\x15\xcd\x06\xf9\xd9\xdf\x41\x5d\x0b\x84\xdd\x26\xb2\xb6\x5f\x76\x24\x33\x19\x70\x98\x7e\xfa\x31\x69\x42\x14\xf5\x33\x3a\x71\xfb\x2b\xa7\x6b\x87\x72\x30\x27\x94\xf6\xdc\x7e\x32\x64\x42\x2a\xe4\x81\x1e\x7f\xdf\xa6\x13\xc7\x0a\xe4\x2a\x87\xda\x93\x52\xea\x1a\x4f\x54\x93\x66\x55\xa4\x54\x1f\x01\x11\xc1\x77\x0b\xc1\xc8\x46\x82\x78\xaf\x5b\xb5\x8d\x54\x39\x6c\xc9\x40\xc0\xdf\x7b\xe6\x1f\xe9\x15\x8c\x6d\x25\x57\x2b\xb8\x06\x33\xab\x06\x34\x3b\xbe\xc0\x09\x7a\x06\x55\x66\x57\x8d\x03\xeb\x93\xed\xa6\x3b\x41\x9d\x25\xbf\x8f\x0b\xf0\x8e\xf7\x68\x77\x0d\x9e\xe9\xe8\x3e\x7f\x2c\xfd\xb4\xc8\xec\xcd\xfb\x5b\x2b\x85\xab\xde\x86\xc3\x80\x62\xed\x99\xd2\x4e\x85\xb1\x9c\xd5\x3d\xb9\x4e\x9e\x66\x6c\x16\x1b\x81\x95\x63\xfe\x09\xba\x01\x44\xef\xb5\xbc\x2b\xb1\x37\x91\x58\x05\x0b\x3f\xf3\x9b\x6a\x1a\x07\x1f\x16\xd0\x8e\xad\xb2\x25\x6c\xd6\x1a\x74\x0d\xf7\x1b\x94\x2e\x38\xd6\x5c\x8b\xb7\x08\x19\xbb\xb2\x94\x63\x91\xc7\xa4\x3d\x8d\x2e\x25\xfa\x8b\x26\x3b\xce\x54\xd1\x02\x32\x4d\x98\x50\xd2\x09\x32\x33\x6d\x70\x9a\x7f\xea\xdc\xb9\x2a\xc0\x1e\x4e\x93\xf7\x36\xfb\x40\x9b\x0d\x2d\x06\xee\xe2\x3f\xaf\xfd\xbf\x23\x34\x69\xd2\x53\x48\xae\x66\xa3\x66\x02\x52\x6a\x1b\x6d\x25\x40\x08\xd9\x78\x79\xe6\x6d\xc3\x21\xbe\x05\xad\xce\x24\x1b\xe3\xd1\x08\xc4\xd7\x0d\x10\x2d\x0c\x69\xa3\xbd\x9b\x96\x28\xc1\x42\x79\xb0\x14\xe4\x87\x4e\x66\xf0\x0d\x10\xe2\x0c\x04\x5e\x23\x20\x34\xeb\x56\x55\x67\xb0\x5e\x7e\x6c\x63\x30\xa7\x7f\x1e\x77\x10\x85\x78\x9f\x6b\x80\x4f\xeb\x8f\x43\x88\x98\xd3\x83\xfc\x3d\x2a\xf7\x61\x57\xf0\x1b\x9d\x4b\x22\x1d\x1c\x47\x43\x15\x3c\x68\x50\x7c\x99\xa3\x74\x63\xfd\x6c\x87\x93\xc9\xd3\xb3\x2c\x67\xcf\xcd\x6f\x3f\x6f\x01\x04\x5e\xa3\x6d\xf6\x04\xc5\xed\x48\x33\xd6\xed\x31\x1c\x7d\x19\x02\xa6\xfe\x0c\x4c\x57\x61\x84\x95\xf6\xc8\xbe\x16\xcf\xde\x8e\x02\x65\x15\x93\xf1\x10\xf5\xc8\x2c\x6c\xa0\xe7\xe1\xa6\x52\xfb\xc6\x4d\x17\x74\xd6\xef\x78\xe2\x39\xc7\xcc\xaa\x2d\x8d\x10\x9a\x79\xb3\xd4\x62\x9c\xa5\xf3\x2a\x0b\x62\xe4\x4b\x13\xea\xad\x88\x5a\x93\x9d\x91\x1c\x91\x09\x4f\x88\x7a\xd0\x46\x20\x35\x30\x08\xf0\x91\xfd\xb0\x07\x73\xac\x33\x3d\x8c\x0e\x84\xec\x63\xdf\x7a\xef\xe7\x58\xef\x1d\xc3\xd6\x1a\xa9\x11\xd8\x6b\xec\xcd\x06\x1a\x74\x73\x01\xf5\x23\x65\x34\x0f\x7a\x16\x98\xbc\xf8\x01\xd9\xe2\x02\xe3\x4c\xb5\x65\x13\x9f\xc1\xc8\x11\xe3\x03\xf2\x57\x8b\x35\x05\x1c\x08\x4d\x1f\xcc\x6f\xb0\xc5\x79\x41\x63\x23\x3f\x98\xd5\x8b\xb8\xfd\x55\xa9\x72\xb7\x57\x03\xd1\xf1\x28\xa2\xab\xcb\xd2\xc2\x0e\xf2\xd9\x77\x18\x60\xa7\x5f\x8c\x80\xed\xc0\x68\x9e\x4f\xad\xa6\x95\xcd\x5b\xc2\x26\x51\x72\xab\x89\x58\x25\x6b\x57\x62\x47\xfa\x92\x5c\x8a\xb0\x98\xcb\xb2\x51\x00\x3b\x20\x08\xac\x9f\x7d\xf7\xc5\x8b\x85\x8f\x21\x26\x2a\x72\xeb\xdd\x1f\x5c\x34\xd2\xc7\xd9\x77\x7f\x78\xb1\x00\xc1\xa3\xd2\xbf\xb5\x99\x5e\xca\xe2\x83\x60\x5f\xe9\x80\x1a\xd7\xfe\x98\x55\xad\xfb\xe8\xd9\xbe\x87\x02\x02\x2b\xab\x95\x53\x98\xa6\x78\xef\x8f\xac\x95\x8b\xad\x29\x8b\xda\x13\xd2\xe3\x3a\xe3\x1a\xe7\x79\xf8\xae\xd3\x52\x74\xad\xd2\xa4\x37\xde\x69\xf1\x99\x9a\xd5\xd6\x9c\xa3\xc1\xb4\x1d\x3b\x26\x35\x06\x07\x83\xd1\xfa\x7b\xf6\x2f\x77\x88\x7f\x07\x02\xdc\x59\x3c\xbf\xf7\xa4\x93\x64\x7a\xa0\xd6\xaa\x64\x2c\x3d\x27\x9b\xe1\x4f\xd5\x54\xf2\xbc\x46\x83\xb4\x56\x56\xe1\x1b\x5d\xf0\xc1\xab\x76\x73\x7d\x17\x47\x26\x21\x07\x6c\x3c\xf7\xf2\x87\x4e\x39\x85\xdd\xac\xe9\x53\x0a\xfc\xc3\x3b\x38\xf7\x82\xa9\x85\xec\x88\x5b\xde\x67\x2b\x96\x5e\x54\xe0\x72\x30\xf5\x08\x8f\x1b\x6f\x98\xe1\x75\xf2\x40\x01\x67\x69\x7d\xe9\x83\xd6\xdf\x69\xfa\xd9\x92\xb1\x99\x8d\xb2\x2f\xed\x8b\xfa\xf1\x02\x40\x03\x88\x70\xbb\x33\xf2\xa4\x01\x8a\xbc\x03\xef\xca\x3c\x98\x33\x16\x3e\xf0\xaf\x57\xf0\xc1\x78\x50\x42\x9b\x92\x71\xec\x32\xc9\x60\xc3\x8b\x3c\xe5\x90\xac\xe3\x33\xad\x70\x50\x1f\x75\xc3\xc0\xbf\x05\xa5\xb6\xc7\xa6\xb2\x87\xa7\x93\xde\xf6\x4f\x39\xe7\xa0\x0f\xd9\xca\xb5\x24\x67\x17\x23\x75\xa5\x40\xd0\x03\x42\x34\x09\x9b\xd4\x38\x40\xf3\x57\xa9\xb5\x29\xc9\xa1\x51\xb9\xe7\xc5\x9d\xa2\x51\xe6\x40\x5c\xc5\x61\x59\x41\xe9\x86\x79\x25\xa5\x9a\x8b\xe3\x39\xa4\xec\xdf\xbe\x9d\xf1\x8e\x7d\x13\x64\xe6\x08\x73\xa5\xcb\xde\x22\x1a\x43\x59\x75\x7a\x99\x84\x57\xbf\x46\x5c\xc0\x0f\xea\xac\xe5\x55\x86\x89\x1a\x99\x03\x84\x93\xfb\x37\x62\x4c\x16\x34\x03\xef\x79\x60\xf1\x6a\x78\x71\xf7\xd2\x8a\x90\x61\x74\x01\x6a\x08\x0e\x7e\x3f\x3a\x81\x5a\xc3\x9b\xdf\x38\xaa\xc3\xf6\x9b\x54\xf3\xcf\xab\xcc\x48\xd1\xad\x2d\x08\x90\x59\xd2\xa3\x2e\x00\xc6\xf2\xe7\xb6\x28\x4b\xd5\x61\x3a\x12\x7e\xaa\x79\x36\xc8\x9a\x39\x8f\x78\xf5\xc7\xd7\x61\x9d\x52\xbe\x74\xfe\xa1\x94\x7b\x60\x12\x06\x14\xf8\x91\x27\xcf\x68\x9a\x35\x48\x87\xa3\xbc\x9d\x0f\x52\xa0\x5b\xe0\xeb\x77\x53\x42\xae\xc9\x6a\x8c\x3a\x17\x6e\x9f\x8e\x46\x69\x7b\x1b\x90\x99\x93\x13\xde\xf3\x7d\x5d\xfc\x8a\x15\x7e\x40\x13\x3c\x2c\x4e\x93\x38\x93\x80\x13\xcc\x26\x8e\x27\x70\x58\xee\xbf\x17\x99\xa8\x63\x5e\x32\x48\x2f\x8b\x27\xb2\xf5\x30\xed\x44\xef\x35\xc8\xae\xaf\x14\x31\xc4\x74\xab\x42\x3e\x51\x23\x3f\xf5\x32\xf8\x0e\x54\xd6\xce\xd2\xf3\x80\x4d\x6c\x27\xce\x1e\xe7\xc1\x9a\xf8\x11\x84\x3d\x25\x56\x30\xec\xbe\x07\x6f\x4f\x19\x0d\x12\xaa\xad\xeb\xf9\x9f\x2c\x59\xaa\xf5\x21\x8a\x28\x36\xfd\xb5\x40\x0d\xeb\x75\x86\x2c\x9b\xd6\x8b\x0f\xcd\xcb\xef\x1f\x6c\x81\xfe\xbb\x6e\xa0\xc1\x5b\x3d\x37\xf3\x5c\x37\x16\xba\x6c\xc8\x55\xf4\xc1\x1f\x74\xdc\x1d\xb1\x0b\x04\xe4\x97\xc6\x1e\x14\xbc\xc0\x09\x7d\x49\x4b\x20\x19\xc2\x67\x4d\xdb\x79\xb4\x0d\xe2\xc3\xa8\x6f\xd7\x85\x92\xe2\xad\x52\xe2\xe4\xdc\x22\x05\x91\xac\x25\xf5\x9b\x9e\xea\x8c\x58\x61\x1e\x4e\xce\xd0\x5a\x52\xa6\x04\xb4\xad\xcb\x3a\x20\x8d\x2a\xfc\xab\xc5\x16\x23\x03\x98\xdf\x2e\xd0\x5c\x2f\xbd\x43\xb8\x38\x08\xd9\xbc\x89\x30\x01\xce\xdd\xc0\xa9\x7e\x54\xda\xca\xe9\x2f\x69\xbe\xda\x90\xca\x17\x70\x1d\x2f\x00\x73\xdd\x61\xb2\xf9\x77\xf8\x07\x11\x4f\xbe\x42\xd6\x23\x3d\x38\x15\x44\x71\x67\xa4\x21\x04\xb8\xc8\x3d\xde\x12\x4e\xef\x98\xe3\xa7\x18\x33\x25\xb0\x9e\x8e\x47\xe4\x9f\x83\xe3\x7a\x9e\x1c\x94\x5e\x06\x5f\x20\xa1\xeb\xf8\x6f\x78\xfd\xf2\xeb\x0f\xed\xaf\x3c\xeb\x4e\x36\xdc\x12\x26\x9b\x27\xbf\xce\xc1\x64\xb3\xbf\xd1\x4c\x66\x98\xff\x66\x84\x0b\xde\x65\xba\x01\x5c\xed\xe5\x6c\x58\x48\xfd\xf6\x90\x68\xbb\x13\xc1\xb6\x51\xd5\xb5\x6b\xc0\xfa\x77\x9f\x08\x9d\x84\x7e\x19\xd4\x9e\xf9\x4e\x03\xcc\xb8\xed\x78\x51\x1b\xc5\xad\x09\x69\x2d\x67\xa1\xaf\x86\x7f\xa7\xb6\x5a\x92\xbd\x55\x70\x64\xd6\x07\x4c\x82\x11\x9e\xaa\x82\x68\xff\x9b\x00\xa7\x1f\x14\xe4\x0a\xa0\x55\x62\x19\xcb\xb0\x48\x9d\x21\x32\x34\xb8\x91\x77\xc1\x65\xc4\x45\x57\x07\x39\x28\x16\xcc\xe1\x15\xe6\x03\x3d\xa2\x8c\x4d\xe4\x94\xa4\x3b\x1b\x85\x18\x06\x8b\xde\x8d\x26\x4c\xaa\x89\x59\x92\x23\xca\x0b\x83\xb7\x33\x8c\x84\x58\x0f\x68\xb1\xca\xea\xac\xd3\x68\x1f\x52\x45\x30\x2a\xd2\x7b\x84\xee\x00\x88\xca\x6a\x2a\x37\xfb\x16\xa4\x58\x60\x13\x72\x0c\x2a\x7b\xb9\xe4\x54\x7e\x42\x65\xc6\xf8\x79\xa7\xbd\x16\xc6\xb6\xe0\xbd\x85\x99\x17\x56\xc0\x39\x11\xf7\x2b\xf3\xcf\xff\x5b\xb8\x59\xd0\xc3\x2e\xac\x3f\x6e\x97\x81\x0e\xf8\xdf\x7d\x25\xf5\xde\x60\x7f\x93\xe5\x88\x32\x36\x9e\x8c\x5c\xe7\x48\xb5\xbe\x2b\xde\xf2\x76\x11\xec\x6e\x49\xe4\xaa\xa4\x4e\x43\x21\xfb\x11\x50\xaf\x4a\x4c\x4b\x0c\x16\xbc\x07\xe8\x13\x0f\x79\x8c\x6c\xcc\x37\x7f\x1c\x9d\x9b\x53\xb5\x5f\x4e\xca\xc0\x7d\x11\x5d\x8c\x7b\x8c\x24\x71\x0c\x36\xac\xbe\x57\xe3\x3d\x1d\xc1\x1e\x74\xb8\xd1\x0c\xf9\x0b\xcd\xaf\xcb\xae\xf1\xb9\xbf\x3b\xdb\x61\x54\xec\x1e\xf3\xe3\x9a\x98\x48\xc4\x4f\xd4\xee\xc0\x26\xbb\x09\x1f\x2a\xe6\xb3\x98\xf9\xf3\x4c\x49\xea\x46\xdc\x41\x55\x40\xd8\x49\xd6\xc7\x76\xc9\x7b\x0d\xe5\x97\x59\x31\xc4\x71\xdd\xe4\x39\xe7\x03\x2c\xd9\xef\x91\xeb\xd8\x60\x8c\x91\xed\x5b\xa7\x0d\x87\x74\x80\xae\x55\xad\x36\x3c\xd2\xac\xe3\x69\x41\x20\x7f\xbf\x5e\x6a\xbf\xd5\x19\x9b\x37\x44\x94\x9b\x74\x10\xd6\x13\xdf\xd6\xf4\x0e\x17\x18\x28\x39\x2a\x53\x86\x7a\x17\xff\x6c\xc0\xfa\xbc\x9d\xa5\x68\x12\x72\x2a\xdd\x5d\xeb\x7d\xe7\x0c\x6a\x96\xdd\xac\x29\x67\xe2\xca\x25\x3b\x99\xa6\xe9\xad\x26\xce\x93\x54\x2e\x04\xdf\xda\xdc\x16\x16\xd2\x43\x68\xcb\x52\xc9\x55\x78\x50\x2c\x55\x6d\xe2\x31\x90\xba\x81\x3d\x63\x36\xf4\x26\xa5\x2b\xa6\x66\x63\xd3\xd0\x30\x25\xa5\x17\x6d\x1a\x83\xe7\xfd\xe3\xcd\x30\x61\x6b\x25\xde\xce\xb6\xb0\xb5\xf3\x79\x4a\x08\xc3\xdd\x49\xb9\x86\x1e\x06\x47\xd3\x63\x9f\xdb\x08\xf1\xbd\xda\x25\xb1\x74\x18\xa4\xf6\x4c\xd4\xc3\xb9\x91\x9c\x4b\x9e\x35\x07\x83\xff\x77\x0e\x78\x94\x73\x66\xbc\xbd\x67\x23\xb7\xe0\xa4\xc7\x2f\x96\xbc\x07\x72\x7a\x09\x73\x17\xe8\xa4\x5f\x93\x67\xf4\xf8\x51\xed\xc6\xe9\x6e\x19\x7d\x56\x15\x5c\x7a\x36\x31\xeb\xad\x0a\xc8\x1c\x63\xd2\x31\x13\xc0\xcc\xbf\xef\xd8\x3b\x9f\x71\x76\x06\xdc\x17\x95\xb2\xe2\x6c\xca\x0f\x91\x07\x9f\x28\xa2\x84\xf3\x9d\x70\x70\x1c\x47\xb9\x5f\x27\x29\x43\x4a\xca\x62\x6a\x17\x2f\x57\x26\xc5\xf9\xed\x53\x7c\x8d\x3b\xf0\x88\x46\x47\x7d\xae\xa9\x9d\xf7\x9d\x4e\x8c\xaf\xf4\xf3\x50\x34\x5d\x7e\x1a\xb5\xb7\x6c\x75\x4d\xa8\x55\x7e\xc6\x7f\x68\x0b\x92\x78\x2d\x9e\x2e\x36\xcc\xf2\xcc\x22\xce\x03\xe1\x3b\xa7\xd9\x8c\xf3\x84\xbb\xc2\x53\xd6\xa5\x16\x51\xde\x1b\x98\x54\x69\xc5\x74\x0c\xb1\x5d\xae\xfe\xf0\x16\xe4\x0b\x81\x37\xd7\xb8\x92\x5f\xca\x29\x11\x02\x9c\x28\xfc\xd5\xbc\x92\x75\xdb\x58\xe8\x7e\x59\x69\xc7\xdd\x44\x3a\x3e\xe3\xf5\xb4\xa9\x68\xa7\xca\x99\x98\x74\x62\x08\xf9\xe6\xd5\x40\x9e\x8e\xfd\x58\x06\x60\xd8\xfc\x21\x46\x27\x47\x35\xe6\x74\x42\x88\xec\xe0\xc4\x65\xc8\x7d\xd6\x7c\x70\x06\x9e\xb9\x4a\x7d\xe3\x5e\x78\x93\x16\xc9\xb8\x6b\x33\x1f\x16\x50\x5f\x73\xab\x4a\x4c\xb8\x48\x09\x3d\x95\x80\xb5\xa6\x31\xb8\x5b\x60\x09\xc2\x4f\xac\xd0\xa0\x16\x5a\x9d\x11\x8c\x74\x9b\x9a\x53\x7e\xe7\xc8\x22\x28\x6e\xa8\x7e\x09\x12\xe0\xed\xfb\xde\x92\x39\x56\x95\xb3\x20\xb0\xb3\x6e\x03\x09\xe5\x12\x12\x58\x3e\xae\x9a\x0e\x01\x96\xeb\xe8\x16\x9f\x20\xe8\x90\xdd\xa2\x7d\x45\x72\xcd\x6a\x31\x0e\x9a\x97\x8a\x2e\x17\x50\x09\x2f\xee\x66\x6f\xed\x00\x15\xa9\xc6\x30\x3a\x38\x18\x22\x2a\x98\xbf\x45\x8e\x17\x8b\xb4\xc0\xde\x21\xdb\xf6\x8e\x95\xab\x98\xf3\xf8\x70\x29\x69\x8d\xee\x13\xa6\xbb\x89\x5f\x8a\xeb\x07\x05\x52\xdb\x59\xeb\x45\x4e\x03\xe9\x2a\xba\x33\x45\x98\xdb\xcc\xf8\x06\x25\x26\x12\xd7\xba\x1a\x4a\xf2\x21\x89\x95\x14\xe4\x7f\xc7\x5a\x8a\xa6\x03\xd4\x88\x17\x2f\x3e\xcc\x73\xe1\xde\xc3\x1c\x92\x2b\xa7\x8f\xb4\x53\x15\xc1\xa3\x10\x28\xa7\x5c\x82\x68\xb7\xae\xa4\x13\x64\xca\x1b\x42\x21\x54\x61\x6c\x34\xa4\x96\x49\x35\xb7\xfb\xd4\x7e\x6b\x92\x8f\x39\x06\x66\x3d\xe5\xd8\x68\xfb\xcd\x99\x79\x90\xc8\x3c\xa0\x20\x1b\x3c\xd2\x13\x11\xff\xe6\x14\x0f\x18\xef\xd3\x4c\xa1\x3a\x2a\xa6\x13\x88\x27\x4b\xa9\xeb\x87\xbe\xad\x1c\x11\x46\xa1\x19\x75\x2d\xe1\x76\x2a\x71\x40\x75\x8d\xc7\x3d\x76\x23\x22\x27\xcd\xd2\x73\x7d\x62\x87\x12\xdb\x75\xbb\xdf\xbf\x54\x58\xe3\x57\x45\xe8\x9d\xd5\x1c\xbd\x1b\x60\x2b\x1f\xd1\x18\x6f\xe4\x23\x43\xac\x50\x84\x50\xa7\xbb\x91\x16\x79\xbb\xe5\x2e\x49\xa5\xf3\x96\xbc\xeb\x98\x6b\x9f\x63\x57\x8c\xf4\xe0\xfa\x72\x10\xf0\x82\x1b\x4e\xcc\xe1\xe9\xc4\x0d\xb6\x2b\x24\x54\x68\x51\x7f\xb8\xd2\x30\x85\x82\x8f\x01\x2a\x13\x42\xe7\xbc\x07\x19\xa9\xb6\x28\x1e\x1d\xbc\xac\x24\x8d\x9d\x0b\x78\xae\xcf\xcd\x10\xac\xab\x36\xda\xb1\xa2\xa6\xa9\xc1\x6b\xaa\xa0\x4a\xe9\x4a\xf3\xdf\x6c\xaa\x0d\x23\x28\x7d\x0d\x55\x44\x74\x52\x44\xe2\xdd\xa5\xb8\x89\x6d\xcd\x1e\xc8\xea\x5a\x96\x54\x83\xf0\x1e\x0c\x65\xd4\x07\xc7\xf3\x15\xeb\x86\x48\xb1\x90\x29\x1d\x1e\x87\x24\x49\x0d\x10\x97\x93\x77\xee\xd5\x08\x39\x4c\x54\x54\x5f\x54\xc4\xbf\xa3\x0e\x20\xed\x5c\x06\x0e\xb8\xa3\x36\xf5\x67\xdc\xc3\xc7\x78\xdb\x4e\x49\xba\x68\x6b\x80\x8a\x2c\x6f\x52\xa9\xcd\x21\x35\xd9\x61\x3d\xff\x60\x5a\xaa\xf3\x04\xef\x03\xc8\x4e\xd2\x4b\xbb\x2d\x62\x98\xea\x3c\xec\x80\x01\xe4\xc9\x69\x4d\x40\xc0\xaf\x54\x46\x83\x60\x98\x95\x46\x2b\xb9\xe6\x88\x59\xea\x9d\x60\x55\xde\x18\xad\x31\x95\x8c\x56\x85\x5b\x75\xc5\x12\xd4\x84\x08\x93\x57\x3f\x82\x4b\x08\xa9\xf3\x26\x51\xcc\x18\x65\x94\xbb\x49\xd5\x61\x24\xf7\xc3\xc4\x4f\xa6\x29\x21\xaf\xfe\x42\xd6\x88\x95\xe7\xd4\x6c\xf8\x96\x28\x6b\x13\x2c\xe7\x44\x86\x9c\x05\x76\x3c\x75\xf9\x64\xd0\x5b\xed\xe6\x10\x79\x12\x71\x79\x4c\x36\x1c\x91\x5e\xc4\x19\x1d\x24\xfd\xf8\xd5\xe2\x3c\x2d\xcc\x62\x53\x91\x18\x97\xdd\x31\xce\xf8\x88\xa3\xcc\x01\xbb\xb2\xa4\xf5\xbd\x57\x67\x2f\x69\xe5\xd5\x79\x30\xf3\xfd\x16\xc0\xb3\x21\x6c\x88\xd6\xe1\x5e\xa9\xeb\xe0\x78\x9a\x03\x15\xf8\x3b\xf5\x67\xbe\xbd\xda\xcc\xcd\xea\xd4\xb4\xed\x62\x74\xb5\x4b\x1c\x77\xc9\x75\x94\x3e\x67\x34\xe4\xe9\x4d\xef\xf9\x10\xff\xc0\x5f\x81\x54\x2b\x9b\x24\x48\x95\x51\x16\x7b\x69\xe1\x8c\x60\xdd\xce\x86\x79\x1b\xdc\x1c\xa6\xf3\x5f\x33\x5d\x81\x6a\x13\x0b\x7b\x61\xb1\x6d\xdb\xf5\x53\xa4\x9a\xd6\x53\x1b\x69\xc8\xc2\xa1\xdc\x69\x0b\xcc\x57\xc4\xa4\x9a\x14\xb0\x7e\x46\x2b\x62\x0b\xff\x09\x4a\x40\xfd\x73\xf2\x4f\x80\xd1\xcd\x7f\x72\xc3\x3f\xbc\xff\xcf\xd6\xc2\x65\xad\xbf\x92\xe8\xa6\x3a\x2c\x59\x11\xd7\x6a\x03\x67\xa7\x24\xac\x90\x5d\x6f\xe2\x3b\x23\xb8\xcd\xa1\x06\xba\xe6\x0d\x57\xd2\xa0\xef\x7b\xea\xe2\x9a\x48\x7a\x3b\x74\x27\xc5\x40\xab\x0f\x28\x0c\x00\x79\x8e\xeb\xa5\x4d\x96\x88\x22\x8c\x6b\x0c\xb2\x00\xd5\xde\x05\x93\x55\x41\xf9\x85\x20\xa3\xc2\xb7\x41\x0d\x9d\x6a\x06\x24\x9b\x0c\x84\x92\x05\x26\x4e\xf2\xc1\x75\xfd\x86\x12\x81\x6b\x0e\x3a\x88\xef\x83\x00\x3b\xc5\xd6\x81\xd9\x70\x24\x5e\x89\x12\xb5\xfe\x24\x90\xb0\xd1\x39\xc1\xa6\x7b\x8f\xdd\x81\x06\x21\x1e\xd4\xcf\x95\x13\x64\x58\x51\xa9\x60\x9e\x7e\xef\xa9\x9b\x56\x72\x59\x18\x93\xaf\x2a\x93\x55\x8f\x80\x45\xa5\xc2\xc8\x4a\xe7\x12\x4e\x7a\x59\x7a\x35\x63\xc4\x60\xa6\xd6\xca\x66\x05\x51\x2e\x04\x7b\x5c\x71\xf5\x6b\x6c\x0d\x38\x59\x18\x20\xe9\x6f\x60\x12\xd9\x80\xf5\xa1\x8c\x27\x09\x8d\x9f\x73\x08\xc6\x32\x18\x25\x2a\xee\xc4\x4b\x69\x1e\xd4\x55\x90\xab\x99\xa2\x7a\x14\x3e\x8e\xed\x15\x9b\x64\xdb\x0a\xaa\xbe\x0a\x5d\x9f\x44\xca\x96\x49\x1e\xb0\xea\x40\x96\x81\xf0\x47\x8b\x1f\xbe\x53\x7c\x72\x6a\x87\x38\xe6\xb9\x63\xc3\xd6\x6b\x6c\x06\xa4\x4b\x42\x5f\x41\xca\xc8\x24\xef\x53\x6d\xa2\x5c\x90\xeb\x32\x72\x20\x3e\x44\x56\xd1\xef\x53\x84\x09\x30\xfa\xdd\x9d\x87\x21\xf9\x6b\xb8\x80\xf2\x48\xf0\x22\xbb\x0c\x85\x25\xa0\xab\x09\x96\x60\xc8\x3d\xa7\x13\xe0\x42\x19\x91\xb2\x55\x3e\x1e\xa9\xac\xf9\x07\xb2\x66\x4f\xf5\x3a\xb5\xfa\xb5\x45\x0b\x3d\xae\x29\x7c\x2b\x65\x98\x38\x04\x29\x52\x50\x77\x2d\xde\x13\x0d\x14\xa2\xed\x3e\xe0\x1c\xbf\x6a\xeb\x78\x59\x9f\xc4\xb6\x03\x14\x50\x3c\x11\xef\xb1\x46\xc4\x1a\x58\x67\x9c\xe0\x4a\xe5\xba\x21\x36\xac\xa2\x9a\x75\x26\xd7\xb2\xb6\x06\x4d\x80\x6d\xca\xe9\x4b\x15\xa1\x81\xdc\x07\x1f\xd0\xad\xbb\x44\x0c\xca\x07\xaf\xc2\x5e\xab\x9e\xfc\x2e\x56\x52\x04\x7d\x01\xe4\xc3\x4f\xd2\x11\xcb\x8c\x6c\xd5\xab\xff\x79\xed\x33\x29\xb6\x32\x15\x8a\x63\x6e\x81\xf1\x99\xcd\xf7\xd6\x8c\x2f\x4c\x01\xba\x20\xf2\x9a\x94\xc2\x33\xe7\xaf\xec\x88\xb7\x5b\x06\x1f\xf2\xd9\x22\x36\x8f\xa7\xb3\xfe\x2c\x72\x6a\x55\xab\x01\xbf\xaf\x1b\xf3\xdb\x6a\xe5\xf1\x54\x04\x4b\xb2\x6e\x86\xdd\xff\x0b\x2e\xa3\x06\xc1\x9d\xfe\x6a\xaa\xb7\x52\x4b\x10\xfd\x0c\xd7\x36\xbf\xb5\xca\x6e\xbd\x02\x01\x0b\xe6\xfb\xc1\x22\x02\x1c\x66\xd9\xae\xd4\x46\xa1\x8a\xac\x4f\x3c\x6b\x4b\x94\x67\x5c\x63\x59\x8f\x6a\xb4\xb0\xc5\xd2\xc2\xc4\x1b\xf9\xa8\x5a\x96\xa7\xf4\x8a\xac\x28\x16\x73\x2d\x1e\x77\x40\x76\x7e\x45\x00\x82\x7c\xee\xd6\xc7\xc9\xd3\x07\x92\xfc\x56\x7f\x3e\x98\x68\x86\x69\x82\x4a\x5e\x7c\x14\xba\x02\x59\x84\x49\xd2\x2d\x9c\x3b\x39\x37\x4d\x29\x59\xa6\x94\xf9\xb0\x25\x45\x2a\x8e\x47\xe1\x1a\xbc\x17\x74\x1a\xc6\x40\x06\x06\xf7\x97\x67\x6a\x75\x44\xf5\x35\x34\x6b\x53\x5f\x86\x8a\xc3\x4a\xfd\xad\x18\x52\x67\x97\xfa\xaf\x6a\xe9\xa2\x52\xd7\xa5\x97\x50\xdc\x65\x0e\x45\x29\xe9\xac\xd4\xa0\xd8\x0c\x08\x69\xad\x4e\x67\x59\x29\xe7\xc3\xcf\x06\xc1\x78\x02\xc6\x63\xe7\x2f\x56\xe1\xaf\xdc\x64\x55\x2e\x56\x25\x8c\x8f\xf2\x80\x98\x7c\xd9\xb7\x49\x6a\xdd\x56\xa7\xe5\x47\x23\xc4\x8b\xdd\xc9\x93\x02\xea\xe7\xd2\x86\x4e\xea\x07\x0a\x4b\x32\x95\x0b\x6a\x30\xf9\xa3\x56\x5f\x80\xbf\xc0\xa0\x20\x53\x55\x53\xdd\x1f\x2e\xf0\x8e\xaf\xdf\x41\x74\x80\xd0\x1f\x2c\xce\x26\x7e\xa2\x33\x87\xed\x87\x28\xb6\x2e\x7f\x92\x8f\x0a\x94\x45\x91\x8d\xcd\xd7\x4a\x8a\x35\xbe\x41\x29\x0e\x96\x24\x90\x58\xf8\xa0\x57\x2f\xee\x24\xa7\x41\xb9\x8a\x6a\xae\xd4\x8b\x58\x71\x6f\xbf\x54\x25\x14\x9d\xfa\x18\x33\x22\x60\x2d\x68\x3f\x7e\x5b\xa5\x48\xa8\x11\xfb\x21\xa2\xdb\x19\x5a\x86\x5b\x3a\x59\x2e\x78\x9e\x6e\x84\xa0\x11\xad\xdd\x5e\xad\xb3\x6a\x69\x53\x00\x93\x70\xce\x94\x7f\xd3\x87\x12\x8f\x0d\xc0\x8d\xe4\x45\x0b\xd6\xb3\x93\xed\x6c\xc8\x56\x62\x50\x51\xe1\xb3\x0d\xd1\x60\x86\x06\xcd\x9f\xb1\xe5\xae\x25\xb6\x15\xad\xc7\x63\x61\x4f\xb3\x15\x8c\x5e\x9a\x28\x33\x53\x15\xfa\x9b\xfe\x03\xbe\x92\x6d\x80\xc5\xa5\x8a\x04\xfe\x81\x3e\x04\xc6\x1d\x7a\x1c\xfc\xad\x10\x2f\xcf\x5d\x3c\x0c\x2c\x17\xe0\x17\xae\x3e\x46\x25\x0a\x2a\x32\x60\x6c\x2b\x62\xdc\xb4\x71\x0f\xb1\x9a\xae\x22\x7e\x4f\x25\x83\x23\x91\x4a\xc2\x4a\x62\x34\x2e\xab\x96\x28\x29\xa7\xc7\x02\xe8\x0d\x22\x53\x20\x6c\x43\x35\x22\xf6\x45\x5a\x38\xa8\xf6\x59\xab\x19\x4e\x94\x8b\xaa\x66\xf1\xb1\xef\x6d\xf8\xce\xcf\xcf\x5f\x60\xab\x84\xae\x6d\x24\x5c\x44\x69\x63\xa9\xa5\xf2\xd2\x2f\x7f\xf1\x16\x16\xbd\xa2\xb0\xe6\x1b\x15\xdc\xa2\x34\x28\xbb\x52\xf3\x10\x88\xc7\xe2\x7a\x02\x7f\x8e\x64\x21\xe5\x8a\xa0\x72\x7f\x54\x73\xd0\x31\xd0\xf4\x73\x04\x95\x4e\x45\xd7\x8b\xe5\xed\xd1\x2e\x57\xdf\x6d\x85\x72\x3b\x7a\xa0\xd3\xd5\xd1\xc1\xc4\xb9\xf1\x52\xb4\x08\x70\xf1\x9a\xb3\x55\x0e\x70\xaa\x52\x53\x42\x5d\x9d\x7f\x5d\x1d\x4f\x56\xf6\xab\x4a\xf0\xbb\x6d\x2d\xae\x83\x17\x0e\xd6\x84\x30\x70\x18\x31\xbf\x9c\x41\xe6\xcc\xfb\x73\xe7\xae\x3d\xf5\xc8\x08\xc2\xdc\xa1\x66\x3f\xa2\x43\x48\x59\x85\x79\x98\xb7\x15\x52\xbb\x5a\x22\x74\x83\x11\x45\xc5\x23\x38\x5a\xb2\x47\xdd\x19\x44\x58\x2d\x59\x80\x3d\x95\x6f\x68\x92\xea\xad\x4b\xe4\x57\x95\x51\x00\x25\x92\x35\x53\xee\x55\x76\x8f\x61\x67\xd5\xcc\xdc\x08\x10\xa2\x22\xa9\xba\xa4\x23\xf8\x1c\x62\xb5\x96\xbd\x35\xd1\x60\x3d\x26\x6d\xce\x2d\xe2\xc6\x30\xdb\xa7\x4e\xea\x49\x59\x40\x50\x5f\xb2\xeb\x01\x0d\x89\xa0\xfe\x9a\xaa\x27\x62\x5d\xa6\x55\xa2\xd6\x58\xab\x62\xd0\xc7\xc2\x14\x36\xf1\x42\xb5\x11\x39\x16\x16\xa1\x23\xa9\xaf\x02\xe0\xb6\x83\xf4\x2a\xc6\x9f\x45\x83\x17\xfc\x88\x85\x6a\xe7\x8d\x7e\xe7\x2a\x95\x6c\xb7\x15\x81\x29\xf6\x60\x52\xb5\xd3\x13\x94\x19\x09\x4a\x6e\x55\x65\x7b\x74\x67\xa3\x2b\xc9\xa0\x61\x9f\x6b\x8d\x4b\x6d\x56\xbc\x98\x87\x10\x1f\x17\xf1\xd0\xb2\x16\x60\xa9\x2a\xa2\x92\x40\x51\xb2\x29\xb7\x41\x2f\xd3\xbf\x05\x54\x96\x12\xa5\x56\x21\x07\x82\x4f\xc9\xc1\x44\x27\xaf\xd4\x76\xf9\xc0\xb8\x45\xa6\xe7\x40\x6d\xd3\xac\x1c\x08\x25\x4b\xa5\xa7\xf7\x07\x56\x76\x31\x3a\x20\x3a\xce\x3e\x43\x44\x72\xd6\x3c\x8e\xf1\xa9\xc5\xd3\xea\x21\xd8\xea\x95\xe8\xd1\x55\xb9\xcd\x47\x58\xe5\xfe\x3e\x27\x68\xe7\xdb\x55\x85\x70\xa8\x50\x84\x65\x23\x79\x7b\xfb\x51\x84\xeb\xe9\x5a\xac\xef\x0f\x3f\xd6\xc8\x56\xa9\x26\xd3\x57\xbe\xc9\x21\x79\xd3\x7c\x7a\x36\xad\xb6\x56\xb1\xf8\xa4\xd1\xfa\x90\xd9\x26\x6b\x56\x75\x7b\xab\xa8\xaa\x59\x7a\xe4\xb1\xaa\x0e\x06\x6f\x7a\x8c\x8a\x62\x6b\xf8\x2a\xbe\x5c\x4a\xb3\xc9\x76\x05\x94\xdb\x9a\xaa\x28\x08\xd5\xe7\x07\x88\x9f\x20\xd0\x31\x54\x9b\xf3\xc2\xd5\x07\x02\x58\xce\x81\x0b\x5b\x7e\x69\x29\x39\x9b\x6d\x1e\x7b\x8e\xf2\x02\xe0\xd6\xc4\xb9\x26\x01\xe9\x96\x21\xe4\xba\x65\x14\x42\x4a\xcc\x3d\x5b\xcc\x1d\x67\x35\xad\xaa\x0b\x9f\xfb\x3f\xcf\xff\xfc\xed\x35\xde\xe6\xfb\xe7\xae\x5c\xb9\x72\x0e\x14\x9e\xe7\xc6\xc3\x6e\xd6\x83\x1f\x3b\xbc\x6f\xd3\x26\xdb\x79\x05\x23\x0d\x9b\xe5\x5e\xf3\xe5\x17\xcc\x5f\xcf\x37\xb1\x0c\xa5\x96\x87\xad\xd6\xaa\x5e\x0b\xaa\xb8\x96\x93\x92\x33\x9e\x61\x88\xdb\xf7\xe4\x5a\x02\xa6\x85\x71\x9d\x78\x24\x24\x16\x75\x93\x1c\x75\x0b\xb9\x3c\x4f\xe6\x43\x40\xf4\x6a\x5d\xc4\x5f\x96\x16\x68\xda\x43\xb3\xde\xf3\xf8\x1f\xf5\xb3\x91\x6d\x2e\xa1\x98\xe3\xd5\x92\xac\x11\x6d\xc2\x7e\xb9\x59\x89\x5b\x35\xe9\x82\x4e\x7c\x7c\x4e\x0d\xfd\xc8\x77\xe5\x4f\x71\x39\xb3\xa5\xdb\xbe\x12\x6e\xf3\xd0\x89\xbc\x16\xf4\x9c\xc6\x92\x9f\x45\x62\x79\x1b\x40\x32\x1c\x85\xfa\x10\xe1\xef\xb6\x98\xe4\x5e\x0d\x27\xc2\x9c\xf0\xfd\x5e\xf7\xaa\xf5\x1d\x43\x02\xcc\x30\x05\x5f\xe5\xe9\x78\x2c\xb3\xf6\xac\xa0\x81\x8a\xac\xd7\x69\x65\xc0\x23\x60\x74\x2c\x04\x83\x53\x08\x2d\x17\xdd\x9a\x39\x5d\x23\xb2\x7c\xaa\x9a\x5a\x30\x52\xdb\x6c\xa6\x60\x15\x88\x48\x21\xac\x61\x3d\x2e\xfd\x4c\x45\x73\x49\x45\x6d\x93\x8c\xb8\xf9\xaa\xe3\xc6\xa2\x3e\xe2\x8d\xac\x89\xd9\xc6\xe1\x4a\xa6\xf7\xf9\x6f\xcb\x47\x5e\xd0\x81\xf6\x46\x93\x23\xd5\x61\x55\xcb\x93\xb9\x2f\xe8\x4e\xeb\x78\x47\xa5\x85\x4d\x28\xa1\xc6\x5a\x42\x41\x3c\x6b\x89\xa4\xd8\x58\xc3\x44\x9c\xf0\x5f\x49\xae\xb4\x96\x8c\x7b\xee\xdf\x94\x73\x8b\xdd\x27\xe5\x4f\x8c\x1b\x81\x3f\xfb\xc3\x04\x5c\xda\xb6\xcd\x8d\xe4\x1f\x64\x9d\xca\xd9\x01\x20\x98\x75\x14\xdb\x51\xf8\xe1\x55\x02\x0b\xba\xbb\x54\x7f\x8e\x05\x9d\x33\xf0\x27\x54\x44\x33\xfc\xec\xc5\xcb\xed\x21\x8e\x7c\xe8\x6c\x86\x21\x1e\x26\x51\xc0\x00\x05\xd1\xac\x5d\x96\xa4\xaa\x4f\x40\x84\x16\xa6\x7f\x6b\x1a\x61\x7b\xce\x49\x55\x6e\x87\x84\xf1\x40\xce\x46\x6a\x74\x0a\x05\x99\x70\x63\x15\x22\x68\x05\xf6\xaf\x23\x3e\xac\x15\xa1\x9d\x3b\x79\xb3\xff\x83\x20\x81\x40\xa3\x5a\xd5\xc2\xd9\xb9\x02\x39\xb0\x2e\xaa\x71\xb9\x83\x27\xe5\xa5\x12\x21\x21\xe7\xdc\x9f\xa5\x24\xa7\x62\x5d\xe9\x44\x7b\xf6\xf8\x1a\x08\xbf\x46\xd1\x53\x9f\x99\xa8\x62\x7b\xcc\x55\x8a\x58\x54\xb1\x03\x15\x7d\xe7\x94\x2a\x80\xa9\x6a\x32\xe0\xc9\xe4\x57\xf5\x3f\x0f\xa3\x60\x46\x5a\x20\xc9\x18\x38\x56\xe7\xa3\x10\x22\x70\xaa\x7d\x7b\x01\xab\x31\x07\x9f\x3a\xfd\x9d\x34\xe7\x7a\xe8\xc7\x3e\x78\x33\xf2\xdf\x4e\x7b\x3d\x08\xc5\xf9\x02\x61\xd2\x5c\x82\xbe\xa5\x41\xb7\x7f\x15\x2a\xb3\x63\x68\x06\x5b\xc9\xb8\x58\x3a\x09\x8f\x1a\x9c\x35\x09\x82\x73\x71\xdd\x23\x47\x62\x2b\xd2\xaf\x30\x98\x1b\x88\x0f\xb8\xba\x96\xf9\xa7\x61\x77\x5f\x2f\x8a\xea\x7c\xcf\xec\xc5\x12\xea\x2d\xbc\x18\x51\x69\x2a\xdf\x0f\xfa\x17\x39\x89\xa3\x38\x31\xb3\xec\x3c\xd8\x62\xce\x9f\x7f\xf3\x9c\xb3\x1c\x56\x0a\xa0\xaa\x3b\xc2\x4a\x2f\xea\x20\x5d\x64\xaa\x7a\x9e\x50\x3a\x9e\xfd\x08\x97\x9e\xb2\x36\x44\xd4\xc5\xfe\xc5\xce\xce\xb2\xc8\x11\xa9\xcd\x75\x80\x96\x90\x02\x99\x6b\xe5\x47\x25\x3c\xab\xe9\x58\xb0\x4a\xeb\x5e\x34\x0d\x22\xd5\x6c\x29\x31\x6f\x4a\x74\xce\xa5\x29\xbf\x58\x0a\x1a\xa1\x5f\xd2\x93\x40\x64\x9d\x2d\xf3\xf0\xf7\xe0\x14\xab\xf5\x3b\x7b\x91\x35\xe5\x2c\x07\xd1\x68\x84\x58\x88\x75\x9f\xa9\x01\xe4\x1a\x1d\xd8\x77\x7e\x18\x0b\x95\x63\xab\x5d\xd9\x7f\x65\xbd\xe9\xa8\xd9\xed\x14\x15\xa7\x17\x6e\x5a\x05\x90\x2d\x87\x9d\x45\x7a\xb3\x46\x27\xdf\xdc\x6c\x6e\x0c\xfb\x57\x8a\xac\x55\xf4\xc7\xc3\x76\x16\x2b\x69\xa2\xaa\xc8\xcc\x5c\xae\xc1\x3d\x28\x7c\x0c\xfd\x29\xb3\x3b\x18\x36\xbd\x44\x2b\xf4\x91\xc2\x86\xcc\xcb\xc2\xff\xd2\x6f\x98\x11\x02\x4d\x11\x97\xd3\xbc\x0b\x39\xac\x7d\xbf\x82\xd7\x4d\x23\xb2\xbb\x06\x48\xad\x49\xfd\x21\xa7\x77\x0b\xfe\xd5\x2a\x46\xe9\xa8\xb0\x19\xe9\x9c\xd0\xc7\xf5\xaf\x58\xc5\x34\xc5\xe0\x29\x18\x55\xf5\x2f\x06\xdd\x7c\x84\x05\x74\x28\xaf\xf3\x93\xd2\xcb\x3f\x4b\x1a\xe5\x69\xb9\xa7\xba\x8c\x7b\xf9\x66\x9e\x75\xb8\xd3\x1f\x4a\xca\x4c\x50\x69\x0a\x6b\xe2\x84\x62\x62\xcd\x87\xb0\xf0\x69\x98\x15\x04\x80\x4a\x52\xfc\x9b\x67\xe8\x6c\xff\x40\x2c\xf9\xdf\xd0\x31\x78\x61\xe5\x4c\x79\x09\x4c\x75\x4b\xdf\xe3\xc3\xb6\xe2\x5b\x36\x84\xf1\xc7\x3f\x7d\x9b\xfe\xc0\x22\x36\x94\xe4\x3c\xb8\x6e\x36\xb3\xd9\xa2\x27\xd8\x1c\xb3\xb9\x17\xe3\x01\x26\x85\x27\xe7\x36\x4a\x1b\x4a\x91\x47\x2a\x83\x4d\x58\x0e\xf5\x44\x62\x0c\x9c\xe0\x3f\x51\x49\xc6\xe7\x54\x29\x84\x83\xfd\x74\xf1\x20\xf6\x3f\x98\xd0\xa1\xa1\xa1\x11\x97\x02\xc5\x88\x76\xd2\xde\x55\x95\xeb\xdc\x49\xf4\x41\xa6\x15\x6b\x47\xbc\xed\x64\x7a\xbb\x0e\xac\x3a\x6d\x93\x9d\x87\x53\x93\xaa\xb3\xd4\x31\x46\x93\xe5\x57\xd8\x90\x0a\x4f\xcd\x78\xa5\x27\xf9\x4a\x75\xc7\xf0\xdf\x5e\x45\xa3\x6b\xd2\xd6\xb6\xec\x0c\xd3\x4d\xf3\x7a\xfe\x1d\x8f\x80\x95\x34\x58\xbc\x97\x3e\x9b\x0b\xb1\xe3\xa0\x27\xea\xb9\xc8\x18\x06\x20\x37\xc4\xff\x1a\xb8\x72\x15\x3b\x6e\xdb\x2c\xcb\xc7\x26\xed\x52\x50\x9c\xae\x3b\x98\x53\xa0\x18\xa4\x69\x4f\xce\x16\x09\x2b\xcf\x30\x8f\x12\xd3\xb1\xc0\xbb\x84\xea\xf0\x4e\xdc\x5a\x11\x09\xb5\xa8\x86\x98\x2a\x87\x25\x34\x0a\x8a\x8a\xe9\x53\x54\x31\xe2\xf7\xc5\x0d\x19\xb5\xd2\x07\xce\xb5\x87\x4f\xdf\xb9\x4b\xb3\x1f\x98\x35\x6f\x32\x06\x06\xd9\x84\xb8\x19\x7d\x2a\xde\x14\x5a\x28\xa2\x25\x3d\xc6\x5c\x20\xc8\x4a\x46\xd2\x70\x79\x0a\x75\x29\x49\x7d\x4b\x2a\xa6\x45\xd4\x1a\xa2\x56\x64\x9d\xa9\x13\xaf\x9d\x67\x83\x8a\x7a\x47\x69\x5b\x16\x3b\x4a\xb7\xfc\xca\xee\xc8\x83\xab\xb3\x65\x3d\x51\xf9\x6f\x8c\x9f\x75\xc7\xda\x22\xcb\xb5\x75\xe9\x70\xf4\x35\x2b\xa0\x3b\xc9\x9c\x63\xf3\xad\xf0\xa5\x56\x58\xc7\xbf\x49\x83\x85\x3c\x9b\x34\x8a\x84\xe6\xa9\xe7\x40\xb8\x99\x73\xc5\xe2\xc9\x5e\xf3\x34\x6c\xb6\xc0\xad\x8e\xd6\x93\xfe\xa0\xfa\x42\x1d\x8a\x4e\x5c\x0e\xfa\xda\x66\x33\xf2\xe4\x7c\x3f\xed\xa7\x0b\xa7\x8c\x3c\x4b\x35\x90\x2e\x19\x6e\x9d\x48\xc5\x5c\x40\xe1\xbf\x68\x8c\x93\x84\xae\x9e\xcb\x1c\x8e\xca\xa8\xee\x11\x9b\x5b\x76\x51\x05\x1d\x89\x33\xb0\x5c\x8d\xe3\x3b\xe0\xb9\x13\x30\xed\xbb\x5d\x56\x53\x16\x4c\x3d\x3c\x30\x18\x6f\x74\xf3\x62\x9b\xa2\x36\xed\xbb\x2b\x83\xc2\x8b\x01\x1e\x82\xc8\x63\x46\x68\x91\xd0\xe3\x5b\x35\x38\x0e\x1f\xa1\xc5\x72\x0b\x6a\xb5\x45\xb0\x27\x09\xde\xb6\xf3\x22\xcf\xc3\x48\xcf\xb8\xff\x4b\x0c\x6d\x9d\x22\x83\x81\xea\xee\x3b\xe1\xe1\x13\x0a\x0a\x04\x28\xe7\x58\x30\xf5\xb8\x50\xf0\xd5\x39\xc9\xca\x12\x3d\x47\x34\x06\x9e\x85\xce\x67\xc4\x2b\x86\x68\xc6\x0f\x4c\xd6\xa3\x09\x9a\xaf\x84\x21\xbb\xc4\x9a\x8b\xe5\x95\xca\x54\x9c\x44\x25\xc4\x6c\x75\x75\x6e\xab\x65\x76\x8f\xdd\xa0\x92\x4e\xb2\x08\x5f\xf9\xb4\xd1\x78\xb7\x3f\xdc\xba\xd8\x40\x47\x19\x2c\x51\xc6\x8e\x36\xa1\x55\x26\xee\x77\x82\xfd\xa0\x50\x9a\xdf\xf9\x3e\xab\xf9\xe3\x25\xa3\xea\x47\xb2\x45\xd2\x60\x90\x3f\x31\xca\x9f\x56\x06\xa9\x4b\xc7\x43\xd4\x12\xf1\x9c\xcd\x2e\x49\x36\x1a\xa4\x42\x94\xda\x10\xad\x7b\x4d\xa9\x86\x6a\x66\xad\x24\x32\x88\x38\x04\xcd\xef\x50\x61\x51\x1b\x11\x1e\xaa\xce\x66\x8d\x41\xd6\x1f\x00\xa6\xff\x13\xa6\x43\x99\x36\xcc\xfd\x41\xa5\xbc\xa2\xbf\x93\x61\x98\x0f\x7a\x8e\x98\x71\xb1\xae\x70\xa9\xb2\x9d\x98\x17\x72\x0e\xe7\x22\x9d\xe0\x27\x8d\x51\x96\xee\xd8\x84\x7b\x58\xe8\xd4\xb0\x51\x58\x9d\x8d\x7d\x87\x8a\x75\x8c\x0c\xd3\xf9\x4a\xa7\xdc\xc0\x96\x5f\xca\xb3\x1a\xb7\xcb\xa9\x2e\x04\x0b\x53\x55\xf6\x4f\xcc\x19\x9a\x65\xf4\x1a\x6e\xe2\x15\xc5\xf3\x0c\xc1\x38\x35\xe6\xbc\xf2\xd0\xdb\x07\xb6\x5c\x32\x88\xa6\xcc\xca\xc0\xb9\x30\x8c\x8c\xa3\x6a\xa6\x64\x40\x91\x94\x65\xde\xcd\x9f\x28\x4b\x86\x70\x56\x76\x61\x36\xec\xc4\x4f\x85\x38\x6d\xba\x15\xdb\x65\xfd\xbb\xa2\x48\x09\xf1\xd2\xba\x2a\xed\xe4\x55\xea\xe3\x15\xe1\x26\xa5\x16\x65\xd6\x3c\xa0\x64\x6a\xec\x36\x44\x68\x1c\x02\x84\xae\x21\x1a\xb2\x6c\x94\xb6\xb0\x58\x9f\x2d\x90\x37\xe2\x3b\x78\xb5\x11\xad\x40\x0f\xf7\x31\x0d\x43\x0f\x6b\x9f\x21\xd7\xa4\x2f\x17\x95\xa4\x3f\x75\x51\xfa\x85\x33\x2d\x2c\x45\xbf\x20\xd6\x7e\xb5\x6c\x0a\x16\x37\x05\x48\x09\xe1\xc4\xf3\x5c\xa0\x88\xf5\x07\x65\x10\x9a\x0e\xe5\xcc\x89\x28\x7e\xc9\x28\x5b\xac\x98\x33\xba\x9a\xa8\x9d\xf9\xbb\x45\xb2\xfb\x9d\x17\x79\x38\xd7\x39\x2d\x8a\xd8\x17\x2a\xac\x2a\x9e\xcf\xcd\x4a\xfc\xbc\x79\xdc\x2b\x86\xcf\xaf\x9e\xe6\x19\x8c\xdb\xb1\xcb\x67\x1f\x2c\xa7\xa1\xaf\x1a\x29\xd2\xcb\xa9\xe1\xdd\xdd\x19\xfc\x8e\x25\x86\x09\x68\x67\xe2\x00\xb5\x64\xd3\x4b\xa3\x32\x6a\x10\x7f\x68\xd2\x48\xdb\x94\x21\x3c\xec\xfd\x17\xcc\x95\xb0\xe2\x20\xc1\x29\x63\xfe\x2c\x95\xd5\x13\x73\x73\x3d\x29\x75\xf5\xe9\x1b\x3e\x7f\x32\xe5\x50\x42\x0a\x91\x8e\x4c\x59\x09\x7f\x68\x26\x75\x1e\xe0\x6e\x4b\xa7\xf5\x04\xe7\xfe\x40\x18\x58\xd0\xa9\xa8\x25\xa3\x90\x1a\x1d\xc1\x89\x16\x93\x9a\x90\xad\xda\x50\x9f\x49\x64\xb7\xbe\x43\x1e\x46\x7b\x9c\x9b\x4b\xb2\xe4\xd9\x32\x1d\xa4\x72\x4e\xaa\x96\xa8\x3b\xad\xf5\x6a\x2d\xf1\xf4\x35\x07\x9e\xd7\x0e\xda\x12\x9d\xd5\x9c\x78\x3a\x22\x60\xbe\x15\x1b\x14\x2f\x5a\xc5\x8a\x2c\x8f\x52\x46\xa0\xfb\x8f\xa2\x0e\xbf\x47\x36\xef\x29\xfe\x6e\x24\xd2\x06\x33\x0f\x4d\xfe\xef\x76\x3e\x68\x5d\xce\x8b\x7c\x23\xef\xe6\x50\x80\x13\x02\x9b\xb8\x78\xaf\x84\x0b\x87\x59\xd1\x27\x01\xc9\x79\xc9\x8e\x89\xb2\x51\x5b\x29\x24\x24\x78\x33\x68\x61\x69\xe8\x83\xd2\x4b\x7d\x75\x9f\xd5\xd2\x08\xe7\xc0\xbc\xba\x7e\xc3\xfc\x32\x9a\xd2\xc3\x26\x07\x61\x93\xfa\xb1\xfd\x35\x1d\x07\x27\xd1\x1a\xf6\xa9\x22\xf6\x8c\xfc\xaf\x2b\xbb\x76\xdb\xac\x29\xb0\xe0\x8f\x57\xe1\xce\xec\x77\xf2\x8f\x0f\xa3\x11\xe4\xab\xe1\xd5\x2f\x67\xa2\xd8\x95\xa4\x2a\xee\x33\x33\x94\x35\x06\x48\x2f\xe0\x22\x72\x6f\xa0\x9b\x7a\x29\x1c\xab\xd7\xbf\x12\x61\x4c\x09\x97\x03\x42\xc2\x51\x1a\xc4\x90\x36\xff\xb1\x9f\x73\xb6\x68\x9b\xa1\x96\x37\x40\xdf\x79\xf9\xa0\x4d\xa1\xda\x84\xf4\x33\x08\x4c\xb6\x5e\xf4\x67\x65\x50\x08\xda\x59\xe7\x98\x01\xf4\x3a\xd8\x1b\x65\xa4\xe0\x71\x59\x75\xc1\x12\x84\x34\xad\xef\x90\x0e\xad\x25\xfd\x07\x51\x2f\x9b\x2e\x3d\x91\xec\x1e\x98\xe8\xc3\x13\xaf\xcb\xfd\xba\xc8\x1b\xe6\x0b\x8b\xa6\x5f\x0f\xbb\xb2\xbf\x52\x15\xba\x8e\xf4\x58\x7d\x83\xbb\x14\xfa\xe5\x2a\xd7\x3b\x2d\x1e\xf9\x6b\x2d\x5f\xb2\xc1\x42\x13\xcf\x09\xe1\x29\x39\x8a\xb8\x97\x52\xc9\xee\x2f\xbb\xc4\x94\x52\xf1\x5d\x2e\x88\x53\x8e\x74\xfe\x5b\xde\x68\xd5\xdb\x12\x1c\x44\x30\x51\x3c\x72\xf3\xfb\x0b\x02\xfa\xe6\x1f\x56\x4e\xc3\xb3\xd5\xb2\xff\x9b\xca\x73\x19\x8f\xbc\x4b\xd8\x2f\x13\xe2\xc1\xe5\xb0\xd0\x1c\xac\x48\xd9\x23\x8b\x87\x25\x66\x9f\xf8\x71\x0a\x4d\xd6\x42\x90\x61\x49\x69\x88\x45\x7c\x2f\xb5\x40\x4c\x54\x54\x65\x8c\x7b\x7e\x48\x33\x69\xfc\xe1\x24\xef\xd8\x48\x24\xd1\x08\x7a\x55\xd9\x0f\x2b\x4e\x53\x35\x41\x43\xa0\xaf\xf5\x8c\x31\x6a\x7c\x3b\xc0\x6a\x71\xec\x6a\x98\x28\x47\x27\x07\x6a\xa5\xde\x7f\x77\x71\x2a\xf6\x50\x41\x23\x24\xe2\x13\xbb\xec\xa9\x63\xfa\x2e\xfc\x38\xf5\x94\x12\xf9\x28\x21\x57\x95\x68\xc0\x77\xb9\x35\xdc\x5c\xb4\x06\x2c\x82\x0e\x02\xa1\x90\x87\xcf\x02\xe3\xd6\x94\xfc\xc7\x2d\x2b\xb3\xe2\xde\xd4\x0a\x43\xee\x8b\xf7\xb6\xe2\x02\xf5\x40\x1e\xe4\xd6\xbe\x4e\x9f\xf9\x5a\x59\x31\x97\xa8\x1b\x74\x7c\x8a\xde\xae\x0e\x53\x5a\x94\xb3\xc0\xbe\x3b\xcd\x57\xd5\x03\x6c\x33\xb2\xd3\x30\xbc\xbb\xb4\x89\xb2\xbd\x2d\xaf\x50\x5a\xa6\xa9\x29\x57\xe5\x45\xc6\xcf\x32\xea\xe3\x4e\x28\x61\x2f\x24\x22\xf6\x59\xfd\xbb\x23\x96\xf6\xed\xbc\xe4\x45\x7e\xe9\xe3\xfb\x0e\x04\x2f\x4e\x38\x02\xae\xcf\x27\x7d\xff\x95\xfb\x55\xf6\x8e\x15\xf6\x5b\xfa\x71\x61\xe8\x2b\x1c\x25\x11\x11\xd5\xcf\x62\x22\x4f\x14\x6c\xc5\x9d\xee\x91\x06\xc3\xed\x22\x8e\x01\xe1\x3a\x10\x11\x2b\x2c\xa8\x4e\xe2\xa5\x2a\x17\x37\xd5\xdb\xd5\x44\x7f\x8d\x62\xf6\x3f\xb6\xce\x68\x31\x62\x16\x44\xf1\x09\xed\xaa\x63\x17\xf4\xab\x59\x41\xa9\xb8\x32\xd2\xe2\xc8\x4e\xd4\xa6\xd6\x44\x76\xc6\x97\x03\xf6\xa8\x00\x9f\xba\x5a\xf3\x55\x86\x38\x7a\xa1\x07\x2b\x2f\x93\x23\x59\x39\xd1\x92\xc7\xae\xbb\x45\xf4\xfa\x3d\x34\x04\x80\x3f\x22\xb5\xbc\x47\x26\x57\xed\xf4\xc5\x8a\xcb\x5d\xce\x27\x16\x26\x01\x21\xc3\x62\x5d\xae\x9f\x58\x31\x0d\x4e\x15\x75\x0b\x97\x34\xb1\x6c\x4e\x60\x8c\x34\xf2\xde\xbb\x08\xb6\x17\x1b\x9d\xb4\xd8\xde\xe8\xa7\x43\x4c\x64\x4a\x49\xad\x49\xce\xf1\x73\xe1\x21\xfb\x01\xae\xe8\x45\x4d\x6c\x2a\x29\xe9\xd3\x5e\xfe\x41\xca\x0a\xb7\xdf\xbb\xc3\x6c\xac\xa2\x79\x86\x2a\xe5\x50\x12\x55\x54\x6a\xb6\xc6\x9d\x16\xf2\x1b\xa8\x9c\xd8\x8a\xb1\x3e\x9c\xd5\x60\x5d\xe7\x49\x13\x55\x53\x34\x0a\xb4\xb1\xd3\xef\xe5\x18\xe5\xfb\x25\x63\x3b\x99\xee\xa4\x7c\xd4\xd0\x19\x95\x29\xa8\x04\x8d\xb7\x0d\x4c\xfe\x2a\x3f\xeb\xcc\xaf\xe0\x5b\x3c\xea\x8f\xd2\x2e\xd7\x9e\x85\x93\xc7\xea\x96\xee\x8c\xd1\x15\xc6\xc0\x44\xde\x96\x3a\xab\xca\x23\x07\x1c\x3a\x6c\xc3\xbe\xc1\x27\xa9\xd3\x5c\x6a\xf3\xbc\x1e\xee\xaa\x81\xaf\x1d\x74\xfa\x19\x17\x76\x48\xa0\x3f\x5e\xbe\xba\xd2\xba\x29\x1d\x7b\x1b\x9d\xc4\x56\x46\x09\x8d\xcb\x7b\x09\x82\xe9\x13\x62\x7e\x9d\x8b\x17\x84\xba\x2a\xc1\x05\xbf\x18\xe6\x70\x03\x5d\x1f\x36\x5e\xa9\x4f\xf2\x63\x20\x56\xb5\x8a\x5a\x68\xbc\x16\x41\x12\x35\xf0\x2e\x73\xd1\x43\x5e\xd3\xe8\x03\xd9\x87\x7a\x33\xc1\xb2\xf6\x78\xcd\x5c\x43\x62\x52\x2b\x0a\xa9\x7e\xa1\xaf\x11\xe2\x89\x5d\xce\x91\x3f\x77\xa5\x98\xf7\x83\x5e\x5a\x65\x77\x10\x8e\x68\x5d\xb8\x66\xc1\x2a\x6d\x26\x10\xef\xd7\x9a\xd2\xa9\xde\x19\x80\x00\xe2\xe5\x52\x05\xa9\xe4\x26\xa7\x08\x54\x29\xdb\xe9\x04\xc2\xeb\x88\x9e\xce\x8a\x57\xa9\x72\x95\x55\x6e\x85\xec\xba\xe1\x2e\x25\xce\xf1\x96\x16\x95\x76\xd9\xb3\x65\xe2\x35\x0d\xa3\x42\xbd\x19\x24\xf7\x7d\x38\xbe\x2d\xcd\x18\x3f\xdb\x24\x3e\x9c\x26\xd5\x35\x1d\x31\x4e\xa8\xaa\xc3\x9b\xdf\x09\x20\x37\x2c\x84\x19\x77\x8e\x6a\xc6\xde\xbb\x32\x94\x45\x0d\x33\xf5\xc8\xc0\x0d\x51\x5c\xc9\x47\x50\x7e\x4e\x12\x97\x79\xe9\x09\xa3\x3d\x86\xe3\x9e\x04\x88\xa0\x9d\x45\x35\x82\xc8\x0c\x28\xb3\xb3\x91\xf7\x3a\xad\x3e\x20\xe9\x8a\x24\x71\xa2\x42\xfe\x02\x25\xff\xcf\x7f\xf4\xcb\xd1\xf6\xc2\xd1\xb4\x25\x63\xc1\x30\xa6\x65\xe0\x65\x5d\xc9\xd0\xe2\xf1\xe1\xe8\x1b\x69\xa7\x65\xd6\x3e\xef\x61\x50\x47\xea\xb4\xda\x45\x35\x08\x9d\x52\xe1\xc0\xa5\xb9\x68\x4a\xcf\xc2\xc5\x24\xc5\xbd\x2d\x1b\xf5\x8a\xd7\x3e\x5d\x69\x5e\x15\xd5\xfd\xbd\x27\x0c\x36\x5e\x11\x40\x2a\xeb\x41\x06\x0b\x58\xad\xfc\x72\x56\x44\xd4\xf2\xa2\x51\x06\x5c\x63\x9e\xe5\x14\x95\x2c\x35\x7c\x30\xd4\xc2\x5e\x3c\x41\x65\xab\x76\x54\x62\xb3\xa2\x63\xd6\x9a\xab\x96\x5e\x32\xb2\xe1\xbd\x2d\x62\x00\x17\x6d\xce\x43\x87\x49\x8d\x36\x08\x5d\xb9\xea\xd9\x33\xf0\xe9\x0c\x5c\x3c\xdf\x00\xaf\xde\x85\x8b\x0a\x0f\xe4\x3b\xce\x8b\xb1\xce\xfe\xdc\x2b\x9f\xd5\x56\x3e\x6a\x6d\xb5\xe5\x8c\xaa\xd9\x88\xcc\x30\x0f\x71\x21\x58\x65\xe1\x18\xc7\x45\x96\xa1\x9e\x70\x82\xde\xac\x66\x06\x9d\xe7\x85\x87\x45\x2f\xd9\x70\xd8\xb8\x29\x43\x8d\x5f\x31\xe3\x29\x19\x8e\xd5\x0d\x6a\x09\xc3\x0c\xb3\xa3\xa7\xdd\x6e\xab\x28\xb6\x29\xfc\x42\x70\xa2\x2e\x2a\x21\x87\x98\xfc\xf5\x3f\x9a\xa6\xe1\x0b\x80\x96\x0c\xab\xfa\x41\x86\xc1\x01\xc5\x5f\x8f\xa0\x84\xc4\xdc\x95\xb9\x41\x45\xe3\x4b\x84\xf7\x88\x1f\x52\x91\x20\x2e\x78\x0b\x33\xa5\xa1\x86\x02\x4e\xff\xf9\x85\x0b\x0b\x62\xb7\x22\x06\xcb\xa7\xfe\xc2\x39\x21\x8b\xcb\xdb\x65\x0b\x6c\x69\x77\xff\x69\xcd\x71\xa8\xb8\x2d\x75\x26\x8a\xab\xf3\x70\x21\xfc\x4a\x1c\xcd\x0d\x17\x88\xbf\x34\x2d\x9a\x39\x34\xb8\x13\x70\x9b\x20\xca\x8e\xd6\x23\x3f\x7d\xb6\xa7\x53\xe6\xe4\x72\xac\xcc\xc1\x6c\xfb\xe6\xff\x0f\x45\xc5\x00\x31\xc0\x53\x14\x70\x85\xfa\x1d\xd4\x9c\xa9\xde\x9d\x36\x12\x47\x76\xb1\x10\xe2\x10\x0f\xd5\xdd\x83\xc7\x02\xfb\x8f\x6b\x98\xe5\x3d\x28\x62\xe2\x23\x22\x90\x7a\x48\xce\x67\x3e\xad\xac\x64\xf7\xb7\xd6\xf2\x5a\x84\xa0\x61\x8a\xec\x55\x51\x44\xb0\x64\x31\xab\x23\xa0\x15\xe7\xab\x20\x9e\x6b\x8b\x37\x4b\x27\xa6\xc5\x0f\x70\x48\x19\x9a\x9b\x1b\xe5\x3b\x68\x27\xba\x86\x6a\xf3\xbb\x5c\x79\x0a\xfe\x44\x2d\x1e\x9a\x67\xc3\x54\x56\x78\x85\xd7\xd8\x2e\xad\x85\x9a\xf6\x78\x08\x91\x18\xad\xad\xfe\xb0\x3f\x1e\xe5\xbd\x8c\x12\x4f\x50\x81\x5b\xe0\xe4\xdf\x90\x0f\x45\xa4\xd7\x8e\x11\xf3\x87\x57\x5b\x63\xaa\x44\xe3\x3a\xee\xd7\xf8\x1a\x09\x81\x01\xb8\x3d\x06\xc5\x8a\x77\x0f\x28\x1a\xca\x98\xe0\x0a\xd3\x26\x67\x31\x2b\x2b\x7a\x1d\x09\xb3\xe9\x2a\x18\x6e\x24\x1e\xa3\xbf\x31\x4a\xa9\x72\xc6\x7d\xdd\x2f\xbe\x30\xdd\x7f\xd0\xc7\x1c\xf1\xad\xae\x79\x1f\xe3\x41\x0b\x4e\xbc\xf0\xc2\x83\x89\xd8\xab\xb4\x01\x25\x45\x98\x57\x96\x20\xdb\x90\x31\xee\x79\x6b\x46\x51\x29\x7e\x18\xdc\x7f\x73\x98\xd9\xbe\x5f\x73\xe8\xc3\x43\x44\xb0\x7b\xcb\x46\x90\x4b\xda\xce\xd2\xc1\xe9\xaf\xe8\x90\x12\x19\xa8\xf1\x70\x9c\xc8\xc9\x8a\xda\x90\x73\x86\x4a\x0d\xe4\x63\xcf\xb0\x5f\xbb\x4a\x3d\x6a\xde\xe9\x66\xcc\xe4\xd6\xc4\xc4\x7d\xbf\xe1\x31\x64\x6f\xbd\xfc\x82\xb6\x16\x42\x93\x7a\x31\xe5\x7e\xcd\x10\xec\x11\xda\x89\x5f\xc6\x77\xdc\x7d\x7f\xe3\x1f\xb3\xf6\xa8\x70\xc6\x61\xae\x00\x7a\xea\xd1\x36\xfa\xfd\x51\x31\x1a\x9a\x21\x8b\x11\x25\x46\xc0\x4b\x8f\x54\x0e\x10\xab\x09\xa9\x3f\xa4\xfa\xbc\x78\xb6\xda\x28\x5e\x4f\xf9\x61\x06\xac\x7f\x57\xa8\x45\xb5\xe9\x7f\xc8\x16\xc0\x0e\x15\x3c\x87\x86\xed\x62\x60\x44\x1c\xb3\xd2\x71\x7b\x34\x36\x54\x69\xb5\x85\xe2\xda\x0e\x51\x79\x73\x2d\xf9\xd9\x79\x33\xc4\xa2\x21\xeb\x21\x74\xf9\x58\xed\xb4\xbd\x9d\x7d\xcf\xf5\xbd\x06\x63\x2c\x1c\xf4\x34\x2b\x0c\x47\x1b\x0c\xfb\x9b\x79\x17\xa8\xd5\xc6\xb8\x7d\x29\x1b\x41\x6e\xfb\xed\x16\x06\xed\xa8\x71\xff\x15\xa8\xcd\xb9\x39\x85\xf0\x80\xf8\xf6\x91\x56\xf3\x33\xc4\x72\x9e\x37\x42\x6c\xc0\x3f\x04\xe5\x69\x3d\x08\x33\xec\xea\x4e\x36\x4a\x31\x1a\xaf\x66\xfd\x64\x56\xc0\x74\x45\xa5\x4e\x80\x22\xfc\x32\xd2\x95\x90\xb9\xd5\x22\xf7\x68\x1b\x12\x79\x92\xde\x8e\xd1\x27\x08\xe0\x8b\x50\x8e\x6f\x67\xf6\x74\x9b\x20\xc6\xec\xae\x8a\x74\x7b\xd9\xfb\xcc\x92\xb7\xaf\xb6\x31\xfe\x89\x74\x97\x2c\x54\x4c\xc8\x73\x5a\x0a\x77\x1e\x92\x36\x79\xa5\x5d\xa1\x4e\xd4\x8c\x4c\xc4\x9b\x02\xe8\x3e\xa6\xe8\x9c\xeb\x2a\x8b\x64\x49\x05\xb2\x58\x23\xfd\x50\x38\xff\xf8\x98\x44\x2f\xed\xa0\x9f\x0b\xb7\x49\xf1\x71\x58\x87\x98\x59\x84\x37\x5e\x8b\x75\x1b\xa4\x88\x0e\x75\x3f\x2e\xa1\x30\xb1\x91\x34\xb0\x25\xaf\xb7\x6c\x84\x3b\x7b\x0a\x5e\x73\x9e\x77\xa9\x04\xd4\x4d\x09\xd5\x5b\xe9\x70\x78\x0b\xec\xb4\xed\x87\xd0\xa9\x83\x40\xb5\x9b\x1e\x81\xd4\xed\x94\x1d\x72\x27\xed\x41\xe9\x33\xf3\x92\x21\x06\x65\x99\xa2\x7e\x41\x30\x95\x01\x08\x1a\x16\x1c\xbc\xad\x67\x5f\xb4\x58\x1f\xba\x01\x78\x1a\x17\xe9\xea\x62\xaa\xf8\x17\xd1\x6e\x74\x74\x32\x0d\xf5\xce\xa4\xd9\xb2\xda\x63\xd4\x4c\xf1\xcb\x55\x2b\x01\x35\x21\x2f\xf5\x8e\xae\xcf\x0b\x3c\x0e\x7d\xc4\x04\x30\xc3\x6c\x0b\x8c\x2f\x94\x47\x1e\x8a\x89\x56\x53\xd5\xd5\x9c\xd2\x9d\xa8\xb9\x00\xc5\x2c\xe2\x6b\x1f\xa9\x75\x7f\xa4\x16\x45\xe1\x77\x3a\x90\x9c\x82\xfc\xac\xe2\xc6\x01\x20\xdb\x2d\x57\x28\x24\xdb\xe4\xc1\x97\xc5\x23\xf2\x09\xa3\x42\x8d\xe3\x96\x3f\xf7\xd5\xac\xa0\x77\xb9\x49\x36\x62\xec\xfd\x6b\x02\x5b\x6f\x0b\x80\x8f\x0c\x80\xfd\xa9\xa4\xb8\x50\x17\x16\xa9\x86\xef\xf6\xb7\x72\x51\x53\xfe\x09\xdf\xd6\x14\x64\x37\x8e\x25\x9c\x54\xad\x36\x76\xf4\x41\x5a\x14\x57\xfa\xc3\x8e\x0a\xef\x62\x7b\xaf\xf8\x4e\x72\x90\x0a\xc8\x19\x6b\x5e\xf2\x34\x67\x19\xe6\xbb\x43\x1f\xd8\x48\x80\xa1\x9c\x17\xcb\x80\x44\x4a\x54\x6d\xdf\xfb\x8e\x12\x88\x3b\x1f\xdd\xcd\x4c\x72\x68\x8a\x52\x2d\xd4\xf3\x56\xd4\x6a\xee\x62\xdc\x4b\xfa\xbc\xe2\x11\xbd\x60\x0a\x1e\x61\x27\x7d\x9f\x14\x66\x08\xd5\x68\xfb\xfa\x9a\x72\x85\xe0\x13\x51\xb9\xd6\x8e\xf1\xea\x31\xe7\x76\x69\xeb\x58\xd6\x87\xe7\x2a\x48\xf2\x52\xd7\xd5\xa9\xf1\x6a\x96\x43\x06\xed\xe7\xca\x6f\x6d\xdd\x04\xe7\x21\x73\xee\x45\x15\x45\x1a\x0f\xae\x73\xe9\xc3\x11\xc3\x5c\xe3\xa3\xc0\x55\x3f\x42\x4d\xf8\xc3\x70\x33\x5e\x92\x39\x57\x2d\x85\x1d\x37\x9f\xe7\x85\xe6\x45\x4b\x21\x1e\xb2\xb7\x2f\x7a\x6c\x35\xea\xd5\x89\x40\xe7\xb0\xbf\x9d\x6f\x98\xcb\x44\x00\x07\x61\xe6\x43\x66\xf1\x74\x8d\xd1\x83\xc5\x30\x23\x49\xdf\xf6\x51\x08\x39\x51\x2b\x25\xdc\xf7\xad\x73\x6d\x59\x38\xce\x29\x8b\x7e\xc8\xfb\x84\x08\x0b\xc8\x63\xd7\xa2\xbc\x3a\x75\x59\x84\xb5\x8f\x99\x4c\xa0\x11\x0f\x4e\x8d\xf1\x75\xd1\x0c\x38\xde\x6c\xf9\xce\xa0\x3f\x84\x43\x43\xcc\x71\xba\x19\xf1\xd7\xa7\x48\x44\x2b\xb5\x71\x8f\x02\x1c\x54\xa7\xa5\x88\xbe\xf7\x88\x2b\xd7\xd3\x55\x1f\x3e\x0f\xb8\xd8\xa1\x5f\x8a\x1f\x3a\xa5\x3c\x86\x44\x69\x87\x4e\x26\x46\xa3\xbc\xdb\x85\x44\xf1\xec\x04\x80\x99\xd4\xa8\x2e\x3c\x46\x00\xfa\x89\x63\xf6\xad\xce\x0d\x01\xc8\xe1\x3d\x2b\x21\x52\x36\x69\x81\x03\x60\x18\x28\xb1\x28\x0a\x53\xb5\xbe\x02\xa1\x5b\x00\xa6\x06\xd6\x29\xd1\x74\xe8\x00\x5d\x17\x27\x08\x08\x0a\xe9\x20\xf7\xd6\xf4\xf6\x06\x85\xa7\x30\x52\x6e\x85\x17\xe8\x6d\x6e\x49\x2e\xeb\xfa\x9d\xf2\x9d\xc5\xdd\x02\x21\x97\xe0\x91\xe0\x8c\x99\x8e\x93\x2a\xa9\x56\x03\x25\x3d\x00\x17\x6a\x26\x3a\x1c\xb0\x1d\xd4\xc0\x58\x14\x3e\xd1\xd4\x30\xe2\x85\x90\x7e\x5b\xbf\xf9\x65\xb5\xab\xcd\x19\x52\x4e\x72\x9f\xd9\xfb\x36\xe4\xef\x30\xac\xd9\x79\x8d\x22\x4f\x87\x7d\x35\x5f\x86\x3f\x44\x63\x05\xf1\xcb\x82\x50\x41\xf2\xd5\x40\x26\xec\xb4\x6c\x67\x0d\x61\x39\xe6\x21\x6b\xfc\xe3\xe9\xa3\x5e\x3c\xfd\xb2\xc0\xb7\x9f\x1a\x5c\x49\x47\x46\x6e\x2c\x9c\x1c\x63\x04\x1e\xfe\x64\x04\x7a\xd8\xdd\xbd\xaa\x9d\x5e\x16\x43\x55\x18\xd7\x5d\xe9\x3c\xd8\x3a\xf0\x37\xcc\xe5\x9c\x96\xe3\x26\xde\xea\x24\xc6\x5d\x31\xdf\x4d\x83\xf7\x20\x1a\x3f\xee\xa0\x4f\x1c\x77\x60\x1c\x97\x6e\xea\x78\xe8\x17\x95\xa8\x8c\x7f\xc9\x7a\x20\x21\x77\x74\x41\x3a\x52\x1d\xd2\xe7\x05\xe1\xa9\x6a\xdf\x5e\xfe\xb3\x45\x0c\xa3\xea\xe3\xa5\xa7\x5c\xde\xa7\xc8\xda\xe3\x61\x3e\xba\x0a\xc8\x7a\xd4\x6f\xf7\xbb\xc2\x95\xa1\xcd\x1e\xde\xab\x84\x38\xcd\x4a\xa9\x7e\x27\x35\xba\x68\x84\x6a\x5a\x33\xfa\x7d\xbb\x0f\x81\xd7\xff\x4a\xad\xf9\x37\xa0\x4e\x24\xc9\x5d\xb3\xbf\xa1\xf5\xb9\xd3\xb3\xa0\x45\xd6\x66\xbc\x8a\xd7\xdf\xd6\x6d\x84\x63\x8d\xb5\x2c\xa9\x1a\x30\xd2\xbb\x58\x1f\x17\xa8\x4a\xf8\x4b\xd4\x29\x2f\x25\xba\xf8\x83\x1d\xc2\xaf\x6f\x25\x69\xaa\xe1\x5f\x95\xb3\xa0\xba\x56\x10\x90\xb3\xdf\x4c\xe2\x1a\xc5\x03\x21\x26\xb7\xc9\xa3\x03\xc2\x88\x25\xbb\xd3\xb4\x3c\x62\x29\x46\xdb\x98\xb1\xbe\x67\x3d\x39\x6b\x0a\x14\x81\x38\xba\x81\xc9\x03\x3e\x25\xf5\xb0\x57\x90\xca\x66\x40\xae\xcb\x52\xaa\x46\x31\x17\xf0\xfa\xdb\xcb\x5a\xa6\xa3\xd1\x30\xdf\x18\x8f\x32\x95\x08\xf5\x77\xec\xb2\xfa\x10\xcd\x6c\xf2\x7b\x6d\x07\xdf\x95\x70\x75\x99\xa3\x2e\x9c\xb8\x9c\x2e\x4c\xc4\x6a\x03\x8c\xa3\xb2\x62\xb3\xb2\xcc\xe0\xf5\xdc\xd0\x9b\x33\x9c\x5d\xd8\xbc\x18\xf3\x29\xfc\x0b\xe1\x7e\xa4\x58\x2b\xf5\x34\x6f\xc6\x3c\xb5\xbf\xe0\xed\x1f\xda\x20\xcd\x13\xab\xce\xc4\xbd\x4f\x56\x18\xa9\x00\x65\x33\xc0\x3a\xc9\x3b\x54\x31\x48\x89\x29\x13\xaf\x3b\x79\xf7\x58\x88\x4d\x7e\x6c\x3a\xba\x67\x66\xb8\xb5\x11\x5c\xcb\xbf\x10\x63\x36\xc7\x04\x5b\x4b\x40\x02\x1d\x6e\xa3\x1d\x17\xb1\xc8\xd4\x79\x07\x58\xf1\x56\x91\xae\xff\xac\x48\x7e\xd4\x49\xce\xff\x48\x90\xd2\xce\x68\xd0\x22\xef\x96\xe5\xc8\x2f\x39\xff\xb3\x0b\xef\xa8\x8e\x84\x77\xa0\xc2\x82\x59\x67\xf8\x11\x11\x10\xfc\x76\x4e\x58\x5d\xd9\x07\xd7\x1d\x21\x6c\x56\x70\x12\xa9\xb9\x0b\xf4\x66\x4f\x8f\x3d\xc1\x72\x86\x7a\x47\x7b\xae\x24\x4f\x7b\xa0\x7d\x42\xb1\x88\x5a\xc8\x54\x1e\xe0\x6a\x42\xc2\x2f\x73\x3f\xd3\xbd\x6b\x20\x8a\x7c\xe2\xb1\x4e\x38\x73\xb4\xf8\xd8\xda\x1c\x62\xa2\x39\x25\xe9\xe8\x2e\x2d\xc8\x1c\xe3\xb3\x6b\xcf\x36\x3d\xe2\xd5\x1a\x75\x8b\x90\x7e\xa1\x10\x0d\xee\xcb\xbf\x9e\xfb\x55\x04\x2e\xbc\x75\x5e\x8e\xf9\x52\x3e\x80\xae\x2d\x48\xfa\xb9\x69\xeb\x1b\xd8\x94\x17\x4a\x02\x60\x2b\x21\xb8\x35\xb8\xfe\x03\xf0\xf8\xcf\x86\x97\xf3\xb6\xff\x1c\xe7\xb6\xba\x88\x59\xfd\x3b\x3f\xfa\x99\xbf\x56\xf3\x47\xdf\xea\x99\x22\x65\x60\x6b\x02\x41\x09\xd3\x46\x90\xc3\xfc\x8e\x90\xf6\x7c\xc0\x25\x71\x28\xf3\x89\x5c\x3b\xe9\x80\x9c\x8a\x61\xaa\xe9\x90\xaa\x4a\x4f\xbc\xf3\x89\x30\xfb\x2b\x50\xf1\x50\x8c\xae\xef\x43\x3a\x9e\xb8\x1c\x6d\x39\x9c\x9a\x7c\x8a\xbc\xa6\xc5\x4f\x6b\x99\x4a\xac\xe9\xb1\x33\x0b\xe3\xe0\x57\x3d\x85\xd8\x74\x9a\x12\x83\xad\x5a\x4f\x1a\x93\x2e\xab\x77\xb0\xfc\xd8\x97\xd4\xff\x5b\xf1\xc4\xbc\xc1\x5a\xc4\xc4\xd5\x84\x5b\x9f\x12\x2c\xf4\x90\x41\xd5\xaa\x15\x2f\xb3\x26\x2a\x48\x62\x82\x6e\xf2\x6b\x64\xb7\x35\x4e\xe6\xb4\x3c\x85\x0f\xbf\x7a\x14\x3f\x73\x49\x55\xca\x90\xeb\xbd\x72\xe1\x44\xf6\xd0\x01\x41\x15\x7b\x25\x17\x13\x34\xa7\x7c\x48\xc4\xef\xda\x02\xb3\x6c\x25\x96\x68\x41\x65\x69\xf8\xb8\x56\x29\x6f\x29\xf2\xf4\x3c\xac\xfa\x7b\x60\xa5\x4d\xbb\x94\xb8\xcf\x2d\xd2\x50\x57\x62\x16\x13\x8e\x21\x9d\xb2\x8e\xb3\x1c\x07\xaa\x0a\xa4\x37\xf5\x45\x06\x89\x32\x57\xba\xbf\xc5\xc9\x32\xc9\x17\x5f\x7c\x37\xc4\x33\x1f\xc4\xcd\x8a\xaf\x0e\x21\x53\xed\xa5\xc1\x9d\xd3\xc1\xc0\xe7\x80\x88\x4b\x55\x19\x34\xac\xd3\x3f\xb6\xbd\x4c\xa8\x16\xbc\x41\xae\x97\xd3\x15\x3a\xd8\x14\xf8\x0b\xda\x55\xe5\x09\xfe\xd0\xdf\xdc\xec\xe6\x3d\xc3\x3a\x61\xfa\x3d\x8e\x48\x20\x16\x5c\xe7\x31\xc3\x9c\x6c\x76\xb0\xbc\x40\xf2\x00\x9e\x25\xe8\x65\xb1\x45\xc6\x87\x90\xa6\xe9\x4c\x79\x94\x33\x12\x94\xa3\x1f\xc3\x0d\xe3\xd5\x3e\x51\xbc\x0b\x0f\x3d\x1c\x23\xb0\x0f\x3d\x5f\xdd\x05\x75\x75\x75\x3f\xda\xc2\x9f\x65\xb5\x55\xd7\x39\x75\x1e\x28\xfc\x0f\xfb\x7d\x08\x74\x00\x8e\xe8\xbe\xe7\x97\x45\x69\x94\x4e\x6a\x04\x7e\x37\x0a\x86\x14\xb4\x31\x2f\xa5\x1e\xcc\x05\x3e\xdc\x72\xe9\xe7\xd4\xf8\xce\xb3\x48\x06\x32\x47\x58\x19\xe5\x7e\x8d\xab\x18\x68\x6b\x8f\x50\x8f\x4c\x9a\x11\x59\x4b\x7b\x98\x0f\xc2\xaa\x0c\x58\xd4\xf7\x84\x1c\xea\xf5\xe6\x0d\x8c\x15\x8c\xf6\xdc\x69\x7b\x09\xfa\xb8\x32\x87\xca\xe4\xb5\x44\x18\x88\xdb\x45\xc8\xeb\x91\x27\x4c\x8c\x38\xfc\xfe\x55\xf7\xaa\x8a\xed\xa5\x4f\xea\xfc\xf9\x37\x75\xf3\x5a\x05\x80\x6a\x03\x9a\x91\x51\x6b\x63\x6c\xb8\x67\x83\x39\xe9\xe9\x2a\x70\x72\xdc\xd2\xae\xa5\xa6\xc2\x8a\x1e\x78\x4f\x58\x0f\x5a\xfb\x7e\xe0\xa3\x2f\x80\xab\x0f\x5d\x8c\x8e\x92\xef\xec\x7a\x74\x44\xb1\x6a\xce\x60\x41\xf6\xec\x4a\x67\x05\x0a\x5f\x10\x3c\x82\x09\x83\x14\x83\x0c\x4e\xba\x39\xa4\x0b\xc6\xfa\x51\x01\xf4\x1c\xba\x22\x55\x74\xb5\x58\xba\x9b\x4f\x6f\x7e\x33\x18\x62\x0b\x96\x1b\x0e\x60\x20\x03\xa1\xc0\x09\x1b\x6a\x08\xc4\xdc\xcf\x3d\x6b\xfa\x9f\xa3\xfe\xcf\x3e\xaf\xc7\x34\x82\x4c\xbe\x33\xde\xa1\x1c\xd4\xf9\x07\x59\xab\xbd\x9d\xb5\x2f\x41\x40\xd2\xd4\x2a\x0d\xbc\x9c\x89\x36\xfd\xab\x4e\xe9\x1c\xd0\xbc\xe9\xa2\x19\x8a\xf8\xe0\xfb\xde\xe0\xc4\x42\xf2\xf0\x16\x22\x3b\x1b\x4b\x01\x92\x62\x86\x28\xce\xcd\xc6\x0c\xa9\xfe\x5a\x69\xe5\x7e\xf5\xd5\x36\xee\x77\xad\xf4\x72\xbf\xd2\x93\xac\x31\x34\xa8\x76\x45\xd1\xad\x20\xbd\xf3\xe7\xdf\x8a\xb4\x10\xf9\xe9\xb9\x79\x24\x45\xfc\x5f\xff\x63\x60\x96\xb7\x35\xcc\x8a\xbf\x1e\x3d\xaf\x3a\x7b\x70\x10\xfc\x6e\x07\xe4\x31\xce\x9c\xff\xef\x6f\xe5\xa3\xec\x87\x67\x20\xfc\xf2\xcc\x85\xfc\xf5\x1f\x9f\x79\xde\x23\x9f\x39\xa6\x78\xa5\xb3\x7d\x60\xb3\x6a\x5d\x2f\x55\xdc\x71\xe4\xb8\x1d\xc6\x62\x5b\x77\x06\x22\xbe\x2b\xdf\xff\x0d\xe2\xe7\x87\x9a\x93\xa1\x2a\x50\x95\xa2\xe1\x52\x03\x67\xfe\xdb\x8a\x76\x60\x26\x0f\x10\x93\x71\x54\x88\x9c\x15\x7f\x34\x89\x53\x51\x96\x55\x19\x47\xb6\x0d\x09\xa4\xa9\x3b\x07\xa1\x6c\x8c\x47\x23\x30\x7e\x86\xc9\xab\x4b\x2a\xa3\xf8\x14\x85\xb6\x1a\x0b\xbc\x3d\x89\x5f\x8d\xf3\xa1\x91\x0a\xf2\xad\x1e\x70\x86\x94\xfc\x54\x1b\x04\xe6\x2e\xb1\x33\x25\x5c\x28\x7d\x07\xe5\x49\x14\x55\xbb\xb3\xc6\x13\x16\x9f\x82\xfb\x7c\x2c\x24\xe3\xd4\xc6\x19\x06\x67\x16\x3e\xf6\xea\xc9\x55\x44\x55\xa4\x13\xce\x14\xb2\x0a\x56\x90\x59\x59\x58\x6d\xa7\x83\x51\x7b\x3b\x8d\x88\xa9\x87\x88\xfb\x15\xb2\xe3\xc2\x27\x90\x72\xb8\xd5\xa5\x08\x11\xe5\x8f\xfb\x18\x4f\xe5\x44\xbc\xb2\xf7\x94\x02\xd0\xc9\x85\x95\x6b\x29\xb2\x91\x53\x8c\xae\x3e\x32\x78\xc7\xf0\xad\x4d\xb4\xb6\xf4\xae\x7d\x3d\x52\x89\xab\x2e\x2e\x74\xb2\x28\x21\xd3\xa3\x78\x38\xd7\xdd\x6a\x2a\x25\xbb\x95\x5f\x8d\xb3\xb1\x59\x7c\xd6\xdb\x82\xe7\xff\x19\xcb\x15\x13\xaf\xa0\xa0\x6b\xcd\x85\x48\xd0\x01\xc8\xb0\x83\x62\x6e\x70\xde\x47\x65\x50\xe4\xcf\xbe\x8e\x55\x34\x1a\x17\xde\x3a\x5f\x91\x77\x1a\x1a\x50\x15\x57\x1e\x11\x8f\xf9\x51\xcf\x6f\x07\x5d\x96\xb1\x11\xdc\x4c\xc0\xd9\xe0\xba\x7e\x0c\x88\xdf\xfc\xc9\x5b\x3f\x0f\xba\x44\x10\x3a\x7f\x21\x12\xf0\xa0\xca\x5e\xf0\xf7\x95\x90\x3e\x3a\xfe\x20\x95\x27\x55\x67\xd5\xe5\x27\x20\xf6\x88\xf5\x50\xbd\x0d\x48\x41\x86\xb1\x23\xb4\x36\x61\xf2\x0e\x39\xed\x5a\xd9\x67\x46\xa6\xcc\xd9\xe9\x06\x37\x74\xe4\xac\xa1\x20\x2f\x25\x67\x2f\x57\xe7\x29\x30\xc7\xf3\x37\x8b\xba\xdb\x7c\xd7\xde\xc4\x6c\xc0\xe1\xc1\x9b\xf6\xf2\x29\xb2\x6e\x19\xb5\xc6\xa8\x3a\xbf\x4b\xed\xdd\x4b\x33\x72\xf4\x5c\x00\x55\x87\x28\x2d\x4e\xfc\xf6\x69\xc7\xa0\x1f\xb8\xc1\xdf\xe1\x21\x3e\xc5\xa3\x02\x6c\x65\x04\xdf\x4a\x63\xf4\x4e\xbf\x0c\xde\x04\x9f\x93\x51\x1c\x61\x02\x65\x55\x6a\x1f\x94\x13\xad\x2c\x8d\x69\xc8\x5e\x55\xe4\x92\xf9\x1c\xc4\x50\xca\x86\x95\x64\xd7\xeb\xe8\x79\x33\x0d\xfb\x1a\xb6\xfd\x72\xce\x09\xd7\x65\x5d\x07\xf4\xc8\xa3\xfd\xa4\xfd\x72\x66\xea\x69\x38\x9e\x3a\x29\x83\xf3\xf2\x40\x59\x69\xe5\xa6\x84\xbe\x06\x14\x00\x50\x30\x7d\xa8\x12\x01\x46\x2b\xe2\xdb\x03\x24\x87\x9a\x16\x32\xc8\x56\xdb\xde\x8b\x78\x64\x06\x97\x33\x0f\x42\x32\x16\x38\x47\x06\x27\xd8\xcd\x37\xb3\x56\x25\xf0\xc3\x91\x83\xd8\x29\x6e\x8f\x46\x83\x82\xeb\xc5\x7d\xa3\xb8\xb6\x37\x2f\x5c\x78\xe7\x7c\x70\x4a\x4b\xc7\xaf\x9c\x9c\xbd\xab\x1c\xdd\x99\x17\x51\x17\x0a\x70\x26\x85\x4e\x45\xb1\x20\xfd\x99\xc7\xf3\x98\xbb\x68\xd7\xf2\x20\xe4\x16\xb6\x86\x94\xed\x32\x86\x62\xdf\xe0\x6f\xc1\x4d\x6f\x66\x1d\x08\xec\xcd\x3a\x2d\xe9\x5a\x21\xfa\x41\xe5\x51\x95\x40\xd3\x90\x03\x7b\xe7\xf9\x68\x29\x90\xbe\xf1\xd3\x0b\xba\xb9\xac\x1a\x8b\x91\x6c\xe7\x5b\xdb\x5d\xf3\xff\xa3\x38\x8f\x83\xac\xe8\x75\xd2\x71\x13\x6f\x77\xbd\xa4\x52\x59\xec\xe5\x86\x54\x1f\xab\x94\xa8\x19\xc0\x3d\x0d\x47\x07\xc5\x0c\x4a\x33\x31\x9f\xb8\xfd\x98\x47\x9c\xf8\x9e\xa3\x04\x8f\x35\x55\x9e\x43\xda\x2d\xf7\xff\x7c\xed\x3c\x50\x27\x6b\x68\xf8\x22\xf4\x99\x38\xe5\x8c\xd8\x6e\x57\xb4\x07\x32\xef\xae\x5a\x4b\xb9\x1f\x9f\x99\x2b\x7a\x9c\x6a\x3e\x18\xfe\x9c\x8e\x32\x37\x73\x89\x13\xbc\xe5\xab\xfd\xf9\xcc\xd3\x4e\x87\x90\xfe\xea\x77\xe0\xeb\x02\x6e\x36\xa4\x0d\x34\xcf\xf8\x8d\xd7\xbc\x85\xe5\x5b\x43\x89\xf6\x41\x6e\xe6\x1b\x9c\xe6\xf8\x1c\xe9\x10\x89\x41\x7d\x54\xe5\xca\xa9\xef\x70\xd8\x57\x8c\x90\x7a\x88\x5f\xe3\x53\xdc\xb3\x76\x9d\x6a\xe9\x39\xf8\xf1\x8f\x2e\xcd\x80\xc3\x20\x08\xa1\xdd\x7e\x2f\x5b\x75\x60\x2f\x78\x1e\x52\x58\x07\x89\x8e\xfc\xe7\x0b\xc3\x63\x15\xc4\xef\x36\x7a\xc5\x38\xea\x8f\xcc\x8e\xe1\xa7\x1f\xd7\x05\xd1\x9a\x3f\xbe\xd4\x2e\xe3\x4a\x61\xb6\x94\xba\x78\xea\x47\xdd\xb3\xa2\x29\xd4\x2d\xc3\x93\x92\x24\x2a\xcd\xf6\xb0\xdf\xf3\xdc\x69\x12\xf8\xc5\x7e\xd6\xac\x9f\xfc\x56\x18\x7a\xdd\x19\x53\x7a\xcd\xc9\xfc\x7a\xe9\x67\xfc\xb6\x3d\xb3\xf7\xe1\x80\x12\xf1\xc4\xf7\x53\xe3\x18\x70\xb6\x2d\xb1\xda\x45\x7f\x5c\xd8\x72\x17\x10\x19\x61\x63\xfd\x82\xc6\xd9\xfb\x59\x7b\xec\x42\xd7\x62\xbe\xf9\x55\x15\x29\xe4\x15\xb5\x93\xf5\x49\x95\x2e\xba\xb3\xdf\x68\x9b\x2d\xc9\x9a\x1f\x11\xdd\x32\x28\x55\x7a\xc5\x93\x9b\xdb\x03\x01\xe5\x1c\xa5\xa3\xe1\x37\x28\x15\x63\xe8\x92\x62\x6b\xf7\x60\x27\xa6\xd3\x95\xc4\x38\x92\x2d\x86\xfe\x44\xed\x9b\x9f\x2b\x67\x12\x77\x7c\x3f\xb0\x03\x60\x91\xa4\x4e\x36\x02\x96\x35\x5a\x01\xc6\x5a\x57\x6a\x04\x61\x19\x08\x24\x4c\x4c\x6d\xf3\x59\xa9\xf2\xa4\xa8\x06\x45\xd6\xcd\xda\x98\x31\x9c\x2b\xb0\x90\x72\x4d\xf4\x92\x9f\xda\x86\xe6\x3c\x55\xd3\x6f\xfd\x86\x7e\x5c\x0c\x95\xad\x4d\x6c\x1e\xe0\x99\x1d\x24\xef\x91\xc6\x97\x86\x42\x07\x6c\xc3\xdc\x90\x1c\x22\x56\x86\x60\x34\xb5\x56\xb6\x92\x51\x67\x60\x9d\x2b\x09\x25\x6e\x3b\x0f\x34\x80\x8e\xb0\x27\x2f\x3d\x92\x85\x62\xc9\x31\x6a\x6d\x9a\xfe\xad\xf5\x62\x3c\x7a\xe2\x40\x1f\x5b\x04\x0c\xe5\x6b\x7f\xb0\xfe\xf3\x41\xb3\xb2\x41\x17\xc3\xef\x67\x16\x8a\xaf\x93\x5c\xdf\x6b\x3d\x1e\x67\x98\x83\x0a\x4f\xfb\xa2\x14\x1d\x40\x0f\x59\x65\xeb\x3d\x7a\xae\x9c\x3c\x5f\x97\xac\xcb\xab\x9e\x99\x9c\x2d\xa0\x76\x66\x63\x98\x71\x82\x7b\x70\xb5\x15\xe7\x55\x3f\x8f\xca\xc2\x41\x81\x25\xe3\x8a\xc3\x67\xdf\x7d\xf1\x62\xe1\x55\xeb\x76\x33\xbe\xfb\x83\x8b\x66\xd2\xb3\xef\xfe\xf0\x22\x4d\x4b\x35\xdd\x78\xda\x27\x8c\x0f\x40\x8b\x4d\x93\xa9\x8e\x66\xcc\x17\x8a\x61\xfb\x85\x70\x08\xae\x5c\xad\x9a\xc1\xc7\xff\x26\xe3\xd3\xf9\xa0\xcf\xe2\xfa\x7b\x2e\xdc\x9f\xc7\x77\x19\x6a\x0c\x13\xa5\xce\xe5\x05\x72\x72\x7c\x01\x4e\xe8\x6c\xf1\x77\x38\x27\x8c\xf7\x5e\x03\x6b\xf6\xda\xf1\x9e\x20\x83\xf1\x7d\xc6\xa3\xda\xbf\x76\x40\xca\xc9\xea\x14\x2b\xd3\xef\xbe\x50\xda\xb9\x57\xc9\xf8\x3d\x0d\x22\x7e\x9d\xf5\xb2\x5a\xd5\xd8\x9b\x07\xc6\xa9\x3f\x0f\x7f\x16\x7d\x2c\x7f\x9b\x59\xf8\x94\x82\x69\xd4\x6d\x26\xec\xdf\xb7\x6b\x93\x03\x7f\xdf\x7d\x19\xc0\x84\x28\x69\xb9\x98\xa7\xcc\x70\xea\x7c\x52\x8e\xa2\xf3\x25\xed\xa2\xa2\x89\x26\x5e\xe9\x92\x76\xb2\xe1\x56\xe4\x8e\x40\x35\x76\x44\x89\xbc\x8e\xe8\xc1\x1d\x22\x4e\xbd\x0e\xf9\x0f\x57\x58\xfc\x68\x98\xf6\x8a\x4d\xae\x5b\xe2\x9e\x33\x08\x2e\xd7\x6b\xb1\x02\xbd\x5d\xf7\x70\x77\x7d\x44\xc1\x78\x02\x8b\x45\x8f\xd2\xad\xd8\x6b\x2d\x6d\x4d\x21\x6f\x95\xf8\x6a\xf1\x55\xfe\x60\xd1\x93\x55\x28\x01\xca\x40\xb6\x08\x35\x14\xd5\x2a\x92\xf3\xeb\xac\xc3\x51\xc5\x13\xd8\x71\x50\x9c\x01\xa0\xd6\x61\x50\x44\xce\x20\xcd\x51\xbf\xdf\xbd\xd8\x48\xb7\xcc\x91\x50\xe1\x1b\xf3\xa4\x1a\x9b\xc3\xfe\x0e\x66\xec\xf6\x4b\xca\x61\xc2\x37\x9b\x38\xac\x41\x0d\x4a\x97\xbd\xfb\xc5\x62\xfd\x45\xca\xe7\x0d\x25\xe2\xb0\x90\x8b\x41\xa5\x8d\x17\x77\xcc\xcf\xa4\x6e\x26\x0f\x40\xfc\x71\x1b\xda\x62\x3f\xfc\xb3\xb3\xfe\x22\x25\x3a\x83\x22\x25\xf0\xc3\x15\xf8\x81\x8a\x54\x92\xed\x13\x47\x32\xd4\xf4\x45\x3a\xd3\xeb\xf3\xbb\xf3\x8f\xf0\xc7\xab\xf0\x13\x18\x54\xf7\xe0\xcf\x22\x33\xcc\x67\xa7\x58\xd7\xeb\x48\xf0\x98\x5f\x4a\xe0\x5c\x3b\x8d\x9d\xbc\x07\x6e\x87\xeb\x6e\x49\xfe\xf7\xed\xfe\xd8\x08\x66\x50\xf0\x11\x97\x57\x52\xb5\xbd\x46\x27\x85\x8c\x2f\x14\x74\x7a\xe0\xf7\xb8\x92\x65\x90\xf9\xc4\xad\xf6\x93\x60\xc6\x7e\x6f\xb4\x8d\x13\xf2\xba\xc1\xba\xe8\x37\xb9\x9a\xa1\x8f\xf9\x11\x7a\xb7\x78\x5f\x86\xe9\x95\x56\x6c\x53\xf8\xa1\xba\x17\x73\xa7\x9d\x61\x7f\xf0\x81\x11\x63\x2e\x36\x3a\xd9\x66\x3a\xee\x42\xf2\x89\xa2\x50\xb9\x07\x31\xe2\x18\x18\x59\x72\x17\x91\x84\x35\x66\x6d\x77\x28\x67\x9a\x78\x98\x1c\x96\x54\x78\xec\x44\x3c\x4f\x58\x37\xaf\x02\xe0\x4b\xac\xa9\xc1\x25\xa4\x5a\x79\x6f\x30\x16\xc3\xb8\xab\x4d\x6c\xab\xf4\x49\xaa\x29\xea\xfb\xb8\xf4\x33\xe6\xb8\x54\xbd\x18\xd4\x8b\x1e\x29\x10\xb3\x88\xd6\x7a\xa8\x4c\xb9\x01\x22\xc8\x9f\x95\x81\x42\xe9\x5a\x9e\xfb\xa7\x7f\x42\x09\x37\xff\x20\xfb\xe7\x7f\x36\x82\x4c\xf9\xe9\xf3\xba\xee\x24\xa6\x3d\xe6\x2a\x59\x15\x01\xb8\x6a\xf9\x30\xa3\x19\xc1\xf9\xef\x83\x01\xa1\xcc\x15\x26\xeb\xa4\xa8\xa0\xc0\xd3\x4a\x6a\x7a\x36\xfe\xff\x00\x00\x00\xff\xff\x0c\x8c\xf9\x03\xbb\x4c\x01\x00") func confLocaleLocale_ruRuIniBytes() ([]byte, error) { return bindataRead( @@ -4538,12 +4584,72 @@ func confLocaleLocale_ruRuIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 78280, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 85179, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_zhCnIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x59\x73\x1b\x47\xb6\x20\xfc\x8e\x5f\x51\xa1\x0e\x85\x5f\x3e\xcb\xe1\xf6\xfd\x96\xf8\xc2\xf0\x4c\xb7\xfb\xde\xee\x9e\xe8\xc5\xd3\x72\xc7\x7d\x70\x28\x60\x10\x28\x92\xb8\x02\x51\x68\x14\x20\x99\xee\xe8\x08\x52\x12\x49\x50\xdc\xb5\x51\x12\x29\x51\x94\x25\x91\x96\xc4\x45\xb6\x16\x92\xe0\xf2\x5f\xa6\x51\x05\xe0\x49\x7f\x61\xce\x96\x59\x99\x55\x45\xca\xf2\xdc\x19\x3f\x58\x44\xe5\xc9\xed\x64\xe6\xd9\xf3\x64\xbe\x5a\xcd\x15\x5d\xbf\x90\x0d\x56\xf6\xda\x7b\xb3\xce\x6f\x3d\xa7\xbb\xb5\xd1\x5d\x1f\xe9\xdc\xbd\xd2\x9d\x78\x1a\x5c\xfd\xde\xf9\x6d\xa9\xee\x84\xcb\x33\xc1\xd5\xd5\x4c\x66\xd0\x1b\x72\xb3\xbd\x27\xb7\x7a\xab\xaf\x32\xc5\xbc\x3f\xd8\xe7\xe5\x6b\xc5\x6c\x38\xbb\x16\x34\x5f\xf7\xee\x3d\x0c\xef\x1d\x65\xdc\x6f\xaa\x65\xaf\xe6\xc2\xc7\x87\x9d\x97\x0f\x33\x83\x6e\xb9\x9a\x0d\x76\x36\xa1\xa5\x8c\x5f\x1a\xa8\xe4\x4a\x95\x6c\xe7\x4e\x2b\x38\xb8\xc9\x3f\xbd\x46\x3d\xdb\x1b\x19\x09\x26\xf6\xf8\x77\xa3\x9a\x0d\x7f\x5c\x0f\xc6\xa7\x33\x35\x77\xa0\xe4\xd7\xdd\x9a\xfa\x7d\xd1\xed\xf3\x4b\x75\x37\x1b\x6c\xde\x0e\x6f\xed\x76\x0e\x16\x3a\xcf\xee\x64\x2e\xb8\x35\xbf\xe4\x55\xb2\xc1\xc1\xf5\x60\x72\xa6\x33\xd9\x0c\x97\x9f\x67\xaa\xf9\x01\x18\xe5\xea\x2b\x18\x51\xa6\xee\x0e\x55\xcb\x79\xa8\x16\xae\xaf\xe2\xf0\xca\xf9\xca\x40\x03\xcb\x79\x9a\xbd\x91\xc9\xde\xea\x6e\xa6\x50\x73\x01\x26\x57\x71\x2f\x66\x83\xe6\x52\xd0\xda\x3b\x73\xe6\x4c\xa6\xe1\xbb\xb5\x5c\xb5\xe6\xf5\x97\xca\x6e\x2e\x5f\x29\xe6\x86\x70\x5e\x9d\x1b\xeb\x61\xf3\x4d\xfb\x68\x35\x1c\xdd\x0a\xe6\xae\x86\x4b\x2f\x83\x47\x77\x69\xec\x6e\x11\x26\x97\xcb\xfb\xd9\xe0\xcd\x0f\x3c\x45\x86\xcd\x50\x4b\x95\xfc\x90\xaa\x1c\xcc\xcf\x64\xdc\xa1\x7c\xa9\x9c\xed\x5d\xda\xec\x6c\xbe\x80\x01\xfb\xfe\x45\x0f\x30\x19\x6c\x8d\x77\x1e\x8c\xc2\xd4\x73\xf5\xe1\x2a\x80\xaf\x6e\x76\x37\x1f\xc9\xc7\x42\xbe\x5a\x2f\x0c\xe6\xb3\xbd\xa7\xd3\xdd\xad\x51\xfc\x02\x70\x55\x0f\x70\xe2\xd5\x86\xb3\xed\xd6\xf5\x60\xef\x7a\xc6\xab\x0d\xe4\x2b\xa5\x6f\xf3\x75\x44\x4a\xa7\x75\xa5\xd3\x9a\xc8\x0c\x95\x6a\x35\xaf\x96\xed\xdd\x5c\x0e\x2e\xcf\x65\x60\x8e\x39\xac\x27\x13\x0d\x6f\x6d\xc3\x52\x4b\x6d\x2c\x1b\x2a\x0d\xd4\x10\x5f\xdd\xa3\xd1\xce\x5a\x2b\x78\x74\xab\x77\x79\xdd\x2a\xa6\xc6\xcc\xca\x46\xc3\xfd\x5e\xed\xbc\x55\x16\xbe\x3c\xec\xdc\x58\x31\xea\xc3\x00\x2d\x00\x35\xc6\x7c\x05\x16\x85\x4a\x3b\x9b\xab\x9d\xf9\xf1\xb0\xb9\x10\x95\xe6\x8b\x43\x80\xd9\x6a\xbe\xe2\x96\xa5\x58\x36\x5b\xbe\x50\xf0\x1a\x95\x7a\xce\x77\xeb\xf5\x52\x65\x00\x50\xbf\x33\x0f\x08\xee\x6e\x1e\x76\x0e\x36\x33\xe9\x5f\x87\xbd\x86\x5e\xd6\x6c\x7b\xe7\x69\x7b\x6f\x8f\x57\x93\x4b\x74\x25\x5e\x2b\xa9\x04\x3d\xd5\x4b\x17\x4a\xf5\x92\xeb\x67\xc3\xe5\x91\xee\xd1\x42\xf8\xb2\x15\x5c\x5d\xcf\x54\x1b\xe5\x32\xe0\xf3\x6f\x0d\xd7\xaf\x43\x47\xf3\xcd\x60\xf7\x75\x77\xeb\x4d\xf8\xe2\x52\xa6\xe4\xfb\xf0\x15\x76\xc3\xe3\x60\xe6\x26\x0f\x3b\x03\xab\x58\x29\xc0\x2c\x82\xb9\x5b\xe1\xeb\x66\x26\xf3\x55\xa9\xe2\xd7\xf3\xe5\xf2\xb9\x8c\xfc\x01\xdb\x7b\xb2\xfb\xdd\x98\xda\xbd\xa5\x7a\x99\x0e\x5c\xf8\x7c\xb5\x7b\x34\xdf\x5d\x9d\xe6\xe2\xce\xfa\x54\xb0\x37\x97\x29\x7a\x85\xf3\xb0\x47\xf1\x8c\xc1\x39\x09\x9e\x5c\x0a\xef\x2f\x87\x97\xd6\xc3\x8d\xef\x82\xe5\xf5\xf6\xc1\x11\x4c\xc1\xf9\x0d\xc1\x38\xc1\xe6\x6e\x70\x67\x9d\xdb\x80\x53\x3e\xe0\xbf\xdd\x87\x6d\xf4\x06\x4e\x75\x70\x34\x16\x8c\x35\xdb\xad\x1b\x9d\xd6\x78\xef\xf6\x58\x77\xab\xe5\x7c\x9a\x77\xea\xf9\xda\x80\x5b\xcf\x9e\xca\xf5\xc1\x89\x39\x7f\xca\x19\xac\xb9\xfd\xd9\x53\xa7\xfd\x53\x9f\xf1\xf9\x0b\x6f\x4d\x84\xab\xdf\x7d\xfa\x51\xfe\x33\x27\x98\x9f\x0d\xc6\x67\x82\xad\x5d\x38\x7b\x3c\xee\xee\xd1\x12\x0e\x75\xf5\x59\x30\x7e\xe7\x9f\x23\x97\x32\x88\x1f\x38\xba\xb9\x62\x1f\x13\x1b\xec\xdf\xe9\x3e\x19\x05\x2c\xf1\x7c\x9c\x3f\x0e\x9f\xfd\xef\x7f\xf8\xe7\xc8\xe8\x17\x9e\x5f\x1f\xa8\xb9\xfc\x03\xfe\x0f\xb5\x3e\x71\xc2\xe6\x2d\xe7\xcb\xd2\x6f\x7e\x8d\x4d\x41\x13\x8c\x94\xf0\xe6\x76\x38\xb3\x09\xdb\x4a\x56\x08\x0b\xf0\xcc\xe8\xef\x9d\x17\xad\xe0\xfe\x14\x90\x2c\xbf\x1e\x7d\x6c\xef\xb4\xc2\xe5\x3d\x3a\x90\x06\x24\x1f\x53\x7d\x0a\x63\x05\x72\xfe\xa0\x03\x3a\xc3\xba\x14\x8e\x71\x67\x6d\x1b\xbf\xc7\x17\x40\x50\x4f\x93\x62\x3c\xcb\x97\xdf\xff\xe9\x4f\x7f\xfe\xcd\xaf\x9d\x60\xff\x66\x78\x7d\xb6\xdd\x7a\x0c\x04\xc4\x69\xd4\xfb\xff\xbf\xdc\x80\x5b\x71\x6b\xf9\x72\xae\x50\x72\x82\x8d\xc5\xce\xf3\x27\xbd\xa5\x71\x9c\xae\xef\x97\x81\xec\x14\xdd\xec\xd9\xb3\x7f\x70\x80\x84\x05\xfb\x73\x30\xce\xfa\x60\x34\x0a\x58\x88\x76\xeb\x75\xf7\xcd\x56\x70\x78\x25\xe3\xff\xad\x8c\x78\x96\xf1\xc4\xf1\xe7\xa4\x56\x82\x6e\x3e\xed\xab\x7d\xd6\x3e\x58\x6e\xef\xec\x31\xa1\x0f\xe6\xb7\x60\x6f\x87\x8b\xaf\xcd\xc1\x77\x5a\xf7\x60\x8d\x75\x9d\x8c\x5b\xab\xe5\x80\xb8\xd6\x87\x71\x59\x69\x4c\x89\xfe\x90\x00\xe8\x65\xa2\x8a\xed\x9d\x99\xee\xe5\x03\xe8\xa8\xf3\xfd\x9e\x6a\xa4\x54\xb9\x90\x2f\x97\x8a\xb0\xae\x0a\xc5\xf6\x60\x19\xcf\x50\x33\x18\x1b\xed\x6e\xee\x04\xd3\x63\xc1\xfc\x33\xc6\x92\x73\xea\xcc\x29\xea\xee\xd4\x87\xa7\x1c\x6c\xaf\xe2\xe5\x98\x58\x20\xbd\x2e\x96\xfc\x7c\x1f\xd0\x6e\xe6\x24\x35\x26\x8a\xb8\x3c\x34\x88\xe0\xd1\x0a\x9c\x92\x70\xf9\x29\x93\x23\x3e\xa0\xc1\xc2\x6d\x5e\x74\x1c\xfa\xe5\xb1\x60\xfc\x55\x7b\x67\xaa\x03\x3b\x75\xe3\x21\xb3\x21\x7b\xe6\x8a\x30\xc9\xc6\xd1\x6d\xf0\x96\x89\x4f\x36\xa3\x56\x99\x77\x70\xb0\x77\x03\xfa\x02\xc6\x0b\xe7\x46\x36\x31\xb2\x63\xc2\x80\x94\xf1\x0e\x53\x5f\xf5\x3e\x3b\x7a\x86\xeb\x31\x75\x29\x9c\x3a\xe8\x8d\xbd\xe9\x5c\x7a\xa6\x49\x25\xd7\xe8\x2d\x3e\xed\xdc\x9f\x05\x12\xda\x6e\x3d\x7f\xbb\x3f\x4a\x7c\x82\x97\x88\x29\x71\xf8\x60\xb7\xb3\xb4\x89\x3c\x58\x97\xa8\xb6\xc3\xc9\x91\x70\x79\x92\x98\x7e\xf7\x68\x19\xe8\x0c\xd7\xe8\x01\xbe\xb6\xc7\xbb\x0f\x01\xef\xb7\xc3\x1b\x87\x20\x2a\x74\xb7\x1e\x73\x1b\x74\xc0\x1b\xc0\xb9\xf1\x4c\x31\x81\xe9\xfc\xd8\xea\xb4\x56\xe4\x58\xa9\x32\xd5\x03\x56\xe4\x73\x75\x04\x64\xae\x15\x8c\xbd\x81\x0e\x61\x67\xc5\x86\x16\x5c\x9b\x36\xa8\x15\x6d\xa5\xeb\x33\xb0\x49\xc3\x7b\x97\x7b\x77\xe6\x89\x14\x78\xc0\x43\x81\xf5\xaf\xac\x20\x43\xe5\x5f\x46\x27\x8c\xd2\xe0\xe0\x45\x70\x7d\xc6\x39\x7b\xf6\x77\x4e\x30\x36\xd5\xbb\x3b\x1e\x2c\x6f\x07\xf7\x46\xf8\x6c\x0d\xe6\xaa\x5e\xad\x9e\xc5\xc2\xce\x33\xe0\xe6\xdf\x05\x73\x6f\xf4\x67\x7d\x8a\xa0\x54\x8e\xc5\x9d\x75\x44\xf4\xd2\x42\x30\xff\x5c\xc3\xc3\x11\xe9\xdc\xbc\x03\x2b\xdc\x5d\x5d\xef\x3c\xda\x83\xbd\x82\x07\x9d\xfa\xbb\xba\x02\xcb\x8f\x3d\x0d\xd6\xeb\x55\xee\xea\x77\x5f\x7e\xf9\x85\xd1\x97\x2e\xd0\x4b\x4b\xeb\x2e\x5d\x40\x5f\x1a\x12\xf7\x40\xa3\x56\x16\x00\xe7\xaf\x7f\xf9\x83\xfa\x74\xdc\x94\xb1\xab\x8f\xf0\x7f\x67\xad\x99\x03\x5e\xdb\x3b\x23\xed\xbd\x25\x96\x3d\xda\x3b\x1b\xc8\xc2\xaf\x1f\x86\xb3\x8f\x71\xa8\x65\x6f\x20\x57\xf3\xbc\x3a\x6f\x97\x70\xf1\x71\x70\xb4\x28\xc4\xc5\x2a\xd2\x03\xa6\xfd\xc0\x70\x4c\x55\x08\x45\xb4\xb9\x32\x5e\x15\x8f\x5c\xb4\xe1\xe7\xb6\x40\xde\x92\xad\x4e\x02\x90\x14\xc0\x50\xa0\x22\x23\x59\xf1\xee\x21\xc0\x0c\xd1\xee\xb3\x7f\x04\x94\x09\xdd\xa6\xaf\xfd\x35\x6f\x48\x55\xb9\xf7\x18\xa4\xd4\xe8\xb3\x1a\x95\x59\xca\xd3\x86\x65\xea\x8d\xbe\x0a\x0e\x9f\x3a\x7f\xf9\xb7\xcf\x9d\xff\xfb\x93\x5f\xfe\xd2\x09\x1f\x4c\x04\x13\x48\x65\x61\x5c\x40\x8b\xc3\xdb\x5b\x88\x98\x9d\xa7\xc8\xad\xf7\xb6\x10\x2b\x84\x21\xae\x0f\x44\x46\x68\xf8\xa9\x3f\xc1\x51\x3c\xe5\x7c\x4a\x13\xf8\xaf\xee\x37\x79\x10\x30\xdd\x33\x05\x6f\xe8\x33\xda\xa4\x0f\xf6\x81\x46\x23\x26\xb1\x18\x76\x3d\x1d\x8b\x60\x6e\xa1\x37\x32\x2a\xd2\x9e\x14\x44\x42\x9f\x51\xa8\x05\x40\x96\x7d\x73\x05\xaf\xd2\x5f\xaa\x0d\x81\x60\xb1\x85\x87\x86\x48\x10\x43\xb2\x6c\x48\x8d\xe5\x2a\x5e\xbd\xd4\x3f\x2c\x40\x3c\xf7\xde\xc8\xdd\xce\xca\xe3\x70\x6e\xbe\x37\x7e\x0d\x04\xa1\x1a\x08\xca\x39\xfc\xa7\x54\x70\x15\x03\x55\x7b\x1a\x76\x44\x30\xf6\x3a\xd8\xbc\x6c\x2d\x80\xd7\xdf\x5f\x2e\x55\x5c\xe6\x3e\xdc\x72\xe7\x49\xab\xb3\x77\x24\x5c\xc8\x2c\x87\x2d\x5c\x05\xc1\x1d\xc8\x29\x08\x8b\x9d\x83\x1f\x18\x04\x28\x67\x7b\x77\x85\x0f\x44\xbb\x35\xeb\x7c\xfe\x9b\x3f\x39\xdd\xd9\x37\x28\xfa\xd0\x46\x81\x25\x01\x6a\x03\x98\x47\x5d\xe3\xd5\x95\x70\x6f\x9e\xa9\x0c\xc0\x02\x45\x04\xb4\xeb\x11\x72\x2d\x3a\xf3\x42\xd2\x41\x46\xbd\x90\x07\x19\x25\x2b\xe7\xed\xb7\xf2\x5b\x69\x2a\x71\x38\x19\x61\x1c\x1a\x89\x0c\xec\x90\xcd\xbb\xed\xdd\x49\xe8\x1f\x46\xd4\x6e\x8d\x09\xbb\xbb\xf1\x42\x44\xfd\x9d\xab\xed\xfd\x07\xb8\xb4\xcd\x5b\xbd\xd6\x6d\x40\x3a\xfc\x1d\x3c\x7a\x09\x32\xaf\x39\x22\x8b\xc9\x30\xc7\x10\x09\x72\xe2\x29\xee\x5e\x56\x62\xd2\xa0\xa3\xb1\x99\x75\x80\xf2\x71\x1d\x26\x23\x30\xb4\x60\xee\x29\x50\xca\x88\xc7\xf0\xae\x7d\x03\x62\xe8\x03\x10\x70\x81\x48\x10\x6f\xaa\x50\xfb\x4a\x59\x90\x2d\xa1\x54\x06\xc1\x8e\x0d\x24\xfd\x8b\x3c\xb6\xbc\xce\x43\xe0\xce\x41\x06\xe8\x1e\x5e\x0f\xc6\x1e\xf7\x1e\x5e\x89\x14\x0f\x92\xe7\x40\x49\x11\x85\x2e\x77\xa1\x84\x8a\x13\xef\x11\x52\x7c\xba\x9b\x47\xbd\xc5\x4d\xa0\xd3\xa0\x17\xa6\x42\xab\x1d\x43\x53\x8a\xf4\x25\x20\x1d\xdc\xf9\xa4\x70\x68\x69\x88\xa4\x4a\x44\xc1\xfc\x93\xa0\x79\x07\xf6\x08\x54\x04\x80\xce\xf2\x54\xd0\xdc\xe6\xba\xb0\x3a\x72\x3c\x08\x18\x71\xc1\xdc\x59\x04\x7a\x51\x73\x6d\x5e\xcf\x78\x03\x91\x1d\x58\x35\x9c\x7f\xe6\x48\x30\x0a\xec\x6a\xe9\x01\x70\x6e\xe7\xf7\xbf\xc9\x7e\xec\xe8\x71\x21\x0f\x44\xad\x98\x76\xe4\xe1\xa2\x6e\x27\x62\x4a\xdc\x27\x9f\xb0\x58\x37\x8a\xc7\x13\x04\xab\x83\xb6\xcc\x81\x6c\xec\x64\x89\x22\x23\xf4\xc0\x00\x30\x55\x44\xae\xcc\xaa\xa5\xae\x29\x54\x47\xf4\x8b\xdc\x80\x87\xba\xcd\xb3\xa9\x60\xe6\x47\x96\xbd\x41\x45\xf6\xeb\xb9\x81\x52\x3d\xd7\x8f\x84\x09\xc4\xdf\xc5\x07\xe1\x8f\x37\xbb\x5b\xe3\x41\xf3\x99\xf3\x01\x14\x7c\xe0\x04\x0b\x07\xed\xd6\xa3\xb7\xfb\x77\x4f\x5f\x10\x19\xf3\x13\x24\x3a\x39\x38\x46\xa5\x32\xee\x25\x14\xab\xf0\x30\xf3\xd1\x81\xf3\x31\xb7\x80\x72\xc0\x64\x13\x11\x7b\x63\x2b\x9c\x1e\x75\x44\x3a\x14\x91\x12\xe8\xc1\x69\x1f\xc8\xfa\x54\xf7\xe0\x40\x34\x8a\xfb\x57\x70\x69\x26\x9b\x08\x31\x32\xcd\x2b\xe2\x0c\x78\x7d\x8d\x52\xb9\xe8\xb0\x6a\x8f\x18\x56\xe2\x22\x08\x8b\xb2\xb4\x71\x5d\x00\xab\x6e\x7c\x07\x98\xe1\x01\xab\x0a\xc7\x4a\x41\xa9\xb5\xb4\xd8\x82\xf3\x1c\xca\xc3\x41\x49\x11\x6e\x7a\xf7\xee\x8b\xe5\x81\x7e\x62\x4d\xdf\xf9\xf0\x33\x98\x5a\xc6\xcf\x5f\x70\x99\x7c\x0f\x28\xc4\x32\xef\xee\x8d\xcd\x60\x6f\x47\xf7\x80\x75\x06\x8f\x5e\x74\x5f\x3e\xb6\x87\x69\xed\x5a\x6b\x0f\x69\x75\x34\x31\x41\x5e\x5a\xbf\x51\x28\xb8\xbe\x8f\x6b\x11\x3c\x06\x8a\x31\xca\x12\x60\x70\xd8\xec\x3d\xbb\x1d\x8c\xbd\x84\xef\xc0\x7f\xc3\xa9\xef\x85\x93\x89\x1a\xd8\x79\x7c\x4f\xeb\x2c\xe1\x95\x49\x90\x2e\x89\x0e\x7e\x87\x12\x2c\x90\xe2\x8d\x47\xb0\x21\x9c\x5f\xff\xf5\xb7\x28\x49\xaa\x41\xc6\xc5\x84\x07\xe1\xcd\x26\x92\x48\x43\x5e\xe0\xb1\x65\xbe\x42\x9b\xd1\xb9\x4c\x83\x05\x58\xaf\x5c\x04\x76\xa8\xb7\x3b\x92\x54\xdb\x04\xa2\x40\x64\x47\xfb\x17\x4b\x80\xf9\x9c\xb6\x35\x21\x46\xeb\xee\x37\x75\x38\xc8\x13\xe1\xcc\x43\xd3\xf2\x24\xe2\xe6\xd0\x30\x2d\x34\x60\x81\x2c\x08\x62\x7a\x28\x78\x65\xd8\xa7\x1e\x12\xdc\x0b\xae\x00\x04\x73\x97\xda\x3b\xb3\xc1\xcc\x1c\x48\x95\x11\x24\xd4\xf7\x6a\x03\xaa\xba\x32\x4f\x0c\x8b\xe1\x43\x7d\x17\x9b\x07\x91\x32\x32\x8a\x31\xa1\xc2\x85\x17\xbd\xff\x0c\x2c\x22\x19\x14\xa4\xb3\x17\xf7\x45\x68\x66\xa6\x42\x9d\x41\x43\x80\x20\xb1\x98\x9d\x63\x73\x8e\xb2\xe4\xe0\xde\x53\x46\x08\x60\xe0\xf9\x1a\x6c\xc0\x70\x7e\x19\x6d\x6a\x99\xaf\xf2\x8d\xfa\xe0\x39\xc3\x6a\x95\x13\x43\x88\xd0\x37\xde\x2b\x91\x14\x31\xe8\x56\x51\xe2\x18\xf2\x07\xc8\x36\xd5\x9a\x63\x4a\xf9\x76\x7f\x85\x09\x01\x53\x50\x5c\x5f\xdf\x2b\x94\xf2\xe5\xdc\x4f\xaf\xd9\x5a\x00\xee\x89\x35\x6d\xce\xc6\x96\x33\xd0\x91\xb2\x28\xd9\x83\x1e\xf4\x0a\x05\x65\x93\xa1\x41\x73\xa8\x4e\x8c\xfd\xd8\x5b\xdc\x80\x63\x0d\x34\xa1\x3b\x7a\x03\xcf\x16\x19\xf6\xf4\xb6\x4f\xb2\x58\x1c\x0e\x12\xb8\x64\xc3\xa6\x60\x94\xda\x09\x60\x64\xc8\x1d\xea\xc3\x16\x70\xc5\xb6\xdb\x07\x73\x62\x8b\xec\x87\x35\xa7\xdd\xac\x64\xb2\x23\x60\xf4\xdb\xb2\x09\xb1\xd0\x3d\xa6\x10\x30\xa1\x0c\x97\x40\x29\x2e\x02\x8d\xb8\x1d\xfe\xb0\xca\x0b\x00\x65\xbd\xef\x9f\x83\xfc\x10\xa9\x8e\x42\xbf\x99\xef\x93\xec\xe6\xbb\x95\xba\xc2\x15\xc8\x9f\xc1\xf6\xa8\x18\xc6\x68\x1a\x2c\xcc\x31\xea\x71\x26\x24\x2a\x76\x27\x7e\x74\x3e\xed\xfb\xec\xb4\xff\xe9\x47\x7d\x9f\x31\x3d\x0d\xbf\x1b\x09\x41\xdc\xbb\x84\xb4\x37\xbc\xf1\x1a\xc5\x70\x10\x26\x77\x5f\x03\x3b\x77\x4e\x17\x9d\x60\x7b\x0e\x38\x79\x30\x3e\x16\x6c\x4e\x87\xcd\x79\x6e\x5b\x38\x3c\x69\x55\xc4\xba\x0a\x74\x38\x68\xd3\xaa\xfd\x14\x1e\x8d\x84\x2f\x5b\xdc\xae\xde\x55\x34\xe4\x72\x69\xa8\x54\x4f\x5d\xe4\x4b\xeb\x6c\x00\xe3\xc1\x72\x0b\x3c\x8f\xee\xd1\x04\x1c\x82\xde\xc3\x85\xce\xee\x28\x8f\xbb\xb3\x31\x19\x1c\x8e\x39\x9f\x38\x41\x73\xbc\x77\x6d\x85\x4d\x49\xdd\x2d\xda\x8b\x83\x79\x3f\xd7\xa8\x08\xc6\xdc\x22\xaf\x3a\xd0\x57\x45\xde\x84\x12\xe3\xd4\x5f\xa1\x1c\x80\x2c\x68\x79\x92\x71\x98\x82\x28\xa7\x7d\x30\x0e\xda\x3e\x60\x91\xa7\xcf\x02\x3e\x8c\x0a\x35\x00\x6d\x3a\x5b\x7e\x0a\xe8\xc3\xc6\x8c\x61\xe3\xa4\x80\x50\x2d\x8f\x80\x88\xd4\x9b\x98\x81\xf5\xe1\xe6\xc5\x84\x36\x73\x33\x98\x68\x01\x27\x43\xab\x34\x60\x7f\x7a\xb2\x77\x6d\x93\x37\x1b\x20\x4a\x86\xcd\x40\x40\x4b\x83\x47\x57\xcc\x26\xcc\x55\x16\x95\x88\xf8\xaa\x4f\x07\xb1\x4e\x7c\x95\x05\xb0\xb8\x3e\x42\x33\x81\x9d\x0d\xa7\x06\x86\xdb\x6e\xb5\xda\xa0\x33\x93\x9c\x41\xe7\x18\x7b\xc6\x01\xd4\x93\xfd\xbf\xdd\x6f\xf2\x10\xde\xee\x4f\xca\x1a\xf1\xfa\xd2\x86\x86\x22\xe0\x30\x32\x22\x6e\x41\x6f\x7c\x2e\x93\x53\xa1\x58\x41\x81\x14\x04\x7b\x03\xe8\xfd\xcb\x6c\x04\x8f\xe1\xd1\x44\xb8\xbc\x02\x68\x84\xbf\x81\xeb\x01\xbb\x50\x28\x8a\xda\xd7\x3a\xa5\x8d\xac\xa8\x4b\x0d\x58\xf7\xbc\x9c\x3f\x88\x0a\xb5\x0c\xfa\xe6\x51\xb0\xf7\x44\xec\x3a\xdb\x0b\xe8\xc9\xf8\x7f\x60\xbd\x67\x10\x15\x99\xaf\x10\x03\xe7\x78\x7b\x23\xbd\x54\x7b\x1b\x77\x69\x72\x7b\x6b\x30\x16\xa3\x00\x88\xe5\x5e\x06\x32\x97\x20\x1d\x3b\x26\x2e\x23\x0a\xac\x59\x33\x9f\xb9\xe6\x3c\xd0\x27\x44\xd5\xf3\x87\xdd\xa3\x59\x66\xbd\x11\xb0\xa8\x73\x56\x21\xcc\xc2\x2b\xe6\x61\x1a\xc3\xae\x2f\x42\x1f\x9f\xdc\x4c\xc5\x13\x6b\xb2\xfc\x06\x38\xac\x2d\xf8\x3f\xda\x0c\x6f\xec\x42\x6d\xa0\x61\x43\xe7\x32\x7f\x05\xa6\xf2\x27\xdb\x11\xf1\x17\x60\x3a\xf4\x89\xf9\x8e\x98\x9c\xfe\xd5\x70\x4f\xc8\x6c\xbf\x88\x39\x29\xfe\xe2\x26\x7d\x14\x67\xcf\xfe\xee\x4b\x12\x7d\xc9\xfe\xb1\x05\x47\xfa\xb1\x34\xf8\xbb\x7a\xbd\xea\xff\xb5\x56\xce\xb2\x45\xe2\xaf\x7f\xf9\x83\xa3\xdb\x1d\x2e\x7b\xf9\x22\x96\x85\xb3\x20\xa0\x8c\xca\xf7\x2f\xdd\xfc\x10\x0d\x2c\x58\x7a\xd8\xbb\xbd\x22\xed\xfc\x0a\x38\x1f\x7d\x85\x4e\x61\x55\xd4\x57\x94\x99\xfe\x35\x55\xee\xd5\xea\x87\x4b\x8e\x8b\xb8\x4d\x2e\x5f\xae\x82\x06\x84\xf2\x85\x00\xb0\x0e\x00\x00\xdd\xa9\x17\xa0\xa7\x06\x1b\x8b\xe1\xd6\xcc\x3f\x41\x3f\xbf\x7d\x14\x4e\x4d\xb6\xf7\xb7\x40\xd8\xc4\x8f\xa0\x6e\xac\x3f\x05\x75\x18\x4e\xd3\x87\x39\x38\x49\xb1\xc6\x8a\x70\x8a\xdf\xab\x41\xf8\x62\x37\x08\x3d\x74\x2e\xed\x92\xa1\xaa\xf4\xad\x1a\x3e\x6f\x74\xdd\x24\xc8\x1b\x64\x6a\x40\x81\x31\x0e\x14\x2e\x03\x21\x9c\x63\x20\x07\xcd\x1a\x64\x31\x65\xcb\xc4\x37\xe9\xe0\x8f\xd6\xd2\xc0\x99\x2c\x69\xf4\x69\x3b\x09\x10\x5b\x96\xfa\xcc\x6d\x82\x15\xd0\x28\x75\x02\x38\x2e\x3e\x0b\xf2\x85\x72\xa3\xe8\x5a\x68\x52\xc6\xdd\x79\xee\xbe\xbd\xf3\x83\xf3\xc1\x69\xff\x03\x6a\xb5\x72\x1e\x18\x6c\x45\xc0\x81\xfe\x75\x56\x1e\xf7\x6e\xdc\xe9\x6e\x6d\x81\xa4\xa9\xbc\x63\xa0\x5f\x16\xbc\x5a\xcd\x2d\xd4\xb3\x86\xd2\xfb\x34\x98\xde\x05\xb1\x1b\x5b\xd1\x24\x24\x12\xeb\x95\xb1\x76\xd6\xdc\xca\x56\x25\xed\xc0\xcb\xf5\xb9\x2e\x68\x77\xf9\xf3\x6e\x25\x3a\x42\x11\x77\x9e\x79\x00\x1f\x99\xae\x81\xaa\x11\xaf\x60\x1e\xb0\x94\x3a\x20\x64\x24\xaa\x98\x46\xdd\x94\x2a\x75\x38\x22\x89\x3a\xe6\x71\x49\xa9\xc3\xab\x49\xf0\x30\xab\xa2\x75\xc6\x35\x38\x13\x1d\xc2\xba\x9a\xb9\x46\x5c\x84\x61\x53\x8c\xd7\x16\x6f\x56\x4c\xd8\x14\x01\xc4\xac\x46\x5e\x51\x43\x01\x23\xc5\xd7\x94\x58\x34\x7b\x33\xf1\x03\xbb\xe6\x84\x86\x60\x1b\x20\x99\x3c\xb6\x25\xe0\x6d\x6c\xc7\xee\x8e\x8c\x45\x83\x04\xfd\x7e\xfe\xc9\x09\xad\x6a\x42\x9e\xda\xa6\x6c\x8b\x58\x23\x5a\x43\x74\xbf\x01\xda\x9d\x05\xd4\x31\x15\xd6\x16\x03\x74\x5b\x80\x9e\xb7\xbc\x8e\xac\xa8\x9c\x07\x4d\x1b\xd7\x99\x26\x80\xd0\x9d\xb5\x56\xef\xce\x23\x05\xba\x87\x87\x70\x7e\x16\xcf\xcb\xc1\x8c\x29\x02\xe3\x88\xc8\xd0\xc3\x45\x22\x21\x6a\xd5\x10\x44\x26\xf2\xb8\x71\x6b\xc8\x5d\x16\x6e\xf3\x38\x88\x01\xaa\x09\xa2\x65\xfb\xbc\x3b\x9c\x05\x85\x30\xbc\xfa\x22\xdc\x98\x24\xc1\x06\x55\x44\x56\xf9\x35\xa3\xd3\x93\x76\x22\x3a\x4e\xba\x2d\xaa\x71\x28\x89\x5f\x70\x6b\xc0\x63\x74\x83\x64\xa1\xff\x49\x6d\x4c\xa3\x10\xc6\x5a\xe9\xe8\x04\x28\xb3\xbd\x4b\xdf\xe1\x52\x2b\xd2\xa0\xc1\x70\xc2\xd0\x06\x99\xc1\x00\xd5\xa8\x2d\x8f\xbd\x66\xb0\x70\x64\x0d\x67\x85\x2a\x90\xb6\x58\xcc\x36\xd1\x02\x43\x5d\x9b\x2a\x75\xc6\xaf\x97\x40\x2f\x46\xaa\x41\x2e\x6f\x93\xd1\xb7\x5b\x33\x9d\x2b\xaf\xb1\xf3\x95\xf9\xf6\xde\x92\x56\xc8\xc2\xa9\xc7\xbc\x71\x58\x92\x51\x4e\x8a\x66\xf7\xe0\x39\xa0\x17\x77\x7a\xf3\x01\x20\x39\xd8\xbc\x8c\x78\x23\x3b\x55\x38\xb9\x86\xee\x4e\xfe\x4e\x8d\x47\xc8\xe7\x11\xa0\x28\x8b\xbe\xed\xd8\x00\xc2\xc5\x35\x3d\x00\x3e\xea\x64\x66\xc4\xe5\x8b\xf5\xde\x79\xd2\x0a\xf6\x47\x74\xef\x0c\xac\xa8\x46\x6c\x96\xa8\x64\x52\xf9\xff\xa6\x29\x72\xe3\xc6\xfe\x62\x5f\x71\xae\xaf\x96\xaf\x80\xae\x1e\x9d\x86\xce\xd2\x26\xda\xd8\x9b\xe3\xe1\x8d\x2d\x7d\x0e\x88\x9e\x7e\x85\xe7\x06\x14\xd8\xc1\x7c\x65\xc0\xcd\x89\x29\x17\xc4\x58\x47\xd9\x6b\xd1\x9e\xee\xa0\xe5\x95\xe4\x17\x41\x1b\xd9\x5c\x55\xa5\x42\xc3\xaf\x7b\x43\x46\x5d\x76\xe5\x2b\x03\xc9\x06\xd7\x94\x3a\xff\xe1\x01\x87\xc4\x30\x91\xab\x0f\x60\x53\x82\x78\x18\x85\x4e\xa0\x47\x5f\x28\x4f\x73\xb1\xbb\xba\xae\x3c\xfd\x70\x4c\xc6\x9e\x23\xce\xd9\xcf\xdf\xef\x95\xcb\xde\x45\x54\xc9\x41\xe6\x06\x29\x0e\xb0\x07\x6b\x9b\x47\x02\x42\x9a\xf1\xa5\xdd\xee\xab\xfb\x02\x85\x76\x1b\x86\x82\x71\xc8\x37\xf9\x00\x07\x48\xfd\x26\x99\x4d\xbe\xa2\x8a\x39\x74\x86\xe8\x2c\x0a\x95\xb5\x0b\xd0\xaa\x26\x5c\xc4\x01\x1d\x58\x46\x24\xcc\x47\xf7\xd0\xdb\x74\x97\x3c\xb0\x51\xa5\x6a\xbe\x0e\xc4\xac\xc2\xba\x03\x0d\xd4\xa8\xaf\x3d\xa7\xdc\x90\xe5\xa4\xc8\x7c\xa5\xe2\x1d\xce\x65\x52\x63\x22\x34\x51\x14\x7c\x8a\x59\x86\x0f\xbe\x2f\xd2\x96\x71\xc4\xc5\x82\x90\xed\x3c\x3a\x6c\xef\x3d\x62\x85\x84\x8d\x04\xe8\xaf\x2a\x97\x0a\xa4\xfa\xaa\x8a\x7c\x70\xd9\x2e\x96\x21\xb3\x0b\x7f\x17\xb3\x4b\xd1\x2d\xbb\x18\xf1\x63\x9c\xac\x4c\xa3\xa4\xa6\xe6\xfc\xfe\x37\x99\x4c\xb5\xd1\x07\x8d\xea\x78\x0e\x5e\x33\x35\x76\x89\xdd\x21\xcb\x6f\x52\x7e\x47\x57\xc3\xfe\x5d\xd2\xa2\xb0\x12\xda\x7c\x77\x5f\x23\x4d\xbe\xb1\x0e\x3b\x24\x9c\x7d\x8c\x9a\x20\x75\x8a\x28\x23\x7e\xc2\xfe\x94\xe0\xda\x34\xbb\x57\x2c\x81\x42\x73\x4a\x31\x57\x00\x6b\xbd\x77\x9f\x1d\x19\x1c\x8a\xa0\x79\x02\xf6\x41\xc6\x7e\xc6\xa9\x5e\x28\x5a\x53\x8c\x27\x61\xce\xa6\x1c\x13\x22\xe3\xaa\xf8\x27\x5e\x1e\x89\x7f\x2a\x7b\x05\x71\x6b\x4f\x8e\xc0\xe1\xc2\x89\x4d\xef\x65\x1a\xd5\x22\x6a\x30\x0a\x29\xe1\xd2\x4b\xe0\x18\x82\x14\xbb\xcc\xb4\x19\x22\x0b\x36\x96\x9e\x6b\x29\x55\x65\x54\x9d\xbb\x64\x2c\x13\x3b\x86\x45\xd3\x88\x41\x29\x03\x01\xd0\x24\x26\x18\x8c\x74\x76\x51\xa2\x9a\x4d\x68\x05\xd9\x0b\xe9\x10\x93\xce\xe5\x49\x38\x14\xda\x27\x89\x16\x13\xd8\x9f\x0d\xe8\xaf\xb5\xd6\x69\x6d\x88\x92\x63\x85\xd1\xc8\x37\xed\xd6\xb0\x29\x03\xc5\x32\x44\xc8\x54\x44\xc4\xf3\x7c\x31\x9d\x31\x1c\x5b\x46\x99\xb3\x0a\x90\xa0\x4a\x00\x18\x1f\x5c\xa4\x62\x4e\x68\x7f\x42\x87\x40\x06\x2a\xf5\x88\x16\xd1\x76\x25\xbb\xb0\x6e\x09\x55\x1c\x90\x35\xc4\x1b\x45\xe7\x34\x57\x1a\xc2\x40\xb4\xc8\xbf\x44\x5e\x31\x2d\x32\x07\xfb\x0f\x82\xa5\xc3\xce\xe4\x04\x22\xdf\x1a\x4a\x6c\xd1\xcc\x21\xc5\x17\x4d\xad\x47\xfa\x31\xf6\xca\x86\xd4\x23\x03\xe6\x12\x44\x4c\x14\x0f\xc3\x48\x51\x2a\x2d\xaa\x7d\x39\x0b\x80\xcd\x09\xcc\xf1\x2d\xe0\x14\xa1\xd1\xec\xc6\xb0\x63\x8f\xc6\x47\xaa\x27\x29\xa0\xcc\x08\xd4\xc4\x70\xe6\xb3\xdb\xb8\xe3\xc9\x0b\x26\xc6\x6b\xa3\x6b\xb6\xeb\x59\x07\x54\x3a\x78\xdf\xe3\xc9\xed\x11\xb1\x24\xd9\xd9\xb7\xd5\x62\x89\x5c\x93\x22\x89\x4e\x33\x01\x58\xe0\x36\x68\x50\x7b\xa7\x85\x86\x24\x9b\x12\x69\xba\x63\x3a\x6e\x23\xcf\xac\x36\xd2\x55\x6b\xb0\x6b\x30\xde\x8f\x1a\x51\x3f\x95\xb1\x62\xf3\x10\x84\x48\x29\x92\xcd\xc9\x25\xbc\x27\xf5\x58\xa0\x04\x89\x86\x8c\x81\xca\xe4\x10\xd9\x10\xca\x69\x86\x00\x70\x84\x93\xd4\x53\x24\x4e\x3a\xc5\x9d\xa5\x1d\x3e\xb9\x4c\x3f\x60\xb4\x2c\x2d\xf3\xc1\xfd\x2f\xf1\xa6\xd5\xfa\x5a\x83\xd0\x1b\x37\x5f\x2c\xd2\x1e\xe3\xe1\xb3\xf0\x2b\xe1\x86\x26\x72\x11\xcc\x04\x11\xa5\x5f\x7f\xce\x59\x06\x57\x34\x5c\x8a\x91\x35\x38\x1c\xd3\x66\xc0\xce\x8d\x57\xa0\x71\x6a\x53\x2b\xdb\xc4\x50\x1a\x41\x7e\x29\x46\xbe\x98\x1d\x35\xd5\xde\xca\x1c\xc4\x34\xb1\x76\x8f\x26\x3a\xeb\x53\xec\x17\x54\x23\xd2\x87\x37\x31\x1b\x99\x65\x74\x78\x65\x6f\x9d\xc0\x6d\xb1\x59\x12\xe9\x1f\xde\x47\xd9\x46\x58\x30\xda\x1f\x70\xe1\xf0\x64\xec\x4c\x11\x39\x31\x08\x2c\x70\x0a\x32\x1b\x26\x64\x73\x6d\x05\x05\x0c\xc0\xe9\x82\x25\xed\xdd\x99\xee\xdc\x58\x89\x09\xe6\xe2\x3c\x54\x32\x22\x49\xb9\xbe\x0e\x08\xf9\xd4\xaf\xd7\xbc\xca\xc0\x67\x6c\x2e\xe5\xc8\xdf\xb7\xfb\x2b\x9f\x7e\x24\xdf\x1d\x14\xed\x57\x1e\x77\x96\xa7\x98\xd2\x63\xb0\xa1\x11\x5c\xf8\xe4\x52\x1b\xe3\x66\x57\x00\x0b\xc6\xe0\x28\xce\x10\xe3\xbc\x6c\xe0\x9d\x9d\xee\xda\x28\x81\xa1\x93\xf8\xe1\x6d\x0e\x47\xdc\x6a\x85\x93\x87\x9d\x8d\x1b\xe1\x6a\x53\x61\x1e\x77\x52\x84\x26\x4b\x5c\x61\xdc\x1a\x0a\x31\x4b\x03\x62\xbc\xb2\x15\x62\x35\x55\xac\x40\xdc\x8d\x2a\x88\xd3\x13\x76\xff\xfc\x34\xf3\x6a\x44\x58\xa2\x95\x48\x0d\x54\xd5\xb3\x96\x85\x0c\xbf\x92\x77\xab\x52\x57\x05\x68\xaf\xdf\x55\x6b\x1c\xdb\x38\xc6\x24\x44\x40\x8c\xed\x1e\x39\xff\x34\x6d\x3e\xfd\x6a\xe8\xfa\xfc\xf3\x77\x09\x8e\x7a\x0e\x2d\x09\x11\x88\x03\xc6\xc8\x80\x51\x01\x5d\xf1\x7c\x72\x13\x8c\x5c\x93\x03\x76\x8d\x69\x17\xb9\x4d\x14\x12\x5d\xa9\x59\x1a\x7d\xa4\x90\x06\x1c\x3c\xad\x25\xca\xf2\xa4\x56\xf3\x52\xec\x5c\x0d\x9f\xaf\xf2\x82\x00\xb2\x29\x1c\x50\x89\xf3\xe1\x0f\xab\x28\xc1\x99\xc1\xbb\x84\xd5\x3a\x32\x56\x9a\x20\x4c\x4d\x10\x0f\xa7\xfd\xff\x75\x82\x47\xdf\xc3\x0a\xe8\xc5\x87\xb3\x9c\xa9\x7b\xe7\x61\x9b\xd8\x55\xda\xad\x47\x9d\xc9\xe9\x63\xab\xe8\x43\x2c\x72\x31\x2b\xed\x7c\x00\x95\x8c\x4c\x2e\x3e\xf6\xbc\xfd\xb4\x73\x6b\x4a\xd7\xef\x38\xb8\x54\xc5\x3c\xb8\xdd\xb5\xef\x48\x89\x53\x8e\xbb\x46\xa5\xaf\x54\x29\x66\xcd\xcf\xf2\x4d\xaf\x85\xd9\x9d\x09\x97\x24\x55\x79\xaa\x90\x23\x3c\xc9\x5c\x59\xa6\xe4\x9d\xc5\xb8\x92\x38\x48\x71\x5d\x0a\x2c\x1d\x79\x15\x8d\x4e\x50\x54\xe0\x6b\xce\x69\x72\xfa\xee\xd1\x1d\x50\x68\xf1\x5c\x51\x35\x5d\x27\xbc\x27\x5b\x98\x83\x06\x7f\xf5\xc5\xef\x29\x28\x54\xf5\xc2\x6d\xa1\xd3\x7f\x72\x06\xad\x2d\x1b\x0f\xc9\xd3\x8d\xae\x13\xae\x8f\x01\x48\x5b\xbb\xa6\x96\xce\xba\x32\xd2\xf4\x9b\x2f\x53\x62\x10\xb9\xd9\x0a\xdb\xcf\x69\x1f\xf0\x61\xd6\x33\x34\x67\x17\x9f\xbd\xec\x26\x44\xb2\xab\x8e\xb5\x89\x27\xc1\x89\x21\xf3\x48\x80\x0a\x13\xe0\x47\x20\x40\xbf\x26\xc5\x97\xa2\xd6\x36\x81\x9a\xd2\xb8\x97\xb7\xc3\x5b\xbb\x3a\x82\x25\xda\xa1\x73\x4f\x81\x61\x87\xb7\x0f\x3b\x8f\x40\x44\x18\x81\x73\x62\x50\x09\x1e\x26\x9f\x34\x19\xa6\xb9\x94\x71\x92\x91\x5c\x53\xa1\x1c\xa9\x95\x62\xe4\x23\x59\x39\x46\x45\x34\xe5\x90\x68\x48\x0a\x76\x7f\x17\x21\x31\x27\xa2\x37\x6e\x4a\x57\x36\x31\x41\x66\xc4\xda\xd1\xce\xac\xc6\x94\x56\x41\x78\x38\x3c\x0a\x12\x00\xa5\x93\xc8\xdb\x6e\x48\xfa\x7c\x8c\x05\x42\xf9\x45\x0d\xd1\x0a\x91\xbf\xbd\xd3\xde\x1d\x0b\x77\xc6\xf0\xa3\x69\x0a\x22\x81\x89\xc5\x87\xf6\xce\x0d\x47\xf1\x50\xd4\xdc\xe7\xb6\xc2\xd1\x87\xb0\xd6\x9a\x81\x92\xac\x2c\x61\x40\xb1\xf1\x88\x01\xdb\x54\x97\x6d\x08\x15\x88\x49\x65\x96\xdc\x17\x83\xd3\xf4\x90\x21\x49\x3e\x95\xd1\x8f\xac\x71\x45\xf1\xf4\xad\x6e\x02\x21\x00\x4e\x6f\xaa\x67\xc1\xfc\x22\xfa\xc5\x33\x5f\xa1\x95\xe5\x5c\x86\xad\x9d\xda\xea\x14\x59\xc7\x6d\x9f\x53\x64\x34\x17\x51\xa2\xbd\xbf\x12\x3c\x5a\x8b\x59\x86\x61\xeb\x76\x9b\xcf\xe1\xa0\x76\x0f\x2f\x77\x56\x36\xfe\x39\x32\x0a\x8b\x86\x8b\xfc\x06\x64\xc8\x56\x0c\x81\x9d\xa9\xe7\xb8\xd5\x17\x81\x4d\x4c\x47\x12\x88\x98\x4f\x2e\x94\xfc\x52\x5f\xa9\x4c\xa6\x9e\xb9\x2d\x90\x24\x60\x6a\xfc\x11\xbf\x19\x61\xb5\xdc\x3d\xba\x46\x3e\xf5\xab\xf9\x8a\x53\x00\x86\xe3\x67\x4f\x35\x4a\x4e\xcd\x2d\x3a\x18\x8e\x72\xea\xb3\x0e\x54\x87\x9d\x7b\xf7\x0a\x74\x03\x30\x9f\x25\x1a\xc2\xbb\x31\x05\x34\xcb\xd8\xf1\x0d\x28\x6f\xee\xef\xc1\x41\xe6\xf0\x3b\x31\x33\x80\x9e\xd9\xda\x93\x59\x6b\x5f\xcf\xcf\xea\x1c\x6f\xe4\xa8\xa9\xbc\xdd\x6f\xb2\x4a\x83\x0b\x3b\xb2\x9f\xaa\x8a\x9b\x17\x76\xde\xee\x4f\x66\x0a\x65\xaf\x12\x2d\xc8\xce\x0c\x3a\x5d\x46\xaf\xb3\x98\xa6\x4c\x80\x12\xa5\x77\xf2\xb5\x11\x76\xe7\xb2\x20\x47\xe2\x9f\x12\x0d\x29\xbe\xe2\xbc\x18\x68\xcd\xeb\x42\xf4\x99\x82\x7d\xf9\x33\x46\xfa\xd2\xb7\xc4\x1a\x99\xd5\xd8\x0c\x2d\xaa\x9b\x5e\x56\xda\x5b\xc2\x5b\x09\x6a\x6e\xae\x7b\x24\x5b\x0e\xaf\x84\xc9\x67\xbe\x14\x16\x7d\x8e\x36\xc1\x1b\xb6\x0f\x38\x67\x06\x4a\xf5\xd2\x40\xc5\xab\xb9\x0e\xeb\xeb\x99\x72\xa9\x00\x6c\xca\x15\x23\x34\x5e\x50\x98\xdb\x52\x1f\x13\xf5\x4d\x20\xa9\x5f\x73\xf3\x45\x36\xf7\xc0\x88\xf8\x5a\x8d\x7c\x4b\xd4\x36\x61\xe4\x3e\x5b\xbe\x51\xf7\x40\xbb\x2e\xd5\x45\x0c\x05\x40\x38\x8f\xda\x9a\x00\x1a\x24\x03\x06\xcd\x7b\xc1\xda\x54\x30\x7d\x4b\x05\x44\x71\xec\x90\x71\x13\x4c\x0a\x8a\x6e\x7f\xbe\x51\x56\xd6\xdc\x2c\x47\xbc\xb2\x0d\x57\x6e\x92\x41\x77\x75\xb7\x76\x01\x84\x19\x8e\x82\x02\xb1\x37\xdc\x78\x1c\x2c\xac\x87\xcb\x40\x52\x9b\xac\x23\xe1\xde\x11\x70\x90\xd7\x6a\xa4\xe8\x31\xb4\xa8\xcd\x56\x99\xa2\x37\xa8\x67\x99\x60\xed\x9d\x8d\x60\xfc\x4e\x30\xf6\x18\x4e\x01\xd2\x18\x1d\x87\x39\xb1\x11\xce\x6c\x6a\x3d\x33\x73\x11\x1d\x79\x49\xe3\xec\x40\xfe\x5b\x0a\xa2\x5a\xdb\xee\xbe\xba\x8f\x1f\x71\xfb\xf8\xf6\x2e\x63\x2b\x2a\x60\xa3\x30\x28\x31\x2d\x5e\x7f\x8e\xb0\x83\xec\x2e\xba\xac\xc0\x9a\xc0\xe1\x21\x9c\x14\xb9\x87\x42\x58\x43\xad\x10\xb9\x8c\xb6\xad\x8b\x1b\xf5\xaa\x08\x08\x29\x86\x5d\x93\x9a\xfd\x4c\xdb\xae\x4d\x10\x4f\x30\xef\x56\x5c\x34\x3a\x35\xea\xb0\x90\xa4\x8f\x99\x9e\x92\x8c\x5c\xf5\xe3\x7b\x53\x7c\xdf\x4f\x2e\x4d\x99\x25\x09\x42\x08\x74\x43\x3b\x75\x6d\xa2\x84\xd4\xc8\xe9\x2b\x37\xdc\x53\x9f\xf1\x2a\x2a\x7a\xa4\xda\x63\xff\x04\xf5\xa4\xc2\xed\xb8\xe4\x0c\xd3\x19\xb5\x55\xcc\x0b\x0b\xe9\x20\x11\x87\x62\x6b\x84\x0a\xe1\x37\xae\x3d\x7c\xf4\xdb\xdf\x7f\x49\x81\x06\xe8\xab\x8f\x05\x94\xeb\x5b\x4c\xaa\x71\x98\xe1\x50\xc9\xf7\x59\x5a\xa9\x94\xd0\xa9\x74\x69\x9d\x55\x06\x8e\xf5\x0d\xb6\xf6\xd1\xba\x45\xed\x44\xab\xad\x05\x41\xd5\x4e\x14\x20\x59\x00\x69\x3e\x16\x1d\x49\x95\x55\x74\xe4\xb4\x76\x89\xe0\xdd\x02\xc3\x51\xce\x41\xa9\x48\x18\x55\xa3\xe2\xe6\x52\x57\x32\x0d\x07\x97\x1c\x23\xbe\x12\x41\x28\xd7\x37\x1e\x68\xb3\xc3\xea\xa7\x51\x50\xba\x2b\xe1\xbb\xe5\x7e\x09\xf6\xe5\x62\x89\xf0\x23\x3e\xad\xb9\x2e\x8b\x1b\xd5\x61\x38\x1c\x95\xf3\x59\x16\x3a\xb5\x69\x56\x3e\x47\xb6\x3a\x2a\x36\x6c\xc6\x1a\x82\xbd\xf6\x28\x6e\x4d\x83\x96\x38\xe5\xfc\x8f\xe9\xdb\x1f\x7e\x4e\x2a\xfd\xe7\xf5\x5a\x19\xfe\xe4\xaa\x58\x03\x91\x6f\x36\x04\xda\xc8\x45\x76\xd4\x9b\x2e\x13\xf9\xa4\xbc\x2a\x3e\x59\x5e\x09\x40\x7c\x31\xf4\x45\xfb\x65\x6a\xe7\x05\x07\x19\x54\x0a\x59\xa7\xb8\x7b\x09\x67\xcf\x9c\xe0\x6f\x8d\x52\xe1\x7c\x6e\xa0\x51\xc2\x60\xa6\xa3\x67\xbd\x91\x15\xb9\xb4\xcc\xbb\xae\x3e\x58\xf2\x85\x58\xf2\xd6\x24\x99\xcf\xa6\xa5\xea\x66\x2d\x68\xf1\x43\xa0\x0e\xe1\x29\x9d\xe5\xc0\x69\x72\x9d\x11\x8d\xe5\x48\x08\xf3\xce\x6d\xb5\x81\xa1\x27\xe8\x2f\xe3\xf6\xcd\x4a\x12\x0f\xc3\xe6\x03\x8e\x5c\xd7\xf5\xa8\x27\x18\x14\x5d\x44\x33\xa5\x94\x19\x8e\xa1\x90\x88\x30\x32\x21\x88\xfa\xb7\x3e\x23\xf1\x75\xe4\x2c\x66\xa6\xcd\x46\x62\x0c\xe1\xe2\x50\xad\x8c\xd0\x7d\xa1\xf8\xf5\x9a\xeb\x66\x79\x43\x86\x0f\x16\x32\xfd\xa5\x32\x06\x28\x89\xa7\x0f\xef\xd8\xd5\xf3\x03\x59\x8c\xed\x6a\x09\x8f\xc0\xb3\xf6\x60\xa2\xb3\x71\x28\x0d\xe1\x05\x58\x2a\x10\xef\x1a\xc0\x03\x01\x26\x08\xf9\x92\x76\x4d\x16\x6f\xd5\xc6\x6e\xd3\x96\xf3\x7d\x6e\x59\x55\x15\xb0\x21\x38\x16\x7e\x1d\xd6\x07\x98\xcb\xc4\x34\xe8\x09\x9d\x87\x0b\x19\xc4\x7e\xa9\x0e\x90\x73\xf3\xa8\xb4\xce\x8e\x07\x73\x3f\x00\xb6\xca\x6e\xde\xc7\xd0\x29\x8a\x23\x07\x3d\x39\xd8\xb9\x9c\x21\x0f\x48\x2d\x7f\x31\x1b\xcc\xae\x00\x77\x14\x86\x4c\x5f\x61\xbd\xe9\x5e\xb5\xb0\x51\x6e\x85\x4a\x28\xe6\x17\x2b\x89\x18\x93\xa8\x8a\xa4\x24\x4f\xa7\x85\x25\x66\x39\x2d\x6a\x60\x67\xf4\x00\x9f\xaf\x32\xce\x79\xa4\xba\xdc\x0a\xf6\xb5\x66\xa1\x20\xfa\x51\x61\x47\xfb\xe3\xe4\xa1\xfe\x86\x44\x1e\x23\x6e\x0e\x96\x91\xd1\xa9\xaf\x43\x70\x2a\xd1\xc9\x10\x3c\x9a\xc0\x73\xa2\x3e\x17\x29\xb4\x90\x9a\x0e\x17\xe1\xb8\xaf\xe8\x12\x8e\xbe\x46\x9d\x68\x11\x25\xef\xd8\xd0\x60\x8b\xbb\xca\x13\x12\x95\xaa\x88\xe7\xe8\xfa\x3c\x2f\xa6\xf1\xfd\x8c\xb5\x7c\x66\x41\x05\x25\x2d\x28\xc3\x88\x1e\x91\x91\x12\x30\x05\x58\xbc\x5a\x4e\x35\x41\xea\x13\x80\x82\x70\x90\x04\xd5\x5b\xc2\xd8\x11\x76\x6f\x11\x84\xee\x31\x15\x94\x3b\x8d\xa0\x99\xb8\x70\xbf\xa9\x15\xbc\x2a\x68\x9e\x06\xfc\xfe\x48\x30\xbf\x25\xf7\xeb\xd2\x3b\xf0\x7c\x0c\x6b\x8d\x6a\x80\x2e\x40\xa1\xca\xc7\xd5\x00\x26\x8b\x79\x06\x60\xe4\xd3\x13\x40\xcd\x38\x52\x20\x39\x66\x0d\x26\xee\xb1\x63\x80\xd1\x38\xa6\x1b\x5c\x7e\x9a\x06\xc6\x94\xed\xb8\x45\x95\x85\x93\xeb\xfc\xf1\xa5\xe0\xd2\x5c\xb5\x9c\x2f\xb8\x12\xd4\x2f\xe7\x9e\xc4\x16\xcc\xb0\x60\xf5\x72\x42\x6b\x84\xd9\x7a\xbe\x2f\xcb\xc2\x96\xc6\xac\x6e\x00\x31\x69\x02\x28\x44\x2a\x00\xa1\x5b\xb2\xd1\x98\x84\x6c\x2c\xc1\x5a\xa6\x01\x80\xa4\x85\xbc\x11\x9d\x55\xc0\x1f\x18\xce\x1e\x8f\x40\xa7\xec\xb5\xd4\x56\x35\x5c\x5a\xcb\x89\x85\x96\x4a\xb1\xb5\x46\x97\x6f\x5a\xdb\x00\x36\x50\x02\xb0\xd4\x41\xab\x9a\xb1\x3a\x1c\xb7\xc9\x4e\xaf\xb4\x36\xb1\xfc\x0c\x5e\x28\x11\xd2\x2c\x66\x10\x6b\xf9\x2d\x50\x5f\xd2\x5f\x80\x2a\x32\xec\x35\x64\xc4\x9d\xd6\x1d\xb6\x71\xa4\x55\xe1\x25\x2f\xe6\xfa\x86\xa9\x46\xe7\xc6\x0b\xb4\x6e\x29\x16\x97\x56\x63\xc8\xad\xa0\x44\x8e\x37\xb9\xa8\x8f\xb9\x79\xcc\xbe\x91\xd6\x81\x8f\x71\xc1\xe1\xec\x35\xcc\x90\x90\x2c\x39\x83\xd9\x40\x30\x25\xc0\xf2\x08\xaa\xd9\xd4\x65\x1a\x18\xee\x58\x01\x5b\xfc\xfe\x78\xb0\x9a\x0b\x8a\x5e\x9d\xdd\xb3\x2a\x33\x04\x91\xc7\xd4\xae\x81\x07\x19\xb0\xc1\xf6\x09\xb0\x43\x9e\x5f\x47\xb2\x8b\xee\x00\x52\x2a\xee\x76\xb7\xae\x74\x37\x53\x07\x41\xed\x9a\xc0\xdb\x0b\x36\x30\x1e\x20\xc2\x36\x62\xda\x70\xa2\x7c\xf5\xcb\x73\xa0\x9a\x9f\xfe\xea\x93\x73\x3e\x69\xe6\xed\x9d\x59\xe7\xf4\x57\x1f\x9f\xf3\xed\x09\xeb\xea\xb9\xfe\xfc\x79\x97\xda\xa0\xaa\x0e\x06\x5a\xa7\xc0\x57\x6b\xee\x85\x92\xd7\xf0\xc9\xb7\xbd\x33\x82\xd9\x62\x34\x5d\xf8\x06\x3d\x70\x53\xf6\x57\x3e\xdf\x6c\x9a\x4a\x3d\xdb\x45\x55\x1a\x3f\xd8\x95\xc6\x50\x4e\x26\xee\xe3\xe1\x0f\xef\xad\xda\x33\x97\x42\xd4\x82\xea\xd9\xaf\x71\xbc\x30\xfb\x52\x11\xe7\x0e\xc3\x56\x06\x8a\x5f\xf0\xaf\xcf\x68\x56\x84\x09\x6e\xe5\x6b\xdd\x8f\xa7\x7d\x33\x68\x7b\x26\xb3\x22\x86\xd1\x4d\x5c\x23\x0b\xf2\x48\x7b\xb7\xd9\xbb\x7c\x00\xfa\x02\x68\x70\x30\x3d\x0a\x6f\x35\x69\x13\xfd\xc8\xda\x63\xe7\x12\x19\xa0\x40\x70\xb7\xe8\x45\xb4\x40\x6b\x2e\xa1\x88\x61\xe4\xfe\x00\x21\x2a\x06\x70\x4c\x63\x69\x35\x84\xe8\xaa\x5d\x13\xc3\x1a\x23\xfd\xfd\x50\xc6\x43\xfe\xda\x1e\xd2\x7b\xb7\x62\x8e\xf5\x6b\x73\x15\x4b\x28\x20\xf7\x53\x6b\x98\xdd\xc4\x90\x9c\x7e\x62\xcb\x68\x4c\xd8\xbf\x49\x5e\xf6\x71\x54\x1c\x89\x9e\xe9\x2e\xaa\x1e\x25\x1b\x62\xc9\x10\x45\x28\xdd\xb5\xba\x39\x86\x41\xca\x74\x59\xcc\x28\x15\xd3\xa6\x0a\x36\x55\x9f\xd5\x8d\xa0\x7e\xd2\xcd\x90\x13\x8f\xcd\x74\x5f\xee\xca\x25\x60\x13\xa8\x54\xc9\xa9\x00\x75\xb6\x92\xc3\xd2\x53\x90\x1a\xda\x19\xb6\x76\xbb\x5b\xf7\x50\xcc\xb9\xf7\xd8\xbc\xa4\x62\xdf\xc4\x9a\x66\xdd\xb7\x03\x94\x64\xf6\xb1\xed\x20\xe5\x20\x08\x92\xa1\x71\x75\x11\x0b\xaa\x73\xb7\x58\xaa\x67\x3b\xfb\xb7\xba\x87\x9a\xf1\xd8\xa9\x69\xd4\x20\xf3\x17\x40\x35\xa0\xcb\x8a\xea\x13\x33\x49\xb9\x44\x6e\x70\x74\xbb\x1c\xf0\xe6\x29\x8e\xdf\x7b\xb8\xdc\x9d\xfc\x21\x5e\x8e\x16\x6b\xe6\xd7\x36\x77\xe5\xf2\x68\xc3\xfb\x16\xdb\x47\xa3\xb9\xc5\x89\x18\x3c\x65\x3e\x5c\x60\xc5\x90\xd9\x45\x72\x53\x42\x42\x4b\x52\xc6\x10\xf3\x7a\x30\x88\x18\xcc\x53\x01\x63\x9e\x0e\xc1\x4e\x22\x52\x82\x27\x80\xa2\xe1\x89\x21\x13\x68\x43\x4f\xef\x46\xbb\x82\x45\x91\xb2\x1d\xa4\x06\x6d\xac\xe6\x6b\xf5\x52\xa1\x54\xcd\x0b\x7d\xc4\x70\x2d\xba\xf6\x88\x9b\x95\xd5\x2c\x53\x6c\x37\x15\x2e\x2e\x84\x93\x07\x6d\xb8\x12\x3c\x83\xd1\x38\xbb\xe1\xd6\x0d\xd1\x8a\xe6\x6e\x07\xd3\xb7\xd2\x01\x05\x13\x04\xdd\xde\x41\x87\x11\xab\x81\xbd\xc5\x97\x91\x71\x92\xea\xe3\x8e\x9f\x5b\xe8\xbe\x7a\x23\x7e\x2c\x63\x0c\x14\xf0\x62\xb5\xde\x07\x4a\x1c\xe6\x2a\x0b\x26\xc6\x45\x43\x8d\xf5\xce\xff\x4a\xc7\x16\x88\xa5\xbb\x5a\x3a\xab\xc2\x83\x87\x36\xba\x46\x19\x55\x33\x10\x87\x27\xd1\xd4\xd7\x69\x5d\x87\x33\xa7\x01\xea\x83\x28\x7f\xd4\xbd\xa8\x1f\x1e\xca\xb5\x69\xb3\x43\x7d\xe9\x09\xd5\x76\x32\x8e\xa2\xaf\x64\xf1\x01\x9a\xe0\x38\x33\x12\x01\x47\xb3\xc3\xf0\x60\x33\x91\x14\x50\x38\x23\x64\xc0\x0c\xa3\xc5\xdd\x6f\x20\xe8\xed\xfe\x5d\x83\x99\x03\xbd\xfb\x88\x1a\xfc\x08\x39\x7a\x51\x68\xdf\x2f\xe8\x07\x9e\xfd\xaf\x15\xb2\x2c\xa9\x3e\xb9\xe6\x74\xb4\xb5\x49\x16\x6f\xf2\x6d\x8f\x13\x9b\x07\xfe\x6a\xeb\xac\x78\x8d\xfb\x53\xb4\x1e\x28\x32\x4b\x7f\x3b\xd2\x26\xde\xbe\x93\xc2\x4f\x74\xa1\xf4\x31\xe4\xd6\x06\x14\x5b\x17\xc3\x3c\xc9\x12\xff\x02\x52\xc5\x7b\x76\x77\x52\x6f\x8e\x9a\x52\xbe\x0f\x19\x38\xa6\x8b\x63\xc3\x2e\xd3\x56\x89\xb0\x30\x61\x58\x37\xb7\x14\xf3\xa8\x18\xf5\x7b\x3f\x1b\xed\x5e\x49\x00\xa6\xf9\x2f\xec\x0c\x9a\x18\x99\xec\x0d\x46\x66\x22\x19\x88\x39\x87\x08\xf1\x47\x23\xb4\xcb\x40\x0c\x49\x3a\x54\x6e\x6c\x11\x29\x42\xde\x65\xb4\x27\xdc\x80\x4e\x3f\x7f\x47\x1a\xc0\xb5\x40\xd2\xcc\xc3\x8e\x27\xe7\x6e\xac\x9a\xce\xcd\x04\xd2\x1c\x86\xbb\x1a\x36\x71\xca\xe0\x82\x84\x89\xa9\x12\x46\xc8\x32\x45\x1b\x99\xc6\x30\xb5\x07\x2f\x83\x7b\x73\xd1\x80\x4b\x3e\x9c\x79\xb7\x70\x1e\xa3\x9e\x63\x7d\x70\x22\x32\xd9\xf3\xe3\x3f\x74\x9e\x8e\x72\xdc\x54\xcc\x1e\x15\x34\xdf\x00\xa6\xa2\xbc\x0d\xb2\x4b\xf3\x95\x1c\x79\x37\x68\xda\x91\xbd\xd7\x9c\x3a\x71\x3e\x31\x67\x51\x5e\x86\x74\x9c\x42\x53\x64\x3d\x7f\x47\x6b\x74\xda\x78\x9c\x7c\x60\x31\x0d\xc2\xcf\x68\x3c\x72\xdb\x84\x93\x53\x98\x48\x6b\x6a\x12\x98\xaa\x50\x85\xb9\xdb\x20\xf3\xe3\xa8\xd7\xbe\x0b\xc6\x7f\xe4\xde\x62\xab\x6f\xd3\x82\x94\x03\x4a\x7b\xad\x51\x91\x33\x44\xd0\x64\x41\xf4\xb3\x5f\xf3\x6a\x9a\xe4\x83\xb3\xe0\x70\x78\x92\x18\xf0\x81\x5c\x51\xa3\xbc\xbe\x64\x99\x7e\x6a\x93\x95\xe6\x2f\x4e\x17\xdf\xee\x4f\xb2\x8f\x57\x6c\xc4\x74\x05\xc0\xdc\xd5\x1a\x13\x5f\x67\x0c\x53\x1c\xf1\x13\x09\x6e\xd3\xba\xad\x51\x6c\x2a\xf3\x91\xb4\x6f\x00\x58\xda\x7c\x24\xf1\xc7\x21\x8a\x4c\x31\xfc\x64\x31\x1a\x78\x1b\xb0\xc6\xa4\x66\xb1\x91\xb7\xf9\x14\x33\x78\xb1\xa9\x2b\x36\x16\x51\x39\x12\xed\x67\x53\x1a\x76\x2f\x02\xeb\xed\x1b\x74\xf3\x94\xa2\x80\xe8\xa7\x9e\x23\xc6\x9e\x2c\xbd\x0c\x1e\x1f\x60\x44\x29\x5f\x91\x60\x17\x3f\x31\x7b\xf6\x11\x44\x3d\x98\x24\x38\x15\x4d\x5a\xbe\xea\x3d\xbc\x6d\x7e\x67\xd3\x35\x1b\xad\xcd\xcf\x7a\xc2\xc6\x54\xd1\x1b\x47\x39\x97\xd8\x1b\x67\xcc\xcf\xc5\x80\x66\x32\xa4\x99\xdf\x75\x6a\x0d\x69\x0c\xe5\xd7\x21\x10\xb8\xcd\x36\xb5\x7f\x49\xdd\xbd\x9b\x66\x0f\x35\xfa\x5e\x3e\x18\x86\xff\x3e\x1c\x1a\xfa\xb0\x58\x24\x47\x54\x70\xf0\x50\x25\x43\x8a\x4f\x3d\x0a\xff\x54\x93\x67\xf7\x95\x98\x7f\xb4\x2c\x63\x54\x34\x44\xbc\x54\x8c\x61\xb9\xb1\x3c\x12\x13\x0c\x4b\x72\xf5\x01\x4c\x35\xbc\xc3\x16\x4b\x44\x1c\x92\x60\xb2\xee\x63\xb0\x7b\xeb\x79\xb4\x6c\xf3\xe3\x18\xde\xa4\x8d\x39\x20\x97\x1d\x2c\x4b\xec\x87\x39\x03\x4b\x50\x36\x0a\x2c\x81\xf2\xa4\x31\xa6\x4e\x9d\xc4\x40\x72\x5b\x13\x57\xe2\x33\x8c\x31\x40\x37\x9b\x31\x4c\xc4\xe4\xd2\x68\x0b\xca\x0d\xe0\x24\x64\x3c\x90\x57\xd5\xf8\x5f\x92\x4d\xd3\xfa\x49\xcc\x2d\x2e\x9c\x66\x2e\x96\xce\x97\xb2\xff\x0e\xff\xa3\xbf\xce\x5c\x74\xcb\x05\x4c\xa0\x61\xde\x76\x76\xb0\x18\x81\x4d\x08\x9e\x02\x96\xa0\xbf\x94\x83\xa5\x83\xb1\x17\x18\x74\x49\x5a\x19\xbb\xc5\xcd\x00\xa8\x68\xd5\xa9\x88\xb9\x05\x2f\x7c\x30\xf6\xba\xdd\xba\x25\x61\x23\x78\x23\x08\x17\x5e\xae\x88\xac\x62\x5a\x18\xf2\x2a\x63\xef\xb2\x5d\xfb\x4b\x35\x1f\xef\x7a\x0f\xa8\x43\xdb\x79\xfe\x9c\x05\x56\x49\xd5\x49\xc0\x66\xe6\x59\xfa\x20\x42\x27\x7d\x67\x91\xd3\x2c\xe5\x20\x7a\xdd\xa4\x10\x4d\x03\x40\x39\xe3\x45\xff\xd5\xd6\x7c\x60\xcd\x7b\x94\x99\x05\xe4\x23\xbe\x43\x72\xf7\x4a\x77\xeb\x65\x78\x7b\xd6\x3c\xf2\x7a\x0e\x94\x8b\x86\x3a\x62\x4d\xce\xec\x82\x82\x27\xa5\xfd\x52\xa5\xdf\xc3\x0c\x0b\x4c\x58\x1d\x6e\x1a\x70\x03\x3d\x99\x55\x68\x13\x63\x73\xb9\xbe\x46\x1d\xd6\x5f\x36\xbc\x3d\x27\x55\x96\x36\x29\x0e\x91\x32\x80\x64\x1f\x1f\x03\x84\xf7\xe1\x0b\x6e\xee\xe3\x2c\xce\x58\xdd\x22\x31\xab\x88\xe0\x87\x3a\xaf\xc8\x7d\x92\x65\x68\x67\x32\x1c\xb9\x07\x62\x0b\xc8\x19\xc0\xbb\x34\x3e\xa8\xd5\x7c\x19\xa3\x2c\x86\x15\xe7\x8c\xc5\xef\xd2\x16\x74\xb8\x79\x93\x9b\x5a\x6d\x28\xd3\x68\x02\x9f\x6c\xe3\x2b\x66\xf9\x3e\xa7\x44\x98\x11\x52\x33\x51\x56\x5a\x09\x39\xb1\x73\xd5\x9e\xe1\x9c\x79\x7e\xd6\xca\x0b\xa9\x4b\x8d\x3c\x36\x9e\x0a\xb0\x8c\x8c\x12\x1a\x6c\xd0\xf3\xce\xeb\x70\xf1\x7f\x77\xfb\x9c\xde\xb5\xef\x83\x8d\xf9\x08\x60\xa0\x54\xb7\x60\x30\xdf\x63\x1c\x06\x74\xad\x52\xc1\x48\xad\x9b\x3a\xa0\x64\x4a\x66\x5d\x24\x77\x56\x74\x03\x82\x86\xd4\x59\xcb\xdd\x0c\x74\x6a\xbe\xd7\xb5\x21\xed\xf7\x8c\x5f\x1b\xd2\x2d\xe7\x8b\x17\x90\x5c\x17\xa3\x71\xf4\x9e\xdd\xee\xec\xad\xc5\x47\x80\x8b\x27\x54\x92\x12\x99\xf1\x06\x40\x82\x41\xc1\x15\x12\x05\x62\x50\x1a\x63\xa2\x20\xae\xb8\xdf\x60\x90\x46\xbe\x9c\x23\xf2\x26\x11\xc8\x94\x3c\x99\x1a\x8a\x80\x2d\x40\x4e\xe9\x18\x81\x39\xf1\xd1\x27\xa0\x65\x88\x07\xd7\xd9\x7d\x0b\xab\xce\xd9\x32\x30\x7f\xca\xea\x2b\xb1\x50\x50\xe2\x56\x7d\xbd\x0d\x44\xb6\x60\xf3\x6e\x30\x0f\xa4\x78\x1b\x69\xbf\xce\xf5\xa8\x7b\x61\x83\x81\x39\x7b\x60\x41\x80\x1d\xa4\x2a\x07\xad\xde\xc4\x1c\xe0\xcb\xf4\xcf\x72\xe2\x95\x63\x10\x40\x8d\xe5\xea\xb5\x3c\xe6\x1d\xb6\x30\xa1\x85\xa1\xf4\x56\xa4\x0a\xcd\x52\x04\x0f\xae\x97\xac\x24\x59\x04\x1c\x96\x44\x4e\x6a\x22\x35\x7c\x58\xe8\xc5\xdf\xf1\x96\xda\x3f\x9c\xbf\xe3\xae\x83\x7f\x4a\x95\xa2\xfb\xcd\x3f\xb4\x0e\xdb\xc4\xfc\x67\x9c\x15\xd7\xb8\xa1\x37\xaa\x43\x6f\x50\x8a\xe6\x81\xbd\x7c\x88\x76\x45\x98\xdc\xcc\x03\xbc\xb7\xcd\x59\x13\xf4\x98\x48\x64\xb7\x70\x6b\x48\xda\x18\xb4\x32\xfb\x38\x98\x5b\xec\x3c\x3a\x0c\xa6\xf7\xba\x2f\x57\x3b\xd3\xc6\xa6\x2c\xe2\xa9\xa8\xe5\xbe\x25\xef\xe0\xcc\x8b\xde\x9d\xef\xe5\x38\x4c\xef\x45\x40\x94\x56\x9b\x6e\xc4\xa3\x92\xe8\x73\xac\x11\x06\xd3\x19\x61\x06\x3a\xf8\xd2\xa4\x65\x4c\xef\xa2\x30\x0f\x83\xca\xa0\xa6\x0c\xc7\xef\xe0\x79\x38\xf3\x10\x23\xa5\xef\x6c\xf6\x46\xee\x4a\xe4\x41\x1c\x2c\x86\x62\x0c\x16\x85\x5d\x46\xc1\x28\x72\xd8\xd3\x9a\xa1\x00\x98\x1b\x9a\xa2\x73\xa8\x6b\x6f\x64\xdc\xc2\x9d\xea\x81\x39\x80\x0f\x2c\xe0\x43\x47\xd3\x04\x24\x08\xef\xd5\xd7\x4f\xe8\x48\xe5\xdb\x94\xeb\x3b\xd4\x58\x12\x8a\x43\xb6\x8b\xe9\xf8\x61\xc7\x5a\x24\xf0\x98\x9b\xb3\xe2\xf7\xa3\x62\x48\xf7\xac\x65\x61\x38\xea\xf2\xde\xe5\x24\x5c\x12\xaf\x7a\x8a\x50\xbd\x3b\xf1\x23\xaa\x66\x1c\xac\x63\xe7\x21\x8c\x82\xd7\x9b\xb7\xa2\x9b\xe2\xc9\xf6\x4d\xac\x46\xc6\x65\xbb\x9b\x4e\x4b\xbc\x1d\x2a\xc3\xdd\xb4\xc0\xec\xdf\x6d\xef\x3c\xc4\x4c\x3e\xb1\x88\xf8\xe3\xbb\xf9\xe5\xc9\xdd\xe0\x6c\x6e\x6f\x45\x79\x1b\x54\xf2\x35\x9d\x51\xc8\xec\x49\xdd\x39\xc5\x88\xb9\xf4\x5e\xf1\xf8\x8b\x91\x1a\x73\x8b\xd1\xdd\x44\xbe\x57\xc1\xf2\x2c\x9a\xcc\x39\x8d\x8e\xd1\xf8\xff\x9f\xe0\x07\x64\x3c\x66\x4d\x89\x29\x34\x1b\x4d\x52\xe1\x64\xc1\x12\xc0\xb1\x8d\x07\x33\x3e\x56\x3c\x49\x6d\xd6\x5c\x27\x53\x04\xc2\x88\x72\xea\x0c\xc8\x89\x4a\xb3\x8a\x28\x45\xd9\x4d\x89\x30\x69\x2d\x9a\x72\xba\xd4\x30\x47\xcb\xe1\xe9\xc9\xfd\x6b\x59\xd2\x41\x14\x88\x93\x03\x13\x09\xea\x26\x01\x6d\xf1\x9f\x31\xfd\x93\x66\x1e\x0b\x8f\x87\x85\x34\x2e\x97\x3d\x7c\x16\x2c\xdd\x0f\x5b\x77\x4f\x6a\xed\x97\x31\x3c\x72\x98\x4e\x74\x3f\x41\xd1\x8c\x60\x7a\x2c\x9c\x7a\xce\x0f\x60\x10\x6a\x80\xfc\x3b\x4a\x9d\x1f\x15\x17\x21\xb2\x01\x25\x80\xa5\x5c\x10\x39\x6e\x0c\x14\x86\x17\x1d\x3c\x33\xca\x9c\xaf\x8e\x49\x16\xd2\xe6\x1d\x24\xd4\x06\x36\x51\x9e\xe4\x5b\x12\xf6\xeb\x0a\x92\xa1\x9b\x28\x12\x5e\x89\x99\x7a\xde\x79\x36\xa5\xe9\xff\x3b\x87\xf2\xcb\xd4\xa1\x70\x60\x39\x8f\x03\xc9\xed\x3c\x26\x84\xb5\xae\x6a\xd8\x83\x78\x67\x37\x9f\x98\x34\x20\xbc\xfc\x63\xf7\xc9\x28\x1f\x62\x3b\xee\x9c\xae\x5c\x8e\x35\x29\xd1\xab\x84\x70\x8b\x32\x62\xa0\xc7\x0c\x66\x33\xef\x32\x24\x07\x91\xdc\xf0\x71\xad\xf4\x38\xa1\x35\x56\x2d\xfd\x92\x75\x92\xf8\x88\x5b\x10\x80\xf4\xa5\x07\x0d\x34\x94\x3f\x4f\xe2\x11\xf3\x02\xcd\x68\xa2\x90\xd8\x64\x73\x8a\xdf\xc4\x58\x86\xca\xd7\x91\x18\x87\x7d\x3d\xc4\xba\x16\x12\xef\x03\x2f\xd3\xd9\x2e\x4e\xba\x56\x27\x57\xa9\x93\x9a\x45\x1c\x3e\x72\x45\xd1\x30\xcc\x8b\xba\xba\x76\x0a\x15\x89\xf5\x29\xf7\x13\x93\x5a\x8e\x57\x8b\x3b\xe1\x52\xc6\x94\x0a\x2e\xc4\x78\xe3\x91\xbe\xd4\x2d\xf5\x61\xd7\x00\xe9\x04\xd2\x31\x3e\x23\xdc\x53\x5f\x37\x62\xe9\x3e\xed\x7e\x11\xa5\x79\x54\xfd\xd5\xdc\x21\xef\x82\x9b\x8e\x06\x33\x03\x90\x1e\xaa\xbe\x46\x8a\x19\x25\x80\x3c\x51\x0f\x16\x56\x38\xe6\x8f\x13\xce\x5a\x11\x53\x14\x04\xc8\x53\xc0\x88\xa9\x48\x4d\xc4\x6c\x51\x51\x44\x38\x7a\x1e\xfa\x62\x58\x95\x24\x30\x2a\x3c\x1c\xbb\x97\x1c\x42\xea\x6a\x49\xea\x02\xd1\x18\x4a\x94\xaf\x26\xc7\xd9\x32\x53\xd2\x1a\xa1\x05\x86\x6d\x9c\x2a\x5b\x4d\xb0\xf4\x80\x53\xc5\xa2\xa9\x58\xf5\x93\xde\x03\xee\xa1\x8b\x6e\x1f\x2a\xa0\x72\x6d\x3b\x55\x47\x25\x05\x55\xac\x3e\xba\x98\xe7\x82\xb9\x81\x36\x0f\x51\xab\x59\xe6\x34\xb6\x98\x2b\x06\x2f\x3f\xde\x58\x09\xa7\x27\x30\xd3\xc3\xde\x14\x26\x80\x07\x62\xb5\xb5\xcb\x5f\x38\xe5\x1c\x5d\xed\x76\xbe\xf8\xf3\xd9\x2f\x1d\x9d\xc2\x83\xe3\x38\x4f\xbe\xbd\xf2\xef\x3c\x5c\xdf\x31\xde\x3d\x91\x5c\xe6\xf4\x00\x50\x74\x15\x21\xe2\xb7\x5c\x25\x71\xdb\x36\x6d\xaa\x71\xd8\xf8\x85\x5b\x63\xfe\xac\x08\xcb\x2d\xbc\x59\xce\x8a\x64\xda\xe9\xf0\xc6\x07\x87\x0d\x53\xcc\xe8\x49\xfb\x38\xd1\xab\xda\xc4\x46\x77\xc7\xd1\x49\xa9\x7b\x86\x92\x47\x43\x03\x25\x10\x8c\x87\xb3\xe1\xab\xa9\xee\xd6\x4d\xee\xff\x1d\xb0\x72\x17\x93\xae\x38\xa2\x57\x85\xea\x48\x7c\xf4\xfa\x6a\x38\x45\x3a\xde\x17\x0d\x7f\xd0\xe1\xb5\x7c\x57\x73\x9a\x0e\x19\x43\x10\x65\x47\xc5\x53\x60\x5a\xb4\xe6\x22\x73\x97\xee\xc8\x7c\x70\x74\x99\xd3\x8f\x02\x73\xef\xac\x5d\xd3\x8e\x28\xae\x8b\x19\x5e\x39\x81\x44\xa2\x63\xe5\x99\x11\xb7\x11\xfb\x10\x53\xa0\xfc\xaa\x87\x17\x83\xd0\x64\xb1\x77\xe3\x38\x30\xb6\x56\x63\xe8\xfc\x4b\xc9\xd0\x92\x00\xa9\x72\x86\x44\x95\x1e\xf1\x98\x86\xfa\xbc\xe2\xb0\xf4\xd5\x3e\xb8\x9e\x34\xf5\xc8\xd3\x3b\xda\xd0\x43\x46\xd4\x17\xf2\xbc\xd7\xf3\xee\xde\x33\xf4\x76\x1e\x2e\x21\xdd\x52\x19\xe7\x45\x5e\xde\xd9\xe3\x33\x86\x8c\x87\x72\x79\xa3\x99\x45\xb6\x07\x86\x70\x5b\x48\x92\xee\x28\x20\x43\xb6\x31\xf1\x7b\xe9\x14\x1d\x4d\x98\x90\x45\xcb\x14\x7c\x21\x35\x7c\xf0\xa6\x7d\x38\xa5\x32\xa0\x60\x00\x2c\x4f\x33\x0a\x7b\x21\x59\x41\xb6\xe3\xca\x3c\xda\x5d\xa9\x41\x6e\x87\x1d\xb5\x9d\xef\xf7\x3a\x77\x0e\xf0\x84\x2e\x3f\xc7\x0b\xb2\x73\x5b\xa9\x23\xa3\x9b\x87\x32\x7e\x0e\x5c\x49\x80\xa8\x58\x2f\x19\x34\xb5\x98\x90\x11\x04\x58\xec\x5a\x0c\x1a\xb7\x2a\x19\xa4\x4e\x18\x12\x25\x3f\x83\x79\x03\xf9\xe9\x1e\x4d\x88\x25\x02\x09\x92\x32\x3c\x68\x97\x7b\x77\xf3\x61\xef\xf6\x18\xef\x7e\xf5\xde\x98\x64\xb5\x0d\xe6\x17\x4c\xaa\xa6\x32\x2f\x6a\x5d\x51\xa7\x09\x07\x89\x4d\x3b\x7a\x39\xa3\x51\x78\x6b\x37\xd8\x9f\x7b\xbb\xdf\xfc\x6f\x67\xff\xfc\x27\xce\xa9\x40\xfd\x7e\xf3\xe1\xc5\x8b\x17\x3f\x44\xad\xe9\xc3\x46\xad\xec\x56\xf0\x63\x51\x5b\x53\xd1\x96\x2c\x99\x1b\x60\x4c\xff\x49\xb4\xd2\x31\x8c\x24\xbc\xc5\xc9\x1e\x66\x65\x01\x35\x65\x1a\x5c\x12\xf3\x91\xa7\xb8\xf5\xc7\x77\x0b\x35\x57\x25\x4f\x88\x2f\x9a\x0f\x5c\xf5\x7c\x94\xbd\x48\x3d\x74\x64\xaf\x3f\x03\x95\xa0\x2f\xb6\xcc\x2d\x1d\x86\x0f\x26\xe8\xb1\x95\x18\x08\x47\x37\x71\x5c\x93\x5c\x9c\x88\x6c\x76\x17\xdc\xe8\x06\xad\x64\x6c\xa7\x5b\xfc\xd3\xe1\xf2\x52\x77\xed\x09\xac\xa2\x41\xd0\x91\x70\xd3\x12\x63\x16\xcb\x58\x1b\x74\x37\xc4\xab\x94\x87\xe9\xa1\x04\x42\x8b\xac\x16\x96\xa8\x0d\xc3\xd5\xad\xad\xce\xd5\x29\x09\xb0\x8b\xd4\x91\xe2\x56\x88\x5e\x5d\xbd\x6a\xa8\x4f\x23\x41\x73\x22\xd2\x9d\x40\x83\x40\x35\xbc\xb9\x10\x6f\x87\x93\x25\x49\xe6\xf3\x60\xe1\x00\xf3\xe0\x4f\x3c\x0d\xde\xbc\x68\xef\xb4\x82\xcd\xed\x04\xb8\xe9\xdb\x4c\x2f\x34\x1f\x63\x88\xdf\x1b\x49\xc1\x41\x36\xce\x51\x0c\xf4\x68\xaa\x26\xc2\x71\x0c\x92\x93\x5a\x67\x25\x6f\x23\xa5\xfb\x8d\x17\xea\xb4\xc3\x07\xd7\x4d\xe1\x41\xc4\x89\xc5\xd7\x92\xaf\x90\xcd\xa9\xb4\x7c\x20\xe8\x18\x2b\x68\x61\x1e\x0f\x3c\x9d\xf6\x24\x2f\x8d\x27\xe8\x88\xd3\x13\x2d\x12\x11\x3d\x49\x95\x13\x04\xf2\xb8\x0e\x8e\xd3\x4b\x44\xe6\x56\x1d\x9c\x20\x88\x70\x38\xb3\xe2\xaa\xc6\x6b\x77\x06\x4f\xb4\x25\x34\x3e\x90\xb2\x97\xf9\xf6\xa0\x85\x0c\x3e\x2f\x11\x01\x44\x6b\x19\xa7\x41\x62\x19\x94\x33\xb2\x58\x61\x8b\x67\xb1\x0a\x07\x83\x2e\x8d\xc3\x74\x2c\x04\x73\x7b\x9c\xaf\x40\x32\x15\xc4\xca\xec\x77\xa1\xe2\x07\x77\x30\x5f\xc1\x67\x04\x7b\x0f\x17\x7a\xa3\x96\xf1\xa2\x5a\xf6\x86\xcd\x34\x3b\xfc\x94\x8d\x4a\x13\x63\x4e\x29\x82\x55\x59\x87\x52\x41\x23\x30\x9e\xb9\x09\xd5\x6e\x8d\xc9\xc3\x57\x73\x4f\xbb\x5b\x2d\xa5\x11\x4c\x07\x9b\x97\x51\xdf\x27\x06\x8c\x22\x2d\x3e\xd6\x14\x59\xdf\x62\x79\x65\x28\x9d\xc9\xf3\xee\xcb\xf5\x60\x1a\x4e\xd1\x33\x0b\x4d\x74\xc9\x2d\x9a\x12\x0a\xcc\x94\x99\x1e\xeb\xb0\x74\x4e\xf7\xc3\xcc\x31\xd9\x76\x34\x33\xfc\x20\x6d\x4a\x76\xaa\x9a\x38\xb5\xb5\x53\xea\x98\xbd\xa4\xa5\xd4\x31\x6b\xbd\x23\xaf\x4e\xb2\xa9\x28\xaf\x8e\xb5\x48\xc9\x8c\x39\x66\xd5\xf4\x94\x39\xe9\x4b\x67\xfb\xda\xdf\xbd\xd4\xe9\x1e\x77\x73\xf1\xb5\xc7\x5d\x19\xd1\xe4\x1d\x24\xa5\x88\xc6\x8c\x48\xc7\x0a\xf0\x69\xdd\xea\xab\x98\x89\xe1\x1a\x3e\xf8\x62\xa9\xbf\xff\x4c\x5f\xcd\xbb\xe8\x63\x62\x9a\x46\xad\x00\x4b\xfd\x6a\xae\xbb\xd6\x14\x5e\x46\xe5\x18\xe0\x88\x49\x25\x9a\xaf\xbb\x57\x2f\x75\x2e\xed\xf2\x57\x76\x15\x4b\x1a\x37\x09\x90\xa3\x02\x8a\x35\x8b\x3d\x0a\x43\xc1\x37\x20\x92\xe0\xf6\x65\xbb\x29\x81\xfa\x83\xde\xc5\x1c\xfe\x45\xa9\x74\x60\x7d\x58\x06\xe4\xe7\xc3\x5a\x2b\xdd\xcd\x55\x03\xce\xaf\x96\x41\x92\xe4\x27\x86\xd0\x27\xb3\xd8\x5d\x1b\x07\xc6\x6c\x40\x34\x2a\xa5\xfe\x12\xe8\xc0\xf2\x0c\x11\x79\x57\x4c\x18\xec\x43\x96\x63\xec\x05\xbe\x6e\xa7\x38\xa0\x5c\xde\x96\xd7\x10\x41\xc9\x05\x02\x7a\x63\xd7\xc8\xb4\xa1\x4c\x80\xaa\xc2\x69\x0a\x49\x0c\xe7\xae\x81\x42\x11\x31\x4e\x38\xa5\x31\x08\x46\xbe\x86\x10\x7c\x03\x51\x6a\xef\x4d\x77\x8f\x96\xf0\xa2\x2b\x7d\xa2\xbb\x84\x9c\xa3\x91\x53\x62\xf1\x35\x42\x75\x5d\xf1\x4c\xfa\xb5\x45\x55\xca\x17\x4e\xe9\x6f\x89\x5b\xc7\x8d\x3e\xd9\xd4\x00\xc5\x5a\xbe\x1f\xd4\x94\x99\xc9\xce\xfa\x91\xfe\x58\xad\xb9\xaa\x52\xef\xa1\x3c\xd4\xa3\x0b\x01\x57\xb8\x70\x9d\xf5\x1f\x31\x0d\x90\xfa\x6a\x06\x57\xab\x6f\x79\x54\x5c\xf0\xc9\x2f\xbc\x22\x6f\x8c\xae\xbd\x3b\x85\x26\x96\x37\x3f\x98\x88\x3e\x5d\x8c\xb0\x15\x8b\xe9\xc4\x3c\x6b\xa7\x7d\x47\x22\x71\xf5\x38\x68\x53\xf2\xdb\x02\xe1\xde\xbc\x6c\x4b\x73\xe2\x46\x1c\x16\xf5\x2b\x63\xd8\xda\x6d\xef\xad\x05\xd7\x47\x25\x6e\xef\x68\x03\xaa\x72\x46\xee\x68\x2a\x46\xdd\xee\x16\x9c\xab\x71\xa4\xab\x14\x97\xc7\xef\xd7\x98\x81\x22\x62\xee\x50\x11\x42\x1c\x28\xc2\x5d\x04\xa3\x20\x29\x8c\x07\xd7\x81\x3e\x2f\x61\x52\x8d\xa3\x25\xb3\xa3\x7a\x7e\x40\xde\x0b\x35\x43\xe4\xa3\x52\x92\x9e\xcd\xd0\x5e\xab\xa6\x7a\xc7\x8e\x2f\x44\x62\x46\xde\xe8\xfa\xb0\x15\x1b\x8c\xd1\x58\x24\x36\xe9\xda\x26\xe1\x56\x1f\x35\xb1\x66\xdd\x51\x7d\xbe\x58\x23\xef\x3d\x7d\x8c\x2d\x2f\x5d\xe1\xc1\x40\xbe\x9b\x4d\x54\xde\x1e\x5e\x01\xe2\xa0\x0b\x51\x54\xa7\x77\x97\x28\xbe\x13\x48\x68\xf7\xe0\x00\xad\x53\xc9\x2d\x26\x62\xf0\xd1\x1d\x7d\xbb\x5d\xef\x39\x79\xac\x39\xa5\x8e\xca\xea\xa1\x54\xa5\x60\xe1\x6a\x67\xe5\x71\x94\x4f\xbb\xb5\xd7\xdd\xdc\x44\xbb\xfd\xf2\x73\x3c\x6b\xbc\xf3\xaf\xde\xc4\x74\xd3\x37\x56\x60\x6d\x3a\xb3\x5b\xc1\xc3\xcb\x51\x0e\x73\x8d\x05\x2b\x6e\x4b\x77\x8c\x19\x64\xfd\x41\x6b\x1b\x45\xfb\x10\x23\x67\xf8\x18\x71\xe8\x4c\xec\x30\xd1\x76\x52\xc7\x89\x51\x28\xc7\x80\x75\x79\x7d\x12\x59\x02\xd3\xa7\x95\xf5\x58\x0a\xe0\x89\x1d\xea\x18\xbf\x31\x8f\x96\x84\x77\xc5\x21\x63\x9c\xc6\xac\x61\x86\x77\x21\x77\xd9\xa3\xa4\x7f\xa4\xf2\xd3\xae\x49\x61\x2e\x89\xd6\x75\x12\x30\xb3\xdd\x98\x59\x28\xbe\xe9\xed\xe0\x9a\xac\xb9\x63\x4d\xae\xce\x83\x10\x0b\x3e\xa3\xff\xee\x95\xe8\xa5\x2f\x3d\x14\xef\x62\x05\xb7\x1c\xde\x27\xc3\xf7\xc2\x7a\x77\xae\x10\x95\xfc\xca\xab\x0d\x9c\x8b\xf2\xe6\xab\xc7\xa5\x8c\x9c\xf9\x54\xa8\x53\xea\xc6\x20\xc6\xf0\x7d\x55\xa3\x7a\x2c\xe9\x10\x43\xe1\xad\x2e\x7a\x54\x06\x13\x33\x6c\x8e\x74\x56\x36\xd0\x61\xb5\x75\x3d\xbc\x32\xc7\x19\x87\xc8\x11\x31\x43\x0f\x38\x5c\x52\x99\x00\xa2\x47\xae\x25\x91\x31\x5d\xd6\x3f\x26\x28\x28\x53\x75\xbd\x2a\xd2\x5c\xc3\x9e\x8a\x29\xdb\xf1\x21\x5f\xdf\x1b\x72\xe9\x7e\xe9\xa5\x11\x7a\x34\x0d\x23\xd6\xd8\x9c\x45\xb9\xff\x7d\x35\x15\x4a\xf9\x9f\xa1\x04\xd5\x62\xb3\xc5\xdb\xf3\x33\xd2\x18\x7f\xb7\x33\x5e\xab\x94\x25\x66\xf2\x02\x6c\xd2\x0a\x45\x93\x76\x11\x45\x6c\xad\xe3\x21\x72\xf0\xa9\x7e\x7c\xc0\x7e\xa0\x83\x3e\xf3\x8e\xa4\xcf\x71\x68\x7d\xba\x63\x19\xdd\xb6\x24\x0f\x62\x78\xef\x31\x5b\x66\x39\x8d\x39\xac\x52\x1b\xf4\x32\x9a\x88\x7e\xf2\x00\x9b\x8f\x72\x12\x8d\x04\x73\x00\x7c\x8f\x3b\xe2\xdb\x79\xd2\x35\x6c\x6d\xa0\xd1\x74\x3b\x4f\xd2\xaa\x50\x75\x2b\xd7\x07\x6b\xe9\x92\x5f\x07\x06\xc1\x35\x31\xd7\xde\x1b\xf1\x6f\xb1\x4f\x7d\x63\xb2\xb3\xb7\x86\x3a\x7a\x6a\xae\x6e\x63\xcf\xfd\xdc\x74\xdd\x46\x13\x27\xa6\x74\x89\x1e\x28\xa7\x1a\xef\x17\x3f\x16\xa5\x97\xb6\x0e\x81\x69\x4c\x3c\x21\xa2\x2b\x3d\xdb\xf4\x3b\x02\xbe\xd2\x87\x69\xc3\x46\x44\xc6\x00\x3e\x56\x9d\x95\x60\x31\xd8\x96\xef\x1b\x2b\x26\x1b\xf8\xb8\x58\xb1\xf4\x2c\xcb\x82\x29\xca\xb2\xfc\x0e\x15\x3b\x6b\x66\xc8\x4f\xe8\xdf\x69\x69\xe3\x8e\x01\x7d\x77\xfe\x38\x3d\x1b\x6d\xf9\x7f\x8f\xfc\x71\xc7\x78\x0a\x53\x13\xc9\x1d\x33\x42\x24\x0a\xf2\xcc\x25\xe3\xc7\xcc\x26\x97\x06\xac\xae\x5c\x08\xf8\xcf\x4b\x29\x97\xe6\x1c\xc2\x3b\x0e\x94\x5c\x8c\xd5\x39\x8a\x7c\x88\xfb\x4b\xf8\x39\x6d\x8a\x7f\x53\x6e\x31\x74\x8e\x6b\x4c\xc9\x26\x21\x92\xa8\x31\x45\xc7\x4d\xc8\xe9\x19\xf9\x77\xb0\x54\xcd\x19\x89\xe3\x98\x30\x69\x27\x35\xd2\x07\x55\x81\x33\xd3\xab\x57\x04\x98\x12\xdb\x65\xfa\xa2\x08\xa5\x6d\x66\x5f\x7b\x04\x52\xa3\x67\xa8\xb2\xfc\x39\x5e\x9f\x0b\xed\x06\xb8\xa7\xd8\x80\x73\x35\x0f\xc5\x41\xaa\xde\x5d\xbb\xd6\x9d\xfc\xc1\x1c\x23\xfb\xa9\x75\xf8\x50\xac\x6e\x96\xc3\x9a\x62\x7d\xb3\xf7\x33\x6b\xbe\x35\xa2\xcb\x80\x5f\x63\x11\x3d\x56\xa1\x9e\x4e\x94\x22\xe1\x68\x6c\x09\x21\x76\x26\xaf\x98\x70\x6c\x1d\x31\x35\x50\x04\xcc\xd1\x49\x15\x7c\x56\x8f\x53\x5e\x72\xbd\x0c\xf3\xbe\x33\xf8\xa8\x83\xbc\xe8\x20\x8c\x8a\xbf\x9b\x83\xb0\x0a\x50\x24\x91\x0c\xa5\xb0\x11\x5b\x28\x07\x12\x6d\x4f\x16\x6b\xc4\x1a\xdc\x04\x05\x4e\xf2\x17\x4b\xde\x17\xcc\xcd\x8d\xa9\x80\x90\x16\xbe\xb8\x9f\x92\x12\x8a\x5b\x25\x19\x5b\xf5\xca\xc9\xcc\xac\x5e\xcd\xf2\x9f\xd0\xed\x3f\x47\x46\x25\x03\x91\xf2\xf3\xbd\xa3\x7f\x79\x0e\x5f\x48\x19\xbf\xba\x60\xf6\x6f\x96\xbf\x4f\xff\xf8\x5e\x15\x1b\xea\x61\x20\xfc\x08\x31\xc5\xd4\x9b\x62\x0c\xde\x61\xa6\x46\x52\xc6\xa5\xb2\x30\x45\x3c\xd7\x4c\xc7\xc4\x30\x9a\x93\x30\x84\xf0\x10\x2e\xa3\xad\xeb\x27\x78\x79\x94\x58\x91\x47\xbf\xb5\x7b\xf2\x19\x77\x98\xcf\x9b\x16\x17\x8e\x16\x84\x9a\x8a\x45\xbe\x31\x55\xd9\x58\xac\x9d\x45\x2c\x78\x64\x5a\x00\xe3\x69\xf1\x09\xe1\xa2\x74\x0e\x99\x32\x3b\x95\xcd\x94\x25\x32\x23\xcb\xa8\xb9\x9f\xd1\xcc\x45\x02\x8d\x3a\xae\xbc\x0c\xc9\x6e\x8d\xd6\x54\x22\x05\xc6\x8e\x49\xb3\x93\xa0\x86\x5e\x91\x9e\xc2\x94\xf8\xa8\x5e\x40\x93\x11\x9d\x4c\xc6\xcd\x21\x22\xed\xbc\x7c\x80\x34\xfa\xd1\x8b\x60\xb6\x85\xfe\xfa\xd8\x6b\x35\xf1\x94\xbb\x89\x71\x6a\x33\x1f\x59\xef\xad\xa9\x69\x46\x6d\x1c\xf1\xa4\xf8\xa7\x76\x20\xe7\xfa\x85\x11\xd8\x47\x4a\xaf\x3d\x13\x0d\xc3\x94\xa1\xcd\xb6\xf6\x84\xf4\xa5\xc4\x18\xa9\x40\x77\x33\xdb\x7b\x75\xa0\x92\x49\x04\xfe\xf3\x06\x66\x5a\xa4\x98\xe6\x58\xd9\x4f\xd3\x69\xc4\x3b\xba\x47\x41\x9b\x32\x4b\xc6\x8e\xc2\x4f\x43\x07\x0d\x30\x49\x3c\xd0\xce\x32\x77\x55\xd3\x0f\x7a\x72\xc8\x0a\x4d\x89\x06\x69\xe9\x2f\xdc\x83\xa8\x30\x8a\x58\x50\x08\x0d\xbf\xf2\x9c\x08\xa1\x61\x50\x34\x52\xc4\xce\x8e\x6e\x76\xd8\x3a\x3f\x56\xd3\x12\xf0\x43\x51\xd5\xcc\xf7\xac\x62\xca\x30\x0f\x6a\x1a\xea\xba\xe8\x3d\x51\x6f\x4d\x05\xdb\xf7\x30\x14\x81\x5b\x35\x48\x61\x94\xa9\x4d\x4c\xd7\x2a\xdc\xcd\xc8\xc3\xc9\x2f\x57\xd2\xc2\x9c\xcb\xe8\xe7\x8f\xb3\xe6\x83\xc7\xd6\x13\xc1\x92\x11\x0d\x04\xad\x7c\xa5\xf4\xad\x7a\x64\x87\x05\x44\x2e\x4a\x79\xf1\x48\x4a\x30\x75\x18\x66\xd7\x51\xc2\xbd\xe4\x28\xc5\xf7\x15\x05\x82\xdf\xb1\xb6\x1e\xb0\x96\x12\x89\xee\xcb\xca\x5b\xac\x73\xf3\x9d\x47\x7b\x2a\x3b\x9b\x57\x29\x51\x74\x17\x67\x71\x5e\x5a\x80\xc1\xcb\xc8\x8d\xdb\x54\xbd\x27\xb7\x30\x13\x0c\x5d\x9b\xa1\x0f\xe1\xf2\x33\xfc\x50\xf7\xea\xf9\x72\x36\x1c\x69\x75\x37\x57\x31\xd9\x61\x31\x13\xa1\x81\x4c\xba\x80\x6c\x14\xaf\xb8\x71\x32\x1a\x2b\x13\xb3\x06\xf3\xaa\x6e\xcd\x7a\x6f\x48\xbf\x8b\x66\xb6\x35\x0c\xab\x36\x44\x96\xe8\x86\x9a\x07\x0c\xb6\xbb\x36\xde\xb9\xfa\x3a\x1c\x19\x4d\xeb\x96\x6f\x4a\x71\x50\x84\x7a\x7b\x9c\xc7\x80\x37\xf2\xfb\xc8\xde\x49\x2f\xce\xea\x87\xc1\xa7\x8d\xaf\x3b\x4f\x75\x64\xb3\xf5\x95\xd3\xdd\xc7\xbf\xea\x98\xc8\x94\xaf\x9c\xfe\x30\x5e\xd6\x7d\x75\xdf\xfa\x14\x3e\x5f\x05\x5a\x04\x12\xa2\xfd\xf5\xde\x2a\x1f\x58\xf6\xea\x59\x65\xf8\xf6\x0c\xc5\xb9\x26\xda\xa1\x98\xd7\xc4\x74\xec\x74\xf4\x76\x19\xcb\x77\xa9\x03\xe5\xc0\xfd\x44\x0d\xc3\xd0\x94\x28\xe3\xb7\xfe\xf7\xe6\xe3\x05\x86\xc8\x9f\xe8\x45\x5d\x45\x8c\x17\xb0\xf9\x29\x01\x4e\x8d\xb4\x5b\x70\x6a\x57\x13\x2b\x44\x47\x38\xd1\x8e\x5c\x6c\x4a\xab\xc1\xb6\x2a\x7a\xc5\x3a\xb9\x2d\xc5\x40\x2c\x9c\x91\xcc\x27\x69\x50\xfc\x08\x3a\xdd\x53\x1e\xfb\x31\x15\xa2\xd6\x40\x9d\x1c\xef\x67\x1b\xc5\x78\xcb\x17\xaf\x89\x53\x2a\x7f\x8f\x92\xc0\x02\xdf\x46\xf9\x6f\xf9\x29\xe7\xef\x37\xd7\xed\xc4\x8a\x11\x8b\xe5\xd8\x53\xbb\x81\xf4\xb8\xf1\xa8\x3d\xe1\xd5\xa5\x4a\xfc\x09\x5e\xe5\xa5\xd2\xad\xb2\x83\x5e\xa5\x2e\xff\x09\x0d\x24\x07\xa6\x9b\x80\x39\xbd\x73\x48\xc4\x2c\x90\x6d\x94\x2e\xb8\xf6\x60\xe4\x7c\x6d\xdc\xc6\x9b\x5e\x27\xd7\x8b\x8d\xc1\xac\xf9\xce\x01\x10\xc3\xad\x0c\xa8\x47\xe2\xad\xa7\x34\xf0\x76\x05\xdb\x6a\xd9\x31\xa6\x18\x87\x78\xe1\x4f\x6e\x2b\x3e\xa8\x77\xb4\x16\x17\x97\xa2\xc6\x07\x4a\xf5\xdc\x40\x41\x0d\x70\x6b\x57\x6a\xb1\xcd\xf6\xfe\xe5\x60\xf9\x10\x23\x5a\x6f\xbc\x3e\xa6\x4a\x3a\x72\x8c\x7a\x69\x7d\xd6\x5c\x7f\xb8\x52\x40\xd3\x18\xbe\x7d\x43\x0e\x6c\xce\x3b\x20\x0f\xc3\x7c\x70\x06\x3e\x7f\xc4\x19\x2f\x4b\xdf\xba\xe4\xec\x45\x9b\x1b\xcd\xec\xed\x7e\xb3\xbb\xf1\x24\x58\xb8\xfa\x16\xaf\xa8\x60\x5a\x5d\x8e\x5e\xd3\xaf\xd8\xb4\x77\x57\xe4\xdd\x37\x31\x3a\x4c\x9e\xd8\x75\x6c\x06\x4c\xa4\xcd\xe1\xbc\x63\x06\x46\xcc\x86\x3d\x0d\x13\x23\x74\xa1\x8d\x00\x35\x11\x6b\xf2\x15\x67\xfd\x72\x19\xb3\x5d\xed\xab\xe4\x78\xf8\x63\x07\x6f\xf6\x9a\xba\x06\x89\x1e\xdf\x3d\x25\x4c\x33\x1e\xdb\xb1\x92\x0e\x42\x25\x17\x7f\xd7\x66\x7b\x47\x73\x3f\x79\xd3\xc6\xbb\x35\x3c\xdb\x11\xb3\x46\xd3\x6c\x0d\x10\x51\x2f\xe9\x78\x2f\x8c\x5c\x5a\xc5\x3b\x0c\xbd\xc5\x97\x26\xc1\x93\x07\xdc\x06\xbc\x9a\xd7\x00\xcd\xcc\x15\xf7\x36\x6c\x1c\xf9\x40\x7c\xbe\x37\x31\x97\x52\x09\x94\x2f\x10\x1e\x73\x0d\xbe\x99\xcd\x5a\xda\xf8\x18\x9c\x7f\x49\xc8\x6e\x55\x22\xa9\x46\x55\x41\xd3\x6f\x81\x5d\x02\x7c\xeb\x09\xb7\xe4\x38\xae\x33\x87\x3f\x6e\xdc\x36\x6a\x4a\x1d\xaf\xaf\x9e\x87\xf1\x14\xb3\x0c\xc0\xef\xfa\xda\x7d\x54\x3d\x4a\xd0\x9e\x2b\xc3\xda\x37\xaa\x39\x9c\x3e\xe9\x46\xbd\x6b\x4d\xce\x19\x8b\x2e\xec\x9b\xdb\xc9\xb6\xd5\x78\xa4\x8a\xf4\x40\x23\x3a\xae\x0a\x26\x37\xb3\xc0\x7b\x13\x57\xc3\x1b\xc9\x1e\x14\xb2\x06\xdd\x7c\xd5\x42\x95\xf3\x3b\xf8\xe2\x1c\x8f\x30\xaa\x10\x9f\xbb\x51\x27\x0d\x01\x66\x9d\x52\x11\xb4\x5d\x03\xbe\xf3\xfd\x5e\x6f\xf1\x87\x13\xe0\x29\x64\x45\x3c\x9b\xe2\xab\x82\x93\x62\xb4\x70\x4c\x45\x71\x56\x15\xb3\x74\xe3\x16\x91\xf0\x8e\x7a\x5e\xdf\x7f\xb8\x05\x60\x81\x0c\xb2\xb5\xdb\x7d\xb1\x9a\xd8\x63\x7d\x9e\x57\x07\xed\x0a\xa0\x41\xf4\xa4\xf0\x45\xc2\x1c\x45\xd0\x3a\x67\xf1\x93\x93\x86\x34\x06\x8e\x63\xcd\xdc\x5e\x52\x39\xb9\xcb\x30\x5f\x3b\x74\x56\x6b\x14\xea\x0d\x20\x27\xd2\xe3\x1f\xcf\x62\x96\x77\x4a\x86\x75\xe5\xf8\xb5\x4a\x54\x4e\xef\x3a\xd9\x98\xd9\x46\x21\x5f\x18\x74\x53\x46\xf0\x39\x7e\x7f\xf7\x10\x12\xd5\x8f\x19\x43\xb2\x39\xf3\x04\xd1\xe3\x98\x48\x96\xfa\x1a\x85\xf3\x6e\x1d\x2f\xd6\x0e\xe6\x28\x34\x22\xbd\xbd\x60\xf2\x56\x78\x7f\x3e\xb8\xde\x0c\x76\xa6\xbb\xab\xeb\x89\x06\x81\x1b\x0e\xb9\xf5\x3c\x85\xc8\xa4\x0f\xe8\xb7\x9f\x3b\xc1\xd8\x65\x51\x26\xe2\xd5\x3d\xd0\xcf\x6a\x39\x51\x54\xe4\x94\xa2\xd8\x17\x11\x03\x52\x9d\xcd\x06\x59\x8f\x49\xb4\x84\xf9\x37\x99\x37\x17\x86\x0b\xf4\xd6\xeb\x14\x9c\x55\xea\x9d\x8f\x13\xf1\x64\x1b\xa7\xa4\x9a\x41\x1d\xa2\xa3\xdd\x37\xf7\x3a\x4f\x5a\xfc\xce\x16\x56\x4b\xd0\x52\xa6\x70\x0a\x1c\x21\x48\x2e\x65\x38\x50\xe7\xd2\xe8\x21\x40\x57\xf3\x78\xec\x10\xfc\xee\xa5\x60\x74\xf9\x18\x70\x35\x14\x86\x36\x46\x61\x54\xb2\xd1\xce\xb4\x29\x1a\x06\x13\x26\x56\x9d\xf9\xaa\x8b\xbc\x5c\x05\x7b\xd2\x2d\x5b\xca\xb4\xa9\x65\x53\xc8\x49\xe4\xbf\x31\x5c\xa4\xf2\x2a\x2d\x03\x59\xef\xa2\xca\x47\x25\xb3\x52\x4e\x2f\x89\x40\x95\x12\xd4\xee\x0d\xeb\x3b\x7f\x65\xc6\x2a\x71\x61\x30\x56\xfe\x2a\x09\x73\x55\xdf\x3c\x53\x2e\xa2\x30\xdf\x9a\x3b\x80\xd6\x07\xbe\x6d\xdb\x3f\x0c\x34\x62\x41\x06\x42\x31\xe3\x9c\x2c\x92\x1d\xab\xfc\xd0\xa1\x31\x2f\x3b\x4c\x4e\x1e\xd7\x4d\xcd\xc6\xc3\x75\xcc\x70\x20\x99\x09\xe9\x08\x1c\x48\xc6\x86\x03\x50\xd1\xa4\x8c\x5e\x42\xc8\xf2\xdb\x07\x26\x78\xd9\x1b\x28\x89\x06\x24\xb6\x06\xce\x56\xc9\x7a\x10\x03\xea\xb7\x3b\x55\x88\xee\xf6\x78\x30\xb2\x8f\x2e\xd5\xef\xf7\xe0\xf8\xa3\xc5\xf9\xe8\x5e\x38\x3d\x4a\x8e\xae\xdb\xea\x41\x76\x6d\x67\x8d\x3f\x72\xab\x5f\xf3\x48\x7f\xe1\x36\x9a\x5d\xe4\x08\xa3\x59\x9a\x95\x04\x6a\x28\xff\x8d\x24\xfb\x57\x4f\x85\xf0\xcb\x1f\xe6\xdb\x20\x7a\x0d\x71\x13\x1f\x53\x8d\x4d\x6d\x28\xb3\x4a\xc8\xfe\x9e\xf3\xe1\xc7\x0e\xd0\x10\x7c\xa5\x8b\x73\x27\x8c\xad\x07\x2f\x46\xe4\x1d\x96\x91\x7d\x94\xf8\xb8\xad\x92\x9f\x8b\xf6\x96\xf9\x50\x09\x3a\xd6\xcc\x7d\x86\x80\xb4\xd5\x22\x20\x76\x6e\xdb\xa6\x6c\xb5\x38\xe8\x90\xc6\xcb\x0d\x24\x3c\xc6\xeb\xc8\xab\x27\xd1\x35\x12\x6d\x4e\xb4\xaa\x97\x86\xaa\x5e\xad\xce\xaf\x60\x24\x9a\x38\xfe\x25\x8d\xd4\xe5\x53\x7e\xe4\xe4\x22\xa4\xfa\x55\x75\x6f\xea\x78\x24\x5e\x47\xff\x3f\xfa\x00\xbc\x39\x08\xf5\x0c\xbc\x39\x86\x9f\xfe\x06\x3c\x6f\xf8\x63\x5f\x82\x37\x50\x62\x85\xed\x30\xe6\xe3\x59\x98\xf0\xb1\x6d\xba\x44\x68\x93\x3f\xc3\x60\x28\xe4\x8f\x00\xcd\x88\x01\x1d\x58\xe3\x9f\xe1\x18\x14\xb1\xf6\xde\x94\x8f\xca\xfd\xc1\x73\x20\x6a\x4b\x24\x8d\x08\x9b\xdd\x9d\x69\x85\xec\xdc\x9c\xc6\x1c\x3a\x0c\x1a\x4f\xab\xcb\x5f\xd3\x9f\x0c\x8b\xbb\x4a\xd5\xe3\x18\xfe\x19\x7e\x15\x48\x3d\x0a\x84\x23\xe1\xef\xf8\x32\x88\x2f\x4f\x83\x44\x5f\xad\x77\x28\x68\xd8\x48\xa6\x84\x58\x59\xc3\x36\x4d\xa3\x82\x25\x06\xa5\xcc\x77\xc6\x0d\x58\x24\x82\x52\x12\x91\x39\x19\x3a\x7f\xe7\xa7\x77\xb8\x3d\x0e\x9e\xe7\xef\xfc\x94\xb5\xa4\x81\xc4\xf0\x59\xf9\x9e\x16\x43\x24\xcc\xc0\x18\xed\x71\xad\x52\xe1\x71\x43\xb1\xc3\xe6\xf9\xdb\xa0\xe7\x63\xba\xee\x56\xb8\xbc\xa7\x1e\xdc\xa5\xef\x78\xb8\xe5\x7b\xe7\xd9\x56\x30\xf7\x9d\x7c\x27\x8b\x51\x11\x78\x1a\x59\x87\x9c\xdf\xfc\xc9\xfc\xae\x9f\x8b\xe6\x52\x79\x22\x3a\x05\x40\xbb\x21\x95\x1a\xcf\x0f\x73\x62\xf6\x44\x4e\x3c\x81\x2f\xfd\xcc\x82\x4a\xa8\x53\xcc\x71\x6c\x1e\x06\x02\x28\x6b\x6c\x7b\x67\x03\x0e\x05\x65\x19\x98\xc1\x4b\xe6\x9c\x0c\x8e\x8e\x76\xef\x59\x3c\x4f\x06\xbd\x2a\xca\xf8\x45\x89\x80\x92\xcc\x4a\xe0\x27\x39\x0f\x38\xcb\xab\x09\x02\x73\xfc\x2b\xfc\x1b\xcd\x30\x5f\xaf\xd7\x4a\x7d\x8d\x7a\xea\x03\xe9\x2f\xee\xe3\x1b\x64\xc7\x01\x5a\xde\x0a\xe6\x6d\x26\xfd\x17\x91\x84\x0d\x9f\x8b\xaf\x31\x54\x5c\xa9\x25\x91\xa8\x11\x6f\x9b\xe3\xb2\x28\x2e\xed\x98\xde\xfd\x06\x8f\x32\x58\xbb\x1e\x6e\xcf\x1d\x03\x44\x2f\x2b\xcb\x13\xc5\xa9\x10\x3e\x2a\x4c\xf4\x7e\x28\xe6\x66\xfd\x35\xfc\x01\x28\xc1\x4c\xdb\x9c\xf3\x92\x2b\x09\xcd\xe6\xaa\x9c\x11\x4d\x90\xc3\x29\xd1\xba\x6b\x57\x82\xe6\x1d\xd5\x34\xf9\xa2\x14\x94\xe2\x50\x29\x80\x43\xc8\xd5\x72\x7e\x3e\xfb\x47\xdf\xf9\x55\xd1\x39\xfb\x2b\xf9\xee\x0f\xd5\xab\xfc\xe4\xd5\xd9\x3f\x7e\xf9\x85\x93\x72\x0c\x10\x82\x76\x36\x01\xa4\x6c\x6f\x04\xa0\x2d\x6e\x00\x58\xfb\x5c\xdd\xba\xe6\x33\xe3\xcb\xa1\xe9\xdc\x39\x40\x94\xcf\xdc\x4c\x87\x4a\x13\x62\x64\xa1\x41\x7c\xd9\xda\xe5\x46\x28\x62\x8d\xae\x66\xdc\x99\x0f\x9a\x68\x39\xc6\x2b\x73\x3b\x4f\xb9\xb4\xbd\x3b\x05\x67\x9d\xdf\xf2\x52\x0f\xbe\x2d\x06\x73\x20\xae\xfd\x5f\x28\xad\x8d\xf7\xee\x52\x5a\x61\x93\x88\xe4\xea\xf4\x94\x0e\xe5\xb4\xfa\xf2\x0f\x67\x1d\x7e\x27\x5a\xcd\xf4\x7c\xa9\x8a\x00\x39\xbc\xed\x83\x62\xe3\xd1\x41\xe7\xe6\x63\x82\x93\x47\xc2\xe4\xc0\xa3\x9b\xd5\xad\x5d\xc0\x3c\x6c\xb4\x6d\xbe\xf8\xd5\x1f\x1d\xeb\x0e\x9d\xd5\x25\x25\x43\x55\x22\x69\x56\xee\x6c\x93\x5b\x49\xd6\x9d\xf2\xa9\x4a\x3a\x74\xa1\x84\xa5\x2a\x0c\x93\x62\xae\xd9\x8b\xa4\x5a\x8c\x84\x4d\x5e\x4a\xf1\x93\x0b\x8a\x4d\x01\xc8\x74\x5c\xa9\xec\xcb\x06\xed\x4c\x8a\xba\x5c\x01\xa8\xb4\x83\xf7\x8e\x12\xd7\x41\x4c\x92\x1b\xc9\x90\xc6\x20\xe2\x02\xa4\x59\x41\xa4\x96\x94\x31\x5b\xa1\x62\x30\x6c\x06\xb1\x0a\x73\x4c\xc6\xd9\x55\xcf\x70\x2c\x55\xcb\x2b\xab\x09\x50\xe5\xb0\x95\xc9\x53\x70\x15\x57\x4c\x09\xf1\x95\xa5\x27\x91\xa4\x24\x57\x74\xc2\x0d\xe9\x82\x45\x92\xf6\xce\x2c\xc6\xbc\x82\x48\xc2\x64\x90\x3d\xfd\xea\x21\x61\xf2\x55\xb2\x40\x71\x0b\xd3\x1b\x40\x77\xf4\x20\xaf\x2c\xae\xca\x8a\xc4\x5a\x29\x53\x2e\x3e\x80\xd1\xde\x4c\xa6\x32\x57\x6b\x91\x10\x55\xd8\xf9\xa8\xec\x79\xe2\x8a\xd4\x4f\xb9\xb1\x59\x54\x01\xe5\xab\x55\xa1\x7d\x1c\xf1\xc5\x7b\xd3\x28\xbc\xe0\x6a\x87\x24\x47\x7a\x1b\x65\x74\xe5\x93\xca\xe8\xca\xa7\x94\x28\xbe\xc8\x0d\x32\x77\x94\x22\xaf\xbf\xbf\x0c\xfa\x37\x26\x92\xa7\x80\xa3\xce\xde\x51\xb8\xbe\x8a\x77\x52\x55\xdd\x92\x4f\xe7\x01\xad\x88\x64\x91\x1b\x90\xac\xb2\xdd\x37\x78\xf9\x9a\xaf\x1b\x28\xe0\x5a\x83\xd6\x02\xc3\x6f\xd0\x4a\x29\x42\xac\x51\x48\xdd\x88\x09\xd3\xea\x86\x24\xab\x9a\xe7\xd5\xf9\xc1\x39\xd1\x3b\x1e\xec\xf2\xc3\x5d\x1a\x81\xe8\xbd\x2c\xe4\xf8\xd1\x2b\x0d\xdc\xbb\x77\x27\x04\xfd\x90\xec\xab\x89\x2a\x30\xe0\x38\x3c\x8f\xf9\x18\x78\xbf\x50\x2b\x55\xe5\x8e\x6e\xf7\xca\x5d\xc0\xaf\x10\x5e\x3d\x50\xcc\xc0\x2d\x7b\x96\xe6\x1a\xcc\xcd\x80\xaa\x8a\xf7\x3b\xe6\xc7\xe5\x20\xe8\xc6\xfc\x41\xb5\xda\xf4\xc4\xbb\xb5\xd0\x58\xa8\x85\x24\x3a\xe5\xbc\x23\xcc\x72\x94\xf3\xea\xb9\xbe\x06\xf0\x92\x52\x25\xc7\xfb\xc7\xca\x6f\x97\xac\x62\x0b\x41\x46\x01\xb1\x03\xe1\x01\xc6\xe7\x32\xb9\xfc\xa5\x74\x69\x21\x98\x7f\x9e\x84\x31\x70\x97\xc0\x97\xbc\x7e\x4e\xa9\x0c\x08\x44\xae\x6a\x51\x12\x03\x7e\x29\x30\x06\x3b\x80\xdd\x45\x90\x92\x40\xe1\xce\x3a\xa8\x90\x1f\x00\xc8\x87\x0c\xf2\x01\xa8\x89\xc9\xea\xc0\x59\x4b\x43\x8d\x21\xbe\x1b\x57\xfa\xd6\xe5\xc4\xdd\xaa\x4f\x7c\x37\x66\xae\x77\xf3\x28\xd8\x7b\xc2\x69\xba\x4f\xaa\xea\xa7\xd4\x62\x8e\xa5\xd7\xaf\xd8\xa7\x0f\xab\x92\xca\xec\x35\x04\x00\xe3\x36\xb7\x4e\x9d\x66\x14\x27\xe5\xcf\xa8\x8c\x7d\xa7\xaa\xaa\x7d\xd2\xa1\x58\x4e\xd2\xfd\x70\xf6\xb1\x7d\x92\xa0\xcc\xf7\xcb\x7c\x98\xce\x9e\xfd\x83\x13\x3b\xb1\x51\xa9\xf9\x6c\x6e\x6b\x0c\x26\xe7\x9c\xc2\x47\x42\x06\x6a\x2e\xf0\x0a\x75\x7b\x71\xd2\xa8\xc8\x6b\xac\x46\x64\xa3\x5f\x8a\x8d\x36\xd9\xbd\xe3\x9c\xf2\xff\x56\x2e\xd5\xdd\x4f\x4e\x51\xd0\xce\xa9\x7a\xa9\xd8\x77\xca\x68\x56\x31\x5d\x8b\xec\xd9\x68\xd4\xa6\x1f\x17\xc5\x35\x9d\xc2\x4e\x4c\x3e\x64\xec\xe1\x78\xde\x04\x55\x8a\x18\x34\xd2\x24\xae\xc0\x77\x4f\x75\xf7\x78\xbf\x8e\xe1\xc4\xd5\xac\xd2\xba\xf2\x95\x3d\xaa\x12\x4e\x4f\xf6\xae\x19\xc3\xe1\xe7\x4c\xd4\xf3\x26\x7c\x2b\x8f\xde\x38\x16\x21\x96\x6e\x1a\x2a\x70\x1a\xb3\x18\xad\x78\xb0\x6c\xa5\x02\x21\xa0\x37\x7e\x2d\x3e\xe4\xd8\xce\xe5\xac\x67\xef\xda\xbf\x22\x94\x14\xf2\x55\xd0\x07\xf3\x42\x01\x58\xbc\xc1\x6b\x68\x16\x11\x90\x2b\xe1\x78\xf1\x2c\x57\x26\xaf\x30\x9b\x52\x78\x0f\x71\xc0\x38\x3a\x9a\x6f\x36\xf9\xd5\x3c\x99\xb2\xef\xd6\x23\xf5\xc5\xa8\xdc\x9b\xc0\x95\x62\xe5\xe5\x98\xca\x2a\x3d\x84\xac\x70\x14\xc7\x60\xaf\xf2\xdf\x1a\x6e\x03\x5a\x75\x2b\x03\x48\xb4\x29\x93\x09\xcf\x55\xa3\x88\xef\x6c\x93\xc5\x13\xd8\x8d\xdc\x99\xef\xbe\x1e\x03\xa5\x41\x2f\xe7\x3b\xc5\x3d\x63\x55\x22\x66\x2b\xeb\x62\x8d\x47\x20\x4e\xa2\xc1\x02\xa2\xd6\x0e\xb6\xbe\x27\x2b\xe6\xfc\xee\x5f\xff\xf0\x67\x47\xa4\x19\x1b\x9a\xb9\x37\x27\xba\x00\xd1\xc2\x3a\xd6\x02\x42\x54\x81\xc7\x94\x46\x1b\x04\x4a\xd8\x8b\x6a\x88\x83\x1c\xf4\xa9\xc2\xa7\x2b\x91\xe8\x92\x86\x23\x36\x52\x22\xba\x62\x1d\x15\x40\x0d\x93\x93\x37\x58\x93\xa0\xf8\xf0\x04\x5f\xf9\x58\x7c\x6d\xbe\xcd\x9a\x68\xc1\xa7\xd7\xb9\x8c\x9a\x22\xa3\xaa\xa4\x1e\xd4\x0a\xdd\x22\x12\xe9\x82\xb8\xa4\x2c\x81\x19\xaa\x61\x2f\x04\x83\x9d\xb4\x0e\xec\x13\x91\x86\xd8\xf1\x61\x37\xc1\x00\xf9\x22\x1c\x10\xc0\x99\x40\x8c\x5c\x02\x20\x60\x2c\x36\x90\x7e\xfb\x99\xa1\xf8\xd5\xe7\x44\x47\x15\x29\x66\xfa\x0b\x4a\x68\xe7\xf9\x93\xf6\xce\x0f\x11\xfa\x39\xcc\x50\x71\x77\xfe\x19\xe7\xf0\x02\x54\xad\x79\x17\x4a\xa8\x1a\x2b\x30\xce\x53\xc3\xaf\x5c\x12\xa4\x82\xd0\x44\x52\x01\xc4\x66\x09\xa7\xac\x24\xea\xcb\xe7\xf4\xb7\x63\x6f\x2f\xa1\x13\x78\x96\x19\x56\xb0\xc9\xd2\xbb\xc3\x75\x14\xf0\x40\x41\xe3\x42\xbb\x3a\x6c\x6c\xa8\x09\x94\x4b\xfd\xec\x23\xd5\x33\xc0\xb7\x76\x17\x0e\x6c\xe8\xc1\x7a\xbd\xea\x73\xb2\x0f\xe1\x36\xf4\x88\x71\x6c\xf0\x51\x5b\x32\x83\xb4\xa6\xaa\x25\xf2\x7d\x29\x74\x04\x4b\x87\x9d\xc9\x09\x1b\x17\x0a\x44\xd8\x8b\xc0\xd8\xdb\x46\x9d\xdb\x81\x1a\x5f\x88\x51\x67\xf7\xb7\xf2\xdb\xe1\x2b\x31\xa6\xac\xa8\x16\x80\x64\x44\xbb\x47\x2c\x26\x9e\x2b\x02\x24\x73\x5d\x15\x24\x78\xa6\x50\x03\xa6\xf2\x39\xfc\xcf\xe1\x38\x2a\x5d\x20\x46\xbf\x56\xa4\x69\xaa\x12\x1f\x76\x58\xb1\x51\xd6\xa5\x9b\x93\xe1\xec\xb5\xa8\x9e\xbc\x34\x87\x1e\x1f\xc3\x03\xa5\xcb\xcd\x37\xea\x8e\x83\x71\xbf\x71\x0b\x0d\xed\x0f\xb7\x3c\x48\x51\x33\x1e\xab\x85\x24\x96\xb7\x77\x36\xba\x47\x4b\x9d\xf5\x29\x5d\x2e\xf7\x5f\xf1\x9b\x7a\xb4\x41\x0d\x1f\xa5\x53\x0a\xea\x5a\x9b\x3a\xa1\x5f\xf2\x1a\x99\x83\x53\x21\x97\x2a\x70\x51\xb2\xa3\xa3\x24\x9a\x16\x85\xa9\xa0\xe9\xaa\x79\xd1\xad\x23\x25\x92\xcb\xcf\x72\xe7\x9c\xa0\xbb\x5b\x4f\xc2\xcb\x63\x1a\x1a\xd9\x20\x86\x4d\x0a\x89\xd6\x5d\xd2\x0b\x93\xe8\x82\xcc\xf2\x43\xa8\xc1\xd8\x7a\xef\xf2\xba\x2e\x87\xd9\x46\x10\xf2\xfa\x28\x67\x48\x27\x68\x0d\x57\xaa\xb0\x1e\xc0\xd0\x74\xdb\x95\xf4\x80\x18\x98\x68\xb8\x0c\x45\xce\xaf\x07\xfa\xe9\xd7\xde\xea\x6e\x1c\x8e\x3a\x35\x03\xca\xd8\x8e\xa0\xa0\x58\xd6\x64\xdc\xb0\xa0\x69\x96\xe4\x3e\x16\xbd\xc9\x9c\x8c\x7e\x69\x43\x7d\xf3\xaa\x71\x94\xa8\x31\x2a\x73\xbb\xb1\x02\x09\x4d\xf6\x2b\x46\xeb\xb9\xb4\xd7\xf7\xf7\x24\x1f\xae\x9d\x0a\xe5\x34\x3d\x5d\x97\xa9\xb9\x15\x9d\xd6\x19\xd3\x79\x2f\x1c\xe8\xc4\xcd\xfa\xd1\xa3\x8f\xa3\x47\x8f\xd0\x8b\x74\xec\x23\x8f\x19\xfd\x98\x1e\x46\x29\x73\x14\xf6\xde\xb8\x13\x7b\x47\xca\xaf\x15\x3e\x4a\x3c\x0f\xa9\xdf\xa0\x92\xb7\x6c\x9a\xdb\xb1\x6a\x08\xfc\x2f\xaa\x1b\x9e\x23\x3f\x45\xf8\xb5\x9e\x25\xdb\xd7\xcd\x59\x7e\xc4\x96\xf7\x8f\x78\xbe\xbf\xd0\x0f\xf6\x7d\x9d\x31\xdf\x4e\xfc\x9a\x85\xd4\xf7\x6c\xc1\x7a\x38\xf1\x6b\xf3\xf1\x9a\xf7\x1d\x0a\xcf\x26\xf6\x4a\x97\x9e\x94\x91\xd2\xdb\x6a\x4f\x9e\xe3\x3a\x66\x66\xb1\xd6\xf4\x04\xdf\xb7\x35\x99\xa5\xdd\x5c\x7c\xb2\xef\x3d\x44\xeb\x2d\xc9\xaf\x39\xf2\xf7\x3d\xb1\x96\xf2\x9c\xd1\xd7\xf2\xf4\xd0\xcf\x18\x91\xce\x87\xca\xe7\x66\x7b\xdc\x3e\x01\x7a\xfb\xeb\x04\xd9\xa9\x67\x89\xb2\x46\xe1\xb3\xe5\x7a\xef\x73\x1c\xb0\x35\x04\xda\xfe\xf6\xeb\x96\xa9\x9b\xdd\x38\x53\xea\xfd\x39\x7a\x3f\x8c\x5f\x78\x73\x4e\x27\x9e\x30\x03\x22\x50\xf7\xbc\xf2\xb9\x4c\x7e\xc0\xcb\x62\xae\x8c\xc9\x99\x0c\xbd\xc6\x8f\xb7\xdc\x38\x77\x46\x86\x2e\xbc\xcd\x6e\x07\xcb\xeb\x99\x8f\xfd\xec\xc7\x4e\x67\xed\xda\x69\x3f\xf3\xf1\x10\xfc\x89\x26\xde\x6b\x2b\xf8\x6b\x10\x7f\x6d\xcf\x01\x53\xc0\x5f\x45\xfc\xf5\xe8\x7b\xfc\xf3\x22\xfe\xb9\xb0\x4e\x35\x80\xb0\x7e\xec\x84\xcb\x4d\xfc\x31\x8c\xdf\x77\x5f\xc2\x9f\xbe\x0b\x3c\xb9\x48\xef\x01\x72\xd3\xa0\xdc\xa3\x2d\x9f\xde\x5b\x52\x1d\x0c\x7a\x8d\x1a\x7f\x51\x9d\x14\xf3\xc3\xfc\x81\xfa\xb9\xe8\xba\xe7\xf9\x27\xf5\x05\x5d\xd5\x07\xf9\x09\x56\xea\x6e\xd8\xcd\x4b\x75\xea\xb2\x96\xbf\x98\x53\xdd\x42\x9f\xf4\x5b\xf5\xca\x5d\x02\x62\x8a\x35\xaf\x8a\xa9\xee\xcf\x65\xd4\xbb\x27\xea\xc1\x93\x70\xea\x56\xb8\xf4\xa3\xbc\xbb\xd6\xdc\x96\xeb\x9e\xcd\x5b\xfc\xf6\x01\xbe\x32\xbb\xff\x20\xa3\x5e\x2f\x2a\x55\xaa\x0d\x95\x27\xee\xd2\x3a\xfa\x7f\x28\x97\x12\x80\xa0\x6b\x98\x9f\x3d\x56\x4f\x10\xf2\x8b\xed\xb0\x22\xb9\x3e\x94\x5b\x38\xff\xe0\xc1\xf5\xce\xda\x16\x68\xe8\x7f\xff\x3b\xbd\xf7\x06\xea\xe6\x3f\xfe\xe1\xfc\xf1\xd7\x68\x52\x79\x3d\xd6\x3d\x9a\xc0\x2d\x63\x38\xfb\x0d\xf8\xa1\xfc\x37\xff\x16\xab\x92\x91\xcb\x23\xe4\xc9\x96\x4b\x93\x92\xe5\xe5\x7f\x06\x00\x00\xff\xff\xef\x82\x06\x99\x7d\xbd\x00\x00") +var _confLocaleLocale_srSpIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\xeb\x8e\x1c\xc7\x99\x28\xf8\xbf\x9e\x22\xc5\x01\x21\x0a\x68\x96\x20\xfb\xec\x05\x82\x5a\x5e\x59\x9e\xb1\xbd\xc7\xb2\xb5\xa6\x8c\x59\x40\x20\x4a\xd9\x55\xd9\xdd\x69\x56\x57\x96\x2b\xab\x48\xb5\x06\x03\xb0\xd9\x96\x48\x60\xf7\x87\xcc\xf1\xac\x29\x52\x24\x2d\x6b\x67\xcf\xfc\x2c\x92\x5d\x64\xa1\xaf\xaf\x50\xf5\x0a\xe7\x49\x36\xbe\x5b\xc4\x17\x91\x91\xd9\xd5\x94\x0f\xce\x19\x8b\x5d\x19\xf7\xf8\xe2\xbb\x5f\xd2\xe1\xb0\xd3\xcb\xca\xee\xfa\xe2\xde\x62\xb6\x38\x58\x9c\x2c\x4e\x97\x7b\xcb\x3b\x8b\xe9\xe2\xb9\xf9\xbf\x93\xe4\xe7\xf9\x38\x59\xee\x2d\x66\xcb\xdb\xe6\x87\xf9\x72\xaf\xd5\xda\x2e\x76\xb2\xf5\xc5\x53\xd3\xee\xae\xf9\xf9\x8e\xe9\x31\x6d\xf5\xd2\x72\x7b\xa3\x48\x47\xbd\xf5\xc5\xc3\xc5\xe9\xe2\x64\x79\xc7\xb4\x3f\x5d\x1c\x99\x8f\xf3\x64\x71\x06\x23\x99\xd1\x8f\x5a\xd9\xe7\xc3\x7e\x31\x82\xee\xe6\xfb\x6c\xf1\xc2\xb4\x30\x93\xb6\xb6\xb3\xfe\x10\x87\x5c\x1c\x9b\x61\x1f\xb5\xca\x7c\x6b\xd0\xc9\x07\xd4\x6c\xbe\x7c\x80\xab\x99\x9b\xb9\x66\xc9\xe2\xbb\xc5\x8c\xbe\x17\x93\xf1\xfa\xe2\xc9\xe2\x80\x3f\x4f\xe9\xd7\x89\x19\xe8\xaf\x38\xf4\x1c\xf6\x61\xfa\x4f\x97\x5f\xd1\x18\xad\x51\xb6\x95\x97\xe3\x6c\x54\xdf\xe2\x56\xb6\x51\xe6\x63\xb3\xbe\xfb\xa6\xc1\xb3\xab\xf2\x1d\xb6\x61\xda\x4c\x5b\x37\xb3\x51\x99\x17\x03\xfc\x6e\x3e\xbc\xe2\x6e\xc3\x74\xcb\xf4\xf9\x2e\x68\x3c\xce\x76\x86\xfd\x14\x46\xfb\x4f\xf3\xeb\x33\xb3\x57\x73\x32\xad\x7e\x3a\xd8\x9a\x60\x7b\x38\x70\x33\xc2\xe2\xb0\xd5\x1d\x65\xa6\x5d\x67\x90\xdd\x32\xe7\x87\x27\x33\xc7\x65\x3d\x68\xb7\xdb\xad\x49\x99\x8d\x3a\xc3\x51\xb1\x99\xf7\xb3\x4e\x3a\xe8\x75\x76\xec\x09\x9e\x2e\xff\x68\xfa\x1f\x25\x8b\x43\xf3\x4f\x38\xa9\x3d\x98\xdc\xfc\x35\x4d\xe0\xdc\xe5\x26\xcd\xc4\x78\x38\x59\xcf\x1c\x6a\x27\x2d\xbd\x73\x5d\x7e\x63\xa6\x83\x6b\xc2\xc6\x33\x18\x6b\x6a\xda\xe3\xb4\x83\x14\xae\xfa\xa1\x1e\xdc\x5c\xba\x99\xcc\x0c\x6f\xae\x6a\xd6\xca\x76\xd2\xbc\xbf\xfe\x8f\x57\xcd\x15\x9f\x2e\xef\xc1\x64\xe6\x2c\xca\xf2\x56\x01\x90\xf0\xc8\xec\x17\xf6\x77\x02\x43\x9a\xc3\xef\x8c\x77\x87\x66\xb8\xef\x01\x16\xcc\x60\x7c\x9f\x67\x70\x2a\xe6\xff\x9e\x9b\x49\xbb\xe9\x70\xdc\xdd\x4e\xd7\x3f\xa4\xff\xb6\x4c\xa7\x61\x61\x2e\xa4\x18\xed\x9a\xe3\x5d\x9c\xe1\xd1\x1c\x9b\x9e\x30\xd5\xac\x55\x8c\xb6\xd2\x41\xfe\x45\x3a\xc6\x2b\x79\x62\xbe\xbe\xa0\xe3\x37\xd3\xba\x3b\xdd\xc9\x47\xa3\x62\x04\xa0\xc2\xe0\xc6\x27\x62\x4e\xbb\x03\xe3\xaf\x2f\x1e\xd3\xf4\x00\xe7\xe1\x14\xd0\x68\x27\xdf\x1a\xe1\x35\x52\x3b\x73\xb6\xe6\xfb\xe2\x85\x07\x38\xd4\x8e\x26\x92\xe1\xcc\x7f\xaa\x33\x6e\x16\xa3\x1b\x6a\xa4\x17\x0c\x31\xd3\xea\xe4\x34\xa8\xd9\xa3\x6a\x7e\x5a\xb7\xc7\x74\x60\x40\x8a\x1a\x7f\x8f\xe3\xd0\xcd\x4e\x97\x0f\xe1\x8c\x6b\xba\x99\xa9\xa6\xad\xb4\xb7\x63\x80\x62\x98\x0e\xb2\xfe\xfa\xe2\x6b\xb3\x56\xd8\xdc\x89\x7a\xb4\xd0\xa6\xdb\x2d\x26\x83\x71\xa7\xcc\xc6\xe3\x7c\xb0\x55\xd2\x5b\x3d\x30\xd7\x78\x8f\xde\x9e\x99\xc6\xac\xee\x84\xf6\x09\x53\xb5\x1a\x9b\xb6\x76\x8b\x89\x85\x69\x78\x4c\xd3\xe5\xbd\x04\x97\xcd\x10\x4d\x0d\xdc\x18\xd8\x02\xa6\x38\x8b\x0c\x66\x96\x37\xce\x6f\xe6\xe3\x3c\x2b\x61\x07\x87\xe6\xec\xe6\xe6\xa3\x60\xb2\x79\x6b\x38\xe9\xf7\xcd\x55\xff\x61\x92\x95\x63\xd3\xe4\x2f\xa6\xdf\x97\x70\xbb\x80\x54\x12\x38\x10\x3c\x7c\x78\x6f\x74\x60\xad\xbc\x2c\x27\x30\xd8\x9f\x11\xea\x0f\x97\xfb\x08\xae\x0f\xcc\x17\x03\xa2\x83\x2e\x9c\xd4\x13\x33\x00\xbc\x94\x97\x66\xfc\xd6\xa7\xf9\xa0\x1c\xa7\xfd\xfe\xf5\x16\xff\x63\x7d\xf1\xc0\x20\x41\x79\x7d\xee\x9e\xc6\xf9\x18\x36\x5c\xf9\x88\x6f\x60\x26\xef\x78\x6a\xfe\x3b\xa3\x85\xe1\xa1\x3c\x87\x33\xa5\xbd\x1f\x02\x88\x40\x4f\xdc\x79\xaf\xe8\xde\x30\xc8\x01\xd0\x27\x60\xb5\xaf\xe9\x69\xba\x76\x8f\xb0\xed\x2c\xf9\x79\xb1\x55\x26\xcb\x7d\x33\xeb\x3e\xf6\xbd\x9d\xfc\x0c\x7b\xae\x01\x28\x03\x9a\x86\xd7\x7c\x2a\x37\x70\x17\x9f\xa6\x39\x0d\xec\xfb\x5e\x9a\x8c\xd3\xd1\x56\x36\x5e\xbf\xd4\xd9\x30\xc8\xeb\xc6\xa5\x64\x7b\x94\x6d\xae\x5f\xba\x5c\x5e\x7a\x1f\xe1\x72\x06\xc7\x07\xd7\x81\x93\xbd\xf7\x76\xfa\x3e\x41\xcf\x4b\x03\x80\x73\x7a\x09\x08\xd9\x09\xc2\xd3\x0b\x78\x68\x00\xdf\xa7\x16\xe3\x3c\x83\x2b\x97\x9f\x79\xcf\x40\x0a\x10\x2f\xc1\xea\x10\xb4\x12\x7a\x56\xcb\x07\x49\x80\x96\xe7\x6f\xb4\xe0\x72\x0d\xde\xee\xf4\x36\x88\x98\xc1\x86\xaf\x2e\xf7\x13\xb8\x33\x3c\x10\xec\x60\x50\x3a\x40\x45\xf2\xd1\xee\xb5\xff\xe3\x57\x6b\xc9\xc7\x45\x39\xde\x1a\x65\xf8\x6f\xf3\x3f\xa6\xff\x8f\x13\x9e\xef\x93\xfc\x67\x3f\x6d\xb7\xcc\x68\x7c\x61\x51\x70\x7f\x66\xfe\x78\x65\x60\x02\x9a\x21\x66\xfb\x9b\xe9\x7d\x66\x7f\x17\x60\x9d\xe2\x45\x03\x0a\xdc\x36\x13\xae\x2f\xfe\x83\xe0\x12\x11\x6c\x80\x5c\x0d\x29\xa8\x43\x9f\x66\x12\xc2\xc6\x0f\xe0\x60\x1a\x26\x31\x0d\x05\x1e\x0c\xa0\xd3\x5e\x15\x81\x80\x07\x81\xa7\x8e\xaf\xe4\x2c\xc1\x7e\xcf\xe8\x9d\x27\xbf\x1c\x0c\x8a\x9f\xfd\x14\xaf\x13\xbb\x98\x81\x89\x10\x3d\x04\xbc\x94\x4c\xc6\x9b\xff\x6b\x67\x2b\x1b\x64\xa3\xb4\xdf\xe9\xe6\xed\x56\x59\xf6\x0d\x35\xea\x65\x44\x50\x5f\x02\x18\x25\xd7\xae\xfd\xca\x6c\x62\xbc\x0d\x44\xc6\x40\x5b\xab\xfc\x43\x1f\x6e\x46\xd6\x84\x3f\x26\xbc\xe2\x53\x7c\x85\x0e\xd8\x71\x53\xe6\xda\xc2\x4d\x25\x06\x99\xdd\x66\x68\x89\xdd\x54\xf2\xde\xc6\xe8\xfd\x90\xb0\x4c\x0d\x1c\xed\x01\x74\x23\xd0\x13\x23\x42\x93\xc3\xbb\x3d\x10\x6c\x82\x2f\x05\x7b\x3a\xea\xe7\x71\x3c\xed\x56\x36\x1a\x75\x0c\x2d\x1f\xef\x02\x7c\xa9\xbd\x25\xb4\x36\xba\x8a\x79\x75\xd5\x91\xa5\x26\xf4\xce\xe1\xd5\xbd\x64\xd0\x87\x8b\x48\x18\x67\xbf\x02\xf8\xa4\x09\xf3\xc1\xcd\xb4\x9f\xf7\x0c\x04\xae\x7a\xf5\xb1\x09\xf0\x65\x1e\x98\xb1\x5f\x62\x3b\xa0\xf2\xf8\xd8\x9f\xe1\xb3\x9f\x25\x97\xda\x97\x80\x55\xb8\x74\xf5\x52\xbb\x35\x28\x3a\x44\x0c\x80\xc9\xe8\xe5\x65\xba\x61\x18\x0e\xe2\x99\x46\x4c\x63\xef\xd3\x5b\x74\x13\xd0\xa1\x21\xf6\xc2\x9f\x5e\x98\x73\x79\xc4\x7b\x62\x16\x2f\xe0\xb2\xe0\x7a\x0f\xe4\xf1\xc3\x5b\xba\x5d\x21\x1f\x09\xde\x0f\xd2\x21\xd5\xfb\x0e\xe1\x46\x7d\x1d\x42\xbb\xa2\x4f\xa6\x71\x94\x15\xee\xc1\xcc\xd4\x12\x60\x67\x34\xf0\xc4\x7c\x16\x1c\x15\xc3\x08\x06\xe4\x10\x99\x1e\x5a\x94\x3f\x6b\x01\x83\xed\x5d\x5f\x53\x23\xfb\x4c\x02\x58\x06\xcc\x77\x00\xff\x98\xd3\x18\xcf\x91\x1e\x9a\xeb\xfd\x23\x60\x41\xc4\xd6\xf4\xb2\xef\xd2\xbe\xe2\x04\x7f\xf6\x06\x32\x54\x3e\x08\xc3\x5d\x30\x7a\x98\xd5\x31\x22\xb6\x97\x5d\xdf\x77\xcc\x08\x61\xc3\x97\xd8\x8f\x25\x85\xa0\x6f\x02\x44\xc8\x9d\x2f\xc0\xe3\xf2\xae\x21\x45\xcf\x85\xed\xd9\x67\xbc\x6e\x50\x07\xa3\x9b\x19\x92\x70\xc2\x57\x06\x5c\xcc\x24\xfb\xed\xd6\x68\x62\x78\xfb\x28\xc6\x94\x2f\x76\x6d\x41\x03\xbc\x65\xba\x73\x38\xbd\xa9\xbb\x67\x82\x8a\x7d\xc0\xd9\x88\x19\x60\x2d\xcd\x27\x91\x08\xc3\x50\x21\xc6\x44\x64\x0d\xcd\x28\x0c\x4b\x3c\x00\xd6\x81\x29\x18\xff\xe2\x6e\x96\xef\x69\x46\x44\xed\x77\xbf\xfd\x55\xc2\x4f\x14\xee\x1b\x31\x10\x0a\x0a\x84\x79\xe9\x3a\x69\x15\x40\xdc\xaf\x5d\xfb\x05\xa0\xdd\xed\xce\xb0\x18\x8d\xd7\xcd\x5f\x44\xdd\x6e\x03\xa2\xe5\x5f\xed\x4c\x7f\x42\x6a\xfe\xc0\xb6\x60\xa4\x6e\x00\x61\x1e\x10\x04\x18\xd6\xe1\x3c\xf3\xbf\xed\xc4\x30\x38\x22\x06\x0a\xa3\xee\x30\x54\x42\xe8\xf3\x19\xf7\x8f\x61\x00\xc4\x78\xb8\xda\xed\xf1\x78\x48\xcb\x45\xa1\xd1\x2c\x24\xf9\xc5\x27\x9f\x7c\xec\x7e\x6f\x5c\xb0\xdb\x3a\xaf\x1d\x19\x80\x47\xf1\x87\x84\x57\x06\xf8\xfe\x1e\x5d\x73\x1b\x1f\xd6\x64\xd4\x5f\x0f\x8e\xb9\xe1\xad\x9a\xd6\x76\x41\x4f\x08\xca\xcf\x94\x4c\x7c\x88\x30\x1b\xb9\xc3\x57\x74\xbc\xea\xee\x88\xf7\x76\x1b\x80\x5d\xbf\x0d\xff\x73\x4d\x38\xad\x3b\x00\x44\x88\x89\x09\xb2\x4e\x18\x6b\xc9\x2a\x01\x5c\x93\xc5\xcc\x89\x57\xb3\x76\xab\x5f\x6c\x75\x46\x45\x31\x8e\xbc\xe2\x97\xe6\xdf\xb7\x19\x8d\x4e\xfd\x86\x76\x4b\x7f\x8e\x3f\x31\x23\x89\x20\x82\xa9\xbc\xd6\x13\x7a\x34\x04\x87\x15\xaa\xed\xcd\x68\xf0\x65\x31\x04\x3a\xe1\x10\xe6\x63\xa4\xc2\xb7\x59\xb3\x50\xc3\xbf\xa3\x10\xd9\xc4\x69\x69\x6a\x1c\x1e\x48\xab\xdc\x31\x60\x84\x9c\xd5\xb5\x8f\x3e\xf9\xd8\x83\x62\xfa\xb6\x39\x2a\x76\x50\x51\xe0\xfe\x54\x1c\xb3\x82\x08\x3d\x6c\x62\x5f\xfe\x34\xf9\xed\x3f\x7d\x98\xfc\x4f\x3f\xfe\xd1\x8f\x12\x06\x82\x13\x3c\x87\xdb\xa6\xeb\xbe\x79\x27\x7f\x83\x93\xaf\xd2\x91\x69\xfd\xc8\xf4\x36\x0c\xea\x86\xf3\x47\x84\x64\x10\xcf\x25\x22\x0f\x97\x92\xf7\xf0\x38\xfe\xb7\xec\xf3\x74\x67\xd8\xcf\xda\xdd\x62\xe7\xfd\x76\x0b\x7e\x32\x18\x8e\x10\xa0\xb7\x68\x1c\xd7\x4c\xfa\x0d\xf0\x2d\xa8\x76\xe0\xb6\xb5\x54\xb1\xda\x43\xf4\x22\x9d\x6e\x31\xd8\xcc\x47\x3b\x40\x7e\x0e\x97\xdf\x98\xbb\xbd\xcb\x6c\x0d\x90\x6a\xda\x71\x0d\x55\x37\x17\x81\xb7\x38\x28\xc6\xf9\xe6\x6e\x64\x80\x7b\x74\x74\x20\x4e\x11\x2b\xff\x8c\x45\x06\x3c\x14\x84\x03\xb3\xb9\x9b\x19\x48\x7d\xa3\x9b\x79\x37\x5b\x09\x20\x66\x8c\xd7\x13\x38\x12\x03\xc7\xb0\xae\x2f\x13\x94\xd7\x8e\xf0\xcf\x69\xab\xd8\xdc\xec\xe7\x83\x8c\xf9\xd4\x27\x1a\x47\x25\x4c\xbd\x80\x6d\x65\x75\x97\xa5\x68\x33\xaf\xa3\xc1\x53\x43\xd0\x2c\x3d\x40\x71\x50\x36\xf6\xe1\xcf\x7e\x9d\x98\x7f\x4c\x81\xc6\xcc\x91\x92\x91\xe4\x02\x34\x17\x28\xda\xc1\xf2\x21\xd2\x35\x37\xcd\x72\x7f\x0d\x16\xff\x3c\xf6\x98\xe8\x4e\xe1\x41\xe1\xcd\xfa\x2f\x11\x49\x23\x9d\xf8\x7c\xf1\xcc\x6c\x4d\xa8\x83\xf9\x74\x84\x58\x64\x8a\xda\x36\xc3\x3c\x0a\xe7\xb6\x35\x4a\x6f\xa6\x46\x74\x0b\x57\xed\x4e\xc7\xac\xf8\xe7\xdc\xa8\xd2\x2b\xbe\x63\x69\x9e\x58\x12\x0a\x0f\x1f\x64\xba\xe5\x7d\xe2\xa2\x13\xd9\x3d\x7c\x74\x9b\xa5\xbb\x43\xd9\xb3\x82\x65\xe8\xa9\x99\x05\xbd\xb2\xb8\x06\x94\x57\x8b\x03\x2d\xe8\xcd\x22\x4a\xae\x76\x6b\x33\xeb\x65\xa0\x9b\xe9\x75\x78\xd5\xfd\xa2\xb8\x01\xcb\xf6\xef\xf9\x9f\xa4\x59\xf2\x01\x36\x2b\x93\x5f\x61\xbb\xba\xfe\xb2\xf9\x27\x01\x4f\x3b\x4b\x6c\x87\x24\xe5\x91\xa8\x87\xa3\x88\x4a\x8f\xa6\x28\xac\x3c\xf9\x19\xc2\x32\x31\xa2\xa4\xa4\x98\x7b\xe8\x8d\x30\x24\x6a\x41\xcd\xed\xf4\xf3\x0d\x3e\x70\x77\xad\x3e\x43\xee\x5f\x0f\x12\xe1\x57\x4c\xb4\xf7\x40\xdc\xaf\x65\xc2\xa3\xe3\xc9\xbe\xff\x02\x32\xa1\x03\xb0\xd5\x47\x0d\x2e\x09\x55\x1b\xe6\x46\xd7\xe8\x78\x98\xa4\x9d\x36\x71\xe6\xf3\x44\xce\x3c\x61\xd1\x6c\x2e\xc7\xa5\x15\x4c\x86\x10\x66\x03\x5c\xbf\xe8\x0c\x3d\x94\x23\x0a\x44\xbf\x8d\x6c\xef\x6f\xb8\xb5\x97\xae\x9d\x83\xe5\x39\xd2\xe3\xe3\x5a\x2c\x17\x85\x42\xd4\x3e\x8c\xb2\x0e\xab\xad\x3b\x37\x73\x50\xe4\xca\x7a\x1e\x31\xcf\x28\x3a\x27\xa5\xd8\x11\x15\xec\xbe\xfa\xcd\x6a\xc5\x43\x35\xc7\x34\x3a\x8f\xec\xe9\x3b\x39\xda\xb3\x88\x6a\xb7\x7a\x2b\xea\x94\x11\x70\xcd\xd5\x12\xfd\xf7\xe7\x9c\xad\x31\xf7\x83\x7c\xee\x1c\xe9\xc5\x9c\x9f\x2f\x02\x29\x8c\xf4\x8c\xfa\x5a\xfe\x9e\xd6\x71\x44\x14\x87\x99\x1a\x6f\xb7\x6d\x56\x3a\xb2\x7e\x8f\xed\x0f\x8f\x65\x50\xba\xee\x19\xaf\xcc\x07\x82\xd9\xaa\x62\x22\x4b\xbe\x08\x7b\xc1\x95\x91\x7e\xe3\x97\x3f\x4b\xd6\x93\x77\x78\x2f\xb5\x82\x81\xf0\x8a\x35\xf3\x20\x39\x43\xf2\xc1\x3a\x57\x1a\x49\x36\xd8\xa4\x3d\x52\xca\xd2\xc6\x8d\xf0\x50\xe7\xaa\xe2\x1b\x65\xe1\x16\x53\x76\xf5\xfd\xa9\xa3\xea\xc2\xe1\x1f\xb9\x2e\x06\x41\xd0\x80\xa4\xe1\x6f\x62\x94\x68\xed\x70\xb2\xd5\xb5\xb3\x3a\xb4\xb3\x55\x80\x16\xf7\x7b\x54\xb3\x3a\x5e\x7a\x8e\x32\x53\x6b\x9c\x95\xe3\xce\x56\x3e\xee\x6c\x02\xe7\xc2\x26\xa4\x63\x61\xb4\x92\x37\xcd\xa7\x37\x13\xdc\x30\x3c\x40\x24\x5f\x67\xa4\xb0\x7a\x37\xb9\x7c\x93\x15\x4c\x3f\x06\xd6\x03\xb0\x78\xde\x87\x27\xaf\x54\xc6\xcf\xb5\xa9\x86\xe5\x7e\x64\x43\x49\x2b\x82\x2c\x3e\x6b\x6a\x42\x7d\x28\x5c\xd6\x9e\xa6\x4f\xc7\x72\x54\xaf\x58\x80\x45\x89\x1b\x5e\xd1\x33\x3c\x37\x20\x6f\xf8\xa7\x9a\x94\x24\xdc\x83\xe4\x72\x69\x86\x97\x05\xf8\xdf\xb7\x8a\x8d\x49\xde\xef\xb5\x5b\xa2\xf4\xe9\x6d\xc8\xe3\x68\xd6\x3d\x56\x75\x40\xc0\x41\x10\xc6\x76\x10\x09\x8c\x01\x9d\x95\x8c\xff\x5a\x6a\x00\x5e\x7a\x75\xec\x53\x1c\xdb\xca\xe1\x70\x11\x3b\xa9\xc1\xab\x84\x69\x67\xac\x76\xae\x22\x22\xc2\x0e\x71\xbc\x5a\x27\x66\x9b\xa9\xca\xe4\xea\xfb\xe6\x7f\x5b\x65\x7a\x33\x23\x96\x75\xcb\x82\xce\x63\x19\xce\x11\xee\x99\xa7\x74\xa0\x47\x7e\x88\x46\xca\x3f\xa2\x19\x67\x5f\x13\x30\xef\x94\x3c\x2c\x15\xbb\x88\x93\xf3\xb4\x4c\xe7\xdd\x06\xbd\x8e\x72\xd2\xed\x66\x65\x49\x4a\x83\x67\xc8\x42\x1e\x20\x93\x6e\x00\xf1\x8d\x64\xf1\x2d\xe1\xd5\x63\x52\x9a\x91\x5e\x1f\xf9\x06\x5f\x8b\x8e\x9a\x1e\x26\xdb\x47\xfc\xb6\x1c\x44\x35\x88\x8d\xfa\xd6\x7d\x89\x8e\xf5\xe7\xe1\xfa\x0d\xe0\xe3\xfa\x5b\x9f\x82\x2d\xf8\x7a\x6b\x42\xaa\xab\xa2\xdf\xab\xa8\x5f\x3c\x1c\x25\xa2\x4f\xbd\x70\x64\xd5\xdf\x76\x34\x1f\x8d\x95\xb7\x72\x03\x57\x1d\x6b\x6e\x86\xeb\x1f\x67\x9f\x8f\xc5\xa0\xfc\x8c\x6f\x52\x18\x30\xd4\x8d\x81\xb0\xbb\x47\xda\x5a\xdf\x34\xcd\xba\x06\xb1\x73\xcd\x5b\x3b\xbb\xf8\x32\xcc\x4d\x7c\x8b\xba\x86\xa8\x32\xac\xdc\x2e\x6e\xa1\x0d\x56\xda\xa2\x31\x55\x8c\x41\x48\x4a\x49\x37\x57\xe9\x0a\xd6\xdc\x6e\xd1\x37\x08\xaa\x00\x7e\xeb\xa6\x1d\xe1\x2f\x68\x7b\x22\x21\x99\x8e\x2c\x3a\xb3\x59\x5e\x31\xda\xb2\xab\xab\xd7\xf3\x41\x4b\xb2\x46\xaa\xad\x04\xe6\xc8\x69\x0b\xd9\x07\xb6\xe6\x7b\x5b\x30\x6f\x8b\x4d\x60\x6d\x03\xff\x68\x8a\xe3\x85\x7e\x2f\xaa\x47\xa0\x79\x95\x15\x22\xed\x33\x50\xc1\x56\xfe\xeb\x2d\xee\x15\x5a\x6e\xa7\x68\xfb\x28\x43\x50\x31\x8b\x37\x32\x60\x3a\xea\x6e\xf3\x75\x32\x2b\xf2\x02\x07\x4d\x27\xe3\xed\xeb\xca\x52\xde\x61\xa3\xa4\x6f\x31\x67\x0e\xe1\x94\x4c\x7b\x96\xc6\x3a\x11\x77\x3b\x1b\x82\x74\xbc\x53\x6e\x91\x11\xff\x91\x23\xfe\x9a\xb7\xf8\x49\x12\xf1\x3d\x00\x36\xe8\x8d\x56\x59\x74\xf3\xb4\xdf\x79\x9d\x11\xc9\x5c\x06\x67\x6c\xc7\xd3\x0a\x22\x30\x57\x20\xcb\x4c\xb2\xdc\x4c\x49\xa3\x6f\x04\xfc\x3a\xb9\x04\xec\x0c\xc7\xa0\x56\x7e\x85\xef\xf2\x44\x46\x8d\xb3\xae\xf2\x98\x43\x4d\xdd\x0c\xa5\x46\xc0\x32\x21\xe1\x5b\x73\x4f\x68\x4a\x56\x55\x1c\xee\x81\x26\xfb\x35\x2a\xfa\xca\x62\x89\x8b\x08\x96\xba\xe6\xe9\x16\x88\x4d\xdc\xc7\x07\x7b\x9c\x28\x0e\xa3\x69\xdd\xe6\x62\x77\xb2\x9d\x0d\x98\x21\x23\xb9\x05\xde\xf3\x31\x61\x79\x60\x8b\x36\xcd\x8b\x41\xac\x27\x7c\x0f\xca\x36\x6c\x66\x15\x0e\x79\xea\xf1\x3e\x06\xdc\xa0\x57\x56\xdb\x4b\xc4\xb9\xbd\x08\xdb\xf4\x13\x71\x43\x31\x64\xf0\x16\x32\xb5\x17\x81\xae\xb6\x30\x6a\x24\x8e\xa1\x4a\xa5\xcc\x06\x63\x7b\xd9\x4f\xbd\xf3\x02\x16\xd5\x1e\xc6\x34\x79\x6f\xe3\xfd\xcb\xe5\x7b\x6f\x6f\xbc\xaf\xec\x9e\x7b\x68\x62\xbe\x83\x7c\x70\xd5\xd6\xcb\x7c\x08\x23\x4c\xb1\x2a\xb0\xfe\x75\x9f\x74\x7c\x64\xbb\xbd\xdc\x23\x32\xca\xca\x88\x69\x42\x12\xa1\x69\x76\xaf\x11\xee\x90\xdb\xef\x22\xb2\x43\x44\x62\x5f\xad\x33\xd4\x7b\x60\xf5\x9c\x7c\x01\xdc\xcb\x35\x3b\xdf\xce\x37\x0c\x77\x68\x28\x58\xe8\x12\xc4\xab\x40\x9a\x87\x36\x4a\x03\x12\x41\x07\x16\x2e\xbe\x47\xb2\xf5\x2a\x21\xde\xcc\x9f\x82\x4f\xab\x32\x52\x94\x1b\xfc\x01\x8f\x62\x94\xe1\x55\xf6\xf3\x9d\x7c\x5c\xf7\x7a\xd7\x88\x35\x7c\x64\x81\xeb\x84\x11\x36\xfa\x33\x24\x8c\x11\x5f\x3a\x42\x2a\x87\xa8\x44\x70\xf5\x88\x3c\xd5\x71\xfc\x8d\x13\x73\x84\x18\x48\xb6\xf1\x63\xf2\x70\x61\x6f\x81\x44\x4c\x9b\x87\xac\x58\xe7\xbd\x2a\xc7\x9d\x76\x6b\x3b\x2d\x3b\x93\x01\x03\x6f\xd6\xe3\xf7\xfe\x17\xa4\xf3\xb0\x78\x73\x98\x97\x4b\xc3\xcb\x3c\xd0\xaf\x61\xe6\x9e\x3f\xa9\x8f\x60\xf5\x96\x37\x80\x3f\x3c\x49\xe3\x8a\x85\xef\xb7\xcc\x5e\xd8\xd9\x01\xd8\xf0\x63\x25\x1d\x90\xb6\xe5\x05\xfa\x13\x98\xbe\x73\xcb\x38\x89\xea\x53\x5e\x0f\x1a\x9c\xf8\x18\xab\x52\x27\x29\x49\xa7\x80\x1f\x14\x4d\x61\xd3\x34\xbd\x0d\xd0\xe5\xb1\xb4\x78\xc7\xd2\x30\x79\xe7\x2c\x10\xa2\x6e\x13\x25\xcc\x03\x54\x47\x1e\xc3\x13\x47\x38\x90\x23\x7a\xc8\x4a\x87\x93\x8a\xa9\xcf\x5a\xa8\x4f\xc4\x9f\xa8\xb2\x28\xbb\x3f\xd6\xa1\xa3\x08\x54\x22\x81\x1a\x67\xd6\x7c\xd1\xa0\x8a\xb6\xdc\xf7\x19\x93\xa6\x57\x6c\x96\x13\xc5\x14\x51\x0d\x62\x4c\xe8\x9c\x45\x6a\x35\xe7\xd7\x6e\xe1\x46\x60\x3f\xe3\x95\xb6\x73\x45\xef\xe7\xad\xe8\x86\xec\xe1\x92\x29\x1e\xef\xf8\x99\xc8\xe5\x81\x53\x88\x2f\xaf\xd2\x32\x1c\xca\xfe\x2b\x19\xd4\x80\xf1\xd3\xc8\x7d\x66\x59\xe2\x2e\x6a\x84\x63\x0f\x10\xf1\x03\xfa\x3f\x38\x31\x44\xab\xc0\xf1\xc8\xd8\xf6\xc5\x1e\x03\xce\x51\x85\x4f\xf4\x39\xb1\xe1\xf8\x78\x4f\xda\xc1\xea\x94\xad\xb2\xe9\xbc\xf8\xda\x80\x11\xda\x87\x51\x15\x8a\x84\x03\xf2\xf7\x6f\xc7\x1e\x17\x45\xc7\x30\xa9\x60\x70\x0b\x54\xff\x42\x41\x7d\x53\xc5\x21\x42\xea\x23\x62\x11\x0f\x92\xff\x19\x4f\x1e\xdf\xed\x21\xc2\x2f\x22\xaf\x81\x21\x47\xfd\xa2\x6b\x18\x1f\x8b\xc1\x1f\x23\xd7\xec\x74\xcf\x8a\xe1\x7a\xe5\xf9\x09\x38\x35\x93\x77\x89\x11\xea\xa9\xb9\x21\x92\x5f\x5a\x9f\x02\x60\x5d\x27\x1a\x02\xac\x9f\x9d\xbe\x8a\xcc\x34\x3e\x6c\x26\x2a\x76\x34\x56\x6f\x44\x94\x21\xf6\x94\x6b\x11\xd2\xea\x10\x67\xd9\x20\x2b\xe9\xd5\x38\xa0\x5a\xed\x86\x79\x16\x27\xac\x37\xad\x88\x84\x6e\x38\xb1\xb6\x58\xb9\x31\x51\xad\xcc\xc9\x15\xbd\xd4\x1c\xdd\x2e\xb9\xb2\x4d\xcd\x1d\xe2\xa5\xb5\xcc\xef\xd8\xed\xa9\xbe\x0d\xd3\xde\x70\x3d\x3b\xd7\x5b\xbf\x33\xbc\xf9\xaf\xcf\xd3\x36\xfd\xd6\x70\xf6\xbf\x56\x5e\x0d\x11\x69\xe5\x1f\x63\x9a\xa3\xc5\x51\x5b\xb1\x76\xad\x8f\x6b\xd4\x55\xbf\xcd\xc8\xa3\xea\xa9\x45\x17\x51\x15\xd5\xb5\x6b\xbf\xf8\x44\x3c\xea\x60\x15\x68\x0f\x17\x2d\xf0\xb4\xf5\x8b\xf1\x78\x58\xfe\x6e\xd4\x5f\x27\xa3\x6b\x68\x03\x36\xb3\xef\xf6\x8b\xb4\xf7\xbb\xa8\x7d\x98\xdd\x02\x8f\xd8\x25\xf0\x93\x2c\xdd\xf1\x36\x2c\xe2\xce\x07\x46\x2e\xa1\x0f\x5f\x23\xbd\xc4\x23\x73\xc2\x18\x6a\x08\xed\xb1\x7d\x00\x1a\x85\xe8\xc1\x44\x54\x6a\x71\x75\x60\xeb\xd7\xd9\xad\x9f\x8e\xd2\x41\x77\x5b\x2f\x87\x4f\x69\xe6\x3c\x4a\x67\xad\x0f\x8b\x1d\xc3\x69\x5c\x9b\xec\xec\xa4\xe0\x3f\xfb\x84\xc8\x05\xef\xec\x36\xb9\x3f\x8a\x0a\x8a\x1b\x7f\x64\x80\x13\x7d\x93\xff\x6a\x3f\x23\x21\xb0\x42\x34\xb7\xfb\x70\xbb\xc8\xbb\x8c\x3c\x91\x2d\x0e\x06\x84\x03\x1b\x65\x19\xad\x50\xeb\x1a\x02\xa3\x97\x19\xce\xc8\xef\xf0\x9a\xbf\x5b\x38\x3f\xa5\x07\x2d\xab\xea\xce\xd0\xa5\xf6\xb3\x95\xdc\xa6\x3e\x6b\xa5\xfd\xe1\x76\x8a\xda\x01\xd7\xf1\xd8\xe9\x83\x59\x13\xb4\x87\x2b\x78\xe0\x1c\xa2\x8e\x08\xc2\xd8\x52\x81\x0f\x09\xa9\x1e\xff\x26\xb8\x1d\xc6\xbd\x72\xb5\xf3\x56\x0c\x3f\x7a\x73\xf7\x0c\x19\xfe\x3b\xce\xbf\xd6\x34\xf3\x9a\xb5\x27\xdf\x41\x3e\x0e\xcd\x17\x66\x39\x65\xfe\x45\x56\x5d\x84\x3b\xb8\xe7\xa4\xf2\x00\x6b\x09\x9e\xed\xe5\xd2\x74\x42\x75\x57\xbc\xa3\xb5\xdf\xd0\x25\x11\xae\x5f\x12\x3b\xf7\x10\xfb\xc7\x8f\x65\x27\xfd\xfc\xa2\x43\x8a\x02\xa5\x6e\x48\xe2\x75\x14\x64\x28\x8a\xfb\x12\xf9\xad\x26\xa6\xc7\x0c\x00\x2e\x1e\xd5\xee\x73\xc6\x61\xc4\x6b\x57\x3c\x73\x60\xe6\x7c\xd0\xed\x4f\x7a\x2b\xed\x45\xe9\x9d\xde\xbc\x5c\xbe\x09\xb3\x0e\x6e\x18\x91\x70\xc0\x9d\x91\x7a\x9e\x21\x36\x3b\x21\x01\x8d\x9e\x2e\x60\x7e\xb3\xe9\x77\xc5\x17\xbe\x63\xe6\x2c\x46\xa3\xac\x3b\x5e\xb7\xc6\x2a\xc7\xb5\x21\xa8\x00\xba\x37\x2c\xb8\xa5\xff\x4a\xff\xaa\xb1\xaa\xe8\x1b\xac\x02\xfc\x10\x65\x22\xf4\x7b\x06\x29\xcd\x7a\xfc\x77\x36\xb2\x6c\xd0\x19\xa7\x37\xb2\x41\xa3\x36\xcf\x8a\x4d\xa8\x1a\x07\xe6\x04\xe5\xf1\x61\xd1\xa9\x8c\x12\x27\x12\x69\x22\x17\x87\x5a\x93\x60\x24\x23\x82\xd7\x0d\x54\xa7\xf7\x6a\x1c\x6f\x6c\x30\x78\xed\x80\x33\xb4\xe3\x9c\x9d\x33\x04\x41\x1e\x76\x37\x87\xd5\x6b\xc2\xe1\x74\xd6\x3c\x8c\x67\x0a\x6e\xbb\x83\xb6\x57\xe6\x2e\x79\x15\xf5\xe9\x51\xc8\xd5\xc5\x21\x18\x4c\xa4\x86\x4b\x18\x61\xd8\x87\xd2\xfb\x93\x29\x29\xaa\xef\x89\x28\x05\x0e\xac\xe6\x68\x5e\x43\xe9\x05\xf5\xa0\x80\xba\x0f\xf0\x05\xcf\x97\xd4\x33\x95\x15\x98\x17\x00\x8c\x4b\xcd\x12\xea\x57\xb0\x27\xff\x16\x4e\x87\x66\xa2\x03\xb1\x5e\x91\x40\xad\x95\x61\xb6\x32\xbb\xe3\xd5\xfe\x6e\x73\x7b\x1c\x09\x47\xeb\xc0\x0b\xcc\x3e\xcf\xcb\x31\xcb\x60\xa0\x67\x8e\x58\x3e\x66\xce\xb5\x0c\xbd\xf2\xda\xad\x7e\x5a\x8e\x41\xc7\x4b\xc7\x44\x1e\x71\xe8\xf4\xc4\xbe\x64\xac\xd0\x99\xa1\x6b\xc9\x0c\x4c\xa0\xb1\xc8\x1f\xd0\x73\xdc\x11\xda\x15\x1c\x8a\x02\x97\x03\x5c\xf9\x73\x3c\x08\x56\x78\xa0\x90\x71\x5b\x11\xad\x7d\x24\x14\x87\x8a\x70\x80\x8a\xfd\xb6\x48\x85\xe8\x32\xe3\xcd\x90\xc0\xff\x8f\x3f\x4f\xb3\x3f\x2b\x7b\x81\xb3\xe2\x8d\x6c\x97\x3c\xc4\x5e\x12\x5f\x0e\x07\xb1\x46\xeb\x23\xa1\x9d\x84\x07\x3a\xe6\xf0\x6e\xe6\xc2\xd5\x1b\x9e\xef\xaa\xf0\x7c\x60\x1c\x02\x6b\x04\xa8\x1e\x6f\x66\x23\xc3\xe4\xda\x89\x30\x04\x22\xe0\x22\x94\x48\xc2\x03\xc7\x06\x05\xab\x9d\x5b\x03\x60\x02\x65\xc3\x44\x2f\xaa\x63\xd4\x15\x1d\x90\x00\x75\x22\x84\x68\x6e\x38\xdd\xef\x3d\x68\x22\x9c\xe0\x1e\x14\x4f\xa0\x29\x17\xb8\x2c\x1a\x86\xd2\xda\xb3\xfe\xcd\x91\x84\x84\xcc\xec\xa8\x7a\xc2\xf1\x60\x05\x64\x87\x29\xc7\x79\xbf\x0f\x30\x63\x03\x9a\xa6\x56\x9b\xe7\x49\xed\x20\xc2\x90\xfe\x0e\x64\x6e\x1b\x21\x26\x66\x1e\x4d\xd0\xad\xdc\x1f\x8b\x8b\x6a\x93\x02\xf3\x39\xbd\x05\xe7\xf5\xa8\xfc\xdb\xc8\xb0\x4d\xfd\x94\x2f\x73\x9b\x17\x0b\x0a\x23\x0c\x57\xba\x07\x28\x53\xde\x98\xc1\x22\x47\x04\x54\x27\xe2\x62\x58\x83\xea\xd7\x6c\x68\x8c\xaf\xbe\xb1\x5b\x41\x35\x98\x84\x3b\xcc\x2d\x97\xe4\xaf\x76\x4e\x64\x26\x3c\x3f\x56\x9c\xd4\x84\x4d\x05\x84\x3e\x24\x6a\x7a\x65\xe0\x8d\x86\x9d\x9f\x21\x10\xdc\x13\x11\x7e\xae\x00\x0a\x70\x97\x8b\xcb\x30\x6f\x84\xc2\x6d\x3a\x1b\xc8\xe4\x57\x70\x89\x8e\x19\x8b\xe2\x90\xd6\xa7\x80\x83\xae\xb7\x0c\xab\x30\xd8\xca\x3a\xe2\x04\xf6\xb4\x2a\x7a\x2b\xa7\xac\xd6\xef\x0b\xc3\xfb\x81\x47\x91\x2f\x99\xb2\x9b\x99\x0b\xc4\xc3\x20\xab\xaa\x41\x87\x43\xb0\x76\xe3\x01\x58\x9b\x45\xbf\x5f\xdc\x42\x93\xcf\xd3\xa5\x38\x3f\x9d\x92\xc1\xc7\x2c\x6e\x04\x90\xfe\x84\x39\xa1\xbb\xac\xc6\xa5\x3e\x64\x78\xb5\x7d\x8e\xf9\x67\xf5\x9b\x79\xef\xfa\xb7\x99\x75\xd2\x9c\xab\x07\x8e\x2d\x97\xf7\x5a\xa0\xd8\xdf\x69\x23\xed\x05\xe1\x7d\x74\x93\xdd\x0d\xea\x28\x2e\xb0\x6e\x04\x52\xb8\xdf\x57\xd6\x51\x8b\x6e\xc0\x10\x38\x37\xe0\x30\x1d\x1b\x6a\x33\x20\x25\x1c\xee\xb7\x79\x6c\xe5\x6d\x84\xd3\x44\x10\x33\x9b\x27\x4e\xe1\x52\x25\x18\xee\x7a\xcb\xc6\xcd\xa9\x10\xd0\xda\xb8\x21\xb9\xfe\xaf\xd5\x5d\x33\x4e\x2c\xc9\x7f\xfc\x21\xcb\xcb\x28\x6f\xb0\x75\x8b\xf0\xb2\xd2\xe4\x4c\xd9\xc3\x12\xaf\xfb\x39\x2b\xe1\x8e\x9d\x81\x8a\x63\x09\x87\xc3\x7e\xde\x45\xdb\x05\x86\xe2\x55\x3d\xac\xc9\x7e\x19\x0f\xd5\x9c\xb5\x7a\x59\x3f\x1b\x63\x88\x68\x80\x52\x9c\xe6\x66\x92\xf7\xd6\x7f\x97\xf7\x5a\xad\xe1\x64\xc3\xcc\xe5\x82\x08\xef\x31\xdb\x33\xf7\x03\x09\x25\x70\x96\xcc\x00\xd6\x29\xa4\x5e\x27\x2a\x7c\xa4\x88\x01\xda\x6b\xe1\x9e\xb8\x13\xcc\xac\x7e\xe0\x39\x29\xed\xc4\x9b\x75\xcf\x49\x57\xa4\x4a\x9d\xb1\xea\xd9\x53\x9c\xae\x25\x56\x6b\xe8\x3c\x57\x71\x9c\x33\xf6\x0e\xfc\x4a\x29\x66\x31\x20\xef\xa1\xb8\x57\x1e\xe2\x3b\x7e\xc5\xea\x31\xcb\x41\x5a\x9e\x92\x4d\x6f\xbd\xa8\x7e\x2e\xe2\x07\x76\x8e\x96\x6e\x46\x9b\x3c\xf5\x9c\x34\x2a\xc0\x6c\xde\x01\xc4\x58\x7a\x71\x2e\x16\xbf\xbd\x62\xe5\x87\x1f\x5c\x5d\x75\x6f\x03\xf5\x22\x79\x35\x3e\xa2\x55\xdb\xb0\xc9\xc9\xb0\x07\xca\x3a\x7b\xd7\x5f\xb3\x9b\x02\x2b\xf9\xfc\x1b\xf7\x1b\x3b\x95\x5b\x35\xca\x34\xf1\x1c\x8a\x50\xe5\x86\xbe\x89\x6a\x70\x50\xdd\x32\x22\x5d\x25\x20\x3a\x51\x72\x19\xe2\x75\x31\x4a\x05\x63\x58\xf3\x8f\x44\x18\xa8\x13\x9f\x7a\x1c\xca\xa9\x06\xab\x03\x67\xb8\x93\xdb\x11\x3f\x3b\xa7\x42\xf0\xa1\x8f\xf4\xd7\xa1\x02\x14\xed\x8c\x06\x9d\x4c\xc8\x47\xdf\x79\x64\xc5\xe3\x5b\xd9\x2b\x96\x7d\x64\x37\x76\x59\xd9\x6f\xfd\x28\x2b\xe4\x04\xe1\x56\xbf\xb2\x79\xa0\x3a\xad\x73\xdc\x0d\x3d\x75\x2d\xd3\xb5\x14\x4f\x00\x71\xe9\x9c\x94\xe3\x62\xc7\x52\x37\xcf\xdf\x9c\x77\xab\xc9\x5b\x77\xbb\x28\x4a\xf6\x1b\x10\xaf\x68\xb2\xf8\x69\x6e\xdf\x3a\x0e\xe8\xae\x0c\x4f\x0e\x91\x7a\xb0\xe7\xec\x16\x2e\x42\x24\xf0\x77\x9e\x32\x5e\x33\x6b\x36\xa4\x6e\x30\xb6\x43\x3d\xb1\x6c\x81\x84\x64\x2e\x03\x77\x29\x7f\x1d\xa0\xac\x74\x27\x86\x74\xa6\x93\xef\xa0\xbe\xee\x7b\x89\xda\x65\x5c\xed\xa9\xd9\xa6\xda\x3e\x26\x28\xb9\xed\x6f\xcc\xbd\x93\xa7\x8d\x7b\x21\x97\xa6\xa6\x37\x73\x82\x4c\x08\x03\xbc\xf2\x37\xac\xf2\x1f\xbe\x32\xb7\xe8\x6b\xf9\xcc\xf7\x1c\xab\x18\xe8\xe1\x22\x5d\x63\x1b\x1f\xef\x37\x1a\xa1\x16\xb9\xe3\xb7\xf5\x2d\xe8\x4e\x6f\xea\x6b\xec\x63\x92\x79\xf3\x92\x9c\xaf\x94\x15\x87\xa7\xed\xf0\x18\xdc\x29\x3f\xaa\xf6\x0d\x0f\x35\xc4\x22\x53\xb6\xe0\x4a\xd8\xa5\x73\x1f\xd1\x8e\x04\x73\x4b\x70\x6c\x58\x9d\x5e\x27\x9a\xed\xec\x72\x78\x79\xff\x43\x69\x86\x77\xb0\x06\x32\x50\x89\x52\x9e\x63\x18\xe0\x84\x06\xd2\x36\x92\xd3\xa0\x31\x4c\x8a\x35\x35\x01\xd1\x7f\x81\xc2\x05\x93\x75\xcd\x01\x28\xb2\x1e\x06\x4a\x4b\xbc\x5f\x24\x60\xa5\x12\x77\x52\xa1\xdf\x06\x00\x86\xa3\x9c\xd4\xef\xff\x66\x27\x3f\x95\x1f\xb5\xf5\xc9\xf9\xc4\x0a\x6b\x60\x57\x0b\xce\xfa\x84\x40\xb8\xbd\x62\x8f\xec\x46\xcd\x77\x24\x9d\x81\xc6\xc0\x8b\x2c\x8c\x9e\x10\x75\xe4\xa3\x0a\x7a\xf3\xd3\xd0\x83\xb0\x35\xbb\x4a\x97\x58\xb2\x42\xff\x54\x3a\x9d\xc0\x35\xd5\xdc\xef\x9f\xe9\xd5\x98\x1e\x2f\x59\xfd\xec\x2c\xee\x27\x9a\x0c\xc1\xef\x3f\x09\x97\x68\xdf\x8e\x86\x9c\xe8\xcb\x71\x12\xd7\x1e\x61\xc4\x37\x5a\x69\xaf\x87\x88\x80\x8f\xf0\xcf\xbc\xb6\x07\x1e\xd2\xaf\x33\xf4\x41\xe7\x6a\x47\xd5\xde\xb5\xe8\x78\x0e\x3c\x25\xda\x36\x9e\x8a\x1f\x8e\x11\x6c\x05\x4b\x30\xc2\x3a\x0b\xb1\xd1\x14\x85\x81\x06\x47\xe4\x55\x7c\x76\xbc\x54\x0f\xce\x73\x67\x5a\x8d\xdb\x54\x4e\x3c\x2c\x92\x12\x2c\x82\x67\xd1\x02\x03\x9b\xf4\x0a\x67\x6d\xb5\x51\x7b\x1d\x16\xfb\x9e\xc7\x54\x07\xb7\x74\x20\xf0\x91\x1a\xac\xc0\x0f\xde\x8a\x26\x91\x27\xef\x59\xf7\x40\x5a\x99\xe2\x6a\x50\x8d\xa4\xae\x85\x5b\xa0\x94\x43\x50\xfd\x84\x14\x15\x4c\xff\xce\x18\x2c\x0e\x23\x03\x86\x8e\x10\xe2\x38\x12\xd7\xa5\xa0\x82\xc7\x97\x54\x44\x22\x38\x09\xb4\xfb\x33\x7f\xa2\x19\x05\xf1\xb2\x17\xc0\x7b\xe5\x78\x54\x0c\xb6\xde\x27\xda\xb4\x24\x47\xd6\x13\xe7\xdd\xe2\x5c\x34\x30\xe6\xe2\x27\xef\xbd\xcd\x1d\xc8\xa5\xd0\x7a\x75\x3a\x73\x37\x65\x6e\xb8\x4b\xb8\xeb\xbd\x54\x65\xec\xf0\xc3\xee\x0d\xa4\x57\x0f\x81\x32\x78\x38\x78\xa8\x4c\xc0\x3a\x29\x42\x82\xde\xe8\x2c\x16\xdd\xb5\x1a\x8d\x2f\x05\x68\x9f\xe1\x18\xc7\x8b\x29\xbb\x60\xa1\x58\x40\xa7\x6b\x56\x00\x53\xb6\xed\x1b\x0d\x6e\x54\xaf\x50\x64\x57\xad\x84\x57\x92\x9f\x68\xd4\x7c\x97\xf2\x7b\xe4\x21\xd7\xb6\x9d\x91\x05\xaf\xef\xbc\x47\x3a\xed\x39\x79\x08\x11\x4d\x3b\xa5\x18\x41\x54\xe7\x07\x0a\x17\x19\xd1\x4a\x3e\xce\x02\x0d\x9f\xba\x71\x13\x27\x83\x6e\xf8\x8c\xe6\xde\x76\x49\x33\xf0\xfb\xa6\xc7\xf3\x86\x10\x07\x3c\x35\x4d\x1a\x64\xb7\x75\xc4\x21\xb0\x96\x87\xcd\xeb\x49\x02\xf8\xcc\xe9\xce\x29\x53\x85\x9a\x34\x10\x7b\x0b\x49\x60\xb3\xf4\x62\xee\xe3\x92\xc9\x85\xa9\x44\x65\xdd\x72\xa2\xab\x1d\x64\x40\x2b\x88\x52\x14\x03\x07\x80\xe6\x9e\x49\x2f\x4f\x00\xf3\x17\xbc\xc5\x87\x16\xbe\x00\x79\x8a\x3b\x2a\xa6\xd0\xb0\x9a\x30\xf6\xfd\xf4\x7d\xf8\xf0\x49\x4c\x23\x3a\x32\x84\x85\x31\x30\xe4\x0e\x69\x69\x7c\x16\x87\xe9\x84\x63\xc7\x70\x49\x30\xf6\xff\x92\x90\x5a\x1e\x92\x0d\x15\x37\xcc\x1b\xd1\x63\xfe\x0d\x39\xbb\x99\x25\x43\x17\x18\xcc\x22\x68\xd6\x0f\x45\x38\x32\x8a\xa1\x73\xa8\x84\x37\xbb\x82\xde\x88\x5d\xaa\x9b\xb1\x75\x80\x9a\xe3\x63\xc3\x8f\x76\xec\x8b\xe0\x67\x23\x0e\x0d\x36\xf2\x01\x2a\x22\x9f\x2d\xd8\x4b\x9b\x7f\x53\x01\x1a\xc1\x7c\x2a\x05\x86\xf3\xaf\x96\xee\xc4\xb3\xdb\x93\x4b\x71\x8c\x0e\xde\x4a\xec\xfc\x96\x77\xe4\x76\x44\x8e\x07\xae\xe1\x94\x48\x81\x84\x98\xd9\xe7\x63\x78\x0e\x4a\x4e\xc2\xde\xf0\x3c\xec\xbf\xb1\xb6\x9d\xc5\x4a\xc7\xdd\xb8\xd1\x09\x2e\x4a\x3a\xed\x4f\xdc\x9c\xcc\x00\xbb\xe8\xcb\x1a\x4e\x38\x78\xc5\x70\x08\x1f\x7c\xfc\x4b\xfa\x48\x4a\x29\xbb\x1e\xbe\x51\x4c\x16\x02\x06\x56\x6c\xe8\x56\x12\x0b\xbe\xdb\xc7\xdc\x63\xfe\x14\x35\xd4\x97\x01\x7c\xe0\x7b\xe5\xc8\x7e\xa6\xee\x7c\x6a\xce\x46\x1d\x89\xdf\x94\xee\x3b\xb3\x11\x6b\x16\x57\xa8\x58\x44\xb2\x51\x84\x67\xfb\x46\xcc\xc7\xd6\xa1\x2e\x17\x45\xb3\xb4\x11\x2a\x67\x0b\x1b\x23\x46\x68\x52\xef\x61\x8d\x64\x2d\x25\x9f\xd8\xa8\x4b\x8e\xd8\x5c\xda\xc0\xd8\x43\xfc\x5f\xb4\xd8\x58\x9a\x60\x81\xcd\x51\x05\x0d\x86\x8a\x34\x70\x13\x80\xc4\x10\x1a\x09\x1b\x93\x81\xb7\x82\xc6\x29\x3b\x5c\x75\x44\xeb\x77\xed\x0f\x1b\xdd\xe5\x79\xe4\x63\x0a\x41\xb3\xde\xac\x17\xa7\x12\xfa\x40\xb4\x14\x4e\xfb\x9a\x7b\x50\xd9\x2c\x52\xdc\xe3\x8b\x7e\x2c\xfc\xb3\x8a\x0b\x50\x6b\xf0\xd4\x88\xa2\x20\x0b\x14\xe2\xe8\x76\xc1\x2b\xb3\x7e\x8d\x15\xe5\x77\xc5\x7b\x91\x7b\x38\x1d\x62\x20\x75\x32\xbc\x90\xdf\xd8\x83\x08\x99\xd3\xf6\x53\x37\xee\x9a\x8b\x28\x33\xdd\x2d\x53\xfa\x78\xf1\xef\x56\x23\xa9\x38\x4f\xc2\xc6\xcf\xad\x71\xe5\x0e\xe4\x61\x93\x30\xd3\x70\x4f\x11\xff\xca\x67\x9a\xaf\x08\x0e\x41\x02\x67\x03\xde\x43\xe7\x17\x0c\x3a\x04\x34\x53\xf9\xf6\xfb\x09\x4d\xea\xcf\xc4\xf0\x87\x17\x06\xaa\xd6\xa7\x60\x17\xbb\xde\x62\x6b\xfd\x7d\x6d\x08\x6f\x29\x5f\x8b\x5a\x1f\x49\xe7\x2d\x23\x0e\xc1\x8f\x71\x79\xcf\xd0\xf6\x33\x75\xec\xa7\x84\x12\x1e\xf2\x79\x73\x8a\x4f\x36\xd2\xce\x39\x9f\xe0\x73\xa1\x39\x37\xf3\x32\xdf\xc8\xfb\xc8\x86\xdc\x07\x44\x21\xa9\xf8\xd0\x87\x0f\xbf\xc2\x47\x27\x80\x0c\xd3\x41\xd2\x35\x5c\x4e\xb9\x7e\x69\x92\x27\xa3\xac\x97\x40\x58\xdd\xa5\xf7\x39\x32\x8c\x14\x80\xe6\xd0\x0c\x00\x98\xa6\xef\xc7\x52\x65\x86\xa3\x42\xaa\xcb\x2e\x70\x4c\x9c\x2b\x4a\x64\xde\x98\x03\x09\xec\xad\x61\x11\x67\xde\x22\xa6\xb2\x08\x52\x32\x03\x97\x06\x39\x7f\xbe\x62\x19\xbe\x3e\x00\xc3\xad\x10\xb2\x70\xca\xe6\xaf\x78\xaa\xc9\xa9\xd5\x7a\x3c\x5f\x4a\xde\x1a\x66\xd1\xf8\x59\x51\xf2\x9f\xaf\x16\x2e\x27\x81\xe5\x2a\xac\xef\xe5\x5b\xad\x6e\xbf\x18\xa8\xac\x77\x9e\x60\x37\xb5\x61\x0b\x56\xa6\x8b\xa4\x0e\x5a\x1c\x53\xc8\xd8\x92\x83\xef\x99\x7f\xd1\x46\x13\x38\xb5\xc6\xf4\x8c\x36\xa5\x2e\x08\x58\x6f\xb4\x70\xdb\x64\xe2\xf6\xd2\xcc\x62\x6c\x20\x0f\x3b\xa5\x00\xf9\x10\x52\xb1\xab\xa4\xd2\xd1\x6d\xe1\xfc\xe9\x6b\x05\xac\x20\x1a\x97\xec\xe0\xcf\x43\x18\x5c\xcc\x1b\x5d\x3a\x3d\xe3\x89\xd5\xc0\x35\x2f\x91\x7d\xcf\x04\x13\x20\xe3\x48\x3f\x41\xca\x5d\x9d\x6e\x17\x7f\xdc\xca\xc7\xf9\xd6\x00\xc2\x38\x65\xb5\x55\x83\x00\x86\xfa\x72\xe2\x5e\xf3\x67\xdb\xf6\x69\xf5\xf3\xae\xe1\xa1\x32\xa2\x20\x5f\xa1\x5a\x18\x4d\x58\xf4\x73\xc3\x90\x92\xc9\x90\xfc\xf7\x5d\x5f\x70\x12\x4f\x7b\x06\x59\xfc\x16\xff\xc3\x7f\xad\xb8\xb6\x6a\x32\x19\xea\x0e\xbe\x24\x45\x27\x1f\xe4\x18\x68\x24\x09\x39\x28\x2e\xe1\x95\xbe\xfc\x78\xf6\x5b\x56\x7e\xa0\x18\xe4\xf2\x81\x50\xa2\x36\xcf\xbe\xc0\x5e\xb2\xfe\x79\x99\x3b\x94\x70\xcd\x73\xd3\xec\xf6\xb2\xcd\x74\xd2\x17\x9f\x07\xad\x2c\xd5\xfe\x0e\x9c\xca\xd7\x10\xbe\xc9\x00\xc2\x5b\xd0\xe6\x41\xd2\x93\xfe\xe2\xb3\x1e\x21\xeb\x8f\xca\x8b\x3f\xe2\x41\xf2\xc9\x33\x7c\x91\x53\x0c\x6b\xc9\xc5\x6d\xe0\x91\xf0\x2d\x87\xa2\xce\x16\xef\xd4\x45\xc5\xf7\x62\xc6\xc8\x60\x5f\xfc\x6b\x88\x61\x92\xb5\xe5\xe0\x8c\x76\x33\xe5\xdc\xb0\x77\xd8\x95\x60\x0a\xe9\x9b\xb5\x8a\x05\x74\x2a\x57\x88\x48\xbf\x25\x5d\x8d\x48\x3a\xaa\x68\x3e\x17\x61\x3c\xaf\xdf\xd8\x9e\x82\x4e\x24\x68\xe3\xc7\xd8\x78\x38\x65\x96\x96\xa8\xf2\x9c\x0e\xc8\x8f\x79\x68\xcb\xb8\x28\x03\x97\xbb\x83\xae\x2f\x05\xc3\xd8\x66\x3f\x5f\xe2\xab\x25\x83\x3e\xe2\x79\x94\x87\x6f\x81\x1b\x2a\xf9\x7d\x20\x22\xa3\x6c\x57\xb7\xd1\x3e\x42\xbe\x1f\x5b\xe9\x17\x51\xbf\x10\xc0\x28\xa5\xc2\x35\xf8\x23\x79\x5b\x18\x98\xea\x6e\x73\x18\x5d\xb1\xd9\x41\x18\xe3\xec\x94\x9e\x23\x1a\x4b\x51\xc7\xb8\x4b\x4c\x7b\x49\x99\xce\xd8\xc1\x9a\x15\xa3\x15\x2c\x12\x73\x11\xa9\x23\xe0\x3f\xdc\x41\xa4\x76\x64\x24\x6e\xe1\x83\x5a\xc5\x53\x64\x90\x81\x8d\x70\x82\x51\xfe\x21\xd9\x99\xc6\x42\x14\x10\x74\xb6\x48\xfc\xd1\x79\x6c\xc3\x2c\xd7\x33\xaf\x99\x97\x24\x2f\x8e\x3d\x3c\xd6\xcb\x23\xef\x40\xd7\x93\x8d\xfe\x24\xc3\x14\xc2\x5e\x96\x6c\x26\xee\x76\x2e\xc2\x1d\xdf\xf2\x5a\xb4\xd5\x35\x82\x47\xb8\x53\x9b\xa8\x6f\xfc\xd9\xc4\x13\xf5\xc5\xbb\x7a\x2a\x89\x2a\xad\xaa\x46\x8d\xb8\x3c\xb5\x2e\xdb\xdf\xdb\x3f\xff\xe5\x27\xca\xe5\x0b\x83\x21\xac\xfd\xd0\x26\xee\xa2\x80\x7a\x9b\xd6\x8c\x1e\x1e\x2d\xc9\x1c\xf3\x4e\x5e\x96\x24\x55\x0d\x72\xb1\xd3\xd9\x48\x4a\x91\x2a\xa7\x16\x01\x3d\x67\x58\xb4\x66\x56\x3b\x4d\xcc\x99\xcf\x4e\xe4\x92\x45\x40\xa0\x17\x65\x8a\x78\x4c\x4a\x61\xd4\xf7\x3e\x0a\xd3\x8d\xc9\x86\xac\x65\xf2\x20\xee\x95\x56\x0d\x8f\xab\x49\xf5\xe9\xd6\x22\x1e\x90\xdf\x06\x50\x38\x6d\x48\x05\x23\xa8\x8a\xf8\x94\x00\xb0\x1c\xa7\x62\xde\x07\xb5\x80\x47\x70\x10\xe1\x64\x30\x47\x60\x99\xf5\x37\x6b\x33\xde\xc6\x53\x13\x9d\xc7\xa2\x20\xc2\x55\x29\x3b\x38\xd4\x17\x5d\x79\x01\x6b\x06\xbe\xb4\x20\x4f\x0d\x77\x0d\xa6\x1b\xdc\xa0\xa4\x38\x67\x02\xff\xee\x83\x93\x65\x39\xd4\x48\x1a\x91\x1e\xc0\xb5\xe3\xb0\x83\x30\xe0\xf0\xbf\xff\xdf\x0f\xae\x7e\x28\xd7\xf3\xe1\x78\xd4\x87\xbf\x68\x77\x6a\x42\x78\x5b\x66\x28\x04\xbd\x40\x27\x32\xaf\x4e\xdb\x9a\x0c\x6e\x51\xfc\x41\xc5\x23\xef\x4c\xcb\x8b\x2d\xd5\x4a\x7c\xf9\x4a\x76\xe7\x38\xa2\x30\x6b\xd2\x3a\x11\x38\x1f\x2c\xf7\x5b\xf4\xf9\xbe\xe8\x58\x5a\x94\x4e\xbf\x89\x99\x6d\x81\x52\xd6\x66\x98\x62\xc5\x9a\xa8\x15\x5b\x7f\x98\xe4\xdd\x1b\x9d\xad\x49\x0e\xa1\xa0\x0f\x79\x1d\x08\x0c\xd6\x88\xc2\xac\xfc\x78\x3b\x2f\x85\x77\xf6\x90\xc7\x83\x18\x22\x52\x79\x2a\x90\xdb\xec\x16\x3b\x3b\xe9\xa0\xe7\x32\x62\x2a\x75\xc1\xc9\x79\x0c\x18\x5a\xed\x17\x94\x0f\x49\xf9\xfc\x10\x4e\x1e\x4e\x20\xda\x09\x1c\x44\x69\x75\x1f\x9b\xbf\x03\xbe\x64\xf9\x28\x7b\xcd\xc1\x71\xed\x66\xdf\x98\x6e\x19\xf1\x60\x11\x1b\xe9\xf7\x99\x8a\xc4\x2a\xea\xe2\xe6\xb5\xae\xc0\x99\xdb\x19\xda\x29\x3d\x71\x8b\x62\x72\x1f\xe2\x53\xb4\xcc\xa0\xe5\xff\xc6\xa3\x2c\x43\x25\x2c\x9c\x57\x6b\x33\xef\x43\x10\x24\xfb\xc9\x42\xd2\xea\x71\xba\xe5\x79\x45\x3a\x17\x56\xce\x2a\xeb\x98\x49\x87\x92\x44\x09\x0c\x0c\x06\x8d\x05\x9a\x3f\x99\x74\xd6\x32\x83\x96\xd6\x3d\x95\x02\x88\x6b\xcb\x03\x40\xa5\x81\x95\x2a\x0c\xf4\xd3\x8d\xac\x8f\x0a\x28\xc9\xbe\x0e\x14\xa8\x9f\x95\x63\x03\x6b\xe6\xf7\xff\x77\x41\xb9\xe5\xbb\x18\x6e\x57\x4a\x4e\x2c\x7a\x36\xa3\xac\x9f\xa5\x25\x34\x7b\x40\x08\x0c\xd3\x67\xa2\xb7\xdb\x28\xbd\x85\xb1\x9e\x9a\x3b\xa7\x2f\x06\x7c\xa9\x8e\xc6\x03\x06\x0c\x76\x1b\xa1\xaf\x98\x0b\x06\x3b\x53\x22\x1d\x65\xf2\xe3\x9c\x6e\xec\xe9\xe1\x06\x36\xaf\x11\xbb\x02\x75\x4a\x09\x47\x3d\x45\xfa\x75\xcc\x12\x86\x61\xa4\xa9\x05\x04\x24\xf7\x41\x48\xb5\xfe\x6e\xa1\x7f\x92\x73\x9b\x9b\x39\x06\x1b\x5e\x3d\xc7\x2c\xa8\xe4\x8a\xca\xd2\x80\x67\x44\xbc\x6f\x2b\xeb\x81\x77\x72\x1b\x4b\x6c\xe4\x7d\x5d\xac\x23\x98\x4b\x5a\x92\x3b\x15\x37\x06\x6f\x37\x0b\xd4\xd5\x7d\x72\x17\xf8\x4f\xa7\xc6\x03\xb1\xa6\xcb\x70\x94\xe1\xd1\x92\xa3\x4d\x19\x1c\x6f\xe0\xf8\x27\x9d\xba\xe9\x00\xbd\xbe\x61\x3a\x88\xbb\x06\x6e\x09\xe7\x2d\x5d\x96\x3c\x47\x8a\x48\x52\x76\x99\x39\x3c\x39\x10\x45\xa4\x07\xa2\x46\xb5\xd6\x47\x45\x43\x6d\x9c\x9a\x21\xbf\x53\x72\x52\xf0\xf6\x8b\x78\xaf\x66\xd3\x9c\x12\xa1\x66\xef\x3b\x13\x83\x93\x36\xb2\x8e\xd9\x41\x6a\x25\xbb\x6f\x95\xaf\xbe\x93\xf9\x3d\x39\x6f\xae\xee\x3b\x16\xf6\xef\x39\xcf\x1f\x20\x2e\x7e\xa9\x7f\x54\xce\x91\xa8\x11\x0f\x4f\x05\x04\x53\x5e\x22\x52\xfb\x8d\x6c\x13\xd4\x00\xf0\x53\xb0\xbe\x4a\x02\x4a\x9f\xc0\xab\x65\xaa\x48\x95\x50\xf1\x5b\x0f\x4f\xa2\x93\x76\x27\xac\x64\xd6\x95\x4e\x77\x1b\x52\xa0\xdd\x1a\xe5\x63\x31\x2f\x05\x1b\x08\xf2\x1a\x2a\x26\x51\x28\x20\x49\xb7\x07\x2e\x56\xc3\x1e\xa8\xe3\x2d\xd5\x81\x4a\x09\x0e\xbd\x2a\xc4\x9c\x72\xa0\xe4\x6b\x8d\xfb\x52\x69\xcd\xfc\xd7\xae\x84\xa6\xf3\x1d\x77\xe4\x61\x83\x04\x85\x19\x64\xe8\xa4\x1e\xd0\x9a\x20\x2f\x42\xe5\x88\x20\xcf\x96\x5a\x8f\xd5\xaf\xae\x93\x7e\xf7\x19\xbb\x2c\x31\x63\x38\x8f\x31\xa3\xfb\xe8\xa4\x2d\xe8\xfd\x2b\xd3\x70\xae\x83\xe0\xc8\x4d\xcb\xe7\xa4\xde\x66\xfd\x71\x35\x20\xa6\x86\xd7\x5d\xa3\xed\x1f\x6b\xed\xd0\x31\x7a\x66\x1c\x52\x14\x96\x64\xcc\xe6\x42\x5b\xd6\x1d\xe7\x1b\xf6\x3d\x8b\x25\x1f\x59\x4a\x2d\x00\x18\x61\x23\xed\xde\x30\xd2\x54\x37\xb3\xe7\x01\x2c\x20\x3e\x15\x85\x6b\xba\x59\xbf\x83\xe1\x19\xeb\x78\x84\xe2\xf5\x2b\x0d\x90\x02\x39\x04\x86\xf9\x32\xc8\x63\x48\x98\x87\x39\x48\x34\x51\x4c\x06\xb6\xf4\xf1\xce\xd0\xf3\x9b\x32\xb7\xff\xf6\x7b\x72\x2f\xef\xbf\xa9\x9a\x06\xad\xde\x74\xa8\xba\x87\xf9\x4c\x42\xfc\xa3\xdb\x44\x42\x07\xbc\xef\xbc\x8d\x1d\x0a\x70\x67\x86\xd0\x4e\xb7\xb4\x01\x7e\x07\xac\x64\x46\xa8\x20\x57\xce\x6f\xc8\xda\xc7\x4c\xa3\x02\x2e\x1e\xb3\x97\x83\x7f\x68\x7f\xd7\xd0\x39\x7a\xcb\x82\xeb\xea\x8e\x4a\xc3\x03\x82\x3d\x26\x6f\x22\xcb\x8a\x48\xc8\x34\xc6\x55\x38\xa3\x4b\x98\xf5\xc6\x1a\x5e\x44\x21\xb2\xef\xd6\xe1\x98\x4d\x99\xda\xe7\x88\xad\x2d\xc7\x66\xb1\xb1\x83\xa8\x81\x5f\x89\xf2\x5b\xe2\x15\x65\xbd\x73\xf1\xe5\x3b\x11\x5f\xee\x4a\x3a\x5b\x9f\xbd\x69\x6b\x72\x2c\x71\x4c\x18\x9c\x80\xc7\x5e\x9b\xb2\x40\x9f\x6d\xc4\x0f\x3d\x7c\xd3\x4c\x27\x37\x32\xe1\x4f\x79\xe0\x4a\x9a\xfa\x78\xde\x13\x9d\x3b\x40\xc6\x16\x66\xb2\x0f\x0a\xd4\x5d\xe2\xab\x15\x37\xc8\xb8\x2b\xea\x08\xa4\x0e\x30\x2e\x65\x0b\xa4\x22\xb8\x18\x56\x0c\x18\xeb\x94\xd0\x99\xc3\x88\xb1\xa1\x39\xa4\xbd\xe2\xd4\x2d\xa2\x76\x0d\x7e\x01\x4d\x5e\xb8\x0e\x05\x35\xf6\x18\x71\x19\x76\x55\x7a\x2d\xe1\x22\xa2\xa8\x72\xd5\xb9\x90\xc0\x42\xba\x5f\x23\x8f\x19\x89\x6a\xcb\xb0\xee\x72\xbc\x51\x02\xd1\xa0\x69\x9d\xaf\x32\x1d\x61\xac\x5e\xe7\xd6\xb6\x9a\x3c\xf0\xc2\x8a\x30\x4c\xb1\x00\x0e\x4a\x8c\xa3\x50\x31\x57\x81\x00\xe1\xf6\x3e\x5b\xa6\x1e\x82\xbf\x49\xb3\x35\xa6\x2e\xd9\x0f\x39\xdc\xa9\x3c\xcc\xa2\xe1\x47\x9d\x41\x4d\x48\x89\xf0\x41\xf6\x6d\x93\xf3\xf1\x9d\xe0\xad\x2e\xad\xa3\x01\x3e\x66\xf5\xdc\x15\xcd\x0f\xa2\x13\x3d\x9a\xef\x1f\x6a\xf8\x30\xc2\x9b\x23\x99\x52\x3b\xcd\x35\x3c\x18\x5d\xfb\xa5\xe1\x36\x0d\xbc\x30\xf5\x01\x0c\x0b\xe9\x37\x3d\xdf\x2a\x12\x04\x0e\x11\x5c\xbe\x0c\xe8\x90\x5b\x3c\x96\x98\x28\x3a\x1c\xf3\xa0\xe2\xe7\x9c\xdd\x8f\x98\x45\x5f\xc3\xaa\x54\x4c\xe2\x0b\xea\xb2\x34\x98\xbe\xa8\x76\x52\xc4\xae\x9c\x6c\x98\x97\xe4\xf9\xa3\xd2\x75\xd4\xbc\x9b\xc5\x5c\xe1\x3c\x8e\x5c\xc6\x65\x5a\xe1\xa4\x54\xc1\x1d\x96\x59\xf3\x40\xf6\x02\x2b\x3e\x09\xd7\xac\x27\x82\x89\x71\xf1\xa0\x36\xa6\xb4\x5c\x11\x89\xc2\x62\xc1\x96\x08\xa7\xed\xa8\x90\x2a\x1f\x63\x19\x3d\x5f\x7a\x04\xd1\x89\xb9\x06\xc6\x06\xbd\x4a\x53\xfb\x15\x94\xda\xc0\xc0\xd8\x44\x3b\xf6\xcb\x8e\xe4\xad\x79\x6a\xbd\xa0\xa7\xf6\x23\x31\x0f\x08\xa9\x70\xe4\xf6\x77\xce\x30\xfb\xdd\x92\x42\x5b\x48\x82\x97\x8f\x86\x72\x91\x05\x93\x92\x0f\x61\xed\x3f\xce\x89\x8a\x65\x3a\xc5\x5b\x93\xfc\xe5\x44\x6d\xa4\x9a\xb4\xb5\x88\xff\x9c\x45\x7c\xf5\x19\xb0\x20\xb4\x50\xb0\x7c\xa4\x94\x01\xaa\x65\xd7\x48\xfb\xa3\x8e\x0c\xe7\x89\x08\x35\x3d\xac\x26\x41\x14\x09\xd3\x60\x66\xd5\x40\x66\xc7\x52\x52\xaf\x62\x33\xab\xc6\x7a\x72\xea\x60\x04\x12\xd5\xa1\x18\x66\x03\xdd\x1e\xa8\x37\xd5\x82\xe0\xb8\x90\xe8\x24\x45\x09\x19\x03\x5d\xaf\xbf\xe0\x71\x9e\xd7\xcf\xb0\x49\x50\xd3\x14\x95\x0a\x07\xa4\x3f\xc5\x1e\xe0\xe4\x54\xd9\x83\x6b\x1c\x88\x58\x7e\x4f\x30\xd7\xf9\x27\xe5\x3a\x2a\xed\x61\x30\xdd\xf2\x4b\xe9\x44\x9c\x98\xf7\xfc\xeb\xe0\xc3\xdd\xbe\x8d\x5d\xb2\x85\xf8\x2a\xcd\x3a\xc3\xbe\xe1\xe2\x25\x27\xf2\x03\x89\x1f\xb6\x97\x0f\x48\xc4\x5b\x82\x8c\x1e\x68\x46\x6d\x17\x77\x6d\x34\xbe\xd4\xaa\x2d\xdb\x92\xb3\x1e\xdf\xa0\xce\x79\x8e\x49\x2f\x6c\x39\x1f\x62\x8f\xff\x28\xae\x16\x2c\xb8\x93\xbc\x04\xc6\xa3\xc8\x6e\xc2\x99\xf2\xc1\x66\xa1\xe0\x0f\x4a\x3b\xdd\xf3\x77\xe5\xc7\x3b\x39\x89\x8b\x7c\x30\x6c\x5c\x32\x67\x56\x4c\x2e\x35\x6c\xf7\x52\xbd\x17\xde\x5c\x84\x40\xf3\xf9\xa1\x76\x7a\x74\xc1\x87\x5f\x32\x49\x3d\x6d\xde\x76\xbb\x6e\xab\x0d\x66\xfc\x8b\x9c\xd8\xa4\xd4\xd1\xa7\xa2\x92\x78\x2e\x5a\xba\xd5\x07\x12\x72\xa8\x54\x60\x8f\x17\x91\xcc\xe9\x2a\xf5\xfd\x2c\xaa\xca\x40\x4a\x40\xc9\xcc\x69\x26\xc4\x00\xe3\x74\x63\xfd\x72\x2f\x21\xa7\x2f\xfb\x8c\x4f\x2d\x88\xc2\x8b\xb7\x8d\x5e\x05\xaf\xdd\x36\x63\xfd\x2e\x43\xf2\xa3\xea\xae\x74\x03\xe0\x2a\x4b\x23\x03\x76\xc7\x6a\x2b\x3a\x25\xfa\x49\xcd\x1b\xe3\x41\xea\x51\x66\xd8\x40\xcf\xc4\x4d\x75\x0e\x1e\x7f\xca\x60\x90\x15\x70\x96\x6b\xb9\x95\x9b\x96\xfe\xbe\x6a\x30\x90\x42\x5b\xdc\x5d\x19\x72\x23\x5f\xda\x90\x75\x5e\xb4\xd8\xdf\xf9\x74\xec\xab\xca\x52\xa8\x47\xc9\x15\xa4\x0d\xd4\xec\x16\x13\xf2\x00\x10\x0d\xac\x8b\x55\xa9\xec\x18\x3b\x13\x4e\xea\x41\xe4\x30\xf6\xf5\xfc\x68\xd9\x32\xc7\x76\x82\x58\xf7\x9d\x6c\x00\x06\x7e\x90\x1d\xb0\xfb\x53\xe1\x84\x29\x2b\x66\xbc\x67\x89\x09\x30\xbf\x5b\x50\x25\x39\xb1\x9b\x55\xdb\xb4\xf1\x45\x8c\xc5\xf3\xee\x44\x11\xfc\x48\x63\xc0\xc0\xb6\x31\x27\x4f\xb9\x5d\xdf\xdc\xc8\x54\x66\xed\xa2\xbf\x78\xbc\xd0\xb9\x7c\x17\x41\xa0\x79\x05\xf0\x69\x75\x59\x5a\xda\x01\xfe\x1c\xe9\x5c\xdf\x75\xa7\x28\xc7\xc0\xce\x64\x03\xbb\x3b\x2b\x52\x1d\x0a\xe3\xbb\x94\x18\xe5\xba\xb9\x83\x11\x24\x3d\x4c\xfd\x08\x80\x01\xf0\xae\xd7\xc3\xf7\x9f\x5c\xfe\xf4\x9d\xeb\x25\xdd\xb6\x0b\x1b\xfa\xf4\x47\xd7\x8d\x70\x74\xf9\xd3\x1f\x5f\x2f\x41\x10\xaa\x0c\xd3\xd9\x4c\x6f\x64\x8d\x63\xe1\x10\xd2\x0f\x35\xee\xc5\xa4\x74\x6c\xa4\x20\x6f\x45\x56\x3f\x47\xd0\x20\x13\x07\x26\xe8\xf5\xd1\x17\x57\xfb\x6c\xc0\x5e\x3d\x69\x14\xf2\x2a\xb6\xd9\x60\xb2\xd3\xe1\xb3\x2b\x11\xcf\xd5\x1e\x18\xb7\x02\xaf\x8d\xf1\xfa\x67\x5e\xbb\xb9\x80\x87\x3b\xaf\x7f\x00\x51\xf2\x32\x1e\xd5\x67\x32\x82\xc4\x97\xd3\x40\xae\x8c\x5b\x93\x3b\x6b\x24\x2b\x4d\xa0\xfb\xb1\x4b\xfd\x89\xdd\x53\xe1\xa2\x99\x28\x6f\x0f\xab\x56\xa6\x81\x7d\x01\x24\x2f\x0f\xd9\xe3\x1f\xfe\x69\xcd\xfd\x16\xb2\x78\x6a\xf9\x5f\x83\x43\xc0\x65\xcd\x7d\x62\x61\x07\x18\x65\x78\x6d\x3c\x87\xcb\x19\x7a\xaa\x29\x50\xd8\x7a\xb5\xf9\x74\xfe\xe5\x22\xb2\x74\x62\xb6\xec\x1b\x79\x58\x1d\x26\x00\x1b\xbc\xe2\x0a\xc9\x83\xeb\xcd\x7b\xf0\x18\x0c\x50\x5f\xb2\x37\x8d\x7f\xbd\x8f\xe0\xed\xdd\x37\x6d\x41\x46\x3b\x8b\x6f\x38\x32\xb0\x3f\x2e\xbd\x9b\x4b\xde\xc8\xac\xd2\x34\xed\xdc\xd8\xac\x68\x27\x3c\xfd\x3c\xc2\xd5\x26\x1c\x2e\xc2\xfa\xc2\x8b\xed\x65\x58\x40\x2a\x5b\x2d\xd4\xd9\xa5\x48\xa5\x0c\xf2\x5b\x38\x75\xde\x4b\xf6\xb5\xc6\xfc\xae\xf9\x9b\x14\xc9\x92\x4c\xa2\xa8\x7a\xf4\x82\x15\x6b\x72\xf0\x3b\x6d\x8c\x67\x6c\x94\xb0\x26\x5f\x6b\x41\x1a\x44\x4b\x8b\x41\x6b\xc1\xf3\x93\x39\xe9\x7b\xb6\xa9\x38\x88\x89\xe8\x35\x65\xc5\xe9\xcd\x0c\xf5\x53\xb6\x56\xcd\x83\x80\x7f\xd3\xb9\x6e\x63\xb2\x1f\x35\x33\x07\x07\x27\xf6\xa7\x05\xd7\xfd\x68\x68\x08\xce\xf9\x80\x9b\x6a\x59\x46\xf7\xb0\xca\x08\x47\x87\x0a\x17\x0f\x14\xc2\xfe\x35\xa7\x40\x1f\x23\x3a\x7b\xbf\x41\x2c\x51\x71\xd3\x86\x6a\xc3\xe0\xcf\xed\x51\x17\xec\x68\x8d\xfe\xe7\x3a\x7f\xbb\x0c\x3d\xee\x40\x0e\x51\x86\xb9\x60\x50\x41\x7c\x7d\x2a\x64\xc5\xd5\x6b\x5f\xd5\x86\xa6\x48\xd2\x30\x1d\x8d\xf3\x6e\x3e\x4c\x99\x2c\x11\x50\x2f\x6d\x7e\x40\x69\x9b\x8e\xc7\x69\x77\x1b\xb0\x9a\x63\xe9\x3f\xab\x68\x30\xe1\x1d\xc5\x34\x97\xfb\x5e\xfe\x09\x52\xc9\xbd\xa2\x07\xf2\x59\x64\x86\x9e\x79\xc8\x20\x8a\x44\x66\x50\x6a\x4a\x96\x46\x67\x76\xe6\xcf\x5a\xe4\x70\x51\xd5\xc8\x34\x19\x27\xb8\x8f\xc1\x74\xe6\x2c\x32\x67\xd8\xfa\x9e\x42\xe8\x09\x50\x03\x25\x68\xbc\x8f\x75\xb1\x55\x1d\x65\xd1\xbe\x61\xa3\x6a\x43\x59\x4a\xf8\x7d\xb3\x1d\xc5\x9f\x77\x23\x35\x02\xe0\xf2\x36\x7b\x26\x81\x8d\xef\x1b\xed\x1e\x1d\x2c\x92\xfe\xbb\x8e\x51\x5a\x76\x7d\xdc\xc8\xf3\x9d\x01\x39\x06\xbd\x65\xc8\xec\xe8\xfb\xc9\xc8\x11\x17\xe0\x0e\x3b\xe9\x8f\x4b\x25\xb2\xa3\xcb\xab\x19\xff\x08\xf9\x04\xf4\x9e\x95\xd6\xe3\x6d\x60\xd7\xc7\x85\x5d\x86\xeb\xc5\xae\x70\x16\xc3\xfa\x0b\x5c\xd3\xc7\x46\x41\x2f\x9c\xad\x40\x06\x87\xd4\x81\xf0\x2f\x44\xed\xc0\x8d\x7f\x26\x75\x77\xaa\xf6\x98\xa6\xd3\xa5\xa7\x02\x00\x75\x5f\x70\x7a\xe4\xea\xde\xd5\xac\xaa\xa1\x61\x6f\xe3\x22\xde\x06\x7e\xb5\xc7\xf4\xec\x1f\xf0\x0f\xa2\x6a\x7c\x07\xac\x07\x7a\x7a\x21\xb3\x19\x77\x46\x34\xcf\xb0\xc5\x18\xc3\x9e\xd6\x19\xef\x0d\x96\xd2\x53\x44\xf7\xca\x62\xf6\x16\xee\x27\x79\x0f\x5c\xa8\x84\xce\xe2\xbf\xe1\x39\xca\xaf\x3f\xb6\xbf\xf2\x64\x3b\xd9\x68\x4b\xb8\x59\x9a\xd3\xcd\x72\x05\x90\xcc\x5b\x7f\x87\xb9\xcc\x10\xff\xc5\x70\xe8\xbc\xbd\x74\x03\xb8\xc8\x9b\xd9\xa8\x64\xbf\xed\xd0\x8f\x6a\xea\xb5\x8c\xe8\x96\xdd\x67\xd6\x90\x3f\x0d\xac\x23\x55\x2d\x39\xf7\x61\xe6\xcf\xc0\x25\x6e\x3c\x9e\x07\x36\x5a\x79\xc3\xde\x63\xc8\x2c\x47\x2e\x15\x11\xfa\x99\xff\x86\xe9\xa0\x31\x77\x22\xd9\xd3\x50\x58\x70\x10\xad\xbf\x3b\x10\x8d\x62\x78\x97\xb4\x03\x07\x79\x83\x47\x31\x32\x22\xf8\xd9\x14\x9c\xd7\xf8\x44\x55\x98\xb6\xae\xb3\xa7\x1e\xc8\x11\x9e\x56\xc9\xa4\x55\x58\x27\x27\xf4\xc5\xed\x51\x58\xa0\x32\x88\x87\xae\x30\x36\x3e\x2d\x24\x3e\x73\xd9\x7e\x5e\x1a\xac\x99\x75\x6f\xd8\x84\x8e\x92\xc7\xc4\x6a\xfe\x6c\xae\x59\xb0\xed\x61\x34\x26\x56\x58\x89\xe5\x41\x39\x90\xe8\x68\xbf\x9a\x56\x10\x1a\xe5\x3b\x17\x5a\x5c\x9a\x0e\x3a\x18\x16\x83\x07\x1e\x06\x0e\x9e\x8b\x32\xaa\x66\x64\xce\x0c\x44\x1e\xf8\xd6\xc5\x9e\x43\x1d\xb0\x3e\xa8\x9a\x1a\x7d\xff\x5f\x7f\xf6\x9a\x90\xa9\xf3\x97\x00\xc3\x3d\x5b\x60\x40\xe4\x1e\x9a\x47\xb0\x4b\xfd\xc2\x44\x61\x19\xcd\x12\x2d\xb9\x90\x2c\xcf\xec\x41\xec\x6d\x64\x29\x58\x57\x3a\xf5\x6a\x22\x13\xbb\xcc\xd6\x28\x5b\x44\x4b\x96\xe3\x3f\x15\x1f\xc5\x63\x54\x3e\xe5\x47\x8a\xe2\x4c\x7c\xd5\x93\x01\x63\x33\xec\xca\x26\xca\xcf\x98\xf0\x28\x3d\x72\x8d\xc0\xc4\x21\xa2\x9c\x02\xb9\xd6\xc4\xdf\x78\x43\x57\xfe\xe1\x72\x8f\x91\x23\x93\x2d\x3a\xf3\x48\xc8\x23\x0a\xe1\x5c\xaf\x08\x13\x8d\x44\x1e\x2c\xab\xfb\x2a\x8f\x76\x9e\x48\xc9\xa6\x90\x63\xf8\xac\xa5\xfc\x48\x35\x63\x64\x2d\x3c\x53\xdd\xa0\x51\x5d\xab\xda\x9d\xa7\xb2\x0d\x9b\xf6\x22\x9a\x11\x48\xce\xac\xd7\x56\x74\x7a\x13\xf3\x04\x90\x50\xfe\x15\xde\xbb\x42\x46\x27\x6c\x34\xc3\x84\xc7\xe1\x82\xb5\x6a\x66\x5e\x99\x3a\xd4\x32\xf8\xc7\x01\x16\xda\xed\x2c\xa5\x4a\x95\xda\x5a\x40\x00\x4a\x36\x2d\xc7\x78\xea\x82\xde\x7e\x3a\x60\x0a\x72\x3a\xb2\x81\xd4\x3e\xe7\x3f\xa5\x64\x67\x7a\x6d\xcc\x12\xf8\x26\x0a\x6b\x44\x53\x2d\x59\xcc\xc3\xbc\x8c\x28\x17\x3d\xd7\x5f\xfd\xf8\x46\xfd\xc1\x1e\xa6\x35\x75\x7a\xa4\x82\xdd\x16\xae\x80\xa3\x00\xc6\x01\xe2\x23\x78\xcb\x3f\xbf\x8c\x93\x29\x5a\x79\x4c\x7d\xb5\xc5\x69\x79\x22\x88\xa2\xdd\x49\x59\x2f\x6d\x6d\x2a\x1c\x17\xa2\x60\xf9\x0e\x13\x63\xb4\x77\x4f\x23\x6b\xe2\x6c\xd2\x5e\x41\xd9\x37\xcd\x51\xe3\xff\xbb\x6a\x3a\x1d\x5f\x05\x0b\xfa\x9b\x91\xf3\x74\x72\x91\xa8\xe2\xc9\x7d\x65\xbf\x21\x71\x03\x48\x44\x6a\x20\x12\x51\x43\xdf\xb2\xd8\xc5\xa0\x3f\xac\x82\x9f\x27\x3a\x6b\xdb\xa9\x94\x57\x39\x14\x5c\xe1\xbc\x43\x6d\x92\xb8\x84\x23\xbb\x2d\x2a\xdc\x47\x09\xe3\x08\x68\x84\xde\x5b\x44\x49\xa0\x3e\x8b\x58\x7c\x81\x35\x4b\x6e\xc7\xa5\xef\xcd\xc9\xa7\x15\x49\xe9\xb8\x54\x35\x73\xa1\xf1\x1b\x3e\x0c\x06\x69\x23\x7c\x83\x70\xa4\xa5\xf5\xfc\x7a\xe5\x07\xfe\x5b\xcb\xae\xc8\xd7\x9e\xef\xe4\x3c\x8a\x16\x91\x59\x07\x79\x1b\x1c\x51\xc9\x11\xe8\x39\xe1\x50\x65\xc3\x80\xe6\x17\x97\xbd\x63\x2b\xaf\x40\xd8\xaa\x52\x77\xeb\x56\x7e\x23\xa7\xf8\xfb\x43\x08\x76\x31\x7f\xb5\x6f\x65\xfd\x2e\x56\x5c\x8d\x95\x6c\x62\x83\x26\x77\x78\xc3\xeb\x61\x73\x19\xe2\xb7\x44\x4c\x75\x14\x5c\x83\xd9\x02\x0f\xe2\x41\x4a\xaf\x16\x53\x95\xca\x1d\x7d\x1c\x0f\x19\xec\x4e\xa4\xae\x98\x64\xc5\x7d\x40\x34\x85\x7c\xfe\x6c\x69\x18\xca\xe4\xce\x80\x0b\xb9\x63\x71\x5d\xfc\xfe\x36\xf3\x51\x09\x35\xb0\xb6\x2a\xa8\x8d\xb2\xa0\xe3\xfd\xf8\x8c\x19\xf5\xa7\x2e\xdf\x05\x39\x80\xf1\x13\x0b\xa7\xd4\x42\x8b\xa6\x61\x75\x7a\x6a\x4e\xf9\x3d\xb7\x94\xcf\x7f\x25\xb5\x30\xb6\x93\x20\x63\xdf\x15\x94\x43\x72\x16\x2e\x0d\xab\x68\x8a\xc0\x63\x86\x60\xcd\xa9\x32\x7c\xe7\x6e\xa0\xc5\x21\x3e\xe5\xe3\xc1\xe2\xd4\xbc\x47\xad\xd1\xab\x39\x0d\x0c\xae\xe5\x85\xa1\x5d\xfc\x72\x29\x0e\x66\x8f\xc8\xc1\x8c\x97\x11\x39\x4f\xa0\xab\x38\x08\xbe\x75\x98\xb3\xb3\x31\x19\x8f\xf1\x79\x5a\xb1\xdf\x3b\x29\xfb\xfd\xbc\x03\xa3\x3c\x23\xde\x88\xfa\xc1\x47\xb7\xa2\x7b\x41\x81\xb2\x6e\xd6\x79\x07\x34\x6b\xfb\x4a\x3d\xc4\xb9\x97\xac\x1e\x71\xad\xb2\x02\x96\x22\x41\xcd\x63\x45\x4b\x2f\x9e\xb4\xfa\xe2\xda\x0e\xb0\x2a\x7e\x6a\x01\x9c\xd9\xc8\xf6\xe7\x2b\x67\x79\xb3\x63\x57\x46\x9b\xa9\x2b\x24\x4b\x5d\xcf\xe5\x7c\x9c\x49\xb2\xb0\x8a\xb5\x0f\xcb\x2c\x4b\x56\xf7\x68\x99\x77\xfb\xd5\x70\x3d\x9c\x53\xfd\x09\xc1\x1a\xda\x1b\xed\x57\x55\x53\x1a\xae\xe8\x3b\x32\x2f\xe1\xc4\xd3\x9a\x56\x6d\xac\x6d\x8e\xac\x52\x63\xd2\x8c\xba\xee\x18\x73\xc0\xdd\x55\x24\x41\x5d\x73\xb8\x8c\xf5\xc5\x7f\x73\x5e\x6c\x75\x0d\x27\x03\xf3\x4a\xf3\x81\x57\xca\xbd\xea\x71\x71\xea\xba\x6f\x17\xc5\x8d\x72\xfd\x9f\xb3\x0d\xfc\x87\xfb\x7d\x2b\x1f\xd3\xa7\x9f\xe7\xe3\xc4\xb0\xec\xfb\x88\x83\xed\xe7\x8d\xb4\xcc\xbb\x1d\x77\xfa\x4f\x50\x50\x3c\x5d\x70\xca\x81\xb3\xa6\xcb\xe0\x20\xd3\xc6\xab\xab\x46\xe7\xdb\xee\x10\x42\xcf\xd5\xb9\x7d\x17\xf1\x48\x24\xbd\xa3\x78\x64\x5f\x8b\x2d\x03\x86\xcb\x07\x90\x0d\x68\x8b\xa2\x9d\xbf\xab\x1b\xc6\xd1\xae\xbf\x8f\x80\x8d\x34\x90\xd2\x84\x9d\xb6\xd5\x06\x19\x34\x9e\x73\xd3\xbb\xe2\x23\x83\x5c\xb6\x6b\xc7\xbe\x98\xea\x1c\xd1\xd2\xc2\xb1\x3e\xa1\x06\xd6\x01\x0c\xe5\x2c\x86\xd0\xc4\xf3\x53\xa9\xd7\x6a\xed\xc5\xa1\x07\x76\xab\x53\xa8\x4f\xad\x52\xbf\xe2\xbf\x6d\x57\x90\xf6\x6e\x02\x83\xd6\x53\x4b\x7f\xec\x3c\xa3\x56\x80\x20\xc0\x17\x56\xf6\x57\x09\xaf\x10\x04\xb8\xac\xe8\x31\xa9\xd4\x3d\xa8\x9d\x80\x25\x15\xd2\x48\x0c\xd2\x7e\x87\xb8\x0b\xdf\x1b\x08\xb8\x4c\x7c\xbe\xf7\x49\x13\x10\x1d\x21\xfb\xbc\x69\x84\x3d\x0e\x31\xc1\x2b\xb8\x1f\xf6\xf7\xfa\x76\x26\xb1\xca\x89\x6a\x04\x4c\x17\x76\xfe\x18\x7c\x14\x2a\xd7\xcd\x02\x93\x40\x84\x18\x9f\xad\x00\x36\x66\x86\xe0\x24\x58\x80\xcd\x86\x06\x79\x51\x44\x73\xa5\x3c\xc7\xf8\xfa\xb1\xb0\x1c\x81\x05\x18\xed\xec\xe2\xc8\x38\xb1\xc2\xe5\xe8\xfc\x20\xca\xc7\x96\x6c\x60\xf1\x1b\xc3\xb1\x3b\xe3\x51\xda\xbd\x41\xb5\x5f\x1b\xae\xee\x75\x27\xb3\x87\xdb\x3c\x99\xbe\xe5\xd7\x99\x8a\xc7\xc5\xdb\x13\x31\xf0\x3b\x3d\xa6\x27\xfe\x71\x3a\x02\x6f\xa6\xc5\x54\xe5\x13\x54\x89\x56\xce\x99\x90\xb6\x55\x8e\x77\xfb\xc4\x3d\x02\x77\xa8\xe9\xb7\xc5\xbf\x27\x21\x28\x1e\x7b\xd3\x2f\xf7\xdf\x6d\x1c\x1c\x8c\x65\xd9\x28\x87\xa8\x71\xe2\x96\xf1\xf4\xee\xfa\xc4\x27\xd6\x0f\xeb\x40\xda\xce\x5f\x1b\xde\x15\x24\x9c\x93\xf3\x07\x71\x47\xc9\xd0\xf7\x6d\x85\x97\x0f\x53\x32\x06\x59\x80\x88\x65\xfa\x17\x28\x32\xf1\xaf\xc9\xbf\x00\x82\x34\xff\xc9\x0d\x45\xfd\xfc\x5f\x85\x87\x92\xec\x17\x75\x05\x2c\xd6\xa2\x59\x0b\x42\x37\x67\xe0\xb5\xec\xfa\x51\x01\xb7\xc2\x83\x51\xaa\x33\xb9\xfb\x50\xbd\x59\x51\xb9\x28\xf7\x43\xd2\x16\x4a\x5d\x16\xca\xfe\x89\xac\xf7\x6d\xc4\xde\xa7\x18\xce\x6f\x17\xd5\x4b\x31\xc0\xe4\x0b\xf2\x42\xc6\x59\xf6\xe8\xe1\xbf\x42\xaa\xa8\x9a\x02\x53\x4c\x55\xe9\x40\x0d\x5f\x52\xe2\x17\x97\xaf\x68\x5e\x29\x70\xc6\xfc\xe1\x5c\xfc\x5e\xc2\x68\x78\x32\xa0\x29\xd5\xde\x09\x0a\x8e\x73\x92\x21\xa2\x65\xd8\xad\xdf\xa0\x8e\x05\x14\xad\x81\x2b\xb2\xa2\x98\x26\xb0\x9f\x8c\xad\x8f\x93\xaf\xc1\xdc\x27\x15\xed\x5c\x6a\xf2\x55\xd3\x13\x84\x03\xc5\x20\xee\x2c\x32\xf4\x22\xcc\xa9\x71\xfe\x5c\xb6\x7c\x1a\x81\x52\x25\x45\x7e\xa0\xd4\x16\x8b\xe0\xe1\x42\x0a\xd0\xcf\xab\xfb\x66\xb9\xa2\x04\xc1\x42\x6a\x75\xc5\x93\x20\x46\x77\x41\x34\xe1\x75\xb6\x22\xf4\xa4\xba\x64\x1b\x3a\x49\xba\xd1\xd8\xa2\xad\x5b\x56\x24\x1b\x22\x25\xbb\x20\x8b\x88\x94\xe4\xad\x0c\x40\x69\x49\x7b\xd5\xfa\x5b\x35\x76\x22\x7f\xef\xa4\x83\xf5\x76\x89\xa9\xb8\x6d\x3e\xb2\xea\xcb\x6f\x7b\x58\x6a\x50\x6e\x62\x2e\x3b\x1e\x8b\x89\xad\x7a\x1c\x9c\x18\xf7\xb4\xda\x4b\x28\xbc\xd7\x35\xf6\x74\x2c\xcc\xc3\xbb\x09\x6a\x1b\x92\x7d\x89\x72\x36\x2c\xa3\x05\x06\xc5\x11\x09\x2d\x4a\x0f\x5c\xf8\xf3\xac\x41\xc6\x41\x16\x76\xaa\xe2\xa3\x23\x9b\x56\xf0\x76\x35\x41\x9e\xdd\xa0\x38\x3c\xc4\x47\xfa\xb5\xa8\x94\xb5\x9c\xe7\x45\x25\xfb\xaf\xe2\x11\xb1\x03\x62\xfe\x46\xd8\x44\xd3\xcc\x3f\x82\x99\xff\x62\x7d\xec\x7e\xd8\xcc\x75\x85\xed\xa8\xa9\x33\xd7\x48\x35\x3e\xce\x50\x13\x3d\x1a\x20\x59\xe2\x99\x14\x24\x1b\xbb\x4d\x7a\x14\x12\x04\x96\x77\xd8\x11\x22\x62\xe7\x98\x45\xcb\xec\x57\xde\xf4\xec\xdd\x0a\x0b\x4d\x0e\x44\xaa\x90\x8e\xe5\x37\x75\xfd\x89\x43\x8d\xf2\x54\x4f\xeb\xf5\xe3\x74\x13\x58\xf6\xe0\x25\xa7\x2a\x9c\xbf\x01\x11\x01\x53\x32\xbe\x57\xc2\xba\xe3\x13\x25\xff\xfd\xf6\x9f\xa9\x0c\xcc\x23\x97\xa1\xe1\x94\x0a\x13\x51\x80\x1a\xaa\x71\x54\x1a\x9c\x76\x7c\x6d\x1e\xcc\xd5\x63\x39\xeb\x75\x1e\x64\x77\x9d\xd7\x25\xd4\x75\xeb\x86\x33\xbf\x5c\xc6\x66\xf7\xf4\x9e\x95\x7d\x7e\x75\x6e\xb0\x6b\x54\xa5\x1c\x33\x0e\x3b\x82\x1d\x89\xdf\xae\x1d\x3e\xec\xe6\xf2\xfb\x44\x0e\xbd\x72\xde\x75\x34\x9b\xf4\x35\x7e\x66\xda\x69\x94\x5c\x63\x95\x6e\xa5\xcf\xda\xc3\x1c\x55\xa0\xdd\x89\x6d\x6a\xc5\x9b\xd4\x09\x77\x17\xff\x17\x24\xdd\xfd\xd6\x34\xfe\x6f\x8b\x07\x2a\x66\xd3\xe6\xb1\xd5\x04\x72\x5a\x3f\xe3\x8f\x9a\x61\x67\x95\x34\xc1\xec\xde\x46\x26\x4d\x9b\xbd\xb9\x42\x2a\xd6\x70\x4d\xe4\x24\x09\x4a\x65\x66\x01\xab\xcf\xe3\xe7\xf9\x78\x4d\xb1\x93\xb0\x98\xb5\xaa\x73\xf4\x4c\x25\x38\x10\xd4\x86\x4b\x42\xc5\xd6\x42\x52\x59\x1e\x37\x6d\x1e\x93\x7b\xe0\x99\x7f\x27\x26\x1a\x95\x4c\x50\xf8\x83\x85\xd4\x40\x95\x9c\xa4\x64\x9f\x12\xb2\xa3\x21\x23\x28\x71\x33\x0b\xa7\xf6\x5e\xcd\x8a\x34\x3a\x7c\x13\xa7\x6f\xd4\x2a\x48\xbc\x12\x5d\x15\x85\x53\xd4\xc6\x7c\x4e\xa9\xae\xf0\x11\x5a\xa4\xce\x8e\xb5\x71\x0e\x58\xa9\xa0\xd2\x1b\x28\x62\x32\x67\xe0\xe5\x3b\x38\x13\x96\x63\xb9\x17\x99\xc0\xb2\x32\xf7\xab\xec\x43\x74\x2b\x31\xd6\x06\x47\xb7\xa5\xa6\x35\xbb\xa4\x92\x50\xaf\x90\x7c\x5a\x29\x76\x7a\x1d\xdf\xed\xb8\x52\x27\x88\xa1\x5f\x01\xa2\x2f\xa7\x86\x43\xe8\x2c\x28\xfc\x0c\x02\xe2\x1c\x8e\x56\x05\x68\x7f\x49\x5e\x89\x8f\xaa\x16\xb5\x18\xd5\xba\xc1\x36\xad\x3b\x3a\x40\xa5\x14\xc5\xa2\x5a\xc3\x3a\x92\xc3\xdf\xe3\x47\xa8\x9a\x55\x38\x75\x53\xe0\xb7\xa7\xc0\x09\xaa\x4a\x91\x49\xef\x02\x16\x3d\xbb\xc1\x51\xb6\x53\xdc\xcc\x6a\xee\xe6\xbb\x60\x75\xfc\x54\x17\x36\x79\x3d\x56\x8f\xb1\x0a\x4e\x0c\x69\xc6\x62\x8e\x7e\x60\xa6\x0e\x5c\x7e\x51\x11\xb4\x51\x6e\x6e\xab\x71\xb0\xc2\xbd\x4b\x06\x0a\x5e\x69\x1b\xe1\x6d\x2b\xe7\x15\x16\x34\x5c\x96\x92\x5a\x46\x78\x5a\x77\xec\x6d\x4f\x59\x04\x8a\x0b\xac\x36\xbe\x93\xed\x6c\x78\x4a\x22\xef\x18\x6c\x4d\xe6\xba\xaa\xfb\x82\x25\xef\x10\xdb\x1e\xcf\xb6\x61\x97\xbd\xc2\xda\xe0\x11\xdd\x22\x95\xbe\x7e\x82\xac\xe5\x0f\x94\xff\x04\xa4\x62\x01\x48\x90\x90\x08\xc7\x43\xe8\x91\xf5\xe7\x9c\x3a\xc7\x00\xd9\x43\x94\xcb\x11\xa7\x1c\xa1\xb8\xc1\x8e\x36\xd6\xd7\x98\xb3\xfc\x44\x8b\xbe\x1d\x0a\x43\xb8\xc7\x1e\x59\x22\x14\x9e\xb2\x0e\xf2\x3e\x8b\x5a\xb8\xe5\x17\xb8\x7a\x56\x3a\x63\x79\x8c\x04\x53\x50\x50\xce\x39\x5b\xb0\x89\xc2\xb2\x74\x68\x41\x73\x2a\x09\x9b\x9d\x90\x4b\xb6\xc8\xd9\x94\x54\x49\xc9\xb1\x74\xf4\x73\xb5\xd0\x03\xd2\xb6\xca\x81\x86\xcd\x9b\x6b\x00\x71\xf7\x0b\xd4\x84\x03\x66\x42\x1e\xb8\x75\xef\x21\xb9\x2e\x62\xe6\x6f\xe0\x29\xe6\x3a\x89\x1d\x56\xe2\xba\x68\xd5\xa0\xda\x2d\x0b\x52\xb0\xbb\x3b\xaf\x60\x50\x38\x54\x1b\xe2\x09\x61\xbc\xdc\x48\xed\xbb\xbe\xb7\x23\x2d\x7d\x61\x8b\xb5\x69\x31\x3f\xda\x5d\xe9\xc6\x25\x25\xc3\x10\x33\x3c\xa2\xfe\xec\x8e\x9c\x37\xf2\x70\x0f\xc5\xb9\x2d\xe4\x0d\x6e\xd5\xdc\x73\x30\x95\x45\x87\x7f\xa3\x61\xa5\x5f\xe2\x92\x0d\x33\x01\xdb\xb7\xbe\x07\xec\x9f\xbd\x50\xe5\xe7\xd8\x9d\x07\x54\xf8\x33\x50\x6d\x05\xf5\xf6\x17\xa7\x96\xe5\x9c\x49\x9d\xf7\x53\xd6\xcf\x53\xed\x09\x74\x50\x38\x71\x6e\xf8\xdc\xec\x05\x26\x44\xc6\xb7\x66\x79\x37\xad\x72\x49\x9c\xaf\xb8\x64\x37\x0c\x8f\xdb\xe3\xd9\xe4\x10\xac\x8f\xa1\x4a\xdb\x18\x6b\x55\x0e\x0b\x4c\xf9\xee\x85\xee\x56\x1b\x92\x77\x50\xe9\x39\x70\x69\x52\x2d\xed\x86\xe9\x2e\xc6\x3c\x84\x19\x69\x3c\x3d\x69\xb5\xdb\x46\xd1\xdb\xc5\x1b\x82\x91\xab\xf6\x4e\x82\x17\x30\x7a\xfe\x82\xd0\xe1\x19\xee\xfc\x25\xa3\x41\xb4\x86\x52\xc9\xcc\x39\xa7\x98\x86\x03\x37\x58\x3a\x0c\xb6\x3f\x2f\x8d\xdd\x42\x12\x88\x9e\x31\xe2\x7b\xb9\x90\xf4\xf0\x84\x88\xf9\x2b\x77\x47\x3e\x81\x25\x87\xc5\x5c\x94\x2e\x15\x09\xbf\x5d\xd9\x11\xa5\x41\xc4\x5d\x7d\x80\x10\x22\xef\x72\x61\x9d\x05\x5d\x39\x2d\xb3\x82\x35\x85\xc1\x49\x20\x0b\x73\x1f\xc6\xac\x4a\xe6\x33\x23\x08\x72\xa2\x35\xa7\xf1\x35\xa9\xc5\x4f\x7d\xcc\xe1\xa5\x8d\x5a\x0b\x50\xa0\x72\xc8\xf5\x25\x6f\x9f\x7f\x90\x9d\xe9\xe2\x20\x70\x5b\x57\xf5\x7d\x4b\xa3\x78\xf9\xb8\x6a\x7b\x16\x16\xb8\x5b\xd5\x39\xec\x17\x1e\x02\x50\x14\xd6\xb3\xbe\x1d\x91\x29\x86\x64\x5d\xed\xec\x4a\xb6\x85\x8f\x7f\x73\xed\x13\x6b\x4a\xb0\x49\x73\x34\x26\xf7\xad\x71\x6c\xb8\x3e\xc7\xbb\x95\x09\x25\x98\xbe\x00\x2b\x88\xef\xd6\xdf\x88\x0b\x04\x7a\x1a\x73\x6c\x62\x72\xeb\xa4\x70\x6d\x72\x72\x11\x89\x33\xf6\xc1\x7b\xc9\xca\x28\x97\xeb\xe1\x80\x15\xa1\xe8\x50\xe6\x0b\xa9\x57\xfe\xf7\x6b\xbf\xf9\xf5\x5a\xf2\xf9\xd5\x5b\xb7\x6e\x5d\x05\x0d\xd7\xd5\xc9\xa8\x9f\x0d\x60\xe3\xbd\xb5\xe4\xff\xfc\xe8\x57\x98\x1c\xf0\xce\xe2\xa0\xfd\x16\x92\x1e\x97\x37\xae\x5e\xc3\x25\x85\xb5\x84\x6f\x98\x92\x8d\xe4\xbc\x12\x1e\xdf\x53\x86\x6d\xae\xef\x72\xda\x48\xed\x19\xa5\xc4\xed\xb2\x62\x71\x39\xaa\x7a\x60\x20\x84\x79\xc9\xdf\x97\x41\x38\xaf\x66\x7e\xbb\xa3\x0c\xaa\x21\xb3\xd2\x40\x7f\x32\xbc\xf0\x8d\x95\xea\xa4\x87\x7d\x72\xb3\x86\x9a\x55\xcf\x59\x37\x4e\x9e\x36\x41\x3f\x3f\xd4\x51\x99\x98\x6f\x66\xb6\x28\x10\x2a\xf0\xd8\xac\x24\xc9\xf0\x81\xff\x14\xe2\xa6\x98\x39\x87\x48\xf0\xd5\xfc\x24\x1c\x10\x73\x2d\x17\x83\xfe\x2e\xbd\xc6\x63\x91\x44\xe7\xfc\x3c\xe0\xbb\x7d\x1e\x1e\x50\x7b\x36\x66\x1a\xac\xcc\x06\xbd\x4e\x06\x84\x17\x63\xa5\x0c\x67\x66\x55\x40\xe2\xd1\xe8\x65\xeb\xaa\x3e\x91\x70\x44\x2a\x72\x6e\xb3\x8c\xe0\xc3\x7f\x04\x10\xc7\x66\xbc\x63\xeb\x38\x28\x44\x98\x0b\x8d\x56\x47\x8a\x39\x2b\xc7\x1b\x49\x8d\x37\xcf\xce\xa0\xb2\xb9\x4e\x9d\xd2\xde\x46\x53\x56\x6e\xca\xf7\xf5\x57\x74\x38\x1a\x26\xd5\xd0\x99\x57\x73\xce\x08\x81\xab\x7b\xb1\x16\x71\x69\x5f\x13\x86\x67\x26\xb5\x15\xd6\xa4\x92\xa3\xfa\x15\xba\xaa\xe0\xd9\xaa\x7a\x65\x1a\x36\xa8\xb8\xad\xad\x25\x36\x14\xa2\xe2\xb8\x63\x2b\x69\x54\x6e\x08\x40\x0d\x73\x7d\x47\x61\xd4\x32\x01\xc8\x2b\xc6\x6c\x3b\x5a\xeb\x01\x15\x2b\x31\xbd\xa6\xaa\x4a\x19\x7e\xb6\x11\x21\x7f\xf6\x82\x80\x2a\x60\x6e\x39\x34\xe5\x56\xba\x8f\x31\x1f\xa7\xe2\x61\x83\xd6\x36\x45\x35\xe7\xe2\xc3\xea\x5c\xfb\x1c\xcf\xc6\x95\x24\x4f\x03\xe9\x10\x09\xd7\xb9\xaa\x15\xe1\x99\x2a\x54\xd2\x0a\x97\x21\x95\xac\x48\x44\xdc\xc1\x9b\xef\x9f\x3d\xb6\x38\xb8\xf1\xaa\xfa\xc6\x4e\xd6\x28\x7a\x51\xaa\x10\x61\xc6\x73\xce\xf5\x6c\xf3\x85\xcc\x2a\x9c\xac\x2f\x06\x7b\xd8\xbb\xc2\x1c\x60\x6a\x3a\xc4\x98\x8a\xe2\xf3\xa9\xb1\x94\xc0\x84\x0b\xde\x8c\x57\xf4\xc3\x2f\xf0\x7b\x0d\x06\xc1\x08\xf9\x28\x50\xb5\x43\x04\xcd\x05\x08\x6d\xe1\xd1\xf0\x7b\xaf\xd8\x49\x73\x2e\xb6\x7a\x1c\x6b\x00\xde\x5e\x03\xcc\x64\x45\xaf\x65\x71\xa4\xcf\x77\xd8\x2f\x76\xb9\x5e\xf4\x43\x55\xc2\x98\xcd\x13\xb8\x8d\x3d\x09\x2e\x55\x99\x1a\x03\x95\x9f\x1b\x27\x56\x48\x7a\xf5\xb1\xdc\x38\x42\x7a\x2e\xb2\x26\x51\xa2\x59\x6f\x3f\x47\x5e\xfc\x9a\xb9\x3a\x1b\x20\xb2\x49\xa7\x3a\xff\x10\x3f\x26\x51\x4a\xcc\xab\x05\x9e\xb5\xc6\x17\x6b\x23\xa8\x53\x7c\xbc\xb0\xa5\xc1\xbd\x0c\xc9\x3c\x3e\xfe\x70\xb2\xf2\xd1\x68\xd5\x72\x35\xa8\x25\x76\x6e\x35\xc5\x92\x6d\xd3\xa0\xf4\x73\x20\x3a\xd9\x62\xc6\x7e\x2e\xd5\xb9\x75\x53\x9c\xbb\x5a\xbd\x6d\x7f\x50\x55\x12\xfa\xa1\x14\xdc\xad\xbf\xaa\xa5\x2e\x11\x7d\xa2\xe4\xbc\x06\x07\x62\x0f\xe4\xa2\x95\x9f\x5d\xa9\xdf\xfa\x99\x55\x76\x56\x2d\x8f\x6b\x15\xc5\x1b\x35\x10\x19\xd3\x00\x9d\x3b\x65\xda\x38\x58\xb3\x7e\x48\xdd\xc7\x79\xb0\xdf\xac\x42\x9a\x2f\x0e\x16\xba\xc8\xb0\x5f\x7d\xb6\x41\x95\xfc\x03\xf4\x42\xb1\xdd\xda\x1b\x7b\xb8\x1a\xfc\xc7\x4d\x3e\xa7\xbe\xfa\xa8\xd5\xcb\x37\x37\xdb\x1b\xa3\xe2\x56\x09\xe5\x95\x27\xa3\x6e\x56\x29\x13\x00\xbc\x80\xcd\x14\x46\x92\x0d\xf8\x02\x63\x4f\x88\xae\x37\x2f\x66\xe9\xa5\x05\xa0\x4f\x14\x50\xb0\xee\x42\xb7\xe9\x67\x0c\x14\x46\xc5\xf3\xcd\x34\xef\x43\xce\x51\x31\x29\x91\x6d\xf7\x67\xa6\x51\xc2\x9e\x12\xfb\x14\x9f\x22\x61\xc1\x68\x2f\xc2\x41\x20\x0f\x6b\x07\xfe\x85\x15\xa6\xd9\x28\xc5\xc1\x4a\x89\x33\xa9\xb1\x17\x14\x38\x6f\xc0\xb0\xaa\x6f\x39\xec\x1b\xc1\x1e\xaa\x23\x38\x83\x16\x07\xb0\xaa\xa2\xf3\xaa\xc3\x64\x90\x6f\xe6\x59\x8f\xbb\xdc\x73\xd8\xa8\xda\x1c\x56\xc4\x19\x5f\x84\x83\x86\xb8\x45\x89\xf7\xa7\x20\x71\xb0\xc6\x83\x73\x9e\xb9\x24\x7a\xbc\x53\xc7\x6f\xe3\x03\x97\xbe\xd0\xd5\x69\xdd\x4f\x15\x57\x3e\xd7\x6d\x7c\x7b\x81\x6a\xc7\x37\x6c\xe8\xdc\x4f\x7f\xf9\x6b\xfa\x03\x8b\x42\xb8\x2c\xb4\x7e\xc1\x8d\x45\x98\xf2\x1f\xbb\x60\xfe\xdd\x72\x32\x1c\x82\x97\x37\xe0\xa9\xbf\xa2\x1a\x82\x0b\xca\x06\xc9\x0c\x22\x59\x5b\x75\x98\xb7\xcb\xdc\xa6\x03\x83\x11\xc4\x04\x71\xf2\xc0\xee\x0f\x89\x07\xa2\xd5\x40\x4d\x8f\x9d\x74\xb0\xab\xea\x52\x50\xeb\xe8\xcc\x08\x47\xc1\xcc\xe4\xf5\x41\x73\xfb\x13\xb2\x3e\xd0\x05\x20\xf9\xb9\xe5\xa5\xfe\x49\x3b\x5e\x07\x45\xbe\x52\xed\x1d\xfc\xb7\xab\x3d\xb8\x98\xdb\x96\x33\xdb\xb2\x37\x4a\x37\x39\xc1\xd9\x57\xe0\x14\x6c\x3f\x98\xa3\xb6\x23\xd0\x35\x1d\x5c\xd5\x4e\x5a\x6a\x36\x03\x72\x1b\xe2\x92\x0a\xdc\x3e\x07\x32\xda\xef\x18\x65\x48\x11\x3d\x18\x8f\x23\xbf\xa7\xa0\x2e\x5c\x77\x50\xa4\x80\xcb\x25\xc8\x65\x77\xd6\xcb\xa5\xcd\x41\x0d\x72\x0d\x26\xcd\xb3\xb8\x76\x1e\x39\x02\xc2\x26\x1d\x2a\xaa\xf3\x20\x82\x43\xbc\xc3\xd2\x91\x8d\x06\x45\x3d\x60\x6d\x98\xc7\xa0\xd8\x39\xd8\x01\x84\xd0\x8d\xe7\xce\x47\x97\xc5\x18\x0b\x9a\xb7\xbd\x43\xd0\xd3\x38\x59\x02\x97\xf4\x92\x5d\x28\xb0\x26\xa2\xef\xc7\xef\x94\xc8\xb6\x64\x2a\x6f\x42\x69\x18\xd8\x23\x40\x24\xfa\xe5\x97\x0b\x2a\x19\xcb\xbd\x30\x82\x0d\xb5\xe8\x68\x8a\xf0\x73\xd4\xd8\xad\x81\xa4\x2e\xeb\x1d\xa7\x5b\x9e\x92\x4e\x89\xb0\x33\xd5\x08\x75\x37\x8b\xff\xcf\xac\xe0\x1b\xaf\x6b\x43\x15\x50\xe2\x0d\xd8\xa6\x41\x66\x1f\x1e\x19\x63\x32\x58\x62\xd6\xf5\x47\xc4\x02\xed\xad\xaf\xca\x54\xc9\xa7\x1a\x46\x4a\x3e\x73\xfc\x8e\x0a\x7d\xd3\x40\xcf\x48\x59\x23\x26\xfb\x19\x14\x4c\xa4\xae\x10\x3e\xd4\x72\x7b\xed\x76\xe4\xe5\x54\xab\xfa\x8b\xc6\xf5\x6a\xf4\x31\xaa\x9e\xba\x7a\xee\x9e\xe8\x2a\x1c\x9b\x7c\x87\xf5\x68\x80\x78\xa5\x3c\x51\x12\x79\xe7\x2a\x37\xb6\x63\x10\x6c\x5d\x59\x0c\xfb\xbb\x8d\x8e\x12\x5a\x2d\xa2\x8f\x39\x16\x8e\x6b\x97\x3b\xd9\xe8\xe7\x46\x14\x77\x4f\x46\x62\xd3\xc2\x8d\x61\x44\x20\xa3\x1a\x3f\x24\x10\xf9\x10\x1f\xf3\xe0\x4b\xb1\xb8\xc7\x86\xf1\xd5\xe0\x2f\x92\x33\x5d\xf3\xaa\x0f\x55\x7d\xbf\x58\xba\xac\x18\x2e\x59\x91\xe5\xd3\x28\x42\x5c\x03\x2a\xbe\x69\x2e\x7f\xe9\x94\x60\x9b\x5f\x01\x68\x2c\xf4\x4b\xb8\x38\xfb\x56\x59\xad\x2b\x8f\xa7\x00\x62\x55\x4f\x9c\x10\x0f\xf8\x61\x85\xc1\x98\x5a\x24\xf0\xe2\x09\x75\x16\xb1\x1a\xd9\xa0\x32\x11\xc7\xda\xc7\x10\x8f\x2f\xec\x59\xbf\x55\x14\x69\xec\xf6\x39\xa1\x56\xa9\x13\x39\xd3\xbb\x81\x3b\x6d\x7d\x5a\x8c\xb6\xae\xb7\xd0\xff\x00\x8b\xe3\xf8\x89\xa5\x6b\xec\xfc\xd8\x7e\x13\x94\x6d\x5e\xa7\xa7\x60\xac\x53\x4e\xee\xcd\xfd\x57\x2b\x76\x5e\xeb\xd7\xb0\x72\x15\xf4\xb4\x2d\x35\xf8\xcc\xac\x5a\x3d\x69\x20\xe9\x49\x6c\x70\xc3\x66\x61\xb5\x3b\x1b\xc1\xf9\x75\x25\x3d\xeb\x30\x2b\x86\x94\x18\x74\x0f\xc9\xc9\xac\x65\xae\x09\x6a\x2f\x95\xc5\x4e\x86\x91\x06\x4f\xf1\xa2\x58\x9a\x13\xd3\x26\x94\xab\x1f\x67\xe9\x4e\x49\xea\x99\x63\x36\x08\x62\xc9\x1d\x76\xbd\x28\xd7\xc5\xcb\xc2\xfb\x08\x0b\x2a\x21\x4f\x3f\xa8\x83\xaa\x5e\x51\xba\xca\x20\x4c\x50\x89\xc0\xb6\x2e\x46\x08\x96\x78\xfe\x7e\xfa\x08\xe8\xe5\xd7\xa8\xbf\x43\x60\x42\x5f\x6a\x1a\xdb\xfb\xbb\xcf\x6e\x74\x4b\xf1\x61\x5f\xea\xe8\x14\x71\xb4\x67\x67\x8a\x33\x66\x67\x1e\xea\x0c\x4a\xc8\x78\xde\x91\x58\x8a\x7d\xaa\x2f\xe2\xe5\x82\x22\x4d\xb7\x5d\x8e\x9d\xfb\x3f\x97\xb6\x38\x06\x5e\xe0\x37\xd5\x01\x7f\x42\xdd\xbc\xf2\xa9\x64\x11\xe0\x0c\x0d\x27\x0b\xae\x4f\x1e\xe4\x3e\x52\x86\x02\xcf\xb5\xc9\xe6\xda\xc6\x09\x7e\xd2\x6a\xa8\x15\x5c\xeb\x2c\xf3\x83\x2b\x06\xff\xe7\x42\xd5\xfd\x76\x4f\x66\x85\xca\xc0\x8d\x11\xab\xab\x06\x1b\x5b\x04\xc0\x2f\x3f\x62\xd3\xb9\x95\x6d\x50\x0c\x28\xf0\x1e\x73\x1d\xf2\x09\x85\x65\x89\xe2\x3c\x22\x69\xd1\x56\x20\xae\x8f\x0a\xad\x54\x9d\x6b\x0c\xad\xf4\xbb\x37\xbb\x4c\xd6\xde\xd1\x4a\x8e\x93\xda\xfe\xc2\x31\xa9\xe6\x81\xfd\x80\x90\xd4\xa5\xcd\x63\xc1\xce\x10\xf4\xe7\xc2\x96\x69\x39\xae\x5f\xf3\xbc\xaa\xe3\x36\xc2\xbd\x61\x4d\xdd\x09\x7c\xcd\xdc\xf0\x14\xb2\x1b\xd5\xee\x3c\x46\x19\xcf\xd3\x70\x87\x1c\x47\x0d\x7a\x0d\xf5\xe2\x69\x97\x12\x90\x46\xab\xde\xad\x3a\x48\x70\xd4\xb5\x74\x83\xed\xf3\xa7\x82\x92\x02\x23\x0c\xfb\xcb\x37\xf9\x64\x93\x3f\xf6\xff\xb3\xf8\xf7\x88\x3f\xb6\x8e\xfe\x61\x96\x94\x5d\xc4\xd1\xfc\x7f\xc2\xd4\x7e\xfe\x46\x9d\x97\xaa\x3b\x0c\xcf\x5b\xb5\xd6\x53\x95\x7b\x01\x46\x67\x21\x20\x64\xc8\xe2\x07\x11\x1d\x41\x79\x79\x9e\x7f\x82\x75\xd9\x17\xc8\x84\xc6\x39\xdc\x5e\xdf\x4d\x53\x39\xb1\x84\xe5\xd9\xaa\x69\xcd\x42\xd8\x84\xad\xaf\xb9\x5a\xfd\xb4\xe4\xe7\xc4\xb1\xd3\xb2\x5f\xa9\x4b\xc5\xf7\x16\x73\x9c\x56\x17\x7c\xa6\xa4\x6c\xac\x78\x59\xf7\xfa\x5a\x4c\xc8\xdb\xfc\xdf\xed\x7c\xd8\xb9\x99\x97\xf9\x46\xde\xcf\xa1\x34\x19\x68\x05\x0f\x58\x9a\x46\x60\x78\xd7\xf6\x40\x11\xa2\x0b\x1a\x2d\xe6\xe3\x82\x2f\x42\xf2\x50\x95\x4a\x11\x4c\x2e\xf0\x87\x1f\x35\x3a\xde\xb8\x7e\xa3\xfc\x26\xe5\x9f\xf4\x9a\x9c\x86\x0d\x6a\x46\xb6\x51\x96\xa7\xc1\xae\x3a\xa3\x82\xc2\x7c\x8e\x88\xad\xa9\x64\x8f\x75\x9b\x8a\xa6\x66\xf6\x47\x83\x84\x10\x54\x6f\x54\x7e\x27\x1f\xdd\x20\x01\x15\x7f\x33\x8c\xed\x4d\xb1\x6d\x83\x8e\xd5\x7e\x60\x1e\x4c\x81\x8c\x84\x15\x5a\x7e\x40\x78\x2b\x50\xa1\xbc\x1b\x76\x1c\x14\xb7\x3c\xc6\x6d\xc9\x21\x1d\x94\x6e\x81\x38\xb7\xf6\xef\x0b\xb0\x52\xd1\x71\x1e\xb0\x47\x15\x55\xa3\xe5\x06\xde\xf2\x1e\x99\xe5\xd1\xcf\x20\x2e\xd8\xd2\x9c\x4f\x9b\x6d\x39\xd5\x2e\x5e\x8d\x7d\xc7\x78\x30\x60\x5b\x2d\x88\x4b\xbd\x4b\xce\x91\x7e\x71\xfb\xdb\xb1\x88\x17\x66\xa9\xca\xb6\x5f\x3c\x34\xb2\x42\x2f\xbd\x47\xb5\xcf\x6b\x2c\xd1\x2a\x1a\x63\x6f\x6f\x2d\x11\xec\xc2\x91\x04\xd8\x85\x5c\x1e\x11\xb1\x3e\x14\xe7\x07\x5a\x0b\xe6\x31\xb1\xeb\xff\xba\x31\xca\x2f\x74\x4e\x8f\x0c\xb1\xe2\x76\x62\xeb\xc3\xc4\xb0\x8a\x92\x37\xee\x50\x72\x5e\x6a\xae\x7f\xea\x6c\x6e\xf4\x62\xe7\xb2\x49\x5b\xc1\x3c\x58\xd5\xe2\x64\x51\xa9\x68\x4e\x3d\x9a\x59\x3d\x6a\x83\x4f\xb4\xac\xb2\xc7\x3a\x24\xe3\x2b\xda\xad\xd8\x25\xc1\x17\x09\x35\xee\x1e\x9c\x84\x6e\x2b\xd5\x4d\xe3\x08\x9e\xde\x5c\x0d\x6a\x89\xac\x2a\x51\xdb\x90\x92\x46\x0d\x13\xc1\xc6\xee\xd0\x44\xb2\x12\x2c\xe3\xc9\x42\xf6\x10\x2e\x96\x84\x84\xfa\x48\xdd\x5e\x14\xb9\x2a\xca\x16\x77\x3f\x16\xbe\x7a\xd8\xd6\xba\xd9\x3b\x1b\xb3\x8b\xb0\xc4\x0e\x86\xbf\xa9\xcc\xe0\x62\x2b\x55\xe2\x25\x3d\xbc\x6e\x1b\xc4\x6b\x9c\xb1\x1e\xfe\x15\x33\x9d\x0e\xc9\x4b\x46\x61\x4f\xea\xb4\x39\x90\x5f\x20\x86\x3b\xb3\x24\x14\x95\xaf\xa4\x87\x9e\xdb\xe0\xd7\x98\x31\x6e\x86\xc6\xba\x3a\x00\xb8\xb8\x3a\xa7\xba\x43\xcb\xce\x86\x0f\x74\x05\x95\x4e\x5b\x63\xd8\x0a\xd8\x87\x6f\x0b\x6f\xa8\xc6\xe4\x68\x41\x56\xa5\x34\xb2\x70\xf9\x6e\xe5\x58\xc5\xf5\x6f\xa1\x32\xa5\x53\xd8\x04\xa7\x75\x50\xf8\xfa\x5c\x5c\xfd\xf7\x59\xf8\x53\x87\xd5\x5f\x6b\xe1\x9c\xc0\x91\x31\x73\xc5\x8f\xb7\x26\x8b\x4e\x80\xb6\x57\xde\x8a\x5d\x76\x3d\x5e\x30\x80\xa7\xf9\x36\xbd\xf5\x15\xf7\xb5\x76\xee\xae\xd6\x12\x15\xc9\xb2\x50\xa1\x25\x7e\x58\xd5\xcc\x01\x9a\xd2\xdf\x90\xf2\x87\x3d\x9f\x23\xca\x1c\x41\xdc\x18\x5b\x84\xaa\xa8\xda\xd8\xa2\x97\xd1\x20\x56\xd0\xbf\x07\x18\xc7\x2e\xc0\xf3\x6c\x61\x64\xb3\x27\x0e\xf7\xa1\x67\x98\x2c\x1e\x03\xa6\x28\x17\x86\xe6\xc8\xdc\x1c\x83\x62\x80\x9a\x50\x70\x5c\xa2\x76\x78\x81\x8b\xc3\x45\x4d\x58\xf0\xa2\x5a\xca\x55\x67\xa0\xb2\xd9\x30\x30\x75\xa0\xcd\x20\xfc\x62\x11\x2b\xdc\x66\x78\xee\x4f\x11\x8c\xae\xb7\x7a\x69\xb9\xbd\x51\xa4\xa3\x1e\xa5\x09\x3f\xc1\x63\x3a\xe5\x4c\xa4\x18\xd1\x0d\xa8\xe9\xa8\x05\xae\xa9\x65\xe8\x97\x0a\x05\xaf\x8c\x14\x94\x0e\xf2\x2f\x52\x51\x7c\xd4\x28\x30\xfd\xfb\x0c\x23\x3c\xa7\x2d\x28\x50\x09\xb5\xaa\x44\xc9\x01\xa7\x01\xb4\xf4\x9e\xe4\xd3\x69\xa1\xd4\xb7\x15\xa7\xca\x1c\xb7\x8a\x09\xbc\x6c\x9a\x1a\xeb\x28\x5f\x89\x44\x6a\xed\x14\x83\x1c\x63\xc4\x30\x79\xaa\x64\xd0\x69\xe9\x8c\x8c\x4f\x49\xb7\xd4\xc2\xdc\x74\x43\x5b\x21\xd3\x25\xa6\x33\xb7\x59\x8c\xd3\x3e\x5e\x30\x1b\xf8\x4f\xdf\x4d\x2e\xf7\x5a\xee\x4c\xd1\x9a\x6e\x2e\x39\xef\x4a\xad\x4c\x65\xd6\x07\x27\x04\xdb\xb0\x30\xef\x39\x75\xba\x23\xff\xed\xe8\x01\x77\x0d\xc8\xec\xa0\xdf\xc0\xa4\xb4\x83\x02\xf2\xf6\x53\xf4\xec\x91\xfa\x94\x00\x84\xe8\x16\x25\xa5\x8b\xac\x8d\xb2\x26\x2e\xbe\x4f\xf0\xa0\x5e\xf9\x71\xc7\x94\xa1\x1c\xa2\xaf\x12\x31\xc5\xe1\x09\xbc\xe4\x48\x2d\xc2\x31\x1b\x68\x7e\xdd\x78\x3f\x12\xb6\xb7\xa6\xbf\xd6\xe8\x4e\x74\x1b\x3f\x4f\x8d\x76\xbe\xf2\x86\x8a\x31\x87\xee\xeb\xad\x74\xdc\xdd\xce\x4a\xaf\xc3\x1f\x71\x5c\x49\x65\xe2\xaf\x0b\x4c\x26\x91\xb5\x78\xfe\x1b\x7e\x8f\x20\xa9\xcf\x5a\x70\x06\x5e\x44\xb6\xff\x15\x65\x20\x0e\xd8\xb5\xbe\x14\xb7\xd9\xaa\x75\x12\x34\xe6\x18\x10\x92\xce\xf5\x41\xfa\x29\xf2\xbc\x6f\xca\x8e\x54\xf9\x9d\x0e\x00\xed\x7e\x47\xa4\x73\xf1\x8e\x8d\x7d\xe3\x2b\xe7\x16\xb4\xd3\x6e\xb9\xfa\x77\x72\x0a\x6f\x38\x1a\x66\x67\x4e\xc3\xdb\x0c\xfb\xb0\xfc\x84\x65\x85\x17\x12\x7b\x7e\x00\x16\xe6\xca\xe9\xcc\x45\xa2\x6e\xc7\x9e\x53\x68\x83\xae\x7f\x59\xae\x4b\x79\x2b\x1f\xdb\xb2\xbb\xf0\x26\x10\xcf\xc5\x5a\x8e\x26\x03\x76\xde\x59\x72\x4a\x35\xd5\x0c\x32\x42\x43\x62\xf5\x8d\x7c\xd0\xeb\x14\x80\xdf\x02\x8e\x17\x10\xeb\x19\x9d\x85\x75\xeb\xf8\xcd\x07\xa6\x5d\xe3\x20\xda\xf7\x4d\xfa\xcf\xfc\xfe\x74\x70\x47\x28\x97\xcf\x57\xce\x27\xe1\x26\x65\xa6\x31\x1f\xa0\xff\x72\xea\x54\x6c\x65\x98\xc4\x94\x78\x5e\xd8\xc8\x54\x79\x40\xcf\xdc\x02\x5e\x78\x67\x5c\x3f\xb0\x8e\x27\xb6\x16\x20\x3d\xe6\xfc\xef\xb4\x29\xe4\x0e\x80\x4f\xc8\x6f\x8a\xf7\x8b\x4b\x80\x22\x1b\x82\xfc\x76\x5f\xe2\xc4\xb3\x18\xbb\xd1\x3c\xa8\xbf\x95\xca\x68\x2b\xac\x7b\x16\x59\x37\x32\x7b\x83\x2d\x62\x4b\xea\xd6\xed\x47\xe2\x48\x10\x08\x4b\x1d\x6c\xcd\x00\x5e\x01\x8d\xc5\xca\xdb\x48\xdc\x3f\xce\x99\xb6\x72\x49\x3a\xab\x89\xcc\x76\xde\x5c\xa8\xeb\x3d\xae\x4b\xb1\xd0\x78\x85\x5b\xf9\xb8\xb3\xd5\xd5\x47\x20\x29\x13\xba\x64\xf4\x36\x37\xf5\x8d\xb3\x29\x1f\x2f\xb8\xfa\x7f\x8c\x9f\x06\xd7\xb0\xe8\xc0\xfe\x26\x57\x4f\x0e\xa1\xf4\x1a\x28\xa5\x35\x2d\x49\x6f\x6a\x94\x61\x1a\x52\x28\x2b\x5a\x96\xdb\xe4\x4a\x4c\x98\x87\xbd\x4b\x92\x37\xdb\xe6\xc3\xdb\x54\xc1\x3b\xff\x22\x43\x0f\xd8\xf2\x4d\xce\x9e\x8c\x86\xb0\x77\x89\x3b\x44\x2a\x8d\x34\x67\x8f\x7d\x8b\x2a\x79\x20\x2b\xd0\xf0\x56\xe3\x52\xc2\x1b\x77\xc4\x39\xf0\x8b\x8e\x9f\xc9\x99\xdd\x47\xe4\x36\xd5\x6c\x2a\x52\xa0\xb2\x7b\x56\x35\x6f\x93\x5f\x3e\x13\x86\x8a\xea\x3a\x76\x4d\x57\xc2\x58\x1d\x0e\x40\x4f\x28\x2c\x8c\x33\x87\x61\x7e\x5c\xca\x40\x13\xd8\x72\x9c\x02\x83\xdc\x12\x6b\x8e\x4a\x2f\x3e\x04\x9e\xd7\x58\x75\xed\x41\xea\x22\x3d\x01\x04\xe5\x03\x48\xca\xed\x63\x08\xaf\x96\xe3\x99\x8e\xc5\xfc\xc1\xe8\x42\x9e\xf0\x39\x6b\x58\x09\x5d\xac\x3e\x5b\xcd\xc9\xd4\x6c\x53\x06\x6c\x7b\xec\x38\xd8\x99\x47\xe6\xc6\xc6\x39\x70\x05\xf7\xf9\xe8\x99\x84\xd1\x4d\x90\xcb\x34\x25\x60\x65\xd1\x94\x62\xdc\x50\x1e\x98\x05\x4c\x74\x77\x32\x02\x17\xe2\xce\x56\x31\x2a\x26\xe3\x1c\x1c\x19\xfe\x46\xbc\x00\x5a\x5c\x4e\x32\xf3\x28\xf9\x4b\xa4\xd7\x8e\x91\x13\x47\xbb\x9d\x09\x25\x53\xf7\x3a\x12\x8f\xa6\x01\x18\x3d\xf9\x30\xbc\x14\x41\xc8\xe7\x5e\x50\x14\x91\xf1\xc0\xde\xdd\x25\x4f\x0c\x25\x9b\x54\xba\x53\x76\x41\x4c\x17\x2b\x16\x74\x35\x22\x8f\x55\x6c\x8c\x53\x4a\x2a\xfd\x30\x08\x03\xa8\xac\x47\x9f\xcb\xb0\xc0\xd4\xad\x9d\xbe\x79\x00\x93\x61\x07\xce\xbb\xf4\x62\xcb\x16\x53\x1d\x84\x4e\x86\x96\xbb\xde\x10\xc1\x66\x64\x8c\xaf\xf5\x9a\xc9\x16\x5d\x7f\x2c\x3c\xc6\xe6\x28\xb3\xfd\x9f\xb0\xbf\xdf\x33\x0a\x8f\x3d\x6f\x04\xb9\xaa\xed\x2c\x1d\xae\x7e\x51\x9c\x97\x0e\x9f\xf5\x5d\xf2\x3c\xaa\x9f\x02\x87\xae\x1c\xf7\x77\xb2\xca\x85\x2d\x3f\xf0\x9a\x63\xe6\xbd\x3e\xd7\x90\x73\x0c\xd5\x0f\x1a\x0f\x43\x48\xb0\xf6\x98\x37\x40\x15\x20\x92\x8a\x6f\xa0\xc7\x21\xeb\x41\xd9\xfd\xaa\x57\xb9\xa0\xd7\xdd\x7c\xb1\xf1\xfb\xac\x3b\x2e\xc5\xbb\x70\x46\x5b\xbf\xe0\x48\x1b\x45\x31\x2e\xc7\x23\x33\x9c\x91\x96\x31\x40\x97\xaa\x35\xe8\xa7\xc0\x88\x9c\x50\x55\xd3\x60\x34\xc4\xb9\x17\xbd\xca\x50\x3b\xe5\xd0\x88\x05\x66\x65\x93\xee\x78\x62\x68\x91\x2c\xec\xfb\x00\x10\x49\xd1\x87\xd9\x32\xee\x90\x07\x75\xf2\xd1\x35\xd3\xb5\x69\x28\xb7\x32\x2c\xb4\x41\x73\xdb\x95\x9d\x37\x5a\x37\x35\x82\xf7\x6b\xac\x2c\x4d\x3e\xfa\x10\xba\x36\x8e\xb5\xfa\xd2\x22\xc3\x0d\x47\xc5\x66\xde\x07\xea\xb4\x31\xe9\xde\xc8\xc6\x90\xb3\x76\xbb\x83\xbe\xe7\x6a\xe0\xff\x00\xd2\x72\x75\x79\x87\x3d\x85\x66\x8c\xa7\x58\x69\xf3\x82\x5f\x3d\x3b\xc0\x7e\x2c\x43\x26\x3f\xc5\x21\x35\x4b\xd9\x35\x37\x3d\x4e\x31\x5e\xa4\x6e\xd9\xa8\xe1\xa0\xaa\x9c\xd3\x8a\xca\x25\xe0\x1f\x49\x59\xca\xfc\xa3\x16\x46\xc7\xdb\x90\x13\x8c\xd4\x42\x8c\x2b\x41\x34\xad\x3f\x2a\x9b\x28\x74\x5a\x55\x19\x35\xe2\x74\xa8\xfd\x4d\x6c\x72\x77\xb7\x8b\x0e\xfb\x0b\x57\x06\x9c\x4a\x5a\xa2\x20\x81\x79\x6b\xc0\x69\x7a\xd5\x3d\xa0\x8a\xcd\x0c\x1c\x50\xe5\x85\x24\x9b\x97\x60\xd8\x7b\x24\x52\xae\x3a\x2c\xd1\x44\x3b\xae\x47\x0a\x9f\x5b\xd2\x7f\xd1\xc1\x86\xe9\xa4\xfc\xc1\xa3\xc9\x8e\x79\x30\x4a\x4e\xfa\x90\x60\x6d\x8a\x1e\xa7\x88\x3b\x57\x1c\x8d\xb7\x58\x86\x67\xd7\xd8\x9d\x34\xba\x94\xcb\x6a\x27\x1d\x40\xe5\x0f\xf3\x94\x29\x5c\xb4\x5e\x0f\x1c\x51\xf0\xf1\x40\xe0\x49\x69\x3d\x71\x6a\x9c\x29\x9d\x5a\x40\x3a\x39\xed\x0c\xff\x22\x9a\x81\x9e\x0e\xaa\x66\xfe\x44\x9a\x50\xfd\x8d\x5a\x83\x35\x37\x63\x3e\xb8\xaa\x6a\xa6\xcf\xe4\x00\xda\xf3\xd6\x8a\x2c\x10\x7d\xc6\x14\x03\xa3\x6c\x0b\x54\xf4\x94\x4a\x16\xab\x29\x2f\x5c\x2e\xa1\xf0\x24\x24\x3d\xb0\xaf\x6b\x9e\x61\xc1\x25\x8a\x06\x70\xeb\x64\xdf\x17\x75\x74\xd5\x88\x46\x7b\x56\xda\xef\xb1\xa9\x38\x57\x9b\x87\x0b\x0b\x47\xf3\xa9\xa1\xee\x88\x63\xe4\x6c\x40\x8b\xb8\x06\x71\xdd\x75\xe5\x57\x28\x17\x02\x18\xa5\x6f\x9d\x0e\x39\x34\x47\x0d\xd9\x2f\xb6\x72\x51\xb3\xd5\x67\xad\x50\x09\xeb\xe7\xd5\xf0\x18\x1e\x6f\x98\x96\xe5\xad\x62\xd4\x73\x9e\x04\x0d\x09\x64\x5c\xa5\x0d\x6c\x72\xa2\xb9\x78\x2d\x2a\x9d\xca\xb1\xb0\x9c\x46\x64\x20\x0b\x0a\x7b\xa1\x14\x78\xa4\xf5\x56\xf1\x62\x55\x5c\x58\x08\xf9\x12\x7d\xde\xca\x23\x6f\x69\x03\x0e\x42\x68\xdf\x49\x3f\x27\x55\x11\xc2\x1e\x9a\x39\xbe\xc5\x27\xba\x47\xea\x17\x79\x6d\x58\xdc\x0a\xeb\x1d\xd5\xc0\x6e\x65\x20\xb2\x01\x5e\x21\x0b\x85\x77\x64\x57\xdf\xa9\x4f\x80\x2f\x27\x77\x80\x5a\xea\x03\x4a\x27\xf6\x82\xd9\x11\x5c\x0d\x67\xb9\x5e\x70\x0d\x2c\xe8\xf1\x16\xaf\x21\x2f\x3b\xea\xad\x3e\x51\xf1\x18\x0c\xb5\x61\x82\x21\xff\x11\x9b\x6b\xd8\xce\x37\xcc\xc1\x21\xfc\x90\x63\xd4\x14\xac\xed\x7b\x2e\x2c\xf5\x45\xe4\x3e\x54\x7e\x0e\xbe\x5f\xb5\x1e\x42\x0c\x91\xb5\x88\x33\xe8\xea\xa9\xac\x05\xc4\xc1\x75\x18\x32\x03\x75\x28\x0f\xc1\xe3\xca\x90\xd2\x43\x00\x12\x9f\x24\x3c\x6e\xd4\xb3\x83\x30\x4b\xe5\x75\xf4\x78\xf9\xce\xb0\x18\xc1\xd6\xf1\x69\x9d\x3b\x26\xbb\x06\x42\x19\x08\x6c\x28\xef\x30\x6a\x0b\x8d\x01\x7b\xcc\x13\xb8\x06\xea\xb9\xff\x79\x7e\xa6\xc1\x01\x0b\xd2\x1c\xe7\xfd\x3e\x64\x40\xb5\x65\x00\xa6\xb6\xc4\xa3\x64\xf3\x3f\x12\xfb\x31\x67\xc5\xfa\x86\x5c\x2e\x29\xea\x55\xcc\xdf\xcb\x07\x8b\xe3\x85\x0b\x38\xb1\x9c\x71\x24\x43\xbe\xd8\x3b\xa3\xd9\x59\xec\xf9\x05\xf9\xa7\xe7\x2a\x97\xd1\x0b\xe7\x25\xac\xaa\x14\xb7\xbd\x2d\x41\x79\x03\x0c\x86\x88\xc3\xb9\x5f\x83\xd7\xcf\xfc\x58\xb3\x9b\x7a\x37\xf7\x76\x42\xb5\xa1\xb4\x4f\x87\x79\x45\x6b\x62\xc7\xdd\x57\x4f\x98\x37\x52\xdd\x60\xb3\x2b\x70\x5b\xdf\xb2\x17\xea\xf3\xd8\x7f\xbe\xe7\x26\xf0\x03\xf3\x2f\x65\xe3\xf4\x79\x88\xef\x05\x86\xad\xf6\xd3\x7a\xc6\x90\xea\x08\xfb\x69\xf2\x8f\x3f\x44\x62\x3d\xf0\xf7\xb8\x43\x52\x8b\xac\xca\x48\xe9\xcf\xe1\x61\xa6\x8a\x87\x89\xbf\x1b\x1a\x2a\xea\x7b\x49\x9f\xf4\x62\xe9\x97\x5a\x5f\x51\xfa\xcc\x46\xc8\xf5\x7f\xa6\xff\xf2\xaf\x46\x0a\x1c\x71\x45\x44\x55\x58\x81\x3f\x52\x09\x1d\x66\x08\xd9\xf0\x84\xa6\x71\x26\xb6\x17\xda\x64\x03\x69\xa7\x21\xb1\xc4\x6d\x25\x4d\xef\x5c\x59\x0a\xa5\xa1\xda\x3a\xfd\xa2\x52\xa6\xf0\x2f\xd9\x00\x24\xa9\x9e\x5f\xc8\x84\x10\x34\x35\x68\x88\x0e\x52\x3b\xa4\x81\xef\x53\x65\x05\x17\x01\x40\x9a\xb7\x59\xb0\x27\x2a\x37\x41\xef\x41\x0f\xe2\x19\xfd\x2e\x38\x40\x99\x75\x27\xa3\x7c\xbc\x0b\xb8\x73\x5c\x74\x8b\xbe\x70\x08\x58\xf6\x0b\x4e\x9a\xaa\x1c\xbe\xc2\xff\x3d\xa8\xf4\xaf\xa6\x65\xa1\xdf\xb7\x0b\x08\x7b\xfb\x0f\x6a\xcd\xbf\x01\x15\x20\xa6\xf2\xb6\xfd\x0d\x2d\x7d\xbd\xc1\xfa\x4f\xcd\x7f\x93\x9f\xfd\x5a\xff\x2a\xfc\x11\x7d\x13\x5b\x98\x59\xc1\x61\x1a\x6b\x66\xd9\x28\x94\xbd\x17\x5c\x33\x10\x1e\xe3\xbb\x36\xb3\xb9\x1a\xc3\x72\x3c\x7e\xf9\xd2\xa9\xad\x7b\x71\x24\x5c\x2e\x26\x6e\x35\x87\xf7\x47\x3e\x59\x7a\x90\xc7\x09\xe9\x2d\x96\x5f\x71\xfa\x88\xc7\xb1\xc8\x26\x4e\xd9\xba\x47\x87\x79\xd5\x7a\x62\xcf\x51\x96\x7c\x21\xe3\x49\xa6\x53\xc4\x45\x6d\x81\x20\x90\x55\x36\x30\x4e\xf3\x4f\x64\x33\xb5\x85\x3a\x96\xec\xdb\xb3\xb0\x01\xd7\x55\x39\x45\x0d\x62\xce\xf7\x67\xbf\xae\x6f\x93\x8e\xc7\xa3\x7c\x63\x32\xce\x54\x46\xb6\xaf\x71\x92\x39\x84\x26\x2c\xef\x24\xf2\x7b\x6d\x07\xdf\x03\x69\x05\x46\xf6\xd9\xc2\xa6\x8f\xf1\xce\x8c\xc3\x99\xcf\xe1\xac\xe3\x12\x06\x60\xfa\x70\x81\xde\xdb\x98\xea\x4d\x45\xb6\x5f\x4e\x46\x12\xaf\x44\x11\x57\xf3\xd5\xfa\x99\x27\x60\xde\xcd\xbf\x5f\x45\xae\x16\x59\x0c\x95\x98\x2e\x6c\x5d\x82\x46\x11\x20\xd7\xf4\x00\x66\x98\x6f\xf3\xd0\xc5\xc5\x07\xd3\x55\x20\xd2\x7f\x2b\x54\x03\xd5\x2f\x7f\x5a\x7f\xd5\xe8\x4d\x17\xed\xd2\x54\xdb\x91\x3a\xef\x00\xcf\xd9\x29\xd3\xf5\x8f\xca\xe4\x83\x5e\x72\xed\x03\xc1\x21\x3b\xe3\x61\x87\x2c\xfe\x94\x55\xea\xda\x47\x9f\x7c\x7c\x3e\x3e\x86\x6e\x88\x26\xb0\xf9\xf2\x4b\x0f\x57\xc0\x47\xc4\x17\x34\xd6\x99\x87\x34\x24\x0d\x36\x21\x1f\x4e\xeb\xa5\x63\xd8\xd8\xf7\x8e\x7d\x73\xe3\xbd\x2e\x22\x76\x11\x03\x63\x33\xd5\x01\x48\x3a\xaf\x3e\x3d\x55\x1b\x8b\x66\x50\x8d\x6f\xf7\x33\x65\x25\x58\xde\x76\x1d\xa6\x36\xe8\x87\x62\x9c\x39\x9f\x06\x2d\xfd\x15\x0a\x28\x02\x7f\xd3\xe4\xcd\xb5\x37\xdb\x1e\xd9\xe9\x8c\xfb\x65\x58\x42\xeb\x93\x5f\x5d\x4b\x7c\x34\x85\xa2\x26\x9f\xe6\x8d\x7c\x08\x9d\x3a\x90\x30\x6c\x73\x57\x7c\x04\x29\xd9\xd1\x5d\xee\xad\x49\xc7\x72\x5f\x70\x36\x78\xd2\x66\xa3\x9b\x50\x9c\x95\xde\xc6\x63\x31\x61\x24\x1f\x7f\xf0\x91\x33\x15\xcd\x15\xac\xf3\x2a\xcd\x1f\x85\x55\x2a\x84\xeb\x5d\x54\x82\x74\x40\x61\x53\xf3\xae\x85\x0c\xe7\x43\x4a\xc1\x8e\x8b\x74\x44\x88\x54\x00\x4f\x97\xce\x01\xdb\x25\x4f\xa8\xc6\xf2\x1d\x2e\x38\x3f\xd8\x2a\x4c\x43\x4c\xe8\xb3\x03\x34\x74\xaf\xc8\x83\x53\x4b\x1a\xe3\xfa\x8f\x95\x06\x5d\x59\x35\xa2\x79\x90\x73\x42\x1b\x57\x3b\x8e\x95\x23\x1d\xf5\xcc\xab\x85\x64\x9e\x7f\x09\xb5\x25\x5f\x56\xbe\x0e\x6f\xa0\x0e\xb1\x5e\xd1\x68\xb8\x0b\x01\x87\x1e\xae\x52\x00\x61\x15\x18\x69\x8c\x94\xbb\xb8\x13\x3c\x3f\x76\x94\xe1\x72\xc9\x7c\x76\x61\xb0\xf5\xc5\xbb\xbd\x0a\x89\x26\x25\xb5\xaa\xf1\x3a\xb3\x0e\xfd\xe8\xc3\x58\x75\x89\xac\x95\x48\xcf\x96\xca\xe7\xcc\x06\x15\x84\x23\x50\xba\x7b\xd6\xe3\xeb\x3a\x64\xf5\xfb\x68\xeb\x1b\xf2\x13\x72\xad\x74\x0a\xe7\x0a\x82\xe4\x9e\x2b\x26\x76\x71\xd6\x7d\x58\xe3\x62\x51\x31\xa9\x73\xf7\x74\x38\x0c\x38\x14\x33\xeb\x51\x00\x6b\xaa\xed\x4d\x92\xd6\x54\x5a\xa1\x73\xbb\xc4\x73\xe5\x36\x74\xaa\x72\xf4\xfc\xa1\xd8\xdc\xec\xe7\x03\xc3\xed\x60\x92\xa0\xbf\x2e\xb0\xde\x2f\xbb\x62\x83\xe8\x7f\x8c\x97\xf9\x52\x8d\x94\x97\x48\x07\xc0\x23\x00\x8d\xe3\xa8\x51\x08\x2a\x4d\xf9\xc9\x7c\xd0\x59\xf4\x8e\x7f\x48\xa3\x09\x82\xf2\x48\xf9\x1e\xa2\xe0\x59\xd5\x49\xeb\x1e\x95\x55\x3a\x8f\x25\xe7\x48\x2d\xed\x41\xa2\x1e\x15\x05\x78\x3e\x8f\xd1\x15\x12\x1d\x66\x0e\xc8\x87\xc6\xa5\xaa\x8d\x25\x56\x60\x38\x00\xef\xe2\x2e\xa6\xb8\xaa\x19\x48\x25\x3a\xbb\x1b\xcd\x7f\x25\x43\x99\x63\x6a\x1a\x47\x1f\x97\x9a\xbf\x3b\xca\x87\xe3\x8a\x38\x89\x64\x15\x58\xc9\x33\xbd\xd8\x11\xe4\x12\x2e\x19\x6f\xd1\xc9\x36\xa9\xb2\x29\x6f\xf1\x82\x92\xd1\xa1\x41\xb0\xe1\xe9\x19\x5a\x6d\xd7\x54\x6e\xcb\xc3\xa0\xcc\x92\x75\x8f\x43\x77\x68\x90\xab\x55\x2b\xd0\x2a\x8c\x3b\x1b\x13\xc3\xc7\x1a\x3c\x47\x8f\x30\x70\x4d\x0d\xca\xe4\x72\x0c\xa6\x3c\x41\x3d\x58\x2d\xc0\xc3\x47\x5f\x66\x55\x1f\xfa\x18\xcd\xe0\x7f\x77\x99\xb3\xc1\xe5\x99\x39\x30\xd5\x47\xdd\xa8\x2e\x23\x3e\x67\x17\x2d\xdd\x14\xb2\x09\x62\xcd\x85\x08\x44\x4a\x9d\x8b\xa0\xfd\x16\x2c\xa7\xd2\xfa\x05\x2b\xfa\x2c\x3b\x1f\x78\x99\x27\x57\xde\x34\xfd\xaf\x52\xff\x37\xdf\xd2\x63\x1a\x51\x21\xdf\x99\xec\x50\x0a\xca\xfc\x8b\xac\xd3\xdd\xce\xba\x37\x40\x8b\x8f\x52\x82\xd5\xe1\x4f\xc3\xcc\x6f\x81\x1e\x63\xaa\xf2\x3b\x36\x8d\x5f\xae\x36\xb4\xb7\x7c\x0b\x6d\xbd\x8d\x15\xb0\x30\xbb\xfc\xcf\x2a\x2e\xff\x6a\x14\xad\xeb\x71\xbf\xfa\xfa\x0c\xf7\xbb\xd6\x15\xb9\x5f\x23\x8f\xca\x61\x27\xf3\xbd\x2c\xfb\x15\x04\x75\xed\xda\xaf\x22\x2d\x44\x4a\xb9\xb2\xb4\x89\x5e\x01\xc6\x86\x66\x39\x50\xc4\xfd\x2d\xd5\x45\xdd\x7d\xf0\xab\x1d\x04\xfb\x5e\x2a\xff\xd0\xcf\xc7\xd9\x8f\x2f\x81\x52\xfa\xd2\x38\xef\x6d\x5c\x7a\xcb\x23\x68\x39\x66\x82\xab\x0d\x3f\x09\x79\x7e\x8b\x55\xd8\x7a\x98\x81\x38\x1c\xd4\x30\x15\x85\x45\xa5\x72\xe3\x19\xa3\x11\x83\xa0\x67\x57\xf1\xe3\x3d\x92\x0a\x2a\x44\xc4\xca\x11\x0f\x10\xab\x11\x0c\xcc\x45\x8d\x37\xab\xb3\x3a\xba\x07\x08\x99\x21\x69\x14\xf6\x67\x37\xd2\xf8\xb8\xb0\xc1\xda\x92\x91\x12\xd6\x65\xc6\x39\x57\xd7\xe0\xf6\xfd\x87\x49\x3e\x32\x5c\x76\xbe\x35\x00\xae\xcb\xa5\x44\x53\x63\x2a\xdb\x4c\xc5\x32\x68\x47\xc2\x73\x13\xdb\xeb\x93\x58\x45\x21\xf1\xd9\x3b\xf5\x4e\xab\x42\x70\xc3\x07\x1b\x21\xba\x9e\xac\x97\x88\x8c\xea\x3f\x3e\xcc\x63\xe0\x3f\xbf\x79\xe4\x29\xb3\xb4\xd7\x4d\x87\xe3\xee\x76\x1a\xca\x79\x1f\xd2\xcf\x96\x25\xa1\x1c\xe1\x90\x68\xb0\xd3\x27\xa7\xf4\x3f\x53\x8c\x3c\xad\x81\x94\x5a\xa7\xa4\x0c\xf5\x3c\xe2\x99\xb7\x5c\x50\xea\x57\x05\x76\x65\x36\x76\x4a\xc0\x95\x06\x66\x3e\x88\xd9\x88\x60\x60\xbe\x21\xa5\x2a\x54\x34\x4d\x2a\x61\x34\x3d\x0f\x49\xd8\xcd\x5d\xfe\x30\xc9\x26\x66\x49\xd9\x60\x0b\x9e\xa7\x5e\x13\x5b\x1a\x1d\xf2\xa1\x8c\xde\xe8\xdd\x60\x58\x26\xcf\x63\xf3\x80\x2a\x8c\xdc\xf1\x3c\x08\xd9\xa7\xf6\xc8\xe7\x66\x5e\x47\xd8\xd7\x20\xa8\xf8\xd9\xa8\xc0\x58\x01\x3b\xee\x74\x3e\xe9\xe6\x86\x02\xa6\x06\x2b\x15\x31\xe0\xfc\xc5\x3f\xfe\xea\x37\x41\x97\x08\x9a\xe5\x2f\x51\xc4\xcc\xdf\x1a\xd1\x30\xba\x3c\x20\x89\x25\xf5\x9d\x76\x76\x58\x72\xb9\xa4\xc4\xab\xbf\xc4\x1d\x6d\x9f\xce\x26\x4c\xd3\x73\x55\x90\xd8\xf7\x1b\xb0\x74\x90\x64\xe9\xcc\x0e\x8e\x07\xf2\x6e\x72\xf9\x66\x75\xb8\x12\xd3\x30\x46\x06\x73\x63\xd0\x65\xdf\xe1\x09\xda\xf6\xde\x28\x56\xa6\xe9\xda\x28\xd4\xc6\x6b\x6e\x2f\xec\x7b\x45\x53\xe1\xba\xa4\x19\x79\xa4\x35\x02\xc3\x21\xfd\xe0\xf7\x48\x7b\xe6\xd1\xd3\xd1\x9b\xaf\xa4\x5a\x9c\x22\x0f\xaa\x58\x2f\x6a\x8a\x7e\xb3\x37\xd3\xbe\x6d\xcb\xa9\xe5\x91\xbe\x40\x0e\xf7\x70\x29\x03\xdb\xd2\x72\x07\xaf\xc0\x6c\x64\x6f\x95\xa2\x84\xcf\xa5\x5f\x7b\x01\x75\xe0\x7e\xc3\x51\x71\x33\xef\x49\xec\xfd\x33\x6b\xd3\xbb\xab\x7b\xd9\xed\x4a\xeb\x55\x58\x8f\x93\x85\xad\x24\x63\x07\x75\x40\xd5\x35\x18\x23\x0f\xd4\xd5\x61\x82\x5c\x6a\x13\xa0\x5d\xc0\x7e\xf4\x41\xdf\xe3\xdc\x77\x82\x07\xdd\x9a\xdf\x7b\xab\x6b\x8f\x9e\x1d\xc6\x1e\xf8\x07\x5f\x89\xe8\x98\x6a\x77\xaa\xe0\xd4\xfa\xf9\x66\xc6\xc3\xd4\x23\x5d\x3c\x3f\x70\x15\x70\xa7\xbe\x3d\x1e\x0f\xcb\xa0\x4e\xca\x2f\x3e\xf9\xe4\xe3\x6b\xc1\xb1\xac\x32\x7e\xdd\x71\xd9\xbb\xca\xd1\xad\xb2\x01\x32\x18\x99\xce\x35\x43\x28\xbd\x98\x2f\x02\x87\x17\x5b\x0a\x50\x15\xca\x99\x6b\x09\x4e\xf0\xdb\xd6\x88\x32\x6b\xc5\x70\xdc\xcf\xf9\x5b\x70\x9b\x9b\x59\x0f\xa2\xed\xb2\x5e\xc7\x75\xd5\xdd\xfe\x49\xbe\x27\x1f\xe0\xf7\xd2\x6e\x0f\x9c\x36\x78\x6b\x18\x52\x70\xae\xb4\x05\x1d\x64\xa5\x98\x9d\x7b\x3b\xdf\xda\xee\x9b\xff\x1b\x47\x19\x86\x67\xa4\xa1\x96\x63\xa2\x67\x4a\xde\x3c\x33\x57\xea\x50\x65\xa7\xe6\xc2\xde\x2e\xf3\xf4\x4c\xcf\x0c\x3e\x3d\x38\x2b\xa8\x14\xca\xaa\x67\x10\x6a\x14\xac\x67\x90\x1d\x86\xb3\xe0\x70\x10\xe9\xcc\xd2\xec\x2b\x41\x2a\x6b\xd8\xec\x5b\xb5\xf3\x41\xad\x88\x91\xe1\x44\xd0\xc6\x7e\xf1\x99\x51\xda\xbd\xcd\xdc\x09\x09\x38\x57\x44\x79\x6d\x98\xc7\xf8\xbc\x9c\xfd\xba\x71\xb6\x45\x35\xed\x78\x18\x1a\x02\x61\x3e\x96\xb5\x7c\xc5\xd6\x88\x2f\xbd\x29\xcd\xd3\x4e\x47\x98\x0f\x0f\xdc\x21\x20\xe5\xad\x88\xe9\x84\x84\x9a\x42\xb5\xbc\xa5\xe7\x5b\x23\x89\x44\x38\x87\x1d\xb1\x91\x09\x73\xbf\x24\x88\x3f\xdc\x68\x54\x9c\xc3\xdc\xc8\x58\xb3\x58\x89\x1b\x57\xbc\x7f\x11\xc4\x03\x7b\x6f\xa0\x5f\x0c\x56\x5a\xf3\x5c\x13\x31\x9d\x06\x09\x0e\xff\x58\x0f\x89\x65\x83\x2e\x34\x22\x25\xf8\x09\xe3\x6f\xe7\xc1\x2d\x5d\x68\xc8\xc6\x5b\xd3\xba\x23\x46\x02\xff\xb5\x9e\x12\x45\x35\x48\xd0\xb5\xa2\x33\xd3\x2d\x4f\xad\xd6\x4c\xf2\x09\xb4\xbb\x23\x23\x3e\x7d\x68\xfe\xc7\x45\x34\x83\x0b\x87\x7c\xd6\x4c\x9b\xfc\x56\x1a\x32\xde\x9b\xf4\x71\x1a\x55\x0b\x61\x71\xe0\x7a\x65\x9f\x8f\x7d\x67\x6b\xab\x1f\x91\x26\x98\x78\xba\x98\x94\x2e\xd7\xc5\x97\x0b\x8a\x27\xa8\x34\xcd\x3e\xcf\xba\x13\x17\x4e\xf3\x27\xfd\xd2\x42\x6d\xa0\x1b\xbe\x70\xf6\x12\x56\x28\x51\x1a\x46\x71\x24\xfb\x8a\x58\x01\xdb\xc3\x4f\x7f\x6a\xf7\x0a\x5a\x2a\x62\x2c\xef\xb2\xb0\xa1\xbd\xa7\xa3\x6b\xf4\x80\x41\x07\x59\xda\xc3\xe7\xe4\x0f\x92\x1b\x81\xfe\x44\x75\xd4\x0a\xf9\x20\x2a\x39\x24\xa8\xbe\x40\x2f\x1b\x03\x03\x5a\xcd\xb6\x3e\x8f\x27\x94\x90\xce\x20\xcd\x61\x12\x87\xaf\x5d\x46\x01\xb7\xc0\xac\x9f\x75\x31\x1d\x69\x90\xd8\x9c\x23\xf2\x6c\x43\x73\x7a\xaa\xe9\xf7\x55\x5b\x01\x26\xff\x5f\xde\xe6\xbc\x97\xcb\x2f\x6d\xcf\x7c\x40\x9a\x4c\xea\xcf\x99\x34\x9e\x11\xc8\x52\xbd\xca\x23\xf2\xd1\x60\xd2\xe7\x66\x44\xc3\x0d\x75\xa3\x54\xac\x3a\xc0\x98\xd0\x0d\xf9\x5d\x02\x25\x0c\xfb\x85\xeb\x94\xa8\xcd\xc6\xb3\xd2\x7a\x25\xfd\x5b\xe7\x9d\x48\x09\x78\x7d\x36\x0a\xb2\xe4\xd7\x62\xb8\xfe\x9b\xc5\x59\xbb\xb2\x1f\x17\x81\xb8\x2a\x1c\xac\x16\x97\x3c\xc5\x14\x2a\x78\xc2\xd7\x25\x97\x30\xf9\x3c\x2a\xbb\x63\x2c\x8d\x8b\x57\x12\xea\x32\x56\x21\x6c\x8d\x32\xce\x83\x0b\xfd\xa9\x83\xa4\xd1\x7a\xb5\x7c\x10\x0b\x13\x9d\x91\xc9\x89\x4a\xe7\x5d\xfe\xf4\x9d\xeb\xa5\x57\x5a\xd2\x4d\xf2\xe9\x8f\xae\xc3\x3c\x9f\xfe\xf8\x3a\x4d\x45\x65\x4d\x78\x2a\xfb\x9a\x20\x9b\xbe\x4d\xdd\x13\x0c\x60\xc6\x7e\xbb\x1c\x75\xdf\x0e\x87\xe2\xf2\x8b\xaa\x19\x7c\xfc\x2f\x32\x0f\x1d\x09\xfa\xb3\xad\x7f\x46\x1a\x2e\xe2\x11\x82\x5c\x0f\xfa\x40\xde\x26\xf7\xb7\xb7\xe9\x68\xfe\x01\x67\x84\xd1\x3e\x6b\x19\x1a\x56\xba\xd1\xa4\xe0\xdc\xeb\x8f\x37\xca\x8a\x61\x36\xb0\x03\x7a\x41\xa4\x3f\x78\xad\xb4\x75\xaf\x2e\xdf\x67\x22\xeb\xfa\x95\x41\x17\x91\xfa\x7a\x7a\x0e\x18\xa3\xfe\x38\xfc\x19\x22\xa7\xf2\x83\xe7\xe1\x63\x0a\x26\x6a\x3c\xad\x1f\xbe\x37\x03\xa1\x10\x70\x29\x77\x13\x26\x53\x61\x5f\x92\x93\xca\xed\x78\xf0\xd8\x70\x3f\x3b\xd9\x68\xab\x72\x78\xa4\x7e\xa4\xaa\x17\x8f\xf8\x39\xfc\x5d\xb6\x33\x1e\xa5\x83\x72\x93\x13\x92\xaf\x5b\x3f\x63\x50\x5c\xc4\x12\x51\xc9\x93\xae\x7b\xcf\x0e\x69\x60\xb1\xc2\x71\xba\x55\xf3\x8c\xc5\x8f\x5e\x72\xdf\x73\x5d\x74\xbb\x5e\x7c\xd2\xf8\x64\x79\xa9\xb1\x87\x1f\x60\x0e\x28\x97\xd4\x21\x0c\x52\xb2\x89\x87\x62\x21\x5c\x21\x03\xe0\xd0\xa1\xe6\x8f\x2a\xc0\x62\x10\xe5\xb8\x28\xfa\xd7\x5b\xe9\x96\x1c\x40\x6b\x73\x54\xec\x50\xf6\x50\xb2\x9c\xd3\x3d\xb6\xe0\x17\xfb\xc7\x3b\xe5\xfa\xe5\x32\x79\x87\xa8\x16\x97\xb5\x6e\xbd\xb3\x43\x3f\x92\x6a\x16\x19\x9b\x77\xb6\xb9\xdd\x5d\xe0\x9f\x5a\xef\xf4\xb8\x05\x56\x38\x6a\xbd\x73\x8b\xff\x3c\x61\xee\xe9\x1b\x18\xda\x30\x1a\x76\x1c\x52\x7c\x7e\xd5\x7a\x67\x97\x7f\xe2\xba\xf3\x0b\x2a\xd0\x6a\xb8\xc1\x9e\x59\x09\x1c\x53\x02\x87\xd2\xf3\x16\x04\x2c\x4f\x3e\x00\x27\x36\xaf\x89\x5b\x9e\x19\x63\xbb\x98\x8c\x82\x11\x70\xa9\x18\xc3\xb5\x1b\x74\x3c\x20\xf2\xd2\xba\x95\x65\x37\x82\x4f\x7a\x07\x66\x03\xe3\xed\xca\x9c\xbc\x15\xb3\xa8\xdd\x2c\x0d\xe6\xf4\xb6\x35\x4a\x6f\x75\x64\x6b\xc1\x76\xe0\x93\x6c\xc9\xdb\x46\xeb\xd3\xde\xa8\x18\x7e\x61\x84\x89\xeb\xad\x5e\xb6\x99\x4e\xfa\x10\xc0\x5e\x96\x36\x5b\xd6\x0c\x54\xf7\xc8\x59\xdc\xa9\x28\x6b\xa4\x3c\xff\x81\xf2\x75\x38\x64\x31\xd8\xf2\x35\xca\xa1\x53\x17\x5d\x98\xb5\x5b\x5c\xd3\xa1\x93\x0f\x86\x13\x31\xea\x3e\x5e\xcc\x6c\x6d\x9b\x85\x2d\xf8\x47\x5d\x67\xcb\x6a\xd5\x6d\x59\x82\x4d\x73\x7f\x06\x54\x1c\x0d\xcb\x50\x91\x69\x03\x54\x20\xf7\x43\xd3\x5a\xa8\x42\xb9\xf2\x2f\xff\x82\x72\x6b\xfe\x45\xf6\xaf\xff\x9a\x7c\xf4\xd3\xb7\x6c\xb9\x3c\x8b\x97\xa8\xda\x3a\x4a\xb3\x7e\x64\x4f\xc4\x74\x67\x86\x33\xf2\xf0\x3f\x79\x23\x42\x29\x0a\x4c\x1f\x47\x91\x1b\x9e\x8b\x4f\x58\xdd\xaa\xf5\xff\x07\x00\x00\xff\xff\xa7\x98\x39\x00\x84\x34\x01\x00") + +func confLocaleLocale_srSpIniBytes() ([]byte, error) { + return bindataRead( + _confLocaleLocale_srSpIni, + "conf/locale/locale_sr-SP.ini", + ) +} + +func confLocaleLocale_srSpIni() (*asset, error) { + bytes, err := confLocaleLocale_srSpIniBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/locale/locale_sr-SP.ini", size: 78980, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLocaleLocale_svSeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\xdb\xb2\x1b\xc7\xb1\x26\x7c\x8f\xa7\x68\xd1\xc1\x20\x15\xb1\x16\x18\xb2\xf7\x7f\x08\x85\x20\xfd\x3c\x93\xe6\xf1\xe7\x5a\x92\x67\x42\xc1\x01\x1b\xe8\x02\xd0\x44\xa3\x1b\xee\x03\x48\xd8\xe1\x3b\xef\xbb\xb9\xde\x31\x0f\x20\xbe\x82\x5e\x60\xbd\xc9\x3c\xc9\xe4\x97\x99\x75\xea\x6e\x2c\x92\xde\x33\x61\x8b\x0b\x5d\x95\x75\xce\xca\xca\xcc\xca\xcc\x4a\xf7\xfb\x79\x66\x9a\xe5\xec\x61\x99\x34\xbb\x3c\xcb\xd7\xc9\xe3\xbc\x3d\x6f\xdf\x5f\xfd\x56\x36\x6d\x92\x75\xc9\xf6\xea\xf7\x3a\x69\xe8\xbb\x38\x24\xcd\xb6\xce\x0f\xa6\x4c\xf2\xe4\x71\x35\x99\x6c\xaa\x9d\x99\x5d\xb4\x69\xdd\x36\x79\x96\x4e\xb2\xb4\xd9\x2c\xaa\xb4\xce\x66\x4f\xa9\x68\xdd\xed\x4c\xd9\xee\xd3\xd2\x14\x13\xf3\x71\x5f\x54\xb5\x99\xfd\xdc\xae\xaa\xba\xd9\xa6\x93\x8d\x29\xf6\xb3\x27\xa8\x73\x3f\x69\xf2\x75\x39\xcf\xcb\xd9\xf3\x6a\xbd\x4e\x93\xbc\x94\x84\xaa\x6b\x35\xa5\x6b\x25\xa5\xdb\xcf\xde\x98\x75\x4e\x35\x9b\x3a\x4d\xa8\xa3\x93\x9a\x3f\x4d\xdd\x4f\xff\x60\x16\x4d\xde\x9a\xd9\x5f\xcc\x62\xb1\x2f\xd2\xb6\x99\x1c\x4c\xdd\xe4\x55\x39\xfb\x45\xfe\x4e\xf6\xe9\x9a\x7a\x8e\x4e\xb7\x66\x07\x10\x33\x7b\x91\x16\xc5\xa4\x48\xcb\x75\xc7\x79\xfb\xfa\xea\xd3\x76\xb2\xac\x0d\xe5\xcd\x4b\xf3\x61\x76\xb1\x4d\xf7\xe9\x74\x3a\x9d\x74\x8d\xa9\xe7\xfb\xba\x5a\xe5\x85\x99\xa7\x65\x36\xdf\x61\x68\x77\xcb\x03\xcd\x58\x96\xd6\x92\x93\xec\x4c\x46\xff\xd5\x29\xf7\xdd\x64\x34\xc0\x79\xda\xd0\xc4\x14\x18\x53\x96\x34\xd5\x6e\xc2\x35\x95\xe9\x2e\x28\x4c\x5f\xe5\xc4\xec\xd2\xbc\x98\x3d\x3c\xdf\x57\x4d\x4b\x3d\x6d\x9a\x0f\x15\xcd\xe9\xf3\xab\xdf\x1b\x53\xd2\x2f\x1a\xf6\xbc\x3d\xee\x51\x6a\x6d\x92\x7c\x6d\xca\xc9\x32\xdd\xb7\xcb\x4d\x3a\xbb\x2f\x7f\x27\x04\x42\x85\xf3\xb6\xaa\x8f\x34\xe7\x07\xb3\xdc\x16\x79\xb9\xa6\x89\x6f\x53\x6a\x7f\x52\xd5\xeb\xb4\xcc\xff\x96\xb6\x98\x92\x57\xfc\xd1\xf0\xc7\x64\x97\xd7\x75\x55\xd3\xe8\xcd\x9a\x96\x8d\x86\x3d\x47\x4d\xb3\x97\x47\x5a\x85\x41\x35\xc8\xde\xe5\xeb\x1a\xb3\x47\x10\xf8\x69\x6a\x02\xd0\x0c\xae\x89\xd2\x51\x59\x61\x93\x69\xfd\xb7\x94\xd8\xb6\xc9\x3a\x5d\xad\x68\xe2\x13\x34\xc0\x59\xd4\x2b\x80\x57\x51\x7f\xd2\x92\x56\x83\xb3\x9e\xa4\x65\x8b\x05\x0e\xf3\x4d\x3d\x49\xb3\x1d\x4d\x2d\xa3\xd9\xec\x2e\x7e\x9f\x0b\xca\xa5\xcb\x65\xd5\x95\xed\xbc\x31\x6d\x8b\x4e\xcf\x9e\x55\x65\x5b\xe5\x84\x98\x84\x74\x45\x49\x49\x69\x3d\x71\x99\xbd\xf4\x63\xd5\xb9\x25\x9e\x3d\xc8\xcb\x44\x7e\x4b\xba\x2b\x44\x19\xc0\xd7\xa8\x24\xb5\xdb\xe6\x87\xbc\xcd\x4d\x33\xbb\xbb\xe5\x9f\x86\xba\x3d\xd9\x77\x45\x41\x73\xf9\xd7\xce\x34\x6d\x33\x7b\x4d\x5f\xc9\x8a\xf6\xd5\x8a\xb0\x6c\xad\x45\xf3\xa6\xa1\xdc\xd9\xeb\xba\x5a\x14\x86\xb0\x63\x99\x96\x4b\x0c\xea\xb0\xa8\x8f\xed\x64\xf2\x2b\x5a\x22\x1c\x7d\x3b\xd1\x1f\xbc\xcb\xe8\xaf\xcc\x54\x9b\xb7\x05\x36\xa3\x59\x73\xc5\x49\x4a\x53\xac\x80\x98\x35\x4e\xc3\x3f\x94\x92\xac\xaf\x3e\x95\x40\x9b\xac\x5a\x6e\x09\x97\xb1\x19\x69\x13\xbd\xda\xb9\xdd\xfe\xb8\x5a\x37\x54\xba\x6b\xf3\xe4\x01\xc3\x9c\x25\x40\xd0\x02\xc8\x96\x14\x57\xbf\x35\xc9\x0f\x69\x42\xfb\x7e\x6d\xda\xd9\x8d\xf9\x82\x76\xcd\xf6\x46\xb2\xa9\xcd\x6a\x76\xe3\x66\x73\xe3\xc7\x37\xf9\xb6\xa5\x41\xbd\x07\x76\xff\x70\x27\xfd\x31\x29\x2b\xc2\x92\x12\x1d\x2a\xd3\x12\xad\x00\xdb\xeb\xb4\x4e\x4a\x1a\x3e\xad\x0b\x4d\x40\xb2\xbf\xfa\x94\x64\x86\x00\x12\x10\x93\x6f\x26\x98\x2c\x9a\xbc\x79\xb6\x10\xfa\xc4\x7d\xda\xd6\x57\xbf\xd1\x5e\x4e\x5e\x1c\x2f\xfe\xff\xe7\x67\xc9\x6b\xda\x21\x84\x74\xfc\x9b\xfe\x21\xf0\x3f\x25\x06\x03\x4e\x2e\xf3\x07\xf7\xa6\x13\x2a\x2b\xf3\xf2\x80\x50\x76\x91\x36\xbd\xc5\x42\x36\x36\x92\xe6\xd2\x6f\x22\x69\x4d\x3b\xbb\x30\x35\x35\xc2\xdb\xd3\x6f\x4d\x33\xb6\x15\xa9\x06\xde\xc0\x5a\x83\x29\x9b\x84\xb7\x30\xa5\xeb\xac\x5e\x98\xa4\xcd\x69\xb5\x79\x3d\xa4\xdf\x49\xaa\x75\x26\x4f\x5f\xbe\x7c\xf5\xe0\x1e\xd3\x8a\x96\x76\x97\x29\xbb\xfd\xbe\xb9\xfa\xad\xc5\xec\x61\xaa\xbb\x76\xf5\xff\xce\xe9\x07\xad\x60\x31\x5f\xe6\xd3\x49\xd3\x14\x44\x6e\x32\x5a\xe8\x8b\xe7\xe7\xb4\x10\x6b\xf4\xaa\xdd\xcc\x1e\xe5\x05\x55\xb9\x9e\x34\x7f\x2d\x30\x67\xb6\xed\xab\xdf\xb7\x48\xa6\x9a\x78\xfd\x87\x53\x94\x64\xd2\xf1\x69\xf2\xc3\xa2\xfe\xf1\x17\xb7\xc6\xda\x43\x2c\x48\x92\x2e\x9a\xaa\xe8\x08\x6d\x1a\x5f\x5d\x79\xf5\x5b\xed\xcf\x86\x6a\x97\x50\x9a\x1e\x19\xd3\x89\xa9\xeb\x39\x51\xd5\xf6\x88\xb5\xe3\xee\x9d\x6e\xb8\x09\xbb\xf8\xa9\x26\x0c\x69\x4d\x72\x48\x09\x63\xdb\x6a\x27\x55\xe5\xe5\x21\x2d\xf2\x8c\x56\xd2\xce\x76\x58\x01\xa6\x9b\x67\xf8\xea\x13\xed\x33\x29\x8f\xb9\x2c\xa9\xc6\x1b\xd3\x1b\x49\xb5\xdc\x24\x37\xce\x6f\x4c\x27\x65\x35\x17\x5a\x01\x92\x9d\x11\x01\xa1\x5d\x36\x97\x13\xa4\x16\x4a\xf8\x80\xc6\x43\xe8\xc9\x55\xd0\xd6\xc6\xee\xc5\xd6\xa9\xed\xe1\x02\x2c\xa5\x79\x28\x79\x2d\x1b\x1c\x07\x09\x91\x82\x84\x6b\x95\x5a\xb0\xbf\xb6\xa0\x33\xe1\x24\x58\x0a\xa5\xc8\x73\x37\x06\x2f\x2c\x2e\x99\x56\x66\xc0\xbc\x77\xe3\xa7\xb9\x9c\xd8\xd5\x17\x3c\xbe\x5b\x14\x3b\x9a\xe5\x01\xdd\x91\xf5\xc5\x16\x99\xe0\x40\x97\x43\x65\xbf\x2f\xf2\x2d\x0f\x8d\x67\xc9\xe5\x38\xf4\xc0\x61\x4e\x07\x26\x8d\x21\x24\xaa\x32\xa5\x1b\xac\x70\x43\x27\x48\xcb\x53\xd8\x1e\x33\xc2\x8c\xf6\x1b\x3e\x59\x64\x51\xdf\x54\xad\x5d\x3d\x69\x7e\xe4\x88\x70\xd0\xb6\x4d\x1a\x00\x11\x23\xc2\x94\xba\x06\x9f\xc1\xd4\x9f\xb6\x75\xb5\xa3\xb3\x32\x59\x14\x79\xd2\xec\x69\xf0\x99\x6e\x1a\xa1\x07\x3b\xea\xb8\x29\xa7\x93\xba\x23\x26\x00\x7b\xf2\xe1\x47\xb3\xc5\xd2\x94\x04\x17\xec\x4f\x9b\x6f\xdb\x7a\xc0\xa5\x53\x07\x50\x26\xbb\xab\x4f\xc4\x2f\x24\x9b\x54\xaa\x67\x3a\x28\x3f\x9f\x74\x87\x2e\x6b\x7a\xfb\xe5\x0d\x77\x0e\xc3\x07\x9e\xa7\x3c\xbf\x44\x54\x2a\x3a\x9f\x09\x5b\x2a\xac\x84\x7e\xf9\x26\x5b\xda\x28\x44\xca\xa8\x7b\x5b\x5a\x96\x8b\x8b\x27\xc9\xb6\xa8\xb0\x48\x4d\x42\x6c\xc9\x22\xcd\x6a\xd3\x50\x1f\xb1\x95\x37\xf3\x3d\x4d\x2f\x6d\xe5\x27\xe7\xf8\xe1\x52\x6c\x65\xaf\xe9\x77\xd9\xed\x6a\xc2\x0c\x6c\xb1\x8c\xce\x21\xc0\x36\x4c\x9d\x92\x45\xdd\x51\x0b\x67\x20\xc7\xbb\x52\xd0\x25\xa4\xfc\x0e\x7d\x51\x64\xd5\x95\x5b\x2c\x6d\x5a\xf0\x71\x44\x73\xb9\x69\xdb\xbd\x34\xff\xe4\xf2\xf2\x75\x82\xa6\x7c\xda\x48\x07\x0e\x79\xb1\xa5\x3f\xa9\xc7\x29\x9a\x24\x5d\xb6\xe2\xd8\x10\xce\xd4\x18\xf6\x94\x91\xac\xab\x8b\x08\xfb\x74\xd0\xa5\xcd\x3c\x35\x5b\xe8\xca\x1d\xfc\x73\xe1\x26\xcd\x16\xe5\x55\xc0\x11\xc1\xfc\x1c\x36\x7a\x62\x98\x41\x9a\x4e\x08\xcf\xe6\x75\x55\xb5\x82\x95\xe0\x19\xed\x3a\xc6\x59\xb6\xd5\x67\x82\x9b\xb2\xee\x3c\x2e\x3a\xd3\xa8\x14\x0e\xfb\x5a\x38\x5c\x5a\xe5\x49\xb5\x97\x19\xd3\x9d\x77\xf5\x1f\x87\x3a\x5f\x0f\xce\x7b\xe6\xd5\x14\x44\x38\x36\x4b\x07\x71\x16\xf4\xd9\x8d\x1d\x4d\xb0\x9c\x30\x2f\x2e\x5f\xeb\x42\x4a\xea\xaa\xae\x76\xb3\x47\xc4\x0d\x94\xfe\xdb\x76\xf8\x21\xaa\x4d\x33\x9e\x09\xa5\x3d\xf9\x72\x4b\xc4\x07\x6d\x27\x39\x78\x88\xf2\x8c\x28\x30\x36\x68\xf2\xe6\xd1\xfd\xe4\xff\xfa\xd3\x1f\xff\x38\x4d\x1e\x60\x85\x88\x5a\x31\x35\xf1\x8c\x3b\x71\x60\x3b\xe2\xd8\xda\xe4\x16\x97\xff\xff\xcc\xc7\x94\x38\x60\x33\x5d\x56\xbb\x5b\x49\x5a\xb4\x38\xb4\x09\x75\x28\xff\xc6\x4b\x22\x04\x37\x92\x1f\x06\x70\x3f\xde\x9a\x4e\x90\x46\x5b\x4d\xce\xc8\x43\xa3\x5b\xac\xd1\x55\xb1\xd9\x9e\xea\x05\x20\x45\xc0\xc9\x0a\x03\x3f\x5f\x56\xe5\x2a\xaf\x77\xc2\x32\xf5\x89\x6e\xb3\x30\x38\xf7\x57\xad\x29\x1a\xc3\x35\xcf\xcb\xaa\xcd\x57\x47\x0f\x2e\xad\xa6\x87\xbc\x11\x0e\x54\xa6\x76\x8e\x3f\xf9\xd2\xe8\xfa\xc8\xb1\x5e\xca\x8e\x4e\xc1\x80\x24\x97\xba\x56\xf5\x60\xad\x2a\xe2\x4e\xf3\xd2\xc8\x69\xeb\xda\x79\x69\xb2\x6d\xb5\x07\x0e\x26\xcf\xf9\xf4\x0d\xc1\x68\xef\xec\x49\x48\x79\xea\xf7\xde\xfd\x07\x2f\x13\x30\x2c\x98\x77\x62\x21\xb3\x8e\x77\x61\xc3\x07\xf7\x59\x02\xde\x8d\x06\xda\x74\x75\x23\xb8\xa7\xfb\x09\x4b\x9c\x61\xf4\xf9\xa2\x83\x4c\x43\x33\x56\x6d\x69\x65\x88\xf4\xe8\xb1\x45\xdc\xd4\x81\xb0\xb8\x0e\xdb\x7a\xac\x69\xe7\x0e\xff\x06\xe0\xc3\x0e\xda\x42\x3c\x25\xe6\x23\x2f\x3e\x11\x3b\x9a\x86\xaa\xd6\x0e\x0a\x00\x75\x0b\x07\x42\x87\xb1\x67\x19\x08\x74\x7a\x88\x48\x6b\x88\x39\xb4\x12\x48\xcd\xa6\x93\x95\xc9\x0c\xe4\x83\x6c\xae\x3d\x28\xaa\x6a\x4b\x5d\x70\x13\x0a\x8a\x65\x4a\x12\x88\xc0\xf9\x14\x29\xf3\xc2\x5c\xb5\xb6\x7a\xaa\x06\x1d\x8a\x52\xff\xa4\xc8\x17\x76\x24\x87\x3c\xfb\x6c\xad\x7e\x26\x23\x06\xe0\x82\x10\x40\x00\x45\xdc\x0d\x91\x70\xb4\x84\xf6\xe2\xba\x72\xf1\x3c\x61\x9b\x92\x98\xdc\x67\x1a\x74\xa7\x0a\x4f\xc1\x0c\x04\x91\x68\x1a\x00\xda\xb3\xb2\x9d\x9b\x32\x2b\xe4\xc5\xf9\xda\x95\x67\x60\x90\x13\x4d\xd3\xf3\xc0\xb6\x1e\x76\x6b\x2a\xfc\x35\x89\x92\x2a\x7e\xcf\x0f\x39\x09\xb9\x52\x3c\x67\x29\x95\x27\xcd\x9d\x28\xb4\xb5\x98\x33\xaf\xea\xd1\x92\xda\xfc\x3d\xd0\x9a\x5c\x85\x5c\x13\x0c\x9c\xc7\xb7\x30\xa0\xcc\x5a\x4d\x99\x9e\xd9\x04\x64\x0b\xea\x9b\x72\x91\x12\xc7\xb1\xed\x58\x0e\x30\x5a\x15\x68\xc0\x9d\x88\x22\x70\x0d\x53\x15\xfe\x54\x20\x13\x31\x81\x98\xb8\x85\xd9\x5c\xfd\x7e\xb0\xcc\xe0\xf5\x8c\x5a\xf2\xbe\xa3\xd5\x28\xbb\x33\x99\x76\x39\x69\x37\x84\x46\x4f\x1f\x24\xb3\xe4\x3b\xb7\x25\x3b\x3a\x5f\x69\xc9\x9b\x6d\xcb\xb3\x01\x4e\x25\xae\xce\x76\x46\xf9\x34\x96\x44\xa5\x85\x1e\x61\x11\xb0\x11\xb1\xbf\xc7\x27\x7a\x21\x43\x89\xa3\xcf\xba\xa7\xf4\x30\x0d\x48\xa9\x94\x16\xd5\x41\x8f\xc5\x4c\xf8\x00\xb1\x62\xe3\x7c\x4d\x5c\x8c\x95\x1d\x8d\x72\x35\x93\x96\xe4\xd2\xf9\x3a\x6f\xe7\x2b\x10\xee\x6c\xf6\x82\xa4\xd1\xe2\x48\xa7\x0c\x4d\x2a\x8f\x18\x00\x69\x72\x8b\x40\x6e\xf1\xa4\xd0\x0e\xaf\xbe\x4f\x6e\x1e\x54\xe4\xf8\x13\x48\x32\xb6\x68\x5e\x00\x2b\x59\x68\xae\x4d\x61\x48\x26\x22\x72\x70\xf5\x7b\xf6\xde\x30\x6b\xab\x92\x00\xb1\x2d\x20\x23\x81\x54\x49\x5c\x2e\x4b\x1b\x44\x50\xf3\x65\x6e\x40\x79\x16\x39\xc4\x0c\x4a\x3b\xe4\x69\x72\xb3\x39\x93\xf5\x5c\x57\x8b\x2e\x2f\x32\x1c\x6b\x39\x54\x02\xb4\x53\xac\x84\x40\xf2\x81\xe2\x82\x15\xc8\xa2\xc9\xa7\x9a\x40\xc3\xf2\x72\x5b\xd1\x5e\xd8\xb6\xdc\x7d\x5b\xd6\xf3\xb5\x43\x85\x09\x8e\xf2\x3a\xe0\x76\x51\x4b\xb5\xce\x8b\x36\x5f\x73\x1d\x8e\xf1\xc4\x1c\x10\x9a\x2c\x37\xb3\x67\x60\x18\x03\xf2\x28\x0d\x53\xf7\x89\xf4\x76\x06\xf2\xa0\xcb\xa4\x2a\x9a\xe4\xfc\x47\xfa\x77\xd2\xa4\x07\x23\x67\xe1\xda\x2e\xc4\x33\xfe\xea\x84\xde\x34\xe0\x8e\x75\x28\xbb\x60\x85\xa2\x91\x44\x9b\x82\x17\xda\x63\x5f\x69\x69\xc2\xc8\x56\x68\xb9\x93\x2b\x53\xe0\x74\x58\xa7\x5a\xa7\xe0\x4c\xd3\x2d\x97\xc4\x7d\xcc\x48\x42\x2c\x78\x4b\x94\xdf\x24\xbf\xe4\x5c\x60\x4d\x2b\x99\xca\x99\xd5\x61\x3d\x0b\xac\x34\x70\xea\x0c\x7c\xf6\xb6\x2b\x44\x7e\x48\xe9\x8b\x08\x35\xf3\xb1\x6b\xbf\x64\x31\xf3\xf6\x4a\x26\x35\x9a\x6c\xee\xaf\xe3\xcf\xb8\x57\x93\x5f\xa1\x79\x7c\x3b\xe9\x44\x9a\xa9\x8a\x2c\x14\xd4\x59\x7c\x11\x49\xd3\xc4\x3a\x34\x0b\xea\xb7\x56\xf3\x21\xa7\xd5\x9a\x3b\xcd\x25\x26\xbf\xa5\x73\x10\x03\xfd\x48\x28\xf8\x0b\x51\xbd\x2c\xe9\xab\x33\x77\x47\x46\x97\x86\x76\x49\x99\x8e\x88\x3d\x60\xea\x36\xd5\x07\x56\x0c\x2a\x24\x2a\x4a\x56\xe8\x13\xc6\x43\x1c\x5b\x06\x55\xe2\xb2\x22\x3c\x5f\x54\x58\xdc\x83\x85\x7c\x16\xa4\xa5\xc9\x08\x32\xd6\x68\x9f\x04\x36\x6d\xbe\xa7\x0f\xa3\x3c\x51\xbd\x69\x76\x03\xed\x1b\x91\x1d\x26\xd2\xac\xb0\xe5\xae\x10\xb2\xa9\xc2\x69\x4a\xc8\xc2\x7a\x2d\x69\xfe\x29\xe4\x8c\x13\x83\x9a\xfc\xaa\x8a\xdc\xb7\xa2\x60\x1c\xdb\x2a\xa2\x36\x69\x42\xbd\x49\x63\xd2\x9a\xb6\x04\xb4\x11\x54\x05\x91\xd2\xcd\xdb\x40\xb1\x3a\x57\x4d\x9d\x28\x58\x93\x12\xba\x41\xc6\x47\xcf\x1d\x6e\xcc\x1e\xcc\xe4\xae\x81\x16\x90\xf5\x0e\xb5\xc9\xe8\x3c\x31\x16\xf4\xa7\xc4\x2a\x8f\x89\x94\x7f\x33\x69\xaa\x65\x9e\x16\xf3\xaf\x29\x7f\x97\xb8\xb2\x8e\x50\xd8\xb4\x5c\x43\x7c\xd8\x8b\xbe\x97\x84\xf9\xd9\xe5\xf1\xc0\xa2\x2b\x10\x7f\xf4\x5c\x05\xab\xe7\xd8\xab\x6c\x9a\x78\x95\x0a\x1a\xa2\x8c\x94\xe5\xb8\xfe\xd9\x31\x68\x8f\xe9\xb8\x6d\xad\x21\xb9\x07\x2d\x9e\x60\x8a\x99\xe8\x77\x2d\x4b\x05\x41\xeb\x2d\xce\xf8\x9d\xd9\x2d\x50\x9d\x21\xbc\xda\x25\xf9\xe6\xea\xd3\x1a\x8a\xda\x09\x49\x01\x6b\xde\x75\x7a\xa4\x3c\xa6\x93\x84\x04\x48\x7f\x9e\x00\xc0\x5c\x03\x60\xda\x9f\xac\x5a\x9e\xc8\xde\x07\x3a\x93\xf4\xd0\xa5\xd9\x0d\xe6\x35\xd6\xcc\xd3\xdc\x4e\xed\x71\x26\x0c\x14\x73\xf3\x54\x63\x6b\x67\xf8\x21\x95\x65\x1c\x08\x99\x7e\x16\x74\x36\x44\xce\x45\xf2\x69\x1b\x11\xde\x7e\x58\xfc\x78\xb3\xf9\xe1\xce\xe2\xc7\x50\x3d\xb9\xc5\xfe\xe1\x49\x66\x42\xbf\xa6\x3f\x20\x3a\xf4\x9f\x1e\x5b\x26\xb9\x99\x51\x79\xfa\xed\xc9\x21\x84\x2a\x9a\xc2\x15\x8b\xf9\xd1\x34\x53\xb7\x96\x2c\x81\x4e\x45\xb5\x6b\x64\xb3\x58\xa4\x75\x5c\x19\xab\x51\x04\x6f\xa9\xc8\x26\x5f\xd0\x59\x4a\xfb\x21\x2f\x55\xe7\xef\xb8\xa9\x4d\x0e\xc9\x23\xeb\x41\x29\xf3\xe2\x2a\x11\x5a\xec\xc0\x49\xb4\x87\x94\xc7\x1d\x2d\x14\xd5\x47\x91\xeb\x83\xbd\xf2\xe8\x33\x98\x40\x06\x9e\xe7\x22\xdf\xe5\x6d\x0f\x9f\xcf\xb0\x6a\xe0\x7a\xca\xa3\xd4\xb7\x30\x6b\x4a\x6f\x85\x6d\x92\x21\x62\x32\xb0\x0e\x61\xb3\x98\x75\x6a\xf4\x4f\x84\x52\x65\x07\xf5\x1b\x48\x3d\x6b\x99\x69\xaf\x13\xff\x86\x4d\x06\xc0\xe9\x84\x16\x6f\xde\x95\xba\xf4\xc4\xcc\x33\x7e\x3f\x21\x86\x00\xe7\xba\x36\x8e\xd3\xdf\xae\x3a\x51\x5d\x13\x8a\xbd\xb7\xdd\x5a\x7f\x3b\x4d\x44\x53\xcd\xc7\xe9\x86\x75\x5f\x9f\x5a\xe9\xea\x00\x67\xe4\x18\x70\x0c\xa1\x51\xe4\x22\x6e\xaf\x60\x11\x1a\x1a\x85\x6d\xc9\xfa\x25\xe2\x40\xa8\xbb\x3a\x4d\xda\xc1\x67\x02\xb5\xb1\x8b\x11\x4a\xdf\xbc\xe0\xe1\xdc\x98\xf7\x85\xdc\xc6\x18\x2b\xa2\xce\x69\xf3\x80\x14\xb5\x46\x75\x51\x2a\xa6\xca\x90\x1c\x4b\xb0\xc5\xdc\xb5\x82\xd2\xac\x10\x57\x1c\x98\x4e\xb8\x27\xe8\x50\xfb\xf9\xfe\x48\xdd\xac\x4b\x76\x9b\xb4\x61\xa5\xa8\x67\x00\x92\xdb\xe8\xe0\xb7\x13\xa9\xd2\xed\xed\xab\x7f\x77\x50\x32\x2c\x4f\x06\xec\x39\xbd\x84\x18\xec\xb1\x25\x2f\xa3\xb9\xde\x56\x19\xaf\x44\xca\xaa\x7c\x28\xae\xf7\x7b\x9a\xf2\x5a\x98\xe5\x35\x2a\x4e\x75\x2d\x02\xde\x69\xda\xeb\x87\x53\xd0\x8c\x8d\x32\x18\x49\xda\xef\xa4\xab\xa0\xad\xaa\x39\x9d\xbc\x75\xeb\x8f\xf8\xbe\x5a\x95\x48\x02\x44\x40\xdc\x40\x24\xff\xb7\x6a\xdd\xa1\x1c\x2e\x69\x1f\x2e\xe9\xd0\xb0\x1b\xfb\x29\x65\x9c\xb3\xdc\x6d\x25\xb2\x40\x41\x2d\xd7\x17\xbe\x07\x09\x8d\x99\x08\x8c\xe8\x07\x27\xbf\x62\xad\xde\x0a\xb9\xc0\x21\x67\xab\x0c\xd4\xeb\x23\x54\xc3\x81\x0b\x0f\xff\x0b\x61\xd5\x2a\x17\x98\x32\xda\x0b\x5f\xb1\x7a\xee\x38\xb1\xfc\xdb\x9b\xf8\xa8\xb2\x34\x2f\x63\x02\xaa\x9c\x9d\x2f\xa5\x5a\x16\xcf\xf4\x11\xfb\xb6\x40\xbd\x34\xc4\x2a\x4b\x69\x8c\x47\xd3\xcc\xfe\x9c\xd2\xf4\xcd\x5e\x9a\xf7\x13\x4a\x04\xfc\xd5\x3f\x31\x3b\x04\x04\x55\xd3\xdb\xc9\xcf\xc4\x0f\xbc\x1c\x8a\x3b\x50\xae\x72\xf2\x38\xbf\xcd\x30\x0f\x83\x9b\x50\xd9\x35\x93\xd7\x43\xf9\xe8\x8d\xe1\x5b\x1c\x51\x67\xe7\x65\x78\x46\xc9\x86\xbc\xb8\x78\x72\x29\x1a\xa0\x8b\x27\xe7\x25\xf1\xcc\xa6\xe0\xea\x9f\xb4\xed\xbe\xf9\xb9\x2e\x58\x07\x7a\x71\xfe\xf3\x9b\xe7\x54\xfd\xb1\xa8\xd2\x0c\x89\xfa\x93\x93\x2f\x4d\xba\xe3\xce\x3e\xae\x09\xb5\xb9\xf0\x5d\xe2\x63\x64\x58\xdd\xb6\xad\x6a\xd5\x3c\x89\xa6\x9d\x05\xb0\x87\xd7\xc8\x62\x93\x97\xe6\xc3\x3d\x12\x10\x96\x52\x85\x5c\x88\xd6\xa0\x11\x54\xfa\x3e\xcd\x75\xde\x5e\x74\x38\xa1\x8e\xb3\x8b\x14\xa7\xd6\x2a\x95\x4b\x21\xa8\x13\x72\x2a\x86\x1b\x0e\x68\x25\x04\xf6\x05\xcd\x0c\x6e\xad\x9f\xfa\x1c\xa2\x47\x59\x46\xbc\x3c\x9d\x77\x0a\x74\x7f\x53\xe5\xcb\x18\x86\xf6\xf6\xe4\xb2\x36\x86\x3b\xf1\x28\x2f\x9c\xe2\xf4\x3e\xd8\x60\xec\x82\xb2\x24\xda\xf9\xa9\x28\x26\x4e\xea\x37\x7c\xaf\x3b\xbc\xac\x69\x27\x69\xb1\xdf\xa4\xcc\x4b\x2b\xd0\x3b\xd9\x32\x0b\x51\x0a\x68\x4d\x24\xd7\x55\x5b\xa0\xeb\x01\xd7\x8a\x65\xc7\xf2\x35\xce\x0d\x12\xf7\xe8\x10\x24\xe4\x24\x2e\xe6\xf6\xf9\xfc\xdb\xe9\xbb\xb0\xc6\x8c\xc8\xe9\x57\xd6\x7a\x36\xa8\x52\xb4\xc8\x50\x86\xbf\x23\xe6\xe5\x6f\xc6\xd5\xa8\x17\x03\x3c\x16\xa8\x71\x68\x41\x0b\x03\xc5\xf0\xcd\xe6\xdd\x84\xc5\xa9\x11\xe8\xa0\xf1\x1d\x04\x25\xc8\x71\x4a\x50\xa8\x50\xfa\x31\x2e\xe4\x67\x2c\x2c\xc7\x14\xb1\x8c\x4a\xca\xf1\x61\x8b\xb9\x53\x82\x3a\x03\xb2\x49\x04\x24\xa2\x06\x54\x00\x1a\x75\x01\x7f\xc0\x40\x07\x3a\x69\x08\x69\xcf\x9d\xee\xdc\xd5\xc1\xb4\x9c\x68\xfa\xb2\xe8\xb2\xeb\x86\x03\x11\x88\xca\xdd\xba\xd9\xdc\x42\xfd\xe5\x96\x38\xbc\x52\xe1\x5f\x6d\x71\xe8\x43\x4e\xfc\xde\xda\x1d\xcc\xa9\x46\x88\xd4\xcb\xd6\x5a\x20\x40\xe6\xff\x8d\x57\x56\xe8\x25\x4e\x5f\xda\xd5\x53\x4f\xaa\xbd\xa8\xfc\x98\x3b\xec\x69\xe9\x78\x51\x3e\xd8\xb0\x3e\xa0\x2d\x53\x6f\x3b\x31\x5f\x18\x53\xce\x89\xf9\x31\x65\x4c\x60\x40\xf8\x69\x48\x8d\xf0\xfa\x53\xb9\x8a\xea\x97\x78\x29\x80\x60\x03\x46\x24\x9e\x92\x0f\x35\x91\x15\x94\xdb\xa7\x21\x10\x4f\x39\xa8\xe7\x55\xff\xfe\x8c\x2a\x1d\x2b\xdb\x12\x1d\x19\x14\x06\x71\x61\x7a\xa7\x4c\xbe\x2f\x82\xcb\x54\xc6\x06\x86\xa6\x21\x67\x11\x31\x1c\xe9\x60\xdb\x4c\xfd\xd4\xb8\xc9\xf6\xeb\xd3\x9f\x22\x39\x94\x43\x8a\xe9\xd9\x12\xd1\x92\x40\x11\x49\x87\x41\xcd\x36\x2c\x81\xae\x84\x35\x58\xe1\xed\xf6\xe8\x04\xf2\xc5\x55\x47\x9d\x5b\xd3\xb6\xe2\xe1\xe1\x7a\x7b\xa4\x4e\x42\x30\x9c\x38\x29\x4b\x2a\x65\x5b\x57\xa2\x9c\xe2\xa3\xff\xb7\xb5\xeb\xef\x17\xd7\xe7\x8e\xc7\xb0\x8b\x99\xf6\xc8\x23\x9b\xd4\x65\xda\x36\xac\xcc\xe9\x72\xcc\x47\xa2\xdc\xb0\xb3\xe1\xbb\x93\x40\x9b\xd9\xa4\xc4\x35\xd2\x54\x17\x69\xd3\x42\x16\x97\xee\xcf\xee\x42\x51\x06\x52\x54\x6b\x5b\x39\x94\x66\xa1\x1e\x28\x97\xd1\x98\x73\x60\x42\x38\xdb\xf6\x0a\x9b\x0a\xb2\x21\x44\x6b\xb7\x25\x90\x98\x24\x1f\xa1\x30\x71\x2f\x7a\x95\xd1\xae\xb0\xa3\xc7\x55\xe2\xd6\x1c\x3d\xc7\xf6\x40\x2f\x0f\xe5\xf4\x63\x95\x93\xbb\xeb\x3e\x58\x56\xa3\x81\x46\x05\x62\x28\xa7\x1c\x5d\x2d\x62\x7a\x31\x00\x77\x37\x92\x52\xe9\x59\x02\x0e\x81\x61\x89\x0f\x4c\x6b\x37\xe3\xac\x25\x62\x8e\xaf\x0d\x05\xb5\xac\x5b\x2c\x4c\xe1\xc5\x35\x5f\x13\x89\x5a\x74\xb8\x5a\x0d\x18\x1d\xb4\xb4\xba\x7a\xbe\x0e\xd5\x5e\x93\x06\x53\x87\x05\x10\x5b\xa5\x40\x86\x62\xe1\x80\xd6\x62\x95\xca\x5d\x31\x66\x0b\x07\xc2\x36\xdd\x0b\x5d\xf1\xb3\x3a\x44\xde\x33\xbb\x00\x84\x22\x76\x4d\x95\x85\x45\x51\x11\x15\x33\xb3\x53\xab\x9a\xa9\xf6\x03\x82\x0e\xcc\x95\xae\xe9\x06\x51\x32\x92\xd9\xb9\x17\x39\x0b\x3d\x01\xf1\x60\x61\x48\x1b\xd6\x9b\x5d\x4c\xa1\x34\xec\x50\x0b\x1a\x9a\xa0\x16\xdb\x03\x20\x62\x7f\x36\x58\xee\x08\x5b\xf8\x82\x59\x71\x0d\xae\x78\x0f\x8e\xe9\x82\xc2\x7e\x7e\xd1\xec\x4c\xc4\x5c\x68\xbe\x60\xae\x27\xd8\x5d\x2f\xe8\xc8\x01\xeb\x83\x4b\x77\xa6\xd7\x40\x32\x70\xd1\xd8\x85\x6f\x27\x74\x98\xd0\xfe\xd4\xcb\x9f\xd9\xbd\x63\x2b\xfa\x13\xfe\x9c\xbc\xaf\xe8\x68\xae\x4a\x3a\x42\xe8\x80\xa7\x09\xf1\x76\x6f\xb0\xbf\x1a\xd5\x4e\xa9\x7d\xd6\x71\xf6\x6a\xb5\x22\xb4\xc2\x71\xea\xec\xb4\x26\x2b\x42\xc6\xea\x03\xd4\x57\x8f\xae\x7e\x2f\xde\xb3\xf2\xaa\x85\x82\x87\xc8\x08\xae\xd5\xea\x72\x47\xff\x90\x9c\xad\x90\x50\xb0\x32\x24\x2e\xaa\x38\x45\x3e\x69\x1f\xe9\xe7\x05\x5b\xce\xac\xb8\xb6\x09\x94\x2a\xbb\x29\x93\x66\xf0\xf0\xf5\x01\xd8\xdd\x23\xc8\x30\xa0\xd2\x73\x40\x2e\x31\x53\x5c\xa3\xb9\x72\x7b\xda\x54\x44\xdd\x45\xba\xe4\xce\x0e\xab\xc0\xb1\x3d\x42\x58\x30\xa7\xd6\x76\xed\xed\xc4\x5a\xb7\xbd\x16\xcb\xb6\x91\x6b\x07\x9d\xf2\xbb\x32\xd5\x4a\x0b\x1a\xc7\x43\x43\xa9\x28\x8a\xb6\xd9\x05\xff\xb1\x72\xd2\x84\x8d\x04\x96\x72\x16\x86\x76\x00\x34\x49\xac\xb6\x7c\x15\x6b\x2c\x89\x4b\x35\x24\x21\xbf\x49\x71\xd1\xa7\xc2\x50\x97\x67\xb3\x9f\x89\x55\x99\xec\xbb\x05\xd5\xe5\x6c\xf1\xfc\xa2\xa9\x45\x9e\xb5\xc3\x54\xf5\x49\x2c\x29\x89\xb0\xe9\x8a\xb0\x21\x87\xbf\x62\xb5\x84\xb4\x51\x21\xb3\xb0\x23\xa8\x0d\x0c\x42\xd9\x0a\x85\x25\xa0\x9c\x29\x8f\x5e\x92\x32\x18\x5b\x72\x34\x02\x42\x73\x0b\x5d\x09\x75\x3e\x59\xbf\xa7\x79\x13\xa5\x02\x6c\xd8\xca\x80\xdd\x71\x67\xb2\x6a\xfa\xb2\x48\xc0\x0c\x68\x7a\x7f\xdd\x4a\x7b\x06\xb2\xc4\xd9\xe4\x41\xc7\x79\xbd\x09\x39\x60\x5a\xc8\x07\xe7\x23\xfa\x05\xee\xa9\xcc\x60\x09\xc0\xb2\xc4\xd0\x14\x16\x62\x2e\xdf\x76\xbe\xe6\xcf\x6e\x9f\x41\xe8\xb4\x13\xfc\xf3\x9e\xbf\xa9\x29\x9d\xe0\x38\xdf\x09\x92\xde\x28\x92\xe9\x49\x67\x8b\x81\xff\xd0\x2d\x3b\x6e\xdd\xaa\x23\x69\xfb\x50\x56\x23\x25\x04\x8b\x81\x40\xee\x83\xf5\xb2\x76\x22\xc9\xa6\x03\xc7\xf2\x5b\xb9\x65\xde\x67\x65\xa0\x5d\xac\xd5\x60\xc8\x51\x5d\xd6\x33\x12\xae\x77\x34\x2d\x44\x9c\xd8\xaa\xae\x6f\x52\xa9\x57\xc9\x7a\xb1\xbc\x38\xaa\x56\x8a\xc8\x6e\x6b\xef\xbd\x89\xf8\x89\x81\x45\xa4\xbb\x39\x79\xaf\xfd\xe8\xda\x8b\x67\x77\x65\xdb\x91\x80\xb1\xb3\x34\xcd\xa9\x10\x1f\xe2\x54\xd4\xed\xb6\xdc\x54\x55\xa3\xfa\x71\x01\x83\x14\xfe\x3e\x29\x8f\xb6\x2e\x5d\x18\xcd\xf5\xeb\x26\x15\xf4\x2d\x1d\x79\x8f\x51\xc3\x44\xcb\xca\xd6\x16\xba\x4c\xd7\x42\xb9\xdd\xa5\x94\xad\x1a\x82\xaf\x1f\x1c\x13\x9b\x79\xbe\x83\x88\xf9\x40\xb4\x3b\xd6\x0a\x00\x48\x51\x46\x42\xca\x22\x2f\x88\x62\x45\xbd\x0b\xb1\xc6\x4e\x6c\xcf\x7e\x6d\x80\x44\x16\x3f\xbc\x9a\xe3\x9f\xb1\xce\x65\x52\x15\x01\x97\xf7\xb2\x3b\xe8\x71\xe6\x01\x30\x79\x1e\xe0\xd8\xd3\x8c\x40\x67\x30\x8f\x40\x02\x7b\xb8\xf2\x18\x4a\x24\xac\x44\x18\x61\xa6\x47\x1a\x8d\xee\xd0\xda\x69\x7f\x14\x6e\x26\x9e\x47\x1c\x37\x6b\x84\x4d\x33\x4d\xd4\x04\xb1\xec\x9c\x96\x97\xe5\x9e\x61\x9f\x02\xd2\xa2\x4d\xfc\x67\x09\x4b\x19\xd5\x2e\x72\x47\x13\x8b\x1b\xb5\xb5\xc7\xd6\x4c\x6b\x92\x6d\x62\x20\x11\x59\x1c\x45\xde\xd7\x39\x4e\xcd\x9e\xf6\xf3\x34\x21\x1e\xa1\xb9\xdc\x45\x4f\x68\x69\xf0\x54\x27\x94\x23\xaf\xa5\x6e\xfb\xad\xba\xb3\x0b\x51\x86\xe5\xc2\xec\x6b\xfb\x76\x0f\x08\x88\x9c\x36\xae\xab\x94\x03\x92\x78\x8f\x36\x43\xab\xbb\xf6\xee\x21\x09\x0d\xaf\x7a\xa0\x32\xbc\x10\x9e\x76\xb9\x98\x2b\x46\x27\x50\x30\x4c\xcb\x26\xb9\xe3\x85\x3a\x28\xc6\x58\x54\xdf\x34\xf9\x85\xe9\x57\xc7\xac\x19\x53\xab\xf4\xa7\x7e\x9b\x16\x79\xc2\x7e\xa9\x0c\x48\xbd\xc8\xdb\x86\x1b\xf8\x66\x42\x59\x8c\xd9\x32\x54\x18\x2a\xa9\xb5\x1b\x51\x8f\x88\x8c\x01\x30\x00\x52\xb3\x48\xbd\x35\x75\x99\xf3\xe8\xc6\x06\x97\x08\xd7\xde\xd2\xd4\xbd\x5b\x1a\xb0\x23\x62\x5e\x61\x85\xba\x40\x06\xe0\x6b\x9a\x45\xf5\xd1\xdf\xd2\xe0\xce\x7f\x07\xb1\xe9\x33\xb7\x34\x61\xcb\xb8\x9c\x71\xbd\x0d\x8f\x28\xec\x99\x68\x3d\xd0\x3d\xa2\xcb\xda\x37\xc2\x73\xc5\x68\xc7\xde\x58\x9c\x0e\xd9\x1c\xd4\x0d\x39\x28\x9a\x49\x08\x2a\xcc\x15\x09\xa2\xb3\x29\x23\xf6\x18\xac\x09\x59\xec\x13\x5e\x3a\xa8\x47\x6c\x4b\x30\x92\xfe\x59\x95\x5c\x2a\x6e\x30\x77\x11\x82\xdb\x7b\x0e\x28\x5d\x60\x22\x21\xb7\x29\x68\x56\x95\xe5\x3f\x34\x34\xad\xe5\xfa\xc7\x5f\x4c\xeb\x2f\x45\xba\xfa\xa7\x1f\xee\x68\x46\xc2\x17\xca\xd8\x0c\x8f\xf3\x76\xd3\x2d\x6e\x35\xc9\x9a\xd8\x2b\xe3\xe7\xf4\x87\x34\xb0\xdd\x17\x73\x19\xd6\x39\x63\x81\x82\xee\xb3\x25\xbf\xd7\x17\xa4\x71\xb9\x43\x8a\x25\x65\xb6\x01\xee\x0b\x0c\x8c\x01\x80\x9c\xe1\x30\x6c\x89\x29\x02\x29\xa3\x0a\xa7\x0e\x41\x7b\x93\xea\x25\x40\xcb\x6e\x06\x8a\x0f\xa7\x8a\x84\x2d\x1d\xb8\xc2\xad\x2e\x82\xde\x3c\x58\xed\x87\x2d\xc9\x4c\x05\x97\xf4\x4c\xa3\x16\x40\x3f\x1a\xa8\x55\x45\xeb\xe2\x75\x28\x2c\x91\xc8\xd5\xa9\xad\x82\x0e\x0e\xa7\x2f\x46\xda\x72\xa0\x19\x55\xec\x70\x78\x07\x97\x17\x37\x10\xe1\xe7\x63\xac\xfb\xc6\x92\x22\x96\xd0\x65\xe5\x5d\xb7\x1d\x2d\x0a\xea\xc0\xe1\x20\x66\x8d\x3d\xa0\x6b\xa8\x50\x50\x7c\x84\x06\x11\x9e\x05\x74\x88\x28\x2b\xc1\x34\x6a\x3f\x1c\xe2\xe5\x18\x51\x1a\x74\xc2\x0e\x3c\xd0\xae\x8f\xd3\x24\x1a\xd5\x25\x55\x98\xae\x33\x51\x9c\xf0\xea\x28\x77\x68\x9a\x84\xf6\x31\xa5\xb2\xa1\xbe\x15\xd2\x9e\xf2\x35\x05\xdf\x4a\xca\xa5\x09\x8b\x69\x3c\xdb\x2d\xf8\x0b\xdd\x7b\x18\xf0\x08\x32\x78\xa2\x22\x55\x9b\xe4\xff\x49\xb2\x94\x95\x49\x93\xb6\xda\x12\x66\x0d\x6a\xe1\xe4\xa0\x92\xec\xda\x4a\x1c\xf5\x10\x39\xc8\xd2\x0e\x61\x4e\x69\x8b\x35\xb1\x60\xa4\x76\x09\xd7\x13\x8c\x13\x85\x7b\x34\x82\xa1\x94\x77\x3a\x4d\x27\xba\x12\x1a\x70\x8b\x63\xbe\x90\x66\xf8\x95\xe3\xa6\xc2\xab\x67\xae\x0c\xf0\x24\x9a\x6b\x97\x5a\x4f\x2d\x53\x2e\x36\xe7\xc9\x72\xa3\x26\x6a\xd4\x54\x42\x04\x2c\x42\x9d\x33\x44\xa3\x4e\x0c\x6a\xef\x21\xa5\x1e\x23\x89\x4d\x6a\x89\x44\x5f\x0a\x98\x40\xcb\xfc\x48\x92\x1d\x1b\x16\x64\xad\x25\x5a\xa6\x29\x3d\xa6\xc1\xa1\x30\x6d\x00\x56\x41\xdd\x7d\xfd\x14\x8c\x82\x6b\x50\x6a\xfd\x25\xad\xdf\x9b\x60\x91\x21\x3b\xf1\x9e\x0c\x5c\x01\x42\x19\x42\x8a\x8a\xd3\x09\x7e\x32\x19\x70\xa3\xe9\x8d\x84\x21\x7a\xb9\x32\xc5\x46\x4e\xa3\x78\x5a\xe2\x41\x35\xdf\x24\xa1\xa6\x72\x5b\xed\x45\xc5\x06\xf4\xef\xce\x12\xb3\xc2\x25\x5f\xb8\xd0\x7e\x53\x3b\x6b\x49\x00\xf3\xb1\x0a\x4c\xad\x8d\xa3\x33\xd2\x4f\x65\x79\xc2\xb5\x3b\xc9\xf9\xbc\xb6\x6b\x99\x5c\xfd\xbb\xf4\x99\xe1\xc7\x0b\x5f\x43\x85\x46\x70\x42\xc6\xfe\x95\x34\x29\xf4\x3b\xa8\xc7\xc9\x52\x38\x56\x87\xd8\xc1\x38\xa2\xe6\xfb\xe4\x29\x61\xf3\x16\x99\x59\xe9\x0c\x14\xda\x4e\xa6\x62\x95\x93\xef\x02\x31\xa5\xdb\x06\xce\x0e\xb6\x51\x7b\xc3\xab\x3a\x8c\xe0\x56\x57\x01\x54\xb8\xa5\xc9\x14\x16\x36\x98\x80\x40\xab\xe7\x34\x86\x34\x6d\xb4\xd3\xe8\x98\x39\x13\xa5\x05\xe1\xbb\x3d\xe7\x9f\xbe\xbc\x7c\xe8\xcf\x76\x60\x6d\x9d\x36\xdf\x38\x1b\xd1\x5e\x87\xbc\xa5\xa8\x2e\x0f\x73\x4b\xbd\x6e\xab\xcd\x2a\x3b\x48\x2e\xfc\x2a\xf6\xa1\x02\xb2\x25\xbd\x8c\xd6\x50\x26\x32\xec\xf9\x61\x64\x91\x26\xbf\x42\x43\xf7\x76\x22\xea\xf2\xab\x7f\xae\xd9\x6f\xc7\x5d\x27\x5c\x73\x15\xec\xaf\x6f\xac\x57\x04\xb8\xcf\x51\xed\xa4\x38\x30\x2d\x0c\x78\x8e\x3a\x11\xc6\xa4\x3d\xe4\x0d\xd0\x92\xaf\xff\xcf\xa0\xf7\x2d\x4d\x03\xdd\x78\x96\xf2\x14\x77\x25\xad\xad\x9e\x21\x2c\x00\x11\x7c\x4e\xa2\x2c\x0e\xa1\x8b\xa3\xb8\x56\x00\x13\x25\x1d\xc9\xb1\x97\xd1\xb0\x17\x4c\x46\x7f\x68\xf6\xb4\x76\x4b\x3a\xed\x9a\xd9\x8d\x2e\x07\x9b\xc1\x97\x6b\x37\x7e\x24\xc9\x85\xe4\x60\x5a\x49\x02\xf8\x71\x50\x2b\xfc\x64\x97\xa6\xef\x2c\x66\x11\xf7\x00\xba\xef\x98\xc5\x71\x05\xad\x18\x6d\xe3\x3e\xf3\x73\x7d\x48\x87\x9d\x80\x97\xae\x1d\xdf\x6d\x16\xbc\xdd\xae\xc6\xf2\xf3\xbc\x99\x51\xdd\x0c\xf7\x09\xc5\x9b\x6f\x27\xcb\x82\x76\xab\xad\x26\xb4\x0f\xdb\xb0\xe3\x37\xb3\x61\xea\xe7\xf3\x53\xf2\x98\xf8\x43\x31\xea\xba\xce\xb3\x54\x5c\xc6\xc1\x5c\x7e\x33\xe1\x4e\xb2\x92\xfb\x51\x85\xa6\x61\x50\x20\x89\xe2\x4c\xc3\x89\xe2\x52\xc3\xa9\xc3\x95\x0b\xfc\xfd\x54\x0c\x76\xca\xc2\x0d\xdc\xa4\x58\x93\x87\xbb\x21\x94\x57\x57\x65\xbd\x48\x14\x92\x67\xd8\xad\x86\x37\x0b\xa7\xc2\x7d\xdc\xba\x8e\x73\x02\x51\x98\x7c\x5d\xc2\x0c\x54\xdb\x14\x2d\xce\xd4\xa5\x9f\xef\x30\x63\xf5\xa4\xc8\x97\x84\xea\x66\xf6\x9c\xff\xda\xcf\xb8\x14\x33\x0a\x48\x87\x5e\xae\x36\x69\x46\x3b\xe6\x0d\xff\xd1\xaf\x01\xb8\x24\x73\x1b\xb8\x52\xa9\xe6\x84\x4c\x60\x5d\xe1\x9f\xcc\x87\x0b\x56\x13\x1d\xd5\xdb\xd5\x82\x76\x83\xb8\xa2\x60\x4f\x70\x31\x35\xd4\xe4\x79\x16\x0b\xcd\x11\x37\xbf\xcc\xac\xd2\xae\xb0\xca\x7d\x84\x04\x60\xff\x0f\xa8\xf5\xd5\xa5\x9c\x28\x60\x57\xa2\xbb\x65\x93\x46\x49\x7a\xda\x5b\x4d\x94\xb8\x06\x36\x34\xf1\xa2\x58\x11\xfd\x5e\x09\x8f\x2f\x9c\x7e\x11\x5b\x22\xd7\x05\x58\x23\x29\xe5\x1b\x03\x58\x7d\x80\x66\x5a\x7d\xcf\x1b\x9b\x52\x24\xb7\x45\xa8\xfc\xd6\xc2\xaa\x64\xe8\x41\xad\xc0\x1f\xe7\x2b\xff\xe0\x24\xd7\xbc\xdc\xe2\x12\x9d\x66\xb1\xbc\xfa\x3d\x3b\x88\xd2\x35\x50\xb8\xd0\xe1\xb1\xce\x57\xec\x92\x9a\xd8\xdb\xda\xa9\xad\x93\xb9\xdf\xe6\x58\x62\x8b\x5f\x30\x57\x99\xd0\x17\x71\x7d\x93\x0f\xb8\x12\xc7\x05\xc4\xab\x85\xaa\xff\xf5\x0e\x62\x9d\xfe\x0d\xc9\xe1\x35\x04\xb2\x78\xab\x31\xae\x37\x7a\xbd\x40\xeb\xb5\xdc\xa8\x95\x5f\xb5\x9a\xf3\xfa\xe1\x84\x17\x62\x2b\x14\xa4\x64\x8b\xb9\x5d\xfa\x71\x5d\xc3\x57\x08\xb7\x8a\x07\xc8\xdb\x2c\xfc\xf1\xac\xef\xe1\x81\x32\x72\x5d\xf1\x32\xb8\x62\x38\x79\x6b\x1e\x5d\x5f\xb4\x9f\xbb\xbe\xc0\xbe\xfd\xec\xcd\x45\x69\xa0\x8e\xec\xda\x0d\x4b\x10\xa0\xec\x65\x96\xb0\xb7\x0a\x16\x6a\x2d\x0c\x17\xac\x80\x5e\xd8\x28\x04\xec\xce\x1d\x66\xc5\x5e\x87\x8c\xf5\x01\x05\x63\x52\x69\xca\x98\x5a\x82\x4c\x26\x8b\xa2\x33\x24\x17\x2b\x7a\x58\x62\x69\x6b\xe6\x8d\x21\x8d\x0a\x09\x6a\x6d\xd6\x54\xe8\x9f\xc5\xaf\x67\xce\xa3\xd1\xa2\xd7\x08\x54\x74\xc8\x5a\xdf\x3d\xea\x95\xf7\x8c\xbc\xf3\xf8\xe9\x25\x4c\x92\xac\x85\x7b\x29\xce\x61\xce\x39\x5b\x6e\x1f\xc4\xd3\x6d\xea\x1a\xc1\xb1\x9c\x37\x8d\x30\x6b\x65\x4e\xb3\x4e\xc4\x2f\xb0\x48\xd9\xc1\xed\x93\x45\x17\xd1\x1b\x2a\x02\xd8\xe2\xde\x5a\x1f\x26\x72\x91\xa9\x7e\xdc\xfa\x19\xf3\xa0\xfe\x1e\x2f\x30\xfa\xb3\xfa\x61\x45\x13\x5f\xb9\xf3\x38\xd1\x85\x1b\xb9\xe2\xd5\x6d\xc3\x74\xdd\x2e\x04\xa1\x2c\x63\x3f\xe1\x05\xa7\x33\x8d\xce\xc4\x4e\xd6\x1f\x03\xf3\xc6\x14\xab\x88\xd2\x33\x1c\x53\x75\x46\x01\xe5\xa9\x45\xfe\x87\x5f\x5e\x0d\x66\x6a\x7f\xa4\x1d\x54\x6e\x89\x27\x62\x36\xdc\xa7\x38\xce\x52\x73\xb2\x00\x5a\x0d\x64\x2e\x6b\xea\x3b\x2f\xc3\xff\xfc\xef\xff\xe3\xfc\xbe\x4e\xc1\xfd\xb6\x2e\xe8\xc3\x29\x5d\xb6\xbe\xe6\x9c\xdd\x3c\xa4\x3a\x93\xbc\x7a\x46\xd2\x19\x93\x01\x38\x4d\xf2\xf5\xe1\xc2\x1c\x52\x91\xdb\x24\xfd\x1e\xbe\x53\x02\x6b\x44\x8b\x2f\xa4\xb3\x09\x48\x03\x03\x73\x6e\x48\x30\x78\x5a\x98\x58\x4c\x20\x65\x33\xae\x89\x84\xbd\x08\x4e\xb2\xbf\x76\xf9\x72\x3b\x67\x1d\xd1\xec\xa2\x4c\x17\x0b\xfe\xa9\xa7\x79\xbb\xc9\x1b\xc1\x79\xe0\x73\x78\x84\x84\x26\xfd\x7c\xf6\x2d\xc5\xdc\x5a\x4f\x0d\x6b\x7a\x2b\xb3\xce\x76\xb7\xea\x45\x84\x51\x97\x93\x7d\x07\xb3\x31\xe8\x5f\xb4\xfa\xb2\x5b\xad\xa4\x98\xd5\xca\x94\x4a\x99\xd4\x16\x3a\x2e\xcf\x4d\x52\xdf\xd8\xe7\x3e\xdc\xe3\xc0\x3d\x98\xa7\xc5\x36\xe2\x3b\xa6\x2e\x8b\x14\xde\x68\x2a\x2c\x4d\xd8\xc6\xf5\x59\x95\x4d\xf4\x18\x7b\x8c\x13\xa5\xad\x0d\xc9\x7e\x44\x68\xb2\x09\x9d\x8c\xb0\x8a\xd4\x1b\x6c\x84\x11\x20\x4e\x19\x66\x73\x62\xdf\x8e\xd3\xce\x5d\xd4\xaf\xd7\x5a\x0b\x89\x7e\xa8\x87\x8e\x78\x4a\x6c\x70\xd0\x05\xb1\x3e\xae\xfe\x49\x59\x32\x7a\x22\x6a\x1c\x16\xe4\xbc\x1f\x16\xa4\x48\x17\x06\x8a\xf8\x36\xdf\x1a\x10\x4f\xda\x0c\x05\xb1\xb6\xb4\x18\xf0\xf0\x28\xe0\xe8\x89\xfb\x22\x36\xf1\x6b\x42\xeb\xbe\x14\x9e\x7a\xec\x81\x45\xc7\x06\x9d\x99\xfb\xfd\x84\xaf\xf0\xea\xf4\xc3\xec\xcd\xd5\x27\xf9\xa0\xe5\xe4\x28\x31\x4f\xf8\x6f\xbe\x95\x54\x76\x16\x01\x1c\xfb\x8a\x10\xcb\x78\xf5\x49\x34\xd5\x92\xcd\x4c\x3e\xef\x8f\xd7\xfc\x0b\xea\x01\xc9\x81\x01\x6e\x01\xee\x4d\xd9\x62\xdc\x0f\x3a\x33\x5e\xb4\x10\x3b\x14\xd2\x99\x65\x32\x5c\xd7\x4f\x39\x36\x0c\x2e\x20\x5f\x1e\x51\xc8\x26\xcb\x4d\x94\xe4\x3c\x67\x8f\x31\x3a\x57\x43\x00\xfc\x91\xec\x37\xf4\x73\xcd\x2e\xa5\x3e\x77\x5f\x1b\x1e\x8a\x5c\x91\xf0\xad\x7e\x0d\x37\xa4\x06\xe1\x48\xe8\xc0\x72\xf7\x8c\xb8\x9b\x93\x22\xcb\xb4\x64\xdb\x04\xd4\x0b\xab\x60\x1c\x01\xdc\x00\x2d\x81\xb8\x6e\x22\x45\xfd\x75\x53\xb0\x58\xd2\x6c\x13\xf5\x88\xb7\x49\xdc\xad\xcc\x4e\x88\x05\xdc\x75\x84\xeb\x0b\x33\xa7\x46\x52\xcb\x39\x3d\xe8\x22\x53\x44\xe6\x3f\x4b\xc1\x2c\x37\x71\x6c\x6b\x2c\x3a\x70\xb5\xd2\x80\x68\xd0\x14\xec\x24\x62\x87\x43\x8b\x36\x68\x90\x89\xe2\xc2\xac\xc0\x8e\x22\x29\x68\x0d\x55\xa0\x15\xbb\xa1\xad\x93\x92\x8f\xd8\x12\x8e\x55\x6e\xfd\x6c\xb5\x56\xf0\x76\x43\x76\xcc\xdc\xf8\x90\x37\x70\x72\xfb\x50\xe7\xad\xd5\x23\x05\xfd\xd8\xa8\xa7\x3a\x1b\x62\x09\x17\x5e\xff\xef\x18\xb9\x98\x08\x70\x3f\x2d\x01\x7f\xc4\x37\x97\xcc\x71\x0c\x94\x95\x16\x29\xc1\xb2\xb0\xbb\x87\xa0\x26\x31\x29\x6b\xc3\xca\x00\xfa\x86\xff\x56\x50\xbd\x13\x4d\x19\xc9\xc4\x51\x23\xbc\x53\x71\x07\xdf\x99\x8c\x90\x3a\xd9\x88\x68\x2b\xfe\x71\x7c\x68\xdc\x99\x26\xae\xb4\xb3\xaa\x09\x4a\xae\xad\x90\xb4\x20\xa8\xf7\x29\xb3\x6d\x2b\x62\xf6\x61\x36\xe6\x6b\x01\xd6\x2c\xd2\xe5\x96\x26\x74\xed\xfa\x48\x07\x13\xcf\x59\x80\xe7\x4b\x53\xcc\xd9\xdc\x65\x96\xca\x85\xb8\xcd\x62\x5a\xe2\x36\xcd\x7d\x10\x14\xbe\x40\x18\xee\x16\x68\x75\xdb\xdd\x3e\xba\x64\xa2\x29\xbd\xf3\x83\x9d\x92\x1f\x6f\x05\xa0\x3d\xa8\x5b\x7e\x97\x43\xcf\x12\xdc\x61\x87\x99\x6a\x1e\xe2\x90\x2a\xcc\xd3\x9e\xee\xc4\xfc\x59\x0e\xb4\xa0\x0d\x78\xa8\xa4\xc5\xaa\xce\x89\x4d\x85\x9f\x71\x16\x9e\x73\xc1\xfa\x69\x35\x59\x8e\x5b\xdd\xe2\x48\x54\x4c\xb0\x59\x37\xa5\x9f\x00\x40\x6c\xd5\x53\x43\x6d\x96\x54\x2f\x63\x39\x46\x29\x72\x8e\xa1\xdf\x60\x87\x15\xd5\xd4\xf8\xb6\xfc\x29\x69\xa5\x25\x39\x1f\xbd\x8a\xa7\x3c\x72\xe5\x5e\xcb\x23\x6a\x79\x23\x61\x5f\x1c\x7d\xb7\x21\x31\x04\x17\x50\xc1\x06\x96\x0b\xa5\x38\x87\x41\xcf\x04\x0b\x94\x80\xbe\x5a\xd3\x2b\x36\x43\xc1\x54\x45\x66\xe7\xe1\x7c\x44\x66\x12\x7d\x24\x57\x0a\xb9\x30\x7a\xd6\xd2\x46\xb2\xf6\xb6\x43\xa3\x70\x57\xa7\x3d\x35\x0b\xc8\xa4\x47\x39\xe9\xe5\x68\xb4\xbb\x30\xb0\xd6\x45\x98\x0a\xa5\x40\xc6\x57\x21\xeb\x43\xa7\x15\xce\xf9\x54\xf6\xe4\xb3\x8a\x58\x57\xe8\x9b\x6c\x2d\x52\x92\xf6\x04\x89\xf3\x41\x3c\x17\x55\xb4\x53\x99\xb3\x3e\x27\xca\x04\x23\x24\x7a\xc3\x7d\xcd\xed\xb9\xe6\x79\xc4\xd0\x72\x05\x02\x8b\x29\x23\x36\xe5\x8b\xaa\x66\x22\x0c\xc7\x75\xe2\xc5\x88\x99\x22\xca\x6a\xa7\x25\xa0\x4d\x9e\x3f\x65\xd2\x5b\x87\xcc\x35\x08\x0c\x9b\x81\x8e\x4c\x16\x37\x20\x5b\x38\x9b\x7f\xd8\x04\xcd\xa1\x76\xaa\x83\x2f\xaf\xd4\x4c\x59\x6d\x72\x1a\x75\xd9\xa2\xf6\x04\xa9\x98\xe1\x92\x86\xa7\xd7\x2b\x66\x02\x9f\x1d\xbe\xfa\xf3\x17\xb6\x40\x06\x8e\x77\xe7\x5b\x11\xe2\x6d\xd1\x5d\x88\xd6\xd2\x6d\x32\x70\x68\x3d\xdc\x17\x37\x27\x68\xab\xf4\x92\x04\xc4\x33\x3c\xbd\xe3\x61\xf7\x90\xec\x21\xaf\x3b\xab\x38\x42\x39\xf3\xb3\xf8\x46\xcb\xa2\x34\x10\x14\x01\x1e\xbd\xe0\x2b\xdd\x02\xac\xc3\x0e\x38\x96\xc6\xf7\x84\x03\xc3\x54\x73\xb5\x84\x89\xac\xab\xd8\xfb\xe6\x0e\x4b\xdb\x25\x2c\x40\x40\xc6\xfd\x92\x87\xf2\x0f\xf7\x7a\x05\x12\xc8\x92\x50\x40\x76\x9b\x6e\x41\x18\x19\x92\xbb\x8e\xea\xaa\xad\x78\xe5\x77\xb3\xda\xf4\x72\x57\x1c\x37\xd5\xa0\x2f\x30\xe2\xb1\xfa\xfa\xaf\x6a\x3f\xac\x08\x15\x73\x47\x42\xf6\xcc\xd4\x01\x95\xb7\xcc\xe9\x74\x9c\x49\xb5\xb9\x81\x9b\x70\x02\xfc\xca\x42\x62\x17\xc0\xad\x70\xa5\xc5\xce\xc4\x36\x05\x7a\x81\x8a\x6d\xa0\x36\xd5\xa1\xa1\x9d\xe9\x72\xf4\x64\x98\xbd\xf0\xce\x30\x36\x8b\x8f\x9c\x07\x69\xdb\xed\x5c\x92\x78\x87\x5f\xfd\x93\x68\x87\x87\x23\xca\x69\x10\xc7\x10\xda\x16\xeb\x32\x8d\x78\x90\x4c\x3c\x95\x81\x0f\xd2\xa7\x03\x7e\x3d\xc8\xc3\x46\x47\xb6\x4a\x5d\x0a\x13\x42\x2c\x89\x61\xaf\xe7\x5a\x07\x6b\xcb\x48\x04\x1a\xa9\xc9\x09\x01\x56\x06\xe8\x35\xe3\xf3\xa5\xa9\x11\x28\x69\xca\x03\x4a\x6b\x3b\x27\x52\x04\xa0\xd5\xde\x94\x01\xe4\xd5\x7f\xc0\x07\x2a\x79\x31\x06\x4a\x62\x62\x03\xff\x4e\x07\x2c\xc1\x51\xb2\x13\xe0\x74\x68\x22\x3e\xa6\x61\xae\x09\x7a\xe5\x03\xe6\x79\xd0\x4b\x07\x26\x9d\x5c\x9d\x00\xc6\xd5\xb1\x85\x94\x71\x8f\x41\xca\x11\xac\xe7\xee\x70\x05\x75\x89\x48\x10\x31\x83\xf5\x91\xbc\x39\xed\x9c\xa5\xd1\x60\x02\xba\x88\xf6\x08\x8d\xda\xd0\xaa\xa4\xa5\xde\x6a\x4b\x4d\x36\xfc\x68\x33\x95\x4b\x18\xd9\x45\xda\xf1\xcc\x10\xae\xb3\x5a\x20\x09\x03\x03\x0e\x31\xa2\x5f\x17\x0c\x8b\xfa\xb4\xca\x15\x02\xd5\x72\x96\x66\x23\x7e\xb0\x37\xfc\xc8\x6f\x24\xd5\x21\x2d\x43\x1a\x2c\xac\xca\x99\x92\x70\x17\xc8\xf0\x33\x1d\x56\xd7\xda\x13\xbd\x55\xbd\xdc\x8b\xb4\xde\x1a\x51\x77\x7d\xdd\x68\xbb\xc6\xd9\x98\x5a\x13\x2c\x29\x12\x56\x73\xaa\xb0\x25\xd3\xb1\x9c\x69\xa9\xa2\x56\x04\x4d\xf8\x18\x75\x94\x18\x19\x52\x31\xef\x91\x36\x5d\xcc\x6e\x66\x89\x6c\x10\x87\x0b\xd8\x12\x36\xcb\x6e\x07\x9b\xa9\x4a\x05\x41\x94\x1e\x8a\x84\x79\x60\x12\x1a\xa2\xc3\xcb\x56\x31\x5b\xbb\xc6\x5a\xfb\x5e\x81\x93\xc4\xa1\x9f\x3f\xa8\x54\x77\xff\x58\xa5\xd7\xee\x54\x0f\xb3\xce\x09\x66\x50\x6f\xb8\x0d\xc7\x2a\x67\xd5\xed\xe5\x71\x3f\x92\x3c\x45\xfc\x11\xd5\x97\x70\xf4\x40\x8e\x09\x93\x0d\x06\x25\xb0\x8d\x86\xdb\xa5\x15\x25\xc1\x8d\x95\xc5\x20\xfc\x19\xc7\x05\x1e\x29\x20\xfb\x34\x83\xf1\x2f\xe0\x2f\x54\x01\x8e\xab\xae\xf1\x02\x88\x02\x92\xb3\x26\x97\x0b\xbc\x84\x8f\x06\x18\x92\x01\x74\xc3\xb1\xfd\x44\xad\x3a\x92\x35\x65\xf4\x6b\x71\xb0\xd0\x8c\x8f\x01\x80\xbc\x10\x00\x8e\xa3\xa6\x1d\xad\x82\xf8\x51\xea\x8d\x4a\x4f\x2f\xd5\x75\xdf\xdd\x5a\x67\xa3\xb5\x42\x21\x64\x8b\x48\xd5\x41\x89\xb1\x02\xbb\xaa\x69\x97\xec\xfd\xdb\xd2\x31\xda\xb4\xa2\x34\x2f\x3f\xd3\x82\x2b\xc1\x0e\x36\x63\x45\xb0\x5f\x78\xe2\x67\x57\xbf\x63\xb7\x20\x2e\xc3\xaf\xdf\xbd\xe5\x5b\x5a\x6f\x59\xf6\xeb\x1f\xdf\x12\x77\x79\xf3\xd7\x3f\xbd\x6d\xc0\x57\x0e\x0a\xcf\x57\xe9\xd6\x8c\xd4\xc0\x05\x2d\x34\xab\x81\xaa\x4e\xf4\x3f\x24\x19\x7d\x8a\x29\xfe\xc7\x16\xcb\x18\xcc\xb1\x6c\x65\x0d\xfb\x07\x9a\x18\xed\xe4\xcc\x86\x93\x93\x9d\xec\xea\xe9\x76\x73\x1d\x75\x83\x8d\xae\x63\xe6\x20\x66\xb6\xb8\x4e\x43\x36\x4f\xdb\xd9\xbb\x60\x52\xfc\x80\xff\x00\x66\xfa\x26\x8f\xf5\x9d\x2d\x66\x8d\xb7\x05\xde\xc5\xca\xa3\x93\x0b\x9c\x3a\x51\x38\x22\x9b\x4c\xc1\x6d\x10\x1e\x70\x5e\xa1\x1b\x1a\x7b\xd2\xfb\xfe\x94\x3f\xb9\x3e\x57\xce\x9e\x2d\x3a\x2d\x4c\xeb\xbd\x41\xf9\xb8\x88\x49\x19\x7f\xe8\xf8\xe3\x1c\xdb\x47\x81\x78\xe6\x46\xc8\xb2\x6a\x13\x15\xa8\x0d\x4f\xb3\x40\xb2\x0f\xbb\xac\x62\x2f\xff\xda\x1a\x39\x28\x40\x5c\x4c\x0f\x5e\x8b\x7f\xbe\x40\x6f\x0d\xb1\x02\xd2\x21\x42\x1b\x9a\xfe\x3c\x03\xb6\x11\xf6\xdc\x70\x2b\xc1\x5f\x3f\x32\x26\x45\xeb\x21\x3d\xd3\x3a\x82\x2e\x68\x45\xab\x2f\xae\x48\xf5\x0e\x04\xc5\x55\x59\x5f\x06\x1f\xfd\x54\x4d\xc4\x80\xae\xaa\xf4\xe6\x9b\x47\xaf\x02\xf8\xba\x8e\xc3\x10\x96\xe3\xbe\x12\x91\x0b\xd8\x21\x17\x70\x88\x3d\x88\x8b\x36\x5d\x07\xb9\x91\xa5\x86\xa6\xd9\xc0\x6f\xd6\x25\x9c\x95\x09\x91\x35\xa8\x0d\xc7\x13\xcb\x82\x19\x2a\x77\xfa\xb9\x6d\x55\x22\x2c\xbb\x98\x3f\xdb\xaa\x59\x2f\x69\x75\xa6\xae\x87\x91\x3e\xc2\x76\x22\x3d\x20\x4c\x7b\xea\xc1\xf4\x68\x97\x58\x9c\x72\x3a\x8a\x3b\x7e\x94\x4f\xc3\xad\x1c\xd7\xd6\xac\x68\x7a\xd7\x7d\x00\x58\xce\xd0\x0e\x3e\xc1\x78\x78\xb4\xe5\x7d\x2e\x6b\x3f\x38\x95\x04\x76\x74\x38\x92\x15\xb9\x3d\xc5\x59\x1a\x47\xc1\xf6\xd1\x4a\x99\x23\xe5\x71\xb1\x6b\xc1\x42\xd3\x9d\x51\xc8\xeb\x6c\xd6\x95\x99\x18\x31\xcb\x0a\x8c\xd4\x6d\x10\x1a\x89\x5b\xe9\x9c\xa4\xec\xd0\xc7\xed\xb2\xc6\xbb\xe2\x4c\xd9\x75\x8e\x47\x2c\x46\x03\xba\x4a\xab\xdc\xe6\xcb\x9c\xa4\x65\xa1\xad\x03\x2c\xa5\x0e\xa7\xcb\x0d\x76\xba\xe7\xc3\xde\xa9\x4e\x22\x54\x45\xb0\x35\x2e\x3b\x5d\x96\xc7\x64\x55\xe4\xdb\x77\x23\x35\x64\x84\xf3\x60\x07\x87\x35\x6c\xc4\x35\x08\xb5\xbc\x9b\xc8\xa5\x8d\xca\x82\x09\xdf\xdd\x3c\xb2\x77\x37\xa9\x5e\xe9\x60\x8b\x63\xaf\x39\x65\xea\x9f\xa9\x06\x31\x58\xfc\xa7\xd3\xa5\x8e\x42\xca\x62\x39\xf0\xf6\x40\xf4\x9d\x35\xf4\x62\x9b\x61\x39\xf1\x04\x85\x57\xbe\x59\xd5\x8f\x78\xc5\x44\x99\x4e\x7b\x0d\xc0\x73\x6d\x46\xff\xf4\xdb\x95\xbf\xb3\xf7\xda\xa4\x66\x47\x97\x5e\xf1\x65\x97\x9d\x80\x0a\xe6\x01\x5d\xc1\x82\xfd\x5a\x22\x9a\xd2\xf2\xd0\x6c\xe5\x34\xa7\x70\x6b\x71\x80\xed\x06\x7c\x53\x5b\xb9\xc6\xfa\xa7\x0e\x26\xd9\x76\x20\xf5\x46\x8f\x88\xe4\x87\x51\x6f\x10\xa5\x59\x67\x01\x67\x1a\x0c\xf2\x6c\xed\x70\xbc\x0d\xa3\xec\xcf\xde\x3d\x88\x43\x00\x8c\xcd\xd6\x0e\x81\x06\x4b\xa5\xb4\x3c\xc7\x3b\x3a\xf3\xbe\x0f\x19\x10\xa2\xa5\x77\xb8\x85\x3b\xe0\x42\x32\xa5\xab\x7f\x70\x2c\xc9\x7f\xb3\xf3\x18\x4a\x95\xaf\xe3\x76\x14\x84\x49\x93\x2c\x2c\x9f\xd1\x8d\x84\xf6\xa8\x68\xd2\xd0\x4e\x4f\xe1\xa1\xbb\xed\x07\x5c\x4b\xfe\xd8\x08\x31\xe7\xdf\xac\x24\xd3\x74\xed\x06\xff\xd6\x56\x68\x03\xaf\x2d\x93\x22\x8d\xf9\x76\x94\x45\xba\xae\xa5\x9b\x5f\xd0\x12\x55\xf2\x6f\x6f\x2d\x02\xd1\x5e\x03\x17\xe1\x68\x39\x0c\x09\xdd\x47\x04\x33\xa6\xfd\xf1\xf9\xa2\x96\x12\x37\x2f\xf5\x2c\xb3\xd9\xca\x0b\x10\xe2\xf0\xe0\x02\x33\x1c\xa5\xbe\x42\xc5\xe2\xfb\x53\x8d\x3d\xe5\x77\xaf\xf5\x1c\x71\xd3\x21\x91\x14\xa7\xd1\xbc\xd9\x78\x2b\x34\x59\x6d\x80\x59\x9a\x29\xb7\x9a\xfb\x7e\x3b\xa0\x5d\x8b\x02\xd6\xe9\xc1\x9a\x66\xdf\x68\x79\x44\xaa\xa7\x0d\xc4\x46\xb8\x88\x4b\x19\xea\xf3\x47\xab\x5a\xb3\x79\x4e\x73\xf5\x3b\x14\x7a\xcc\xd9\xad\xeb\x8e\x84\x5b\x22\xd7\x8b\x98\x7a\xe3\x4a\xef\x3c\x74\x23\xd2\x26\xf3\x66\xce\x93\x0c\x75\x2f\x22\x48\xd2\x46\x69\xad\x07\x8e\x5c\xc8\x06\x0e\xe0\xd4\xc0\x9a\xff\x0f\x2a\x1e\x5e\x93\x7b\x03\x58\x76\x67\x45\xf0\x46\xc3\x27\xc3\xda\xd1\x94\xb4\x9c\xb3\x61\x19\xcf\x4f\x68\x48\x3f\x18\x18\x07\xb8\x75\x93\xd3\x84\x21\x55\x83\xda\xd8\x30\xe8\xcb\x2b\x94\x08\xaf\xe3\xb5\x06\x36\xd3\x8e\x10\x6c\x75\x2e\xd8\x87\xec\x44\x9b\xde\x88\x4e\xa7\x21\xd8\xa6\xf4\x17\x8e\x92\x41\xa4\x75\x71\x85\x19\xd6\x2b\x75\x45\x04\xc9\x63\xd6\x00\x53\xb5\x10\x63\x79\x57\xea\x0e\xe6\xc2\xaa\xc3\x7e\x17\x9a\xb0\x58\x44\xf6\xbc\x27\xee\x7c\xa8\x70\x6d\x23\xb3\x8f\x0c\xdd\xd1\x40\x14\x50\x52\x18\xcd\xe7\xed\x3f\xdc\xcc\xbe\x55\x52\x20\xde\x31\xce\x32\x50\x3e\xa3\x7d\xd3\x84\x7c\x01\x5a\x92\x58\x70\x82\xae\x11\xe4\xf4\xdd\x24\xb0\x59\xb0\xe7\x25\x6b\x1a\x2a\x9a\xe9\x30\x6f\x44\x87\x12\xe4\x8e\xeb\x51\xfa\x00\x99\x0a\x26\x08\xc7\x13\xb5\x5b\xcd\xb3\x8e\x30\x0a\x44\xfa\x29\x1f\x36\x3c\x78\x58\xa1\x65\xac\x05\xee\xf5\x63\x76\xa2\x03\x56\xee\x89\x87\x04\x75\xfc\xc6\x80\x97\xd3\x13\xc0\x8e\x2f\x0d\xee\xaf\x35\x0c\x83\x5a\x94\x7b\x9e\x71\x1a\x35\x12\x9e\x23\x2f\xc6\x66\x49\x38\xdc\xcb\xbc\x45\x28\x52\x9f\x3c\x30\x49\x0d\xf3\xec\xc8\x1f\x45\x63\x4e\x6e\xcb\xfd\x68\xdb\x7e\x1b\x8f\xd3\xa4\xb5\xb3\xd5\x74\xc9\x2e\xcc\xae\x56\x36\x17\x04\x10\x25\xba\x0b\x2b\x1f\x04\x78\x3b\x8b\x8c\x19\x6e\x5c\x7d\x92\xff\x9d\xef\x76\xe7\x59\x76\x63\x64\xd4\x8e\x2d\x74\xe3\xf6\xfe\x53\xcc\xf1\xb4\xcd\x37\x61\xa9\x88\xbd\x1e\x47\x29\x36\xc7\xf0\x8b\x73\x37\xd0\x58\x2e\xc0\xa1\xd6\x26\xbc\x14\x96\xb5\x0a\xd6\x0e\xa1\x37\x57\x55\xb1\x55\xd7\x80\x22\x97\xe5\x3c\xe4\x35\x0e\xa9\x78\x08\x91\x94\x12\x64\x44\x61\xd1\xae\xed\xa5\x0c\xde\xb3\x86\x20\xf1\x0e\xbe\x0c\xe6\x02\x62\x4f\x6f\x2e\x9c\x3c\x60\xe7\x2e\x12\x08\x46\x00\xaf\x11\x07\xa4\xcd\xbd\xf9\x3f\x21\x0f\x8c\xf5\x64\xb8\xec\x03\x69\x60\xf2\x21\xdf\xe6\xb3\xbf\xd0\x3f\xfc\x6b\xfa\xc1\x14\x4b\x8e\x66\xeb\x83\xd3\xb1\xd0\x0c\x88\x6f\x22\x10\x19\x27\xd2\x19\x37\xa1\x10\xe1\x48\x08\x49\xa6\x8f\xd8\x1c\x5c\x78\xa0\x6a\xdb\x59\xf5\xc2\xbe\xae\xde\x9b\xad\x8d\xcb\x28\x04\x4d\x98\xd0\xb5\xc6\x36\x69\x2d\x02\x4d\xa5\x39\x45\xe1\x55\x5e\x37\x88\xce\xb7\xb6\x7b\x38\x53\x1e\x04\x2e\x5e\x7c\x8e\x0a\xb8\x7f\x82\x8c\x3f\x95\xcf\xe6\x54\xc7\x65\x37\x2e\x5b\x1c\xd5\x5d\x9d\x24\xbd\xf8\x3c\x6b\x7d\x1d\x5b\x43\x88\x3b\x7b\x2a\x21\x83\x5a\x67\x33\xb0\xf3\x1a\xa1\x2e\xbc\x8d\x0c\x48\x81\x8e\x87\x83\x51\x4b\x9b\xfb\xb4\x8e\xfa\xce\xf6\xcb\xda\x1c\xdf\x35\xdc\x6c\xdc\x45\x71\x66\x82\x67\x9c\x40\x83\xb9\x04\x23\x38\x2a\x9b\x2f\xba\x96\x56\xdf\x0b\xc5\xd1\xf0\x6c\x2e\x7c\x28\x83\xf1\x89\x0f\x4d\x90\xef\xac\x41\x9a\x51\x28\xb8\x90\x2f\xcd\xfc\x3b\x9e\x5f\xcb\xd8\x62\xf7\x58\xfe\x55\xf1\xda\xba\xad\x4c\x23\xdf\x2b\x7e\x9f\xaa\x56\xc5\xda\xd4\xaf\x56\xff\x5e\x19\x28\x75\xce\xa3\xec\x39\x94\x46\x71\xc7\x5c\xf1\x06\xbd\xa9\xea\x60\x06\x45\x0d\xeb\x4c\xc0\xbd\x1e\x96\xc3\x33\xbb\x77\xc6\x9e\x8e\x3f\x5a\x36\x95\x17\x4a\xa0\x15\xb7\x4f\x2f\xf8\xbc\x20\xb2\x34\x7c\x49\xd3\x5d\x5a\x2f\x68\x7a\x4e\x00\x4c\x39\x5a\xac\x78\x9b\x48\xb4\xde\x53\x80\x6c\xb7\xa5\xa8\x75\x0a\x06\x93\x84\x7b\xe9\xe6\x24\x04\x6e\xaa\x69\x92\xe0\x9b\xeb\xaf\x8c\x3c\xf0\xa6\xaa\xb6\x0d\x87\x2c\xc1\xaf\x70\xc8\x44\x10\x24\xf3\xb1\xfc\x08\xf3\xf0\xbe\xd7\xd2\xbf\xce\x76\x6f\xf0\xdc\x97\x83\x54\x73\xe2\x13\x13\xac\xc6\x8a\xf6\xd5\x3a\x57\x0a\xf6\xfa\xf6\x59\xbb\x8b\x63\xb9\xad\x2b\x3d\xcb\xcb\x6e\x58\x35\x60\x11\xcd\xbf\xae\xd6\xce\xbb\x80\xd9\xa6\xc6\x97\xcc\xe5\xd5\x33\x62\xbc\xe3\xf7\xd5\xf8\x0a\x10\xfe\xa6\x96\xe9\x5e\xe6\x6c\xb2\x5c\x4a\x98\xdd\x69\xd0\x25\x2c\xc6\x2b\x1b\x31\xdf\x07\xff\xf5\x10\x6a\x7d\xe0\x86\xea\x6d\xac\x4e\x4d\x8e\x86\x93\xa8\xc5\x2a\xff\x5f\x8f\xcb\x22\xc7\x41\x1d\xaa\x32\xc5\x7f\xc6\xb5\x94\x66\x07\x1c\x99\x99\xef\xdd\x5d\x49\x61\x22\x72\x0a\xeb\xb1\x7d\x84\xa4\xbb\xc0\x29\x48\x6a\x8e\xc4\x68\xec\x82\x81\x43\x4f\x5d\xf2\xc6\x28\xe6\x7c\x76\xd8\x2b\xc2\xbc\x5c\x1c\xd7\xeb\x8c\x4b\xc5\xf0\xfa\x00\x4a\x0f\x5e\x52\x7b\xe0\x11\x28\x3f\x78\xf4\x50\xc0\x98\x28\x20\x64\xe8\x69\x50\xe7\x3c\x14\xbf\x7d\x61\xdf\x95\xa8\x76\x59\x5e\x5b\x52\x1a\x3c\x83\x05\xa3\x7f\x79\x77\x0d\x6e\xf5\xac\x99\x12\x6e\x1b\x92\x07\x47\x05\xb0\x2d\x8a\x4a\xab\x37\x49\x7a\x2a\x6f\xd8\x5b\x37\x42\xec\x68\xaa\xb8\xec\xbc\xad\x53\x3c\xfb\xe7\xe7\xa0\x84\x6f\xb5\x9d\xb9\xeb\xab\x72\xe3\x3d\x51\x95\xcc\x53\x54\x87\x44\x89\xd7\x3a\xb4\x00\xcf\x94\x72\x98\x88\x66\xf9\x88\x7f\x8a\x7d\xa4\xce\xb5\xde\xdd\x5f\x53\x87\x74\xa1\x69\x8f\xd6\x7c\x53\xd8\xbc\x06\x51\xd2\x92\x4d\xd5\xf0\x31\x6e\xdf\xbd\xe9\x0f\x4b\x50\xca\xb4\xdf\x5f\x5b\x2f\x14\x94\x04\xbe\x9c\xbd\xe4\xbf\xcd\xf6\x7a\x68\x0e\x69\x6a\x8b\xdc\x2d\x56\xfa\x7b\xac\x98\x9f\x00\xf7\xb4\x49\xe8\xf9\x2c\x5c\x8c\x44\xec\x84\x81\xb0\x9c\x72\x7f\x47\x40\xa5\x7f\x24\x7f\xc7\x5e\xa3\x3f\x08\x80\xfa\xf1\x1f\xf6\xd8\x8b\xdf\x83\xc1\x59\x75\x96\xe8\x46\x2f\xc5\xd5\xd4\xf2\x6e\x1c\x40\x35\x40\x29\x96\x4f\x7b\x18\x15\x29\xd3\x42\xda\xa9\xec\xa2\xd9\x55\xad\x86\x6a\xc0\x63\x1e\xc4\xfc\x06\x98\x92\xa5\x6c\xf0\xf6\x37\xdc\x52\x3f\xb9\xfa\x7d\x8d\x29\x20\x31\x92\x4d\xb0\x3c\x14\xbf\x0b\xca\x91\x21\xa1\x84\x69\xc4\x15\x49\xc2\xda\xb1\xe7\xa3\xc4\x3f\x8c\x42\x38\x58\x17\x03\x8e\x9b\x63\x5a\x35\xf9\xea\x45\x2d\x87\x7b\x1c\x47\x9e\xa1\x63\x33\x91\x30\x5a\xc1\x51\x05\xf5\x55\xab\x6a\x2c\xa6\x95\xb8\x46\x4e\x7e\x49\xf5\x85\x2d\x38\x3b\xf4\xa1\xa3\x15\xda\xfa\x92\xca\x0a\x59\x9f\x15\x31\x4b\xe5\x5b\x7b\xef\x53\xca\x86\x81\x89\x77\xfa\x11\x87\x44\xf1\xec\x1d\xf6\x4b\x99\x9b\x86\xb8\x9b\xf3\x44\xc3\xfb\x59\xc9\x3f\x68\xd9\x2a\x98\x6c\x03\x4d\xa3\x27\xd0\xe9\x3e\x38\x5f\xe3\xcf\x74\xc0\x5e\x40\x7a\xe7\x62\x37\x55\x11\x31\xb0\xf0\xe2\x02\x9f\xb1\xec\x29\x26\x76\xbc\x5e\xbe\xaf\x36\x52\xcc\xe8\xc4\x44\xfb\xa2\x6c\x56\xb8\x8d\xfa\x0f\x0d\x31\x98\xf0\xbd\x14\x24\xc3\x21\x94\xac\x88\x07\x0d\x9c\x1d\xad\x71\x70\xca\xc6\xed\xd1\xeb\x4c\x85\x33\x5d\xeb\x05\x66\x74\xd2\x02\xc7\x86\x88\x83\x3a\x87\xd6\xea\x23\xfd\x8d\x57\xac\xe3\xa1\x15\x15\x96\xc8\x39\xb9\x2b\x5b\x1e\xa2\xb4\xb5\x2a\x2d\x9b\x2d\x9e\xbb\xf1\xbd\xbc\xae\x85\x3f\x4a\x0b\xf6\x3d\x45\x23\x76\xb8\x2e\xbe\xc1\xe9\x66\xe2\x18\x94\x40\x04\xb1\x3b\xd5\x6c\x0e\xb6\xaa\xb7\x09\xc3\xd6\x41\xa4\xec\xc3\x47\xb0\x90\x97\x70\x87\x50\x2d\x46\xc2\xa2\x25\x0d\x2e\xc6\xbf\x0f\xe9\x54\x7e\x3f\x38\xe0\x63\xab\x6f\x24\x42\x8f\x3a\x0a\xa6\xd6\xcc\x56\x9c\xa3\xed\x2d\xb2\x63\x5c\xd4\xf2\xe5\x1c\x16\x5c\x5e\x03\x82\xfe\x4c\xa6\xf5\x5a\x09\x60\xb4\xcd\x78\x1b\xf2\xfd\x01\xb4\xc0\xf6\xc1\xcc\xf4\x60\x83\xbc\xd7\xdc\x03\x1d\xff\xcd\x66\xac\xb6\x50\x06\xf6\xbb\xa4\x71\x5d\xef\x8b\xc3\x41\x97\xdc\x44\xb1\x87\xbf\xf6\x24\x26\x51\x63\x93\xe4\x2a\x54\x27\x03\xe7\x0e\x07\x7e\xe2\xe4\x34\x21\x22\x4c\x5a\x87\x26\x07\xb0\xed\xa5\xea\xd6\xfc\x8a\x49\xbf\xc5\x21\xa5\xb2\x0b\xfe\xf9\x90\x06\xa7\x6b\xfb\xe3\x48\x6d\x82\xef\x2e\xf8\x80\x53\x56\x6c\x8c\x3a\x33\xb6\x30\xfb\x5e\x8a\xc7\x6e\x9b\xd0\xb8\xcf\x19\x25\xce\xdc\x81\x77\x16\x1a\x6c\x9c\x59\xeb\x82\x30\x2c\x8e\xbd\x73\x3c\xdd\x33\x76\xb0\xc1\x60\xe5\x95\x53\xf5\xa9\x91\x83\x31\x78\xe2\xb4\x5a\x98\xba\xe2\x3b\x7d\x56\xd3\x86\x3a\xfd\x7e\xdd\x21\x62\xb0\x73\xe9\x50\x31\x72\x8a\xd5\x8f\xca\x9d\x7f\x2e\xdc\xde\x70\x53\xcb\xc5\x3f\x09\xe2\x7a\xf7\xef\x45\x9c\x74\xcb\x5c\x5d\x8f\x16\x8f\x54\x61\x09\x3f\xf7\x80\xe9\x07\x48\xb5\x92\x7f\xbd\x2f\x71\xe1\x62\xdb\xf8\xa4\x09\xa2\x59\x9c\x8a\x62\x11\x08\x12\x78\xa0\x22\xb0\x62\x78\x0e\x82\x2c\xa7\x36\x0d\xc0\xbf\xa8\x14\x75\xb3\x5f\x2a\x0c\xe0\xb4\x0d\x8b\x84\xdd\x6d\x25\x7e\xd1\x10\x07\xa2\xf6\x2d\xd9\x1a\x93\x7f\xab\x7a\x3c\xea\x0a\x2b\xdf\xec\xb5\xf6\xf5\xe5\xc2\x6b\x91\xf0\x89\x3d\x41\x31\x7b\xbc\x20\xa6\x9f\xc7\x61\xa6\x6d\x81\x91\xfb\x78\x68\x27\xdb\x6c\x4d\xbc\xdb\xc1\x8c\x4f\x8f\xbb\x7c\xbf\x86\x2a\x89\x2d\xb7\x3c\x8a\x16\x1a\xcb\xb2\x71\x77\x70\x94\x4d\x83\x32\x1c\x57\xdd\xfb\x85\xe3\xb6\x6f\xd1\x9b\xd7\x28\x72\x6c\x70\x03\x24\x9e\x56\xca\x45\xe8\x73\xd4\x63\xfb\x95\xfb\x93\x73\x80\xe6\xb9\xbc\x8c\x04\x65\x6b\xfc\x4a\x5b\xef\x30\x6c\x24\xce\xb2\x8f\x3e\xc0\x0f\x19\xd2\x2e\x56\x4c\x10\x07\x8d\x91\xb6\x80\x5e\x24\x90\x43\x4b\xa1\x46\xfa\x8c\x8f\x56\xab\xd1\xd3\x76\xa8\x92\xd2\xa9\x3c\x40\x5c\x39\x48\x49\x9d\xec\x10\x94\x84\x59\x04\x1b\x63\x4d\x9e\xec\x7d\x75\x71\x79\xbe\xe1\xd0\x59\xb4\x1b\xba\x96\x2f\xa2\xa8\x07\x09\x93\x78\x7d\x47\x86\x7a\x8c\x9d\xb3\x62\xb7\x38\x79\x94\x4d\xb1\xe4\x90\xf3\x49\xa7\xaf\x44\xf0\xb5\x77\x86\x39\x0e\x43\xb6\x23\xd4\x0e\xf4\x38\x78\xa6\x00\x76\x3b\xd7\x7a\x80\xd8\xbe\x27\x8f\xe1\x2e\x8c\x9b\xf1\xf0\xe0\x94\x89\xf0\x98\x6f\xcf\xab\xe1\x74\xf4\x41\xaf\x51\x53\x7f\xb0\x4d\x9e\x88\x26\xc4\x2e\x76\x21\x0b\xa2\x01\x7c\x93\xc2\xf0\xf3\xd1\xcd\x46\xbd\x5e\xa7\xc9\xf5\xc6\x74\xa3\x7b\x64\xd0\x51\xbb\x41\xdc\x4c\x9c\xa6\xd5\x5a\x76\xca\xcf\x2e\x52\x05\x60\x14\x8e\xb3\x4b\x7e\x63\xf1\xb9\x76\xee\x33\xd0\x32\x2f\x17\xfa\xf8\x0f\xb1\x17\x69\xd1\x6c\x13\xb8\x51\x3b\xa4\x08\xa4\x31\xae\x99\x2f\x9d\xec\xa4\x9d\x9f\x52\x00\x8d\xb7\x66\x07\x87\x3e\x7e\x08\x07\xe8\xe3\xda\xb9\x69\xdd\x5e\xfd\x5e\xb2\x40\xc3\x9b\xa5\x4d\x19\x1b\x41\x90\xcc\x96\x7d\x54\xac\x57\x29\x64\x31\x78\x01\x13\x6a\xf5\x57\x24\xd2\x67\xd8\x1e\xd9\x8b\xd4\x7b\xea\xdd\x36\x06\xd1\x90\x34\x8b\x4b\xba\xc3\xd8\x90\xe4\x12\xa8\x99\xf1\x6b\xdf\x66\xa4\xfc\x5e\xde\x7c\x61\xe7\x8e\x0a\x3a\xda\x21\xc8\xa2\xca\x8e\x41\xf4\xbf\x81\x6a\x52\xd6\xe5\x31\x71\x18\xdb\x9a\x77\xb2\x12\x15\x9a\x49\x0e\x4e\x06\x1b\x01\x7e\x25\x36\xf0\xf5\xb4\x17\xba\x69\x89\xa8\xae\xd0\xfb\xf8\xcb\x5c\x71\x33\x0e\x5c\xc0\xc4\x32\xa2\x74\x66\x04\x89\xb6\x83\x7d\xcb\x4f\x6d\xf2\x7c\x22\xa2\x9c\x7b\xd3\xaa\xdf\x49\x71\x6f\xe6\x8e\xbe\xda\x71\x79\x17\xc4\x97\xb9\x56\x5d\x16\xf3\xd1\xec\xf6\xa6\x70\xa6\xa0\xd3\x24\x78\x3a\x58\x8d\xf8\xa8\xac\xbe\x7e\xa4\x2e\xaf\xbb\x32\x78\x96\x05\xd7\x27\xec\x05\x38\xe8\x81\xbc\xf4\x40\xa5\xd9\x42\x6f\x90\x6d\xcd\x52\x01\x91\x0f\x27\x5b\x79\x1d\x85\x0e\xb4\x9a\xe8\xcf\x28\x0d\xd6\x65\xe1\x97\x0c\x84\x5a\xe8\xbb\x59\xa2\x36\x01\x35\x55\x2d\xc9\x79\x5a\xd6\xd5\x5e\x30\x3a\x78\xb2\xbd\x74\x44\xf1\x2c\xba\x12\x82\x9e\x21\xa2\x31\x88\xf1\xa9\x1b\xb0\xb4\xc7\x86\x10\xe1\xcc\x38\xbf\x0b\x89\x20\xc6\xf5\xd9\x37\xc8\x61\x3c\x4d\x6c\x37\xb1\xa5\x52\x99\xa7\x3e\x04\xc8\x8a\x3f\x5d\xa8\xb6\xce\xf9\xb4\xbb\xfd\xe7\x8b\x57\x2f\xcf\x92\x8f\xe7\x1f\x3e\x7c\x38\x47\x99\xf3\xae\x2e\x4c\x89\x41\x64\x67\xc9\x7f\x79\xf1\x9c\xd8\xfa\xe9\x72\xfa\xed\x34\x79\xc1\x7b\x2e\x10\xc5\xc4\xe4\x8a\x44\xa5\x4f\xf5\x67\xa9\x3a\x63\xf5\x28\x55\xd7\xdd\x22\xef\xbd\x4b\x7c\x55\x9e\xb5\x91\x05\xd3\xf5\x74\x86\xfe\xf2\x8e\xd1\x00\xac\x31\xcb\x9a\x3a\xf2\xc4\xec\x24\x06\x53\x90\x43\x5c\xc4\xf6\x44\x4c\xf1\x3e\x54\x4e\xad\x71\xa7\xa0\x32\xe5\x5d\x92\x6f\xab\x01\x94\x18\x82\x3e\x62\x03\x50\xaf\xac\x3d\x18\x1b\xea\x8c\xcf\x51\x04\x09\xd0\x39\x00\xc3\x81\x5d\xda\xfc\xd4\x07\xe7\xd8\x15\x55\x59\x1c\x6d\x88\x00\xc1\x29\x24\x5b\x9c\x62\x40\x13\x6e\x04\x29\xca\x2f\xbc\x81\xf6\x1d\xd9\x36\x6e\xf6\x67\x70\x8e\x36\x54\x96\x15\x90\xe8\xc8\x6a\x03\x4f\xe2\x5e\x15\x12\x2a\x9c\x78\x8c\x4f\x2d\x9e\x76\x14\xf5\x56\x3a\x04\x0b\xec\x0a\xc6\xf3\xf4\xa4\x65\x4b\xbf\x20\x90\x85\x46\x05\x1a\x0e\x3a\x30\x6d\x79\x32\xf0\x3c\xbe\x0e\x5c\x1a\x1a\x96\x51\x6b\x2e\x42\x5e\xb5\xcc\x3e\x0b\x2d\xbc\xb3\x33\x7f\xc7\x28\x5b\x90\x3d\x3b\x48\x56\x0b\x7e\x5b\x43\x56\x7f\x97\xe6\xd3\x10\x47\x0a\xef\x0a\xf2\xc8\x82\x7b\x98\x34\x1b\x4c\x16\x96\x6e\xf6\x9a\xfe\x19\x4c\x15\xaf\x35\xf7\x3f\x74\xa0\x74\xea\x2b\xcb\x61\x07\x34\x88\x5f\x8d\x14\xad\x69\x3f\x35\x08\x49\x94\xf2\xbb\xb9\x5b\xbe\x5c\xe9\xd1\x0f\xd9\xef\x4a\xe8\x7d\xe8\x40\x25\x21\x7c\x72\x9a\x58\x62\x06\xdd\x63\xa2\x17\x88\x34\x20\x65\x4c\xad\xfb\x21\x90\xfb\x44\xd5\x32\xad\x9e\xa8\xea\x06\x18\x40\x46\x4d\xfc\x25\xac\x7f\x5c\xb6\x54\x51\xc9\x36\xe0\x95\x3b\x5a\x34\x94\x3f\x96\xb2\x0f\x99\xfb\xc8\x39\x74\xc7\x6f\x90\x1e\x1d\xa3\x60\xea\x98\x83\x16\xca\x82\xe3\x02\x71\x9f\xa2\x99\x90\xed\xee\x0f\x81\xc0\x65\x36\x32\x5a\xbf\x00\x1c\x48\xdc\x39\x18\xfd\xb5\xaa\x54\x7d\x4c\xd0\x11\x95\xa4\x54\x2d\xf1\x35\x5f\x23\xba\x75\x3b\x20\x59\x59\xb5\x4b\xf3\x72\xf6\xa0\xda\xd1\xaa\x0e\x68\xd0\x26\x25\x22\x58\xcc\x9e\xa5\x65\x5a\x84\x13\xb5\x2f\xaa\xa3\x04\xa4\x7e\x50\xe7\xab\xd6\xb9\xb1\x35\xee\xe9\x8d\x70\x84\x1e\x3e\x1c\x5c\x36\x2c\x69\x46\x1b\x51\x79\x72\xb4\x21\x7d\x99\x93\xc9\x1a\x9d\xee\xb1\xae\x93\x78\x3c\x1f\xdb\x89\x2a\x11\x33\x31\xc4\x5c\xf7\x71\x3f\x11\x15\x58\x42\xd8\x4a\x85\xc1\xec\x71\x0c\xa2\x60\xa4\xa2\x96\x12\x89\x8e\x10\xd4\xbf\x88\x09\x76\x63\xb4\x77\xa1\xe2\x22\xb0\x8a\x1a\x1b\xe3\x30\x70\xb3\x83\x8a\x03\x4d\x8f\xcc\x83\x29\xd8\x42\xd9\x7a\xc4\xf4\x02\x4e\x87\xd5\xf8\xa8\xd3\x0f\xcb\xf1\x05\xb8\xd6\x58\x20\x5a\xd5\x30\xa8\xb4\xbd\xf0\x18\xad\x32\x08\x63\x12\x46\x99\x1e\x5f\x69\x2f\x80\x69\xd4\x51\x3a\x57\xf2\x45\xa7\xaf\x17\x5e\x87\x23\xd7\xca\x63\x2d\xcb\x17\x52\x97\xbc\x82\xf6\xb5\xc1\xa7\xed\x45\xb1\x18\xa7\xb0\xd2\xee\x33\x5a\x8a\xb1\xde\xf9\xe8\xef\x83\xbe\x8c\xf8\x18\x4c\xb2\x7c\xb5\x9a\x2e\xea\xea\x43\x83\x28\xce\x5d\xbd\x34\xb3\x7b\x84\xe6\x59\xc6\x02\xef\x16\xf2\xd1\xb6\xca\x04\x0c\x16\xeb\x84\x40\x36\xbe\x04\x9e\xae\x41\xb2\xd8\xc1\xcc\xc2\x57\x19\x39\x9d\xcd\x7e\xfb\xaf\xe2\xaf\x56\xe7\x3e\x32\xe0\x53\x60\xfa\x25\x6b\xe7\xe9\xb4\x2b\xf0\x22\x2a\x97\xe4\xc7\xc3\xf1\x8b\xe3\x53\xeb\xe3\xe1\x28\x9b\x5c\xb4\xb0\x6d\xa5\xf3\x2c\x00\x6c\xf6\x05\x31\xf3\x88\x73\x04\xd5\x0c\xcd\xe8\x2f\xc7\x20\xb7\x2b\xf1\x98\x42\x26\xf9\x3f\x97\xf2\x72\x57\x00\x83\x06\xd4\x81\xc7\x6a\x60\x61\x7c\xf9\x5b\x68\x85\xed\x95\xb3\xc0\x5d\x0b\xc7\xf1\xf9\x0b\x56\xbd\x78\x00\x48\xd8\x01\x40\xa0\xda\x4c\x7d\x35\x3a\xeb\x44\x15\xef\x3d\x7d\x29\x1f\x1c\xa6\x89\xdd\x6f\xe5\xa5\xf4\xbc\x90\x74\x7d\x74\x66\xbf\x67\x1e\x3c\xe3\x47\x2a\xb7\xd4\x2a\xbc\xad\x64\x3d\x79\x4b\x2a\xce\x73\x3c\xaf\xc0\xf6\xb5\x8c\x83\x4f\x49\x95\x88\x51\x45\x9c\xfb\x51\x0d\xce\xa9\xbd\xc6\x46\xbd\x84\xd8\x83\xa0\x07\x12\x21\xc4\xd6\x23\x36\x81\xd0\x4b\x5b\xb8\x30\x66\xc6\xc4\x46\xd9\x9a\xf6\xa3\x6d\xd9\x74\x89\x88\xc6\xbf\x25\x6a\x40\x2f\x9f\xaa\x59\xb5\xb3\x9f\xdb\x2d\xe4\x4d\x9b\x48\x03\xb6\x65\x20\x26\x36\x71\x11\x5a\xb6\x05\xbb\x20\xa6\x0b\x8e\x05\x2a\xa9\x6c\x0e\x69\x79\x24\x97\x9a\x42\xea\x9d\xf9\x45\x09\x54\xed\x3e\x7c\x05\xae\x6a\x6f\xba\xf8\x1f\xbc\x9b\xfb\x4d\xf2\xee\x90\x87\x80\x9f\xd9\x7d\x11\x0e\xd1\x1b\x59\xbe\xe6\x47\x9b\xd8\x80\x8d\xeb\xf0\x7a\x08\xa2\xce\xb5\x5a\xd7\x65\xdd\xb6\x95\x67\xa9\x7d\xe7\x83\x3a\x2c\x4b\x94\x66\xae\x9b\x0d\xde\x44\x61\xe9\x49\x02\xc8\xa6\xe1\x55\x36\x57\x2f\x66\x76\x7a\x2d\xb1\xd1\xeb\x68\xb1\xd2\x63\x4e\xc4\xb6\x45\x28\xa9\x41\xbd\x89\xbf\xd5\xf0\xc2\x36\x87\x25\x21\x3c\x4a\x16\x41\xf7\x23\xab\x2e\x60\xb6\xc4\x6f\x0a\x80\x45\xb6\x17\x87\xce\x2b\xa7\x3c\x0a\xeb\x0c\x45\xd2\xde\xce\x46\xd0\x7e\x70\x56\xd9\xb4\xe1\xf9\x64\x73\x02\x9b\xab\x10\x3d\x78\x47\xf7\x23\x9a\x39\x00\x08\x66\x10\x28\x38\xa0\x40\x0d\x45\xeb\x10\xb3\x06\x91\xe8\xed\x14\xc6\x2b\x1f\x14\xb0\xd3\x90\xf7\x0c\x80\xf6\x66\x9b\xaa\x8b\x9f\x47\x1d\x1b\x59\xb7\xb6\xcb\x0d\x52\x4c\xe8\x59\xf9\xbe\xc4\x36\xb3\xae\x41\xcc\x18\x33\xe0\x16\x8f\x7a\x3b\x86\x4d\x13\x65\xdb\x88\x6d\x62\x6f\xf3\x30\x2e\xd9\xed\xe3\xec\x83\xfb\xdb\x4e\xb8\x51\x0b\x16\xdf\xa0\x8d\xc1\xb2\x25\x1d\xa7\x87\x96\xb5\x7d\x90\x6b\xce\x47\x9d\x96\x91\x23\x91\xb6\x5f\x63\xdf\x12\x82\xea\x08\xc8\x33\x7e\xf8\x0d\x9a\x73\x31\xfc\xb9\x72\x33\x72\x43\xd4\xc7\xfa\xd8\x8e\x91\x03\x69\x6b\xcf\xc4\x66\x82\xdf\x41\x00\xf6\xf6\xde\x4f\xed\xd5\xa2\xe6\xe0\x61\x00\x8c\xd8\xfc\xbb\xf5\x85\xac\x4b\x1d\x49\x22\xa6\xb6\x52\x13\x71\xb1\x93\x5f\xab\x7a\xfd\xd6\x3f\xa9\xaa\xd7\x04\x83\xe7\x54\x19\xc2\x3d\x74\x36\x06\x86\x40\xe1\xe1\xfb\x67\x69\xf2\xd2\x96\x0b\xa3\x86\xdf\xab\x7b\xaf\x21\x8a\x6b\x74\xdd\x8a\x43\x71\xc1\xdc\x2d\x6d\xbf\x35\x16\x09\xb7\xdd\x2a\x1a\xe3\x49\x47\x31\xbd\x0d\x4b\x4b\xd4\x49\x6b\xc6\xf9\xb3\xf7\xa3\xdf\x9b\x6a\x8f\xc7\xf5\x98\x0d\x86\x03\x69\x89\x97\x2b\x88\xc3\xd8\x19\x18\xbc\xdc\x7b\xdf\x65\x74\xfa\x27\x2f\xa1\xa5\x2f\xf9\x55\xd8\x46\x9e\x96\x26\x58\x0e\xc9\xa6\xd7\x13\xcd\x4c\xae\x1f\x76\xa9\x4d\x8f\x5e\x38\x1c\x0b\xfc\x1d\xc6\xe1\x44\xc5\xde\x62\x78\x8d\x06\x78\x46\x06\xae\x02\xee\x5d\xda\xe0\x81\x6b\x4e\x3b\x0d\xd9\x8b\xa2\xed\xac\x92\x04\xd5\x85\xb5\xb5\x64\xbf\x74\x2f\x59\x96\xa9\x74\x03\xcc\x55\xe0\x26\x86\x5b\x76\xd7\x9e\xa3\x32\x4c\xc4\xcb\xac\x70\xc6\x2c\x52\xb4\xda\xfd\x24\xc0\x51\x54\x5b\x44\x67\xce\x0b\x58\x1a\x41\x7d\x52\xdb\xe0\x81\x90\x19\xc3\xc2\x1b\x44\xa1\x1f\x09\x6c\x3c\xf6\x82\xef\xf0\x2d\xc6\xcf\x06\x33\x1e\xab\xe6\x74\x54\xe3\x13\x16\xa8\x5f\x66\xe2\x7b\xed\xbb\x7f\xa1\xda\xba\xf7\x00\xa0\xcb\xea\xbd\x04\xf8\x9f\xb0\x19\x8d\x4b\x38\x92\x14\x4d\x46\x5c\xb6\x4c\xaf\xd1\x13\xa8\x09\x2a\x61\xea\xd0\x02\x55\xb8\xef\x7f\xcd\x0a\xb5\x8a\xe8\xc5\x50\xf3\xd1\x7b\xad\xae\x4f\x5e\x24\xfb\xcb\xaf\xd2\xfb\x36\x2c\x11\xe5\xe8\x2b\x45\xec\x8b\x0d\xbd\xe0\x99\xd7\x96\xd1\x89\xe9\xdf\x8a\xc6\xb6\xed\xfd\xc7\x24\x20\x61\xad\x59\xef\x3b\x6a\x7e\xc1\x6f\xc2\xb1\x09\x86\xec\xe4\x6f\x4e\xdd\xca\x8f\xbc\x31\x11\x1e\x8b\xfd\xbe\x82\xec\x08\xdb\x13\x76\xd7\x16\x31\xc3\xc1\x39\x3a\x35\xf2\x84\xed\xbf\xf0\xf2\xc4\xd8\x75\x6b\xa0\x2b\xb1\x2a\x28\xbd\x47\xb1\x2a\x76\xa6\x60\x81\x1a\xd6\xdb\xd3\xf9\x19\x93\x2b\xad\xe1\x72\xe1\xb9\x1c\x21\xe2\x53\xfd\xbb\xc9\xf7\xf3\xc1\xbb\x12\x1b\xf5\x44\x0b\x1e\xf4\xfd\xde\x15\x14\xde\x51\x18\xa1\x6d\x2f\xd5\x92\x49\xd8\xde\xe0\x91\x3b\xc2\x4e\x0f\xc1\x9f\x78\xdd\x75\x2c\x39\x2e\x19\xd7\x2d\x7f\xe7\x75\x55\x70\xd4\x34\xf4\x08\x4e\xa3\xbe\x4b\x51\x40\x88\xb8\x94\x16\x70\xa9\x62\x45\xe0\x9e\xb8\xb2\xc9\xc4\x12\x1c\xa0\xaf\xc6\x99\xe0\x12\xf5\x84\x1c\x09\xe1\x49\x27\x97\xde\xc1\xe7\x24\xa2\x7c\xdf\x2f\x51\x56\x1f\xe4\x3c\xcd\xcb\x89\x9c\xa4\x53\x3c\x0b\x3c\x7b\x2c\x0f\x8e\x69\x92\xb4\x89\xb4\xae\xd6\x24\xf0\x40\x36\x02\x2d\x6e\xb9\xad\x22\x62\x98\x1d\x47\x8e\x47\xf6\xf0\xf9\x1d\x88\x8e\x62\x40\xa9\x71\xb1\x9b\xc6\x46\x51\x97\xfa\xa2\x88\xb7\xcc\xcc\xf7\x1a\x0c\x01\xbe\xa4\x45\x68\xe3\x52\xeb\x7c\xe5\x99\x02\xe8\x96\x5a\xbe\x07\x4e\xad\x4a\xa5\x41\x58\x42\x69\x84\x2d\x17\x6d\x2f\xd8\xdf\xa3\xd7\x8b\x10\xe0\x4b\x7a\xc1\x0d\xb1\x83\xbc\x36\xc7\x2f\x49\x86\x1d\x3a\x93\x1e\x85\xd1\x70\x9d\xbd\xc4\x48\x0f\x6d\x60\xf2\xa0\x51\xd1\x0a\xf6\xe3\x94\x0b\xf8\xa9\x23\x54\x72\x19\x59\x9b\x01\xa3\x20\xd8\x7b\xf2\x05\xa8\xcf\x6c\x78\x8e\x44\x90\x06\x74\xe1\xb4\x35\x68\x2f\x8e\x65\xff\x00\x92\x4e\x5a\x56\xef\x92\xbe\x3c\xbb\x27\x79\x5f\x7c\x16\x0b\xb8\x8d\xc5\x0c\xbe\xcf\x69\xf8\xdc\x44\xba\x25\xce\x18\xc2\x9a\xc0\x04\xdb\xad\x75\x5d\x18\x56\xa8\xe4\xbb\x27\xd9\x04\xf5\x86\xb0\x3c\xcd\x0f\x03\x2f\x64\xbb\x96\x8e\x5e\x6f\x39\xfc\x82\x8e\x96\xb6\xb6\x3e\x88\x1f\x59\x2f\xf5\xd6\x85\xf7\x98\xb7\x98\x1e\x13\x8f\x86\x3d\xf1\x86\x0b\x5c\x7f\x8b\x1b\x60\xb1\x56\x0a\xf6\x79\x1f\x41\x5e\x84\x4f\xb4\x07\xbd\x5f\x07\xb7\x72\x7d\x6d\xb8\x5b\xeb\xef\x83\x71\xf1\x23\x0e\x31\x69\x90\x81\x36\xc1\x75\x42\xb8\xff\xff\x95\x9e\x0c\x42\x66\x9f\xec\x8a\xd0\x0c\x71\xdb\x64\x79\xc7\x05\xed\x74\xcb\x3f\xd6\x35\x21\x0a\xff\x4a\xd7\xbe\x64\x6f\x5c\xd3\xc9\xb3\x7e\x0f\x55\x48\x3b\x45\x49\x4e\x0d\x20\x92\x9a\x80\x09\xee\x9e\xce\x52\x11\xb6\x57\x63\x71\x6e\x60\xaf\xe6\x2a\x9b\x4e\xfb\x3b\xc8\xd5\x7b\xec\xef\xa2\x5e\x03\x6a\x50\xc7\xce\x0b\xf6\x3c\xf4\x75\x95\x44\x0e\x38\x7a\x70\xa9\xaf\x1f\x04\xa6\xf2\x99\x18\x8c\xb3\xb3\x50\x34\x74\x1f\x08\x38\xf4\x1e\xd3\xf7\x3b\x4d\xeb\x5f\xde\xff\x95\x17\xe1\xed\x24\x4b\x9b\xcd\xa2\x4a\xeb\x8c\x69\x65\xcd\xae\xae\x7b\x62\x99\x8a\x09\xae\xd5\x1b\x7f\xa7\x6e\x26\x42\xa8\xfe\xa6\x6f\xb8\xf7\x1e\x6c\xff\x82\x47\xf6\xbb\x76\x83\x38\x79\x2a\x5f\xdc\xed\x30\x32\x75\x79\xe3\x48\xae\xc4\x48\x4a\x60\x8a\x7c\xdd\xc9\x3d\xdb\x44\x8d\x68\x89\x2b\x82\xd7\x4d\x7a\xf0\xe0\xbb\xaa\x44\x6b\x62\x6a\x6a\x5f\xc2\x08\xdc\x6c\x1f\x89\x73\xad\xbc\x29\xa9\x6e\xb5\xf8\x6e\x2b\xea\xcf\xec\x12\xff\x22\x7a\x6d\x36\xf1\x33\xc0\x7a\x6f\x28\xd2\x97\xb3\x40\xa5\xee\x72\x9d\xf5\x0d\x8d\xdd\x1b\xe2\x84\xc5\xb9\x93\xac\x9e\xef\x6c\x97\xe5\x63\xac\x0d\xf1\x91\x85\xed\x09\x5b\x1d\x23\x00\x4f\x19\xd8\xc8\xd0\x6e\x59\xb0\x5e\x76\xf1\x63\xe4\x8c\xe0\x53\xa3\x73\xa3\x0e\x73\xac\x7b\x0d\x6e\x38\xd2\x28\xc7\x22\x60\x98\x06\x9b\xf4\xb8\xbc\x3e\x1a\x52\x45\x89\x2c\x74\xf3\xdc\x87\xa9\x96\x51\x88\x2b\xf0\xf6\xd3\x3e\x2d\xb2\xa4\x0e\xda\x8a\x1e\xb4\xec\xf5\xb5\x78\x6f\xad\x00\xa2\x22\xea\x38\x13\xf7\x44\xb4\x55\x61\x4a\x5e\x42\x37\xcc\x57\x62\x7c\x67\x13\x8f\xc7\x33\xf7\x61\xaa\xf7\xf2\x0f\x53\x5d\xd0\xaf\x68\x40\x35\x5e\x77\xd7\x6b\x9b\x30\x03\x5b\x38\xfc\x0e\x5c\xaa\x9b\xd1\x02\xc4\xfa\xa7\xeb\xaa\x9e\x8e\x21\x9b\x08\xf3\x0e\xe1\x44\xf1\x35\x06\xd7\x7c\xc8\xf9\x19\x98\xa3\x5c\x9a\x8d\xc2\xd4\x5d\x39\x7b\x06\x7b\x67\x9f\x89\xb0\x0e\x08\x2f\xc2\x4f\x7f\x56\xfc\x98\x92\x84\xd3\xad\x16\x24\xc3\xd0\xc9\xf4\x8a\x36\xea\xe6\xdc\x59\x70\x5c\x57\xd2\x1d\xab\x6c\xea\x3e\x5e\x81\xd7\x44\x06\x55\xe9\xd1\x4c\x4c\x22\x2c\x20\x52\x2f\x47\x36\xb3\xe8\x81\x53\xb5\x44\x73\x6f\xa7\x7e\x49\x0d\x61\xa7\x12\x9f\x9f\xd8\xfc\x04\x4f\x4f\x24\xb8\xe9\x4d\xa4\x92\x2c\xd1\x12\xe0\x02\x8f\xd3\x61\x23\x7c\x20\xe0\x68\xc8\x0f\x86\x2d\x9f\x0d\xaa\xe3\xfb\xcb\x80\xe3\xb6\x00\x9f\x29\x1f\x75\x6f\xb4\x82\xaf\xef\x20\x1f\xc8\xe5\x5a\x0e\xa2\xd1\x0e\x1e\xe9\xe7\xb2\xaa\xb3\x26\x69\x37\x29\xb1\xe1\x55\xd3\xb2\x11\x22\xdf\x7e\x7d\xa6\xc2\xf1\x1e\x5f\x5b\xe3\x57\x0c\x81\x10\x63\xbe\x5e\xda\xae\x57\x09\xed\xf2\x05\x51\xef\x04\x26\xdf\x66\x29\xc6\x74\x65\x34\x51\x27\x0a\x9f\x9e\x58\xee\x4c\x46\x44\x73\xac\xf2\x53\xfd\xaa\x0d\xbb\x6f\x23\xee\x6c\xd3\x6c\xd8\x34\xe1\x8d\x61\xee\x2c\xb9\x35\xa5\x94\x3b\x12\x6f\x3c\xff\x9b\xe1\x3b\x7a\x0e\x25\x5f\x98\xe4\xf6\x32\xe5\xdb\xe6\xef\x13\x3a\xce\xcf\xc5\xd2\x90\x72\x93\x0f\xfc\x60\x87\xe1\x79\xfa\xf6\xda\x66\xa2\x71\x88\x90\x2f\x55\xf8\x39\xad\xb9\x23\x88\x97\xf7\x05\xbd\x0f\xcc\x74\xfc\x10\x80\x1c\x92\x91\xb0\x0d\x6f\xb5\x8a\xa7\xec\x36\x9e\x5a\xa3\x55\xfb\x40\x27\x78\xb2\xec\x88\x44\xee\x12\x39\xb0\x13\x3c\xfc\x95\xe4\x4d\xa2\xcf\x0a\x9c\x18\x4c\xd8\xea\xc9\x95\xb9\x15\xf5\xe1\xeb\xc6\x87\x47\x0c\x7b\x88\xff\x86\x13\xe9\x74\xa1\x45\xf9\xd7\xd0\x7f\xac\xda\xff\x1c\xfa\xd7\x41\x9f\xfa\x9b\x20\xe4\x12\x58\xb3\x4c\xb3\xd6\xe6\x44\xfd\x2f\xe4\xe5\xb6\x06\x27\x49\x9b\x67\x21\x0d\xee\xf0\xc2\x21\x21\x7d\x55\x57\x84\x67\xa5\x99\xdd\x97\x94\xe4\xb1\x4d\x69\x46\xc0\x49\xc6\xc3\x8b\x19\x1d\x87\x04\xb1\x25\x5e\x70\x62\xf2\x33\x12\x83\x32\xcc\x30\xd9\x12\xd0\x68\x2f\xf9\x5e\x83\x39\x28\x5b\xe6\xae\x4d\x0e\xca\x69\x89\x6a\xd1\xa6\x1c\xd4\x41\x41\x5f\xe9\x77\x00\xb9\xaf\xd8\xd1\x7c\x5e\x54\x38\x50\xe7\x18\x72\x33\x7b\x2d\x89\xc9\x73\x4e\x4c\x2e\x91\x38\xac\xdd\xf6\x47\x0b\xf5\xba\x73\xaa\xd4\xaa\x36\xbd\x12\x8f\x28\x65\x00\x6d\x67\x6b\x63\xd2\x7d\x6f\xae\x9e\x50\xd2\x60\xa6\x18\xae\x3f\x6c\x86\x3c\x3d\xf6\xb0\x4c\x4e\xf2\x4e\x04\xff\x94\x12\x4e\xc1\xb2\x5d\x52\x0c\x5d\x52\x8f\x4e\xc1\xeb\x9d\x5b\xdc\x9f\x37\x9a\xd8\x2f\x53\x2d\xde\x13\x35\x6c\x04\xf6\x95\x7c\x04\x30\x8b\xaa\x6a\x21\xbc\xed\xc1\xea\xb2\xfd\x2d\xa6\xe6\x9e\x4d\x85\x3d\xca\x72\x3b\x98\x1d\x81\xed\x4f\x8f\xc0\x9e\x9e\x9f\x1d\x1e\x56\x9c\x43\x30\x59\xb6\x1d\xd1\x13\x6d\xec\xc5\x05\x1e\x64\xbc\x70\xc9\x83\xd6\x06\xe5\x3c\x1e\xf6\x8b\x8e\xb5\xba\x4c\x97\x1b\x33\xd2\xec\x7d\xa4\x5f\xdb\xee\xa0\xa4\x6f\x78\x50\x78\x6c\x2f\xd4\xd5\x0a\x2f\xb1\xac\xe7\x8b\x0e\x1e\x3e\x70\x71\xdf\xcc\xd9\xb0\xc3\xd7\xf4\xda\x02\x25\xf7\x18\x28\x79\x42\x40\xc9\x25\x80\xc6\xea\xa4\x13\x91\xe4\xdf\x94\x4d\x8f\x5c\x1d\x8f\xef\xd3\xac\x4b\xe2\x58\x99\x8a\x64\x35\x44\x2c\x61\x89\x46\x77\x19\x38\x48\x57\xfe\x15\x00\x12\x11\x72\xec\x86\xc3\xf9\x39\x52\x17\x82\x69\xcb\xb1\xbc\x3c\x2e\x11\x73\x01\x0f\x68\x52\xfb\x6f\xe4\x3b\x80\x64\x61\x8d\x20\x99\xea\x5d\xe6\xd9\xbe\x2b\xb7\xaa\x08\xb7\xef\xec\x37\xb8\x57\xd8\x37\xe9\x8e\xe3\xb0\xf4\xc9\x94\x2b\xcb\xd4\x89\x68\xa5\x14\xde\xa7\x10\x66\x93\x43\x9e\x7d\xbe\x3c\xc3\xfe\x0b\x15\xd8\xbe\x4b\xf9\x0b\xed\x2e\xbe\xae\x2d\xa6\x3d\x66\xed\xaf\x07\x20\x01\x11\xa6\x64\x22\x83\x8b\x87\x9a\xbe\xb2\xcf\xb2\xf9\xec\x35\xfe\x95\xae\xb9\xc8\x14\x50\xbc\x79\x49\x51\x8b\xe2\xc2\xd7\xde\xc9\xd8\x3b\x5f\xf7\x0e\xb9\x82\x40\xc0\xe0\x7b\x71\xf9\xb6\x1c\x72\xe6\x82\x3a\x64\x36\xc7\x07\x04\x72\xda\x1b\xcd\x92\x13\x77\x54\xee\x17\x00\x8d\xa9\xaf\xc1\xf4\x35\x91\x0d\xdd\x6b\xb3\xe6\x37\x92\xd8\x63\x76\x75\xb4\xde\x4b\x92\xac\xcf\xb6\x72\x96\x7d\x68\x5d\x3c\xb2\xc7\x46\xea\x2d\x9b\xdd\xab\xe9\xce\x08\x52\x43\xc5\x4d\x15\x3c\x0e\xc2\xac\xe3\x63\x19\x46\x0c\xfe\x22\xf5\x84\xc8\x8f\x16\x8c\x1f\x3c\x9d\x3d\xc7\x1b\xa7\x61\x41\x1a\x6d\xae\xe2\x5a\xe4\x88\xa0\x37\xde\x61\x7d\x5a\x0c\x7e\x3d\x1f\x88\x69\xb0\x2a\xf5\xe7\xf6\x46\x5c\x1c\x64\xc2\x78\x92\x9f\x5a\x49\x67\xdf\xfd\xca\xdd\x77\xe2\xee\x59\x71\x44\x18\x2c\xa1\x1f\x26\x78\x91\x94\x26\x41\x13\xcb\xe1\xb5\xa4\x9f\x0b\xff\x5c\xbd\xb5\x8c\x09\x71\x64\x97\x7e\xd4\xf7\x3b\xed\xcb\xc1\x8f\xf9\x91\x60\x1b\x3c\x04\x9b\xc5\xbe\x13\xec\x94\x5c\x27\x8a\x8a\x9e\xf0\xf6\x05\xbb\xe3\xf2\x5a\x9e\x7f\xe7\x87\x1a\x98\x0c\x94\xc9\xba\xa8\x16\x50\x0e\x34\xee\xed\x68\x79\x99\xf8\x5b\xad\x1b\x4f\x70\x39\x6c\x0d\x5f\xa1\xc7\xc5\x3a\x8b\x8a\xad\x9d\xea\xba\xda\xe4\x0b\x1a\x26\xaf\xd2\x00\x16\xcd\x6f\x72\x9e\x50\x1b\xbf\x0e\xd3\xae\x01\xcb\x83\xd6\x78\x07\x84\xa5\x3f\x13\xf9\xc1\x22\x08\x2c\x01\xe0\x99\xc4\x1c\xf0\xa0\x02\x7b\xfd\x0f\xf7\x3c\xff\xa4\x8a\x77\x17\x8b\x6a\x91\x77\x79\xe5\xd9\xdd\xcf\xd6\xd4\x7b\xc4\xb7\xbf\x38\x31\xd6\x84\x2e\x53\x1e\x6f\x14\xf4\xf4\x95\xb4\xeb\x81\xdd\xd5\xe8\x04\x5c\xc5\x6d\x58\x96\x70\xae\xa1\x07\x0e\xe3\xcc\x52\x67\x39\xbe\x18\xc4\xb1\xd0\x57\xe2\x0c\x3a\x4e\x8d\x14\xe9\x5e\x3d\x94\x77\x83\xad\x73\xb8\xc6\xab\x60\xf7\xf1\xd2\x3a\xbe\x35\x7a\x1b\xd0\xb8\x9d\x21\xdd\x41\xa8\x18\xd8\xeb\xf4\x27\x2c\xec\xcb\x2e\xd4\x5d\x47\x1d\xeb\xc7\xc2\xf0\x7d\x53\xe7\x36\xeb\x19\x33\xbc\xd4\x77\x5e\x79\xbe\x47\x03\x33\x2d\xde\xa5\x23\x46\x5a\x50\xb9\x8a\x0f\xf4\x17\x51\xff\xc8\x2e\x80\x8b\x7a\xda\xce\x9f\x62\x53\x04\x55\xb7\x7c\xdb\x4b\xa6\x17\xee\x82\x49\xf4\xb8\x4c\xce\xbf\xac\x4d\x87\x50\x52\x30\xba\x08\x96\x24\xdf\x07\xf9\xee\x5d\x43\x4b\xa2\x3c\x71\xde\xcc\x7e\x61\x65\xa4\x26\xe2\xad\x62\xf7\xba\x79\x65\x53\xfb\xcf\xe4\xb2\x62\x59\x69\xf0\x97\x1d\x92\x11\x29\x96\xd2\x08\x40\x1b\x28\xeb\xcb\x63\xa2\x24\x5f\xb3\xdd\x18\xe4\xdb\x3d\x4d\x23\x9f\x86\x5f\x53\xd3\x03\x53\xd3\x46\x0c\xc0\x82\x8e\x72\x05\xf1\x19\xd3\xba\xea\x18\x42\x0e\x92\x08\xa2\xf4\x1d\x68\x0c\x49\x27\x79\x7b\xc4\xd6\x6d\xab\x65\x55\xcc\x2e\xd8\x4b\x99\x88\x4e\xc3\x49\x08\x56\xa0\xb0\xb1\xb3\x89\xa4\x6d\x48\x40\x85\xe1\x6a\x6d\x7b\x05\x32\x41\x42\x57\xdd\xea\x37\x6b\xf5\xb2\x72\x76\x8f\xfe\x26\x0f\x5e\x86\xa9\xf6\xd8\x92\xbc\xd7\xfa\x35\x06\x61\x0f\xb6\xbf\xd0\x49\x48\x03\xf8\x3e\xb9\xdc\xe4\x4d\x62\x73\xa1\x35\x80\x05\x36\xfb\x4a\x22\x70\x15\x2e\xf7\x88\x37\x9c\x26\x0f\xaa\x84\x4e\xfc\xa4\x03\x11\x4b\x36\x44\x4a\xd9\x94\x81\x28\xd4\x9a\x60\x95\x02\x4d\xed\x3c\x83\x39\xe2\xf0\xf5\x3f\x83\x45\xbb\xe0\x4b\x9b\xe4\x1e\x25\x84\x00\x34\x12\xce\x76\x23\x21\xe2\xc8\x9e\x00\xc6\xbb\x0f\xfe\xac\x3f\x12\x97\x77\x12\x36\xba\x0f\x7a\x0e\x33\x82\x84\xdf\xbd\xa4\x73\x9b\x7b\x8d\xc7\x30\xce\x11\xde\xa5\xaa\x77\xc9\x2a\x37\x45\x86\x07\x8e\x3a\x7e\x68\x3c\x61\x56\x12\xb5\x4c\x07\xf5\x8b\xe5\x16\x6e\x31\x92\xcf\xf4\xa4\xe9\xa4\xd3\x17\xdd\xe7\xfa\x4c\x8b\x5f\xcc\x1e\xe2\xdf\xd3\x40\x0d\x04\x4a\x2c\xdd\xec\x91\x69\xe1\x0f\xef\x32\xb0\x34\x8a\x03\x09\x5b\x23\x7f\xb4\x18\x22\xc1\x49\x65\x5a\x1f\xf1\x6f\x5b\x2b\x5f\x0c\x6a\x36\x73\x8b\x71\xfe\x0e\xe7\xe8\xbc\x49\x67\x2f\x9a\xe4\x6e\x96\x5c\xdc\xb5\x38\xbd\x6b\xf7\xf2\x9c\xff\xc5\x8b\xcb\xd7\xc9\xdd\xe8\xbe\x28\xa1\xdd\x66\x02\x40\x46\x60\x86\x7b\x42\xbf\x82\x0c\x46\x64\xce\x08\xb0\xd9\x86\x8f\x90\xad\xc0\xba\x1b\x7c\x13\xa2\xf1\xf7\x38\x94\x63\xcb\x78\x7d\xf3\xd6\x2f\x31\x90\x93\x04\x38\x9a\xa3\x25\x38\x96\x63\xa2\x25\xa6\xc9\x8b\xae\x68\xf3\x7d\x61\x6c\x4a\xd2\x6c\xaa\xae\xc0\x1b\xb3\x24\xc1\x70\x80\x5e\x6a\x75\x71\x4c\xf8\x1d\xf4\xe4\xd6\xd9\xad\x69\x44\x42\xe6\x2d\x5e\x09\xe4\x9f\xc9\xe5\xf3\x8b\xe4\x61\xb9\xac\x8f\x6c\xee\x67\x47\xb8\xcd\xf7\x00\x9a\xc3\x03\x4e\x98\xe5\x3d\x43\xfe\xc2\xdf\x76\x33\xe3\x8a\xdb\xd4\x07\xc4\x3b\x65\x2c\x79\x7d\xf7\x45\x72\x21\x09\x30\x81\x35\x71\xa3\x1c\xe7\xdc\xb2\xe1\xb6\x79\x9a\xfe\x8a\x44\xb4\xb5\xf0\x35\xbe\x07\x34\x3c\x3a\x42\xe8\x1f\x5b\x07\x18\xe9\x87\xf4\x4f\x7f\xc1\x2e\xc4\x3c\xc1\xce\xad\xe3\xd3\x98\x06\xc4\x97\x81\xa0\x04\x0e\xc0\x53\x64\xcf\xcf\x9b\x0f\xfd\x12\xca\xd7\x37\xa2\x56\x4b\xb3\x6c\xa0\x4e\x0b\xc9\xb0\x57\xda\xc5\xb5\xa8\x09\x85\xaf\x48\xa9\xf6\x35\x55\x11\x41\x67\x1d\xe5\xb5\xa3\x55\x2b\x3f\x55\xbd\xf3\x88\x63\xf8\x08\x6e\x2e\x47\x82\xc4\xca\x8a\xab\x7d\xa0\xac\xc2\x08\x3c\xb3\xd1\x27\x26\x73\x5d\xb1\x03\x6a\x05\xbc\x53\x8d\x3b\x31\x2d\x55\x72\xac\xba\xe4\x43\x8a\x58\x48\x15\xef\xe6\xbc\xec\xcc\x4f\x16\xb5\x98\x4f\xca\xd5\xe1\xed\x44\xc5\x8d\x3c\x2a\xda\x08\x16\xc3\x74\x99\xc9\x59\x73\x46\xf4\x1b\xba\x24\x6d\x8d\x58\x91\x44\x23\xbd\x25\x54\x45\xa3\x50\x68\x36\x2d\x59\xb7\x90\x30\x23\x9e\xe0\x1c\x4c\xf8\xda\x76\x1a\x0e\x31\x64\x8e\x7a\x33\xe2\x96\x6a\xec\x26\x81\x1f\xec\x87\x5a\xda\x6a\x50\xf5\x56\x59\x34\xa8\xc9\xfd\xe8\x72\x59\x21\xd3\xfd\x5e\x0f\xdb\xfd\xbe\xb0\xad\xf0\x26\x09\x00\x0e\x20\x65\x41\x3e\x6d\xb7\xa6\x57\x07\x3b\xbc\x07\x20\x88\xf7\xa9\xd9\xfe\x04\xa6\x3f\x36\xb1\x5a\xad\x48\x52\x36\x78\xd8\x87\xe3\xb5\xe2\x23\x79\x51\x65\xae\xdd\x8c\x58\x39\x6c\x4f\x28\x72\x59\x3d\xba\x86\x03\x1b\x6f\xce\x37\x9c\x94\x3c\xaf\xd6\x16\xb8\xee\x78\xe1\xea\xd9\x9b\x8e\xf5\x80\x75\x98\xc1\x4d\x20\x23\xac\x9e\x79\xbc\xba\xaa\x70\x3d\x8e\x5b\xbf\xaa\xb5\x4f\x23\x0b\xcf\x34\xb4\x23\x77\x73\x8b\x3b\xec\x25\xbb\x4a\x05\x15\xf0\x9d\xf9\x12\xa4\x1e\xfd\x23\x0a\xf9\x9a\x52\x6d\x11\x2a\xdd\x87\xa7\xce\x9f\x00\x6e\x96\x75\xbe\xd7\xb0\x00\x17\xfc\x5b\xa8\xbf\xeb\x38\x4c\xc4\x75\x17\xc8\x98\x25\xa5\xbf\x27\x79\x1a\x5c\xa5\xcd\xc6\x61\xc3\xc5\x93\x71\x54\x00\x8c\xe5\xe5\x84\x0c\x66\x61\x16\xf8\xd1\x76\xbe\xe8\xe0\xc8\x50\xce\x05\xc3\x30\x6c\x42\xf2\x7b\x92\x98\x08\xa2\x85\x85\x62\xee\x2b\xc8\xf0\x1c\x57\x90\x58\xb0\xc1\x87\xe4\x3d\x3f\x36\x0d\xdf\x5e\xef\x7b\x40\xa3\x8b\x16\x02\xc0\xf9\x91\x23\xb5\x30\x10\xa2\xb3\xc4\x4b\xab\x1e\x9d\x71\x89\x35\xda\xe5\x85\x1c\x81\xa5\x4c\xc3\xe1\x96\x92\xdb\xb7\x08\xfe\x5c\xe0\x6f\x7d\x1b\xd6\x01\x21\x78\xd7\xed\xc4\x45\x35\xff\x9b\x91\xd7\x46\x58\xb8\xe1\x27\x46\x38\x6e\x7d\x89\x98\x33\x2a\xa5\x96\xa9\xd6\x0e\x2e\xb0\x30\xdb\xeb\x2a\x6b\xe4\xd5\xc0\xd3\x65\xdd\xae\x59\xd8\x65\x7e\x20\x66\x15\xdb\xb1\x95\x26\x28\xc7\xc3\xfb\xa4\x80\x2b\xf6\x89\x9e\xf7\xf7\x69\x8c\x75\x81\x69\x8c\xcf\x69\x9a\x42\xb6\xdb\xc5\xc5\xf3\x73\x58\xe6\x8c\x65\x5a\xce\xe2\xb6\xfa\x50\xf3\x44\xdf\xc0\x4b\x6c\x08\x0c\x7d\xe3\xdb\xa0\x48\xb4\x22\xbd\x74\x57\x8d\x94\x6f\xfe\x5a\xe4\xad\xf9\xd3\x0d\xb6\x87\xba\xd1\xe6\xd9\x82\x6a\x0a\xe9\x61\xce\xae\x7a\x3c\x37\x97\xef\xa1\x49\x69\x47\xe7\xc6\x29\xe4\x0c\x98\x46\x17\xd9\xf3\x59\x7d\xf5\xdb\xc1\xc5\x69\x64\x0d\xc3\x21\x27\xc9\xf7\x1c\xfd\x1e\xd0\x2c\xcb\x4d\xdc\x75\x21\x0f\x23\x8d\x9e\xeb\x16\xdc\x51\xeb\x80\xcb\xb0\xc1\xdc\xd9\xe3\x33\xd2\x01\xf2\x53\xb4\xbe\x8f\xf2\xca\x9c\x7d\x75\x8e\xfd\xde\xa4\x87\x81\xd9\xc7\xe1\x68\xe1\x79\x24\xaa\x60\x7c\xc8\x3d\x76\xc6\x44\xfd\xae\xf7\xd0\x37\x18\xc0\xf6\xab\x31\x59\x19\xac\x65\xba\x27\xae\x3a\xf5\x51\x72\xef\x4b\x82\x3b\x3e\x24\xf0\x03\xdc\x28\xe7\x05\x5b\x15\x38\x48\xfa\x6c\x9c\x1a\x7a\x5b\x65\x01\x61\xa7\x63\xb5\xf5\xa2\x56\x50\xf8\xf9\xa0\x8c\xfc\xe4\xb8\x19\xde\x40\x14\xc3\x40\x80\x30\x53\x42\x7c\xb3\xd5\xda\xd0\x38\x8a\x28\x36\x82\xc3\xf8\x36\xfa\x6b\x67\x3a\x6a\xd5\x94\x6b\xc2\xd2\x67\x57\xbf\x17\xf2\xfa\xa5\x9d\x51\x89\xd4\xc0\x0a\x6e\x3a\xb0\xa0\xd1\x6f\x56\x75\x6e\x11\xde\x46\x6d\x70\xb8\x30\xc2\xdb\xee\xd3\x84\xbf\xac\xee\x97\xba\x4c\xdc\xee\x24\x5c\x56\x7f\xca\x47\xb6\x63\xd2\x86\x60\x67\xd7\x72\x5c\x9f\x5e\xa9\x48\x6a\x67\x01\x3d\xce\xb7\x08\x41\xbb\xac\x0a\xd1\xe0\xc9\xc3\xe7\xaf\x7a\xa0\x03\x1a\xa1\xe9\x22\xa5\x44\x67\x82\xe6\x9c\xa0\x20\xac\x11\x67\xd2\xcd\x62\x9b\xea\xc2\x91\xb0\x0b\x5f\x2b\x67\x58\x07\x36\xc7\x7b\xc5\xb8\x61\x0a\xdf\x68\x6f\xc6\x8a\xfa\x07\xd8\xf9\x95\xe2\x41\x45\x0d\x9c\x4d\x2f\xe3\x22\xa2\x3c\x47\x65\x36\xa4\x17\xca\x4f\xdd\x1a\x88\xe9\x8f\x2e\x81\x18\xfb\x8c\xe2\x8a\xc0\x0d\x27\xdd\xe6\xcb\xcd\x99\xd6\xf3\x82\xdf\x60\x2b\xd2\xb5\x6c\xfd\xb1\xfa\x04\x3e\xcd\x68\x2b\xb1\x97\x41\x58\x40\x53\x63\x50\xbe\x50\x26\x31\xbc\x07\x6b\x93\x8b\x41\x47\xca\x7e\xad\x65\x53\x74\xf2\x70\xb4\x5f\x2f\xb1\x7d\x75\x7c\x26\x7f\x8e\x77\xd8\xc2\xee\xeb\xea\x90\xb3\x21\xa9\x42\xeb\x46\xe0\xeb\x14\x85\xb5\x30\xb6\xe2\xe7\x1e\xe4\xc4\x6c\xd0\x9e\xcd\x55\xda\xbb\xcf\xbf\xcf\xcb\x00\x1f\x95\x10\x81\x62\x08\xa4\xa7\x30\xfe\x51\x6d\xda\x5c\xdb\x74\xeb\xa8\xd2\x7a\xe9\xa6\xcc\xdd\xc8\xf9\xd9\xd2\x6b\xb9\xe8\x5a\xab\x37\xd0\x22\x5f\xc9\x3d\x7b\x4c\x91\x34\xdb\x42\x6f\xda\x76\xdf\x44\x91\x92\x10\xca\xf0\xa2\x37\xb0\x13\x75\x71\x7f\xdd\xa4\xe5\x7c\xb1\x6a\xe7\xec\x5e\x5e\x64\xa3\x73\x65\xe1\xf4\x4c\x64\xc0\x56\x0e\xc4\xfe\x61\xb0\xae\xc5\xc1\xcb\x71\xde\x8f\x35\xa1\x37\xb1\x2b\xc3\x41\x64\xf1\xfe\xab\xc0\xab\x14\xfd\xc8\xa6\x27\x77\x39\xbd\x71\x9d\xc5\x65\x80\x76\x14\x86\x22\xa3\xfc\x28\x60\x6c\x4f\x38\xf4\x03\x74\x61\x70\x0f\x6a\x5d\x7f\x24\x02\xc4\xb1\x6c\xd3\x8f\xc9\x13\x9b\x1b\x96\xc7\xfd\x0b\x97\x85\x7c\x41\x5c\x14\xc1\x71\x99\xe7\xf8\x4c\x6e\x43\x21\xc5\x76\xf5\xeb\x42\x02\x3b\x7c\x7b\xb2\x30\x02\xd3\xd4\x74\x54\xb1\xc6\xd8\x56\x73\xdf\xa5\xf5\xea\x42\x89\xf1\xba\x24\xc4\x82\xab\xe1\x11\x9b\xc8\xdc\x16\x61\x15\xfc\x40\x19\x15\x23\x2c\x4c\xeb\x75\x83\x0b\xeb\xbb\xf5\x9a\xed\x93\x9b\xa8\xda\x1c\x41\x79\x8c\x3b\x64\x5e\xe4\x36\x48\xcf\xa5\xa4\xc4\xc0\xfc\x12\x87\x87\xc5\x67\xa2\x12\xfd\x08\xfc\xb2\xc0\x83\xe8\x16\xfc\x3e\xbe\x12\x67\x8b\x39\x56\x80\x23\x5a\x59\x78\x3c\xe8\x76\x3d\xb8\xde\xfe\x02\x98\xc6\x37\x04\x0d\xc5\x27\x4b\x09\x48\x6c\x1a\x45\x16\xc0\x30\xe7\xf9\xdc\xb2\x3f\xc2\x7e\x5a\x53\xe9\xe9\xb2\x26\xbe\xea\x3e\xfd\x73\xfe\xbe\x5a\x2c\x5c\xb2\x3f\xbb\x6c\x4a\x43\xf4\x2f\xeb\x10\x4a\x82\x7e\xec\x52\xb6\x2f\x97\x07\xa3\x6c\x11\xff\x3c\x36\x9f\x08\x2b\xb0\x14\xc6\x65\x8f\x3e\xad\x3d\x06\x68\x3e\x9a\x65\xe7\xac\x77\x1e\xca\x97\xda\xe1\xf8\xca\x2a\x89\x58\xdc\x95\x4c\xa4\x5e\xcb\x77\x00\x31\x7c\xe3\xcc\x8e\x03\xa2\x99\x08\x68\x30\x9b\x1a\x6b\x55\x1b\xb5\x73\x3e\xb1\x16\xe7\xd6\x98\x5b\x1f\x0d\x82\x58\xa6\x16\xdd\xc9\x4b\x81\x70\x90\x1c\xa5\x24\x33\x2d\xce\x4f\x8d\x53\xf1\x0b\x25\x29\x1c\x42\x07\x50\x8e\x83\x4e\x97\xea\xbc\x2b\x7f\x7d\x7b\xfc\x32\x3e\x4c\x2d\xe8\x58\xc0\x4f\x18\x55\xb8\x5c\x1a\xa2\xcf\x7f\xa0\x1f\x11\x44\x5e\x8a\x50\x2c\x59\xb8\xa1\x7d\x2a\x29\xc9\x85\x4d\x09\x6a\x63\x2d\x92\x80\xf2\xcd\x29\xeb\x6c\x2e\xf4\xbb\x0f\x27\x6d\x32\x08\x6c\xde\xfa\xe3\x77\x72\x54\x98\x30\xff\x8e\x03\x3c\x8b\x6d\x5c\x38\x8c\x78\xa5\x6c\x46\xb5\x9f\xbd\xda\x4f\x07\x1d\xb4\x51\x0c\x64\xe2\x35\xf7\xb3\xc6\xa4\x93\x5f\x65\x92\xdf\x5a\xaf\x77\xbe\x86\xb4\xd7\xd3\x43\xb5\x46\x1c\xf0\x2b\x91\x87\xd6\x27\x78\x50\xd6\xbe\x2c\x21\xbf\xb3\xd0\xdc\x6f\x55\x57\x3b\xf7\x08\xea\x77\xfe\x11\x54\x22\x63\xa7\x1f\xaa\x77\x6f\x7b\x53\x9d\xf0\x91\xa3\x2a\x63\x78\xbc\x2b\xdb\xd4\xcb\x3b\xfd\x92\x49\xda\xf6\xc0\x90\xf9\x6f\xb6\x5a\x19\xa6\xbc\x86\xfe\x4e\xde\x21\x4f\xf8\x2b\x1c\xda\x1d\xb9\x38\xbb\x23\x8f\xc9\xff\x21\x78\x09\x3c\x7c\xc0\xfd\x9d\xbc\x97\xf8\x35\xc5\xa3\x47\xdb\xdf\xd9\x87\xd0\xbf\xaa\x03\x32\x80\xf8\xa5\x5e\xb5\x18\xe1\x17\x45\x12\x4d\x8d\xaa\xd3\x07\x78\x4f\x0c\xa7\x57\x99\x8c\xea\xab\xeb\xd2\xb1\xc5\x95\xb9\x21\x7e\x7d\xd7\xa2\x87\xeb\xdf\xb9\xb7\xff\x13\xd6\xae\x7e\xf1\x7c\x8d\xbc\x23\xfa\x4e\xde\x07\xfd\xfa\x2e\xb9\xc0\xec\x8c\x95\xf6\x2b\x46\x76\xc5\xf3\x71\x24\xe7\x1a\x19\x0f\x39\x0c\x62\x9b\xae\x1d\x6e\xa7\xd1\xde\x12\xcc\x0e\x1f\xa1\x1f\x62\x7f\x6f\xb7\xd8\x47\xa8\xf9\x8d\x60\xa6\xaa\x92\x98\x37\x15\x5f\xae\xa9\x72\xf9\x66\x96\x28\x10\x6d\xfe\xb6\xaa\x8a\xb7\x93\x74\x4d\x5b\x1e\x41\x4a\x26\xd8\xa9\xec\x10\xec\x3d\xdc\xb0\x97\xcb\x6e\x82\x44\xfa\xf3\x5d\x33\xfb\x4e\xc3\x10\xe3\x29\x86\xef\x76\xf4\xc9\x8f\x6a\xf1\xd7\x86\xbe\xe8\xa4\xd8\x19\xfe\xca\xe8\x2b\xa3\x61\xe1\xf7\x07\xfa\x0d\x5a\x92\x4a\x29\x22\xb9\xdf\x71\x44\x28\x79\xaa\xed\xbb\x23\x7d\xc2\xa5\x9e\x5f\x77\xa0\x33\x3a\xe3\x57\xca\x5d\xb8\x63\x7e\x88\xb4\xc4\x15\x1b\x92\xe5\x27\xa7\x6e\xaa\xae\xe6\x34\xb4\x9a\x72\x52\x96\x1e\x39\x25\x83\x57\x1b\x3f\x9f\x67\xcc\x96\x53\xd0\x7e\x25\x95\x55\x65\xbb\x91\xba\xb8\x0f\x52\xd9\xd1\xa4\x52\x99\xf6\xa4\x4e\x3f\xcc\x6d\x6f\x6c\x57\x38\xd1\xf6\x45\x3b\x42\xf3\x98\xd5\xd5\x1e\x2f\xf1\xbc\x9d\xd8\xb7\x04\xed\x23\x82\x0f\x10\x0a\x57\x2d\x9b\x09\x55\x58\xd9\x8f\xa7\xa7\xf8\xf6\x73\x8f\x90\x2e\xd3\x89\x7d\x17\x34\x2f\xf7\x9d\xaa\x72\xff\x6b\xd5\x25\xcb\xb4\xbc\xd5\x2a\x90\x56\x51\xad\x68\x15\xf3\x86\xaf\x02\xa6\x13\x56\x12\x23\x1a\xd7\x82\x78\x1d\x56\x0f\x43\x17\x93\xdc\xfe\xfb\xdf\x19\x9a\x7e\xff\xe3\x1f\xc9\x8b\x7b\xdf\x26\xe6\x23\x9e\x11\x68\x12\x62\x2b\xa1\x28\x74\x60\xf4\xfd\x28\x82\x44\xc0\x19\xf6\xb3\x63\x13\x97\x37\xfc\x9b\x9b\x9e\x4c\xfe\x57\x00\x00\x00\xff\xff\xd1\xb0\x5d\x2d\xe8\xde\x00\x00") + +func confLocaleLocale_svSeIniBytes() ([]byte, error) { + return bindataRead( + _confLocaleLocale_svSeIni, + "conf/locale/locale_sv-SE.ini", + ) +} + +func confLocaleLocale_svSeIni() (*asset, error) { + bytes, err := confLocaleLocale_svSeIniBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/locale/locale_sv-SE.ini", size: 57064, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLocaleLocale_trTrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\x4b\x8f\x1c\xd7\xb1\x2e\x3a\xaf\x5f\x91\xa2\x41\x34\x09\x34\x4b\x90\xbd\xef\x03\x82\x4a\xbe\x4d\x36\x45\xfa\x92\x14\x79\xd5\x94\xf7\xa5\x05\xa2\x94\x55\x99\x5d\x95\xce\x57\x39\x1f\x4d\x55\x1b\x06\xce\xcc\x93\x33\x36\xce\x01\x0c\x73\xa8\xa9\x34\xd1\x48\xb3\x6e\xfd\x91\xfd\x4b\x4e\x7c\x11\xb1\x5e\x99\x59\x4d\x52\xc7\x1b\xdb\x62\x57\xae\x58\xef\xb5\xe2\xbd\x22\xe2\xdd\x6e\x99\xa4\xed\x7a\xf1\x24\xad\x92\x2c\x6a\xfb\xaa\x5f\xd3\xff\x2e\x93\x38\x5a\xc5\xcd\xf5\x8f\x55\x72\xfd\x63\x13\xaf\xb2\x22\x5d\xa7\xd7\x6f\xb3\x2a\xbb\x8c\x2e\xe3\x6d\x99\x76\x2d\xfd\xb5\xca\x9a\xe8\x51\xd6\x45\x6d\xda\x5c\x64\x6d\x36\x9b\x6d\xeb\x32\x5d\x9c\x54\x71\x74\x16\xef\xcf\xe3\x59\x12\xb7\xdb\x55\x1d\x37\xc9\xe2\x45\x5c\xd5\xb3\xf4\xbb\x5d\x51\x37\x29\x75\xf5\xcb\xdb\xf3\xb4\x9b\x6d\xd3\x62\xb7\x78\x45\xc5\xd7\x3f\x96\xb3\x36\xdb\x54\xcb\xac\x5a\x3c\xca\x9a\xec\x97\xb7\xd1\xab\x78\x27\x9f\xea\xbe\x5b\x5c\xfd\xfd\xfa\xc7\xfc\xfa\x47\xff\x73\xbf\x5b\x3c\x89\xf7\x49\x5d\xcc\x9a\x74\x93\xb5\x5d\xda\x2c\xae\xfe\xb9\x4f\xa3\xe7\xc5\xec\x4d\xba\x6a\xb3\x2e\x5d\xfc\x67\xba\x8a\xf0\x07\x0d\xec\x22\x6d\xda\xac\xae\x16\x67\x57\x3f\x37\x57\x3f\x97\xb3\x5d\xbc\x49\x17\x32\xc6\x2e\x2d\x77\x45\x4c\xe0\xbf\xfc\x2b\x5e\x15\x75\x35\x2b\xe2\x6a\xd3\xa3\xfc\x34\x2b\x66\xeb\x26\xa5\xb2\x65\x95\xbe\x59\x3c\x2f\xfa\x5f\xde\x76\x7d\x33\x9f\xcf\x67\x3d\xcd\x78\xb9\x6b\xea\x73\x5a\x97\x65\x5c\x25\xcb\x92\xe7\xd5\x17\x54\xf9\xfa\xc7\xf5\xf5\x8f\x91\x14\x66\xd1\x45\x1a\x25\xf1\x36\x8e\xce\xe3\xcb\x22\x6e\xaf\x7f\xe4\xd1\xa7\x09\xcd\x74\x19\xb7\x66\xb2\xfb\x78\x17\x57\x9f\xce\xb8\xd9\x2a\x2e\xc3\x96\x4e\x68\x79\x66\x69\x19\x67\xc5\xe2\xe1\xbd\x17\x75\xdb\xc5\x34\xfc\xb6\x7d\x53\xf3\xb2\x36\x75\x11\xd3\x12\x2c\xbb\xfd\x2e\x5d\xbc\x4c\xf3\x26\xc6\x96\x34\x59\x35\x5b\xc7\xbb\x6e\xbd\x8d\x17\x0f\xe4\xdf\x19\x41\xed\x6a\x5a\x8f\xba\xd9\x2f\x4e\xe9\xcf\x59\xdd\x6c\x62\xda\xcf\xb8\xc3\xca\x3c\xd7\x1f\xed\x9e\x96\xa0\xcc\x9a\xa6\x6e\x68\x6b\x2a\x1a\x71\x19\xcf\x68\xfa\x4b\xd4\x5e\xbc\x4a\xab\x2c\xe2\xca\xf8\x54\x66\x9b\x06\x2b\xc7\x5f\x1f\x5d\xfd\x74\xf5\xbd\x7e\x96\xda\xf8\x1a\x34\x71\x5e\x37\xb9\x7c\xbe\xfa\x7b\xdc\xc5\x85\x6b\x89\x86\x22\x05\xe1\x30\xe2\x8a\xf6\x81\x0b\xfd\xef\x05\xce\x65\xf4\xea\xea\xa7\x8a\xce\x50\x9c\x94\xb4\x94\xb4\x7c\x69\xb1\x90\x4f\x59\x19\xbd\xc0\xcf\x6c\x16\xaf\xd7\x75\x5f\x75\xcb\x36\xed\xba\xac\xda\xb4\x8b\xc7\x69\x1b\xef\xa2\x93\x7d\xdc\x70\x1b\x33\x5b\xa0\x9f\x66\xfb\xba\xb7\xfb\xba\x78\x21\x5b\x48\xdd\xca\xf7\x21\x34\x5d\x8e\xeb\x1f\x2f\x67\xd4\x4d\x97\x5d\x64\x5d\x96\x52\x49\xce\x7f\xa6\x45\xda\xcc\x76\xb4\x87\xb4\x6a\x7f\xe9\xd3\xb6\x6b\x69\xc5\xe9\xf6\xfc\xf2\x36\xcb\x8b\x2c\x8f\xae\x7f\xa0\x03\x4b\xbf\x67\x59\xdb\x52\xf1\xe2\xac\x6e\x7a\x4c\x6b\x46\x9b\x56\xad\x69\x26\xd7\x3f\xec\x68\x7d\x66\xb3\x6f\xb2\x8a\xf6\xbb\x28\x5e\xcf\xf4\x0f\x3a\x19\x4d\x5f\xf4\xe5\xac\xcb\x3a\x1a\xe2\xf5\x0f\x45\x1e\x3d\x49\x2f\xb1\xa0\x05\x2e\x48\x47\xb7\xb5\x8c\xa9\x83\xab\xef\xb3\x2a\x52\x60\x3e\x42\xa5\x4c\x39\xa9\xd7\x39\x9d\x5d\x5c\x3d\xba\x32\x8f\xea\x4d\x7b\xd4\x47\xa7\xfc\x31\xca\x50\x29\x49\xa3\x5c\x4f\xdf\xbe\x6e\x5a\xfc\x4b\x17\xbd\x8f\x5a\xdc\x16\xc2\x0a\xdb\xb4\xd9\xd2\x0d\xc9\xf8\xf2\x27\xfe\xac\xe8\x14\x97\x04\x51\x45\xb4\x0d\xeb\x34\x2a\xae\x7e\xee\xce\xd3\x2a\xfa\x2c\x8e\xba\xb8\xd9\xa4\xdd\xe2\xd6\x72\x45\xed\xe6\xb7\xa2\x6d\x93\x9e\x2f\x6e\xdd\x6e\x6f\x7d\x4e\xb7\xba\x88\x2f\xfa\xcb\xfe\xb3\x8f\xe3\xcf\xa3\x24\xcb\xf3\xb8\x2b\x32\xaa\x5d\xe7\xfd\x1e\x78\xe8\xa3\x19\x96\x90\x96\x74\x99\xac\x04\x51\x61\xcc\xd1\xb3\xfd\xd9\xff\xf7\xf4\x38\xc2\x75\xd8\x34\x29\xff\x4d\xff\x21\xb0\xdf\xd1\x8d\xdb\xc7\xd1\xcb\xec\xf4\x7e\xb4\x49\x9b\x94\x36\xa4\xc9\x9a\xf9\x8c\x6a\xcb\x92\xfd\x31\x6d\xb2\x2e\x5e\x61\x5e\xde\x49\x40\x31\x6e\x90\x5f\xfa\x92\x91\x05\xe1\xb4\xb6\x5b\x9c\x31\x5e\xe4\x0b\xea\x5f\xce\xd1\x4d\xa4\x76\xf8\x02\x07\xbd\x24\xd2\x81\xae\xf9\x53\x5d\x17\x9e\x82\xac\x79\xf4\x87\x2f\xbf\x7c\x4e\x03\x2e\xeb\x0e\x27\xa1\x8f\xfa\xee\xfc\xff\x5e\x6e\xd2\x2a\x6d\xe2\x62\xb9\xce\xa2\x3c\x6e\xe2\x9c\x70\x1c\x61\xda\x2e\xdb\x17\x6e\x8b\xaa\xf9\xac\x6d\x0b\x42\x3f\x09\xe1\xb3\xb3\xa7\xd1\x7d\xb4\x57\x66\x34\xae\x6e\xbb\x78\x45\xd8\xb1\xfd\x4b\x81\xc5\xd3\xbe\xc7\x6b\x74\xe1\x06\x8a\xff\x8f\x92\xba\xa5\xa2\x7d\x5d\xf4\xf3\xe8\xb3\x55\xf3\xb9\x19\xad\xa0\xf8\x88\xe6\x48\x23\x21\xd2\xf0\xcb\x5b\x42\x9a\x74\xd8\x72\x2a\x2b\xfb\xae\xa0\x8f\xa8\xe4\x0f\x2c\x6d\x9a\x25\x21\xd7\x6e\x8f\xad\xe3\x01\xdd\xd8\xbd\xd4\x5f\xd5\x84\x0f\xa9\x97\x32\xbe\x94\x16\xb2\xea\x22\x2e\xb2\x84\x76\xcf\xac\xed\xa8\x62\x9c\x80\x4e\xc5\xd1\xad\xf9\x2d\xe0\xdb\x5b\xf7\x6e\xd9\x05\xa3\x8b\x98\x55\x69\x94\x5d\xd2\x22\xa3\x4a\x51\xa6\xd4\x6e\x55\x2f\x05\x6f\x00\x75\x27\x59\x4b\x88\x3f\x5d\x0a\x1d\x69\x04\x1d\xde\xa7\xc3\xbd\x17\x74\x42\xcb\xbf\x25\xbc\xb1\xa2\x8e\x6a\x25\x01\x72\xcc\x73\x0f\x49\xe7\x44\x8b\x78\x05\xe9\x4a\x5c\x34\x84\xf3\x71\x19\xe9\xd7\x0a\xd4\x33\xc7\x6c\x5a\x41\x17\xfe\xb2\x18\xdc\xa5\x47\xe8\x95\xed\x6f\xc7\x87\xa9\x45\x7d\x7f\x39\x66\xe6\x44\xc8\x49\x7e\x44\xbf\x8a\xe8\xeb\xfd\xa6\x47\xb9\x77\x98\x41\xd3\x79\xa5\x5c\x59\xe2\x7d\x36\x87\xe1\x7e\xdf\xc4\xb4\x0f\xb5\x87\x5a\x71\xe3\xfa\x2a\xda\xc6\x4d\x96\xc7\x51\xd6\xd2\xf8\xe8\xf0\xd5\x74\x13\x3f\x62\xf2\x21\xdb\x08\xb4\x1d\x3d\xb9\xfa\x29\x8f\x4e\xb1\xb0\x99\x2b\x32\x4d\xd3\xd5\x29\xa3\xfe\x92\x0e\x05\xd8\x83\x84\x8a\x05\x69\x13\x1e\x49\x50\x25\xe5\x05\x4b\x13\x66\x2b\x70\x45\xe7\x33\x3a\xf7\x4b\xbe\x5e\x3e\x2a\x8b\x81\xc3\xdc\x6d\x33\x30\xa6\x1b\xaf\x4c\x0e\x2f\x75\x44\x73\x88\x72\x8c\x8d\x3b\x42\x57\x74\x24\x14\xcf\x5d\x7d\xef\x63\x49\x9a\x7b\x0a\xf2\x4b\x04\x23\xbb\xa4\x79\xd6\x45\x89\x62\x30\x3c\x84\x2f\x6a\xa2\xb8\xd5\xe2\x84\xda\xd7\x0b\xcc\x1f\xdc\xda\x11\xc2\x39\x7b\x1c\xe5\xc4\x31\xd0\x6d\xb8\xa6\xdb\x50\x75\xc0\x65\x42\x15\xa2\xb4\xcb\x69\x6e\x0d\x6e\xe7\x76\xb9\xab\x1b\xc2\x20\x04\xfd\x82\xfe\xe8\xed\x27\x7b\x29\xa9\xc4\xf2\x5d\x34\x7a\x94\xb9\x8b\x54\x30\x1e\x3e\x96\x93\x20\xc7\x09\x53\xa5\xc1\xd3\x89\x47\xd5\xab\x9f\x2e\xd3\xa2\xc8\x98\x39\x9b\x3c\x7d\x7c\x19\xb7\x5d\xb7\x93\x81\x3c\x7e\xf9\xf2\x85\x8e\xc4\x7e\x34\x43\x31\x07\x46\x56\x33\xab\x8a\x74\x2f\x7c\x1f\x0f\x6a\xce\x47\xa8\x6f\x0a\x77\xb0\xee\xdb\xa9\xb7\x7a\xc2\xa8\xd8\x5f\x24\xf4\xf6\x31\xfe\x73\x76\x70\xad\x68\x7f\xd2\x7b\x3b\x30\x36\x49\x9c\x13\x5d\x89\x2f\x71\xa1\xb8\x45\x21\x5a\x6e\x35\x8b\x7a\xb3\x6c\xea\xba\x93\x73\xf8\xe8\xea\xe7\x8a\xa8\x0c\x1d\x43\x20\x2d\x65\x0b\xe8\x8e\x86\x60\x96\xd6\x19\xe8\xc4\x42\x57\xb2\x92\x97\x18\xcc\x9a\x06\x86\xeb\x8b\x53\x43\x57\xad\xde\x01\x0f\xd8\xbb\xa6\x14\x3b\x95\x09\x3b\xd2\x21\x8c\x99\x02\x29\x7b\x16\x9d\x09\x3b\xec\x33\x1a\x25\x2d\xb4\x10\x92\x67\xb4\xfa\x42\x4d\xda\x5e\xbe\x9f\x37\x75\xb9\x78\x92\x95\x49\x5a\xb9\x0f\x66\xd4\x5f\x7d\xf1\x20\xfa\x3f\x7e\xf7\xdb\xdf\x46\xd4\x30\xe1\x38\xf0\xca\xc4\x5e\xf7\xb4\xfe\x38\x28\xe8\xed\x56\xce\x55\x6f\x11\x1a\x6c\x88\xd7\xa5\xab\x3c\x8f\xee\x83\x5e\x27\xb4\x75\x4c\xa5\x75\x75\x15\x40\xb0\xef\x2d\x9a\x51\x56\xde\x8a\x3e\xa3\x81\x96\xff\x0f\x2d\x47\x15\x27\xd9\x7c\x5d\x97\x9f\x53\x15\xa6\x21\xe0\x04\x50\x9b\x6b\x01\x07\x91\x10\x80\x8b\x8a\x09\xd3\x15\xe4\xbb\x4a\x4c\x1f\x81\x35\x44\x03\x1e\x4a\x1f\xa6\xd4\x22\x35\x07\xf1\xc2\x20\x35\xcb\xb1\x2f\xd7\x75\x75\x9e\x35\x25\x38\xf9\xeb\x1f\xbb\xe8\x79\x85\x7f\x71\x24\x1e\xd2\x86\xd3\xe1\xa3\x9b\x9a\x35\xdc\xe4\xb2\xaa\xbb\xec\x7c\x6f\x97\xf8\x7e\x56\x24\x44\xd8\x4b\xc6\xef\x59\x08\x0f\x52\x95\x82\x5d\xa3\x5d\x58\xa7\xba\x37\xb2\xe4\x38\x6b\xa7\x74\x55\x88\x92\xca\x26\x79\x7b\x54\x9f\x9f\x13\xb3\x97\x0a\x2d\xbd\xfa\x3b\x5d\x24\x42\x0c\xa7\x7a\x93\x9e\xd5\x49\x1f\xf6\xe2\x83\xd3\x1d\xda\x91\x40\xf2\xe0\xf4\xcb\xa3\xec\x38\x22\xb6\x81\xb9\x50\x2a\xe9\x41\x96\x20\x3c\x4d\x5e\xcc\xe3\xa8\x03\x9e\x24\x54\x58\xc5\xfe\xb1\x8c\xf6\xb4\x60\x85\xa1\xb5\x40\x0d\x38\x9e\x79\x27\x88\x49\xc9\x15\xb1\xde\x17\xc4\x44\xd3\x1e\xe8\x1f\xe6\xd8\x31\x87\x8e\xce\xcc\xd8\xef\x73\x67\xa3\x8a\x3a\x68\x5b\x9d\x96\x86\x51\x89\x8e\x47\x46\x32\x35\xec\x79\xc4\xe8\x5d\xaa\x11\x98\x4f\x08\xf1\x93\xbe\xc6\xe7\x4c\x91\xe9\x72\xd1\x85\x2b\x88\xb1\x6f\xe4\xd4\x5d\xc4\xc4\x51\xee\x01\x46\x48\x1a\xc8\x96\x26\x74\x9e\xd2\xf9\x20\x31\x22\x59\xea\xb8\x8a\x9a\x98\xbf\xdd\xe2\x61\x85\xe1\x46\x5f\x98\xe2\xe8\x84\x8b\xdb\xe8\x29\x97\x1f\xaa\xa7\xd3\xd2\xda\x16\x48\x87\xdb\x46\x02\x15\x75\x75\x44\x27\xd8\x2b\xaf\x77\xe0\x72\x88\xcf\xa7\x4b\xa3\x47\x87\x50\x51\x8b\x92\x2a\x2a\xb2\x95\x2e\x93\xdb\x80\x80\x5f\x10\xe9\x99\xff\x4b\x14\x47\x24\xd3\x12\x33\xbd\x79\x2f\xfc\x36\x74\xe0\x43\x9a\x96\x73\xcb\xb9\xb6\x9c\x6b\xcb\xed\x61\x66\xe3\x98\x30\x5a\x01\x56\x63\x1d\x7b\x2c\xcc\x1e\xd2\x15\xf8\x98\x1d\xb6\xc8\x30\x32\xe6\x4e\xa7\xbc\x5a\xcb\x81\xc8\x78\xb4\x1f\x5e\xc5\x10\xee\x43\x47\xac\xcc\xae\xd6\xa6\x03\x7f\xfd\xb6\x61\x32\x82\x32\x66\xd6\x5b\xe0\x5e\x66\xf8\x49\xa4\x55\x8d\xc0\xf2\x22\x23\xe9\x9b\x85\x75\x39\x93\x84\x52\x88\x2f\xaf\xe8\xee\x80\x3c\xad\xc0\xd3\xe5\x46\xe2\x71\xda\x03\x59\xfd\x67\xe9\x7a\xd5\x37\xd1\x13\x3a\x72\x93\xed\xea\x14\x5e\xd9\x15\xdb\x58\x89\xbc\x64\x85\xc3\xe0\x6c\xb7\x6e\x18\x9b\xe1\x30\x32\xa2\xd2\x97\x19\xe1\x93\xb4\xa3\xb1\x10\x66\xf2\x36\xc2\x35\xfb\xb1\x2c\x88\xd7\x52\x35\xdd\xd8\x5c\x65\x5b\x15\x3b\x45\xf8\xf9\xe5\x5f\x7d\x44\x77\x47\x16\xf2\x26\x06\x35\x8f\x2e\x21\x4a\x10\xfa\x61\x19\xad\x60\xc2\x70\x1c\x65\x24\x2f\xfa\x7c\x2b\x09\x1c\x25\x9d\xbe\xdc\x20\x1b\xff\xc0\x08\xd1\xc5\x1e\xb6\xf1\x36\xdb\x01\xc4\x62\x21\x19\x9a\xa0\x56\xc7\xb7\x3e\xd6\x61\x78\xac\x28\xc3\x4d\xeb\x34\x06\xec\xaf\x4a\x50\x4a\x13\x86\xdf\xf9\x2a\xe9\x81\xd1\x9a\xa2\x13\x71\xbd\x2b\x6d\x00\x85\x51\x69\x79\xb9\x21\xbe\xcf\x08\xb9\x24\x0c\xcf\x3a\x92\xc5\x97\x9b\xac\x5b\x9e\x83\x4c\x25\x8b\x23\xfa\xfb\x88\x18\x5c\x92\x60\x22\x94\x65\x2c\xd9\x60\xe4\xd4\xca\xe5\xa7\xd1\xed\x0b\x15\xa0\x7e\x07\x02\x04\x44\x93\x15\xb8\x01\x74\x60\x40\xa9\xa2\x56\xf4\x49\xb4\x73\x57\x3f\x5f\x1a\x09\xf4\xe8\xea\x67\x5a\x74\x22\x70\x84\xf9\xca\x8c\x99\x37\x23\x0b\xdf\x6e\x8f\x88\x54\x47\x44\x50\xcb\xcc\x55\x8e\xee\x6c\xea\x55\x4f\x14\x2d\x68\x2f\x3a\x7d\x78\xfd\xaf\xeb\x1f\x9e\xde\x8d\x88\x14\x43\xa3\x33\x9f\x19\x59\x88\x24\x21\x3d\x15\x81\xa0\x19\x9b\x65\xa7\xcb\x74\xf5\x3d\x54\x5e\x32\x05\x53\x6d\xc0\xc1\x7b\x5c\xf2\xa0\x82\xe5\xb3\x31\x69\x3a\x1f\xeb\xed\x62\xa0\x60\xf0\xce\x50\x6b\xfb\x2b\xb2\xe0\x6c\xc9\xc1\xa3\x06\xdb\xe8\xde\xe7\xf4\xdf\x59\x1b\x5f\xa4\x42\xf3\x37\x66\x03\xe8\xa2\x32\x35\x48\xb4\x59\x23\x15\x94\xf4\xdf\x60\xec\xc1\x5d\xf0\x36\x9d\x51\xda\x0d\x33\x97\x73\xd0\xf6\xeb\x75\xda\xb6\x8b\x67\x50\x5e\xac\xe2\x8f\x8c\x40\x40\x4c\xc8\x3a\xdb\x46\x68\x55\x95\x9b\x72\xb3\xae\xbe\xaf\x73\x16\x6b\xfb\x7d\x4f\xb7\x26\x4f\xf7\xe7\x58\xa5\xab\xef\xaf\x7f\xcc\xf9\xca\x7e\x64\x07\x76\x80\x25\x3d\xbc\xb8\xb3\x6f\xa0\x25\x7d\x3d\xeb\x45\x16\xab\x8b\x24\x94\x64\xf8\x72\x08\xb9\x1c\xea\xfb\x0c\xb4\x5e\x95\xf6\x4d\x46\x5b\xb3\xb4\x5a\x56\xac\x6d\x97\x7e\xd7\xb1\xb6\x95\xaa\x3f\xa2\x7e\x8d\x2e\xb5\xdc\xf3\xf6\xb7\xbc\xf5\xbc\x54\xe5\xac\xdd\xd6\x6f\x58\x73\x69\x8a\xac\xa2\x92\x25\x29\x20\x25\xb0\x69\x50\x78\xae\x6b\x1a\xdf\xaa\x06\xa5\xba\x30\xe0\x4f\xe2\x8e\xb8\x74\xea\xe7\x84\xd7\x25\xd2\x96\xd1\x15\xc9\x94\xed\x58\x67\x57\xa2\x48\xb4\x83\xad\x2a\x17\xf5\x3b\xa3\x62\x56\x1e\xd3\x61\xf1\xf1\xfb\x4c\x55\x64\x73\xda\x7c\x56\xc2\x0d\x26\x01\xf4\x9a\xc4\xb4\xa6\xaa\x5b\x7e\x3d\x0b\x00\x58\x61\xd3\xfa\xab\x8b\x8f\x6d\x1a\x37\x74\xa4\x4f\x1a\x54\x8c\xfb\x6e\xfb\xda\xd3\xf3\x2e\x55\x6b\x28\xfa\x48\xd1\x18\x1a\xd5\xaf\xe3\x5c\xb7\xe9\x0e\x6c\x6e\xd9\x6e\x58\x55\xa0\xf8\x97\x75\x65\xc4\xe3\x44\x44\x3b\x7e\x1f\xfd\xf2\x2f\x62\xcc\x33\x0f\xf5\xf3\xb9\x69\xeb\x75\x16\x17\xcb\xa9\x96\xfe\x44\x43\xa8\x98\xe7\xbe\xa9\x3d\x95\xa0\xb8\xb1\x90\x8f\x10\x9d\x74\xb9\xeb\x16\x57\xff\xbc\xdc\x08\x52\x3a\xb6\x04\xf8\x80\x6c\x58\xd0\x87\x79\x64\xd5\x3c\x84\xc0\x1c\x11\x68\x59\xd7\x94\x35\x5d\xb6\x22\xde\x87\xcf\x31\xd0\xd0\xa8\x57\x46\xc4\x83\x3e\xc1\xd0\x3b\x0a\x6f\x64\x90\xf6\x00\xd3\xa2\xe3\xa0\x05\x2e\xd3\x72\x85\x26\xd3\xc5\x7d\xde\x00\xd6\x32\xd1\x61\x3f\xa7\x33\xc5\xb7\x2c\x20\x0b\xb4\x30\xd1\xd7\x55\xdf\x75\x7d\xc9\x10\xe9\x08\x02\x6b\x48\x40\x00\xec\x19\x90\x84\xec\xdf\x1b\x1b\x02\x21\xb8\x37\x6e\x03\x63\x86\xca\xb6\x1d\x11\xf1\xb5\x5b\x7d\xbb\xf2\xb2\x92\x7d\x35\x37\x44\x4a\xf8\x36\x96\x4f\xda\xb4\xea\xcc\xea\x7f\xb6\xfa\xfc\x76\xfb\xd9\xc7\xab\xcf\x9d\x48\x96\x0a\x03\xc6\x3a\xd3\xc9\x45\xd9\x88\x9c\x04\xb1\xc6\xdb\x32\x10\xa3\xd2\x71\x09\x1d\xfd\x28\x51\x33\x57\x3c\x65\xe9\x0a\x91\x8e\x38\xee\xac\x06\x37\x94\xf8\xa8\x7f\x68\x71\xaa\x8e\xd6\x23\x22\xc4\x4a\x13\x60\x9d\x75\x2a\x57\xca\x1c\xf8\xc7\xee\xd0\x01\x0b\xe5\x24\x70\x29\xdf\x97\x55\x33\x9a\xda\x36\x5b\x11\xe5\x24\x7c\x97\x55\x8b\xe7\x74\x1b\x7a\x92\x01\x70\xf3\x95\xb9\xdb\xc7\x2d\x71\xb6\x21\x9c\x30\x2d\x5e\xc3\x84\x5a\x6a\x5b\xb5\x14\xe5\x32\x57\xa4\x8d\x62\x86\xcb\xd1\xca\xe1\x51\x8c\x20\x46\xd1\xff\x3a\x56\xd9\xa4\xf6\x34\xd2\x0c\xb1\xf6\x05\x89\xac\xdd\xd4\xf9\xbf\xb4\xb7\x6a\x7a\xe5\x89\x40\xa4\x3b\x26\x01\x2c\x3a\x9b\x9b\xf0\xbb\x08\xda\x88\x9c\xc4\x37\xd0\xf1\x3d\xf1\x3f\x9d\x58\x57\x88\x80\xd3\x4f\xa8\x54\xe2\x76\xd9\x57\x7a\x14\x48\x0c\xe1\x5b\xa0\x14\x86\xc8\xdd\xb1\xed\xaf\x2a\x63\x61\x26\xc7\xc2\x78\xc5\xd7\xfb\x8e\x3d\x31\x77\x49\x76\x3f\x38\xd2\x98\x56\x9a\x6e\xc9\xbe\x35\xeb\x06\x15\x10\xce\x55\xcb\x3a\xce\xe1\xb9\x6d\x63\xbb\x96\x38\x47\x50\x6f\xb0\x82\x25\xb9\xfa\xf9\xfa\x6d\x49\x6c\x66\x44\x57\x2b\x67\xd6\xca\x2c\xa3\x4e\xe2\x74\xaa\x7b\x3e\x80\xb2\x04\x18\x88\x39\x82\x2b\xd1\x22\xba\xa6\x54\x25\xc2\xfc\x52\xcb\xd8\xae\xa3\xbb\xdc\x0f\xb5\x10\x5b\xaa\xbe\x72\x37\x6f\xa5\x7a\x15\x61\x1a\xe6\x33\x1e\x0c\xc6\xd4\xc9\x90\xe4\x32\x47\x34\x8e\x73\xc6\x07\xa3\xa1\xdd\xc1\x42\xd0\xde\xdc\x35\x57\x09\x52\xc1\xa1\x21\x4a\xc3\xd3\x98\xe2\xcc\x74\xc1\x90\x86\xcc\xaf\x59\x2b\xe0\x1d\x2b\x6f\x8b\x72\x08\xfa\xfd\xa5\xa3\xf3\x42\xbd\xc1\xcc\x61\xa6\xb8\xca\x44\x3f\xe6\x83\x5e\x8d\x86\x27\xe8\xdc\x9b\xdf\xe1\xd1\xdb\x16\xba\xba\x5e\x12\x11\x6f\x3a\xb3\x3c\xd0\x1f\x16\xfd\xf5\xdb\x3e\xfa\x3f\xad\x0a\x1c\x0c\x67\x7c\x69\x95\xc8\x15\x61\xac\xa2\x5e\x13\x09\x72\x84\x4e\xb4\x0d\xd0\x88\x56\x56\x46\x04\x7b\x4b\x17\xed\xbc\x49\x55\xc7\xc2\x76\x17\x6a\x73\xcd\x3a\x49\x9c\xa6\x7d\x11\x1b\x0b\x10\x21\x09\xc2\xdc\x97\xa2\x7e\x22\xaa\x8a\x3d\x7b\x2d\x58\x06\x74\xd5\x74\x65\x2e\xd7\x36\x40\x35\x71\x88\x6a\x6c\x2d\x63\xf4\x1c\xe1\x32\xb3\xf6\xef\xdc\xcb\x36\xd8\x4b\x4b\xaf\x0c\x3b\xa8\x7a\x27\xc3\xf3\xd3\xb4\x8e\xa3\x6d\xfd\xcb\xdb\x4d\x4a\x68\x18\x76\x3f\x5b\x43\xd5\x4f\x8f\xfd\x42\x9a\x65\x9d\xc4\x34\xcd\x7d\xda\x2e\x1e\x5e\xa4\x1d\xad\xed\xe2\x31\x9a\x24\x1e\xa8\x4e\x00\x7f\x4a\x47\x25\xad\xc0\xc6\x7c\x43\xd4\xa9\x7c\x3d\xfb\x9a\xf8\x91\x2f\x27\xa5\xa1\xaf\x88\x63\xe1\x12\xe6\xcd\x71\xcf\x67\x0f\x27\xe6\x3f\x7b\x31\x90\x97\xbe\x4a\xd9\x70\xe5\xa4\x24\xbd\x07\xa2\xd7\xac\x66\x67\x67\x8f\x5f\x8a\x06\xec\xec\x31\x89\x8e\xf1\xb6\xb3\x9a\x4f\xee\xe4\x71\xd7\xed\xda\xaf\x9b\x62\x21\x4a\xda\x50\xa1\xfb\x22\xde\x17\x75\x9c\xa0\xf8\x15\xb8\xda\xb0\xf4\x65\x1a\x97\x3c\xe4\x97\x20\xe0\x25\xdb\x0b\x66\x27\xc4\x4f\xf1\xc7\x57\x22\x40\x42\x76\x21\x6c\xcd\x7d\x9d\x80\x89\x7f\x38\x10\xdb\xdc\x35\x9e\xcd\xbe\x4c\xdf\xdc\x6f\xe2\x6a\x2d\x2d\xd0\xaf\x68\xc5\x3f\x23\xf0\xca\xb3\x07\x75\x49\x38\xfe\xac\x2f\xcb\xb8\xd9\x2f\xe4\x57\xd4\xca\x4f\x2d\x7c\x46\xdb\x0a\xdb\xbd\x16\x96\xf2\x53\x0b\x1f\x6c\xeb\x6c\x6d\xcb\xd6\xfc\x6b\xf6\xb2\x49\x53\x59\x77\x6b\xf9\x22\x70\xe2\xa3\xe9\xb8\xea\xbf\x33\xab\x3a\x48\xd9\xb2\xfd\x6d\x60\x96\xf9\x76\x16\x17\xbb\x6d\xcc\x6c\xb8\x05\x50\xed\xab\xb9\x83\xc7\x11\x5b\x81\x04\x2f\xd0\xad\xbe\xdc\x64\x77\xee\x2d\xef\xe2\x86\x03\x51\x11\x82\x21\x79\x3f\x68\x28\x21\xf4\x79\x73\x63\xc7\x7e\x43\xdc\x70\x55\xe7\x74\x4e\x06\x6d\x12\x3a\x72\xe3\x16\xfc\x90\x47\x74\x3c\x84\xcf\xbf\xdd\x06\x66\x8f\x6f\x67\x2c\x65\xf9\x55\x04\x7b\x10\x9c\xb5\x41\x0e\x3a\x28\xe3\xef\x46\x35\x6c\xe3\x87\x2a\x09\x8d\x90\x1a\x47\x4e\x7c\x9c\xd0\x56\x2b\x41\x38\x9a\xc1\xb0\x60\xba\x08\x2a\x38\x93\x82\x01\xfe\x96\xd0\xf6\xba\xe8\x13\x37\xa6\x23\x92\xbc\x87\x63\xe8\xab\x9c\xd8\xbf\x4a\x61\xee\xc3\xd4\x0f\xaa\x08\xf3\x57\x17\x7f\x6a\xfc\x27\x96\xd4\x54\xdd\x34\xe9\xba\x33\x6a\xb1\x88\x30\x15\xb0\x15\x64\xd4\xb9\x43\xc6\x4e\x56\x56\x64\x7c\x91\xaa\x21\xcf\xa7\x15\xf1\xbe\xf2\xa8\x9c\xf5\xf8\x58\xae\xd2\xb4\x5a\x76\x71\x9e\x56\xa0\x95\xbe\x18\x8d\x9b\xa3\x4c\x0c\xf6\x49\xd8\xa4\xb9\xd8\xdc\x26\xaa\x26\x06\x7d\x4c\xd4\x21\x06\x79\xaa\x8a\x6f\x01\x3c\x54\xb5\xa3\xbb\x3e\x55\xb7\x93\xab\x7f\xa0\x96\x6c\x33\xd7\xa0\x99\x26\x13\x6c\x80\xd4\x31\xf3\x2d\x93\x78\xee\xd6\xc4\x2e\xad\xdb\x82\x27\xc3\x85\xe1\x83\xaf\xcb\x8c\x7d\x2b\x20\x45\xd0\x9d\xa5\x4d\x65\x2f\x1b\x4f\xf3\xc1\x5a\x28\x43\x81\x48\x2a\x4b\x8c\xcc\xcf\x4b\x26\xc6\xce\x4a\xf7\x8a\x6e\x45\x02\x3a\xca\x4a\xec\x94\x4a\x22\x61\xfc\x47\x2d\xd3\x01\x02\x79\xb8\xb1\x69\xa8\xcf\x56\xd9\xaf\xed\xc1\x52\xb6\xa9\xf6\x77\x86\xda\xbd\xab\x59\xab\xce\x49\xbf\x23\x8a\x46\xb2\x55\x01\xb1\xae\x48\x43\x33\xf6\xaa\x2f\xa0\x96\x88\x59\x16\x2b\xe2\xb6\x83\x24\x2f\x73\x64\x31\x49\x77\x9b\x2f\x12\xb8\x4e\x98\x88\xcc\x19\x60\x7d\x98\xcc\x14\x43\x52\xc4\x81\x0b\x9a\x83\x63\x97\xb6\x3d\x0b\xab\x65\xad\x60\x0f\xcd\xd3\x7d\xc0\x5d\x0d\x89\x15\x88\xb9\xa5\xfa\x32\xc0\x1c\x9a\x25\x68\x51\x20\x8a\xc2\xb6\x7f\xbe\xb7\x4d\x81\x57\x79\x67\x23\x6c\x58\x9d\x47\x5f\x10\x32\xed\x86\x70\xa3\xe5\xec\xc1\x36\xff\xf2\x96\xc7\x47\xd5\x7a\x4f\x52\x50\xa6\x78\x20\x60\x11\x19\x34\x4a\xae\x27\x59\x09\xff\x98\x50\xdf\xed\x2b\x1a\xb9\x17\x51\x0e\xb5\xb4\x29\x05\x56\x5c\x1c\xae\x3c\xd1\xc9\xf1\xc8\xe2\x79\x43\x07\x8b\x98\xfc\x79\x74\xf5\x0f\xb8\x0c\x65\x24\xa4\xb0\x79\x9d\xbe\xef\x7b\x12\x9e\x8a\x32\xc5\x01\x11\x21\x01\x9d\x41\x94\xc9\x58\x9d\xdb\x11\x4d\x6d\xcf\x09\x29\xa7\x9d\x00\xb1\xee\x1d\x9a\xca\xb9\xf6\x0f\xd1\x06\x6e\x57\x5e\xf7\xc4\x0c\xb2\xea\x19\x9d\x87\x2e\x03\x11\xad\x08\x5d\xe5\xe1\x48\x7c\x20\xf6\x0a\x82\x92\xa8\xf4\x45\x17\xd4\x53\xc3\x35\x31\x75\x76\xc8\xde\x68\x70\xfa\x06\x2b\x32\xc4\x57\x5b\x12\x8f\xd5\x66\x6c\xfd\x0c\xec\x41\x4c\x20\x6a\xe2\x2e\x0c\x06\xa7\x3e\x64\xbf\x7a\x95\x66\xe2\xd1\xb4\x14\xee\xc4\xbb\x57\x8f\xd3\x24\x3d\xa7\xb6\x0a\x62\x3d\x2e\xd6\x7d\xe7\x30\xfd\x37\xb8\x81\xaf\x67\x6b\x38\x4f\xa5\x6a\xb2\x52\x17\x33\xd1\x07\x57\x99\xc7\x4c\xcf\xfe\x5c\x13\x21\xae\x2b\x28\xfc\x2b\xe8\x45\x3b\xd1\x90\xb0\xc7\x99\x75\xe4\x83\xcb\x99\xd1\x74\xa9\x17\xda\x5e\xdd\x42\x8c\x27\xda\xec\xbc\x2e\x8a\xfa\x0d\xb4\x60\xc4\xa5\x65\x3b\xb1\x4c\xd0\x36\xc7\x40\x32\x8b\x57\xd2\xec\xa5\x11\xbf\xad\x12\x4f\xaa\x41\xd7\xca\xd5\xa2\x87\xd0\xca\x56\xa8\x2a\x25\xe6\x73\x47\x37\xd0\xfb\x42\x6b\xae\x26\x2e\xa8\x63\xca\x39\xe3\x71\x70\xe8\xcd\x05\x2e\xc2\x10\x7b\x33\x59\x0e\x97\x3d\xde\x83\x13\x57\xfa\xe1\xda\xd8\xc5\x1d\xe1\xc5\x4a\xc4\x4a\x9e\xd1\xb8\x39\x58\x3b\xb8\x45\xd8\x64\x8b\x09\xbf\x9f\xd9\x37\xc6\x87\xef\xf5\x2c\xf4\xf2\x1b\x39\x72\xe9\x06\x89\xcd\x71\xa6\x78\xa5\x65\x26\xfa\x44\x50\x85\x5a\xf6\x59\x9d\xb7\x38\x63\xe3\x6d\xf4\x2c\x4d\xe8\x28\x3d\xb6\x22\x14\x3c\x22\x8a\x6c\xcd\x7a\xa2\xd6\x7a\x4d\x60\x7d\xa7\x34\xa4\x33\x1a\x75\x4a\xc2\xb2\x31\xa3\x9c\xd1\xb8\xfa\x2c\x81\x5b\x27\x1d\x92\x3f\x9c\xce\x66\xbb\x7e\x45\xcd\x59\x0f\xc5\xc7\x69\x93\xd3\xda\x1a\x05\xac\x99\x8a\xfa\xa5\xb2\xee\x65\x24\x3d\xc1\x81\x8f\x2b\xb1\xee\x86\xcd\x39\xe0\x54\xb6\x81\x8e\x26\x2b\x36\x19\x73\x57\xf8\x57\x59\xf8\x02\xa2\x24\x40\xdf\xa4\xab\x88\x4d\x0e\xc0\x45\x35\x89\xb0\x66\xfc\x89\xb3\x0b\x78\xa6\x22\x4b\xc5\x2d\x5d\x57\xfd\x61\x32\x90\x3c\x07\xa6\x36\x35\x23\x06\x7b\x6c\x35\x61\xa1\xd8\xc9\xbe\x21\xe7\xf0\xb7\x64\x42\x7c\x92\x44\x67\xf5\x3e\x4e\x02\x4f\xe0\x33\xf1\x04\x86\xe8\x2b\x16\x5b\x42\x5d\xe5\xac\xdf\x25\x90\x34\x07\x2e\x9f\x11\xd4\xf8\x84\x2d\x48\x70\x0b\x01\xac\xe4\xe8\x7c\x43\x2d\x22\x87\x34\xbc\x31\xf5\x2a\xb0\x86\x7a\xd7\x0f\x7a\xf5\x32\x2a\x3c\xb5\x33\x81\xee\x6f\x58\xc7\x28\xb4\x98\xb1\x73\xbe\x96\xc7\xa3\xfd\xa2\x92\x1c\x23\x67\xd2\x3b\x70\xb2\x51\xff\x99\xbd\xf5\xb5\x82\x9d\x20\xab\x7a\xc8\x9a\x17\x24\x95\xd0\x25\x1e\xf8\x9d\xaa\x29\x5d\x0d\xeb\xab\xbd\xe8\x60\xc4\xf0\xae\x76\xf8\x68\xb5\x8f\xf0\xf5\xa0\xfd\x7e\x68\xb8\x37\x76\x7b\x63\x43\xee\xdb\xae\x2e\x0d\x22\xbc\xfa\x07\x3c\x0f\x04\x70\x68\x74\x26\x41\xad\x6e\x55\x37\x2f\xd0\xac\x9a\x3f\x31\x5e\x0f\x57\xdf\x9b\x5d\x0a\x2e\x6d\xe4\xbb\xe9\x7a\x3b\x2a\x97\x8c\xfa\x27\x04\x58\x75\xa6\x8e\x96\xbb\x21\xf0\xe5\xdb\x41\xfa\x75\x33\x63\xe4\xb3\xcc\x4a\x48\x98\xaf\xc4\xb3\x21\x35\x2e\x93\xa0\x8b\xb8\x62\xa5\xfc\x6e\x3d\x2e\x3f\x18\x9d\x3d\x42\x3a\xca\xd8\x77\x26\xbe\xe1\x30\x99\x93\x31\x65\x17\x75\x64\x83\x18\x09\x07\xf1\x4c\x48\x90\x62\x34\xac\x9f\xf3\x35\xc4\x0a\x5a\xef\x71\x68\x10\x96\xe3\xf2\x9d\xed\x41\x59\x1c\x55\x29\x4c\xf0\xe5\x66\xf9\x86\x9c\xf8\x60\xd0\xee\xfe\x58\x2d\x4d\x30\xe5\x24\xb8\x0c\xf3\xc8\x1b\x86\xf2\x6f\x82\x0f\xd8\x56\xed\x0c\x2b\xe2\xc6\xa0\xca\x27\xdb\x97\xf6\xfd\x21\xd8\x46\xba\xba\x09\xcb\x88\x48\xd3\x5a\x47\xa4\x13\xe0\x55\x68\xc8\x8c\xb7\xfa\xa1\x72\x38\xc3\x8b\xcb\xba\x08\x45\x8c\x9d\xef\x83\xe6\xad\x09\xb9\x8f\x14\xf6\x23\xdc\xcb\x2f\x09\xc4\x75\x29\x83\xfc\x09\xd7\x27\xd5\x10\x4e\x21\xdd\x26\x63\x25\x89\xe9\xc0\x7c\x50\x9d\x9a\xed\x97\x16\xcf\x5c\x08\x29\xc1\xb1\x37\x03\x84\xae\x9d\x30\xa5\x75\x6b\x03\x15\x1d\x14\xea\x34\x86\x62\x5d\xc5\xec\x1c\x31\x1d\xa9\x50\x1c\x8f\x89\x55\x54\x55\x89\xef\x93\xce\xb2\x51\x61\x09\xb5\x88\x6e\x2b\x9e\x8a\x04\x3d\x81\xff\xca\x49\x7a\xea\xc0\x7b\x45\x65\xdf\x8a\x09\x67\x30\x10\x73\xb2\x42\x82\x17\x9c\x2e\x6e\x3c\xc9\x3e\x9a\xc5\x49\xc2\xc7\x5d\x3d\x08\x70\xc8\x06\x62\x29\x74\xfe\x0c\x16\xea\x20\xc3\xcf\xcb\xc0\x0c\x04\x2b\xc4\x82\xd9\x0f\x5d\x83\x0f\xb1\xf9\xcc\x23\x4f\xe7\xfe\x6b\xad\x3e\x9b\x54\xe4\x39\xb6\x71\xf5\x43\x81\xc4\x8e\xda\xac\xd4\xc4\xbc\x87\xf4\x0c\xf3\x15\xec\xa3\xa7\xfb\x20\x23\x54\xf9\x4f\x32\x12\x16\xc2\xb4\x38\x7a\x88\x45\x43\x45\x3d\x2b\xc7\x13\x07\x82\x6f\x7c\x89\xeb\xec\x09\x6d\x85\x2f\x8f\x15\x50\xc4\x42\x71\x03\xe7\x46\x1f\x40\x8f\x7f\x19\x8b\xcb\x4a\xab\x34\x50\xd8\x1c\x4f\x26\xe0\xce\xd8\xe1\xd7\x38\xeb\x24\x82\xdd\x5a\x99\x2b\x89\x2c\x2c\xa8\xe2\x34\xd2\x9a\xcb\xfb\x07\x46\x17\x8c\xa6\xda\x1a\xfe\xc5\x0d\x14\x71\x98\x66\x29\x5a\x24\x9e\x97\x2a\xf2\x3f\x6b\x69\xb9\xab\xcd\xe7\x5f\x62\x73\x0b\x31\xf8\x1a\xbf\xd2\x8a\xc5\xb6\xa2\x0c\x8e\xf0\x67\x1f\x6b\x0d\x78\x49\x3f\xee\x57\x47\x98\xe7\x67\xb1\xff\x3c\x82\xb1\xd2\x94\x1c\xeb\x3c\x7d\xf8\xe5\x84\x7d\x47\x41\x82\x6a\x06\x4c\x0c\x13\x95\x28\x47\xd8\x4d\x59\x31\x04\xbb\xeb\xe7\x71\x03\xcb\x6b\x81\x7d\x0e\x1e\x76\x05\x5d\x6f\x58\x8c\x20\xf6\x63\x25\xb8\x26\xe3\x7e\xae\xbe\xbf\xfa\xe9\x92\x70\xfd\xdc\xde\x21\xec\xb4\x77\x18\x40\xbc\xcd\x7e\x53\x91\xa7\xfb\x11\xb9\x44\xe7\xa1\x2a\x04\x78\x16\x07\xba\x1f\x53\x8d\x79\x9f\x71\xb5\x63\xd5\x9f\xc1\x69\xd5\x7b\x05\xc1\x55\x4d\x35\x7b\xee\xae\x7f\x80\x3e\x1a\x9f\xd7\xaa\xcf\x85\x93\x18\xf5\x9a\x9b\x23\x1a\x5e\x85\x60\x99\x9d\x68\x32\xb8\x0b\x1f\x19\x7c\xc9\x13\x27\x6c\x69\x86\x6c\xf1\x65\xb8\x1a\x82\x35\x87\x40\x16\x6f\x0e\xf7\xf6\x3d\xf1\xa6\x3a\xae\x83\x06\xe0\xc1\x4e\x0c\x21\xae\xf1\x29\xc0\xcd\xb8\x73\x34\x1c\xb3\x10\xe1\x1a\x1c\x44\x9e\xa0\x0a\xb2\x1c\xd8\x41\x02\xce\xb6\xa2\x2e\xe2\x2d\x3b\xab\x3d\x8d\x1e\x3f\xb6\x30\xb2\x29\xaf\x73\xac\xa2\x69\xb4\xaf\x73\xde\x1e\xc2\x3f\x5d\x6a\x57\xc4\x9c\x10\x5c\xb8\xff\x8b\x99\xa0\xd1\xc3\x24\xcc\x76\xd6\xd5\x74\x98\x07\x75\x8d\x3f\xbf\x9b\xc2\xbb\x5a\xb1\x88\x4d\xe4\x38\x35\x70\x88\x2c\xac\x42\x9d\x13\xe7\x0c\x86\x53\x1f\x0e\x8b\xcf\x56\x7e\xad\x56\x6a\xf9\x76\x34\x90\x00\xc6\x5f\x2d\x23\x8d\xe8\x25\xaf\x0c\x44\x56\xc5\x0d\x97\x1e\xcb\xbe\xe7\xe7\x24\xba\xa1\xd0\xdc\x55\x2b\x1a\xf6\xe2\x7e\x00\xf0\xa4\xde\xc1\xbb\x85\x8b\xdc\xe6\xb9\x9e\x57\xdc\xad\x6f\xad\x21\x72\xb0\x63\x23\x17\xeb\xf6\xcc\xb4\x63\xae\xb9\xe4\xb5\x5c\x3c\xc1\xe2\xb5\x74\xdb\x1e\xea\x32\x1e\x40\xf0\xf2\x0c\x45\xdd\x65\xa4\x2a\x6f\xec\xa0\x1a\x55\xb8\xfa\x27\x31\x97\xb2\x53\xad\x2c\x17\x7f\xb1\xde\x56\x83\xfd\xe2\x8e\x8e\xc5\xd2\x78\xf2\xe2\x0f\x47\xea\x7e\xa8\x50\xfe\xd6\x19\xc7\x55\x3b\x02\xe3\x69\xd0\x88\x0d\x61\x78\x0e\x58\x43\x1a\xdc\xa7\x2e\xb6\xb7\xc8\x27\x1c\x96\x83\x92\x56\x19\xa1\x8c\xe7\x25\xa8\xc5\xae\x83\xac\xc1\xa1\xe9\x87\x60\xb2\x5b\xb0\x18\x4e\x8c\x31\xa4\xbe\xe2\x48\xce\x64\x91\xe8\xe3\x47\xe2\x19\x00\x1f\x2d\x78\x8b\xa6\xa5\x79\x9b\xe1\xdc\xd6\xb6\xf4\x91\xad\xb6\xec\x27\x84\x27\x4c\x44\xb0\xb0\xf1\x70\x2c\xf7\x4e\x5b\xa0\x1b\xb6\x08\x4d\x66\x01\x94\xe6\x9f\x0a\x87\xd7\x0e\x1d\x0f\x39\x1b\x82\xe7\x26\x6b\xda\xeb\x99\x9b\x16\xa6\xf6\xc7\xc7\x7c\xbd\x7b\x87\xf2\xef\x46\x7d\xfe\x64\x9d\x21\xf8\xe0\xc0\x82\x0d\x71\x9d\xd1\x3f\x1f\x45\xde\x6b\x99\x4b\x66\xe7\x54\x5e\xa3\x9d\x81\x2e\x8f\xfd\x8d\xd8\x0d\x99\xd6\xd8\xf4\x3b\xed\x6c\x73\x06\xe4\x6a\x40\x9c\xc8\x2f\x8c\xfe\xc0\x5a\xce\x7e\xf3\xec\xbb\xab\xef\x03\xec\x23\x2a\x88\x08\x86\x09\x79\xf4\xf0\xab\xeb\x1f\xa2\x93\xa7\x7f\xf8\xf2\xe4\xd9\xc9\x9f\x2c\xa7\xf1\x91\xf5\xaf\x1d\x8c\x87\xb7\x8f\x86\x8d\x37\x18\x78\xc7\x18\x94\xaa\xa3\xaf\x38\xc3\xc9\x46\x0f\x00\xcc\x0e\x8b\x3b\xe6\xc4\x10\xdf\x97\xab\x9f\x7d\x03\xed\xe6\xeb\x99\xd8\x1c\xce\x58\x8d\xeb\x6c\x5d\x62\x1c\x97\xdb\xe7\x0c\x60\xca\x7f\x5d\xff\xb0\xcf\x9c\x6e\x1c\xd6\x96\x88\x99\x18\x51\xfa\xe2\x41\x51\x4c\xfc\x03\xbb\x9a\xc5\x6e\x88\xb4\x66\xab\xb4\xba\x14\xbf\x8d\x3c\x2d\x32\xd5\x74\x55\xc2\x62\xf5\x84\x0a\xf0\xaa\x02\xf8\x06\xca\x55\xf1\x4d\xa4\x9b\x09\x2f\x4f\x29\x41\x81\x7b\xf2\x24\xbd\x7f\xd6\xee\xe8\x8e\xad\x89\x26\xb6\x8b\x5b\x7d\x16\x35\x69\x12\xc1\x35\xf3\xd6\xe7\xac\xe9\xa0\xfd\xa0\xf2\xcf\x47\xf5\xf1\x44\x7a\x0d\x0a\x3a\xf4\x7d\xe2\x93\xaf\xbc\x6c\xec\x5d\x81\xec\x3d\x7b\x32\x3b\x21\xda\x06\x7e\xfb\x76\x59\x37\x8c\x14\xbc\x41\xe0\x81\xb6\x99\xc9\x1d\x55\x39\x01\x05\x1b\x41\xb8\x4c\xcd\x50\xae\xbe\x87\x84\x5f\x18\x31\x65\xa0\x61\xba\x3b\x5b\x17\x75\x65\x37\xe6\x49\x01\xf5\x20\x3b\xca\x54\xd8\x67\x78\x2d\xc9\xab\xff\x83\x1e\x77\x37\x3e\x1a\xd6\x90\x01\xcc\x90\x06\x34\x0e\x58\x44\x3d\xf0\x59\xea\xf9\x68\xc6\x33\x62\xbb\xc1\xa9\x18\x46\xe4\xe5\xb9\xf8\x13\xe6\xf2\xf4\x0a\xef\x20\xd9\x40\x11\x14\x8d\xb6\xd6\x14\x57\xce\x97\xcb\xbc\x37\xdc\xf8\xa7\xe2\x5a\x8c\x44\xd3\x9e\x31\x7c\x68\xf9\xb2\x88\xce\x16\xcb\x22\x1f\x11\x76\x80\x43\x0e\xf0\xaf\x4d\xd6\x65\x9b\x0a\xae\xb9\xe6\x91\x20\x9d\xca\x75\x17\xcd\x6d\x41\x64\x02\x17\xb4\x33\x3c\x98\xae\xda\x74\xf1\x34\x6b\xe3\xca\xfe\xb4\x47\x52\x98\x0f\x2a\x71\x9a\xa9\x96\x7d\xe7\xa8\xab\x38\x51\x47\xcb\x3a\xef\xf5\xa7\x5f\x6f\x25\x25\x11\x24\x05\xda\xc4\xde\x54\x8c\xfb\xae\x5e\xd2\x8c\x3a\x73\xe0\xf7\x5a\x54\x58\x7d\x18\xdd\x2b\xad\x55\xe0\xc8\x59\x81\xc5\xb8\xda\xda\x4d\x71\xde\xb5\x49\x7a\x1e\xf7\x85\xb1\xaa\x2c\xfe\xe8\x3d\x16\x3a\x8d\x0b\x8d\x4a\x40\xe8\xb1\xaf\xe0\x50\x96\xc4\xc1\x17\x59\xd5\xaf\x2f\x63\xf8\x40\x18\x25\xcf\x8a\x24\x65\xb0\x7e\x3d\x7f\xae\xee\x65\x97\xc0\xce\x74\x47\xce\x53\x58\x77\x0a\x8f\xf4\x98\xc6\x32\xd8\x5f\x2f\x88\x15\x14\x07\xe5\xe8\xa4\x89\xd5\xdd\x29\xba\x03\x69\xfb\xae\x01\x24\x3e\xb8\x61\xd9\x41\xe1\xc4\x3d\x27\x2c\x94\x41\x59\xc3\x2d\x0c\x48\x70\x92\x17\x7b\xa0\xa7\xfb\x10\xf1\xbb\x4b\xc5\x48\x0a\xab\x15\x31\x7e\xda\x14\xf3\xd5\xed\xbe\x02\x5e\x78\x4a\x7f\x47\x67\xfc\xf7\xec\x0d\x7c\x0d\x60\xd7\xb9\xfe\xe1\x12\x57\xaf\x32\x76\x9d\x4d\x0c\x6c\xe6\x99\x76\x68\x25\xc4\xa4\xd3\xe4\xad\x3d\xc6\x62\x86\x10\x0b\x0b\xed\xc8\x7a\xab\x1e\x94\xf5\xf9\x92\x77\x88\x25\x19\xbc\xfb\x38\x8e\xca\x38\x27\x79\xab\x2f\xa1\x70\x60\xec\xe6\x84\xcf\x88\x2b\x81\x49\xeb\x21\x4f\x96\xe6\x89\xc0\x7c\xca\xfc\x73\x6a\xf1\xb2\x67\xf7\x69\xf9\x41\xe3\x07\x58\x7d\x6c\x2b\xe0\xe5\x0f\x9a\x7b\xd4\x4e\x57\xa5\xd0\xde\xf6\x78\x0c\x1f\xb8\x23\x3d\x92\xad\x48\xf0\xbc\x50\xa2\x58\xc8\xfb\x7f\x8e\x62\x61\x5e\xfe\xfb\x25\x43\x04\x8f\xeb\x1f\xa0\x5e\xe0\xdc\x68\x55\xf4\xe9\xad\xcf\xf7\x7c\x22\x3c\xcc\xab\x9c\x89\x6d\xd0\x47\x48\xd2\xe3\xc3\xae\x73\x43\x99\x0b\xf6\x34\x07\x0c\xe8\xd3\x1d\xaf\x09\x08\x4b\x7d\x3d\x4f\x18\xf7\xee\xf6\xe3\x47\x7f\x78\x29\x9a\x00\x79\x56\x88\x91\xcb\x73\x63\x79\x71\xef\xbd\xec\xd4\xc6\x69\x9e\x65\xd6\xb6\xc2\xb9\x55\x99\x55\x9d\xba\x77\xdc\x22\xbd\x43\x92\x8b\x71\x08\xf0\x7c\x9a\xcd\xa8\x75\xee\x5a\x71\x0f\x24\xe0\x6c\x28\xaf\x23\xac\x83\xa4\x0c\x85\xdf\x47\x10\x5f\x7b\xf5\x13\xfc\xcc\x99\x61\xad\x0b\xb4\x62\x0c\xb2\xc0\xb1\xbc\xa9\x46\x95\x6e\x1a\x57\xcb\xba\x2c\xde\xe8\xcd\x8e\xb9\x3a\x8c\xde\x7f\x81\xf5\x1e\xee\x70\x12\x89\x04\x7e\x66\xb8\x09\x74\x2e\x6c\xb1\x98\xa7\x7d\xf4\xee\xc8\xc3\x92\xd8\xc2\x73\x65\x44\x9c\x37\xc0\xa5\xc5\xff\xfb\xde\x56\xdd\x7b\xef\xfc\xc1\x68\xed\xf6\x74\xa7\xaa\x7c\xf1\x44\x18\x70\xf7\xc5\xf1\x9d\x52\x82\xe7\x2f\x5e\x05\xf5\x48\xd2\x42\xa7\xf7\xfb\xaf\xff\xfe\x3f\xee\x3d\x90\xad\x7c\xd0\x35\x05\xfd\xdd\xf5\x88\xc3\xd0\xf0\x15\x5a\xf1\x55\x42\x2b\xd8\x31\x5b\x99\x84\xcd\x32\x2e\x49\x54\x64\x7c\x21\xc8\x82\x39\x3d\xb5\xd3\x7a\x9f\x09\xa8\x65\xf3\x8a\x62\x0e\xc8\x99\xc2\xf1\xce\x82\xef\x4a\x22\x2d\x2a\x99\x41\xc6\x1f\x10\xb5\xe8\x15\x09\xf7\x7f\xe9\xb3\x75\xbe\xdc\xf4\x59\x42\xcc\x23\x2a\xe2\x05\x24\x87\x8e\xa8\x36\xd7\x3f\xd2\xce\x3d\x31\x6a\x2b\x65\x18\xba\x6d\xd6\x5a\x33\xbf\xae\x6e\xce\x24\xc4\x7f\xa1\xc1\x14\x72\x5d\x97\xc4\x79\x63\xa2\x78\xbc\xd5\xf2\x33\x01\x31\x01\x3b\xad\xab\x8f\xab\x66\xbb\x1e\xfe\x79\xb0\xd2\x4b\x0f\x7f\xe4\x77\x90\xea\xd1\x60\xfa\x1a\x35\xa6\x3a\x5a\xa1\xca\x34\x38\x8e\xdc\xe0\xb0\x40\x4d\xf8\xca\x3a\x82\xb0\x6c\xd6\xd6\x15\x71\x68\x6a\x30\xd9\x00\x2f\x11\xf3\xcf\xde\xc3\x4f\xea\x64\xa6\xa4\x0d\xe4\xac\x6b\xd2\x74\x71\x72\xfd\x36\xbe\xfa\x7e\x76\x9e\x15\xf0\x32\x55\x77\x02\x44\xa5\xe8\xe2\x0d\xa0\x64\xb7\xe5\x45\x76\x94\xb1\x93\x00\x60\xe1\x94\xab\x6d\xc1\x05\x00\x9b\xd0\xcc\xa8\x4a\xbb\x90\x00\x20\xc4\x22\x33\x77\x38\x0a\x30\x83\xa0\x34\x53\xc1\x68\x72\x86\x26\x4c\x90\xc2\x76\xd1\x65\x79\xda\x81\x9c\x94\x74\xcb\xda\x8e\x76\x06\x22\x52\x51\x97\x29\xf5\x4c\x07\x4a\x0f\xdd\x6c\xcd\x9e\x94\xa0\x40\x2c\xa8\x70\xd8\x1b\x0c\x2d\x6e\xd1\xa7\xbc\x65\x63\x97\x01\x98\x4e\x9b\xf8\xcd\xe2\x31\x9d\x44\xfe\x41\xfb\xcc\x81\x88\x80\x11\x20\xdf\xca\x57\x7e\x06\xa4\x70\x91\x65\xb5\xb5\x0a\xb0\x52\x2c\xf7\xc9\xf0\xee\x4e\x27\x22\x20\xf0\x87\x2e\xc0\x36\xf2\x06\x31\x1b\x42\xa4\x87\xcd\x28\xce\x1b\x9c\xdf\x76\x11\x63\x80\xa7\xc9\xb3\x19\xb1\x89\x34\x90\x39\x87\x27\x82\x05\x18\x3e\xa7\xf8\xc3\x14\x88\x09\x50\xca\xbe\xe6\xbf\x83\x62\xfc\x23\x85\xe2\x3e\x9a\x18\x87\x5f\x2d\xdf\x35\x29\x4f\x4a\x6c\x51\xb0\x1b\xf3\xef\xe8\x81\xfc\x36\x60\xeb\xb8\x62\x1f\x12\xb4\x06\x07\x6d\x10\x13\x6e\x16\x4f\xd6\x3a\xe0\x3f\x7d\x2d\x63\x1e\x89\xdb\x8e\x2a\x30\x97\xc1\x68\xf8\x0e\xf1\x90\x1e\xd2\xcf\x08\x3f\x83\x21\x93\xa8\x45\x2c\x56\xba\xa4\x6e\x62\xc3\x6a\xbd\xaa\x7b\x88\x60\x44\xc0\x52\x3c\x77\x8e\x8d\xdb\x6d\x57\x83\xf8\xd3\xb7\x06\x9a\xe0\x5d\xdd\xa6\x91\xce\x04\x45\xa3\xa6\x19\x69\xae\xd2\x73\xf0\xad\xf8\xe4\xda\x45\x89\xc0\xbb\x28\x54\x91\x40\x82\x53\x87\x4f\x06\x15\xa7\x41\x6b\x46\x52\xb7\xf3\x39\xe5\x0f\x07\x66\xb4\xc5\xe3\xc2\x37\x4d\xd6\x19\xa5\x96\xeb\x1c\x45\x11\x17\x45\x52\xf4\xc1\xf3\x12\x77\x0a\x1e\x8e\x41\xdd\x5f\xe0\x39\x0a\xb3\x1f\xdb\xb8\x8d\xa0\xe6\x8e\x04\x22\x89\x14\x04\x0e\x09\xfb\x8f\xec\x09\x03\x3f\xc3\xef\x6d\xe4\x9c\xd1\xcf\x08\x3f\xb9\x23\x3c\xb1\xf3\xfa\xb2\x52\xed\xe2\x25\x7c\x39\x89\xeb\xca\x60\x65\xa5\x35\x3b\x8e\xfe\x8c\x19\x81\x23\x89\x32\x78\xad\x25\x34\x01\xcc\xe8\xe3\x79\x44\xb0\x24\x6a\xd4\x34\xd7\xd8\xaf\xb0\xa9\x65\x4e\x90\x73\x37\x59\x55\x61\xa9\xeb\x73\x5d\xed\xb4\x48\xbc\x46\x56\xf1\x3a\x27\xa6\x65\x9d\xda\xd1\x10\x19\xaa\x1b\xef\x94\xae\xd3\x62\xc9\xee\x44\x8b\x8c\x3d\x05\x4c\x09\x23\x02\x7b\xca\xd5\xc3\x7a\x70\xc8\xa1\x38\xee\x48\x66\x59\x9c\xd0\x8c\x68\xe5\x3e\xfe\xcc\xcc\xf5\xf3\x23\x0f\xc6\x14\x1f\xb9\x2b\x08\xf3\x39\xdd\x3e\xfc\x13\x94\xa8\xbf\x8c\x9e\x0b\xbf\x44\x07\xa4\xfe\xdf\x4a\x9c\x12\xcc\x35\x32\x91\x3d\x22\xba\x63\xc4\x0e\xa6\xe0\x69\xdb\x75\x93\xf1\x67\x6f\x23\xb4\x09\x59\xc9\x62\x4f\xc8\x45\x8e\xa2\x5e\x19\x9d\xa3\x29\x36\x6b\xac\xfa\x17\xc3\x15\x0a\xf0\x3d\x4c\xf2\x16\x3f\xf1\x31\x16\x1f\x29\x70\x9d\x39\xea\x66\xda\xe7\x2f\xb4\x95\x46\xa3\x53\x59\x6f\x78\xd7\x0a\xdd\x1f\x39\xad\x32\x58\xde\x4a\x90\x6a\xfa\x2b\x02\xaa\x8f\x34\xfe\xd8\xdc\xc7\x73\xc6\x69\x8d\x5d\x71\xb0\x30\x03\x3f\x7b\x7f\x0d\x02\xb7\x90\xe1\x09\x55\xac\xb5\x4a\x95\x2a\x7e\xa1\x05\x91\x14\x00\x99\x70\x81\x6d\xce\xd0\xb7\x02\x92\xe6\x5e\x88\x31\x91\x2c\xe9\x5a\x4c\xa7\x52\x14\x49\x51\x04\x9d\x5f\x88\x34\x6c\x5b\xf6\x84\x83\x2a\xc7\x8a\xf0\xaa\x8e\xd0\x8a\xf8\x7a\x57\xbc\x1d\xbb\x18\x4e\x1e\x11\xb8\x4f\x92\x19\x68\x55\x00\x17\x61\x70\xde\x1d\xb9\xa9\x1b\x3b\x59\xee\xc5\x56\x59\xbc\x54\x64\xc5\xf3\x95\x1e\x5b\x9c\x2e\x1e\x38\xae\xd8\x7b\xb7\xbe\x54\xfc\x47\x88\x9f\xae\x16\x5d\x98\xc6\x2c\x8c\xe9\x43\xda\x27\x64\x11\xc5\x1e\xba\xac\xea\x48\xc0\x83\xc5\x4a\x0f\x76\x23\x97\x33\x59\xbe\xd9\x7a\x9d\x0a\x1a\x53\xfb\x98\xc3\x64\x0a\x4b\x72\x31\x22\xb9\xa1\x67\x3e\x55\xf4\x45\xeb\xcd\x6f\xd6\xd0\x3c\x28\x88\xf1\x83\x09\x36\x65\x25\x0d\xdd\x8d\x36\x25\x14\xbc\x8d\x15\x19\x07\x9d\xd4\x8d\x3d\xe3\x82\x86\xcc\x61\xde\xc4\x59\xe5\xce\x3a\x35\x42\xb8\xad\x11\x3c\xde\x6d\x3d\x9c\x1d\xce\x73\x70\xba\x4e\x64\x09\xdf\x64\x9d\x9c\xee\x0f\x3d\x67\xb4\x2b\xda\x0d\x30\x00\x9e\x4c\x63\x5f\x68\x1f\xb0\x17\xb4\x07\x1e\xdd\x40\xa1\x1b\x0b\xc7\x05\xaa\x97\xea\xfc\xc3\xe7\xf3\x0b\x96\x5a\x38\xf6\x08\x7f\xfd\x58\xae\xbd\xb7\xc9\x3c\x4c\x66\xff\x59\x90\xf1\x30\x67\xdb\xaf\xe8\x48\x31\x12\x93\x3f\xe5\x74\x79\x97\x55\x5d\xa1\xb9\x4f\xcb\xb4\xb4\x41\xa7\x96\x7f\xe1\xf1\xde\xd0\xa3\xdf\x02\x5a\x44\xd7\x5f\x4f\x54\x9f\x19\x1e\x70\x3e\xc5\x0b\x9a\x32\x7d\x70\x6d\x8a\xa0\x53\x29\x63\x5b\x7a\xce\xe6\xad\xbe\xb0\x1f\x20\xaf\x73\xf8\xc9\xcb\xd8\xb5\xa1\xa8\x9c\xf8\xa1\x36\xfe\xb3\xfd\xca\x94\xe1\x25\xdb\x1f\xcd\x27\x79\x22\xcf\x6f\xd9\x1f\xb6\x79\x66\xbf\x13\xea\x33\xdf\x21\x21\xd8\x97\xe5\x88\xed\x29\xf6\x5f\x30\xc9\xde\xd7\xf9\x88\x1d\xf6\xca\x70\x59\x51\xac\xa5\x2c\xee\x78\xc5\x6b\x62\x82\x9b\xe5\xb0\x81\x0c\x4a\x3b\xe8\xa0\x7c\x50\xcb\x63\x0f\x58\x6c\x84\xb1\x08\xfa\x3b\x0c\x38\xdd\xfb\x21\x78\xab\xf5\x7a\x39\x1e\x0c\xa2\xe0\xbc\xbb\x22\x89\x79\x61\x77\x74\x19\x13\xbf\x1a\xe2\x99\x8a\x9a\x74\x4a\x6c\xf0\xaa\x12\x91\x44\x3c\x54\x12\x84\xba\xb8\x8a\xab\xf1\x24\x7c\x00\x09\xe9\x32\x31\x6a\x98\x98\xc3\x86\x22\xb6\xe8\xf8\xeb\x22\x57\x4d\x24\x21\xa7\x72\x74\x8d\xe8\x76\x8a\x21\x93\x37\x6c\x54\xb8\xdc\x15\xc4\x1b\x69\x0c\x06\xdd\x77\x7e\x2a\x41\x77\x30\xe8\x25\x3c\x1a\xc3\xce\xa4\x2d\xab\xbe\x9d\x8b\x71\xe5\x29\xee\x56\x0c\x46\x2c\x49\xe9\x46\x00\xf9\x52\x5d\x62\xd4\xe4\x10\x1d\xaa\x9c\x55\xe7\xb5\x43\x48\xd5\x7f\xfd\xb7\xff\x09\x2e\x60\xaf\xb5\x60\xd9\x9c\x47\x60\x84\xd7\xac\xa9\x02\x56\xae\x85\x4c\xdc\x02\xd5\x7f\x0a\xa8\x5b\xd1\xaa\xef\x3a\xb0\xfd\x2b\x30\x8f\x74\xb3\x15\x2d\xd1\x56\x02\x39\x23\x4e\xd2\x68\x60\x54\x0f\xc8\xee\xc0\xa8\x42\xa5\x75\x2c\xa3\x41\xbd\x43\x15\xa8\x8f\xc5\xd7\xad\xf2\xf6\xef\x84\x36\xb8\xd5\x89\x66\x0e\xc9\x31\x8e\x92\x16\x4c\x05\x87\x5f\x25\x28\x88\x34\xca\x47\xbd\x8b\x57\x8b\xdb\x89\xfa\x42\xdb\x4d\xc4\x79\x36\x45\xb9\x3d\xcb\xa6\x58\x85\x75\x7f\x8f\xa7\x8a\x40\xcf\x5b\x5e\x80\xc5\x19\xab\xc6\xb3\x28\x95\x03\xb1\x77\xa7\x52\x2b\x4c\xdd\xb8\x2e\xc0\x01\x43\xc0\x89\xd6\xf3\x41\xd5\x89\x7e\x0e\x5c\x37\x57\x4a\x02\x42\x3a\xd5\x76\x2c\xb7\x6a\xdc\xa2\xc4\x1d\x26\x51\x7f\xe2\xfb\x1c\xa1\x57\x54\x03\xc1\x21\xc3\xac\x1a\x62\x0a\xb6\xd5\xc8\xc8\xb4\xaf\xc4\x70\x2c\xce\x10\x34\x21\x9e\x1a\x26\x83\xcb\x11\x4d\xe0\x9b\xac\xd0\x59\x65\x75\x3d\x49\x9f\xbb\xf8\xbc\x13\x95\x4b\x62\x76\x88\xd9\x07\xd3\xa5\x95\x61\xef\x5b\xc5\xdb\x96\x83\xcf\x0c\x3b\x6c\x39\x7e\x23\xd4\x65\x45\x3c\x51\x34\xe7\x43\xd9\x11\xf7\x29\x84\x65\x02\x02\x28\x43\x20\x52\x90\xa4\x09\x08\x38\x96\x55\x9d\x8a\x3a\xaf\x24\xc6\xe3\x25\x6c\xcb\x89\xef\x08\xcc\xaa\x92\xa9\x11\xa4\x71\x3b\xa8\x6c\x4c\x20\xef\xdf\x48\x59\xb7\x1d\x88\x25\x3c\xa5\x1e\xaa\x9e\x04\x4f\x9d\x4a\xe3\xca\x36\xb5\x2e\xd2\xb5\x57\x2d\xbe\x3c\x50\x09\xf7\x8d\x37\x6c\xe1\xfc\xcc\xbe\xf9\xed\x6b\xe2\x16\x6f\x7f\xf3\xbb\xd7\xad\x30\x8a\x5e\xe8\xb8\xdb\xdf\x7c\xf2\xba\x8d\x72\xc6\x6c\x1c\x66\x22\x71\xb7\xc1\xb6\xb5\x3c\x27\x31\x7e\xc1\xed\xbc\x77\x65\xd6\xc9\xd4\x7d\xbb\xe0\x27\x41\x6e\x3b\x2a\x84\xce\x39\x83\xfa\xce\x7d\x13\x24\xc1\x08\xfa\x64\x8c\x23\x12\x2d\x02\xbd\x2b\x3c\xc2\xd6\x97\x4b\x5d\x91\x16\x28\x84\xd7\xc3\x56\x94\x02\x98\x25\xba\xc5\xb7\x76\x29\x7e\x03\xb6\xf9\xb6\xac\x82\x89\xc5\x85\x6a\xa2\x1c\xfe\xd6\xd4\x36\xce\xeb\xd2\x88\x0d\xa0\x78\xbf\x17\x68\x7d\xf8\xc5\x76\xf5\xd4\x3c\x12\xc4\xd9\x66\x6f\x8f\x92\xa3\x03\x5e\xfe\xde\x8e\xb3\xb6\x9e\x71\x8f\x53\x8e\x60\x05\x55\xa8\xe8\xf6\x73\x51\xe6\x07\x18\x91\x7f\xf0\x64\xbb\xb0\xc0\x0c\x47\x00\x5e\x99\xed\x87\x0d\x30\xf7\xa1\x9b\x94\xd7\x53\xc1\xf4\x9d\x7a\xec\x98\x09\x2d\xbf\xa1\xb9\xfd\xb8\x92\x92\x5c\x73\x04\x2d\xf8\x60\xa7\x74\xb5\xb3\x04\xc7\x8e\x0e\xc7\x2d\xbb\xf0\xfc\xeb\x73\x3e\x43\xe2\x4b\x89\x21\x77\xde\xa2\xcb\xb0\x3e\xa8\x0d\x6f\x9c\x7e\x4b\xaa\x53\xa0\x4a\x1f\xd0\x96\x78\x81\xa4\xf6\xb9\x65\x2b\x31\xa2\x33\x18\x3d\x60\xe8\xee\xba\xcc\x76\x00\x67\x5e\xc4\x94\xe0\x7f\x5c\xaf\x26\x78\x13\xac\x0a\x1c\xb5\x69\xed\xdd\x25\xdf\xd3\x42\xbf\x99\x10\x79\xe6\xdd\x3b\xab\x09\x02\xf7\xd0\x33\x82\x88\x20\x9e\x89\x78\x87\xe7\x6a\x46\x13\x51\x21\xda\x3e\x1b\x10\xed\xf9\x61\x65\xa0\x0d\x86\x60\x86\x15\x28\x17\x4c\xcf\x24\x1e\x72\x64\xff\x11\xf5\x97\x10\xab\x8e\xeb\x0a\x8b\x69\x8e\xb5\x65\xca\x88\x11\xda\x64\xc3\x72\x78\xb9\xd0\x65\x4c\x03\x82\x2d\x85\xee\x54\xb6\x8e\x1b\x90\x75\x0e\x01\x27\xe7\x21\x45\xaa\x8b\x82\xfb\x54\xf0\x5d\x23\x41\xe8\xc8\x4c\xdd\x72\xaa\x36\x3b\xdb\x0b\x9c\x38\xd9\x4c\x82\x38\x67\x47\x06\xf5\x3d\xed\x8f\x71\x3c\xe4\x73\x3a\xf4\xab\x6e\x95\xf6\x72\x08\x98\xc0\xf7\xfe\x03\xfd\xee\xa7\x07\x65\xdd\xef\x65\xfc\x93\x9e\xa3\x1e\x7a\xdc\xc5\x0d\x3c\x5b\x88\xb5\x12\x14\xf9\x84\x1f\x38\x5e\xff\x58\x7a\x07\x93\x2e\x61\xbc\xde\xe2\x52\x3b\x5e\xed\x5b\xd1\x2c\xa8\x42\x01\x27\x11\xb2\x7b\x1c\x41\x39\x46\xe5\xdf\x4e\xd4\x4d\xe8\x80\x83\x29\xf4\xea\x9a\x4f\xdc\xc0\xb7\x33\xb1\x8a\x38\x41\x70\x3a\x56\xbf\x00\xd1\x0d\x86\x4e\xc9\xaa\x3a\x7d\x58\x96\xf0\x9e\x38\xef\x6a\xb6\xf9\x4e\x56\x93\x3d\xbc\xfe\x01\xd1\x78\x40\x39\x7c\x9f\x6c\xf3\x22\x2f\x09\x5b\x56\xeb\x45\x10\x71\x3f\x93\xa1\x09\x5e\xe0\x67\xde\x61\x6f\x88\x5f\xba\xe8\x20\x8c\x0f\x87\x21\xff\x2e\xf2\xc9\xc1\x06\xd6\x28\xb6\x42\x59\x9b\x93\xae\x54\x0d\xa3\x7e\x5f\x74\xb0\x2c\x55\x3d\x4c\xb0\xfe\xc3\x71\x03\x44\xf8\x80\x38\xac\xae\xb6\xdd\x0d\xd6\x46\x9d\xf6\x6c\x28\xa0\x5f\xde\xa6\x7b\x90\x1d\x44\xb6\x20\x6e\x25\xbf\xfa\x39\xe2\xc1\x63\x35\x88\x0f\xe4\x67\xb5\xec\xff\x6d\xba\xc0\x33\x65\x3f\xcd\xc2\xe2\x5b\x38\xcd\xe5\x88\x0a\x88\x67\xb8\xb2\x62\x5e\xfc\xa7\x89\xb5\x83\xbb\xd1\xa7\x9e\xe7\x3b\x90\xef\xc7\xdc\xfa\xc7\x60\x4b\x12\x45\xc4\xbf\xe1\x1f\xc0\x76\xdf\x9a\xa5\x14\x79\x72\xf2\xac\x38\x91\x4f\x60\x19\x77\x29\x12\x85\x29\xd0\x70\x3c\xfc\xb7\xf1\x4b\xa6\x61\x9b\xc2\xdf\x7a\x85\x56\x9b\x02\xdb\x1f\x86\x97\x70\x20\x2c\x9a\x8f\xbe\x8f\xf3\x2e\xa9\x76\x57\xa6\xcd\xc6\xf0\x26\x07\x7b\xbd\xfd\xcd\x7f\x10\x87\xf4\xbf\xd9\x77\x62\xae\x05\xdd\xbd\xa5\x8f\xf9\xe9\x5c\x6c\x57\x84\x66\xfd\xd2\xb1\x7e\xc8\x95\x8a\xaa\xca\x7f\x0b\x69\x1c\x89\xac\xd5\xd2\x70\x07\x74\x9e\x78\x82\x70\x50\xb2\x4b\xa0\x63\x95\x68\x8b\x0d\x71\x30\xb9\xbf\x3a\xc1\xab\x99\x55\x3f\x7d\x89\x32\x1b\xdd\x0a\xe8\xdf\xde\x25\x59\x4c\xaf\x33\x7e\xa6\xe9\xce\x9f\x29\x9f\x6e\x35\x40\x84\xab\xa0\x8d\x8f\xb4\x11\x62\xda\x61\x87\xab\x6d\xfc\x8e\xa9\xb1\x89\x5b\x4b\x8b\xe8\xd2\xd6\xf3\xce\x77\x20\xaa\x04\xcb\xb2\x83\x1e\x71\x2a\x84\xc5\xd8\xa3\xa2\xbe\xec\x35\xf6\x94\xf4\x95\xb5\x84\x81\xd2\x75\x0e\xcd\xef\xd5\xdf\x63\xce\xa9\x23\x7e\x79\x78\x29\x44\xf7\x4d\x02\x90\x72\x5c\x04\x63\xd5\xa6\x51\xe7\xb4\x24\x26\x1c\x9a\xf1\xa2\xe7\xf8\xb5\x26\xde\x50\x21\x11\xd1\xf4\x66\xc4\xd5\x92\x1d\xc4\x78\x69\x2c\xb9\x9a\x5c\x9e\x61\xfc\x59\x7f\x89\x4c\x18\x5c\xdb\x2a\x7b\x01\x0d\x1a\x76\xb3\x60\xda\x56\x99\x47\x3d\x87\xb6\xf9\xe6\x1e\xf9\x95\xf8\xa1\xfe\x9c\x1f\xa0\xeb\x11\x4e\xde\x78\x12\x33\x3e\x66\x10\xb5\xfc\xc6\xc3\x03\x15\xa2\xad\x49\x24\x42\x07\xd2\x1d\x3a\xad\xcb\x17\xa0\xaf\xf4\x82\x73\x1b\xaa\xe6\xfe\xd6\x63\xa7\xe1\x91\x73\xe0\x3a\x38\x57\xc4\xe8\xea\xef\x8a\x63\x35\x6c\x8b\x06\xa6\xd9\xd5\xb4\x8a\xe6\x9d\x8d\x8f\x65\xe4\xb8\x49\x48\x48\xe5\x90\x3c\xf7\x89\x69\xcc\x1a\xdd\xf9\xcd\xed\xe4\x2e\xfb\xd8\x06\x2d\xc1\xf7\x0a\x87\xec\xdb\x99\xe7\x62\xe0\x08\xf0\x48\x11\xea\x01\xf9\x6a\x1b\x15\xc9\xbc\xd2\x40\x75\x63\xc4\xb2\x61\x79\x62\x04\x36\x04\x10\xf1\xfb\xaf\x97\x49\x4f\xe7\x8a\x03\xd6\x65\x88\x33\x28\x4f\x5b\x32\xd6\x7b\x0c\xc6\x00\x79\x70\xd4\xb2\x0a\x47\xe1\x9c\xa0\xba\xdf\xa6\x31\x94\x86\x46\x01\xe2\x9e\x71\x49\x04\x80\xd4\x30\x5b\xf2\x9e\x73\xa8\xc8\x31\x7a\x0d\xf1\x0a\x74\x5d\x0a\x09\x1a\x69\x83\x2d\xf5\xf1\x60\x85\x7d\x66\xe7\x9b\xc1\x92\x0d\xbd\x51\xfd\xa2\xc1\x6a\xbc\x94\xd5\xb8\x93\x69\x32\x04\x0d\x48\x72\x37\x5c\x87\x34\x6e\x16\x46\x49\xeb\x15\xd8\xe0\xc5\xda\x28\xbc\x8d\xe9\x26\x0e\x56\x5a\x3e\xfa\x81\x7c\xe7\xd1\xd1\x9e\xfe\xef\x5e\x59\xde\x4b\x92\x23\x30\x09\x79\xc1\x18\x48\x03\x57\x4d\x2c\x89\xe7\xd7\x3f\x58\xc9\xd1\xab\x2e\xbb\xb4\x45\xd2\x7f\xe4\xb7\xc4\xac\xfe\x70\x69\x71\x27\x2c\xfb\x3f\x00\xf6\xb6\x39\xec\xd6\xba\xcc\x65\xea\x22\x94\xed\x33\xbd\x41\xea\x86\xe9\xb2\xe6\xd0\xde\x13\x43\xdb\xc6\x7a\x48\x88\x2f\x34\xe1\xc6\x39\xee\x30\xb0\x4e\xcb\xc4\xc9\x9f\x73\x20\x47\x79\x05\x2a\x7a\x7c\xe0\x24\x64\xe5\x78\xa1\x86\x07\x51\x93\xac\x0c\x38\xde\xf0\x85\x84\x04\x70\x06\x79\x0b\xce\x98\x7d\x43\x32\x38\xab\x22\xe8\x4c\x80\x7a\x8f\x46\x46\x83\xf0\x9f\x8a\x0c\xc4\x1c\x96\x6c\x02\x59\xe7\x57\x8a\x39\x53\x43\x3a\x78\xac\x26\xc5\x9d\xd9\x1b\x62\x45\x17\xff\x49\xff\xe1\xbf\xe6\x6f\xd2\x62\x8d\x10\xc7\xf8\x72\xb4\x4f\x23\x3f\x98\xe0\x47\x01\x88\xcc\x1d\x70\xc7\xf0\x4f\xf9\x73\xca\x01\x72\x48\xde\xe2\x17\xbe\xb0\xfd\x05\xef\x36\x4d\x8e\xb9\x4c\xdf\x3f\x6c\xe3\x02\x8f\x81\xbb\x21\xdc\x3e\x6d\xf8\xcd\x2a\x77\xa5\x37\xe5\x3c\x6b\x5a\x44\x4f\xdc\x68\x32\x31\x4b\xd6\xad\xdf\x1c\x43\x7b\x09\xf3\xf8\xb7\x8a\x08\xee\xb3\x13\x11\xb8\x5c\x82\x09\x6c\x34\x37\x9c\x40\x3c\x0f\x5a\x34\xce\xde\xa1\xa7\x06\x36\xdc\x7b\x47\x63\x42\x60\xd2\xa4\x60\xb3\x97\xf8\x03\x63\xfc\xa3\x53\xe2\xf8\xe2\x6e\x48\xfc\x4e\x4e\x34\x09\x5c\xcc\x8e\xd4\xda\x1d\x9b\x4d\x6e\xb7\x36\xb1\x19\x60\x8d\x4b\x55\x92\x81\x2e\x70\x15\xbe\x12\x68\x71\x29\x26\x12\x27\xfb\x07\xb3\x34\xa5\x6e\xb2\x66\x8e\xf2\xa0\xc7\x03\xb1\x23\x83\xa2\x60\x04\x84\x30\x93\xeb\x74\xf9\x89\xf7\xf8\x47\xf8\x72\x08\xaa\x86\x2d\xe7\x01\xb7\xee\x22\x98\xe3\x6c\x18\x36\x2f\xea\x97\xdd\xbb\x91\x55\xdc\x3e\xa3\xd5\x2c\x2f\x38\x6c\xb6\x65\x65\x09\x10\x5e\xca\x35\xd1\xda\x1c\x0c\xde\x72\x8a\xce\x59\x9e\x7c\xfa\xfb\x46\x0b\x38\xce\xae\x67\x3e\xcc\xc5\x05\xa7\x25\x2a\x81\xf0\xeb\xec\xb7\x6e\x8a\xbc\x40\xe3\xb4\x5a\x10\x16\x98\x75\x80\x2a\xf3\x00\xd0\x9c\x43\xc3\xbb\x80\x92\x87\xc0\xd8\x71\x00\x46\xe5\x43\x00\x58\xa0\xc5\xf3\xbc\x3f\x54\xde\x57\x6a\x00\x93\xe8\x69\x44\x9a\x1c\xe4\xb6\xae\xf3\x96\xe3\xcc\x78\xee\x94\xb6\x74\x93\x75\x02\x80\x6c\x58\x53\x00\x24\xa8\x67\x6b\x97\x60\xf0\x25\x4b\xbd\xa3\x65\x53\xaf\x66\x0b\xf6\x8c\x7f\x47\x67\xfa\xdb\x01\xe2\xb5\x80\x49\xc3\x88\xd7\x02\xd1\x97\xf5\x9b\x71\x33\x00\x42\x02\x86\xa6\xde\xb0\x9f\xb9\x36\x87\xef\xf0\x2f\xc9\xd8\x2d\xc2\x94\x12\x22\x62\xbf\x4e\xbc\x9d\xa0\xdf\xdb\x08\x47\x82\x75\x2f\xab\xba\x87\x89\x8f\xf6\xa0\xef\xd2\xb9\x37\x08\x2c\xf7\x57\x9c\xe9\xc0\x8b\xbf\x63\x8b\xd5\x2f\x62\x9c\x54\xd1\x0b\xd5\xe2\x36\x42\x42\x79\xc0\x3d\xe3\xc6\xa8\x38\xc3\xec\x52\xe2\xd7\xcb\x64\x1e\x59\x33\xe4\x1d\x21\x87\xa7\x18\x86\xc4\xb1\x5d\xc5\xc9\x05\xe8\x69\xe2\x46\xf6\x28\x45\x3d\xa6\x2e\xa3\x2d\xc1\x4d\x10\x6c\xfd\x47\xbe\x40\xd7\x3f\xb6\x9d\xf0\xdd\x69\x98\x92\xc8\xcc\x1a\x6a\x74\xbc\x30\x41\x6a\x29\xa6\x0f\xb0\x7a\x22\xf9\x03\xbc\x3c\xf1\x21\x84\x85\x8f\x9a\x83\x7d\x4c\x3c\xd2\x3a\x93\xbb\x2a\x2c\x83\x83\x0e\x20\x39\x49\x97\x0f\x1d\x3c\x93\xba\xa1\x92\xcc\xe5\x4f\x7e\x16\x93\xe3\xa8\x4d\x73\x2f\x5c\x74\xc2\xff\x55\xf7\x68\xef\xd9\xb2\x64\x9b\x11\xfa\xe4\xb0\x92\xeb\x4b\x34\x73\x1a\x95\x4a\xb2\xf3\xf0\x27\x04\x5a\x43\xfa\xc9\x03\x8b\xc4\x30\x4b\x85\x09\x56\xab\xc8\x36\xdb\xee\x4d\x8a\xff\xde\xd4\x92\x9d\x63\xd8\x92\xae\x0e\xb3\x0a\x88\x60\xc8\xa1\xd1\xda\xf1\xba\x2a\x3c\x2f\x8e\x72\xac\x5a\x55\x5c\x09\x5e\xba\xaa\xce\x1d\x39\xfa\x42\xd9\xd8\x71\x3b\x32\x8a\xb6\xdb\xe3\x41\xa5\x34\xf4\x18\xc1\xf5\xe5\x15\x8f\xbc\xf6\x3b\x49\x5c\x4a\x8c\xb3\x8e\x8e\xed\xa7\x37\xb6\x03\x8d\x2a\xa1\x93\x35\x10\x34\x5e\x39\x16\x37\x43\x73\x94\x59\x53\xe5\xa4\x38\xd7\xbf\xf3\x9b\xe6\xac\x39\x82\x07\x01\xd7\x8e\xbd\xa7\x96\x88\x21\x86\x79\xb0\x3a\x09\xd1\xda\x99\x72\x0b\xf5\xfa\xab\x17\x6c\xe7\x6f\xd1\x5f\x51\x89\xfe\x11\xc8\xbf\x19\xb2\xd6\xf5\x1d\x27\x45\xab\x4c\xf8\xd3\x20\xaa\x8f\x1d\x1b\x0b\xc2\xf6\xb5\xb7\x17\xc9\x0c\x41\xf2\x72\x13\xf1\x2a\x8f\x57\x7d\x11\x08\x55\x23\x11\x35\x57\xbd\x96\x7f\x51\x33\x6f\xe3\x93\x98\x7d\xf1\x2e\x61\x95\x7f\x99\x6e\xa9\x5a\x1a\x9d\xf0\x2c\x1c\x0c\xe7\xae\xe5\x08\xa0\x50\x05\xb5\xf2\xda\xc9\xe4\xc9\x95\x18\x84\x95\x17\xb2\x02\xb4\xd6\x06\xbb\xe3\xb5\x6b\x7b\x09\xe2\x68\x68\xf7\x79\xdc\xe4\x26\xc4\x23\x6a\xe8\x83\xbb\xb9\x4f\x93\xa0\x65\xb3\x56\x08\x49\xc7\x4b\x97\xef\x94\x2e\x1f\x22\x54\x76\xb0\xc5\x0f\xa1\x2d\x33\x2d\xaf\x60\x3c\x6e\xc7\xbd\x94\x60\xef\x75\xd7\x46\xea\xad\x7e\xe4\xd8\x91\x0d\xbf\xfb\x41\x88\x57\x09\x27\x3e\xea\x49\x58\x98\x96\x78\x98\x7b\xae\xda\xb1\x09\x4d\xe9\x3f\xc3\xa9\xfc\x51\x70\x97\xc1\x00\xe8\xff\x71\xa8\xde\xd9\xa1\xb1\x81\x8a\xc6\xd1\xbe\x60\x1e\xc1\xc9\xbb\x7b\x7d\x3f\x16\x04\x9d\xba\x69\x0c\x05\x95\xce\x83\x9b\xc1\x41\x21\xe5\x69\x1c\xb3\x25\x08\xb5\xe8\x93\x04\x03\xe2\x29\xbe\xf8\x6d\x89\xb7\xf3\xde\x75\xe0\x97\x92\xfb\xf8\x1d\x89\x97\xdc\xab\x23\xd7\x88\x1f\x05\x33\x96\xa7\x58\x2c\x19\x8e\x07\xe2\x6f\x89\x3d\x99\xbb\x63\xb4\x92\xee\x5b\x7d\x12\xe6\x07\xda\xcb\xda\x34\x48\x8d\x59\x71\xee\x8b\x55\x8a\x30\xd4\xf9\xf0\x42\x8e\xba\xf9\xed\xb8\x9b\x30\x64\x27\x9a\xbf\x80\x30\x26\x21\x9f\x78\x25\x31\xdf\x44\xb4\x8d\xd9\x5e\x24\xbb\x70\x04\x9c\xc2\xa2\xe9\xf7\xb0\x18\xd8\x5c\xaa\xe3\x41\x00\x5d\xd9\x9c\x8d\x46\x09\x46\x75\x6b\x3e\x15\xe3\x18\x4a\x41\x66\x04\xab\x50\xe5\xd8\x62\xd5\xa7\x23\x3a\xcf\x26\x3e\x26\xa8\x7f\x94\x00\xb8\x19\xf3\xf1\x53\x60\x4e\x86\x53\xd5\xad\x3e\x4a\xca\xd3\x4b\x70\xed\x36\x82\x6f\x87\x70\x28\x4d\xa2\x07\x5d\xa4\x36\xa7\xa4\x9b\xe0\xe9\x27\x3b\x9b\xbc\x75\x08\xc0\x2d\xb3\x15\x91\x33\x33\xe2\x82\x98\x97\x26\xf2\xd4\xda\xe8\x17\x13\x9d\xf8\x02\xf0\xa9\x3e\x7c\xf6\xa6\x37\x25\x03\x7b\xed\xe8\xda\xd1\xd8\xf4\xdd\x63\xb0\x6e\xfe\x92\xdd\x77\xcf\xb1\xfe\xbd\xeb\x75\xe3\x52\x6d\xe4\x2d\xbd\xf8\x1a\x8f\xc2\x26\x1c\x6e\xe5\xb7\x93\x68\x8e\x4f\xd3\x36\x15\x93\x56\x16\xdd\x01\xdf\x6f\x4e\xc1\xb1\x55\x4f\x80\x80\xaa\x93\x47\x23\x91\x08\x72\x63\x9c\xf7\x9f\xf8\x57\xd9\xdd\x1b\x82\x3e\x1c\x1e\x1a\xbf\xc6\xf9\x44\x22\x3b\x58\x85\x70\xc2\x59\x0e\xf1\x44\xcd\xbc\x8d\x36\x06\x05\x09\xa4\x4e\xb8\x99\x23\x12\xab\x0e\xa1\x18\x77\x30\x3c\x07\xd3\xca\x8f\x43\x7c\x7e\x58\x15\xd4\x2d\xad\xd2\xb1\x1e\x29\x8c\x7d\x38\xbe\xe6\xe2\xb4\xa0\xf2\x36\xe1\x0f\x4f\xba\x89\x73\x66\xf2\x04\x4d\xbf\x34\x41\x7c\x1f\x76\x13\xad\xf8\x24\xe1\x58\xde\x0d\x2a\xd1\x4e\x83\xd1\xb8\x50\xc0\xac\xda\x0a\x89\x90\x17\x4d\x63\x18\x45\xc3\x13\x2a\x90\x41\xc4\xf3\xc2\x10\x35\xb7\xdd\x6d\x09\x99\x75\x08\x3a\x0c\x53\xe5\x9d\x91\x7c\xb8\x3e\xd6\x3d\xc8\xeb\x2a\xb8\x68\x41\xb3\x4e\x2b\x67\x9b\xd4\x68\x55\x37\x82\x8f\x78\xc1\x63\xf1\x3a\x9a\x3a\x63\xbd\x61\x2d\x24\x24\xf8\x21\x9a\xf2\x6e\x75\x9c\x1d\x92\x3c\x71\x9a\x5e\x1f\x37\x8f\x31\x02\x12\x1f\x74\x49\x6b\xe7\xfb\xf1\x06\x3c\x6d\x13\xc3\x97\xd7\xe9\x29\x10\x2f\xdf\x3d\x3d\x87\xe9\x71\x35\x58\x5d\x3f\x84\xaf\x90\x3a\xb7\x3f\x7a\x57\x79\x9b\xc4\xb4\xe4\x0b\x26\x60\xca\x39\xbc\xba\x64\xbc\x0a\x06\x12\x90\x4b\x09\xaf\x6d\xb8\x00\x63\x23\x78\x9f\x5e\x70\x90\xde\xa4\x2b\xe8\x1e\x9c\x6e\x02\x2c\x4b\x78\xde\x58\x37\xa1\xf4\x8a\xa0\x2c\x73\x2c\xd9\x9b\xa3\x17\xcf\xcf\x5e\xa2\x97\x7d\xd4\xc1\xb7\x44\xa4\x14\xa5\x92\x2b\x3c\xa1\x47\x60\x4c\xc9\xa8\xd7\xc1\x13\x43\x5c\x0e\x23\x6b\xd1\xaf\x0b\x04\x5e\x11\x93\xfc\x8a\xe3\xce\xdb\xf8\x4f\xf2\x0e\x9d\x63\x9a\xac\x34\xa3\xaf\x89\xe7\xc9\x74\x8a\xe3\x77\xc7\x82\x87\x80\xde\xbd\x0c\x75\x4c\xab\xe9\xaa\xdd\xf8\x0e\x25\x54\xc8\xb8\xe7\xc6\x30\xe4\x1f\xb1\xfc\xda\x17\xd3\x62\x86\x2e\x9b\xbb\x23\xfe\xfa\x8d\xc8\xfe\x00\xd8\xb2\x7e\x6f\x74\x39\xa5\x8e\xa7\xb5\x5e\xf5\x95\x8b\xe7\xce\x77\x23\x74\xc9\x61\x95\x2e\xb0\x71\x87\x78\xfb\x1b\x7d\x25\x9b\x7d\xa0\x0e\xfb\xf0\x00\xcd\x8d\xf9\x4f\x37\xc0\x77\xe0\x71\x6d\x62\xce\x29\x34\x11\x6f\x81\xe8\xd9\x9e\x04\xa3\xb6\xa3\x5d\x31\x23\xf5\x65\xa3\xc9\x0a\xe1\x29\x43\xaf\x41\xfc\x5b\x0e\x35\xdb\x76\x81\xe0\x46\x18\xb9\xd3\x4c\xd4\x88\x38\x9d\xcb\x51\x34\xb1\x33\xab\x77\x75\x68\x66\xca\x23\xf5\xf6\xe3\xd8\x5f\xe0\xbc\xdf\x37\xcc\x62\xbb\x90\x97\x44\xd5\xc1\xe1\x4c\xed\x02\xc7\xda\x94\xd7\xc9\x6c\x70\x37\x16\xf2\x96\xee\xec\x3e\x95\xbc\x4f\x6a\xbb\x1e\x0d\xce\x98\x7c\xed\xa9\x9c\x02\x69\x89\xbb\x6a\xd3\xc5\x03\xda\xdb\x5d\xa8\x6e\x52\x10\xb1\x33\xb5\xd6\x9e\x37\x09\xb4\x93\xe4\x3d\x1a\xa9\x78\x02\x60\x55\x27\x1c\xd1\xe8\x22\x49\xc7\xba\x4a\xd9\x29\x30\x2e\x1e\x3e\xa0\x9f\x47\x99\x66\xf8\x6d\xb3\xc0\xe3\x96\x28\xf6\xd5\xf7\x46\xfb\xa3\x21\xcb\x10\x75\x1f\x71\x9d\x6d\xc0\xda\xc3\xde\x19\x01\x1f\x2e\xb1\x3e\xe1\x95\x62\xf2\xa8\x22\xce\xb2\x13\xda\xc3\x14\xee\x56\x71\xbf\x4f\x27\xaf\xb2\xce\x48\x5e\x57\xab\xe3\x15\x9a\x92\xbc\x53\x26\x3f\x2e\xc2\x7a\x36\x95\x8c\x87\xfd\x5f\xc3\xbc\xdb\x91\xc6\x8e\xe4\x8b\xe2\x52\xf1\x97\xc8\xb7\x6c\x8e\xf2\x14\x4b\x2d\x6f\x56\x08\xbf\xc7\x2b\x11\x71\x94\x65\x1d\x31\x6f\x66\x94\x1c\xe6\x4a\x07\x28\x81\xae\x46\x20\x2e\x9c\xa5\x42\x99\x91\x8d\xb8\x2e\xad\xb1\xb0\x88\x7f\x42\xb7\xea\x11\x09\xdd\x73\x4e\x9e\x41\x7c\x4c\x02\xa7\x2b\x09\x2a\xcb\x77\xce\xf8\xfe\x64\x39\x2e\x64\x88\xc9\x03\x45\x20\x07\x47\x61\xad\x0e\x68\x87\x75\x27\xd2\x31\xe8\xd5\xb5\x28\xec\x04\xb1\x5f\xd6\xb1\xa1\x2e\x76\xab\xa3\x3b\xff\xef\xd9\xf3\x2f\x8f\xa3\xef\xee\xbd\x79\xf3\xe6\x1e\x04\xbb\x7b\x3d\xd1\x9a\x0a\xad\x25\xc7\xd1\xff\xff\xec\xe9\x71\x74\xb1\xba\x1b\x61\xf7\x59\x5a\x5e\x71\x08\xb4\xc6\x33\x22\xcb\x20\x03\x55\xc6\xbf\x93\x84\x78\xb3\x2e\x39\xac\xde\x61\x7a\xa2\x97\x91\x15\xb3\x13\xa9\xb4\x7c\x86\x12\x7b\x2b\xef\x2a\x4c\xbc\x52\x13\x90\xc6\x63\x66\xd6\x0d\x0d\xf7\x51\x76\x59\x78\x9b\xde\xd2\x71\xcd\x0f\x87\x9b\x1f\x02\x66\xd4\x17\x8f\xe7\x2c\x2b\x37\xe9\xa1\x01\x09\xac\xb8\xd7\x7e\x95\x56\x9e\x96\x30\xbd\x48\xbd\xc8\x6f\xb2\x65\x96\xfa\xdb\xcd\xa4\x5d\xfe\xfd\xb0\x0e\x87\xe2\xa8\xab\x62\xef\x25\xde\x96\xf3\x22\x28\xde\x9c\x18\x9c\xba\xf9\xb0\x32\x67\x06\x4c\x81\xdb\xd9\xbf\xd0\x86\xdd\x7d\xac\xe2\x56\xea\x9e\x8c\xda\xc0\x62\xa5\xd8\xb2\x06\x2d\x49\x60\xf9\xc5\x97\xd0\x6d\x7b\xa0\x2e\xe5\x0b\xc4\x93\xf0\x96\x6a\x45\x71\xbc\xb0\x06\xcd\xc9\x62\x59\x99\x89\x18\x1e\x81\xcf\xc1\x78\x69\x3c\xbf\xa0\x17\x78\xc2\xfd\x95\xfc\xb8\x09\x50\xba\x7a\xe1\x3d\xf8\x8e\xc4\x63\xfd\x38\x12\x87\x97\xe3\xc8\xf8\xb0\x1f\xf3\x0b\x5e\xfc\x6b\x1e\xdc\x1c\x47\x44\xf6\xec\xdf\xf2\x72\x4a\xcd\x7a\xe6\x27\xfb\x74\xe0\xa7\x9a\x87\xb6\xb4\xbc\xd9\x65\x9a\x8c\x16\x06\x1b\x4b\xe3\x68\xb7\x93\x3b\x1e\x8a\xf7\x48\x8a\xde\x45\xbb\x00\x58\xd2\x92\x2e\x38\xf7\xe8\xf0\xab\x17\x81\xc9\x60\x12\xc3\x8f\x2a\x82\xf2\x22\x45\x26\x69\x07\x09\x0c\xf1\x32\x5d\x98\xed\x29\x63\x0f\x72\x2a\xd7\x79\x28\x61\x79\x5c\xc2\x84\x8c\xa5\xa8\x75\x8a\xaf\x86\xef\xb0\x31\x10\x0f\xe1\x83\x6e\x7c\x06\xe8\x80\xa8\xab\xa2\xdc\x81\x6e\x02\xf6\x53\xde\x0e\x19\x96\x27\xe3\x78\x2f\x95\xc7\x95\x05\xdc\x01\x8f\x43\xb1\x0b\x5f\xd9\x21\x6e\xe1\xc7\xc6\x7c\xe9\x1d\x49\x10\x7d\xcf\x65\x1c\x86\x88\x3e\x03\x14\xe3\x41\x3c\x68\xd9\x34\x9a\x0f\xa8\x8f\x24\x63\xaa\xaf\x7b\x91\x06\x0f\xc4\x49\x1d\x82\x25\x75\x19\x67\xd5\x02\xca\xf6\x49\xc4\x05\x6b\x60\x95\x16\x24\xee\x55\x71\xa0\x44\xda\x15\xf5\x5e\xc2\x93\xbb\xc9\x0f\xd2\xb5\xf8\xb3\x74\x15\x26\xe0\x47\x52\xb9\x83\x36\x37\xdb\x56\x19\xc4\x2b\xaf\xbc\xc4\xff\x75\xde\x6b\x80\x2c\xa0\x20\xce\x7c\x15\xd9\x68\xa3\x7e\x8c\xe0\x61\xdc\x73\x70\xe1\x7e\xb2\xb8\x42\x9d\x37\x9c\xed\xa1\x5e\xfa\x33\x7e\x8c\xc4\xb3\xd5\x46\xf5\xf9\xa3\xb1\xa9\xba\x00\x39\xeb\x06\xea\xdb\xd0\x31\x6c\x6a\xba\xa3\xf0\xd9\x16\x28\x8c\xf0\x3d\x5e\x11\x5d\x8e\x43\xc1\xbe\xfd\x66\x5c\xc4\xef\x91\x6f\xc2\xe4\x6c\x3c\x17\x85\x60\x53\x47\x61\xbd\x27\x6b\x1f\x8e\xee\x3d\xbd\xdf\x2a\x04\x4e\x1d\x13\x0d\x7e\x7b\x63\x45\x67\x0b\x98\x5e\xa2\x50\x34\x34\xf8\xf1\xdf\x1b\xf2\xfb\xa6\xe1\x59\xa5\xdc\xd4\x5a\x4d\x3b\x37\x25\xd9\xf9\xf9\x7c\xd5\xd4\x6f\x5a\x04\xcf\xee\x9b\x35\x3f\xdb\xa9\xa8\x81\x18\xa1\x9b\x68\x7b\x04\x44\x22\x70\x2c\xd2\x15\x11\x82\x7d\x25\xdf\xc4\x09\x67\xa1\xfe\xe5\xf2\x8d\xdd\xa0\x59\xd9\x72\x11\x67\x05\xcc\xc3\x8b\x2f\xc4\x18\xc6\x42\x9f\xe8\xdb\xf1\xa0\x7b\x2e\xf0\x9c\xbc\x1e\x7f\x71\x08\xf0\x36\x00\x3e\x95\xb4\x5f\x1c\x5c\x8f\x1f\x42\xb9\x1a\xed\xae\x20\x29\x00\x31\x98\x5c\x2c\xd7\xf2\xea\x67\xc4\xa0\x2b\x3c\xb0\xbe\xca\xce\xb3\x34\x11\x40\x75\xc3\x25\x3e\xcc\x8b\x49\x25\xb0\xe8\x5a\x5d\xec\x0d\xd3\xc1\x41\x12\x9d\x1f\x3b\xfb\x0d\xb0\xbc\xe2\xf1\x25\x85\x0b\xd4\x8b\x27\x49\x7c\x31\x5d\xf1\x45\x50\xca\xba\x35\x5b\xa8\xeb\x4e\xe8\xf1\xfe\x1f\xbe\x94\x1f\x1c\x60\xca\xc5\xa0\xda\xb3\x0b\x85\x97\x42\x9f\x81\x34\x7b\xd1\x8e\x23\x6c\xe0\xae\x72\xb8\x2a\x98\x1b\xd9\x85\xd9\x85\xc4\x0a\x12\x08\x66\xdb\x32\x2e\x54\xeb\x29\xed\x20\xc4\x16\xf1\x77\x7b\xf5\xd8\xa7\x23\x8d\x36\xac\x57\x38\xb7\x24\xdc\xb5\xc4\xdf\xf2\xcc\xae\xec\x7d\x1d\x28\xb1\x34\x6d\x9b\x89\x69\xb5\x91\xdd\xd2\xe8\x8d\x33\x13\x4a\x6c\x3e\x15\x52\xcc\x94\x49\x3c\x38\xfe\x5b\xd5\xc1\x02\x63\x01\x12\x12\x51\xbb\xc5\xcb\x98\x48\x47\x6e\x3f\xd2\x2a\x98\x4a\x57\xff\xa8\x46\x75\x68\x5b\x57\xfc\xac\xb3\x21\x64\x4c\x54\xc3\x7c\x67\x9f\x50\x1b\xe2\xcb\x7c\x8d\x21\x8d\xc3\x99\x0c\xb1\xe6\xc5\x81\xbe\x64\x53\x96\x6f\x52\xb8\x9d\x78\xdb\xaf\xe7\xde\x76\xc7\xd7\x47\x52\x4c\xf3\x1d\xca\xa3\x27\x75\xd2\x07\x73\x74\xce\xa5\x57\xff\x94\x23\x18\x11\x85\x4d\xd1\x8e\x55\x94\xd8\xd5\xc9\x22\x3e\x06\x55\x11\xcf\x83\xb1\x7b\xad\x9c\x32\x83\xe4\x72\xdc\x88\x5d\x1c\xbc\x48\x21\xea\x02\xa4\xa1\x0f\x52\xe4\x00\x91\x73\xe6\x73\x56\xc7\xd9\x67\x0c\xc2\x8f\xc4\x95\xe6\x35\xac\x6c\x6c\x5f\xd1\x4d\x22\x7e\xb2\x19\x42\x17\x4b\xfa\x51\x13\xa4\x0e\xbc\x30\xbf\xe4\x73\x00\x2c\x85\x71\x12\xbd\xa0\x96\xb2\x7e\x41\xc8\x3e\x8f\xa1\x16\x23\xb9\x1a\x52\x79\xe6\x2e\x31\x7a\x16\x78\x4f\xdb\x46\x43\xaa\x67\x3e\x8f\x28\x9d\x29\x70\xce\x63\xde\x11\x62\xe4\x40\xe7\x87\x3d\x9d\xcd\x77\x48\x79\x10\x4b\x34\x3f\x14\xbb\xb9\xcf\xe7\x13\x27\xcf\x45\xed\xa4\xc9\x10\x8b\x6a\x8f\x0e\x0c\xf8\x13\xe0\x8e\xfd\x55\x40\x36\xde\x70\x88\xf8\x12\xbe\x17\x97\x78\x37\x56\x17\x7e\x5a\x01\xf7\x46\x34\x11\x2f\xd0\x4b\x37\x90\xd0\x6b\xd8\xf6\x87\x04\x73\xc4\xc3\x9f\x99\x2e\xa2\x57\x7a\x92\xdc\x69\x85\x97\xa5\x77\xab\x38\x34\xae\xfa\x59\x06\x87\xcd\xdc\x30\x07\x75\x3a\xbc\x3a\xca\xe4\x1a\x48\xe4\xc3\xb0\x1d\x9f\x65\x45\x08\xc7\xcf\x8a\xa4\x58\xed\x14\xc3\x62\xbb\xa4\x76\x85\x46\x3a\xd7\x7e\x6f\x74\xad\x50\x6d\xd9\x33\xc4\x97\xe6\xc3\x94\xab\xa3\xce\x6d\x1a\x06\x1d\xe3\x24\xdd\x1c\xde\x85\xd0\x31\x53\x8e\x43\x70\x39\xf8\xe1\x90\xb3\xfa\xeb\xcc\x7c\xf6\x67\xd4\xa4\x7a\xda\xfb\x8f\x65\x5d\xc6\x64\x13\x49\xd5\x0e\x5f\xdf\x42\xe2\x65\x96\x4d\x36\x35\x9b\x7d\x53\x37\x9b\xd7\x2e\x61\xb0\x1a\x4b\x7c\x6b\x87\xb0\xe6\x80\xb0\x99\xf7\x26\xc1\x5e\xd2\x12\x5a\xd0\x51\xbc\x76\x22\x54\x84\x74\x3a\x93\xdb\x4f\xc2\xb4\xf3\x83\x3f\x3f\x50\x3b\x72\xd6\x89\x50\x8d\xac\xa4\x41\xf3\x56\x08\xe7\x08\x9d\xc6\x1f\xf5\x91\x27\x54\xcd\x76\x24\xfb\xb2\x3f\x80\x3a\xd6\x23\xf3\x2c\xe2\x04\xb6\x75\x99\xc2\xbb\xe7\x3e\x3b\xac\xb1\x33\xd0\x29\x1d\xee\x0e\xc6\x42\xe4\x3b\x6e\x17\x0f\x73\x76\x4d\x98\x71\xc8\x3b\x35\xd4\xb4\x0b\xce\x5b\x6a\xbf\x06\xd9\x38\x35\x44\xae\x1f\xad\x14\x2d\x69\x58\x19\x64\xcc\xb4\xe3\xc5\x72\x0c\xdf\x5e\xd8\x2c\xcb\xdc\xb3\x2c\x1b\x7f\x3b\x08\x68\xe3\x83\xb3\xf7\x8b\xe4\x68\xb4\x29\x79\x93\x58\xa3\x5a\x78\xea\xf4\x55\x2f\xfe\x5a\xea\x63\xe5\x7b\x53\xd8\x9e\x3c\x5c\xa3\x19\x7f\x2b\x60\x98\x3c\x67\xcc\xfa\x7b\x01\x0c\xa2\x04\xcb\xb5\x13\xe0\x63\x40\xc3\x34\x24\x5e\x4c\x08\xcc\xd1\x12\xae\xdc\x4b\x4e\x2c\x76\xf7\xa0\xdb\xf5\xfb\xc9\x0c\xa1\xcf\x47\xa9\xa8\x87\x29\x42\xdb\x0f\x4c\x12\x3a\x6e\x51\xc2\x45\x4b\xc3\xee\x95\xc9\xfb\xf8\x2b\x9f\x39\x73\xb5\x2b\x74\x79\x27\x71\xd2\x49\xa8\xce\xca\x40\xd5\x3e\xcc\x40\x69\xcb\x6c\x2a\xca\xa7\x75\xce\xc3\xfb\x95\xce\xb1\x21\xb0\x45\x43\xe1\xc4\x6d\x03\xef\x61\x65\x57\x6f\x5b\x3a\xa0\x37\x3a\xdb\xd6\x41\xf6\x52\x9b\x83\xd2\x33\x01\x8c\x12\x51\xd2\x7d\x3e\xe8\x78\x3b\x9d\x25\xf1\x79\x98\x6a\x38\x1e\x24\x4d\xbc\x29\x7b\xe0\xc8\xf9\x24\x68\x6b\xd2\x01\xc5\x64\xc3\xa0\xb9\xbe\x1b\x58\xd7\x25\x58\xe7\xa1\x9f\xc6\x58\x4c\xe3\xc7\x70\xef\xe9\x76\xf2\xd1\x21\x47\x83\xe9\xb4\x1d\x9c\xb1\xac\x2f\x47\x03\x05\xa6\x11\x86\x27\x18\xeb\xc0\xd6\xef\x01\x9b\xfb\x5c\xdf\x34\xb5\x5f\x63\x87\xf4\x2c\x4b\x83\xe6\x9d\x35\xd4\xac\x86\x9f\xf2\x82\xa3\xa9\x9b\x38\x80\x46\xe9\x07\x03\x31\x30\x8c\xaf\xae\x33\xbc\x1e\x32\x1c\x09\xb6\x9e\xeb\xbf\x84\x75\x96\x5e\x22\x8f\xab\x7f\x22\xf7\xb4\x27\xd1\x99\xd4\x0d\x9f\xda\x8a\x92\x6c\x77\x90\x64\x77\x50\x6a\x1f\x85\xfe\x04\x3b\x17\xa2\x8e\xd8\xf2\x26\xbb\x80\x92\x98\x2d\x60\xc3\xaf\xa6\x5a\x98\x8b\x37\xa8\x2f\xff\x2e\x9b\x9a\xb6\x0d\x83\x8d\xbe\xc2\x03\x5d\x37\xba\x20\x6c\x47\x58\x89\xe1\xed\x37\x71\x98\x58\x98\x48\xde\xe6\x33\x51\x7f\x68\x5a\x19\x91\xda\x8f\x4a\x18\x75\x83\x9a\x78\xef\x45\xd3\x06\xd5\x63\x51\x35\xba\xdd\x7e\x3a\xac\x51\xd5\x6f\x16\xbf\xfc\x8b\xf3\x0e\x59\x12\x2a\x34\x74\x8e\xd0\x20\x0b\x89\xef\xa0\x5f\x82\xae\xe5\x13\x78\x20\x13\xb7\xf7\x39\xab\xcc\x54\x4b\x98\x8d\x01\x46\xd4\xe9\x38\x0a\xcf\x4a\xc5\xc9\x78\x9c\x04\xbc\x4f\x57\xce\xef\x4d\xc2\x89\xef\x8d\x8b\x01\xe3\x20\xe9\x22\x0c\x1e\x1c\x5f\x8e\x07\xe1\x43\x8c\x69\xe4\x78\x10\x75\xde\xdb\x8e\x98\xa7\x61\xcd\x96\x89\xc8\x04\xd5\x37\x22\x5c\x8d\x47\xc2\x2f\x5a\xec\x48\xac\x67\xe8\x60\x34\x3e\xd4\x3b\x47\x13\x8f\xfb\xd7\x6c\xa2\xd6\x93\x84\xdd\x30\x30\x28\x8e\x7f\xe0\xfb\x61\x78\x43\x33\x91\xde\x03\x75\xa3\x76\xe9\xde\x34\xb6\x1a\x7d\x4c\xea\x8c\x08\xab\x7c\xe6\x13\xdc\x8e\xf8\x88\x33\xeb\x0f\x3a\x89\x0a\x3c\x35\x0a\x52\x78\x99\xd4\x5d\x17\xe9\x00\x9d\x98\xba\x03\xc7\xda\x36\xf3\xf4\x2c\xaa\x90\xd5\xf1\x18\xf6\x8e\x59\x2f\xc6\x0f\x78\xa3\x23\x65\xef\x43\x90\x05\xd2\x44\xad\x06\xd7\x47\xbb\xf1\x90\x73\xa2\x83\x7c\x98\x4d\x4b\xb8\xcc\x78\xfd\xd8\xce\x5a\xf5\xca\x19\xb5\xa2\xa8\xfb\xa5\xac\xb1\x20\xed\x31\x50\xc8\x82\x85\x1a\x45\xe5\x57\xc3\x2c\xf9\xa1\x4b\x96\xb2\xbf\xea\x91\xc5\x16\x4c\xf6\xea\xb9\x11\xad\x8f\x47\x61\xa8\xf6\x1f\x53\x89\xe0\x60\x0e\x46\x32\xad\x46\x9c\xfb\x97\xfb\x20\x3f\xc9\x0a\x75\xeb\x14\x0d\xcd\x8a\xd9\x5b\xc6\x14\x9e\x5e\xe5\xb2\xca\x3e\xb5\xb3\x1d\x61\x00\x49\x90\xe5\xda\x0c\xae\xaa\x87\x16\x86\x18\xe1\x57\x0c\x8c\xb1\xc7\xa1\x81\x19\xac\x70\x78\x3c\x8a\x1b\x6c\x66\xe3\x10\x2f\xfc\x9a\xf1\x98\x4b\xf0\xee\x31\x1d\x0f\xfa\x3e\x3c\xc6\x7d\xe0\x8d\x08\x05\x1e\xdb\x7d\xd2\x60\xc8\x81\x74\xc4\x87\xfd\xd4\x34\x61\xb1\x03\x3b\xe6\xb1\xf8\xe6\x3b\xe6\xb1\x83\xa8\x7a\xe4\x0d\xee\x8e\x0b\xd3\xeb\x9a\x6c\x7b\xff\xfe\xa8\x97\x20\x3f\xc6\x30\x94\xcf\x35\x52\x91\xd4\x07\x71\x1b\x56\x33\x06\x79\xc8\x1a\xd8\x3d\xf4\x97\xe0\x72\x38\x3c\x0d\xeb\x50\x2e\xe5\xd5\x42\x29\x99\xb4\x55\x76\xb6\x5e\xc6\xb4\xaa\xeb\x34\xd0\x2f\xcd\xbe\xe1\x3d\x7a\x3d\x4b\xe2\x76\xbb\xaa\x09\xc1\x2c\xfc\x84\x17\x33\x18\xe7\x5b\xdf\x32\x0f\x74\x68\x10\x97\x08\x19\xcf\x03\xb6\x5a\xe4\x5a\xbb\x82\xba\x78\x48\xc0\xb4\x45\x10\xc3\xb5\x79\x27\x79\x99\x55\x12\x71\x97\xd8\xc4\x0d\x51\x2f\x89\xbd\x27\x6f\x88\x66\xea\x11\x4c\xdc\x22\x5e\xa7\x45\xf7\xd5\xd5\x8e\x33\x3c\xd4\x15\xda\x36\x79\x41\x66\x83\xf7\xc0\x92\xd5\x53\xde\xd4\x92\x80\xd2\xd5\x5d\x5c\x2c\x5e\x92\x38\x1d\x97\x9f\x46\xb7\x93\x99\x9b\x27\xeb\xc2\x81\x22\xc4\xbd\x46\xfe\xce\xbd\xf2\x7a\x97\x36\x3a\x45\xf5\xcc\x47\xff\x5e\xfd\x3d\x06\xc7\xda\xfc\xde\x0e\x55\x87\xa5\x1a\xfd\xa9\xde\xe4\x29\x2f\xa7\x8c\x84\xf1\x93\xc8\x29\x3f\xa4\x27\xfa\xf6\xd9\x8a\xb5\xae\xab\xcf\x7d\x45\xe6\xb1\xf7\xb9\x0e\x7c\x37\xdd\xf7\x4d\x98\x72\xd6\x15\x24\xec\x27\xec\x7e\x4b\x3a\x29\xff\xcb\x5e\x53\xa4\xf8\xdf\xb6\x71\x93\xe6\x69\xe7\x7f\x52\xac\xeb\x7f\x62\xa7\xf0\xa0\x29\xf0\xf2\x21\x84\x4b\x2c\xea\x7f\xe7\xc7\x6b\x41\x4d\x7e\x63\x13\x54\x15\xad\x51\x30\x49\xc9\x9e\x9e\x8b\xcd\x26\x04\x0f\xdc\xe4\xbc\x65\x1c\x3c\x7b\x0f\x66\xc4\xba\xa6\x60\x71\xd8\xba\xcc\xa9\x2a\x2f\xb2\xc1\x78\x99\x69\xf3\xc6\x12\xc4\xa6\xd4\x3a\x41\xeb\xb9\xa8\xba\x26\x4e\x93\x71\x98\x12\x79\x8a\x35\x26\x53\x50\xed\x9b\x0c\x79\x6e\x90\x6f\x64\xb2\x9c\x16\x1f\x91\x5d\xcc\xe5\xf7\x0f\x26\xbc\x1f\x10\x75\x85\x73\xad\xd6\x9c\x4c\xca\xa4\x89\x8d\x25\xc8\xf1\xf3\x13\xfa\x78\x24\xfc\x80\x89\x7c\x71\x53\x7d\x4b\x27\x07\xed\x30\x9f\x63\x1b\x9b\xa6\x98\xae\x5d\x25\xbc\x59\xc5\xfe\x11\xb1\x93\x0a\x11\x85\x2d\xcf\x5c\x08\x50\x6e\xd6\xd9\x9a\x39\xdb\xd9\xfb\x34\xe3\x65\xeb\x6f\xb3\x73\xcf\x4d\xd5\xb4\xf5\x9e\x23\x64\xd4\x0e\x24\x9f\x5d\x98\x48\xb0\x89\x20\x77\xba\x04\x17\xca\x7a\x4c\x0e\x2a\xa8\xe9\x5c\x39\x27\x5a\x78\xcf\xa1\x30\xe1\xac\x36\x42\x41\xd8\xbb\x31\x74\x25\x64\x06\xa8\x73\x91\x24\xb8\x97\x1c\x2a\xf0\x2e\x48\x16\x77\x73\xc3\x76\xa4\x1f\xde\xc1\xbb\xe6\xb1\xc9\xba\xe5\x66\xad\xe3\x57\x6a\x40\xb8\x0e\x41\x88\x76\x51\xc7\x88\xf9\x70\xf4\x9f\x03\xed\x8c\x17\xf6\x86\x46\x43\x05\x52\xd0\xbc\x68\x5d\x5c\x1f\x4d\xca\x6f\xcc\x11\x05\xb8\x6d\xb7\xec\xa5\x70\x34\xa7\xbf\x3e\x96\x00\xef\xf0\x20\x62\xdf\x85\x23\x9b\x98\xb0\xd2\x78\x52\xe0\x5d\xf6\xf1\x65\x74\x27\xc9\x72\xe2\x30\x3e\x15\xef\xf2\xde\x1d\x69\xe7\x29\x11\xe8\x21\xee\xde\xd8\x7b\x38\xcf\x00\xcb\x0f\x0f\xb3\x37\x08\x93\x32\x79\xb2\x65\xcf\xb9\x27\x5c\x3e\x30\x4b\x8a\xd6\x2c\x3a\x35\x2f\x4e\x83\x19\x5a\xcd\x81\x47\xb0\x25\x31\x9b\x55\x67\x69\x88\x3f\x4e\x1f\x78\x70\x8e\xfe\x48\x26\x37\xf4\xe0\x88\x3e\x64\xe2\xc8\xf9\xf8\xab\x2e\x91\x1c\x6e\xd3\xba\x0d\x2e\x72\x73\xdb\x1f\x78\x8f\x0e\x6d\xa2\xef\x6f\x37\x0f\x58\x16\x28\x9d\x1b\x5a\x3a\x98\xd0\x16\x67\xfc\x18\x01\x5a\x46\x92\xee\x90\x45\x92\x18\x47\x3c\xc0\x86\x8d\xad\xcd\x7c\x84\xde\x37\xf0\x69\x58\x6e\xea\xa6\xee\x49\x1e\x4c\x8d\xb9\x81\x8e\xa9\x7e\x39\x0a\x79\x1b\x53\x83\x84\x3e\x64\x2c\xe9\x39\xd4\x89\xa9\x74\x1f\x94\x2f\x8f\x0c\x53\x58\x06\x14\x8c\x39\x2e\x53\x0f\x3a\xed\x35\xdb\x37\xa4\x4e\x97\x8a\xf3\x2c\x10\xb3\x30\x65\xd1\xab\xa0\x5f\xad\x57\xaf\xba\x98\x03\x57\x3c\x24\xce\x3a\x7a\xc8\x31\xae\xb5\x5b\x0f\x78\x57\xf3\xa3\xfb\x65\x41\x47\xa8\xdf\x2d\xb1\x26\xc2\xaa\xb1\x09\x91\x73\x36\x44\x7f\x82\xee\x40\xb8\xf7\x51\x2f\x66\x74\x5a\xd3\x0e\x91\x86\x44\xc3\x94\x83\x7d\x53\xfd\xf3\x26\x9d\xac\x7b\xbf\xa6\x21\x14\xdd\xa1\xda\x66\x6d\xb7\x69\xbc\x1b\xac\xec\x2b\xe5\xe2\x0f\xac\x2d\xd7\xb8\x69\x89\x6c\x7d\x1e\x0f\x1c\xac\xa7\x2b\x67\x09\x8c\xc9\x34\x4c\xb0\x62\xef\x5f\x8b\xdd\xa6\xac\x30\x50\x26\x1f\x52\x59\xcd\x77\xc9\xe2\x2c\x6d\x56\x70\xf8\x94\x74\x7e\xc6\x2a\xf2\xee\x76\xea\xd5\x9f\xd3\x75\xc7\x69\x42\x05\xf0\xcb\xb4\xad\x44\xe5\xe1\x20\x57\x75\xdd\x91\xc0\x48\xe0\xc4\x6f\xb3\x6f\xb1\x0d\x14\xf4\x8e\xb5\x15\xf8\x5f\xbb\xb8\x25\x52\x67\x52\x9f\x4d\xbf\xa6\x7b\x4b\xa4\x5f\x3a\x0e\x97\xea\xd9\x19\xd2\x6f\xaa\xa8\x33\x38\x51\xc3\xfa\x93\x23\xb8\xa9\x81\x75\xbc\xde\xa6\x87\x47\x80\x1b\xf7\xec\x01\x60\xde\xb7\xfe\xf4\x08\x6e\x68\x62\xd7\xd4\xe7\x20\x6d\x9b\xe5\xaa\x5f\x13\x6f\x8d\x10\x03\xdb\x25\x7b\xa6\x1c\xb8\xd0\x0c\x16\x3d\x26\xb0\xe8\x25\x32\xef\x92\x48\xfc\x82\x1b\x11\x2f\x2b\x47\xfb\xd7\xb4\x31\x5d\xcc\x1e\x57\x93\x2d\x3d\x7a\x10\x3d\x53\x00\x9f\x59\x26\x91\x13\x61\x63\x58\x4c\xd3\xcb\x0e\xd6\x79\xb2\x89\x53\x51\x2e\xaa\x18\xa7\xd7\x7f\x38\x45\x44\x5c\x17\x2e\x64\xbd\x27\x2e\xd9\x04\x5f\x47\xff\x08\x67\x40\xd4\x8a\x04\x17\x0f\x9e\x85\x51\x82\x17\x74\x5d\xf3\x40\xff\x24\x09\xd8\xd9\x5d\xe9\x7e\x78\x7a\x05\x77\x1a\x78\x45\x90\x68\x1b\x99\x6b\xdb\x09\x34\x4b\xa0\xbb\x18\x77\xf2\x46\x58\x33\x0a\x01\xd5\x61\x4c\xc0\x69\xc7\x44\xbd\x1e\xf8\x98\x4b\x74\x00\xf2\x02\x90\x3e\x22\x38\x13\x1d\x43\xb8\xb3\x7a\xfe\xfa\xaa\xb0\x29\xa3\x17\x28\xca\xb4\x0e\xcc\xc9\xc6\xf2\xc3\x16\x65\xc9\xc8\x6e\x4d\xca\x0a\xa5\x2f\x48\xb2\x52\x3f\x18\xc6\x3e\x11\xc7\x6a\xcb\xad\x71\x22\x00\x05\x19\xc4\x50\x92\xaf\x01\x97\xa9\xdf\x34\xf1\x82\x75\x7e\x67\x27\x76\x29\x62\xcf\xfc\x26\xdd\x60\xcf\x25\x1c\x00\xa2\xcf\x05\xb1\x0e\xe0\x27\x02\x1e\xce\xea\x20\xf0\x24\x45\x32\x6c\xba\x29\x06\xee\x9b\x92\x51\xfe\xc6\xb8\x7d\x73\xad\x1b\x46\xe7\xd6\x89\xb1\xb8\x25\xfe\x89\x61\x0a\xe0\x27\x46\xf2\x55\x48\xce\x53\x2b\x99\x6e\xfd\xba\x45\xbd\xc9\x54\xc8\x0c\xea\xef\xd3\xe8\x91\x88\xd0\xf2\x4a\x47\xaa\xec\xe2\xb6\x7d\x53\x37\x89\xd1\xc7\xbb\x88\xb6\x65\xea\xdb\xe0\x1b\x79\x16\xe4\x1e\x12\x71\xe8\x06\x3d\x19\xc2\xc9\xc9\xfd\x77\xb1\x0c\x65\xaf\x15\x2b\xdc\x60\xc6\x75\x6b\x61\xcf\x0a\xaa\xae\x7c\xff\x1b\x81\x29\xe3\xef\x34\x97\xaa\x49\xf8\xfc\xcc\x64\x7a\x0e\x12\x73\xd3\x76\x3d\xe5\x34\xcf\x87\xea\x89\x1e\xf2\xce\x23\xe6\xa8\x2f\xbc\xb4\xdd\x92\x1d\x5a\xf5\x2f\x2e\xf8\xc2\xbd\x4f\x34\x94\xdb\x5d\x6d\x11\xc9\xd5\xec\x21\xbd\xdf\xeb\xa6\xe3\x7d\xd6\x85\x1f\x75\x57\xd7\xb8\xa9\x61\xf4\xea\x64\x6b\x1c\x78\x8d\xe3\x50\x4a\x00\x54\x3a\x6a\x69\xb5\x71\xe9\x2e\x5c\x37\x7c\xd0\x4d\x9d\x63\x2f\xee\x46\x26\x2a\x34\xdf\x47\xc1\x9c\x03\xb8\x12\xe0\x2d\x15\x73\xd7\x5e\xe5\xe0\x75\x9c\x97\x15\xdb\xcc\x93\x39\xf6\xd4\x29\x65\xb5\xe5\xa0\xd9\xac\xdc\xd5\x4d\x27\x59\x92\xfd\x71\xdd\x98\x71\xf9\xfd\x3a\x08\x0f\x92\x1e\xa0\x17\x4a\x56\xfc\xb7\x60\x02\x3e\xb6\x81\x9b\x73\x03\xf3\x85\x5e\xf1\x8e\xa8\x09\x5e\xdf\xdb\x2c\xbd\xb2\xf6\x29\x27\xfe\xf0\x73\xe2\xcb\x43\x7a\x79\xc1\x0b\x67\x52\xbc\x05\x44\x77\xb0\xdd\x46\xb5\x4d\x1a\x0f\x73\x46\x91\x99\x7c\xcf\xce\xcd\xa3\x4a\xbd\x57\xf7\x1d\x60\xf4\x45\x95\x3f\x0e\x04\xdd\x81\x43\x90\x0e\x63\x05\x6e\xc2\x8d\xc4\x57\xef\x41\x9a\x85\xaa\x3b\xd3\xc0\xb4\x83\xd1\x84\xa0\x95\xf1\x2f\xe1\x18\xb1\x32\xb4\x10\xc6\x0e\x3c\x18\xd4\xc8\x13\x4c\x56\x7c\xda\x7f\x9a\x9a\x93\x07\xe6\x01\x0d\x08\x0c\xf4\x43\x22\xc0\x55\x3c\xec\xce\xbf\x43\x47\x25\xfe\x64\xfd\x94\xc4\x86\x35\x13\x15\x32\x63\xf3\xb0\x37\xbe\xe5\xc3\x5e\x04\x38\x30\x2f\xcb\x27\xaf\x67\xf9\x10\x9a\xb8\xe5\x9b\x64\xa5\x6f\x8d\x3e\xb9\xd0\xd4\xc9\xd8\xb1\x38\x48\x4a\x6f\xbe\x0f\x33\x14\xb3\x6a\x5b\x71\x6f\x30\xd8\x10\x7b\x0f\x47\x2d\xb5\x5c\x04\x61\x71\xa3\x65\x8b\x80\x16\xb9\xd1\xcb\x07\x97\xb9\x48\x7e\xa7\x1c\x93\x6c\x92\x46\x0a\xc0\xa4\x6f\x99\x37\x5a\x6e\x90\x47\x69\xde\xd4\x78\x85\x8e\x80\x28\xbd\x90\xb2\x36\x25\xf1\x25\xeb\xf6\xb8\xa4\x5d\xbd\xae\x0b\xb4\x7e\x81\x68\x44\x39\x6e\x6a\x57\xe7\xb0\xfa\x2b\xf0\xe8\x5d\x8c\x7c\xde\xd6\x6d\xa7\xc2\xab\x7e\x01\x46\x59\xbc\xa0\xff\xe8\x6f\xd6\x3c\x26\x95\xaa\x1b\x09\x9d\x9f\x7e\x79\x94\xf9\x65\x86\x6c\x39\x88\x17\x71\x43\x98\xa7\xb5\x9d\x04\x60\x86\xba\x7d\xbd\xc7\xb9\xfe\x14\x01\x50\x76\x0c\x7f\x1c\x6d\x89\x6d\xda\xc6\x85\xbe\xdc\x28\x25\x79\xb1\x6a\x77\x14\x89\xb5\x1a\x3f\x3c\x57\xff\x33\x79\xbc\x00\x7f\xd9\x16\x14\x12\x68\x58\xe3\x98\xf2\xf5\x31\xc4\x63\xcf\x24\x52\xb7\x02\xcc\x13\x67\x37\x08\x1e\x39\x36\x92\xef\x9c\x2d\x00\x3e\x24\x4d\xdd\x87\xf3\x66\x1f\x77\x5d\x93\xad\xfa\x2e\x9d\x7e\x36\xc9\xca\x19\x09\x3e\x79\x08\xfe\x70\x30\x89\xc4\x46\xfd\x55\x5d\xfb\x3e\xde\xd1\xf8\xe0\xae\x16\xc5\x0c\x36\x22\x8c\x43\x86\x60\xd8\x29\x0f\xf0\x24\xb9\x69\x5c\x6d\x2f\xd3\x38\xab\xf7\xf1\x8d\x80\x74\x96\x8a\xc5\xc3\x7b\xc8\x18\x13\xdf\x00\xd7\x42\x4e\x5d\x71\x8a\x46\x75\xd0\x39\xfd\x32\x72\x56\x96\x3c\x33\x75\x85\x08\x42\x1d\xa8\x4d\x48\x8c\xd8\x60\x4d\xbe\xe0\x20\xb1\xad\xed\x84\xed\x99\x0a\xe7\xfc\x1c\x06\x50\x25\xa8\xf6\xb2\x8d\x17\xcf\x5a\x3a\xf6\xd1\xd9\x89\xb9\x3b\x65\xb7\x5b\xb2\x3a\xfe\xec\xd9\xcb\x17\x51\x88\x1f\x82\x1b\x08\x48\xb9\x25\x00\x94\xab\xd2\xf6\x5e\x21\x5f\x18\x2e\xc4\xad\x31\x25\x26\xec\x87\xdc\xbb\x56\xac\x6c\x91\xb1\x6d\xeb\x35\x14\xa6\x7e\xb2\x82\xb9\x26\x78\x99\x8a\x0d\xe7\x23\x51\xa9\x93\x2b\x2b\x7c\xbd\x9d\x9f\x66\x09\xa3\xab\xbf\xd7\x79\xd1\x9b\xea\x1a\x28\x28\x83\xcf\x2c\xe2\xcb\x1f\x1d\x1f\xf9\xb4\x4a\xbc\x19\x7c\x74\xb6\xec\x8a\x76\xf1\xf2\xe9\x59\xf4\xcb\xbf\xb2\xf3\x26\xd5\xd4\xff\x3e\x8a\x33\xab\x40\x04\x04\xc0\x4b\x18\xd1\x88\x6d\x47\x9d\xd3\xfa\xfa\x2d\x31\xd8\xb1\x8d\xd6\x76\x42\x43\x36\x28\x06\xd6\xfe\xb4\xb9\x40\xb8\x5a\x3e\x6f\x2f\x4e\x9e\x45\x67\xf8\xd0\xfa\xb8\x49\x47\xc1\x51\xf4\x8d\x64\xb0\x78\x6e\x42\xf0\x1b\x69\x00\x13\x9f\x18\x53\x97\xed\xb0\xe8\xbb\xfe\xea\x7b\x7f\x95\x25\xb3\x78\xb0\xdb\x27\x5e\x10\x09\xc7\xe5\xea\xa6\xf8\x8c\xe5\x3e\xa8\xc6\x01\x00\x1c\xe9\x08\x05\x8f\x10\xf4\xd0\x83\xb1\x79\x40\x1c\xbc\x16\x82\x7e\xde\xc3\xfb\xd2\x6f\xe6\xa6\xd9\x39\xae\x4d\x89\x82\x0d\xac\x15\x8a\x27\xe2\x74\xe2\xc3\x2c\x85\x4a\xb1\x37\x49\xd8\x81\x38\x95\x8c\x61\x6d\xd4\xc0\x00\xda\x2a\xdc\xdf\xe1\x1e\xa2\x07\x8b\x39\xb5\x4c\x9f\x08\x8e\x1a\x23\x5a\x11\xab\x63\x4a\xf8\xdc\x24\x08\x2e\x61\x8a\xc4\xc5\x71\x60\x80\x17\x26\x6e\xa5\x21\xb5\x64\x78\x21\x43\xe9\x4b\x06\x1c\xe5\x4f\xf9\x7c\x42\x56\x17\x92\x9a\xc1\x9b\xbb\xcf\xc0\x85\xcb\x34\xcd\xc8\x89\xc9\xdd\xe8\x92\xd5\x00\x2f\x38\x26\x0a\xed\xf0\xa0\xa6\x0a\x1d\xef\x76\x72\x6d\xbe\xde\x6f\xf8\x86\xc9\xa5\xf1\x4a\x2f\x98\xbe\x6a\xa1\x7d\x15\xe1\x43\xe0\xe9\xbe\x85\x08\x5f\xef\x2b\xd4\x88\x61\xd0\xef\xf5\xf9\x39\xb6\x10\xb9\xa9\x88\x7b\xfb\x7b\x7a\x81\xb8\x3b\xa7\x1a\xb7\xe2\x19\x9e\x1e\x99\x06\xb2\x96\xef\x2f\xb4\xda\xac\x19\xde\x30\x9a\x56\x1f\x5f\x42\xd5\x4f\xeb\xcd\x91\xbb\x78\x1c\xff\xc2\xb4\x23\x0a\x49\xd3\x12\x71\x77\x4c\x32\x03\x23\x2b\x8d\xdb\xa3\x0e\xde\xc0\x01\xad\x83\x0b\xa0\xfd\xb1\x31\x3b\xdb\xd4\x35\xdc\x13\x88\x06\x30\x2f\xfb\xe4\xea\xa7\x3c\x7a\x45\x82\x98\xdd\x15\xb8\x09\xac\xf9\xb1\x9a\x07\x7b\x16\x93\xf8\x18\xc9\x13\xb8\x51\x15\x9a\xe4\x10\x9e\x66\x29\xd0\x60\x62\xc6\x7d\x70\xf2\x78\x61\xff\xee\xc3\x0e\x6e\x88\x8f\x1d\x28\xd2\xe2\xe8\x95\xe2\x35\x78\x09\x97\xf3\x2a\x1d\x90\xac\xc1\x52\xd8\xe6\xdb\xad\x3d\x55\x67\x8f\x0f\x1f\x29\xc0\x05\x3c\xac\x5f\xc0\xe9\xbb\x97\x1a\x39\x77\x29\x67\x75\xf1\x58\xde\x0c\xc9\x59\x25\x61\x4c\x3c\x55\x3a\xbf\xde\xa1\x13\x84\x32\xc7\x65\x7a\x1f\x39\x74\x4b\xe5\xca\x8e\xfa\xe8\x14\x72\xb5\x0f\xe3\x16\xd6\xac\xa5\x5f\x8a\x87\xa9\x1c\xc2\x87\x21\xf4\x99\x6d\xc4\xe1\x7b\x82\x55\x17\xd0\x0d\x3a\xe3\xa6\xf8\xef\xe8\xce\x11\x15\xdc\x93\x82\xa3\xbb\xa3\x1a\x30\x8a\x96\x7d\x29\xaf\x84\xb3\xcb\x54\xd2\xe1\x2c\x9e\xc9\x67\xf3\xa8\x37\xfa\xfa\x92\xb0\x09\x3f\x54\x7c\x62\x52\xe3\xdc\xd4\x4a\x7b\xa0\x81\x5c\x35\x7e\xe6\x36\xad\xcc\x46\xfe\xd1\x79\xaa\x1c\xde\x50\x02\xb7\x32\x8a\xeb\x9f\xbe\xfa\x0c\xbf\xfb\xea\x09\x38\xee\x23\x1f\x37\xef\x60\x79\x45\x6d\x5b\xc8\x1d\x3b\x3b\x7b\x1a\xc9\x8b\xbc\x6c\xa2\xd8\x30\x31\x77\xda\x18\x8f\xc8\xa2\x5b\x60\x18\x11\x12\xfc\x96\x70\x2e\x77\xbd\x3a\xbc\x11\xde\x76\xea\x27\xdb\xc4\xad\xf6\x2f\x45\xd6\xa5\xbf\xbb\x05\xa7\xb2\x5b\x5d\x96\xac\x6c\x23\x3e\x1a\xcd\xf8\x31\xa4\x9c\x78\xe1\x28\x0e\xae\x91\xd5\x36\xa6\x60\x67\x6d\x2c\x58\xc3\xd6\xc2\x2d\x1e\x34\x13\x6a\x92\x22\x1b\x61\x35\xc3\x90\x58\xad\xe4\xe3\xec\xb2\x44\x96\x3e\x41\x61\x76\x4c\x78\x11\x2c\xc0\xea\x2d\xa2\xc1\xfc\x6d\xbd\x97\xfd\x2f\x6f\xfd\xf7\xc6\x76\x74\x92\x3e\xd1\xa4\x53\xe4\x07\x83\xcf\x85\x18\x9d\x30\x31\xf2\xdf\x20\xe3\x4d\x27\xc7\x64\x30\xd5\x79\x4a\xaa\x46\x35\x33\xb2\x7a\xd3\xe1\x64\x3e\xfc\x44\xa3\xbf\x9b\x50\xb6\xf2\x6e\xeb\x78\x47\x22\x7d\xbc\x78\x20\xff\x1e\x8d\x98\x35\x43\x92\x24\x4a\x07\x5e\xb1\x2e\x0b\xf6\xf4\x78\x52\x27\xb4\x73\x44\x33\x4b\x97\x39\x7c\xa2\x22\x1e\xff\x74\x4e\xb6\x3c\xdc\x80\x13\x4a\xf9\xde\x70\xde\x29\x7b\x70\x4c\x08\x23\x3d\x38\x83\xb0\x3d\x07\x0f\xd0\x5f\xfa\xb4\xa7\xee\xd2\x6a\x03\x1c\x82\x30\x60\xb9\x5b\x2b\xbb\xc6\x12\x59\x83\xd5\xf9\x44\x09\xfd\x67\xf2\xac\xd8\x8f\x4e\xb0\x7c\xa5\x77\x62\xde\x9b\x9b\xf6\xf7\xda\xb1\x0f\xcf\xf8\xd7\xe1\x51\x2b\xf4\x24\xba\xd7\x32\x73\x2e\xe8\xee\xd5\x8b\xc7\x0f\x9f\x3e\x3f\xda\xf7\x37\x6e\xb7\xd6\x1b\xa3\x11\x2d\x98\xc0\x3a\x5a\x72\x08\xc9\xb0\x3d\x80\x51\x39\xcb\x9a\x8c\xc2\x1f\xde\x43\x6e\x52\x26\xa4\x46\xf1\xaf\xd0\x16\x70\x79\xce\xc9\xbc\x25\x05\x4d\x9c\x34\xf2\x6e\x4c\xe2\xc2\xc9\x2d\x68\xc5\xc1\x9f\xa3\xba\x78\x1e\x29\x08\x5c\xca\x19\xbe\x47\x2d\xb6\x78\xd4\xfb\x7e\xed\xb1\x0f\x8b\x65\x94\x98\x66\xeb\xa6\xb0\x63\xd6\xe1\x3d\x11\xd8\x70\x4b\x4c\x99\x58\x03\xb5\x9d\xab\x7f\x54\x2b\x31\xf9\x1f\x6c\x4b\xe0\xe3\x84\xae\x1c\x58\x26\x5b\xe1\x6b\x96\x04\xf6\x43\x76\x49\xc0\xd9\x7a\x7f\x11\x17\x1e\xfc\x49\x03\xf6\xe9\xfa\xed\x10\x94\x7e\x54\x1e\x58\xc8\x3c\xba\xed\x13\x27\x63\x33\x7d\xc1\x5b\x87\xf9\x0f\x05\xdf\x35\xf5\x45\xc6\xaf\x40\xa5\xc2\x19\x37\xbe\x0f\x4e\x86\x81\xb1\x68\xde\x83\xb9\x61\x55\xe8\x7e\x67\x2a\x6e\x12\xd7\xda\xa4\x97\x01\x4f\xa2\xf8\x0a\xc8\x44\x20\x15\x88\x11\xc0\x14\xe2\xd9\xac\xed\x9a\x89\x89\xf0\xd1\x03\x5d\xb1\xdc\x98\x15\x87\x93\x2b\xb2\x73\xf1\x51\x70\xcb\x01\xf4\x34\x04\xdf\x76\xdd\xae\x0d\x22\x5c\x71\x28\xcd\xb3\xc1\x4c\x5c\x6b\x3a\x9d\x41\x6b\x76\xb9\x32\x36\x22\x9b\xd5\xfa\x2a\x45\x64\xf8\x83\xcb\x64\xa0\x95\x94\x2a\xb8\x50\xd2\x11\xd9\xd8\x34\xf2\xa4\x6e\xf1\x48\xff\x38\x40\x03\x75\x71\xcf\xd3\x04\x1e\x93\xc8\x85\x2c\xd5\x34\x93\xc3\x17\xe6\x7b\x74\xc2\xdf\x5b\x3b\x76\x98\x4d\x74\xdc\x30\x97\x3c\xe0\x3f\x7b\xa1\xa3\x3e\x8c\x19\x10\x87\xf4\xd8\x66\x9b\x2d\xa7\x77\x58\x9c\xca\x67\x62\x22\xcf\xcf\xa3\xb3\x7d\xd5\xc5\xdf\xd1\x08\xb5\xd4\xaf\x0f\xa3\x14\xd7\x85\x64\x43\x0c\x19\xc1\x71\x9d\xa7\xf8\x19\xdd\x39\x27\xc9\x14\x52\x5b\xb5\xa1\xc6\xc0\xde\xdf\x3d\x58\x19\xf1\x85\x1a\xa2\x66\x50\xa1\xdb\x66\x1e\xd8\x6f\x83\xb6\x50\x63\xba\x2d\x89\x90\x61\x5b\xf8\x02\x3f\xa3\x3b\x5d\x1d\xad\x48\x86\x26\x96\xa2\x0a\xaa\xd1\x61\x8c\x9b\x4d\x2b\x67\x70\xd3\x73\xf2\xf0\xa0\xd9\x6c\xd3\x18\xe7\x1a\xd0\xa0\x67\xfc\x3b\xc3\x03\x6b\xf9\x12\x02\x73\x8a\x17\x07\xcb\x99\x5d\xbe\x66\xe5\xc2\x14\xfc\xba\xa8\x2b\xd7\xf4\x03\xfc\x8a\x9e\x1b\xdf\xd8\xa9\x0a\x1c\x7d\xcc\xc0\x73\xe0\xb1\x1b\xc1\xd5\x14\x0e\x60\x9a\xdf\x18\xd4\x97\xbd\xf4\xb0\x40\xe6\x3a\x78\xc4\x01\xc7\xbc\x2b\xa0\x58\x28\x34\x8e\xec\xf3\x75\x43\x8c\xd9\x83\x06\x56\x79\x76\x23\x66\x8f\x16\x53\xe8\x11\x37\xf3\xa9\x25\x7c\x98\xf4\x45\xba\x78\x81\x4c\x37\xb1\x2b\xf0\xd3\xc1\xcb\x8d\xb4\x45\xc3\x0c\xf2\x83\xe2\xf4\xbb\x74\xdd\x5b\x3f\xa8\x81\x08\xeb\x79\x02\xb8\xe6\x6a\xd6\x36\x18\xc8\x58\x22\x92\xa4\x88\xa7\x69\x3d\xf4\xc7\x79\xfa\xcc\x04\x20\xda\x05\xaf\x0c\x2c\xfe\x98\x1a\xd0\xe4\x78\x80\x6b\xf4\x91\x80\xf1\xc3\xd7\x54\x54\x90\xe7\x26\xde\x0d\x64\x16\x9c\xa3\xcf\x20\xdc\x1a\x91\x59\x8d\x2d\x62\xe0\x22\x0e\x32\x62\xd4\x56\x5e\x44\x1a\x53\x17\x2c\xe3\xe0\x3d\x80\x1d\x45\x5a\xa4\x6b\x7e\xc5\xcd\x4e\x8c\xc2\xad\xe2\xfd\xb5\x85\xa0\xf5\x38\x04\xc3\xea\x2f\xe5\x6e\x0c\x78\x56\x89\x14\x2e\x95\x38\x96\x44\xca\x32\x4f\x64\xa4\x71\x28\x42\xb2\xc6\x6b\x9f\x15\x61\x02\xcf\x8e\x56\x9c\x0f\x87\x6d\xc4\xac\x5b\x1b\x00\x9a\x61\x04\xcb\x14\x00\x8a\x34\x97\xed\x82\x0f\xcb\x4f\x58\x75\xe1\x4f\x2b\xd8\x66\xf3\xbd\xde\x99\x65\x1a\x8d\xd0\xc4\x9d\x90\x5d\x5a\xf9\xdd\x4f\x7a\x13\xcf\xbe\x91\x85\x7f\x6d\xc2\x14\xb0\x2d\x97\x3d\x91\x83\xf8\x6e\xb7\x25\xff\x7c\x10\xae\xb0\x49\x2b\x9b\xe5\xc4\xa4\x0c\xfe\xc4\xa5\x0c\x66\x1f\x71\x71\xcd\x56\x5d\xb7\x97\x5a\xf9\xb7\x92\xd7\xfe\x77\x9a\xd7\x9e\xe3\x71\x88\x0a\x2e\x01\x5d\xd2\xd4\xf8\x68\x38\x48\xc7\x8c\x3a\xff\xa1\x75\x2e\xad\xb7\xcf\x30\x67\x73\xdb\xac\x3f\x9e\xe8\x82\xdf\xb0\x9a\x17\x4d\x48\xc8\xa3\x53\x66\xb3\x23\x67\xe0\x37\xf3\xfd\x58\x2c\x91\x1f\xcb\xcc\x7f\xe3\xf2\xef\x4b\xbe\x7d\x92\xee\x4c\x32\x7f\x49\x32\xfa\x6b\x5a\xc8\x91\x1e\x94\xdb\xd0\x64\xc6\xbf\xa6\x11\x97\xa6\x58\x46\x23\x13\x0a\xf3\x60\xfb\x0d\x6a\x36\xeb\x61\x7b\x07\x92\x20\x9b\xdd\x4e\x7a\x33\xd1\x7f\x57\xcb\xa3\xc9\xff\xbb\x1a\x1e\x2e\x08\x9d\x24\x38\x84\x7e\xf8\xda\xc6\xf2\xe8\x06\xce\x29\x09\x5a\x9a\x48\xd5\xfb\x21\xc3\x2c\xbd\x31\xfa\x39\xb3\xbf\x9d\xd9\x0c\x04\xde\xcd\x93\xcb\x64\x6f\xd2\xc4\x4d\x3c\xb2\x69\x5e\x60\x43\x9f\x71\x4c\xcd\x2e\xde\x2c\xe4\xed\x8d\x5f\x43\x6e\x43\x7b\xeb\x73\x37\xa8\xf1\x9d\xd2\x4b\x42\xad\x66\x9d\xe4\x95\x9c\x79\xf9\xe1\x39\x59\xf7\xfd\x1e\xe1\xcc\x5c\x1e\x70\x1b\x7c\x3e\xc8\xe3\x6e\x32\x21\xfb\x2f\x2e\x09\xc9\x74\x75\x5d\xbc\x9e\xc5\x9b\x7a\xc1\x6a\xfa\xd9\x79\x53\x97\xf2\x50\xfc\x2d\xdd\x25\xe8\xf5\x67\xf2\x0b\xcf\xc6\x67\x9f\xb4\x8b\x4f\x4c\x04\xed\xdb\xed\xec\x93\x92\x7e\x6a\xca\x69\xfc\xdc\x72\x69\xdc\xf1\x8f\x84\x7e\xc0\x7a\xc2\x3f\xde\xd0\x8f\x6d\x7c\xde\x09\x1c\x91\x3c\xfa\x1d\xef\xf9\xc7\x9e\xfe\x84\x27\x12\x7e\xb4\x29\xf1\x0e\x49\x8b\xbc\xc0\xae\x17\x49\x5a\xc7\x1f\x5d\x5f\xdb\xba\x6f\x14\x4e\xfa\x4b\xe2\x3d\xff\x36\x5d\xbe\x49\xd3\x9c\x3f\xd8\x6e\xa9\xd7\x6e\xcb\x9f\xa4\xe7\x7d\x1a\x4b\x13\xa6\xf7\x26\x7e\xb3\x34\x23\x90\xee\xd9\x33\x82\xbe\x9a\x21\x48\xff\xec\x01\xf1\x4d\xd2\xd4\x3b\xe4\x9d\x7a\x3d\x33\x59\x32\x4d\x7a\xcc\x53\xeb\x04\x1f\xed\x39\xc0\xd4\x30\xfc\x97\x44\xde\x94\x50\x58\x92\xaf\x4d\xec\xe6\x26\xfb\x6e\x56\xed\x7a\xa3\xab\xee\xd9\x16\x22\x71\xb6\x87\xed\xee\x5d\x52\x95\x19\x6b\xc3\x11\xf8\x6d\x45\x7c\x19\x8f\x40\x62\xb5\xc3\x5e\xbd\xef\xbb\xfe\xd3\x3b\x7f\xfd\x2b\x33\xbb\xd9\x65\xfa\xb7\xbf\x45\xcf\xee\xdf\x8d\xee\xa3\x20\x12\x45\x87\xaa\x7e\xf8\xc9\x18\x5b\x6f\xac\x97\x19\x57\x47\x6d\xe2\x99\xbf\x08\x1a\x40\x7c\x22\x7e\xc1\xe9\xe2\xda\x45\xe6\x1d\xe7\xec\x7f\x05\x00\x00\xff\xff\x8a\x02\xef\x9f\xb4\xe4\x00\x00") + +func confLocaleLocale_trTrIniBytes() ([]byte, error) { + return bindataRead( + _confLocaleLocale_trTrIni, + "conf/locale/locale_tr-TR.ini", + ) +} + +func confLocaleLocale_trTrIni() (*asset, error) { + bytes, err := confLocaleLocale_trTrIniBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/locale/locale_tr-TR.ini", size: 58548, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLocaleLocale_zhCnIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\x69\x73\x1b\xd7\xb5\x28\xfa\x1d\xbf\x02\xa5\x94\xca\x5f\x9e\xe5\x72\x72\xde\x50\xaf\x0c\xbf\x97\x38\x27\x71\x6e\xd9\x8e\x6f\xe4\xd4\xf9\xe0\x52\xc1\x20\xd0\x24\xfb\x08\x44\x23\x68\x40\xb2\x9c\x4a\x15\x29\x89\x24\x28\x8e\x1a\x29\x89\x94\x28\xca\x92\x48\x4b\xe2\x20\x5b\x03\x49\x70\xf8\x2f\x37\xe8\x06\xf0\xc9\x7f\xe1\xae\x69\xef\xde\xbb\xbb\x41\x59\xb9\xe7\xa6\x2a\x16\xd1\x7b\xed\x79\xef\xb5\xd7\xbc\x0a\xd5\x6a\xbe\xe4\xf8\xc5\x5c\xb0\xb2\xd7\xde\x9b\xcb\xfe\xd1\xcb\x76\xb7\x36\xba\xeb\xa3\x9d\xbb\x97\xbb\x93\x4f\x83\x2b\x3f\x64\xff\xe8\xd6\xb3\xe1\xf2\x6c\x70\x65\x35\x93\x19\xf6\x46\x9c\x5c\xef\xc9\xad\xde\xea\xab\x4c\xa9\xe0\x0f\x0f\x78\x85\x5a\x29\x17\xce\xad\x05\xcd\xd7\xbd\x7b\x0f\xc3\x7b\x47\x19\xe7\xdb\x6a\xd9\xab\x39\xf0\xf1\x61\xe7\xe5\xc3\xcc\xb0\x53\xae\xe6\x82\x9d\x4d\x68\x29\xe3\xbb\x43\x95\xbc\x5b\xc9\x75\xee\xb4\x82\x83\x9b\xfc\xd3\x6b\xd4\x73\xbd\xd1\xd1\x60\x72\x8f\x7f\x37\xaa\xb9\xf0\xa7\xf5\x60\x62\x26\x53\x73\x86\x5c\xbf\xee\xd4\xd4\xef\xf3\xce\x80\xef\xd6\x9d\x5c\xb0\x79\x3b\xbc\xb5\xdb\x39\xb8\xda\x79\x76\x27\x73\xce\xa9\xf9\xae\x57\xc9\x05\x07\xd7\x83\xa9\xd9\xce\x54\x33\x5c\x7e\x9e\xa9\x16\x86\x60\x94\xab\xaf\x60\x44\x99\xba\x33\x52\x2d\x17\xa0\x5a\xb8\xbe\x8a\xc3\x2b\x17\x2a\x43\x0d\x2c\xe7\x69\xf6\x46\xa7\x7a\xab\xbb\x99\x62\xcd\x01\x98\x7c\xc5\x39\x9f\x0b\x9a\x4b\x41\x6b\xef\xd4\xa9\x53\x99\x86\xef\xd4\xf2\xd5\x9a\x37\xe8\x96\x9d\x7c\xa1\x52\xca\x8f\xe0\xbc\x3a\x37\xd6\xc3\xe6\x9b\xf6\xd1\x6a\x38\xb6\x15\xcc\x5f\x09\x97\x5e\x06\x8f\xee\xd2\xd8\x9d\x12\x4c\x2e\x5f\xf0\x73\xc1\x9b\x1f\x79\x8a\x0c\x9b\xa1\x96\x2a\x85\x11\x55\x39\x58\x98\xcd\x38\x23\x05\xb7\x9c\xeb\x5d\xdc\xec\x6c\xbe\x80\x01\xfb\xfe\x79\x0f\x56\x32\xd8\x9a\xe8\x3c\x18\x83\xa9\xe7\xeb\x17\xaa\x00\xbe\xba\xd9\xdd\x7c\x24\x1f\x8b\x85\x6a\xbd\x38\x5c\xc8\xf5\x9e\xce\x74\xb7\xc6\xf0\x0b\xc0\x55\x3d\x58\x13\xaf\x76\x21\xd7\x6e\x5d\x0f\xf6\xae\x67\xbc\xda\x50\xa1\xe2\x7e\x57\xa8\xe3\xa2\x74\x5a\x97\x3b\xad\xc9\xcc\x88\x5b\xab\x79\xb5\x5c\xef\xe6\x72\x70\x69\x3e\x03\x73\xcc\x63\x3d\x99\x68\x78\x6b\x1b\xb6\x5a\x6a\x63\xd9\x88\x3b\x54\xc3\xf5\xea\x1e\x8d\x75\xd6\x5a\xc1\xa3\x5b\xbd\x4b\xeb\x56\x31\x35\x66\x56\x36\x1a\x1e\xf4\x6a\x67\xad\xb2\xf0\xe5\x61\xe7\xc6\x8a\x51\x1f\x06\x68\x01\xa8\x31\x16\x2a\xb0\x29\x54\xda\xd9\x5c\xed\x2c\x4c\x84\xcd\xab\x51\x69\xa1\x34\x02\x2b\x5b\x2d\x54\x9c\xb2\x14\xcb\x61\x2b\x14\x8b\x5e\xa3\x52\xcf\xfb\x4e\xbd\xee\x56\x86\x60\xe9\x77\x16\x60\x81\xbb\x9b\x87\x9d\x83\xcd\x4c\xfa\xd7\x0b\x5e\x43\x6f\x6b\xae\xbd\xf3\xb4\xbd\xb7\xc7\xbb\xc9\x25\xba\x12\xef\x95\x54\x82\x9e\xea\xee\x39\xb7\xee\x3a\x7e\x2e\x5c\x1e\xed\x1e\x5d\x0d\x5f\xb6\x82\x2b\xeb\x99\x6a\xa3\x5c\x86\xf5\xfc\x5b\xc3\xf1\xeb\xd0\xd1\x42\x33\xd8\x7d\xdd\xdd\x7a\x13\xbe\xb8\x98\x71\x7d\x1f\xbe\xc2\x69\x78\x1c\xcc\xde\xe4\x61\x67\x60\x17\x2b\x45\x98\x45\x30\x7f\x2b\x7c\xdd\xcc\x64\xbe\x76\x2b\x7e\xbd\x50\x2e\x9f\xc9\xc8\x1f\x70\xbc\xa7\xba\xdf\x8f\xab\xd3\xeb\xd6\xcb\x74\xe1\xc2\xe7\xab\xdd\xa3\x85\xee\xea\x0c\x17\x77\xd6\xa7\x83\xbd\xf9\x4c\xc9\x2b\x9e\x85\x33\x8a\x77\x0c\xee\x49\xf0\xe4\x62\x78\x7f\x39\xbc\xb8\x1e\x6e\x7c\x1f\x2c\xaf\xb7\x0f\x8e\x60\x0a\xd9\xdf\x13\x4c\x36\xd8\xdc\x0d\xee\xac\x73\x1b\x70\xcb\x87\xfc\x9f\xf7\xe1\x18\xbd\x81\x5b\x1d\x1c\x8d\x07\xe3\xcd\x76\xeb\x46\xa7\x35\xd1\xbb\x3d\xde\xdd\x6a\x65\x3f\x2a\x64\xeb\x85\xda\x90\x53\xcf\x9d\xc8\x0f\xc0\x8d\x39\x7b\x22\x3b\x5c\x73\x06\x73\x27\x4e\xfa\x27\x3e\xe6\xfb\x17\xde\x9a\x0c\x57\xbf\xff\xe8\x83\xc2\xc7\xd9\x60\x61\x2e\x98\x98\x0d\xb6\x76\xe1\xee\xf1\xb8\xbb\x47\x4b\x38\xd4\xd5\x67\xc1\xc4\x9d\x7f\x8e\x5e\xcc\xe0\xfa\xc0\xd5\xcd\x97\x06\x18\xd9\x60\xff\xd9\xee\x93\x31\x58\x25\x9e\x4f\xf6\xf3\x0b\xa7\xff\xfb\x67\xff\x1c\x1d\xfb\xd2\xf3\xeb\x43\x35\x87\x7f\xc0\x7f\xa1\xd6\x6f\xb2\x61\xf3\x56\xf6\x2b\xf7\xf7\xbf\xc3\xa6\xa0\x09\x5e\x94\xf0\xe6\x76\x38\xbb\x09\xc7\x4a\x76\x08\x0b\xf0\xce\xe8\xef\x9d\x17\xad\xe0\xfe\x34\xa0\x2c\xbf\x1e\x7d\x6c\xef\xb4\xc2\xe5\x3d\xba\x90\x06\x24\x5f\x53\x7d\x0b\x63\x05\x72\xff\xa0\x03\xba\xc3\xba\x14\xae\x71\x67\x6d\x1b\xbf\xc7\x37\x40\x96\x9e\x26\xc5\xeb\x2c\x5f\xfe\xf4\xc5\x17\x7f\xfe\xfd\xef\xb2\xc1\xfe\xcd\xf0\xfa\x5c\xbb\xf5\x18\x10\x48\xb6\x51\x1f\xfc\x7f\xf2\x43\x4e\xc5\xa9\x15\xca\xf9\xa2\x9b\x0d\x36\x16\x3b\xcf\x9f\xf4\x96\x26\x70\xba\xbe\x5f\x06\xb4\x53\x72\x72\xa7\x4f\x7f\x96\x05\x14\x16\xec\xcf\xc3\x38\xeb\xc3\xd1\x28\x60\x23\xda\xad\xd7\xdd\x37\x5b\xc1\xe1\xe5\x8c\xff\xb7\x32\xae\xb3\x8c\x27\xbe\x7e\xd9\xd4\x4a\xd0\xcd\x47\x03\xb5\x8f\xdb\x07\xcb\xed\x9d\x3d\x46\xf4\xc1\xc2\x16\x9c\xed\x70\xf1\xb5\x39\xf8\x4e\xeb\x1e\xec\xb1\xae\x93\x71\x6a\xb5\x3c\x20\xd7\xfa\x05\xdc\x56\x1a\x53\xa2\x3f\x44\x00\x7a\x9b\xa8\x62\x7b\x67\xb6\x7b\xe9\x00\x3a\xea\xfc\xb0\xa7\x1a\x71\x2b\xe7\x0a\x65\xb7\x04\xfb\xaa\x96\xd8\x1e\x2c\xaf\x33\xd4\x0c\xc6\xc7\xba\x9b\x3b\xc1\xcc\x78\xb0\xf0\x8c\x57\x29\x7b\xe2\xd4\x09\xea\xee\xc4\xfb\x27\xb2\xd8\x5e\xc5\xcb\x33\xb2\x40\x7c\x5d\x72\xfd\xc2\x00\xe0\x6e\x7e\x49\x6a\x8c\x14\x71\x7b\x68\x10\xc1\xa3\x15\xb8\x25\xe1\xf2\x53\x46\x47\x7c\x41\x83\xab\xb7\x79\xd3\x71\xe8\x97\xc6\x83\x89\x57\xed\x9d\xe9\x0e\x9c\xd4\x8d\x87\xfc\x0c\xd9\x33\x57\x88\x49\x0e\x8e\x6e\x83\x8f\x4c\x7c\xb2\x19\xb5\xcb\x7c\x82\x83\xbd\x1b\xd0\x17\x3c\xbc\x70\x6f\xe4\x10\xe3\x73\x4c\x2b\x20\x65\x7c\xc2\xd4\x57\x7d\xce\x8e\x9e\xe1\x7e\x4c\x5f\x0c\xa7\x0f\x7a\xe3\x6f\x3a\x17\x9f\x69\x54\xc9\x35\x7a\x8b\x4f\x3b\xf7\xe7\x00\x85\xb6\x5b\xcf\x7f\xde\x1f\xa3\x77\x82\xb7\x88\x31\x71\xf8\x60\xb7\xb3\xb4\x89\x6f\xb0\x2e\x51\x6d\x87\x53\xa3\xe1\xf2\x14\x3d\xfa\xdd\xa3\x65\xc0\x33\x5c\xa3\x07\xeb\xb5\x3d\xd1\x7d\x08\xeb\x7e\x3b\xbc\x71\x08\xa4\x42\x77\xeb\x31\xb7\x41\x17\xbc\x01\x2f\x37\xde\x29\x46\x30\x9d\x9f\x5a\x9d\xd6\x8a\x5c\x2b\x55\xa6\x7a\xc0\x8a\x7c\xaf\x8e\x00\xcd\xb5\x82\xf1\x37\xd0\x21\x9c\xac\xd8\xd0\x82\x6b\x33\x06\xb6\xa2\xa3\x74\x7d\x16\x0e\x69\x78\xef\x52\xef\xce\x02\xa1\x02\x0f\xde\x50\x78\xfa\x57\x56\xf0\x41\xe5\x5f\x46\x27\xbc\xa4\xc1\xc1\x8b\xe0\xfa\x6c\xf6\xf4\xe9\x4f\xb3\xc1\xf8\x74\xef\xee\x44\xb0\xbc\x1d\xdc\x1b\xe5\xbb\x35\x9c\xaf\x7a\xb5\x7a\x0e\x0b\x3b\xcf\xe0\x35\xff\x3e\x98\x7f\xa3\x3f\xeb\x5b\x04\xa5\x72\x2d\xee\xac\xe3\x42\x2f\x5d\x0d\x16\x9e\x6b\x78\xb8\x22\x9d\x9b\x77\x60\x87\xbb\xab\xeb\x9d\x47\x7b\x70\x56\xf0\xa2\x53\x7f\x57\x56\x60\xfb\xb1\xa7\xe1\x7a\xbd\xca\x5d\x7d\xfa\xd5\x57\x5f\x1a\x7d\xe9\x02\xbd\xb5\xb4\xef\xd2\x05\xf4\xa5\x21\xf1\x0c\x34\x6a\x65\x01\xc8\xfe\xf5\x2f\x9f\xa9\x4f\xfd\xa6\x8c\x5d\x7d\x80\xff\x39\x6d\xcd\x1c\xd6\xb5\xbd\x33\xda\xde\x5b\x62\xda\xa3\xbd\xb3\x81\x4f\xf8\xf5\xc3\x70\xee\x31\x0e\xb5\xec\x0d\xe5\x6b\x9e\x57\xe7\xe3\x12\x2e\x3e\x0e\x8e\x16\x05\xb9\x58\x45\x7a\xc0\x74\x1e\x18\x8e\xb1\x0a\x2d\x11\x1d\xae\x8c\x57\xc5\x2b\x17\x1d\xf8\xf9\x2d\xa0\xb7\xe4\xa8\x13\x01\x24\x05\x30\x14\xa8\xc8\x8b\xac\xde\xee\x11\x58\x19\xc2\xdd\xa7\x3f\x87\x25\x13\xbc\x4d\x5f\x07\x6b\xde\x88\xaa\x72\xef\x31\x50\xa9\xd1\x67\x35\x2a\xb3\x94\xa7\x0d\xdb\xd4\x1b\x7b\x15\x1c\x3e\xcd\xfe\xe5\x0f\x9f\x64\xff\xcf\xdf\xfc\xfa\xd7\xd9\xf0\xc1\x64\x30\x89\x58\x16\xc6\x05\xb8\x38\xbc\xbd\x85\x0b\xb3\xf3\x14\x5f\xeb\xbd\x2d\x5c\x15\x5a\x21\xae\x0f\x48\x46\x70\xf8\x89\x2f\xe0\x2a\x9e\xc8\x7e\x44\x13\xf8\xff\x9d\x6f\x0b\x40\x60\x3a\xa7\x8a\xde\xc8\xc7\x74\x48\x1f\xec\x03\x8e\xc6\x95\xc4\x62\x38\xf5\x74\x2d\x82\xf9\xab\xbd\xd1\x31\xa1\xf6\xa4\x20\x22\xfa\x8c\x42\x4d\x00\x32\xed\x9b\x2f\x7a\x95\x41\xb7\x36\x02\x84\xc5\x16\x5e\x1a\x42\x41\x0c\xc9\xb4\x21\x35\x96\xaf\x78\x75\x77\xf0\x82\x00\xf1\xdc\x7b\xa3\x77\x3b\x2b\x8f\xc3\xf9\x85\xde\xc4\x35\x20\x84\x6a\x40\x28\xe7\xf1\x1f\xb7\xe8\xa8\x07\x54\x9d\x69\x38\x11\xc1\xf8\xeb\x60\xf3\x92\xb5\x01\xde\xe0\x60\xd9\xad\x38\xfc\xfa\x70\xcb\x9d\x27\xad\xce\xde\x91\xbc\x42\x66\x39\x1c\xe1\x2a\x10\xee\x80\x4e\x81\x58\xec\x1c\xfc\xc8\x20\x80\x39\xdb\xbb\x2b\x7c\x21\xda\xad\xb9\xec\x27\xbf\xff\x22\xdb\x9d\x7b\x83\xa4\x0f\x1d\x14\xd8\x12\xc0\x36\xb0\xf2\xc8\x6b\xbc\xba\x1c\xee\x2d\x30\x96\x01\x58\xc0\x88\xb0\xec\x7a\x84\x5c\x8b\xee\xbc\xa0\x74\xa0\x51\xcf\x15\x80\x46\xc9\xc9\x7d\xfb\xa3\xfc\x56\x9c\x4a\x1c\x4e\x46\x18\x87\x46\x24\x03\x27\x64\xf3\x6e\x7b\x77\x0a\xfa\x87\x11\xb5\x5b\xe3\xf2\xdc\xdd\x78\x21\xa4\xfe\xce\x95\xf6\xfe\x03\xdc\xda\xe6\xad\x5e\xeb\x36\x2c\x3a\xfc\x1d\x3c\x7a\x09\x34\x2f\x8e\x68\xd0\x29\x39\x48\x30\x97\xf2\xd2\x53\xd9\xf3\xce\xe2\x62\xd0\x92\x65\xff\xa0\x8a\xb3\xbf\xa5\x62\x3f\x1b\xc2\xb6\x4c\x1d\xf6\xab\xa7\x96\xf2\xf8\xda\xb0\x68\x3c\xca\x60\x7f\x14\xc6\x0d\x03\xca\x7e\xe6\x0e\xd8\x6b\x60\x2e\x97\xf5\x02\xf2\x73\x26\xe4\xed\xe4\x53\xbc\x5a\xcc\x61\xa5\x41\x47\x0b\x67\xd6\x01\xb4\xcc\x75\x18\xc7\xc1\xba\x05\xf3\x4f\x01\x8d\x47\x0f\x20\x5f\xa9\x37\x40\x23\x3f\x00\xea\x1b\x30\x18\x3d\x9c\x15\x6a\x5f\x71\x32\x72\x5e\x15\x3f\x23\x5b\x67\x03\x49\xff\x42\x2c\x2e\xaf\xf3\x10\xb8\x73\x20\x50\xba\x87\xd7\x83\xf1\xc7\xbd\x87\x97\x23\xae\x88\x88\x4d\xe0\xa0\x84\xdb\xcc\x9f\x73\x91\xab\xe3\x03\x4c\x5c\x59\x77\xf3\xa8\xb7\xb8\x09\x8f\x08\x30\xad\xa9\xd0\x6a\x0f\x68\x4a\x11\x33\x07\x78\x8d\x3b\x9f\x12\xf2\x41\x1a\x22\x92\x17\x97\x60\xe1\x49\xd0\xbc\x03\x07\x18\x2a\x02\x40\x67\x79\x3a\x68\x6e\x73\x5d\x38\x3a\x72\x77\x09\x18\xd7\x82\x49\x07\xe1\x36\x84\x07\xb7\x09\x11\x5e\x37\xe0\x27\x80\x8e\x00\xe4\xc4\xcf\x25\x8c\x02\xbb\x5a\x7a\x00\x64\x45\xf6\x4f\xbf\xcf\x7d\x98\xd5\xe3\xc2\x07\x1a\x59\x76\xba\x2e\x87\x8b\xba\x9d\xe8\xc5\xe4\x3e\xf9\xfa\xc7\xba\x51\x04\x08\x41\x30\xaf\x6a\x13\x44\xf8\xc6\x1e\x4f\xee\x64\x04\x59\x19\x00\x26\xff\xca\x95\x99\xef\xd5\x35\x05\x25\x0a\xf3\x93\x1f\xf2\x90\xf1\x7a\x36\x1d\xcc\xfe\xc4\x8c\x01\xf0\xef\x7e\x3d\x3f\xe4\xd6\xf3\x83\x88\x35\x81\x36\x5f\x7c\x10\xfe\x74\xb3\xbb\x35\x11\x34\x9f\x65\xdf\x83\x82\xf7\xb2\xc1\xd5\x83\x76\xeb\xd1\xcf\xfb\x77\x4f\x9e\x13\x02\xf8\x37\x88\x11\xf1\x5e\xb9\x65\x3c\x4b\x48\xf3\x21\xa6\xe1\x7b\x0d\x97\x77\xfe\x2a\x12\x29\x53\x4d\x5c\xd8\x1b\x5b\xe1\xcc\x58\x56\x48\x57\xa1\x77\x01\x59\x9d\xf4\xe1\xcd\x99\xee\x1e\x1c\x08\xbb\x73\xff\x32\x6e\xcd\x54\x13\x21\x46\x67\x78\x47\xb2\x43\xde\x40\xc3\x2d\x97\xb2\x2c\x77\xc0\x15\x56\xb4\x2c\x50\xb2\xb2\xb5\x71\x46\x05\xab\x6e\x7c\x0f\x2b\xc3\x03\x56\x15\xfa\x92\x68\xa9\xb5\x34\x4d\x85\xf3\x1c\x29\xc0\x45\x49\xa1\xbc\x7a\xf7\xee\x8b\x58\x84\x7e\x62\x4d\x3f\xfb\xfe\xc7\x30\xb5\x8c\x5f\x38\xe7\xf0\xdb\x32\xa4\x16\x96\x09\x8b\xde\xf8\x2c\xf6\x76\x74\x0f\xde\xf5\xe0\xd1\x8b\xee\xcb\xc7\xf6\x30\xad\x53\x6b\x9d\x21\xcd\x2b\x27\x26\xc8\x5b\xeb\x37\x8a\x45\xc7\xf7\x71\x2f\x82\xc7\x80\x31\xc6\x98\x3c\x0d\x0e\x9b\xbd\x67\xb7\x83\xf1\x97\xf0\x1d\x88\x83\x70\xfa\x07\x79\x66\x85\x47\xed\x3c\xbe\xa7\x19\xaa\xf0\xf2\x14\x90\xbe\x84\xa4\xbf\x47\xf2\x1a\xde\x89\x8d\x47\x70\x20\xb2\xbf\xfb\xeb\x1f\x91\xcc\x55\x83\x8c\xd3\x30\x0f\xc2\x9b\x4d\xc4\xdf\x06\x31\xc3\x63\xcb\x7c\x8d\x02\xad\x33\x99\x06\x53\xd7\x5e\x19\xb0\x6d\x24\xa3\x41\x7c\x6f\xcb\x67\x14\x88\x9c\x68\xff\xbc\x0b\x2b\x9f\xd7\x82\x30\x5c\xd1\xba\xf3\x6d\x1d\x2e\xf2\x64\x38\xfb\xd0\x14\x8b\x09\x2d\x3c\x72\x81\x36\x1a\x56\x81\xc4\x1b\x22\x17\xf1\x87\xbd\xf3\x24\x5c\x52\x85\xb7\x0f\x81\x92\x64\xc9\x12\x83\xa0\x38\xaa\xe8\x95\xe1\x34\x7b\x88\x96\xcf\x29\xc8\x60\xfe\x62\x7b\x67\x2e\x98\x9d\x07\xc2\x38\x6a\x0f\x7a\xf1\x6a\x43\xaa\x13\x25\x61\xb9\x20\xb2\x1b\xf5\x5d\xc4\x36\x84\xf0\x48\xae\xc7\xe8\x0c\x8f\x87\x88\x2e\x4e\xc1\x56\x93\x4c\x44\x3a\x7b\x71\x5f\xe8\x7e\x7e\x17\xa9\x33\x68\x08\x96\x51\x84\x7e\x67\x58\x22\xa5\x84\x51\x78\x42\x95\x1c\x05\x68\x90\x42\x0d\x8e\x69\xb8\xb0\x8c\x62\xc1\xcc\xd7\x85\x46\x7d\xf8\x8c\x21\x78\xcb\x8b\x2c\x47\xb0\x20\x9f\xa8\x88\x10\x1a\x76\xaa\x48\x34\x8d\xf8\x43\x24\x5e\x6b\xcd\x33\x3e\xfd\x79\x7f\x85\xd1\x05\xe3\x59\x3c\x05\xbe\x57\x74\x0b\xe5\xfc\x2f\xaf\xd9\xba\x0a\x04\x00\xd6\xb4\xdf\x3f\x16\xfe\x01\x9b\x97\x43\xe6\x04\x58\xb9\x57\x48\xeb\x9b\xcf\x1e\x34\x87\x1c\xd1\xf8\x4f\xbd\xc5\x0d\xb8\xfc\x80\x39\xba\x63\x37\xf0\x06\x92\x6c\x52\x5f\x8e\xe4\x43\x8c\xc3\x41\x34\x98\x6c\xd8\xa4\xed\x52\x3b\x81\x15\x19\x71\x46\x06\xb0\x05\xdc\xb1\xed\xf6\xc1\xbc\x88\x53\x07\x61\xcf\xe9\xcc\x2b\xb2\xf2\x08\x68\x95\x6d\x39\xaa\x58\xe8\xf4\x29\x84\x95\x50\xb2\x57\xc0\x27\xe7\x01\x93\xdc\x0e\x7f\x5c\xe5\x0d\x80\xb2\xde\x0f\xcf\x81\x04\x8a\xb8\x5f\xc1\xf2\x4c\x1d\x10\xf9\xe9\x3b\x95\xba\x5a\x2b\x20\xa1\x83\xed\x31\x91\xed\xd1\x34\x98\x1e\xe5\xa5\xc7\x99\x10\xb5\xdb\x9d\xfc\x29\xfb\xd1\xc0\xc7\x27\xfd\x8f\x3e\x18\xf8\x98\xb1\x6e\xf8\xfd\x28\x12\x37\x17\x11\x43\x87\x37\x5e\x23\x27\x01\xf4\xf0\xee\x6b\x78\xf4\xb3\x27\x4b\xd9\x60\x7b\x1e\xde\xfb\x60\x62\x3c\xd8\x9c\x09\x9b\x0b\xdc\xb6\xd0\x01\xc4\x18\xd2\x03\x57\xa4\xcb\x41\x87\x56\x9d\xa7\xf0\x68\x34\x7c\xd9\xe2\x76\xe5\x54\xc1\x58\x87\xdd\x01\x78\x54\x00\x53\xb8\x9a\x20\xe2\x65\xb4\xcb\xf8\x61\x36\x2b\xc3\x14\x4c\x78\x1e\x7b\xdf\x7d\xaf\x39\xb4\x38\x65\x77\xc4\xad\xa7\x1e\xa7\x8b\xeb\x2c\x2d\xe4\x65\xe1\xb1\xf2\x8a\x75\x8f\x26\xe1\xba\xf5\x1e\x5e\xed\xec\x8e\x71\x2f\x9d\x8d\xa9\xe0\x70\x3c\xfb\x9b\x6c\xd0\x9c\xe8\x5d\x5b\x61\xb9\x5b\x77\x8b\x4e\xfd\x70\xc1\xcf\x37\x2a\xb2\x37\x40\x54\xd2\xf9\x02\x7c\xaf\xd0\xad\xbc\x0c\xb8\xc8\xaf\x90\x2e\xc1\x27\x71\x79\x8a\x77\x2b\x65\x4b\xb2\xed\x83\x89\x70\xf9\x29\x4e\x96\x16\x9a\xb9\x21\x18\x15\xb2\x4b\x5a\xce\xb8\xfc\x14\x36\x0a\x1b\x33\x86\x8d\x93\x02\xc4\xb9\x3c\x0a\x24\x5b\x6f\x72\x16\x4e\x02\x37\x2f\xf2\xc6\xd9\x9b\xc1\x64\x0b\x5e\x56\x14\xe1\xc3\x3e\xcf\x4c\xf5\xae\x6d\xea\x85\x92\x61\x33\x10\xe0\xf6\xe0\xd1\x65\xb3\x09\xf3\x3c\x09\xff\x48\xef\xbc\x4f\x57\xbe\x4e\xef\x3c\x13\x84\x71\xe6\x8d\x66\x02\x77\x08\xf6\x09\x86\xdb\x6e\xb5\xda\x07\x37\x99\xee\x21\x8c\x81\x3d\xe3\x00\xea\xc9\xfe\x7f\xde\x6f\xf2\x10\x7e\xde\x9f\x92\x3d\xe2\xc3\x40\x57\x07\x8a\xe0\xc5\x93\x11\x71\x0b\xfa\x8a\x71\x99\xdc\x3f\xf5\x34\x15\x89\x9b\xb2\x0f\x80\xbe\x29\xfc\xac\xe1\x85\x3f\x9a\x0c\x97\x57\x60\x19\xe1\x6f\x78\x85\xe1\xf9\x52\x4b\x14\xb5\xaf\x19\x70\x7b\xb1\xa2\x2e\x35\x60\xdd\xf3\xf2\xf0\xc4\xd4\xea\xf2\x6e\xf5\x6e\x1e\x05\x7b\x4f\x44\x08\xb6\x7d\x15\xd5\x3e\xff\x17\xec\xf7\x2c\x2e\x45\x05\xee\x74\xd9\x2b\x02\xfe\x54\xd7\x07\xa8\x08\xe6\xc6\x58\x9e\xaa\xef\x01\x13\x62\xc0\x66\xc2\x60\x59\x44\xd3\x3e\xda\x0c\x6f\xec\x72\x1f\x24\xee\xfa\x1a\x57\xf3\x0c\x5f\x4a\xc4\xf2\xaa\x49\x3c\xf1\xc9\x4b\xa9\xc1\x98\x44\x04\x20\xa6\xe9\x19\xc8\xdc\xce\xf4\x95\x36\xf7\x25\x7a\x37\x34\xd9\xc1\x98\xa2\xb9\x00\x58\x15\x97\xfd\xf9\xc3\xee\xd1\x1c\x93\x15\x11\xb0\xf0\xd1\x56\x21\xcc\xc2\x2b\x15\x60\x1a\x17\x1c\x5f\x08\x5a\xc6\x37\xb0\x56\x22\xc6\x97\xdf\x00\x87\xb5\x65\x2f\x69\x31\xa0\x36\x60\xde\x91\x33\x99\xbf\xc2\x53\xf8\x85\xad\x01\xfa\x0b\x3c\x95\xf4\x89\x5f\x4b\x91\xf5\xfd\xbb\xa1\x17\x92\xd9\x7e\x19\xd3\x0e\xfd\xc5\x49\x2a\x87\x4e\x9f\xfe\xf4\x2b\x22\xeb\x49\xf0\xb4\x05\xe8\xe1\xb1\x34\xf8\x69\xbd\x5e\xf5\xff\x5a\x2b\xe7\x58\x14\xf4\xd7\xbf\x7c\x96\xd5\xed\x5e\x28\x7b\x85\x12\x96\x85\x73\x40\x7c\x8d\xc9\xf7\xaf\x9c\xc2\x08\x0d\x2c\x58\x7a\xd8\xbb\xbd\x22\xed\xfc\x16\xde\x6b\xfa\x0a\x9d\xc2\xae\xa8\xaf\x48\x0f\xfe\x7b\x2a\x4d\x9f\xf9\xc2\x39\xff\xbb\x5a\xa1\x52\xe4\x6a\xfc\x24\x00\xe6\x02\x8a\x5b\x2a\x7f\xe2\x8d\x00\x5a\x3c\xdd\x18\x19\x29\xd4\x60\xd5\xe7\x17\xda\x7b\x8f\x00\xcd\x77\x5a\xd7\xa5\xe8\x73\xd8\x39\xd4\xd5\x71\x11\xae\xf4\xd8\x96\x14\x7d\x32\xec\xb9\x45\x55\xc2\x84\x63\xe6\xab\x9a\xe3\x48\x5f\x86\x4c\xfc\x13\x24\xca\x90\xae\xc0\xa7\x63\x37\xa3\x39\x3e\x87\x14\x59\x71\x19\x6d\xa1\x5c\x05\xa6\x13\x49\x3a\x01\x60\xb6\x0b\x00\xba\xd3\x2f\xa0\xdd\x60\x63\x31\xdc\x9a\xfd\xe7\xe8\x58\xef\xf6\x51\x38\x3d\xd5\xde\xdf\x02\xfa\x1e\x3f\x02\x87\xb7\xfe\xb4\xb3\x77\x04\x08\xe3\xfd\x3c\x20\x8b\x58\x63\x25\x40\x54\xef\xd4\x20\x7c\xb1\x1b\x84\x1e\x3a\x17\x77\x49\x70\xe9\x7e\xa7\x86\xcf\x77\x59\x37\x09\xc4\x1b\x89\x9e\x90\x46\x8f\x03\x85\xcb\x80\xeb\xe7\x19\x28\x8b\x62\x2e\x92\xa0\xb3\xa4\xea\xdb\x74\xf0\x47\x6b\x69\xe0\x8c\x79\xf5\xf2\x69\xb9\x19\xbc\x27\x4c\x68\x9b\xa7\x17\x2b\xa0\x90\xf2\x18\x70\x3c\x93\xcc\x3b\x15\xcb\x8d\x92\x63\x2d\x93\x12\xf6\x2f\x70\xf7\xed\x9d\x1f\xb3\xef\x9d\xf4\xdf\xa3\x56\x2b\x67\x81\x5a\xa9\x08\x38\xa0\xf8\xce\xca\xe3\xde\x8d\x3b\xdd\xad\x2d\x20\xee\x95\xb6\x14\x58\xfa\xa2\x57\xab\x39\xc5\x7a\xce\x90\x33\x3c\x0d\x66\x76\x81\xd3\xc1\x56\x34\x96\x8c\x38\x29\x25\xbc\x9f\x33\x6f\x98\x55\x49\x2b\x74\xf3\x03\x8e\x03\x0c\x75\xe1\xac\x53\x89\x6e\x76\x44\xea\xcc\x3e\x80\x8f\x8c\xba\x81\xbb\x8b\x57\x30\xef\x7d\x4a\x1d\xa0\xd8\x12\x55\x4c\x21\x7f\x4a\x95\x3a\xdc\xdc\x44\x1d\xf3\x16\xa7\xd4\xe1\xdd\x24\x78\x98\x55\xc9\x42\x3d\x1a\x9c\x71\x21\xad\xba\x9a\xb9\x5e\xb8\x68\x85\x4d\xce\x49\x6b\x40\x98\x17\x64\xe9\x0f\xe0\xd8\x1a\x69\xc9\x0d\x9e\x97\x64\x0d\x26\xf9\xa7\x5f\x70\x73\x7d\xe0\xd4\x1c\xd3\x10\x1c\x03\xc4\xde\x7d\x5b\x02\xdc\xc3\x7a\x8d\xee\xe8\x78\x34\xc8\xdb\x80\x87\x9e\x1c\xd3\xaa\x7e\x5f\x52\xdb\x94\x63\x11\x6b\x44\x33\xe5\xce\xb7\xf0\xa4\xe4\x60\xe9\xf8\x71\xd0\x42\x1a\x54\x63\x01\x6b\xbd\xbc\x8e\xaf\x6d\xb9\xe0\xd7\x91\x55\xe3\x09\x20\x74\x67\xad\xd5\xbb\xf3\x48\x81\xee\xe1\x25\x5c\x98\xc3\xfb\x72\x30\x6b\xd2\x95\x38\x22\x92\xad\x71\x91\x90\xdb\x9a\x1b\x07\xaa\x90\x34\xb0\xdc\x1a\x3e\x7a\x57\x6f\xf3\x38\xb0\x57\x4d\x8c\xa0\xa6\xe3\xac\x73\x21\x07\x3c\x78\x78\xe5\x45\xb8\x31\x45\xb4\x1b\x72\xe5\xf2\xb8\xab\xf7\x57\x4f\x3a\x1b\x3d\x2f\x24\x4e\x40\xce\x19\xd9\x9a\x73\x4e\x0d\x9e\x3e\xdd\x20\x91\x03\xbf\xa8\x8d\x19\xa4\x33\x59\x10\x30\x36\xd9\xdd\x3c\xec\x5d\xfc\x1e\xb7\x5a\xa1\x06\x0d\x86\x13\x86\x36\x48\xf2\x08\x4b\x8d\x02\x8a\xf1\xd7\x0c\x16\x8e\xae\xe1\xac\x90\x9f\xd4\x42\xa2\xb9\x26\x0a\xbd\xa8\x6b\x53\x8a\x91\xf1\xeb\x6e\xb9\x8c\xab\xcd\x26\x10\x26\xfd\xd1\x6e\xcd\x76\x2e\xbf\xc6\xce\x57\xe0\x49\x59\xd2\xdc\x6d\x38\xfd\x98\x0f\x0e\x13\x6b\x4a\x69\xd5\xec\x1e\x3c\x87\xe5\xc5\x93\xde\x7c\x00\x8b\x1c\x6c\x5e\xc2\x75\x23\xd1\x60\x38\xb5\x86\xea\x6f\xfe\xce\xc4\x92\x5e\x7c\x1e\x01\x52\xeb\x68\xeb\x10\x1b\x40\xb8\xb8\xa6\x07\xc0\x57\x9d\xc4\xce\xb8\x7d\xb1\xde\x3b\x4f\x5a\x28\xfa\x55\xbd\x33\xb0\xc2\x1a\xb1\x59\x22\xc7\x4e\xe5\xff\x9b\xa6\xc8\x8d\x1b\xe7\x8b\x6d\x07\xf2\x03\xf4\xf8\x1b\xb7\xa1\xb3\xb4\x89\x3a\x17\x22\x01\xf4\x3d\x60\x4a\x11\xef\xcd\x99\x0c\x20\xec\xca\x90\x23\x02\xf1\x9c\xd0\x93\x24\x69\xcf\xfc\xa7\x07\x6f\x1a\x1a\xfa\x5c\x79\x00\xc7\x08\x68\xd6\xc8\xf8\x05\x6d\x32\x04\x57\x34\x17\xbb\xab\xeb\xca\x56\x03\x0e\xf6\xf8\x73\x5c\x25\xb6\xd4\x18\xf4\xca\x65\xef\x3c\x4a\x24\x80\x11\x00\x72\x10\xe6\x0b\xbb\x51\xc0\x2b\x4f\x82\x81\x8b\xbb\xdd\x57\xf7\x05\x0a\x85\x5b\x0c\xd5\xde\xd9\x90\x6f\xf2\x01\x8e\xbc\xfa\x4d\xc4\x9f\x7c\x45\x0e\x7b\xe4\x14\x61\x46\xa4\x4e\x6b\xe7\xa0\x55\x8d\x6a\xe8\xcd\xca\xc2\xc2\x23\x2a\x3d\xba\x87\xfa\xc2\xbb\xa4\x43\x8f\x2a\x55\x0b\x75\x40\x3f\x15\x66\x68\x68\xa0\x46\x7d\xad\xfb\xe6\x86\x2c\x35\x53\xe6\x6b\x65\xb1\x72\x26\x93\x6a\xd5\xa2\xd1\x98\x49\x9f\x67\x64\x8d\x79\x75\x95\xce\x8d\xaf\xaf\x2f\xa4\x9c\x71\x51\x45\xa8\x92\xeb\x3c\x3a\x44\x1a\x8d\x38\x27\x96\x9b\xa0\x16\xb2\xec\x16\x49\x1a\xa0\x2a\xf2\xf5\x63\x81\x62\x86\x24\x51\xfc\x5d\x24\x51\x25\xa7\xec\xa0\x1d\x97\x71\x3f\x32\x0d\x57\x4d\x37\xfb\xa7\xdf\x67\x32\xd5\xc6\x00\x34\xaa\xad\x74\x78\x1f\xd5\x7c\xc4\x22\xcb\xe0\xcc\xad\x37\x6b\x7b\xa2\xbd\x7f\x97\xd8\x3d\xac\x84\xc2\xf2\xdd\xd7\x88\x59\x6f\xac\xc3\xa9\x09\xe7\x1e\x23\xcb\x4a\x9d\xe2\x32\xd2\xab\xc0\x5a\xb2\xe0\xda\x0c\x2b\xcd\x2c\xb2\x40\xbf\x77\x22\xc1\x29\xa5\x30\x44\xa2\x16\x51\x82\x01\x5e\x67\xbd\x79\xb4\xcf\x68\x25\xc4\xef\x93\x52\x37\x09\x0d\xac\xac\xda\x78\xcb\xc4\xaa\x0d\x39\x30\x36\x56\x98\x1a\x85\x2b\x82\x13\x9b\xd9\xcb\x34\xaa\x25\x64\x8f\xd4\xa2\x84\x4b\x2f\x01\xef\xcb\xa2\xd8\x65\xa6\xb0\x15\x1f\x52\xe3\x38\x70\x2d\xc5\x07\x8d\xa9\x2b\x97\xb4\x50\x63\x75\xbf\xb0\x31\x31\x28\x25\xc9\x00\xcc\xc2\xd7\x9e\x17\x9d\x15\xcf\x28\x0f\xa0\x65\x05\x0a\x0a\xb1\x09\x23\xc0\xe5\x29\xb8\x28\x5a\xd3\x8c\x42\x24\x38\xb3\x0d\xe8\xaf\xb5\xd6\x69\x6d\x08\x07\x65\x19\x47\xc9\xb7\x8c\xe8\xc5\x44\x4b\x36\x70\x81\x79\x74\x66\x3c\xcd\x8d\x67\x25\xa1\xa0\x8b\x7e\x5a\xb9\xb8\x42\x4d\x69\xe3\x94\xd2\xa9\xe1\xd7\xbd\x11\x85\x80\xd8\x0c\x26\xda\x31\x6e\xba\x38\xec\x79\xbe\x88\x2c\x19\x8e\xd9\x0f\x61\x70\x18\x48\xf6\x43\x00\x78\xd1\xad\xbb\xc6\x97\x00\x3a\x04\xfc\x53\xa9\xeb\x1e\xf9\x4e\x90\xd4\x5e\xb7\x84\x4c\x5a\x34\x11\x42\x10\x79\x77\x04\xf9\xa2\x48\x35\x49\x0c\x8f\xa6\xae\x83\xfd\x07\xc1\xd2\x61\x67\x6a\x12\x77\xd8\x1a\x4a\xec\x64\x98\x43\x8a\x9f\x0c\xb5\xe9\xe9\xf8\xc3\x2b\x1b\x04\x92\x0c\x98\x4b\x70\x61\x22\x53\x2a\x5e\x14\xc5\x94\x23\xe3\x9a\xb7\x00\x58\xb8\xc2\xc4\x81\x05\x9c\x42\x5f\x9a\xdd\x18\x5a\x86\xb1\xf8\x48\xf5\x24\x05\x94\xc6\xad\x27\x86\x33\x9f\xdb\xc6\x6b\x45\x3a\x4a\x51\x2d\x18\x5d\xb3\x60\xcf\xc2\x02\xd2\xc1\xbb\xe2\x00\x43\x16\x42\x64\xb6\x6f\x33\xf6\x62\xf4\x28\x45\x62\xd8\x68\x02\x30\x6d\x6e\x20\xba\xf6\x4e\x0b\xc5\x6a\x36\xba\xd3\xc8\xcd\xd4\xf9\x47\x4a\x7d\x2d\x1c\xad\xd6\x5c\x62\xb4\xb9\x11\xf5\x53\x89\x5b\x36\x0f\x81\xde\x94\x22\x39\x9c\x5c\xc2\x67\x52\x8f\x05\x4a\x10\x33\xc9\x18\xa8\x4c\x6e\xaa\x0d\xa1\x54\x9a\x08\x00\x78\x22\x89\xa2\x85\x38\x25\x54\xd1\x59\xda\x61\xf4\xc0\x48\x0a\x46\xcb\x84\x35\x63\x87\xff\x2f\xde\xb4\xda\x5f\x6b\x10\xfa\xe0\x16\x4a\x25\x3a\x63\x3c\x7c\xa6\x93\xc5\x52\xd5\x5c\x5c\x04\x33\x41\x44\x6c\xa1\x3f\xe7\x2d\x41\x37\x8a\x71\x45\xb8\x1d\x1c\x8e\x6b\xa1\x68\xe7\xc6\x2b\x60\x4e\xb5\x88\x9b\x25\x84\x80\x01\xe9\xa1\x16\x91\x67\x4c\x7e\x9d\x2a\xe7\xe6\x67\xca\x14\x6d\x03\x76\xeb\xac\x4f\xb3\xd6\x56\x8d\x48\x5f\xde\xc4\x6c\x64\x96\xd1\xe5\x95\xb3\x75\xcc\x93\x8e\xcd\x12\xf5\xff\xf0\x3e\x12\x55\xf2\xce\xa3\xa8\x02\x37\x0e\x6f\xc6\xce\x34\xa1\x13\x03\x8b\xc3\x73\x44\x42\xd4\x04\x19\xaf\x65\xc2\xb0\x02\x70\xbb\x60\x4b\x7b\x77\x66\x3a\x37\x56\x62\x34\xbc\xa8\x76\x15\x39\x49\x04\xb1\xaf\x6d\x89\x3e\xf2\xeb\x35\xaf\x32\xf4\x31\x0b\x8f\xd9\x68\xfc\xe7\xfd\x95\x8f\x3e\x90\xef\x59\xe4\x02\x56\x1e\x77\x96\xa7\xf9\x39\x41\x3b\x55\xc3\x2e\xf5\xc9\xc5\x36\x9a\x5c\xaf\xc0\x2a\x18\x83\x23\x13\x55\x34\x11\xb4\x81\x77\x76\xba\x6b\x63\x04\x86\x2a\xfc\x87\xb7\xd9\x92\x75\xab\x05\x8f\x41\x67\xe3\x46\xb8\xda\x54\x2b\x8f\x27\x29\x5a\x26\x8b\x26\xe2\xb5\x35\x78\x67\x26\x39\x44\xfc\x66\xf3\xce\x6a\xaa\x58\x81\x9e\x50\xaa\x20\x2a\x69\x38\xfd\x0b\x33\x4c\x10\xe0\x82\x25\x5a\x89\x38\x46\x55\x3d\x67\xc9\xf8\xf0\x6b\x51\x89\xb9\xb8\x80\x85\x5d\xb2\xc7\xb1\x83\x63\x4c\x42\x28\xd3\xd8\xe9\x91\xfb\x4f\xd3\xe6\xdb\xaf\x86\xae\xef\x3f\x7f\x17\xbb\xba\xe7\xd0\x92\x20\x81\x38\x60\x0c\x0d\x18\x15\xd0\x50\x82\x6f\x6e\x82\x5a\xd0\xe8\x80\x55\x92\xda\x80\xc1\x46\x0a\x89\xae\xd4\x2c\x8d\x3e\x52\x50\x03\x0e\x9e\xf6\x12\x99\x08\xe2\xc0\x79\x2b\x76\xae\x84\xcf\x57\xc5\xaa\x66\x79\x9d\x2c\x49\x15\x1f\x11\xfe\xb8\x8a\x64\xa2\x69\xf7\x4d\xab\x5a\xc7\x87\x95\x26\x08\x53\x93\x85\x87\xdb\xfe\x7f\x67\x83\x47\x3f\xc0\x0e\xe8\xcd\x87\xbb\x9c\xa9\x7b\x67\xe1\x98\xd8\x55\xda\xad\x47\x9d\xa9\x99\xbe\x55\xf4\x25\x16\xe2\x9b\xf9\x7b\xbe\x80\x8a\x10\x27\xd5\x2a\x6b\x3c\x7f\xd9\xbd\x35\x49\xf8\xb7\x5c\x5c\xaa\x62\x5e\xdc\xee\xda\xf7\xc4\xef\x29\x85\x69\xa3\x32\xe0\x56\x4a\x39\xf3\xb3\x7c\xd3\x7b\x61\x76\x67\xc2\x25\x51\x55\x81\x2a\xe4\x69\x9d\x64\xae\x4c\xb8\xf2\xc9\xe2\xb5\x12\x13\x5a\x51\x19\x0b\x2c\x5d\x79\xe5\xc8\x40\x50\x54\xe0\xeb\x97\xd3\x7c\xe9\xbb\x47\x77\x80\xf7\xc5\x7b\x45\xd5\x74\x9d\xf0\x9e\x1c\x61\x56\x66\xfc\xf6\xcb\x3f\x91\x3d\xb1\xea\x85\xdb\x42\x93\x8c\xa9\x59\x14\xcc\x6c\x3c\x24\x3b\x04\x54\x24\x71\x7d\xb4\x5d\xdb\xda\x35\x19\x7a\x66\xab\x11\xa7\xdf\x7c\x99\x62\xbe\xca\xcd\x56\x58\x03\x40\xe7\x80\x2f\xb3\x9e\xa1\x39\xbb\xf8\xec\xe5\x34\xe1\x22\x3b\xea\x5a\x9b\xeb\x24\x6b\x62\xd0\x3c\x62\x3e\xc4\x08\xf8\x11\x50\xe9\xa8\xb8\x13\x83\xc7\x4d\xc0\xa6\x34\xee\xe5\xed\xf0\xd6\xae\xb6\x2f\x8a\x4e\xe8\xfc\x53\x78\xb0\xd9\x2c\x01\xaa\xc0\x3d\x31\xb0\x04\x0f\x93\x6f\x9a\x0c\xd3\xdc\xca\x38\xca\x48\xee\xa9\x60\x8e\xd4\x4a\x31\xf4\x91\xac\x1c\xc3\x22\x1a\x73\x88\x21\x2d\xf9\x49\xbc\x0d\x91\x98\x13\xd1\x07\x37\xa5\x2b\x1b\x99\xe0\x63\xc4\x2c\xd8\xce\x9c\x5e\x29\xcd\xe7\xf0\x70\x78\x14\x44\x00\x4a\x27\x91\x95\x83\x41\xe9\xf3\x35\x16\x08\xa5\x25\x36\x48\x2b\x5c\xfc\xed\x9d\xf6\xee\x78\xb8\x33\x8e\x1f\x4d\xa9\x11\x11\x4c\x4c\x3e\xb4\x77\x6e\x64\xd5\x1b\x8a\x22\x83\xf9\xad\x70\xec\x21\xec\xb5\x7e\x40\x89\x56\x16\x23\xad\xd8\x78\x44\xd6\x6d\xf2\xe4\x36\x84\xb2\xe1\xa5\x32\x8b\xee\x8b\xc1\x69\x7c\xc8\x90\x44\x9f\xca\xe8\x47\xd7\xb8\xa2\xe8\x3d\x57\x37\x01\x11\xc0\x4b\x6f\xf2\x80\xc1\xc2\x22\xda\x23\x64\xbe\x46\xf1\xce\x99\x0c\x0b\x46\xb5\x80\x2a\x12\xa4\xdb\x5a\xb3\x48\xbe\x2e\xa4\x44\x7b\x7f\x25\x78\xb4\x16\x13\x22\xc3\xd1\xed\x36\x9f\xc3\x45\xed\x1e\x5e\xea\xac\x6c\xfc\x73\x74\x0c\x36\x0d\x37\xf9\x0d\xd0\x90\xad\xd8\x02\x76\xa6\x9f\xe3\x51\x5f\x84\x67\x62\x26\xa2\x40\x44\x6e\x73\xce\xf5\xdd\x01\xb7\x4c\x32\xa6\xf9\x2d\xa0\x24\x60\x6a\xfc\x11\xbf\x19\x16\xd9\xdc\x3d\x6a\x51\x3e\xf2\xab\x85\x4a\xb6\x08\x0f\x8e\x9f\x3b\xd1\x70\xb3\x35\xe0\x41\xd1\x58\xe8\xc4\xc7\x1d\xa8\x0e\x27\xf7\xee\x65\xe8\x06\x60\x3e\x4e\x34\x84\x6e\x55\x45\x94\x07\xd9\xf6\x05\x48\x6f\xee\xef\xc1\x45\x66\xe3\x48\x91\x65\x00\x9f\xd9\xda\x93\x59\x6b\xb5\xd0\xbf\xd4\x39\x3a\x73\xa9\xa9\xfc\xbc\xdf\x64\x96\x06\x37\x76\x74\x3f\x95\xdf\x37\x7d\xbd\x7e\xde\x9f\xca\x14\xcb\x5e\x25\xda\x90\x9d\x59\xd4\xcf\x8c\x5d\x67\x32\x4d\x49\x0b\xc5\x86\xf2\x78\x8f\x23\x56\x6e\x33\x21\x47\xe4\x9f\x22\x0d\xc9\xae\xe5\xac\xc8\x72\x4d\x4f\x33\xfa\x4c\x76\xe2\xfc\x19\x8d\xc4\xe9\x5b\x62\x8f\xcc\x6a\x2c\xb1\x16\xd6\x4d\x6f\x2b\x9d\x2d\x79\x5b\x09\x6a\x7e\xbe\x7b\x24\x47\x0e\xbd\x09\xe5\x33\xfb\x13\xf2\xe7\x21\xb7\xee\x0e\x55\xd0\xa0\x4b\xd9\xa3\x93\x84\x20\x7b\x4a\x17\x64\x95\x3b\xa2\x5b\x84\x87\xca\x11\x89\x35\x7a\xb7\xcc\x6f\xa9\x8f\xd1\x31\x7a\x23\x12\x06\x03\x88\x39\x7e\xe8\xae\x50\x62\xa9\x12\x8c\x89\x7d\xb2\xe4\x5b\xa2\xb6\x09\x23\xbd\x17\x1a\x75\x0f\xf8\x6b\xb7\x2e\x84\x28\x00\xc2\x8d\xd4\xf2\x04\xe0\x21\x19\x30\x68\xde\x0b\xd6\xa6\x83\x99\x5b\xb2\xbc\x62\xb5\x65\xb8\x11\x4a\x41\xc9\x19\x2c\x34\xca\x4a\xf4\x9b\x63\x73\x69\x16\xf8\x8a\x1b\x22\xa0\xb7\x46\xc5\x41\x59\x42\x30\xf5\xd4\xfa\x26\xa8\xfe\xe0\x3a\xfb\x9d\x74\x8f\x0e\xba\x3b\x4f\x11\xcf\xed\xa3\x1f\x25\x0a\xf4\x18\xe9\x2c\xbe\x66\xd6\xbb\xbd\xbb\x02\x54\x73\xb8\x21\x44\x9e\x6a\xcb\x45\x35\xce\x39\x20\x97\xd8\xbe\x4d\x40\xae\xae\x87\xcb\x80\xb4\x9b\xcc\x85\xe1\xe9\x14\x70\xa0\x08\x6b\xc4\x4a\x32\xb4\x30\xe6\x56\x99\xc2\x68\xc8\xc9\x99\x60\xed\x9d\x8d\x60\xe2\x4e\x30\xfe\x18\xee\x19\x62\x31\x6d\x87\x3b\xb9\x11\xce\x6e\x6a\x4e\x56\xb5\x46\xa4\xa6\x7f\xa1\x52\xd4\xc4\x26\x8f\x0d\xc6\xd3\x5b\x7c\x89\x3a\xcb\xf3\xa8\x7e\x4c\x0a\xa8\x87\x0a\xdf\x91\x1d\xdd\xda\x76\xf7\xd5\x7d\xfc\x88\x27\xd9\xb7\x0f\x3c\x4b\x92\x61\x5b\x8a\xc3\x62\x6c\xe4\x0d\xe6\x69\x9b\xf0\xe5\x8d\x5c\x6e\x98\x29\x39\x3c\x84\x4b\x2b\xde\x54\xb4\x7d\xc8\xa0\xe2\x83\xa7\x35\x02\xa2\xfc\xbd\x22\xb4\x4a\x8a\x70\xdb\x44\xac\xff\xa2\x7c\xdb\xc6\xcd\xc7\x88\xb8\x2b\x0e\xca\xbf\x1a\x75\x38\x51\xc4\x1a\x9a\xfa\x9d\x8c\x38\xac\xb2\xf7\x1f\x7b\xad\x8a\xeb\x9f\x59\x92\xc0\xc9\x80\xc2\xb4\x2a\xda\xc6\x8f\x88\x18\xb3\x03\xe5\x86\x73\xe2\x63\xde\x6e\x85\x1a\x55\x7b\xac\x55\xa1\x9e\x94\xc5\x25\x97\x9c\x62\x94\xa7\xce\x94\xe9\x76\x93\x0e\x12\x3d\x96\x2c\x18\x51\x8e\x28\x86\xf3\xce\x07\x7f\xfc\xd3\x57\x64\xb5\x81\x16\x06\x31\xb7\x08\xed\x8b\xa7\x1a\x87\x19\x8e\xb8\xbe\xcf\x84\x53\xc5\x45\x55\xd8\xc5\x75\xe6\x5e\xd8\x28\x3c\xd8\xda\x47\x41\x1b\x5f\x20\xbd\xdb\x9a\x26\x55\xed\x44\x96\xb4\x68\x0a\x14\x33\xa3\xa5\xca\xca\x8c\x76\x46\x2b\x72\xd0\x43\xc6\x50\xef\xb3\xf5\x32\xe2\x68\xd5\xa8\x28\xe7\x94\x63\xb1\xa1\x96\x93\x1b\xc2\x8e\x3d\xb4\xe4\xda\x6f\x87\x0e\x3b\xec\x7e\x1a\x32\x27\x8f\x1f\xdf\x29\x0f\x8a\x55\x38\x17\x8b\x91\x27\x91\x0c\x9a\x00\x60\xca\xa7\x7a\x01\x2e\x47\xe5\x6c\x8e\xe9\x5f\x2d\x8a\x96\xcf\x91\xd8\x90\x8a\x0d\x19\xb9\x86\x60\x5b\x03\xa4\xfc\x66\x80\x61\x9d\xce\xfe\x8f\x99\xdb\xef\x7f\x42\xd2\x85\x4f\xea\xb5\x32\xfc\xc9\x55\xb1\x06\x2e\xbe\xd9\x10\x30\x46\xe7\xd9\xbc\xc0\x54\x1b\xc9\x27\xa5\x59\xf2\x49\x08\x4c\x00\xa2\x8f\xa2\x2f\x5a\x37\x55\x3b\x2b\x6b\x90\x41\xfe\x94\xd9\x9b\xbb\x17\x71\xf6\xfc\x28\xfd\xad\xe1\x16\xcf\xe6\x87\x1a\x2e\x5a\x99\x1d\x3d\xeb\x8d\xae\x88\xeb\x3d\x9f\xba\xfa\xb0\xeb\x0b\xd6\xe6\xa3\x49\xe4\xa7\x8d\xd4\x95\x7f\x78\xbe\xe8\x8d\x00\x67\x86\xb7\x74\x8e\x2d\xec\x49\xe1\x47\xc8\x9e\xed\x37\x4c\xcf\xf1\x6a\x03\x0d\x66\x50\xcb\xc7\xed\x9b\x95\xc4\xb8\x88\x25\x19\xec\xe2\xa0\xeb\x51\x4f\x30\x28\x72\xa7\x34\x09\xa6\x59\xb6\xfc\x10\x53\x3d\x92\x66\x08\x27\xba\x3e\x2b\x86\x8f\xa4\xe2\x66\xfa\x81\xe5\xd5\x68\x5b\xc7\x36\x74\x19\x79\x80\xe4\xe9\xa9\xd7\x1c\x27\xc7\x07\x32\x7c\x70\x35\x33\xe8\x96\xd1\xda\x4b\xf4\x93\xe8\x29\x5a\x2f\x0c\xe5\xd0\xe8\xae\x25\x8f\x15\xde\xb5\x07\x93\x9d\x8d\x43\x69\x08\xdd\xb8\xd9\x72\x89\x35\x8c\x00\x0f\x08\x98\x20\xe4\x4b\x9a\xb3\x37\xfa\x86\xc7\x7c\xc2\xcb\x85\x01\xa7\xac\xaa\x0a\xd8\x08\x5c\x0b\xbf\x0e\xfb\x03\xaf\xd0\xe4\x0c\x3c\x7d\x9d\x87\x57\x33\x45\xb2\x72\xf2\x95\x55\xd4\xdc\x44\x30\xff\x23\xac\x56\xd9\x29\xf8\x68\x87\x46\x0e\x07\xc0\xb2\x07\x3b\x97\x32\xa4\xf1\xa9\x15\xce\xe7\x82\xb9\x15\x78\xa6\x85\x32\xa0\xaf\xb0\xdf\x14\x1d\x40\xde\x73\x6e\x85\x4a\xc8\xec\x1b\x2b\x09\x45\x95\xa8\x8a\xa8\xa4\x40\xb7\x85\x89\x77\xb9\x2d\x54\x86\x16\x85\x65\x24\xd7\x94\xa5\xd5\xd1\x24\x3c\x17\x80\x5b\xba\x93\x2f\xe5\x2a\x12\xaf\x98\xc9\x38\x25\xd4\xd0\x9e\xa2\xd8\x00\xa4\xb4\x62\x4e\x95\xfb\x91\x42\xd6\x70\xe4\x45\x73\x89\x1a\x0d\xbb\x1c\xff\xe1\xd2\xce\xfe\xad\xee\xe1\x55\xbb\xb4\x5a\x73\x68\x2e\x2c\xa2\x87\x25\x7c\x78\xb9\xbb\xd6\x0c\xe6\x6f\x03\x73\xa6\x60\x8a\x85\x0a\x69\xa1\xb1\x21\xb4\x70\x44\x0c\x4f\x2d\xfa\x82\x39\xb8\x61\x94\xea\x03\x79\xb4\xfc\x3c\xa5\x7f\xba\x3a\xe6\x20\x36\x1e\xd9\x50\x23\x0d\x38\xfb\x03\x4e\x1e\x9a\x2f\x28\xfa\x27\x52\xa6\x03\x7a\x5c\x59\x40\x56\x5b\x94\xdf\x57\xc4\x89\x68\x6b\x57\x37\xc4\xe7\x59\x94\x15\x22\x51\xe7\xa6\x09\xd9\x0d\x38\x83\x48\x50\xe2\xa7\xa8\x5d\x46\x06\xd0\x84\x90\xa6\xef\xd0\xa8\x62\x7a\xf5\xbc\x84\xbc\x4a\x9d\xd7\x30\xfa\x8b\x9c\xaf\xb9\x75\x25\xa6\x31\xa6\xc6\xfe\xbb\xf3\x5b\x40\x0b\xf1\x43\xf2\x4e\x53\x63\x4d\x2e\x0d\x25\x12\x52\x62\x1d\xa6\x03\xe2\x02\x3c\x75\x9e\x90\xa4\x20\x2b\x6f\x1e\xfa\xd5\x03\x34\xe8\xa1\x7a\xe8\x2a\x61\x34\xae\x99\xc2\x1c\xeb\x98\xc4\x0e\x6a\x61\x4e\x30\xf8\x07\xd9\xde\x8d\x4d\x14\x89\x00\x49\x4d\x52\x50\xf5\x6e\xa1\x15\x33\x0a\x17\xc6\xa7\xf0\xb2\xae\xb5\xba\x93\x3f\x89\x96\x6a\x75\x02\xc9\xa3\x37\x4f\xda\x87\x6b\xdc\x48\x6f\x74\x14\x88\x15\x68\x47\xac\x77\xb4\x5b\xb4\x8c\x03\xcd\xd3\x9a\xb7\x8c\xc3\x58\x74\xca\x79\xb2\x45\x50\x71\x20\x54\x11\x5d\x7a\x7d\x94\xe5\xee\x5b\x47\x19\x25\x98\xf5\x91\xaa\x52\x5a\xe0\x2a\x7d\xf0\x91\x5c\xef\x85\xd9\x8f\xdf\x33\xe0\x0c\x90\xf7\xa2\xbb\x56\x22\x43\x69\x12\x5c\x58\x25\x96\x56\xde\x2a\x91\x51\x8d\xb0\x31\xa6\xbc\x3a\xda\xfa\x08\xce\x34\xb9\xf5\x92\xcc\xe3\x87\xe0\xc5\x4d\x7e\x8a\x8c\x6d\x90\xfa\x25\x17\x95\x78\xe5\x0b\x80\x3d\xf8\xd4\xc9\x25\xe9\xc0\x58\xe6\x1e\xf3\x5c\xc9\x06\x9d\x79\x6d\x45\x8d\x31\xd4\xfb\xb8\x8f\x27\xc8\x38\x5d\xb1\xe2\x7c\x95\x8c\x65\x36\x1e\x30\x69\x9a\x04\x75\x8f\x64\x19\x8d\xa7\x4b\x33\xf9\xa6\x51\xaa\xd1\xf2\xee\x6b\x74\x11\x7b\xf5\xc6\x44\xdd\x46\x47\x51\x0f\x2c\x73\xe0\x15\x49\xd8\xb7\x9a\x4b\x60\x45\xfd\x88\x1f\x4f\x41\x4f\x03\x8e\x3c\x83\x7a\x3b\x13\xd1\x12\xb8\xa2\x7a\xb8\xca\xc8\xe9\x5d\xe0\x67\x17\x4e\x8b\xc2\x02\x28\x17\x20\x8a\x8c\x5a\xd8\xd3\x04\x75\x62\xc1\x78\x47\xe0\x7d\xc0\x17\xb8\xc0\x57\x89\xe9\x3a\x5d\xa7\xd3\x7c\xad\x02\x37\x6c\xf0\x8b\x9c\xec\x26\xe2\x17\xd9\xd8\x21\x3e\x3d\x6a\x5c\xf7\x15\xcd\x4e\x73\x0d\xba\x49\xec\xc4\x68\x55\x02\x01\x24\x5a\x25\x24\x88\x5e\x93\x40\x03\x01\x5d\x33\x04\x6f\xb9\x5a\x83\x8b\xeb\x8c\x9e\xf5\x98\x04\x8d\x10\xf1\xa1\x49\x55\x34\x04\x31\xfa\x8c\x37\xcf\xf7\xaf\x94\x3f\x3f\x6c\x74\xa6\xc6\x4d\xa4\x08\xe2\xf3\x8b\xeb\x62\x64\xc7\xef\xc1\xa2\xb8\xb8\xa0\x1c\x1d\x88\xd0\xf9\xdb\xc1\x15\x14\xfc\x1d\x1f\x4a\xc5\xb0\xdd\x37\xc5\x1b\x54\x99\x24\xf0\x6f\xda\x40\xa2\x29\xea\x07\x90\x08\xb0\x7f\xfa\xf0\x02\x0d\x04\x4c\x24\x9f\x6e\x43\x47\xf6\x64\xa2\xb3\x74\x8b\x75\x91\x22\xc7\x57\x63\xb1\x26\x79\xcc\xe9\xd1\x1a\xa7\xd8\x01\xe2\x15\x30\x2f\x82\xa7\x70\x15\x5e\x6a\x74\x63\x13\x55\x89\x62\x64\x90\x08\xe0\x11\x00\xc6\x31\x47\x40\xbe\xff\x5e\x5e\x6c\x13\x0c\x7b\x96\x0f\x54\x70\xa0\x68\xf3\x70\x69\x69\x2e\xda\xba\x17\x78\x06\x03\x1d\xfa\x8d\x01\x38\x5d\x82\x92\x82\x8d\x05\x3e\x36\xc6\xed\x13\x23\x45\xea\x4f\x93\x1a\xbe\x45\x6b\x20\xe2\x79\x6b\x67\x66\x6d\x6c\x0d\x7b\x4d\x6b\x24\xa3\xa8\xb7\x53\x9a\x8a\x7b\xbe\xca\x84\x29\xef\x96\x2e\xb7\x9c\xe2\x2c\x52\x4f\x41\x0c\xa2\x82\x45\x8c\x54\xd4\x37\xe4\x84\xd1\x98\xfa\x60\x19\xa5\x01\xea\xab\xe0\x67\x60\x3a\x26\x91\x99\x50\x9f\x19\xdf\xb3\x01\xfd\x22\xf0\x44\x2b\xba\x84\x7d\x19\x71\xd9\x17\x51\x52\x1a\x1b\x1a\x20\x39\x47\x59\xae\x44\xa5\xca\x33\x30\x8a\x94\xc5\x14\xaf\xf1\xfd\x94\x45\xe3\x9a\x05\x78\x5d\xb1\x0c\x8d\xb5\x45\xa2\x95\x80\x29\x02\x85\x5b\xcb\xab\x26\x48\xdc\x0d\xa0\x70\x49\x93\xa0\x9a\x6e\x36\xc8\x66\xbb\xb7\x08\x42\xf7\x98\x0a\xca\x9d\x46\xd0\x8c\xa7\xb9\xdf\xd4\x0a\x5e\xd5\xa9\x98\xf0\xfb\xa3\xc1\xc2\x96\x84\xd2\x48\xef\xc0\xf3\xd1\x29\x2b\xaa\x01\xf7\x93\x5c\xfa\xfa\xd5\x80\xb7\x0f\x43\x8a\xc1\xc8\x67\x26\x81\xca\x63\x23\xd0\xe4\x98\x35\x98\xd8\x4c\xf5\x01\x46\x65\xa6\x6e\x70\xf9\x69\x1a\x18\xbf\x9e\xfd\x36\x55\x36\x4e\x2e\x67\x7c\x2b\xb8\x34\x5f\x2d\x17\x8a\x8e\xb8\xc8\x0a\x73\xa4\x1f\x42\xab\x97\x63\x5a\xe3\x96\x54\xd4\x36\xff\x94\x68\x1d\xae\x3c\xe8\x1e\x1c\x00\x69\xcf\x96\x58\x24\x1d\xc2\x5a\x22\xc7\xec\x53\xd7\xad\x0c\x7a\x11\x62\x43\xb7\x46\x15\xec\x87\xd9\x4a\x6e\x43\x8c\x5e\x09\x63\xb1\x55\x19\x92\xe7\xe4\x9e\x96\x3d\x61\x0e\xf1\x44\x36\xc9\xfe\xca\x30\x80\x54\xa4\x11\x42\x51\xa7\x75\x39\x39\x4e\x72\x6f\x48\x1f\xa4\x25\x21\xfe\x25\xb3\x6a\xf8\x6a\x3d\x7e\x09\xb4\xc2\xb4\x11\x8b\x95\xac\xfb\x56\x64\x2b\x6d\xd3\xa9\xaf\x17\x06\x72\x2c\x2d\xd4\xa7\x5e\x6f\x2e\x9e\x72\x13\x40\x1d\x72\x05\x20\x8c\xb7\x20\x01\xe6\x81\x37\x96\x60\xea\x69\x00\xf8\xba\xfb\x40\x94\x16\xeb\xc8\xa4\x31\x9c\x7d\x56\x04\x3a\x05\x0f\xa4\xb6\xaa\xe1\xd2\x5a\x4e\x5c\x42\xa9\x14\xbb\x87\x68\xa3\x99\xd6\x36\x80\x0d\xb9\x00\x96\x3a\x68\x55\x33\x56\x87\xbd\xb8\xd8\x80\x2c\xad\x4d\x2c\x3f\x85\xae\xf3\x22\x5b\x10\x95\xa2\x75\x35\x2d\x50\x5f\xa2\x10\xc2\x76\x03\x6f\x24\x23\xee\xb4\xee\xb0\xbe\x30\xad\x0a\x5f\xc7\x12\x5a\x55\x62\x8d\xce\x8d\x17\x78\x15\x94\x8c\x26\xad\xc6\x88\x53\x41\x91\x32\x52\x5f\xd4\xc7\xfc\x02\x06\x41\x4c\xeb\xc0\x47\x8f\xc3\x70\xee\x1a\x06\xaa\x4b\x96\x9c\xa2\xe3\x59\xc7\x60\x7a\xa8\xb2\xa2\x2e\xd3\xc0\x10\x9b\x08\xd8\xe2\x0f\xfd\xc1\x80\xb8\x84\x81\x29\xee\x86\x0d\x35\xe8\xe9\x4a\xed\xda\x29\xf8\x06\x6c\xb0\x7d\x0c\xec\x88\xe7\xd7\xf1\x49\x44\xd3\x1a\x92\x8a\xdf\xed\x6e\x5d\xee\x6e\xa6\x0e\x82\xda\x35\x81\xb7\xaf\xda\xc0\x78\x81\x68\xb5\x71\xa5\x0d\x83\xa4\xaf\x7f\x7d\x06\xa8\xc1\x93\x5f\xff\xe6\x8c\x4f\x64\x60\x7b\x67\x2e\x7b\xf2\xeb\x0f\xcf\xf8\xf6\x84\x75\xf5\xfc\x60\xe1\xac\x43\x6d\x50\xd5\x2c\xba\x70\xa6\xc0\x93\x68\xc4\x6b\x30\xa5\xb3\x33\x8a\x41\x3b\x35\xce\xfe\x16\xad\xd9\xa6\xed\xaf\x7c\xbf\x19\xe1\xa6\xde\xed\x92\x2a\x8d\x5f\xec\x4a\x63\x24\x2f\x13\xf7\xf1\xf2\x87\xf7\x56\xed\x99\x4b\x21\x8a\xf1\xeb\xb9\x6f\xb8\x0c\x47\xad\xd7\xe0\x57\x48\x0f\x9f\xa4\xe9\x7f\xa3\x2a\x29\x1b\x59\xae\xab\x63\x21\x99\xaa\x63\x6d\x19\xa0\x7b\x14\x05\xb2\x1a\x98\xa7\x0d\xa3\xd0\xf0\x83\x74\xfa\xe8\xee\x32\x79\x8d\xcc\x37\x46\xdb\xbb\xcd\xde\xa5\x03\x20\x5a\x3b\x37\xa1\x74\xda\xc0\xd3\x8c\xcc\xe8\x47\xce\x9e\x2c\x97\xa8\x51\x31\x84\xf4\x0d\x8c\xa3\x05\x5a\x73\x68\x4d\x19\x46\x5c\x99\x69\x65\x63\x00\x7d\x1a\x4b\xab\x21\x2f\xa8\x3a\x66\xb1\x65\xe6\x5d\xc2\x35\x96\xd5\x75\x4b\x78\xbe\xe0\x68\x9c\xd0\x0b\x4d\xbf\x3e\xa6\x93\xc3\x56\x6f\x34\xe4\x6f\xec\x21\xbd\x73\x2b\xe6\x58\xbf\x31\xb7\xdd\x45\x91\xf0\x20\xb5\x86\xac\x97\x41\x06\xff\xc2\x96\x91\x2b\x24\x1d\x60\x7b\x6f\x02\x55\x25\x84\x00\x75\x17\x55\x8f\x82\xc4\xb2\x2c\x14\xe9\x61\xdd\xb5\x0a\x97\x81\xce\x84\x14\x21\xc3\x28\x15\xbb\x02\xe5\x14\xa6\x3e\xab\x28\x40\xca\x47\x94\x38\x7b\xcb\x70\xb0\x73\xa7\xd5\xbb\x33\xc1\xeb\x86\x62\x02\x8a\xbf\xd1\xdc\xc6\xc8\x88\x5b\xf7\x84\x97\x94\xc6\x48\x54\xc7\xdc\xa1\x1e\x94\x25\x07\x50\x9d\x16\xce\xa1\x42\x14\x43\xae\xc4\x5e\x71\x8e\xd3\x65\x50\x52\x76\x39\x4c\xd1\x53\x94\x56\xef\xe1\x72\x77\xea\xc7\x78\x39\x5a\x76\xf0\x5b\x9c\x46\x65\x45\x67\xd3\xb7\x9e\x74\xe4\xd8\xac\x57\x86\xc1\x53\xe6\xc3\x05\x96\xe8\xc8\x2e\x12\x9f\x68\x11\xfd\xa5\x8c\x21\x66\x1d\x24\x64\x09\xcb\x08\x53\x01\x63\x16\x41\xb2\x3a\x09\x8b\x62\x9e\x00\x92\xe4\xc7\x9a\x16\x1b\xa8\x22\xd6\x8d\x96\x46\x8a\x94\xdf\x96\x43\x1a\x78\xaf\x5a\xa8\xd5\xdd\xa2\x5b\x2d\x08\xee\x43\xdf\x09\x3a\x16\xc6\xb9\x2a\xd4\xeb\x85\xe2\x30\x5e\xd8\x88\x88\xc2\xdb\x60\x12\x91\x80\x88\x91\xcd\x21\x09\x00\xd1\x62\xdf\xa4\xd4\x2e\xc1\xc1\x45\x52\x2e\xf7\x4d\xe7\xe2\x2e\x47\x52\x00\x62\x4e\xc0\x59\xe1\x60\xf2\x66\xa6\xea\x81\x0b\xe1\x46\xc2\x80\x1d\x2d\x63\x44\x31\xed\xd6\x0d\x91\x6d\xcc\xdf\x0e\x66\x6e\xa5\x03\xca\xb2\x13\x74\x7b\xe7\x91\x16\x65\xf7\x16\x5f\x46\xf2\x1f\xaa\xaf\xa5\x67\x22\x1d\x8c\xc9\xd0\xec\xd6\x07\x0a\x48\xcd\xae\xec\x05\x93\x13\xa2\xab\x89\xf5\xce\xff\x4a\xc7\x16\x88\xa5\xc5\xb1\xb4\x37\x6a\x1d\x3c\xd4\x56\x37\xca\xc8\x7f\x03\xcf\x33\x85\x4a\xef\x4e\xeb\x7a\x78\x7f\x59\x03\xd4\x87\x91\x90\xa9\x7b\x51\x3f\x3c\x94\x6b\x33\x66\x87\x3a\x2e\x03\x0a\x46\x48\x67\x8f\x3c\xc3\xe2\x03\x54\x46\x73\xa4\x5b\x02\x8e\x66\x87\xee\x7d\x66\x60\x60\xd8\x6b\x43\xaa\x62\xba\xc1\xe1\x55\x33\x16\x08\xc8\x6d\x83\x2a\x00\x3c\xf8\x01\x35\xf8\x01\x92\x06\x25\xc1\x89\xbf\xa2\x1f\xfc\x50\xca\x62\x59\xac\x5b\x72\xcf\x09\x8f\x68\x2b\x06\x0c\x36\xb2\x3d\x41\xf4\x02\x3c\xd4\xb6\x60\x02\x23\x5f\x7d\x84\x7a\x34\x85\x7e\xe9\xef\xac\xb4\x89\xc2\x59\x29\xfc\x8d\x2e\x94\x3e\x46\x9c\xda\x90\xa2\x0f\xc4\x5a\x86\x88\x92\x7f\x03\xf2\xe4\x1d\xbb\x3b\xae\xb7\xac\x9a\x52\x61\x00\x1f\x76\x0c\xff\xcd\x26\x0e\x8c\x80\xc5\xec\xd9\x84\x61\x01\x8c\x25\x7d\x89\x8a\x45\x07\xa4\x4f\xaf\x04\x74\xd6\xef\x32\x9c\x0c\x9a\x18\x59\xd1\x18\x0f\x9c\xb9\xc8\xe1\xbd\xc7\x6c\xb7\xcf\x1f\x0d\x7f\x0b\x63\x61\x88\x64\xa2\x72\xe3\x88\x48\x11\xbe\x69\x46\x7b\xa2\xbf\x26\x54\xc3\xdf\x11\xe1\x70\x2d\x20\x59\x51\xb9\x44\x16\x97\xb1\x6a\x1d\x15\x6b\x17\xc8\x42\x94\x6f\x1a\xd6\x21\x24\x4a\x45\x2c\xc8\x28\x50\x9b\xd2\x74\x47\x67\xd0\x77\xe4\xc1\xcb\xe0\xde\x7c\x34\x60\xd7\x87\x3b\xef\x14\xcf\xa2\xcc\x33\xd6\x07\x07\x96\x96\x33\x3f\xf1\x63\xe7\xe9\x18\x3b\x33\xc4\x34\xb3\x41\xf3\x0d\xac\x54\x14\xea\x4e\x4e\x69\xa1\x92\x27\x83\x23\x9a\x76\x64\xf9\x60\x4e\x9d\x98\x70\x51\xec\x52\x28\xbb\xf4\x35\x15\x81\xf9\xdb\x5a\x63\x19\x26\x8d\x93\x2f\x2c\x46\x8e\xfb\x17\x1a\x8f\x2c\xa9\xc2\xa9\x69\x0c\x8c\x3c\x3d\x05\x2f\xb8\x60\x05\x12\x6d\xe2\xa8\xd7\xbe\x0f\x26\x7e\xe2\xde\x62\xbb\x6f\xe3\x82\x94\x0b\x4a\x67\xad\x51\x91\x3b\x44\xd0\x22\x96\xfd\x86\x77\xd3\x44\x1f\x1c\xd5\x94\x7d\x06\x44\x64\x0b\xe8\x8a\x1a\xe5\xfd\x25\x1b\x8d\xa7\x36\x5a\x69\xfe\xea\x64\xe9\xe7\xfd\x29\x96\x75\x88\x8a\x96\x5c\x78\xcd\x53\xad\x57\xe2\x9b\x8c\xa1\x94\xa6\xf7\x44\x3c\x4e\x34\x93\x6c\x14\x9b\x52\x81\x88\x6d\x30\x00\x2c\xb1\x40\xc4\x3a\xc4\x21\x4a\x8c\x31\xfc\x64\x31\x9a\x3a\x34\x60\x8f\x89\x5f\x63\x73\x87\xe6\x53\x8c\xc8\xcc\xf2\xcc\xd8\x58\x84\x77\x49\xb4\x9f\x4b\x69\xd8\x39\x8f\xd2\xe3\x61\xa7\x40\x51\xdd\x08\x7f\xea\x39\xa2\x41\xf8\xd2\xcb\xe0\xf1\x01\xba\x79\xb1\x8b\x33\xdb\xdd\x12\x65\xc1\xd6\x32\x51\x0f\x26\x0a\x4e\x5d\x26\x4d\xcc\xf5\x1e\xde\x36\xbf\xb3\xf2\x88\xcd\x37\xcc\xcf\x7a\xc2\xc6\x54\xd1\x80\x8d\x94\x6d\x6c\xc0\x66\xcc\xcf\x41\x2f\x43\x92\x96\x9a\xdf\x75\x34\x42\x69\x0c\x4d\x3a\x47\x80\x10\x37\xdb\xd4\x96\x56\x4a\xe0\x33\x23\xaa\xe5\xdb\x5b\xd9\xf7\x2e\xc0\xff\xde\x1f\x19\x79\xbf\x54\x62\x0d\xd2\xc1\x43\x15\xdc\x36\x3e\xf5\xc8\x27\x4b\x4d\x5e\x29\x70\x49\x80\xa6\x09\x27\xa3\xa2\x41\x4f\xa6\xae\x18\xe9\xdd\xa3\xed\x11\x47\x3d\xd8\x92\x2b\x0f\x60\xaa\xe1\x1d\x16\x4b\xe3\xc2\x21\x0a\x26\x3b\x17\x74\x73\x6d\x3d\x8f\xb6\x6d\x61\x02\x7d\x0e\xb4\x54\x08\x88\xc0\x83\x65\x31\xc8\x36\x67\x60\x51\xe5\x46\x81\x45\xbd\x1e\x37\xc6\xd4\xa9\x13\xcd\x49\xb6\xa4\xac\x33\xa2\x3b\x8c\xea\xfa\x9b\xcd\xd8\x4a\xc4\x88\xe0\xe8\x08\x4a\x60\xa1\x24\x64\xdc\xbb\x4e\xd5\xf8\x5f\x22\x84\xd3\xfa\x49\xcc\x2d\x4e\x09\x67\xce\xbb\x67\xdd\xdc\x7f\xc0\x7f\xe8\xaf\x53\xe7\x9d\x72\x11\xa3\x09\x9a\x41\x94\xb2\x58\x8c\xc0\x26\x04\x4f\x01\x4b\x50\x07\xc8\x1e\x8c\xc1\xf8\x0b\xf4\x84\x22\x6e\x8d\x2d\x55\x4d\xaf\x84\x68\xd7\xa9\x88\x5f\x0b\xde\xf8\x60\xfc\x75\xbb\x75\x4b\x6c\xb9\x31\x3e\x00\x6e\xbc\x38\x87\xaf\x62\x24\x4d\xdc\x72\xea\x5d\x8e\xeb\xa0\x5b\xf3\x31\x84\xd4\x90\xba\xb4\x9d\xe7\xcf\x99\x60\x95\xd4\x0b\x04\x6c\x66\x12\xa1\x0f\x42\x74\xd2\x77\x26\x39\xcd\x52\xf6\x6c\xd5\x4d\x0a\xd2\x34\x00\x94\x7d\xac\xad\x52\x47\xcc\xc4\x2a\x49\xa4\x8f\xd8\x7b\xfc\xee\xe5\xee\xd6\xcb\xf0\xf6\x9c\x79\xe5\xf5\x1c\x28\x7c\x27\x75\xc4\x6c\xa3\xd9\x05\x99\x99\x4a\xfb\x24\x00\x3f\x29\xf2\x21\x15\xa0\x0b\xd6\x06\x7a\x32\xab\xd0\x21\xc6\xe6\xf2\x03\x8d\x3a\xec\xbf\x1c\x78\x7b\x4e\xaa\x2c\x6d\x52\xec\xb7\x60\x00\xc9\x39\xee\x03\x84\x61\xb6\x8a\x4e\xfe\x43\x94\xcd\x6b\xff\x71\xb3\x8a\x10\x7e\xc8\x70\x0b\xdd\x27\x81\x59\x77\xa6\xc2\xd1\x7b\x40\xb6\x00\x9d\x01\x6f\x97\x5e\x0f\x6a\x35\xa6\xd0\x8c\x39\xd5\xd1\x11\xcc\x72\xf3\xe6\x6b\x6a\xb5\xa1\x64\xac\x89\xf5\x64\x61\x61\x29\xc7\xf1\x58\xc4\xed\x83\x16\x35\x13\x65\x19\x11\x35\x83\x9d\x7b\xe4\x14\xc7\x40\xf7\x73\x56\x9c\x7f\x5d\x6a\x04\xf5\xf4\x94\xd7\x53\x24\xac\x48\x07\x3b\x45\x41\x58\x55\xac\x05\x32\xb9\xe9\x07\x49\x26\x3b\x39\xd3\x38\xa7\x1f\x24\xae\x1d\xf9\x32\x6c\xb5\x8e\x07\x6c\x54\xe0\x10\xbb\x15\x5a\x0c\x71\x8c\x8f\x40\x87\x3d\xef\xac\xf6\x35\xfd\x0f\x67\x20\xdb\xbb\xf6\x43\xb0\x61\xb4\x35\xe4\xd6\x2d\x18\xcc\x33\x10\x87\x01\x9e\xd0\x2d\x1a\x29\x5d\x52\x17\x4e\x4c\x46\x35\x94\x98\x8d\xc6\xa0\xd0\xdc\x5a\xa5\xac\x11\xd7\x27\xe2\xdf\x92\xed\x20\x20\xc6\x36\xae\x79\x43\xa6\x3d\x38\x41\x9b\x74\xb9\xc2\xdf\x06\xc1\x1b\xa3\x76\xa3\xce\x13\xd9\x8a\x74\x91\xe8\xbd\xf5\xe8\xe5\x44\xa5\x1e\x20\xf1\x3d\x47\x4b\xc9\x77\x8a\xbd\xa0\x8d\x29\xe3\xb1\x17\x74\xcb\x85\xd2\x39\x7c\xf9\x4a\xc6\x2a\x3e\xbb\xdd\xd9\x5b\x8b\x8f\x00\xef\x81\x3c\x38\x1c\x96\x9c\xee\x12\x07\x94\x34\xe6\x84\xe2\x52\x34\xbe\xc7\x80\xff\xf4\x28\x88\x33\xe5\xc4\x38\xb4\xd6\xbf\x8e\xf3\x6d\x4a\x1d\x4a\x3b\x44\x75\x22\x60\x0b\x90\x93\x21\x44\x60\xd9\xf8\xe4\x12\xd0\x91\x7f\x01\x99\x8c\xc2\xfd\x62\xf3\x0b\x0c\xa6\xb9\xfa\x4a\x04\x4f\x94\xf2\x44\x87\x10\x01\xe2\x18\x4e\x78\xb0\x00\x8f\xde\x36\xbe\xb2\x3a\x4b\x82\xee\x85\x25\x34\xe6\xe2\x98\x16\xa0\xc7\x2e\x11\x55\xcd\xd7\x6b\x05\xcc\xcf\x63\xad\x15\x22\xff\x83\x56\x6f\x72\x1e\xf6\xe2\x6d\xcd\xe9\x69\xa6\x36\x47\xeb\xa3\x69\xd6\xf4\x56\xa4\x0a\x2d\x91\xd0\x87\x5c\x2f\x59\x49\x82\xb5\x65\x99\x60\x4c\x36\xc1\x63\xf0\xeb\x17\x50\x47\xd0\xa7\x0d\xb6\xd5\xeb\x7d\x3f\x07\x8d\xa0\xd3\xc3\x71\x8d\xa0\x7c\xcd\xa9\xb9\xc5\x5c\x67\x4f\xa2\xe2\x31\x05\x7a\x7c\x25\x8a\xba\xa7\x6a\x9a\x41\xf6\xb8\x09\xa0\xe5\x91\x37\xea\xd3\x50\xb4\x0a\xa9\xde\xa3\xf2\x32\xfd\x1d\x23\xa1\xfc\x23\xfb\x77\xbc\x94\xf0\x8f\x0b\x38\xf1\xdb\x7f\x68\x69\x49\x13\x83\x93\x73\x3e\x1d\x23\x0a\xcc\x98\x76\x77\x40\x7e\x8d\xd7\xe5\xe5\x43\x94\x6c\xc3\xfe\xcc\x3e\xc0\x08\x5f\x1c\x5f\x4f\x8f\x89\x98\x43\xeb\x6c\x19\x3c\x1d\xda\xd7\xcc\x3d\x0e\xe6\x17\x3b\x8f\x0e\x83\x99\xbd\xee\xcb\xd5\xce\x8c\x71\x67\x4b\x05\xb2\x8b\xfa\x8e\x8c\x0d\x66\x5f\xf4\xee\xfc\x20\xd8\x62\x66\x2f\x02\xa2\x84\x5c\x14\x3b\x0d\xc5\x11\x3e\xfb\x77\xa0\x2f\x95\x61\xda\xad\x7d\xef\x6c\xc3\x20\x7c\x59\x23\xd3\x7a\xe3\xad\x40\x99\x0c\x60\xa7\x83\xe7\xe1\xec\x43\xb4\xbf\xbb\xb3\xd9\x1b\xbd\xab\x02\x5d\xc7\xc0\x62\x4b\x8c\xbe\x82\x70\xcb\x08\xf3\x0a\x2e\x4c\x6b\x86\x9c\x0e\x6e\x68\xda\x81\x3d\x1d\x7b\xa3\x13\xd6\xda\xa9\x1e\x98\xd6\xf0\x81\xd8\x78\x3f\xab\x51\x26\xe2\xcb\x77\xea\xeb\x17\x74\xa4\xb4\x53\x12\xbd\x81\x1a\x4b\x42\xb1\xc7\x6e\x29\x7d\x7d\x58\x17\x1c\x91\xd6\xe6\xe1\xac\xf8\x83\x28\x82\xa0\x88\x5c\xca\xd8\x97\x9c\xee\xee\x5d\x4a\xc2\x25\xd7\x55\x4f\x91\x2d\x59\x51\x08\xc0\x0e\x12\x76\x92\x80\xc8\x77\xb9\x79\x2b\x8a\x29\x96\x6c\xdf\x5c\xd5\xc8\x83\xdc\xee\xa6\xd3\x12\x7d\x9b\x0a\x3f\x3f\x23\x30\xfb\x77\xdb\x3b\x0f\x31\xac\x6d\xcc\x21\xba\x7f\x37\xbf\x3e\xbe\x1b\x9c\xcd\xed\xad\x28\xc2\x9f\x8a\x79\xae\xc3\xeb\x9a\x3d\xa9\xb8\x46\xe8\xa5\x94\xde\x2b\x5e\x7f\xd1\xbd\x60\x68\x67\x32\xfa\x65\xb7\x7a\xe6\x9c\x30\x63\x09\xc7\x81\x35\x1a\xff\x7f\x13\xcf\x25\xe9\x44\x98\x27\xe7\x17\x8a\xc5\x73\xa9\x70\xb2\x61\x09\xe0\xd8\xc1\x83\x19\xf7\x25\x84\x53\x9b\x35\xf7\xc9\x24\xb6\xd1\xa1\x98\x3a\x03\x74\xa2\x12\xb4\xe0\x92\x22\x97\xa0\x88\xe5\xb4\x16\x4d\x8e\x50\x6a\x98\xa3\x65\xef\xe4\xe4\xf9\xb5\x14\x44\x40\xcc\xc5\xd1\x81\xb9\x08\xca\x91\x9c\x8e\xf8\xbf\x30\xfd\xe3\x66\x1e\xf3\x8e\x86\x8d\x34\xec\x26\x1f\x3e\x0b\x96\xee\x87\xad\xbb\xc7\xb5\xf6\xeb\xd8\x3a\xb2\x6b\x44\xe4\x9e\xae\x70\x46\x30\x33\x1e\x4e\x3f\xe7\xd4\x99\xb4\x34\x80\xfe\xb3\x4a\x70\x34\x96\x15\x05\xef\xb5\x19\x4d\xea\xa7\xc4\x07\xe8\x37\x06\xf2\x06\xa0\x8b\x27\x61\x54\x58\xf6\x3c\x27\x0e\xf0\x76\xce\x45\xc9\xdb\xa5\xb0\x4d\x67\xfa\x39\x90\xc1\x1a\xb7\x27\xbb\x49\x6e\x70\x9c\xdf\xef\x47\xc3\xc6\xaa\xa5\xc7\x94\x4a\x5e\x36\x51\xc4\x02\x90\xf6\xf1\x8e\x68\xf3\xc2\x59\xa2\x68\x18\xf7\x69\xc4\x1a\xb9\xdd\x25\x9b\x53\xf8\x35\x86\x22\x55\x24\xc3\xc4\x38\x6c\x6f\x78\xcb\x0b\x3e\xde\x07\x9a\x9a\xda\x4a\x65\x8a\x22\x22\x76\xdf\x49\x9e\x2d\x0e\x1f\x69\x14\x69\x18\x66\x5c\x22\x5d\x3b\xe5\xd6\xc4\xfa\x94\x70\x2c\x49\xde\xcc\xab\xc5\x75\xa9\xc7\xf2\x91\x06\xb8\x20\x9f\x8d\x47\x3a\x86\x95\xd4\x07\xde\x06\x50\x05\x5c\x95\x89\x59\x79\x2d\x74\x74\x05\x96\xd0\xa4\x85\x53\xa0\x6c\x02\xaa\xbf\x9a\x33\xe2\x9d\x73\xd2\x97\xc1\x8c\x8d\xaa\x87\xaa\xa3\xe6\x60\x94\x3e\xb8\x8e\xd4\x83\xb5\x2a\x6c\x32\xcb\xd9\x4f\x2c\x83\x43\xb2\xa1\xe5\x29\xa0\xc1\x61\xc4\x80\x63\x1c\xdd\xc8\xeb\x14\x75\x3a\x03\xb1\x55\x95\xf0\x98\xca\x05\x15\xbb\x17\xff\x06\xe5\x49\x9f\xba\x41\x34\x06\x97\x22\x79\xe6\x39\x29\x43\x4a\xc0\x57\x94\x6d\xb1\xf4\x58\xc5\xf1\x0c\x96\x1e\x70\xde\x12\x14\xc2\xab\x7e\xd2\x7b\xc0\x33\x74\xde\x19\x40\x96\x59\x79\x73\xa4\x71\xd5\xc4\x52\x8b\x3c\x4d\x17\xf3\x5c\xd0\x4c\x7d\xf3\x10\xb9\x98\xe5\x75\x09\xd3\xbe\x73\x85\x2d\xfc\xc2\x99\x49\xe4\xdf\xf7\xa6\x31\x55\xda\xe2\x6b\x54\x62\xd2\x17\x8e\x11\x4e\x91\xac\xb2\x5f\xfe\xf9\xf4\x57\x59\x1d\x16\x51\x94\xd3\xc7\xda\xb4\xff\x07\x0f\xd7\xcf\x1a\x19\x42\x25\xeb\x17\x27\x34\xd1\x7e\xd1\xd1\xfb\xc2\x55\x12\xc1\x85\xd2\xa6\x1a\x87\x8d\xc7\x17\x32\xe6\xcf\x7c\xb1\x04\x1d\x99\xe3\x78\xb1\xa6\x04\x14\xdd\xdb\xd9\x35\x91\x4c\xae\x8f\x3b\xc7\x89\x5e\xd5\x21\x36\xba\xeb\x87\x27\xa5\xee\x29\xca\x64\x04\x0d\xb8\x40\x08\x5e\xc8\x85\xaf\xa6\xbb\x5b\x37\xb9\xff\xb7\xc0\x4a\xe8\x19\x8a\xe8\x82\xfa\x2a\xaa\x23\x46\xa8\xeb\xab\xe1\x34\xb1\x65\x5f\x36\xfc\xe1\x2c\xef\xe5\xdb\x9a\xd3\x78\xc8\x18\x82\x10\xf7\x14\x5c\x15\x98\x5d\x0c\x18\xdd\x5c\x94\xdc\x16\xa3\x0b\xc1\xd1\x25\xce\x3d\x01\x8f\x59\x67\xed\x9a\x56\xf1\x71\x5d\x4c\x24\xc2\xfe\x4e\x89\x8e\x95\xce\x4b\x24\x28\xac\x9d\x4d\x81\xf2\xab\x1e\x46\x41\x40\x09\xc6\xde\x8d\x7e\x60\xac\x07\x40\xf7\xdc\x97\x12\xf5\x32\x01\x52\xe5\x90\xf6\x2a\x9e\x7d\x9f\x86\x06\xbc\xd2\x05\xe9\xab\x7d\x70\x3d\x29\x9c\x92\x24\xb5\x5a\x34\x45\xe2\xe9\x17\x92\x08\xfb\x79\x77\xef\x19\xea\x91\x0f\x97\x10\x6f\xa9\xf4\x67\x42\x1f\xee\xec\xf1\x1d\xc3\x87\x87\x12\x4b\xa1\xd4\x45\x8e\x07\xba\x89\x5a\x8b\x24\xdd\xb1\x5b\x22\x1f\x63\xa2\x71\xa5\x53\x54\xe1\x61\xfc\x49\xc4\x18\xcd\x3b\x3a\xfe\x4e\xf8\xe0\x4d\xfb\x70\x5a\x05\x7c\x44\xfb\x71\x9e\x66\x94\x98\xe3\xd2\x4f\xda\x30\x8e\x9d\x0e\xb9\x41\x6e\x87\x55\xe0\x9d\x1f\xf6\x3a\x77\x0e\xd8\xd9\x91\x9d\xdf\x52\x47\x46\x81\x56\x64\xfc\x6c\x7f\x94\x00\x51\xd6\x75\x32\x68\x6a\x31\x41\x23\x08\xb0\x88\xb9\x18\x34\x2e\x64\x32\x50\x9d\x3c\x48\x14\x16\x1a\xe6\x2d\x39\x26\x98\xf3\x46\x84\xa4\x18\x6d\x6d\xcc\xd0\xdd\x7c\xd8\xbb\x3d\xce\xa7\x5f\x65\xe6\x96\x94\x26\xc1\xc2\x55\x13\xab\xa9\x98\xf4\x9a\x37\xd2\x39\xab\x80\xa5\xd5\x2a\x74\x8e\x12\x1b\xde\xda\x0d\xf6\xe7\x7f\xde\x6f\xfe\xb7\xd3\x7f\xfe\x82\x43\xc8\x51\xbf\xdf\xbe\x7f\xfe\xfc\xf9\xf7\x91\x4b\x78\xbf\x51\x2b\x3b\x15\xfc\x58\xd2\x72\x6a\x94\xd2\x4b\xa0\x3a\x18\xd3\x7f\x11\xae\xcc\x1a\x42\x01\x3e\xe2\x24\xff\xb2\xd2\x36\x98\x34\x0d\x6e\x89\x99\x0e\x39\x2e\xb0\xf1\x9d\x62\xcd\x51\xb1\xe2\xe2\x9b\xe6\xc3\xab\x7a\x36\x8a\x08\xab\x52\x02\xdb\xfb\xcf\x40\x2e\xf4\xc5\x92\xb8\xa5\xc3\xf0\xc1\x24\xa5\x25\x8d\x81\xb0\x91\x1a\x9b\xa7\x89\x73\x76\x24\xa3\x3b\xe7\x44\x01\x83\x24\x7d\x18\x05\x2d\x9b\x09\x97\x97\xba\x6b\x4f\x60\x17\x0d\x84\x8e\x88\x9b\xb6\xd8\x12\x1b\x71\x1b\xe4\x7f\xee\x55\xca\x17\x28\x6b\x1f\x2d\x8b\xec\x16\x96\xa8\x03\xc3\xd5\xad\xa3\xce\xd5\x29\x03\x8c\x83\xd8\x91\x2c\x82\x08\x5f\x5d\xb9\x62\xb0\x0b\xa3\x41\x73\x32\xe2\x15\x80\xaa\x46\xb6\xb3\x79\x35\xde\x0e\xc7\x86\x95\x04\x5b\xc1\xd5\x03\x4c\xca\x36\xf9\x34\x78\xf3\xa2\xbd\xd3\x0a\x36\xb7\x13\xe0\xa6\xd6\x38\xbd\xd0\xcc\x0c\x18\xf7\x4d\x4f\xac\x41\x3f\x2b\x83\x63\x00\xa5\x7d\x52\x99\x03\x6b\xa2\xf2\x4c\x8d\x99\x76\x01\xf0\x93\xd5\xb4\x98\x93\x82\x8c\xca\x11\xd2\x70\x38\xc1\xef\x4c\xe9\x8b\xb7\xc3\x98\xb0\x82\xda\x3b\x82\xa3\xb0\x1c\x3b\x26\x7f\x38\x17\x7f\x0e\x8d\xbd\xd5\x28\x59\x28\xfb\x18\x24\x27\x7e\xca\x49\x38\x7e\x4a\x2e\x13\x2f\xd4\x09\x73\x0e\xae\x9b\x94\x8f\xd0\x42\x8b\xaf\x25\x0c\x3d\xcb\x7e\xe9\xec\x01\x95\x66\x1c\x3f\xeb\xd8\x20\xb6\x22\x54\x95\x24\x04\xe2\xc1\x14\xe3\xc8\x50\xd3\x73\xec\x83\x9b\x46\xe4\x08\x64\xbf\x0e\xfa\x31\x55\xc2\x30\xa8\x0e\x8e\xa1\xa2\xd8\x5c\x5e\x91\x04\x46\x52\x7b\xe3\x41\xb7\xc9\x4b\xc6\x26\x72\x11\x39\xbc\x8a\xb5\x18\x7c\xd9\x23\xec\x8d\xa2\x2d\x0e\x59\xcb\x04\x34\x47\xcf\xb4\x4c\x69\x4f\x63\x15\xb6\x1d\x5e\x9a\x80\xe9\xd8\xca\x13\x6a\x8f\x63\xcb\x49\x54\xb9\x58\x99\x9d\xfe\x39\x8e\x75\x86\x0b\x95\x8a\x53\x06\xbc\x73\xb5\x37\x66\x49\x1a\xaa\x65\xef\x82\x19\x12\x95\x33\xd6\xaa\x90\x9e\xe6\x94\x22\x58\x15\x21\x36\x15\x34\x02\xe3\x99\x9b\x50\xed\xd6\xb8\xf2\x8f\x7f\xaa\x35\x6b\xf8\x10\x6f\x5e\x42\x29\x2a\x51\x0f\x48\x8f\x63\x4e\xe6\x48\x54\x16\x8b\x01\x4a\xa1\x27\x9f\x77\x5f\xae\x07\x33\x80\x02\x9e\x59\xcb\x44\x51\x40\xa2\x29\x91\x53\xea\x6d\x09\x57\xc9\xac\x05\x79\x3a\x99\x63\xb2\x85\x5e\xa6\x55\x4a\xda\x94\xec\xb0\xa2\xf1\xa7\xc2\x0e\x7f\x6a\xf6\x92\x16\xfe\xd4\xac\xf5\x96\x18\xa8\xc9\xa6\xa2\x18\xa8\xd6\x26\x25\xa3\x9b\x9a\x55\xd3\xc3\x9b\xa6\x6f\x9d\x6d\x82\xf1\xf6\xad\x4e\x37\xc4\x30\x37\x5f\x1b\x62\x28\x89\x97\xa4\x3b\x56\x5c\x74\x4c\xe2\xd3\x97\xfb\x48\xeb\x56\xc7\xaa\x49\x0c\xd7\x30\xcd\x28\xb9\x83\x83\xa7\x06\x6a\xde\x79\x1f\x83\x88\x36\x6a\x98\x30\xe9\xd5\x7c\x77\xad\x29\x0f\x31\x95\xa3\xdd\x2b\x06\x00\x6c\xbe\xee\x5e\xb9\xd8\xb9\xb8\xcb\x5f\xd9\x82\x40\x42\x6e\x8b\xdd\x24\x15\x90\x09\x62\x2c\xbd\x2a\xd9\x64\x01\x3d\x85\xc7\x97\x85\x9c\x04\x4a\x79\x2d\xf1\x2f\x0a\x7b\xaa\xf3\x5a\x72\x96\xf0\xd6\x4a\x77\x73\xd5\x80\xf3\xab\x65\x20\x83\x39\x59\x2f\x2a\x50\x16\xbb\x6b\x13\x40\x55\x18\x10\x8d\x8a\x3b\xe8\x02\x03\x2f\x09\x7d\xe9\x2d\x31\x61\xb0\x0f\xd9\x8e\xf1\x17\x98\xc4\x5e\x3d\xdf\x12\xdd\x4a\x9c\x74\x81\x43\x07\x04\x7a\x63\xd7\x88\x8a\xa8\xe4\x75\xaa\xc2\x49\xb2\x54\x0d\xe7\xaf\x01\x37\x64\x84\x05\xb8\x36\x13\x83\xe0\xc5\xd7\x10\xb2\xde\x80\x94\xda\x7b\x33\xdd\xa3\x25\x8c\x04\x44\x9f\x28\x40\x09\x3b\x39\x73\xf8\x62\x8e\xb0\x41\x65\x12\xaf\xbf\x5a\x45\xb5\x33\x6a\xd5\xd9\x18\xf5\xcd\x66\xb0\x2f\x0c\x13\x45\x57\xb9\xdb\x1d\x9d\xb1\x42\xab\x50\x65\x0c\xc4\x32\x52\xa8\x5c\x10\x43\x56\x54\xb8\x01\x8d\xc0\x2d\x50\x08\x4f\xfe\x1b\x36\xa5\x37\x39\x9f\xde\x8e\x0a\x2a\x73\x2a\x3d\xb8\x8c\x2a\xe5\xb0\x40\xf4\xb7\xf8\x5a\xe0\x6d\x9b\x6a\x6a\x80\x52\xad\x30\x08\x8c\xde\xec\x54\x67\xfd\x48\x7f\x84\x49\xa9\x4a\xe8\x14\x49\x79\x77\x75\x21\x6c\x18\x9e\x9e\xce\xfa\x4f\x18\x37\x56\x7d\x35\xbd\x0c\xd4\xb7\xc2\x30\x59\x27\x2c\xaf\x63\x20\x33\x63\x74\xed\xdd\x69\x14\x52\xbd\xf9\xd1\xdc\xed\x93\xa5\x68\xcb\x62\xf6\xc6\x18\x98\xfb\xa4\x2f\x91\x23\xa2\x71\xd0\xcd\xe0\xd4\x7c\xe1\xde\x82\xdc\x0d\x73\xe2\x86\x8d\x20\xf5\x2b\x63\xd8\xda\x6d\xef\xad\x05\xd7\xc7\xc4\xa6\xf4\x68\x03\xaa\x72\xb6\xa7\x68\x2a\x46\xdd\xee\x16\x5c\xee\x09\xed\x0e\xcf\xe9\x68\x4d\x23\x26\x11\x18\x29\xeb\x35\x36\x62\xe2\x2e\x82\x31\x20\x57\x26\x82\xeb\xf0\x48\x2c\x61\x14\xc6\xa3\x25\xb3\xa3\x7a\x81\x53\x45\xd9\xbe\x22\x51\x29\xf1\x1f\xa6\xd9\xb9\x55\xd3\xf6\x40\xc5\x6c\x2f\x91\x97\xab\x65\xb7\xae\x3c\x15\xa2\xda\xe6\xeb\xa1\x3e\x16\xed\x7c\x6b\xea\xb3\x98\xa2\xd0\xc7\xd8\xf6\x4a\x08\x9f\x1c\x26\xf3\x01\xf6\x97\x02\xf8\xe8\x42\x64\x76\x90\x24\x67\xdb\x63\x76\x5e\x45\xf9\x5e\xf2\x88\x09\x23\x71\x74\x47\xc7\x20\xd3\x67\x8e\x37\x2c\xad\x8e\x0a\x03\xa9\x98\xcd\xe0\xea\x95\xce\xca\xe3\x28\x57\x53\x6b\xaf\xbb\xb9\x89\x92\xfe\xe5\xe7\x78\xe1\xf9\xe4\x5f\xb9\x89\xa9\x8c\x6e\xac\xc0\xde\x74\xe6\xb6\x82\x87\x97\xa2\xfc\x58\x7a\x15\x2c\x9b\x42\xdd\x31\xe6\x35\xf1\x87\xad\x63\x14\x9d\x43\xb4\xea\xe2\x6b\xc4\x66\x5d\xb1\xcb\x44\xc7\x49\x5d\x27\x5e\x42\xb9\x06\x2c\x0d\xd1\x37\x91\xc9\x40\x7d\x5b\x75\x5c\x1f\x35\x7e\x1b\x32\x7a\xf4\xcc\xab\x25\xa6\x87\x71\xc8\xd8\x73\x67\xd6\x30\x4d\x0f\xf1\x89\xdb\xa3\x28\xf1\x24\x34\x51\x3e\xd0\xf1\x17\x2e\xd1\xba\x8e\x1a\x6d\xb6\x1b\x13\xac\xc5\x0f\xbd\x6d\xf8\x95\x33\x4f\xac\x49\x5a\xf0\x20\xc4\x76\x9d\x97\xff\xee\xe5\x28\x71\x77\xa2\x55\xb1\x9d\xb5\xae\x14\xc7\xb7\x8b\xb2\x53\xd1\x47\xb3\xb6\x72\xcf\x41\x97\x4b\x74\xcc\xe9\xdd\xb9\x8c\x88\x3e\xf3\xb5\x57\x1b\x3a\x13\x65\x74\x53\x99\xa6\x8d\x6c\x6e\x54\xa8\xd3\xc4\xc4\x20\xc6\x31\x12\x87\x51\x3d\x16\xe3\x96\xa1\xd0\x8f\x91\x32\xba\x62\xf0\xbd\xcd\xd1\xce\xca\x06\x2a\xc8\xb6\xae\x87\x97\xe7\x39\xc0\x2d\x8f\x98\x52\x0b\x5e\x54\xd1\xde\x30\x09\x95\xd8\x3f\x72\x72\x1e\x0a\xc8\xd6\xc7\xdc\x2d\x53\x75\xbc\x2a\x62\x6c\x43\x9e\x8d\xc9\xc4\x30\x2c\x94\xef\x8d\x38\xe4\x82\x7d\x71\x94\x32\xa8\xa3\x2d\x26\x8b\x13\x29\x2b\x9d\xaf\xa6\x42\xc9\xe8\x32\x14\xfc\x48\x64\xe6\x18\x21\x6d\x56\x1a\xe3\xef\x76\x66\x27\x15\x96\xd2\x0c\x50\x87\x4d\x5a\x46\x96\xd2\x2e\x2e\x11\x4b\x4b\x79\x88\x6c\x56\xad\xd3\xe2\xd9\x19\x2d\xe9\x33\x9f\x67\xfa\x1c\x87\xd6\xb8\x21\x16\x40\x7c\x4b\x82\x48\x85\xf7\x1e\xb3\x64\x9c\x13\x6c\xc1\x2e\xb5\x81\xb5\xa4\x89\xe8\x64\x7c\xd8\x7c\x14\x02\x77\x34\x98\x07\xe0\x7b\xdc\x11\xfb\xa3\x4a\xd7\x70\x31\x00\xc3\x93\x3f\xaa\x84\xce\xa4\xea\x56\x3c\x47\x96\x92\x48\x30\x57\x18\x04\xd7\xc4\xd0\xee\x6f\x44\xf1\xc7\x3a\xfc\x8d\xa9\xce\xde\x1a\xca\x48\x52\x73\x52\x19\x67\xee\x5f\x4d\x4b\x65\x34\x71\x6c\xd8\x4e\x6d\x56\xc6\x35\xde\xcd\x32\x32\x4a\x99\x64\x5d\x02\x53\x98\x7b\x8c\x81\x5d\x7a\x06\xa5\xb7\xd8\xdf\xa5\x0f\xd3\x86\x8d\x50\x94\x01\xdc\x97\x23\x17\xdb\x3d\x38\x96\xef\x6a\xba\x27\x07\xb8\x9f\xe9\x5e\x7a\x52\x1f\x59\x29\x4a\xea\xf3\x16\x29\x41\xce\xcc\xdd\x96\x10\x21\xa4\x45\x29\xef\x03\xfa\xf6\x70\xe5\x7a\x36\x5a\xf3\xf2\x0e\xe1\xca\xfb\x68\x6a\x53\xe3\x96\xf7\x19\x21\x22\x05\xa6\x54\x64\x7d\xcc\xe0\xe5\x69\xc0\xca\x99\x48\xc0\xff\xb5\x08\xe6\x69\xca\x39\xf4\xde\xa1\x60\x4f\x12\x6a\x0e\x2d\x2d\xe2\xfa\x2a\x8a\x18\xcf\xf6\x86\x4a\x2d\x89\x0a\xfb\x28\x64\x19\x1f\x12\x42\x89\x7a\xa5\xe8\xba\x09\x3a\x3d\x25\xff\x0e\xbb\xd5\xbc\x11\xa7\x9c\x11\x93\x0e\x6b\x8d\xf8\x41\x55\xe0\x6c\x6b\x2a\x5b\x1e\x63\x62\xbb\x4c\xbb\x40\x51\x96\x20\x8e\x19\x1e\x81\xd4\x28\x6f\x73\x8e\x3f\xc7\xeb\x73\xa1\xdd\x00\xf7\x14\x1b\x70\xbe\xe6\x21\x31\x49\xd5\xbb\x6b\xd7\xba\x53\x3f\x9a\x63\x64\x3b\x01\x6d\xae\x14\xab\x9b\x63\x33\xaa\x58\xdf\xac\x7d\xce\x99\x59\x30\x75\x19\xbc\xd7\x58\x44\x69\x14\xe5\xdc\xa8\x22\x79\xd1\x58\x98\x43\xcf\x99\xe4\xd7\x64\x5b\x3e\x7a\xd4\x80\x8d\x30\x47\x27\x55\x30\x7b\x3e\x9b\x19\x73\xbd\x0c\xbf\x7d\xa7\x30\x79\xa1\x64\x2e\x94\x87\x8a\xbf\x9b\x83\xb0\x0a\x90\xa0\x51\x91\x16\xbb\x5b\x2d\xa4\x22\xd9\x28\x3b\x51\xac\x17\xd6\x78\x4d\x90\x5c\x25\x7d\xbd\x84\x13\xc3\x54\x50\x18\xee\x15\x71\xe1\x8b\xfb\x29\x61\x7f\xb9\x55\x2b\xbe\x23\x47\xb6\xb6\x7a\x35\xcb\x7f\x41\xb7\x24\x4d\xa6\x28\xb3\x4a\xcf\xfa\x96\xfe\xc9\xac\x5d\xf5\x6f\x59\xb7\x27\xcb\xdf\xa5\x7f\x14\x47\xb3\xa2\x04\x06\xc2\x41\xc2\xc8\x5b\xc4\x24\x63\xd0\x85\x9f\x1a\x49\x19\x97\x8a\xb4\x1b\xbd\xb9\x66\xc8\x5d\x86\xd1\x2f\x09\x43\xc8\x1b\xc2\x65\x74\x74\xfd\xc4\x5b\x1e\xc5\xf1\xe7\xd1\x6f\xed\x1e\x7f\xc7\xb3\xfc\xce\x9b\x42\x23\xb6\x4e\x84\x9a\xea\x89\x7c\x63\x32\xc2\x31\xdb\x3e\x0b\x59\xf0\xc8\x34\x01\xc6\xd3\xe2\x1b\xc2\x45\xe9\x2f\x64\xca\xec\x54\x1c\x51\xa6\xc8\x8c\xa4\x16\xe6\x79\xa6\xa8\x95\x48\xd0\xa8\xeb\xca\xdb\x90\xec\xd6\x68\x4d\xc5\x1a\xe1\xd5\x31\x71\x76\x12\xd4\xe0\x4a\xd2\x33\x66\xd0\x3b\xaa\x37\xd0\x7c\x88\x8e\x47\xe3\xe6\x10\x11\x77\x5e\x3a\x40\x1c\xfd\xe8\x45\x30\xd7\x42\x7b\x89\x58\x1e\xd5\x78\x86\x97\xc4\x38\xb5\xa4\x92\x14\x10\xd6\xd4\xf4\x43\x6d\x5c\xf1\x24\xf9\xa7\x4e\x20\xa7\x96\x81\x11\xd8\x57\x4a\xef\x3d\x23\x0d\x43\x10\xa2\x25\xcf\xf6\x84\xb4\xbb\x6d\x0c\x55\xa0\xba\x9f\x45\xd6\xda\x3b\xd6\x44\x02\xff\x75\x03\x33\x85\x6a\x8c\x73\xac\x64\x1b\xe9\x38\xe2\x2d\xdd\x23\xa1\x4d\x69\x0c\x62\x57\xe1\x97\x2d\x07\x0d\x30\x89\x3c\x50\x4a\x33\x7f\x45\xe3\x0f\x4a\x86\x6b\x99\x06\x45\x83\xb4\xf8\x17\xee\x41\x58\x18\x85\x2c\xc8\x84\x89\x58\xad\xa4\x09\x13\x83\xa2\x88\x23\x76\x77\x74\xb3\x17\xac\xfb\x63\x35\x2d\x06\x57\x64\xc5\xcd\xef\x9e\x55\x4c\x09\xcd\x80\x4d\x43\x4e\x19\x15\x40\x2a\x0b\x72\xb0\x7d\x0f\x4d\x41\xb8\x55\x03\x15\x46\xd1\xb8\x45\xfa\x4e\x09\xed\xc6\x9b\x66\xd2\x07\x92\x34\x7f\x4d\x1b\x73\x26\x83\xb9\xee\x07\xbc\x02\x66\x7e\x9c\x5b\xc3\x18\xeb\xf7\x1e\x62\x70\x32\x54\x26\xfb\x92\x5b\x54\xa2\x5e\x03\xa1\x55\xa8\xb8\xdf\xa9\xc4\xb1\x4c\x20\x72\x51\x4a\x66\x5f\x29\xc1\xc8\x87\x18\x80\x4a\x11\xf7\x92\x10\xe3\x11\x26\x76\x67\x08\x22\x13\x81\xa7\x25\x32\xaa\x37\x3e\x8b\xee\x14\x5c\x22\xf6\x93\x39\x76\x43\x08\xe7\x17\x30\x36\xa5\x44\xe0\xf6\x2a\x2e\x59\xd7\x71\xd2\xa0\xa5\xab\x30\x78\x19\xb9\xe1\x27\xd8\x7b\x72\x0b\x83\x25\x91\x43\x18\x7d\x08\x97\x9f\xe1\x87\xba\x57\x2f\x94\x73\xe1\x68\xab\xbb\xb9\x8a\xf1\xd2\x4a\x99\x68\x19\x48\x2a\x0d\x8b\x8d\xe4\x15\x37\x4e\x72\x6f\x25\x25\xd7\x60\x5e\xd5\xa9\x59\x39\x74\x75\xc6\x6e\xb3\xad\x0b\xb0\x6b\x23\x24\x4c\x6f\xa8\x79\xc0\x60\xbb\x6b\x13\x9d\x2b\xaf\xc3\xd1\xb1\xb4\x6e\xd9\x07\x90\x8d\x52\xa8\x53\x5c\x4c\x1a\x03\xc6\x9a\x18\x20\x69\xe9\xc0\xc7\x59\xf4\x3e\x50\x66\xda\xc6\xd7\x9d\xa7\xda\x92\xda\xfa\xca\xd9\xd5\xe2\x5f\xb5\xf9\x6b\xca\x57\x0e\x71\x1f\x2f\xeb\xbe\xba\x6f\x7d\x0a\x9f\xaf\x62\xa0\xe8\x9d\x3d\xfb\xeb\xbd\x55\xbe\xb0\xac\x98\xb4\xca\x30\xd5\x29\xd9\xd5\x26\xda\x21\x1b\xdb\xc4\x74\xec\xec\x67\x76\x19\xd3\x77\xa9\x03\x65\x47\x81\x44\x0d\x43\x4c\x95\x28\xa3\x2c\xa2\xe1\xde\x42\xbc\xc0\x20\xf9\x13\xbd\x28\x27\xdb\x78\x81\x8e\x54\x68\x83\x53\x23\xed\x16\xdc\xda\xd5\xc4\x0e\xd1\x15\x4e\xb4\x23\x7e\x66\x69\x35\x58\x56\x85\x58\x2c\xe5\x58\x8a\x78\x59\x5e\x46\x12\x9f\xa4\x41\xf9\xe7\x5d\xca\x67\xb0\x8f\xf9\xe6\x52\x21\x6a\x0d\xe4\xc9\x31\xf2\x80\x51\x8c\xfe\xeb\x18\x00\x81\x32\xc7\x79\x94\xe8\x03\xde\x6d\xa4\xff\x96\x9f\x72\xba\x38\x73\xdf\x8e\xad\x18\x3d\xb1\x6c\xfb\x6b\x37\x90\x6e\xa7\x1e\xb5\x27\x6f\xb5\x5b\x21\x93\x81\x42\xc4\x67\x2a\x45\x9b\x6e\x95\x6d\x0c\x54\xa6\xac\x5f\xd0\x40\x72\x60\xba\x09\x98\xd3\x5b\x87\x44\x8f\x05\x3e\x1b\xee\x39\xc7\x1e\x8c\xdc\xaf\x8d\xdb\x98\xfb\xe7\xf8\x7a\xb1\x31\x98\x35\xdf\x3a\x00\x7a\x70\x2b\x43\xfc\x0a\xd9\x03\x20\x6f\x0e\x96\xf4\xb2\x6e\x4f\x3d\x1c\x62\x48\x70\x7c\x5b\xf1\x41\xbd\xa5\xb5\x38\xb9\x14\x35\x3e\xe4\xd6\xf3\x43\x45\x35\xc0\xad\x5d\x15\xf6\x93\x24\xbe\xf7\x2f\x05\xcb\x87\x68\x51\x7c\xe3\x75\x9f\x2a\xe9\x8b\x63\xd4\x4b\xeb\xb3\xe6\x90\xe7\x28\x46\x69\xf4\xfd\x61\xd2\xc1\xb3\xe5\x8c\xe4\x21\x7d\xef\x14\x7c\xfe\x80\x03\xf6\xba\xdf\x39\xa4\xaf\x46\x99\x1b\xcd\xec\xe7\xfd\x66\x77\xe3\x49\x70\xf5\xca\xcf\xe8\x12\x83\xa2\x65\xb6\x1e\xec\xa8\xa4\xa9\xed\xdd\x15\xc9\x65\x2e\x42\x87\xa9\x63\xbb\x8e\xcd\x80\x91\xb4\x39\x9c\xb7\xcc\xc0\x30\x3b\xb1\xa7\x61\xae\x08\xf9\x00\x12\xa0\x46\x62\x4d\x76\xde\xd7\x89\xb2\xf9\xd9\xd5\xea\x56\xf6\x26\xef\x3b\x78\xb3\xd7\xd4\x3d\x48\xf4\xf8\xf6\x29\x61\x4e\xab\xd8\x89\x15\x83\x26\x95\xc9\xea\x6d\x87\xed\x2d\xcd\xfd\xe2\x43\x1b\xef\xd6\x50\xce\x47\x8f\x35\x8a\x66\x6b\xb0\x10\x75\x57\xdb\xdb\xa1\xe5\x18\x50\xe5\x94\x1b\xca\x44\x78\x92\x2f\x7c\xc8\xab\x79\x0d\xe0\xcc\x1c\xd1\xd0\xc3\xc1\x91\x0f\xf4\xce\xf7\x26\xe7\x53\x2a\x01\xf3\x85\xc1\xde\x1b\x1c\x73\x80\xb9\xb4\x89\x71\xb8\xff\x92\xfd\xcb\xaa\x44\x54\x8d\xaa\x82\xa2\xdf\x22\xab\x04\xd8\xcb\x0a\x8f\xe4\x04\xee\x33\x9b\x9f\x6e\xdc\x36\x6a\x4a\x1d\x6f\xa0\x5e\x20\x3f\x71\x06\x08\x66\x1f\x24\xfa\xa8\x7a\xe4\x0d\x2b\xc9\xd9\xf3\x38\x7d\xe2\x8d\x7a\xd7\x9a\x1c\xf2\x1a\xb5\xf0\x37\xb7\x93\x6d\xab\xf1\x48\x15\xe9\x81\x46\xd4\xaf\xca\x60\xcd\xb1\xc1\x7b\x93\x57\xc2\x1b\xc9\x1e\xd4\x62\x0d\x3b\x85\xaa\xb5\x54\xd9\x4f\xe1\x4b\xb6\xff\x82\x51\x85\xf8\xdc\x8d\x3a\x69\x0b\x60\xd6\x71\x4b\xc0\xed\x1a\xf0\x9d\x1f\xf6\x7a\x8b\x3f\x1e\x03\x4f\x56\x37\xa2\x17\x15\x4d\x17\xdc\x14\xa3\x85\x3e\x15\x45\x59\x55\xca\x91\x87\x33\x2e\xc2\x5b\xea\x79\x03\xff\xe9\x14\xe1\x09\x64\x90\xad\xdd\xee\x8b\xd5\xc4\x19\x1b\xf0\xbc\x3a\x70\x57\x00\x0d\xa4\x27\x99\x8f\xd2\xca\x91\x05\x73\xf6\x34\x7e\xca\xa6\x2d\x1a\x03\xc7\x57\xcd\x3c\x5e\x52\x39\x79\xca\x30\x27\x17\x74\x56\x6b\x14\xeb\x0d\x40\x27\xd2\xe3\xe7\xa7\x31\x93\x17\x85\x79\xbb\xdc\x7f\xaf\x12\x95\xd3\xbb\x4e\x36\x66\xb6\x51\x2c\x14\x87\x9d\x94\x11\x7c\x82\xdf\xdf\x3e\x84\x44\xf5\x3e\x63\x48\x36\x67\xde\xa0\x9a\x37\xe8\x96\x11\x2d\x0d\x34\x8a\x67\x1d\xcc\xd4\xe2\x0f\xe7\xc9\xb0\x22\xbd\xbd\x60\xea\x56\x78\x7f\x21\xb8\xde\x0c\x76\x66\xba\xab\xeb\x89\x06\xe1\x35\x1c\x71\xea\x05\xb2\xf2\x49\x1f\xd0\x1f\x3f\xc9\x06\xe3\x97\x84\x99\x88\x57\xf7\x80\x3f\xc3\x68\x0a\xc4\xa8\xc8\x2d\x45\xb2\x2f\x42\x06\xc4\x3a\x9b\x0d\x8a\x5b\x78\xbc\x25\x0c\x51\xcb\x6f\x73\xf1\x42\x91\x32\x03\x4d\xc3\x5d\xa5\xde\xf9\x3a\xd1\x9b\x6c\xaf\x29\xb1\x66\x50\x87\xf0\x68\xf7\xcd\xbd\xce\x93\x16\x67\xda\xc3\x6a\x09\x5c\xca\x18\x4e\x81\x23\x04\xd1\xa5\x0c\x07\xec\x5c\x1a\x3e\x04\xe8\x6a\x01\xaf\x1d\x82\xdf\xbd\x18\x8c\x2d\xf7\x01\x57\x43\x61\x68\x63\x14\x46\x25\x7b\xd9\x19\x37\x45\xc3\x60\xc4\xc4\xac\x33\xbb\x1a\x49\xa2\x64\x38\x93\x4e\xd9\x62\xa6\x4d\x2e\x9b\x0c\x56\x22\xfd\x8d\xa1\x22\x65\x5a\x55\x80\x48\xb1\xa6\x9c\xd3\xe5\xa3\xa2\x59\x29\x5a\x9d\x18\xd1\x4a\x89\x11\x71\x04\x85\x75\xfc\x95\x1f\x56\x31\x6d\x83\xb1\xf2\x57\x89\x29\xad\xfa\xe6\x99\x72\x11\x99\x59\xd7\x9c\x21\x94\x3e\xb0\x77\xef\xe0\x05\xc0\x11\x57\x65\x20\x64\xb3\x0f\xcc\x57\x30\x31\xc3\x8a\x55\xce\xab\x6f\xcc\xcb\xb6\xf4\xe3\x6a\xe9\x71\xa6\xb8\x8e\x69\x4c\x24\x33\x21\x1e\x81\x6d\xe1\x58\x70\x00\x2c\x9a\x94\x51\xb6\xbb\x1c\xe7\xb7\x33\xc1\xcb\xde\x90\x2b\x1c\x90\xc8\x1a\x88\xb7\x13\x3e\x88\x01\xab\x05\xdf\x3f\xef\xd5\x4a\xda\xca\x78\x7b\x22\x18\xdd\x47\x95\xea\x0f\x7b\x70\xfd\x51\xe2\x7c\x74\x2f\x9c\x19\x23\x45\x17\xe9\x87\x65\x63\x99\xfa\xe1\x7b\x1c\x45\xd1\xd2\x19\x1b\x59\x4e\x19\x57\xe6\x45\xb3\x8b\x14\x61\x9c\xf7\xc4\xa8\x24\x50\x23\x85\x6f\x25\xa1\x9b\x4a\x07\xc9\xd9\x1d\xcd\xfc\x8f\x7a\x0f\xf1\x10\xf7\xa9\xc6\xa2\x36\xa4\x59\xc5\x65\x62\x2f\xfb\xfe\x87\x59\xc0\x21\x98\x14\x9a\xc3\x4d\x8c\xaf\x07\x2f\x46\x25\xe9\xe7\xe8\x3e\x52\x7c\xdc\x16\x66\x80\xd1\x67\xcb\x4c\x46\x89\x8a\x35\xf3\x9c\xc1\x32\x0c\xbb\x03\x30\x2b\x5a\xf2\x28\x8b\x30\x86\x29\x7c\x32\x16\x6e\x3c\xe4\x95\x37\x9a\xa5\x83\x19\x35\xc9\xaa\x70\x5b\xf0\xad\xb6\x12\xd5\xd7\xe8\x8a\x42\xa4\x66\xbc\x8e\xe4\xc1\x8c\x9c\x7e\xb4\xf0\xd1\xaa\xee\x8e\x54\xbd\x5a\x9d\xf3\x22\x26\x9a\xe8\x9f\x5b\x31\x75\xb3\x95\xd6\x39\xb9\x65\xa9\x5a\x58\xdd\x9b\xba\x4c\x75\x17\xa8\x67\xef\x7c\x45\xf2\x51\xaa\xb5\x6a\xb7\x66\x3b\x97\x5f\xa3\x9d\x4a\x4c\x3a\xad\x1c\x6c\xc5\x13\x5f\xb2\x77\x35\x95\x6f\xec\x2d\xe5\x4f\x7c\x09\x43\xa8\x51\x0e\x2f\xc6\x44\x66\x52\x68\x95\xb7\x77\xcc\x1a\x04\x46\x8f\x40\x4b\x12\x73\x0c\xe1\xe2\x9a\x1e\x83\x56\xff\x6a\x1f\x48\x73\x00\x7c\x3d\x58\x0b\xa6\x87\x11\x45\x1f\x30\x96\xc4\x32\x11\xe2\x95\x8f\x47\x23\x83\x61\xb0\xcb\xa7\x8d\x2c\x0d\xf1\xa2\x20\x4b\x02\x34\xed\x0b\xb4\x19\x8e\x7f\x8a\x2d\x56\x44\x36\x7c\x53\x3e\x2a\x65\x09\xcf\x81\x70\x33\x21\x40\x42\x83\x76\x77\xa6\xcc\xb2\x73\x73\x06\x63\x49\x31\x68\x3c\xec\x34\x7f\x4d\xcf\x67\x1d\x57\xac\xaa\x74\x89\xfe\x29\xce\x13\xab\xd2\xc4\xe2\x48\xf8\x3b\xe6\x8a\xf4\x25\x59\x64\xf4\xd5\xca\x4c\x48\xc3\x46\xa4\x26\xa8\xcd\x1a\xb6\x29\x48\x95\x55\x62\x50\x8a\x00\x69\xf8\x2b\x23\xca\x94\x92\x08\x29\xca\xd0\xf9\x3b\x27\x63\xe5\xf6\xd8\x5b\x80\xbf\x3b\x94\x8a\x47\xc2\xa1\xa2\xbd\xb0\x7c\x4f\xb3\x38\x92\xa7\xc3\x18\x6d\xbf\x56\xa9\xb0\xdf\x50\x7c\x07\x48\x7a\xcc\xf8\x0c\xd7\xae\xee\x15\xbd\x72\x8e\xf3\xdd\x07\xb3\xf3\xdd\xcd\x4d\x01\xb2\x9d\x09\xf8\xdb\xb0\xe7\x63\x90\xfc\x56\xb8\xbc\x27\x2e\x56\xfc\x1d\x31\x80\x7c\xef\x3c\xdb\x0a\xe6\xbf\x97\xef\x24\x84\x2a\xc1\x33\x49\x02\xa7\xec\xef\xbf\x30\xbf\xab\xf7\x41\x4a\x81\xbf\x47\x23\xd3\x14\x00\xad\xd9\x54\x92\x01\xbc\x54\x04\x2d\xb1\x33\x30\xaf\xd2\x1c\x70\x99\x3a\x1e\x23\x1b\x0b\xa2\x6d\x81\x12\xf0\x72\x1c\x72\x0a\x94\x30\xdb\x7d\x32\x26\x91\x13\xe9\xfe\xf7\x9e\xc5\x43\x7d\xe0\xb5\x91\x4d\x40\x22\x83\x22\x32\x8b\x25\x2a\xe9\x23\x38\x24\xb2\x09\x02\x73\xfc\x2b\xfc\x1b\xcd\xb0\x50\xaf\xd7\xdc\x81\x46\xdd\x89\xbc\xc6\x34\x6d\x11\xbc\xb8\x8f\x59\xb4\xfb\x01\x5a\x0a\x10\x7e\x2e\xcd\x27\x45\xa8\x1c\x96\xa5\x2e\xbe\x46\x03\x7a\xc5\xe9\x44\xd4\x4b\xbc\x6d\x36\xf5\x22\x53\xb7\x3e\xbd\xfb\x0d\x1e\x65\xb0\x76\x3d\xdc\x9e\xef\x03\x04\x27\xa2\x9c\x03\x12\xa4\xb3\xf9\x22\x1d\xc2\x47\x1e\x0c\x37\x0f\xd3\x9d\x66\x7f\x07\x7f\xc0\x92\x60\xb8\x7a\x0e\x10\xcb\x95\x04\xb1\x73\x55\x0e\x1f\x28\x8b\xc3\xf1\x03\xbb\x6b\x97\x83\xe6\x1d\xd5\x34\xa9\xb7\x14\x94\x7a\xc6\x52\x00\x47\xf0\xe9\xcb\xfb\x85\xdc\xe7\x7e\xf6\xb7\xa5\xec\xe9\xdf\xaa\xc3\x3e\x52\xaf\x72\xa6\xe4\xd3\x9f\x7f\xf5\x65\x36\xe5\xae\x20\x04\x9d\x6c\x02\x48\x39\xde\x08\x40\x47\xdc\x00\xb0\xce\xb9\x72\xa4\xe7\x3b\xe3\xcb\xa5\xe9\xdc\xc1\xb8\x4e\x18\x34\x3e\x15\x2a\x8d\x2e\x92\x8d\x06\x8a\x68\x6b\x97\x1b\x21\x23\x38\x72\x58\xb9\xb3\x10\x34\x51\x18\x8d\x5e\x90\x3b\x4f\xb9\xb4\xbd\x3b\x0d\x08\x81\x53\x40\xab\x84\xe5\x8b\xc1\x3c\x50\x80\xff\x07\x12\x80\x13\xbd\xbb\x14\x83\xdb\xc4\x34\xf9\x3a\x65\x60\xa5\xa8\x65\x5f\x7d\x76\x3a\x8b\xfa\xad\x2d\x75\x98\xfd\xb3\x6e\x15\x01\xf2\xe8\x03\x85\x94\xe8\xd1\x41\xe7\xe6\x63\x82\x93\xdc\xd2\x72\xe1\x51\x73\xeb\xd4\xce\x61\xd0\x42\x3a\x36\x5f\xfe\xf6\xf3\xac\xe5\x16\x69\x75\x49\x91\x83\x15\x95\x9b\x13\x37\x7c\xd2\x54\xc9\xbe\x53\xf0\x61\xa6\x73\x15\xba\x74\xab\x30\x4c\x32\x02\x67\xc5\x94\x6a\x31\xa2\x5f\x79\x2b\x45\xf5\x2e\x4b\x6c\xd2\x54\xa6\x2e\x4c\x85\x2a\x37\x10\x6c\x92\x7a\xe6\x0a\x80\xca\xb3\xe8\x8d\x95\x70\x92\x31\xf1\x72\x44\x96\x1a\x83\x88\xd3\xa4\x66\x05\x21\x6d\x52\xc6\x6c\x59\x9f\xc1\xb0\x19\xc4\x2a\xcc\x33\xae\x67\xed\x3f\xc3\x31\xa1\xce\xfa\xb0\x24\xa8\xd2\x01\xcb\xe4\xc9\x5e\x8b\x2b\xa6\xd8\x1c\xcb\xd6\x13\xdd\xe2\x8a\xe3\x52\xb8\x21\x5d\x30\xdd\xd2\xde\x99\x43\x33\x5a\xa0\x5b\x18\x0d\xb2\xf1\xc0\xd8\x0d\x43\xfd\xc9\x54\x07\xa6\xe3\xc3\xee\x8e\xee\x68\x60\x1d\x6a\x85\x19\x5d\xc6\x5c\x7c\x01\xa3\xb3\x99\x4c\x32\xa0\xf6\x22\x41\xcf\xb0\x3e\x53\x89\x08\x45\xbb\xa9\x33\x80\xb3\xa4\x55\x01\x15\xaa\x55\xc1\x7d\x6c\x44\xc6\x67\xd3\x28\x3c\xe7\x68\x1d\x27\x9b\x9e\x1b\x65\xe4\xc5\x4b\x65\xe4\xc5\x2b\x25\xea\x5d\xe4\x06\xf9\x75\x94\x22\x6f\x70\xb0\x0c\x2c\x3d\xa6\x78\x20\x1b\xa6\xce\xde\x51\xb8\xbe\x8a\x6e\xc6\xaa\xae\xeb\xd3\x7d\x40\xc1\x24\x09\xf9\x86\x24\x04\x73\xf7\x0d\xfa\xd3\xb3\xff\x83\x02\xae\x35\x68\x2f\xd0\xa2\x07\x05\x9f\x42\xe9\x1a\x85\xd4\x8d\x48\x45\xad\x6e\x88\xfc\xaa\x79\x5e\x9d\xf3\x94\x0b\x2b\xf3\x60\x97\xd3\x00\xea\x05\x44\x85\x68\x31\xcf\xb9\x92\x35\x70\xef\xde\x9d\x10\x58\x4e\x76\x92\x89\x57\x81\x01\xc7\xe1\x79\xcc\x7d\xe0\xfd\x62\xcd\xad\x8a\xdb\x75\xf7\xf2\x5d\x58\x5f\x41\xbc\x7a\xa0\x18\xae\x5e\xce\x2c\xcd\x35\x98\x9f\x05\xee\x17\x1d\x4e\x16\x26\xe4\x22\xe8\xc6\xfc\x61\xb5\xdb\xa7\x4f\x7f\x9a\xb5\x37\x1a\x0b\x35\x25\x45\xb7\x9c\x4f\x84\x59\x8e\xc4\x60\x3d\x3f\xd0\x80\xb7\x04\x8e\x39\x9f\x1f\x15\x46\x8e\xa2\x0c\x26\xab\xd8\x44\x90\x51\x40\xcf\x81\xbc\x01\xc6\xe7\x32\x59\x11\x48\xe9\xd2\xd5\x60\xe1\x79\x12\xc6\x58\xbb\xc4\x7a\x41\x31\xfa\xb4\x51\x74\x0a\x02\x11\x07\x36\x8a\x4b\xc1\x69\x47\x63\xb0\x43\xd8\x5d\x04\x29\x31\x31\xee\xac\x03\x57\xfa\x1e\x80\xbc\xcf\x20\xef\x01\xe7\x99\xac\x0e\x2f\xab\x3b\xd2\x18\x61\x8f\x41\xf7\x3b\x87\xa3\xdc\xab\x3e\x31\x5b\xd3\x7c\xef\xe6\x51\xb0\xf7\x84\x63\xda\x1f\x57\xd5\x4f\xa9\xc5\x2f\x96\xde\xbf\xd2\x80\xbe\xac\x8a\x2a\xb3\xf7\x10\x00\x0c\x07\x7d\x1d\xfd\xcd\x28\x4e\xd2\x9f\x51\x19\xab\x63\x55\x55\xfb\xa6\x43\xb1\xdc\xa4\xfb\xe1\xdc\x63\xfb\x26\x41\x99\xef\x97\xf9\x32\x9d\x3e\xfd\x59\x36\x76\x63\xa3\x52\xf5\x5e\xc3\xca\xb6\x5b\xe3\x30\xb9\xec\x09\xcc\xb4\x83\xc1\x51\x4f\x64\x95\x4f\xe7\x94\x51\x91\xf7\x58\x8d\xc8\x5e\x7e\x29\x36\xda\x64\x8d\x51\xf6\x84\xff\xb7\xb2\x5b\x77\x7e\x73\x82\xec\x80\x4e\xd4\xdd\xd2\xc0\x09\x6c\xd6\x44\x7b\x2e\xf9\x66\x19\x78\xcf\x5e\x47\x2d\x4e\x72\x90\x5e\x8b\x92\x44\xb1\x18\x89\x04\x48\x6c\x23\x9c\x40\x4b\xd1\x0b\x8d\x48\x89\x2b\xb0\x4b\xae\xee\x1e\xdd\x0e\x19\x4e\xd4\xd7\x2a\x08\x32\x7b\x32\x52\x95\x70\x66\xaa\x77\xcd\x18\x0e\x67\x0e\x52\x99\x84\xd8\x59\x71\x7f\x0f\xce\x86\x50\xb1\xe4\x80\xa9\xc0\x69\xcc\x22\x08\xe3\xc1\xb2\xe4\x0b\xa8\x80\xde\xc4\xb5\xf8\x90\x63\x47\x97\x23\xb7\xbd\xed\x00\x0b\x55\x52\x2c\x54\x81\x6b\x2c\x08\x0a\x60\xfa\x06\x1d\xe3\x2c\x2c\x20\x9e\xf2\xe8\x0a\x97\x2f\x93\xa6\x99\xc5\x33\x7c\x88\xd8\x08\x9d\xdd\x5f\x38\x91\xa8\x4c\xd9\x77\xea\x11\xff\x62\x54\xee\x4d\xe2\x4e\x31\xf7\x12\xaf\xac\x6a\xab\x98\x1f\xb2\xc5\x91\x71\x84\xbd\xcd\x7f\x6b\x38\x0d\x68\xd6\xa9\x0c\x21\xda\xa6\xf0\x34\x3c\x59\xbd\x46\xec\xcb\x4e\x62\x54\x78\x70\x24\x96\x40\xf7\xf5\x38\xb0\x0d\x7a\x3f\xdf\x4a\xf0\x99\xfb\x12\xbd\xb7\xb2\x33\xd6\x80\x04\xe2\x38\x34\x2c\x20\x6a\xf7\xe0\xf4\x7b\xb2\x67\xd9\x4f\xff\xfd\xb3\x3f\x67\x85\xa0\xb1\xa1\xf9\x01\xe7\xf0\x25\x40\x5d\x58\x37\x5b\x40\x08\x31\xf0\x98\xd2\xd0\x83\x40\xc9\x0b\xa3\x1a\x62\xd3\x09\x7d\xaf\x2a\x25\xc6\xbb\xc4\xe4\x88\xe4\x95\xf0\xae\xc8\x5c\x05\x50\xc3\xe4\x31\x91\x24\xce\x33\x01\x6a\xa5\xce\x7d\xf4\xa2\xfb\xf2\x31\x27\x8d\x4c\xb4\xe0\x53\x5a\x3c\xa3\xa6\x4e\x98\xcc\xa1\x5a\xa8\x15\xb2\x64\x57\x14\x06\xbd\x94\xb2\x07\xa6\x05\x88\xbd\x13\x0c\x96\xba\x11\x0a\x84\x75\x2d\xd2\x12\x2b\x54\xec\x36\x18\xa0\x50\x82\x4b\x02\xab\x26\x10\xa3\x17\x01\x08\x5e\x17\x1b\x88\x54\x96\xe7\x0a\x65\x81\x0a\xae\xae\x1b\x77\x41\x77\x54\x91\x62\x46\xc2\x18\x76\xf6\xf9\x93\xf6\xce\x8f\x06\x66\x63\xfb\x45\xf5\xc6\xf3\xcf\xf8\x3b\x2f\x40\xd5\x9a\x77\xce\x45\x06\x59\x81\x71\x00\x22\xce\xfe\x4b\x90\x0a\x42\x63\x4a\x05\x10\x9b\x26\xdc\x34\x57\x98\x98\x4f\xe8\xef\xac\x7d\xc2\x04\x59\xe0\x85\x66\x58\x59\x4f\xa6\xe1\xb3\x5c\x47\x01\x0f\x15\xf5\x62\x68\x1d\x8a\xbd\x1c\x6a\x02\x65\x77\x90\x95\xaf\x7a\x06\x98\x23\xfb\xea\x81\x0d\x3d\x5c\xaf\x57\x7d\x8e\xe2\x22\x6f\xce\xa7\x5f\x7d\xf5\xe5\xe9\xd8\xe0\xa3\xb6\x64\x06\x56\x53\x7a\x41\x5c\xd2\xaa\xa9\xf5\x08\x96\x0e\x3b\x53\x93\xf6\x62\x28\x10\x79\x64\x04\xc6\xbe\xc2\xea\xee\x0e\xd5\xd8\xd5\x46\xdd\xdf\x3f\xca\xef\x2c\x3b\xdb\xc4\x96\x6f\xd0\x29\xa1\xbd\x13\xe6\xd0\xe3\x5a\xc2\x81\xfe\x41\x7d\xcf\xfe\x96\xbe\xfb\x7a\xb8\x28\x96\x96\xa1\x92\x08\xda\x1a\xe8\x10\x65\xcf\xe7\x81\x90\x3b\xfd\xb0\x3b\x34\x5c\x86\xff\xd7\xd5\x13\xc0\xde\xe2\x94\x85\xaa\xbb\x05\x4f\xd9\xcd\xde\xb3\xdb\xed\x3d\xab\x01\x94\xe7\x53\x65\x24\xda\x51\x1c\x18\x55\xd1\x79\xba\x59\x31\x80\x14\xf6\xcd\x6d\x4c\x3c\x80\x79\x23\x9e\x2a\x5b\x95\xa9\xbe\xad\x61\xb4\x8d\x1a\x3c\x1d\x64\x4a\xde\xbf\x5d\xbe\x04\xba\x69\xe8\xa6\x5f\xa3\xec\xcd\x7e\x4c\x53\xda\xad\xdd\xac\x0e\xc7\xb1\x50\x1b\x22\x15\x5a\x30\x7f\x31\x56\x38\xe2\x0e\xd5\x94\xc1\x00\x3e\x0f\xdd\xa3\x31\x94\x7a\x13\x06\xb6\x1f\x09\x86\xa6\xa8\xf0\x0a\x98\xad\xff\x84\xe1\xed\x53\xa5\x58\xc6\xcc\xb2\xaa\x86\x38\x5c\xf4\x81\xa5\x00\x3c\xfa\xa1\x22\x61\x51\x3f\x50\x51\x0c\x22\x20\xaa\x06\x4d\x28\x93\x4f\x51\xd7\x9e\xf8\x13\xfb\xf4\x60\x31\xd1\x7b\xc2\xbc\x30\xc5\xa7\x6c\x5e\x4f\x15\x6b\x40\xcf\x7c\x02\xff\xc9\xb2\x59\xa0\x2e\x10\xa9\x74\x2b\x92\x72\xa8\x12\x1f\x10\x5b\xa9\x51\xd6\xa5\x9b\x53\xe1\xdc\xb5\xa8\x9e\xe4\x16\x45\x05\xa6\xa1\x50\xd5\xe5\x66\x56\xd2\x7e\x30\xce\xb7\x4e\xb1\xa1\xcd\x3b\x2c\x85\x68\xd4\x8c\xc7\x22\x09\x62\x09\xdb\x3b\x1b\xdd\xa3\xa5\xce\xfa\xb4\x2e\x17\x67\x70\xfc\xa6\xb2\xeb\xa8\xe1\x23\x67\x44\x36\x8a\x6b\xd3\xc7\xf4\x4b\x4a\x50\x73\x70\xca\x82\x58\xd9\xe1\x4a\x1a\x0b\xe4\x82\xd2\x8c\x8a\x15\x34\x05\x7f\x28\x39\x75\x7c\x02\x25\x12\x80\x44\x81\x20\xe8\xee\xd6\x93\xf0\xd2\xb8\x86\x46\x0a\x0c\xad\x80\x85\x36\xd0\x5d\x52\x4e\x61\xd4\xa8\xe7\x38\x2d\x79\x30\xbe\xde\xbb\xb4\xae\xcb\x61\xb6\x11\x84\x84\x66\xe2\x54\x16\x04\xad\xe1\xdc\x0a\xf3\xa0\x0c\x4d\xae\xdf\xc4\x83\xc6\xc0\x44\xba\xc2\x50\xa4\xcb\x7d\xa0\x13\xb1\xf7\x56\x77\xe3\x70\xd4\xa9\x69\x1f\xc9\x32\x2c\x05\xc5\x7c\x0e\xaf\x0d\x33\x39\x66\x49\xfe\x43\xe1\xd9\xcd\xc9\xe8\x94\x48\xea\x9b\x57\x8d\x2f\x89\x1a\xa3\xd2\x07\x19\x3b\x90\x90\xa2\x7c\xcd\xcb\x7a\x46\xf9\x10\x93\xc6\x4c\x54\x9f\x7b\x12\x4e\xda\x0e\x4e\xc4\xa9\x68\x33\x35\xa7\xa2\xa3\xa2\x63\x36\x00\x0a\x5e\xaf\xe0\x25\x3b\xdd\x87\x51\x76\x3a\x54\x8a\xf6\x4d\xeb\x9b\xd1\xd9\x50\xd1\xe8\x9e\x9d\x0a\xf6\x26\xb2\xb1\x84\x7f\x7e\xad\xf8\x41\x22\x21\xb0\x4e\x16\x28\x49\xc7\x9a\xdb\xb1\x6a\x08\xfc\x6f\xaa\x1b\x9e\x23\xe7\x92\xfd\x46\xcf\x92\x15\x40\xe6\x2c\x3f\x60\xd5\xd0\x07\x3c\xdf\x5f\xe9\x8c\xab\xdf\x64\xcc\xe4\xb7\xdf\x30\x7f\xf4\x8e\x2d\x58\x99\x6f\xbf\x31\xa3\x89\xbd\xeb\x50\x78\x36\xb1\x74\x8a\x7a\x52\x46\x48\x31\xab\x3d\xc9\x9b\xd8\x67\x66\xb1\xd6\xf4\x04\xdf\xb5\x35\x99\xa5\xdd\x5c\x7c\xb2\xef\x3c\x44\x2b\x19\xb0\x4e\x96\xfc\x4e\xab\x96\x92\x77\xee\x1b\xc9\x11\xf7\x2f\x8c\x48\x87\x57\xe6\x7b\xb3\x3d\x61\xdf\x00\x7d\xfc\x75\x7c\xf9\xd4\xbb\x44\x71\xdc\xea\x85\xa1\xe8\xec\xb3\x59\xbb\x35\x04\x3a\xfe\x76\x7a\xe2\xd4\xc3\x6e\xdc\x29\x95\x28\x94\x12\x3d\x32\xb9\x90\x3d\x99\xc8\x35\x09\x48\xa0\xee\x79\xe5\x33\x99\xc2\x90\x97\xc3\xc0\x31\x53\xb3\x99\xc1\x9a\x37\x42\x4e\x9b\x1c\x48\x26\x43\xfe\x9b\x73\xdb\xc1\xf2\x7a\xe6\x43\x3f\xf7\x61\xb6\xb3\x76\xed\xa4\x9f\xf9\x70\x04\xfe\x44\xf5\xc2\xb5\x15\xfc\x35\x8c\xbf\xb6\xe7\xe1\x51\xc0\x5f\x25\xfc\xf5\xe8\x07\xfc\xf3\x3c\xfe\x79\x75\x9d\x6a\x00\x62\xfd\x30\x1b\x2e\x37\xf1\xc7\x05\xfc\xbe\xfb\x12\xfe\xf4\x1d\x78\x93\x4b\x94\x25\x96\x9b\x1e\x71\x2b\xa8\x47\xa2\xc4\x78\xaa\x83\x61\xaf\x51\xe3\x2f\xaa\x93\x52\xe1\x02\x7f\xa0\x7e\xce\x3b\xce\x59\xfe\x49\x7d\x41\x57\xf5\x61\x4e\xba\x4d\xdd\x5d\x70\x0a\x52\x9d\xba\xac\x15\xce\xe7\x55\xb7\xd0\x27\xfd\x56\xbd\x72\x97\xb0\x30\xa5\x9a\x57\xc5\x4c\x11\x67\x32\x2a\x41\x95\xca\x4c\x15\x4e\xdf\x0a\x97\x7e\x92\x88\x42\xcd\x6d\xf1\x5e\x6e\xde\xe2\xd4\x29\x98\x57\x7c\xff\x41\x46\xa5\x99\x73\x2b\xd5\x86\x0a\x3b\x79\x71\x1d\x75\x8f\x14\xdd\x0c\x40\xd0\x76\x81\x13\xdd\xab\x5c\xb1\x19\x92\xac\x62\xfc\xa2\x01\xa4\x5b\x38\x9c\xe9\xc1\xf5\xce\xda\x16\x50\x87\x7f\xff\x3b\x51\x80\xee\x77\xce\x3f\xfe\x91\xfd\xfc\x77\x28\xce\x7b\x3d\xde\x3d\x9a\xc4\x23\x63\xd8\xae\x18\xf0\x40\x3a\xfe\x21\x56\x25\x23\xbe\x50\x64\x6a\x21\x3e\xc0\xdc\x75\xe6\x7f\x06\x00\x00\xff\xff\x12\x67\x48\x8f\xf6\xd0\x00\x00") func confLocaleLocale_zhCnIniBytes() ([]byte, error) { return bindataRead( @@ -4558,12 +4664,12 @@ func confLocaleLocale_zhCnIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 48509, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 53494, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_zhHkIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x69\x73\x1b\x47\x9a\x20\xfc\x1d\xbf\xa2\x5e\x75\x28\x3c\x13\x31\xa6\xc3\xed\x79\x8f\x98\x30\x3c\xaf\xdb\xee\x6b\xd7\xee\xf6\x5a\xee\x98\xd8\x70\x28\x60\x10\x28\x92\x35\x02\x51\x68\x14\x20\x99\xdd\xd1\x11\xa0\x24\x8a\xa0\x48\x8a\xd4\x41\x4a\xa4\x28\x51\xa4\x24\x8a\xa2\x44\x8a\xba\x29\x5e\xfa\x2f\xdb\xa8\x02\xf0\xc9\x7f\x61\x9f\x2b\xb3\xb2\x0e\x50\x72\xc7\xee\xfa\x83\x45\x54\x3e\x79\x3d\x99\xf9\xdc\xf9\x64\xbe\x52\xc9\x15\x6d\xaf\x90\xf5\x97\x77\x83\xf9\x7d\xeb\xb7\xae\xd5\xd9\xb8\xdd\x59\x6f\xb4\x17\xcf\x77\xc6\x37\xfc\x8b\x0f\xad\xdf\x3a\x35\x2b\x58\x9a\xf6\x27\x17\x32\x99\x21\x77\xd8\xce\x76\xd7\xe6\xbb\x77\x46\x33\xc5\xbc\x37\xd4\xef\xe6\xab\xc5\x6c\x70\xe9\x81\xdf\x7c\xd5\xbd\xb5\xda\x9e\x68\x66\xec\x1f\x2b\x25\xb7\x6a\xc3\xc7\xd5\xf6\x8b\xd5\xcc\x90\x5d\xaa\x64\x3b\x1b\x1b\xc1\x8d\x4b\x19\xcf\x19\x2c\xe7\x9c\x72\xb6\xbd\xb0\xe7\x8f\xdd\xe7\x9f\x6e\xbd\x46\xbf\xc7\x77\xf9\x77\x1d\xa0\xd7\xf7\xfc\x0b\x17\x33\x55\x7b\xd0\xf1\x6a\x76\x55\xfd\x3e\x63\xf7\x7b\x4e\xcd\xce\xb6\x5f\x3d\x6b\x3f\x5a\xc8\x9c\xb6\xab\x9e\xe3\x42\x63\x13\xcd\x60\xe9\x71\xa6\x92\x1f\x84\x91\xdd\x19\x85\x51\x64\x6a\xf6\x70\xa5\x94\x07\xd0\x60\xfd\x6e\x70\xeb\x6d\xa6\x94\x2f\x0f\xd6\xb1\x9c\xa7\x96\x29\x54\x6d\x28\xcd\x95\xed\x33\x59\x7f\xe2\xa5\xbf\xb7\xdb\xd7\xd7\x97\xa9\x7b\x76\x35\x57\xa9\xba\x03\x4e\xc9\xce\xe5\xcb\xc5\xdc\x30\xce\xa2\x7d\x6d\x3d\x68\xbe\x6a\xbd\x5d\x09\x46\x9f\xf8\x33\x17\x83\x9b\x2f\xfc\x7b\x8b\x34\x52\xbb\x08\x53\xc9\xe5\xbd\xac\xff\xfa\x19\x4c\xa0\x3b\x75\x9e\x61\x33\xd4\x52\x39\x3f\xac\x2a\xfb\xb3\xd3\xed\xf5\xa7\x19\x7b\x38\xef\x94\xb2\xdd\x9b\x7b\xfe\xe6\x6c\xf7\xdc\xcb\xd6\xde\x2b\x18\xb3\xe7\x9d\x71\x01\x81\xfe\x93\x0b\xed\xd5\x7d\x98\x71\xae\x36\x52\x81\x7a\xab\xbb\x9d\x8d\x69\xf9\x58\xc8\x57\x6a\x85\xa1\x7c\xb6\xfb\xf0\x7a\x67\x73\x02\xbf\x00\x5c\xc5\x05\x54\xb8\xd5\x91\xac\x7f\xfe\x99\xbf\x79\xc3\xdf\x7d\x94\x71\xab\x83\xf9\xb2\xf3\x97\x7c\x8d\x90\xf2\xf2\x7c\xfb\xcd\xb5\xcc\xb0\x53\xad\xba\xd5\x6c\x77\x66\xc5\x3f\x37\x93\x81\xf9\xe6\xb0\x6a\x36\x98\xdf\xf6\x57\x6f\x87\x55\xb1\x60\xd8\x19\xac\x22\xca\xba\xa3\xaf\xdb\x0f\xf6\xfc\x7b\xf3\xdd\x73\xeb\x7e\x63\x22\x2c\xa6\x96\xa0\xa6\xd1\xd8\x80\x5b\x3d\x25\x8d\xb5\xd7\x27\xfd\xfd\x19\x80\xf6\x9b\x17\x82\x6b\x4f\xa8\x18\x46\xa4\x4a\x65\x38\xf9\x32\xac\x02\x7d\x6f\x6f\xad\xb4\x67\x2f\xc8\xf7\x7c\x71\x18\x50\x59\xc9\x97\xed\x92\x14\xc0\x2a\xe2\xc2\xe5\x0b\x05\xb7\x5e\xae\xe5\x3c\xbb\x56\x73\xca\x83\x80\xeb\x9d\xe7\x9d\x85\xe5\xce\xfa\xa6\xbf\x05\xab\xa0\xbe\xca\xef\x11\xb7\xae\x57\x30\xeb\x37\x26\x5b\xbb\xbb\x9d\xe7\xe3\xc1\xfc\x02\x97\x68\x70\x5e\x16\xa9\x04\x7d\xd4\x9c\xd3\x4e\xcd\xb1\xbd\xec\xe7\xfa\xcf\x4c\xa5\x5e\x2a\x01\xb2\xfe\x5c\xb7\xbd\x1a\x74\x3b\xdb\x6c\x1d\xbc\xec\x3c\x9a\x0c\x9e\x9e\xcd\x38\x9e\x07\x5f\xb3\xfe\xdc\x4c\x77\x65\x2a\x03\xeb\x53\x2e\xc0\xb8\xfd\x99\xf9\xe0\x55\x33\x93\xf9\xde\x29\x7b\xb5\x7c\xa9\x74\x32\x23\x7f\x64\xfd\xad\x89\xce\xdd\x5b\x6a\x6b\x3a\xb5\x12\x9d\xa0\xe0\xf1\x0a\x17\x04\x9b\xf7\xbb\x0f\x97\x33\x45\xb7\x70\x0a\x36\x20\x1e\x17\xd8\xf2\xfe\xda\xd9\xe0\xf6\x52\x70\x76\x3d\xd8\xbc\xeb\x2f\xad\xb7\x0e\xde\xc2\xa0\xad\x2f\x09\xc6\xf2\xb7\xde\xf8\x0b\xeb\xdd\xd1\xc9\xce\xca\x14\x1c\xd8\x41\xef\xa7\xfd\x29\x18\x1b\x1c\x50\xff\xed\x98\x3f\xd6\x6c\xed\x5d\x6b\xbf\xd8\xee\xce\x3f\xed\x6c\x35\xac\x4f\xf3\x56\x2d\x5f\x1d\xb4\x6b\xd9\x63\xb9\x7e\x38\x08\xa7\x8e\x59\x43\x55\x7b\x20\x7b\xec\xb8\x77\xec\x33\x7f\xeb\x46\x30\xff\x26\x98\x1f\x0f\x36\xae\x7d\xfa\x51\xfe\x33\xcb\x3f\x9c\xf2\x2f\x4c\xfb\xdb\xd3\x70\xa4\x78\xc4\xdd\xc6\x33\xe8\xc6\x5f\x79\xe4\x3f\x79\xf4\xf7\xc6\xd9\x0c\xe2\x04\x4e\x61\xae\xd8\xcf\x74\x03\xfb\xb7\x3a\x6b\xa3\x80\x19\x9e\x8f\xf5\xf5\xc8\x89\xff\xf6\xd5\xdf\x1b\xa3\xdf\xb8\x5e\x6d\xb0\x6a\xf3\x0f\xf8\x3f\xd4\xfa\xc4\x0a\x9a\xf3\xd6\x77\xce\x97\xbf\xc2\xa6\xa0\x09\x46\x47\x30\xb7\x13\x5c\x5d\x84\xcd\x03\x6b\xd2\x3e\xd8\xa2\x02\x3c\x07\xbc\x7a\xf0\xbd\xbb\x72\xdb\xbf\x3d\x09\xd4\xc7\xab\x65\x5b\x3b\x7b\x01\xe0\x0b\x0f\x99\x6c\x87\xc4\x39\x82\xfa\x74\xfe\x74\x7d\x39\x82\xf0\x3d\x8e\x5f\xc1\x2c\x8d\x99\xd1\x28\x5f\x7e\xff\x87\x3f\xfc\xf1\xcb\x5f\x59\xfe\xfe\x5c\x70\xf5\x52\x6b\xef\x3e\x1c\x7e\xab\x5e\x1b\xf8\xff\x72\x83\x76\xd9\xae\xe6\x4b\xb9\x82\x63\xf9\x9b\xd7\xdb\x8f\xd7\xba\x37\x2f\xe0\x6c\x3c\xaf\x04\x24\xa3\x68\x67\x4f\x9c\xf8\xca\x0a\xd6\x57\xe0\x38\xc0\xc0\x6a\x43\xe1\xec\x00\xcf\x70\xea\x3b\xaf\x9f\xf8\x87\x97\x33\xde\x9f\x4b\x88\x46\x19\xcf\x77\x43\xb6\x85\xdb\xd6\xc2\x1a\x96\x3b\x60\x29\x7c\xb9\x55\x42\x97\x55\xcc\xd7\xf2\xfd\x79\xcf\xee\xb3\x3e\xed\xaf\x7e\xf6\x4d\xc9\x86\xbf\x2d\xc0\x81\x95\xef\xf7\xdc\x52\xbd\x26\x35\xcf\x0c\xd9\x65\x0b\x76\xbb\x05\x5b\xaf\x5a\xb3\xf2\x9e\x05\x68\x3a\xed\x14\xec\xbe\x8c\x5d\xad\xe6\x80\x2e\xd6\x46\x70\xe9\x68\x60\xf1\x35\xb1\x80\xe6\x87\x4b\x41\xc3\x6c\xed\x4c\x77\xce\x1d\xb4\xcf\xee\xb6\x1f\xee\xe2\x24\xb1\x11\xa7\x7c\x3a\x5f\x72\x8a\xb0\x76\x0a\xcf\x54\x59\xd7\x64\x64\x43\x4d\x7f\x6c\xb4\xb3\xfe\xd4\x9f\x1a\xf3\x67\x1f\x31\xaa\xac\x63\x7d\xc7\xa8\xbb\x63\x1f\x1e\xb3\xb0\xbd\xb2\x9b\xe3\xc3\x8f\x04\xb7\xe8\x78\xf9\x7e\x20\xbe\x4c\xf8\xab\x4c\xc9\x70\x8d\x68\x10\xfe\xbd\x3b\x70\x12\x82\xa5\x0d\x26\xd9\x4c\x27\xfc\xab\x2b\x7c\x9a\x71\xe8\xe7\xc6\x82\xe7\xa3\xad\x9d\xc9\x36\xec\xc6\xcd\x55\xe6\x1a\x6a\xd0\x3c\x73\x45\x68\x64\xbb\xe8\x36\x78\xdf\xc4\x27\x9b\x51\x4b\x2d\xbb\x74\x7c\x02\xfa\x42\x3e\xb9\xf4\x58\x36\x2a\x72\x4f\xc2\x80\x94\xf1\x36\x53\x5f\xd5\xe2\x42\x8b\x30\x0b\x18\x21\x93\x3b\xa0\x14\x40\x9c\xba\xcb\x6f\x5b\xbb\x5b\x9d\xc6\x94\x3f\xd3\xf4\x47\x27\xfc\x7b\x0f\x00\x40\x1a\x40\x22\xcd\x4b\xa4\x69\x34\xce\xef\xce\x9b\xf6\xcd\x2d\xe0\x33\x61\xb9\xea\x21\x98\x68\x04\x4b\x13\xc0\xa8\xbb\xa3\x77\xda\x8f\x9e\xe8\x5a\xfe\xf6\x78\xb0\x74\x4e\x7e\x2e\xad\x77\x1b\x0b\xd0\x33\x37\xd2\x7a\x33\x09\xa8\xa2\x13\x5d\x07\xae\x4b\xa7\x69\xf9\x35\x1c\x75\xde\xff\x9d\xc6\x98\x2e\x50\xbd\x74\x1e\x3e\x13\x8e\xf6\x76\xac\x7b\xa7\xe9\x8f\xbd\x86\x4e\x81\x56\xe8\xee\xf4\x08\xfd\x2b\x53\xdc\x18\x91\x27\xda\x57\x57\xa7\x5b\x07\x4b\xc1\xe3\x8b\xdd\x85\x59\x3a\xfb\x2e\xb0\xc3\x32\x74\xb9\x0c\x73\x96\x5f\x46\x3f\x8c\x5f\xff\xe0\x29\xa0\xc9\x3a\x71\xe2\x77\x56\xe7\xde\x78\xe7\xee\x81\xbf\xb4\xed\xdf\x6a\xf0\x69\x1b\xca\x55\xdc\x6a\x2d\x8b\x85\xfe\xf2\x1d\xfd\x41\xa3\x84\x30\x4e\x75\x59\x78\x31\x29\x69\xb0\x79\x0f\xea\x00\xe9\xc0\x23\x3f\x79\x1f\xc8\x17\xec\x19\xf8\x4e\x8d\x5d\x5c\x86\x5d\x80\x84\xe0\xed\xad\x60\x6a\x34\x78\x7c\xbe\x75\x30\x0d\x3b\xa2\xbd\x70\x80\x1d\x0f\xd5\x6a\x15\xee\xf9\x77\xdf\x7d\xf7\x8d\x85\xd8\x9e\xb9\x8b\x44\x48\x17\xe8\x11\xd0\x9e\x68\xdf\xbc\xdb\x19\x3d\xc0\xc5\xd7\x90\xb8\x3f\xea\xd5\x92\x02\x20\xce\x09\x42\x0d\xcc\x4c\x15\xf5\xc2\x04\x76\xf9\x11\xfe\xef\x44\x04\x21\x80\xee\xd6\x4e\xa3\xb5\x7b\x13\xe4\x8a\xf6\x16\x1c\xbd\x4d\xe8\xaf\xdb\xb8\xdb\x7e\x49\xb8\x2e\xb9\x83\xb9\xaa\xeb\xd6\x78\x4b\x7d\xe5\x0e\x5a\xdf\xc0\x1f\xd1\xcf\xaa\xc7\x2f\x9d\xaa\x5d\x40\xc9\xc2\xaa\xb9\xd6\x99\x2a\xd0\x07\x0b\xe0\x88\x36\x79\xf0\xa9\x2f\x93\x71\x2b\x78\x2e\xf5\xa9\xf0\x67\x9e\x74\x47\x77\xe4\x3c\x90\x8c\x23\x05\xa6\xa4\xc3\x2b\xa0\xd8\xf6\x30\x20\x8a\x48\xf9\x89\xaf\x01\x83\x42\xcf\xe9\xeb\x40\xd5\x1d\x06\x22\x7e\x1e\xc9\x24\x6c\x40\xfd\x4d\x8d\x8e\x5b\x6b\x1d\x5e\x40\xd1\x94\xa6\x0e\x0b\xd8\x1d\x7d\xe9\x1f\x6e\x58\xdf\xfe\xe6\x0b\xeb\xff\xfe\xe4\x97\xbf\x04\xda\xbb\xe0\x8f\x23\x49\x86\xa1\x01\xe1\x0e\x6e\x3c\x01\xe4\xc0\xbe\xf7\xe7\xb7\xda\x2f\xae\x21\x66\x08\x4b\x5c\x1f\x88\x91\x10\xfc\x63\x78\x64\x8f\x59\x9f\xd2\x1c\xfe\x7f\xfb\xc7\x3c\xc8\x90\x76\x5f\xc1\x1d\xfe\x8c\xf6\xef\x9d\x7d\x58\x25\xc4\x26\x16\xc3\x99\xe0\x13\xa3\x86\x6a\xfd\xfa\x43\xfc\xae\x0a\x43\x0a\xb3\xb0\xdf\x6d\x8c\x4a\x87\x4a\xc8\x63\xb1\x36\x57\x70\xcb\x03\x4e\x15\xe6\x3b\xb7\x8c\x07\x8e\xc8\x15\x43\xb2\xfc\x47\x8d\xe5\xca\x6e\xcd\x19\x18\x11\x20\x9e\x7f\xb7\xb1\xd8\x5e\xbe\x1f\xcc\xcc\x76\x2f\x5c\xc9\x20\x7d\xb7\x51\xb8\x21\x32\x2f\xb8\x6f\xed\xef\x22\xca\x17\xd6\xf1\x20\x8e\xbd\x6a\xed\xcd\xeb\x15\xc0\x65\x72\x07\x06\x4a\x4e\xd9\x66\x76\xe5\xcf\x5d\xc5\x96\x6f\xae\xb6\x5f\x2f\x0a\xdb\x32\xcb\x61\x4b\x57\x40\x26\x47\xea\x71\x6e\xbd\x7d\xf0\x8c\x41\x80\x74\xb4\xde\x2c\xf3\xa1\xf1\x0f\x6f\x5b\x5f\x7c\xf9\x07\xab\x3d\xfd\x0c\x85\x20\x62\x72\xb0\x2c\x4c\x93\x50\x8d\x00\x2e\xbc\x3b\x0b\xa4\x08\x00\x81\x74\x02\xde\xf5\xf0\xb8\x0a\xd1\x03\xa1\xfd\x20\x84\x9e\x06\x56\x07\x44\x93\xda\xb6\x7e\x2b\xbf\x95\x06\x12\x87\x93\xe1\xc5\xa1\x61\xde\xb8\x45\xb6\x16\xdb\x87\x0f\xa1\x73\x18\x8e\x7f\x6e\x8c\x17\xba\x7d\xed\xa9\x08\xf5\x3b\x17\xfd\xb3\xcf\x61\x03\x74\xf7\x6e\x00\xba\x71\x63\xdc\xd9\x04\xd1\xd6\x1c\x4e\x84\x15\x31\x5f\x11\xe9\x71\x7c\x03\x36\xae\x68\x26\x69\xd0\xe1\xc0\x52\xeb\x30\x95\xc1\x71\xcd\x6c\x20\x9a\x34\x27\xe2\x3d\xfb\x7a\xcf\xbf\x78\x87\xa5\x1b\xe2\x60\x65\x6a\x5f\xa9\x02\xb2\x19\x94\x42\x20\xa8\x89\x02\x49\xff\x22\x99\x2d\xad\x2b\xa1\x17\x3b\x0f\x16\xce\x76\xf6\x77\x40\x05\x0b\x75\x0a\x12\xeb\x40\xff\x10\x15\x2d\x77\xda\x41\xe5\x88\xb6\x06\x2b\x37\x9d\xf5\x0d\x94\x78\x17\x66\x41\xd3\x4b\x85\x56\x1b\x85\xe6\x13\xea\x44\x8b\xa2\x16\x05\x13\xc2\xc4\xa5\x21\x12\x2e\x71\xfe\xb3\x6b\xfe\xc4\x38\xee\x8e\x99\x0d\xe4\xbe\x4b\x93\x7e\x73\x9b\xeb\xc2\xd2\xc8\xa9\x20\x60\x44\x04\x33\x70\x91\xe4\x45\x71\x8d\x8a\x03\x8c\xb4\xd6\xce\x1a\x70\x73\x38\xfa\xcc\xaa\x60\x14\xd8\xd5\xcd\x3b\xc0\x8a\xad\xdf\x7f\x99\xfd\xd8\xd2\xe3\x82\x9e\x71\xa7\x4c\xce\xe1\x5e\x3c\xbc\xae\xdb\x09\x59\x15\xf7\xc9\x07\x2b\xd6\x8d\x12\x03\x08\x82\x55\xbe\xa8\x58\x82\xcc\xed\x68\xa1\x23\x23\x64\xc0\x00\x30\xb5\x3f\xae\xcc\xba\xa3\xae\xc9\x54\x42\x29\x18\xb9\x41\x17\x95\x1a\x50\x00\xa6\x9f\xb3\x08\x0e\x0a\xb0\x57\xcb\x0d\x3a\xb5\xdc\x00\xd2\x23\x68\xf2\xfc\x4a\xf0\x7c\xae\x03\x4c\xba\x79\xdf\xfa\x00\x0a\x3e\xb0\xfc\xcb\x07\xad\xbd\x7b\x3f\xed\x2f\x1e\x3f\x2d\xb2\xe8\x27\x48\x6b\x72\x70\x80\x9c\x12\x6e\x24\xe4\xa0\x70\x86\xe5\xd0\x00\xba\x16\xf6\x81\xa1\xb3\xb6\x8d\xb8\xbd\xf6\x04\xb8\xa3\x92\x53\x45\x03\x01\x4a\x70\xdc\x03\x8a\x3e\xd9\xd9\x9f\x10\xdd\xe2\xc1\x24\xae\xce\x44\x13\x21\x1a\x53\xbc\x28\xd6\xa0\xdb\x5f\x77\x4a\x45\x8b\x5b\x43\x24\x2b\xa1\x12\x44\x4a\x59\xdd\xb8\x56\x80\x55\x37\xef\x02\x72\x78\xcc\xaa\x82\x21\x2b\x91\xb6\xaa\x65\x90\xd4\x5a\x5a\xa4\xc1\xa9\x0e\xe7\xe1\xa0\x88\xd4\xd3\x7e\xbe\xd7\x7e\x29\x84\xa1\x7b\xeb\x76\x7b\xee\x95\x3f\x31\xcd\x3f\xb1\xa6\x67\x7d\xf8\x19\x4c\x2d\xe3\xe5\x4f\xdb\x4c\xb8\x07\x15\x6e\x99\x8b\x77\xc7\xa6\xb1\xb7\xb7\xb7\x50\x12\xba\xf7\x34\x98\xbb\x1e\x1d\x66\x64\xe3\x46\xb6\x11\xab\xa2\x69\x13\xe4\xd5\xf5\xea\x85\x82\xed\x79\xb8\x1c\xfe\x7d\xa0\x18\xa3\x41\xf3\xb2\xdf\xb8\xec\x1f\x36\xbb\x8f\x6e\x74\x9a\x4d\xf8\x0e\x0c\x38\xb8\x3a\x2e\x7c\x4c\x14\xc2\xf6\xfd\x5b\x5a\xbd\x09\xce\x4f\xf8\x6f\x1f\xc1\xc7\xd6\x1e\xb4\xbf\x8f\x74\x78\xf3\x1e\xec\x09\xeb\x57\x7f\xfa\x2d\x34\xa8\x07\x99\x14\x14\xf0\x17\x6b\x16\x8e\x67\x09\xd8\xbf\x59\x30\xba\xcc\xf7\x68\x0a\x3a\x99\xa9\xb3\xa0\xeb\x96\x8a\x28\xe8\xaa\x3d\x8f\x44\x95\xf7\xa8\xda\xd5\x0a\x44\xb6\xb5\x77\xc6\x01\xdc\xe7\xb4\x09\x09\x71\x5a\xb3\x7f\xac\x65\xfd\xe6\x78\x30\x73\xd3\x34\x28\x89\x55\x65\x78\x84\x96\x1a\xf0\xd0\xbc\x8c\x92\x32\x9b\x26\x0a\x6e\x09\x36\xab\x8b\x24\xf7\xb4\x2d\x00\xfe\xcc\xb9\x4e\x73\xdc\x9f\xbe\x06\x02\x67\x08\x09\xf5\xdd\xea\xa0\xaa\xae\x0c\x12\x23\x62\xd8\x50\xdf\xc5\xb8\x41\xf4\x8c\x6c\x5d\x4c\xad\x70\xe9\x45\xef\xef\x83\x65\x24\x73\x82\x74\xf6\xf4\x71\x30\xbf\x1f\x4a\xc6\xd4\x19\x34\x04\x08\x12\x43\xd8\xc9\x8c\x8c\x9b\xec\x61\x32\x1a\xdc\x83\x5e\xf6\x4f\xf8\x7f\xe0\xe0\xf9\x2a\xec\xc3\x13\xf4\x0f\xd4\xcb\xd7\x6b\x43\x27\x0d\x1b\x55\x4e\xac\x20\x42\xe9\x78\xcb\x84\x62\xc4\x90\x5d\x41\x91\x63\xd8\x1b\x24\x4b\xd4\xab\xab\x4c\x33\x7f\xda\x5f\x66\x92\xc0\xb4\x14\x97\xd9\x73\x0b\x4e\xbe\x94\x7b\xff\x9a\xaf\x46\x81\x83\x62\xcd\x28\x83\x63\x3b\x19\x28\x54\x59\x10\xfe\x51\x69\x7a\xf9\x1a\x4f\xb7\xc1\xd7\xa0\xb9\xce\xea\xa3\xee\xf5\xa5\xee\xfc\x04\x9c\x6e\x20\x0d\x9d\xd1\x27\x78\xc4\xc8\x74\xa7\x77\x7f\x92\xd3\xe2\x70\x90\xd4\x25\x1b\x36\x25\xa3\xd4\x4e\x00\x23\xc3\xf6\x70\x3f\xb6\x80\xcb\x76\xa3\x75\x30\xc3\x53\xcf\x0c\xc0\xc2\xd3\xa6\x56\x56\x82\xb7\x37\xa0\x5c\x76\x22\x16\xda\x3d\x0a\x01\x13\xca\x28\x09\x04\xe3\x4c\xb6\x7b\xf6\x7c\xf0\xec\x0a\x2f\x00\x94\x75\xd7\x80\x10\x5e\x0c\xf5\x4c\xa1\xe4\xcc\xfe\x49\x78\xf3\xec\x72\x4d\xe1\x0a\x85\xd0\xed\xd1\x60\x7e\x1b\xb7\x1f\x4d\x83\xa5\x39\x41\xfd\xea\x23\x96\x15\x3b\xe3\xcf\x41\xc5\xff\xec\xb8\xf7\xe9\x47\xfd\x9f\x31\x59\x0d\x36\x56\x03\x90\xf7\x48\xa1\x09\xae\x81\x34\xf7\x8a\x84\xfc\x35\xe0\xea\xd6\xf1\xa2\xe5\x6f\xcf\x00\x43\xf7\xc7\x1e\xf8\x5b\x53\x41\x73\x96\xdb\x16\x46\x4f\x5a\x17\x31\xb1\x02\x9d\x10\xda\xb9\x6a\x3f\x05\x6f\x1b\xc1\x8b\x3d\x6e\x57\xef\x2a\x1a\x72\xc9\x19\x76\x6a\x69\x8b\x0c\xc0\x6c\x05\xe3\xc1\x72\x0b\x22\x95\x8e\x5e\x82\x93\xd0\xbd\xb3\xd7\x7e\x33\xca\xe3\x6e\x6f\x4e\xf8\x87\x63\xd6\x27\x96\xdf\xbc\xd0\x9d\xbd\xc1\xb6\xa5\xce\xc3\x35\xdc\x51\x43\x79\x2f\x57\x2f\x0b\xc6\xec\x22\xaf\x3a\x90\x59\x45\xe5\xb0\x27\x90\x23\x18\x69\x1a\x33\xff\x14\xa2\xe6\x9f\xad\xd6\xc1\x85\x60\x69\x03\x11\x47\x33\x66\xc1\x1e\x06\x82\x92\xbf\x36\x9f\x2d\x6d\x00\xc6\x40\xa2\x30\x47\x8a\xad\x03\x81\x5a\x6a\x80\x70\xd4\x1d\x9f\xc6\x25\xa1\x0e\x84\x89\xcd\x6f\x05\x57\x2f\x02\x0f\x03\xee\x85\x08\x9f\x9a\xe8\x36\xe7\x78\x7f\x01\x6e\x64\xa4\x0c\x04\x54\xb4\xb3\x30\x67\x36\x61\x2e\xac\x68\x43\xc4\x54\x3d\x3a\x7b\x35\x62\xaa\x2c\x7a\xc5\xf5\x10\x9a\x09\x6c\x66\x38\x28\x30\xdc\xd6\xde\x5e\xeb\x60\x8e\x85\x0c\x3a\xba\xd8\x33\x0e\xa0\x96\xec\xff\xa7\xfd\x26\x0f\xe1\xa7\xfd\x09\x59\x16\x5e\x52\xda\xc3\x50\x04\xbc\x45\x46\xc4\x2d\xe8\xbd\xce\x65\x72\x10\x14\x13\x28\x90\x52\x10\x5d\x73\xbd\x65\x85\x81\xbc\x7e\x86\xab\xbd\xb4\x0c\x68\x84\xbf\x89\xdf\x35\x15\x8a\xc2\xf6\xb5\xb1\x2d\x8a\xac\xb0\x4b\x0d\x58\x73\xdd\x9c\x37\x84\x4a\xb5\x0c\x7a\xee\xb5\xbf\xbb\x26\x76\x9f\xed\xcb\xe8\x98\xf8\x7f\x60\xbd\xa7\x11\x15\x99\xef\x11\x03\x27\x79\x47\x23\x89\x54\xdb\x19\x37\x66\x72\x47\x6b\x30\x96\xa1\x00\x88\x85\x5e\x06\x32\x97\xe0\x48\xec\x68\xf2\xa4\xd8\xb1\x1c\xb0\xe6\x2c\x10\x23\x44\xd2\xe6\x4a\xe7\xed\x25\x66\xb7\x21\xb0\x28\x6f\x91\x42\x18\xbf\x5b\xcc\xc3\x04\x46\x6c\x4f\x64\x3d\x3e\xa6\x99\xb2\x2b\x56\x64\xf9\x0d\x70\x58\x5b\x30\xff\x76\x2b\xb8\xf6\x06\x6a\x03\xc1\x1a\x3e\x99\x41\xd6\xf1\x87\x88\x8f\x21\xf3\x2d\xb0\x19\xfa\x14\x9a\x7f\xd8\x9c\xf4\x6b\xf6\x3c\x98\x53\xfd\x26\x66\x31\xfd\xd6\x4e\x3a\x1e\x4e\x9c\xf8\xdd\x77\x24\xf4\x92\x55\xe4\xc9\x85\xee\xe5\x6d\x69\xf0\x77\xb5\x5a\xc5\xfb\x53\xb5\x94\x65\x53\xc4\x9f\xbe\xfd\xca\xd2\xed\x8e\x94\xdc\x7c\x11\xcb\x82\x4b\xeb\xb0\x15\xe5\xfb\x77\x76\x7e\x98\xc7\xb6\x74\xa3\xbb\x78\x51\xda\xf9\x1c\x38\x1d\x7d\x45\x82\x05\xc4\x42\xbe\xa2\xa8\xf4\xeb\x54\x89\x57\x2b\x1e\x36\x79\x23\xe2\x06\xbb\x7c\xa9\x02\x8a\x0f\x0a\x15\x02\x20\xd2\xff\xd9\xdd\xce\xe4\x53\x50\x4c\xfd\xcd\xeb\xc1\x93\xe9\xbf\x83\x42\x7e\xe3\x6d\x30\x39\xd1\xda\x7f\x02\x32\x26\x7e\x6c\xce\x07\x0f\x1f\x81\xfe\x0b\x47\xe9\xc3\x1c\x1c\xa3\x58\x63\x45\x38\xc2\x3f\xab\x41\xf8\x12\x6d\x90\xb4\xcc\xdb\x64\xb8\x72\xfe\xa2\x86\xcf\xbb\x5c\x37\x09\x42\x06\xd9\x17\x50\x4e\x8c\x03\x05\x4b\x40\x07\x67\x18\xc8\x42\x5b\x06\x99\x53\xd9\x1c\xf1\x63\x3a\xf8\xbd\x07\x69\xe0\x4c\x93\x34\xfa\xb4\x71\x04\x68\x2d\x9c\xe1\xd8\x89\xc0\x0a\x68\x8d\x3a\x02\x1c\x17\x9f\xe5\xf7\x42\xa9\x5e\xb4\x23\x68\x52\x96\xdf\x59\xee\xbe\xb5\xf3\xcc\xfa\xe0\xb8\xf7\x01\xb5\x5a\x3e\x05\x0c\xb5\x2c\xe0\x40\xfc\xda\xcb\xf7\xbb\x53\x4f\x3a\x1b\xa8\x91\x28\x97\x17\x68\x96\x05\xb7\x8a\xf6\xa8\xac\xa1\xeb\x6e\xf8\x53\x6f\x40\xda\xc6\x56\x34\xfd\x30\xa4\x79\xda\xbb\x20\xff\x99\x5b\x39\x52\x49\xbb\xe7\x72\xfd\xb6\x0d\x7a\x5d\xfe\x94\x5d\x0e\x4f\x91\xe6\xc6\xad\x83\x6b\xf0\x91\x89\x1a\x68\x18\xf1\x0a\x2c\xc7\xf1\x8e\x4d\xa9\x03\x42\x45\xa2\x8a\x58\x7f\x7b\x55\xa9\xc1\x11\x49\x76\x63\x1c\x97\x94\x3a\xbc\x9a\x04\x0f\xb3\x2a\x46\xce\xb8\x01\xfe\x56\xc0\xf5\xcc\x35\xe2\x42\x0c\x9b\xb2\xbb\x36\x87\xb3\x3e\xc2\x16\x08\xa0\x67\x55\xf2\x79\x1a\x7a\x17\x7b\x59\x0c\x09\x45\xf3\x36\x13\x3f\xb0\x6b\x8e\x68\x08\xb6\x01\x52\xca\x9e\x2d\x01\x63\x63\x53\x52\xa7\x31\x16\x0e\x12\x34\xfb\xd9\xb5\x23\x5a\xd5\x54\x3c\x7d\x74\xbc\x2d\x62\x8d\x68\xc5\xd0\xfe\x11\xc8\x77\x16\x50\xc7\x84\x58\xdb\x0a\xd0\xa7\x41\x86\x74\xe4\x43\xa5\x3c\xe8\xd8\xb8\xce\x34\x01\x84\x6e\x3f\xd8\xeb\x2e\xdc\x13\x7f\xc4\xd9\x5d\x3c\x84\x87\x64\x98\x3d\x98\x36\x45\x5e\x1c\x11\xd9\x77\xb8\x48\x24\x42\xad\x11\x5e\x98\x66\x97\x1b\xb7\x86\x0c\xe6\xea\x0a\x8f\x83\xb8\x9f\x9a\x20\xda\xbb\x4f\xd9\x23\x59\xd0\x03\x83\x8b\x4f\x83\xcd\x09\x92\x6a\x50\x33\x64\x65\x5f\x73\x39\x3d\x69\x2b\xa4\xe3\xa4\xd2\xa2\xee\x86\x92\xf7\x69\xbb\x0a\x6c\x46\x37\xc8\x16\xfb\xf7\x69\x63\x0a\x25\x30\x56\x46\x47\xc7\x41\x87\xed\x9e\xbd\x8b\x4b\xad\x48\x83\x06\xc3\x09\x43\x1b\xe3\x1b\x38\xab\xd5\x5d\x54\x92\xc7\x5e\x31\x58\xd0\x78\x80\xb3\x42\x95\x47\xeb\xd3\x97\x9a\x68\x7b\xa1\xae\x4d\x4d\x3a\xe3\xd5\x1c\x50\x87\x91\x6a\xb0\x13\xdb\xe0\xf2\xad\xbd\xe9\xf6\xf9\x57\xd8\xf9\xf2\x6c\x6b\xf7\xa6\xd6\xc2\x82\xab\xa3\xbc\x71\x58\x8c\x51\x7e\x8b\x66\xe7\x60\x02\xd0\x8b\x3b\xbd\xb9\x01\x48\xf6\xb7\xce\xc1\x24\xc4\x42\x45\xe6\x00\xf9\x4e\x8d\x87\xc8\xe7\x11\xa0\xe8\x4a\xae\xed\xe8\x00\x3a\xcd\x8b\x7a\x00\x7c\xd4\x71\x00\xb4\x7c\xb1\xde\xbb\x37\x57\xbb\xf3\x93\xba\x77\x06\x56\x54\x23\x36\x4b\xd4\x2c\xa9\xfc\x7f\xd3\x14\xb9\x71\x63\x7f\xb1\xb3\x38\xd7\x5f\xcd\x97\x41\x41\x0f\x4f\x43\xfb\xe6\x16\x1a\xd6\xc9\xbb\xaf\xcf\x01\x88\x23\x78\x68\x40\x5b\x1d\xca\x97\x07\xed\x9c\xd8\x6e\x41\x80\xb5\x94\x81\x16\x2d\xe8\x16\xa8\x49\x2c\xbf\x88\xd4\x45\x76\x56\x55\xa9\x50\xf7\x6a\xee\xb0\x51\x57\x5c\xf7\x62\x14\xd9\xe4\x9a\x52\xe7\x3f\x5d\x60\x8f\x2e\x10\xc6\x8b\x77\x60\x47\x82\x60\x18\x06\x43\xa0\x07\x5f\xc8\x4e\xf3\x7a\x67\x65\x5d\x79\xf6\xe1\x8c\x8c\x3d\x46\x84\xbf\xd8\xf3\x27\xe7\x40\xe1\x2b\x95\xdc\x33\xa8\x7e\xa3\xb4\xbd\xbe\x47\x8e\x06\xe8\x19\xa8\x07\xaa\xc1\x9d\xad\x45\x50\x40\x04\x0a\x6d\x35\x0c\x05\xe3\x90\x6f\xf8\x21\x78\xbe\x0e\xa7\x47\x7e\xb3\xcc\x26\x5f\x51\x9f\x1c\xee\x23\x22\x8b\xe2\x64\xf5\x34\x5a\xdf\x14\xd5\x22\xf6\x67\xc1\x1a\x22\x55\x7e\x7b\xab\x3d\xb7\x00\xc8\xc0\x85\x0f\x2b\x55\xf2\x35\xa0\x64\x65\xd6\x1a\x68\xa0\x46\x7d\xed\x53\xe5\x86\x22\x6e\x89\xcc\xf7\x2a\xbe\xe1\x64\x26\x1a\x03\xc1\xc1\x2b\xa1\x93\x9c\xf1\xa9\x0c\x31\x7c\xea\x3d\x11\xb5\x8c\xf3\x2d\xe6\x82\x6c\xfb\xde\x61\x6b\xf7\x1e\xab\x22\x6c\x11\x40\x2f\x55\xc9\x29\x90\x9e\xab\x2a\xf2\xa9\x65\x5b\x58\x86\x0c\x2d\x91\x08\x8f\xa2\x5d\xb2\x41\xfb\x31\x8f\x55\xa6\xee\xa8\xa9\x59\xbf\xff\x32\x93\xa9\xd4\xfb\xa1\xd1\x30\x7e\x83\xd6\x4c\x8d\x5d\xc2\x72\xc8\xe0\x9b\x94\xdc\xd9\xcd\x09\x48\xe5\x4a\x48\x99\x76\xd6\x90\x20\x43\xeb\xf3\xfb\xc1\xa5\xfb\xa8\x03\x52\xa7\x88\x32\x62\x26\xec\x3d\xf1\xaf\x4c\xb1\x33\x25\x22\x4d\x68\x36\x29\xb6\x89\x62\x56\x23\xbe\x7b\x4b\x5c\x18\x1c\x91\xa0\x7d\xa5\xc1\xcd\x17\x80\xd3\xd6\xde\x3c\xd2\xdf\xc5\xf3\xfa\x3b\x2c\x1a\xad\x2f\x46\x93\x30\x8b\x53\x5e\x09\x11\x76\x55\x50\x13\x2f\x95\x84\x36\x95\xdc\x82\x38\xbf\x27\x1a\x70\xca\x70\x92\xd3\x8d\x4c\xbd\x52\x44\x3d\x46\x21\x08\xbb\x9c\xdf\x16\x04\x45\xcb\x4c\x9b\x21\xf1\xe2\x70\x1b\x70\x2d\xa5\xb6\x8c\xaa\x33\x98\x0c\x59\x42\xbb\x38\xee\x52\xd2\x3a\x62\x50\xca\x32\x00\xc4\x89\x29\x87\xf8\x99\xc9\x49\x89\xca\x36\xf3\xeb\xe6\x38\x12\x24\xa6\xa1\x4b\x13\x70\x40\xc8\xc0\xd6\x84\xf5\x40\x53\x09\xec\xd5\x3a\xf4\xf7\x66\xbf\xbd\x3b\x25\x0a\x4f\x24\x94\x46\xbe\x69\xb7\x46\x94\x4a\xcc\x2d\xc3\x59\xd6\xc8\xd4\x04\xc5\x75\x3d\xb1\x99\x31\x1c\x5b\x46\x99\xc5\x0a\x90\xa0\x4a\x00\x18\x1f\x5c\xa4\xa2\x4f\x68\xaf\x42\x87\x40\x12\xca\x35\x05\xf8\x25\x7d\xb5\xbe\xe0\xaf\xd6\xe7\xf4\x15\x1a\x43\x75\x07\xe4\x0e\xf1\x46\xd1\xb1\xcd\x39\xc3\x18\x6c\xc6\xfe\x25\x92\x60\xd0\x25\x16\x8a\xcf\xfb\x2f\xfd\xa5\xf9\xf6\xc4\x38\xe2\x3f\x32\x9a\xd8\xba\x99\xa3\x8a\xaf\x9b\x5a\x92\xf4\x53\xed\x96\x0c\x09\x88\x6d\xd9\x52\x82\xb8\xd1\x25\x8c\x17\xad\xe1\xa2\x0a\x98\x8b\x00\xb0\x5d\x81\xb9\x7f\x04\x38\x4d\x80\x34\xba\x31\x4c\xd9\xa3\xf1\x91\xea\x49\x0a\x28\xf3\x05\x35\x31\x9c\xf9\xcc\x21\x6e\x7a\x72\x84\x89\xfd\xda\xe8\x9a\x6d\x7a\x91\xf3\x2a\x1d\xbc\xff\x69\x45\x56\x49\x07\x16\xe4\x10\x6e\x95\x28\x28\x49\xd3\x5e\xc4\x71\x2d\xea\xab\x04\xae\x09\x80\x84\xa8\x25\xc1\x58\x1c\x37\x88\x14\xba\xfb\xd6\x46\xbb\x67\xb7\x0c\x52\x75\x81\x09\x53\x6b\xf7\x92\xe9\xc7\x65\x47\x2d\x70\xe9\xd0\x64\x57\xa9\xc2\x3e\xaa\x8e\x64\xb9\x11\xf5\x53\xd9\x31\xb6\x0e\x5b\x3b\xbb\x52\x24\x3b\x96\x4b\x98\xc6\xea\xb1\x40\x09\x52\x12\xfe\x2a\x6a\x74\xb4\x4c\xdc\x68\x04\x00\x27\x3a\x49\x58\x45\x12\x65\x7f\xee\xcd\x1d\x3e\xc8\x4c\x4e\x60\x9c\x2c\x45\xf3\x39\xfe\xf7\x78\xd3\x7a\x43\xd3\xfa\x9a\x83\x20\xb1\xaf\x58\xa4\xfd\xc6\x03\x67\xa1\x58\xce\x6a\x12\xb9\x08\x6c\x02\x46\x22\x29\x75\x61\x2e\x62\x84\x45\x63\xa6\x18\x5e\xfd\xc3\xb1\xd0\x4e\x68\xb6\x8e\x9e\x4a\x34\x9a\xa1\xd0\x82\x6c\x55\xac\x80\x4b\xeb\xa6\x69\x35\xd5\x04\xcb\x7c\xc6\xb4\xba\x76\x47\x2f\xb5\xd7\x27\xd9\x69\xa8\x06\xa4\x51\xc0\x13\x33\xf6\x82\x4c\x98\x50\x43\x1b\x50\xb6\xd9\x11\x3c\x19\x9b\x25\xa9\x7f\xf5\x36\x4a\x40\xc2\xa8\xd1\x44\x81\x6b\x88\x07\x66\x67\x12\xe5\x0b\x93\xf4\x4e\x34\xd8\xac\x98\x10\xdf\xb5\x95\x14\x10\x00\x87\x0e\x69\xf4\xc2\x54\xfb\xda\x72\x4c\x76\x17\xcf\xa2\x12\x23\x49\x10\xf6\x74\xc0\xc8\xa7\x5e\xad\xea\x96\x07\x3f\x63\x73\xaa\xff\xe6\x91\x7f\xf1\xa1\x7f\xfd\xd2\xbf\x7f\xfa\x91\x14\x58\x28\xfe\x2f\xdf\x6f\x2f\x4d\x32\x13\xc0\x88\xc4\x30\x02\xd1\x82\x41\xb4\x0e\xe6\xa0\x57\xc0\x83\x31\x3c\x8a\x46\x24\xf3\xeb\xb8\x3f\x8d\x06\x9a\x58\x35\x84\x24\xe9\x7b\xa7\xb3\x36\xc9\xa1\x98\xaa\x4a\x7b\xfe\x72\xf7\xe6\xdd\xe0\xd2\x95\xce\x83\xbb\x6a\x29\x70\x97\x85\x78\x8b\x48\x39\x8c\x6c\x43\x89\x06\x21\xc2\x1f\x7b\x2a\x06\xaf\xa8\x12\xad\xa1\x89\x0b\x12\xb4\xf8\x47\x6f\xee\xf8\xb3\x53\xcc\xd3\x71\x58\x89\x26\x42\xbd\x51\x55\xcf\x46\x4c\x6a\xf8\x95\x7c\x60\xe5\x9a\x2a\x40\x83\xfe\x1b\xb5\xe2\xb1\x6d\x64\xcc\x40\x84\x4a\x63\x2f\x91\xc7\x86\x49\x02\xcd\x99\x09\x82\x1a\x7a\x8c\x24\x70\x4b\x20\x37\x19\xb8\xe8\x41\x19\x0c\x50\xf4\xd7\xd3\xe7\x24\xab\xd7\x14\x82\x5d\x67\xda\x8f\x1e\xa5\x13\x89\xae\xd4\xfc\x8c\x3e\xb8\x03\x3d\x25\xc4\x04\x0e\x9b\x96\x10\x25\x7f\xd2\xc0\x79\x11\x76\x2e\x06\x8f\x57\x78\x29\x50\x2d\xc1\xb0\x42\x25\xfc\x07\xcf\xae\xa0\xbc\x07\xdb\xf3\xed\x65\x51\x01\x08\x9f\x35\xe4\xbb\x34\x41\x98\x9a\xa0\x7c\x69\xdd\xfa\x7f\x2d\xff\xde\x43\xc0\xbd\x5e\x73\x38\xd3\x99\x9a\x7b\x0a\x76\x87\x51\x25\xd8\xbc\x47\xdf\x30\x2c\x66\xf4\x92\x7f\x09\xf4\x83\x73\x5c\x2f\xb8\x79\x68\xee\x18\xac\xad\xcf\xb5\x08\xd4\xcc\x3e\xf8\x4c\x2a\xe1\x1a\x05\x62\xf1\xcf\xbd\xdf\x51\x36\xc5\xf2\xa3\xcf\x32\x57\x31\xcf\x32\x1c\x0c\x54\xfd\xb4\x7b\xaf\x5e\xee\x77\xca\xc5\xac\xf9\x59\xbe\xe9\x65\x31\xbb\x33\xe1\x0c\x89\x44\x66\x99\xa7\x0a\x39\x42\x8f\x32\xe0\x92\x00\xca\x9c\xad\xb5\x77\xaf\x3d\x31\x25\xa1\x95\xe2\xe0\x14\x58\xa2\x01\xbc\xbf\x05\x8a\x0a\x3c\xcd\x51\x61\xfe\xed\x6b\xab\x3c\x2b\x46\x3f\x09\xa9\xc8\x4d\x0f\x2f\xe0\x09\x9b\x99\x27\xeb\xc5\xe7\xdf\xfc\xde\xcb\xe8\x86\xb9\x3a\xe8\xaf\xe8\xd1\x3f\xbb\x1b\x6c\xae\x92\x27\x1c\x1d\x2c\xdc\x4d\x17\x9d\x0c\xd3\xa6\x3a\xcf\x4a\x35\x52\xf6\xb9\x17\x29\xc1\x8b\xdc\x2c\x1d\x62\x6e\x41\x0e\xb1\x9e\x94\x39\xa1\xf8\x84\x65\x2f\x21\x5e\x6d\x75\x9c\x4d\xd4\x08\x1a\x0c\x81\x48\x2c\xc4\xbc\x74\x1c\xf6\xd7\xdc\x96\x98\xb6\xad\x09\x7f\x8c\xc6\xbd\xb4\x1d\xcc\xbf\xd1\x41\x2e\xb0\xa5\x65\x64\x18\x8e\x73\xae\xbb\x02\x3b\x0d\xa4\x85\x06\x9c\x12\x83\x3a\xf0\x30\xfd\xe6\x1d\x58\x4e\x19\xa6\xb9\x7a\x71\x52\x21\x3a\x0a\x85\x16\x82\x10\x4f\x30\xe9\x15\x4c\xc2\x01\x47\xc5\x80\x17\x4d\x81\x49\x4a\x73\x9c\x89\x45\x24\x10\xd2\x88\x5c\xc4\x25\x3f\xf7\x1c\xa3\x33\x89\x6a\x20\x5b\x89\x0c\x3d\x2e\x2f\x1b\xdd\xbc\x7e\x66\x8a\x1c\xe2\x83\x5e\xbf\xe1\x1f\x5e\x17\x49\x9a\x59\xb9\xd1\x31\x71\x60\x69\x5d\x7b\xdc\xd9\x46\xc2\x92\x2d\x1f\x52\x81\x50\xbe\x51\x9e\x22\xef\x8f\xa5\x73\xc1\xf6\x4e\xeb\xcd\x58\xb0\x33\x86\x1f\x4d\xf3\x10\x09\x4b\x2c\x2f\xb4\x76\xae\x59\x8a\x69\xa2\xa4\x3a\xf3\x24\x18\x5d\xf5\x0f\x1f\x6a\x86\x49\x32\xb3\x04\x05\xc5\xc6\x23\x46\x6d\x53\x8b\x8e\x42\xa8\xa0\x4c\x2a\x33\x07\x17\x87\xd3\x84\x8f\x21\xe9\x1c\xc9\xe8\x1b\x0f\xb8\xa2\xb8\xfe\x56\x77\xe1\x98\xeb\x35\x10\x7d\xef\xfa\x25\xf4\x8d\x67\xbe\x47\xe3\xcb\xc9\x0c\x5b\x40\xb5\x25\x2a\xb4\x98\x47\xcc\xe4\x86\x21\x5d\x39\x06\x75\xdc\xb3\x01\x06\xbb\xb4\xd3\x7c\x0c\x67\xb2\xb3\x7f\xae\xbd\xbc\xf9\xf7\xc6\x28\x6c\x4d\x24\x1f\xaf\x9f\xfa\xcd\xbd\x18\x02\xdb\xd3\xeb\x00\xdf\x3e\xbf\xd2\xda\x9d\x0a\x25\x0e\xb1\xaa\x9c\x76\x3c\xa7\xdf\x29\x91\x05\x68\xe6\x09\xca\x09\xbb\x6b\xfc\x11\xbf\x19\x31\xb6\x62\x4c\x3b\xbb\x0b\xed\x56\xf2\x65\xab\x00\x9c\xc5\xcb\x1e\xab\x3b\x56\xd5\x2e\x5a\x18\x97\x72\xec\xb3\xf6\x83\x51\x0e\x67\x84\x6e\x00\xe6\xb3\x44\x43\x78\x1b\xa6\x80\xd6\x9a\x68\x8c\x03\xfa\x47\xf7\x5f\xfb\xcd\x57\x1c\x89\x27\xd6\x87\xf9\x6d\x8c\xe4\xe0\x59\x6b\xff\xcf\x3f\xd4\x39\xde\xc1\x51\x53\xf9\x69\xbf\xc9\xea\x14\xcd\x69\x3f\x55\x2b\x0f\x5e\x1c\x02\x85\xe1\xae\x7f\xda\x9f\xc8\x14\x4a\x6e\x59\x2f\x08\xec\x47\x74\xc4\x8c\x5e\x65\xa9\x4c\x99\x05\x97\x25\x0a\x26\x79\x97\xc4\x14\xe4\x76\xb6\x40\xf4\xeb\x6c\x3c\x0e\x6e\x5c\x22\x51\x0c\xf7\x31\x8d\x8e\xcd\xb5\x46\xbf\xfc\x99\x82\x7d\xf9\x33\x28\xf2\xfc\x2d\xb1\x3a\x66\x35\x36\x4a\x8b\xa2\x4b\x0b\x0a\x7b\x55\x7b\x68\x98\xe4\x70\x0c\xd8\xcc\x4c\xe7\xed\x36\x7f\xc6\xbb\x5f\xf2\x59\x6e\x7f\xe9\xcf\x7a\x07\x3c\x9a\x64\x3b\x81\xd5\x37\xe8\xd4\x9c\xc1\xb2\x5b\xb5\x2d\x56\xda\x33\x25\xa7\x00\x1c\xc8\x16\xab\x34\x5e\x67\x98\x79\xa2\x3e\x26\xea\x9b\x40\x52\xbf\x6a\xe7\x8b\x70\x0e\xbe\xa5\x7f\xe4\x57\xa2\x1e\x7f\x0e\xd6\x57\xe8\xce\x53\xbd\xe6\x82\x5a\xed\xd4\xb2\x4a\x82\xd8\x41\x23\x87\x32\x23\x80\xa2\xc8\x80\x7e\xf3\x96\xff\x60\xd2\x9f\x9a\x57\xa1\x50\x1c\x30\x44\xc8\x96\x48\x21\x2e\x28\xda\x03\xf9\x7a\x49\x99\x74\xb3\x1c\xed\x2a\xd7\xb4\x38\xfa\x09\xba\xab\xd9\xd5\xd3\x20\x9b\x70\xfc\x13\x88\xb2\xc1\xe6\x7d\xff\xf2\x7a\xb0\x04\x2c\xa8\xc9\x5a\x10\x6e\x16\x01\x07\x49\xac\x8a\x64\x57\xa0\x45\x47\x8e\x94\x09\x81\x21\x45\xaa\x75\x30\x0d\x00\xad\x9d\x4d\x7f\x6a\x2c\x98\x7c\x0c\x1b\x1e\xc9\x89\x61\x25\x0b\x2e\x5c\x0e\xae\x2e\xe2\x4a\x9e\x41\x27\x9e\xd8\x66\x83\xe7\xeb\xca\x36\x3b\x98\xff\x0b\x7e\x04\xea\xd0\x01\x5a\x04\x1f\x71\xb3\x78\xd1\x3d\xc5\x46\x54\x40\x42\x61\x48\xe2\x57\xdc\x81\x1c\x21\x85\x2c\x69\x8a\x38\x51\xec\xc2\x35\xb4\x32\xeb\x5b\x0b\xec\x2c\x25\x4f\x13\x08\x97\x20\x4b\x02\x9b\xb7\x8e\x17\xa3\x86\x59\x6d\xcd\x35\x69\xd5\x3f\x68\xd0\x8d\x92\xbb\x23\x6c\xba\x65\x1b\x4d\x4b\xf5\x1a\xac\x1a\xa9\x57\xa6\x6f\x24\x23\x37\xf6\xf8\xaa\x14\x5f\xdb\x93\x7b\x52\x66\x49\x82\xcc\x21\x55\x50\x6e\xdc\x28\xc9\x41\x5a\x63\xf5\x97\xea\xf6\xb1\xcf\x78\x65\x15\xb5\x51\xed\xd1\xde\x92\x0b\x82\x12\x55\xc7\x25\x7d\x4c\x45\xd4\xbe\x30\xef\x26\xa4\x83\x84\xfc\x87\xed\x0c\x2a\x52\xdf\xb8\xe1\xf0\xd1\x6f\x7f\xff\x1d\x85\x16\xa0\x77\x9e\xac\x38\x1c\xe7\xec\x2f\xac\xf3\xdd\x24\x76\x96\x73\xe3\x30\xc3\x61\xc7\xf3\x58\xf4\x28\x3b\xe8\x46\xc2\x7b\x43\x6b\x2c\xfc\xfb\xdb\x97\xd0\x80\x45\x8d\x84\x8e\x13\x2d\xce\xa9\x46\xc2\x30\xc8\x02\x88\xe1\x14\x03\x89\x24\x87\x9c\x59\x5c\x99\x3b\x46\x51\xfa\xe1\x33\x7d\x41\x8a\x55\x3b\xbc\x48\x60\x38\xc8\x39\x06\x15\x49\xa0\x6a\x5d\xdc\x5b\xea\x7e\xa5\xe1\xd8\x92\x93\x43\xf4\xb0\x3b\xb7\x04\x88\x0f\x6e\xdd\x57\x24\x11\x36\x40\x1a\xa1\xa4\x5b\x11\x9e\x5d\x1a\x90\xd8\x5e\x39\x0a\xa4\x6b\xf2\x5e\xd7\x6c\x95\xe5\x89\xca\x08\x9c\x8a\xf2\x29\x59\x1b\x16\xb1\xc2\xcf\x61\x58\x0b\x15\x1b\xf6\x61\x0d\xc1\xae\x7a\x54\xe6\xa7\x26\x40\x35\xb1\xfe\xc7\xd4\x8d\x0f\xbf\xa0\xcb\x5c\x5f\xd4\xaa\x25\xf8\x93\xab\x62\x0d\xc4\xbf\xd9\x10\x28\x13\x67\xd8\x3b\x6f\xba\x4a\xf8\x13\xbb\x57\x00\xc2\x23\xbb\x2e\x01\x88\x0f\x86\xbe\x68\x7f\x0c\x5e\x35\xa5\x49\x66\x50\xbd\x63\x95\x60\x91\x78\x02\x53\xfb\x3f\xd7\x9d\xc2\xa9\xdc\x60\xdd\xc1\xf0\xa5\xb7\x8f\xba\x8d\x65\x36\x46\x08\x87\xab\x0d\x39\x9e\xb8\xd4\x68\x64\x22\xd4\x45\x68\xa7\xba\x20\x0b\x9a\xf8\x30\x68\x33\x70\x50\x0f\x6f\x73\x9c\x34\xfa\xcb\x88\xa6\x4a\xf8\x03\x1b\x24\xb9\x72\xa5\x8e\xf1\x26\xe8\x24\x13\xe2\x6b\x54\x92\x20\x18\x36\x01\x70\xa0\xba\xae\x47\x3d\xc1\xa0\xe8\x6a\x5a\x96\xee\x66\xe1\x77\xdc\x51\x14\x38\x21\x31\x60\x64\x06\x10\xed\x6d\x7d\x5a\x82\xe8\x88\x1f\xb3\x1d\x18\xc3\xb5\x38\x2c\x2b\x23\x14\x5e\x68\x7b\xad\x6a\xdb\x59\xde\x87\xc1\xfa\x9b\xcc\x80\x53\xc2\x90\x24\x71\xec\xe1\x7d\xbb\x5a\x7e\x30\x8b\x71\x5c\x6f\x0f\xb9\x06\x1e\xb4\xf5\x85\xf6\xd3\x7b\xd2\x10\xfa\xd3\xa8\x40\xfc\x69\x00\x0f\x34\x97\x20\xe4\x4b\xe4\x2a\x2c\x8b\x3c\x74\x73\x36\x76\x63\xb6\x94\xef\xb7\x4b\xaa\x2a\x6c\xf7\x92\xed\xd5\x60\x4d\x80\xca\x8f\x4f\x81\xf0\xdd\x5e\xbd\x9c\x41\x8c\x3b\x35\x80\x99\x99\x05\x3d\x33\xd8\x7c\xed\xcf\x3c\x03\x0c\xd1\x3d\x47\x4f\xee\x78\x83\x6a\xdb\x3a\x68\x66\xc8\xc3\x51\xcd\x9f\xc9\xfa\x97\x96\x81\x03\x0a\xa3\xa5\xaf\xb0\xc6\x74\x2b\x9a\xbf\x49\x2b\x54\x42\x11\xbd\x58\x89\x4d\x51\xc9\xaa\x48\x41\xf2\x74\x42\x58\x0c\x96\x13\xa2\x06\xd6\xa7\x07\xf8\x78\x85\xb1\xcd\x23\xd5\xe5\x12\xc5\x1b\xcc\x2e\xb5\x5f\xac\x46\x66\xa1\x20\x06\x50\xc7\x46\x2b\xe2\xc4\xa1\xfe\x86\xb4\x1d\x43\x6b\x0e\x96\x90\xab\xa9\xaf\xc3\x70\x12\xd1\x83\xe0\x9f\x5d\xc0\xb3\xa1\x3e\x17\x29\x80\x90\x9b\xbe\x0e\xe4\x6c\x59\x97\x70\x6c\x35\x68\x36\x9d\xe6\x45\x24\x56\xd1\xa1\xc1\xb6\xb6\x95\xa7\x23\x2c\x55\xf1\xcc\xe1\x2d\x78\xb9\xd1\x1c\x7e\xef\x8b\x2e\x9c\x51\x50\x46\x09\x0a\xca\x30\x74\x47\x64\x9f\x04\x4c\x01\x16\xaf\x9a\x53\x4d\x90\x4e\x44\xcc\x77\x07\x0f\x79\x02\x5a\xef\x0a\x63\x53\x44\x3b\x0c\x21\x74\xa7\xa9\xa0\xdc\xaf\x01\x1d\xed\x3a\xb5\x8e\x5b\x01\x6d\xd2\x18\xc2\xfc\xa4\x3f\xb7\x2c\xf7\xe8\xd2\xfb\x70\x3d\x8c\x5a\xd5\x35\xb0\x79\x8a\x44\xee\x55\x03\x38\x2c\x26\x0d\x80\xe1\x4c\x8d\x03\x1d\xe3\xc0\x80\xe4\xb0\x35\x98\x38\xc1\x7a\x00\xa3\x81\x4b\x37\xb8\xb4\x91\x06\xc6\x34\xad\xd7\xd2\xca\xf2\x71\x69\x62\x35\xb8\x34\x57\x29\xe5\x0b\xb6\x04\xee\xcb\xb9\x27\x99\x05\xd3\x25\x44\x7a\x39\xa2\x35\xc2\x6c\x2d\xdf\x9f\x45\x73\x7a\x63\x92\x30\x7b\x15\xbd\xe9\xaa\x01\xc4\xa4\x01\xa0\x11\xa9\x00\x84\x6e\xc9\x76\xa3\xb6\xdb\x4f\x1e\xc2\x5a\xa6\x01\x80\x98\x85\x5c\x91\xfc\x51\xe7\x57\x18\x2e\x3a\x1e\x81\x4e\xd9\x6e\xa9\xad\x6a\xb8\xb4\x96\x13\x0b\x2d\x95\x62\x6b\x8d\x46\x93\xb4\xb6\x01\x6c\xd0\x01\xb0\xd4\x41\xab\x9a\xb1\x3a\x2c\xec\x91\x98\x97\xda\x26\x96\xf7\xe1\xb5\x11\x21\xcd\xac\xf4\x45\x97\x3f\x02\xea\x49\x2e\x0b\x50\x3a\x46\xdc\xba\x8c\xb8\xfd\x72\x8d\xcd\x17\x69\x55\x78\xc9\x8b\xb9\xfe\x11\xaa\xd1\xbe\xf6\x14\x6d\x54\x8a\xb9\xa5\xd5\x18\xb6\xcb\x28\x84\xe3\x95\x2d\xea\x63\x66\x16\x53\x69\xa4\x75\xe0\x61\x0c\x70\x70\xe9\x8a\xbf\x3b\x93\x52\xd2\x87\x49\x3d\x3c\x00\x58\x6a\xa0\xac\x4e\x5d\xa6\x81\xe1\x8e\x15\xb0\xeb\x0f\x7b\x83\x55\x6d\x50\xe3\x6a\xec\x81\xcd\x8a\x81\x98\x88\x64\x6a\xd7\xc0\x89\x0c\x58\x8c\x4a\xee\x09\x3b\xec\x7a\x35\x24\xbe\x68\xcc\x27\xed\x62\xb1\xf3\x70\xae\xf3\x68\xbe\x67\xbb\x26\xf0\xf6\xe5\x28\x30\x1e\x20\xc2\x36\x62\xda\xf0\x82\x7c\xff\xcb\x93\xa0\x76\x1f\xff\xfe\x93\x93\x1e\xa9\xdb\x9d\xe6\xb8\x75\xfc\xfb\x8f\x4f\x7a\xd1\x09\xeb\xea\xb9\x81\xfc\x29\x9b\xda\xa0\xaa\x16\x06\x55\xa7\xc0\x57\xaa\xf6\x69\xc7\xad\x7b\x68\x53\x07\x61\x07\x13\xbd\x68\xba\xf0\x23\x3a\xd3\x26\xa3\x5f\xf9\x7c\xf3\x8d\x5f\x45\x35\x23\x67\xbb\xa8\x6c\x52\xf1\x83\x5d\xae\x0f\xe7\x64\xe2\x1e\x1e\xfe\x60\xf5\x56\x74\xe6\x52\x88\x2a\x50\x2d\xfb\x03\x8e\x17\x66\xef\x14\x71\xee\x30\x6c\x95\xc7\xe2\x17\xfc\xeb\x33\x9a\x15\x63\x82\x5a\xf9\x41\xf7\xe3\x86\x9e\x95\xed\x45\xa4\x96\x4b\x13\xa6\x6c\x15\xa5\x44\xf4\x23\x1b\x1d\x29\x97\xc8\x70\x22\x10\xb0\x8f\xa3\x63\xae\xda\x84\x10\x81\x21\xf7\x39\xa3\x25\x06\x10\x6b\xcc\x00\x4c\x34\x29\x24\x56\xed\x91\x58\x21\xa3\xf8\xe7\x21\x88\xc7\xfe\x43\x74\x48\x3f\xbf\x15\x63\xd0\x3f\x98\x6b\xe6\xa0\x20\x3c\x40\xad\xa1\xf6\x6f\x48\x4b\xef\xd9\x32\x9a\x0a\xf6\xe7\xc8\x49\x7e\x01\x75\x44\xa2\x5e\xba\x8b\x8a\x4b\x59\x81\x58\x1a\x44\xb1\x49\x77\xad\xee\x82\x81\x44\xf5\x85\xf1\x43\x6f\x55\x36\x53\xaa\x60\x52\xf5\x59\xdd\xf0\x19\x20\x1d\x0c\x59\xef\xd8\x74\xe7\x99\xba\xdb\x6b\x02\x39\xe5\x9c\x0a\x40\x67\x6b\xd3\xcc\x45\x8e\x43\x43\x73\xc2\xf6\x74\xe7\xe1\x53\xd0\x2a\x60\xf0\xe6\x0d\x94\xe8\xcd\xaa\x29\xd6\x74\xdb\x40\x3a\x2e\xdd\x8f\xba\x34\x39\xb0\x41\xaf\x3e\x22\x42\x75\x6e\x17\x1d\x60\x0d\xaf\xd7\x3b\xfb\x4f\xf4\x64\x23\x59\x67\xd4\x20\xf3\xa7\x41\x17\xa0\x3b\x88\xea\x13\x73\x45\x49\x60\x61\xb0\xf0\x68\x39\xa0\xce\x55\x2c\xbe\xbb\x32\xd3\x99\x78\x16\x2f\x47\xeb\x33\x33\xe8\x28\x3b\xe5\xf2\x70\xcf\x7b\x11\x3e\x8f\xca\x4e\x84\xf5\x30\x78\xca\x7c\xb8\x20\x12\x26\x16\x2d\x92\xcb\x10\x12\x2e\x92\x32\x86\x98\xb3\xe2\x28\x90\x98\x5f\x53\xf0\x92\x88\x75\xe0\xa1\xa3\x14\x18\xba\x34\x2f\x26\x83\x1e\xd0\x12\x9e\xde\x8d\x76\x4f\x88\xce\x14\xfa\x33\xff\x2f\x93\x08\x56\xf2\xd5\x9a\x53\x70\x2a\x79\x21\x84\xdf\x18\xbf\x33\xac\x4f\x99\x52\xba\xa9\x59\x71\x21\x1c\x3a\x68\xc3\x96\x40\x18\x0f\x6f\xef\x04\x4f\xae\x49\xba\x99\xad\x8b\xfe\xd4\x7c\x3a\xa0\xe0\x81\xa0\xfd\xb1\x87\x28\x7d\x91\xbe\xd7\x9d\xbf\xaa\xed\x8d\x5c\x1f\xb6\x25\xde\xff\x7d\xf9\x5a\xdc\x4e\xc6\x18\x28\x54\x25\xd2\x3a\xe6\xa9\xa1\x7c\x62\xbb\xf3\xa2\x8a\xc6\x7a\xe7\x7f\x7b\x0f\x33\xa2\xaa\x46\x54\x54\x85\x0d\x17\xed\x71\xf5\x12\xea\x63\x40\xcf\x27\x0e\xf1\xce\xf8\xcb\x59\x38\x71\x1a\x00\xf4\x7d\x10\x37\x6a\x6e\xd8\x1b\x0f\xe8\xca\x94\xcc\x97\x23\x59\xd5\x7d\x26\xd4\xcf\xc9\xea\x89\x57\x67\xcf\xaf\x74\x97\x1a\x92\xf8\x88\x80\xc3\x39\x62\xf0\xaf\x99\x1b\x0a\x48\x9c\xe1\xdf\x37\x83\x64\x29\x9d\x4b\x88\xa6\x9f\xf6\x17\x0d\xde\x0d\x04\xef\x23\x6a\xf0\x23\x64\xe0\x45\x21\x7e\xbf\xa0\x1f\x78\xf2\x7f\x50\x28\x8b\x08\xf1\xc9\x95\xa7\x83\xad\x6d\xad\x78\xd3\x7f\x9b\xa5\x00\x60\xa7\x51\x45\x15\xef\x66\x7f\x8a\xc6\x02\x45\x67\xe9\x6f\x4b\xda\xc4\x4b\x87\x52\xf8\x89\x2e\x94\x3e\x86\xed\xea\xa0\xe2\xe2\x62\x77\x21\xd1\xe1\x5f\x41\x88\xf8\x99\xdd\xbd\x47\x6f\xa0\x09\x20\xbb\xc6\xec\x6e\x6c\xb9\x65\xc2\x2a\xac\xda\x84\x61\x7d\x3c\xa2\x8c\x87\xc5\x94\xb0\x24\x1b\xee\xad\xc9\x39\x29\x14\xfe\x0b\x1b\x83\xe6\x45\x46\x78\x93\xfb\x1a\x38\x46\xa7\x32\x05\xf7\xf0\x47\x23\x32\xcb\xc0\x0b\xca\x35\x5c\x6e\xec\x10\x29\x42\xde\x65\xb4\x27\xd6\x39\xf6\x4b\xd2\x77\xb4\xe0\x70\x2d\xcc\xef\x04\x1b\x9e\x1c\xb2\xb1\x6a\x3a\x2b\x13\x4a\xda\xf3\xfb\x11\x8f\xc8\xe2\x79\xa6\x4d\xec\x60\xc4\x08\x58\x26\x6a\x8d\x29\xf4\x8b\xdf\x79\xe1\xdf\xbd\x1d\x0e\xd8\xf1\xe0\xe0\xdb\x85\x53\x18\xd5\x1c\xeb\x83\x93\xe3\xf0\x96\xef\xac\xdc\x6a\x6f\x8c\x72\xc4\x53\xcc\xee\xe4\x37\x5f\x53\xb4\xa4\x4a\xc7\x20\x9b\x34\x5f\xce\x91\xd7\x82\xa6\xcd\x5b\x84\x53\x0d\x05\x93\x13\x32\x75\x62\x7b\x9c\x68\x81\xfb\x8d\x54\x27\xe3\x78\xac\x05\x9e\x2d\x9f\x2b\x1e\x12\xf9\x4f\x31\x80\xdd\x6c\x07\x3a\x62\x23\x5b\x82\x1a\x25\x9a\x0d\xdd\x2e\xc1\xc4\xa4\x6e\x00\xb3\xc9\x3c\xb8\x1b\x3c\xdd\xe5\x4e\x62\xeb\x1b\x3d\xec\x29\x27\x90\x76\x53\xbd\x2c\x87\x84\xa0\xc9\x16\xe8\x65\x7f\x90\x19\x18\xf4\x81\x33\xd7\x48\xb0\x10\x5b\xe3\x81\x1e\xf1\x30\x68\x05\xc9\xd2\xbc\x11\xa5\x1b\xcd\x5f\x1c\x2f\xfe\xb4\x3f\x21\xee\x58\xb2\xf6\x72\x04\xbf\xb9\x6f\xf5\xe6\xfc\x21\x63\x18\xd8\x88\x6d\x48\xe0\x99\xd6\x55\x8d\x62\x53\x39\x0f\xa5\x77\x03\x20\xaa\x9d\x6b\x09\x3e\x0e\x51\x64\x92\xe0\x25\x8b\xd1\x54\x5b\x87\x15\x25\xb5\x89\xcd\xb5\xcd\x8d\x60\x73\x55\x0c\x58\xb1\xb1\x88\x0a\x91\x68\x3f\x9b\xd2\xb0\x7d\x06\xf8\x6b\xff\x90\x9d\xa7\xb4\x02\x44\x20\xf5\x1c\x01\xcf\x98\xa9\xf1\x3e\xfa\x20\xe4\xfa\xc4\xc1\x9d\x50\x18\x31\x9b\x37\x09\x6c\x2a\x8e\xb4\xec\x14\xab\xc9\x94\x90\x6d\xcf\xe6\x67\x3d\x5b\x63\x9e\xe8\x44\xa3\x3c\x49\xec\x44\x33\x26\x67\x63\x0c\x32\x19\xa8\xcc\xef\x3a\x1b\x86\x34\x86\xb2\xe9\x30\xc8\xd3\x66\x9b\xda\x53\xa4\xee\xcd\x4d\xb1\x27\x19\xbd\x28\x1f\x8c\xc0\x7f\x1f\x0e\x0f\x7f\x58\x2c\x92\x4b\xc9\x3f\x58\x55\xd9\x8b\xe2\x53\xd7\x42\x8a\x9e\x3c\x3b\xa2\xc4\x96\xa3\x1d\x01\x46\x45\x43\x7c\x4b\xc5\x18\x96\x1b\x6b\x23\x31\xbc\xb0\x1e\x17\xef\xc0\x54\x83\x05\x36\x42\x22\xe2\x90\xc2\x92\x91\xbe\xb5\xbb\x8b\xd7\x53\xf4\x9a\xcd\xe2\x99\x0c\x2d\x33\xe8\x2b\x5c\x92\x4b\x6c\xe6\x0c\x22\x42\xb0\x51\x10\x11\x16\x8f\x1a\x63\xea\xd4\x29\xba\x95\x9c\xcc\xc4\x74\xf8\x00\x63\x58\xce\x5c\x33\x86\x89\x78\x78\x6d\x5a\x4f\xbd\xc2\x6c\x15\xec\x3b\xe5\xce\xd4\x48\x5b\x14\x3a\xd3\x3a\x49\x4c\x29\x1e\x45\x97\x39\xe3\x9c\x72\xb2\xff\x01\xff\xa3\xbf\xfa\xce\xd8\xa5\x02\x26\xba\x30\xef\x28\x5b\x58\x8c\xc0\x26\x04\x8f\x1f\x4b\xd0\xe1\xc9\x57\x2b\x30\xc8\x11\x28\x19\xa5\xda\xe0\x2c\x92\x66\x28\x52\xb8\xd8\x54\xc4\x3c\x40\x22\x44\x29\x29\x95\x44\x75\x8c\xdd\x47\x3d\x0f\x68\xb0\x44\xbd\x8f\x81\x18\x45\xce\x60\xec\x5d\x76\xe9\x80\x53\xf5\xf0\x6e\xf6\xa0\x3a\xab\xed\xc7\x8f\x59\x16\x95\xc4\x9a\x04\x6c\x26\x81\xa5\x0f\x22\x49\xf2\x77\x92\x23\xcd\x52\x8e\x75\xd7\x4d\xaa\x6b\x02\x21\x80\x72\x9d\x8b\x56\xab\xec\xf2\xe8\xc0\x02\x46\xbc\x79\x0f\x85\x1e\xda\x29\xa8\x1b\x50\x8e\x5b\xf3\xa4\xeb\x39\x50\xd6\x18\xea\x88\x95\x33\xb3\x0b\x0a\x62\x94\xf6\x9d\xf2\x80\x4b\x49\x10\x88\x98\x5a\xdc\x34\xe0\x06\x43\xa8\x8c\x2a\xb4\x77\xb1\xb9\x5c\x7f\xbd\x06\xeb\x2f\xfb\x3c\x3a\x27\x55\x96\x36\x29\x8e\x60\x32\x80\xe4\x72\xc3\x37\xf0\x29\x09\x83\x97\xd8\x0b\x76\xee\xe3\xec\x77\x43\x8e\x67\x9d\x71\x4a\x25\x8b\x8b\xad\xda\x10\xa6\x9d\x1c\xb4\x45\x9a\x43\x35\x56\x84\xb9\x3e\x4b\x52\x54\xf6\xdb\x56\xc1\xae\xd6\xf2\x4e\xb9\x2f\x5c\xa2\x5c\xbe\x84\x21\x0f\x23\x8a\x53\xc6\xa2\x67\x69\xfb\x59\x3c\x64\x93\x7b\x6a\x7c\x62\x1b\xca\xb4\x99\xc0\x25\xdb\xe8\x8a\x59\xbe\x7e\x29\xd1\x5e\x84\xd0\x4c\x98\x31\x56\x02\x42\xf8\xc2\x87\xfa\xda\xc7\xa9\xed\xbc\x6c\x24\xc7\xa3\x2e\x35\x72\xcd\xb8\x3a\xb2\x91\xb6\x3e\x85\x29\x28\xb0\x21\xd7\x3d\xa5\x43\xb7\xff\xc3\xee\xb7\xba\x13\xf7\xfc\xcd\xd9\x10\x60\xd0\xa9\x45\x60\x30\xbf\x72\x1c\x06\x54\x28\xa7\x60\xa4\xbd\x4d\x1d\x10\x5f\x1c\xa2\x34\x4b\x72\x71\x48\x17\xc9\xb5\x12\xdd\x00\xa3\x21\x7d\xd6\x72\x7d\x02\xdd\x91\x3f\xeb\x72\x8f\x8e\x28\x88\x5f\xee\xd1\x2d\xe7\x8b\xa7\x91\x42\x17\xc3\x71\x74\x1f\xdd\x68\xbf\x58\x8c\x8f\x00\x17\x4f\xc8\x23\x65\x36\xe3\x0d\x80\xc4\x82\x22\x23\xe4\x4e\x92\x41\x65\x8c\x89\x82\x78\x62\xff\x88\x11\x16\xf9\x52\x8e\x48\x9b\x44\x01\x53\x02\x63\x0b\xbf\x84\xc0\x11\x40\x4a\xc1\x28\x60\xbc\xe1\xd8\xe3\xd7\x1b\x5a\xe4\xd2\xb9\x57\x98\xcf\xe4\xce\x28\x06\x1d\xa3\x2b\xbc\xd1\xda\x99\xa4\x34\x35\x1b\xfe\xd6\x2a\x23\x8b\x25\x33\x0c\x3b\x68\x6e\xab\x1b\xf2\xba\x5d\xd6\xfc\xcd\xf9\x02\x9f\x01\x7c\x20\x0d\xd9\x9f\xeb\x8e\xcf\x00\x86\x4c\x8f\x2a\xa7\xa6\xea\x31\x65\x6a\x2c\x57\xab\xe6\x31\x33\x70\x64\xee\x5a\xdc\x49\x6f\x45\xaa\xd0\xbc\x44\xba\x90\xa4\xcf\x89\x4a\x72\xcd\xdf\x62\x71\xe3\xa8\x26\x74\xa4\xae\x79\x7b\x47\xa8\xc3\x5f\xf1\xf6\xd8\xdf\xac\xbf\xe2\x3e\x83\x7f\x9c\x72\xd1\xfe\xf1\x6f\x5a\x0d\x6d\x5e\xf0\x9b\xf7\x91\xc9\x9f\xdd\xd5\x57\xd0\xfe\xde\x18\xd5\x91\x32\x28\x27\xf3\xc0\x5e\xac\xa2\x6d\x10\x26\x37\x7d\x07\x2f\x56\x73\x5a\x03\x3d\x26\x12\xca\x23\xb8\x35\x15\xba\xbd\xfb\xb0\x3f\xfd\x99\xeb\xed\x7b\x87\xfe\x74\xa3\xf3\x6c\xb5\x3d\xbd\x17\xd6\x2d\xe2\x39\xa8\xe6\xfe\x42\xfe\xbc\xe9\xa7\xdd\xc5\x0d\x39\x00\xd3\x8d\x10\x88\x12\x5b\xd3\x95\x75\x54\xf4\x3c\x0e\x0d\xe2\x9c\xda\xda\xb5\x6f\x06\x1b\x69\xea\xc5\x14\x2e\x0c\xc9\x30\xe8\x0a\x6a\xbb\xb5\xec\x17\xfc\xaf\xf5\x9d\x6b\x7d\x6b\x0f\xd6\x4b\xf9\xaa\xf5\xad\x4e\xf4\x9d\x00\xe7\x39\xfe\x77\xb7\x6e\x15\x30\x82\x47\xea\x62\x94\x83\xc5\xf1\x24\x98\xc0\x33\x6f\x55\xa5\xa5\x30\x65\x78\x9f\x45\x74\x9c\xd5\x23\xa4\xcf\x55\x1b\x95\x6d\xbb\xd8\x97\xec\x83\x49\xbf\x07\xb4\xff\x43\xae\x05\x42\x3a\xd3\x3f\xe6\x03\x91\x6e\xc3\x2e\xd4\x08\x9c\x72\x8f\x31\x58\xf9\x72\xd1\x18\x41\xbd\x5c\x04\x9c\xa7\xf4\xaf\x52\x64\x7e\xc1\xff\x5a\x8c\x22\x0c\xf3\x49\xc2\x72\x44\x75\x31\x1b\xe2\xcc\x82\x15\xb2\xf0\x5e\x87\x1a\x27\xc6\x53\xba\x7a\x38\xe8\x9a\xb2\x44\x5e\xc2\x0b\x9a\x23\x7d\x91\xad\x5d\xf6\x06\x50\x59\xa4\x6b\xd4\xb2\xac\x1c\x40\xf9\xf8\x62\x12\x2e\xb6\xf1\xf1\x7a\x04\xd3\x5a\xaa\xde\x19\x7f\x8e\xa1\xcc\x1c\x96\x13\x4d\x30\x18\x86\x9c\x37\xe7\xc3\x8b\xe0\xc9\xf6\xcd\x95\x08\x6d\xcb\xd1\x6e\xda\x2f\xd7\x24\x44\x5b\xf2\xd6\x4d\x31\x0c\x10\xa4\xd6\xce\x32\x86\x1c\xc5\xe2\xd8\x7b\x77\xf3\xcb\xa3\xbb\xc1\xd9\xdc\x78\x12\xa6\x65\x50\x09\xd5\x74\xb6\x20\xb3\x27\x75\x93\x14\xc3\xe3\xd2\x7b\x45\xe2\x21\x36\x6a\x0c\xd3\xa6\xeb\x86\x7c\x01\x82\x65\x5f\xb4\x98\x73\xa2\x1c\xa3\xf1\x7f\x4b\xf0\x0f\xb2\x1d\xff\xba\x8a\x62\x07\x11\xf4\x2f\xf3\xb5\x7c\x2a\x10\xaf\xd6\x1f\x81\x35\x51\xae\x6c\x9b\xaa\x60\x39\xa5\xd9\x46\xb1\xa6\x6a\x63\xc2\xbb\xb2\x6b\x0d\xba\x50\xd9\xea\x07\x42\x97\x2a\xd2\xa4\xb6\x9e\x38\x35\xa6\xcc\x84\x3b\x5f\x6e\x2a\x92\xfc\x44\xdd\x02\x02\x28\xbb\x60\xb2\x35\x53\xa6\x37\x76\x76\x38\xd8\x21\x90\x2d\x79\x93\xd3\x34\x8a\xbd\x76\x74\xc4\xb4\x8e\xd1\x6c\x1c\x84\x14\x2b\x37\x95\x14\x45\xcb\xe8\x6a\x02\x05\xaa\x77\x1b\x17\x60\x0b\x48\x9a\xf4\x9d\x89\xa0\x71\x0b\xf3\x57\x1f\x4e\x75\x56\xa6\x22\x0b\x9b\x82\x07\x14\x96\xa9\xa5\x58\xec\x3b\x2c\xad\x71\x53\x6c\xf5\x91\x7f\xf3\x76\xb0\x77\x78\x54\x6b\xbf\x34\x5b\xc3\xdd\x4d\xe1\x3a\x5a\xaf\x52\x04\x76\x8a\x83\x4d\xf9\xf5\x0a\x32\x9f\x01\x3b\xb1\x98\x87\xe0\x5f\xec\x65\x41\xb6\xa2\x44\xb8\x94\x8b\x1e\xbd\xc6\x40\x21\x78\xe1\x51\x34\x43\xc8\xf9\x0a\xba\x24\x1c\x9d\x18\x47\xc2\x6f\x60\x13\x25\x52\x95\x17\xd7\x34\xe4\xd1\x15\x94\x71\x40\x2e\x26\x3f\x6c\xce\xb6\xa7\xd7\xdb\x8f\x26\x35\x3f\x79\xe7\x50\x7e\x99\x3a\x14\x8e\x1a\xe7\x71\xa0\x04\x37\x3b\x85\x97\x19\x8d\x6b\x5b\xb1\x41\xbc\xb3\x9b\x4f\x4c\xaa\xc0\x37\x33\xf8\x58\x47\x83\xca\xe9\xfe\xe4\x58\x93\x72\xba\x4a\x94\xb6\x68\x49\x06\x7a\xd8\xa0\x28\x46\x76\xe3\xa2\x42\x72\x10\xe6\x11\x50\xf9\x1d\xa2\x3a\x6d\x2f\xb1\x37\x56\x2d\xfd\x26\x75\x92\x1c\x89\x9f\x10\x80\xf4\x8d\x06\x0d\x34\x9c\x3f\x45\xe2\x16\x73\x07\xc9\xb5\x67\xf0\x88\x94\xe6\x14\x63\x8a\x31\x11\x95\xa0\x23\x31\x8e\xe8\xdd\x8f\xe8\x9d\x8f\x58\x1f\x78\x25\x2e\xe2\xf6\x54\x97\xe3\x48\x16\x49\xea\x26\x71\xf8\xd8\xfd\x5c\xf3\x06\xae\xae\x1d\x19\x9b\xba\x1b\x6f\xf6\xc9\xca\x63\x9a\x9e\xe4\x56\x43\xaf\x9c\xe9\x90\xb5\xbe\x94\xaf\xef\xa8\xc4\xd4\x88\x48\x28\x0a\x8f\x4c\x47\x81\x28\x97\x5c\x14\xd4\x98\xf4\x45\xb4\x32\x8b\x6f\x23\x21\x97\x8f\x8b\x24\xf9\x01\x90\x98\x2d\xd5\x72\x9f\xf5\xa5\x4b\xb4\xff\x4c\xbe\x5c\x43\x70\x95\x90\xe0\xdf\xc3\x21\x55\xed\x61\xf7\xb4\x9d\x8e\x2f\x33\x37\x90\xc6\x94\xbe\x2c\x8a\xe9\x26\x80\x8e\x11\x19\x89\xa0\x8f\x83\x04\x39\x03\x6d\x24\xb8\x8a\xa2\x06\x99\x6d\x63\x70\x55\xa8\x91\x62\x1e\xa9\x30\x72\x1c\xdd\x16\xfd\x31\xf4\xff\xd1\x78\xf7\x85\x99\x56\xcd\x12\x70\x9c\x18\x70\x2b\x58\x75\xf8\x1b\x64\xa1\xbc\x65\xd6\xec\x8b\xa8\x14\x55\x0c\x45\xc5\xee\x38\x89\x66\x4a\xf6\x23\xb4\xfa\x70\xb6\x18\x95\xd4\xc6\xbf\x79\x87\x13\xc9\x62\x00\x32\xed\x1d\x3c\xe1\xa9\x1b\x07\x77\xde\x19\xbb\x1f\x15\x5f\xb9\xbf\x9d\xaa\x1b\x93\x62\x2c\x96\x26\x5d\xcc\x5a\x20\xa6\x10\xa2\x04\xf2\x78\x4b\x93\xae\xf9\x81\x02\x86\xb7\x1d\xaf\x2d\xe3\x25\xe1\xad\xc5\xd6\xee\x24\x06\x7d\x02\x89\xdb\x9e\xe6\x2f\xa4\xb5\xf0\xed\x6e\xeb\x9b\x3f\x9e\xf8\xce\xd2\xc9\x3e\x38\x0a\xf4\xe8\xc7\x51\xfe\x83\x87\x8b\xe6\x18\xfd\x3e\x8a\xe4\x38\xa7\x57\x80\xb4\x5d\xce\xe0\xdb\x5c\x25\x71\xc7\x36\x6d\xaa\x71\xd8\xf8\x65\x5b\x63\xfe\xd1\x3b\x73\x9c\x3c\xc9\xbc\x85\x8f\x77\x42\xc8\x07\xc2\x11\xa7\x29\xa6\xc2\xde\xbd\xaa\x1d\x6d\x74\xd7\x8b\xba\x4a\xdd\x3e\xca\x2e\x0d\x0d\x38\x20\x53\x8f\x64\x83\x9d\xc7\x9d\x87\x6b\xdc\xff\x3b\x60\x95\x63\x87\xae\x45\xee\x48\x1d\x89\xa8\x5e\x5f\x09\xae\x3e\x46\x4d\xf3\x9b\xba\x37\x64\xf1\x5a\xbe\xab\x39\x4d\xbd\x8c\x21\x88\xca\xa5\xc2\x32\x30\x7b\x5a\xf3\x3a\xf3\xa4\x4e\x63\xd6\x7f\x7b\x8e\xb3\x92\x82\x48\xd0\x7e\x70\x45\xbb\xb4\xc4\x85\xb4\x7e\x43\x72\x4b\x24\x3a\x56\x1e\x20\x71\x67\xb1\x37\x32\x05\xca\xab\xb8\x78\x5d\xa8\xbb\xfc\x36\x18\x9f\xe8\x05\xc6\x86\x71\x4f\x39\x15\x12\xe5\x15\xce\xa2\xa8\x52\x28\xf6\x68\xa5\xdf\x2d\x8e\xf4\xe8\x48\x99\x98\xe4\x89\x1e\x6d\x60\x22\xc3\xed\x53\x79\xd1\xeb\x71\x07\x6f\x4a\xcd\xb6\x0e\x6f\x22\x11\x53\xf9\xe8\x59\xee\xc6\xeb\x68\x74\xc6\x90\x5d\x51\xa6\x6f\x34\xef\xc8\xf6\xc0\xd0\xef\x08\x92\xa4\x3b\x8a\xeb\x90\x6d\x4c\x52\x82\x74\xba\xb4\xc1\xe9\x5a\xb4\x24\xc2\xd7\x51\x83\xf5\xbb\xad\xc3\x49\x95\x1c\x65\x93\xae\xcd\xe3\x34\xc2\xe8\x19\x92\x30\x64\x3b\x2e\xcf\xa2\xad\x97\x1a\x94\x76\xc8\xe5\xcb\x0f\x73\xe0\x09\x05\x91\x76\xfa\x39\x08\x1c\xa9\x23\xa3\xcb\x88\x32\x7e\x8e\x7f\x49\x80\xa8\x18\x31\x19\x34\xb5\x98\x90\x2c\x04\x58\xa5\x8d\x21\xd0\xb8\x35\xcb\x20\x75\xa2\x16\x52\x8e\x34\x9c\x77\x63\xb1\x3b\x7a\x49\xec\x21\x48\x90\x94\xf9\x43\xfb\xee\x3b\xeb\x67\xbb\xf3\x4f\x79\xf7\x8b\x47\x50\xe5\xbe\xf5\x67\x2f\x1b\x54\x4d\x27\x68\xd4\x3a\xa7\x4e\x22\x0e\x72\x9e\x76\x19\x73\xee\xa3\x60\xfe\x8d\xbf\x3f\xf3\xd3\x7e\xf3\xbf\x9c\xf8\xe3\x1f\xe8\xca\x06\x0f\xe1\xc7\x0f\xcf\x9c\x39\xf3\x21\x6a\x5f\x1f\xd6\xab\x25\xbb\x8c\x1f\x8b\x32\x26\xb6\x5f\x4b\xf2\x06\x18\xd3\xfb\xd2\x4a\xca\xd7\x80\xb4\xd2\x60\x2f\xb2\x9f\xf9\xd1\x13\x33\x2d\xa8\x29\xf3\x20\xf2\x39\xbc\x55\x86\x1e\xb3\x36\x79\x76\xa1\x6a\xab\xe4\x08\xf1\xe5\xf1\x80\x99\x9e\x0a\xb3\x18\xc9\x4d\xa1\xd8\x4a\x33\x90\x03\x7d\xb1\xed\x6f\x09\xc3\xd0\x11\x9b\x71\x10\x0e\x87\xe2\x40\x28\xb9\x5a\x11\x5a\x05\x4f\xdb\xfa\xfa\x2c\x5e\x29\x26\x91\x12\x2f\xe8\x4f\x05\x4b\x37\x3b\x0f\x76\x60\xbd\x0c\xd2\x8d\x24\x9a\x16\x13\xd3\x5a\xc6\xda\xa0\x7b\x23\x6e\xb9\x34\x42\x6f\x26\x10\x5a\x64\x5d\xb0\x44\x6d\x0d\xae\x1e\xd9\xd4\x5c\x9d\x52\x02\xa3\xe9\x66\x84\x42\x5d\xb2\xaa\x05\x51\xa6\x58\xce\x0c\x75\xab\x38\x45\xe5\x46\x38\x63\x52\xb6\xb3\x75\x15\x36\xa9\x04\xf2\x73\x22\x74\xba\x6f\x96\x00\x37\xbd\xa5\xe9\x85\xe6\xa3\x0c\xf1\x6b\x25\x29\x08\xc8\xc6\x19\x87\x81\x1b\x4d\xbc\x44\x72\x8e\x41\x72\x4a\xeb\xac\x64\x71\xa4\xcc\xbf\xf1\x42\xfd\x02\xd3\xdc\x2b\x53\x46\x10\xa9\x61\xe1\xac\x64\x2f\xe4\xf4\x61\xb4\x76\x20\xcf\x18\xcb\x17\x41\x3b\x9e\x6b\x3a\xd4\x49\x96\x19\xcf\xbe\x11\x27\x1b\x5a\xf2\x21\xb2\x91\x2a\x0e\x08\x64\xaf\x0e\x7a\x29\x2d\x22\x90\xab\x0e\x8e\x90\x37\x38\xda\x59\x31\x4f\x4c\x96\x27\x21\xcf\x06\xeb\x8b\x0a\x62\x12\x6c\x4e\xed\xc8\xcd\xc2\x08\x32\xf8\xb0\x84\x74\x4e\xbf\x73\x25\x5a\x1a\xe7\x5a\x89\x04\x39\x9e\xc0\x2a\x1c\x3d\x7a\xf3\x02\x4c\x27\x82\x60\x6e\x8f\x93\x12\x48\x3a\x82\x58\x59\xf4\xd5\xa8\xf8\xa9\x1d\xca\x97\xf1\x05\xc1\xee\x9d\xbd\xee\xe8\x55\x13\x45\x95\x92\x3b\x62\x66\xd4\xe1\x97\x6c\x54\x02\x18\x73\x4a\x21\xac\xca\x32\x94\x0a\x1a\x82\x49\xb4\x8b\x01\xe5\x9f\x1b\xe3\x97\xb1\xba\x8b\x7b\x9d\xad\x86\xd2\x02\xa6\x30\x03\xe3\xd2\x3a\xf3\x59\x4c\x0d\x76\x65\xca\x34\xd6\x71\xd2\x18\x0c\x7f\x60\xfa\x86\x19\x4b\x1e\x77\x9e\x6f\xf8\xd3\x0d\xbf\x79\x3f\x82\x26\xba\xfd\x16\x4e\x09\xdf\x7f\xa0\xbc\xf4\x58\x87\xf3\x8a\x52\x70\xb3\x39\xa6\xa8\xd9\xcd\x0c\x68\x48\x9b\x52\x34\x0f\x4d\x9c\xd4\x46\x93\xe5\x44\x66\x1e\x4d\x96\x13\xd9\xa7\xef\x91\x34\x27\xd9\x54\x98\x34\x27\xb2\x48\xc9\x74\x38\x66\xd5\xf4\x7c\x38\xe9\x4b\x17\x4b\x8e\xf5\xce\xa5\xee\x91\x30\x2b\xac\x17\x7a\xf2\x95\x85\x2d\x96\x36\x2b\x66\x61\xea\x29\xa7\xa7\x75\xab\xad\x19\x89\xe1\x1a\xee\xfd\xa2\x33\x30\xd0\xd7\x5f\x75\xcf\x78\x98\x70\xa6\x5e\x2d\xd8\xd9\x76\x63\xa6\xb3\x76\x20\x8c\x8c\xca\x31\x20\x12\xd3\x49\xc0\xbe\x7b\xd2\xe8\xee\xdd\xe6\xaf\xec\x85\x96\x44\x6e\x12\x51\x47\x05\x14\x9c\x16\x7b\x1c\x86\x62\x79\x40\xf2\xc0\xed\x4b\xfc\x9a\x41\xbd\x21\xf7\x4c\x0e\xff\xa2\x6c\x39\x5e\x56\x44\x3d\x12\xf2\xda\x2f\x9f\x76\xd6\x9b\x06\x9c\x57\x29\x81\xc0\xc8\x4f\x0d\x35\x2f\xf8\x13\xcf\x82\x8d\xd5\xce\xda\xbc\x01\x51\x2f\x3b\x03\x0e\xe8\xbd\x04\x03\xf5\x31\x39\xc4\xda\x3c\x70\x6e\x81\xc1\x3e\x64\x39\xc6\x9e\x02\x9e\x35\xfb\xb3\x24\x58\x99\x03\x00\x41\x97\xa5\x7c\x6f\x46\x8e\x0d\x65\x1f\x54\x15\x8e\x53\x08\x63\x30\x73\x05\xf4\x86\x90\x6b\xc2\x29\x8d\x41\x70\xb6\x14\x0d\x21\xf8\x06\xa2\xd4\xda\x9d\xea\x36\x9e\xe1\xeb\x48\xf4\x89\x2e\x1c\x72\xa2\x46\x4e\x7e\xc5\x77\x0d\xd5\x9d\xc6\xbe\xf4\xbb\x8d\xaa\x94\x6f\xa2\xd2\xdf\x12\xe8\x8e\x1b\x9d\x5f\xba\x55\x30\xc5\x6a\x7e\x00\x14\x92\xe9\x89\xf6\xfa\x5b\xfd\xb1\x52\xb5\x55\xbd\xee\x9d\x59\xae\x1a\xab\x07\x48\xc3\x15\x6c\x3f\x7c\x88\x79\x7e\xd4\x57\x33\x26\x5b\x7d\xcb\xa3\xa2\x82\x4f\x7f\x61\x16\x5a\x63\x98\xad\x37\x93\x68\xbe\x7b\xfd\xcc\xc4\xf8\xf1\x62\x88\xb6\x78\x30\x68\x73\x9b\x12\x91\x73\x08\xaf\x1e\x07\xed\x4e\x7e\x6f\x20\xd8\x9d\x95\xfd\x69\x62\x20\x8c\x21\x82\x7e\xfd\x9d\x73\x3c\x06\x50\xef\xdb\xd7\x56\xfd\xab\xa3\x12\xae\xf8\x76\x13\xaa\x72\x1a\x88\x70\x2a\x46\xdd\xce\xc3\xe7\xed\x17\x48\x25\x3a\x5b\xf8\x7e\x6f\x70\xfd\x7e\x67\x63\xca\x0c\x46\x11\xf3\x86\x0a\x3e\xe2\x60\x14\xee\xc2\x1f\x05\x91\xe1\x82\x7f\x75\xa3\xb5\x7b\x13\x43\x89\x1a\xcf\xcc\x8e\x6a\xf9\x41\x79\xfe\xd1\x8c\xac\x0f\x4b\x49\x5a\x36\x63\x82\x23\x35\xd5\x9b\x76\x22\x75\xcd\x9b\x17\x8c\x31\xa8\x94\x23\x8a\x81\x64\xb0\xf0\xa4\xab\x9a\xe4\x5b\x7d\xd4\x24\x9b\x15\x41\xf5\x99\x1e\xf0\x93\x8f\xb1\xb5\xa5\x7b\x3e\x18\x1d\x38\xd7\x44\x4d\xed\xce\x2c\x90\x08\x5d\x88\xd2\x3a\xc9\x94\x14\x16\x0a\x84\xb4\xb3\x3f\x81\x76\xa9\xe4\x2e\xd3\xd1\x9e\xfa\xe6\x7b\xaf\x6d\x67\xd4\x51\xb9\x3d\x94\x5e\xe4\x5f\xbe\xd8\x86\x43\xa2\x73\x6c\xef\xed\x76\x36\xb7\x49\x2a\x93\x0d\x17\x5c\x9c\xc3\xfc\xd3\xd7\x96\x31\xfd\xd3\x95\x6d\x7f\xf5\x5c\x98\xd4\x5c\xa3\x20\x12\x0c\xa6\x7b\xc5\xac\xb2\x20\x66\xa6\x9f\x04\x8c\xcb\xe1\x63\xc4\xd9\x20\x62\x87\x89\x36\x92\x3e\x86\x84\x3f\x39\x00\x9c\x75\x55\x9f\x44\x16\xc2\x14\xa4\xce\x7b\x04\xc7\x80\x37\x6e\x14\x32\x64\x39\xfa\x50\x01\x8c\xe4\xe9\x89\x43\xc6\x98\x8d\x59\xc3\x8c\x1c\x03\x06\x83\xc9\x8c\x16\xcf\xb3\x72\x4f\x5b\x26\x85\xbf\x24\x5a\xd7\xf9\xbd\xcc\x76\x63\x06\xa0\xf8\x76\x8f\x86\xef\x64\x23\x01\xae\x06\x63\x97\xbb\x9a\xf4\x72\x98\xc6\xbd\xb9\x62\x45\xf7\x4c\x19\x77\x1a\xde\x35\xc3\x17\xc3\xba\x0b\xe7\x89\x44\x7e\xef\x56\x07\x4f\x86\x29\xf4\xd5\xe3\x52\x46\xfa\x7c\x2a\xd4\x49\x75\x63\x10\x63\xf8\x0e\xab\x51\x3d\x96\x6b\x88\xa1\xba\xe7\x0e\xe4\x79\x99\xc6\x64\x7b\x7b\xa5\xbd\xbc\x89\xae\xac\x27\x57\x83\xf3\x33\x9c\x68\x88\xc2\xf7\xa7\xe9\x2d\x87\xb3\x2a\x3f\x00\x66\xfd\x96\xe8\x33\x4e\x6b\x4c\x57\xf8\x7b\x04\x1c\x65\x2a\xb6\x5b\x41\x3a\x6b\xd8\x4c\x31\x7b\x3b\xbe\xfa\xeb\xb9\xc3\x36\xdd\x3d\x3d\xdb\x40\x57\x1a\x45\xc2\xb1\xc9\x8a\x9e\x01\xf0\xd4\x54\x28\xfb\x7f\x86\xd2\x55\x8b\x5d\x16\x6f\xd6\x4f\x4b\x63\xfc\x3d\x96\xff\x7a\x32\x99\xd2\x00\x9b\x8c\x84\xb8\x49\xbb\x88\x22\x16\xdc\x79\x88\x1c\xcb\xaa\xdf\x21\x88\xbe\xd5\x41\x9f\x79\x2f\xd2\xe7\x38\xb4\xf1\xee\xaa\x19\xfc\x41\x71\xe6\x94\xe7\xe4\xf0\x82\xe4\x3b\xbd\xf6\x06\xfa\x83\x55\xea\x3e\x12\xac\xe8\xd7\x0f\xb0\xf9\x30\x15\x51\xc3\x9f\xb9\xdf\x79\xf8\x94\x3b\xe2\x78\x72\xe9\x1a\x36\x35\xd0\xe5\xbd\x46\x77\x77\x5f\xf2\xad\x50\xf5\x48\x12\x10\xd6\xcf\x99\xb8\x52\x9e\x11\xaa\x39\xd1\x60\xd9\x5c\xe7\xff\x68\x6f\x4e\xb4\x5f\x2c\xa2\x76\x9e\x9a\xb9\xdb\xd8\x73\xff\x68\xf2\x6e\xa3\x89\x23\x73\xbd\x84\xcf\x93\x53\x8d\x9f\x17\x9b\x16\x26\x98\x8e\x1c\x02\xd3\x66\x78\x44\xb4\x58\x7a\xbe\xe9\x77\x04\x93\xa5\x0f\x33\x0a\x1b\x92\x17\x03\xb8\xa7\x2e\x2b\x81\x68\xb0\x2d\x7f\x6e\x1c\x9a\x6c\xe0\x5e\x71\x68\xe9\x49\x96\x85\x10\x50\x92\xe5\x77\xe8\xd7\x59\x33\x59\x7e\x42\xf9\x4e\xcb\x16\xd7\x03\xf4\xdd\x69\xe3\xf4\x6c\xb4\x75\xff\x67\xa4\x8d\xeb\xe1\x43\x4c\xcd\x1f\xd7\x63\x84\x48\x14\xe4\xad\x4b\xde\x49\x66\x12\xb9\x34\x60\x95\xc9\x47\xc0\xff\xb1\x4c\x72\x69\x0e\x20\x4c\xaa\x43\x6f\x46\x89\x6b\x09\x03\x43\x63\x3e\x11\x79\x76\xbb\xb9\x1d\x3e\x93\xb0\x83\xce\xe5\x98\x15\x8c\x49\xa2\xc6\x14\xe7\xda\x65\x72\xda\x27\xff\x0e\x39\x95\x9c\x91\x2f\x8e\x09\x93\x76\x5f\x23\x7d\x50\x15\x38\x4f\xbd\x7a\x53\x80\x29\x71\xb4\x4c\x5f\x34\x81\xed\xae\xbc\xf0\x21\x48\x95\x9e\xa3\xca\xf2\xe7\x78\x7d\x2e\x8c\x36\xc0\x3d\xc5\x06\x9c\xab\xba\x28\x05\x52\xf5\xce\x83\x2b\x9d\x89\x67\xe6\x18\xd9\x83\xad\x43\x8d\x62\x75\xb3\xc1\xc2\x16\xd0\xe2\x58\xdf\xec\xee\xcc\x9a\xcf\x8e\xe8\x32\xe0\xd7\xa7\xf1\x45\x67\x7c\xb7\x42\x3d\x9d\x28\x45\xc2\xd1\x58\x0c\x24\x76\x26\x0f\x9a\x70\x14\x1f\x31\x35\x10\xfe\xcd\xd1\x49\x15\x7c\x51\x8f\x93\x5a\x72\xbd\x0c\xf3\xbe\x3e\x7c\xe2\x41\xde\x77\x10\x46\xc5\xdf\xcd\x41\x44\x0a\x50\x18\x91\xb4\xa3\xd9\xce\x56\x03\x25\x40\xa2\xed\xc9\x62\x2d\x73\x1b\xdc\x04\x77\x12\xf9\xf9\x25\x33\xcc\x95\x29\x49\x5d\x04\xb4\xf0\xe9\xe3\x94\x74\x51\xdc\x2a\x89\xd6\xaa\x57\xff\xc9\x23\x4c\x30\x65\xf6\x6a\x96\xbf\x47\xb7\x7f\x6f\x8c\x4a\xd6\x2c\xed\xcb\x3b\xba\x7f\x79\x36\x5f\x48\x19\xbf\xc1\x60\xf6\x6f\x96\xff\x9c\xfe\xf1\xe9\x2a\x36\xd1\xc3\x40\xf8\x19\x62\x8a\xd5\x37\xc5\x18\xbc\xee\x4c\x8d\xa4\x8c\x4b\xe5\x66\x0a\x79\xae\x99\xa4\x89\x61\x34\x27\x61\x08\xe1\x21\x5c\x46\x5b\xd7\x4b\xf0\xf2\x30\x9f\xa2\x8c\x7e\xfa\xe8\x33\x6e\x31\x9f\x37\xcd\x2d\x44\x47\xaf\xa1\xf6\x28\x2c\xf2\xb5\xa9\xbe\xc6\xe2\xf2\x22\xc4\x82\x47\xa6\x05\x30\x9e\x16\x9f\x10\x2e\xea\x11\x6e\x9d\x9c\x9d\xca\x5e\x4a\x12\x99\x99\x5c\xd4\xdc\xcf\x68\xe3\x22\x81\x46\x1d\x57\x5e\x86\x64\xb7\x46\x6b\x2a\xc9\x02\x63\xc7\xa4\xd9\x49\x50\x33\x39\x6b\x6a\xe6\x52\xe2\xa3\x7a\x01\x4d\x46\x74\x34\x19\x37\x87\x88\xb4\x13\x65\xec\x73\xfe\xbd\xa7\xfe\xa5\x3d\xf4\xc9\xc7\x1f\xae\x89\x25\xd5\x4d\x8c\x53\xdb\xf8\xc8\x74\x1f\x99\x9a\x66\xd4\xc6\x11\x4f\x88\x7f\x7a\x07\x72\x36\x5f\x18\x41\xf4\x48\xe9\xb5\x67\xa2\x61\x9a\x2f\x94\xcd\x36\x3a\x21\x90\x6a\xd9\xe6\x10\x23\x15\xe8\x52\x9e\xd9\x40\x63\xaf\x0e\x61\x32\x89\xc0\xff\xba\x81\x99\xe6\x28\xa6\x39\x91\xa4\xa7\xe9\x34\xe2\x1d\xdd\xa3\xa0\x4d\xf9\x25\x63\x47\xe1\xbd\xd0\xc1\x03\x4c\x12\x0f\xb4\xad\xcc\x5c\xd4\xf4\x83\x5e\x1f\x22\x9f\x80\x0a\x0e\x09\x07\x19\xd5\x5f\x78\x91\x59\x85\x51\xc4\x82\x62\x66\xf8\x9d\xe7\x44\xcc\x0c\x83\xa2\x6d\x22\x76\x76\xc2\xd0\x9f\xc8\xf9\x89\x34\x2d\x11\x3e\x14\xbf\xcd\x7c\x2f\x52\x4c\x89\xe3\x41\x4d\x43\x2d\x17\x5d\x27\xea\xd9\x29\xff\xc6\x75\x0c\x37\xe0\x56\x0d\x52\x18\xe6\x6f\x13\xbb\xb5\x0a\x84\x33\xb2\x71\xf2\x0b\x96\xb4\x30\x27\x33\xfa\xf9\xe3\xac\xf9\xe0\xb1\x3c\x0e\x2c\x7e\x01\x4e\xaa\xe6\x1a\x41\x3e\x4a\x72\x95\xa2\x94\xf7\x8f\xa4\x04\x93\x8b\x61\xe6\x1d\x25\xdc\x73\x76\x52\x7a\x6a\x51\x20\xf8\x25\xeb\xc8\x13\xd6\x52\x22\x71\x7f\x59\xbe\x01\x10\xcc\xcc\xb6\xef\xc9\x1b\xeb\x99\x61\xb7\x8c\xdd\x49\xad\x36\xa6\xda\x7f\x20\x23\x37\x6e\x69\x75\xd7\xe6\x31\x4b\x0c\x5d\xc9\xa1\x0f\xc1\xd2\x23\xfc\x50\x73\x6b\x98\x03\x7d\xe7\xa0\xb3\xde\xc4\xfc\x87\xc5\x4c\x88\x06\xb2\xe7\x02\xb2\x41\xbc\x92\xc6\xc9\x62\xac\xec\xcb\x1a\x4c\x47\xa1\x7b\x21\x5f\x50\x69\x8e\xc3\xb6\x46\x60\xd5\x86\xc9\x0c\x5d\x57\xf3\x80\xc1\x76\xd6\xe6\xdb\x93\x8d\x60\x6c\x32\xad\x5b\xbe\x81\xc5\x81\x0f\xea\xf5\x71\x1e\x03\x5e\xdf\xef\x27\x1b\x67\xff\x67\xf8\x12\xa9\x0e\xb1\x0e\xbf\xa2\x25\x41\x45\x41\x47\xbe\x72\x3a\xfb\xc4\x57\x15\x2d\x99\xf2\x95\x93\x22\xc6\xcb\x3a\x2f\x2e\x46\x3e\x05\x8f\x57\xf0\x45\xb5\xb3\xbb\xd1\xaf\xab\xb7\xf8\xc0\xb2\x4b\x2f\xd1\x01\x45\xc0\x26\xda\xa1\x68\xd8\xc4\x74\xa2\x39\xe6\xa3\x65\xfc\x54\x7a\xea\x40\x39\x7b\x68\xa2\x86\x61\x41\x4e\x94\xf1\x83\xff\xbb\xb3\xf1\x02\x43\xe4\x4f\xf4\xa2\xae\x38\xc6\x0b\xd8\xf0\x94\x00\xa7\x46\x5a\x7b\x7b\xfe\xe4\x42\x02\x29\x74\x84\x13\xed\xf0\x0b\x4b\xa9\x35\xd8\x56\x45\x0f\x58\x27\xb7\xa5\x18\x85\x99\x33\xb2\xf9\x24\x0d\x8a\x1f\x41\xc7\x3b\xcf\x80\xc6\x54\x88\x6a\xbd\x2c\xef\xd3\x1b\xc5\x78\x69\x18\xaf\x9c\x53\x7e\x7e\x97\xb2\xc3\x02\xdf\x46\xf9\x6f\x69\x83\x93\xf2\x9b\xeb\x76\x64\xc5\x90\xc5\x72\x54\x6a\xb4\x01\x89\xc3\x60\x99\x20\x7c\x59\x42\xb7\x27\xbc\xda\x29\xc7\x9f\xe2\x55\x2e\x2a\xdd\x2a\x7b\xe7\x55\xc6\xf2\xf7\x68\x20\x39\x30\xdd\x04\xcc\xe9\x9d\x43\x22\x66\x81\x6c\xc3\x39\x6d\x47\x07\x23\x6c\x68\xf3\x06\xde\x22\x3b\xba\x5e\x6c\x0c\x66\xcd\x77\x0e\x80\x18\x6e\x79\x50\x3d\x12\x6f\x0c\x80\x6f\x62\xb0\x95\x96\xbd\x62\x8a\x71\x88\x0b\xfe\xe8\xb6\x52\x5f\xd4\x79\xbf\x96\xa3\x03\x1d\x74\x6a\xb9\xc1\x82\x1a\xe0\xb6\x5c\x4c\x92\x78\xec\xdb\xe7\xfc\xa5\x43\x0c\x61\xbd\xf6\xaa\x47\x95\x54\xe4\x60\x87\x46\xd5\x30\x09\x3f\x65\xd1\x88\xf6\x5f\xb5\xbd\x91\x72\x01\xcd\x64\xf8\xde\x0d\x79\xb2\xe5\x21\x6d\x7e\x0a\xe6\x83\x3e\xf8\xfc\x11\xe7\xc7\x74\xfe\x62\x93\xd7\x17\xed\x6f\x34\xb3\x9f\xf6\x9b\x9d\xcd\x35\xff\x32\x1c\xd9\x45\xce\xba\xcb\xd1\x6a\xfa\xe5\x9a\xd6\x9b\x65\x79\x11\x4e\x0c\x10\x13\x47\x76\x1d\x9f\x0d\x11\x6c\x73\x38\x69\x4b\x6d\x34\x63\x04\x6f\x44\xa7\x11\xc3\x8e\xf5\x27\x02\xb4\xba\xcd\x4b\x44\xd0\x9a\x7c\x8d\x5a\x3f\xb4\x86\x4e\x2a\xfd\xa6\x19\xb1\x63\x35\xdf\x1e\xe3\x37\x3b\x0e\xfd\xc3\x0a\xef\x3f\x63\x24\xd1\x89\x61\xfa\xf1\xd8\x1e\xfe\x96\x3e\x3a\xf9\x12\x2c\x06\xc6\x17\x9b\xb1\xd5\x55\xbb\xe0\x56\x8b\x9e\x55\x1b\xca\xd7\xac\x92\xeb\xd5\x68\x13\x52\x0a\x96\x77\x34\xab\xc7\xfc\xf9\x7b\xb7\x68\xdc\x78\xa9\x1a\x63\x8a\x5f\x7c\x31\xd9\x3b\x1a\x73\xab\x80\xab\x9a\x13\xc6\x86\x11\x55\x0d\x16\xce\x76\xe7\xaf\x9a\x24\x52\x1e\x7d\x1b\x74\xab\x6e\x1d\x74\x39\x5b\xbc\xe1\xb0\xbd\xe4\x03\x49\x06\xdd\xf1\x99\x94\x4a\xa0\xae\xc1\xd8\x73\x75\xba\x23\x2e\x7a\xdd\xd8\x03\xa0\x18\x92\xc8\x3d\x52\x89\xe4\x20\x55\x05\x8d\xc5\x05\x76\x22\xb0\x55\x13\x37\xee\x05\xdc\x01\x1c\x14\xb9\x79\xc3\xa8\x29\x75\xdc\x7e\xbc\x82\x44\xef\x15\x71\x1f\xd7\x12\x7d\x54\x5c\x4a\xec\x9e\x2b\xc1\xf6\xa8\x57\x72\x38\x7d\xd2\xa6\xba\xe3\xb7\x38\x0f\x2d\x7a\xbc\xe7\x76\x92\x6d\xab\xf1\x48\x15\xee\x81\x47\xd4\xab\x0a\x66\x4e\x8b\x80\x77\xc7\x27\x83\x6b\xc9\x1e\x14\xb2\x86\xec\x7c\x25\x82\x2a\xeb\x77\xf0\xc5\xea\x8d\x30\xaa\x10\x9f\x7b\xa4\x4e\x12\x01\x66\x1d\xa7\x08\xfa\xb1\x01\xdf\x7e\xb8\xdb\x9d\xbf\x72\x04\x3c\x45\xb8\x88\x0b\x54\xfc\x5a\x70\x6e\x8c\x16\x7a\x54\x14\xf7\x56\x11\x43\xe8\x19\x09\xef\xa8\xe7\xf6\xff\xa7\x5d\x00\xa6\xc9\x20\xdb\xd3\x9d\xa7\x2b\x89\x3d\xd6\xef\xba\x35\xd0\xc7\x00\x1a\x84\x55\x0a\x75\xa4\xbc\x05\x14\x57\x6b\x9d\xc0\x4f\x56\x1a\xd2\x18\x38\x8e\x35\x73\x7b\x49\xe5\xe4\x2e\xc3\xd4\xef\xd0\x59\xb5\x5e\xa8\xd5\x81\xe2\x48\x8f\x5f\x9f\xc0\x84\xf1\x98\x6b\xeb\xc1\x64\xef\xb5\x4a\x54\x4e\xef\x3a\xd9\x98\xd9\x46\x21\x5f\x18\xb2\x53\x46\xf0\x05\x7e\x7f\xf7\x10\x12\xd5\x7b\x8c\x21\xd9\x9c\x79\x82\xe8\x41\x4d\x24\x57\xfd\xf5\xc2\x29\xbb\x86\x97\x7e\x87\x72\x14\x40\x91\xde\x9e\x3f\x31\x1f\xdc\x06\xfd\xb8\xe9\xef\x4c\x75\x56\xd6\x13\x0d\x02\xff\x1c\xb6\x6b\x79\x8a\xa8\x49\x6f\x80\x18\x28\x70\xcf\xee\xcd\x0b\xfe\xd8\x39\x51\x43\xe2\xcd\xb8\x78\x47\x31\x27\x2a\x8e\x9c\x56\x14\x18\x0d\xa2\x80\x4a\xb7\xd9\x30\x6b\x40\x89\x96\x30\xab\x27\x73\xf5\xc2\x08\x08\x88\xe8\x8a\xc5\x28\x97\xc8\x28\xe8\xf4\x13\x4b\x8f\xe2\x98\x94\x3b\xa8\x4b\x74\xb5\xf3\xfa\x56\xf7\xe6\x2a\xbf\xc4\x65\x56\x4f\xd0\x58\xa6\x7c\xaa\x5a\xa4\x27\x83\x28\x83\x86\x98\x46\x30\xa1\x5a\x25\x8f\xe7\x32\xd2\xc5\xe2\x23\x7f\x74\xa9\x47\x3d\x35\x48\xae\x96\x32\x3e\xa3\x72\x74\xa1\x84\x9a\x25\x07\xc8\x34\x8d\xf5\x74\xbe\x3b\x23\x6f\x5f\xc1\x76\xb6\x4b\x11\xcd\xdd\x54\xe9\x29\xa6\x45\x3b\x8b\x4c\x7f\xac\x3c\x88\xcb\x40\x91\x67\x58\xe5\xa3\x12\x90\x29\xdd\x98\xc4\xba\x4a\x09\x9a\x12\x0c\x53\x3f\x7f\x15\xb1\x8e\x23\xd0\x60\xac\xfc\x55\x32\xf7\xaa\xbe\x79\xca\x5c\x44\xd1\xc4\x55\x7b\x10\x4d\x1d\x7c\x0d\x78\x60\x24\xeb\xcf\x5e\x96\xb9\x70\x10\x3a\x25\xb1\x64\x2f\xae\xbc\xbb\x18\xce\xcb\x0c\xc8\xe3\x47\x7d\x53\xd3\x08\x71\x05\x33\xd8\x48\xa6\x41\xda\x08\xc7\xab\xb1\x89\x02\x94\x41\x29\xa3\xf7\x18\xb2\xfc\x02\x83\x09\x5e\x72\x07\x1d\xd1\xb5\xc4\xaa\xc1\x29\x34\x59\xe3\x62\x40\xfd\x48\xa8\x8e\x04\x5e\x00\xc2\x0f\x04\x03\xad\xda\x6f\x6f\x05\x53\xa3\x98\x52\x6c\xeb\xa2\x7a\xff\x5d\xdb\x72\xe3\x4f\xe9\xa2\x87\x89\x03\x54\x52\xdf\xd1\x0d\xe7\x15\x3a\xdb\x38\x60\xc4\xa8\x24\x50\xc3\xf9\x1f\xe5\x99\x01\xfd\x3a\x09\x3d\x41\x12\xbe\x48\x42\x0f\x91\xe0\xd5\x69\xbd\x2b\x12\x75\xd8\x96\xf7\x4f\x7c\x25\xca\xfa\xf0\x63\x21\xff\xe8\xf8\x5d\x5e\xc6\x70\x9e\xf5\x4d\x6e\xe0\x9f\xa5\x05\xc7\xcb\x85\xbb\x48\xcf\x06\x5f\xbc\x5e\x7d\x14\xd9\x51\x08\x48\x9b\x2a\x04\x62\x9f\x79\xd4\x42\xae\x56\x02\xfd\xdc\x78\x2f\x82\x84\x50\xe3\x49\x29\xaa\xc3\xcb\x6f\xa4\x38\xd1\x56\xca\x48\x75\x67\xb8\xe2\x56\x6b\xfc\xf0\x46\xbc\xdb\x23\x1e\xef\x48\x5d\x31\xe5\x9e\x4e\xe2\x3d\xd5\x5d\xab\x7b\x53\x07\x21\xf1\xfe\xfa\xff\xd1\x27\xe6\xcd\x41\xa8\x87\xe6\xcd\x31\xbc\xff\x2b\xf3\xbc\xc7\x7b\xbe\x35\x6f\xa0\x24\x12\x07\xc4\x98\x8f\x27\x8d\xc2\x17\xbd\xe9\x32\x62\x94\xd0\x19\x76\x48\x21\x74\x04\x68\x06\x22\xe8\x78\x1d\xaf\x8f\x43\x5b\xc4\x88\x0c\x44\x89\x3e\x2a\xaf\x0a\xcf\x81\xe8\x2a\x11\x2f\x22\x61\xd1\xee\x4c\xe3\x66\x7b\x6e\x0a\xd3\xfe\x30\x68\x3c\xb1\x2f\x7f\x4d\x7f\x80\x2c\xee\x81\x55\x2f\x71\x78\x7d\xfc\xf6\x90\x7a\x16\x1e\x47\xc2\xdf\xf1\x19\x12\x4f\xde\x21\x09\xbf\x46\x9e\xbe\xa0\x61\x23\x4d\x12\xca\x14\x19\xb6\x69\x71\x85\x31\xcb\x1b\x4f\x43\x92\x9c\x4f\x5d\xb9\x0d\x89\x9e\x14\x86\x64\x4d\x46\xcf\xdf\x29\x26\x9f\xbf\x4b\x4c\x3e\x7f\xe7\x67\xb2\x39\x1d\x25\x25\x3e\x91\xef\xa9\xd1\x49\x4c\xf9\x8d\x01\xf7\x6a\x95\x0a\x7b\x0d\x25\x1a\x8d\xcf\xdf\x86\x40\x57\xc3\x17\x8b\x83\x87\xcb\xea\xdd\x5e\xfa\x8e\xe7\x5b\xbe\xb7\x1f\x3d\xf1\x67\xee\xca\x77\xb2\x45\x15\x81\x81\x91\xdd\xe9\xcb\x3f\x98\x9f\xc3\x17\xac\xa9\x50\x9e\x9e\x4e\x01\xd0\xfe\x72\x65\x13\xe0\x17\x3d\x31\xb3\x2b\x67\xbf\xc0\xb7\x85\x2e\x81\x2a\xad\x53\xe1\x71\x1e\x2e\x8c\x30\x50\x66\x5e\x4e\xdb\x4c\x89\x0d\xa6\xf1\x5e\x3b\x27\xad\xa3\xc3\xdd\x7d\x74\x23\x96\xac\x83\x9e\x23\x65\xf4\x22\xf7\xa7\x84\xb7\x12\x45\xca\x5e\x09\xca\x35\x6b\x82\xc0\x14\xff\x84\x57\x98\xf5\x0c\xf3\xb5\x5a\xd5\xe9\xaf\xd7\x52\xdf\x5e\x7f\xfa\x38\x68\x3c\xe8\x09\x18\x71\x83\x30\x43\x03\x51\x13\x1f\x78\x64\x2d\x45\x58\x36\x59\x54\x17\xf0\xc5\x39\xad\xbd\x84\x62\x45\xbc\x6d\x3e\x2c\x18\xf0\x36\xdb\xa3\x77\xaf\xce\xa3\xf4\x1f\x5c\x0d\xb6\x67\x7a\x00\xd1\xfb\xcc\xfa\x79\x65\x7c\xe9\x38\x15\xce\x43\xed\x8a\xde\x1c\xfd\x8d\x0d\x87\xce\x0a\x0b\x2c\xa7\x6c\xfd\x0a\x0a\x00\x51\x74\x27\x1b\xa4\x53\xa9\xcc\xa9\xdc\xb2\xfa\xd1\x30\x7e\xfe\xc0\x5f\x50\x1b\x9d\x9d\x5d\x02\xc5\xa7\x2d\x05\x6a\x18\x99\x5b\xce\xcb\x67\xbf\xf6\xac\xcf\x8b\xd6\x89\xcf\xe5\xbb\x37\x5c\xab\xf0\x4b\x5b\x27\xbe\xfe\xee\x1b\x8b\x9f\xd8\x8a\x1c\x05\x84\xa0\xdd\x4d\x00\x29\x5b\x1c\x01\x68\x9b\x1b\x00\x91\xbd\xae\x2e\x71\xf3\xb9\xf1\xe4\xe0\xb4\x17\x0e\x10\xef\xf3\x5b\xe9\x50\x51\xc1\x45\xd6\x79\x67\x1a\x2d\x76\x54\x9d\x22\xe1\xe8\xbe\x07\x71\x7b\xbc\x3c\x79\x6f\x11\x4d\xda\x54\xda\x7a\x33\x09\x27\x9d\x2f\x73\x89\x96\xd4\xb8\xde\x59\x58\xb6\x3e\xf8\x97\x0f\x30\x1e\xbb\xbb\x48\xcc\xc0\x24\x21\xb9\x1a\x3e\xdf\xc3\x79\xb8\xbe\xfb\xea\x84\xc5\xef\x4c\xab\x39\x9e\x72\x2a\x08\x90\xc3\x2b\x44\x28\x21\xbe\x3d\x68\xcf\xdd\x27\x38\x79\x95\x4c\x8e\x3b\xba\x6f\xed\xea\x69\x4c\x1c\x47\xbb\xe6\x9b\xcf\xbf\xb6\x22\xb7\xf2\x22\x5d\x52\x92\x56\x25\x7d\x66\xe5\xbe\x37\xb9\xab\x78\xc7\x72\xc2\x57\xc9\xc8\x2e\x74\xd0\xa9\xc0\x30\x29\x7e\x9b\xbd\x53\xaa\xc5\x50\xb4\x64\x92\x25\xfe\x77\x41\xae\x29\x01\x99\x0e\x31\x09\x62\x35\x29\x67\x5c\xaa\xc5\x14\x7f\x42\xa3\x2d\xbc\xcc\x94\xb8\x63\x62\x12\xdc\x50\x6e\x34\x06\x11\x17\x1a\xcd\x0a\x22\xb6\xa4\x8c\x39\x12\x82\x86\x0f\x8f\x11\x48\xa4\x30\xc7\x44\x9c\x43\x00\x18\x8e\x87\xca\x4e\xb1\x24\xa8\x72\x04\xcb\xe4\x29\x68\x4b\x3f\x95\x1a\x0f\x1a\x96\xa5\x27\x99\xc4\x91\x7b\x3f\x94\x94\x21\xea\x60\xc4\xe4\x03\x04\x84\xc9\x1a\x8a\x56\xff\x88\x85\x61\xae\x94\xb9\xc1\xfb\x17\xab\xc2\xc9\x73\x24\x0b\x8e\x5b\x35\x72\x47\xd9\x9e\x40\x51\xca\xaa\x32\xe9\xb6\x16\x09\xf7\x9c\xa3\x89\xbc\x8a\x7d\xe6\x2c\x4c\x89\x45\x2f\x4a\x42\x68\x61\xef\xa6\x32\xff\x29\x5f\xa7\x7a\x44\x8e\xed\xab\x0a\x28\x5f\xa9\x88\xd7\x86\x43\xca\x78\x93\x1a\x85\xa7\x6d\xed\xf1\xe4\x20\x72\xa3\x8c\xee\xb5\x52\x19\xdd\x26\x95\x12\x61\x8f\xd2\x20\x33\x49\x29\x72\x07\x06\x4a\xa0\xa6\x63\x52\x7b\x8a\x68\x6a\xbf\x5e\x0c\xd6\x57\xf0\xba\xab\xaa\xcb\x19\x82\x72\x68\x74\x24\x03\xde\xa0\xa4\xc0\xed\xbc\xc6\x1b\xdc\xc1\xf5\xfb\xfe\xdb\xeb\x0a\xb8\x5a\xa7\x45\xa9\x8a\xab\x48\xc4\x59\xa3\x90\xba\x11\xdd\x35\xd2\x0d\xc9\x58\x55\xd7\xad\xf1\x6b\x77\xa2\x2f\xde\x79\xc3\xaf\x86\x69\x04\xa2\x7b\xb4\x90\xe3\x77\xb7\x34\x70\xf7\xd6\x52\x30\x26\xd7\x5a\x12\x55\x60\xc0\x71\x78\x1e\x73\x0f\x78\xaf\x50\x75\x2a\x72\xfd\xb7\x33\xf6\x1c\xf0\x2b\xb4\x57\x0f\x94\x72\x94\xf1\xe6\xe5\xb9\xce\x4c\x83\x7a\x8a\x97\x46\x80\xce\xf3\x89\xd0\x8d\x79\x43\x6a\xb5\xf1\x35\x71\x4a\x1e\x36\x58\x67\x97\x9a\x09\xa3\x44\xa6\x5f\xf3\xbf\x66\x11\xca\x7c\xb5\x5c\x7f\x1d\xb8\x09\xec\x78\xde\x41\xd9\x13\xf8\xd1\xfa\x15\x7f\xb4\x4e\xd0\x47\xb3\x92\x2c\xf8\x97\xf4\x8f\x59\x40\x5c\xe1\x1b\xf8\x9f\xf9\xb1\x44\x51\x05\x5c\xf6\x15\xfd\x6d\xc5\x41\x42\xe4\x7d\x0b\x7f\x59\xdf\xc0\x5f\x66\x31\x5e\x0e\xa3\x84\x08\x04\xf2\x5f\xed\x11\xeb\x3b\xf8\x95\x06\x36\x88\x1d\x09\x10\xfc\x6d\xfd\xd3\x07\x50\xf0\x21\x17\x7c\xf0\xcf\x89\x1a\xc0\x48\x9d\xe1\xfa\x30\x5f\xb4\x73\xfe\x62\x73\xda\xf0\xec\xd7\xfc\xd9\xc2\x9e\x4e\xa0\x1b\xe0\x0b\xfc\x7c\x54\x45\x2f\x51\xc7\xd3\xab\x54\xec\xd7\x47\x52\xc9\x60\xd1\x23\x09\x00\xc6\x75\x70\x2c\x8e\x6c\x09\x28\x4e\x0a\x9b\x61\x19\x1f\x66\x55\x35\x7a\x9e\xa1\x98\xf6\x50\xe8\xe3\x8f\x1c\x19\x28\xf6\xbc\x12\x9f\x9a\x13\x27\xbe\xb2\x62\x47\x33\x2c\x35\xde\xdd\xf5\xcf\x8d\xe1\xab\xa1\xc7\xf0\x71\x92\xc1\xaa\x0d\xdc\x41\x5d\x82\x9c\x30\x2a\xf2\x41\x50\xbd\xf2\x0b\x92\xb1\x62\xa3\x4d\x76\x0e\x59\xc7\xbc\x3f\x97\x9c\x9a\xfd\xc9\x31\x0a\xff\x39\x56\x73\x8a\xfd\xc7\x8c\x66\x15\x9b\x8d\xd0\xb7\x28\x26\xb5\x5d\xc7\x46\xf9\x4c\x67\xd5\x13\x7b\x8e\x92\xd6\xd0\x63\x48\xf1\xc1\x09\x22\xa4\x18\xb3\x90\x20\xaa\xc6\x17\x59\xf5\x20\xf0\xb2\x1e\xc3\x89\xeb\x5a\x32\xcb\xf2\xfd\x3f\xae\x12\x4c\x4d\x74\x9b\x73\xe1\xa0\xf8\x25\x15\xf5\xb2\x0a\x5f\x03\xa4\xa7\x92\x59\x76\xe5\x6b\x8b\x0a\x9c\x46\x2e\x76\x29\x1e\xac\x5c\x27\x98\x99\xed\x5e\xb8\x12\x1f\x72\x6c\xe7\xb6\xd7\x46\x91\x06\xcb\x15\xcd\x86\xbf\x3d\xd3\x9d\x7b\xed\xef\xae\x71\x92\x7b\x55\x59\x84\x91\x42\xbe\x02\x32\x69\x5e\x64\x20\x16\x6b\xf0\x2a\x1b\x21\x56\x93\x7d\xbe\x5f\x8e\x97\xd7\x72\x25\xf2\x32\xb3\x0d\x45\xc2\x22\x28\x95\x28\x3a\xae\xe7\x9a\xfc\x4e\x9f\x4c\xd9\xb3\x6b\xa1\xd6\x62\x54\xee\x8e\xe3\x7a\xb1\xce\xd2\xa3\xb2\x4a\x29\x21\xeb\x1c\xc6\x45\x44\xd7\xfa\xcf\x75\xbb\x0e\xad\xda\xe5\x41\xa4\xd1\x94\xfd\x84\xe7\xaa\x51\xc4\x17\xc0\xc9\xba\x09\xdc\x45\x2e\xe0\x77\x5e\x8d\x81\xae\xa0\x97\xf3\x9d\x62\x9e\xb1\x2a\x21\x6f\x95\x75\x89\x8c\x47\x20\xb4\x7a\x4a\x48\x8d\xe2\x52\x40\xd4\xda\xc1\x01\x70\x65\xc5\xac\xdf\xfd\xfa\xab\x3f\x5a\x22\xc5\x44\xa1\x59\x63\x62\xbb\x64\x63\x2c\x7a\xbe\x05\x84\xc8\x03\x8f\x29\x8d\x48\x08\x14\x51\x82\xb0\x21\x0e\x9a\xd0\x67\x0b\x9f\xc9\x44\x12\x4b\x8a\xcd\x09\xf8\xc9\x34\xf6\xd7\xf8\x5b\x41\x69\x80\x9c\xbc\xf1\xfa\x1b\xf8\x07\x65\x19\xac\x6e\x61\xa9\x45\x07\x0f\x3f\xa1\x51\xf4\xdf\xac\xe3\xa7\x93\x75\x3d\xbc\xbf\xf7\x5d\x08\xac\x93\x57\x62\x81\xaa\xda\xa7\x25\x08\xe2\x84\x82\x77\x33\xde\x23\x8a\x7d\x06\x3b\x0a\xf9\xec\x26\x91\x86\xd8\x17\x12\x6d\x82\x01\xf2\x45\x38\x15\x80\x28\x81\x18\x45\xf7\x34\x6a\x55\x11\x20\xfd\x8c\x34\x43\xf1\x03\xd2\x89\x8e\xca\xaa\x11\x7a\xae\xdf\xdf\xbc\xde\x7e\xbc\xd6\xda\x79\x16\xe2\x9c\x63\x15\x15\x07\xe7\x9f\xb1\x41\x29\xa0\x4a\xd5\x3d\xed\xa0\x1a\xac\xc0\x38\xa1\x0d\x3f\xa6\x49\x90\x0a\x42\xd3\x47\x05\x10\x9b\x25\x1c\x2d\x47\x74\x95\x2f\xe8\x6f\x2b\xba\xa7\x84\x38\xe0\x01\x66\x58\xc1\x26\x8b\xea\x16\xd7\x51\xc0\x83\x05\x8d\x8b\x14\x2f\x47\x04\x2d\x6a\x26\x25\x67\x80\xfd\xa7\x7a\x2a\x98\x51\xef\xf2\x41\x14\x7a\xa8\x56\xab\x78\x92\x34\x84\x39\x0e\xbd\x95\x1c\x9b\x45\xd8\x96\x4c\x25\xad\xa9\x8a\x43\x7e\x31\x85\x17\x7f\x69\xbe\x3d\x31\x1e\x45\x8a\x02\x11\x16\x23\x30\xd1\xfd\xa3\x4e\xed\x60\x95\xaf\xd7\xa8\x93\xfb\x5b\xf9\x6d\xf1\x05\x1b\x53\x30\x54\x2b\x41\x17\x71\xa3\x3d\x62\x31\xf1\x5d\x2e\x14\xce\xab\x42\x0e\xfb\x0a\x55\xcc\x24\x07\xff\xb3\x38\x2a\x4b\x17\xd0\xba\xf1\x37\x59\x36\x55\xe2\xc1\x56\x2b\xd6\x4b\xba\x74\x6b\x22\xb8\x74\x25\xac\x27\x6f\xda\xa1\x4f\xc8\x8c\x08\x50\xe5\xe6\x6b\x78\xbd\x60\xec\x1f\xed\x42\x3d\xf4\x95\x9b\x2e\xa2\xb0\x19\x97\x23\x33\xa8\xb0\xb5\xb3\xd9\x6d\x3c\x6b\xaf\x4f\xea\x72\xb9\x44\x8b\xdf\xd4\x8b\x12\x6a\xf8\x28\x73\xd2\xb3\x18\x0f\x26\x8f\xe8\x97\xcc\x7e\xe6\xe0\x54\x00\xa7\x0a\x83\x94\x24\xee\x28\x74\xa6\xc5\x74\x2a\x68\xba\xb5\x5e\xb4\x6b\x48\x90\xe4\xfa\xb4\x5c\x5f\x27\xe8\xce\xc3\xe7\xc1\xb9\x31\x0d\x8d\x4c\x10\x83\x30\x85\x40\xeb\x2e\xe9\x2d\x4b\x74\x4b\x66\xf9\xc9\x55\xbc\xec\x77\x6e\x5d\x97\xc3\x6c\x43\x08\x79\xe7\x94\x73\xb9\x13\xb4\x86\x73\xca\x2c\xf4\x33\x34\xdd\x9a\x25\xa1\x3f\x06\x26\x7a\x2d\x43\x21\x95\xe3\xf4\x08\xfc\xd8\xeb\x9d\xb1\x38\x1c\x75\x6a\x86\xa7\xb1\xf5\x40\x41\xb1\xc8\x49\xdf\x44\xde\x34\x4b\x72\x1f\x8b\x92\x64\x4e\x46\x3f\x03\xa2\xbe\xb9\x95\x38\x4a\xd4\x18\x95\x95\xdd\x58\x81\x84\xda\xfa\x3d\xa3\xf5\x64\xca\x8b\xfe\x78\x17\x5d\x39\x89\xa2\x89\x55\x8e\xd3\xcb\x79\x99\xaa\x5d\xd6\x19\xa9\x25\x09\xf9\xe5\x03\x9d\x76\x5a\xbf\xba\xf4\x71\xf8\x00\x14\x66\xfa\xea\xf9\xa8\x64\x46\x3f\xe7\x87\x91\xcf\x1c\xd9\xbd\x7b\xc1\x8a\x3d\x64\xe5\x55\x0b\x1f\x25\x9e\xa3\xd4\x8f\x60\xc9\x13\x5b\xcd\xed\x58\x35\x04\xfe\x57\xd5\x0d\xcf\x94\x1f\x43\xfc\x21\x9c\x2b\x19\xd7\xcd\x89\x7e\xc4\x66\xf7\x8f\x78\xca\xbf\xd0\x4f\x06\xfe\x90\x31\x5f\x6f\xfc\x81\x1f\xa5\xb1\xe8\xd7\xfb\x55\x8f\xbc\xdb\xf8\x83\x7a\x11\xf1\xe7\xb4\x20\x73\x88\x3d\x0e\xa6\xa7\x62\xa4\x21\x8f\xb4\x27\xaf\x80\xf5\x98\x4f\xb4\x35\x99\x16\x7e\xb4\xe4\xe3\x7b\xb5\x25\x93\x8b\x36\xa6\xe7\xf8\xb3\x9b\x8b\xbe\x5d\xf9\x03\xc7\x0e\xff\xcc\xe5\x4a\x79\x5c\xe9\x07\x79\x08\xe9\x1f\x40\x96\xce\xb5\xca\x67\x65\x7b\xdc\x38\x25\xbc\xe5\xf5\x7e\xd7\x19\xb9\x53\xcf\x0f\xe5\x9d\xc2\x77\xd1\xf5\x66\xe7\x60\xe2\xc8\x28\x68\xbf\x47\x1e\xac\x4c\xdf\xdd\xc6\x21\x52\xef\xde\xf1\x13\xe2\x9c\x7c\x52\x65\x1c\xa1\x34\x76\x2a\xf9\x1d\xbe\x4c\xb7\x3d\x0d\x44\xa0\xe6\xba\xa5\x93\x99\xfc\xa0\x9b\xc5\x6c\x1b\x13\xd3\x19\x7a\xf1\x1f\xef\xcc\x71\xf6\x8d\x0c\x5d\x9f\x9b\x39\xf4\x97\xd6\x33\x1f\x7b\xd9\x8f\xad\xf6\x83\x2b\xc7\xbd\xcc\xc7\xc3\xf0\x27\x1a\x76\x67\x6f\xe0\xaf\x21\xfc\xb5\x3d\x03\x4c\x01\x7f\x15\xf1\xd7\xbd\x87\xf8\xe7\x19\xfc\xf3\xf2\x3a\xd5\x00\xc2\xfa\xb1\x15\x2c\x35\xf1\xc7\x08\x7e\x7f\xf3\x82\x92\x51\x03\x4f\x2e\xd2\x83\x84\xdc\x34\x28\xf7\x68\xa1\xa7\x97\xa0\x54\x07\x43\x6e\xbd\xca\x5f\x54\x27\xc5\xfc\x08\x7f\xa0\x7e\xce\xd8\xf6\x29\xfe\x49\x7d\x41\x57\xb5\x21\x7e\xec\x95\xba\x1b\xb1\xf3\x52\x9d\xba\xac\xe6\xcf\xe4\x54\xb7\xd0\x27\xfd\x56\xbd\x72\x97\x80\x98\x62\xd5\xad\x60\x8a\xfe\x93\x19\xf5\x3a\x8b\x7a\x96\x25\x98\x9c\x0f\x6e\x3e\x67\x0b\x13\x5e\x10\xe6\xcb\xa3\xcd\x79\x7f\x7e\x2b\xb8\x7a\x11\x73\x2e\x9d\x7d\x9e\x51\x4f\x2b\x39\xe5\x4a\x5d\xe5\x9b\x3b\xbb\xce\xef\x8a\x31\x08\xa6\xf4\xe1\x07\x96\xd5\x1b\x88\xfc\x42\x3c\xac\x48\xae\x1f\xe5\x16\xee\xe0\xde\x03\x98\x33\x68\xe9\x7f\xfd\x2b\x85\x25\x82\xb2\xf9\xb7\xbf\x59\x5f\xff\x0a\x34\x73\xd0\xa5\xba\xa3\x97\x70\xef\xb0\x5b\x9f\xcc\xd9\x06\xfc\x70\xfe\xc7\xdf\xc4\xaa\x64\xe4\x2a\x0a\x39\xb0\xe5\x0a\xa6\x24\x8c\xf9\x9f\x01\x00\x00\xff\xff\xee\xec\x1c\x80\xa2\xbd\x00\x00") +var _confLocaleLocale_zhHkIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\x7b\x73\x14\xd7\xb5\x28\xfe\xff\x7c\x8a\x3e\xa4\x28\x27\x55\x41\x2e\x27\xe7\xf7\xa8\x53\x1e\xe7\x3a\x38\x8e\x73\xcb\x76\x7c\x0d\xae\xd4\x29\x17\x35\x1e\xcd\xb4\xa4\x3e\x8c\xa6\x95\xe9\x1e\x64\x25\x95\xaa\x11\x20\x34\x42\x12\x12\x0f\x09\x04\x02\x81\x00\x21\x04\x12\xe2\x2d\xf4\xe2\xbb\x9c\x4c\xf7\xcc\xfc\xe5\xaf\x70\xd7\x6b\xef\xde\xdd\xd3\x23\x70\xea\x5e\xff\x61\x34\xbd\xd7\x7e\xaf\xbd\xf6\x7a\xed\xb5\xf2\x43\x43\xb9\xa2\xed\x15\xb2\xc1\xd2\x76\x38\xbf\x6b\xfd\xd1\xb5\x5a\x6b\xb7\x5a\xab\xb5\xe6\xf5\xb3\xad\xf1\xb5\xe0\xfc\x43\xeb\x8f\x8e\x6f\x85\x8b\xd3\xc1\xe4\x42\x26\x33\xe0\x0e\xda\xd9\xf6\xca\x7c\xfb\xf6\x68\xa6\x98\xf7\x06\x7a\xdd\x7c\xa5\x98\x0d\x2f\x3c\x08\xea\xaf\xda\x37\x97\x9b\x13\xf5\x8c\xfd\xe3\x50\xc9\xad\xd8\xf0\x71\xb9\xf9\x62\x39\x33\x60\x97\x86\xb2\xad\xb5\xb5\xf0\xda\x85\x8c\xe7\xf4\x97\x73\x4e\x39\xdb\x5c\xd8\x09\xc6\xee\xf3\x4f\xb7\xea\xd3\xef\xf1\x6d\xfe\x5d\x05\xe8\xd5\x9d\xe0\xdc\xf9\x4c\xc5\xee\x77\x3c\xdf\xae\xa8\xdf\xc3\x76\xaf\xe7\xf8\x76\xb6\xf9\xea\x59\xf3\xd1\x42\xe6\x94\x5d\xf1\x1c\x17\x1a\x9b\xa8\x87\x8b\x8f\x33\x43\xf9\x7e\x18\xd9\xed\x51\x18\x45\xc6\xb7\x07\x87\x4a\x79\x00\x0d\x57\xef\x86\x37\xdf\x66\x4a\xf9\x72\x7f\x15\xcb\x79\x6a\x99\x42\xc5\x86\xd2\x5c\xd9\x1e\xce\x06\x13\x2f\x83\x9d\xed\x9e\x9e\x9e\x4c\xd5\xb3\x2b\xb9\xa1\x8a\xdb\xe7\x94\xec\x5c\xbe\x5c\xcc\x0d\xe2\x2c\x9a\x57\x56\xc3\xfa\xab\xc6\xdb\x3b\xe1\xe8\x93\x60\xe6\x7c\x78\xe3\x45\x70\xef\x3a\x8d\xd4\x2e\xc2\x54\x72\x79\x2f\x1b\xbc\x7e\x06\x13\x68\x4f\x9d\x65\xd8\x0c\xb5\x54\xce\x0f\xaa\xca\xc1\xec\x74\x73\xf5\x69\xc6\x1e\xcc\x3b\xa5\x6c\xfb\xc6\x4e\xb0\x3e\xdb\x3e\xf3\xb2\xb1\xf3\x0a\xc6\xec\x79\xc3\x2e\x2c\x60\xf0\xe4\x5c\x73\x79\x17\x66\x9c\xf3\x47\x86\xa0\xde\xf2\x76\x6b\x6d\x5a\x3e\x16\xf2\x43\x7e\x61\x20\x9f\x6d\x3f\xbc\xda\x5a\x9f\xc0\x2f\x00\x37\xe4\xc2\x52\xb8\x95\x91\x6c\x70\xf6\x59\xb0\x7e\x2d\xd8\x7e\x94\x71\x2b\xfd\xf9\xb2\xf3\xb7\xbc\x4f\x8b\xf2\xf2\x6c\xf3\xcd\x95\xcc\xa0\x53\xa9\xb8\x95\x6c\x7b\xe6\x4e\x70\x66\x26\x03\xf3\xcd\x61\xd5\x6c\x38\xbf\x19\x2c\xdf\x8a\xaa\x62\xc1\xa0\xd3\x5f\xc1\x25\x6b\x8f\xbe\x6e\x3e\xd8\x09\xee\xcd\xb7\xcf\xac\x06\xb5\x89\xa8\x98\x5a\x82\x9a\x46\x63\x7d\x6e\xe5\xa4\x34\xd6\x5c\x9d\x0c\x76\x67\x00\x3a\xa8\x9f\x0b\xaf\x3c\xa1\x62\x18\x91\x2a\x95\xe1\xe4\xcb\xb0\x0b\xf4\xbd\xb9\x71\xa7\x39\x7b\x4e\xbe\xe7\x8b\x83\xb0\x94\x43\xf9\xb2\x5d\x92\x02\xd8\x45\xdc\xb8\x7c\xa1\xe0\x56\xcb\x7e\xce\xb3\x7d\xdf\x29\xf7\xc3\x5a\x6f\x3d\x6f\x2d\x2c\xb5\x56\xd7\x83\x0d\xd8\x05\xf5\x55\x7e\x8f\xb8\x55\xbd\x83\xd9\xa0\x36\xd9\xd8\xde\x6e\x3d\x1f\x0f\xe7\x17\xb8\x44\x83\xf3\xb6\x48\x25\xe8\xc3\x77\x4e\x39\xbe\x63\x7b\xd9\xf0\xc5\x4e\x30\x39\x97\x19\xaa\x96\x4a\xb0\x50\x7f\xad\xda\x9e\x0f\x5d\xce\xd6\x1b\x7b\x2f\x5b\x8f\x26\xc3\xa7\xa7\x33\x8e\xe7\xc1\xd7\x6c\x30\x37\xd3\xbe\x33\x95\x81\xbd\x29\x17\x60\xcc\xc1\xcc\x7c\xf8\xaa\x9e\xc9\x7c\xef\x94\x3d\x3f\x5f\x2a\x9d\xc8\xc8\x1f\xd9\x60\x63\xa2\x75\xf7\xa6\x42\x4b\xc7\x2f\xd1\xe9\x09\x1f\xdf\xe1\x82\x70\xfd\x7e\xfb\xe1\x52\xa6\xe8\x16\x4e\x02\xf2\xe1\x51\x01\x74\x0f\x56\x4e\x87\xb7\x16\xc3\xd3\xab\xe1\xfa\xdd\x60\x71\xb5\xb1\xf7\x16\x06\x6c\x7d\x46\x30\x56\xb0\xf1\x26\x58\x58\x6d\x8f\x4e\xb6\xee\x4c\xc1\x61\xed\xf7\x7e\xda\x9d\x82\xb1\xc1\xe1\x0c\xde\x8e\x05\x63\xf5\xc6\xce\x95\xe6\x8b\xcd\xf6\xfc\xd3\xd6\x46\xcd\xfa\x38\x6f\xf9\xf9\x4a\xbf\xed\x67\x0f\xe5\x7a\xe1\x10\x9c\x3c\x64\x0d\x54\xec\xbe\xec\xa1\xc3\xde\xa1\x4f\x82\x8d\x6b\xe1\xfc\x9b\x70\x7e\x3c\x5c\xbb\xf2\xf1\x87\xf9\x4f\xac\x60\x7f\x2a\x38\x37\x1d\x6c\x4e\xc3\x71\xe2\x11\xb7\x6b\xcf\xa0\x9b\xe0\xce\xa3\xe0\xc9\xa3\x7f\xd6\x4e\x67\x70\x4d\xe0\x04\xe6\x8a\xbd\x4c\x33\xb0\x7f\xab\xb5\x32\x0a\x2b\xc3\xf3\xb1\xbe\x1a\x39\xf6\xbf\xbe\xfc\x67\x6d\xf4\x1b\xd7\xf3\xfb\x2b\x36\xff\x80\xff\x43\xad\xdf\x5a\x61\x7d\xde\x3a\xee\x7c\xf6\x7b\x6c\x0a\x9a\xe0\xe5\x08\xe7\xb6\xc2\xcb\xd7\x01\x71\x60\x3f\x9a\x7b\x1b\x54\x80\x67\x80\x77\x0e\xbe\xb7\xef\xdc\x0a\x6e\x4d\x02\xe5\xf1\xfc\x6c\x63\x6b\x27\x84\xf5\xc2\x03\x26\xa8\xd0\x71\x86\xa0\x3e\x9d\x3d\x5d\x5f\x8e\x1f\x7c\x4f\xae\xaf\xac\x2c\x8d\x99\x97\x51\xbe\xfc\xe9\xeb\xaf\xff\xfc\xd9\xef\xad\x60\x77\x2e\xbc\x7c\xa1\xb1\x73\x1f\x0e\xbe\x55\xf5\xfb\xfe\xff\x5c\xbf\x5d\xb6\x2b\xf9\x52\xae\xe0\x58\xc1\xfa\xd5\xe6\xe3\x95\xf6\x8d\x73\x38\x1b\xcf\x2b\x01\xb9\x28\xda\xd9\x63\xc7\xbe\xb4\xc2\xd5\x3b\x70\x14\x60\x60\xfe\x40\x34\x3b\x58\x67\x38\xf1\xad\xd7\x4f\x82\xfd\x8b\x19\xef\xaf\x25\x5c\x46\x19\x4f\x72\x79\x2c\x3d\x74\xd8\x99\xf0\x4e\x9d\x2b\x41\x37\x1f\xf7\x56\x3e\x69\xec\x2d\x36\x4f\x6f\xc3\x98\x98\x22\x07\x4b\xaf\x61\x87\xc2\x85\xd3\xe6\xf8\x9b\x2f\xe7\x60\x17\x75\xb5\x8c\x5d\xa9\xe4\x80\x22\xfa\x23\xb8\x71\x34\xac\x8e\x2e\x81\xda\x47\x1b\x41\x15\x1b\x5b\xd3\xad\x33\x7b\xd0\x57\xf3\xe1\xb6\x6a\xc4\x29\x9f\xca\x97\x9c\x22\xec\x9c\x5a\x65\xaa\xac\x6b\xf2\x52\x43\xcd\x60\x6c\xb4\xb5\xfa\x34\x98\x1a\x0b\x66\x1f\xf1\x42\x59\x87\x7a\x0e\x51\x77\x87\x8e\x1c\xb2\xb0\xbd\xb2\x9b\xe3\x63\x8f\xa4\xb6\xe8\x78\xf9\x5e\x20\xbb\x4c\xf2\x2b\x4c\xc3\x70\x87\x68\x10\xc1\xbd\xdb\x70\x0e\xc2\xc5\x35\x26\xd6\x4c\x21\x82\xcb\x77\xf8\x1c\xe3\xd0\xcf\x8c\x85\xcf\x47\x1b\x5b\x93\x4d\xc0\xc5\xf5\x65\xbe\x2f\xe2\x33\x57\x24\x46\x90\x45\xb7\xc1\x58\x93\x9c\x6c\x46\x6d\xb4\xe0\xe8\xf8\x04\xf4\x85\x37\xe4\xe2\x63\x41\x53\xbc\x37\x69\x05\xa4\x8c\x91\x4c\x7d\x55\x5b\x0b\x2d\xc2\x2c\x60\x84\x4c\xe8\x80\x4e\x00\x59\x6a\x2f\xbd\x6d\x6c\x6f\xb4\x6a\x53\xc1\x4c\x3d\x18\x9d\x08\xee\x3d\x00\x00\x69\x00\xc9\x33\x6f\x91\xa6\xce\x38\xbf\xdb\x6f\x9a\x37\x36\xe0\x86\x89\xca\x55\x0f\xe1\x44\x2d\x5c\x9c\x80\x2b\xba\x3d\x7a\xbb\xf9\xe8\x89\xae\x15\x6c\x8e\x87\x8b\x67\xe4\xe7\xe2\x6a\xbb\xb6\x00\x3d\x73\x23\x8d\x37\x93\xb0\x54\x74\x9e\xab\x70\xdf\xd2\x59\x22\x34\x62\xec\x69\xd5\xc6\x74\x81\xea\xa5\xf5\xf0\x99\xdc\x65\x6f\xc7\xda\xb7\xeb\xc1\xd8\x6b\xe8\x14\x70\x4c\x77\xa7\x47\x18\x5c\x9a\xe2\xc6\x88\x38\x11\x5e\x5d\x9e\x06\xa4\x0d\x1f\x9f\x6f\x2f\xcc\xd2\xc9\x77\xe1\x22\x2c\x43\x97\x4b\x30\x67\xf9\x65\xf4\xc3\xeb\x1b\xec\x3d\x85\x65\xb2\x8e\x1d\xfb\xc2\x6a\xdd\x1b\x6f\xdd\xdd\x0b\x16\x37\x83\x9b\x35\x3e\x6b\x03\xb9\x21\xb7\xe2\x67\xb1\x30\x58\xba\xad\x3f\xe8\x25\xa1\x15\xa7\xba\x7c\x48\x4c\x3a\x1a\xae\xdf\x83\x3a\x40\x38\xf0\xc0\x4c\xde\x07\xe2\x05\x38\x03\xdf\xa9\xb1\xf3\x4b\x80\x05\x78\x8c\xde\xde\x0c\xa7\x46\xc3\xc7\x67\x1b\x7b\xd3\x80\x11\xcd\x85\x3d\xec\x78\xc0\xf7\x87\xb8\xe7\x2f\x8e\x1f\xff\xc6\xc2\xd5\x9e\xb9\x8b\x24\x48\x17\xe8\x11\x10\x4e\x34\x6f\xdc\x6d\x8d\xee\xe1\xe6\x6b\x48\xc4\x8f\x6a\xa5\xa4\x00\xe8\xce\x04\x76\x06\x66\xa6\x8a\xba\xad\x04\x76\xf9\x21\xfe\xef\x58\x6c\x41\x60\xb9\x1b\x5b\xb5\xc6\xf6\x0d\xe0\x28\x9a\x1b\x70\xf4\xd6\xa1\xbf\x76\xed\x6e\xf3\x25\xad\x75\xc9\xed\xcf\x55\x5c\xd7\x67\x94\x0a\xaf\xde\x6f\xad\x4d\x09\x0d\x8a\x15\x69\xd2\xf8\xe4\x11\x30\x66\x0c\x07\xc4\x47\x90\x2e\xe3\x0e\xe1\x81\xd4\xc7\x21\x98\x79\xd2\x1e\xdd\x92\x83\x40\x6c\x8d\x14\x98\xcc\x0d\x2f\xbd\xba\xa9\x07\x61\x85\x88\x82\x1f\xfb\x0a\x96\x4e\xc8\x38\x7d\xed\xab\xb8\x83\xd0\xef\x59\xa4\x8e\x80\x79\xfa\x9b\x1a\x12\xb7\xd6\xd8\x3f\x87\xdc\x28\xcd\x19\x76\xae\x3d\xfa\x32\xd8\x5f\xb3\xbe\xfd\xfc\xa8\xf5\xff\xfc\xf6\x37\xbf\x01\x92\xbb\x10\x8c\x23\x25\x86\xa1\x21\x6d\xbc\xf6\x04\x56\x05\x10\x3e\x98\xdf\x68\xbe\xb8\x82\x4b\x42\xcb\xc3\xf5\x81\x0a\x09\x9d\x3f\x84\x67\xf5\x90\xf5\x31\xcd\xe1\x7f\xd8\x3f\xe6\x81\x6d\xb4\x7b\x0a\xee\xe0\x27\x84\xb8\xb7\x77\x61\x7b\x70\x19\xb1\x18\x0e\x03\x1f\x15\x35\x54\xeb\x0f\x47\xf0\xbb\x2a\x8c\x48\xcb\xc2\x6e\xbb\x36\x2a\x1d\x2a\xbe\x8e\x39\xd9\x5c\xc1\x2d\xf7\x39\x15\x98\xef\xdc\x12\x9e\x34\xa2\x53\x0c\xc9\x2c\x1f\x35\x96\x2b\xbb\xbe\xd3\x37\x22\x40\x3c\xff\x76\xed\x7a\x73\xe9\x7e\x38\x33\xdb\x3e\x77\x09\xf8\x9e\x0a\x30\xbf\x39\xfc\xc7\x29\xd8\xb2\xf6\x8d\xdd\x6d\x5c\xf2\x85\x55\x3c\x81\x63\xaf\x1a\x3b\xf3\x7a\x07\x70\x9b\xdc\xbe\xbe\x92\x53\xb6\xf9\x96\x0a\xe6\x2e\x63\xcb\x37\x96\x9b\xaf\xaf\xcb\x6d\x65\x96\x03\x2e\x0f\x01\x1b\x8e\x64\xe3\xcc\x6a\x73\xef\x19\x83\x00\xcd\x68\xbc\x59\xe2\xd3\x12\xec\xdf\xb2\x8e\x7e\xf6\xb5\xd5\x9c\x7e\x86\xbc\x0f\xdd\x6d\xb0\x2d\x4c\x8c\x50\x72\x80\x1b\x6c\x7b\x16\x68\x10\x00\x02\xcd\x84\x75\xd7\xc3\xe3\x2a\x44\x08\x84\xe8\x03\xdf\x79\x2a\x0f\x7c\x4a\x96\xdb\xb6\xfe\x28\xbf\x95\xd0\x91\x84\x93\xe1\x25\xa1\x61\xde\x88\x22\x1b\xd7\x9b\xfb\x0f\xa1\x73\x18\x4e\x70\x66\x4c\x2e\xc4\x2b\x4f\x85\x8f\xdf\x3a\x1f\x9c\x7e\x0e\x08\xd0\xde\xb9\x06\xcb\x8d\x88\x71\x7b\x1d\xb8\x59\x1c\x4e\x9f\x5d\xb4\x91\x03\x2e\xe6\xa4\x9b\x92\xeb\x9e\x84\x7e\xfe\x50\xc6\xde\xad\xcf\x55\xb1\xf5\x29\x15\x7b\xd6\x97\x54\xde\xad\x9e\x8c\x52\x6a\x6b\x20\x2b\x2f\xb5\x19\xca\xf2\x5d\x0b\xd0\xca\x28\x77\x87\xec\xb2\xe5\x01\xbf\x5a\xb0\x2d\xd9\x61\xab\x37\xef\x61\x49\xd9\x2a\x39\xbd\x32\xdd\x9e\x4c\xea\x9d\xc9\x17\xa0\x30\xb8\xe3\x6b\x70\xd0\x44\x78\x4a\x83\x8e\x16\x32\xb5\x0e\x93\x43\x5c\xc7\x99\x35\xdc\x56\x7d\x65\xf2\x19\x7b\xbd\x13\x9c\xbf\xcd\x4c\x18\x5d\xb5\x34\xd1\x9c\x92\x56\x04\x79\x95\xcc\x22\x5b\x19\x07\x92\xfe\x85\x81\x5c\x5c\x55\x7c\x39\x76\x0e\x2c\x4d\x6b\x77\x0b\x88\x51\x24\xf6\x10\xf7\x09\x22\x92\x48\x91\xb9\x53\x0e\xca\x6f\x84\xca\x2c\x7f\xb5\x56\xd7\x90\x31\x5f\x98\x05\x61\x34\x15\x5a\x21\x36\xcd\x27\x12\xdb\xae\x8b\xe4\x16\x4e\x08\xb7\x21\x0d\x11\x0f\x8c\xf3\x9f\x5d\x09\x26\xc6\x11\x9b\x67\xd6\x90\x4d\x58\x9c\x0c\xea\x9b\x5c\x17\x50\x49\x4e\x31\x01\xe3\x42\x30\xa7\x21\xc2\x86\xc8\xd6\x71\xbe\x85\x17\xad\xb1\xb5\x02\x6c\x07\x90\x2a\xbe\x53\x61\x14\xd8\xd5\x8d\xdb\xc0\x33\x58\x7f\xfa\x2c\xfb\x91\xa5\xc7\x05\x3d\x23\x66\x4f\xce\xe1\xd9\xd9\xbf\xaa\xdb\x89\xee\x54\xee\x93\x09\x41\xa2\x1b\xc5\xaf\x10\x04\x4b\xa5\x71\xfe\x09\x6f\xe1\x83\xb9\xa3\x8c\x90\x2d\x03\xc0\x14\x50\xb9\x32\x8b\xb7\xba\x26\x53\x35\x25\x07\xe5\xfa\x5d\x94\xbb\x40\x4e\x99\x7e\xce\x92\x02\xc8\xe8\x9e\x9f\xeb\x77\xfc\x5c\x1f\xd2\x4f\x68\xf2\xec\x9d\xf0\xf9\x5c\x0b\xb8\x89\xfa\x7d\xeb\x03\x28\xf8\xc0\x0a\x2e\xee\x35\x76\xee\xfd\xb4\x7b\xfd\xf0\x29\x61\x99\x7f\x8b\xb4\x11\xcf\x99\x53\x42\x44\xc2\xab\x1e\x68\x8e\x1c\x72\x58\xae\x85\x5d\xe0\x3c\x58\x21\x80\x6b\x7b\xe5\x09\x5c\xe3\x96\x30\xbb\x22\x28\x01\xe5\x3a\xec\xc1\x0d\x34\xd9\xda\x9d\x10\x11\xe8\xc1\x24\xee\xce\x44\x1d\x21\x6a\x53\xbc\x29\x56\xbf\xdb\x5b\x75\x4a\x45\x8b\x5b\xc3\x45\x56\xdc\x2f\xf0\xbe\xb2\xbb\x49\xe1\x05\xab\xae\xdf\x85\xc5\xe1\x31\xab\x0a\x06\x53\x47\x02\xb5\x66\x96\x52\x6b\x69\xde\x0b\xa7\x3a\x98\x87\x83\x22\xec\x59\xf3\xf9\x4e\xf3\xa5\x10\xb2\xf6\xcd\x5b\xcd\xb9\x57\xc1\xc4\x34\xff\xc4\x9a\x9e\x75\xe4\x13\x98\x5a\xc6\xcb\x9f\xb2\xf9\xa2\xe9\x57\x6b\xcb\xec\x46\x7b\x6c\x1a\x7b\x7b\x7b\x13\x59\xb6\x7b\x4f\xc3\xb9\xab\xf1\x61\xc6\x10\x37\x86\x46\x2c\x2d\xa7\x4d\x90\x77\xd7\xab\x16\x0a\xb6\xe7\xe1\x76\x04\xf7\x81\x62\x8c\x86\xf5\x8b\x41\xed\x62\xb0\x5f\x6f\x3f\xba\xd6\xaa\xd7\xe1\x3b\x30\x0c\xe1\xe5\x71\xb9\x77\x45\x6e\x6d\xde\xbf\xa9\xa5\xb0\xf0\xec\x44\xf0\xf6\x11\x7c\x6c\xec\x40\xfb\xbb\x78\x6f\xac\xdf\x03\x9c\xb0\x7e\xff\xdd\x1f\xa1\x41\x3d\xc8\x34\x8e\x46\xaf\x27\xe2\xd0\x5c\xfd\x3f\x2c\x18\x5a\xe6\x7b\x54\x55\x9d\xc8\x54\x99\x1d\x77\x4b\x45\x64\xc7\x15\xc2\xe3\x0d\xc0\x08\xaa\x50\x5a\x81\x08\x4e\x7b\xc3\x0e\x2c\x7c\x4e\xab\xb8\x70\x41\x7d\xfb\x47\x3f\x1b\xd4\xc7\xc3\x99\x1b\xa6\xc2\x4b\xb4\x3e\x83\x23\xb4\xcf\xb0\x08\xf5\x8b\xc8\xcf\xb3\xea\xc4\x1b\x70\x87\x49\x91\x24\x85\xc7\xe0\xb7\x85\xbf\x2d\xad\xc3\x71\x6c\x0f\xd5\x4f\x05\xb7\x04\x38\xed\x22\x65\x3e\xa5\xa0\x83\x99\x33\xad\xfa\x78\x30\x7d\x05\xa5\x3e\xdd\x26\xf4\xe4\x56\xfa\x55\x47\x4a\xb5\x32\x22\x2a\x1a\xf5\x5d\xd4\x34\x44\xf6\x48\x6b\xc7\x44\x0d\x31\x44\xb4\x18\x3d\xb0\xdb\xa4\x18\x91\xce\x9e\x3e\x0e\xe7\x77\x23\x4e\x9f\x3a\x83\x86\x60\x29\x45\xa5\x77\x22\x23\x33\x24\xcd\x9e\x8c\x06\x51\x55\xa9\x54\x80\x33\xc9\x57\x00\x5f\xc3\xd9\x45\x54\xfd\x65\xbe\xcf\x57\xfd\x81\x13\x86\xba\x2d\x27\x0a\x1d\xa1\x88\x8c\x5a\x11\x7b\x34\x60\x0f\x21\x2b\x35\xe8\xf5\x93\x52\xed\xd5\x65\xa6\xad\x3f\xed\x2e\x31\xe9\x60\x9a\x8b\xe8\xe0\xb9\x05\x27\x5f\xca\xbd\x7f\xcd\x57\xa3\xc0\x19\x60\xcd\xf8\x45\xc8\x2a\x3f\x90\x10\xb3\x20\xcd\xa0\x14\xf8\xf2\x35\x52\x01\xe3\xfe\x83\xe6\x5a\xcb\x8f\xda\x57\x17\xdb\xf3\x13\x40\x05\x80\x84\xb4\x46\x9f\xe0\x51\x24\x2d\xa4\x3e\x25\x26\x43\xa3\x9b\x26\x92\xd8\xd9\xb0\xc9\xf1\xa5\x76\x02\x2b\x32\x68\x0f\xf6\x62\x0b\xb8\x6f\xd7\x1a\x7b\x33\x3c\xf5\x4c\x1f\xec\x3c\x21\xbf\x52\x7a\xbc\xbd\x06\xe5\x82\xb4\x58\x68\x77\x29\x84\x95\x50\xfa\x55\x20\x2c\xc3\xd9\xf6\xe9\xb3\xe1\xb3\x4b\xbc\x01\x50\xd6\x5e\x01\x82\x79\x3e\x12\x9c\x85\xe2\x33\x9b\x40\x4c\xa9\x67\x97\x7d\xb5\x56\xc8\x5c\x6f\x8e\x86\xf3\x9b\x88\x7f\x34\x0d\xe6\x52\x65\xe9\x97\x1f\x31\x0f\xdc\x1a\x7f\x6e\x7d\xdc\xfb\xc9\x61\xef\xe3\x0f\x7b\x3f\x61\xf2\x1b\xae\x2d\x87\xc0\xc7\x92\x84\x16\x5e\x01\x2e\xf5\x15\x49\x2d\x2b\x70\xfb\x5b\x87\x8b\x56\xb0\x39\x03\x17\x7f\x30\xf6\x20\xd8\x98\x0a\xeb\xb3\xdc\xb6\x30\x04\x24\x46\xd2\x65\x57\xa0\x23\x42\xa8\xab\xf0\x29\x7c\x5b\x0b\x5f\xec\x70\xbb\x82\x55\x30\xd6\x01\xa7\x17\x2e\x18\x20\x19\x20\x6f\x7e\x89\xff\xb7\xbe\x91\x8f\x76\x31\x51\xce\x17\xf5\x7f\x42\x9b\x96\xb4\x69\x39\x9e\x35\xa4\xc1\x91\x51\x23\xc0\x5f\x5b\x80\x69\xc0\x8f\x59\x48\x11\x60\x28\x16\xea\xa4\x2d\xa2\x9d\x3d\xb0\x6f\xb4\x4c\x25\x67\xd0\xf1\xd3\x10\x0b\x06\xc8\x8a\x44\x5e\x20\x1e\xb5\x70\xf8\xa3\x17\xe0\xf8\xb5\x6f\xef\x34\xdf\x8c\xf2\x5a\x35\xd7\x27\x82\xfd\x31\xeb\xb7\x56\x50\x3f\xd7\x9e\xbd\xc6\xea\xb9\xd6\xc3\x15\xc4\xe2\x81\xbc\x97\xab\x96\x65\x97\x80\xf5\x24\x4c\x83\x2b\x40\x51\x60\xec\x09\x78\x1c\xde\x28\xbd\x1b\xbf\x8c\xb6\xe3\x57\x56\x63\xef\x5c\xb8\xb8\x86\x9b\x45\xab\xcc\x42\x12\x0c\x04\xa5\x28\xad\x81\x5c\x5c\x83\x5d\x02\x6e\xc7\x1c\x29\xb6\x0e\xf4\x73\xb1\x06\x8c\x5b\x7b\x7c\x1a\xd1\x80\x3a\x90\x0b\x76\x7e\x23\xbc\x7c\x1e\xee\x57\xb8\x59\x71\x93\xa7\x26\xda\xf5\x39\xc6\x69\x58\x1b\x19\x29\x03\x01\x85\x6f\x2d\xcc\x99\x4d\x98\xc8\x24\x92\x25\x5d\xf8\x1e\x9d\x77\x9f\x2e\x7c\x66\x0b\x93\x32\x1d\xcd\x04\x0e\x10\x1c\x4e\x18\x6e\x63\x67\xa7\xb1\x37\xc7\x0c\x10\x91\x0b\xec\x19\x07\xe0\x77\xf6\xff\xd3\x6e\x9d\x87\xf0\xd3\xee\x84\x6c\x0b\xa3\x11\x9d\x1b\x28\x82\x7b\x4f\x46\xc4\x2d\xe8\xf3\xc5\x65\x72\xf8\xd4\x05\x55\x20\x01\x2b\xbe\xe7\xfa\x98\xc8\xe5\xf6\xfa\x19\xee\xf6\xe2\x12\x2c\x23\xfc\x4d\x77\x71\x5d\x2d\x51\xd4\xbe\x16\xca\xe3\x8b\x15\x75\xa9\x01\x7d\xd7\xcd\xc1\x4d\x53\xf1\xe5\xfa\x6a\xcf\xbd\x0e\xb6\x57\x44\x79\xb6\x79\x11\xed\x3a\xff\x2f\xec\xf7\x34\x2e\x45\x19\x0e\x74\xc9\x2d\x00\xf1\x54\x67\xe7\x6b\xb7\x7c\x84\xbe\x28\xcc\xf7\xac\x42\xbe\x0c\xeb\x6e\x01\x8f\x5e\xee\xb7\x2d\xd5\x8f\x67\xf9\x03\x15\xb7\xda\x3f\x40\x17\x78\x0f\xd0\x77\x5c\xcc\x13\x7c\x20\x91\xc2\xab\x16\x11\xc7\x3b\x0f\xa4\x06\x63\x56\x11\x80\x98\xb7\x67\x20\x73\x37\x0f\x5c\x68\x4d\x5d\x15\xd7\x21\xf4\xa1\x3e\x0b\xb4\x14\xd7\x7b\xfd\x4e\xeb\xed\x05\xe6\x2a\x22\x60\x91\xa9\x63\x85\x30\x7e\xb7\x98\x87\x09\x8c\xd8\x9e\xb0\xb4\x4c\x65\x60\x91\x44\xa7\x2f\xbf\x01\x0e\x6b\xcb\x26\xbe\xdd\x08\xaf\xbc\x81\xda\x40\x6f\x07\x4f\x64\xbe\x83\x0b\xf0\xeb\x98\xb5\x27\xf3\x2d\x5c\x93\xf4\x29\x52\xc7\xb1\x7a\xef\x0f\x6c\x03\x32\xa7\xfa\x4d\x42\x7f\xfd\xad\xdd\x69\x02\x3a\x76\xec\x8b\xe3\xc4\xdb\x93\x96\xea\xc9\xb9\xf6\xc5\x4d\x69\xf0\x0b\xdf\x1f\xf2\xbe\xab\x94\xb2\xac\x1a\xfa\xee\xdb\x2f\x2d\xdd\xee\x48\xc9\xcd\x17\xb1\x2c\xbc\xb0\x0a\x58\x2d\xdf\x8f\xdb\xf9\x41\x1e\xdb\xe2\xb5\xf6\xf5\xf3\xd2\xce\xa7\x70\x51\xd3\x57\xa4\xb7\x40\x77\xe4\x2b\x52\xb5\x3f\xa4\x32\xf6\x99\xaf\xed\xe1\xdf\x57\xf2\xe5\x02\x57\x83\x5f\x56\x2f\xfd\xb4\x90\xe1\xca\x1c\x75\x07\x81\x04\x1e\xab\x0e\x0e\xe6\x2b\x23\x59\xfe\x65\x79\xfc\x53\x0a\xbf\x82\xbd\x43\x9b\x9c\x14\x0e\xf2\x4f\x29\x3c\x3a\xe0\x82\xe0\xab\xca\x0a\xf4\x2b\x73\xbc\x62\xdb\xd4\xdb\xe7\xc0\xd5\x5a\xc8\x00\x02\x34\xb0\x65\x80\x71\xf2\x6f\x46\x8b\x7d\x36\x99\xab\x92\x7a\xdd\x7c\x69\x08\xc4\x4e\xe4\xea\x04\x40\x64\xaf\xd3\xdb\xad\xc9\xa7\xe1\xfc\x78\xb0\x7e\x35\x7c\x32\xfd\xcf\xda\x68\xfb\xda\xdb\x70\x72\xa2\xb1\xfb\x04\x38\x7c\xfc\x58\x9f\x0f\x1f\x3e\x6a\xbe\x06\x0e\xa2\x7e\x24\x07\x84\x22\xd1\x58\x11\x88\xd4\xcf\x6a\x10\xbe\xc4\x1b\x24\x9d\xc4\x2d\xd2\x6f\x3a\x7f\x53\xc3\xe7\x73\xac\x9b\x04\xde\x8d\xb4\x51\xc8\xa5\x27\x81\xc2\x45\xa0\xf4\x33\x0c\x64\xa1\xe6\x8b\xb4\xee\xac\xbc\xfa\x31\x1d\xfc\xde\x83\x34\x70\xa6\xba\x7a\xf9\xb4\x2a\x0d\x6e\x13\xa0\x52\x89\x83\x8a\x15\x50\x69\x79\x00\x38\xe2\x24\x4b\x4f\x85\x52\xb5\x68\xc7\x96\x49\x19\x08\x66\xb9\xfb\xc6\xd6\x33\xeb\x83\xc3\xde\x07\xd4\x6a\xf9\x24\xb0\x29\x65\x01\x07\xf2\xde\x5c\xba\xdf\x9e\x7a\xd2\x5a\x43\x79\x50\xd9\x44\x41\xae\x2f\xb8\x95\x8a\x5d\xf0\xb3\x86\xa6\x61\x2d\x98\x7a\x03\xb2\x0e\xb6\xa2\x29\xa4\x21\x4b\xd1\x91\x02\xb6\xda\x3c\x61\xb1\x4a\xda\x7e\x9b\xeb\xb5\x6d\x90\xaa\xf3\x27\xed\x72\x74\xb8\x35\x8f\xd3\xd8\xbb\x02\x1f\x99\x6c\x83\x7c\x97\xac\xc0\xec\x31\x1f\xa4\x94\x3a\xc0\xaa\x75\x54\x11\x23\x41\xb7\x2a\x3e\x9c\xdc\xce\x6e\x8c\x53\x9c\x52\x87\x77\x93\xe0\x61\x56\xc5\x18\xe9\x31\xc0\xdf\x0a\xb8\x9e\xb9\x5e\xb8\x68\x85\x4d\xe1\x49\x5b\x4d\x58\x1a\x64\xfd\x0f\x90\xd9\x0a\x19\xc5\x0d\xa9\x97\x4d\x71\x06\xdf\xa7\x6f\x6f\x73\x7d\x00\x6b\x0e\x68\x08\xd0\x00\x09\x78\xd7\x96\xe0\xea\x66\xc5\x63\xab\x36\x16\x0d\xf2\xda\x93\x60\x76\xe5\x80\x56\xf5\xe5\x92\x3e\x3a\x46\x8b\x44\x23\x5a\x2c\xb7\x7f\x84\x5b\x25\x0b\x4b\xc7\xf7\x83\xd6\xd4\xa0\xe9\x8b\xec\x2d\x78\xd3\x96\xf2\x9e\x8f\x92\x1a\x4f\x00\xa1\x9b\x0f\x76\xda\x0b\xf7\xc4\x6c\x75\x7a\x1b\x0f\xe1\x3e\xe9\xef\xf7\xa6\x4d\x41\x02\x47\x44\xda\x35\x2e\x12\x3e\x5b\xcb\xe3\xe7\xa6\xd9\x2e\xcb\xad\xe1\xbd\x77\xf9\x0e\x8f\x03\x7b\xd5\x8c\x08\x9a\x45\x4e\xda\x23\x59\x90\xc2\xc3\xf3\x4f\xc3\xf5\x09\xe2\xdb\x50\x2e\x67\x55\x8b\xbe\x7c\xf5\xa4\xad\xe8\x7a\x21\x85\x02\x0a\xcf\x28\xcf\x9c\xb2\x2b\x70\xfb\xe9\x06\xd9\xb0\xf3\x3e\x6d\x4c\x21\x8f\xc9\xaa\x80\xd1\xf1\xd6\xea\x7a\xfb\xf4\x5d\xdc\x6a\x45\x1a\x34\x18\x4e\x18\xda\x18\x5f\xc3\x59\x2d\x6f\xa3\x8a\x62\xec\x15\x83\x85\xb5\x07\x38\x2b\x14\x24\xb5\x36\xe3\x42\x1d\x35\x5f\xd4\xb5\xa9\xc7\xc8\x78\xbe\x53\x2a\xe1\x6a\x8b\x97\x83\xc1\x7c\x34\x76\xa6\x9b\x67\x5f\x61\xe7\x4b\xb3\x8d\xed\x1b\x5a\xb8\x0d\x2f\x8f\x32\xe2\x30\xa3\xa6\xcc\x5b\xf5\xd6\xde\x04\x2c\x2f\x62\x7a\x7d\x0d\x16\x39\xd8\x38\x03\x93\x10\xfd\x20\x29\x63\xe4\x3b\x35\x1e\x2d\x3e\x8f\x00\x99\x73\xf2\x7d\x88\x0f\xa0\x55\x3f\xaf\x07\xc0\x47\x1d\x07\x40\xdb\x97\xe8\xbd\x7d\x63\xb9\x3d\x3f\xa9\x7b\x67\x60\x45\x35\x12\xb3\x44\x81\x9d\xca\xff\x2f\x4d\x91\x1b\x37\xf0\x8b\x3d\x0a\x72\x7c\xdb\x1b\xa7\xa1\x79\x63\x03\xcd\x30\xe4\xfe\xa1\xcf\x01\x70\x49\x78\x68\x4e\x64\x98\x95\x14\x15\x79\xf6\x28\x33\x96\x23\x24\x6e\xd1\xa7\xcc\x7f\xb9\x70\xad\xb9\x40\xd0\xce\xdf\x46\x13\xd4\xfc\x6e\xc6\xd4\x90\x28\x72\x5a\xbf\xda\xba\xb3\xaa\x5c\x36\x00\xb7\xc7\x1e\xe3\x42\xb1\xdb\x46\x9f\x5b\x2a\xb9\xc3\xa8\x8d\x40\x39\x60\x75\x87\xcc\x49\xd0\x34\x9c\x7a\x54\x0a\xb4\x36\xae\x83\x68\x24\x50\xa8\xe1\x62\xa8\xc6\xd6\xba\x7c\xc3\x0f\xe1\xf3\x55\xc0\x7a\xf9\xcd\x2c\xa0\x7c\x45\xe9\x7a\xb0\x87\x88\x23\x72\xa7\x95\x53\xa8\xb3\x54\xd4\x86\xae\x2d\x0b\xd6\x1e\xa9\xe9\xdb\x9b\xcd\xb9\x05\x58\x78\x32\x2a\xe8\x4a\xc0\xae\x00\x05\x2a\xb3\x3c\x43\x03\x35\xea\x6b\x93\x39\x37\x14\x33\x3e\x65\xbe\x57\x8e\x2b\x27\x32\x71\xe7\x16\xf6\x4a\x8a\x3c\x20\x98\x31\x55\x5a\x59\x5e\x69\x36\x56\x64\xe4\xec\x7a\xc2\xc7\x19\xa7\x54\x54\x29\xd9\xe6\xbd\xfd\xc6\xf6\x3d\x16\x99\x58\x5b\x82\x26\xc9\x92\x53\x20\x1d\x80\xaa\xc8\x67\x8f\xf5\x89\x19\xd2\x42\xc5\x1c\x79\x8a\x76\xc9\x06\x29\xcd\x3c\x1c\x99\xaa\xa3\x26\x6a\xfd\xe9\xb3\x4c\x66\xa8\xda\x0b\x8d\x46\x6e\x3a\xb4\x83\x6a\x26\xe2\x7d\x45\xb2\x78\xa7\x58\xc0\x36\x6d\x58\x62\xae\x84\xf4\x65\x6b\x05\xc9\x2a\xb4\x3e\xbf\x1b\x5e\xb8\x8f\xb2\x2a\x75\x8a\x0b\x48\x57\x02\x5b\xcc\x82\x4b\x53\x6c\x40\x8b\xf1\x04\xfa\xb2\x13\xbd\x4d\x31\xab\xb7\xa1\x7d\x53\xcc\x56\xec\x7c\xa2\x0d\xe3\xe1\x8d\x17\xb0\xc2\x8d\x9d\x79\xa4\xa2\xd7\xcf\xea\xef\xb0\x85\xb4\xdb\xe8\x38\xc4\x17\x95\xb2\x44\x09\x27\xad\x7c\xd7\x78\xe3\xc4\x83\x0d\x85\x2e\xf6\x74\x98\xa8\xc1\x59\xc1\x49\x4e\xd7\x32\xd5\xa1\x22\x0a\x49\x6a\x81\xb0\xcb\xf9\x4d\x59\xa0\x78\x99\xa9\x77\xa5\x1b\x35\x42\x0a\xae\xa5\x64\xa2\x51\x75\xfc\x3a\x3d\xd3\xd0\xb6\x80\x38\x4b\x22\x4d\x02\x4a\x69\x30\x80\xc4\xf0\xf9\x17\xa7\x02\xb2\x48\xa3\x52\x80\x6f\xdd\xfa\x38\x92\x15\xa6\x84\x8b\x13\x70\x5c\x48\xfb\x58\x87\xfd\x40\x35\x12\x60\x6e\x15\xfa\x7b\xb3\xdb\xdc\x9e\x12\x69\x2a\xe6\x35\x25\xdf\x32\x62\x35\x13\x1b\x5a\xef\x08\x0b\xea\x6c\x63\x13\x93\x9b\xd5\x3b\x62\x91\xc9\xb5\x9b\xa9\x2e\x69\xa3\x53\x26\x3a\x65\x76\xaa\x7a\xbe\x3b\xa8\x68\x50\x30\xb7\x04\x54\x43\x6f\x14\x1b\x02\x61\x09\x5c\xd7\x13\x5d\x25\xc3\xb1\xe6\x9a\x2f\x61\x01\x92\x6d\x10\x00\x5e\x6b\x2e\x52\x4e\x4c\x74\x0e\xa0\x43\x20\x3e\x65\x5f\xf7\xc8\x04\x95\xf4\xf6\xba\x25\x14\xd2\xa2\x89\x10\x75\xc8\x39\x83\x28\x18\xb1\xb1\x92\x18\x1c\xb4\xaf\x46\xdc\xf5\xee\xcb\x60\x71\xbe\x39\x31\x8e\x1b\x1b\x1b\x4a\x02\x21\xcc\x21\x25\x11\x42\xed\x75\x3a\xf1\x70\x4b\x06\x83\xc4\x03\x96\x12\x5c\x18\x5d\xc2\x8b\xa2\xe5\x72\x14\x5c\x73\x31\x00\x56\xac\x30\x73\x10\x03\x4e\xe3\x2f\x8d\x6e\x0c\x3b\xc3\x68\x72\xa4\x7a\x92\x02\x4a\xe3\xd6\x13\xc3\x99\xcf\xec\xe3\x69\x22\x2b\xa5\x18\x17\x8c\xae\x59\x91\x1a\x23\x04\xd2\xc1\xfb\x93\x01\xbc\x49\x89\x12\x00\x9b\xc2\xad\x12\xa1\x26\x66\xdb\x8b\x79\x41\x88\xd0\x2d\x8e\x8f\x02\x20\x2e\x8e\x9d\x60\xcc\xad\x1b\xd4\x0f\x6d\xb1\x2b\xa3\xed\xd3\x1b\x06\x0d\x3c\xc7\x14\xaf\xb1\x7d\xc1\x74\x0a\x60\xab\x3f\x5c\xe2\x91\x9e\x74\xa8\xe2\x90\xf4\xcd\x8d\xa8\x9f\x4a\xfb\xb2\xb1\xdf\xd8\xda\x96\x22\x41\x57\x2e\x61\x2c\xd5\x63\x81\x12\x24\x51\xfc\x55\x84\xff\x78\x99\xd8\x38\x09\x00\x48\x45\x27\xc5\x16\x46\x95\x9d\x03\x6e\x6c\x31\x85\x60\x3a\x05\xe3\x64\x26\x9b\x09\xc4\xef\x92\x4d\x6b\x84\xa6\xfd\x35\x07\x41\x5c\x61\xb1\x48\xf8\xc6\x03\x67\x9e\x59\x0e\x6a\xe7\xe2\x22\xb0\x09\x18\xf3\xc4\xd5\x85\xb9\x98\xe6\x1b\xb5\xb9\xa2\xed\x0e\xf6\xc7\x22\x45\xa9\xd9\x3a\x9a\x91\x51\x6b\x08\x04\x91\x6e\x6f\x51\x83\x2e\xae\x9a\xfa\xec\x54\xbd\x37\x5f\x60\xa6\xaa\xbb\x3d\x7a\xa1\xb9\x3a\xc9\x16\x5d\x35\x20\xbd\x04\x3c\x31\x03\x17\x64\xc2\xb4\x34\x84\x80\x82\x66\x07\x5c\xf6\xd8\x2c\x09\x05\xcb\xb7\x90\xd1\x12\x0e\x00\x35\x18\xb8\x87\x78\x60\xb6\x26\x91\x8d\x31\x69\xfa\x44\x8d\xf5\xaa\x1d\xdc\xbd\x56\x13\xc3\x02\xc0\xa1\x43\xe2\xbf\x30\xd5\xbc\xb2\x94\x60\xed\xc5\xec\xab\xb8\x4c\xe2\x93\x3d\xed\x72\xf4\xb1\xe7\x57\xdc\x72\xff\x27\xac\x4f\x0e\xde\x3c\x0a\xce\x3f\x0c\xae\x5e\xf8\xdd\xc7\x1f\x4a\x81\x85\xd2\xc1\xd2\xfd\xe6\xe2\x24\xdf\x2e\xe8\xd5\x1a\x79\xb1\x5a\x30\x88\xc6\xde\x1c\xf4\x0a\xeb\x60\x0c\x8f\x3c\x5a\x49\xff\x3c\x1e\x4c\xa3\xfe\x26\x51\x0d\x21\x89\x39\xdf\x6a\xad\x4c\xb2\x3b\xaf\xaa\xd2\x9c\xbf\xd8\xbe\x71\x37\xbc\x70\xa9\xf5\xe0\xae\xda\x0a\xc4\xb2\x68\xdd\x62\xec\x13\x2f\xb6\x21\x63\x03\x77\x12\x8c\x3d\x15\x35\x5d\x5c\xc6\xd6\xd0\x74\xbd\x12\xb4\x18\xaf\x6f\x6c\x05\xb3\x53\xcc\x2c\xe0\xb0\x3a\x9a\x88\xc4\x4a\x55\x3d\x1b\x53\x04\xe2\xd7\x82\x28\xc3\xa4\x00\xad\x28\x6f\xd4\x8e\x27\xd0\xc8\x98\x81\xf0\xae\x06\x2e\x91\x99\x8c\x49\x02\xcd\x99\x09\x82\x1a\x7a\x82\x24\x70\x4b\xc0\x90\x19\x6b\xd1\x85\x32\x18\xa0\xe8\x4c\x41\x9f\x3b\x79\x08\x4d\x21\xd8\x60\xa9\x9d\x1c\xe2\x74\xa2\xa3\x2b\x35\x3f\xa3\x0f\xee\x40\x4f\x09\x57\x02\x87\x4d\x5b\x88\x02\x06\x09\xe8\xbc\x09\x5b\xe7\xc3\xc7\x77\x78\x2b\x50\x6a\x41\xe7\x54\x25\x63\x84\xcf\x2e\x21\x23\x09\xe8\xf9\xf6\xa2\x48\x1a\xb4\x9e\x3e\xde\xbb\x34\x41\x98\x9a\x2c\xf9\xe2\xaa\xf5\xff\x59\xc1\xbd\x87\xb0\xf6\x7a\xcf\xe1\x4c\x67\x7c\xf7\x24\x60\x87\x51\x25\x5c\xbf\x47\xdf\xd0\xc7\x6a\xf4\x42\x70\x01\xc4\x90\x33\x5c\x2f\xbc\xb1\x6f\x62\x0c\xd6\xd6\xe7\x5a\x38\x75\xbe\x3e\xf8\x4c\x2a\xae\x9d\xac\xaf\x6c\x14\x7d\xbf\xa3\x6c\xf2\xfb\x07\x9f\x65\xae\x62\x9e\x65\x38\x18\xc8\xc8\x68\x9b\x6a\xb5\xdc\xeb\x94\x8b\x59\xf3\xb3\x7c\xd3\xdb\x62\x76\x67\xc2\x19\x1c\x89\xcc\x32\x4f\x15\x72\xb4\x3c\x4a\xed\x4c\x9c\x2d\xdf\x6c\x8d\x9d\x7b\xcd\x89\x29\x71\xd0\x15\xab\xb2\xc0\x12\x0d\x60\xfc\x16\x28\x2a\xf0\xf4\x8d\x0a\xf3\x6f\x5e\x59\xe6\x59\xf1\xf2\x13\xf7\x8b\xb7\xe9\xfe\x39\x3c\x61\x33\xf3\xa4\xdc\xf8\xf4\x9b\x3f\x79\x19\xdd\x30\x57\x07\xf1\x16\xdd\x2d\x4e\x6f\x87\xeb\xcb\xe4\xa6\x80\x16\x26\xee\xa6\x8d\x56\x96\x69\x53\xda\x67\x99\x1b\x29\xfb\xdc\x8b\x14\x17\x58\x6e\x96\x0e\x31\xb7\x20\x87\x58\x4f\xca\x9c\x50\x72\xc2\x82\x4b\xb8\xae\xb6\x3a\xce\xe6\xd2\xc8\x32\x18\x0c\x91\x28\x90\x79\xeb\xd8\x79\xb4\xbe\x29\x0e\x92\x1b\x13\xc1\x18\x8d\x7b\x71\x33\x9c\x7f\xa3\x3d\x90\x00\xa5\x65\x64\xe8\x2b\x75\xa6\x7d\x07\x30\x0d\xb8\x85\x1a\x9c\x12\x83\x3a\xf0\x30\x83\xfa\x6d\xd8\x4e\x19\xa6\xb9\x7b\x49\x52\x21\xc2\x0f\x39\xa8\x82\x74\x40\x30\xe9\x15\x4c\xc2\x01\x47\xc5\x80\x17\x11\x84\x49\x4a\x7d\x9c\x89\x45\xcc\x9d\xd6\xf0\x7f\xc5\x2d\x3f\xf3\x1c\x7d\x7c\x89\x6a\xe0\xb5\x12\x1b\x7a\x92\x5f\x36\xba\x79\xfd\xcc\x64\x39\xc4\xf0\xbf\x7a\x2d\xd8\xbf\x2a\x9c\x34\x5f\xe5\x46\xc7\x74\x03\x4b\xeb\xda\xcd\xc1\xe0\xf8\xe5\x90\x0a\x84\x32\x0e\xf3\x14\x19\x3f\x16\xcf\x84\x9b\x5b\x8d\x37\x63\xe1\xd6\x18\x7e\x34\xb5\x47\xc4\x2c\x31\xbf\xd0\xd8\xba\x62\xa9\x4b\x13\x39\xd5\x99\x27\xe1\xe8\x72\xb0\xff\x50\x5f\x98\xc4\x33\x8b\xc7\x56\x62\x3c\xa2\xf3\x36\xc5\xf3\x38\x84\xf2\xf0\xa5\x32\x73\x70\x49\x38\x4d\xf8\x18\x92\xce\x91\x8c\xbe\xf6\x80\x2b\x8a\xed\x73\x79\x1b\x8e\xb9\xde\x03\x11\x24\xaf\x5e\x40\x87\x84\xcc\xf7\xa8\xe3\x39\x91\x61\x05\xa9\x56\x54\x45\x0a\xf5\x98\x16\xdd\xd0\xb3\x2b\xcb\xa8\xf6\x9e\x37\xc0\x00\x4b\x5b\xf5\xc7\x70\x26\x5b\xbb\x67\x9a\x4b\xeb\xff\xac\x8d\x02\x6a\x22\xf9\x78\xfd\x34\xa8\xef\x24\x16\xb0\x39\xbd\x0a\xf0\xcd\xb3\x77\x1a\xdb\x53\x11\xc7\x21\xca\x9b\x53\x8e\xe7\xf4\x3a\x25\x52\x34\xcd\x3c\x41\x3e\x61\x7b\x85\x3f\xe2\x37\xc3\x53\x5b\x74\x6d\xa7\xb7\xa1\xdd\xa1\x7c\xd9\x2a\xc0\xcd\xe2\x65\x0f\x55\x1d\xab\x82\x9e\x03\xf6\x8f\xfe\xa1\x4f\x9a\x0f\x46\xd9\x37\x16\xba\x01\x98\x4f\x3a\x1a\xc2\xd7\x54\x05\x54\x0a\xc5\x1d\x4b\xd0\x40\xbc\xfb\x3a\xa8\xbf\x62\x37\x49\x51\x6b\xcc\x6f\xa2\xfb\x0c\xcf\x5a\x9b\x87\xfe\xa5\xce\xf1\x0d\x97\x9a\xca\x4f\xbb\x75\x16\xa7\x68\x4e\xbb\xa9\xe2\x7e\xf8\x62\x1f\x28\x0c\x77\xfd\xd3\xee\x44\xa6\x50\x72\xcb\x7a\x43\x00\x1f\xd1\x4e\x33\x7a\x99\xb9\x32\xa5\x35\x5c\x12\xdf\xa3\xce\xf7\x48\x26\x23\xb7\xb5\x01\xac\x5f\x6b\xed\x71\x78\xed\x02\xb1\x62\x88\xc7\x34\x3a\xd6\xe6\x1a\xfd\xf2\x67\xf2\x1c\xe7\xcf\x20\xc5\xf3\xb7\x8e\xdd\x31\xab\xb1\xce\x5a\x04\x5d\xda\x50\xc0\x55\x6d\xc0\x61\x92\xc3\x0e\x7a\x33\x33\xad\xb7\x9b\xfc\x19\xdf\x0e\xca\x67\x79\x3d\x48\x9f\xfb\x1d\xdf\xe9\x2f\xa3\x63\x97\x7a\xc5\x03\xe7\xa3\xe0\x5b\x3d\xba\xc0\x52\xaf\x10\xbd\x4c\xc9\x29\xc0\x35\x64\x8b\xe6\x1a\x5f\xc6\xcc\x3c\x51\x1f\x35\x1a\x3d\x9a\x14\x4d\x83\x01\xc4\x92\x3f\xf4\x98\x2f\xc2\x61\xf8\x96\xfe\x91\x5f\x1d\xf5\xf8\x73\xb8\x7a\x87\x1e\xce\x55\x7d\x17\x64\x6b\xc7\xcf\x2a\x36\x62\x0b\xd5\x1c\x4a\x97\x00\xd2\x22\x03\x06\xf5\x9b\xc1\x83\xc9\x60\x6a\x5e\x16\x56\x5c\xb5\x68\xc5\xc5\x47\x8b\x0b\x8a\x76\x5f\xbe\x5a\x52\x6a\xdf\x2c\xfb\x4f\xcb\x5b\x3f\x76\x3c\x03\x92\x56\x2d\xdb\xd9\x6f\xf0\xff\xb1\x4f\xbc\xb2\xdf\xda\x83\xee\x29\xdb\xca\x97\x47\x00\x2f\x07\x5d\xdf\x3e\xe2\x57\xf2\x85\x93\x4e\xb9\x1f\x7e\xf7\xd9\x15\xbb\x0c\x94\xd8\xf2\x07\xf2\xbe\x55\x46\x57\x1b\x90\xc8\x2b\x16\x69\x96\xd1\xf1\xd9\x1f\xb0\xa5\x9a\x6a\xda\x41\x83\xce\x29\x60\x87\xd8\xd1\x0d\xb8\xe7\x70\xfd\x7e\x70\x71\x35\x5c\x84\x5b\xaf\xce\x82\x17\xe2\xa7\x80\x03\xf3\x57\x41\x4a\x2f\xd0\x22\x96\xc7\xca\x84\xa6\x91\xec\xd6\xd8\x9b\x06\x80\xc6\xd6\x7a\x30\x35\x16\x4e\x3e\x86\x33\x86\x14\xcc\xd0\xf8\x85\xe7\x2e\x86\x97\xaf\xb3\x39\x96\x1a\x21\x66\xd2\x1b\x29\xe3\x11\xfe\x12\xfe\xb6\x8e\xd1\xdf\x99\x61\xb4\x3a\x8a\x52\x3a\x7c\xbe\xaa\x94\xd2\xfd\xf9\xbf\x91\xdf\xdc\xea\xd3\x16\x50\x47\xf8\x88\xe8\xeb\xc5\xb1\x9c\xb5\xc7\xb0\x23\x85\x01\x71\x29\x72\xfb\x72\xb4\x43\xa4\x34\x54\xe4\x92\xdc\x49\xae\xc0\x01\x8d\x5e\xe3\xb0\x75\x97\x4c\x63\xc0\xee\x02\x77\x0b\x8c\x87\x75\xb8\x18\xd7\x48\x6b\x35\xb6\x49\x3d\xff\x45\x4d\x76\x9c\x00\x1f\xa0\xcc\x2e\xdb\xa8\xec\xaa\xfa\x80\x42\x24\xf0\x99\xc6\x9c\x8c\xbc\x41\xe5\x07\x80\xfc\x10\x55\x5e\xff\x99\x25\x1d\x84\x17\xe9\x94\xb2\x3b\xc7\x89\x20\x52\x3f\xab\xb7\x54\xb5\x0f\x7d\xc2\x1b\xaf\xe8\x9f\x6a\x8f\x10\x5d\x9e\xbc\x8a\x77\x25\x97\xf4\x30\x5d\x53\x68\x63\xbe\xb9\x49\x07\x89\x6e\x44\xd6\x7c\xa8\x87\x28\xc6\xcb\x9d\x0f\xff\xf8\xa7\xe3\xe4\xa2\x81\xee\x04\xa4\x57\x92\x47\x7c\x0b\xab\xd1\x63\x3d\xd5\x38\xcc\x70\xd0\xf1\x3c\x66\x86\xca\x0e\xda\xbd\xf0\x3d\xdc\x0a\x8b\x23\xc1\xe6\x05\x54\xa9\x51\x23\x91\xa5\x47\x33\x98\xaa\x91\xc8\x6b\x16\x1d\x7e\xc8\x65\x96\x7d\x64\x11\x9a\x2a\x73\xc7\xc8\xdc\x3f\x7c\xa6\x1f\xfe\xb1\xb0\x89\xef\x64\x0c\x8b\x3e\xbb\xd8\x22\x51\x56\xad\x8b\x3d\x4e\xbd\x18\x36\x2c\x71\x72\x26\x88\x42\xb7\xe7\x16\x61\xe1\xc3\x9b\xf7\x15\x91\x06\x04\x48\x23\xdd\xf4\xe8\xc7\xb3\x4b\x7d\xe2\x0a\x2e\x47\x81\xa4\x5f\xc6\x75\x7d\xd1\x33\x87\x33\x34\x02\xa7\xa2\x7c\x52\xf6\x86\x99\xbe\xe8\x73\xe4\x1e\x44\xc5\x86\x2a\x5c\x43\xb0\x6f\x01\xaa\x17\xa6\x26\x40\x58\xb2\xfe\x7b\xea\xda\x91\xa3\xf4\x48\xf1\xa8\x5f\x29\xc1\x9f\x5c\x15\x6b\xe0\xfa\x9b\x0d\x81\x78\x33\xcc\xee\x04\xa6\x8d\x88\x3f\xb1\x5d\x09\x20\x3c\x52\xfa\x12\x80\x18\x9f\xe8\x8b\x36\x44\x55\x68\xec\xc0\x94\x64\x50\xe0\x64\x21\xe5\x3a\xdd\x52\x7c\xff\xfc\xb5\xea\x14\x4e\xe6\xfa\xab\x0e\x7a\x94\xbd\x7d\xd4\xae\x2d\xb1\x7a\x44\xee\x5c\x7f\xc0\xf1\xc4\x06\x48\x23\x13\x36\x33\x46\xc8\xd5\x93\xef\x5c\xc1\x1d\x04\xf9\x0a\x0e\xea\xfe\x2d\x76\xab\x47\x03\x1f\x11\x78\xf1\xd7\x60\x15\x29\x57\x1e\xaa\xa2\x83\x0c\xd2\x5e\xb9\x09\x8c\x4a\xe2\x4c\xc4\x4a\x09\x7e\xd7\xa0\xeb\x51\x4f\x30\x28\x7a\x72\x99\xa5\x37\x87\xf8\x1d\x31\x8a\x3c\x3d\xc4\x2d\x8f\x14\x13\x22\x4f\xae\x4e\x8b\x5f\x23\x71\x08\xac\x99\x46\x0f\x3a\xf6\x94\xcb\xc8\x75\x23\x17\x8d\x5f\xb1\xed\x2c\xe3\x61\xb8\xfa\x26\xd3\xe7\x94\xd0\xb5\x4b\x2c\x91\xf8\x8e\xd4\xcf\xf7\x67\xd1\xb5\xee\xed\x3e\xd7\xc0\x83\xb6\xba\xd0\x7c\x7a\x4f\x1a\x42\x43\x22\x15\x88\x21\x11\xe0\x81\xe6\x12\x84\x7c\x89\x3d\xf0\x66\x26\x8c\xde\x83\x27\xde\x81\x97\xf2\xbd\x76\x49\x55\x05\x74\x2f\xd9\x9e\x0f\x7b\x02\x54\x7e\x7c\x0a\xc4\x81\xe6\xf2\xc5\x4c\x81\x7c\x97\x00\x66\x66\x16\x24\xdf\x70\xfd\x75\x30\xf3\x0c\x56\x88\x9c\x47\x3d\x89\x5a\x00\xc2\x76\x63\xaf\x9e\x21\x63\x4e\x25\x3f\x9c\x0d\x2e\x2c\xc1\x75\x2c\xb7\x3e\x7d\x85\x3d\xa6\x77\xfe\xfc\x4d\x5a\xa1\x12\xf2\xec\xc6\x4a\xac\x1c\xeb\xac\x8a\x14\x24\x4f\x27\x84\x19\x73\x39\x21\x54\x86\x1e\x83\x25\x64\xc5\xb2\xc7\xa1\x07\x0b\xbf\xa1\xbf\x2b\x7c\xb6\xe8\x33\xba\xbb\xf6\xda\x16\xba\xaf\x97\x33\x19\xbb\x88\x66\xd8\x1e\x7a\xf2\x8f\x36\x29\xf4\xf6\xc2\x3f\x54\x01\x5b\x31\xb8\xec\x3b\xfa\x3b\x56\x8c\xff\x70\xe1\x1f\xe0\xaf\x58\xd1\x50\xc5\xa6\x79\xb0\x0a\xde\x03\xee\x81\x7e\x5b\x6c\x20\xf6\x14\x18\xfb\x23\xe6\xa8\x21\x74\x60\x44\xba\x4e\x2d\x7a\xd9\xa3\xec\xaa\x88\x45\xc0\x38\x94\x8f\x10\xc9\xa7\xa2\x58\xf7\x74\x58\xa2\x31\xf8\x6a\xd6\x0a\x68\xb0\x0a\xc8\xde\x6b\xe7\xa0\xf1\xbc\x62\x72\xfe\xd3\xad\x5a\xf8\x1d\x57\x02\x78\x90\xbc\xf2\x70\x83\xb5\x19\xcc\x9f\x84\x6f\x15\x74\x10\x1e\x72\xd1\x19\x98\xc7\x8b\x45\x1d\x4d\x13\x75\xeb\xb5\xfb\x90\x59\xc4\x4f\x51\xbb\x58\xc2\xf0\x51\x44\x07\x8b\x21\x69\x42\xc8\x1c\x21\xe7\x63\xb6\xa6\xe4\x57\x3d\x9f\xcf\xe8\x43\x97\x19\x0d\xe0\x63\x90\xe1\x8a\xe3\x2b\xbd\x4a\xd4\x39\x16\x59\x54\x64\x71\xd1\xcf\x9e\x17\x9b\x6a\x69\x38\x8a\xd8\x92\x67\x1e\x5d\xfb\x03\x79\xcf\x42\x9d\xa8\xc5\x10\x45\x4b\x40\xd0\x46\x3a\xf2\x6f\x1a\xa5\x90\xa1\x20\x4f\x6e\x46\x2c\xf8\xc9\x5e\x01\xf8\x13\x9f\x45\x18\x7d\x69\xc9\x2f\x7b\xdc\xb5\xe0\xd6\xb5\x8a\x0e\x1a\x8e\x60\xcd\x7e\x6d\xfd\x17\xce\x08\x99\x03\x0b\x36\x17\x28\x01\x4c\x00\x67\xf4\x61\x8f\x05\xb0\x15\x61\x3d\xcd\x0a\xfd\x2e\xcf\xc9\x86\x41\xf6\x3b\xe5\x32\x2e\xb5\xdb\x27\xab\x6d\x97\x8a\x46\x23\xbd\xc0\xa6\x02\xd7\x50\xb0\xf5\x68\xe0\xd6\x70\x2b\x06\x6e\x16\xec\x52\x8e\x5c\x0f\xb2\xfc\x43\x17\x11\x09\xd0\xc8\x2d\xde\x8c\x09\xdc\x46\xb5\xa4\x0f\x92\x42\xf6\x53\x98\x12\x2c\xdd\x87\x1f\xab\xc9\x7e\xf2\x81\x01\xa3\x8a\x3f\x88\x0e\x1d\x5a\xfe\xe0\xbc\xe1\x3f\xb1\x12\xb1\xc2\x0b\x62\x98\x25\x32\x20\xf1\xb5\xe4\x2b\x07\xdb\x05\x8e\x49\xbd\xf1\x05\x9e\xdb\xb7\xcb\x45\xd8\x30\x2c\xad\x38\xf4\xd9\xd8\x09\x69\x82\x97\xb2\x34\x02\x94\x84\x71\x51\xce\x8c\xcc\x51\x15\xab\x45\x16\x79\x5b\xf1\x65\x0c\x7c\x84\x9e\xdf\x92\x43\xba\x92\xbc\xb9\x20\xea\x2c\xba\xc5\x54\xfb\xf4\x05\xf6\x52\x49\xf0\x65\xed\x79\x1a\xb5\x02\x07\x88\xd1\x95\x07\x4b\x7b\x89\x57\x2f\xfc\x65\x21\x31\xb7\x24\xb8\x47\x8f\x49\xd9\x94\x43\x0b\x79\x04\xe0\xc2\x24\x7c\x5a\xcd\x35\x60\x03\xf6\xd1\xd8\x66\x6b\x14\x15\x62\xd5\x6b\xcb\x3d\xf8\xb9\x14\x28\xaf\x6a\xa0\x26\x54\xa0\x9b\x53\x17\x58\x09\x45\xb8\x11\xbe\x78\xbd\x2c\x7b\xd7\xf2\x61\x92\x22\x96\x87\x3c\xcb\x29\x27\xa9\x86\x6e\x4b\xa3\x38\xde\xc3\x79\xa1\x78\x65\x1f\xe8\x0a\x35\xe4\xb0\x28\x35\x94\x47\xbb\x34\xb9\xd0\x22\xd9\xcf\xf3\x05\x80\x83\x33\x0e\xc9\x41\xdd\xe8\xc9\x52\x2f\xba\x0a\xdc\x26\x4c\xad\x68\xbe\xdc\xa3\x87\xd8\x45\x03\xc7\x33\xf6\xde\xad\xe7\x84\x00\x02\xbd\xcf\xb1\x34\xa8\x16\x46\xf5\xc1\xed\x03\xb5\xb0\xf2\x06\xbd\x4c\x08\x8f\x9e\x9a\x72\xb7\x6e\xf8\x70\x16\x73\xc3\x03\x46\xa7\x4c\xc7\xc4\x9e\x12\x91\x32\x81\xb5\x3c\x07\x36\x9e\x7a\x26\xac\x82\x2f\x52\xaf\xe7\xe0\x90\x2b\x47\x41\xe6\x3f\x69\x81\x34\x68\x93\x82\x03\xce\x86\x67\x03\x0d\x46\x99\x97\xa8\x71\xac\x13\xc0\x61\x85\xe3\x4c\x87\x14\x32\xf7\xe7\x9d\x72\x84\xeb\xd0\x08\x10\xb7\x0a\x13\x72\x7f\xc0\x20\xda\xf1\x79\x26\xb0\xeb\x53\x5e\xc2\x61\xc7\x67\xec\xfe\xb9\x78\x06\xbb\x22\xdd\x20\x05\x40\x3e\x01\xf7\x05\xf6\x01\xf7\x02\xf6\xc0\xb8\x38\xb0\x30\x1a\x0b\x45\x0b\x70\x73\xe2\xb7\x40\xf8\xf9\x39\xc9\x11\xf4\x14\x9a\xbe\x7e\xc8\xc7\xde\xd8\x64\x1a\x26\xb1\xeb\xf4\xb8\xcf\xa0\x9c\x5e\xb5\x17\x50\x8a\x88\x18\xff\xc9\xd8\x65\x1c\x56\x71\x62\xa4\x3e\x35\x9b\xe2\xc5\x3a\xd5\x1c\x0b\x8d\xf7\x80\x1e\xcd\x16\xb0\x45\xec\xfa\xbb\x94\xea\x19\xc5\xfd\xf5\x68\x2e\xf0\xf1\x1d\x66\x69\x99\x1d\xd4\xe5\xb1\x17\x73\x31\x56\x51\x41\xf4\xa1\x69\x05\x8d\xc7\x13\xfb\xfa\x1b\x0a\xd0\xe8\x70\xbd\xb7\x88\xaa\x03\xf5\x55\xc8\x7a\x36\x38\xbd\x80\x02\x88\xfa\x4c\xd7\x84\x34\x7d\x15\x64\xc6\x25\x5d\xc2\x4f\x1e\xc3\x1b\x2f\x5a\xf5\xf3\x28\x11\xc6\x87\x06\x44\xd1\x56\xde\x2d\x51\xa9\x7a\x3c\x18\x05\xcf\x92\x60\x48\xd1\xf7\x9e\x38\x77\x6c\x14\xe0\x59\xc6\x32\x74\xe8\x16\x6d\x57\x07\x4c\x01\x38\xe4\x4a\x4e\x35\x41\xaa\x70\xd2\x70\x6c\xa1\x24\xd5\x01\xad\x59\x6f\x83\xf3\x8e\x77\x18\x41\xe8\x4e\x53\x41\xb9\x5f\x03\x3a\xde\x75\x6a\x1d\x7c\xac\x6f\x54\x69\xcf\x4f\x06\x73\x4b\x12\x84\x23\xbd\x0f\x38\x9f\x45\xa3\x06\x36\x4f\xaf\xfe\xba\xd5\x80\xeb\x12\x63\x8d\xc1\x70\xa6\xc6\x41\x22\x66\x77\xd1\xce\x61\x6b\x30\x71\xaa\xea\x02\x8c\x76\x4d\xdd\xe0\xe2\x5a\x1a\x18\x9f\xbd\x6e\x5b\x2b\xdb\xc7\xa5\x1d\xbb\xc1\xa5\xb9\xa1\x12\x30\x4b\xf2\x9e\x56\x84\x2b\x52\x0c\xe1\xa1\x8c\xf5\x72\x40\x6b\xdc\x92\x56\xa1\xf6\xb0\x5d\xe2\x4b\x3c\x69\x79\xe4\xcb\x8a\x36\x9c\x0b\x24\xc5\xb6\x8f\x7c\x1b\xa3\x4b\xb7\xca\x4e\xb9\xcf\x8d\xc8\x53\xf9\xbf\x6b\x0b\x3e\x29\x22\xb9\x96\x35\x62\xfb\x3d\x16\xf2\xc5\x05\xd2\x1c\x21\x8d\x16\x95\xe3\x21\xe4\x01\xbe\x44\xa8\x43\x56\x6f\xd5\xf7\x51\x0a\xe8\x45\x5e\x12\xce\xb9\x10\x29\xd8\x45\x24\xd5\x18\xc4\xa1\x63\x60\x50\x0f\x49\x5f\x97\x51\xc5\x15\xc7\x79\x1e\x0d\xd6\xeb\x56\x01\xfa\xc8\x7e\xe7\x09\xab\xff\x4e\x68\x45\x69\x23\xd1\x2c\x22\x79\x44\xb1\xb8\x05\x55\x21\xa2\xb6\x44\xf0\xa4\x51\x42\x70\x3f\xdf\x9b\x45\x67\x96\xda\x24\x21\xf8\x65\x74\x99\x55\xfb\x88\x08\x6d\x00\x68\x7c\x56\x00\x22\xa3\xcb\xa9\xa7\x2d\x6e\x3e\x79\x08\x47\x2a\x0d\x00\xef\x7a\x8f\x96\x03\x75\x40\x0c\x17\x47\x0b\x81\x4e\x39\xf5\xa9\xad\x6a\xb8\xb4\x96\x3b\xce\x9b\x54\x4a\x1c\x39\x34\x59\xa6\xb5\x0d\x60\x20\x38\xd8\xa9\x4d\xeb\x9a\x89\x3a\xac\xd8\x24\x95\x66\x6a\x9b\x58\xde\x83\x2f\xea\x45\x0d\xc1\x26\x97\xf8\x29\x8c\x81\x7a\x12\x89\x10\xf6\x19\xd8\x11\x19\x71\xf3\xe5\x0a\x1b\x0f\xd3\xaa\x30\xda\x16\xd1\xc3\x12\x6b\x34\xaf\x3c\x45\x0b\xb1\x52\xe4\xa4\xd5\x18\x04\x1e\x08\x64\x00\xe4\xc5\xa8\x8f\x99\x59\x0c\x84\x98\xd6\x81\x87\x4f\x10\xc3\x0b\x97\x82\xed\x99\x94\x92\x1e\xc2\x4b\x00\x58\xac\xa1\x5e\x9a\xba\x4c\x03\x43\xc2\x21\x60\x57\x1f\x76\x07\x83\x9b\x1e\x06\x26\x52\x90\xb8\x67\xd0\x5d\x95\xda\xb5\x9d\xf7\x0c\x58\x7c\x14\xd9\x15\x76\xd0\xf5\x7c\xbc\x03\xd1\x95\x86\x34\xe9\xd7\x5b\x0f\xe7\x5a\x8f\xe6\xbb\xb6\x6b\x02\x6f\x5e\x8c\x03\xe3\x01\xa2\xd5\xc6\x95\x36\x7c\x90\xbe\xff\xcd\x09\x60\x08\x0f\x7f\xff\xdb\x13\x1e\xf1\x82\xad\xfa\xb8\x75\xf8\xfb\x8f\x4e\x78\xf1\x09\xeb\xea\xb9\x3e\x90\xcc\xa9\x0d\xaa\x6a\xe1\x9b\xce\x14\x78\xd2\xa7\xb8\x55\x0f\x3d\x5a\x1a\x5b\x35\x0c\xd3\xa9\xc9\xf3\x8f\xe8\xca\x36\x19\xff\xca\xe7\x9b\x83\x37\xa9\xcb\x2b\x76\xb6\x8b\xca\x22\x9c\x3c\xd8\xe5\xea\x60\x4e\x26\xee\xe1\xe1\x0f\x97\x6f\xc6\x67\x2e\x85\xa8\xee\xf7\xb3\x3f\xe8\x5f\xd1\x1a\xfc\x02\x59\xe2\xc3\x34\xfd\x1f\x54\x25\xe5\x38\xcb\xd0\x3a\x5e\xd2\xa7\x15\x61\xb7\xab\xf2\xc7\x70\x1e\xf8\x72\x20\x64\x45\x43\xf9\x21\x95\x7e\xa7\x47\xe8\x46\x1e\x51\x9b\xd7\xf1\xba\x5b\x9c\x30\x35\x90\x71\x1a\x46\x3f\xb2\xf1\x39\x72\x89\x1a\x8c\x09\x01\x27\x20\x3e\xdb\x8a\x4d\x4b\x29\x30\xe4\xf6\xca\x0b\x9a\x00\x48\x34\x66\x00\x76\x34\x29\x77\xa4\xc2\xae\x44\x21\x6f\x0e\x2e\x2d\xa2\x02\x2c\xaa\x53\x44\xb4\x02\x8c\x38\xa4\xd7\x97\x7e\x7d\x42\x08\x43\x48\xc6\x63\xff\x21\x3e\xa4\x9f\xdf\x8a\x31\xe8\x1f\xcc\xdd\x76\x50\x5d\xdc\x47\xad\xa1\x09\xcd\x60\x77\xdf\xb3\x65\xb4\xb7\xed\xce\x91\x73\xeb\x39\xb4\xa4\x10\xdd\xd3\x5d\x80\x0c\x82\xd1\x60\x59\x67\x8a\x7c\xaf\xee\x5a\x45\xce\xc0\x87\x85\xd3\x57\x82\xd9\x29\xa3\x54\x7c\x0b\xd4\x03\x31\xf5\x59\x85\x05\x52\xef\x45\x49\xe2\x8f\xb9\x08\x1e\x03\x08\x0b\x25\x2d\x96\xd4\xf0\x7d\x8a\xc2\xb3\x32\xc6\x9e\x25\x2b\x9c\xbe\xdc\x49\xb1\xd7\x7c\xbd\xda\xda\x7d\xa2\xc7\x15\x0b\x0e\xaa\xfa\x05\x39\x2f\xcb\x31\x58\x12\x17\x37\x47\x1a\x34\xd8\xa5\x78\x39\xcc\xd2\x55\xec\x54\xfb\xce\x4c\x6b\xe2\x59\xb2\x1c\x1d\x3c\xf8\x16\x4e\x63\xa5\x22\xf4\xf4\x62\x97\x39\x6a\xef\x63\xf7\x0b\x83\xa7\xcc\x87\x0b\x62\x4f\x3c\xe2\x45\xf2\x4a\x5a\x3c\xb2\x53\xc6\x90\xf0\x07\x3a\x08\x24\xe1\x3a\x28\xeb\xd2\xe1\x4e\xcc\x43\x47\x8e\x3b\xf2\x1a\x3c\xdf\xe9\x57\x8c\xce\x26\xe9\xdd\x68\x0f\x20\x31\x02\x44\x2e\x83\xff\x66\x52\xba\x21\x10\xf3\x9d\x82\x33\x94\x17\x6a\xc7\x91\x59\x0c\x7c\xca\xfb\x7e\xbe\x30\x80\x07\x35\xe2\x99\x7e\x60\x79\x5f\xc4\x7c\x44\x2a\x94\xa8\xf3\x16\xaa\xac\xa0\xfc\x87\x94\xba\x45\x40\x57\x64\xce\x8c\xba\xea\x13\x35\xf0\x43\x86\xad\x11\xa6\xf8\x65\xda\x25\xb8\x10\x0e\x23\x6a\x78\xb4\xe2\x11\xbd\xd3\x9e\x5c\x91\x10\xa4\x1b\xe7\x83\xa9\xf9\x74\x40\x59\x74\x82\x0e\xc6\x1e\x22\x3f\x47\xd6\x92\xf6\xfc\x65\xed\x3a\xc0\xf5\x81\x58\x61\xb0\xa5\x97\xaf\xc5\x8d\xcc\x18\x03\xb9\x9e\xc7\x5a\xc7\xf0\x65\x14\x5f\x7a\x7b\x5e\x0c\x39\x89\xde\xf9\xdf\xee\xc3\x8c\x19\x7a\x62\x06\x1e\xb5\x1a\x2e\x5a\xb3\xab\x25\x14\xb4\x81\xce\x4f\xec\x63\x80\xae\x97\xb3\xe1\xad\x45\x0d\x00\x47\x17\x18\x18\xdf\x8d\x7a\xe3\x01\x5d\x9a\x92\xf9\xf2\xc3\x35\x15\xa0\x01\xad\x5b\xe4\x52\x80\x71\x8a\xce\xde\x69\x2f\xd6\x24\x18\x2e\x01\x47\x73\xc4\xb7\x7e\x66\xbc\x60\x20\x7d\x86\xbf\xae\xf9\x26\x8e\x82\x7c\x46\xcb\xf4\xd3\xee\x75\x83\x1b\x00\x42\xf8\x21\x35\xf8\x21\xb2\x04\x45\x21\x8a\xbf\xa0\x1f\x7c\x41\xca\x92\xc5\xa4\xb3\xce\x9d\x27\x2a\xa2\x1d\x19\x30\xac\xda\x26\xf3\x15\x70\x41\xc7\x35\x10\x18\x08\xeb\x63\x34\xb5\x29\xfa\x4b\x7f\x5b\xd2\x26\x46\x6e\x91\xc2\xdf\xea\x42\xe9\x63\xd0\xae\xf4\x2b\xbe\x40\xac\x96\xc4\x8c\xfc\x3b\xb0\x25\x3f\xb3\xbb\xf7\xe8\x0d\x0e\x4a\xce\xa4\xb8\x88\x25\xad\x87\x4f\xe5\x0a\x37\x61\x58\xd1\x12\xd3\xb2\x44\xc5\xac\xf4\x89\x70\x4b\xc2\x3c\xeb\x7b\x19\x10\x83\xe6\x45\xfe\x34\xe6\xad\x6c\xac\x31\x3a\x89\x92\xb3\x3e\x7f\x34\x5e\x5a\x18\xeb\x82\x9c\x12\x97\x1b\x18\x22\x45\x78\xa7\x19\xed\x89\x6d\x9b\xfd\x0c\xe9\x3b\xda\x3f\xb9\x16\x70\xaa\x68\x87\x22\x07\xcb\x44\x35\x1d\xab\x17\x79\xf7\xf9\xdd\x98\x87\xd3\xf5\xb3\x4c\x08\xd9\x61\x10\x9f\xca\x31\x05\xad\x4d\xa1\x9f\xeb\xed\x17\xc1\xdd\x5b\xd1\x80\x1d\x0f\x0e\xbe\x4d\x3e\x38\xc9\x3e\x38\x64\x2a\xa3\x7c\xeb\xce\xcd\xe6\xda\x28\xbf\x60\x48\x58\x6d\x83\xfa\x6b\x7a\xfa\xa4\x62\xdf\x09\x92\xe6\xcb\x39\x72\x40\xa2\x69\x33\x8a\x70\x00\xda\x70\x72\x42\xa6\x4e\xee\x11\x1c\xd5\x8e\xfb\x8d\x55\x27\xd7\x92\x44\x0b\x3c\x5b\x3e\x57\x3c\x24\xf2\x87\xc4\xf7\xaa\x66\x3b\xd0\x11\x9b\xa8\x3b\xa8\x51\x47\xb3\x91\x07\x55\x38\x31\xa9\x1b\xc0\x50\xa3\x0f\xee\x86\x4f\xb7\xb9\x93\xc4\xfe\xc6\x0f\x7b\xca\x09\x24\x6c\xaa\x96\xe5\x90\x10\xb4\xa8\x5c\x7f\x90\x19\x18\xf4\x81\xc3\x9a\x8a\xf3\x3f\xfb\xb2\x00\x3d\xe2\x61\xd0\x0e\x92\x9f\xc6\x5a\x9c\x6e\xd4\x7f\x71\xb8\xf8\xd3\xee\x84\xb8\x57\x92\xaf\x04\x3f\xd8\x35\xf1\x56\x23\xe7\x0f\x19\xc3\x3c\x4d\xd7\x86\x3c\x24\xd1\xd2\xaf\x51\x6c\x8a\xfb\x91\x3c\x60\x00\xc4\xe5\x7d\x2d\x13\x24\x21\x8a\x4c\x12\xbc\xce\x62\x74\x74\xa8\xc2\x8e\x92\x20\xc6\xce\x0e\xf5\xb5\x70\x7d\x59\x34\x93\x89\xb1\x88\x50\xd2\xd1\x7e\x36\xa5\x61\x7b\x18\x95\xc1\x03\x76\x9e\xc2\xb8\x11\x81\xd4\x73\x84\x75\xc6\xc8\xfd\xf7\xd1\x83\x47\x5e\x4b\xef\xdd\x8e\x38\x1f\xb3\x79\x93\xc0\xa6\xae\x91\x66\xd4\x12\x35\x99\x12\xb2\xe7\x86\xf9\x59\xcf\xd6\x98\x27\x7a\xa8\x51\x10\x5d\xf6\x50\x33\x26\x67\xe3\x83\x42\xd2\x3c\x9a\xdf\x75\xe8\x41\x69\x0c\xbd\x36\x07\x81\xcf\x36\xdb\xd4\x7e\x56\x2a\x4c\xc6\x14\x7b\x86\xa2\x0f\xd2\x07\x23\xf0\xdf\x91\xc1\xc1\x23\xc5\x22\x39\x64\x05\x7b\xcb\x2a\xb4\x6d\x72\xea\x9a\x23\xd2\x93\x67\x85\xb8\x28\xe9\xb4\x1b\x8d\x51\xd1\xe0\x15\x53\x57\x8c\x0c\xf0\xd1\xde\xc8\x9b\x3c\xd8\x8f\xf3\xb7\x61\xaa\xe1\x02\x6b\x97\x71\xe1\x90\xc2\x92\x8b\x4b\x63\x7b\x1b\x5f\xa3\xeb\x3d\x9b\xc5\x33\x19\xe9\x7a\xd0\x11\x6f\x51\x62\x56\x98\x33\x88\x71\xdc\x46\x41\x8c\x33\x3d\x68\x8c\xa9\x53\xa7\xd7\x6a\xe4\x34\x4a\x97\x0e\x1f\x60\x74\xb3\x9f\xab\x27\x56\x22\xf9\x5c\x2e\xad\xa7\x6e\xcf\xe6\x14\xec\x3b\x99\xdc\xd4\x97\x73\xc8\xe1\xa6\x75\xd2\x31\xa5\xe4\xab\x98\xcc\xb0\x73\xd2\xc9\xfe\x05\xfe\x47\x7f\xf5\x0c\xdb\xa5\x02\x86\x0b\x34\x23\x25\x59\x58\x8c\xc0\x26\x04\x8f\x1f\x4b\xd0\x5d\x90\xdf\x60\xe3\xa3\x25\xa0\x64\x14\xb0\x90\x33\x0b\x98\x4f\x0b\xa2\xcd\xa6\x22\xbe\x03\xe4\xc5\x17\x45\x2c\x16\x2f\xed\xb1\xfb\x28\xff\x01\x0d\x96\x57\xac\x63\xc0\x46\xe1\x4e\x53\xef\x82\xa5\x7d\x4e\xc5\xc3\x08\x51\xfd\xea\xac\x36\x1f\x3f\x66\x5e\x54\x92\x2d\x10\xb0\x99\x14\x84\x3e\x08\x27\xc9\xdf\x89\x8f\x34\x4b\xf9\xed\xaa\x6e\x52\xbd\xf9\x8d\x00\x94\x17\x6c\xdc\x8e\x4e\xae\x9d\x70\x11\xaf\xdf\x43\xa6\x87\x30\x05\x05\x11\xca\x79\x62\x9e\x74\x3d\x07\x0a\xd1\x49\x1d\xb1\x24\x68\x76\x41\x7e\xa4\xd2\x3e\xe9\xad\x0f\x8b\xb2\xc7\xb3\xb8\x69\x58\x1b\x7c\x12\x61\x54\x21\xdc\xc5\xe6\x72\xac\xa3\x16\x3c\x8f\xcf\x49\x95\xa5\x4d\x8a\x5f\x24\x18\x40\x82\xbe\x5d\x80\x30\x96\x56\xc1\xce\x7d\x44\x97\xba\x7a\xc8\xc5\xc0\xc2\xc7\xa1\xa8\x22\x6c\x1c\x3f\x9d\x68\x6c\x4d\x84\xb5\x9b\x18\xf3\x7e\x1f\xf8\x89\x29\xbd\x12\xd4\x5e\xc2\x34\x99\x78\x0b\x47\xc8\x67\x71\xf3\xe6\xdd\x19\x6b\x43\xa9\x4a\x3b\x56\x92\x75\x7e\xc5\x2c\xc7\x5a\x91\xb7\x1b\xb4\x9c\x99\x28\x7f\x88\xb8\x77\xf3\xdb\x6d\xf5\xb5\x87\x3d\x22\xbc\x6c\x2c\xee\xbf\x2e\x35\xe2\x75\xba\xfa\x9d\x12\x21\x3e\xb9\xf8\xa6\x82\xf5\x50\x98\xc0\x2c\x85\xd5\xea\x06\x42\x86\xdc\xec\x5f\xf0\xff\xdd\x40\x70\xb5\xc8\x19\xbc\x1b\x40\xb5\x2c\x56\x88\xec\x77\xea\xaf\x08\x74\xc0\x75\x4f\xea\xa7\xa1\x7f\xb1\x7b\xad\xf6\xc4\xbd\x60\x7d\x36\x02\xe8\x77\xfc\x18\x0c\xe6\xff\x49\xc2\x80\x48\xe7\x14\x8c\xb4\x2c\xa9\x4b\x24\x5e\xa0\x1a\xea\x2b\xfa\x6d\x1d\x93\xdf\x11\x20\xba\x4d\xab\x0c\x33\xe8\x36\x6d\x7d\xed\x0e\x77\x36\x83\x40\x18\xa5\xb8\xe2\xf6\x93\x4f\xae\x34\x87\xdf\xd1\xf0\xef\x90\xbd\x5a\x95\xea\x30\x8d\x20\x60\xc1\xef\x01\x0b\xb1\x84\xc4\xef\x5e\xb7\x8a\xd6\x16\xd8\x82\xaa\x6f\xf7\x18\x83\xa0\xf8\x0c\x14\x11\x58\xe2\x33\xe8\x22\x31\x56\xeb\x89\x30\x1a\xa5\x63\x8d\x3c\x26\x47\x93\xf9\xcf\x8a\xa1\xa0\xbd\x99\x93\x31\x14\x74\xcb\xf9\xe2\x29\xbc\xdf\x8a\xd1\x38\xda\x8f\xae\x35\x5f\x5c\x4f\x8e\x00\x91\x9f\x89\xb3\x04\x1f\xc7\x0f\xb0\x4c\x9e\x6f\x0f\x1a\x73\x42\x9d\x27\xfa\xd0\x63\x5c\x7f\xba\x03\xd0\xb4\x84\x31\x8f\xa1\x9c\xaa\xc4\x61\xd1\x2d\x28\x82\x95\xa7\x92\x94\x25\x28\x01\x1c\x03\xa4\x6c\x07\x02\xc6\xe7\x98\x9d\x10\xbb\x43\x0b\xb3\x3f\xf7\x0a\xa3\x5e\xde\x1e\xc5\x97\x99\xe8\x9d\x5b\x6b\x6c\x4d\x52\x00\xd5\xb5\x60\x63\x99\xd7\x90\xd9\x5d\xf4\x84\xae\x6f\xaa\x28\x63\xba\x5d\x56\xad\xc4\x96\x81\x3e\x59\xf4\xea\xc0\xae\x74\x59\x08\x82\xc9\x09\x4c\x6c\x45\x4a\x4e\xff\x80\x3f\x6c\xe3\xff\x0f\x6a\x49\xcf\x27\xde\x92\xb9\x5e\x9a\xef\x94\xd0\x29\x14\xd6\x39\x6a\x45\xaa\xd0\x5a\x08\x9b\x27\xd9\x98\x3a\x2a\x49\x78\x35\x8b\xf9\xbe\xce\x26\x78\x0c\x9e\x3f\x82\x4e\x40\x32\x30\xeb\x4f\x34\xf8\xe3\x0c\x62\x7d\x9d\x1f\xc4\xc3\x73\x0c\x61\xfe\xe3\xc0\x16\x50\x0f\x66\x57\x9c\x42\xf6\x6b\xfe\xf7\x60\x60\x0a\x8e\xa7\x6a\x7c\x6a\xfc\x38\x68\xa2\xfa\xa1\xa6\x19\xbc\x41\xae\x94\xbf\x63\x54\x92\x7f\x58\x7f\xc7\x83\x05\xff\x38\x40\xd8\x7e\xfc\x87\xd6\x5a\xd4\xcf\x05\xf5\xfb\x9c\x1b\x47\x87\x36\xf9\x67\x6d\x54\x3f\x4b\x40\xb1\x8a\x97\xef\xc5\x32\xaa\x98\x61\x0b\xa6\x6f\x63\xd8\x2d\x0e\x7a\xa7\xc7\x44\x32\x9c\x70\x66\x14\xc1\x3e\x26\xff\xef\xdc\x87\x03\x19\xcc\x5c\x6d\xde\xdb\x0f\xa6\x6b\xad\x67\xcb\xcd\xe9\x9d\xa8\x6e\x31\x4f\x5e\x4a\x7f\x23\xbb\xfe\xf4\xd3\xf6\xf5\x35\x39\xf1\xd3\xb5\x08\x88\xf2\x62\x51\x40\x33\xd4\x0b\x78\xfc\x0e\x83\x53\x72\x69\x3f\x6a\xf3\x65\x87\xbe\xee\xf8\x4a\x8c\xfc\xdf\x0d\xd2\x8f\xca\x11\xa0\x30\x7b\x13\xe1\xcc\x0d\x7a\xa0\x7a\xb7\xb5\x32\xa3\x02\x50\x27\xc0\x12\x4b\x8c\x27\x09\x98\x09\x7a\x1b\x81\x0d\xd4\x67\xcd\xda\xc8\x63\xae\xdf\x43\xc9\x78\xf4\x3a\x3f\x35\x6c\xd7\xce\xc5\xd6\x4b\xb5\xca\x2c\x81\x07\x3c\xc1\x11\x8b\x3c\x8a\x41\x7a\xe3\xcb\x08\xa8\x43\xa9\x24\x3a\x73\xbf\xc3\xd9\x95\x69\x3b\xd0\x65\xdf\x05\x9a\x5c\xb1\xfb\xab\xa5\x7c\xc5\x04\x40\xd7\xbd\xc8\x6f\x0e\x2e\x36\x58\xdd\x9e\xce\xfe\x95\xa1\xe8\x28\xff\x6b\x1d\x65\x8d\x11\xf4\xdf\x09\xcb\x4f\x67\xf1\x06\xd5\xbd\x44\x1e\x5e\x0c\xc3\x56\x72\x35\x1c\xf2\x2b\x35\xdd\x57\x7b\x62\x48\x5c\xf6\xfa\x50\x8b\x40\xe1\xb4\x64\x03\xf9\xa5\xdc\xe3\xf3\x9d\x70\x9d\xeb\x2f\xd7\x08\x55\x6f\x8d\x3f\xc7\x37\xab\xfc\xda\x21\x1e\xe6\x3f\x7a\x5b\x5c\x9f\x8f\x02\x82\x75\xb6\x6f\xee\x84\x7e\xd4\x9d\xe8\xa6\xf9\x72\x45\xde\xe2\x4a\xf4\xf8\x29\x86\x01\xa2\xda\xd8\x5a\xc2\x97\x1c\x89\x07\xcb\xdd\xbb\xf9\xcd\xc1\xdd\xe0\x6c\xae\x3d\x89\xc2\xf3\xa9\x78\xe5\x3a\x2e\xae\xd9\x93\x8a\x45\x84\xaf\x8e\xd2\x7b\x45\x32\x21\x96\x12\x7c\x8f\x4b\x71\x65\xf8\xa5\x3b\x0b\x45\xf0\xb7\xc4\x71\x35\x1a\xff\x8f\x8e\xab\xd1\xb0\x60\xf0\xad\x24\x69\xe2\xd2\xe0\x78\xc3\xfe\xac\x1c\xfe\x00\xab\x3d\xb9\x51\x51\x45\x87\x5e\x22\x15\x72\x9d\x2f\xbb\x56\xbf\x8b\xa4\x14\xdd\x85\x7b\xac\x6f\x98\xfb\x00\x9c\x2d\x00\x3e\xe5\x31\x38\x74\x6a\xeb\xb1\xed\x52\xbc\x34\x52\xab\x51\x94\x6f\x91\xeb\x47\x22\x1f\xbf\x61\xa3\xfa\xa6\x84\x67\xa0\x73\x34\xbc\xc8\xad\x90\x06\x5e\xec\x86\xc6\xb1\x35\xc1\x97\x41\x09\xea\x61\xae\x85\x7a\xcc\xcd\xa4\x8a\x1e\x9e\x2b\xda\x00\xfb\x2e\x89\xc8\x3a\xf9\xfd\x64\x5b\xe6\xcc\x51\x74\xa2\x96\x12\x2f\x9b\x61\x3f\x8d\x38\x20\xcb\x8f\x82\x1b\xb7\xc2\x9d\xfd\x83\x5a\xfb\x8d\xd9\x1a\xa2\x34\x3d\x7d\xd0\x52\xb6\xa2\x9f\x53\xfc\xae\x8f\x73\x5b\x92\x32\x15\x6e\x0b\x8b\xaf\x08\xfc\x8b\x8d\xad\xb8\x0f\x8a\xa5\x4f\x79\xc6\xdf\x6d\x0c\xe4\xf0\x8f\xd3\xfa\x14\x28\x1f\xbd\xeb\x63\x22\xd8\x6b\xa3\xdc\x6c\xe1\xd5\x35\x84\x2e\xd6\x65\xe0\x43\xfb\xe0\x56\xb6\xd4\x5e\x26\x37\xc4\xdc\x5e\x15\x00\x2f\x2e\xbd\x77\x63\x51\x13\xd5\xd2\x63\x40\x75\x9e\x2f\x31\x96\x02\x90\x7e\x8b\x1d\xb1\xe1\xf9\x93\xc4\xcf\x30\xb9\x93\xd0\xec\x06\xd1\x4b\x69\x4e\x51\xda\x04\x55\x54\x91\x07\x3b\xc6\x11\x7f\xb5\x1e\x7f\xad\x9e\xe8\x03\x7d\x3f\xe3\x86\x5f\x09\xeb\x41\xd7\x68\xa7\x1c\x96\x84\x4f\x44\x16\x32\x63\x07\xe9\xda\xb1\xb1\x69\xcf\x04\xb3\x4f\x89\x8c\xd2\x29\x85\xb9\x95\xc8\xd8\x79\xd4\xf8\x6a\x7d\x26\x5f\xdf\x51\x89\x4f\x1a\xdd\xa4\xc8\xf7\x30\xfe\x44\xae\xcd\x74\xac\x63\x32\x9f\xf1\x86\x23\x79\xc7\x26\x70\xcc\xfa\xcc\x8d\xb9\x50\xa8\x18\x6d\xbf\x8b\x86\xc4\x0f\x26\xd2\xd7\xcb\x0c\x7a\xaa\x57\x4a\x87\xb9\xc1\x08\x7c\x70\x46\xe9\x88\xc4\x96\x8f\xfd\x5c\x39\xb1\x49\xcc\x3f\x90\x1c\x5f\xf9\x1e\x42\xff\xc0\x48\xfa\xc6\x00\xb9\xd1\x0b\x53\x34\xd0\xf4\x26\x96\xff\xcf\x46\xc6\x53\x26\xc1\x70\xa0\x18\x5c\xde\x2f\xc1\xae\x63\xca\x25\xf4\x70\x37\x6b\xf6\xc4\x78\x76\x64\x5c\x29\x4e\x2b\xe7\x5c\x48\x09\xeb\x8a\xfa\x2d\x0e\x83\xa9\xa2\x75\x06\x37\x6e\x73\x7e\x12\x7c\xa8\x48\xb8\x03\x8c\x57\x3a\xe2\x20\xe6\x0d\xdb\xbd\x28\x52\x4b\xe4\xa9\x54\xa9\x9b\x44\x6e\xd1\xa9\xe9\x62\x7e\x47\x8b\xb1\x51\x29\x8f\x1a\xc6\x97\xa1\x00\x25\x20\x15\x61\x9c\x96\x2b\x4b\x18\xde\x68\xe3\x7a\x63\x7b\x12\x1f\x87\x2d\x9c\x46\xeb\x24\x7d\x21\xb1\x80\xe3\x52\x59\xdf\xfc\xf9\xd8\x71\x4b\xc7\x3f\xe4\xd7\x62\x07\xfb\xa9\xff\x85\x87\x8b\x8a\x27\x9d\x1d\x54\x52\x7d\x51\xfe\x5b\xad\x81\x34\xee\x24\xae\xd2\x11\x1d\x28\x6d\xaa\x49\xd8\x64\x98\x20\x63\xfe\xf1\x68\x1f\x1c\x15\xd6\x8c\x1f\x86\x0f\xd9\xc9\xda\xc3\x4e\xd3\x29\x4a\xd1\xee\xbd\x2a\x8c\x36\xba\xeb\x46\x5d\xa5\x6e\x0f\x25\x2d\x82\x06\x1c\x60\x12\x47\xb2\xe1\xd6\xe3\xd6\xc3\x15\xee\xff\x1d\xb0\xca\x84\x45\x01\x5d\xb6\xa4\x8e\xbc\xbc\x5c\xbd\x13\x5e\x7e\x8c\xb7\xfc\x37\x55\x6f\xc0\xe2\xbd\x7c\x57\x73\x9a\x7a\x19\x43\x10\x69\x81\xe2\xa7\x82\x48\x8c\x61\xa1\xeb\x57\xf9\x3a\x6e\xd5\x66\x83\xb7\x67\x38\xa1\x04\x5c\x77\xcd\x07\x97\xb4\xf1\x4e\x8c\x65\xab\xd7\x24\x2a\x5e\x47\xc7\xca\xd6\x25\x86\x3b\xb6\xbb\xa6\x40\x79\x43\x2e\xc6\x38\x68\x2f\xbd\x0d\xc7\x27\xba\x81\xb1\x09\xc0\x53\xe6\x93\x8e\xf2\x21\x8e\x5a\xaf\x42\xd6\x77\x69\xa5\xd7\x2d\x8e\x74\xe9\x48\x29\xaf\x24\x41\xad\x56\x5d\x91\x8a\xfa\xa9\xe4\xb2\x7e\xdc\xc2\x18\x0f\xb3\x8d\xfd\x1b\x48\xc4\x54\x9a\x33\x66\x24\x31\x90\x06\x9d\x31\xbc\xae\x28\x81\x14\xaa\x62\x04\x3d\xf0\x89\x68\x6c\x91\xa4\x3b\x7e\x99\xc8\x68\x4c\xcc\xb0\x74\xba\xb8\xc6\x51\x26\x91\x62\x4c\x8c\xeb\x40\x3a\xe1\xea\xdd\xc6\xfe\xa4\x0a\xeb\xb8\x4e\x01\xbf\x70\x1a\x51\xea\x0d\x8a\x5a\x23\xe8\xb8\x34\x8b\x5a\x6d\x6a\x50\xda\x21\xe3\x36\x27\xa6\xc4\x13\x0a\xec\xda\xf4\x73\xe0\x96\x52\x47\x46\x61\x54\x64\xfc\xec\x56\xd4\x01\xa2\xbc\xe4\x64\xd0\xd4\x62\x07\x67\x21\xc0\x2a\xda\x25\x81\x26\x35\x4f\x06\xa9\x13\x39\x87\x82\x3f\xe3\xbc\x6b\xd7\xdb\xa3\x17\x44\x94\x47\x82\xa4\x24\x77\xed\xa5\xd0\x5a\x3d\xdd\x9e\x7f\xca\xd8\x2f\xb6\x4f\x95\xb6\x24\x98\xbd\x68\x50\x35\x1d\x79\x5e\x0b\x51\x3a\x37\x15\xc8\xc8\xda\x38\xce\xe1\x60\xc3\xf9\x37\xc1\xee\xcc\x4f\xbb\xf5\xff\x79\xec\xcf\x5f\xd3\xd3\x6e\x1e\xc2\x8f\x47\x86\x87\x87\x8f\xa0\x38\x71\xa4\x5a\x29\xd9\x65\xfc\x58\x94\x31\xb1\xa6\x5e\xc2\xce\xc1\x98\xde\x97\x56\x52\xa4\x39\xa4\x95\xc6\xf5\x22\xf8\xcc\x49\x3f\xcd\x34\x0c\x26\xcf\x83\x8b\xcf\xae\xc1\x32\xf4\x84\x3a\xc7\xb3\x0b\x15\x5b\x85\x75\x4b\x6e\x8f\x07\x97\xe9\xc9\x28\xb0\xab\x44\x14\x48\xec\x34\x03\x39\xd0\x17\x2b\xe4\x16\xf1\x25\x05\xae\x66\x12\x84\xbd\xcc\xd8\xbf\x4c\x9e\x60\x47\xaa\xba\x53\xb6\x0e\xfc\x83\xc1\x90\x88\xa5\xc4\xd0\x62\x53\xe1\xe2\x8d\xd6\x83\x2d\xd8\x2f\x83\x74\x23\x89\xa6\xcd\xc4\x78\xfd\x89\x36\xe8\x7d\xb9\x5b\x2e\x8d\x50\x2a\x3e\x5a\x16\xd9\x17\x2c\x51\xa8\xc1\xd5\x63\x48\xcd\xd5\x29\x9b\x8b\x8d\x74\x90\x9c\x7a\xb2\xaa\x05\x11\x14\x98\xcf\x8c\xe4\x86\x24\x45\xe5\x46\x38\xd0\x6b\xb6\xb5\x71\x19\x90\x54\xde\xa2\x70\xe2\x2c\x8a\x4b\xd1\x01\x6e\xda\x85\xd3\x0b\xcd\x5c\x7f\xc9\xe7\xe7\x1d\x0b\x60\x38\x11\x7c\x83\x2f\x12\xbf\xe5\x1f\x07\x01\x72\xfb\xdf\x18\xef\x17\x2d\xf6\xdf\xfc\xb5\xc5\x46\xf7\x5f\x5b\xca\xa3\xf3\xd7\xf4\x20\x0d\xff\x55\x1e\xe2\xbf\xb6\xaa\xe5\xe8\x6f\x76\xfd\x17\xdb\x88\xfa\x49\xc6\x67\xfc\x29\x4a\xf5\x01\x58\x3e\xe7\x6f\x76\xb1\x27\x6d\xfb\xb2\xc9\x6b\xcf\xd8\x59\x4d\x7a\x85\xef\x4f\x40\x72\xfe\xa6\xac\x04\xd7\xa7\x3c\x31\xc9\x42\x9d\x3f\x79\xee\x95\xc9\xe1\x08\xcf\xb3\x70\x5a\x82\xca\x73\x3c\x68\xc2\x3c\xe0\xc6\x0c\xe4\x8b\x21\x0d\x52\x25\x22\x49\x9d\x17\x7e\x32\xea\x61\x92\xe8\x69\xbe\x8d\x88\x5e\x2a\x33\x23\x90\xdd\x3a\xe8\x26\x72\x89\x38\xa1\x3a\x38\x80\x5b\x62\x3f\x77\x75\xf5\x53\x9a\x7a\x76\x76\x37\x2e\xee\x38\x1b\x29\xcf\x0c\xa8\x1d\x89\x9f\x12\x5b\x0c\x3e\xea\x11\x95\xd6\x59\xaa\x45\xc6\xe4\x18\x97\x71\x67\x58\xac\xc2\xde\xbf\x37\xce\xc1\x74\x62\x0b\xcc\xed\x71\x30\x38\x09\x03\x97\x28\x8b\xe7\x7c\x4e\xd2\x9c\x81\x7c\x19\x33\xff\xb7\x6f\xef\xb4\x47\x2f\x9b\x4b\x34\x54\x72\x47\xcc\x48\xa6\x9c\x8e\x56\x05\xde\x34\xa7\x14\xc1\xaa\xe8\xae\xa9\xa0\x11\x98\x78\x25\x19\x50\xc1\x99\x31\xce\x6b\xdd\xbe\xbe\xd3\xda\xa8\x29\x19\x66\x0a\x03\xe3\x2f\xae\x32\x97\x80\x21\x99\x2f\x4d\x99\xba\x33\x0e\xd6\x89\x6e\x2a\x4c\x9d\x31\x52\xe4\xe3\xd6\xf3\xb5\x60\xba\x16\xd4\xef\xc7\x96\x89\x62\x7c\x44\x53\xc2\xa4\x88\x94\x84\x0d\xeb\x70\xba\x07\x72\x4e\x37\xc7\x14\xd7\x82\x99\x8e\x27\x69\x53\x8a\xc7\xff\x4c\x5e\x14\xf1\x20\xa5\xb1\x99\xc7\x83\x94\xc6\xf0\xf4\x3d\x82\x95\x76\x36\x15\x05\x2b\x8d\x6d\x52\x67\x18\x52\xb3\x6a\x7a\x1c\xd2\xf4\xad\x4b\x04\x25\x7e\xe7\x56\x77\x09\x54\x1c\xd5\x8b\x3c\x2e\x94\xee\x2b\x11\xae\x38\xa1\xfb\xe9\x2a\x65\xa4\x75\xab\x75\x31\x1d\xc3\x35\xdc\x30\x8a\x4e\x5f\x5f\x4f\x6f\xc5\x1d\xf6\x30\xd0\x27\xa6\xff\xcd\x36\x6b\x33\xad\x95\x3d\xb9\x86\xa9\x9c\xdf\x6d\x67\x9b\x80\x77\x4f\x6a\xed\x9d\x5b\xfc\x95\xbd\x05\x24\x80\xb6\x78\x3e\x52\x01\x39\x11\x26\x32\xa6\x92\xcf\x15\xf0\x4d\x88\xbe\xc4\x6d\x30\x28\x25\xaa\xc4\xbf\x28\x4a\xa9\x97\x15\x46\x95\x58\xd4\xe6\xcb\xa7\xad\xd5\xba\x01\xe7\x0d\x95\x80\xdd\xe5\xfc\xbb\xf5\x73\xc1\xc4\xb3\x70\x6d\xb9\xb5\x32\x6f\x40\x54\xcb\x4e\x9f\x03\x52\x3b\xc1\x40\x7d\x0c\xca\xb7\x32\x0f\x7c\x87\xc0\x60\x1f\xb2\x1d\x63\x4f\x61\x9d\xf5\xe5\x6d\x89\x07\x3b\x3b\x6a\x82\x24\x4e\x71\xb6\x8d\xd8\x86\x4a\x73\xa7\x2a\x1c\x26\x57\xd3\x70\xe6\x12\x48\x3d\xd1\x9d\x0f\xa7\x34\x01\xc1\x51\x2a\x35\x84\xac\x37\x10\xa5\xc6\xf6\x54\xbb\xf6\x0c\x53\x06\xd3\x27\x0a\x47\xc2\x91\xf7\x39\xe8\x30\x47\x54\xa1\x32\x09\xba\x3f\x44\xef\xb1\xe1\x38\xd0\x2b\x71\x2c\xb1\xa2\x8f\xa8\xe5\xcb\xe3\x6b\x40\xc7\x8f\x45\x54\xe1\x16\x30\xee\xca\x60\xbe\x3c\x22\xfe\xa8\xc7\x50\x1f\xc8\x2f\x87\x87\xed\x0a\xbf\xc0\xa7\x98\x2b\xba\x15\xac\x8f\x15\x04\x4a\x3d\x0e\x57\x6f\x11\xb0\xd1\x8c\x8a\x2a\xd3\x93\x1e\x5d\x46\x95\x72\x2c\x20\xfa\x5b\x1e\x51\xe0\x21\x24\x48\x0d\x53\xac\xe4\xfb\x40\xd4\x9b\x9e\x68\xae\xbe\xd5\x1f\x61\x66\xaa\x5e\xfb\xf6\x2c\x57\x4d\xd4\x83\x0d\x45\xec\x6a\x3e\x7c\x88\xb1\x5f\xd5\x57\xf3\x11\x81\xfa\x96\x47\x11\x10\x73\x8b\x63\xe2\x12\x63\x98\x8d\x37\x93\xe8\x53\xfa\xfa\x99\x89\x0d\x87\x8b\xd1\x96\x26\x1d\x8a\xeb\x9b\x94\xbb\x8a\xdd\xc0\xf5\x38\xe8\xe4\x70\x12\xbe\x70\x7b\x56\xce\x8e\xb9\x02\x91\x1f\x1a\xf4\x1b\x6c\x9d\xe1\x31\x04\x9b\xd3\xcd\x2b\xcb\xc1\xe5\x51\x71\x79\x7d\xbb\x0e\x55\x39\x34\x60\x34\x15\xa3\x6e\xeb\xe1\xf3\xe6\x0b\xa4\x60\xad\x8d\xf3\x88\xa2\x94\x87\xd6\x74\x68\x12\xc5\x91\x72\x60\x63\x87\x26\xee\x02\x8d\x69\xdb\xe7\x82\xcb\x6b\x8d\xed\x1b\xe8\x8e\x56\x7b\x66\x76\xe4\xe7\x39\x31\x54\xfc\x29\x48\x54\x4a\x72\x88\xe9\x57\x1e\xab\xa9\x92\xe6\x0b\x3f\x3b\x6f\x86\x78\x42\xc7\x64\xf6\x4a\x07\x72\xc6\x6c\xa9\xae\x6a\x5e\x2d\xea\xa3\xbe\x4e\x58\xc4\x56\x9f\xd9\x41\x85\x3f\x26\xf6\x56\xa2\xf9\x64\x31\x6f\x0f\xc8\xc0\xb7\x67\x81\x7c\xe9\x42\x94\x83\x88\x5b\x27\xd7\x62\x20\xf2\xad\xdd\x09\xd4\xf8\x75\x62\x99\xf6\x18\xd6\xb1\xc7\xba\xa1\x9d\x51\x47\xc5\x7b\x54\x12\x67\x70\xf1\x7c\x13\x0e\xb0\x4e\xcb\xb4\xb3\xdd\x5a\xdf\x24\x8e\x51\x10\x2e\x3c\x3f\x87\x29\x8b\xae\x2c\x61\x48\xe0\x4b\x9b\xc1\xf2\x99\x28\x0f\x96\x5e\x82\x98\x43\xa1\xee\x15\x53\x98\x00\x0b\x9c\x7e\x12\xd0\xb7\x8b\x8f\x11\xc7\xe3\x4b\x1c\x26\x42\x24\x7d\x0c\x69\xfd\xe4\x00\x70\x8a\x0f\x7d\x12\x99\x41\x54\x90\x3a\x16\x2e\x1c\x03\x46\xdc\x38\x64\x74\x1d\xea\x43\x05\x30\x12\xbb\x35\x09\x99\xb8\x08\xcd\x1a\xa6\xf7\x21\x5c\x7e\x18\xe0\xf6\xfa\x59\x56\x9b\x10\xca\xa4\xdc\x7d\x1d\xad\xeb\x98\xcf\x66\xbb\x09\xd5\x5a\x12\xdd\xe3\x4e\x60\xd9\x98\x93\xb4\xc1\x74\xc8\x0b\x62\x4a\xf5\xad\xd7\x3e\xed\xf8\xa8\x3c\x5f\xd9\xe3\xf9\x7e\x0e\x70\x21\x0a\x62\xfa\x1a\x61\x9d\x7a\x5d\x83\x2f\x26\x31\x25\x78\x7b\xe1\x2c\x92\xfb\xcc\xf7\x6e\xa5\xff\x44\x94\xa5\x4d\x25\x90\x36\x32\xb4\x51\xa1\xce\xf8\x92\x80\x18\x5b\x45\x46\x37\xaa\x9e\x88\x57\xcb\x50\xed\x33\x7b\x92\xa3\xb5\x36\xd9\xdc\xbc\xd3\x5c\x5a\x47\x83\xd9\x93\xcb\xe1\xd9\x19\x0e\x56\x4b\x4f\x46\xa6\x29\x5d\xe0\x69\x15\xd1\x0d\x13\x4b\x89\xc7\x23\xe7\xdc\xa1\xa0\x6b\x5d\xdc\xdc\x32\x43\x20\x10\x22\x5d\x36\xb4\xd7\x98\x20\x0c\xe3\x41\x79\x70\xf7\xd0\x0b\xea\xd3\x35\x34\xd8\x91\xf7\x25\x2b\x0f\x29\xd3\x9c\xa7\xa6\x42\x09\xe6\x32\x14\xde\x48\x34\xe4\x18\x0b\x6d\x5a\x1a\xe3\xef\x89\x54\x4d\x93\x9d\x41\xe8\xb0\xc9\x98\x5b\xa5\xb4\x8b\x4b\xc4\x42\x08\x0f\x91\xfd\xa7\x75\xaa\xbb\x78\x96\x4a\xfa\xcc\xb8\x4b\x9f\x93\xd0\x9a\x08\xc4\x3d\x48\xe8\x6d\x03\x45\xa6\xdc\x3f\x27\x39\x33\xae\xbc\x81\xfe\x60\x97\xda\x8f\x64\x55\x74\x82\x3d\x6c\x3e\x0a\x67\x5b\x0b\x66\xee\xb7\x1e\x3e\xe5\x8e\xf8\x0d\x83\x74\x0d\x87\x00\xe8\xf8\x4e\xad\xbd\xbd\x2b\x11\x32\xa9\x7a\x2c\x6c\x23\x6b\x4a\x98\x18\x53\x64\x48\xaa\x39\x51\x63\x39\x43\x47\x6c\x6c\xae\x4f\x34\x5f\x5c\x47\x3d\x49\x6a\x92\x29\x03\xe7\xfe\xd5\x3c\x53\x46\x13\x07\x46\xe7\xd4\x9e\x65\x5c\xe3\xe7\x79\x44\x46\xd9\x8f\x62\x87\xc0\xd4\xde\x1e\xe0\x63\x97\x9e\x0c\xe9\x1d\x2e\x78\xe9\xc3\x8c\xc3\x46\xe4\xc8\x00\xee\x2a\x97\x8b\xfb\x1e\xa0\xe5\xcf\xf5\xde\x13\x04\xee\xe6\xbd\x97\x9e\xa8\x47\x08\x01\x25\xea\x79\x87\xae\x20\x6b\xe6\x63\xeb\x50\x24\xa4\x45\x1c\xef\x02\xfa\xee\xd0\xe3\x7a\x36\xda\xce\xf2\x33\x42\x8f\x77\xb1\xe6\xa6\xc6\x20\xef\x32\x42\x24\x0a\xcc\x92\x08\x26\x99\x81\xc8\xd3\x80\x55\xec\x55\x01\xff\xd7\xa2\x91\xa7\x99\xe2\x30\x0c\x2a\x25\x5e\x16\x23\x1f\xba\x23\x27\xac\x53\x1c\x03\x1e\x90\x21\xca\xc4\xb7\x35\x89\x80\x71\x7d\x24\x93\x44\xbd\x52\x9c\xaf\x85\xc9\x69\x8f\xfc\x3b\xe0\x0c\xe5\x8c\x98\xe3\x4c\x98\x74\xa0\x6a\xa4\x0f\xaa\x02\x27\x51\x53\xe9\xef\x98\x12\xc7\xcb\xf4\xe3\x26\x40\xf7\xd3\xdb\x1c\xff\x3b\x02\xa9\x50\x22\xe6\x2c\x7f\x4e\xd6\xe7\xc2\x78\x03\xdc\x53\x62\xc0\xb9\x8a\x8b\x5c\x23\x55\x6f\x3d\xb8\xd4\x9a\x78\x66\x8e\x91\x7d\x09\xb4\x17\x53\xa2\x6e\x36\x5c\xd8\x00\x5a\x9c\xe8\x9b\x0d\xcf\x59\x33\xb3\xa5\x2e\x83\xfb\x1a\x8a\x38\x35\xa2\xe0\x8d\x2a\x92\x1b\x8d\xd9\x46\xba\xce\x24\x67\x26\xbb\x02\xd2\xa5\x06\xc2\x82\x39\x3a\xa9\x82\xa9\xf0\x39\x31\x02\xd7\xcb\xf0\xdd\xd7\x83\xaf\xbd\x25\x15\xa1\x5c\x54\xfc\xdd\x1c\x44\xac\x00\x99\x17\x15\x62\xb1\xb5\x51\x43\x8e\x91\x68\x7b\x67\xb1\xe6\xd1\x8d\xdb\x04\x31\x89\x3c\x2e\x24\x96\xe7\xa5\x29\x09\x36\x0b\xb4\xf0\xe9\xe3\x94\x00\xbf\xdc\x6a\x2c\xb0\x63\xf0\xe4\x11\x86\x04\x36\x7b\x35\xcb\xdf\xa3\xdb\x7f\xd6\x46\x25\xce\xb1\xb6\xaa\x1e\xdc\x3f\xb9\xb3\xab\xfe\x25\x41\xa0\xd9\xbf\x59\xfe\x73\xfa\xc7\xec\xc8\x6c\x2c\x81\x81\xd0\xc1\xe3\xf7\x21\x26\x1b\x83\xf1\xae\xa9\x91\x94\x71\xa9\x68\xba\xd1\x9d\x6b\x86\xd5\x65\x18\x7d\x93\x30\x84\xdc\x21\x5c\x46\xa8\xeb\x75\xdc\xe5\x51\x4c\x7e\x19\xfd\xf4\xc1\x67\xdc\xe2\x7b\xde\x54\x1d\x11\x1d\xbd\x82\xd2\xa6\x5c\x91\xaf\x4d\x71\x37\xe1\xf2\x17\x23\x16\x3c\x32\xcd\x80\xf1\xb4\xf8\x84\x70\x51\x17\x27\xf5\xce\xd9\xa9\x08\xa2\xc4\x91\x99\x09\x2a\x4c\x7c\xa6\xa8\x94\xc8\xd0\xa8\xe3\xca\xdb\xd0\xd9\xad\xd1\x9a\x0a\x15\xc2\xab\x63\xd2\xec\x4e\x50\x33\xc1\x47\x6a\xf6\x0b\xba\x47\xf5\x06\x9a\x17\xd1\xc1\x64\xdc\x1c\x22\xd2\x4e\xe4\xb1\xcf\x04\xf7\x9e\x06\x17\x76\xd0\x3b\x22\x99\x1b\x35\x91\x98\xa5\x63\x9c\x5a\x5f\x49\x66\x88\xd8\xd4\xf4\x45\x6d\x1c\xf1\x0e\xf6\x4f\x63\x20\x67\x84\x81\x11\xc4\x8f\x94\xde\x7b\x26\x1a\xa6\xba\x43\xe9\x9f\xe3\x13\x02\xae\x96\x75\x14\x09\x52\x81\xc6\xfd\x99\x35\x54\x5c\xeb\x67\xc9\x26\x11\xf8\x3f\x37\x30\x53\xb5\xc6\x34\x27\x96\x38\x23\x9d\x46\xbc\xa3\x7b\x64\xb4\x29\x3d\x41\xe2\x28\xbc\xd7\x72\xf0\x00\x3b\x89\x07\xea\x62\x66\xce\x6b\xfa\x41\x09\x6e\xc9\xbe\xa1\xdc\x74\xa2\x41\xc6\xe5\x17\xde\x64\x16\x61\x14\xb1\x20\xef\x25\x12\xb5\x3a\xbd\x97\x18\x14\x75\x19\x89\xb3\x13\x39\x61\xc5\xce\x4f\xac\x69\xf1\xb5\x22\x27\x70\xbe\xf7\x62\xc5\x94\x7c\x0c\xc4\x34\x94\x8a\xd1\x0c\xa4\x32\x1b\x07\xd7\xae\xa2\xe3\x07\xb7\x6a\x90\xc2\x28\xe2\xb6\xe8\xe0\x29\x19\xdd\x58\xdd\x4c\xe6\x40\xfa\xe6\xef\x69\x63\x4e\x64\x30\x7f\x7d\xaf\x9b\xc7\x6c\x8e\x17\x80\x55\x7a\xd5\xbe\xb9\x0c\x52\x35\xa5\xba\xf6\x24\x4d\xa8\x84\xc1\x76\x0d\x77\x2b\xc5\xb9\x4a\x51\x4a\xaa\x5e\x29\xc1\x48\x85\x18\x3f\x4a\x31\xf7\x9c\xdc\x62\x6d\x1a\x93\xb5\x33\x04\xb1\x89\xfd\x59\x66\xa3\xda\x63\xd3\x40\xa8\xa4\x44\xfc\x29\xb3\xfc\xd8\x21\x9c\x99\x6d\xde\xdb\x96\xa2\x41\xb7\x8c\xdd\x49\xad\x26\xa6\x6b\x7b\x20\x23\x37\x5e\x06\xb6\x57\xe6\x31\xd6\x11\x3d\x04\xa3\x0f\xe1\xe2\x23\xfc\xe0\xbb\x3e\xe6\xd1\xda\xda\x6b\xad\xd6\x31\x62\x7d\x31\x13\x2d\x03\xe9\xa6\x31\x58\x69\x41\x35\x4e\xda\x6f\xa5\x2b\xd7\x60\xda\xc1\xdd\x8b\xee\x05\x95\x2a\x27\x6a\x8b\x1e\xdd\x90\x4a\xbd\xaa\xe6\x01\x83\x6d\xad\xcc\x37\x27\x6b\xe1\xd8\x64\x5a\xb7\xfc\xea\x8f\x5d\x50\xa8\x53\x5c\x4c\x1a\x03\x86\x8c\xe8\x25\x9d\x68\xef\x27\x16\x3e\x5e\x50\xde\xdb\xd1\x57\xd4\x24\x28\x07\xeb\xd8\x57\x4e\x89\xd6\xf1\x55\xb9\xc3\xa6\x7c\xe5\x30\xf6\xc9\xb2\xd6\x8b\xf3\xb1\x4f\xe1\xe3\x3b\x98\xb4\xfb\xf4\x76\xfc\xeb\xf2\x4d\x3e\xb0\x6c\x9e\xec\xe8\x80\xfc\x6c\x3b\xda\x21\x9f\xdb\x8e\xe9\xc4\xf3\x94\xc5\xcb\x68\x01\xd2\x07\xca\x6f\x1a\x3a\x6a\x18\x1a\xe7\x8e\x32\xca\x0c\x1a\x6e\xcf\x26\x0b\x0c\x96\xbf\xa3\x17\xf5\xac\x36\x59\xc0\x8a\xaa\x0e\x70\x6a\xa4\xb1\xb3\x13\x4c\x2e\x74\x2c\x0a\x1d\xe1\x8e\x76\x38\xfd\x6f\x6a\x0d\xd6\x55\x21\x15\x4b\x41\x4b\x51\x22\xf3\xcd\xc8\xea\x93\x34\x28\x6f\xd8\xa1\x9c\x05\xf3\x93\xb0\x8c\xa9\x10\x95\x2a\x1a\x6e\x31\xbe\x80\x51\x8c\xbe\x02\x18\xe6\x80\x72\xbc\xb9\x94\xcf\x03\xee\x6d\xe4\xff\x16\xd7\x38\xb1\x9b\xb9\x6f\x07\x56\x8c\xae\x58\xf6\x0f\x8e\x37\x20\x1e\x31\xcc\x13\x44\xd9\x09\x75\x7b\x72\x57\x3b\x65\x72\x1c\xc8\x47\x72\xa6\x32\xb7\xe9\x56\xd9\xd3\x40\x65\xbd\x7a\x8f\x06\x3a\x07\xa6\x9b\x80\x39\xbd\x73\x48\x74\x59\xe0\xb5\xe1\x9c\xb2\xe3\x83\x91\x6b\x68\xfd\x5a\xb8\x76\xe5\x1d\xf5\x12\x63\x30\x6b\xbe\x73\x00\x74\xe1\x96\xfb\xf9\x16\x8a\x0d\x80\x1f\x79\xb0\x56\x97\x2d\x7c\xea\xe2\x10\x77\x82\x83\xdb\x4a\xcd\xca\xfa\x7e\x2d\xc7\x07\xda\xef\xf8\xb9\xfe\x82\x1a\xe0\xa6\xbc\x6e\x92\x40\x3b\xb7\xce\x04\x8b\xfb\xe8\x4c\x7c\xe5\x55\x97\x2a\xa9\x8b\x83\x1d\x1a\x55\xa3\x44\x6e\x14\xb9\x25\xde\x7f\xc5\xa6\x47\xa5\x18\x70\xd1\xf3\x06\xc8\x2a\xcf\x8f\x0a\x25\x9d\xe8\x07\x3d\xf0\xf9\x43\x0e\xb6\x8b\x9e\x30\x64\xb8\xff\x40\x66\xf6\xd3\x6e\xbd\xb5\xbe\x12\x5c\x84\x23\x7b\x9d\xf3\xa4\xb0\xdf\xa0\xce\x7e\xda\x78\xb3\x24\xe9\xca\x45\x01\x31\x71\x60\xd7\xc9\xd9\x10\xc1\x36\x87\x93\xb6\xd5\x46\x33\x86\x23\x4a\x7c\x1a\x89\xd5\xb1\x24\x62\x7c\xbb\x7e\x81\x08\x5a\x9d\x9f\xee\xeb\x2c\xe0\x68\xd4\xd2\x49\xb1\xe9\x3a\x56\xf3\xed\x32\x7e\xb3\xe3\xc8\xd6\xad\xd6\xfd\x67\x8c\x24\x3e\x31\xcc\x5e\x95\xc0\xe1\x6f\xe9\xa3\x93\x2f\xc1\x66\xa0\xa7\xb7\xe9\xe5\x5e\xb1\x0b\x6e\xa5\x28\x19\xa4\x4a\xae\xe7\x13\x12\x72\x22\x88\x83\x9b\xd5\x63\xfe\xf4\xbd\x5b\x34\xde\xd5\x54\x8c\x31\x25\x9f\xd7\x98\xd7\x3b\x2a\x73\x2b\xb0\x56\xbe\x13\x79\xe9\x11\x55\x0d\x17\x4e\xb7\xe7\x2f\x9b\x24\x52\xb2\x86\xf7\xbb\x15\xb7\x0a\xb2\x9c\x2d\x96\x7d\x40\x2f\xf9\x40\x9c\x41\x7b\x7c\x26\xa5\x12\x88\x6b\x18\xfc\xbd\x4a\x71\x09\x44\xae\x1b\x7b\x00\x14\x43\xf2\x80\xc5\x2a\x11\x1f\xa4\xaa\xa0\xb2\xb8\xc0\x46\x04\xd6\x6a\x22\xe2\x9e\x43\x0c\x60\xf7\xd4\xf5\x6b\x46\x4d\xa9\xe3\xf6\xe2\xd3\x26\xca\x79\xcb\x7d\x5c\xe9\xe8\x63\xc8\xa5\xc7\xb5\x92\xa2\x3d\x87\xd3\x27\x69\xaa\x3d\x7e\x93\x83\x5a\xa3\xf5\x7e\x6e\xab\xb3\x6d\x35\x1e\xa9\xc2\x3d\xf0\x88\xba\x55\xe9\xab\xd8\x71\xf0\xf6\xf8\x64\x78\xa5\xb3\x07\xb5\x58\x03\x76\x7e\x28\xb6\x54\xd6\x17\xf0\xc5\xea\xbe\x60\x54\x21\x39\xf7\x58\x9d\xce\x05\x30\xeb\x38\x45\x90\x8f\x0d\xf8\xe6\xc3\xed\xf6\xfc\xa5\x03\xe0\xc9\x5b\x47\x4c\xa6\x62\x07\x83\x73\x63\xb4\xd0\xa5\xa2\x98\xb7\x8a\xf8\x98\x81\x17\xe1\x1d\xf5\xdc\xde\xff\xb2\x0b\x70\x69\x32\xc8\xe6\x74\xeb\xe9\x9d\x0e\x1c\xeb\x75\x5d\x1f\xe4\x31\x80\x06\x66\x95\x9c\x4e\x29\x56\x06\x79\x38\x5b\xc7\xf0\x93\x95\xb6\x68\x0c\x9c\x5c\x35\x13\xbd\xa4\x72\x27\x96\x61\xb2\x2e\xe8\xac\x52\x2d\xf8\x55\xa0\x38\xd2\xe3\x57\xc7\x30\xc5\x17\xc6\x77\x7b\x30\xd9\x7d\xaf\x3a\x2a\xa7\x77\xdd\xd9\x98\xd9\x46\x21\x5f\x18\xb0\x53\x46\x70\x14\xbf\xbf\x7b\x08\x1d\xd5\xbb\x8c\xa1\xb3\x39\xf3\x04\x55\x5c\x20\x3a\x48\xae\x7a\xab\x85\x93\x36\x26\x75\xf1\x06\x72\xe4\x70\x91\xde\x5e\x30\x31\x1f\xde\x02\xf9\xb8\x1e\x6c\x4d\xb5\xee\xac\x76\x34\x08\xf7\xe7\xa0\xed\xe7\xc9\x3b\x28\xbd\x01\xba\x40\xe1\xf6\x6c\xdf\x38\x17\x8c\x9d\x11\x31\x24\xd9\x8c\x8b\x6f\x1f\x73\x22\xe2\xc8\x69\x45\x86\xd1\x20\x0a\x28\x74\x9b\x0d\xb3\x04\xd4\xd1\x12\xc6\xa6\xe5\x5b\xbd\x30\x02\x0c\x22\x9a\x62\xd1\x63\x27\x36\x0a\x3a\xfd\x74\xa5\xc7\xd7\x98\x84\x3b\xa8\x4b\x74\xb5\xf5\xfa\x66\xfb\xc6\x32\x67\x73\x36\xab\x77\xd0\x58\xa6\x7c\xaa\x5a\xac\x27\x83\x28\x83\x84\x98\x46\x30\xa1\xda\x10\x3a\xe7\xc4\xea\x85\xd7\x1f\x05\xa3\x8b\x5d\xea\xa9\x41\x72\xb5\x94\xf1\x19\x95\xe3\x1b\x25\xd4\xac\x73\x80\x4c\xd3\x58\x4e\xe7\x57\x4c\x92\x3f\x19\xd0\xd9\x2e\xc5\x24\x77\x53\xa4\x27\x1f\x18\x6d\x2c\x32\xed\xb1\xcc\x18\x0b\x10\x59\xf1\xd4\x43\x7a\xf9\xa8\x18\x64\x0a\x71\x27\x7e\xbb\x52\x42\x61\x4d\x22\x55\x3f\x7f\x15\xb6\x8e\xbd\xe9\x60\xac\xfc\x55\xe2\x4f\xab\xbe\x79\xca\x5c\x44\x7e\xdd\x15\xbb\x1f\x55\x1d\xfc\xc2\xb8\x6f\x24\x1b\xcc\x5e\x94\xb9\xf0\x73\x80\xd5\x9d\xe0\xdc\x79\xb6\xe2\x4a\xee\xfe\x68\x5e\xa6\x73\x21\xd5\x49\x0f\x5d\xc5\x15\x4c\xe7\x24\x99\x06\x49\x23\xec\x7b\xc7\x2a\x0a\x10\x06\xa5\x8c\x32\xe8\x65\x39\x67\x9e\x09\x5e\x72\xfb\x1d\x91\xb5\x44\xab\x41\x52\xa4\x48\x5c\x0c\x38\x94\xf7\xbc\x61\x60\x25\x22\xaf\xe6\x05\x20\xfc\x40\x30\x50\xab\xfd\xf6\x66\x38\x35\x8a\x61\xec\x36\xce\xa3\x24\x27\xfb\xc9\x2c\x15\x9f\xfc\x28\x24\x17\x5a\x98\xd8\xa1\x85\x74\xa1\x49\x83\x61\x34\xaf\xc8\xd8\xc6\x0e\x26\x46\x25\x81\x1a\xcc\xff\x28\x89\xe1\x74\x3e\x49\x4a\x1a\x19\xe5\x90\xa4\xd4\x91\xf8\x2a\x5b\x63\x45\x47\x1d\xd6\xe5\xfd\x92\x1f\xa7\x59\x47\x3e\x12\xf2\x8f\x86\xdf\xa5\x25\x74\xff\x59\x5d\xe7\x06\x7e\x25\x2d\x60\xb6\x18\x8d\x45\x7a\x36\x80\x4e\x68\xaf\x33\x31\x0a\x66\x3e\xe0\xf4\xc2\x44\x68\x7d\xf9\x21\xa4\xcc\x09\x1d\x39\x54\xb1\x8a\x66\x0f\x30\x46\x0f\x84\x8d\x51\xeb\x6c\x6c\x8f\xab\xd6\xd5\x16\xa2\x81\x1c\x9f\xb6\x10\xf7\x6a\xe4\x33\xa6\x3a\x8c\x37\x46\xfc\x1b\xad\xde\x8c\x55\x77\x06\x87\xdc\x8a\xcf\x39\x16\x93\xdd\x1e\x90\xa7\x31\x75\xab\x95\x5d\xbb\x73\xc3\x52\xed\xbc\xba\x37\x75\x82\x7c\x07\x18\x72\x77\xb8\x2c\x79\x01\xd5\x7c\x1a\x3b\xd3\xcd\xb3\xf8\x8c\xb1\x43\xff\x2d\xcf\x7c\x25\x04\x00\x05\x8c\x0b\xc6\xea\xea\x85\xee\xbc\x3c\xbe\x45\xd5\xe9\xc5\x70\x02\x63\x2d\x32\xf9\x31\x53\x48\xab\x2c\xbf\xa3\xb1\x41\x60\x78\x0b\xf4\x55\x31\xc7\xd0\xaa\x9f\xd7\x63\xd0\x06\x66\xfd\xa6\xd2\x1c\x00\x1f\x0e\xb6\xb3\xe9\x61\x44\x61\x0f\x8c\x25\x89\x39\x1c\xf1\xca\x27\x23\x9c\xc1\x30\xf8\x3d\x69\x9c\x42\x1a\x0a\x4c\xa1\x90\x04\x68\x7a\x30\x68\x47\x1f\xaf\x87\x7d\x62\x44\xfb\x0c\xd4\x8c\x3e\x2a\x73\x0c\xcf\x81\x08\x32\x51\x3d\xa2\x7d\xf1\xee\x4c\xad\x68\x73\x6e\x0a\xa3\x54\x31\x68\x32\x40\x35\x7f\x4d\xcf\x7e\x9d\x34\xdd\xaa\xa4\x8b\x5e\x0f\xa7\x99\xf5\x24\xf9\x24\x8e\x84\xbf\x63\x82\x22\x4f\x52\x4e\x46\x5f\x63\x59\x0e\x69\xd8\x48\xcc\x84\xa4\xc5\x86\x6d\xaa\x6a\x61\xcc\x92\x5b\x78\x40\x22\x49\xaa\x57\xd3\x11\xb5\x94\xc2\x88\x1e\xca\xe8\xf9\x3b\x3d\x4c\xe0\xef\xf2\x30\x81\xbf\xdb\x14\xa1\x87\x63\xa7\x52\xd8\x15\xf9\x9e\xea\xd6\xc4\x57\x86\x31\xe0\x6e\xad\x52\x61\xb7\xa1\x78\x36\x48\x01\x98\x28\x1a\x4e\x9e\xef\x16\xdc\x52\xf6\x98\x7c\xb1\xbe\x91\x2f\x02\x19\x7f\xbc\xc0\xdf\x06\x40\x1c\x84\x7b\x7c\x27\x7c\xb8\x24\x0f\xba\xf8\x3b\x52\x02\xf9\xde\x7c\xf4\x24\x98\xb9\x2b\xdf\x49\xdd\x55\x84\x3b\x92\x54\x5b\x9f\x7d\x6d\x7e\x56\xd7\x83\x14\x06\x4f\xce\xa1\xcf\x6a\x0a\x80\x36\xc9\x2b\xb5\x03\x9e\x2d\x82\x96\xd8\x1d\x98\x70\xf6\x02\x48\xeb\x3a\xc2\x23\x87\x97\x43\x27\x06\xa5\x49\x6e\x6c\xad\xab\x88\x6c\xd3\xad\x95\x51\x89\xc5\x48\x64\xa0\xfd\xe8\x5a\x22\xd4\x08\x9e\x1e\xd9\x08\x64\x30\x28\x8e\xb3\x38\xb6\xb2\xe1\x83\x42\x28\x9b\x20\x30\xc5\xef\xf0\xbd\xba\x9e\x61\xde\xf7\x2b\x4e\x6f\xd5\xb7\xa3\x27\x6a\x9a\xaf\x08\x9e\x3e\x0e\x6b\x0f\xba\x02\xc6\x2c\x2d\x7c\x67\x02\x37\xdb\xbc\xb7\x2d\x82\x90\x70\x05\xa4\xb4\x5d\xc0\xc4\xe8\x5a\x40\x8a\x38\x97\x64\xdb\x7c\xac\xd0\xa7\x6e\xb6\x4b\xef\x5e\x95\x47\x19\x3c\xb8\x1c\x6e\xce\x74\x01\x02\x84\x28\x65\xdb\x37\x76\xf0\x81\xcd\x99\x97\xcd\x8d\xa7\xe9\x70\x1e\x0a\x70\xb8\x85\xd9\xcf\x6d\x38\x9e\x56\x54\x80\x0e\xdc\xbf\x87\x02\x58\x28\x4e\x33\xf6\xa3\x2f\x95\x39\x42\x61\x56\x27\x9a\xe6\x3c\x21\xc1\x82\x3a\x12\x6c\x4f\x13\x28\x3e\x97\x29\x50\x83\x78\x0d\xe6\xbc\x7c\xf6\x2b\xcf\xfa\xb4\x68\x1d\xfb\x54\x61\xfd\xa0\x3f\xc4\xe9\x97\x8f\x7d\x75\xfc\x1b\x8b\xf3\x2e\xc7\x0e\x0d\x42\x10\x76\x13\x40\x0a\x8a\x23\x00\xa1\xb9\x01\x10\xc3\x75\xf5\x62\x9f\xcf\x8d\x27\x07\xa7\xb9\xb0\x87\xeb\x3e\xbf\x91\x0e\x15\xe7\x8d\x64\x9f\xb7\xa6\x51\x29\x48\xd5\xc9\xd9\x8e\x9e\xc7\x10\x43\x81\x2f\x65\xef\x5d\x47\xad\x39\x95\x36\xde\x4c\x02\x4d\xe0\x97\x7b\x22\x88\xd5\xae\xb6\x16\x96\xac\x0f\x7e\xfd\x01\xba\x88\xb7\xaf\xd3\xb5\x61\x12\x9b\x9c\x8f\x39\x5d\x89\xd8\x58\xc7\xbf\x3c\x66\xa1\x1d\xed\xc9\x39\x35\xc7\x93\xce\x10\x02\xe4\xf0\xc5\x15\x32\xa1\x6f\xf7\x9a\x73\xf7\x09\x4e\x52\x55\xcb\x71\x47\x0b\xb1\x5d\x39\x85\xe1\x10\x09\x6b\xbe\xf9\xf4\x2b\x2b\xf6\x04\x33\xd6\x25\xc5\x1e\x56\x0c\x6e\x56\x1e\xf7\x93\x45\x8c\x31\x96\xe3\x18\x33\x8b\xab\x28\xa6\x33\x04\xc3\x24\x97\x72\x36\x80\xa9\x16\x23\xee\x95\x89\x9b\x98\xf8\x65\x71\x4d\x26\xcb\xb4\xb9\x89\x5f\xad\x49\x63\x93\x8c\x33\x46\xae\x14\x6a\xce\x31\xeb\x93\x4f\x72\x4c\xd2\x1c\xb1\xa6\xc6\x20\x92\x7c\xa9\x59\x41\x18\x9c\x94\x31\xc7\xbc\xdc\x30\x1b\x35\x81\xc4\x0a\x73\x4c\xee\xd9\xcb\x80\xe1\x78\xa8\x6c\x77\xeb\x04\x55\xb6\x66\x99\x3c\xf9\x85\x71\xc5\x14\x3f\x66\xd9\x7a\xe2\x5e\x1c\x79\x26\xc5\x8c\x67\xcc\x86\x89\xfc\x27\x01\x61\x64\x8e\xa2\xd5\x3b\x62\xa1\x27\x2d\x85\xe9\x88\xa2\x0e\x4a\x5e\x12\xb7\x62\x44\xbe\xb2\x3d\x81\x42\x9e\x35\x5f\x26\xf1\x99\x79\x57\x8e\x30\x45\x86\xcb\x1e\x73\x16\x26\x6f\xa3\x37\xa5\x83\xbd\x61\x03\xaa\xd2\x30\x2a\x73\xaa\xca\x2c\xce\x2a\x5c\x05\x94\x1f\x1a\x12\xc3\x10\x7b\xad\x31\x92\x1a\x85\xa7\x6c\x6d\x54\x65\xbf\x76\xa3\x8c\x1e\x31\x53\x19\x3d\x1d\x96\x12\xb9\x1e\xa5\x41\xbe\x24\xa5\xc8\xed\xeb\x2b\x39\x65\x1b\x13\x43\x90\xd3\x54\xf3\xf5\xf5\x70\xf5\x0e\xbe\x6d\x56\x75\x1d\x8f\x0e\x06\xea\x35\x49\x47\xd8\x2f\x91\x9d\x5b\xaf\xf1\xb9\x7e\x78\xf5\x7e\xf0\xf6\xaa\x02\xae\x54\x69\x53\x2a\x62\x8d\x12\xc6\xd7\x28\xa4\x6e\x44\x3c\x8e\x75\x43\xdc\x58\xc5\x75\x7d\x4e\x81\x2e\x22\xe9\xed\x37\x9c\x4a\x5a\x2f\x20\x5a\x60\x0b\x39\x4e\xc6\xac\x81\xdb\x37\x17\xc3\x31\x79\x05\xd4\x51\x05\x06\x9c\x84\xe7\x31\x77\x81\xe7\x84\xaa\xc2\xb0\x8c\x3d\x87\xf5\x15\xda\xab\x07\x8a\x51\xcb\x04\x79\x79\xae\x33\xd3\x20\x01\xe3\x3b\x16\xa0\xf3\x7c\x22\x74\x63\xde\x80\xda\xed\x63\xc7\xbe\xb0\xe2\x1b\x8d\x85\x9d\x5c\x95\x51\x48\x99\x2b\x73\x12\xdd\x30\xc7\xc8\x23\xba\x3c\x54\xb6\xec\x6c\x37\x76\xb7\x11\x89\x16\x62\xb5\x64\xb3\x3f\xa3\x7f\xcc\x02\xba\x11\x82\xa5\xdb\xe6\xb7\x12\xf9\x2c\x70\x11\x5a\xbd\x47\xf7\x12\x00\xc6\xaa\xdd\x7e\xc3\xd9\xe7\xcd\x62\x7c\x44\x47\x61\x2f\x78\x23\xc6\x2f\xe2\x8b\x39\x0a\x78\x91\x0a\xdb\x8f\x7d\x45\x90\xf8\xac\xe3\xca\x92\xf5\xcb\x0f\x2c\x28\x3f\xc2\xe5\xd6\x07\xbf\xb2\x3a\xeb\xc2\x85\xea\x0c\x56\x07\xf9\x7d\xa2\xf3\x37\x9b\xa3\xe2\xab\x0e\x31\xa9\xd3\x0c\x4a\xc6\x9b\x33\x1c\x03\xff\xa0\xaa\x5e\x4a\x2d\xbd\x61\xc5\x5e\x7d\x3a\x15\x3b\x16\xdf\x34\x00\x30\xc2\x00\x60\x71\x0c\x3b\xa0\xb8\x93\xef\x8c\xca\xf8\x5c\xab\xaa\xf1\xa3\x0d\xc5\x84\x4e\x91\x47\x41\xec\xf4\x40\xb1\xe7\x95\xf8\x00\x1d\x3b\xf6\xa5\x95\x38\xa5\x51\xa9\xba\xa6\x31\xac\xf1\x99\x31\xb8\x8b\xad\x43\x98\x96\x07\x43\xae\x1e\xb2\xd4\xf3\xd1\x09\xa3\x22\xef\xae\xea\x35\xbe\xf6\x52\x6c\xb4\xc9\xa6\x28\xeb\x90\xf7\xd7\x12\x08\xf7\xbf\x3d\x44\xce\x46\x87\x7c\xa7\xd8\x7b\x08\x9b\x35\x49\x9d\x43\xcf\xbc\x0c\x5a\x17\x5f\x4a\xad\x46\xb2\x91\x57\xd3\xf1\x01\x45\x7d\xa4\x38\x37\x34\x50\x92\x3b\x72\x07\x41\x52\x97\xb4\x90\x23\xaa\xc6\x6f\x80\xf5\x20\xf0\x9d\x23\xc3\x89\xa5\x5c\x82\x27\xf3\xd3\x49\xae\x12\x4e\x4d\xb4\xeb\x73\xd1\xa0\x38\xd9\x90\x4a\x3e\xc4\x2f\x28\x77\x5f\x07\x8a\x8f\xe5\x17\x9f\x0a\x9c\x46\x2e\x6a\x30\x1e\xac\xbc\x5e\x98\x99\x6d\x9f\xbb\x94\x1c\x72\x02\x7b\x9b\x2b\xa3\x48\x8f\xe5\x75\x2b\x62\x63\x7b\xee\x75\xb0\xbd\x12\xc7\x61\x61\x4c\x0a\xf9\x21\xe0\x4f\xf3\xc2\x0f\x31\x8b\x83\x2f\xed\x68\x61\xf5\x15\xc0\x4f\xf3\xf1\x6d\x5d\xae\x44\x46\x6d\x56\xd9\x88\x17\x06\x05\x76\x45\x3b\xf9\x5c\x9d\x73\x8c\xca\x94\x3d\xdb\x8f\x24\x18\xa3\x72\x7b\x1c\xf7\x8b\xe5\x97\x64\x65\x55\x5b\x05\x13\x91\x8d\x8e\xfc\x30\xe2\x9b\xfd\xd7\xaa\x5d\x85\x66\xed\x72\x3f\x9e\x7e\x8a\x7b\xc3\x93\xd5\x6b\xc4\x8f\xe7\x49\x9b\x0a\x57\x8d\x04\x2f\x68\xbd\x1a\x03\xc1\x41\xef\xe7\x3b\x79\x3e\x73\x5f\xa2\x9b\x56\x76\x26\x36\x20\x81\xd0\x04\x98\x96\x35\xbe\x9a\x02\xa2\x76\x0f\xce\x80\x2b\x7b\x66\x7d\xf1\x87\x2f\xff\x6c\x09\x4f\x13\x87\x66\xf9\x89\x15\xa1\xb5\xb1\xf8\x11\x17\x10\xa2\x10\x3c\xa6\x34\x3a\x21\x50\x44\x0c\xa2\x86\xd8\x4b\x43\x9f\xae\x72\x91\xe9\x2e\x89\x39\x0c\xc5\x74\x57\x34\xae\x02\xa8\x61\x72\x7d\x94\x59\x32\x2b\xc9\x28\x66\x55\xdc\xfc\x8e\x9a\x94\x5a\xb2\xa3\xb6\x47\xc9\xf3\x18\xcc\x38\x99\xc8\xab\x52\x0b\xf8\xd4\x13\x1b\x24\x9f\x79\xc5\x5a\xd0\x15\x29\x5b\x60\xfa\x9a\xc4\x37\x82\xc1\x52\xf7\x41\x81\xb0\x8d\x46\x5a\x62\x43\x4c\xbc\x0d\x06\xc8\x17\xe1\x8c\xc0\xa2\x09\xc4\x28\xda\xc6\x8d\xcb\x91\x81\xc8\xd4\x79\x2a\x5f\x12\xa8\xe0\xe2\xaa\x71\x14\x74\x47\x65\xd5\x48\xed\x2e\xc6\x93\x5d\xbf\xda\x7c\xbc\xd2\xd8\x7a\x66\x90\x37\xf6\x94\x54\x97\x3b\xff\x4c\x5e\xf0\x02\x34\x54\x71\x4f\x39\x45\xca\x23\xca\x60\x1c\xd8\x88\xf3\x02\x13\xa4\x82\xd0\xe4\x52\x01\x24\xa6\x09\x07\xcd\x11\x31\xe6\x28\xfd\x6d\xc5\x11\x4c\x68\x05\x9e\x67\x86\x95\xf5\x64\x2e\xde\xe2\x3a\x0a\xb8\xbf\xa0\x17\x23\xc5\xc6\x12\x5b\x17\x35\x93\x92\xd3\xc7\xd6\x5b\x3d\x15\xcc\x6b\x73\x71\x2f\x0e\x3d\xe0\xfb\x43\x9e\x04\x8f\xe1\x1b\xe8\x8b\xe3\xc7\xbf\x39\x96\x98\x45\xd4\x96\x4c\x25\xd6\x94\x5e\x19\x87\xcc\x72\x6a\x61\x82\xc5\xf9\xe6\xc4\x78\x7c\x55\x14\x88\x5c\x39\x02\x13\x3f\xca\xea\x0c\xf7\x57\xf8\x75\x8f\x3a\xc7\x7f\x94\xdf\x16\xbf\xef\x49\xac\x63\x9f\x5d\x44\x17\x2b\x4c\xbf\xc7\xb5\x24\x4c\xf5\xe7\xea\xbb\xf5\x29\x7d\xf7\xf4\x70\x51\x4f\x2d\x43\x45\x9d\x34\xc5\xba\xed\xaf\xf2\xe5\x63\xc2\xa8\xf1\xd0\x73\xfe\x01\xa7\x7f\x80\x62\x57\x67\x3f\xe3\xcf\xd6\x67\xf8\x60\xfd\xd8\x48\xd9\xcf\xff\x68\x7d\xa1\x4a\xcd\xfa\xa8\xe7\xa7\xba\xc8\xbc\x7b\xd9\xaf\x00\x8e\xea\x7c\x49\xae\x07\xbf\xc4\xec\xfa\x79\xcc\x81\xde\x5f\xe2\xc7\xeb\xbf\xea\x5a\x19\x63\x7b\x54\xe0\xde\x40\x1d\xa9\x6e\xe6\xa8\xfe\x96\x68\x0b\x6b\xa4\xb7\xc5\xaf\xe5\x75\x0b\x9f\x93\x0f\xc6\x2f\x39\xc6\x1f\xbd\x97\x8f\x55\x03\xdc\xcb\x57\xfa\xbd\xec\x1f\x8f\x5a\x9f\x56\xfa\xab\x94\xa2\x32\xd6\xac\xd3\x5f\x51\x8e\x05\x78\x1b\x7c\x45\xbf\x11\xe1\x8e\xf3\x97\x38\x30\x45\x9f\x8f\x60\x29\x60\xb1\x78\xae\xa4\xc0\x17\x4a\x98\x6e\x56\x81\x1f\xc5\x5f\xd6\x9f\x75\x30\xe4\x94\x0a\x14\xe2\x47\xc1\x53\x74\x9f\x03\xc1\xc5\x26\x88\xc0\x30\xbf\x4e\x50\x53\x34\x51\x07\x9e\x5e\xa7\xc7\xf1\x1a\x8b\x89\xdd\xe3\x42\x61\xf8\x94\x5f\x6d\x4f\xa1\x82\x81\x2b\xe1\x7f\x16\xbb\x1e\xea\x02\x22\x0f\xfc\x4d\xa8\x83\x2a\xf1\x80\xa4\x15\xab\x25\x5d\xba\x31\x11\x5e\xb8\x14\xd5\x93\xf4\xa3\x68\xf8\x34\xdd\x5e\x54\xb9\x99\xb8\xb4\x1b\x8c\xfd\xa3\x5d\xa8\x46\x0e\x21\xa6\x1d\x34\x6a\xc6\x65\xf7\x23\x2a\x6c\x6c\xad\xb7\x6b\xcf\x9a\xab\x93\xba\x5c\x5e\x96\xe3\x37\x95\xaa\x47\x0d\x1f\xe5\x21\xca\x37\xf4\x60\xf2\x80\x7e\x49\x98\x32\x07\xa7\xbc\x94\x95\xaf\xaf\x24\xc7\x40\xd9\x27\xcd\x71\x59\x41\x53\x98\x89\xa2\xed\xe3\xfd\x27\x31\x05\x24\xde\x04\x41\xb7\x1e\x3e\x0f\xcf\x8c\x69\x68\x64\xbd\xd0\xd3\x58\x98\x02\xdd\x25\xa5\x1d\x46\xdb\x7b\x96\x93\x94\xe3\x8b\xd6\x33\xab\xba\x1c\x66\x1b\x41\x48\x66\x70\x4e\x93\x41\xd0\x1a\xce\x29\xb3\xd8\xc9\xd0\xf4\x94\x9c\xc4\xce\x04\x98\x68\x56\x18\x0a\xaf\x53\x8e\x67\xc2\xe9\xd1\x6f\x8f\x25\xe1\xa8\x53\xd3\x07\x93\xf5\x57\x0a\x8a\x25\x1d\xfa\x26\x62\x8e\x59\x92\xfb\x48\xc4\x74\x73\x32\x3a\xbf\x92\xfa\xe6\x0e\x25\x97\x44\x8d\x51\x59\x84\x8c\x1d\xe8\x50\x9c\x7c\xcf\xcb\x7a\x42\xbd\x53\x26\x9b\x99\x44\x4c\xd8\x3e\xa7\x2d\xa1\xf1\x48\x48\x9c\xb0\x36\x53\xb1\xcb\x3a\x76\xbb\x24\x22\xb8\xb8\xa7\x03\xb4\xeb\x74\x76\x1f\x45\x99\xf5\x30\xb0\x60\xd7\xfc\xbf\x19\x9d\x3f\x15\xdd\xfb\xf9\xf9\xc2\xf6\x39\x2b\x91\x21\xd0\xab\x14\x3e\xec\xc8\x1c\xac\xb3\x0b\x4a\xee\x42\x60\x96\xe2\xd5\x10\xf8\xdf\x55\x37\x3c\x53\xce\x3e\xfb\x43\x34\x57\x32\x04\x99\x13\xfd\x90\x4d\x44\x1f\xf2\x94\x7f\xa1\x73\xb4\xfe\x90\x31\xd3\xe5\xfe\xc0\x81\xc7\x24\x21\xc2\x7b\x55\x8f\x25\xca\xfd\x41\x05\x2c\xfb\x39\x2d\xc8\x1c\x12\x59\x17\xf5\x54\x8c\x80\xfd\xb1\xf6\x24\xbd\x62\x97\xf9\xc4\x5b\x93\x69\x0d\x99\xb1\xd6\xde\xa7\x2d\x99\x5c\xbc\x31\x3d\xc7\x9f\xdd\x5c\x3c\x59\xf0\x0f\xec\x20\xff\x33\xb7\x2b\x25\x6b\xdd\x0f\x92\x61\xee\x5f\x58\x2c\x1d\xda\x99\xcf\xca\xe6\xb8\x71\x4a\x18\xe5\x35\xbe\xeb\x88\xf6\xa9\xe7\x87\x02\xc5\xf9\xf9\xfe\x08\xd9\xd9\x63\x3e\x36\x0a\xc2\xf7\x58\x86\xe0\x74\xec\x36\x0e\x91\x4a\x28\x4a\xb9\x20\x25\xd6\xad\x0a\x11\x44\x51\x33\x55\xac\x4d\x4c\xf9\xb9\x39\x0d\x44\xc0\x77\xdd\xd2\x89\x4c\xbe\xdf\xcd\x62\x08\x9a\x89\xe9\x4c\x5f\xc5\x1d\xa4\x87\xa1\x1c\x92\x26\x43\x6f\x44\x67\xf6\x83\xc5\xd5\xcc\x47\x5e\xf6\x23\xab\xf9\xe0\xd2\x61\x2f\xf3\xd1\x20\xfc\x89\xa6\x85\xd9\x6b\xf8\x6b\x00\x7f\x6d\xce\xc0\xa5\x80\xbf\x8a\xf8\xeb\xde\x43\xfc\x73\x18\xff\xbc\xb8\x4a\x35\x80\xb0\x7e\x64\x85\x8b\x75\xfc\x31\x82\xdf\xdf\xbc\x38\x8c\x69\x70\xe0\x4e\x2e\x52\x5a\x59\x6e\x9a\x53\xd3\x70\x9e\x59\xd5\xc1\x80\x5b\xad\xf0\x17\xd5\x49\x31\x3f\xc2\x1f\xa8\x9f\x61\xdb\x3e\xc9\x3f\xa9\x2f\xe8\xca\x1f\xe0\xbc\xdc\xd4\xdd\x88\x9d\x97\xea\xd4\x65\x25\x3f\x9c\x53\xdd\x42\x9f\xf4\x5b\xf5\xca\x5d\xc2\xc2\x14\x2b\xee\x10\x26\xb3\x38\x91\x51\x69\xaf\x54\xbe\xab\x70\x72\x3e\xbc\xf1\x9c\x75\x9c\xf8\x0a\x9e\x5f\x48\xd7\xe7\x83\xf9\x8d\xf0\xf2\x79\x0c\x92\x76\xfa\x79\x46\xe5\xac\x73\xca\x43\x55\x15\xde\xf2\xf4\x2a\x27\x6c\x64\x10\x8c\xc1\xc5\xb9\xf0\x55\x72\xd9\x0c\x29\x53\x31\x48\x52\x2f\xf2\x2d\xdc\x01\x29\xd1\x7e\xda\xad\xff\xfd\xef\xc4\x06\x3a\x7f\xb3\xff\xf1\x0f\xeb\xab\xdf\xff\xb4\x3b\x01\x02\x7c\x7b\xf4\x02\xe2\x0e\xfb\xae\x90\x41\xc5\x80\x07\xfe\xf1\xf3\x44\x95\x8c\xbc\xb7\x22\x67\x0b\x79\x67\xcc\x5d\x67\xfe\x77\x00\x00\x00\xff\xff\x16\xb6\x52\xbe\x0b\xd1\x00\x00") func confLocaleLocale_zhHkIniBytes() ([]byte, error) { return bindataRead( @@ -4578,7 +4684,27 @@ func confLocaleLocale_zhHkIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 48546, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 53515, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLocaleLocale_zhTwIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\x69\x6f\x1b\x57\xb6\x28\xfa\x9d\xbf\xa2\xae\x0f\x82\xf4\x01\x3a\x0a\xd2\x7d\xdf\x80\x8b\x30\xf7\xa5\x93\xee\x4e\x3f\x24\xe9\xbc\xb6\x1b\x07\x17\x81\xc1\x50\x64\x49\xaa\x63\x8a\xa5\x66\x91\x76\xd4\x07\x07\xa0\x6c\xcb\xa2\x26\x4b\x1e\x24\x5b\x96\x6c\xd9\xf2\x24\xcb\x96\x2c\xcf\xb2\x26\xff\x97\xd3\xac\x22\xf9\x29\x7f\xe1\xad\x69\xef\xda\xbb\x58\x54\x9c\xc6\x7b\xf9\x10\x8b\xb5\xd7\x9e\xf7\x5e\x7b\xcd\x2b\x3f\x32\x92\x2b\xba\x41\x21\x1b\xae\xee\x46\x8b\xfb\xce\x1f\x7d\xa7\xbd\x71\xab\xbd\x5e\x6f\xdd\x38\xdf\x9e\xd8\x08\xa7\x1e\x39\x7f\xf4\xaa\x4e\xb4\x32\x1b\x4e\x2f\x65\x32\x43\xfe\xb0\x9b\xed\x3c\x58\xec\xdc\x1e\xcb\x14\xf3\xc1\x50\xbf\x9f\xaf\x14\xb3\xd1\xc5\x87\x61\xe3\x75\xe7\xe6\x5a\x6b\xb2\x91\x71\x7f\x1c\x29\xf9\x15\x17\x3e\xae\xb5\x5e\xae\x65\x86\xdc\xd2\x48\xb6\xbd\xb1\x11\x5d\xbf\x98\x09\xbc\xc1\x72\xce\x2b\x67\x5b\x4b\x7b\xe1\xf8\x7d\xfe\xe9\xd7\xaa\xf4\x7b\x62\x97\x7f\xd7\x00\x7a\x7d\x2f\xbc\x30\x95\xa9\xb8\x83\x5e\x50\x75\x2b\xea\xf7\x19\xb7\x3f\xf0\xaa\x6e\xb6\xf5\xfa\x79\xeb\xf1\x52\xe6\xb4\x5b\x09\x3c\x1f\x1a\x9b\x6c\x44\x2b\x4f\x32\x23\xf9\x41\x18\xd9\xed\x31\x18\x45\xa6\xea\x0e\x8f\x94\xf2\x00\x1a\xad\xdf\x8d\x6e\xbe\xcb\x94\xf2\xe5\xc1\x1a\x96\xf3\xd4\x32\x85\x8a\x0b\xa5\xb9\xb2\x7b\x26\x1b\x4e\xbe\x0a\xf7\x76\xfb\xfa\xfa\x32\xb5\xc0\xad\xe4\x46\x2a\xfe\x80\x57\x72\x73\xf9\x72\x31\x37\x8c\xb3\x68\x5d\x5d\x8f\x1a\xaf\x9b\xef\xee\x44\x63\x4f\xc3\xb9\xa9\x68\xf9\x65\x78\xef\x06\x8d\xd4\x2d\xc2\x54\x72\xf9\x20\x1b\xbe\x79\xce\x13\x62\xd8\x0c\xb5\x54\xce\x0f\xab\xca\xe1\xfc\x6c\x6b\xfd\x59\xc6\x1d\xce\x7b\xa5\x6c\x67\x79\x2f\xdc\x9c\xef\x9c\x7b\xd5\xdc\x7b\x0d\x63\x0e\x82\x33\x3e\x2c\x60\xf8\xf4\x42\x6b\x6d\x1f\x66\x9c\xab\x8e\x8e\x40\xbd\xb5\xdd\xf6\xc6\xac\x7c\x2c\xe4\x47\xaa\x85\xa1\x7c\xb6\xf3\xe8\x5a\x7b\x73\x12\xbf\x00\xdc\x88\x0f\x4b\xe1\x57\x46\xb3\xe1\xf9\xe7\xe1\xe6\xf5\x70\xf7\x71\xc6\xaf\x0c\xe6\xcb\xde\xdf\xf3\x55\x5a\x94\x57\xe7\x5b\x6f\xaf\x66\x86\xbd\x4a\xc5\xaf\x64\x3b\x73\x77\xc2\x73\x73\x19\x98\x6f\x0e\xab\x66\xa3\xc5\xed\x70\xed\x56\x5c\x15\x0b\x86\xbd\xc1\x0a\x2e\x59\x67\xec\x4d\xeb\xe1\x5e\x78\x6f\xb1\x73\x6e\x3d\xac\x4f\xc6\xc5\xd4\x12\xd4\x34\x1a\x1b\xf0\x2b\xa7\xa4\xb1\xd6\xfa\x74\xb8\x3f\x07\xd0\x61\xe3\x42\x74\xf5\x29\x15\xc3\x88\x54\xa9\x0c\x27\x5f\x86\x5d\xa0\xef\xad\xad\x3b\xad\xf9\x0b\xf2\x3d\x5f\x1c\x86\xa5\x1c\xc9\x97\xdd\x92\x14\xc0\x2e\xe2\xc6\xe5\x0b\x05\xbf\x56\xae\xe6\x02\xb7\x5a\xf5\xca\x83\xb0\xd6\x3b\x2f\xda\x4b\xab\xed\xf5\xcd\x70\x0b\x76\x41\x7d\x95\xdf\xa3\x7e\x4d\xef\x60\x36\xac\x4f\x37\x77\x77\xdb\x2f\x26\xa2\xc5\x25\x2e\xd1\xe0\xbc\x2d\x52\x09\xfa\xa8\x7a\xa7\xbd\xaa\xe7\x06\xd9\xe8\xe5\x5e\x38\xbd\x90\x19\xa9\x95\x4a\xb0\x50\x7f\xab\xb9\x41\x15\xba\x9c\x6f\x34\x0f\x5e\xb5\x1f\x4f\x47\xcf\xce\x66\xbc\x20\x80\xaf\xd9\x70\x61\xae\x73\x67\x26\x03\x7b\x53\x2e\xc0\x98\xc3\xb9\xc5\xe8\x75\x23\x93\xf9\xde\x2b\x07\xd5\x7c\xa9\x74\x32\x23\x7f\x64\xc3\xad\xc9\xf6\xdd\x9b\xea\x58\x7a\xd5\x12\xdd\x9e\xe8\xc9\x1d\x2e\x88\x36\xef\x77\x1e\xad\x66\x8a\x7e\xe1\x14\x1c\x3e\xbc\x2a\x70\xdc\xc3\x07\x67\xa3\x5b\x2b\xd1\xd9\xf5\x68\xf3\x6e\xb8\xb2\xde\x3c\x78\x07\x03\x76\xbe\x24\x18\x27\xdc\x7a\x1b\x2e\xad\x77\xc6\xa6\xdb\x77\x66\xe0\xb2\x0e\x06\x3f\xed\xcf\xc0\xd8\xe0\x72\x86\xef\xc6\xc3\xf1\x46\x73\xef\x6a\xeb\xe5\x76\x67\xf1\x59\x7b\xab\xee\x7c\x9a\x77\xaa\xf9\xca\xa0\x5b\xcd\x1e\xcb\xf5\xc3\x25\x38\x75\xcc\x19\xaa\xb8\x03\xd9\x63\x1f\x04\xc7\x3e\x0b\xb7\xae\x47\x8b\x6f\xa3\xc5\x89\x68\xe3\xea\xa7\x1f\xe7\x3f\x73\xc2\xc3\x99\xf0\xc2\x6c\xb8\x3d\x0b\xd7\x89\x47\xdc\xa9\x3f\x87\x6e\xc2\x3b\x8f\xc3\xa7\x8f\xff\x51\x3f\x9b\xc1\x35\x81\x1b\x98\x2b\xf6\x33\xce\xc0\xfe\x9d\xf6\x83\x31\x58\x19\x9e\x8f\xf3\xcd\xe8\xf1\xff\xe7\xeb\x7f\xd4\xc7\xbe\xf3\x83\xea\x60\xc5\xe5\x1f\xf0\x7f\xa8\xf5\x5b\x27\x6a\x2c\x3a\x27\xbc\x2f\x7f\x87\x4d\x41\x13\xbc\x1c\xd1\xc2\x4e\x74\xe5\x06\x1c\x1c\xd8\x8f\xd6\xc1\x16\x15\xe0\x1d\xe0\x9d\x83\xef\x9d\x3b\xb7\xc2\x5b\xd3\x80\x79\x82\x6a\xb6\xb9\xb3\x17\xc1\x7a\xe1\x05\x93\xa3\xd0\x75\x87\xa0\x3e\xdd\x3d\x5d\x5f\xae\x1f\x7c\x4f\xae\xaf\xac\x2c\x8d\x99\x97\x51\xbe\xfc\xe9\xdb\x6f\xff\xfc\xe5\xef\x9c\x70\x7f\x21\xba\x72\xb1\xb9\x77\x1f\x2e\xbe\x53\xab\x0e\xfc\x9f\xb9\x41\xb7\xec\x56\xf2\xa5\x5c\xc1\x73\xc2\xcd\x6b\xad\x27\x0f\x3a\xcb\x17\x70\x36\x41\x50\x02\x74\x51\x74\xb3\xc7\x8f\x7f\xed\x44\xeb\x77\xe0\x2a\xc0\xc0\xaa\x43\xf1\xec\x60\x9d\xe1\xc6\xb7\xdf\x3c\x0d\x0f\x2f\x65\x82\xbf\x95\x70\x19\x65\x3c\xc9\xe5\x71\xf4\xd0\x61\x67\xa2\x3b\x0d\xae\x04\xdd\x7c\xda\x5f\xf9\xac\x79\xb0\xd2\x3a\xbb\x0b\x63\x62\x8c\x1c\xae\xbe\x81\x1d\x8a\x96\xce\x9a\xe3\x6f\xbd\x5a\x80\x5d\xd4\xd5\x32\x6e\xa5\x92\x03\x8c\x58\x1d\xc5\x8d\xa3\x61\x75\x75\x09\xd8\x3e\xde\x08\xaa\xd8\xdc\x99\x6d\x9f\x3b\x80\xbe\x5a\x8f\x76\x55\x23\x5e\xf9\x74\xbe\xe4\x15\x61\xe7\xd4\x2a\x53\x65\x5d\x93\x97\x1a\x6a\x86\xe3\x63\xed\xf5\x67\xe1\xcc\x78\x38\xff\x98\x17\xca\x39\xd6\x77\x8c\xba\x3b\xf6\xd1\x31\x07\xdb\x2b\xfb\x39\xbe\xf6\x88\x6a\x8b\x5e\x90\xef\x07\xb4\xcb\x28\xbf\xc2\x38\x0c\x77\x88\x06\x11\xde\xbb\x0d\xf7\x20\x5a\xd9\x60\x64\xcd\x18\x22\xbc\x72\x87\xef\x31\x0e\xfd\xdc\x78\xf4\x62\xac\xb9\x33\xdd\x82\xb3\xb8\xb9\xc6\xef\x85\x3d\x73\x85\x62\xe4\xb0\xe8\x36\xf8\xd4\x24\x27\x9b\x51\x1b\x2d\x67\x74\x62\x12\xfa\xc2\x17\x72\xe5\x89\x1c\x53\x7c\x37\x69\x05\xa4\x8c\x0f\x99\xfa\xaa\xb6\x16\x5a\x84\x59\xc0\x08\x19\xd1\x01\x9e\x00\xb4\xd4\x59\x7d\xd7\xdc\xdd\x6a\xd7\x67\xc2\xb9\x46\x38\x36\x19\xde\x7b\x08\x00\xd2\x00\xa2\x67\xde\x22\x8d\x9d\x71\x7e\xb7\xdf\xb6\x96\xb7\x3a\x33\xe7\xe3\x72\xd5\x43\x34\x59\x8f\x56\x26\xe1\x89\xee\x8c\xdd\x6e\x3d\x7e\xaa\x6b\x85\xdb\x13\xd1\xca\x39\xf9\xb9\xb2\xde\xa9\x2f\x41\xcf\xdc\x48\xf3\xed\x34\x2c\x15\xdd\xe7\x1a\xbc\xb7\x74\x97\xe8\x18\xf1\xe9\x69\xd7\xc7\x75\x81\xea\xa5\xfd\xe8\xb9\xbc\x65\xef\xc6\x3b\xb7\x1b\xe1\xf8\x1b\xe8\x14\xce\x98\xee\x4e\x8f\x30\xbc\x3c\xc3\x8d\x11\x72\xa2\x73\x75\x65\x16\x0e\x6d\xf4\x64\xaa\xb3\x34\x4f\x37\xdf\x87\x87\xb0\x0c\x5d\xae\xc2\x9c\xe5\x97\xd1\x0f\xaf\x6f\x78\xf0\x0c\x96\xc9\x39\x7e\xfc\x2b\xa7\x7d\x6f\xa2\x7d\xf7\x20\x5c\xd9\x0e\x6f\xd6\xf9\xae\x0d\xe5\x46\xfc\x4a\x35\x8b\x85\xe1\xea\x6d\xfd\x41\x2f\x09\xad\x38\xd5\xe5\x4b\x62\xe2\xd1\x68\xf3\x1e\xd4\x01\xc4\x81\x17\x66\xfa\x3e\x20\x2f\x38\x33\xf0\x9d\x1a\x9b\x5a\x85\x53\x80\xd7\xe8\xdd\xcd\x68\x66\x2c\x7a\x72\xbe\x79\x30\x0b\x27\xa2\xb5\x74\x80\x1d\x0f\x55\xab\x23\xdc\xf3\x57\x27\x4e\x7c\xe7\xe0\x6a\xcf\xdd\x45\x14\xa4\x0b\xf4\x08\xe8\x4c\xb4\x96\xef\xb6\xc7\x0e\x70\xf3\x35\x24\x9e\x8f\x5a\xa5\xa4\x00\xe8\xcd\x04\x72\x06\x66\xa6\x8a\x7a\xad\x04\x76\xf9\x31\xfe\xef\xb8\xb5\x20\xb0\xdc\xcd\x9d\x7a\x73\x77\x19\x28\x8a\xd6\x16\x5c\xbd\x4d\xe8\xaf\x53\xbf\xdb\x7a\x45\x6b\x5d\xf2\x07\x73\x15\xdf\xaf\xf2\x91\x8a\xae\xdd\x6f\x6f\xcc\x08\x0e\xb2\x8a\x34\x6a\x7c\xfa\x18\xe8\x18\x86\x03\xe4\x23\x87\x2e\xe3\x8f\xe0\x85\xd4\xd7\x21\x9c\x7b\xda\x19\xdb\x91\x8b\x40\x64\x8d\x14\x98\xc4\x0d\x2f\xbd\x7a\xa9\x87\x61\x85\x08\x83\x1f\xff\x06\x96\x4e\xd0\x38\x7d\x1d\xa8\xf8\xc3\xd0\xef\x79\xc4\x8e\x70\xf2\xf4\x37\x35\x24\x6e\xad\x79\x78\x01\xa9\x51\x9a\x33\xec\x5c\x67\xec\x55\x78\xb8\xe1\xfc\xe5\x0f\x5f\x38\xff\xdb\x6f\x7f\xf3\x1b\x40\xb9\x4b\xe1\x04\x62\x62\x18\x1a\xe2\xc6\xeb\x4f\x61\x55\xe0\xc0\x87\x8b\x5b\xad\x97\x57\x71\x49\x68\x79\xb8\x3e\x60\x21\xc1\xf3\xc7\xf0\xae\x1e\x73\x3e\xa5\x39\xfc\x5f\xee\x8f\x79\x20\x1b\xdd\xbe\x82\x3f\xfc\x19\x1d\xdc\xdb\xfb\xb0\x3d\xb8\x8c\x58\x0c\x97\x81\xaf\x8a\x1a\xaa\xf3\xfb\x8f\xf0\xbb\x2a\x8c\x51\xcb\xd2\x7e\xa7\x3e\x26\x1d\x2a\xba\x8e\x29\xd9\x5c\xc1\x2f\x0f\x78\x15\x98\xef\xc2\x2a\xde\x34\xc2\x53\x0c\xc9\x24\x1f\x35\x96\x2b\xfb\x55\x6f\x60\x54\x80\x78\xfe\x9d\xfa\x8d\xd6\xea\xfd\x68\x6e\xbe\x73\xe1\x32\xd0\x3d\x15\x20\x7e\x73\xf8\x8f\x57\x70\x65\xed\x9b\xfb\xbb\xb8\xe4\x4b\xeb\x78\x03\xc7\x5f\x37\xf7\x16\xf5\x0e\xe0\x36\xf9\x03\x03\x25\xaf\xec\xf2\x2b\x15\x2e\x5c\xc1\x96\x97\xd7\x5a\x6f\x6e\xc8\x6b\x65\x96\xc3\x59\x1e\x01\x32\x1c\xd1\xc6\xb9\xf5\xd6\xc1\x73\x06\x01\x9c\xd1\x7c\xbb\xca\xb7\x25\x3c\xbc\xe5\x7c\xf1\xe5\xb7\x4e\x6b\xf6\x39\xd2\x3e\xf4\xb6\xc1\xb6\x30\x32\x42\xce\x01\x5e\xb0\xdd\x79\xc0\x41\x00\x08\x38\x13\xd6\x5d\x0f\x8f\xab\x10\x22\x10\xa4\x0f\x74\xe7\xe9\x3c\xd0\x29\x59\x6e\xdb\xf9\xa3\xfc\x56\x4c\x47\x12\x4e\x86\x97\x84\x86\x79\xe3\x11\xd9\xba\xd1\x3a\x7c\x04\x9d\xc3\x70\xc2\x73\xe3\xf2\x20\x5e\x7d\x26\x74\xfc\xce\x54\x78\xf6\x05\x1c\x80\xce\xde\x75\x58\x6e\x3c\x18\xb7\x37\x81\x9a\xc5\xe1\x0c\xb8\x45\x17\x29\xe0\x62\x4e\xba\x29\xf9\xfe\x29\xe8\xe7\xf7\x65\xec\xdd\xf9\x83\x2a\x76\x3e\xa7\xe2\xc0\xf9\x9a\xca\x7b\xd5\x93\x51\x4a\x6d\x0d\xe4\xe4\xa5\x36\x43\x39\x55\xdf\x81\x63\x65\x94\xfb\x23\x6e\xd9\x09\x80\x5e\x2d\xb8\x8e\xec\xb0\xd3\x9f\x0f\xb0\xa4\xec\x94\xbc\x7e\x99\x6e\x5f\x26\xf5\xcd\xe4\x07\x50\x08\xdc\x89\x0d\xb8\x68\xc2\x3c\xa5\x41\xc7\x0b\x99\x5a\x87\xd1\x21\xae\xe3\xdc\x06\x6e\xab\x7e\x32\xf9\x8e\xbd\xd9\x0b\xa7\x6e\x33\x11\x46\x4f\x2d\x4d\x34\xa7\xb8\x15\x39\xbc\x8a\x67\x91\xad\xb4\x81\xa4\x7f\x21\x20\x57\xd6\x15\x5d\x8e\x9d\x03\x49\xd3\xde\xdf\x01\x64\x14\xb3\x3d\x44\x7d\x02\x8b\x24\x5c\x64\xee\xb4\x87\xfc\x1b\x1d\x65\xe0\xbf\x00\x51\xb5\xd7\x37\x90\x30\x5f\x9a\x07\x66\x34\x15\x5a\x1d\x6c\x9a\x0f\xb3\x6d\x50\x0d\x31\x34\xf5\x1c\x4d\x0a\xb5\x21\x0d\x11\x0d\x8c\xf3\x9f\x7f\x10\x4e\x4e\xe0\x69\x9e\xdb\x40\x32\x61\x65\x3a\x6c\x6c\x73\x5d\x38\x4a\x72\x8b\x09\x18\x17\x82\x29\x0d\x61\x36\x84\xb7\xb6\xe9\x16\x5e\xb4\xe6\xce\x03\x20\x3b\x00\x55\xf1\x9b\x0a\xa3\xc0\xae\x96\x6f\x03\xcd\xe0\xfc\xe9\xcb\xec\x27\x8e\x1e\x17\xf4\x8c\x27\x7b\x7a\x01\xef\xce\xe1\x35\xdd\x4e\xfc\xa6\x72\x9f\x8c\x08\x12\xdd\x28\x7a\x85\x20\x98\x2b\xb5\xe9\x27\x7c\x85\x8f\xa6\x8e\x32\x82\xb6\x0c\x00\x93\x41\xe5\xca\xcc\xde\xea\x9a\x8c\xd5\x14\x1f\x94\x1b\xf4\x91\xef\x02\x3e\x65\xf6\x05\x73\x0a\xc0\xa3\x07\xd5\xdc\xa0\x57\xcd\x0d\x20\xfe\x84\x26\xcf\xdf\x89\x5e\x2c\xb4\x81\x9a\x68\xdc\x77\x3e\x84\x82\x0f\x9d\xf0\xd2\x41\x73\xef\xde\x4f\xfb\x37\x3e\x38\x2d\x24\xf3\x6f\x11\x37\xe2\x3d\xf3\x4a\x78\x90\xf0\xa9\x07\x9c\x23\x97\x1c\x96\x6b\x69\x1f\x28\x0f\x16\x08\xe0\xda\x5e\x7d\x0a\xcf\xb8\x23\xc4\xae\x30\x4a\x80\xb9\x3e\x08\xe0\x05\x9a\x6e\xef\x4f\x0a\x0b\xf4\x70\x1a\x77\x67\xb2\x81\x10\xf5\x19\xde\x14\x67\xd0\xef\xaf\x79\xa5\xa2\xc3\xad\xe1\x22\x2b\xea\x17\x68\x5f\xd9\xdd\x24\xf3\x82\x55\x37\xef\xc2\xe2\xf0\x98\x55\x05\x83\xa8\x23\x86\x5a\x13\x4b\xa9\xb5\x34\xed\x85\x53\x1d\xce\xc3\x45\x11\xf2\xac\xf5\x62\xaf\xf5\x4a\x10\x59\xe7\xe6\xad\xd6\xc2\xeb\x70\x72\x96\x7f\x62\xcd\xc0\xf9\xe8\x33\x98\x5a\x26\xc8\x9f\x76\xf9\xa1\x19\x54\x6b\xcb\xe4\x46\x67\x7c\x16\x7b\x7b\x77\x13\x49\xb6\x7b\xcf\xa2\x85\x6b\xf6\x30\xad\x83\x6b\x1d\x23\xe6\x96\xd3\x26\xc8\xbb\x1b\xd4\x0a\x05\x37\x08\x70\x3b\xc2\xfb\x80\x31\xc6\xa2\xc6\xa5\xb0\x7e\x29\x3c\x6c\x74\x1e\x5f\x6f\x37\x1a\xf0\x1d\x08\x86\xe8\xca\x84\xbc\xbb\xc2\xb7\xb6\xee\xdf\xd4\x5c\x58\x74\x7e\x32\x7c\xf7\x18\x3e\x36\xf7\xa0\xfd\x7d\x7c\x37\x36\xef\xc1\x99\x70\x7e\xf7\xd7\x3f\x42\x83\x7a\x90\x69\x14\x8d\x5e\x4f\x3c\x43\x0b\x8d\xff\xe1\xc0\xd0\x32\xdf\xa3\xa8\xea\x64\xa6\xc6\xe4\xb8\x5f\x2a\x22\x39\xae\x0e\x3c\xbe\x00\x7c\x40\xd5\x91\x56\x20\x72\xa6\x83\x33\x1e\x2c\x7c\x4e\x8b\xb8\x70\x41\xab\xee\x8f\xd5\x6c\xd8\x98\x88\xe6\x96\x4d\x81\x97\x48\x7d\x86\x47\x69\x9f\x61\x11\x1a\x97\x90\x9e\x67\xd1\x49\x30\xe4\x9f\x21\x41\x92\x14\x76\xee\x3c\x6d\xdd\xdb\x65\x29\x12\x83\xa0\xe8\xa9\xe0\x97\xe0\x3c\xfb\x88\x95\x4f\x2b\xc8\x70\xee\x5c\xbb\x31\x11\xce\x5e\x45\x8e\x4f\xb7\x07\xbd\xf8\x95\x41\xd5\x89\x12\xab\x8c\x8a\x78\x46\x7d\x17\x11\x0d\xa1\x3c\x92\xd8\x31\x42\xc3\xd3\x21\x12\x8c\x3e\xd8\x69\x12\x8a\x48\x67\xcf\x9e\x44\x8b\xfb\x31\x95\x4f\x9d\x41\x43\xb0\x8c\x22\xce\x3b\x99\x91\xd9\x91\x54\x4f\x46\x83\xc7\x54\x89\x53\x80\x2a\xc9\x57\xe0\xac\x46\xf3\x2b\x28\xf6\xcb\x7c\x9f\xaf\x55\x87\x4e\x1a\xa2\xb6\x9c\x08\x73\x04\x1b\xf2\xb1\x8a\x49\xa3\x21\x77\x04\xc9\xa8\xe1\x60\x90\x04\x6a\xaf\xaf\x30\x5e\xfd\x69\x7f\x95\xd1\x06\xe3\x5b\x3c\x0a\x81\x5f\xf0\xf2\xa5\xdc\xfb\xd7\x7c\x3d\x06\x54\x01\xd6\xb4\x1f\x41\x16\xf7\x01\x77\x98\x05\x4e\x06\x39\xc0\x57\x6f\x10\x03\x18\x6f\x1f\x34\xd7\x5e\x7b\xdc\xb9\xb6\xd2\x59\x9c\x04\x0c\x00\xe8\xa3\x3d\xf6\x14\xaf\x21\x49\x20\xf5\x0d\x31\x89\x19\xdd\x34\xa1\xc3\xee\x86\x4d\x6a\x2f\xb5\x13\x58\x91\x61\x77\xb8\x1f\x5b\xc0\x7d\xbb\xde\x3c\x98\xe3\xa9\x67\x06\x60\xe7\xe9\xe0\x2b\x81\xc7\xbb\xeb\x50\x2e\x07\x16\x0b\xdd\x1e\x85\xb0\x12\x4a\xb6\x0a\x48\xe5\x4c\xb6\x73\xf6\x7c\xf4\xfc\x32\x6f\x00\x94\x75\x1e\x00\xb2\x9c\x8a\x99\x66\xc1\xf6\x4c\x22\x10\x41\x1a\xb8\xe5\xaa\x5a\x2b\x24\xac\xb7\xc7\xa2\xc5\x6d\x3c\x7f\x34\x0d\xa6\x50\x65\xe9\xd7\x1e\x33\xfd\xdb\x9e\x78\xe1\x7c\xda\xff\xd9\x07\xc1\xa7\x1f\xf7\x7f\xc6\xa8\x37\xda\x58\x8b\x80\x86\x25\xee\x2c\xba\x0a\x14\xea\x6b\xe2\x58\x1e\xc0\xcb\xef\x7c\x50\x74\xc2\xed\x39\x78\xf4\xc3\xf1\x87\xe1\xd6\x4c\xd4\x98\xe7\xb6\x85\x18\x20\x16\x92\x1e\xba\x02\x5d\x11\x3a\xba\xea\x3c\x45\xef\xea\xd1\xcb\x3d\x6e\x57\x4e\x15\x8c\x75\xc8\xeb\x87\xc7\x05\xd0\x85\xa7\xa9\x22\x5e\x46\xbb\x8c\x1f\xe8\xff\x05\xed\x39\xd2\x9e\xe3\x05\x8e\x82\x01\xaa\x0b\x08\x34\x02\xfc\xb5\x03\xa7\x0c\xe8\x30\x07\x31\x01\x0c\xc3\x41\x59\xb4\x43\x38\xb3\x0f\xf6\x8c\x96\xa8\xe4\x0d\x7b\xd5\xb4\x43\x05\x83\x63\x01\x22\x2f\x0e\x8f\x58\x28\xfb\xb1\x8b\x70\xf5\x3a\xb7\xf7\x5a\x6f\xc7\x78\x9d\x5a\x9b\x93\xe1\xe1\xb8\xf3\x5b\x27\x6c\x5c\xe8\xcc\x5f\x67\xb1\x5c\xfb\xd1\x03\x3c\xc1\x43\xf9\x20\x57\x2b\xcb\x0e\x01\xc9\x49\xa7\x0c\x50\xbf\xc2\xbc\xd8\x13\xd0\x36\xbc\x49\x7a\x27\x7e\x15\x6f\xc5\xbf\x3a\xcd\x83\x0b\xd1\xca\x06\x6e\x14\xad\x30\x33\x47\x30\x10\xe4\x9e\xb4\xe4\x71\x65\x03\x76\x08\xa8\x1c\x73\xa4\xd8\x3a\xe0\xcd\x95\x3a\x10\x6c\x9d\x89\x59\x3c\x02\xd4\x81\x3c\xac\x8b\x5b\xd1\x95\x29\x78\x57\xe1\x45\xc5\x0d\x9e\x99\xec\x34\x16\xf8\x3c\xc3\xda\xc8\x48\x19\x08\x30\x7b\x7b\x69\xc1\x6c\xc2\x3c\x48\xc2\x51\xd2\x43\x1f\xd0\x5d\xaf\xd2\x43\xcf\xe4\x60\x92\x97\xa3\x99\xc0\xe5\x81\x8b\x09\xc3\x6d\xee\xed\x35\x0f\x16\x98\xf0\x21\x54\x81\x3d\xe3\x00\xaa\xdd\xfd\xff\xb4\xdf\xe0\x21\xfc\xb4\x3f\x29\xdb\xc2\x47\x88\xee\x0c\x14\xc1\x7b\x27\x23\xe2\x16\xf4\xdd\xe2\x32\xb9\x78\xea\x61\x2a\x10\x63\x65\xef\xb9\xbe\x22\xf2\xa8\xbd\x79\x8e\xbb\xbd\xb2\x0a\xcb\x08\x7f\xd3\x1b\xdc\x50\x4b\x14\xb7\xaf\x99\x71\x7b\xb1\xe2\x2e\x35\x60\xd5\xf7\x73\xf0\xc2\x54\xaa\xf2\x6c\x75\x16\xde\x84\xbb\x0f\x44\x68\xb6\x7d\x09\xf5\x39\xff\x3b\xec\xf7\x2c\x2e\x45\x19\x2e\x73\xc9\x2f\x00\xe2\x54\xf7\x06\x68\x08\xe6\xcd\xf8\xd2\x30\x01\x06\x8c\x26\x8c\x91\x85\x37\xcd\x77\x5b\xd1\xd5\xb7\xdc\x34\x49\xc5\xbe\xc7\x45\x3c\xc9\x97\x10\xb1\xba\x6a\x09\xcf\x76\xf7\x25\xd4\x60\x4c\x1a\x02\x10\xd3\xf2\x0c\x64\xee\xe2\x91\x0b\xac\x31\xaa\xa2\x32\x04\x27\x34\xe6\x01\x7f\xe2\x3a\x6f\xde\x69\xbf\xbb\xc8\x54\x44\x0c\x2c\x3c\xb4\x55\x08\xe3\xf7\x8b\x79\x98\xc0\xa8\x1b\x08\x09\xcb\x98\x05\x16\x47\x64\xf8\xf2\x1b\xe0\xb0\xb6\x6c\x1e\x2d\x03\xd4\x06\x1c\x3b\x7c\x32\xf3\x57\x78\xf4\xbe\xb5\xb4\x3b\x99\xbf\xc0\xd3\x48\x9f\x62\xf1\x1b\x8b\xf3\x7e\xcf\x3a\x1f\x73\xaa\xdf\x25\xe4\xd5\x7f\x71\xbb\x55\x3e\xc7\x8f\x7f\x75\x82\x68\x79\x92\x4a\x3d\xbd\xd0\xb9\xb4\x2d\x0d\x7e\x55\xad\x8e\x04\x7f\xad\x94\xb2\x2c\x0a\xfa\xeb\x5f\xbe\x76\x74\xbb\xa3\x25\x3f\x5f\xc4\xb2\xe8\xe2\x3a\x9c\x66\xf9\x7e\xc2\xcd\x0f\xf3\xd8\x56\xae\x77\x6e\x4c\x49\x3b\x9f\xc3\xe3\x4c\x5f\x11\xc7\x02\xbe\x91\xaf\x88\xcd\x7e\x9f\x4a\xc8\x67\xbe\x75\xcf\xfc\xae\x92\x2f\x17\xb8\x1a\xe3\x7f\xd6\xf5\x48\xe5\x2f\xfc\x61\xc0\x7e\xc7\x6b\xc3\xc3\xf9\xca\x68\x96\x7f\x39\x01\xff\x94\xc2\x6f\x60\xfb\x50\x0d\x17\xcd\xcd\x37\x77\xef\xb5\xd7\xa7\xa2\xb1\xa7\x52\xf4\xc5\x90\x0f\x9c\xae\xaa\x56\xa0\x5f\x99\x13\x15\xd7\xe5\xee\x0c\x41\x38\x54\x00\x52\x0c\xe9\x08\x7c\x2a\xde\x66\x34\xa7\xe7\x92\x86\x2a\x29\xca\xcd\x97\x46\x80\xd3\x44\x42\x4e\x00\x84\xdd\x3a\xbb\xdb\x9e\x7e\x16\x2d\x4e\x84\x9b\xd7\xa2\xa7\xb3\xff\xa8\x8f\x75\xae\xbf\x8b\xa6\x27\x9b\xfb\x4f\x81\xa8\xc7\x8f\x8d\xc5\xe8\xd1\xe3\xd6\x1b\x20\x1c\x1a\x1f\xe5\x00\x47\x24\x1a\x2b\x02\x7e\xfa\x45\x0d\xc2\x17\xbb\x41\x12\x43\xdc\x22\x91\xa6\xf7\x77\x35\x7c\xbe\xc2\xba\x49\x20\xd9\x48\x00\x85\x84\x79\x12\x28\x5a\x01\x24\x3f\xc7\x40\x0e\x0a\xbb\x48\xd0\xce\xf2\xaa\x1f\xd3\xc1\xef\x3d\x4c\x03\x67\x84\xab\x97\x4f\x4b\xcf\xe0\x21\x01\x04\x95\xb8\xab\x58\x01\xe5\x94\x47\x80\xe3\xb1\x64\x86\xa9\x50\xaa\x15\x5d\x6b\x99\x94\x4e\x60\x9e\xbb\x6f\xee\x3c\x77\x3e\xfc\x20\xf8\x90\x5a\x2d\x9f\x02\xea\xa4\x2c\xe0\x80\xd9\x5b\xab\xf7\x3b\x33\x4f\xdb\x1b\xc8\x02\x2a\x35\x28\xb0\xf2\x05\xbf\x52\x71\x0b\xd5\xac\x21\x5c\xd8\x08\x67\xde\x02\x7b\x83\xad\x68\xe4\x68\xb0\x4f\x74\xab\x80\x9a\x36\x2f\x99\x55\x49\xab\x6c\x73\xfd\xae\x0b\x8c\x74\xfe\x94\x5b\x8e\xef\xb7\x26\x6d\x9a\x07\x57\xe1\x23\x63\x6c\x60\xe9\x92\x15\x98\x2a\xe6\xeb\x90\x52\x07\x28\xb4\xae\x2a\xa2\x17\xe8\x55\xa5\x0a\x97\xb7\xbb\x1b\xe3\x22\xa7\xd4\xe1\xdd\x24\x78\x98\x55\xd1\xc2\x3e\x06\xf8\x3b\x01\xd7\x33\xd7\x0b\x17\xaf\xb0\xc9\x2f\x69\x45\x09\x33\x80\x2c\xf2\x01\x4c\x5b\x21\x3d\xb8\xc1\xe8\xb2\xf6\xcd\x20\xf7\xf4\xc3\x6d\xae\x0f\x9c\x9a\x23\x1a\x82\x63\x80\x38\xbc\x67\x4b\x80\x7e\x58\xd6\xd8\xae\x8f\xc7\x83\xbc\x0e\xa8\xe8\xc1\x11\xad\xea\xf7\x25\x7d\x74\x7c\x2c\x12\x8d\x68\x4e\xdc\xfd\x11\x1e\x96\x2c\x2c\x1d\x3f\x11\x5a\x38\x83\xda\x2e\x52\xb1\xe0\x23\x5b\xca\x07\x55\x64\xd0\x78\x02\x08\xdd\x7a\xb8\xd7\x59\xba\x27\x9a\xaa\xb3\xbb\x78\x09\x0f\x49\x64\x7f\x30\x6b\xf2\x0f\x38\x22\x12\xa8\x71\x91\x90\xd7\x9a\x05\xbf\x30\xcb\xaa\x58\x6e\x0d\x9f\xbe\x2b\x77\x78\x1c\xd8\xab\xa6\x41\x50\x13\x72\xca\x1d\xcd\x02\xe3\x1d\x4d\x3d\x8b\x36\x27\x89\x64\x43\x56\x5c\x1e\x77\xf5\xfe\xea\x49\x3b\xf1\x0b\x43\x32\x04\xe4\x97\x91\x8d\x39\xed\x56\xe0\x01\xd4\x0d\xb2\x2e\xe7\x7d\xda\x98\x41\xf2\x92\xb9\xff\xb1\x89\xf6\xfa\x66\xe7\xec\x5d\xdc\x6a\x85\x1a\x34\x18\x4e\x18\xda\x98\xd8\xc0\x59\xad\xed\xa2\x54\x62\xfc\x35\x83\x45\xf5\x87\x38\x2b\xe4\x1f\xb5\x00\xe3\x62\x03\x85\x5d\xd4\xb5\x29\xba\xc8\x04\x55\xaf\x54\xc2\xd5\x16\xc3\x06\x83\xfe\x68\xee\xcd\xb6\xce\xbf\xc6\xce\x57\xe1\xb5\x59\xd6\x3c\x6d\x74\x65\x8c\x0f\x0e\xd3\x68\x4a\xa3\xd5\x68\x1f\x4c\xc2\xf2\xe2\x49\x6f\x6c\xc0\x22\x87\x5b\xe7\x60\x12\x22\x12\x24\xf9\x8b\x7c\xa7\xc6\xe3\xc5\xe7\x11\x20\x5d\x4e\xe6\x0e\xf6\x00\xda\x8d\x29\x3d\x00\xbe\xea\x38\x00\xda\xbe\x44\xef\x9d\xe5\xb5\xce\xe2\xb4\xee\x9d\x81\x15\xd6\x48\xcc\x12\xf9\x74\x2a\xff\xff\x69\x8a\xdc\xb8\x71\xbe\xd8\x88\x20\xd7\x4f\xef\xbf\x71\x1b\x5a\xcb\x5b\xa8\x79\x21\x2a\x40\xdf\x03\x20\x94\xf0\xd2\x00\xeb\x3f\x94\x2f\x0f\xba\x22\x15\xcf\x46\xcb\x2f\x81\x8a\x62\x71\x7b\xe6\xdf\x7d\x78\xd0\x7c\x40\x65\x53\xb7\x51\xdf\xb4\xb8\x1f\x9b\xb4\xa0\x1d\x86\x20\x8a\xc6\xb5\xf6\x9d\x75\x65\x9f\x01\xa7\x7a\xfc\x09\x2e\x11\xdb\x68\x0c\xf8\xa5\x92\x7f\x06\xc5\x0f\x48\xfc\xaf\xef\x91\xee\x08\xfa\x81\xfb\x8e\x52\x80\xf6\xd6\x0d\xe0\x87\x04\x0a\xc5\x59\x0c\xd5\xdc\xd9\x94\x6f\xf8\x21\x7a\xb1\x0e\xe7\x5d\x7e\x33\xfd\x27\x5f\x91\x9d\x1e\xee\x23\xb4\x88\xa4\x69\xe5\x34\x0a\x28\x15\x9e\xa1\x07\xcb\x81\x55\x47\x3c\xfa\xee\x66\x6b\x61\x09\x96\x9c\x34\x08\xba\xd2\x48\xbe\x0a\xb8\xa7\xcc\x4c\x0c\x0d\xd4\xa8\xaf\xf5\xe3\xdc\x90\xa5\x69\xca\x7c\xaf\xac\x54\x4e\x66\x6c\x4b\x16\x36\x41\x8a\xcd\x1d\x4c\xe2\x3c\x23\x6b\xcc\x9a\x89\x8c\xdc\xda\x40\x88\x38\xe3\x7e\x8a\xec\x24\xdb\xba\x77\x08\x04\x18\xf3\x49\x2c\x1e\x41\xfd\x63\xc9\x2b\x10\xd3\xaf\x2a\xf2\xad\x63\xe1\x61\x86\xc4\x4e\x96\xd5\x4e\xd1\x2d\xb9\xc0\x9a\x99\xd7\x22\x53\xf3\xd4\x44\x9d\x3f\x7d\x99\xc9\x8c\xd4\xfa\xa1\xd1\xd8\x26\x87\x76\x50\xcd\x44\x4c\xad\x88\x01\xef\xe6\x09\x58\x81\x0d\x4b\xcc\x95\x10\xb3\xec\x3c\x40\x84\x0a\xad\x2f\xee\x47\x17\xef\x23\x83\xca\x8c\x0b\x2c\x20\x3d\x06\xac\x1e\x0b\x2f\xcf\xb0\xb6\xcc\xa2\x06\xf4\x33\x27\x82\x9a\x62\x56\x6f\x83\xe6\x83\xd8\xd2\x44\x6b\xc1\xf9\xc4\x36\xf7\x16\x11\x7f\xde\x38\xaf\xbf\xc3\x16\xd2\x6e\xa3\x95\x10\x3f\x51\x4a\xed\x24\x94\xb0\x32\x54\xe3\x8d\x13\x73\x35\xe4\xbd\xd8\xac\x61\xb2\x0e\xb7\x04\x27\x39\x5b\xcf\xd4\x46\x8a\xc8\x21\xa9\x05\xc2\x2e\x17\xb7\x65\x81\xec\x32\x53\xc8\x4a\x6f\x69\x7c\x28\xb8\x96\x62\x88\xc6\xd4\xc5\xeb\x36\x43\x43\x45\x02\x9e\x59\xe2\x67\x12\x50\x4a\x6c\x01\xc8\x85\x6f\xbe\x58\x10\x90\xfa\x19\x25\x01\xfc\xde\x36\x26\x10\xa1\x30\x0e\x5c\x99\x84\xeb\x42\xe2\xc6\x06\xec\x07\xca\x8d\xe0\xe4\xd6\xa0\xbf\xb7\xfb\xad\xdd\x19\x61\xa5\x2c\x13\x29\xf9\x96\x11\x15\x99\x28\xcc\xfa\x47\x99\x3b\x67\x85\x9a\xe8\xd7\x9c\xfe\x51\x87\xf4\xab\xbd\xf4\x72\x49\x85\x9c\xd2\xc7\x29\x1d\x53\x2d\xa8\xfa\xc3\x0a\xfb\x84\x0b\xab\x80\x35\xf4\x46\x09\x1a\x02\x36\xc3\x0f\x44\x38\xc9\x70\x2c\xa6\xe6\xe7\x57\x80\x64\x1b\x0c\x34\xb6\xb8\xcd\x45\xca\x62\x89\xee\x01\x74\x08\xc8\xa7\x5c\xd5\x3d\x32\x2a\x25\x21\xbd\x6e\x09\x39\xb4\x78\x22\x84\x1d\x72\xde\x30\xb2\x44\xac\x99\x24\xd2\x06\x95\xa9\x31\x5d\xbd\xff\x2a\x5c\x59\x6c\x4d\x4e\xe0\xc6\x5a\x43\x49\x1c\x08\x73\x48\xc9\x03\xa1\xf6\x3a\x1d\x79\xf8\x25\x83\x34\xe2\x01\x4b\x09\x2e\x8c\x2e\x11\x96\x4f\x31\xe5\xc8\xb5\xe6\x2c\x00\x96\xa6\x30\x59\x60\x01\xa7\x51\x96\x46\x37\x86\x52\x61\x2c\x39\x52\x3d\x49\x01\xa5\x71\xeb\x89\xe1\xcc\xe7\x0e\xf1\x36\x91\x4a\x52\x34\x09\x46\xd7\x2c\xf2\xb3\x10\x81\x74\xf0\xfe\x68\x00\xdf\x50\xc2\x04\x40\xa0\x18\xb2\x10\x22\xb3\x03\xcb\xe4\x41\x38\x6e\xb1\x72\x14\x00\xb1\x67\xec\x06\x63\x3a\xdd\xc0\x7e\xa8\x78\x7d\x30\xd6\x39\xbb\x65\xe0\xc0\x0b\x8c\xf1\x9a\xbb\x17\x4d\x0b\x00\x56\xf1\xc3\xf3\x1d\x0b\x46\x47\x2a\x1e\xf1\xdd\xdc\x88\xfa\xa9\x44\x2f\x5b\x87\xcd\x9d\x5d\x29\x92\xe3\xca\x25\x7c\x4a\xf5\x58\xa0\x04\x51\x14\x7f\x15\xce\xdf\x2e\x13\x85\x26\x01\x00\xaa\xe8\xc6\xd8\x42\xa2\xb2\x25\xc0\xf2\x0e\x63\x08\xc6\x53\x30\x4e\x26\xaf\x19\x41\xfc\xcf\x64\xd3\xfa\x40\xd3\xfe\x9a\x83\x20\x7a\xb0\x58\xa4\xf3\xc6\x03\x67\x6a\x59\x2e\x6a\xf7\xe2\x22\xb0\x09\x68\x99\xdd\xea\xc2\x9c\x25\xea\x46\x11\xae\x88\xb7\xc3\xc3\xf1\x58\x3a\x6a\xb6\x8e\x3a\x63\x14\x15\x02\x42\xa4\xd7\x5b\x64\x9f\x2b\xeb\xa6\x00\x3b\x55\xd0\xcd\x0f\x98\x29\xdb\xee\x8c\x5d\x6c\xad\x4f\xb3\xfa\x56\x0d\x48\x2f\x01\x4f\xcc\x38\x0b\x32\x61\x5a\x1a\x3a\x80\x72\xcc\x8e\x78\xec\xb1\x59\x62\x07\xd6\x6e\x21\xa1\x25\x14\x00\xca\x2e\x70\x0f\xf1\xc2\xec\x4c\x23\x19\x63\xe2\xf4\xc9\x3a\x0b\x53\xbb\xe8\x7a\x2d\x1b\x86\x05\x80\x4b\x87\xc8\x7f\x69\xa6\x75\x75\x35\x41\xd4\x8b\x8e\x57\xd1\x97\x44\x21\x07\xda\xbe\xe8\xd3\xa0\x5a\xf1\xcb\x83\x9f\xb1\x10\x39\x7c\xfb\x38\x9c\x7a\x14\x5e\xbb\xf8\x3f\x3f\xfd\x58\x0a\x1c\xe4\x0b\x56\xef\xb7\x56\xa6\xf9\x75\x41\x13\xd6\xd8\x64\xd5\x81\x41\x34\x0f\x16\xa0\x57\x58\x07\x63\x78\x64\xbe\x4a\x42\xe7\x89\x70\x16\x25\x37\x89\x6a\x08\x49\x64\xf9\x4e\xfb\xc1\x34\xdb\xee\xaa\x2a\xad\xc5\x4b\x9d\xe5\xbb\xd1\xc5\xcb\xed\x87\x77\xd5\x56\xe0\x29\x8b\xd7\xcd\x22\x9f\x78\xb1\x0d\xee\x1a\xa8\x93\x70\xfc\x99\xc8\xe8\x6c\xee\x5a\x43\xd3\xf3\x4a\xd0\xa2\xa9\x5e\xde\x09\xe7\x67\x98\x58\xc0\x61\x75\x35\x11\x33\x94\xaa\x7a\xd6\x92\x02\xe2\xd7\x82\x92\x82\x71\x01\xcb\xc2\x64\xc7\x13\xc7\xc8\x98\x81\xd0\xae\xc6\x59\x22\xbd\x18\xa3\x04\x9a\x33\x23\x04\x35\xf4\x04\x4a\xe0\x96\x80\x20\x33\xd6\xa2\x07\x66\x30\x40\xd1\x72\x82\x3e\x77\xd3\x10\x1a\x43\xb0\x86\x52\x5b\x34\xd8\x78\xa2\xab\x2b\x35\x3f\xa3\x0f\xee\x40\x4f\x09\x57\x02\x87\x4d\x5b\x88\x0c\x06\xb1\xe6\xbc\x09\x3b\x53\xd1\x93\x3b\xbc\x15\xc8\xaf\xa0\x25\xaa\xe2\x31\xa2\xe7\x97\x91\x90\x84\xe3\xf9\xee\x92\x70\x1a\xb4\x9e\x55\x7c\x77\x69\x82\x30\x35\x59\xf2\x95\x75\xe7\xff\x70\xc2\x7b\x8f\x60\xed\xf5\x9e\xc3\x9d\xce\x54\xfd\x53\x70\x3a\x8c\x2a\xd1\xe6\x3d\xfa\x86\x06\x55\x63\x17\xc3\x8b\xc0\x86\x9c\xe3\x7a\xd1\xf2\xa1\x79\x62\xb0\xb6\xbe\xd7\x42\xa9\xf3\xf3\xc1\x77\x52\x51\xed\xa4\x6e\x65\x2d\xe8\xfb\x5d\x65\x93\xde\x3f\xfa\x2e\x73\x15\xf3\x2e\xc3\xc5\x40\x42\x46\x2b\x51\x6b\xe5\x7e\xaf\x5c\xcc\x9a\x9f\xe5\x9b\xde\x16\xb3\x3b\x13\xce\xa0\x48\x64\x96\x79\xaa\x90\xa3\xe5\x51\x32\x67\xa2\x6c\xf9\x65\x6b\xee\xdd\x6b\x4d\xce\x88\x35\xae\xa8\x91\x05\x96\x70\x00\x9f\x6f\x81\xa2\x82\x40\xbf\xa8\x30\xff\xd6\xd5\x35\x9e\x15\x2f\x3f\x51\xbf\xf8\x9a\x1e\x5e\xc0\x1b\x36\xb7\x48\x62\x8d\xcf\xbf\xfb\x53\x90\xd1\x0d\x73\x75\x60\x6c\xd1\xb6\xe2\xec\x6e\xb4\xb9\x46\x36\x09\xa8\x56\xe2\x6e\x3a\xa8\x5a\x99\x35\xf9\x7c\xe6\xb6\x11\xb3\x2f\xbc\x4c\xb1\x77\xe5\x66\xe9\x12\x73\x0b\x72\x89\xf5\xa4\xcc\x09\x25\x27\x2c\x67\x09\xd7\xd5\x55\xd7\xd9\x5c\x1a\x59\x06\x83\x20\x12\xd1\x31\x6f\x1d\x5b\x8a\x36\xb6\xc5\x1a\x72\x6b\x32\x1c\xa7\x71\xaf\x6c\x47\x8b\x6f\xb5\xb9\x11\x1c\x69\x19\x19\x1a\x46\x9d\x63\x1b\x05\xa8\x02\xb7\xc4\xc0\x0e\x3c\xcc\xb0\x71\x1b\xb6\x53\x86\x69\xee\x5e\x12\x55\x08\xf3\x43\xd6\xa8\xc0\x1d\x10\x4c\x7a\x05\x13\x71\xc0\x55\x31\xe0\x85\x05\x61\x94\xd2\x98\x60\x64\x61\xd9\xce\x1a\xc6\xae\xb8\xe5\xe7\x5e\xa0\x41\x2f\x61\x0d\x7c\x56\xac\xa1\x27\xe9\x65\xa3\x9b\x37\xcf\x4d\x92\x43\x34\xfd\xeb\xd7\xc3\xc3\x6b\x42\x49\xf3\x53\x6e\x74\x4c\x2f\xb0\xb4\xae\xed\x1a\x0c\x8a\x5f\x2e\xa9\x40\x28\x8d\x30\x4f\x91\xcf\xc7\xca\xb9\x68\x7b\xa7\xf9\x76\x3c\xda\x19\xc7\x8f\xa6\xdc\x88\x88\x25\xa6\x17\x9a\x3b\x57\x1d\xf5\x68\x22\xa5\x3a\xf7\x34\x1a\x5b\x0b\x0f\x1f\xe9\x07\x93\x68\x66\x31\xcf\x4a\x8c\x47\xa4\xdd\x26\x7b\x6e\x43\x28\x73\x5e\x2a\x33\x07\x97\x84\xd3\x88\x8f\x21\xe9\x1e\xc9\xe8\xeb\x0f\xb9\xa2\x28\x3c\xd7\x76\xe1\x9a\xeb\x3d\x10\x46\xf2\xda\x45\xb4\x40\xc8\x7c\x8f\x32\x9e\x93\x19\x16\x8d\x6a\x11\x55\x2c\x4a\xb7\xe4\xe7\x86\x84\x5d\xa9\x43\xb5\xa9\xbc\x01\x06\xa7\xb4\xdd\x78\x02\x77\xb2\xbd\x7f\xae\xb5\xba\xf9\x8f\xfa\x18\x1c\x4d\x44\x1f\x6f\x9e\x85\x8d\xbd\xc4\x02\xb6\x66\xd7\x01\xbe\x75\xfe\x4e\x73\x77\x26\xa6\x38\x44\x78\x73\xda\x0b\xbc\x7e\xaf\x44\x82\xa6\xb9\xa7\x48\x27\xec\x3e\xe0\x8f\xf8\xcd\x30\xcb\x16\x29\xdb\xd9\x5d\x68\x77\x24\x5f\x76\x0a\xf0\xb2\x04\xd9\x63\x35\xcf\xa9\xa0\xb9\x80\xfb\x63\xf5\xd8\x67\xad\x87\x63\x6c\x08\x0b\xdd\x00\xcc\x67\x5d\x0d\xa1\xeb\x54\x01\x85\x42\xb6\x25\x09\x6a\x85\xf7\xdf\x84\x8d\xd7\x6c\x13\x29\x62\x8d\xc5\x6d\xb4\x97\xe1\x59\x6b\xc5\xd0\x3f\xd5\x39\x3a\x6c\xa9\xa9\xfc\xb4\xdf\x60\x76\x8a\xe6\xb4\x9f\xca\xee\x47\x2f\x0f\x01\xc3\x70\xd7\x3f\xed\x4f\x66\x0a\x25\xbf\xac\x37\x04\xce\x23\x6a\x68\xc6\xae\x30\x55\xa6\xe4\x85\xab\x62\x6c\xd4\xed\x7c\x64\x12\x72\x3b\x5b\x40\xfa\xb5\x37\x9e\x44\xd7\x2f\x12\x29\x86\xe7\x98\x46\xc7\x72\x5c\xa3\x5f\xfe\x4c\x66\xe2\xfc\x19\xb8\x78\xfe\xd6\xb5\x3b\x66\x35\x96\x56\x0b\xa3\x4b\x1b\x0a\x67\x55\xab\x6e\x18\xe5\xb0\x35\xde\xdc\x5c\xfb\xdd\x36\x7f\x46\x47\x41\xf9\x2c\xae\x82\xf4\x79\xd0\xab\x7a\x83\x65\xb4\xe2\x52\x2e\x3b\x70\x3f\x0a\x55\xa7\x4f\x17\x38\xca\xe5\x30\xc8\x94\xbc\x02\x3c\x43\xae\xc8\xac\xd1\x0d\x66\xee\xa9\xfa\xa8\x8f\xd1\xe3\x69\x91\x34\x18\x40\xcc\xf9\x43\x8f\xf9\x22\x5c\x86\xbf\xd0\x3f\xf2\xab\xab\x1e\x7f\x8e\xd6\xef\x90\x97\x5c\xad\xea\x03\x6f\xed\x55\xb3\x8a\x8c\xd8\x41\x31\x87\x92\x25\x00\xb7\xc8\x80\x61\xe3\x66\xf8\x70\x3a\x9c\x59\x94\x85\x15\xdb\x2c\x5a\x71\x31\xca\xe2\x82\xa2\x3b\x90\xaf\x95\x94\xc0\x37\xcb\xc6\xd2\xe2\xd8\xc7\x96\x66\x80\xd2\x6a\x65\x37\xdb\xbe\x3b\x16\xed\x2c\x5b\xdf\xe4\x01\x5d\x78\x8d\x0e\x29\xeb\xd3\xed\x77\x07\xed\xb7\xf7\xf0\xd6\xee\x2f\x20\x3f\xbd\xf6\x58\x10\xcd\xd2\x59\x31\x0c\x7f\xbb\x8a\xe7\x6e\x7e\x26\xda\xbc\x2f\xc4\xa7\x34\xe7\xa1\xfe\xe6\x34\xd0\x40\x6c\xce\x26\x20\x97\xd6\xa3\x15\x78\xea\x1a\xcc\x6d\xe1\xa1\x14\x70\xa0\xf8\x2a\x88\xde\x05\x5a\x78\x71\xab\x4c\x10\x19\x31\x6c\xcd\x83\x59\x00\x68\xee\x6c\x86\x33\xe3\xd1\xf4\x13\xb8\x58\x88\xb6\x0c\x31\x5f\x74\xe1\x52\x74\xe5\x06\x6b\x5f\xa9\x11\xa2\x20\x83\xd1\x32\xde\xdb\xaf\xe1\x6f\xe7\x38\xfd\x9d\x39\x83\x4a\x46\x91\x44\x47\x2f\xd6\x95\x24\x7a\x30\xff\x77\xb2\x8e\x5b\x7f\xd6\x06\x94\x08\x1f\xf1\xcc\x06\xf6\xd1\x66\x91\x31\x6c\x43\x61\x48\x8c\x87\xfc\x81\x1c\x6d\x0b\x49\x0a\x15\x8e\x24\xc3\x91\xab\x70\x2b\x63\x7f\x1b\x56\xe6\x92\x26\x0c\x68\x5c\x20\x69\x81\xda\x70\x3e\x28\xda\x62\x68\x2d\xbb\x36\x51\xe6\x3f\x29\xbe\xb6\xb1\xee\x11\x12\xec\xb2\x8b\x12\xae\x5a\x15\xce\x0d\x71\x79\xa6\xee\x26\x23\x5e\xa6\xec\xe2\xc7\xae\xa6\xe2\xdf\x67\x96\x74\x61\x5b\x44\x4e\x4a\xcd\x6c\x63\x3e\x44\x79\x4e\x7f\xa9\xe6\x1e\xfb\x8c\x37\x5e\x21\x3d\xd5\x1e\x9d\x6e\x71\x6a\x15\x1b\x4a\x2e\xe9\x63\x64\xa6\x8e\x8d\xe9\x55\x93\x0e\x12\x3f\x83\x2c\xee\x50\xae\x26\x86\x6f\xce\xc7\x7f\xfc\xd3\x09\x32\xca\x40\xeb\x01\x3a\xde\xe2\xa6\xb7\xb4\x1e\xbb\xe3\xa9\xc6\x61\x86\xc3\x5e\x10\x30\x05\x54\xf6\x50\xcd\x85\x1e\x6f\x0f\x98\x07\x09\xb7\x2f\xa2\x1c\x8d\x0d\x74\xb4\x62\x47\x53\x95\xaa\x91\xd8\x2e\x16\x4d\x7b\xc8\x28\x96\xad\x60\x11\x9a\x2a\x73\xc7\x48\xd1\x3f\x7a\xae\x5d\xfb\x98\xc3\x44\x4f\x18\x43\x81\xcf\x46\xb4\x88\x89\x55\xeb\xa2\x7e\x53\x3e\xc1\x86\xe2\x4d\xee\x04\xa1\xe5\xce\xc2\x0a\x2c\x7c\x74\xf3\xbe\xc2\xcc\x70\x00\xd2\xf0\x35\xb9\xf5\x04\x6e\x69\x40\x8c\xbd\xe5\x2a\x10\xcb\xcb\x67\x5d\xbf\xee\x4c\xd6\x8c\x8c\xc2\xad\x28\x9f\x92\xbd\x61\x4a\x2f\xfe\x1c\x1b\x04\x51\xb1\x21\xff\xd6\x10\x6c\x4a\x80\x32\x85\x99\x49\xe0\x90\x9c\xff\x9a\xb9\xfe\xd1\x17\xe4\x86\xf8\x45\xb5\x52\x82\x3f\xb9\x2a\xd6\xc0\xf5\x37\x1b\x02\x9e\xe6\x0c\x5b\x0f\x98\x8a\x21\xfe\xc4\xca\x24\x80\x08\x48\xd2\x4b\x00\xa2\x71\xa2\x2f\x5a\xfb\x54\xa1\xb1\x03\x25\x92\x41\x2e\x93\x39\x93\x1b\xf4\x34\xf1\xa3\xf3\xb7\x9a\x57\x38\x95\x1b\xac\x79\x68\x3b\xf6\xee\x71\xa7\xbe\xca\x32\x11\x79\x68\xab\x43\x5e\x20\x2a\x3f\x1a\x99\xd0\x96\x16\xf6\x56\x4e\xdd\xb9\x82\x3f\x0c\x4c\x15\x5c\xd4\xc3\x5b\x6c\x38\x8f\xfa\x3c\xc2\xea\x62\x9e\xc1\x72\x51\xae\x3c\x52\x43\x7b\x18\x54\xe2\x09\xfa\x37\x2a\x89\xf9\x10\x4b\x22\xd8\x73\x41\xd7\xa3\x9e\x60\x50\xe4\x54\x99\x25\xaf\x42\xfc\x8e\x27\x8a\x0c\x3b\xc4\x00\x8f\xa4\x11\xc2\x44\xae\xcf\x8a\x05\x23\x91\x05\x2c\x8e\x46\x5b\x39\xb6\x89\xcb\xc8\x1b\x23\xaf\x4b\xb5\xe2\xba\x59\x3e\x87\xd1\xfa\xdb\xcc\x80\x57\x42\x63\x2e\x51\x3c\xa2\xa7\x68\x35\x3f\x98\x45\x23\xba\x77\x87\x5c\x03\x2f\xda\xfa\x52\xeb\xd9\x3d\x69\x08\xb5\x87\x6c\x95\xc4\xda\x43\x80\x07\x9c\x4b\x10\xf2\xc5\x72\xe1\x66\xca\x8b\x3c\xbe\x13\x9e\xde\xa5\x7c\xbf\x5b\x52\x55\xe1\xb8\x97\xdc\xa0\x0a\x7b\x02\x58\x7e\x62\x06\xde\xb5\xd6\xda\xa5\x4c\x81\x8c\x95\x02\x31\x67\x8a\x36\xdf\x84\x73\xcf\x61\x85\xc8\x4c\x34\x90\xb8\x04\xc0\x61\x37\x0f\x1a\x19\xd2\xe0\x54\xf2\x67\xb2\xe1\xc5\x55\x78\x83\xe5\xa9\xa7\xaf\xb0\xc7\xe4\xc9\xcf\xdf\xa4\x15\x2a\x21\xfb\x6d\xac\xc4\x12\xb1\xee\xaa\x88\x41\xf2\x74\x43\x98\x1a\x97\x1b\x42\x65\x68\x1b\x58\x42\xfa\x2b\x7b\x02\x7a\x70\xf0\x1b\x5a\xb6\xc2\x67\x87\x3e\xa3\x61\x6b\xbf\xeb\xa0\x81\x7a\x39\x93\x71\x8b\xa8\x7b\xed\x23\xa7\x7e\x54\x44\xa1\xa2\x15\xf8\x1e\x32\xbb\x52\x85\xac\xbe\xe0\x72\x71\xa4\xb2\xca\xf1\x1f\x2e\x6d\xbd\x59\x6f\xef\x2b\x7a\x46\x4a\x47\x2a\x2e\xcd\x87\xe5\xef\x41\xf6\x3b\xfe\xed\x7c\xc1\xbf\x15\x58\x21\x5f\x26\xfd\x32\xb6\x85\x26\x8b\x88\xdf\xa9\xd1\x40\x59\x76\x51\xdb\x28\xac\x67\x53\xab\x8d\xab\x56\xff\x74\x65\xcc\x41\x6c\xde\xb3\xc7\x31\x5c\x83\x33\xdf\xef\xe6\xa0\xed\xbc\x22\x70\xfe\x97\x5f\x73\xf0\x3b\x2e\x88\x5f\x76\xf2\x0e\x7f\xc7\x25\x1a\xce\x9f\x82\x6f\x15\xb4\x08\x1e\xf1\xd1\xfa\x97\x87\x8b\x45\x55\xb5\xae\xaa\x69\x42\x72\xfd\xee\x00\x12\x8a\xf8\x29\x6e\x17\x4b\x18\x3e\x0e\xdd\xe0\x30\xa4\x83\x90\x5e\x79\x10\x8a\x5d\xab\x35\xc5\xbb\xea\x09\x69\x0e\x39\x65\x42\x43\xe8\xf4\x71\xa6\xe2\x55\x95\x48\x25\xee\x1b\x8b\x1c\x2a\x72\xb8\xe8\x17\x4f\x8b\xb5\xb4\x34\x1a\x85\x72\xff\x80\xc7\x89\x1e\xff\xa1\x7c\xe0\xa0\x38\xd4\x61\x88\xa2\x23\x20\xa8\x1e\x1d\xfd\x6f\xfa\x60\x21\x59\x41\x56\xdb\x34\x15\x34\xea\x73\xf0\x27\x75\x84\x2e\x10\x46\x5f\x9a\xe9\xcb\x9e\xf0\x1d\x78\x7b\x9d\xa2\x87\x3a\x23\x58\xb2\x5f\x3b\xff\x8e\x33\x42\x12\xc1\xf1\xaa\x0e\xe0\x03\x98\x00\xce\xe8\xe3\x3e\x07\x60\x2b\xee\xb0\x0f\x73\xcd\x9b\x15\x06\x7d\x9e\x93\x0b\x83\x1c\xf4\xca\x65\x5c\x69\x7f\x40\x16\xdb\x2d\x15\x8d\x46\xfa\xf3\x85\x53\x40\x3b\x14\x5c\x3d\x1a\x34\x43\x6b\x2c\x1a\x47\xb3\xe0\x96\x72\x64\x76\xa0\x42\x3e\xa8\x22\xc2\x04\xfa\x6c\x8b\x15\x63\xe2\x68\xa3\x48\xb2\x0a\x5c\x42\xf6\x73\x98\x13\xac\xdd\xc7\x9f\xaa\xd9\x7e\xf6\xa1\x01\x23\x21\x33\x68\x75\xe3\xab\x57\x24\x2b\x68\x92\x46\x58\x25\x96\x12\xde\x2a\x91\x31\x0d\xb3\xcd\x25\x3f\x3e\xd8\x33\xd0\x4e\xca\x9f\xd7\x81\xcb\xe5\x96\x8b\xb0\x69\x58\x5a\xf1\xe8\xb3\xb1\x1b\xd2\x04\x2f\x67\x69\x14\x70\x0a\x1f\x47\xb9\x36\x32\x4d\x55\xac\x16\x5a\xd8\x6d\x45\xa1\x31\xf0\x47\xe4\x6a\x4b\x46\xe8\x8a\xf1\xe6\x82\xb8\xb3\xf8\x3d\x53\xed\xd3\x17\xd8\x4f\xc5\xc0\x43\x99\xd4\x8a\x5b\x81\x3b\xc4\x47\x96\x07\x4b\xfb\x89\x8f\x30\xfc\xe5\x20\x5a\x77\x24\x90\x47\x9f\x89\xe3\x94\x25\x0b\x19\x04\xd0\xab\xdc\x65\xcf\x6a\x2e\x83\x15\xe5\x23\x79\x52\x05\x63\xf5\xbb\xf2\x28\xfe\x41\x0a\x1c\x2e\x40\x9c\x42\x05\xba\x39\xf5\x9a\x95\x90\x89\x1b\xe5\x57\x38\xc8\xb2\x71\x2d\xdf\x29\x29\x72\xb8\xc8\xf1\xca\x49\xdc\xa1\xdb\xd2\x27\x1d\x1f\xe5\x3c\x5f\xae\xdf\x97\xab\x80\x5d\xa8\x21\xaa\xe9\x3a\x23\x79\xd4\x4c\x3b\x48\x1d\xe2\x1b\x90\xe7\xd7\x00\x07\x67\xdc\x95\xa3\xba\xd1\x93\xa5\x5e\x74\x15\x78\x5a\x18\x67\xd1\x7c\xb9\xc7\x00\x0f\x18\x0d\x1c\xaf\xda\x7b\xb7\x9e\x13\x34\x08\x48\x1f\x6e\x18\x5c\x9b\x8a\x5a\x18\xd5\x07\xb7\x0f\x48\xc3\xc9\x1b\x58\xb3\x8c\xee\x19\x08\x6e\x2d\x96\xdb\xb3\x1b\xbe\xa2\xc5\xdc\x99\x21\xa3\x53\x46\x67\xa2\x51\x89\x31\x9a\xc0\x3a\x81\x07\xfb\x4f\x3d\xd3\xc1\x82\x2f\x52\xaf\xef\xe8\x08\x2b\x5f\x00\xd7\x7f\xca\x01\xd6\xd0\x25\x11\x07\x5c\x8f\xc0\x05\x54\x3c\x94\x17\xa4\x6c\x75\x02\xc7\x58\x1d\x73\x46\x47\xea\x3c\x0f\xe6\xbd\x72\x7c\xdc\xa1\x11\xc0\x71\x15\xc6\xe7\xd5\x21\x03\x77\xdb\xf3\x4c\x9c\xae\xcf\x79\x09\xcf\x78\x70\x02\xe2\xcd\x7a\xff\x73\x06\xbb\x22\xdd\x20\x12\x40\xa2\x41\x54\x25\xcc\x05\xb1\xc8\x18\xd5\x38\x5b\x18\x22\x89\xac\x2f\x65\x30\x14\x1d\xc0\xcf\x89\xe9\x02\x1d\xd0\x3f\x10\x57\x41\xae\xcf\xf4\xf5\x63\xbe\xfa\xc6\x2e\xd3\x38\x89\x78\x27\x67\x3e\x03\x81\x06\xb5\x7e\x38\x53\x2a\x82\xd1\xe6\x3c\xd3\x8a\xc6\x65\x15\x03\x46\xea\x52\xd3\x2b\x81\xd5\x27\x7e\xa6\xce\xe8\xbd\x3b\xa2\x43\xb3\x05\x6c\x11\x7b\xfe\x6b\x4a\xf5\x8c\x22\x05\xfb\x34\x49\xf8\xe4\x0e\xd3\xb7\x4c\x1b\xea\x72\xcb\x49\xce\xa2\x1b\x15\xc4\x00\x2a\x57\x50\x7d\x3c\x79\xa8\xbf\x21\x37\x8d\xc6\xd6\x07\x2b\x28\x47\x50\x5f\x05\xb3\x67\xc3\xb3\x4b\xc8\x8d\xa8\xcf\xfc\x52\x70\xd3\xd7\x80\x81\x5c\xd5\x25\xec\xe1\x08\xfb\xd3\x6e\x4c\x21\x7b\x68\x0f\x0d\xf0\xa2\xab\xec\x5b\xe2\x52\xe5\x2f\x18\xc7\xca\x92\xd8\x47\xf1\xf7\x3e\x9b\x54\x36\x0a\xf0\x2e\x63\x19\x1a\x73\x8b\xbc\xab\x0b\xa6\x00\xe4\x72\x25\xa7\x9a\x20\x61\x38\x89\x3b\x76\x10\xdd\x76\x41\x6b\x3a\xdc\x20\xc3\xed\x0e\x63\x08\xdd\x69\x2a\x28\xf7\x6b\x40\xdb\x5d\xa7\xd6\x41\xdf\x7c\xa3\x0a\x10\xc9\xe1\xc2\xaa\xc4\xdc\x48\xef\x03\xee\x67\xd1\xa8\x81\xcd\x93\xa3\x5f\xaf\x1a\xf0\x62\x62\x68\x31\x18\xce\xcc\x04\xb0\xc7\x6c\x2a\xda\x3d\x6c\x0d\x26\x66\x55\x3d\x80\x51\xb3\xa9\x1b\x5c\xd9\x48\x03\xe3\xab\xd7\x6b\x6b\x65\xfb\xb8\xb4\x6b\x37\xb8\x34\x37\x52\x02\x9a\x49\xdc\x67\x85\xd3\xd2\x2f\xa8\xd5\xcb\x11\xad\x71\x4b\x5a\x88\xda\xc7\x9a\x89\xaf\xf1\xa6\xe5\x91\x3c\x2b\xba\x70\x2f\x10\x15\xbb\x55\x24\xdf\xf8\xb8\xf4\xaa\xec\x95\x07\x7c\x7c\x36\xe0\x99\xc0\x87\xef\xbf\xea\x4b\x48\x16\x8c\x4a\x2d\x67\xd4\xad\xf6\x39\x48\x1e\x17\x48\x8c\x84\x38\xda\xe7\x47\xe3\xd8\xb7\x40\x60\x7c\x8d\x50\xc7\x9c\xfe\x5a\xb5\x8a\xbc\x40\x3f\x92\x94\x70\xcf\x05\x47\xc1\x2e\x22\xaa\xc6\x98\x0d\x5d\x03\x83\x7a\xfe\x99\xbe\x5e\xa3\xb2\x45\xc7\x79\x1e\x0d\xd6\xeb\x55\x01\xfa\xc8\xfe\x35\x70\x19\x27\xff\x2c\xb4\x42\xb4\x31\x8f\x16\xa3\x3c\xc2\x58\xdc\x82\xaa\x10\x23\x5b\x42\x78\xd2\x28\x1d\xf0\x6a\xbe\x3f\x8b\xe6\x2c\xf5\x69\x3a\xe0\x57\xd0\x68\x56\xed\x23\x1e\x68\x03\x40\x9f\x67\x05\x20\x0c\xbb\xdc\x7a\xda\xe2\xd6\xd3\x47\x70\xa5\xd2\x00\xf0\xad\x0f\x68\x39\x50\x20\xc4\x70\xf6\xb1\x10\xe8\x94\x5b\x9f\xda\xaa\x86\x4b\x6b\xb9\xeb\xbe\x49\xa5\xc4\x95\x43\xa5\x65\x5a\xdb\x00\x06\xfc\x83\x9b\xda\xb4\xae\x99\xa8\xc3\x52\x4e\x92\x6f\xa6\xb6\x89\xe5\x7d\xe8\x40\x2f\x32\x09\x56\xba\xd8\xb7\xd0\x02\x0d\x24\xf0\x20\xec\x33\x90\x23\x32\xe2\xd6\xab\x07\xac\x3e\x4c\xab\xc2\xc7\xb6\x88\x36\x96\x58\xa3\x75\xf5\x19\xea\x88\x95\x54\x27\xad\xc6\x30\xd0\x40\xc0\x06\x20\x2d\x46\x7d\xcc\xcd\x63\xdc\xc3\xb4\x0e\x02\xf4\x3c\x8c\x2e\x5e\x0e\x77\xe7\x52\x4a\xfa\xe8\x5c\x02\xc0\x4a\x1d\x5f\x6b\xea\x32\x0d\x0c\x11\x87\x80\x5d\x7b\xd4\x1b\x0c\xe8\x48\x18\x98\x62\x84\xd8\x40\x83\xde\xaa\xd4\xae\xdd\x7c\x60\xc0\xa2\x2f\x64\x4f\xd8\x61\x3f\xa8\xe2\x1b\x88\xc6\x34\x24\x56\xbf\xd1\x7e\xb4\xd0\x7e\xbc\xd8\xb3\x5d\x13\x78\xfb\x92\x0d\x8c\x17\x88\x56\x1b\x57\xda\xb0\x42\xfa\xfe\x37\x27\x81\x20\xfc\xe0\xfb\xdf\x9e\x0c\x88\x16\x6c\x37\x26\x9c\x0f\xbe\xff\xe4\x64\x60\x4f\x58\x57\xcf\x0d\x00\x83\x4e\x6d\x50\x55\x07\x5d\x39\x53\xe0\x49\xa8\xe2\xd7\x50\x36\x32\xd5\xdc\xa9\x63\x54\x4e\x8d\x9e\x7f\x44\x63\xb6\x69\xfb\x2b\xdf\x6f\x8e\xd5\xa4\x1e\x2f\xeb\x6e\x17\x95\x4e\x38\x79\xb1\xcb\xb5\xe1\x9c\x4c\x3c\xc0\xcb\x1f\xad\xdd\xb4\x67\x2e\x85\x28\xfb\xaf\x66\x7f\xd0\xbf\xe2\x35\xf8\x17\x24\x89\x3f\xa0\xe9\xff\xa0\x2a\x29\xd3\x59\x86\xd6\xe1\x91\x4c\x4d\xb2\x36\x28\xd2\x3d\x8a\x3e\x59\x0d\xcc\x8f\x4d\xa1\xb6\x6f\xe0\x2b\xb7\x32\x69\x4a\x21\x6d\xd4\x45\x3f\xb2\xf6\xd4\xb8\x44\x8d\xc1\x84\x80\x83\x6f\x4f\xb2\xe2\xd2\x0a\x0a\x0c\xd9\xbb\xf2\x3a\x26\x00\x12\x8d\x19\x80\x5d\x4d\xca\xd3\xa8\x0e\x55\xa2\x90\xf7\x04\x57\x14\x4f\x00\xac\xa5\x57\xc4\xd3\x04\x07\xe1\x98\x5e\x56\xfa\xf5\x19\x9d\x13\x3a\x5b\x3c\xf6\x1f\xec\x21\xfd\xf2\x56\x8c\x41\xff\x60\x6e\xb2\x87\x22\xe3\x01\x6a\x0d\xd5\x68\x06\x95\xfb\x9e\x2d\xa3\xce\x8d\x94\x81\xcd\xdd\x0b\xa8\x4d\x21\x74\xa7\xbb\x00\xd6\x03\x63\xbe\xb2\xdc\x14\xc9\x5d\xdd\xb5\x8a\x91\x81\xbe\x84\xb3\x57\xc3\xf9\x19\xa3\x54\x8c\x0a\x94\x4f\x98\xfa\xac\x82\xff\x28\x17\x51\xe2\xf5\x2d\xdb\xc0\xe3\x00\xe1\x20\x83\xc5\x0c\x1a\x3a\xa6\x28\x71\x42\x19\x23\xcc\x92\x26\x4e\xbf\xe9\x24\xd5\x63\xc1\xa2\x1e\x97\x25\x1c\x50\xfd\x02\x7b\x97\xe5\x48\x2b\x89\xf7\x9a\xe3\x09\x1a\x54\x92\x5d\x0e\xb3\xf4\x15\x15\xd5\xb9\x33\xd7\x9e\x7c\x9e\x2c\x47\xcb\x0e\x7e\x7c\xd3\x28\xa8\xf8\x78\x06\xd6\x1b\x8e\xc2\x0d\xeb\x59\x61\xf0\x94\xf9\x70\x81\x25\x56\xb2\x8b\xc4\x37\x5a\x4c\xb1\x53\xc6\x90\x30\x04\x3a\x0a\x24\x61\x33\x28\xeb\xd2\x65\x47\xcc\x43\x47\x42\x3b\x36\x17\x9c\xea\x36\x28\x36\xb0\x42\xa2\x1b\x6d\xfa\x23\x8a\x80\xd8\x56\xf0\xbf\x99\x08\x6e\x04\xb8\x7b\xaf\xe0\x8d\xe4\x05\xc9\x71\x0c\x16\xe3\x3c\xe5\xab\xd5\x7c\x61\x08\x2f\x6a\x4c\x2a\xe1\x2d\x10\x96\x89\xb7\xed\xf6\x18\x8c\x94\x45\xf6\x44\x60\xfd\x90\x52\xbb\x08\x07\x16\xa9\xb2\xec\x0f\x9d\xbd\x5b\x1c\x37\xa1\xbd\x3f\x29\xe0\xac\x8e\x30\x59\x2e\x53\x31\xc1\x85\x70\x13\x51\xaa\xa3\x45\x8e\x68\x93\xf6\xf4\xaa\x44\x19\xdd\x9a\x0a\x67\x16\xd3\x01\x65\xc5\x09\x3a\x1c\x7f\x84\x34\x1c\x09\xbd\x3a\x8b\x57\xb4\xc1\x00\xd7\x07\x4c\x85\xf1\x94\x5e\xbd\x11\xe3\x31\x63\x0c\x64\x70\x6e\xb5\x8e\x11\xca\x28\x84\xf4\xee\xa2\x68\x72\x12\xbd\xf3\xbf\xbd\x87\x69\x69\x7a\x2c\x0d\x8f\x5a\x0d\x1f\xd5\xd9\xb5\x12\x32\xd7\x80\xe4\x27\x0f\x31\x06\xd7\xab\xf9\xe8\xd6\x8a\x06\x80\x7b\x0b\x44\x4b\xd5\x8f\x7b\xe3\x01\x5d\x9e\x91\xf9\xb2\xa3\x9a\x8a\xc5\x80\xea\x2d\xb2\x29\xc0\x50\x44\xe7\xef\x74\x56\xea\x12\xef\x96\x80\xe3\x39\xa2\x6f\x9f\x19\x12\x18\x76\xdc\xb0\xd2\x35\x7d\xe0\x28\x8e\x67\xbc\x4c\x3f\xed\xdf\x30\x28\x00\xc0\x82\x1f\x53\x83\x1f\x23\x19\x50\x14\x8c\xf8\x2f\xf4\x83\x1f\x45\x59\x32\x8b\x23\xeb\xde\x79\x42\x21\xda\x92\x01\x23\xa7\x6d\x33\x2d\x01\x8f\xb2\x2d\x75\xc0\x58\x57\x9f\xa2\xae\x4d\x21\x5f\xfa\xdb\x91\x36\x31\x40\x8b\x14\xfe\x56\x17\x4a\x1f\xc3\x6e\x65\x50\xd1\x02\x4a\x40\x8a\x04\xc8\x7f\x07\x52\xe4\x17\x76\xf7\x1e\xbd\xc1\x2d\xca\x99\xe8\x16\x4f\x49\xfb\xd1\x33\x79\xbf\x4d\x18\x16\xae\x58\x92\x95\xb8\x98\x05\x3d\xf1\xd9\x92\x48\xce\xfa\x51\x86\x83\x41\xf3\x22\x2b\x1a\xf3\x49\x36\xd6\x18\x4d\x43\xc9\x44\x9f\x3f\x1a\xfe\x15\xc6\xba\x20\x75\xc4\xe5\xc6\x09\x91\x22\x7c\xd0\x8c\xf6\x44\xb9\xcd\xd6\x85\xf4\x1d\x15\xa0\x5c\x0b\xa8\x53\xd4\x40\x91\x59\x65\xa2\x9a\x0e\xc7\x8b\xf4\xfa\xe2\xbe\x65\xd7\x74\xe3\x3c\x63\x41\x36\x13\xd4\x06\x35\xed\xfa\x0c\x5a\xb7\xde\x7e\x19\xde\xbd\x15\x0f\xd8\x0b\xe0\xe2\xbb\x85\x53\x28\xe4\x4c\xf4\xc1\x51\x51\xf9\xc8\xb7\xef\xdc\x6c\x6d\x8c\xb1\xdf\x42\x42\x6d\x1b\x36\xde\x90\xc3\x93\x0a\x6f\x27\x87\x34\x5f\xce\x91\xd9\x11\x4d\x9b\x8f\x08\xc7\x98\x8d\xa6\x27\x65\xea\x24\x19\xe4\xc0\x75\xdc\xaf\x55\x9d\x6c\x4b\x12\x2d\xf0\x6c\xf9\x5e\xf1\x90\xc8\x0a\x12\xd5\x7e\x66\x3b\xd0\x11\xeb\xa8\xbb\xb0\x51\x57\xb3\xb1\xdd\x54\x34\x39\xad\x1b\xc0\x68\xa2\x0f\xef\x46\xcf\x76\xb9\x93\xc4\xfe\xda\x97\x3d\xe5\x06\xd2\x69\xaa\x95\xe5\x92\x10\xb4\x88\x59\x7f\x90\x19\x18\xf8\x81\x23\x97\x8a\xc9\x3f\x1b\xb3\x00\x3e\xe2\x61\xd0\x0e\x92\xa1\xc6\x86\x8d\x37\x1a\xff\xf2\x41\xf1\xa7\xfd\x49\x31\xaa\x24\x63\x09\x76\xd0\x35\xcf\xad\x3e\x9c\x3f\x64\x0c\xfd\x34\x3d\x1b\xe2\x3e\xa2\x39\x5e\xa3\xd8\x64\xf1\x63\x1e\xc0\x00\xb0\x79\x7c\xcd\x07\x24\x21\x8a\x8c\x12\x82\xee\x62\xb4\x74\xa8\xc1\x8e\x12\xf3\xc5\xd6\x0e\x8d\x8d\x68\x73\x4d\xa4\x91\x89\xb1\x08\x23\xd2\xd5\x7e\x36\xa5\x61\xf7\x0c\xca\x7f\x87\xdc\x3c\x45\x6a\x23\x04\xa9\xe7\x08\xeb\x8c\x61\xd5\xee\xa3\x09\x8f\x78\x47\x1f\xdc\x8e\xc9\x1e\xb3\x79\x13\xc1\xa6\xae\x91\xa6\xd2\x12\x35\x19\x13\xb2\xe9\x86\xf9\x59\xcf\xd6\x98\x27\x9a\xa8\x51\x9c\x5c\x36\x51\x33\x26\xe7\xa2\x1b\x21\x49\x1b\xcd\xef\x3a\xba\xa0\x34\x86\xb6\x9a\xc3\x40\x64\x9b\x6d\x6a\x43\x2b\x15\x16\x63\x86\xed\x41\xd1\x08\xe9\xc3\x51\xf8\xef\xa3\xe1\xe1\x8f\x8a\x45\xb2\xc8\x0a\x0f\xd6\x54\xf4\xda\xe4\xd4\x35\x39\xa4\x27\xcf\x42\x70\x11\xcc\x69\x3b\x1a\xa3\xa2\x41\x28\xa6\xae\x18\xe9\xde\xe3\xbd\x11\x4f\x3c\xd8\x8f\xa9\xdb\x30\xd5\x68\x89\x25\xca\xb8\x70\x88\x61\xc9\xc6\xa5\xb9\xbb\x8b\xde\xe7\x7a\xcf\xe6\xf1\x4e\xc6\xf2\x1d\xb4\xc4\x5b\x91\x18\x15\xe6\x0c\x2c\x72\xdb\x28\xb0\xc8\xd2\xa3\xc6\x98\x3a\x75\xf2\x51\x23\x53\x51\x7a\x74\xf8\x02\xa3\x71\xfd\x42\x23\xb1\x12\x49\x27\xb9\xb4\x9e\x7a\x39\xcb\x29\xd8\x9f\xa5\x70\x53\xfd\xe5\x90\xbc\x4d\xeb\xa4\x6b\x4a\x49\x5f\x98\xcc\x19\xef\x94\x97\xfd\x37\xf8\x1f\xfd\xd5\x77\xc6\x2d\x15\x30\x2a\xa0\x19\x1c\xc9\xc1\x62\x04\x36\x21\x78\xfc\x58\x82\xf6\x82\xec\x79\x8d\xae\x4a\x80\xc9\x28\x2e\x21\x27\x0f\x30\x1d\x0a\xe2\xcd\xa6\x22\x7e\x03\xc4\xcf\x8b\x82\x12\x8b\x6d\xf6\xf8\x7d\x64\xfe\x00\x07\x8b\xef\xea\x38\x90\x51\xb8\xd3\xd4\xbb\x9c\xd2\x01\xaf\x12\x60\x50\xa8\x41\x75\x57\x5b\x4f\x9e\x30\x2d\x2a\xf9\x14\x08\xd8\xcc\xfb\x41\x1f\x84\x92\xe4\xef\x44\x47\x9a\xa5\xec\xb1\xaa\x9b\x54\x9e\xbe\x31\x80\xb2\x7d\xb5\xd5\xe7\x64\xdb\x09\x0f\xf1\xe6\x3d\x24\x7a\xe8\xa4\x20\x17\x42\x69\x4d\xcc\x9b\xae\xe7\x40\x51\x38\xa9\x23\x66\x03\xcd\x2e\xc8\x90\x54\xda\x27\x59\xf5\x07\x22\xe0\x51\x21\xb7\x60\x6d\xd0\x11\xc2\xa8\x42\x67\x17\x9b\xcb\xb1\x5c\x5a\xce\xb9\x3d\x27\x55\x96\x36\x29\xf6\x43\x30\x80\xe4\xf8\xf6\x00\xc2\xf0\x59\x05\x37\xf7\x09\x3d\xea\xca\x7d\x8b\x81\x85\x8e\x43\xee\x59\xc8\x38\x76\x98\x68\xee\x4c\x46\xf5\x9b\x18\xd6\xfe\x10\xe8\x89\x19\xbd\x12\xd4\x5e\x42\x1d\x99\xf0\x80\xa3\xc3\xe7\x70\xf3\xe6\xdb\x69\xb5\xa1\xc4\xa3\x5d\x2b\xc9\x72\xbe\x62\x96\x63\xab\x88\xc7\x06\x2d\x67\x26\x4e\x11\x22\x46\xdd\xec\xb1\xad\xbe\xf6\xb1\x21\x44\x90\xb5\x42\xfb\xeb\x52\x23\x2c\xa7\xaf\xbd\x93\xe8\xe0\x93\x8d\x6f\x2a\x58\x1f\x45\x04\x54\x01\x14\xc8\x5c\xb3\x17\x24\xe9\x70\xd1\xd9\x20\x7c\xfa\xf8\x68\x48\x5c\x3b\xf2\x4a\xd8\xaa\x1f\x0d\x58\x2b\x8b\x3e\x02\x79\x24\x76\x75\x8f\x41\x87\x7c\xff\x94\x76\x13\xfd\x37\xb7\xdf\xe9\x4c\xde\x0b\x37\x8d\xb6\x06\xbd\xaa\x05\x83\x89\x7f\x92\x30\xc0\xe8\x79\x05\x23\x1f\x4b\xea\xc2\x89\x71\xa8\x86\x62\xcb\xdc\x44\xd6\x96\x3e\x34\xa5\x56\x79\x65\xd0\x94\xda\xf9\xd6\x3f\xd3\xdd\x06\x02\x61\x6c\xe2\x8a\x3f\x48\x76\xba\xdf\xd0\x77\x07\xbf\xa3\xfe\xdf\x23\xb5\xb5\x2a\xd5\x41\x1a\x81\xe7\x82\xdf\x43\x0e\x1e\x1c\x04\x80\x25\xaa\xa1\xd2\x05\xf6\xa6\x56\x75\xfb\x8c\x41\xd0\x1e\x50\x1c\x60\x09\xd4\xa0\x8b\x44\x65\xad\x67\xc1\x27\x2b\xfd\x20\x89\x57\x39\x6a\xce\x7f\x51\x30\x05\x6d\xe1\x9c\x0c\xa6\xa0\x5b\xce\x17\x4f\xe3\x93\x57\x34\x56\xf3\xf1\xf5\xd6\xcb\x1b\xc9\x11\xe0\x7d\x90\xf7\x86\x42\x62\xf3\x9d\xe2\x98\xc1\xc6\x9c\x50\x06\x8a\x76\xf5\x18\xcd\x9f\x9e\x05\xd4\x30\x61\xa4\x63\x28\x77\xf0\x83\x0d\x8b\x06\x42\x31\xac\xf8\x4c\x52\x6e\xa0\x04\xb0\x05\x48\x39\x0e\x04\x8c\xaf\x36\x1b\x26\xf6\x86\xd6\x5e\x03\x18\xf3\x12\x05\x28\x53\x64\xb1\x5b\x6f\xee\x4c\x53\xe8\x54\x38\xcc\x6b\xbc\x86\x4c\x01\xa3\x75\x74\x63\x5b\x05\x1a\xd3\xed\xb2\xa0\x85\x1b\x93\xc8\xeb\xf4\xc9\xa9\x56\xf2\x98\x3e\xa7\xc7\x42\x10\x4c\x4e\x60\xac\x15\x29\x79\x83\x43\xd5\x33\x2e\xfe\xff\xa8\x96\xf4\x7c\xec\x96\xcc\xf5\xd2\xa4\xa8\xc4\x50\x49\x6c\x8c\x54\xa1\xb5\x10\xca\x4f\x72\x30\x75\x55\x92\x08\x6b\x0e\x93\x82\xdd\x4d\xf0\x18\x82\xea\x28\xca\xf1\xb9\x8d\xf1\x27\x98\x09\xc1\x68\x23\xbc\x74\x00\xd8\xb7\xb3\xb6\x0e\x8d\x60\x74\xb5\xa3\x1a\x41\xd1\x98\x5b\xf1\x0a\xd9\x6f\xf9\xdf\xa3\x81\x29\x44\x9e\xaa\xf1\xb9\xf1\xe3\xa8\xb9\x6a\xa7\x4d\x33\x90\x83\x3c\x34\xff\x81\x11\x4a\xfe\xd3\xf9\x0f\xbc\x5b\xf0\x8f\x07\x28\xee\xc7\xff\xd4\xb2\x8c\xc6\x85\xb0\x71\x9f\x93\xe2\xe8\x30\x27\xff\xa8\x8f\x69\x6f\x05\x64\xb6\x78\x05\x5f\xae\xa1\xd4\x19\x76\x61\xf6\x36\x06\xdf\xe2\xd0\x77\x7a\x4c\xc4\xd9\xa9\xfb\xb3\x4a\x19\x5d\x0c\xa9\xc0\xde\x7d\xb8\x93\xe1\xdc\xb5\xd6\xbd\xc3\x70\xb6\xde\x7e\xbe\xd6\x9a\xdd\x8b\xeb\x16\xf3\x64\xaf\xf4\x77\xd2\xf0\xcf\x3e\xeb\xdc\xd8\x90\x4b\x3f\x5b\x8f\x81\x28\x21\x16\x85\x35\x43\x69\x41\xc0\xee\x19\x9c\x8b\x4b\x9b\x57\x9b\x0e\x1f\xfa\x11\xe4\x87\x32\x36\x8b\x37\x50\x3f\x8a\x4c\x00\xc9\x1c\x4c\x46\x73\xcb\xe4\xac\x7a\xb7\xfd\x60\x4e\x45\x9e\x4e\x80\x25\x96\x18\x2f\x13\x90\x18\x8c\x98\xa1\x81\xc6\xbc\x59\x1b\x29\xcf\xcd\x7b\xc8\x2f\x8f\xdd\x60\xb7\xc3\x4e\xfd\x82\xb5\x5e\xaa\x55\x26\x14\x02\xa6\x14\x80\x8e\x33\xd1\x5d\x34\x35\xa5\x1d\x56\xe2\x9e\xe6\x96\xd1\xcf\x95\xfc\xf6\x70\xe2\x0a\x00\xb3\x7a\x18\x2d\x48\x10\x53\x22\xf3\x53\x3b\x56\xba\x22\x89\x13\x4c\x0d\x77\x43\xb1\xe7\x6c\xd1\x08\xcc\xa9\x7c\x3d\xf5\xaa\x89\x0b\x21\x69\x69\xad\x9e\xe0\x98\x96\x83\x01\x94\x1e\x50\xd8\x2c\xd9\x22\xf6\x8b\x7b\x32\xd5\x0d\xd7\xbd\xc2\xf2\x56\x50\xf5\xf6\xc4\x0b\xf4\x50\x65\x37\x07\x3b\x82\x7f\xec\x49\xdc\x58\x8c\x03\x7f\x75\xb7\x1f\xaf\xf5\x47\x8e\x76\xe1\x4e\x74\xd3\x7a\xf5\x40\x3c\x6f\x25\x30\xfc\x0c\xc3\xc0\x76\x34\x77\x56\xd1\x85\x23\xe1\x9e\xdc\xbb\x9b\xdf\x1c\xdd\x0d\xce\xe6\xfa\xd3\x38\x0c\x9f\x0a\x47\xae\x43\xdf\x9a\x3d\xa9\xc8\x43\xe8\x6e\x94\xde\x2b\x22\x02\x51\x8f\xa0\xf7\x2d\x45\x91\x61\xbf\x76\x66\x86\xe0\x6f\x09\xd9\x6a\x34\xfe\x3f\xba\xde\x3f\xd3\x1a\x96\x9e\x1e\xc9\x00\x97\x06\x17\x0b\x51\x5f\xac\x47\xe7\xe7\x48\xd6\x54\x8f\xae\x3d\x60\xe6\x9c\x1e\x38\xa9\xde\x3c\x7c\x27\x2e\x2b\xe4\x7d\x6b\xcd\xc0\x6c\xd0\xda\x21\x45\x36\x23\x0a\x1a\x43\x56\x16\x09\x7c\x44\xde\xf6\xcb\x19\xd7\x37\x99\x39\x7d\x60\xcd\x61\xe8\xc3\xcb\x23\xb4\x86\x61\x4d\x1d\x3d\x7f\x12\x68\xc0\x9c\xb2\xf2\xd0\x66\x9c\x23\xd7\x8d\x2f\x39\x6c\xaf\xa4\x12\xeb\x26\xe7\x93\x6d\x99\xb3\x45\xce\x88\x5a\x4a\xb8\x2b\xc3\xb6\x19\xc1\x3d\xd6\x1e\x87\xcb\xb7\xa2\xbd\xc3\xa3\x5a\xfb\x8d\xd9\x1a\x9e\x5c\x72\x6d\xd0\x4c\xb4\x42\x84\x33\xec\xb7\xc7\xd9\x29\x49\x56\x0a\x68\xdf\x61\x5c\x8f\x7f\x89\xae\xf8\xf2\x8c\xa6\xd8\x53\x7c\xf3\x7b\x8d\x81\x2c\xf9\x69\x13\x79\xa5\x0e\xe3\xd4\x36\xa6\x2c\x56\xd0\x5c\x63\x1e\x5f\x9f\xd9\x75\x74\xba\x4f\x5b\x75\x6b\x5f\x25\xb4\x9d\xcd\xa1\xf7\xa2\x39\x13\xd5\xd2\xa3\x3b\x75\xdf\x25\xd1\x86\x02\x90\xf6\xb2\x8e\xe9\xea\xfc\x29\x22\x50\x18\xb5\x69\xec\x19\xbb\xc7\x75\x37\xa7\x91\xa8\x8d\x01\x55\x34\xc1\xae\x71\xd8\xfe\xe8\xb6\x1f\x7a\xa2\x0f\x34\xe9\xb4\x35\xbb\x12\xb0\x83\x1e\xc5\x6e\x5e\x2b\x09\x9f\x88\x19\x64\x46\x05\xd2\xb5\xad\xb1\x69\x8b\x03\xb3\x4f\x89\x79\xd2\xcd\x53\xf9\x15\x43\x9b\xa9\x74\xce\xef\x05\x6e\x5d\x34\x38\x3e\x9b\xf7\xe2\xf8\x71\xdb\x13\x78\x37\x2e\xcc\xa2\xdc\x47\x35\x2a\x68\x92\xc2\x52\xe0\xd3\xab\xae\x3f\x9c\xd2\xe6\xc1\xed\x44\x60\x03\x0a\xe8\xaf\xba\x67\xaf\x87\xf4\x55\x31\xc3\x95\xea\xf5\xd0\x61\x6a\x30\x82\x1e\x5c\x47\xea\xd9\x5a\x24\xb6\x52\xe5\x2c\x24\x96\x75\x1f\x99\xad\xf2\xcb\x82\xd6\x7d\x31\x1f\x8d\xa1\x6d\x63\x67\x51\x54\xb5\xf4\x27\x16\x59\x64\xb2\xca\x73\x14\x51\xc1\x14\x06\x9f\xd0\x2b\x60\xdd\x47\xea\xda\xa3\x98\x9a\x39\x4e\x87\x90\x12\x7a\x15\x65\x52\x1c\xaa\x52\x45\xd4\x0c\x97\x6f\x73\xda\x10\x44\xd5\x74\x16\xb8\x87\x94\x83\x80\x27\xe9\x8c\xdb\x8f\x0c\xaf\xc4\x88\x4a\xe5\x89\x89\x21\x16\x39\x98\x2e\xe6\x29\x60\xfc\x52\x62\x69\x31\x12\x0c\x07\x4c\xdf\x41\x95\x29\x8a\x0d\x67\x26\xe0\x7b\x73\x77\x1a\x3d\xba\x96\xce\xa2\x46\x91\xbe\x10\xdd\xce\x11\xa4\x9c\xef\xfe\x7c\xfc\x84\xa3\x23\x15\x8a\xbe\xf8\x48\x7b\xf2\x7f\xe3\xe1\xa2\xb0\x48\x27\xed\x94\x0c\x5c\x94\x50\x44\x4b\x0d\x8d\xc7\x85\xab\x74\xc5\xf1\x49\x9b\x6a\x12\x36\x19\xd0\xc7\x98\xbf\x1d\x97\x83\x23\xb7\x9a\x91\xbe\xd0\xe5\x9c\x34\x34\x6c\xdc\x9c\x22\xc8\xec\xdd\xab\x3a\xbb\x46\x77\xbd\xb0\xa5\xd4\xed\xa3\x5c\x42\xd0\x80\x07\x34\xdf\x68\x36\xda\x79\xd2\x7e\xf4\x80\xfb\xff\x19\x58\xa5\x76\xa2\xd0\x2b\x3b\x52\x47\xdc\x25\xd7\xef\x44\x57\x90\x42\x75\xbe\xab\x05\x43\x0e\xef\xe5\xcf\x35\xa7\xb1\x91\x31\x04\xa1\xe5\x29\xd2\x29\xf0\xac\x18\xba\xb9\x71\x8d\xdf\xd8\x76\x7d\x3e\x7c\x77\x8e\xf3\x3d\xc0\x1b\xd6\x7a\x78\x59\x2b\xdc\x44\xc1\xb5\x7e\x5d\xe2\xd7\x75\x75\xac\xf4\x53\xa2\x6c\x63\x5d\x69\x0a\x54\x30\xe2\x63\x34\x82\xce\xea\xbb\x68\x62\xb2\x17\x18\x8b\xed\x03\xa5\xf2\xe8\x2a\x1f\xe1\xe0\xf2\x2a\xb2\x7c\x8f\x56\xfa\xfd\xe2\x68\x8f\x8e\x94\x68\x49\xf2\xc6\x6a\xc1\x12\x89\x95\x9f\x49\x8a\xe9\x27\x6d\x8c\xc6\x30\xdf\x3c\x5c\x46\x74\xa5\xb2\x8f\x31\x11\x88\x21\x2f\xe8\x8e\xe1\xf3\x43\x79\x9d\x50\x56\x22\xc7\x03\xfd\x3a\xad\x45\x92\xee\xd8\x8d\x90\x8f\x31\x11\xb2\xd2\xe9\xca\x06\xc7\x83\x44\x8c\x31\x39\xa1\x43\xde\x44\xeb\x77\x9b\x87\xd3\x2a\x00\xe3\x26\x85\xe6\xc2\x69\xc4\x99\x31\x08\x0d\xcb\x71\x5c\x9d\x47\x49\x34\x35\x28\xed\x90\x42\x9a\xf3\x45\xe2\x0d\x05\x1a\x6c\xf6\x05\x90\x40\xa9\x23\xa3\x80\x27\x32\x7e\xb6\x03\xea\x02\x51\x66\x6d\x32\x68\x6a\xb1\x8b\x52\x10\x60\x15\x97\x92\x40\x93\xa2\x21\x03\xd5\x09\x8f\x42\x01\x9a\x71\xde\x9c\xed\x81\x19\x6d\x44\x48\x8a\xaf\xd6\x96\x05\xed\xf5\xb3\x9d\xc5\x67\x7c\xfa\x45\x5f\xa9\xb2\x8a\x84\xf3\x97\x0c\xac\xa6\xa3\xc3\x6b\x06\x48\xa7\x8c\x02\xfc\xae\x15\xda\x1c\xb8\x35\x5a\x7c\x1b\xee\x03\xc1\xdd\xf8\xbf\x8f\xff\xf9\x5b\xf2\xc7\xe6\x21\xfc\xf8\xd1\x99\x33\x67\x3e\x42\x56\xe0\xa3\x5a\xa5\xe4\x96\xf1\x63\x51\xc6\xc4\xd2\x75\x09\x10\x07\x63\x7a\x5f\x5c\x49\x31\xe1\x10\x57\x1a\xef\x95\x9c\x67\xce\xc5\x69\x66\x4b\x30\x69\x18\x5c\x7c\x36\xe1\x95\xa1\x27\xe4\x2d\x81\x5b\xa8\xb8\x2a\x00\x5b\x72\x7b\x02\x78\x36\x4f\xc5\x21\x58\x25\x0c\x40\x62\xa7\x19\xc8\x83\xbe\x58\x62\xb6\x82\x1e\x0f\xb8\x9a\x49\x10\x36\x0b\x63\x83\x30\xf1\x9b\x8e\x65\x69\xa7\x5d\x1d\xa2\x07\xc3\x16\x11\x89\x88\x41\xc0\x66\xa2\x95\xe5\xf6\xc3\x1d\xd8\x2f\x03\x75\x23\x8a\xa6\xcd\xb4\xa4\x3e\xdc\x06\x39\x85\xfb\xe5\xd2\x28\x65\xc8\xa3\x65\x91\x7d\xc1\x12\x75\x34\xb8\xba\x75\xa8\xb9\x3a\x25\x5b\x71\x11\x0f\x92\x21\x4e\x56\xb5\x20\xd4\x3f\xd3\x8d\x31\x33\x90\xc4\xa8\xdc\x08\x87\x64\xcd\xb6\xb7\xae\xc0\x21\x15\x9f\x11\xce\x69\x45\xc1\x24\xba\xc0\x4d\x5d\x6e\x7a\xa1\x99\x82\x2f\xe9\x33\xde\xb5\x00\xbd\x14\xff\x47\x00\x72\xfb\xdf\x19\xae\x86\x0e\x1b\x5c\xfe\xda\x61\x45\xf9\xaf\x1d\x65\x82\xf9\x6b\x72\x1c\xc3\x7f\x95\x25\xf7\xaf\x9d\x5a\x39\xfe\x9b\x4d\xf4\x45\x9f\xa1\x7e\x92\xc2\x18\x7f\x8a\xd4\x7b\x08\x96\xcf\xfb\xbb\x5b\xec\x4b\xdb\xbe\x6c\xf2\xd9\x33\x76\x56\xa3\x5e\xa1\xe3\x13\x90\x9c\x5a\x29\x2b\x01\xf0\x29\x9d\x4b\xb2\x50\xa7\x35\x5e\x78\x6d\x52\x38\x42\xf3\x2c\x9d\x95\xc0\xef\x1c\xb9\x99\x4e\x1e\x50\x63\xc6\xe1\xb3\x0e\x0d\x62\x25\x42\x49\xdd\x0f\x7e\x32\x3e\x61\x12\xe9\x69\xba\x8d\xfd\x61\xd3\x88\x19\x81\xec\xd5\x41\x2f\x16\x4a\xd8\x03\xd5\xc1\x11\xd4\x12\xdb\xa3\xab\xa7\x9f\xb2\xc7\xb3\x51\xba\xf1\x70\xdb\x64\xa4\xb8\x03\x50\x3b\x12\xf4\xc4\x5a\x0c\xbe\xea\x31\x96\xd6\xc9\xa3\x85\x67\xe4\x68\x94\xb6\xf5\x2a\x56\x61\x73\xdd\xe5\x0b\x30\x1d\x6b\x81\xb9\x3d\x0e\xdb\x26\x01\xdb\x12\x65\x76\x2a\xe6\x24\xce\x19\xca\x97\x31\x21\x7f\xe7\xf6\x5e\x67\xec\x8a\xb9\x44\x23\x25\x7f\xd4\x8c\x39\xca\x59\x62\x55\x88\x4c\x73\x4a\x31\xac\x8a\xc3\x9a\x0a\x1a\x83\x89\x25\x91\x01\x15\x9e\x1b\xe7\x74\xd3\x9d\x1b\x7b\x5a\xff\x85\x0f\xee\xd6\x39\x14\x8e\x12\x95\x80\xd1\x08\x80\xd1\x37\xe4\x5e\x1c\x56\x13\x4d\x4b\x18\x3b\x63\x4c\xc7\x27\xed\x17\x1b\xe1\x6c\x3d\x6c\xdc\xb7\x96\x89\x02\x73\xc4\x53\xc2\x5c\x85\x94\x1f\x0d\xeb\x70\x4a\x06\xb2\x26\x37\xc7\x64\x4b\xb0\x4c\x63\x91\xb4\x29\xd9\x91\x3a\x93\x0f\x85\x1d\x4e\xd4\x9a\xb9\x1d\x4e\xd4\x3a\xa7\xef\x11\x56\xb4\xbb\xa9\x38\xac\xa8\xb5\x49\xdd\x01\x43\xcd\xaa\xe9\x11\x43\xd3\xb7\x2e\x11\x3e\xf8\x67\xb7\xba\x47\x48\xe1\xb8\x5e\x6c\x25\xa1\x04\x5a\x89\xc0\xc2\x09\x81\x4e\x4f\x2e\x23\xad\x5b\x2d\x5b\xe9\x1a\xae\x61\x3a\x51\xf4\x06\x06\xfa\xfa\x2b\xfe\x99\x00\x43\x72\x62\x56\xde\x6c\xab\x3e\xd7\x7e\x70\x20\xcf\x30\x95\xb3\x7f\x75\xb6\x05\xe7\xee\x69\xbd\xb3\x77\x8b\xbf\xb2\x86\x5f\x42\x5d\x8b\xb5\x22\x15\x90\xe1\x5f\x22\x91\x29\xd9\x49\x01\xdd\x84\xc7\x97\xa8\x0d\x06\xa5\xfc\x91\xf8\x17\xc5\x13\xd5\xf9\x23\x89\x44\x6d\xbd\x7a\xd6\x5e\x6f\x18\x70\xc1\x48\x09\xc8\x5d\x4e\x8b\xdb\xb8\x10\x4e\x3e\x8f\x36\xd6\xda\x0f\x16\x0d\x88\x5a\xd9\x1b\xf0\x80\x3f\x27\x18\xa8\x8f\xb2\xef\x07\x8b\x40\x77\x08\x0c\xf6\x21\xdb\x31\xfe\x0c\xd6\x59\x3f\xde\x8e\x98\x9c\xb3\x71\x25\x70\xe2\x14\x11\xdb\x88\x42\xa8\xc4\x71\xaa\xc2\x07\x64\x1e\x1a\xcd\x5d\x06\xae\x27\x7e\xf3\xe1\x96\x26\x20\x38\x9e\xa4\x86\x90\xf5\x06\xa4\xd4\xdc\x9d\xe9\xd4\x9f\x63\x26\x5f\xfa\x44\xb1\x43\x38\x46\x3e\x87\x07\xe6\x18\x18\x54\x26\xe1\xf1\x47\xc8\x6f\x1a\xae\x03\x79\x73\x63\x89\x13\x7f\x74\xfa\xdd\x42\x1e\xbd\xf6\xbc\xaa\x15\x06\x85\x5b\xc0\x60\x29\xc3\xf9\xf2\xa8\xd8\x90\xa2\xca\x0c\x28\x05\x8e\x9e\xb6\x7c\x5b\x22\xb3\x2c\xec\x74\x26\xe6\x30\x80\xeb\xbd\x1b\xed\xfa\x8c\x64\x43\xa1\xfd\xc8\xa8\xa8\x2f\x7d\xe9\xd1\x5f\x54\x29\xc7\xea\xa1\xbf\xc5\xc1\x01\xef\x1b\x41\x6a\x98\x62\x25\x3f\x00\x5c\xdd\xec\x64\x6b\xfd\x9d\xfe\x08\x93\x50\xf5\x3a\xb7\xe7\xb9\x6a\xa2\x1e\xec\x1d\x1e\xa4\xd6\xa3\x47\xa8\x64\x57\x5f\x4d\x03\x7f\xf5\x2d\x3f\x44\xe6\x04\x2b\xeb\x98\x47\xc4\x18\x66\xf3\xed\x34\x9a\x7c\xbe\x79\x6e\x6e\xfc\x07\xc5\x78\xf7\x92\xf6\xbe\x8d\x6d\x4a\x25\xc5\x56\xda\x7a\x1c\x74\x49\x38\x1d\x5e\xb4\x3b\x2f\xd7\xc4\x5c\x81\xd8\x4c\x0c\xfa\x0d\x77\xce\xf1\x18\xc2\xed\xd9\xd6\xd5\xb5\xf0\xca\x98\x58\xa4\xbe\xdb\x84\xaa\x1c\xaf\x2f\x9e\x8a\x51\xb7\xfd\xe8\x45\xeb\xe5\xb6\x76\x39\xe7\x4c\xb0\xa6\xbd\x91\xc8\x88\x94\x7d\x19\xdb\x1b\x71\x17\xa8\xd5\xda\xbd\x10\x5e\xd9\x68\xee\x2e\xa3\xb5\x58\xfd\xb9\xd9\x51\x35\xcf\x79\x9a\x6c\x37\x8d\xb8\x94\x58\x0e\xd3\xec\xdb\xaa\xa9\xd2\xd6\x0b\xe9\xba\x68\x86\x60\x42\xbb\x61\x36\x1a\x57\xce\x02\x71\x55\xf3\x15\x51\x1f\x0b\x76\xa6\x33\xf5\x59\x0c\x47\xe8\x63\x62\x6f\x25\xca\x4e\x16\xd3\xe8\x00\xbb\x7b\x7b\x1e\x30\x95\x2e\x44\x96\x87\x08\x73\xb2\xfc\x05\x7c\xde\xde\x9f\x44\x31\x5e\xf7\x29\xd3\x06\xbd\x3a\x36\x58\xaf\x63\x67\xd4\x51\x41\x18\x15\x73\x19\x5e\x9a\x6a\xc1\x5d\xd5\x59\x92\xf6\x76\xdb\x9b\xdb\x44\x1c\xca\x81\x8b\xa6\x16\x30\x83\xd0\xd5\x55\x8c\xd3\x7b\x79\x3b\x5c\x3b\x17\xa7\xa5\xd2\x4b\x60\xd9\xfb\xe9\x5e\x31\xaf\x08\x50\xbb\xe9\x37\x01\x4d\xaf\xf8\x1a\xb1\x18\x35\x71\x99\xe8\x20\xe9\x6b\x48\xeb\x27\x17\x80\xf3\x6e\xe8\x9b\xc8\xb4\xa0\x82\x8c\xc3\xef\x3c\xb9\xc3\x07\xd7\x86\x8c\x5f\x3e\x7d\xa9\x00\x46\x02\xaa\x26\x21\x13\x6f\x9e\x59\xc3\x34\x0e\x84\x77\x0e\xa3\xce\xde\x38\xcf\x12\x12\x3a\x32\x29\xcf\x5c\x57\xeb\x3a\x10\xb3\xd9\x6e\x42\x8a\x96\x3c\xee\xb6\x8d\x56\xd6\xb2\x61\x36\xe8\x0b\x71\xea\xa5\x64\xdb\x7a\xed\xd3\xae\x8f\x4a\xbb\x95\x3d\x91\x1f\xe4\x98\x13\x80\x77\x31\xe6\x08\x7d\x8d\x4f\x9d\x72\x85\x41\x27\x46\x74\x82\xe9\x2c\x9d\x47\xcc\x9e\xf9\xde\xaf\x0c\x9e\x8c\x93\xa6\xa9\x14\xce\x46\xc2\x34\x2a\xd4\x69\x58\x12\x10\xe3\xeb\x48\xd3\xc6\xd5\x13\x41\x64\x19\xaa\x73\xee\x40\xb2\xa5\xd6\xa7\x5b\xdb\x77\x5a\xab\x9b\xa8\xf0\x7a\x7a\x25\x3a\x3f\xc7\x11\x64\xc9\xa3\x63\x96\xb2\xf7\x9d\x55\x11\xd7\x30\xcf\x93\x18\x24\x72\x22\x1c\x0a\x8a\xd6\xc3\x0a\x2d\x33\x02\xbc\x1f\xe2\x65\x43\x50\x8d\xf9\xba\x30\x52\x53\xe0\x0f\xbb\xe4\xd4\x7c\xb6\x8e\x0a\x37\x32\x8e\x64\x39\x21\x25\x7e\x0b\xd4\x54\x28\xdf\x5b\x86\xe2\x0e\x89\x30\x1c\x63\x95\xcd\x4a\x63\xfc\x3d\x91\x3f\x69\xba\x3b\x48\x1c\x36\x69\x59\x3d\x4a\xbb\xb8\x44\xcc\x6f\xf0\x10\xd9\xbc\x59\x67\x9e\xb3\xf3\x46\xd2\x67\x3e\xbb\xf4\x39\x09\xad\x91\x80\x6d\xca\x41\xae\x07\x14\x39\xf2\xf0\x82\x24\xb2\xb8\xfa\x16\xfa\x83\x5d\xea\x3c\x96\x55\xd1\xf9\xee\xb0\xf9\x38\xc6\x6c\x3d\x9c\xbb\xdf\x7e\xf4\x8c\x3b\x62\x17\x03\xe9\x1a\x2e\x01\xe0\xf1\xbd\x7a\x67\x77\x5f\x22\x58\x52\x75\x2b\xac\x22\x0b\x45\x18\x19\x53\xe4\x46\xaa\x39\x59\x67\x96\x42\x47\x54\x6c\x6d\x4e\xb6\x5e\xde\x40\x91\x48\x6a\xe6\x27\xe3\xcc\xfd\xb3\xc9\x9f\x8c\x26\x8e\x8c\x9e\xa9\xad\xbc\xb8\xc6\x2f\x33\x58\x8c\x53\x12\x59\x97\xc0\x14\xd4\x1e\x61\xef\x96\x9e\xa1\xe8\x67\xcc\xe1\xd2\x87\x69\xc3\xc6\xe8\xc8\x00\xee\xc9\x82\x8b\x29\x1d\x1c\xcb\x5f\x6a\x49\x27\x07\xb8\x97\x25\x5d\x7a\xf6\x1c\x41\x04\x94\x3d\xe7\x67\xc4\x02\x59\x33\x3d\x5a\x97\xcc\x20\x2d\x0c\x78\x0f\xd0\x9f\x8f\x07\xae\x67\xa3\x55\x2a\xbf\x20\x1e\x78\x0f\x45\x6c\x6a\x60\xf0\x1e\x23\x44\xa4\xc0\x24\x89\x9c\x24\x33\x3a\x78\x1a\xb0\x8a\x8d\x2a\xe0\xff\x5c\x88\xf0\x34\xad\x1b\x7a\x57\x52\x0a\x64\xd1\xe7\xa1\xb5\x70\x42\x11\xc5\x81\xd9\xe1\x30\xc4\x89\xf1\x76\xa6\x11\xd0\x16\x3d\x32\x4a\xd4\x2b\xc5\x49\x54\x18\x9d\xf6\xc9\xbf\x43\xde\x48\xce\x08\x04\xce\x88\x49\x47\x8f\x46\xfc\xa0\x2a\x70\x66\x33\x95\x93\x8e\x31\xb1\x5d\xa6\x7d\x8f\xe0\xb8\x9f\xdd\xe5\xa0\xdc\x31\x48\x85\x52\x23\x67\xf9\x73\xb2\x3e\x17\xda\x0d\x70\x4f\x89\x01\xe7\x2a\x3e\x52\x8d\x54\xbd\xfd\xf0\x72\x7b\xf2\xb9\x39\x46\x36\x03\xd0\xc6\x46\x89\xba\xd9\x68\x69\x0b\x70\x71\xa2\x6f\xd6\x26\x67\xcd\x44\x93\xba\x0c\xde\x6b\x28\xe2\x4c\x85\x72\x6e\x54\x91\xbc\x68\x4c\x36\xd2\x73\x26\x29\x2c\xd9\x26\x8f\x1e\x35\x60\x16\xcc\xd1\x49\x15\x4c\x48\xcf\xd9\x0a\xb8\x5e\x86\xdf\xbe\x3e\xf4\xc4\x96\xfc\x80\xf2\x50\xf1\x77\x73\x10\x56\x01\x12\x2f\x2a\xf8\x61\x7b\xab\x8e\x14\x23\xdb\x4a\x77\x15\x6b\x1a\xdd\x78\x4d\xf0\x24\x91\xb1\x84\xc4\xda\xbc\x3c\x23\xc1\x60\x01\x17\x3e\x7b\x92\x12\x80\x97\x5b\xb5\x42\x2e\x86\x4f\x1f\x63\xc8\x5e\xb3\x57\xb3\xfc\x3d\xba\xfd\x47\x7d\x4c\xe2\x10\x6b\x05\xea\xd1\xfd\x93\xb5\xb9\xea\xdf\x32\x3a\xef\x2e\xff\x25\xfd\x63\xb2\x62\xd6\x8b\xc0\x40\xe8\xe2\xb1\xfb\x86\x49\xc6\x60\x3c\x6a\x6a\x24\x65\x5c\x2a\xda\x6d\xfc\xe6\x9a\x61\x6f\x19\x46\xbf\x24\x0c\x21\x6f\x08\x97\xd1\xd1\x0d\xba\xde\xf2\x38\x50\xbe\x8c\x7e\xf6\xe8\x3b\xee\xf0\x3b\x6f\x4a\x89\x08\x8f\x5e\x45\x6e\x53\x9e\xc8\x37\x26\xbb\x9b\xb0\xcc\xb3\x90\x05\x8f\x4c\x13\x60\x3c\x2d\xbe\x21\x5c\xd4\xc3\x60\xbc\x7b\x76\x2a\xb4\x27\x51\x64\x66\xd6\x08\xf3\x3c\x53\xb8\x48\x24\x68\xd4\x75\xe5\x6d\xe8\xee\xd6\x68\x4d\x45\xef\xe0\xd5\x31\x71\x76\x37\xa8\x99\x75\x23\x35\x25\x05\xbd\xa3\x7a\x03\xcd\x87\xe8\x68\x34\x6e\x0e\x11\x71\x27\xd2\xd8\xe7\xc2\x7b\xcf\xc2\x8b\x7b\x68\x08\x91\x4c\x55\x9a\xc8\x96\xd2\x35\x4e\x2d\x9a\x24\x8d\x83\x35\x35\xfd\x50\x1b\x57\xbc\x8b\xfc\xd3\x27\x90\xd3\xb4\xc0\x08\xec\x2b\xa5\xf7\x9e\x91\x86\x29\xee\x50\xa2\x66\x7b\x42\x18\xef\x8e\x64\x14\x09\x54\x81\x7a\xfc\xb9\x0d\x94\x51\x6b\xaf\x61\x13\x09\xfc\x7f\x37\x30\x53\x8a\xc6\x38\xc7\xca\x66\x91\x8e\x23\x7e\xa6\x7b\x24\xb4\x29\x67\x40\xe2\x2a\xbc\xd7\x72\xf0\x00\xbb\x91\x07\xca\x62\xe6\xa6\x34\xfe\xa0\x7c\xb3\xa4\xca\x50\x16\x39\xf1\x20\x6d\xfe\x85\x37\x99\x59\x18\x85\x2c\xc8\x24\x89\x58\xad\x6e\x93\x24\x06\x45\x59\x46\xe2\xee\xc4\xa1\x0c\xad\xfb\x63\x35\x2d\x06\x54\x64\x8d\xcd\xef\x9e\x55\x4c\x19\xc1\x80\x4d\x43\xae\x18\x35\x3e\x2a\xd1\x70\x78\xfd\x1a\xda\x78\x70\xab\x06\x2a\x8c\x23\x62\x8b\xb8\x9d\x32\xc4\x8d\x37\xcc\x0c\x0b\x24\x5a\xfe\x9e\x36\xe6\x64\x06\xd3\xc9\xf7\xfb\x79\x4c\xb1\x78\x11\x48\xa5\xd7\x9d\x9b\x6b\xc0\x55\x53\xe6\xe9\x40\x72\x77\x4a\x98\x6a\x20\xb4\xf2\x65\xef\xef\x2a\x49\x2b\x13\x88\x5c\x94\x92\x3f\x57\x4a\x30\x78\x20\x86\x74\x52\xc4\x3d\x67\x9c\xa0\xb4\xff\x02\x41\x64\xe2\x60\x96\xc9\xa8\xce\xf8\x2c\x20\x2a\x29\x11\x7b\xc8\x2c\x3b\x0d\x44\x73\xf3\x18\xe5\x91\x8b\x86\xfd\x32\x76\x27\xb5\x5a\x98\x43\xed\xa1\x8c\xdc\x70\xdc\xeb\x3c\x58\xc4\xf0\x43\xe4\xa7\x45\x1f\xa2\x95\xc7\xf8\xa1\xea\x57\x31\xb9\xd5\xce\x41\x7b\xbd\x81\x11\xe5\x8b\x99\x78\x19\x48\x0c\x8d\xf1\x43\x0b\xaa\x71\x12\x74\x2b\xb1\xb8\x06\xf3\x47\xdc\x8a\x95\xaf\x56\x27\xc5\x36\xdb\x1a\x85\x5d\x1b\x26\xe9\x79\x4d\xcd\x03\x06\xdb\x7e\xb0\xd8\x9a\xae\x47\xe3\xd3\x69\xdd\xb2\x53\x1e\x5b\x9b\x50\xa7\xb8\x98\x34\x06\x8c\xe8\xd0\x4f\x32\xd1\xfe\xcf\x1c\xf4\x22\x50\x46\xd6\xf1\x57\x94\x24\x28\x3b\x68\xeb\x2b\xe7\x29\xeb\xfa\xaa\xcc\x59\x53\xbe\x72\x98\xf9\x64\x59\xfb\xe5\x94\xf5\x29\x7a\x72\x07\x73\x68\x9f\xdd\xb5\xbf\xae\xdd\xe4\x0b\xcb\x9a\xc8\xae\x0e\xc8\x4e\xb6\xab\x1d\xb2\x99\xed\x9a\x8e\x9d\x3c\xcc\x2e\xa3\x05\x48\x1f\x28\x9b\xfc\x77\xd5\x30\x24\xce\x5d\x65\x94\xae\x33\xda\x9d\x4f\x16\x18\x24\x7f\x57\x2f\xca\xeb\x35\x59\xc0\x82\xaa\x2e\x70\x6a\xa4\xb9\xb7\x17\x4e\x2f\x75\x2d\x0a\x5d\xe1\xae\x76\x38\x27\x6f\x6a\x0d\x96\x55\x21\x16\x4b\x39\x96\x22\x44\xe6\x97\x91\xc5\x27\x69\x50\xc1\x19\x8f\x72\x0a\x2c\x4e\xc3\x32\xa6\x42\x54\x6a\xa8\xa3\x45\xf7\x7f\xa3\x18\xcd\x02\x30\x0a\x01\x25\x5e\xf3\x29\xdf\x06\xbc\xdb\x48\xff\xad\x6c\x70\xb6\x35\x73\xdf\x8e\xac\x18\x3f\xb1\x6c\xda\x6b\x37\x20\xc6\x2f\x4c\x13\xc4\x29\x03\x75\x7b\xf2\x56\x7b\x65\xb2\x11\xc8\xc7\x7c\xa6\xd2\xac\xe9\x56\xd9\xa8\x40\xa5\xa2\x7a\x8f\x06\xba\x07\xa6\x9b\x80\x39\xfd\xec\x90\xe8\xb1\xc0\x67\xc3\x3b\xed\xda\x83\x91\x67\x68\xf3\x3a\x86\x8f\x3f\xba\x5e\x62\x0c\x66\xcd\x9f\x1d\x00\x3d\xb8\xe5\x41\x7e\x85\xac\x01\xb0\x2f\x06\x4b\x75\x59\x99\xa7\x1e\x0e\xb1\x1c\x38\xba\xad\xd4\x54\xa9\xef\xd7\xb2\x3d\xd0\x41\xaf\x9a\x1b\x2c\xa8\x01\x6e\x8b\x9b\x91\xc4\xc1\xb9\x75\x2e\x5c\x39\x44\x0b\xe1\xab\xaf\x7b\x54\x49\x5d\x1c\xec\xd0\xa8\x1a\x67\x57\xa3\xc0\x2a\x76\xff\x15\x97\x1c\x3c\x31\x06\x62\x10\x0c\x91\x02\x9e\x1d\xfc\x24\xc7\xe7\x87\x7d\xf0\xf9\x63\x8e\x7f\x8b\x46\x2f\xa4\xa3\xff\x50\x66\xf6\xd3\x7e\xa3\xbd\xf9\x20\xbc\x04\x57\xf6\x06\xe7\x31\x61\x13\x41\x9d\x92\x94\x73\x0b\xe9\x10\x29\x18\x89\xe1\xa8\xae\x93\xb3\x21\x84\x6d\x0e\x27\x6d\xab\x8d\x66\x0c\x9b\x13\x7b\x1a\x89\xd5\x71\xfe\x4a\x80\x4e\xa7\x71\x91\x10\x5a\x83\x3d\xeb\x75\x6a\x6e\x54\x6a\xe9\x4c\xd5\xf4\x1c\xab\xf9\xf6\x18\xbf\xd9\x71\xac\xd6\x56\xeb\xfe\x0b\x46\x62\x4f\x0c\x53\x4a\x25\xce\xb0\x78\x5f\xaa\x44\x52\xe2\x91\x3d\xb6\xab\x8f\x1c\x65\x84\x30\xfd\xba\xba\xce\x73\x5a\xbb\x89\x95\x3f\xb2\xc1\xc4\xbc\xf4\x58\x38\x25\x5f\xfc\x9a\xa3\xec\xb6\x02\x4b\x53\xf5\x62\xfb\x3b\x42\xa2\xd1\xd2\xd9\xce\xe2\x15\x13\x23\x4a\xe6\xee\x41\xbf\xe2\xd7\x80\x75\x73\x45\x67\x0f\xa7\x49\x3e\x10\x21\xd0\x99\x98\x4b\xa9\x04\xdc\x19\x86\x5f\xaf\x51\x94\x00\x61\xe3\xc6\x1f\xc2\x50\x25\x17\x97\x55\x89\xc8\x1e\x55\x05\x65\xc3\x05\xd6\x19\xb0\x10\x13\xcf\xe9\x05\xdc\x70\x36\x3c\xdd\xbc\x6e\xd4\x94\x3a\x7e\x7f\x35\x4f\xfe\xdd\xaa\x8f\xab\x5d\x7d\x8c\xf8\xe4\xd7\x2a\x69\xd2\x73\x38\x7d\x62\x9e\x3a\x13\x37\x39\xac\x34\xea\xe5\x17\x76\xba\xdb\x56\xe3\x91\x2a\xdc\x03\x8f\xa8\x57\x95\x81\x8a\x6b\x83\x77\x26\xa6\xa3\xab\xdd\x3d\xa8\xc5\x1a\x72\xf3\x23\xd6\x52\x39\x5f\xc1\x17\xa7\xf7\x82\x51\x85\xe4\xdc\xad\x3a\xdd\x0b\x60\xd6\xf1\x8a\xc0\x0e\x1b\xf0\xad\x47\xbb\x9d\xc5\xcb\x47\xc0\x93\x1d\x8e\x68\x48\x45\xed\x05\xd7\xc4\x68\xa1\x47\x45\xd1\x66\x15\xd1\x4d\x81\x17\xe1\x67\xea\xf9\xfd\xff\xee\x16\xe0\x8d\x64\x90\xed\xd9\xf6\xb3\x3b\x5d\x67\xac\xdf\xf7\xab\xc0\x7e\x01\x34\xd0\xa6\x64\x4e\x4a\x91\x2b\xc8\x76\xd9\x39\x8e\x9f\x9c\xb4\x45\x63\xe0\xe4\xaa\x99\xc7\x4b\x2a\x77\x9f\x32\xcc\x9d\x05\x9d\x55\x6a\x85\x6a\x0d\x10\x8c\xf4\xf8\xcd\x71\xcc\xb8\x85\xd1\xd6\xe0\xa6\xf5\xdc\xab\xae\xca\xe9\x5d\x77\x37\x66\xb6\x51\xc8\x17\x86\xdc\x94\x11\x7c\x81\xdf\x7f\x7e\x08\x5d\xd5\x7b\x8c\xa1\xbb\x39\xf3\x06\x55\xfc\x01\xaf\x84\xc8\xa9\xbf\x56\x38\xe5\x62\x76\x95\x60\x28\x47\xf6\x15\xe9\xed\x85\x93\x8b\xd1\x2d\x60\x87\x1b\xe1\xce\x4c\xfb\xce\x7a\x57\x83\xf0\x5c\x0e\xbb\xd5\x3c\xd9\xfd\xa4\x37\x40\xef\x25\x3c\x96\x9d\xe5\x0b\xe1\xf8\x39\xe1\x3a\x92\xcd\xf8\xc0\xc8\x61\x44\x04\xe2\x68\xe4\xb6\x22\x7d\x68\x20\x05\xe4\xb1\xcd\x86\xc5\xdb\x3b\xd9\x12\x46\x87\xe5\x47\xbc\x30\x5a\xa0\x74\x3e\xd3\x68\x8b\x63\x8d\x82\x6e\x3f\xbd\xe0\xf6\x1a\x13\x2f\x07\x75\x09\xaf\xb6\xdf\xdc\xec\x2c\xaf\x71\x46\x65\xb3\x7a\x17\x8e\x65\xcc\xa7\xaa\x59\x3d\x19\x48\x19\x18\xc2\x34\x84\x09\xd5\x46\xd0\x78\xc7\xaa\x17\xdd\x78\x1c\x8e\xad\xf4\xa8\xa7\x06\xc9\xd5\x52\xc6\x67\x54\xb6\x37\x4a\xb0\x59\xf7\x00\x19\xa7\x31\x5b\xce\xfe\x49\x92\xc3\x18\x8e\xb3\x5b\xb2\x18\x75\x93\x83\x27\x93\x17\xad\x1b\x32\xd5\xaf\x4c\x07\x0b\x10\x29\xed\x94\x03\xbb\x7c\x54\xf4\x30\x05\x9c\x13\x8b\x5c\x29\x31\x82\x8c\xa0\x20\x90\xbf\x0a\x15\xc7\x76\x72\x30\x56\xfe\x2a\x11\xa0\x55\xdf\x3c\x65\x2e\x22\x8b\xed\x8a\x3b\x88\x92\x0d\xf6\xfb\x1d\x18\xcd\x86\xf3\x97\x64\x2e\x6c\xe8\xbf\xbe\x17\x5e\x98\x62\xa5\xad\xe4\xcf\x8f\xe7\x65\x9a\x0d\x52\x9d\xf4\x40\x52\x5c\xc1\xb4\x45\x92\x69\x10\xf3\xc1\x56\x75\x2c\x91\x00\xde\x4f\xca\x28\xa1\x5d\x96\x53\xd8\x99\xe0\x25\x7f\xd0\x13\xd6\x4a\x84\x18\xc4\x34\x0a\x83\xc5\x80\x23\xf9\x20\x38\xe3\x57\x8a\xb1\xbd\xf2\x12\x20\x7e\x40\x18\x28\xc4\x7e\x77\x33\x9a\x19\x43\xf7\xf2\xad\x29\x24\x19\x64\x3f\x99\x82\xe2\x9b\x1f\x07\xc8\x42\x85\x12\xdb\xaf\x90\xe8\x33\xa9\x1f\x8c\xe7\x15\xeb\xd6\xd8\x9e\xc4\xa8\x24\x50\xc3\xf9\x1f\x25\x4f\x9b\x4e\xef\x48\x39\x1c\xe3\x94\x8e\x94\xd2\x02\x9d\x00\xf5\xa9\xe8\xaa\xc3\xa2\xbb\x5f\xb1\xdb\x99\xf3\xd1\x27\x82\xfe\x51\xcf\xbb\xba\x8a\xd6\x3e\xeb\x9b\xdc\xc0\xbf\x4a\x0b\x98\xaf\x45\x9f\x22\x3d\x1b\x38\x4e\xa8\x9e\x33\x4f\x14\xcc\x7c\xc8\xeb\x87\x89\xd0\xfa\x72\xce\x30\x99\x13\xda\x6d\xa8\x62\x15\x4f\x1e\x60\x8c\x1e\xe8\x34\xc6\xad\xb3\x6e\xdd\x96\xa4\xab\x2d\x44\x7d\x38\x3a\xad\x10\xb1\x6a\xe4\x14\xa6\x3a\x7c\x6e\x8c\xb8\x33\x5a\x9a\x69\x55\xf7\x86\x47\xfc\x4a\x95\x53\x1e\x26\xbb\x3d\x22\x6d\x62\xea\x56\x2b\x35\x76\xf7\x86\xa5\xaa\x75\x75\x6f\xea\x06\x55\x3d\xa0\xbf\xfd\x33\x65\x49\xd3\xa7\xe6\xd3\xdc\x9b\x6d\x9d\x47\x07\xc5\x2e\x71\xb7\x38\xe4\x8a\x63\x3e\x85\x6f\x0b\xc7\x1b\xca\x97\x76\x51\x3c\x46\x51\x52\x7a\x29\x9a\xa4\x18\x08\x84\x7e\xcc\x34\xce\x2a\xd3\xee\x98\x35\x08\x0c\x2b\x81\xa6\x29\xe6\x18\xda\x8d\x29\x3d\x06\xad\x4f\xd6\xde\x92\xe6\x00\xf8\x72\xb0\x5a\x4d\x0f\x23\x0e\x46\x60\x2c\x89\x65\x5f\xc4\x2b\x9f\x8c\x37\x06\xc3\x60\x9f\x50\x1b\x43\x1a\xf2\x4a\xc1\x90\x04\x68\x1a\x2c\x68\xbb\x9e\xa0\x8f\x4d\x60\x44\xd8\x0c\xd8\x8c\x3e\x2a\xed\x0b\xcf\x81\x10\x32\x61\x3d\xc2\x7d\x76\x77\xa6\x10\xb4\xb5\x30\x83\x31\xa3\x18\x34\x19\x2b\x9a\xbf\xa6\x67\xa0\x4e\x6a\x6a\x55\x0e\xc4\xa0\x8f\xb3\xbe\x06\x92\x0b\x12\x47\xc2\xdf\x31\x45\x50\x20\x19\x20\xe3\xaf\x56\xd2\x41\x1a\x36\x22\x33\x41\x69\xd6\xb0\x4d\xc9\x2c\x8c\x59\xf2\xfb\x0e\x49\x5c\x47\xe5\xdf\x1c\x63\x4b\x29\x8c\xf1\xa1\x8c\x9e\xbf\x93\xcb\x01\x7f\x17\x97\x03\xfe\xee\x52\x70\x1c\x8e\x64\x4a\xe1\x4e\xe4\x7b\xaa\x15\x13\x3f\x19\xc6\x80\x7b\xb5\x4a\x85\xbd\x86\x12\xb8\xc0\x05\x60\xb2\x66\xb8\x79\x55\xbf\xe0\xc3\x0e\x51\x3e\x7a\x74\x00\xde\xba\x21\x40\xb6\x47\x02\x7f\x1b\xf2\x03\x0c\x65\xbf\x17\x3d\x5a\x15\x2f\x2d\xfe\x8e\x48\x40\xbe\xb7\x1e\x3f\x0d\xe7\xee\xca\x77\x12\x6c\x15\xe1\x79\x24\x21\xd6\x97\xdf\x9a\x9f\xd5\xcb\x20\x85\xe1\xd3\x0b\x68\x9d\x9a\x02\xa0\x95\xef\x4a\xc0\x80\xd7\x8a\xa0\x25\x98\x06\xa6\x7e\xbd\x08\x7c\xb9\x0e\xb5\xc8\x71\xde\xd0\x5c\x41\xc9\x8c\x9b\x3b\x9b\x2a\x34\xda\x6c\xfb\xc1\x98\x04\x45\x24\x0c\xd0\x79\x7c\x3d\x11\xfb\x03\x2f\x8e\xec\x01\xd2\x16\x14\x50\x59\x4c\x58\x59\xc5\x41\xb1\x8c\x4d\x10\x98\xe2\x5f\xe1\x5f\x47\xcf\x30\x5f\xad\x56\xbc\xfe\x5a\xd5\x8d\xfd\xce\x34\x49\x11\x3e\x7b\x12\xd5\x1f\xf6\x04\xb4\x74\x2a\xfc\x5c\x02\x21\xdb\xba\xb7\x2b\x3c\x90\x10\x04\x24\x9e\x5d\xc2\xbc\xe4\x9a\x37\x8a\x89\x96\x64\xdb\x7c\xa3\xd0\x7a\x6e\xbe\x47\xef\x41\x8d\x47\x19\x3e\xbc\x12\x6d\xcf\xf5\x00\x82\x03\x51\xca\x76\x96\xf7\xd0\x6b\xe6\xdc\xab\xd6\xd6\xb3\x74\xb8\x00\x79\x37\xdc\x42\xcc\x65\xea\xfc\x0e\xfe\x80\x85\xc1\x58\xf3\xec\x21\xcd\x95\x04\xc1\x73\x55\x0e\x14\x98\xd5\x7e\xf9\x9c\xa2\x23\x5c\x52\x77\x81\xf5\x66\x02\xc5\x17\x32\x05\x6a\x18\xdf\xbf\x5c\x90\xcf\x7e\x13\x38\x9f\x17\x9d\xe3\x9f\xab\xe3\x3e\x5c\x1d\xe1\x34\xc8\xc7\xbf\x39\xf1\x9d\xc3\xf9\x8f\xad\xdb\x82\x10\x74\xb6\x09\x20\xe5\x80\x23\x00\x1d\x72\x03\xc0\x3a\xe9\xca\xdd\x9e\x6f\x4d\x20\xd7\xa6\xb5\x84\xb1\x9d\xc2\xc5\xad\x74\x28\x9b\x28\x92\x5d\xde\x99\x45\xe1\x1f\x55\x27\xa3\x3a\xf2\x78\x21\x4a\x02\x9d\x5f\xef\xdd\x40\xe9\x38\x95\x36\xdf\x4e\x03\x32\x60\x67\x3c\xe1\xc0\xea\xd7\xda\x4b\xab\xce\x87\xbf\xfe\x10\x4d\xc1\x3b\x37\xe8\xbd\x30\xb1\x4c\xae\x8a\xb9\x55\x09\xcb\x38\x27\xbe\x3e\xee\xa0\xbe\xec\xe9\x05\x35\xc7\x53\xde\x08\x02\xe4\xd0\x89\x0a\xa9\xcf\x77\x07\xad\x85\xfb\x04\x27\x29\xa3\xe5\xb2\xa3\x26\xd8\xad\x9c\xc6\xa8\x84\x74\x66\xbe\xfb\xfc\x1b\xc7\xf2\xaa\xb4\xba\xa4\x10\xc0\x8a\xb2\xcd\x8a\xbf\x3e\x69\xbe\xf8\xbc\x72\x38\x61\xa6\x6d\x15\xaa\xf4\x46\x60\x98\x64\x3a\xce\x8a\x2e\xd5\x62\x4c\xb6\x32\x56\x13\x55\xbe\x2c\xae\x49\x5d\x99\xba\x35\xb1\x9f\x35\x91\x6b\x92\x62\xc6\x00\x92\x82\xc6\x1d\x74\xe7\xea\xf2\xb2\x31\x71\x72\x4c\x93\x1a\x83\x48\x12\xa4\x66\x05\xa1\x6c\x52\xc6\x6c\x59\xb3\x61\x56\x68\x02\xb1\x0a\x73\x8c\xe7\xd9\x9a\x80\xe1\x78\xa8\xac\x5f\xeb\x06\x55\x3a\x65\x99\x3c\xd9\x7f\x71\xc5\x14\x7b\x65\xd9\x7a\x22\x5b\x3c\xf1\x7c\xc2\x60\x6f\xbb\xcb\xfa\x32\x32\x01\x25\x28\x73\xf3\x1e\x9f\x05\xe5\x36\xac\x34\xaa\x42\x77\x2c\x72\x2c\xa7\x4e\x7d\xc9\x6c\x01\x75\xb2\xc4\x0f\x03\xda\x02\x92\x30\x0e\xf0\x64\x0c\xde\xa4\x65\xf4\x5e\x74\x91\x33\xac\x1f\x55\x12\x45\xa5\x2d\x55\x89\xbd\x59\x42\xab\x80\xf2\x23\x23\xa2\xf7\x61\xa3\x34\x3e\x9b\x46\xe1\x69\x57\xeb\x4c\xd9\x6c\xdd\x28\x23\x77\x64\x2a\x23\x27\x60\x29\x91\x37\x51\x1a\xe4\x97\x51\x8a\xfc\x81\x81\x12\x70\xfe\x98\x93\x81\x6c\xa2\x5a\x6f\x6e\x44\xeb\x77\xd0\x4b\x59\xd5\xf5\x02\xba\x0f\x28\xc7\x24\x99\xe0\xa0\xc4\x55\x6e\xbf\x41\xc7\xfb\xe8\xda\xfd\xf0\xdd\x35\x05\x5c\xa9\xd1\x5e\x54\x44\xd9\x24\x84\xae\x51\x48\xdd\x08\x3b\x6c\x75\x43\xd4\x57\xc5\xf7\xab\x9c\x81\x5c\x58\xd0\xdb\x6f\x39\x3b\x9f\x5e\x40\x54\xb0\x16\x72\x9c\x0b\x59\x03\x77\x6e\xae\x44\xe3\xe2\xcf\xd3\x55\x05\x06\x9c\x84\xe7\x31\xf7\x80\xe7\x2c\xa6\x42\xa0\x8c\xbf\x80\xf5\x15\x94\xab\x07\x8a\x51\xe6\xe5\xcc\xf2\x5c\xe7\x66\x81\xe3\x45\x37\x15\x40\xef\x7c\x11\x74\x63\xc1\x90\xda\xed\xe3\xc7\xbf\x72\xec\x8d\xc6\xc2\x6e\x2a\xca\x28\xa4\x5c\x91\x39\x09\x24\x98\xe3\xc3\x23\xb2\x3b\x14\xae\xec\xed\x36\xf7\x77\xf1\x10\x2d\x59\xb5\x6c\x02\xc8\x28\xa0\x87\x20\x5c\xbd\x6d\x7e\x2b\x91\x49\x02\x17\xa1\x52\x7b\xec\x20\x01\x60\xac\xda\xed\xb7\x9c\xfc\xdd\x2c\x46\x77\x38\x0a\x60\xc1\x1b\x31\x71\x09\x7d\xdf\x28\x74\x45\x2a\xec\x20\xf6\x15\x43\xa2\xd7\xc6\xd5\x55\xe7\x57\x1f\x3a\x50\xfe\x11\x97\x3b\x1f\xfe\xab\xd3\x5d\x17\xde\x51\x6f\xb8\x36\xcc\x9e\x86\xde\xdf\x5d\x8e\x49\xaf\x3a\xc4\x34\x4a\x73\xc8\x09\x6f\xcf\x71\x04\xfa\xa3\xaa\x06\x29\xb5\xf4\x86\x15\xfb\xf5\xed\x54\x34\x98\xbd\x69\x00\x60\x38\xf4\x63\xb1\x75\x3a\xa0\xb8\x9b\xd8\x8c\xcb\xf8\x5e\xab\xaa\xf6\xd5\x86\x62\x3a\x4e\xb1\xc1\x80\x75\x7b\xa0\x38\x08\x4a\x7c\x81\x8e\x1f\xff\xda\x49\xdc\xd2\xb8\x54\xbd\xce\x18\x54\xf8\xdc\x38\x3c\xc1\xce\x31\xcc\x88\x83\xd1\x4d\x8f\x39\xca\x11\x74\xd2\xa8\xc8\xbb\xab\x7a\xb5\xd7\x5e\x8a\x8d\x36\x59\xd3\xe4\x1c\x0b\xfe\x56\x02\x66\xfe\xb7\xc7\xc8\x96\xe8\x58\xd5\x2b\xf6\x1f\xc3\x66\x4d\x54\xe7\x91\x17\x97\x81\xeb\xec\xa5\xd4\x62\x23\x17\x09\x34\x1d\x8e\x4f\xc4\x45\x8a\x5c\x43\xfd\x23\x59\x1b\x77\x21\x24\xf5\x36\x0b\x3a\xa2\x6a\xec\xcd\xab\x07\x81\x1e\x8b\x0c\x27\x8a\x70\x09\x5d\xcc\x4e\x77\x5c\x25\x9a\x99\xec\x34\x16\xe2\x41\x71\x9e\x1f\x95\xf7\x87\x7d\x21\xf7\xdf\x84\x8a\x78\x65\xdf\x4d\x05\x4e\x23\x17\xb1\x17\x0f\x56\x9c\x13\xe6\xe6\x3b\x17\x2e\x27\x87\x9c\x38\xbd\xad\x07\x63\x88\x8f\xc5\x4f\x15\x4f\x63\x67\xe1\x4d\xb8\xfb\xc0\x3e\xc3\x42\x8f\x14\xf2\x23\xc0\x2e\xe6\x85\x0c\xe2\xd7\x0c\x1d\xe9\x68\x61\xf5\x13\xc0\x4e\xf6\xe8\x3a\x97\x2b\x91\xce\x9a\x45\x34\x62\x64\x41\x31\x54\x51\x0d\xbe\xd0\xe0\xac\x9e\x32\xe5\xc0\xad\xc6\x6c\x8b\x51\xb9\x33\x81\xfb\xc5\x4c\x4b\xb2\xb2\xaa\xad\xc2\x82\xc8\x46\xc7\x66\x16\xf6\x66\xff\xad\xe6\xd6\xa0\x59\xb7\x3c\x88\xb7\x9f\x22\xd8\xf0\x64\xf5\x1a\xb1\x1b\x3c\x49\x4f\xe1\xa9\x91\x30\x04\xed\xd7\xe3\xc0\x2d\xe8\xfd\xfc\x59\x52\xcf\xdc\x97\xf8\xa5\x95\x9d\xb1\x06\x24\x10\x1a\x01\xd3\xb2\xda\xab\x29\x20\x6a\xf7\xe0\x0e\xf8\xb2\x67\xce\x57\xbf\xff\xfa\xcf\x8e\x90\x32\x36\x34\x33\x4d\x2c\xf8\x04\x12\xc2\xba\xe2\x02\x42\x18\x82\xc7\x94\x86\x27\x04\x8a\x90\x41\xdc\x10\x1b\x61\xe8\xdb\x55\x2e\x32\xde\x25\xde\x86\xa1\x18\xef\x8a\x84\x55\x00\x35\x4c\x6e\x80\x72\x39\x66\x25\x15\xc4\xbc\x8a\x5a\xdf\x55\x93\x92\x39\x76\xd5\x0e\x28\x5d\x1d\x83\x19\x37\x13\x49\x54\x6a\x01\x3d\x39\xb1\x41\x52\xa1\x2a\xd2\x82\x9e\x48\xd9\x02\xd3\x94\xc4\xde\x08\x06\x4b\xdd\x07\x05\xc2\x3a\x19\x69\x89\x15\x2f\x76\x1b\x0c\x90\x2f\xc2\x1d\x81\x45\x13\x88\x31\x54\x7d\x1b\x8f\x23\x03\x91\x6a\xf3\x74\xbe\x24\x50\xe1\xa5\x75\xe3\x2a\xe8\x8e\xca\xaa\x91\xfa\x5d\x8c\xdb\xba\x79\xad\xf5\xe4\x41\x73\xe7\xb9\x81\xde\xd8\x10\x52\x3d\xee\xfc\x33\xf9\xc0\x0b\xd0\x48\xc5\x3f\xed\x15\x29\x73\x27\x83\x71\x88\x22\xce\xc4\x4b\x90\x0a\x42\xa3\x4b\x05\x90\x98\x26\x5c\x34\x4f\xb8\x97\x2f\xe8\x6f\xc7\x3e\x60\x82\x2b\xf0\x3e\x33\xac\xac\x27\x13\xef\x0e\xd7\x51\xc0\x83\x05\xbd\x18\x29\x3a\x15\x6b\x5d\xd4\x4c\x4a\xde\x00\x6b\x6b\xf5\x54\x30\x92\xe1\xa5\x03\x1b\x7a\xa8\x5a\x1d\x09\x24\x0c\x0c\xbf\x40\x5f\x9d\x38\xf1\xdd\xf1\xc4\x2c\xe2\xb6\x64\x2a\x56\x53\x7a\x65\x3c\x52\xc3\xa9\x85\x09\x57\x16\x5b\x93\x13\xf6\xaa\x28\x10\x79\x72\x04\xc6\xbe\xca\xea\x0e\x0f\x56\xd8\x79\x47\xdd\xe3\x3f\xca\x6f\x87\xdd\x77\x12\xeb\x38\xe0\x16\xd1\x82\x0a\x33\xdf\x71\x2d\x89\x08\xfd\x07\xf5\xdd\xf9\x9c\xbe\x07\x7a\xb8\x28\x97\x96\xa1\xa2\x0c\xfa\x0b\xfa\xb3\xc6\x8f\x8f\x09\xa3\xc6\x43\x8e\xf9\x43\xde\xe0\x10\x85\x89\xce\x7e\xc9\x9f\x9d\x2f\xd1\xf5\xfc\xf8\x68\xb9\x9a\xff\xd1\xf9\x4a\x95\x9a\xf5\x51\xae\x4f\x75\x91\x78\x0f\xb2\xdf\x00\x1c\xd5\xf9\x9a\x4c\x0d\x7e\x85\x29\xed\xf3\x98\x75\x7c\xb0\xc4\x79\x5a\xff\xb5\x67\x65\x8c\xd2\x51\x81\x77\x03\x65\xa2\xba\x99\x2f\xf4\xb7\x44\x5b\x58\x23\xbd\x2d\xf6\x7b\xd7\x2d\xfc\x81\xb2\x5b\xff\xaa\xea\x63\xf6\x7a\x7c\x87\xcb\x56\x35\x38\x7b\xf9\xca\x60\x90\xfd\xe3\x17\xce\xe7\x95\xc1\x1a\x25\x85\xb4\x9a\xf5\x06\x2b\xca\x90\x00\x5f\x83\x6f\xe8\x37\x1e\xb8\x13\xfc\xc5\x06\xa6\x40\xef\x31\x2c\xc5\x77\x17\xc3\x94\x14\xf8\x42\x09\x13\xbc\x2a\xf0\x2f\xf0\x97\xf3\x67\x65\x2b\x97\x56\x81\x82\xf5\x28\x78\x8a\xd3\x73\x24\xb8\xe8\x00\x11\x18\xe6\xd7\x0d\x6a\xb2\x26\xea\xc2\x93\xf3\xb9\x7d\xae\xb1\x98\xc8\x3d\x2e\x14\x82\x4f\x99\xcd\xf6\x15\x2a\x40\xc8\x7c\x01\xff\x73\xd8\xb2\x50\x17\x10\x7a\xe0\x6f\x82\x1d\x54\x49\x00\x28\xad\x58\x2b\xe9\xd2\xad\xc9\xe8\xe2\xe5\xb8\x9e\x24\xfc\x44\x45\xa7\x69\xe6\xa2\xca\xcd\x54\xa1\xbd\x60\xdc\x1f\xdd\x42\x2d\x36\x00\x31\xf5\x9e\x71\x33\x3e\x5b\x17\x51\x61\x73\x67\xb3\x53\x7f\xde\x5a\x9f\xd6\xe5\xe2\x38\x8e\xdf\x54\xa2\x1c\x35\x7c\xe4\x87\x28\xdb\xcf\xc3\xe9\x23\xfa\x25\x66\xca\x1c\x9c\x32\x42\x56\xa6\xbc\x92\x9a\x02\x79\x9f\x34\xbb\x64\x05\x4d\x01\x23\x8a\x6e\x15\xdf\x3f\x09\x19\x20\x91\x23\x08\xba\xfd\xe8\x45\x74\x6e\x5c\x43\x23\xe9\x85\x86\xc4\x42\x14\xe8\x2e\x29\xd1\x2f\xea\xda\xb3\x9c\x16\x1c\x1d\x56\xcf\xad\xeb\x72\x98\x6d\x0c\x21\xb9\xb8\xc5\x82\x09\xa1\x35\x9c\x57\x66\xb6\x93\xa1\xc9\x53\x9c\xd8\xce\x04\x98\x08\x54\x18\x0a\x9f\x53\x8e\x4c\xc2\x09\xc9\x6f\x8f\x27\xe1\xa8\x53\xd3\xc4\x92\xc5\x56\x0a\x8a\x39\x1d\xfa\x26\x6c\x8e\x59\x92\xfb\x44\xd8\x74\x73\x32\x3a\xbb\x91\xfa\xe6\x8f\x24\x97\x44\x8d\x51\x69\x80\x8c\x1d\xe8\x12\x9c\x7c\xcf\xcb\x7a\x52\xb9\x21\x93\x8e\x4c\x02\x22\xec\x5e\x88\x43\x1c\x5b\x31\x8d\x38\x45\x6c\xa6\xe2\x96\x75\x8c\x74\xb1\xf4\xa2\x98\xf5\x3c\x68\x9d\x4c\xee\x93\x38\xaf\x1d\x86\x08\xec\x99\x71\x37\xa3\x53\x97\xa2\xf5\x3e\x7b\x27\xec\x5e\x70\x12\xf9\xf9\x82\x4a\xe1\xe3\xae\x5c\xbd\x3a\xb7\x9f\x64\x0e\x04\x62\xc9\xae\x86\xc0\xff\x5d\x75\xc3\x33\xe5\xc4\xaf\x3f\xc4\x73\x25\xc5\x8f\x39\xd1\x8f\x59\x25\xf4\x31\x4f\xf9\x5f\x74\x7a\xd4\x1f\x32\x66\xa6\xda\x1f\x74\x02\xae\x5f\xd2\x82\x95\xa6\x96\x9a\x30\xd3\xdd\xfd\x92\xa1\xf0\x6c\x12\xd9\x0f\xf5\xa4\x8c\x08\x69\x56\x7b\x92\xe6\xb0\xc7\xcc\xba\x72\x29\xca\x04\x7f\x69\x6b\x32\xcb\xee\xe6\x7a\xe4\xf6\x7b\xbf\x21\x5a\x99\x7b\x7f\x60\x8b\xf8\x5f\xb8\x81\x29\x59\xe4\x7e\x90\x8c\x6f\xff\xc4\xa2\xe9\x30\xcc\x7c\x7b\xb6\x27\x8c\x7b\xc3\x97\x40\xdf\x00\x1d\x69\x3e\xf5\x46\x51\x10\xb8\x6a\x7e\x30\x3e\xfe\x6c\x22\x6f\x8d\x82\x6e\x80\x95\xae\x37\xfd\xbc\x1b\xd7\x4a\x25\xf8\xa4\xdc\x8c\x12\xc7\x56\x85\xff\xa1\x88\x98\x2a\x8e\x26\xa6\xe0\xdc\x9e\x05\xb4\x50\xf5\xfd\xd2\xc9\x4c\x7e\xd0\xcf\x62\xcc\x99\xc9\xd9\xcc\x40\xc5\x1f\x26\x4f\x50\x8e\x41\x93\x21\xa7\xd0\xb9\xc3\x70\x65\x3d\xf3\x49\x90\xfd\xc4\x69\x3d\xbc\xfc\x41\x90\xf9\x64\x18\xfe\x44\x1d\xc3\xfc\x75\xfc\x35\x84\xbf\xb6\xe7\xe0\x99\xc0\x5f\x45\xfc\x75\xef\x11\xfe\x79\x06\xff\xbc\xb4\x4e\x35\x00\xd5\x7e\xe2\x44\x2b\x0d\xfc\x31\x8a\xdf\xdf\xbe\x84\x3f\x03\x17\x5e\xe9\x22\xe5\x78\xe5\xa6\x39\x2f\x0c\x27\x7d\x55\x1d\x0c\xf9\xb5\x0a\x7f\x51\x9d\x14\xf3\xa3\xfc\x81\xfa\x39\xe3\xba\xa7\xf8\x27\xf5\x05\x5d\x55\x87\x38\x37\x36\x75\x37\xea\xe6\xa5\x3a\x75\x59\xc9\x9f\xc9\xa9\x6e\xa1\x4f\xfa\xad\x7a\xe5\x2e\x61\x61\x8a\x15\x7f\x04\xd3\x48\x9c\xcc\xa8\x34\x54\x2a\xff\x54\x34\xbd\x18\x2d\xbf\x90\x90\x44\x8d\x6d\x71\x89\x6e\x2c\x86\x8b\x5b\x94\x3e\x76\x2a\x3c\xfb\x22\xa3\x72\xc8\x79\xe5\x91\x9a\x0a\x5d\x79\x76\x9d\x53\x29\x30\x08\xc6\xd7\xe2\x7c\xf4\x2a\xd9\x6b\x86\xc4\xab\x18\x00\xa9\x1f\x29\x19\xee\x80\xc4\x6a\x3f\xed\x37\xfe\xe3\x3f\x88\x30\xf4\xfe\xee\xfe\xe7\x7f\x3a\xdf\xfc\xee\xa7\xfd\x49\x60\xe9\x3b\x63\x17\xf1\xec\xb0\xf5\x0a\x69\x56\x0c\x78\xa0\x28\xff\x90\xa8\x92\x11\x07\x2b\x32\xb7\x10\xc7\x62\xee\x3a\xf3\xff\x06\x00\x00\xff\xff\x29\x2b\x8c\x05\x7e\xd0\x00\x00") + +func confLocaleLocale_zhTwIniBytes() ([]byte, error) { + return bindataRead( + _confLocaleLocale_zhTwIni, + "conf/locale/locale_zh-TW.ini", + ) +} + +func confLocaleLocale_zhTwIni() (*asset, error) { + bytes, err := confLocaleLocale_zhTwIniBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/locale/locale_zh-TW.ini", size: 53374, mode: os.FileMode(438), modTime: time.Unix(1479609057, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4821,6 +4947,7 @@ var _bindata = map[string]func() (*asset, error){ "conf/gitignore/Yii": confGitignoreYii, "conf/gitignore/ZendFramework": confGitignoreZendframework, "conf/gitignore/Zephir": confGitignoreZephir, + "conf/label/Default": confLabelDefault, "conf/license/Abstyles License": confLicenseAbstylesLicense, "conf/license/Academic Free License v1.1": confLicenseAcademicFreeLicenseV11, "conf/license/Academic Free License v1.2": confLicenseAcademicFreeLicenseV12, @@ -4856,6 +4983,7 @@ var _bindata = map[string]func() (*asset, error){ "conf/license/Mozilla Public License 1.1": confLicenseMozillaPublicLicense11, "conf/license/Mozilla Public License 2.0": confLicenseMozillaPublicLicense20, "conf/locale/locale_bg-BG.ini": confLocaleLocale_bgBgIni, + "conf/locale/locale_cs-CZ.ini": confLocaleLocale_csCzIni, "conf/locale/locale_de-DE.ini": confLocaleLocale_deDeIni, "conf/locale/locale_en-US.ini": confLocaleLocale_enUsIni, "conf/locale/locale_es-ES.ini": confLocaleLocale_esEsIni, @@ -4868,8 +4996,12 @@ var _bindata = map[string]func() (*asset, error){ "conf/locale/locale_pl-PL.ini": confLocaleLocale_plPlIni, "conf/locale/locale_pt-BR.ini": confLocaleLocale_ptBrIni, "conf/locale/locale_ru-RU.ini": confLocaleLocale_ruRuIni, + "conf/locale/locale_sr-SP.ini": confLocaleLocale_srSpIni, + "conf/locale/locale_sv-SE.ini": confLocaleLocale_svSeIni, + "conf/locale/locale_tr-TR.ini": confLocaleLocale_trTrIni, "conf/locale/locale_zh-CN.ini": confLocaleLocale_zhCnIni, "conf/locale/locale_zh-HK.ini": confLocaleLocale_zhHkIni, + "conf/locale/locale_zh-TW.ini": confLocaleLocale_zhTwIni, "conf/readme/Default": confReadmeDefault, } @@ -5248,6 +5380,10 @@ var _bintree = &bintree{nil, map[string]*bintree{ "Zephir": &bintree{confGitignoreZephir, map[string]*bintree{ }}, }}, + "label": &bintree{nil, map[string]*bintree{ + "Default": &bintree{confLabelDefault, map[string]*bintree{ + }}, + }}, "license": &bintree{nil, map[string]*bintree{ "Abstyles License": &bintree{confLicenseAbstylesLicense, map[string]*bintree{ }}, @@ -5321,6 +5457,8 @@ var _bintree = &bintree{nil, map[string]*bintree{ "locale": &bintree{nil, map[string]*bintree{ "locale_bg-BG.ini": &bintree{confLocaleLocale_bgBgIni, map[string]*bintree{ }}, + "locale_cs-CZ.ini": &bintree{confLocaleLocale_csCzIni, map[string]*bintree{ + }}, "locale_de-DE.ini": &bintree{confLocaleLocale_deDeIni, map[string]*bintree{ }}, "locale_en-US.ini": &bintree{confLocaleLocale_enUsIni, map[string]*bintree{ @@ -5345,10 +5483,18 @@ var _bintree = &bintree{nil, map[string]*bintree{ }}, "locale_ru-RU.ini": &bintree{confLocaleLocale_ruRuIni, map[string]*bintree{ }}, + "locale_sr-SP.ini": &bintree{confLocaleLocale_srSpIni, map[string]*bintree{ + }}, + "locale_sv-SE.ini": &bintree{confLocaleLocale_svSeIni, map[string]*bintree{ + }}, + "locale_tr-TR.ini": &bintree{confLocaleLocale_trTrIni, map[string]*bintree{ + }}, "locale_zh-CN.ini": &bintree{confLocaleLocale_zhCnIni, map[string]*bintree{ }}, "locale_zh-HK.ini": &bintree{confLocaleLocale_zhHkIni, map[string]*bintree{ }}, + "locale_zh-TW.ini": &bintree{confLocaleLocale_zhTwIni, map[string]*bintree{ + }}, }}, "readme": &bintree{nil, map[string]*bintree{ "Default": &bintree{confReadmeDefault, map[string]*bintree{ diff --git a/modules/context/api.go b/modules/context/api.go index 8d036be9c..770daa3ad 100644 --- a/modules/context/api.go +++ b/modules/context/api.go @@ -18,6 +18,7 @@ import ( type APIContext struct { *Context + Org *APIOrganization } // Error responses error message to client with given message. @@ -40,6 +41,7 @@ func (ctx *APIContext) Error(status int, title string, obj interface{}) { }) } +// SetLinkHeader sets pagination link header by given totol number and page size. func (ctx *APIContext) SetLinkHeader(total, pageSize int) { page := paginater.New(total, pageSize, ctx.QueryInt("page"), 0) links := make([]string, 0, 4) diff --git a/modules/context/api_org.go b/modules/context/api_org.go new file mode 100644 index 000000000..ecf60a190 --- /dev/null +++ b/modules/context/api_org.go @@ -0,0 +1,14 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package context + +import ( + "github.com/gogits/gogs/models" +) + +type APIOrganization struct { + Organization *models.User + Team *models.Team +} diff --git a/modules/context/auth.go b/modules/context/auth.go index 422869db2..746771791 100644 --- a/modules/context/auth.go +++ b/modules/context/auth.go @@ -29,9 +29,16 @@ func Toggle(options *ToggleOptions) macaron.Handler { return } - // Checking non-logged users landing page. - if !ctx.IsSigned && ctx.Req.RequestURI == "/" && setting.LandingPageUrl != setting.LANDING_PAGE_HOME { - ctx.Redirect(setting.AppSubUrl + string(setting.LandingPageUrl)) + // Check prohibit login users. + if ctx.IsSigned && ctx.User.ProhibitLogin { + ctx.Data["Title"] = ctx.Tr("auth.prohibit_login") + ctx.HTML(200, "user/auth/prohibit_login") + return + } + + // Check non-logged users landing page. + if !ctx.IsSigned && ctx.Req.RequestURI == "/" && setting.LandingPageURL != setting.LANDING_PAGE_HOME { + ctx.Redirect(setting.AppSubUrl + string(setting.LandingPageURL)) return } diff --git a/modules/context/context.go b/modules/context/context.go index 348de3257..ac46bb38f 100644 --- a/modules/context/context.go +++ b/modules/context/context.go @@ -105,6 +105,18 @@ func (ctx *Context) Handle(status int, title string, err error) { ctx.HTML(status, base.TplName(fmt.Sprintf("status/%d", status))) } +// NotFoundOrServerError use error check function to determine if the error +// is about not found. It responses with 404 status code for not found error, +// or error context description for logging purpose of 500 server error. +func (ctx *Context) NotFoundOrServerError(title string, errck func(error) bool, err error) { + if errck(err) { + ctx.Handle(404, title, err) + return + } + + ctx.Handle(500, title, err) +} + func (ctx *Context) HandleText(status int, title string) { if (status/100 == 4) || (status/100 == 5) { log.Error(4, "%s", title) @@ -156,7 +168,7 @@ func Contexter() macaron.Handler { ctx.IsSigned = true ctx.Data["IsSigned"] = ctx.IsSigned ctx.Data["SignedUser"] = ctx.User - ctx.Data["SignedUserID"] = ctx.User.Id + ctx.Data["SignedUserID"] = ctx.User.ID ctx.Data["SignedUserName"] = ctx.User.Name ctx.Data["IsAdmin"] = ctx.User.IsAdmin } else { diff --git a/modules/context/org.go b/modules/context/org.go index 4cacdf4a1..24ef5ef6a 100644 --- a/modules/context/org.go +++ b/modules/context/org.go @@ -72,13 +72,13 @@ func HandleOrgAssignment(ctx *Context, args ...bool) { ctx.Org.IsTeamMember = true ctx.Org.IsTeamAdmin = true } else if ctx.IsSigned { - ctx.Org.IsOwner = org.IsOwnedBy(ctx.User.Id) + ctx.Org.IsOwner = org.IsOwnedBy(ctx.User.ID) if ctx.Org.IsOwner { ctx.Org.IsMember = true ctx.Org.IsTeamMember = true ctx.Org.IsTeamAdmin = true } else { - if org.IsOrgMember(ctx.User.Id) { + if org.IsOrgMember(ctx.User.ID) { ctx.Org.IsMember = true } } @@ -105,7 +105,8 @@ func HandleOrgAssignment(ctx *Context, args ...bool) { return } } else { - if err := org.GetUserTeams(ctx.User.Id); err != nil { + org.Teams, err = org.GetUserTeams(ctx.User.ID) + if err != nil { ctx.Handle(500, "GetUserTeams", err) return } diff --git a/modules/context/repo.go b/modules/context/repo.go index a330da5c3..f078523e7 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -6,9 +6,12 @@ package context import ( "fmt" + "io/ioutil" "path" "strings" + "github.com/Unknwon/com" + "gopkg.in/editorconfig/editorconfig-core-go.v1" "gopkg.in/macaron.v1" "github.com/gogits/git-module" @@ -38,7 +41,7 @@ type Repository struct { GitRepo *git.Repository BranchName string TagName string - TreeName string + TreePath string CommitID string RepoLink string CloneLink models.CloneLink @@ -68,6 +71,33 @@ func (r *Repository) HasAccess() bool { return r.AccessMode >= models.ACCESS_MODE_READ } +// CanEnableEditor returns true if repository is editable and user has proper access level. +func (r *Repository) CanEnableEditor() bool { + return r.Repository.CanEnableEditor() && r.IsViewBranch && r.IsWriter() +} + +// GetEditorconfig returns the .editorconfig definition if found in the +// HEAD of the default repo branch. +func (r *Repository) GetEditorconfig() (*editorconfig.Editorconfig, error) { + commit, err := r.GitRepo.GetBranchCommit(r.Repository.DefaultBranch) + if err != nil { + return nil, err + } + treeEntry, err := commit.GetTreeEntryByPath(".editorconfig") + if err != nil { + return nil, err + } + reader, err := treeEntry.Blob().Data() + if err != nil { + return nil, err + } + data, err := ioutil.ReadAll(reader) + if err != nil { + return nil, err + } + return editorconfig.ParseBytes(data) +} + func RetrieveBaseRepo(ctx *Context, repo *models.Repository) { // Non-fork repository will not return error in this method. if err := repo.GetBaseRepo(); err != nil { @@ -84,6 +114,24 @@ func RetrieveBaseRepo(ctx *Context, repo *models.Repository) { } } +// composeGoGetImport returns go-get-import meta content. +func composeGoGetImport(owner, repo string) string { + return path.Join(setting.Domain, setting.AppSubUrl, owner, repo) +} + +// earlyResponseForGoGetMeta responses appropriate go-get meta with status 200 +// if user does not have actual access to the requested repository, +// or the owner or repository does not exist at all. +// This is particular a workaround for "go get" command which does not respect +// .netrc file. +func earlyResponseForGoGetMeta(ctx *Context) { + ctx.PlainText(200, []byte(com.Expand(``, + map[string]string{ + "GoGetImport": composeGoGetImport(ctx.Params(":username"), ctx.Params(":reponame")), + "CloneLink": models.ComposeHTTPSCloneURL(ctx.Params(":username"), ctx.Params(":reponame")), + }))) +} + func RepoAssignment(args ...bool) macaron.Handler { return func(ctx *Context) { var ( @@ -112,6 +160,10 @@ func RepoAssignment(args ...bool) macaron.Handler { owner, err = models.GetUserByName(userName) if err != nil { if models.IsErrUserNotExist(err) { + if ctx.Query("go-get") == "1" { + earlyResponseForGoGetMeta(ctx) + return + } ctx.Handle(404, "GetUserByName", err) } else { ctx.Handle(500, "GetUserByName", err) @@ -120,11 +172,16 @@ func RepoAssignment(args ...bool) macaron.Handler { } } ctx.Repo.Owner = owner + ctx.Data["Username"] = ctx.Repo.Owner.Name // Get repository. - repo, err := models.GetRepositoryByName(owner.Id, repoName) + repo, err := models.GetRepositoryByName(owner.ID, repoName) if err != nil { if models.IsErrRepoNotExist(err) { + if ctx.Query("go-get") == "1" { + earlyResponseForGoGetMeta(ctx) + return + } ctx.Handle(404, "GetRepositoryByName", err) } else { ctx.Handle(500, "GetRepositoryByName", err) @@ -149,22 +206,28 @@ func RepoAssignment(args ...bool) macaron.Handler { // Check access. if ctx.Repo.AccessMode == models.ACCESS_MODE_NONE { + if ctx.Query("go-get") == "1" { + earlyResponseForGoGetMeta(ctx) + return + } ctx.Handle(404, "no access right", err) return } ctx.Data["HasAccess"] = true if repo.IsMirror { - ctx.Repo.Mirror, err = models.GetMirror(repo.ID) + ctx.Repo.Mirror, err = models.GetMirrorByRepoID(repo.ID) if err != nil { ctx.Handle(500, "GetMirror", err) return } + ctx.Data["MirrorEnablePrune"] = ctx.Repo.Mirror.EnablePrune ctx.Data["MirrorInterval"] = ctx.Repo.Mirror.Interval ctx.Data["Mirror"] = ctx.Repo.Mirror } ctx.Repo.Repository = repo + ctx.Data["RepoName"] = ctx.Repo.Repository.Name ctx.Data["IsBareRepo"] = ctx.Repo.Repository.IsBare gitRepo, err := git.OpenRepository(models.RepoPath(userName, repoName)) @@ -173,7 +236,7 @@ func RepoAssignment(args ...bool) macaron.Handler { return } ctx.Repo.GitRepo = gitRepo - ctx.Repo.RepoLink = repo.RepoLink() + ctx.Repo.RepoLink = repo.Link() ctx.Data["RepoLink"] = ctx.Repo.RepoLink ctx.Data["RepoRelPath"] = ctx.Repo.Owner.Name + "/" + ctx.Repo.Repository.Name @@ -197,8 +260,8 @@ func RepoAssignment(args ...bool) macaron.Handler { ctx.Data["WikiCloneLink"] = repo.WikiCloneLink() if ctx.IsSigned { - ctx.Data["IsWatchingRepo"] = models.IsWatching(ctx.User.Id, repo.ID) - ctx.Data["IsStaringRepo"] = models.IsStaring(ctx.User.Id, repo.ID) + ctx.Data["IsWatchingRepo"] = models.IsWatching(ctx.User.ID, repo.ID) + ctx.Data["IsStaringRepo"] = models.IsStaring(ctx.User.ID, repo.ID) } // repo is bare and display enable @@ -243,8 +306,8 @@ func RepoAssignment(args ...bool) macaron.Handler { } } - // People who have push access and propose a new pull request. - if ctx.Repo.IsWriter() { + // People who have push access or have fored repository can propose a new pull request. + if ctx.Repo.IsWriter() || (ctx.IsSigned && ctx.User.HasForkedRepo(ctx.Repo.Repository.ID)) { // Pull request is allowed if this is a fork repository // and base repository accepts pull requests. if repo.BaseRepo != nil { @@ -268,7 +331,7 @@ func RepoAssignment(args ...bool) macaron.Handler { ctx.Data["PullRequestCtx"] = ctx.Repo.PullRequest if ctx.Query("go-get") == "1" { - ctx.Data["GoGetImport"] = path.Join(setting.Domain, setting.AppSubUrl, owner.Name, repo.Name) + ctx.Data["GoGetImport"] = composeGoGetImport(owner.Name, repo.Name) prefix := setting.AppUrl + path.Join(owner.Name, repo.Name, "src", ctx.Repo.BranchName) ctx.Data["GoDocDirectory"] = prefix + "{/dir}" ctx.Data["GoDocFile"] = prefix + "{/dir}/{file}#L{line}" @@ -292,12 +355,11 @@ func RepoRef() macaron.Handler { // For API calls. if ctx.Repo.GitRepo == nil { repoPath := models.RepoPath(ctx.Repo.Owner.Name, ctx.Repo.Repository.Name) - gitRepo, err := git.OpenRepository(repoPath) + ctx.Repo.GitRepo, err = git.OpenRepository(repoPath) if err != nil { ctx.Handle(500, "RepoRef Invalid repo "+repoPath, err) return } - ctx.Repo.GitRepo = gitRepo } // Get default branch. @@ -328,7 +390,7 @@ func RepoRef() macaron.Handler { if ctx.Repo.GitRepo.IsBranchExist(refName) || ctx.Repo.GitRepo.IsTagExist(refName) { if i < len(parts)-1 { - ctx.Repo.TreeName = strings.Join(parts[i+1:], "/") + ctx.Repo.TreePath = strings.Join(parts[i+1:], "/") } hasMatched = true break @@ -336,7 +398,7 @@ func RepoRef() macaron.Handler { } if !hasMatched && len(parts[0]) == 40 { refName = parts[0] - ctx.Repo.TreeName = strings.Join(parts[1:], "/") + ctx.Repo.TreePath = strings.Join(parts[1:], "/") } if ctx.Repo.GitRepo.IsBranchExist(refName) { @@ -375,6 +437,7 @@ func RepoRef() macaron.Handler { ctx.Repo.BranchName = refName ctx.Data["BranchName"] = ctx.Repo.BranchName ctx.Data["CommitID"] = ctx.Repo.CommitID + ctx.Data["TreePath"] = ctx.Repo.TreePath ctx.Data["IsViewBranch"] = ctx.Repo.IsViewBranch ctx.Data["IsViewTag"] = ctx.Repo.IsViewTag ctx.Data["IsViewCommit"] = ctx.Repo.IsViewCommit diff --git a/modules/log/log.go b/modules/log/log.go index 5e4bf6c12..41be41405 100644 --- a/modules/log/log.go +++ b/modules/log/log.go @@ -23,10 +23,10 @@ func NewLogger(bufLen int64, mode, config string) { logger := newLogger(bufLen) isExist := false - for _, l := range loggers { + for i, l := range loggers { if l.adapter == mode { isExist = true - l = logger + loggers[i] = logger } } if !isExist { diff --git a/modules/mailer/mail.go b/modules/mailer/mail.go deleted file mode 100644 index 440ffdc01..000000000 --- a/modules/mailer/mail.go +++ /dev/null @@ -1,190 +0,0 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package mailer - -import ( - "fmt" - "path" - "strings" - - "gopkg.in/gomail.v2" - "gopkg.in/macaron.v1" - - "github.com/gogits/gogs/models" - "github.com/gogits/gogs/modules/base" - "github.com/gogits/gogs/modules/log" - "github.com/gogits/gogs/modules/markdown" - "github.com/gogits/gogs/modules/setting" -) - -const ( - AUTH_ACTIVATE base.TplName = "mail/auth/activate" - AUTH_ACTIVATE_EMAIL base.TplName = "mail/auth/activate_email" - AUTH_REGISTER_NOTIFY base.TplName = "mail/auth/register_notify" - AUTH_RESET_PASSWORD base.TplName = "mail/auth/reset_passwd" - - NOTIFY_COLLABORATOR base.TplName = "mail/notify/collaborator" - NOTIFY_MENTION base.TplName = "mail/notify/mention" -) - -func ComposeTplData(u *models.User) map[interface{}]interface{} { - data := make(map[interface{}]interface{}, 10) - data["AppName"] = setting.AppName - data["AppVer"] = setting.AppVer - data["AppUrl"] = setting.AppUrl - data["ActiveCodeLives"] = setting.Service.ActiveCodeLives / 60 - data["ResetPwdCodeLives"] = setting.Service.ResetPwdCodeLives / 60 - - if u != nil { - data["User"] = u - } - return data -} - -func SendUserMail(c *macaron.Context, u *models.User, tpl base.TplName, code, subject, info string) { - data := ComposeTplData(u) - data["Code"] = code - body, err := c.HTMLString(string(tpl), data) - if err != nil { - log.Error(4, "HTMLString: %v", err) - return - } - - msg := NewMessage([]string{u.Email}, subject, body) - msg.Info = fmt.Sprintf("UID: %d, %s", u.Id, info) - - SendAsync(msg) -} - -func SendActivateAccountMail(c *macaron.Context, u *models.User) { - SendUserMail(c, u, AUTH_ACTIVATE, u.GenerateActivateCode(), c.Tr("mail.activate_account"), "activate account") -} - -// SendResetPasswordMail sends reset password e-mail. -func SendResetPasswordMail(c *macaron.Context, u *models.User) { - SendUserMail(c, u, AUTH_RESET_PASSWORD, u.GenerateActivateCode(), c.Tr("mail.reset_password"), "reset password") -} - -// SendRegisterNotifyMail triggers a notify e-mail by admin created a account. -func SendRegisterNotifyMail(c *macaron.Context, u *models.User) { - body, err := c.HTMLString(string(AUTH_REGISTER_NOTIFY), ComposeTplData(u)) - if err != nil { - log.Error(4, "HTMLString: %v", err) - return - } - - msg := NewMessage([]string{u.Email}, c.Tr("mail.register_notify"), body) - msg.Info = fmt.Sprintf("UID: %d, registration notify", u.Id) - - SendAsync(msg) -} - -// SendActivateAccountMail sends confirmation e-mail. -func SendActivateEmailMail(c *macaron.Context, u *models.User, email *models.EmailAddress) { - data := ComposeTplData(u) - data["Code"] = u.GenerateEmailActivateCode(email.Email) - data["Email"] = email.Email - body, err := c.HTMLString(string(AUTH_ACTIVATE_EMAIL), data) - if err != nil { - log.Error(4, "HTMLString: %v", err) - return - } - - msg := NewMessage([]string{email.Email}, c.Tr("mail.activate_email"), body) - msg.Info = fmt.Sprintf("UID: %d, activate email", u.Id) - - SendAsync(msg) -} - -// SendIssueNotifyMail sends mail notification of all watchers of repository. -func SendIssueNotifyMail(u, owner *models.User, repo *models.Repository, issue *models.Issue) ([]string, error) { - ws, err := models.GetWatchers(repo.ID) - if err != nil { - return nil, fmt.Errorf("GetWatchers[%d]: %v", repo.ID, err) - } - - tos := make([]string, 0, len(ws)) - for i := range ws { - uid := ws[i].UserID - if u.Id == uid { - continue - } - to, err := models.GetUserByID(uid) - if err != nil { - return nil, fmt.Errorf("GetUserByID: %v", err) - } - if to.IsOrganization() { - continue - } - - tos = append(tos, to.Email) - } - - if len(tos) == 0 { - return tos, nil - } - - subject := fmt.Sprintf("[%s] %s (#%d)", repo.Name, issue.Name, issue.Index) - content := fmt.Sprintf("%s
-
View it on Gogs.", - markdown.RenderSpecialLink([]byte(strings.Replace(issue.Content, "\n", "
", -1)), owner.Name+"/"+repo.Name, repo.ComposeMetas()), - setting.AppUrl, owner.Name, repo.Name, issue.Index) - msg := NewMessage(tos, subject, content) - msg.Info = fmt.Sprintf("Subject: %s, issue notify", subject) - - SendAsync(msg) - return tos, nil -} - -// SendIssueMentionMail sends mail notification for who are mentioned in issue. -func SendIssueMentionMail(r macaron.Render, u, owner *models.User, - repo *models.Repository, issue *models.Issue, tos []string) error { - - if len(tos) == 0 { - return nil - } - - subject := fmt.Sprintf("[%s] %s (#%d)", repo.Name, issue.Name, issue.Index) - - data := ComposeTplData(nil) - data["IssueLink"] = fmt.Sprintf("%s/%s/issues/%d", owner.Name, repo.Name, issue.Index) - data["Subject"] = subject - data["ActUserName"] = u.DisplayName() - data["Content"] = string(markdown.RenderSpecialLink([]byte(issue.Content), owner.Name+"/"+repo.Name, repo.ComposeMetas())) - - body, err := r.HTMLString(string(NOTIFY_MENTION), data) - if err != nil { - return fmt.Errorf("HTMLString: %v", err) - } - - msg := NewMessage(tos, subject, body) - msg.Info = fmt.Sprintf("Subject: %s, issue mention", subject) - - SendAsync(msg) - return nil -} - -// SendCollaboratorMail sends mail notification to new collaborator. -func SendCollaboratorMail(r macaron.Render, u, doer *models.User, repo *models.Repository) error { - subject := fmt.Sprintf("%s added you to %s/%s", doer.Name, repo.Owner.Name, repo.Name) - - data := ComposeTplData(nil) - data["RepoLink"] = path.Join(repo.Owner.Name, repo.Name) - data["Subject"] = subject - - body, err := r.HTMLString(string(NOTIFY_COLLABORATOR), data) - if err != nil { - return fmt.Errorf("HTMLString: %v", err) - } - - msg := NewMessage([]string{u.Email}, subject, body) - msg.Info = fmt.Sprintf("UID: %d, add collaborator", u.Id) - - SendAsync(msg) - return nil -} - -func SendTestMail(email string) error { - return gomail.Send(&Sender{}, NewMessage([]string{email}, "Gogs Test Email!", "Gogs Test Email!").Message) -} diff --git a/modules/mailer/mailer.go b/modules/mailer/mailer.go index e1c453a22..32f25f5b5 100644 --- a/modules/mailer/mailer.go +++ b/modules/mailer/mailer.go @@ -14,6 +14,7 @@ import ( "strings" "time" + "github.com/jaytaylor/html2text" "gopkg.in/gomail.v2" "github.com/gogits/gogs/modules/log" @@ -26,14 +27,25 @@ type Message struct { } // NewMessageFrom creates new mail message object with custom From header. -func NewMessageFrom(to []string, from, subject, body string) *Message { +func NewMessageFrom(to []string, from, subject, htmlBody string) *Message { + log.Trace("NewMessageFrom (htmlBody):\n%s", htmlBody) + msg := gomail.NewMessage() msg.SetHeader("From", from) msg.SetHeader("To", to...) msg.SetHeader("Subject", subject) msg.SetDateHeader("Date", time.Now()) - msg.SetBody("text/plain", body) - msg.AddAlternative("text/html", body) + + body, err := html2text.FromString(htmlBody) + if err != nil { + log.Error(4, "html2text.FromString: %v", err) + msg.SetBody("text/html", htmlBody) + } else { + msg.SetBody("text/plain", body) + if setting.MailService.EnableHTMLAlternative { + msg.AddAlternative("text/html", htmlBody) + } + } return &Message{ Message: msg, @@ -114,8 +126,8 @@ func (s *Sender) Send(from string, to []string, msg io.WriterTo) error { return fmt.Errorf("NewClient: %v", err) } - if !setting.MailService.DisableHelo { - hostname := setting.MailService.HeloHostname + if !opts.DisableHelo { + hostname := opts.HeloHostname if len(hostname) == 0 { hostname, err = os.Hostname() if err != nil { @@ -186,7 +198,7 @@ func processMailQueue() { case msg := <-mailQueue: log.Trace("New e-mail sending request %s: %s", msg.GetHeader("To"), msg.Info) if err := gomail.Send(sender, msg.Message); err != nil { - log.Error(4, "Fail to send e-mails %s: %s - %v", msg.GetHeader("To"), msg.Info, err) + log.Error(3, "Fail to send emails %s: %s - %v", msg.GetHeader("To"), msg.Info, err) } else { log.Trace("E-mails sent %s: %s", msg.GetHeader("To"), msg.Info) } diff --git a/modules/markdown/markdown.go b/modules/markdown/markdown.go index 862f7d253..6724b248a 100644 --- a/modules/markdown/markdown.go +++ b/modules/markdown/markdown.go @@ -22,6 +22,11 @@ import ( "github.com/gogits/gogs/modules/setting" ) +const ( + ISSUE_NAME_STYLE_NUMERIC = "numeric" + ISSUE_NAME_STYLE_ALPHANUMERIC = "alphanumeric" +) + var Sanitizer = bluemonday.UGCPolicy() // BuildSanitizer initializes sanitizer with allowed attributes based on settings. @@ -48,10 +53,11 @@ func isLink(link []byte) bool { // IsMarkdownFile reports whether name looks like a Markdown file // based on its extension. func IsMarkdownFile(name string) bool { - name = strings.ToLower(name) - switch filepath.Ext(name) { - case ".md", ".markdown", ".mdown", ".mkd": - return true + extension := strings.ToLower(filepath.Ext(name)) + for _, ext := range setting.Markdown.FileExtensions { + if strings.ToLower(ext) == extension { + return true + } } return false } @@ -70,7 +76,7 @@ func IsReadmeFile(name string) bool { var ( // MentionPattern matches string that mentions someone, e.g. @Unknwon - MentionPattern = regexp.MustCompile(`(\s|^)@[0-9a-zA-Z_\.]+`) + MentionPattern = regexp.MustCompile(`(\s|^|\W)@[0-9a-zA-Z-_\.]+`) // CommitPattern matches link to certain commit with or without trailing hash, // e.g. https://try.gogs.io/gogs/gogs/commit/d8a994ef243349f321568f9e36d5c3f444b99cae#diff-2 @@ -79,13 +85,27 @@ var ( // IssueFullPattern matches link to an issue with or without trailing hash, // e.g. https://try.gogs.io/gogs/gogs/issues/4#issue-685 IssueFullPattern = regexp.MustCompile(`(\s|^)https?.*issues/[0-9]+(#+[0-9a-zA-Z-]*)?`) - // IssueIndexPattern matches string that references to an issue, e.g. #1287 - IssueIndexPattern = regexp.MustCompile(`( |^|\()#[0-9]+\b`) + // IssueNumericPattern matches string that references to a numeric issue, e.g. #1287 + IssueNumericPattern = regexp.MustCompile(`( |^|\()#[0-9]+\b`) + // IssueAlphanumericPattern matches string that references to an alphanumeric issue, e.g. ABC-1234 + IssueAlphanumericPattern = regexp.MustCompile(`( |^|\()[A-Z]{1,10}-[1-9][0-9]*\b`) // Sha1CurrentPattern matches string that represents a commit SHA, e.g. d8a994ef243349f321568f9e36d5c3f444b99cae + // FIXME: this pattern matches pure numbers as well, right now we do a hack to check in RenderSha1CurrentPattern + // by converting string to a number. Sha1CurrentPattern = regexp.MustCompile(`\b[0-9a-f]{40}\b`) ) +// FindAllMentions matches mention patterns in given content +// and returns a list of found user names without @ prefix. +func FindAllMentions(content string) []string { + mentions := MentionPattern.FindAllString(content, -1) + for i := range mentions { + mentions[i] = mentions[i][strings.Index(mentions[i], "@")+1:] // Strip @ character + } + return mentions +} + // Renderer is a extended version of underlying render object. type Renderer struct { blackfriday.Renderer @@ -113,28 +133,30 @@ func (r *Renderer) AutoLink(out *bytes.Buffer, link []byte, kind int) { // Since this method could only possibly serve one link at a time, // we do not need to find all. - m := CommitPattern.Find(link) - if m != nil { - m = bytes.TrimSpace(m) - i := strings.Index(string(m), "commit/") - j := strings.Index(string(m), "#") - if j == -1 { - j = len(m) + if bytes.HasPrefix(link, []byte(setting.AppUrl)) { + m := CommitPattern.Find(link) + if m != nil { + m = bytes.TrimSpace(m) + i := strings.Index(string(m), "commit/") + j := strings.Index(string(m), "#") + if j == -1 { + j = len(m) + } + out.WriteString(fmt.Sprintf(` %s`, m, base.ShortSha(string(m[i+7:j])))) + return } - out.WriteString(fmt.Sprintf(` %s`, m, base.ShortSha(string(m[i+7:j])))) - return - } - m = IssueFullPattern.Find(link) - if m != nil { - m = bytes.TrimSpace(m) - i := strings.Index(string(m), "issues/") - j := strings.Index(string(m), "#") - if j == -1 { - j = len(m) + m = IssueFullPattern.Find(link) + if m != nil { + m = bytes.TrimSpace(m) + i := strings.Index(string(m), "issues/") + j := strings.Index(string(m), "#") + if j == -1 { + j = len(m) + } + out.WriteString(fmt.Sprintf(`#%s`, m, base.ShortSha(string(m[i+7:j])))) + return } - out.WriteString(fmt.Sprintf(` #%s`, m, base.ShortSha(string(m[i+7:j])))) - return } r.Renderer.AutoLink(out, link, kind) @@ -193,6 +215,9 @@ func (r *Renderer) Image(out *bytes.Buffer, link []byte, title []byte, alt []byt // cutoutVerbosePrefix cutouts URL prefix including sub-path to // return a clean unified string of request URL path. func cutoutVerbosePrefix(prefix string) string { + if len(prefix) == 0 || prefix[0] != '/' { + return prefix + } count := 0 for i := 0; i < len(prefix); i++ { if prefix[i] == '/' { @@ -208,41 +233,49 @@ func cutoutVerbosePrefix(prefix string) string { // RenderIssueIndexPattern renders issue indexes to corresponding links. func RenderIssueIndexPattern(rawBytes []byte, urlPrefix string, metas map[string]string) []byte { urlPrefix = cutoutVerbosePrefix(urlPrefix) - ms := IssueIndexPattern.FindAll(rawBytes, -1) + + pattern := IssueNumericPattern + if metas["style"] == ISSUE_NAME_STYLE_ALPHANUMERIC { + pattern = IssueAlphanumericPattern + } + + ms := pattern.FindAll(rawBytes, -1) for _, m := range ms { - var space string - if m[0] != '#' { - space = string(m[0]) - m = m[1:] + if m[0] == ' ' || m[0] == '(' { + m = m[1:] // ignore leading space or opening parentheses } + var link string if metas == nil { - rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s%s`, - space, urlPrefix, m[1:], m)), 1) + link = fmt.Sprintf(`%s`, urlPrefix, m[1:], m) } else { // Support for external issue tracker - metas["index"] = string(m[1:]) - rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s%s`, - space, com.Expand(metas["format"], metas), m)), 1) + if metas["style"] == ISSUE_NAME_STYLE_ALPHANUMERIC { + metas["index"] = string(m) + } else { + metas["index"] = string(m[1:]) + } + link = fmt.Sprintf(`%s`, com.Expand(metas["format"], metas), m) } + rawBytes = bytes.Replace(rawBytes, m, []byte(link), 1) } return rawBytes } // RenderSha1CurrentPattern renders SHA1 strings to corresponding links that assumes in the same repository. func RenderSha1CurrentPattern(rawBytes []byte, urlPrefix string) []byte { - ms := Sha1CurrentPattern.FindAll(rawBytes, -1) - for _, m := range ms { - rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf( - `%s`, urlPrefix, m, base.ShortSha(string(m)))), -1) - } - return rawBytes + return []byte(Sha1CurrentPattern.ReplaceAllStringFunc(string(rawBytes[:]), func(m string) string { + if com.StrTo(m).MustInt() > 0 { + return m + } + return fmt.Sprintf(`%s`, urlPrefix, m, base.ShortSha(string(m))) + })) } // RenderSpecialLink renders mentions, indexes and SHA1 strings to corresponding links. func RenderSpecialLink(rawBytes []byte, urlPrefix string, metas map[string]string) []byte { ms := MentionPattern.FindAll(rawBytes, -1) for _, m := range ms { - m = bytes.TrimSpace(m) + m = m[bytes.Index(m, []byte("@")):] rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s`, setting.AppSubUrl, m[1:], m)), -1) } diff --git a/modules/markdown/markdown_test.go b/modules/markdown/markdown_test.go new file mode 100644 index 000000000..d4071ba35 --- /dev/null +++ b/modules/markdown/markdown_test.go @@ -0,0 +1,308 @@ +package markdown_test + +import ( + . "github.com/gogits/gogs/modules/markdown" + . "github.com/smartystreets/goconvey/convey" + "testing" + + "bytes" + "github.com/gogits/gogs/modules/setting" + "github.com/russross/blackfriday" +) + +func TestMarkdown(t *testing.T) { + Convey("Rendering an issue mention", t, func() { + var ( + urlPrefix = "/prefix" + metas map[string]string = nil + ) + setting.AppSubUrlDepth = 0 + + Convey("To the internal issue tracker", func() { + Convey("It should not render anything when there are no mentions", func() { + testCases := []string{ + "", + "this is a test", + "test 123 123 1234", + "#", + "# # #", + "# 123", + "#abcd", + "##1234", + "test#1234", + "#1234test", + " test #1234test", + } + + for i := 0; i < len(testCases); i++ { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i]) + } + }) + Convey("It should render freestanding mentions", func() { + testCases := []string{ + "#1234 test", "#1234 test", + "test #1234 issue", "test #1234 issue", + "test issue #1234", "test issue #1234", + "#5 test", "#5 test", + "test #5 issue", "test #5 issue", + "test issue #5", "test issue #5", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + Convey("It should not render issue mention without leading space", func() { + input := []byte("test#54321 issue") + expected := "test#54321 issue" + So(string(RenderIssueIndexPattern(input, urlPrefix, metas)), ShouldEqual, expected) + }) + Convey("It should not render issue mention without trailing space", func() { + input := []byte("test #54321issue") + expected := "test #54321issue" + So(string(RenderIssueIndexPattern(input, urlPrefix, metas)), ShouldEqual, expected) + }) + Convey("It should render issue mention in parentheses", func() { + testCases := []string{ + "(#54321 issue)", "(#54321 issue)", + "test (#54321) issue", "test (#54321) issue", + "test (#54321 extra) issue", "test (#54321 extra) issue", + "test (#54321 issue)", "test (#54321 issue)", + "test (#54321)", "test (#54321)", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + Convey("It should render multiple issue mentions in the same line", func() { + testCases := []string{ + "#54321 #1243", "#54321 #1243", + "test #54321 #1243", "test #54321 #1243", + "(#54321 #1243)", "(#54321 #1243)", + "(#54321)(#1243)", "(#54321)(#1243)", + "text #54321 test #1243 issue", "text #54321 test #1243 issue", + "#1 (#4321) test", "#1 (#4321) test", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + }) + Convey("To an external issue tracker with numeric style", func() { + metas = make(map[string]string) + metas["format"] = "https://someurl.com/{user}/{repo}/{index}" + metas["user"] = "someuser" + metas["repo"] = "somerepo" + metas["style"] = ISSUE_NAME_STYLE_NUMERIC + + Convey("should not render anything when there are no mentions", func() { + testCases := []string{ + "this is a test", + "test 123 123 1234", + "#", + "# # #", + "# 123", + "#abcd", + } + + for i := 0; i < len(testCases); i++ { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i]) + } + }) + Convey("It should render freestanding issue mentions", func() { + testCases := []string{ + "#1234 test", "#1234 test", + "test #1234 issue", "test #1234 issue", + "test issue #1234", "test issue #1234", + "#5 test", "#5 test", + "test #5 issue", "test #5 issue", + "test issue #5", "test issue #5", + } + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + Convey("It should not render issue mention without leading space", func() { + input := []byte("test#54321 issue") + expected := "test#54321 issue" + So(string(RenderIssueIndexPattern(input, urlPrefix, metas)), ShouldEqual, expected) + }) + Convey("It should not render issue mention without trailing space", func() { + input := []byte("test #54321issue") + expected := "test #54321issue" + So(string(RenderIssueIndexPattern(input, urlPrefix, metas)), ShouldEqual, expected) + }) + Convey("It should render issue mention in parentheses", func() { + testCases := []string{ + "(#54321 issue)", "(#54321 issue)", + "test (#54321) issue", "test (#54321) issue", + "test (#54321 extra) issue", "test (#54321 extra) issue", + "test (#54321 issue)", "test (#54321 issue)", + "test (#54321)", "test (#54321)", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + Convey("It should render multiple issue mentions in the same line", func() { + testCases := []string{ + "#54321 #1243", "#54321 #1243", + "test #54321 #1243", "test #54321 #1243", + "(#54321 #1243)", "(#54321 #1243)", + "(#54321)(#1243)", "(#54321)(#1243)", + "text #54321 test #1243 issue", "text #54321 test #1243 issue", + "#1 (#4321) test", "#1 (#4321) test", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + }) + Convey("To an external issue tracker with alphanumeric style", func() { + metas = make(map[string]string) + metas["format"] = "https://someurl.com/{user}/{repo}/?b={index}" + metas["user"] = "someuser" + metas["repo"] = "somerepo" + metas["style"] = ISSUE_NAME_STYLE_ALPHANUMERIC + Convey("It should not render anything when there are no mentions", func() { + testCases := []string{ + "", + "this is a test", + "test 123 123 1234", + "#", + "##1234", + "# 123", + "#abcd", + "test #123", + "abc-1234", // issue prefix must be capital + "ABc-1234", // issue prefix must be _all_ capital + "ABCDEFGHIJK-1234", // the limit is 10 characters in the prefix + "ABC1234", // dash is required + "test ABC- test", // number is required + "test -1234 test", // prefix is required + "testABC-123 test", // leading space is required + "test ABC-123test", // trailing space is required + "ABC-0123", // no leading zero + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i]) + } + }) + Convey("It should render freestanding issue mention", func() { + testCases := []string{ + "OTT-1234 test", "OTT-1234 test", + "test T-12 issue", "test T-12 issue", + "test issue ABCDEFGHIJ-1234567890", "test issue ABCDEFGHIJ-1234567890", + "A-1 test", "A-1 test", + "test ZED-1 issue", "test ZED-1 issue", + "test issue DEED-7154", "test issue DEED-7154", + } + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + Convey("It should render issue mention in parentheses", func() { + testCases := []string{ + "(ABG-124 issue)", "(ABG-124 issue)", + "test (ABG-124) issue", "test (ABG-124) issue", + "test (ABG-124 extra) issue", "test (ABG-124 extra) issue", + "test (ABG-124 issue)", "test (ABG-124 issue)", + "test (ABG-124)", "test (ABG-124)", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + Convey("It should render multiple issue mentions in the same line", func() { + testCases := []string{ + "ABG-124 OTT-4321", "ABG-124 OTT-4321", + "test ABG-124 OTT-4321", "test ABG-124 OTT-4321", + "(ABG-124 OTT-4321)", "(ABG-124 OTT-4321)", + "(ABG-124)(OTT-4321)", "(ABG-124)(OTT-4321)", + "text ABG-124 test OTT-4321 issue", "text ABG-124 test OTT-4321 issue", + "A-1 (RRE-345) test", "A-1 (RRE-345) test", + } + + for i := 0; i < len(testCases); i += 2 { + So(string(RenderIssueIndexPattern([]byte(testCases[i]), urlPrefix, metas)), ShouldEqual, testCases[i+1]) + } + }) + }) + }) + + Convey("Rendering an issue URL", t, func() { + setting.AppUrl = "http://localhost:3000/" + htmlFlags := 0 + htmlFlags |= blackfriday.HTML_SKIP_STYLE + htmlFlags |= blackfriday.HTML_OMIT_CONTENTS + renderer := &Renderer{ + Renderer: blackfriday.HtmlRenderer(htmlFlags, "", ""), + } + buffer := new(bytes.Buffer) + Convey("To the internal issue tracker", func() { + Convey("It should render valid issue URLs", func() { + testCases := []string{ + "http://localhost:3000/user/repo/issues/3333", "#3333", + } + + for i := 0; i < len(testCases); i += 2 { + renderer.AutoLink(buffer, []byte(testCases[i]), blackfriday.LINK_TYPE_NORMAL) + + line, _ := buffer.ReadString(0) + So(line, ShouldEqual, testCases[i+1]) + } + }) + Convey("It should render but not change non-issue URLs", func() { + testCases := []string{ + "http://1111/2222/ssss-issues/3333?param=blah&blahh=333", "http://1111/2222/ssss-issues/3333?param=blah&blahh=333", + "http://test.com/issues/33333", "http://test.com/issues/33333", + "http://test.com/issues/3", "http://test.com/issues/3", + "http://issues/333", "http://issues/333", + "https://issues/333", "https://issues/333", + "http://tissues/0", "http://tissues/0", + } + + for i := 0; i < len(testCases); i += 2 { + renderer.AutoLink(buffer, []byte(testCases[i]), blackfriday.LINK_TYPE_NORMAL) + + line, _ := buffer.ReadString(0) + So(line, ShouldEqual, testCases[i+1]) + } + }) + }) + }) + + Convey("Rendering a commit URL", t, func() { + setting.AppUrl = "http://localhost:3000/" + htmlFlags := 0 + htmlFlags |= blackfriday.HTML_SKIP_STYLE + htmlFlags |= blackfriday.HTML_OMIT_CONTENTS + renderer := &Renderer{ + Renderer: blackfriday.HtmlRenderer(htmlFlags, "", ""), + } + buffer := new(bytes.Buffer) + Convey("To the internal issue tracker", func() { + Convey("It should correctly convert URLs", func() { + testCases := []string{ + "http://localhost:3000/user/project/commit/d8a994ef243349f321568f9e36d5c3f444b99cae", " d8a994ef24", + "http://localhost:3000/user/project/commit/d8a994ef243349f321568f9e36d5c3f444b99cae#diff-2", " d8a994ef24", + "https://external-link.gogs.io/gogs/gogs/commit/d8a994ef243349f321568f9e36d5c3f444b99cae#diff-2", "https://external-link.gogs.io/gogs/gogs/commit/d8a994ef243349f321568f9e36d5c3f444b99cae#diff-2", + "https://commit/d8a994ef243349f321568f9e36d5c3f444b99cae", "https://commit/d8a994ef243349f321568f9e36d5c3f444b99cae", + } + + for i := 0; i < len(testCases); i += 2 { + renderer.AutoLink(buffer, []byte(testCases[i]), blackfriday.LINK_TYPE_NORMAL) + + line, _ := buffer.ReadString(0) + So(line, ShouldEqual, testCases[i+1]) + } + }) + }) + }) +} diff --git a/modules/setting/setting.go b/modules/setting/setting.go index 92eb04de9..6a149e81b 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -12,6 +12,7 @@ import ( "path" "path/filepath" "runtime" + "strconv" "strings" "time" @@ -22,6 +23,8 @@ import ( _ "github.com/go-macaron/session/redis" "gopkg.in/ini.v1" + "github.com/gogits/go-libravatar" + "github.com/gogits/gogs/modules/bindata" "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/user" @@ -30,9 +33,10 @@ import ( type Scheme string const ( - HTTP Scheme = "http" - HTTPS Scheme = "https" - FCGI Scheme = "fcgi" + HTTP Scheme = "http" + HTTPS Scheme = "https" + FCGI Scheme = "fcgi" + UNIX_SOCKET Scheme = "unix" ) type LandingPage string @@ -43,7 +47,7 @@ const ( ) var ( - // Build information + // Build information should only be set by -ldflags. BuildTime string BuildGitHash string @@ -57,16 +61,17 @@ var ( AppDataPath string // Server settings - Protocol Scheme - Domain string - HttpAddr, HttpPort string - LocalURL string - OfflineMode bool - DisableRouterLog bool - CertFile, KeyFile string - StaticRootPath string - EnableGzip bool - LandingPageUrl LandingPage + Protocol Scheme + Domain string + HTTPAddr, HTTPPort string + LocalURL string + OfflineMode bool + DisableRouterLog bool + CertFile, KeyFile string + StaticRootPath string + EnableGzip bool + LandingPageURL LandingPage + UnixSocketPermission uint32 SSH struct { Disabled bool `ini:"DISABLE_SSH"` @@ -109,31 +114,60 @@ var ( AnsiCharset string ForcePrivate bool MaxCreationLimit int + MirrorQueueLength int PullRequestQueueLength int + PreferredLicenses []string + + // Repository editor settings + Editor struct { + LineWrapExtensions []string + PreviewableFileModes []string + } `ini:"-"` + + // Repository upload settings + Upload struct { + Enabled bool + TempPath string + AllowedTypes []string `delim:"|"` + FileMaxSize int64 + MaxFiles int + } `ini:"-"` } RepoRootPath string ScriptType string // UI settings - ExplorePagingNum int - IssuePagingNum int - FeedMaxCommitNum int - AdminUserPagingNum int - AdminRepoPagingNum int - AdminNoticePagingNum int - AdminOrgPagingNum int - ThemeColorMetaTag string + UI struct { + ExplorePagingNum int + IssuePagingNum int + FeedMaxCommitNum int + ThemeColorMetaTag string + MaxDisplayFileSize int64 + + Admin struct { + UserPagingNum int + RepoPagingNum int + NoticePagingNum int + OrgPagingNum int + } `ini:"ui.admin"` + User struct { + RepoPagingNum int + } `ini:"ui.user"` + } // Markdown sttings Markdown struct { EnableHardLineBreak bool CustomURLSchemes []string `ini:"CUSTOM_URL_SCHEMES"` + FileExtensions []string } // Picture settings - AvatarUploadPath string - GravatarSource string - DisableGravatar bool + AvatarUploadPath string + GravatarSource string + DisableGravatar bool + EnableFederatedAvatar bool + LibravatarService *libravatar.Libravatar // Log settings LogRootPath string @@ -152,25 +186,13 @@ var ( // Cache settings CacheAdapter string - CacheInternal int + CacheInterval int CacheConn string // Session settings SessionConfig session.Options CSRFCookieName = "_csrf" - // Git settings - Git struct { - MaxGitDiffLines int - GcArgs []string `delim:" "` - Timeout struct { - Migrate int - Mirror int - Clone int - Pull int - } `ini:"git.timeout"` - } - // Cron tasks Cron struct { UpdateMirror struct { @@ -192,6 +214,32 @@ var ( } `ini:"cron.check_repo_stats"` } + // Git settings + Git struct { + DisableDiffHighlight bool + MaxGitDiffLines int + MaxGitDiffLineCharacters int + MaxGitDiffFiles int + GCArgs []string `delim:" "` + Timeout struct { + Migrate int + Mirror int + Clone int + Pull int + GC int `ini:"GC"` + } `ini:"git.timeout"` + } + + // Mirror settings + Mirror struct { + DefaultInterval int + } + + // API settings + API struct { + MaxResponseItems int + } + // I18n settings Langs, Names []string dateLangs map[string]string @@ -199,9 +247,10 @@ var ( // Highlight settings are loaded in modules/template/hightlight.go // Other settings - ShowFooterBranding bool - ShowFooterVersion bool - SupportMiniWinService bool + ShowFooterBranding bool + ShowFooterVersion bool + ShowFooterTemplateLoadTime bool + SupportMiniWinService bool // Global setting objects Cfg *ini.File @@ -213,6 +262,7 @@ var ( HasRobotsTxt bool ) +// DateLang transforms standard language locale name to corresponding value in datetime plugin. func DateLang(lang string) string { name, ok := dateLangs[lang] if ok { @@ -264,6 +314,19 @@ func forcePathSeparator(path string) { } } +// IsRunUserMatchCurrentUser returns false if configured run user does not match +// actual user that runs the app. The first return value is the actual user name. +// This check is ignored under Windows since SSH remote login is not the main +// method to login on Windows. +func IsRunUserMatchCurrentUser(runUser string) (string, bool) { + if IsWindows { + return "", true + } + + currentUser := user.CurrentUsername() + return currentUser, runUser == currentUser +} + // NewContext initializes configuration context. // NOTE: do not print any log except error. func NewContext() { @@ -317,6 +380,7 @@ func NewContext() { log.Fatal(4, "Invalid ROOT_URL '%s': %s", AppUrl, err) } // Suburl should start with '/' and end without '/', such as '/{subpath}'. + // This value is empty if site does not have sub-url. AppSubUrl = strings.TrimSuffix(url.Path, "/") AppSubUrlDepth = strings.Count(AppSubUrl, "/") @@ -327,11 +391,19 @@ func NewContext() { KeyFile = sec.Key("KEY_FILE").String() } else if sec.Key("PROTOCOL").String() == "fcgi" { Protocol = FCGI + } else if sec.Key("PROTOCOL").String() == "unix" { + Protocol = UNIX_SOCKET + UnixSocketPermissionRaw := sec.Key("UNIX_SOCKET_PERMISSION").MustString("666") + UnixSocketPermissionParsed, err := strconv.ParseUint(UnixSocketPermissionRaw, 8, 32) + if err != nil || UnixSocketPermissionParsed > 0777 { + log.Fatal(4, "Fail to parse unixSocketPermission: %s", UnixSocketPermissionRaw) + } + UnixSocketPermission = uint32(UnixSocketPermissionParsed) } Domain = sec.Key("DOMAIN").MustString("localhost") - HttpAddr = sec.Key("HTTP_ADDR").MustString("0.0.0.0") - HttpPort = sec.Key("HTTP_PORT").MustString("3000") - LocalURL = sec.Key("LOCAL_ROOT_URL").MustString("http://localhost:" + HttpPort + "/") + HTTPAddr = sec.Key("HTTP_ADDR").MustString("0.0.0.0") + HTTPPort = sec.Key("HTTP_PORT").MustString("3000") + LocalURL = sec.Key("LOCAL_ROOT_URL").MustString(string(Protocol) + "://localhost:" + HTTPPort + "/") OfflineMode = sec.Key("OFFLINE_MODE").MustBool() DisableRouterLog = sec.Key("DISABLE_ROUTER_LOG").MustBool() StaticRootPath = sec.Key("STATIC_ROOT_PATH").MustString(workDir) @@ -340,9 +412,9 @@ func NewContext() { switch sec.Key("LANDING_PAGE").MustString("home") { case "explore": - LandingPageUrl = LANDING_PAGE_EXPLORE + LandingPageURL = LANDING_PAGE_EXPLORE default: - LandingPageUrl = LANDING_PAGE_HOME + LandingPageURL = LANDING_PAGE_HOME } SSH.RootPath = path.Join(homeDir, ".ssh") @@ -409,10 +481,12 @@ func NewContext() { }[Cfg.Section("time").Key("FORMAT").MustString("RFC1123")] RunUser = Cfg.Section("").Key("RUN_USER").String() - curUser := user.CurrentUsername() // Does not check run user when the install lock is off. - if InstallLock && RunUser != curUser { - log.Fatal(4, "Expect user(%s) but current user is: %s", RunUser, curUser) + if InstallLock { + currentUser, match := IsRunUserMatchCurrentUser(RunUser) + if !match { + log.Fatal(4, "Expect user '%s' but current user is: %s", RunUser, currentUser) + } } // Determine and create root git repository path. @@ -427,20 +501,15 @@ func NewContext() { ScriptType = sec.Key("SCRIPT_TYPE").MustString("bash") if err = Cfg.Section("repository").MapTo(&Repository); err != nil { log.Fatal(4, "Fail to map Repository settings: %v", err) + } else if err = Cfg.Section("repository.editor").MapTo(&Repository.Editor); err != nil { + log.Fatal(4, "Fail to map Repository.Editor settings: %v", err) + } else if err = Cfg.Section("repository.upload").MapTo(&Repository.Upload); err != nil { + log.Fatal(4, "Fail to map Repository.Upload settings: %v", err) } - // UI settings. - sec = Cfg.Section("ui") - ExplorePagingNum = sec.Key("EXPLORE_PAGING_NUM").MustInt(20) - IssuePagingNum = sec.Key("ISSUE_PAGING_NUM").MustInt(10) - FeedMaxCommitNum = sec.Key("FEED_MAX_COMMIT_NUM").MustInt(5) - - sec = Cfg.Section("ui.admin") - AdminUserPagingNum = sec.Key("USER_PAGING_NUM").MustInt(50) - AdminRepoPagingNum = sec.Key("REPO_PAGING_NUM").MustInt(50) - AdminNoticePagingNum = sec.Key("NOTICE_PAGING_NUM").MustInt(50) - AdminOrgPagingNum = sec.Key("ORG_PAGING_NUM").MustInt(50) - ThemeColorMetaTag = sec.Key("THEME_COLOR_META_TAG").MustString("#ff5343") + if !filepath.IsAbs(Repository.Upload.TempPath) { + Repository.Upload.TempPath = path.Join(workDir, Repository.Upload.TempPath) + } sec = Cfg.Section("picture") AvatarUploadPath = sec.Key("AVATAR_UPLOAD_PATH").MustString(path.Join(AppDataPath, "avatars")) @@ -457,16 +526,45 @@ func NewContext() { GravatarSource = source } DisableGravatar = sec.Key("DISABLE_GRAVATAR").MustBool() + EnableFederatedAvatar = sec.Key("ENABLE_FEDERATED_AVATAR").MustBool() if OfflineMode { DisableGravatar = true + EnableFederatedAvatar = false + } + if DisableGravatar { + EnableFederatedAvatar = false + } + + if EnableFederatedAvatar { + LibravatarService = libravatar.New() + parts := strings.Split(GravatarSource, "/") + if len(parts) >= 3 { + if parts[0] == "https:" { + LibravatarService.SetUseHTTPS(true) + LibravatarService.SetSecureFallbackHost(parts[2]) + } else { + LibravatarService.SetUseHTTPS(false) + LibravatarService.SetFallbackHost(parts[2]) + } + } } - if err = Cfg.Section("markdown").MapTo(&Markdown); err != nil { + if err = Cfg.Section("ui").MapTo(&UI); err != nil { + log.Fatal(4, "Fail to map UI settings: %v", err) + } else if err = Cfg.Section("markdown").MapTo(&Markdown); err != nil { log.Fatal(4, "Fail to map Markdown settings: %v", err) - } else if err = Cfg.Section("git").MapTo(&Git); err != nil { - log.Fatal(4, "Fail to map Git settings: %v", err) } else if err = Cfg.Section("cron").MapTo(&Cron); err != nil { log.Fatal(4, "Fail to map Cron settings: %v", err) + } else if err = Cfg.Section("git").MapTo(&Git); err != nil { + log.Fatal(4, "Fail to map Git settings: %v", err) + } else if err = Cfg.Section("mirror").MapTo(&Mirror); err != nil { + log.Fatal(4, "Fail to map Mirror settings: %v", err) + } else if err = Cfg.Section("api").MapTo(&API); err != nil { + log.Fatal(4, "Fail to map API settings: %v", err) + } + + if Mirror.DefaultInterval <= 0 { + Mirror.DefaultInterval = 24 } Langs = Cfg.Section("i18n").Key("LANGS").Strings(",") @@ -475,6 +573,7 @@ func NewContext() { ShowFooterBranding = Cfg.Section("other").Key("SHOW_FOOTER_BRANDING").MustBool() ShowFooterVersion = Cfg.Section("other").Key("SHOW_FOOTER_VERSION").MustBool() + ShowFooterTemplateLoadTime = Cfg.Section("other").Key("SHOW_FOOTER_TEMPLATE_LOAD_TIME").MustBool() HasRobotsTxt = com.IsFile(path.Join(CustomPath, "robots.txt")) } @@ -587,7 +686,7 @@ func newCacheService() { CacheAdapter = Cfg.Section("cache").Key("ADAPTER").In("memory", []string{"memory", "redis", "memcache"}) switch CacheAdapter { case "memory": - CacheInternal = Cfg.Section("cache").Key("INTERVAL").MustInt(60) + CacheInterval = Cfg.Section("cache").Key("INTERVAL").MustInt(60) case "redis", "memcache": CacheConn = strings.Trim(Cfg.Section("cache").Key("HOST").String(), "\" ") default: @@ -612,16 +711,17 @@ func newSessionService() { // Mailer represents mail service. type Mailer struct { - QueueLength int - Name string - Host string - From string - User, Passwd string - DisableHelo bool - HeloHostname string - SkipVerify bool - UseCertificate bool - CertFile, KeyFile string + QueueLength int + Name string + Host string + From string + User, Passwd string + DisableHelo bool + HeloHostname string + SkipVerify bool + UseCertificate bool + CertFile, KeyFile string + EnableHTMLAlternative bool } var ( @@ -636,17 +736,18 @@ func newMailService() { } MailService = &Mailer{ - QueueLength: sec.Key("SEND_BUFFER_LEN").MustInt(100), - Name: sec.Key("NAME").MustString(AppName), - Host: sec.Key("HOST").String(), - User: sec.Key("USER").String(), - Passwd: sec.Key("PASSWD").String(), - DisableHelo: sec.Key("DISABLE_HELO").MustBool(), - HeloHostname: sec.Key("HELO_HOSTNAME").String(), - SkipVerify: sec.Key("SKIP_VERIFY").MustBool(), - UseCertificate: sec.Key("USE_CERTIFICATE").MustBool(), - CertFile: sec.Key("CERT_FILE").String(), - KeyFile: sec.Key("KEY_FILE").String(), + QueueLength: sec.Key("SEND_BUFFER_LEN").MustInt(100), + Name: sec.Key("NAME").MustString(AppName), + Host: sec.Key("HOST").String(), + User: sec.Key("USER").String(), + Passwd: sec.Key("PASSWD").String(), + DisableHelo: sec.Key("DISABLE_HELO").MustBool(), + HeloHostname: sec.Key("HELO_HOSTNAME").String(), + SkipVerify: sec.Key("SKIP_VERIFY").MustBool(), + UseCertificate: sec.Key("USE_CERTIFICATE").MustBool(), + CertFile: sec.Key("CERT_FILE").String(), + KeyFile: sec.Key("KEY_FILE").String(), + EnableHTMLAlternative: sec.Key("ENABLE_HTML_ALTERNATIVE").MustBool(), } MailService.From = sec.Key("FROM").MustString(MailService.User) log.Info("Mail Service Enabled") diff --git a/modules/sync/exclusive_pool.go b/modules/sync/exclusive_pool.go new file mode 100644 index 000000000..744cc7c99 --- /dev/null +++ b/modules/sync/exclusive_pool.go @@ -0,0 +1,70 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package sync + +import ( + "sync" +) + +// ExclusivePool is a pool of non-identical instances +// that only one instance with same identity is in the pool at a time. +// In other words, only instances with different identities can be in +// the pool the same time. If another instance with same identity tries +// to get into the pool, it hangs until previous instance left the pool. +// +// This pool is particularly useful for performing tasks on same resource +// on the file system in different goroutines. +type ExclusivePool struct { + lock sync.Mutex + + // pool maintains locks for each instance in the pool. + pool map[string]*sync.Mutex + + // count maintains the number of times an instance with same identity checks in + // to the pool, and should be reduced to 0 (removed from map) by checking out + // with same number of times. + // The purpose of count is to delete lock when count down to 0 and recycle memory + // from map object. + count map[string]int +} + +// NewExclusivePool initializes and returns a new ExclusivePool object. +func NewExclusivePool() *ExclusivePool { + return &ExclusivePool{ + pool: make(map[string]*sync.Mutex), + count: make(map[string]int), + } +} + +// CheckIn checks in an instance to the pool and hangs while instance +// with same indentity is using the lock. +func (p *ExclusivePool) CheckIn(identity string) { + p.lock.Lock() + + lock, has := p.pool[identity] + if !has { + lock = &sync.Mutex{} + p.pool[identity] = lock + } + p.count[identity]++ + + p.lock.Unlock() + lock.Lock() +} + +// CheckOut checks out an instance from the pool and releases the lock +// to let other instances with same identity to grab the lock. +func (p *ExclusivePool) CheckOut(identity string) { + p.lock.Lock() + defer p.lock.Unlock() + + p.pool[identity].Unlock() + if p.count[identity] == 1 { + delete(p.pool, identity) + delete(p.count, identity) + } else { + p.count[identity]-- + } +} diff --git a/modules/sync/status_pool.go b/modules/sync/status_pool.go new file mode 100644 index 000000000..f6a7f9495 --- /dev/null +++ b/modules/sync/status_pool.go @@ -0,0 +1,49 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package sync + +import ( + "sync" +) + +// StatusTable is a table maintains true/false values. +// +// This table is particularly useful for un/marking and checking values +// in different goroutines. +type StatusTable struct { + lock sync.RWMutex + pool map[string]bool +} + +// NewStatusTable initializes and returns a new StatusTable object. +func NewStatusTable() *StatusTable { + return &StatusTable{ + pool: make(map[string]bool), + } +} + +// Start sets value of given name to true in the pool. +func (p *StatusTable) Start(name string) { + p.lock.Lock() + defer p.lock.Unlock() + + p.pool[name] = true +} + +// Stop sets value of given name to false in the pool. +func (p *StatusTable) Stop(name string) { + p.lock.Lock() + defer p.lock.Unlock() + + p.pool[name] = false +} + +// IsRunning checks if value of given name is set to true in the pool. +func (p *StatusTable) IsRunning(name string) bool { + p.lock.RLock() + defer p.lock.RUnlock() + + return p.pool[name] +} diff --git a/modules/sync/unique_queue.go b/modules/sync/unique_queue.go new file mode 100644 index 000000000..3f3c1c866 --- /dev/null +++ b/modules/sync/unique_queue.go @@ -0,0 +1,70 @@ +// Copyright 2016 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + +package sync + +import ( + "github.com/Unknwon/com" +) + +// UniqueQueue is a queue which guarantees only one instance of same +// identity is in the line. Instances with same identity will be +// discarded if there is already one in the line. +// +// This queue is particularly useful for preventing duplicated task +// of same purpose. +type UniqueQueue struct { + table *StatusTable + queue chan string +} + +// NewUniqueQueue initializes and returns a new UniqueQueue object. +func NewUniqueQueue(queueLength int) *UniqueQueue { + if queueLength <= 0 { + queueLength = 100 + } + + return &UniqueQueue{ + table: NewStatusTable(), + queue: make(chan string, queueLength), + } +} + +// Queue returns channel of queue for retrieving instances. +func (q *UniqueQueue) Queue() <-chan string { + return q.queue +} + +// Exist returns true if there is an instance with given indentity +// exists in the queue. +func (q *UniqueQueue) Exist(id interface{}) bool { + return q.table.IsRunning(com.ToStr(id)) +} + +// AddFunc adds new instance to the queue with a custom runnable function, +// the queue is blocked until the function exits. +func (q *UniqueQueue) AddFunc(id interface{}, fn func()) { + if q.Exist(id) { + return + } + + idStr := com.ToStr(id) + q.table.lock.Lock() + q.table.pool[idStr] = true + if fn != nil { + fn() + } + q.table.lock.Unlock() + q.queue <- idStr +} + +// Add adds new instance to the queue. +func (q *UniqueQueue) Add(id interface{}) { + q.AddFunc(id, nil) +} + +// Remove removes instance from the queue. +func (q *UniqueQueue) Remove(id interface{}) { + q.table.Stop(com.ToStr(id)) +} diff --git a/modules/template/template.go b/modules/template/template.go index 79b3f8356..3a6eb042b 100644 --- a/modules/template/template.go +++ b/modules/template/template.go @@ -9,15 +9,19 @@ import ( "encoding/json" "fmt" "html/template" + "mime" + "path/filepath" "runtime" "strings" "time" "golang.org/x/net/html/charset" "golang.org/x/text/transform" + "gopkg.in/editorconfig/editorconfig-core-go.v1" "github.com/gogits/gogs/models" "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/log" "github.com/gogits/gogs/modules/markdown" "github.com/gogits/gogs/modules/setting" ) @@ -48,6 +52,9 @@ func NewFuncMap() []template.FuncMap { "DisableGravatar": func() bool { return setting.DisableGravatar }, + "ShowFooterTemplateLoadTime": func() bool { + return setting.ShowFooterTemplateLoadTime + }, "LoadTimes": func(startTime time.Time) string { return fmt.Sprint(time.Since(startTime).Nanoseconds()/1e6) + "ms" }, @@ -69,13 +76,6 @@ func NewFuncMap() []template.FuncMap { return t.Format("Jan 02, 2006") }, "List": List, - "Mail2Domain": func(mail string) string { - if !strings.Contains(mail, "@") { - return "try.gogs.io" - } - - return strings.SplitN(mail, "@", 2)[1] - }, "SubStr": func(str string, start, length int) string { if len(str) == 0 { return "" @@ -89,19 +89,32 @@ func NewFuncMap() []template.FuncMap { } return str[start:end] }, + "EllipsisString": base.EllipsisString, "DiffTypeToStr": DiffTypeToStr, "DiffLineTypeToStr": DiffLineTypeToStr, "Sha1": Sha1, "ShortSha": base.ShortSha, "MD5": base.EncodeMD5, "ActionContent2Commits": ActionContent2Commits, - "ToUtf8": ToUtf8, "EscapePound": func(str string) string { - return strings.Replace(strings.Replace(str, "%", "%25", -1), "#", "%23", -1) + return strings.NewReplacer("%", "%25", "#", "%23", " ", "%20").Replace(str) }, "RenderCommitMessage": RenderCommitMessage, "ThemeColorMetaTag": func() string { - return setting.ThemeColorMetaTag + return setting.UI.ThemeColorMetaTag + }, + "FilenameIsImage": func(filename string) bool { + mimeType := mime.TypeByExtension(filepath.Ext(filename)) + return strings.HasPrefix(mimeType, "image/") + }, + "TabSizeClass": func(ec *editorconfig.Editorconfig, filename string) string { + if ec != nil { + def := ec.GetDefinitionForFilename(filename) + if def.TabWidth > 0 { + return fmt.Sprintf("tab-size-%d", def.TabWidth) + } + } + return "tab-size-8" }, }} } @@ -114,10 +127,6 @@ func Str2html(raw string) template.HTML { return template.HTML(markdown.Sanitizer.Sanitize(raw)) } -func Range(l int) []int { - return make([]int, l) -} - func List(l *list.List) chan interface{} { e := l.Front() c := make(chan interface{}) @@ -135,7 +144,7 @@ func Sha1(str string) string { return base.EncodeSha1(str) } -func ToUtf8WithErr(content []byte) (error, string) { +func ToUTF8WithErr(content []byte) (error, string) { charsetLabel, err := base.DetectEncoding(content) if err != nil { return err, "" @@ -158,8 +167,8 @@ func ToUtf8WithErr(content []byte) (error, string) { return err, result } -func ToUtf8(content string) string { - _, res := ToUtf8WithErr([]byte(content)) +func ToUTF8(content string) string { + _, res := ToUTF8WithErr([]byte(content)) return res } @@ -216,7 +225,6 @@ func RenderCommitMessage(full bool, msg, urlPrefix string, metas map[string]stri type Actioner interface { GetOpType() int GetActUserName() string - GetActEmail() string GetRepoUserName() string GetRepoName() string GetRepoPath() string @@ -240,7 +248,7 @@ func ActionIcon(opType int) string { case 7: // New pull request return "git-pull-request" case 10: // Comment issue - return "comment" + return "comment-discussion" case 11: // Merge pull request return "git-merge" case 12, 14: // Close issue or pull request @@ -255,7 +263,7 @@ func ActionIcon(opType int) string { func ActionContent2Commits(act Actioner) *models.PushCommits { push := models.NewPushCommits() if err := json.Unmarshal([]byte(act.GetContent()), push); err != nil { - return nil + log.Error(4, "json.Unmarshal:\n%s\nERROR: %v", act.GetContent(), err) } return push } diff --git a/modules/user/user.go b/modules/user/user.go index 8a2557f32..4415632ee 100644 --- a/modules/user/user.go +++ b/modules/user/user.go @@ -5,7 +5,7 @@ package user import ( - "os" + "os" ) func CurrentUsername() string { diff --git a/public/assets/font-awesome-4.5.0/css/font-awesome.min.css b/public/assets/font-awesome-4.5.0/css/font-awesome.min.css deleted file mode 100644 index d0603cb4b..000000000 --- a/public/assets/font-awesome-4.5.0/css/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"} diff --git a/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf b/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf deleted file mode 100644 index 3ed7f8b48..000000000 Binary files a/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf and /dev/null differ diff --git a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot deleted file mode 100644 index 9b6afaedc..000000000 Binary files a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff deleted file mode 100644 index dc35ce3c2..000000000 Binary files a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2 b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 500e51725..000000000 Binary files a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/public/assets/font-awesome-4.6.3/css/font-awesome.min.css b/public/assets/font-awesome-4.6.3/css/font-awesome.min.css new file mode 100644 index 000000000..9b27f8ea8 --- /dev/null +++ b/public/assets/font-awesome-4.6.3/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf b/public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf new file mode 100644 index 000000000..d4de13e83 Binary files /dev/null and b/public/assets/font-awesome-4.6.3/fonts/FontAwesome.otf differ diff --git a/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot new file mode 100644 index 000000000..c7b00d2ba Binary files /dev/null and b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.eot differ diff --git a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg similarity index 92% rename from public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg rename to public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg index d05688e9e..8b66187fe 100644 --- a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg +++ b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg @@ -169,7 +169,7 @@ - + @@ -178,7 +178,7 @@ - + @@ -363,7 +363,7 @@ - + @@ -484,7 +484,7 @@ - + @@ -626,7 +626,7 @@ - + @@ -641,15 +641,45 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf similarity index 88% rename from public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf rename to public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf index 26dea7951..f221e50a2 100644 Binary files a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf and b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf differ diff --git a/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff new file mode 100644 index 000000000..6e7483cf6 Binary files /dev/null and b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff differ diff --git a/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2 b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2 new file mode 100644 index 000000000..7eb74fd12 Binary files /dev/null and b/public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2 differ diff --git a/public/assets/octicons-3.5.0/octicons.css b/public/assets/octicons-3.5.0/octicons.css deleted file mode 100644 index c49658ebe..000000000 --- a/public/assets/octicons-3.5.0/octicons.css +++ /dev/null @@ -1,226 +0,0 @@ -@font-face { - font-family: 'octicons'; - src: url('octicons.eot?#iefix') format('embedded-opentype'), - url('octicons.woff') format('woff'), - url('octicons.ttf') format('truetype'), - url('octicons.svg#octicons') format('svg'); - font-weight: normal; - font-style: normal; -} - -/* - -.octicon is optimized for 16px. -.mega-octicon is optimized for 32px but can be used larger. - -*/ -.octicon, .mega-octicon { - font: normal normal normal 16px/1 octicons; - display: inline-block; - text-decoration: none; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.mega-octicon { font-size: 32px; } - -.octicon-alert:before { content: '\f02d'} /*  */ -.octicon-arrow-down:before { content: '\f03f'} /*  */ -.octicon-arrow-left:before { content: '\f040'} /*  */ -.octicon-arrow-right:before { content: '\f03e'} /*  */ -.octicon-arrow-small-down:before { content: '\f0a0'} /*  */ -.octicon-arrow-small-left:before { content: '\f0a1'} /*  */ -.octicon-arrow-small-right:before { content: '\f071'} /*  */ -.octicon-arrow-small-up:before { content: '\f09f'} /*  */ -.octicon-arrow-up:before { content: '\f03d'} /*  */ -.octicon-microscope:before, -.octicon-beaker:before { content: '\f0dd'} /*  */ -.octicon-bell:before { content: '\f0de'} /*  */ -.octicon-bold:before { content: '\f0e2'} /*  */ -.octicon-book:before { content: '\f007'} /*  */ -.octicon-bookmark:before { content: '\f07b'} /*  */ -.octicon-briefcase:before { content: '\f0d3'} /*  */ -.octicon-broadcast:before { content: '\f048'} /*  */ -.octicon-browser:before { content: '\f0c5'} /*  */ -.octicon-bug:before { content: '\f091'} /*  */ -.octicon-calendar:before { content: '\f068'} /*  */ -.octicon-check:before { content: '\f03a'} /*  */ -.octicon-checklist:before { content: '\f076'} /*  */ -.octicon-chevron-down:before { content: '\f0a3'} /*  */ -.octicon-chevron-left:before { content: '\f0a4'} /*  */ -.octicon-chevron-right:before { content: '\f078'} /*  */ -.octicon-chevron-up:before { content: '\f0a2'} /*  */ -.octicon-circle-slash:before { content: '\f084'} /*  */ -.octicon-circuit-board:before { content: '\f0d6'} /*  */ -.octicon-clippy:before { content: '\f035'} /*  */ -.octicon-clock:before { content: '\f046'} /*  */ -.octicon-cloud-download:before { content: '\f00b'} /*  */ -.octicon-cloud-upload:before { content: '\f00c'} /*  */ -.octicon-code:before { content: '\f05f'} /*  */ -.octicon-comment-add:before, -.octicon-comment:before { content: '\f02b'} /*  */ -.octicon-comment-discussion:before { content: '\f04f'} /*  */ -.octicon-credit-card:before { content: '\f045'} /*  */ -.octicon-dash:before { content: '\f0ca'} /*  */ -.octicon-dashboard:before { content: '\f07d'} /*  */ -.octicon-database:before { content: '\f096'} /*  */ -.octicon-clone:before, -.octicon-desktop-download:before { content: '\f0dc'} /*  */ -.octicon-device-camera:before { content: '\f056'} /*  */ -.octicon-device-camera-video:before { content: '\f057'} /*  */ -.octicon-device-desktop:before { content: '\f27c'} /*  */ -.octicon-device-mobile:before { content: '\f038'} /*  */ -.octicon-diff:before { content: '\f04d'} /*  */ -.octicon-diff-added:before { content: '\f06b'} /*  */ -.octicon-diff-ignored:before { content: '\f099'} /*  */ -.octicon-diff-modified:before { content: '\f06d'} /*  */ -.octicon-diff-removed:before { content: '\f06c'} /*  */ -.octicon-diff-renamed:before { content: '\f06e'} /*  */ -.octicon-ellipsis:before { content: '\f09a'} /*  */ -.octicon-eye-unwatch:before, -.octicon-eye-watch:before, -.octicon-eye:before { content: '\f04e'} /*  */ -.octicon-file-binary:before { content: '\f094'} /*  */ -.octicon-file-code:before { content: '\f010'} /*  */ -.octicon-file-directory:before { content: '\f016'} /*  */ -.octicon-file-media:before { content: '\f012'} /*  */ -.octicon-file-pdf:before { content: '\f014'} /*  */ -.octicon-file-submodule:before { content: '\f017'} /*  */ -.octicon-file-symlink-directory:before { content: '\f0b1'} /*  */ -.octicon-file-symlink-file:before { content: '\f0b0'} /*  */ -.octicon-file-text:before { content: '\f011'} /*  */ -.octicon-file-zip:before { content: '\f013'} /*  */ -.octicon-flame:before { content: '\f0d2'} /*  */ -.octicon-fold:before { content: '\f0cc'} /*  */ -.octicon-gear:before { content: '\f02f'} /*  */ -.octicon-gift:before { content: '\f042'} /*  */ -.octicon-gist:before { content: '\f00e'} /*  */ -.octicon-gist-secret:before { content: '\f08c'} /*  */ -.octicon-git-branch-create:before, -.octicon-git-branch-delete:before, -.octicon-git-branch:before { content: '\f020'} /*  */ -.octicon-git-commit:before { content: '\f01f'} /*  */ -.octicon-git-compare:before { content: '\f0ac'} /*  */ -.octicon-git-merge:before { content: '\f023'} /*  */ -.octicon-git-pull-request-abandoned:before, -.octicon-git-pull-request:before { content: '\f009'} /*  */ -.octicon-globe:before { content: '\f0b6'} /*  */ -.octicon-graph:before { content: '\f043'} /*  */ -.octicon-heart:before { content: '\2665'} /* ♥ */ -.octicon-history:before { content: '\f07e'} /*  */ -.octicon-home:before { content: '\f08d'} /*  */ -.octicon-horizontal-rule:before { content: '\f070'} /*  */ -.octicon-hubot:before { content: '\f09d'} /*  */ -.octicon-inbox:before { content: '\f0cf'} /*  */ -.octicon-info:before { content: '\f059'} /*  */ -.octicon-issue-closed:before { content: '\f028'} /*  */ -.octicon-issue-opened:before { content: '\f026'} /*  */ -.octicon-issue-reopened:before { content: '\f027'} /*  */ -.octicon-italic:before { content: '\f0e4'} /*  */ -.octicon-jersey:before { content: '\f019'} /*  */ -.octicon-key:before { content: '\f049'} /*  */ -.octicon-keyboard:before { content: '\f00d'} /*  */ -.octicon-law:before { content: '\f0d8'} /*  */ -.octicon-light-bulb:before { content: '\f000'} /*  */ -.octicon-link:before { content: '\f05c'} /*  */ -.octicon-link-external:before { content: '\f07f'} /*  */ -.octicon-list-ordered:before { content: '\f062'} /*  */ -.octicon-list-unordered:before { content: '\f061'} /*  */ -.octicon-location:before { content: '\f060'} /*  */ -.octicon-gist-private:before, -.octicon-mirror-private:before, -.octicon-git-fork-private:before, -.octicon-lock:before { content: '\f06a'} /*  */ -.octicon-logo-gist:before { content: '\f0ad'} /*  */ -.octicon-logo-github:before { content: '\f092'} /*  */ -.octicon-mail:before { content: '\f03b'} /*  */ -.octicon-mail-read:before { content: '\f03c'} /*  */ -.octicon-mail-reply:before { content: '\f051'} /*  */ -.octicon-mark-github:before { content: '\f00a'} /*  */ -.octicon-markdown:before { content: '\f0c9'} /*  */ -.octicon-megaphone:before { content: '\f077'} /*  */ -.octicon-mention:before { content: '\f0be'} /*  */ -.octicon-milestone:before { content: '\f075'} /*  */ -.octicon-mirror-public:before, -.octicon-mirror:before { content: '\f024'} /*  */ -.octicon-mortar-board:before { content: '\f0d7'} /*  */ -.octicon-mute:before { content: '\f080'} /*  */ -.octicon-no-newline:before { content: '\f09c'} /*  */ -.octicon-octoface:before { content: '\f008'} /*  */ -.octicon-organization:before { content: '\f037'} /*  */ -.octicon-package:before { content: '\f0c4'} /*  */ -.octicon-paintcan:before { content: '\f0d1'} /*  */ -.octicon-pencil:before { content: '\f058'} /*  */ -.octicon-person-add:before, -.octicon-person-follow:before, -.octicon-person:before { content: '\f018'} /*  */ -.octicon-pin:before { content: '\f041'} /*  */ -.octicon-plug:before { content: '\f0d4'} /*  */ -.octicon-repo-create:before, -.octicon-gist-new:before, -.octicon-file-directory-create:before, -.octicon-file-add:before, -.octicon-plus:before { content: '\f05d'} /*  */ -.octicon-primitive-dot:before { content: '\f052'} /*  */ -.octicon-primitive-square:before { content: '\f053'} /*  */ -.octicon-pulse:before { content: '\f085'} /*  */ -.octicon-question:before { content: '\f02c'} /*  */ -.octicon-quote:before { content: '\f063'} /*  */ -.octicon-radio-tower:before { content: '\f030'} /*  */ -.octicon-repo-delete:before, -.octicon-repo:before { content: '\f001'} /*  */ -.octicon-repo-clone:before { content: '\f04c'} /*  */ -.octicon-repo-force-push:before { content: '\f04a'} /*  */ -.octicon-gist-fork:before, -.octicon-repo-forked:before { content: '\f002'} /*  */ -.octicon-repo-pull:before { content: '\f006'} /*  */ -.octicon-repo-push:before { content: '\f005'} /*  */ -.octicon-rocket:before { content: '\f033'} /*  */ -.octicon-rss:before { content: '\f034'} /*  */ -.octicon-ruby:before { content: '\f047'} /*  */ -.octicon-search-save:before, -.octicon-search:before { content: '\f02e'} /*  */ -.octicon-server:before { content: '\f097'} /*  */ -.octicon-settings:before { content: '\f07c'} /*  */ -.octicon-shield:before { content: '\f0e1'} /*  */ -.octicon-log-in:before, -.octicon-sign-in:before { content: '\f036'} /*  */ -.octicon-log-out:before, -.octicon-sign-out:before { content: '\f032'} /*  */ -.octicon-smiley:before { content: '\f0e7'} /*  */ -.octicon-squirrel:before { content: '\f0b2'} /*  */ -.octicon-star-add:before, -.octicon-star-delete:before, -.octicon-star:before { content: '\f02a'} /*  */ -.octicon-stop:before { content: '\f08f'} /*  */ -.octicon-repo-sync:before, -.octicon-sync:before { content: '\f087'} /*  */ -.octicon-tag-remove:before, -.octicon-tag-add:before, -.octicon-tag:before { content: '\f015'} /*  */ -.octicon-tasklist:before { content: '\f0e5'} /*  */ -.octicon-telescope:before { content: '\f088'} /*  */ -.octicon-terminal:before { content: '\f0c8'} /*  */ -.octicon-text-size:before { content: '\f0e3'} /*  */ -.octicon-three-bars:before { content: '\f05e'} /*  */ -.octicon-thumbsdown:before { content: '\f0db'} /*  */ -.octicon-thumbsup:before { content: '\f0da'} /*  */ -.octicon-tools:before { content: '\f031'} /*  */ -.octicon-trashcan:before { content: '\f0d0'} /*  */ -.octicon-triangle-down:before { content: '\f05b'} /*  */ -.octicon-triangle-left:before { content: '\f044'} /*  */ -.octicon-triangle-right:before { content: '\f05a'} /*  */ -.octicon-triangle-up:before { content: '\f0aa'} /*  */ -.octicon-unfold:before { content: '\f039'} /*  */ -.octicon-unmute:before { content: '\f0ba'} /*  */ -.octicon-unverified:before { content: '\f0e8'} /*  */ -.octicon-verified:before { content: '\f0e6'} /*  */ -.octicon-versions:before { content: '\f064'} /*  */ -.octicon-watch:before { content: '\f0e0'} /*  */ -.octicon-remove-close:before, -.octicon-x:before { content: '\f081'} /*  */ -.octicon-zap:before { content: '\26A1'} /* ⚡ */ diff --git a/public/assets/octicons-3.5.0/octicons.eot b/public/assets/octicons-3.5.0/octicons.eot deleted file mode 100644 index c1d2f2927..000000000 Binary files a/public/assets/octicons-3.5.0/octicons.eot and /dev/null differ diff --git a/public/assets/octicons-3.5.0/octicons.svg b/public/assets/octicons-3.5.0/octicons.svg deleted file mode 100644 index 090870663..000000000 --- a/public/assets/octicons-3.5.0/octicons.svg +++ /dev/null @@ -1,188 +0,0 @@ - - - - -(c) 2012-2016 GitHub - -When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos) - -Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL) -Applies to all font files - -Code License: MIT (http://choosealicense.com/licenses/mit/) -Applies to all other files - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/assets/octicons-3.5.0/octicons.ttf b/public/assets/octicons-3.5.0/octicons.ttf deleted file mode 100644 index 3dab5b669..000000000 Binary files a/public/assets/octicons-3.5.0/octicons.ttf and /dev/null differ diff --git a/public/assets/octicons-3.5.0/octicons.woff b/public/assets/octicons-3.5.0/octicons.woff deleted file mode 100644 index 0cd624c86..000000000 Binary files a/public/assets/octicons-3.5.0/octicons.woff and /dev/null differ diff --git a/public/assets/octicons-4.3.0/octicons.eot b/public/assets/octicons-4.3.0/octicons.eot new file mode 100755 index 000000000..b4c7a989a Binary files /dev/null and b/public/assets/octicons-4.3.0/octicons.eot differ diff --git a/public/assets/octicons-4.3.0/octicons.min.css b/public/assets/octicons-4.3.0/octicons.min.css new file mode 100755 index 000000000..a000669c9 --- /dev/null +++ b/public/assets/octicons-4.3.0/octicons.min.css @@ -0,0 +1 @@ +@font-face{font-family:Octicons;src:url(octicons.eot?ef21c39f0ca9b1b5116e5eb7ac5eabe6);src:url(octicons.eot?#iefix) format("embedded-opentype"),url(octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6) format("woff2"),url(octicons.woff?ef21c39f0ca9b1b5116e5eb7ac5eabe6) format("woff"),url(octicons.ttf?ef21c39f0ca9b1b5116e5eb7ac5eabe6) format("truetype"),url(octicons.svg?ef21c39f0ca9b1b5116e5eb7ac5eabe6#octicons) format("svg");font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 Octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-ms-user-select:none;user-select:none;speak:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:"\f02d"}.octicon-arrow-down:before{content:"\f03f"}.octicon-arrow-left:before{content:"\f040"}.octicon-arrow-right:before{content:"\f03e"}.octicon-arrow-small-down:before{content:"\f0a0"}.octicon-arrow-small-left:before{content:"\f0a1"}.octicon-arrow-small-right:before{content:"\f071"}.octicon-arrow-small-up:before{content:"\f09f"}.octicon-arrow-up:before{content:"\f03d"}.octicon-beaker:before{content:"\f0dd"}.octicon-bell:before{content:"\f0de"}.octicon-bold:before{content:"\f0e2"}.octicon-book:before{content:"\f007"}.octicon-bookmark:before{content:"\f07b"}.octicon-briefcase:before{content:"\f0d3"}.octicon-broadcast:before{content:"\f048"}.octicon-browser:before{content:"\f0c5"}.octicon-bug:before{content:"\f091"}.octicon-calendar:before{content:"\f068"}.octicon-check:before{content:"\f03a"}.octicon-checklist:before{content:"\f076"}.octicon-chevron-down:before{content:"\f0a3"}.octicon-chevron-left:before{content:"\f0a4"}.octicon-chevron-right:before{content:"\f078"}.octicon-chevron-up:before{content:"\f0a2"}.octicon-circle-slash:before{content:"\f084"}.octicon-circuit-board:before{content:"\f0d6"}.octicon-clippy:before{content:"\f035"}.octicon-clock:before{content:"\f046"}.octicon-cloud-download:before{content:"\f00b"}.octicon-cloud-upload:before{content:"\f00c"}.octicon-code:before{content:"\f05f"}.octicon-comment-discussion:before{content:"\f04f"}.octicon-comment:before{content:"\f02b"}.octicon-credit-card:before{content:"\f045"}.octicon-dash:before{content:"\f0ca"}.octicon-dashboard:before{content:"\f07d"}.octicon-database:before{content:"\f096"}.octicon-desktop-download:before{content:"\f0dc"}.octicon-device-camera-video:before{content:"\f057"}.octicon-device-camera:before{content:"\f056"}.octicon-device-desktop:before{content:"\f27c"}.octicon-device-mobile:before{content:"\f038"}.octicon-diff-added:before{content:"\f06b"}.octicon-diff-ignored:before{content:"\f099"}.octicon-diff-modified:before{content:"\f06d"}.octicon-diff-removed:before{content:"\f06c"}.octicon-diff-renamed:before{content:"\f06e"}.octicon-diff:before{content:"\f04d"}.octicon-ellipses:before{content:"\f101"}.octicon-ellipsis:before{content:"\f09a"}.octicon-eye:before{content:"\f04e"}.octicon-file-binary:before{content:"\f094"}.octicon-file-code:before{content:"\f010"}.octicon-file-directory:before{content:"\f016"}.octicon-file-media:before{content:"\f012"}.octicon-file-pdf:before{content:"\f014"}.octicon-file-submodule:before{content:"\f017"}.octicon-file-symlink-directory:before{content:"\f0b1"}.octicon-file-symlink-file:before{content:"\f0b0"}.octicon-file-text:before{content:"\f011"}.octicon-file-zip:before{content:"\f013"}.octicon-file:before{content:"\f102"}.octicon-flame:before{content:"\f0d2"}.octicon-fold:before{content:"\f0cc"}.octicon-gear:before{content:"\f02f"}.octicon-gift:before{content:"\f042"}.octicon-gist-secret:before{content:"\f08c"}.octicon-gist:before{content:"\f00e"}.octicon-git-branch:before{content:"\f020"}.octicon-git-commit:before{content:"\f01f"}.octicon-git-compare:before{content:"\f0ac"}.octicon-git-merge:before{content:"\f023"}.octicon-git-pull-request:before{content:"\f009"}.octicon-globe:before{content:"\f0b6"}.octicon-grabber:before{content:"\f103"}.octicon-graph:before{content:"\f043"}.octicon-heart:before{content:"\2665"}.octicon-history:before{content:"\f07e"}.octicon-home:before{content:"\f08d"}.octicon-horizontal-rule:before{content:"\f070"}.octicon-hubot:before{content:"\f09d"}.octicon-inbox:before{content:"\f0cf"}.octicon-info:before{content:"\f059"}.octicon-issue-closed:before{content:"\f028"}.octicon-issue-opened:before{content:"\f026"}.octicon-issue-reopened:before{content:"\f027"}.octicon-italic:before{content:"\f0e4"}.octicon-jersey:before{content:"\f019"}.octicon-key:before{content:"\f049"}.octicon-keyboard:before{content:"\f00d"}.octicon-law:before{content:"\f0d8"}.octicon-light-bulb:before{content:"\f000"}.octicon-link-external:before{content:"\f07f"}.octicon-link:before{content:"\f05c"}.octicon-list-ordered:before{content:"\f062"}.octicon-list-unordered:before{content:"\f061"}.octicon-location:before{content:"\f060"}.octicon-lock:before{content:"\f06a"}.octicon-logo-gist:before{content:"\f0ad"}.octicon-logo-github:before{content:"\f092"}.octicon-mail-read:before{content:"\f03c"}.octicon-mail-reply:before{content:"\f051"}.octicon-mail:before{content:"\f03b"}.octicon-mark-github:before{content:"\f00a"}.octicon-markdown:before{content:"\f0c9"}.octicon-megaphone:before{content:"\f077"}.octicon-mention:before{content:"\f0be"}.octicon-milestone:before{content:"\f075"}.octicon-mirror:before{content:"\f024"}.octicon-mortar-board:before{content:"\f0d7"}.octicon-mute:before{content:"\f080"}.octicon-no-newline:before{content:"\f09c"}.octicon-octoface:before{content:"\f008"}.octicon-organization:before{content:"\f037"}.octicon-package:before{content:"\f0c4"}.octicon-paintcan:before{content:"\f0d1"}.octicon-pencil:before{content:"\f058"}.octicon-person:before{content:"\f018"}.octicon-pin:before{content:"\f041"}.octicon-plug:before{content:"\f0d4"}.octicon-plus-small:before{content:"\f104"}.octicon-plus:before{content:"\f05d"}.octicon-primitive-dot:before{content:"\f052"}.octicon-primitive-square:before{content:"\f053"}.octicon-pulse:before{content:"\f085"}.octicon-question:before{content:"\f02c"}.octicon-quote:before{content:"\f063"}.octicon-radio-tower:before{content:"\f030"}.octicon-reply:before{content:"\f105"}.octicon-repo-clone:before{content:"\f04c"}.octicon-repo-force-push:before{content:"\f04a"}.octicon-repo-forked:before{content:"\f002"}.octicon-repo-pull:before{content:"\f006"}.octicon-repo-push:before{content:"\f005"}.octicon-repo:before{content:"\f001"}.octicon-rocket:before{content:"\f033"}.octicon-rss:before{content:"\f034"}.octicon-ruby:before{content:"\f047"}.octicon-search:before{content:"\f02e"}.octicon-server:before{content:"\f097"}.octicon-settings:before{content:"\f07c"}.octicon-shield:before{content:"\f0e1"}.octicon-sign-in:before{content:"\f036"}.octicon-sign-out:before{content:"\f032"}.octicon-smiley:before{content:"\f0e7"}.octicon-squirrel:before{content:"\f0b2"}.octicon-star:before{content:"\f02a"}.octicon-stop:before{content:"\f08f"}.octicon-sync:before{content:"\f087"}.octicon-tag:before{content:"\f015"}.octicon-tasklist:before{content:"\f0e5"}.octicon-telescope:before{content:"\f088"}.octicon-terminal:before{content:"\f0c8"}.octicon-text-size:before{content:"\f0e3"}.octicon-three-bars:before{content:"\f05e"}.octicon-thumbsdown:before{content:"\f0db"}.octicon-thumbsup:before{content:"\f0da"}.octicon-tools:before{content:"\f031"}.octicon-trashcan:before{content:"\f0d0"}.octicon-triangle-down:before{content:"\f05b"}.octicon-triangle-left:before{content:"\f044"}.octicon-triangle-right:before{content:"\f05a"}.octicon-triangle-up:before{content:"\f0aa"}.octicon-unfold:before{content:"\f039"}.octicon-unmute:before{content:"\f0ba"}.octicon-unverified:before{content:"\f0e8"}.octicon-verified:before{content:"\f0e6"}.octicon-versions:before{content:"\f064"}.octicon-watch:before{content:"\f0e0"}.octicon-x:before{content:"\f081"}.octicon-zap:before{content:"\26a1"} \ No newline at end of file diff --git a/public/assets/octicons-4.3.0/octicons.svg b/public/assets/octicons-4.3.0/octicons.svg new file mode 100755 index 000000000..41cbd3f1f --- /dev/null +++ b/public/assets/octicons-4.3.0/octicons.svg @@ -0,0 +1,429 @@ + + + + +Created by FontForge 20150913 at Mon Jul 11 12:02:11 2016 + By Aaron Shekey + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/octicons-4.3.0/octicons.ttf b/public/assets/octicons-4.3.0/octicons.ttf new file mode 100755 index 000000000..ff0dda184 Binary files /dev/null and b/public/assets/octicons-4.3.0/octicons.ttf differ diff --git a/public/assets/octicons-4.3.0/octicons.woff b/public/assets/octicons-4.3.0/octicons.woff new file mode 100755 index 000000000..01aa43d77 Binary files /dev/null and b/public/assets/octicons-4.3.0/octicons.woff differ diff --git a/public/assets/octicons-4.3.0/octicons.woff2 b/public/assets/octicons-4.3.0/octicons.woff2 new file mode 100755 index 000000000..69e7b2a40 Binary files /dev/null and b/public/assets/octicons-4.3.0/octicons.woff2 differ diff --git a/public/config.codekit b/public/config.codekit index 796f3141f..fa0fae58a 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -20,11 +20,11 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/css\/semantic-2.1.8.min.css": { + "\/css\/semantic-2.2.1.min.css": { "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/css\/semantic-2.1.8.min.css", + "inputAbbreviatedPath": "\/css\/semantic-2.2.1.min.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 @@ -62,16 +62,16 @@ "outputPathIsSetByUser": 0, "processed": 1 }, - "\/img\/avatar_default.jpg": { - "fileType": 16384, + "\/img\/avatar_default.png": { + "fileType": 32768, "ignore": 0, "ignoreWasSetByUser": 0, - "initialSize": 6238, - "inputAbbreviatedPath": "\/img\/avatar_default.jpg", - "outputAbbreviatedPath": "\/img\/avatar_default.jpg", + "initialSize": 4048, + "inputAbbreviatedPath": "\/img\/avatar_default.png", + "outputAbbreviatedPath": "\/img\/avatar_default.png", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, - "processed": 1 + "processed": 0 }, "\/img\/checkmark.png": { "fileType": 32768, @@ -150,12 +150,12 @@ "outputStyle": 1, "syntaxCheckerStyle": 1 }, - "\/js\/semantic-2.1.8.min.js": { + "\/js\/semantic-2.2.1.min.js": { "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/js\/semantic-2.1.8.min.js", - "outputAbbreviatedPath": "\/js\/min\/semantic-2.1.8.min-min.js", + "ignore": 1, + "ignoreWasSetByUser": 1, + "inputAbbreviatedPath": "\/js\/semantic-2.2.1.min.js", + "outputAbbreviatedPath": "\/js\/min\/semantic-2.2.1.min-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, @@ -221,6 +221,26 @@ "strictMath": 0, "strictUnits": 0 }, + "\/less\/_editor.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/less\/_editor.less", + "outputAbbreviatedPath": "\/css\/_editor.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, "\/less\/_emojify.less": { "allowInsecureImports": 0, "createSourceMap": 0, @@ -420,126 +440,6 @@ "strictImports": 0, "strictMath": 0, "strictUnits": 0 - }, - "\/plugins\/dropzone-4.2.0\/dropzone.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/dropzone-4.2.0\/dropzone.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/plugins\/dropzone-4.2.0\/dropzone.js": { - "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/dropzone-4.2.0\/dropzone.js", - "outputAbbreviatedPath": "\/plugins\/dropzone-4.2.0\/min\/dropzone-min.js", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 - }, - "\/plugins\/highlight-9.2.0\/default.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/default.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/plugins\/highlight-9.2.0\/github.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/github.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/plugins\/highlight-9.2.0\/highlight.pack.js": { - "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/highlight.pack.js", - "outputAbbreviatedPath": "\/plugins\/highlight-9.2.0\/min\/highlight.pack-min.js", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 - }, - "\/plugins\/jquery.datetimepicker-2.4.5\/jquery.datetimepicker.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/jquery.datetimepicker-2.4.5\/jquery.datetimepicker.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/plugins\/jquery.datetimepicker-2.4.5\/jquery.datetimepicker.js": { - "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/jquery.datetimepicker-2.4.5\/jquery.datetimepicker.js", - "outputAbbreviatedPath": "\/plugins\/jquery.datetimepicker-2.4.5\/min\/jquery.datetimepicker-min.js", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 - }, - "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.min.js": { - "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.min.js", - "outputAbbreviatedPath": "\/plugins\/jquery.minicolors-2.2.3\/min\/jquery.minicolors.min-min.js", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 - }, - "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.png": { - "fileType": 32768, - "ignore": 0, - "ignoreWasSetByUser": 0, - "initialSize": 68627, - "inputAbbreviatedPath": "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.png", - "outputAbbreviatedPath": "\/plugins\/jquery.minicolors-2.2.3\/jquery.minicolors.png", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "processed": 0 - }, - "\/plugins\/simplemde-1.10.0\/simplemde.min.css": { - "fileType": 16, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/simplemde-1.10.0\/simplemde.min.css", - "outputAbbreviatedPath": "No Output Path", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0 - }, - "\/plugins\/simplemde-1.10.0\/simplemde.min.js": { - "fileType": 64, - "ignore": 0, - "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/simplemde-1.10.0\/simplemde.min.js", - "outputAbbreviatedPath": "\/plugins\/simplemde-1.10.0\/min\/simplemde.min-min.js", - "outputPathIsOutsideProject": 0, - "outputPathIsSetByUser": 0, - "outputStyle": 1, - "syntaxCheckerStyle": 1 } }, "hooks": [ @@ -1151,7 +1051,7 @@ "sassUseLibsass": 0, "shouldRunAutoprefixer": 0, "shouldRunBless": 0, - "skippedItemsString": "node_modules, _logs, .hg, _cache, log, logs, cache, \/assets, \/js\/libs, .git, .svn, \/img\/emoji", + "skippedItemsString": "node_modules, _logs, .hg, \/plugins, _cache, log, logs, cache, \/assets, \/js\/libs, .git, .svn, \/img\/emoji", "slimAutoOutputPathEnabled": 1, "slimAutoOutputPathFilenamePattern": "*.html", "slimAutoOutputPathRelativePath": "", diff --git a/public/css/gogs.css b/public/css/gogs.css index 973f831cf..3832c30f8 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -5,7 +5,7 @@ background-size: contain; } body { - font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; + font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important; background-color: #fff; overflow-y: scroll; } @@ -33,6 +33,21 @@ code.wrap { /* CSS 3 */ word-break: break-word; } +.dont-break-out { + /* These are technically the same, but use both */ + overflow-wrap: break-word; + word-wrap: break-word; + -ms-word-break: break-all; + /* This is the dangerous one in WebKit, as it breaks things wherever */ + word-break: break-all; + /* Instead use this non-standard one: */ + word-break: break-word; + /* Adds a hyphen where the word breaks, if supported (No Blink) */ + -ms-hyphens: auto; + -moz-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} .full.height { padding: 0; margin: 0 0 -80px 0; @@ -68,16 +83,19 @@ code.wrap { .following.bar .top.menu .menu { z-index: 900; } +.following.bar .icon, +.following.bar .octicon { + margin-right: 5px !important; +} .following.bar .head.link.item { padding-right: 0 !important; } -.following.bar .head.link.item .dropdown.icon, -.following.bar .head.link.item .menu .octicon { - margin-right: 5px; -} .following.bar .avatar > .ui.image { margin-right: 0; } +.following.bar .avatar .octicon-triangle-down { + margin-top: 6.5px; +} .following.bar .searchbox { background-color: #f4f4f4 !important; } @@ -297,6 +315,11 @@ footer .container .links > * { footer .container .links > *:first-child { border-left: none; } +footer .ui.language .menu { + max-height: 500px; + overflow-y: auto; + margin-bottom: 7px; +} .hide { display: none; } @@ -367,12 +390,6 @@ footer .container .links > *:first-child { width: 32px !important; height: 32px !important; } -.octicon.icon, -.mega-octicon.icon { - font-family: octicons; - font-size: 16px; - opacity: 1 !important; -} .sr-only { position: absolute; width: 1px; @@ -1078,8 +1095,8 @@ footer .container .links > *:first-child { padding-bottom: 80px; } .repository .head .column { - padding-top: 5px!important; - padding-bottom: 5px!important; + padding-top: 5px !important; + padding-bottom: 5px !important; } .repository .head .ui.compact.menu { margin-left: 1rem; @@ -1102,6 +1119,10 @@ footer .container .links > *:first-child { font-size: 12px; white-space: nowrap; } +.repository .head .octicon.octicon-repo-forked { + margin-top: -1px; + font-size: 15px; +} .repository .navbar .ui.label { margin-top: -2px; margin-left: 7px; @@ -1117,13 +1138,15 @@ footer .container .links > *:first-child { .repository .metas .ui.list .hide { display: none!important; } +.repository .metas .ui.list .item { + padding: 0px; +} .repository .metas .ui.list .label.color { padding: 0 8px; margin-right: 5px; } .repository .metas .ui.list a { - padding-top: 5px; - padding-right: 10px; + margin: 2px 0; } .repository .metas .ui.list a .text { color: #444; @@ -1139,6 +1162,9 @@ footer .container .links > *:first-child { .repository .header-wrapper .ui.tabs.divider { border-bottom: none; } +.repository .header-wrapper .ui.tabular .octicon { + margin-right: 5px; +} .repository .filter.menu .label.color { border-radius: 3px; margin-left: 15px; @@ -1172,7 +1198,8 @@ footer .container .links > *:first-child { } .repository #clone-panel { margin-top: -8px; - width: 100%; + margin-left: 5px; + width: 350px; } .repository #clone-panel input { border-radius: 0; @@ -1198,6 +1225,14 @@ footer .container .links > *:first-child { .repository.file.list .choose.reference .header .icon { font-size: 1.4em; } +.repository.file.list #file-buttons { + font-weight: normal; + margin-top: -3px; +} +.repository.file.list #file-buttons .ui.button { + padding: 8px 10px; + font-weight: normal; +} .repository.file.list #repo-files-table thead th { padding-top: 8px; padding-bottom: 5px; @@ -1211,9 +1246,17 @@ footer .container .links > *:first-child { .repository.file.list #repo-files-table thead .ui.avatar { margin-bottom: 5px; } -.repository.file.list #repo-files-table tbody .icon { +.repository.file.list #repo-files-table tbody .octicon { margin-left: 3px; margin-right: 5px; + color: #777; +} +.repository.file.list #repo-files-table tbody .octicon.octicon-mail-reply { + margin-right: 10px; +} +.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory, +.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule { + color: #1e70bf; } .repository.file.list #repo-files-table td { padding-top: 8px; @@ -1226,6 +1269,36 @@ footer .container .links > *:first-child { font-size: 1em; margin-top: -2px; } +.repository.file.list #file-content .header .file-actions { + padding-left: 20px; +} +.repository.file.list #file-content .header .file-actions .btn-octicon { + display: inline-block; + padding: 5px; + margin-left: 5px; + line-height: 1; + color: #767676; + vertical-align: middle; + background: transparent; + border: 0; + outline: none; +} +.repository.file.list #file-content .header .file-actions .btn-octicon:hover { + color: #4078c0; +} +.repository.file.list #file-content .header .file-actions .btn-octicon-danger:hover { + color: #bd2c00; +} +.repository.file.list #file-content .header .file-actions .btn-octicon.disabled { + color: #bbb; + cursor: default; +} +.repository.file.list #file-content .header .file-actions #delete-file-form { + display: inline-block; +} +.repository.file.list #file-content .view-raw { + padding: 5px; +} .repository.file.list #file-content .view-raw * { max-width: 100%; } @@ -1273,7 +1346,8 @@ footer .container .links > *:first-child { .repository.file.list #file-content .code-view .lines-code ol li, .repository.file.list #file-content .code-view .lines-num .hljs li, .repository.file.list #file-content .code-view .lines-code .hljs li { - padding-left: 5px; + display: inline-block; + width: 100%; } .repository.file.list #file-content .code-view .lines-num pre li.active, .repository.file.list #file-content .code-view .lines-code pre li.active, @@ -1283,12 +1357,95 @@ footer .container .links > *:first-child { .repository.file.list #file-content .code-view .lines-code .hljs li.active { background: #ffffdd; } +.repository.file.list #file-content .code-view .lines-num pre li:before, +.repository.file.list #file-content .code-view .lines-code pre li:before, +.repository.file.list #file-content .code-view .lines-num ol li:before, +.repository.file.list #file-content .code-view .lines-code ol li:before, +.repository.file.list #file-content .code-view .lines-num .hljs li:before, +.repository.file.list #file-content .code-view .lines-code .hljs li:before { + content: ' '; +} .repository.file.list .sidebar { padding-left: 0; } .repository.file.list .sidebar .octicon { width: 16px; } +.repository.file.editor .treepath { + width: 100%; +} +.repository.file.editor .treepath input { + vertical-align: middle; + box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 2px inset; + width: inherit; + padding: 7px 8px; + margin-right: 5px; +} +.repository.file.editor .tabular.menu .octicon { + margin-right: 5px; +} +.repository.file.editor .commit-form-wrapper { + padding-left: 64px; +} +.repository.file.editor .commit-form-wrapper .commit-avatar { + float: left; + margin-left: -64px; + width: 3em; + height: auto; +} +.repository.file.editor .commit-form-wrapper .commit-form { + position: relative; + padding: 15px; + margin-bottom: 10px; + border: 1px solid #ddd; + border-radius: 3px; +} +.repository.file.editor .commit-form-wrapper .commit-form:before, +.repository.file.editor .commit-form-wrapper .commit-form:after { + right: 100%; + top: 20px; + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; +} +.repository.file.editor .commit-form-wrapper .commit-form:before { + border-right-color: #D4D4D5; + border-width: 9px; + margin-top: -9px; +} +.repository.file.editor .commit-form-wrapper .commit-form:after { + border-right-color: #f7f7f7; + border-width: 8px; + margin-top: -8px; +} +.repository.file.editor .commit-form-wrapper .commit-form:after { + border-right-color: #fff; +} +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .branch-name { + display: inline-block; + padding: 3px 6px; + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + color: rgba(0, 0, 0, 0.65); + background-color: rgba(209, 227, 237, 0.45); + border-radius: 3px; +} +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input { + position: relative; + margin-left: 25px; +} +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input input { + width: 240px !important; + padding-left: 26px !important; +} +.repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .octicon-git-branch { + position: absolute; + top: 9px; + left: 10px; + color: #b0c4ce; +} .repository.options #interval { width: 100px!important; min-width: 100px; @@ -1415,7 +1572,10 @@ footer .container .links > *:first-child { .repository.view.issue .comment-list .comment .actions .item { float: left; } -.repository.view.issue .comment-list .comment .actions a.item { +.repository.view.issue .comment-list .comment .actions .item.tag { + margin-right: 5px; +} +.repository.view.issue .comment-list .comment .actions .item.action { margin-top: 6px; margin-left: 10px; } @@ -1496,6 +1656,13 @@ footer .container .links > *:first-child { margin: 0; vertical-align: middle; } +.repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image { + font-size: 8vw; + color: #000000; +} +.repository.view.issue .comment-list .comment .content > .bottom.segment span.ui.image:hover { + color: #000000; +} .repository.view.issue .comment-list .comment .ui.form .field:first-child { clear: none; } @@ -1519,20 +1686,24 @@ footer .container .links > *:first-child { .repository.view.issue .comment-list .event .octicon { width: 30px; float: left; - margin-left: -36px; text-align: center; } .repository.view.issue .comment-list .event .octicon.octicon-circle-slash { margin-top: 5px; + margin-left: -34.5px; font-size: 20px; color: #bd2c00; } .repository.view.issue .comment-list .event .octicon.octicon-primitive-dot { + margin-left: -28.5px; + margin-right: -1px; font-size: 30px; color: #6cc644; } .repository.view.issue .comment-list .event .octicon.octicon-bookmark { margin-top: 3px; + margin-left: -31px; + margin-right: -1px; font-size: 25px; } .repository.view.issue .comment-list .event .detail { @@ -1931,6 +2102,9 @@ footer .container .links > *:first-child { .repository.new.release .target { min-width: 500px; } +.repository.new.release .target #tag-name { + margin-top: -4px; +} .repository.new.release .target .at { margin-left: -5px; margin-right: 5px; @@ -2011,6 +2185,14 @@ footer .container .links > *:first-child { margin-left: 5px; margin-top: -3px; } +.repository.settings.webhook .events .column { + padding-bottom: 0; +} +.repository.settings.webhook .events .help { + font-size: 13px; + margin-left: 26px; + padding-top: 0; +} .user-cards .list { padding: 0; } @@ -2096,13 +2278,13 @@ footer .container .links > *:first-child { .page.buttons { padding-top: 15px; } -.ui.comments .dropzone { +.ui.form .dropzone { width: 100%; margin-bottom: 10px; border: 2px dashed #0087F7; box-shadow: none!important; } -.ui.comments .dropzone .dz-error-message { +.ui.form .dropzone .dz-error-message { top: 140px; } .settings .content { @@ -2144,6 +2326,21 @@ footer .container .links > *:first-child { width: 20px; text-align: center; } +.settings .hook.list .item a { + /* These are technically the same, but use both */ + overflow-wrap: break-word; + word-wrap: break-word; + -ms-word-break: break-all; + /* This is the dangerous one in WebKit, as it breaks things wherever */ + word-break: break-all; + /* Instead use this non-standard one: */ + word-break: break-word; + /* Adds a hyphen where the word breaks, if supported (No Blink) */ + -ms-hyphens: auto; + -moz-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} .settings .hook.history.list .item { padding-left: 13px; } @@ -2243,6 +2440,80 @@ footer .container .links > *:first-child { #delete-repo-modal .ui.message { width: 100%!important; } +.tab-size-1 { + tab-size: 1 !important; + -moz-tab-size: 1 !important; +} +.tab-size-2 { + tab-size: 2 !important; + -moz-tab-size: 2 !important; +} +.tab-size-3 { + tab-size: 3 !important; + -moz-tab-size: 3 !important; +} +.tab-size-4 { + tab-size: 4 !important; + -moz-tab-size: 4 !important; +} +.tab-size-5 { + tab-size: 5 !important; + -moz-tab-size: 5 !important; +} +.tab-size-6 { + tab-size: 6 !important; + -moz-tab-size: 6 !important; +} +.tab-size-7 { + tab-size: 7 !important; + -moz-tab-size: 7 !important; +} +.tab-size-8 { + tab-size: 8 !important; + -moz-tab-size: 8 !important; +} +.tab-size-9 { + tab-size: 9 !important; + -moz-tab-size: 9 !important; +} +.tab-size-10 { + tab-size: 10 !important; + -moz-tab-size: 10 !important; +} +.tab-size-11 { + tab-size: 11 !important; + -moz-tab-size: 11 !important; +} +.tab-size-12 { + tab-size: 12 !important; + -moz-tab-size: 12 !important; +} +.tab-size-13 { + tab-size: 13 !important; + -moz-tab-size: 13 !important; +} +.tab-size-14 { + tab-size: 14 !important; + -moz-tab-size: 14 !important; +} +.tab-size-15 { + tab-size: 15 !important; + -moz-tab-size: 15 !important; +} +.tab-size-16 { + tab-size: 16 !important; + -moz-tab-size: 16 !important; +} +.CodeMirror { + font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace; +} +.CodeMirror.cm-s-default { + border-radius: 3px; + padding: 0 !important; +} +.CodeMirror .cm-comment { + background: inherit !important; +} .organization { padding-top: 15px; padding-bottom: 80px; @@ -2382,9 +2653,6 @@ footer .container .links > *:first-child { .user.settings .email.list .item:not(:first-child) .button { margin-top: -10px; } -.user.profile .ui.card #profile-avatar { - height: 290px; -} .user.profile .ui.card .username { display: block; } @@ -2473,9 +2741,9 @@ footer .container .links > *:first-child { .dashboard.issues .ui.right .head.menu .item.active { color: #d9453d; } -.dashboard.feeds .head.menu .octicon, -.dashboard.issues .head.menu .octicon { - margin-right: 5px; +.feeds .news > .ui.grid { + margin-left: auto; + margin-right: auto; } .feeds .news .ui.avatar { margin-top: 13px; @@ -2512,13 +2780,13 @@ footer .container .links > *:first-child { border-radius: 3px; word-break: break-all; } -.feeds .list .header { - padding-top: 10px; - padding-bottom: 5px; +.feeds .list .header .ui.label { + margin-top: -4px; + padding: 4px 5px; + font-weight: normal; } .feeds .list .header .plus.icon { margin-top: 5px; - margin-right: 0; } .feeds .list ul { list-style: none; @@ -2536,9 +2804,14 @@ footer .container .links > *:first-child { display: block; } .feeds .list ul li a .octicon { - margin-right: 6px; color: #888; } +.feeds .list ul li a .octicon.rear { + font-size: 15px; +} +.feeds .list ul li a .star-num { + font-size: 12px; +} .feeds .list .repo-owner-name-list .item-name { max-width: 70%; margin-bottom: -4px; @@ -2623,7 +2896,7 @@ footer .container .links > *:first-child { } .ui.repository.list .item .ui.header .metas { color: #888; - font-size: 13px; + font-size: 14px; font-weight: normal; } .ui.repository.list .item .ui.header .metas span:not(:last-child) { diff --git a/public/css/semantic-2.1.8.min.css b/public/css/semantic-2.1.8.min.css deleted file mode 100644 index 835d6f126..000000000 --- a/public/css/semantic-2.1.8.min.css +++ /dev/null @@ -1,11 +0,0 @@ - /* - * # Semantic UI - 2.1.7 - * https://github.com/Semantic-Org/Semantic-UI - * http://www.semantic-ui.com/ - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ -*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:14px}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0;color:#4183c4;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,html{height:100%}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#fff;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#e0e1e2;color:rgba(0,0,0,.6);font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;will-change:'';-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#cacbcd;background-image:none;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:''!important;box-shadow:''!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#babbbc;background-image:'';color:rgba(0,0,0,.9);box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#c0c1c2;background-image:none;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#c0c1c2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#c0c1c2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;box-shadow:none}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;box-shadow:none!important;pointer-events:none}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em;left:auto;right:0}.ui.animated.button .hidden.content{position:absolute;width:100%;top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);-ms-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ui.inverted.button{box-shadow:0 0 0 2px #fff inset!important;background:0 0;color:#fff;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button.active,.ui.inverted.button:focus,.ui.inverted.button:hover{background:#fff;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#dcddde;box-shadow:0 0 0 2px #dcddde inset!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background:0 0!important;padding:0!important;border:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;padding:'';font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label,.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3b5998;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#fff;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#fff;text-shadow:none}.ui.twitter.button{background-color:#0084b4;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#00719b;color:#fff;text-shadow:none}.ui.twitter.button:active{background-color:#005f81;color:#fff;text-shadow:none}.ui.google.plus.button{background-color:#dc4a38;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#de321d;color:#fff;text-shadow:none}.ui.google.plus.button:active{background-color:#bf3322;color:#fff;text-shadow:none}.ui.linkedin.button{background-color:#1f88be;color:#fff;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#fff;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#fff;text-shadow:none}.ui.youtube.button{background-color:#cc181e;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#bd0d13;color:#fff;text-shadow:none}.ui.youtube.button:active{background-color:#9e1317;color:#fff;text-shadow:none}.ui.instagram.button{background-color:#49769c;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#fff;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#fff;text-shadow:none}.ui.pinterest.button{background-color:#00aced;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#0099d4;color:#fff;text-shadow:none}.ui.pinterest.button:active{background-color:#0087ba;color:#fff;text-shadow:none}.ui.vk.button{background-color:#4D7198;color:#fff;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#41648a;color:#fff}.ui.vk.button:active{background-color:#3c5876;color:#fff}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button>.right.icon:not(.button){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.71428571rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:0 0!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.button:focus,.ui.basic.button:hover,.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover{background:#fff!important;color:rgba(0,0,0,.8)!important;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#f8f8f8!important;color:rgba(0,0,0,.9)!important;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;box-shadow:''!important;color:rgba(0,0,0,.95)}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{box-shadow:rgba(34,36,38,.35) inset}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#f9fafb!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:focus,.ui.basic.inverted.buttons .button:hover{color:#fff!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08)!important;color:#fff!important;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#fff;text-shadow:none;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);box-shadow:0 0 0 2px #fff inset!important}.ui.basic.buttons .button{border-radius:0;border-left:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none;border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';box-shadow:-1px 0 0 0 transparent inset;top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:.28571429rem 0 0}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0 0 0 .28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21ba45!important;box-shadow:none!important;text-shadow:none;color:#fff!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#fff!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#fff;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child,.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.black.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#fff;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#fff;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #2f3032 inset!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #0f0f10 inset!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.black.active.button,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .active.button,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{box-shadow:0 0 0 2px #000 inset!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.active.button,.ui.inverted.black.buttons .basic.button:active{box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#fff;text-shadow:none;background-image:none}.ui.grey.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#fff;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#fff;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#fff;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#fff;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{box-shadow:0 0 0 1px #767676 inset!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #838383 inset!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8a8a8a inset!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #696969 inset!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{box-shadow:0 0 0 1px #909090 inset!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{box-shadow:0 0 0 2px #c7c9cb inset!important;color:#dcddde!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{box-shadow:0 0 0 2px #c2c4c5 inset!important;color:#fff!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#a5673f;color:#fff;text-shadow:none;background-image:none}.ui.brown.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#fff;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#fff;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#fff;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#fff;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{box-shadow:0 0 0 1px #a5673f inset!important;color:#a5673f!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #975b33 inset!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #90532b inset!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #995a31 inset!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{box-shadow:0 0 0 1px #805031 inset!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d67c1c inset!important;color:#d67c1c}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{box-shadow:0 0 0 2px #c86f11 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{box-shadow:0 0 0 2px #c16808 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{box-shadow:0 0 0 2px #cc6f0d inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{box-shadow:0 0 0 2px #a96216 inset!important;color:#d67c1c!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.blue.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #54c8ff inset!important;color:#54c8ff}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{box-shadow:0 0 0 2px #2bbbff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{box-shadow:0 0 0 2px #21b8ff inset!important;color:#54c8ff!important}.ui.green.button,.ui.green.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.green.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #2ecc40 inset!important;color:#2ecc40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{box-shadlightOw:none!important;color:#fff}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{box-shadow:0 0 0 2px #22be34 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{box-shadow:0 0 0 2px #19b82b inset!important;color:#2ecc40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{box-shadow:0 0 0 2px #1fc231 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{box-shadow:0 0 0 2px #25a233 inset!important;color:#2ecc40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#f2711c;color:#fff;text-shadow:none;background-image:none}.ui.orange.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#fff;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#fff;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#fff;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#fff;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{box-shadow:0 0 0 1px #f2711c inset!important;color:#f2711c!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #f26202 inset!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e55b00 inset!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #f56100 inset!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{box-shadow:0 0 0 1px #cf590c inset!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ff851b inset!important;color:#ff851b}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{box-shadow:0 0 0 2px #f17000 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{box-shadow:0 0 0 2px #e76b00 inset!important;color:#ff851b!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#e03997;color:#fff;text-shadow:none;background-image:none}.ui.pink.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#fff;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#fff;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#fff;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#fff;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{box-shadow:0 0 0 1px #e03997 inset!important;color:#e03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #e61a8d inset!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e10f85 inset!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #ea158d inset!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{box-shadow:0 0 0 1px #c71f7e inset!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ff8edf inset!important;color:#ff8edf}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff65d3 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{box-shadow:0 0 0 2px #ff5bd1 inset!important;color:#ff8edf!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.ui.violet.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#fff;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{box-shadow:0 0 0 1px #6435c9 inset!important;color:#6435c9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #5829bb inset!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #4f20b5 inset!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #5626bf inset!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{box-shadow:0 0 0 1px #502aa1 inset!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #a291fb inset!important;color:#a291fb}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{box-shadow:0 0 0 2px #7d64ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{box-shadow:0 0 0 2px #7860f9 inset!important;color:#a291fb!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#a333c8;color:#fff;text-shadow:none;background-image:none}.ui.purple.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#fff;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#fff;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#fff;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#fff;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{box-shadow:0 0 0 1px #a333c8 inset!important;color:#a333c8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #9627ba inset!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8f1eb4 inset!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #9724be inset!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{box-shadow:0 0 0 1px #82299f inset!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #dc73ff inset!important;color:#dc73ff}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{box-shadow:0 0 0 2px #d24aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{box-shadow:0 0 0 2px #cf40ff inset!important;color:#dc73ff!important}.ui.red.button,.ui.red.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.red.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ff695e inset!important;color:#ff695e}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff4335 inset!important;color:#ff695e!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{box-shadow:0 0 0 2px #ff392b inset!important;color:#ff695e!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00b5ad;color:#fff;text-shadow:none;background-image:none}.ui.teal.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#fff;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#fff;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#fff;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#fff;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{box-shadow:0 0 0 1px #00b5ad inset!important;color:#00b5ad!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #008c86 inset!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{box-shadow:0 0 0 1px #00827c inset!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #6dffff inset!important;color:#6dffff}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{box-shadow:0 0 0 2px #4ff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{box-shadow:0 0 0 2px #3affff inset!important;color:#6dffff!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#b5cc18;color:#fff;text-shadow:none;background-image:none}.ui.olive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#fff;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#fff;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#fff;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#fff;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{box-shadow:0 0 0 1px #b5cc18 inset!important;color:#b5cc18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #a7bd0d inset!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #a0b605 inset!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #aac109 inset!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{box-shadow:0 0 0 1px #8d9e13 inset!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d9e778 inset!important;color:#d9e778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{box-shadow:0 0 0 2px #d8ea5c inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{box-shadow:0 0 0 2px #daef47 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{box-shadow:0 0 0 2px #daed59 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{box-shadow:0 0 0 2px #cddf4d inset!important;color:#d9e778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.ui.yellow.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#fff;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#fff;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{box-shadow:0 0 0 1px #fbbd08 inset!important;color:#fbbd08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #daa300 inset!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{box-shadow:0 0 0 1px #cd9903 inset!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ffe21f inset!important;color:#ffe21f}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{box-shadow:0 0 0 2px #f5d500 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{box-shadow:0 0 0 2px #ebcd00 inset!important;color:#ffe21f!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.primary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.primary.active.button,.ui.primary.buttons .active.button{background-color:#1279c6;color:#fff;text-shadow:none}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.secondary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.secondary.active.button,.ui.secondary.buttons .active.button{background-color:#27292a;color:#fff;text-shadow:none}.ui.positive.button,.ui.positive.buttons .button{background-color:#21ba45!important;color:#fff;text-shadow:none;background-image:none}.ui.positive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39!important;color:#fff;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432!important;color:#fff;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35!important;color:#fff;text-shadow:none}.ui.positive.active.button,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.negative.button,.ui.negative.buttons .button{background-color:#db2828!important;color:#fff;text-shadow:none;background-image:none}.ui.negative.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919!important;color:#fff;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010!important;color:#fff;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e!important;color:#fff;text-shadow:none}.ui.negative.active.button,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;box-shadow:none}.ui.vertical.buttons .button:first-child,.ui.vertical.buttons .huge.button:first-child,.ui.vertical.buttons .massive.button:first-child,.ui.vertical.buttons .mini.button:first-child,.ui.vertical.buttons .small.button:first-child,.ui.vertical.buttons .tiny.button:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.buttons .button:last-child,.ui.vertical.buttons .gigantic.button:last-child,.ui.vertical.buttons .huge.button:last-child,.ui.vertical.buttons .massive.button:last-child,.ui.vertical.buttons .mini.button:last-child,.ui.vertical.buttons .small.button:last-child,.ui.vertical.buttons .tiny.button:last-child{margin-bottom:0;border-radius:0 0 .28571429rem .28571429rem}.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}.ui.grid.container,.ui.relaxed.grid.container,.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px!important;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-size:1rem}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(themes/default/assets/images/flags.png) -108px -1976px no-repeat;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-36px -1717px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}.ui.header{border:none;margin:calc(2rem - .14285em) 0 1rem;padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;line-height:1.2857em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:.14285em;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image,.ui.header>img{display:inline-block;margin-top:.14285em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.714rem}h3.ui.header{font-size:1.28rem}h4.ui.header{font-size:1.071rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header,h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header,h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.714em}.ui.medium.header{font-size:1.28em}.ui.small.header{font-size:1.071em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header,.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header,.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.small.sub.header{font-size:.71428571em}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;text-transform:uppercase;color:'';font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content{display:block}.ui.icon.header .circular.icon,.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#fff}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;background:linear-gradient(transparent,rgba(0,0,0,.05)) #545454;box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;background:linear-gradient(transparent,rgba(0,0,0,.05)) #545454;box-shadow:none;border-bottom:none}.ui.red.header{color:#db2828!important}a.ui.red.header:hover{color:#d01919!important}.ui.red.dividing.header{border-bottom:2px solid #db2828}.ui.inverted.red.header{color:#ff695e!important}a.ui.inverted.red.header:hover{color:#ff5144!important}.ui.orange.header{color:#f2711c!important}a.ui.orange.header:hover{color:#f26202!important}.ui.orange.dividing.header{border-bottom:2px solid #f2711c}.ui.inverted.orange.header{color:#ff851b!important}a.ui.inverted.orange.header:hover{color:#ff7701!important}.ui.olive.header{color:#b5cc18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #b5cc18}.ui.inverted.olive.header{color:#d9e778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#fbbd08!important}a.ui.yellow.header:hover{color:#eaae00!important}.ui.yellow.dividing.header{border-bottom:2px solid #fbbd08}.ui.inverted.yellow.header{color:#ffe21f!important}a.ui.inverted.yellow.header:hover{color:#ffdf05!important}.ui.green.header{color:#21ba45!important}a.ui.green.header:hover{color:#16ab39!important}.ui.green.dividing.header{border-bottom:2px solid #21ba45}.ui.inverted.green.header{color:#2ecc40!important}a.ui.inverted.green.header:hover{color:#22be34!important}.ui.teal.header{color:#00b5ad!important}a.ui.teal.header:hover{color:#009c95!important}.ui.teal.dividing.header{border-bottom:2px solid #00b5ad}.ui.inverted.teal.header{color:#6dffff!important}a.ui.inverted.teal.header:hover{color:#54ffff!important}.ui.blue.header{color:#2185d0!important}a.ui.blue.header:hover{color:#1678c2!important}.ui.blue.dividing.header{border-bottom:2px solid #2185d0}.ui.inverted.blue.header{color:#54c8ff!important}a.ui.inverted.blue.header:hover{color:#3ac0ff!important}.ui.violet.header{color:#6435c9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435c9}.ui.inverted.violet.header{color:#a291fb!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#a333c8!important}a.ui.purple.header:hover{color:#9627ba!important}.ui.purple.dividing.header{border-bottom:2px solid #a333c8}.ui.inverted.purple.header{color:#dc73ff!important}a.ui.inverted.purple.header:hover{color:#d65aff!important}.ui.pink.header{color:#e03997!important}a.ui.pink.header:hover{color:#e61a8d!important}.ui.pink.dividing.header{border-bottom:2px solid #e03997}.ui.inverted.pink.header{color:#ff8edf!important}a.ui.inverted.pink.header:hover{color:#ff74d8!important}.ui.brown.header{color:#a5673f!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #a5673f}.ui.inverted.brown.header{color:#d67c1c!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#767676!important}a.ui.grey.header:hover{color:#838383!important}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header{color:#dcddde!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#f3f4f5;padding:.71428571rem 1rem;box-shadow:none;border:1px solid #d4d4d5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#fff;padding:.71428571rem 1rem;margin-left:-1px;margin-right:-1px;box-shadow:none;border:1px solid #d4d4d5}.ui.attached.block.header{background:#f3f4f5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28em}@font-face{font-family:Icons;src:url(themes/default/assets/fonts/icons.eot);src:url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons.woff2) format('woff2'),url(themes/default/assets/fonts/icons.woff) format('woff'),url(themes/default/assets/fonts/icons.ttf) format('truetype'),url(themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.emphasized.icon,i.icon.active,i.icon.hover{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0}i.link.icon{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}i.inverted.icon{color:#fff}i.red.icon{color:#db2828!important}i.inverted.red.icon{color:#ff695e!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}i.orange.icon{color:#f2711c!important}i.inverted.orange.icon{color:#ff851b!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}i.yellow.icon{color:#fbbd08!important}i.inverted.yellow.icon{color:#ffe21f!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}i.olive.icon{color:#b5cc18!important}i.inverted.olive.icon{color:#d9e778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}i.green.icon{color:#21ba45!important}i.inverted.green.icon{color:#2ecc40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}i.teal.icon{color:#00b5ad!important}i.inverted.teal.icon{color:#6dffff!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}i.blue.icon{color:#2185d0!important}i.inverted.blue.icon{color:#54c8ff!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}i.violet.icon{color:#6435c9!important}i.inverted.violet.icon{color:#a291fb!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}i.purple.icon{color:#a333c8!important}i.inverted.purple.icon{color:#dc73ff!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}i.pink.icon{color:#e03997!important}i.inverted.pink.icon{color:#ff8edf!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}i.brown.icon{color:#a5673f!important}i.inverted.brown.icon{color:#d67c1c!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#dcddde!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}i.black.icon{color:#1b1c1d!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordeblack.black.icon,i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.71428571rem}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.85714286rem}i.small.icon,i.small.icons{line-height:1;font-size:.92857143em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;-ms-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;-ms-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.search:before{content:"\f002"}i.icon.mail.outline:before{content:"\f003"}i.icon.external:before{content:"\f08e"}i.icon.signal:before{content:"\f012"}i.icon.setting:before{content:"\f013"}i.icon.home:before{content:"\f015"}i.icon.inbox:before{content:"\f01c"}i.icon.browser:before{content:"\f022"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.calendar:before{content:"\f073"}i.icon.comment:before{content:"\f075"}i.icon.comments:before{content:"\f086"}i.icon.shop:before{content:"\f07a"}i.icon.privacy:before{content:"\f084"}i.icon.settings:before{content:"\f085"}i.icon.trophy:before{content:"\f091"}i.icon.payment:before{content:"\f09d"}i.icon.feed:before{content:"\f09e"}i.icon.alarm.outline:before{content:"\f0a2"}i.icon.tasks:before{content:"\f0ae"}i.icon.cloud:before{content:"\f0c2"}i.icon.lab:before{content:"\f0c3"}i.icon.mail:before{content:"\f0e0"}i.icon.idea:before{content:"\f0eb"}i.icon.dashboard:before{content:"\f0e4"}i.icon.sitemap:before{content:"\f0e8"}i.icon.alarm:before{content:"\f0f3"}i.icon.terminal:before{content:"\f120"}i.icon.code:before{content:"\f121"}i.icon.protect:before{content:"\f132"}i.icon.calendar.outline:before{content:"\f133"}i.icon.ticket:before{content:"\f145"}i.icon.external.square:before{content:"\f14c"}i.icon.map:before{content:"\f14e"}i.icon.bug:before{content:"\f188"}i.icon.mail.square:before{content:"\f199"}i.icon.history:before{content:"\f1da"}i.icon.options:before{content:"\f1de"}i.icon.comment.outline:before{content:"\f0e5"}i.icon.comments.outline:before{content:"\f0e6"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.find:before{content:"\f1e5"}i.icon.wifi:before{content:"\f1eb"}i.icon.alarm.slash:before{content:"\f1f6"}i.icon.alarm.slash.outline:before{content:"\f1f7"}i.icon.copyright:before{content:"\f1f9"}i.icon.at:before{content:"\f1fa"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.heartbeat:before{content:"\f21e"}i.icon.download:before{content:"\f019"}i.icon.repeat:before{content:"\f01e"}i.icon.refresh:before{content:"\f021"}i.icon.lock:before{content:"\f023"}i.icon.bookmark:before{content:"\f02e"}i.icon.print:before{content:"\f02f"}i.icon.write:before{content:"\f040"}i.icon.theme:before{content:"\f043"}i.icon.adjust:before{content:"\f042"}i.icon.edit:before{content:"\f044"}i.icon.external.share:before{content:"\f045"}i.icon.ban:before{content:"\f05e"}i.icon.mail.forward:before,i.icon.share:before{content:"\f064"}i.icon.expand:before{content:"\f065"}i.icon.compress:before{content:"\f066"}i.icon.unhide:before{content:"\f06e"}i.icon.hide:before{content:"\f070"}i.icon.random:before{content:"\f074"}i.icon.retweet:before{content:"\f079"}i.icon.sign.out:before{content:"\f08b"}i.icon.pin:before{content:"\f08d"}i.icon.sign.in:before{content:"\f090"}i.icon.upload:before{content:"\f093"}i.icon.call:before{content:"\f095"}i.icon.call.square:before{content:"\f098"}i.icon.remove.bookmark:before{content:"\f097"}i.icon.unlock:before{content:"\f09c"}i.icon.configure:before{content:"\f0ad"}i.icon.filter:before{content:"\f0b0"}i.icon.wizard:before{content:"\f0d0"}i.icon.undo:before{content:"\f0e2"}i.icon.exchange:before{content:"\f0ec"}i.icon.cloud.download:before{content:"\f0ed"}i.icon.cloud.upload:before{content:"\f0ee"}i.icon.reply:before{content:"\f112"}i.icon.reply.all:before{content:"\f122"}i.icon.erase:before{content:"\f12d"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.archive:before{content:"\f187"}i.icon.translate:before{content:"\f1ab"}i.icon.recycle:before{content:"\f1b8"}i.icon.send:before{content:"\f1d8"}i.icon.send.outline:before{content:"\f1d9"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.wait:before{content:"\f017"}i.icon.write.square:before{content:"\f14b"}i.icon.share.square:before{content:"\f14d"}i.icon.add.to.cart:before{content:"\f217"}i.icon.in.cart:before{content:"\f218"}i.icon.add.user:before{content:"\f234"}i.icon.remove.user:before{content:"\f235"}i.icon.help.circle:before{content:"\f059"}i.icon.info.circle:before{content:"\f05a"}i.icon.warning:before{content:"\f12a"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.help:before{content:"\f128"}i.icon.info:before{content:"\f129"}i.icon.announcement:before{content:"\f0a1"}i.icon.birthday:before{content:"\f1fd"}i.icon.users:before{content:"\f0c0"}i.icon.doctor:before{content:"\f0f0"}i.icon.child:before{content:"\f1ae"}i.icon.user:before{content:"\f007"}i.icon.handicap:before{content:"\f193"}i.icon.student:before{content:"\f19d"}i.icon.spy:before{content:"\f21b"}i.icon.female:before{content:"\f182"}i.icon.male:before{content:"\f183"}i.icon.woman:before{content:"\f221"}i.icon.man:before{content:"\f222"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.intergender:before{content:"\f224"}i.icon.transgender:before{content:"\f225"}i.icon.lesbian:before{content:"\f226"}i.icon.gay:before{content:"\f227"}i.icon.heterosexual:before{content:"\f228"}i.icon.other.gender:before{content:"\f229"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.neuter:before{content:"\f22c"}i.icon.grid.layout:before{content:"\f00a"}i.icon.list.layout:before{content:"\f00b"}i.icon.block.layout:before{content:"\f009"}i.icon.zoom:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.resize.vertical:before{content:"\f07d"}i.icon.resize.horizontal:before{content:"\f07e"}i.icon.maximize:before{content:"\f0b2"}i.icon.crop:before{content:"\f125"}i.icon.cocktail:before{content:"\f000"}i.icon.road:before{content:"\f018"}i.icon.flag:before{content:"\f024"}i.icon.book:before{content:"\f02d"}i.icon.gift:before{content:"\f06b"}i.icon.leaf:before{content:"\f06c"}i.icon.fire:before{content:"\f06d"}i.icon.plane:before{content:"\f072"}i.icon.magnet:before{content:"\f076"}i.icon.legal:before{content:"\f0e3"}i.icon.lemon:before{content:"\f094"}i.icon.world:before{content:"\f0ac"}i.icon.travel:before{content:"\f0b1"}i.icon.shipping:before{content:"\f0d1"}i.icon.money:before{content:"\f0d6"}i.icon.lightning:before{content:"\f0e7"}i.icon.rain:before{content:"\f0e9"}i.icon.treatment:before{content:"\f0f1"}i.icon.suitcase:before{content:"\f0f2"}i.icon.bar:before{content:"\f0fc"}i.icon.flag.outline:before{content:"\f11d"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.puzzle:before{content:"\f12e"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.rocket:before{content:"\f135"}i.icon.anchor:before{content:"\f13d"}i.icon.bullseye:before{content:"\f140"}i.icon.sun:before{content:"\f185"}i.icon.moon:before{content:"\f186"}i.icon.fax:before{content:"\f1ac"}i.icon.life.ring:before{content:"\f1cd"}i.icon.bomb:before{content:"\f1e2"}i.icon.soccer:before{content:"\f1e3"}i.icon.calculator:before{content:"\f1ec"}i.icon.diamond:before{content:"\f219"}i.icon.crosshairs:before{content:"\f05b"}i.icon.asterisk:before{content:"\f069"}i.icon.certificate:before{content:"\f0a3"}i.icon.circle:before{content:"\f111"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.circle.thin:before{content:"\f1db"}i.icon.square.outline:before{content:"\f096"}i.icon.square:before{content:"\f0c8"}i.icon.checkmark:before{content:"\f00c"}i.icon.remove:before{content:"\f00d"}i.icon.checkmark.box:before{content:"\f046"}i.icon.move:before{content:"\f047"}i.icon.add.circle:before{content:"\f055"}i.icon.minus.circle:before{content:"\f056"}i.icon.remove.circle:before{content:"\f057"}i.icon.check.circle:before{content:"\f058"}i.icon.remove.circle.outline:before{content:"\f05c"}i.icon.check.circle.outline:before{content:"\f05d"}i.icon.plus:before{content:"\f067"}i.icon.minus:before{content:"\f068"}i.icon.add.square:before{content:"\f0fe"}i.icon.radio:before{content:"\f10c"}i.icon.selected.radio:before{content:"\f192"}i.icon.minus.square:before{content:"\f146"}i.icon.minus.square.outline:before{content:"\f147"}i.icon.check.square:before{content:"\f14a"}i.icon.plus.square.outline:before{content:"\f196"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.film:before{content:"\f008"}i.icon.sound:before{content:"\f025"}i.icon.photo:before{content:"\f030"}i.icon.bar.chart:before{content:"\f080"}i.icon.camera.retro:before{content:"\f083"}i.icon.newspaper:before{content:"\f1ea"}i.icon.area.chart:before{content:"\f1fe"}i.icon.pie.chart:before{content:"\f200"}i.icon.line.chart:before{content:"\f201"}i.icon.arrow.circle.outline.down:before{content:"\f01a"}i.icon.arrow.circle.outline.up:before{content:"\f01b"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrow.down:before{content:"\f063"}i.icon.chevron.up:before{content:"\f077"}i.icon.chevron.down:before{content:"\f078"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.up:before{content:"\f0d8"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angle.down:before{content:"\f107"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.up:before{content:"\f151"}i.icon.toggle.right:before{content:"\f152"}i.icon.long.arrow.down:before{content:"\f175"}i.icon.long.arrow.up:before{content:"\f176"}i.icon.long.arrow.left:before{content:"\f177"}i.icon.long.arrow.right:before{content:"\f178"}i.icon.arrow.circle.outline.right:before{content:"\f18e"}i.icon.arrow.circle.outline.left:before{content:"\f190"}i.icon.toggle.left:before{content:"\f191"}i.icon.power:before{content:"\f011"}i.icon.trash:before{content:"\f1f8"}i.icon.trash.outline:before{content:"\f014"}i.icon.disk.outline:before{content:"\f0a0"}i.icon.desktop:before{content:"\f108"}i.icon.laptop:before{content:"\f109"}i.icon.tablet:before{content:"\f10a"}i.icon.mobile:before{content:"\f10b"}i.icon.game:before{content:"\f11b"}i.icon.keyboard:before{content:"\f11c"}i.icon.plug:before{content:"\f1e6"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.level.up:before{content:"\f148"}i.icon.level.down:before{content:"\f149"}i.icon.file:before{content:"\f15b"}i.icon.file.outline:before{content:"\f016"}i.icon.file.text:before{content:"\f15c"}i.icon.file.text.outline:before{content:"\f0f6"}i.icon.folder.outline:before{content:"\f114"}i.icon.folder.open.outline:before{content:"\f115"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.barcode:before{content:"\f02a"}i.icon.qrcode:before{content:"\f029"}i.icon.fork:before{content:"\f126"}i.icon.html5:before{content:"\f13b"}i.icon.css3:before{content:"\f13c"}i.icon.rss:before{content:"\f09e"}i.icon.rss.square:before{content:"\f143"}i.icon.openid:before{content:"\f19b"}i.icon.database:before{content:"\f1c0"}i.icon.server:before{content:"\f233"}i.icon.heart:before{content:"\f004"}i.icon.star:before{content:"\f005"}i.icon.empty.star:before{content:"\f006"}i.icon.thumbs.outline.up:before{content:"\f087"}i.icon.thumbs.outline.down:before{content:"\f088"}i.icon.star.half:before{content:"\f089"}i.icon.empty.heart:before{content:"\f08a"}i.icon.smile:before{content:"\f118"}i.icon.frown:before{content:"\f119"}i.icon.meh:before{content:"\f11a"}i.icon.star.half.empty:before{content:"\f123"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbs.down:before{content:"\f165"}i.icon.music:before{content:"\f001"}i.icon.video.play.outline:before{content:"\f01d"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.up:before{content:"\f028"}i.icon.record:before{content:"\f03d"}i.icon.step.backward:before{content:"\f048"}i.icon.fast.backward:before{content:"\f049"}i.icon.backward:before{content:"\f04a"}i.icon.play:before{content:"\f04b"}i.icon.pause:before{content:"\f04c"}i.icon.stop:before{content:"\f04d"}i.icon.forward:before{content:"\f04e"}i.icon.fast.forward:before{content:"\f050"}i.icon.step.forward:before{content:"\f051"}i.icon.eject:before{content:"\f052"}i.icon.unmute:before{content:"\f130"}i.icon.mute:before{content:"\f131"}i.icon.video.play:before{content:"\f144"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.marker:before{content:"\f041"}i.icon.coffee:before{content:"\f0f4"}i.icon.food:before{content:"\f0f5"}i.icon.building.outline:before{content:"\f0f7"}i.icon.hospital:before{content:"\f0f8"}i.icon.emergency:before{content:"\f0f9"}i.icon.first.aid:before{content:"\f0fa"}i.icon.military:before{content:"\f0fb"}i.icon.h:before{content:"\f0fd"}i.icon.location.arrow:before{content:"\f124"}i.icon.space.shuttle:before{content:"\f197"}i.icon.university:before{content:"\f19c"}i.icon.building:before{content:"\f1ad"}i.icon.paw:before{content:"\f1b0"}i.icon.spoon:before{content:"\f1b1"}i.icon.car:before{content:"\f1b9"}i.icon.taxi:before{content:"\f1ba"}i.icon.tree:before{content:"\f1bb"}i.icon.bicycle:before{content:"\f206"}i.icon.bus:before{content:"\f207"}i.icon.ship:before{content:"\f21a"}i.icon.motorcycle:before{content:"\f21c"}i.icon.street.view:before{content:"\f21d"}i.icon.hotel:before{content:"\f236"}i.icon.train:before{content:"\f238"}i.icon.subway:before{content:"\f239"}i.icon.table:before{content:"\f0ce"}i.icon.columns:before{content:"\f0db"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.font:before{content:"\f031"}i.icon.bold:before{content:"\f032"}i.icon.italic:before{content:"\f033"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.align.left:before{content:"\f036"}i.icon.align.center:before{content:"\f037"}i.icon.align.right:before{content:"\f038"}i.icon.align.justify:before{content:"\f039"}i.icon.list:before{content:"\f03a"}i.icon.outdent:before{content:"\f03b"}i.icon.indent:before{content:"\f03c"}i.icon.linkify:before{content:"\f0c1"}i.icon.cut:before{content:"\f0c4"}i.icon.copy:before{content:"\f0c5"}i.icon.attach:before{content:"\f0c6"}i.icon.save:before{content:"\f0c7"}i.icon.content:before{content:"\f0c9"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.underline:before{content:"\f0cd"}i.icon.paste:before{content:"\f0ea"}i.icon.unlink:before{content:"\f127"}i.icon.superscript:before{content:"\f12b"}i.icon.subscript:before{content:"\f12c"}i.icon.header:before{content:"\f1dc"}i.icon.paragraph:before{content:"\f1dd"}i.icon.euro:before{content:"\f153"}i.icon.pound:before{content:"\f154"}i.icon.dollar:before{content:"\f155"}i.icon.rupee:before{content:"\f156"}i.icon.yen:before{content:"\f157"}i.icon.ruble:before{content:"\f158"}i.icon.won:before{content:"\f159"}i.icon.lira:before{content:"\f195"}i.icon.shekel:before{content:"\f20b"}i.icon.paypal:before{content:"\f1ed"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.visa:before{content:"\f1f0"}i.icon.mastercard:before{content:"\f1f1"}i.icon.discover:before{content:"\f1f2"}i.icon.american.express:before{content:"\f1f3"}i.icon.stripe:before{content:"\f1f5"}i.icon.twitter.square:before{content:"\f081"}i.icon.facebook.square:before{content:"\f082"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.github.square:before{content:"\f092"}i.icon.twitter:before{content:"\f099"}i.icon.facebook:before{content:"\f09a"}i.icon.github:before{content:"\f09b"}i.icon.pinterest:before{content:"\f0d2"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.plus:before{content:"\f0d5"}i.icon.linkedin:before{content:"\f0e1"}i.icon.github.alternate:before{content:"\f113"}i.icon.maxcdn:before{content:"\f136"}i.icon.bitcoin:before{content:"\f15a"}i.icon.youtube.square:before{content:"\f166"}i.icon.youtube:before{content:"\f167"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.youtube.play:before{content:"\f16a"}i.icon.dropbox:before{content:"\f16b"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.instagram:before{content:"\f16d"}i.icon.flickr:before{content:"\f16e"}i.icon.adn:before{content:"\f170"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitbucket.square:before{content:"\f172"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.apple:before{content:"\f179"}i.icon.windows:before{content:"\f17a"}i.icon.android:before{content:"\f17b"}i.icon.linux:before{content:"\f17c"}i.icon.dribbble:before{content:"\f17d"}i.icon.skype:before{content:"\f17e"}i.icon.foursquare:before{content:"\f180"}i.icon.trello:before{content:"\f181"}i.icon.gittip:before{content:"\f184"}i.icon.vk:before{content:"\f189"}i.icon.weibo:before{content:"\f18a"}i.icon.renren:before{content:"\f18b"}i.icon.pagelines:before{content:"\f18c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.vimeo:before{content:"\f194"}i.icon.slack:before{content:"\f198"}i.icon.wordpress:before{content:"\f19a"}i.icon.yahoo:before{content:"\f19e"}i.icon.google:before{content:"\f1a0"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.digg:before{content:"\f1a6"}i.icon.pied.piper:before{content:"\f1a7"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.drupal:before{content:"\f1a9"}i.icon.joomla:before{content:"\f1aa"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.spotify:before{content:"\f1bc"}i.icon.deviantart:before{content:"\f1bd"}i.icon.soundcloud:before{content:"\f1be"}i.icon.vine:before{content:"\f1ca"}i.icon.codepen:before{content:"\f1cb"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.rebel:before{content:"\f1d0"}i.icon.empire:before{content:"\f1d1"}i.icon.git.square:before{content:"\f1d2"}i.icon.git:before{content:"\f1d3"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.qq:before{content:"\f1d6"}i.icon.wechat:before{content:"\f1d7"}i.icon.slideshare:before{content:"\f1e7"}i.icon.twitch:before{content:"\f1e8"}i.icon.yelp:before{content:"\f1e9"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.ioxhost:before{content:"\f208"}i.icon.angellist:before{content:"\f209"}i.icon.meanpath:before{content:"\f20c"}i.icon.buysellads:before{content:"\f20d"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.dashcube:before{content:"\f210"}i.icon.forumbee:before{content:"\f211"}i.icon.leanpub:before{content:"\f212"}i.icon.sellsy:before{content:"\f213"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.simplybuilt:before{content:"\f215"}i.icon.skyatlas:before{content:"\f216"}i.icon.whatsapp:before{content:"\f232"}i.icon.viacoin:before{content:"\f237"}i.icon.medium:before{content:"\f23a"}i.icon.like:before{content:"\f004"}i.icon.favorite:before{content:"\f005"}i.icon.video:before{content:"\f008"}i.icon.check:before{content:"\f00c"}i.icon.cancel:before,i.icon.close:before,i.icon.delete:before,i.icon.x:before{content:"\f00d"}i.icon.user.cancel:before,i.icon.user.close:before,i.icon.user.delete:before,i.icon.user.times:before,i.icon.user.x:before{content:"\f235"}i.icon.magnify:before,i.icon.zoom.in:before{content:"\f00e"}i.icon.shutdown:before{content:"\f011"}i.icon.clock:before,i.icon.time:before{content:"\f017"}i.icon.play.circle.outline:before{content:"\f01d"}i.icon.headphone:before{content:"\f025"}i.icon.camera:before{content:"\f030"}i.icon.video.camera:before{content:"\f03d"}i.icon.picture:before{content:"\f03e"}i.icon.compose:before,i.icon.pencil:before{content:"\f040"}i.icon.point:before{content:"\f041"}i.icon.tint:before{content:"\f043"}i.icon.signup:before{content:"\f044"}i.icon.plus.circle:before{content:"\f055"}i.icon.dont:before{content:"\f05e"}i.icon.minimize:before{content:"\f066"}i.icon.add:before{content:"\f067"}i.icon.eye:before{content:"\f06e"}i.icon.attention:before{content:"\f06a"}i.icon.cart:before{content:"\f07a"}i.icon.shuffle:before{content:"\f074"}i.icon.chat:before,i.icon.talk:before{content:"\f075"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.bar.graph:before{content:"\f080"}i.icon.area.graph:before{content:"\f1fe"}i.icon.pie.graph:before{content:"\f200"}i.icon.line.graph:before{content:"\f201"}i.icon.key:before{content:"\f084"}i.icon.cogs:before{content:"\f085"}i.icon.discussions:before{content:"\f086"}i.icon.like.outline:before{content:"\f087"}i.icon.dislike.outline:before{content:"\f088"}i.icon.heart.outline:before{content:"\f08a"}i.icon.log.out:before{content:"\f08b"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.winner:before{content:"\f091"}i.icon.bookmark.outline:before{content:"\f097"}i.icon.phone:before{content:"\f095"}i.icon.phone.square:before{content:"\f098"}i.icon.credit.card:before{content:"\f09d"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bell:before{content:"\f0f3"}i.icon.bell.outline:before{content:"\f0a2"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bell.slash.outline:before{content:"\f1f7"}i.icon.hand.outline.right:before{content:"\f0a4"}i.icon.hand.outline.left:before{content:"\f0a5"}i.icon.hand.outline.up:before{content:"\f0a6"}i.icon.hand.outline.down:before{content:"\f0a7"}i.icon.globe:before{content:"\f0ac"}i.icon.wrench:before{content:"\f0ad"}i.icon.briefcase:before{content:"\f0b1"}i.icon.group:before{content:"\f0c0"}i.icon.flask:before{content:"\f0c3"}i.icon.bars:before,i.icon.sidebar:before{content:"\f0c9"}i.icon.list.ul:before{content:"\f0ca"}i.icon.list.ol:before,i.icon.numbered.list:before{content:"\f0cb"}i.icon.magic:before{content:"\f0d0"}i.icon.truck:before{content:"\f0d1"}i.icon.currency:before{content:"\f0d6"}i.icon.dropdown:before,i.icon.triangle.down:before{content:"\f0d7"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.envelope:before{content:"\f0e0"}i.icon.conversation:before{content:"\f0e6"}i.icon.umbrella:before{content:"\f0e9"}i.icon.clipboard:before{content:"\f0ea"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.ambulance:before{content:"\f0f9"}i.icon.medkit:before{content:"\f0fa"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.beer:before{content:"\f0fc"}i.icon.plus.square:before{content:"\f0fe"}i.icon.computer:before{content:"\f108"}i.icon.asexual:before,i.icon.circle.outline:before,i.icon.intersex:before{content:"\f10c"}i.icon.spinner:before{content:"\f110"}i.icon.gamepad:before{content:"\f11b"}i.icon.star.half.full:before{content:"\f123"}i.icon.question:before{content:"\f128"}i.icon.eraser:before{content:"\f12d"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.shield:before{content:"\f132"}i.icon.target:before{content:"\f140"}i.icon.play.circle:before{content:"\f144"}i.icon.pencil.square:before{content:"\f14b"}i.icon.compass:before{content:"\f14e"}i.icon.amex:before{content:"\f1f3"}i.icon.eur:before{content:"\f153"}i.icon.gbp:before{content:"\f154"}i.icon.usd:before{content:"\f155"}i.icon.inr:before{content:"\f156"}i.icon.cny:before,i.icon.jpy:before,i.icon.rmb:before{content:"\f157"}i.icon.rouble:before,i.icon.rub:before{content:"\f158"}i.icon.krw:before{content:"\f159"}i.icon.btc:before{content:"\f15a"}i.icon.ils:before,i.icon.sheqel:before{content:"\f20b"}i.icon.try:before{content:"\f195"}i.icon.zip:before{content:"\f187"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.sliders:before{content:"\f1de"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.graduation:before{content:"\f19d"}i.icon.weixin:before{content:"\f1d7"}i.icon.binoculars:before{content:"\f1e5"}i.icon.gratipay:before{content:"\f184"}i.icon.genderless:before{content:"\f1db"}i.icon.teletype:before{content:"\f1e4"}i.icon.power.cord:before{content:"\f1e6"}i.icon.tty:before{content:"\f1e4"}i.icon.cc:before{content:"\f20a"}i.icon.plus.cart:before{content:"\f217"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.detective:before{content:"\f21b"}i.icon.venus:before{content:"\f221"}i.icon.mars:before{content:"\f222"}i.icon.mercury:before{content:"\f223"}i.icon.female.homosexual:before,i.icon.venus.double:before{content:"\f226"}i.icon.male.homosexual:before,i.icon.mars.double:before{content:"\f227"}i.icon.venus.mars:before{content:"\f228"}i.icon.mars.alternate:before,i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.facebook.official{content:"\f230"}i.icon.pinterest.official{content:"\f231"}i.icon.bed:before{content:"\f236"}.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.71428571rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem}.ui.images .image,.ui.images img,.ui.images svg{display:inline-block;margin:0 .25rem .5rem}.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input input{margin:0;max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.2142em;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;padding:.67861429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-transition:box-shadow .1s ease,border-color .1s ease;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:none}.ui.input input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.ui.input input::-moz-placeholder{color:rgba(0,0,0,.4)}.ui.input input::-ms-input-placeholder{color:rgba(0,0,0,.4)}.ui.disabled.input,.ui.input input[disabled]{opacity:.45}.ui.disabled.input input{pointer-events:none}.ui.input input:active,.ui.input.down input{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);box-shadow:none}.ui.loading.loading.input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.input input:focus,.ui.input.focus input{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);box-shadow:none}.ui.input input:focus::-webkit-input-placeholder,.ui.input.focus input::-webkit-input-placeholder{color:rgba(0,0,0,.87)}.ui.input input:focus::-moz-placeholder,.ui.input.focus input::-moz-placeholder{color:rgba(0,0,0,.87)}.ui.input input:focus::-ms-input-placeholder,.ui.input.focus input::-ms-input-placeholder{color:rgba(0,0,0,.87)}.ui.input.error input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;box-shadow:none}.ui.input.error input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error input::-moz-placeholder{color:#e7bdbc}.ui.input.error input::-ms-input-placeholder{color:#e7bdbc}.ui.input.error input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error input:focus::-moz-placeholder{color:#da9796}.ui.input.error input:focus::-ms-input-placeholder{color:#da9796}.ui.transparent.input input{border-color:transparent!important;background-color:transparent!important;padding:0!important;box-shadow:none!important}.ui.transparent.icon.input>i.icon{width:1.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:2em!important}.ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.ui.transparent.inverted.input{color:#fff}.ui.transparent.inverted.input input{color:inherit}.ui.transparent.inverted.input input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input input::-moz-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input input::-ms-input-placeholder{color:rgba(255,255,255,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.labeled.input>.label{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85b7d9}.ui[class*="right labeled"].input input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input input:focus{border-right-color:#85b7d9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input input{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui.action.input:not([class*="left action"])>.button,.ui.action.input:not([class*="left action"])>.buttons>.button,.ui.action.input:not([class*="left action"])>.dropdown{border-radius:0}.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"]) input:focus{border-right-color:#85b7d9!important}.ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown{border-radius:0}.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left action"].input>input:focus{border-left-color:#85b7d9!important}.ui.inverted.input input{border:none}.ui.fluid.input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.fluid.input>input{width:0!important}.ui.mini.input{font-size:.71428571em}.ui.small.input{font-size:.92857143em}.ui.input{font-size:1em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;-webkit-transition:.1s opacity ease;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:none;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);-ms-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:'';background-color:inherit;background-image:none;width:1.56em;height:1.56em;-webkit-transition:none;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:'';top:50%;left:-.25em;margin-top:-.25em;background-color:#fff!important;width:.5em;height:.5em;box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{position:absolute;top:0;right:0;margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1;-webkit-transition:border-color .1s ease;transition:border-color .1s ease;background-color:transparent!important}.ui.corner.label:after{position:absolute;content:"";right:0;top:0;z-index:-1;width:0;height:0;background-color:transparent!important;border-top:0 solid transparent;border-right:4em solid transparent;border-bottom:4em solid transparent;border-left:0 solid transparent;border-right-color:inherit;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-top:4em solid transparent;border-right:4em solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:'';top:100%;left:0;background-color:transparent!important;border-style:solid;border-width:0 1.2em 1.2em 0;border-color:transparent;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em);text-align:left;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-style:solid;border-width:1.2em 1.2em 0 0;border-color:transparent;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:calc(-.71428571em - 1.2em)}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + .71428571em + 1.2em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{background-color:#d0d0d0;border-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#c8c8c8;border-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible,.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.red.label,.ui.red.labels .label{background-color:#db2828!important;border-color:#db2828!important;color:#fff!important}.ui.red.labels .label:hover,a.ui.red.label:hover{background-color:#d01919!important;border-color:#d01919!important;color:#fff!important}.ui.red.corner.label,.ui.red.corner.label:hover{background-color:transparent!important}.ui.red.ribbon.label{border-color:#b21e1e!important}.ui.basic.red.label{background-color:#fff!important;color:#db2828!important;border-color:#db2828!important}.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover{background-color:#fff!important;color:#d01919!important;border-color:#d01919!important}.ui.orange.label,.ui.orange.labels .label{background-color:#f2711c!important;border-color:#f2711c!important;color:#fff!important}.ui.orange.labels .label:hover,a.ui.orange.label:hover{background-color:#f26202!important;border-color:#f26202!important;color:#fff!important}.ui.orange.corner.label,.ui.orange.corner.label:hover{background-color:transparent!important}.ui.orange.ribbon.label{border-color:#cf590c!important}.ui.basic.orange.label{background-color:#fff!important;color:#f2711c!important;border-color:#f2711c!important}.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover{background-color:#fff!important;color:#f26202!important;border-color:#f26202!important}.ui.yellow.label,.ui.yellow.labels .label{background-color:#fbbd08!important;border-color:#fbbd08!important;color:#fff!important}.ui.yellow.labels .label:hover,a.ui.yellow.label:hover{background-color:#eaae00!important;border-color:#eaae00!important;color:#fff!important}.ui.yellow.corner.label,.ui.yellow.corner.label:hover{background-color:transparent!important}.ui.yellow.ribbon.label{border-color:#cd9903!important}.ui.basic.yellow.label{background-color:#fff!important;color:#fbbd08!important;border-color:#fbbd08!important}.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover{background-color:#fff!important;color:#eaae00!important;border-color:#eaae00!important}.ui.olive.label,.ui.olive.labels .label{background-color:#b5cc18!important;border-color:#b5cc18!important;color:#fff!important}.ui.olive.labels .label:hover,a.ui.olive.label:hover{background-color:#a7bd0d!important;border-color:#a7bd0d!important;color:#fff!important}.ui.olive.corner.label,.ui.olive.corner.label:hover{background-color:transparent!important}.ui.olive.ribbon.label{border-color:#198f35!important}.ui.basic.olive.label{background-color:#fff!important;color:#b5cc18!important;border-color:#b5cc18!important}.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover{background-color:#fff!important;color:#a7bd0d!important;border-color:#a7bd0d!important}.ui.green.label,.ui.green.labels .label{background-color:#21ba45!important;border-color:#21ba45!important;color:#fff!important}.ui.green.labels .label:hover,a.ui.green.label:hover{background-color:#16ab39!important;border-color:#16ab39!important;color:#fff!important}.ui.green.corner.label,.ui.green.corner.label:hover{background-color:transparent!important}.ui.green.ribbon.label{border-color:#198f35!important}.ui.basic.green.label{background-color:#fff!important;color:#21ba45!important;border-color:#21ba45!important}.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{background-color:#fff!important;color:#16ab39!important;border-color:#16ab39!important}.ui.teal.label,.ui.teal.labels .label{background-color:#00b5ad!important;border-color:#00b5ad!important;color:#fff!important}.ui.teal.labels .label:hover,a.ui.teal.label:hover{background-color:#009c95!important;border-color:#009c95!important;color:#fff!important}.ui.teal.corner.label,.ui.teal.corner.label:hover{background-color:transparent!important}.ui.teal.ribbon.label{border-color:#00827c!important}.ui.basic.teal.label{background-color:#fff!important;color:#00b5ad!important;border-color:#00b5ad!important}.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover{background-color:#fff!important;color:#009c95!important;border-color:#009c95!important}.ui.blue.label,.ui.blue.labels .label{background-color:#2185d0!important;border-color:#2185d0!important;color:#fff!important}.ui.blue.labels .label:hover,a.ui.blue.label:hover{background-color:#1678c2!important;border-color:#1678c2!important;color:#fff!important}.ui.blue.corner.label,.ui.blue.corner.label:hover{background-color:transparent!important}.ui.blue.ribbon.label{border-color:#1a69a4!important}.ui.basic.blue.label{background-color:#fff!important;color:#2185d0!important;border-color:#2185d0!important}.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover{background-color:#fff!important;color:#1678c2!important;border-color:#1678c2!important}.ui.violet.label,.ui.violet.labels .label{background-color:#6435c9!important;border-color:#6435c9!important;color:#fff!important}.ui.violet.labels .label:hover,a.ui.violet.label:hover{background-color:#5829bb!important;border-color:#5829bb!important;color:#fff!important}.ui.violet.corner.label,.ui.violet.corner.label:hover{background-color:transparent!important}.ui.violet.ribbon.label{border-color:#502aa1!important}.ui.basic.violet.label{background-color:#fff!important;color:#6435c9!important;border-color:#6435c9!important}.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover{background-color:#fff!important;color:#5829bb!important;border-color:#5829bb!important}.ui.purple.label,.ui.purple.labels .label{background-color:#a333c8!important;border-color:#a333c8!important;color:#fff!important}.ui.purple.labels .label:hover,a.ui.purple.label:hover{background-color:#9627ba!important;border-color:#9627ba!important;color:#fff!important}.ui.purple.corner.label,.ui.purple.corner.label:hover{background-color:transparent!important}.ui.purple.ribbon.label{border-color:#82299f!important}.ui.basic.purple.label{background-color:#fff!important;color:#a333c8!important;border-color:#a333c8!important}.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover{background-color:#fff!important;color:#9627ba!important;border-color:#9627ba!important}.ui.pink.label,.ui.pink.labels .label{background-color:#e03997!important;border-color:#e03997!important;color:#fff!important}.ui.pink.labels .label:hover,a.ui.pink.label:hover{background-color:#e61a8d!important;border-color:#e61a8d!important;color:#fff!important}.ui.pink.corner.label,.ui.pink.corner.label:hover{background-color:transparent!important}.ui.pink.ribbon.label{border-color:#c71f7e!important}.ui.basic.pink.label{background-color:#fff!important;color:#e03997!important;border-color:#e03997!important}.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover{background-color:#fff!important;color:#e61a8d!important;border-color:#e61a8d!important}.ui.brown.label,.ui.brown.labels .label{background-color:#a5673f!important;border-color:#a5673f!important;color:#fff!important}.ui.brown.labels .label:hover,a.ui.brown.label:hover{background-color:#975b33!important;border-color:#975b33!important;color:#fff!important}.ui.brown.corner.label,.ui.brown.corner.label:hover{background-color:transparent!important}.ui.brown.ribbon.label{border-color:#805031!important}.ui.basic.brown.label{background-color:#fff!important;color:#a5673f!important;border-color:#a5673f!important}.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover{background-color:#fff!important;color:#975b33!important;border-color:#975b33!important}.ui.grey.label,.ui.grey.labels .label{background-color:#767676!important;border-color:#767676!important;color:#fff!important}.ui.grey.labels .label:hover,a.ui.grey.label:hover{background-color:#838383!important;border-color:#838383!important;color:#fff!important}.ui.grey.corner.label,.ui.grey.corner.label:hover{background-color:transparent!important}.ui.grey.ribbon.label{border-color:#805031!important}.ui.basic.grey.label{background-color:#fff!important;color:#767676!important;border-color:#767676!important}.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover{background-color:#fff!important;color:#838383!important;border-color:#838383!important}.ui.black.label,.ui.black.labels .label{background-color:#1b1c1d!important;border-color:#1b1c1d!important;color:#fff!important}.ui.black.labels .label:hover,a.ui.black.label:hover{background-color:#27292a!important;border-color:#27292a!important;color:#fff!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.black.label{background-color:#fff!important;color:#1b1c1d!important;border-color:#1b1c1d!important}.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover{background-color:#fff!important;color:#27292a!important;border-color:#27292a!important}.ui.basic.label{background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:#fff;color:#1e70bf;box-shadow:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:rgba(255,255,255,.9)!important}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;border-style:solid;border-color:inherit;position:absolute;content:'';-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;right:auto;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;left:100%;margin:0 0 0 -1.5em!important}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:.07142857em;padding-right:.28571429em;vertical-align:top;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183c4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183c4!important}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:0 0}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:rgba(225,225,225,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:rgba(255,255,255,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:rgba(255,255,255,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:rgba(255,255,255,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:rgba(255,255,255,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);-webkit-transition:.1s color ease;transition:.1s color ease}.ui.link.list .item a:not(.ui):hover,.ui.link.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list .item a:not(.ui):active,.ui.link.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list .active.item,.ui.link.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:rgba(255,255,255,.5)}.ui.inverted.link.list .active.item a:not(.ui),.ui.inverted.link.list .item a:not(.ui):active,.ui.inverted.link.list .item a:not(.ui):hover,.ui.inverted.link.list a.active.item,.ui.inverted.link.list a.item:active,.ui.inverted.link.list a.item:hover{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:0 0;padding:.5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;-webkit-transition:.1s color ease,.1s padding-left ease,.1s background-color ease;transition:.1s color ease,.1s padding-left ease,.1s background-color ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:0 0;color:rgba(255,255,255,.5)}.ui.inverted.selection.list>.item:hover{background:rgba(255,255,255,.02);color:#fff}.ui.inverted.selection.list>.item.active,.ui.inverted.selection.list>.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{-webkit-transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;margin-left:-1.25rem;content:'•';opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered,".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:rgba(255,255,255,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid rgba(255,255,255,.1)}.ui.relaxed.list:not(.horizontal)>.item{padding-top:.42857143em;padding-bottom:.42857143em}.ui.relaxed.list:not(.horizontal) .list>.item{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.relaxed.list>.item{padding-left:1rem;padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item{padding-top:.85714286em;padding-bottom:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal) .list>.item{padding-top:.28571429em;padding-bottom:.28571429em}.ui.horizontal[class*="very relaxed"].list .list>.item,.ui.horizontal[class*="very relaxed"].list>.item{padding-left:1.5rem;padding-right:1.5rem}.ui.mini.list{font-size:.71428571em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.71428571rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.loader:after,.ui.loader:before{width:2.2585em;height:2.2585em;margin:0 0 0 -1.12925em}.ui.mini.loader:after,.ui.mini.loader:before{width:1.2857em;height:1.2857em;margin:0 0 0 -.64285em}.ui.small.loader:after,.ui.small.loader:before{width:1.7142em;height:1.7142em;margin:0 0 0 -.8571em}.ui.large.loader:after,.ui.large.loader:before{width:4.5714em;height:4.5714em;margin:0 0 0 -2.2857em}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#fff transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1.2857em;height:1.2857em;font-size:.71428571em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.7142em;height:1.7142em;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.2585em;height:2.2585em;font-size:1em}.ui.inverted.dimmer .ui.loader.large,.ui.loader.large{width:4.5714em;height:4.5714em;font-size:1.14285714em}.ui.mini.text.loader{min-width:1.2857em;padding-top:1.99998571em}.ui.small.text.loader{min-width:1.7142em;padding-top:2.42848571em}.ui.text.loader{min-width:2.2585em;padding-top:2.97278571em}.ui.large.text.loader{min-width:4.5714em;padding-top:5.28568571em}.ui.inverted.loader{color:rgba(255,255,255,.9)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#fff}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;-ms-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}.ui.rail{position:absolute;top:0;width:300px;height:100%;font-size:1rem}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:301px}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:300.5px}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.reveal{display:inherit;position:relative!important;font-size:0!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .5s ease .1s;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;float:left;margin:0;-webkit-transition:-webkit-transform .5s ease .1s;transition:transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;-ms-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;-ms-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content,.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;-ms-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;-ms-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;-ms-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;-ms-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;-ms-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;-ms-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;-ms-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;-ms-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;-ms-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;margin:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;-ms-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;-ms-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;-ms-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;-ms-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.active.reveal>.visible.conten,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);-ms-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);-ms-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem!important}.ui.segment{position:relative;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:'';z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);box-shadow:''}.ui.piled.segment:before,.ui.piled.segments:before{-webkit-transform:rotate(-1.2deg);-ms-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{-webkit-transform:rotate(1.2deg);-ms-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.compact.segment{display:table}.ui.compact.segments{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment,.ui.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08)}.ui.segments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{border-top:none;margin-top:0;bottom:0;margin-bottom:0;top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;background-color:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments>.segment{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1 0;margin:0;min-width:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.45;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;point-events:none;text-shadow:none!important;color:transparent!important;-webkit-transition:all 0s linear;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:segment-spin .6s linear;animation:segment-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.segment{background:none;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.red.segment:not(.inverted){border-top:2px solid #db2828}.ui.inverted.red.segment{background-color:#db2828!important;color:#fff!important}.ui.orange.segment:not(.inverted){border-top:2px solid #f2711c}.ui.inverted.orange.segment{background-color:#f2711c!important;color:#fff!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #fbbd08}.ui.inverted.yellow.segment{background-color:#fbbd08!important;color:#fff!important}.ui.olive.segment:not(.inverted){border-top:2px solid #b5cc18}.ui.inverted.olive.segment{background-color:#b5cc18!important;color:#fff!important}.ui.green.segment:not(.inverted){border-top:2px solid #21ba45}.ui.inverted.green.segment{background-color:#21ba45!important;color:#fff!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad}.ui.inverted.teal.segment{background-color:#00b5ad!important;color:#fff!important}.ui.blue.segment:not(.inverted){border-top:2px solid #2185d0}.ui.inverted.blue.segment{background-color:#2185d0!important;color:#fff!important}.ui.violet.segment:not(.inverted){border-top:2px solid #6435c9}.ui.inverted.violet.segment{background-color:#6435c9!important;color:#fff!important}.ui.purple.segment:not(.inverted){border-top:2px solid #a333c8}.ui.inverted.purple.segment{background-color:#a333c8!important;color:#fff!important}.ui.pink.segment:not(.inverted){border-top:2px solid #e03997}.ui.inverted.pink.segment{background-color:#e03997!important;color:#fff!important}.ui.brown.segment:not(.inverted){border-top:2px solid #a5673f}.ui.inverted.brown.segment{background-color:#a5673f!important;color:#fff!important}.ui.grey.segment:not(.inverted){border-top:2px solid #767676}.ui.inverted.grey.segment{background-color:#767676!important;color:#fff!important}.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d}.ui.inverted.black.segment{background-color:#1b1c1d!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%) #4c4f52;background:linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%) #4c4f52;color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%) #717579;background:linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%) #717579;color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1em 0;background:0 0;box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps .step:after{position:absolute;z-index:2;content:'';top:50%;right:0;border:solid;background-color:#fff;width:1.14285714em;height:1.14285714em;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);-ms-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle}.ui.steps .step>.icon~.content{-webkit-box-flex:1 0 auto;-webkit-flex-grow:1 0 auto;-ms-flex-positive:1 0 auto;flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{display:block;position:static;text-align:center;content:counters(ordered,".");-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.steps .step{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps .step:after{display:none!important}.ui.steps .step .content{text-align:center}.ui.ordered.steps .step:before,.ui.steps .step>.icon{margin:0 0 1rem}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active:after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .active.step:after,.ui.steps .step:after{display:block}.ui.steps .active.step:last-child:after,.ui.steps .step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21ba45;font-family:Step;content:'\e800'}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#fff}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem}}.ui.fluid.steps{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px -1px;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:-1px -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.step,.ui.steps .step{font-size:1rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}@font-face{font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff')}.ui.breadcrumb{line-height:1;display:inline-block;margin:0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.71428571em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.71428571rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0 0 1em}.ui.form .field>label{display:block;margin:0 0 .28571429rem;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=text],.ui.form input[type=email],.ui.form input[type=search],.ui.form input[type=password],.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=url],.ui.form input[type=number],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.2142em}.ui.form input:not([type]),.ui.form input[type=text],.ui.form input[type=email],.ui.form input[type=search],.ui.form input[type=password],.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=url],.ui.form input[type=number]{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0;outline:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);line-height:1.2142em;padding:.67861429em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form textarea{margin:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);padding:.78571429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);outline:0;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease;font-size:1em;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;padding:.62em 1em;color:rgba(0,0,0,.87);-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#fff!important;border:1px solid #e0b4b4!important;color:#9f3a38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{box-shadow:0 0 0 100px ivory inset!important;border-color:#e5dfa1!important}.ui.form .field.field input:-webkit-autofill:focus{box-shadow:0 0 0 100px ivory inset!important;border-color:#d5c315!important}.ui.form .error.error input:-webkit-autofill{box-shadow:0 0 0 100px #fffaf0 inset!important;border-color:#e0b4b4!important}.ui.form ::-webkit-input-placeholder{color:rgba(140,140,140,.87)}.ui.form ::-ms-input-placeholder{color:rgba(140,140,140,.87)}.ui.form ::-moz-placeholder{color:rgba(140,140,140,.87)}.ui.form :focus::-webkit-input-placeholder{color:rgba(89,89,89,.87)}.ui.form :focus::-ms-input-placeholder{color:rgba(89,89,89,.87)}.ui.form :focus::-moz-placeholder{color:rgba(89,89,89,.87)}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error ::-ms-input-placeholder{color:#e7bdbc}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus::-ms-input-placeholder{color:#da9796}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form input:not([type]):focus,.ui.form input[type=text]:focus,.ui.form input[type=email]:focus,.ui.form input[type=search]:focus,.ui.form input[type=password]:focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus,.ui.form input[type=number]:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;-webkit-appearance:none}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .icon.success.message:not(:empty){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .icon.error.message:not(:empty){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9f3a38;color:#fff}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=text],.ui.form .field.error input[type=email],.ui.form .field.error input[type=search],.ui.form .field.error input[type=password],.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error input[type=number],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;border-radius:'';box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-appearance:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#fff6f6;color:#9f3a38}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#e0b4b4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#eacbcb;color:#9f3a38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#fdcfcf!important}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9f3a38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#fff6f6;border-color:#e0b4b4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9f3a38}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;point-events:none}.ui.loading.form:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;z-index:100}.ui.loading.form:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:form-spin .6s linear;animation:form-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after{margin:-.2em 0 0 .2em;content:'*';color:#db2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:rgba(255,255,255,.9)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=text],.ui.inverted.form input[type=email],.ui.inverted.form input[type=search],.ui.inverted.form input[type=password],.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url],.ui.inverted.form input[type=number]{background:#fff;border-color:rgba(255,255,255,.1);color:rgba(0,0,0,.87);box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui.form .fields>.field{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767px){.ui.form .fields{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields,.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields,.ui.form .six.fields>.field,.ui.form .six.fields>.fields,.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:100%!important;margin:0 0 1em;padding-left:0;padding-right:0}}.ui.form .fields .field:first-child{padding-left:0}.ui.form .fields .field:last-child{padding-right:0}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .fields .wide.field:first-child{padding-left:0}.ui.form .fields .wide.field:last-child{padding-right:0}.ui.form .one.wide.field{width:6.25%!important}.ui.form .two.wide.field{width:12.5%!important}.ui.form .three.wide.field{width:18.75%!important}.ui.form .four.wide.field{width:25%!important}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}.ui.form .seven.wide.field{width:43.75%!important}.ui.form .eight.wide.field{width:50%!important}.ui.form .nine.wide.field{width:56.25%!important}.ui.form .ten.wide.field{width:62.5%!important}.ui.form .eleven.wide.field{width:68.75%!important}.ui.form .twelve.wide.field{width:75%!important}.ui.form .thirteen.wide.field{width:81.25%!important}.ui.form .fourteen.wide.field{width:87.5%!important}.ui.form .fifteen.wide.field{width:93.75%!important}.ui.form .sixteen.wide.field{width:100%!important}@media only screen and (max-width:767px){.ui.form .fields>.eight.wide.field,.ui.form .fields>.eleven.wide.field,.ui.form .fields>.fifteen.wide.field,.ui.form .fields>.five.wide.field,.ui.form .fields>.four.wide.field,.ui.form .fields>.fourteen.wide.field,.ui.form .fields>.nine.wide.field,.ui.form .fields>.seven.wide.field,.ui.form .fields>.six.wide.field,.ui.form .fields>.sixteen.wide.field,.ui.form .fields>.ten.wide.field,.ui.form .fields>.thirteen.wide.field,.ui.form .fields>.three.wide.field,.ui.form .fields>.twelve.wide.field,.ui.form .fields>.two.wide.field,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:100%!important;margin:0 0 1em;padding-left:0;padding-right:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.small.form{font-size:.92857143rem}.ui.form{font-size:1rem}.ui.large.form{font-size:1.14285714rem}.ui.huge.form{font-size:1.42857143rem}.ui.grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;margin:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{position:relative;display:inline-block;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-webkit-justify-content:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%!important;padding:1rem 0}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:2em;padding-right:2em}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:3%;padding-right:3%}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:15%;padding-right:15%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.centered.grid>.column:not(.aligned):not(.row),.ui.centered.grid>.row>.column:not(.aligned),.ui.grid .centered.row>.column:not(.aligned){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0;position:relative}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:calc(100% - 2rem);height:1px;margin:0 1rem;box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(255,255,255,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:5rem;margin-right:5rem;width:calc(100% - 5rem)}.ui.celled.grid{width:100%;margin:1em 0;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.row{width:100%!important;margin:0;padding:0;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{box-shadow:-1px 0 0 0 #d4d4d5;padding:1em}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{box-shadow:none}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:top;-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:bottom;-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>.row>[class*="left aligned"].column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left;-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.row>[class*="center aligned"].column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center;-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit}.ui[class*="center aligned"].grid{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.grid>.row>[class*="right aligned"].column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right;-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#db2828!important;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#f2711c!important;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#fbbd08!important;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18!important;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#21ba45!important;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#00b5ad!important;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#2185d0!important;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9!important;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#a333c8!important;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e03997!important;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#a5673f!important;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#767676!important;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d!important;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;box-shadow:none!important;margin:0}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row.row>.column,.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui.grid>[class*="six column"].doubling.row.row>.column,.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important;box-shadow:none!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{width:100%!important;margin:0!important;box-shadow:none!important;padding:1rem!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);box-shadow:none!important;padding-top:2rem!important;padding-bottom:2rem!important}.ui.stackable.celled.grid>.row{box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}}.ui.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1rem 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.menu:not(.vertical) .item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;-webkit-transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.71428571em;padding-top:.71428571em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-webkit-align-items:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:0 0;text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .ui.popup{display:none}.ui.menu .ui.visible.popup{display:block}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{left:0;min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#fff;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.71428571em 1.14285714em!important;background:0 0!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:rgba(255,255,255,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"\f0da";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{top:0!important;left:100%;min-width:0;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 .28571429rem .28571429rem}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .71428571em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-top:-.15em;margin-bottom:-.15em;padding:.3em .71428571em;float:right;text-align:center}.ui.menu .item>.floating.label{padding:.3em .71428571em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item::before{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default;background-color:transparent!important;color:rgba(40,40,40,.3)}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto!important}.ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}.ui.vertical.menu{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.vertical.menu .item{display:block;background:0 0;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>i.icon{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;background:rgba(34,36,38,.1);height:1px}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:0 0;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;box-shadow:none!important;border:none;background:none;border-bottom:1px solid #d4d4d5}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:0 0;border-bottom:none;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;padding:.92857143em 1.42857143em;color:rgba(0,0,0,.87)}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:#fff;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#d4d4d5;font-weight:700;margin-bottom:-1px;box-shadow:none;border-radius:.28571429rem .28571429rem 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + 2px);left:-1px}.ui.bottom.tabular.menu{background:none;border-radius:0;box-shadow:none!important;border-bottom:none;border-top:1px solid #d4d4d5}.ui.bottom.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:#fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:-1px 0 0;border-radius:0 0 .28571429rem .28571429rem!important}.ui.vertical.tabular.menu{background:none;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:1px solid #d4d4d5}.ui.vertical.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:#fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 -1px 0 0;border-radius:.28571429rem 0 0 .28571429rem!important}.ui.vertical.right.tabular.menu{background:none;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #d4d4d5}.ui.vertical.right.tabular.menu .item{background:0 0;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:#fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 0 0 -1px;border-radius:0 .28571429rem .28571429rem 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:.92857143em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);box-shadow:none}.ui.secondary.menu{background:0 0;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;box-shadow:none}.ui.secondary.menu .item{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;box-shadow:none;border:none;padding:.71428571em .92857143em;margin:0 .35714286em;background:0 0;-webkit-transition:color .1s ease;transition:color .1s ease;border-radius:.28571429rem}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);border-radius:.28571429rem}.ui.secondary.menu .active.item:hover{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:rgba(255,255,255,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:rgba(255,255,255,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:.28571429rem!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.secondary.inverted.menu,.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-bottom-color:transparent;border-bottom-style:solid;border-radius:0;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom-width:2px;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;box-shadow:none;border-color:#1b1c1d;font-weight:700;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right-width:2px;border-right-style:solid;border-right-color:rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-right-style:solid;border-right-color:transparent;border-radius:0!important;margin:0 -2px 0 0;border-right-width:2px}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-width:2px;border-color:rgba(34,36,38,.15)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none;border-radius:0;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;box-shadow:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.item.menu .item,.ui.text.menu .item>img:not(.ui){margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;border:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.attached.menu,.ui.text.pointing.menu .active.item:after{box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1b1c1d}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.labeled.icon.menu .item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;background:rgba(34,36,38,.1);height:1px}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#db2828!important;color:#db2828!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#f2711c!important;color:#f2711c!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#fbbd08!important;color:#fbbd08!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#21ba45!important;color:#21ba45!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#00b5ad!important;color:#00b5ad!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#2185d0!important;color:#2185d0!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#a333c8!important;color:#a333c8!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e03997!important;color:#e03997!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#a5673f!important;color:#a5673f!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#767676!important;color:#767676!important}.ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.menu .item.menu{background:0 0}.ui.inverted.menu .item:before,.ui.vertical.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.menu .header.item{margin:0;background:0 0;box-shadow:none}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:rgba(225,225,225,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:0 0;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:0 0;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;margin:0!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#db2828}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#f2711c}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#fbbd08}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#21ba45}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#00b5ad}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#2185d0}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#a333c8}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e03997}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#a5673f}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#767676}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:.92857143em;padding-bottom:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}.ui.compact.menu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block;width:auto!important}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu .item:last-child::before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:'';top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:0 0;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:1px solid #d4d4d5;border-right:1px solid #d4d4d5;z-index:2;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:none;border-top:1px solid #d4d4d5;border-right:1px solid #d4d4d5}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:after,.ui.pointing.menu .active.item:hover:after,.ui.vertical.pointing.menu .active.item:after,.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.14285714rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.42857143rem}.ui.huge.vertical.menu{width:20rem}.ui.message{position:relative;min-height:1em;margin:1em 0;background:#f8f8f9;padding:1em 1.5em;line-height:1.4285em;color:rgba(0,0,0,.87);-webkit-transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;margin:-.14285em 0 0}.ui.message .header:not(.ui){font-size:1.14285714em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;padding:0;opacity:.85;list-style-position:inside;margin:.5em 0 0}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message .list:not(.ui) li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:.78575em;right:.5em;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.dropdown .menu>.message{margin:0 -1px}.ui.visible.visible.visible.visible.message{display:block}.ui.icon.visible.visible.visible.visible.message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.hidden.hidden.hidden.hidden.message{display:none}.ui.compact.message{display:inline-block}.ui.attached.message{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{width:auto}.ui.icon.message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.icon.message>.icon:not(.close){display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;line-height:1;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.floating.message{box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08)}.ui.positive.message{background-color:#fcfff5;color:#2c662d}.ui.attached.positive.message,.ui.positive.message{box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.positive.message .header{color:#1a531b}.ui.negative.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.negative.message,.ui.negative.message{box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#f8ffff;color:#276f86}.ui.attached.info.message,.ui.info.message{box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.ui.info.message .header{color:#0e566c}.ui.warning.message{background-color:#fffaf3;color:#573a08}.ui.attached.warning.message,.ui.warning.message{box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.ui.warning.message .header{color:#794b02}.ui.error.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.error.message,.ui.error.message{box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#fcfff5;color:#2c662d}.ui.attached.success.message,.ui.success.message{box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.success.message .header{color:#1a531b}.ui.black.message,.ui.inverted.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.red.message{background-color:#ffe8e6;color:#db2828}.ui.red.message .header{color:#c82121}.ui.orange.message{background-color:#ffedde;color:#f2711c}.ui.orange.message .header{color:#e7640d}.ui.yellow.message{background-color:#fff8db;color:#b58105}.ui.yellow.message .header{color:#9c6f04}.ui.olive.message{background-color:#fbfdef;color:#8abc1e}.ui.olive.message .header{color:#7aa61a}.ui.green.message{background-color:#e5f9e7;color:#1ebc30}.ui.green.message .header{color:#1aa62a}.ui.teal.message{background-color:#e1f7f7;color:#10a3a3}.ui.teal.message .header{color:#0e8c8c}.ui.blue.message{background-color:#dff0ff;color:#2185d0}.ui.blue.message .header{color:#1e77ba}.ui.violet.message{background-color:#eae7ff;color:#6435c9}.ui.violet.message .header{color:#5a30b5}.ui.purple.message{background-color:#f6e7ff;color:#a333c8}.ui.purple.message .header{color:#922eb4}.ui.pink.message{background-color:#ffe3fb;color:#e03997}.ui.pink.message .header{color:#dd238b}.ui.brown.message{background-color:#f1e2d3;color:#a5673f}.ui.brown.message .header{color:#935b38}.ui.small.message{font-size:.92857143em}.ui.message{font-size:1em}.ui.large.message{font-size:1.14285714em}.ui.huge.message{font-size:1.42857143em}.ui.massive.message{font-size:1.71428571em}.ui.table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.table thead{box-shadow:none}.ui.table thead th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .71428571em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{box-shadow:none}.ui.table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.71428571em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table td{padding:.71428571em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%;padding:0}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{width:auto!important;display:block!important}.ui.table:not(.unstackable) tfoot,.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tr{padding-top:1em;padding-bottom:1em;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:0 0;border:none!important;padding:.25em .75em!important;box-shadow:none!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:400;color:rgba(0,0,0,.4);box-shadow:-1px -1px 0 1px #fff}.ui.definition.table tfoot:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:rgba(0,0,0,.4);color:normal;box-shadow:1px 1px 0 1px #fff}.ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td:first-child{background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95)}.ui.definition.table td:nth-child(2),.ui.definition.table tfoot:not(.full-width) th:nth-child(2),.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{box-shadow:0 0 0 #a3c293 inset;background:#fcfff5!important;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{box-shadow:0 0 0 #e0b4b4 inset;background:#fff6f6!important;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{box-shadow:0 0 0 #e0b4b4 inset;background:#fff6f6!important;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{box-shadow:0 0 0 #c9ba9b inset;background:#fffaf3!important;color:#573a08!important}.ui.table td.active,.ui.table tr.active{box-shadow:0 0 0 rgba(0,0,0,.87) inset;background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{width:100%!important;display:block!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table tfoot,.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tr{padding-top:1em;padding-bottom:1em;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:0 0;border:none!important;padding:.25em .75em;box-shadow:none!important}.ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.71428571em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:rgba(255,255,255,.05)}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #db2828}.ui.inverted.red.table{background-color:#db2828!important;color:#fff!important}.ui.orange.table{border-top:.2em solid #f2711c}.ui.inverted.orange.table{background-color:#f2711c!important;color:#fff!important}.ui.yellow.table{border-top:.2em solid #fbbd08}.ui.inverted.yellow.table{background-color:#fbbd08!important;color:#fff!important}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18!important;color:#fff!important}.ui.green.table{border-top:.2em solid #21ba45}.ui.inverted.green.table{background-color:#21ba45!important;color:#fff!important}.ui.teal.table{border-top:.2em solid #00b5ad}.ui.inverted.teal.table{background-color:#00b5ad!important;color:#fff!important}.ui.blue.table{border-top:.2em solid #2185d0}.ui.inverted.blue.table{background-color:#2185d0!important;color:#fff!important}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9!important;color:#fff!important}.ui.purple.table{border-top:.2em solid #a333c8}.ui.inverted.purple.table{background-color:#a333c8!important;color:#fff!important}.ui.pink.table{border-top:.2em solid #e03997}.ui.inverted.pink.table{background-color:#e03997!important;color:#fff!important}.ui.brown.table{border-top:.2em solid #a5673f}.ui.inverted.brown.table{background-color:#a5673f!important;color:#fff!important}.ui.grey.table{border-top:.2em solid #767676}.ui.inverted.grey.table{background-color:#767676!important;color:#fff!important}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d!important;color:#fff!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td,.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table thead th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:'';height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:'\f0d8'}.ui.sortable.table thead th.descending:after{content:'\f0d7'}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.15);background:linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.15);color:#fff}.ui.inverted.sortable.table thead th:hover{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.08);background:linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.08);color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;color:rgba(255,255,255,.9);border:none}.ui.inverted.table th{background-color:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.9)}.ui.inverted.table tr td{border-color:rgba(255,255,255,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{pointer-events:none;color:rgba(225,225,225,.3)}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#fff}.ui.inverted.definition.table tr td:first-child{background:rgba(255,255,255,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:0 0;border:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{box-shadow:none}.ui.basic.table th{background:0 0;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:0 0}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:''}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#fff;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:290px;min-height:0;background:#fff;padding:0;border:none;border-radius:.28571429rem;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;-webkit-transition:box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,transform .1s ease;z-index:''}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:-.875em -.5em;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.cards>.card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:0 0;margin:0;padding:1em;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:'';font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.2857em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:''}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:''}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:'';z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#ffb70a}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#ffe623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#ff2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:0 0;width:auto;margin:0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.centered.cards{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;-ms-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#fff;border:none;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.66666667% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.28571429% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards .card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards .card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards .card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards .card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards .card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.huge.comments{font-size:1.2em}.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}.ui.items>.item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;box-shadow:none;-webkit-transition:box-shadow .1s ease;transition:box-shadow .1s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:'';-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;background:0 0;margin:0;padding:0;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;-webkit-align-self:top;-ms-flex-item-align:top;align-self:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle;width:''}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:'';height:'';border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:''}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#ffb70a}.ui.items>.item>.content .active.favorite.icon{color:#ffe623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.items>.item>.content .active.like.icon{color:#ff2733}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:.5rem 0 0;width:100%;padding:0;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767px){.ui.items>.item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:2em 0}.ui.items>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items>.item>.image,.ui.items>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}.ui.statistic{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 1.5em 2em;max-width:auto}.ui.statistics{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1em -1.5em -2em}.ui.statistics:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistics:last-child{margin-bottom:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistic>.value~.label,.ui.statistics .statistic>.label~.value,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -2em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 2em}.ui.nine.statistics{margin:0 0 -2em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 2em}.ui.eight.statistics{margin:0 0 -2em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 2em}.ui.seven.statistics{margin:0 0 -2em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 2em}.ui.six.statistics{margin:0 0 -2em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 2em}.ui.five.statistics{margin:0 0 -2em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 2em}.ui.four.statistics{margin:0 0 -2em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 2em}.ui.three.statistics{margin:0 0 -2em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 2em}.ui.two.statistics{margin:0 0 -2em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 2em}.ui.one.statistics{margin:0 0 -2em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 2em}.ui.horizontal.statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.horizontal.statistics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#db2828}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#f2711c}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#fbbd08}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#b5cc18}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21ba45}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00b5ad}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185d0}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435c9}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#a333c8}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#e03997}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#a5673f}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#fff}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:rgba(255,255,255,.9)}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#ff695e}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#ff851b}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#ffe21f}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#d9e778}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ecc40}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6dffff}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54c8ff}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#a291fb}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#dc73ff}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#ff8edf}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#d67c1c}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#dcddde}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value,.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value,.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle;font-size:3rem}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem}.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;color:rgba(0,0,0,.87)}.ui.accordion .accordion .title~.content,.ui.accordion .title~.content{display:none}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:'';padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;-webkit-transition:-webkit-transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease;vertical-align:baseline;-webkit-transform:none;-ms-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon,.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15)}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;color:rgba(0,0,0,.4);font-weight:700;border-top:1px solid rgba(34,36,38,.15);-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.accordion .accordion .active.content,.ui.accordion .active.content{display:block}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.inverted.accordion .title:not(.ui){color:rgba(255,255,255,.9)}@font-face{font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{font-family:Accordion;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before{content:'\f0da'}.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox .box:before,.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;content:'';background:#fff;border-radius:.21428571rem;-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox .box:after,.ui.checkbox label:after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;font-family:Checkbox}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox .box:active::before,.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:active::after,.ui.checkbox input:active~label,.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label,.ui.checkbox input:focus~label:after{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:indeterminate~.box:before,.ui.checkbox input:indeterminate~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:indeterminate:focus~.box:before,.ui.checkbox input:indeterminate:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:indeterminate:focus~.box:after,.ui.checkbox input:indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label{cursor:default;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox .box,.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before{content:'';-webkit-transform:none;-ms-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{border:none;content:''!important;line-height:15px;top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46666667);-ms-transform:scale(.46666667);transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~.box:before,.ui.radio.checkbox input:focus~label:before{background-color:#fff}.ui.radio.checkbox input:focus~.box:after,.ui.radio.checkbox input:focus~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~.box:after,.ui.radio.checkbox input:indeterminate~label:after{opacity:0}.ui.radio.checkbox input:checked~.box:before,.ui.radio.checkbox input:checked~label:before{background-color:#fff}.ui.radio.checkbox input:checked~.box:after,.ui.radio.checkbox input:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~.box:before,.ui.radio.checkbox input:focus:checked~label:before{background-color:#fff}.ui.radio.checkbox input:focus:checked~.box:after,.ui.radio.checkbox input:focus:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox .box,.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox .box:before,.ui.slider.checkbox label:before{display:block;position:absolute;content:'';border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;-webkit-transform:none;-ms-transform:none;transform:none;border-radius:500rem;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider.checkbox .box:after,.ui.slider.checkbox label:after{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #fff;background:linear-gradient(transparent,rgba(0,0,0,.05)) #fff;position:absolute;content:''!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;-webkit-transform:none;-ms-transform:none;transform:none;border-radius:500rem;-webkit-transition:left .3s ease;transition:left .3s ease}.ui.slider.checkbox input:focus~.box:before,.ui.slider.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox .box:hover,.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox .box:hover::before,.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~.box,.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~.box:before,.ui.slider.checkbox input:checked~label:before{background-color:#545454!important}.ui.slider.checkbox input:checked~.box:after,.ui.slider.checkbox input:checked~label:after{left:2rem}.ui.slider.checkbox input:focus:checked~.box,.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~.box:before,.ui.slider.checkbox input:focus:checked~label:before{background-color:#000!important}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox .box,.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{display:block;position:absolute;content:'';z-index:1;-webkit-transform:none;-ms-transform:none;transform:none;border:none;top:0;background:rgba(0,0,0,.05);width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #fff;background:linear-gradient(transparent,rgba(0,0,0,.05)) #fff;position:absolute;content:''!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;-webkit-transition:background .3s ease,left .3s ease;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after{left:-.05rem}.ui.toggle.checkbox .box:hover::before,.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before,.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~.box,.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before{background-color:#2185d0!important}.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after{left:2.15rem}.ui.toggle.checkbox input:focus:checked~.box,.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.fitted.checkbox .box,.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.slider.checkbox,.ui.fitted.toggle.checkbox{width:3.5rem}@font-face{font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype')}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:'\e800'}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{font-size:12px;content:'\e801'}.dimmable{position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:800ms -webkit-filter ease,800ms filter ease;transition:800ms filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0;z-index:-100;background-color:transparent}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.71428571rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1.14285714rem .71428571rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.71428571rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%!important;right:auto!important;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0;margin-left:0;float:none;margin-right:.71428571rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:middle;width:auto;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.7142em;background:#fff;display:inline-block;padding:.78571429em 2.6em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;top:auto;width:auto;z-index:3;margin:-.78571429em;padding:.78571429em;right:1em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.71428571rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:7.58571429rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.11428571rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:15.17142857rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:20.22857143rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.71428571rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none!important;border:none!important;box-shadow:none!important;cursor:pointer;top:0;left:0;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.2142em;padding:.67861429em 2.6em .67861429em 1em}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(0,0,0,.4)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:7.58571429rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.11428571rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:15.17142857rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:20.22857143rem}}.ui.multiple.dropdown{padding:.22620476em 2.6em .22620476em .28571429em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .71428571em;margin:.21428571em .28571429rem .21428571em 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:0 -.71428571em 0 0;padding:.5em}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45240952em 0 .45240952em .71428571em;line-height:1.2142em}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45240952em 0 .45240952em .71428571em;line-height:1.2142em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45240952em 0 .45240952em .71428571em;width:2.2em;line-height:1.2142em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .25em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.25em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon:after,.ui.loading.dropdown>i.icon:before{left:30%!important}.ui.loading.dropdown>i.icon{top:50%!important}.ui.multiple.loading.dropdown>i.icon:after,.ui.multiple.loading.dropdown>i.icon:before{top:0!important;left:0!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.default.dropdown:hover>.text,.ui.default.dropdown>.text,.ui.dropdown:hover>.default.text,.ui.dropdown>.default.text{color:rgba(179,179,179,.7)}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto!important;right:100%!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0 .71428571rem 0 0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none;padding-right:calc(1.14285714rem + 17px)!important}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:9.71428571rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.71428571rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 1px rgba(34,36,38,.15);background:#fff;z-index:2;top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto;right:1em;margin:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.upward.pointing.dropdown>.menu,.ui.upward.top.pointing.dropdown>.menu{top:auto;bottom:100%;margin:0 0 .71428571rem;border-radius:.28571429rem}.ui.upward.pointing.dropdown>.menu:after,.ui.upward.top.pointing.dropdown>.menu:after{top:100%;bottom:auto;box-shadow:1px 1px 0 1px rgba(34,36,38,.15);margin:-.25em 0 0}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#dcddde;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#fff}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}.ui.modal{display:none;position:fixed;z-index:1001;top:50%;left:50%;text-align:left;background:#fff;border:none;box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;-ms-transform-origin:50% 25%;transform-origin:50% 25%;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#fff;margin:0;padding:1.25rem 1.5rem;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.2857em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:'';-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="top aligned"]{-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="middle aligned"]{-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle}.ui.modal>[class*=stretched]{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:'';width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:14.57142857rem}.ui.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:19.42857143rem}.ui.modal{width:850px;margin:0 0 0 -425px}}@media only screen and (min-width:1200px){.ui.modal{width:900px;margin:0 0 0 -450px}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:19.42857143rem}.ui.modal{width:950px;margin:0 0 0 -475px}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 2.25rem .75rem 1rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;box-shadow:none!important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}.ui.active.modal{display:block}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{position:static!important;margin:3.5rem auto!important}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:3.5rem!important}.undetached.dimmable.dimmed>.pusher{z-index:auto}@media only screen and (max-width:991px){.ui.basic.modal>.close{color:#fff}.modals.dimmer .ui.scrolling.modal{margin-top:1rem!important;margin-bottom:1rem!important}}.ui.fullscreen.modal{width:95%!important;left:2.5%!important;margin:1em auto}.ui.fullscreen.scrolling.modal{left:0!important}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal{font-size:1rem}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0 0 0 -35.2%}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0 0 0 -340px}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0 0 0 -360px}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0 0 0 -380px}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0 0 0 -510px}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0 0 0 -540px}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0 0 0 -570px}}.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f3f4f5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08);margin:0}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.125em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.75em;height:.75em;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}.ui.top.popup{margin:0 0 .75em}.ui.top.left.popup{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .75em 0 0;-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .75em;-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.75em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;margin-right:0}.ui.bottom.center.popup:before{margin-left:-.325em;top:-.325em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.325em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup:before{top:-.325em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.325em;left:50%;margin-left:-.325em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.325em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.325em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.325em;bottom:auto;left:auto;margin-top:-.325em;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.325em;bottom:auto;right:auto;margin-top:-.325em;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before,.ui.left.center.popup:before,.ui.right.center.popup:before,.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before,.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before,.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.71428571rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="9"] .bar,.ui.indicating.progress[data-percent^="100"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label,.ui.indicating.progress[data-percent^="3"] .label,.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label,.ui.indicating.progress[data-percent^="6"] .label,.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label,.ui.indicating.progress[data-percent^="9"] .label,.ui.indicating.progress[data-percent^="100"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1a531b}.ui.progress.success .bar{background-color:#21ba45!important}.ui.progress.success .bar,.ui.progress.success .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1a531b}.ui.progress.warning .bar{background-color:#f2c037!important}.ui.progress.warning .bar,.ui.progress.warning .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794b02}.ui.progress.error .bar{background-color:#db2828!important}.ui.progress.error .bar,.ui.progress.error .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#f9fafb}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#db2828}.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.orange.progress .bar{background-color:#f2711c}.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.yellow.progress .bar{background-color:#fbbd08}.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.olive.progress .bar{background-color:#b5cc18}.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar{background-color:#21ba45}.ui.green.inverted.progress .bar{background-color:#2ecc40}.ui.teal.progress .bar{background-color:#00b5ad}.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar{background-color:#2185d0}.ui.blue.inverted.progress .bar{background-color:#54c8ff}.ui.violet.progress .bar{background-color:#6435c9}.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.purple.progress .bar{background-color:#a333c8}.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.pink.progress .bar{background-color:#e03997}.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar{background-color:#a5673f}.ui.brown.inverted.progress .bar{background-color:#d67c1c}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#dcddde}.ui.black.progress .bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;-webkit-transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;background:0 0;color:rgba(0,0,0,.15);font-family:Rating;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.rating .active.icon{background:0 0;color:rgba(0,0,0,.85)}.ui.rating .icon.selected,.ui.rating .icon.selected.active{background:0 0;color:rgba(0,0,0,.87)}.ui.star.rating .icon{width:1.25em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none}.ui.star.rating .active.icon{background:0 0!important;color:#ffe623!important;text-shadow:0 -1px 0 #ddc507,-1px 0 0 #ddc507,0 1px 0 #ddc507,1px 0 0 #ddc507!important}.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active{background:0 0!important;color:#fc0!important;text-shadow:0 -1px 0 #e6a200,-1px 0 0 #e6a200,0 1px 0 #e6a200,1px 0 0 #e6a200!important}.ui.heart.rating .icon{width:1.4em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none!important}.ui.heart.rating .active.icon{background:0 0!important;color:#ff6d75!important;text-shadow:0 -1px 0 #cd0707,-1px 0 0 #cd0707,0 1px 0 #cd0707,1px 0 0 #cd0707!important}.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active{background:0 0!important;color:#ff3000!important;text-shadow:0 -1px 0 #aa0101,-1px 0 0 #aa0101,0 1px 0 #aa0101,1px 0 0 #aa0101!important}.ui.disabled.rating .icon{cursor:default}.ui.rating .icon.selected,.ui.rating.selected .active.icon,.ui.rating.selected .icon.selected{opacity:1}.ui.mini.rating{font-size:.71428571rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.rating{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;vertical-align:baseline;font-size:1rem}.ui.large.rating{font-size:1.14285714rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}@font-face{font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');font-weight:400;font-style:normal}.ui.rating .icon:before{content:'\f006'}.ui.rating .active.icon:before,.ui.star.rating .active.icon:before,.ui.star.rating .icon:before{content:'\f005'}.ui.star.rating .partial.icon:before{content:'\f006'}.ui.star.rating .partial.icon{content:'\f005'}.ui.heart.rating .active.icon:before,.ui.heart.rating .icon:before{content:'\f004'}.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.2142em;padding:.67861429em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:0 0 0 0 transparent inset;-webkit-transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;background:#fff;margin-top:.5em;width:18em;border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08);border:1px solid #d4d4d5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21ba45}.ui.search>.results>.message{padding:1em}.ui.search>.results>.message .header{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#f3f4f5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#fff;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#f9fafb}.ui.search .action:hover{background:#e0e0e0}.ui.category.search>.results .category.active{background:#f3f4f5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#f3f4f5;box-shadow:none}.ui.search>.results .result.active .description,.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:'';top:0;right:0;-webkit-transition:color .1s ease,opacity .1s ease;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search>.results .category{background:#f3f4f5;box-shadow:none;border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category .result{background:#fff;margin-left:100px;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem;border-bottom:none}.ui.category.search>.results .category>.name{width:100px;background:0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;float:1em;float:left;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4)}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.71428571em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}.ui.shape{position:relative;vertical-align:top;display:inline-block;-webkit-perspective:2000px;perspective:2000px;-webkit-transition:-webkit-transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none}.ui.shape .side *{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#e6e6e6;color:rgba(0,0,0,.87);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute;-webkit-transition:-webkit-transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .active.side{display:block}.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will-change:transform;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}body.pushable{background:#545454!important}.pushable:not(body){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease;will-change:transform;z-index:101}body.pushable>.pusher{background:#fff}.pushable>.pusher{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;min-height:100%;-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease;z-index:2;background:inherit}.pushable>.pusher:after{position:fixed;top:0;right:0;content:'';background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;-webkit-transition:opacity 500ms;transition:opacity 500ms;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.bottom.visible.sidebar,.ui.left.visible.sidebar,.ui.right.visible.sidebar,.ui.top.visible.sidebar{box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html.ios{overflow-x:hidden;-webkit-overflow-scrolling:touch}html.ios,html.ios body{height:initial!important}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.left.sidebar,.ui.right.sidebar{width:260px}.ui.wide.left.sidebar,.ui.wide.right.sidebar{width:350px}.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar{width:475px}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease}.ui.visible.bottom.overlay.sidebar,.ui.visible.left.overlay.sidebar,.ui.visible.right.overlay.sidebar,.ui.visible.top.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.visible.push.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease}.ui.visible.slide.along.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease}.ui.visible.slide.out.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.scale.down.sidebar{-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease;z-index:102}.ui.left.scale.down.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.scale.down.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.scale.down.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.scale.down.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.scale.down.left.sidebar~.pusher{-webkit-transform-origin:75% 50%;-ms-transform-origin:75% 50%;transform-origin:75% 50%}.ui.scale.down.right.sidebar~.pusher{-webkit-transform-origin:25% 50%;-ms-transform-origin:25% 50%;transform-origin:25% 50%}.ui.scale.down.top.sidebar~.pusher{-webkit-transform-origin:50% 75%;-ms-transform-origin:50% 75%;transform-origin:50% 75%}.ui.scale.down.bottom.sidebar~.pusher{-webkit-transform-origin:50% 25%;-ms-transform-origin:50% 25%;transform-origin:50% 25%}.ui.animating.scale.down>.visible.ui.sidebar{-webkit-transition:-webkit-transform 500ms ease;transition:transform 500ms ease}.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher{display:block!important;width:100%;height:100%;overflow:hidden!important}.ui.visible.scale.down.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.scale.down.sidebar~.pusher{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:500ms;animation-duration:500ms}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:400ms;animation-duration:400ms;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:600ms;animation-duration:600ms}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:800ms;animation-duration:800ms}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;-ms-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;-ms-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}}@keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}}@-webkit-keyframes jiggle{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes jiggle{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}} \ No newline at end of file diff --git a/public/css/semantic-2.2.1.min.css b/public/css/semantic-2.2.1.min.css new file mode 100755 index 000000000..89a49ec56 --- /dev/null +++ b/public/css/semantic-2.2.1.min.css @@ -0,0 +1,11 @@ + /* + * # Semantic UI - 2.2.1 + * https://github.com/Semantic-Org/Semantic-UI + * http://www.semantic-ui.com/ + * + * Copyright 2014 Contributors + * Released under the MIT license + * http://opensource.org/licenses/MIT + * + */ +*,:after,:before{box-sizing:inherit}html{box-sizing:border-box;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0;color:#4183C4;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#FFF;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;line-height:1.2857em;margin:calc(2rem - .14285em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.714rem}h3{font-size:1.28rem}h4{font-size:1.071rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,p:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}::selection{background-color:#CCE2FF;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#E0E1E2;color:rgba(0,0,0,.6);font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;will-change:'';-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#CACBCD;background-image:none;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#CACBCD;color:rgba(0,0,0,.8);background-image:''!important;box-shadow:''!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#BABBBC;background-image:'';color:rgba(0,0,0,.9);box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#C0C1C2;background-image:none;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#C0C1C2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#C0C1C2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#FFF transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;box-shadow:none}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;box-shadow:none!important;pointer-events:none!important}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em;left:auto;right:0}.ui.animated.button .hidden.content{position:absolute;width:100%;top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.inverted.button{box-shadow:0 0 0 2px #FFF inset!important;background:0 0;color:#FFF;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button.active,.ui.inverted.button:focus,.ui.inverted.button:hover{background:#FFF;box-shadow:0 0 0 2px #FFF inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#DCDDDE;box-shadow:0 0 0 2px #DCDDDE inset!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background:0 0!important;padding:0!important;border:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;padding:'';font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label,.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3B5998;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#FFF;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#FFF;text-shadow:none}.ui.twitter.button{background-color:#0084B4;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#00719b;color:#FFF;text-shadow:none}.ui.twitter.button:active{background-color:#005f81;color:#FFF;text-shadow:none}.ui.google.plus.button{background-color:#DC4A38;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#de321d;color:#FFF;text-shadow:none}.ui.google.plus.button:active{background-color:#bf3322;color:#FFF;text-shadow:none}.ui.linkedin.button{background-color:#1F88BE;color:#FFF;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#FFF;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#FFF;text-shadow:none}.ui.youtube.button{background-color:#CC181E;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#bd0d13;color:#FFF;text-shadow:none}.ui.youtube.button:active{background-color:#9e1317;color:#FFF;text-shadow:none}.ui.instagram.button{background-color:#49769C;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#FFF;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#FFF;text-shadow:none}.ui.pinterest.button{background-color:#00ACED;color:#FFF;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#0099d4;color:#FFF;text-shadow:none}.ui.pinterest.button:active{background-color:#0087ba;color:#FFF;text-shadow:none}.ui.vk.button{background-color:#4D7198;color:#FFF;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#41648a;color:#FFF}.ui.vk.button:active{background-color:#3c5876;color:#FFF}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button:not(.icon)>.icon:not(.button){margin:0 .42857143em 0 -.21428571em}.ui.button:not(.icon)>.right.icon:not(.button){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.78571429rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:0 0!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.button:focus,.ui.basic.button:hover,.ui.basic.buttons .button:focus,.ui.basic.buttons .button:hover{background:#FFF!important;color:rgba(0,0,0,.8)!important;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#F8F8F8!important;color:rgba(0,0,0,.9)!important;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;box-shadow:''!important;color:rgba(0,0,0,.95)}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{box-shadow:rgba(34,36,38,.35) inset}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#F9FAFB!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:focus,.ui.basic.inverted.buttons .button:hover{color:#FFF!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08)!important;color:#FFF!important;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#FFF;text-shadow:none;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);box-shadow:0 0 0 2px #fff inset!important}.ui.basic.buttons .button{border-radius:0;border-left:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none;border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';box-shadow:-1px 0 0 0 transparent inset;top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:.28571429rem 0 0}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0 0 0 .28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21BA45!important;box-shadow:none!important;text-shadow:none;color:#FFF!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#FFF!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#FFF;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child,.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1B1C1D;color:#FFF;text-shadow:none;background-image:none}.ui.black.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#FFF;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#FFF;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#FFF;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#FFF;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{box-shadow:0 0 0 1px #1B1C1D inset!important;color:#1B1C1D!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #2f3032 inset!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #0f0f10 inset!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D4D4D5 inset!important;color:#FFF}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.black.active.button,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .active.button,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{box-shadow:0 0 0 2px #000 inset!important;color:#FFF!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{box-shadow:0 0 0 2px #000 inset!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.active.button,.ui.inverted.black.buttons .basic.button:active{box-shadow:0 0 0 2px #000 inset!important;color:#FFF!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#FFF;text-shadow:none;background-image:none}.ui.grey.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#FFF;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#FFF;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#FFF;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#FFF;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{box-shadow:0 0 0 1px #767676 inset!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #838383 inset!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8a8a8a inset!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #696969 inset!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{box-shadow:0 0 0 1px #909090 inset!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D4D4D5 inset!important;color:#FFF}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#FFF!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{box-shadow:0 0 0 2px #c7c9cb inset!important;color:#DCDDDE!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#FFF!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{box-shadow:0 0 0 2px #c2c4c5 inset!important;color:#FFF!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#A5673F;color:#FFF;text-shadow:none;background-image:none}.ui.brown.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#FFF;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#FFF;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#FFF;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#FFF;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{box-shadow:0 0 0 1px #A5673F inset!important;color:#A5673F!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #975b33 inset!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #90532b inset!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #995a31 inset!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{box-shadow:0 0 0 1px #805031 inset!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D67C1C inset!important;color:#D67C1C}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{box-shadow:0 0 0 2px #c86f11 inset!important;color:#D67C1C!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{box-shadow:0 0 0 2px #c16808 inset!important;color:#D67C1C!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{box-shadow:0 0 0 2px #cc6f0d inset!important;color:#D67C1C!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{box-shadow:0 0 0 2px #a96216 inset!important;color:#D67C1C!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185D0;color:#FFF;text-shadow:none;background-image:none}.ui.blue.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#FFF;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#FFF;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#FFF;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#FFF;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{box-shadow:0 0 0 1px #2185D0 inset!important;color:#2185D0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #54C8FF inset!important;color:#54C8FF}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54C8FF!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{box-shadow:0 0 0 2px #2bbbff inset!important;color:#54C8FF!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54C8FF!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{box-shadow:0 0 0 2px #21b8ff inset!important;color:#54C8FF!important}.ui.green.button,.ui.green.buttons .button{background-color:#21BA45;color:#FFF;text-shadow:none;background-image:none}.ui.green.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#FFF;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#FFF;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#FFF;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#FFF;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{box-shadow:0 0 0 1px #21BA45 inset!important;color:#21BA45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #2ECC40 inset!important;color:#2ECC40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{box-shadow:0 0 0 2px #22be34 inset!important;color:#2ECC40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{box-shadow:0 0 0 2px #19b82b inset!important;color:#2ECC40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{box-shadow:0 0 0 2px #1fc231 inset!important;color:#2ECC40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{box-shadow:0 0 0 2px #25a233 inset!important;color:#2ECC40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#F2711C;color:#FFF;text-shadow:none;background-image:none}.ui.orange.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#FFF;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#FFF;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#FFF;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#FFF;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{box-shadow:0 0 0 1px #F2711C inset!important;color:#F2711C!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #f26202 inset!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e55b00 inset!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #f56100 inset!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{box-shadow:0 0 0 1px #cf590c inset!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FF851B inset!important;color:#FF851B}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff7701 inset!important;color:#FF851B!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{box-shadow:0 0 0 2px #f17000 inset!important;color:#FF851B!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{box-shadow:0 0 0 2px #ff7701 inset!important;color:#FF851B!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{box-shadow:0 0 0 2px #e76b00 inset!important;color:#FF851B!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#E03997;color:#FFF;text-shadow:none;background-image:none}.ui.pink.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#FFF;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#FFF;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#FFF;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#FFF;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{box-shadow:0 0 0 1px #E03997 inset!important;color:#E03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #e61a8d inset!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e10f85 inset!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #ea158d inset!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{box-shadow:0 0 0 1px #c71f7e inset!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FF8EDF inset!important;color:#FF8EDF}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#FF8EDF!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff65d3 inset!important;color:#FF8EDF!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#FF8EDF!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{box-shadow:0 0 0 2px #ff5bd1 inset!important;color:#FF8EDF!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435C9;color:#FFF;text-shadow:none;background-image:none}.ui.violet.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#FFF;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#FFF;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#FFF;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#FFF;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{box-shadow:0 0 0 1px #6435C9 inset!important;color:#6435C9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #5829bb inset!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #4f20b5 inset!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #5626bf inset!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{box-shadow:0 0 0 1px #502aa1 inset!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #A291FB inset!important;color:#A291FB}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{box-shadow:0 0 0 2px #8a73ff inset!important;color:#A291FB!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{box-shadow:0 0 0 2px #7d64ff inset!important;color:#A291FB!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{box-shadow:0 0 0 2px #8a73ff inset!important;color:#A291FB!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{box-shadow:0 0 0 2px #7860f9 inset!important;color:#A291FB!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#A333C8;color:#FFF;text-shadow:none;background-image:none}.ui.purple.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#FFF;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#FFF;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#FFF;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#FFF;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{box-shadow:0 0 0 1px #A333C8 inset!important;color:#A333C8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #9627ba inset!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8f1eb4 inset!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #9724be inset!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{box-shadow:0 0 0 1px #82299f inset!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #DC73FF inset!important;color:#DC73FF}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{box-shadow:0 0 0 2px #d65aff inset!important;color:#DC73FF!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{box-shadow:0 0 0 2px #d24aff inset!important;color:#DC73FF!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{box-shadow:0 0 0 2px #d65aff inset!important;color:#DC73FF!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{box-shadow:0 0 0 2px #cf40ff inset!important;color:#DC73FF!important}.ui.red.button,.ui.red.buttons .button{background-color:#DB2828;color:#FFF;text-shadow:none;background-image:none}.ui.red.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#FFF;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#FFF;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#FFF;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#FFF;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{box-shadow:0 0 0 1px #DB2828 inset!important;color:#DB2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FF695E inset!important;color:#FF695E}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{box-shadow:none!important;color:#FFF}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff5144 inset!important;color:#FF695E!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff4335 inset!important;color:#FF695E!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{box-shadow:0 0 0 2px #ff5144 inset!important;color:#FF695E!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{box-shadow:0 0 0 2px #ff392b inset!important;color:#FF695E!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00B5AD;color:#FFF;text-shadow:none;background-image:none}.ui.teal.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#FFF;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#FFF;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#FFF;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#FFF;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{box-shadow:0 0 0 1px #00B5AD inset!important;color:#00B5AD!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #008c86 inset!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{box-shadow:0 0 0 1px #00827c inset!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #6DFFFF inset!important;color:#6DFFFF}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{box-shadow:0 0 0 2px #54ffff inset!important;color:#6DFFFF!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{box-shadow:0 0 0 2px #4ff inset!important;color:#6DFFFF!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{box-shadow:0 0 0 2px #54ffff inset!important;color:#6DFFFF!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{box-shadow:0 0 0 2px #3affff inset!important;color:#6DFFFF!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#B5CC18;color:#FFF;text-shadow:none;background-image:none}.ui.olive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#FFF;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#FFF;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#FFF;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#FFF;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{box-shadow:0 0 0 1px #B5CC18 inset!important;color:#B5CC18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #a7bd0d inset!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #a0b605 inset!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #aac109 inset!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{box-shadow:0 0 0 1px #8d9e13 inset!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #D9E778 inset!important;color:#D9E778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{box-shadow:0 0 0 2px #d8ea5c inset!important;color:#D9E778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{box-shadow:0 0 0 2px #daef47 inset!important;color:#D9E778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{box-shadow:0 0 0 2px #daed59 inset!important;color:#D9E778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{box-shadow:0 0 0 2px #cddf4d inset!important;color:#D9E778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#FBBD08;color:#FFF;text-shadow:none;background-image:none}.ui.yellow.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#FFF;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#FFF;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#FFF;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#FFF;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{box-shadow:0 0 0 1px #FBBD08 inset!important;color:#FBBD08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #daa300 inset!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{box-shadow:0 0 0 1px #cd9903 inset!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #FFE21F inset!important;color:#FFE21F}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#FFF!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#FFE21F!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{box-shadow:0 0 0 2px #f5d500 inset!important;color:#FFE21F!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#FFE21F!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{box-shadow:0 0 0 2px #ebcd00 inset!important;color:#FFE21F!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185D0;color:#FFF;text-shadow:none;background-image:none}.ui.primary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#FFF;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#FFF;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#FFF;text-shadow:none}.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active{background-color:#1279c6;color:#FFF;text-shadow:none}.ui.basic.primary.button,.ui.basic.primary.buttons .button{box-shadow:0 0 0 1px #2185D0 inset!important;color:#2185D0!important}.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active{box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1B1C1D;color:#FFF;text-shadow:none;background-image:none}.ui.secondary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#FFF;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#FFF;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#FFF;text-shadow:none}.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active{background-color:#27292a;color:#FFF;text-shadow:none}.ui.basic.secondary.button,.ui.basic.secondary.buttons .button{box-shadow:0 0 0 1px #1B1C1D inset!important;color:#1B1C1D!important}.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #2e3032 inset!important;color:#27292a!important}.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#343637!important}.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active{box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.positive.button,.ui.positive.buttons .button{background-color:#21BA45;color:#FFF;text-shadow:none;background-image:none}.ui.positive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39;color:#FFF;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432;color:#FFF;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35;color:#FFF;text-shadow:none}.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#FFF;text-shadow:none}.ui.basic.positive.button,.ui.basic.positive.buttons .button{box-shadow:0 0 0 1px #21BA45 inset!important;color:#21BA45!important}.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active{box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.negative.button,.ui.negative.buttons .button{background-color:#DB2828;color:#FFF;text-shadow:none;background-image:none}.ui.negative.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919;color:#FFF;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010;color:#FFF;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e;color:#FFF;text-shadow:none}.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#FFF;text-shadow:none}.ui.basic.negative.button,.ui.basic.negative.buttons .button{box-shadow:0 0 0 1px #DB2828 inset!important;color:#DB2828!important}.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active{box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;box-shadow:none}.ui.vertical.buttons .button:first-child,.ui.vertical.buttons .huge.button:first-child,.ui.vertical.buttons .massive.button:first-child,.ui.vertical.buttons .mini.button:first-child,.ui.vertical.buttons .small.button:first-child,.ui.vertical.buttons .tiny.button:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.buttons .button:last-child,.ui.vertical.buttons .gigantic.button:last-child,.ui.vertical.buttons .huge.button:last-child,.ui.vertical.buttons .massive.button:last-child,.ui.vertical.buttons .mini.button:last-child,.ui.vertical.buttons .small.button:last-child,.ui.vertical.buttons .tiny.button:last-child{margin-bottom:0;border-radius:0 0 .28571429rem .28571429rem}.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}.ui.grid.container,.ui.relaxed.grid.container,.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;max-width:700px!important;line-height:1.5;font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-size:1rem}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#FFF}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(themes/default/assets/images/flags.png) -108px -1976px no-repeat;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-36px -1717px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}.ui.header{border:none;margin:calc(2rem - .14285em) 0 1rem;padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;line-height:1.2857em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:.14285em;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image,.ui.header>img{display:inline-block;margin-top:.14285em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.714rem}h3.ui.header{font-size:1.28rem}h4.ui.header{font-size:1.071rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header,h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header,h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.714em}.ui.medium.header{font-size:1.28em}.ui.small.header{font-size:1.071em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header,.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header,.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.small.sub.header{font-size:.78571429em}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;text-transform:uppercase;color:'';font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content{display:block;padding:0}.ui.icon.header .circular.icon,.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#FFF}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;background:linear-gradient(transparent,rgba(0,0,0,.05)) #545454;box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #545454;background:linear-gradient(transparent,rgba(0,0,0,.05)) #545454;box-shadow:none;border-bottom:none}.ui.red.header{color:#DB2828!important}a.ui.red.header:hover{color:#d01919!important}.ui.red.dividing.header{border-bottom:2px solid #DB2828}.ui.inverted.red.header{color:#FF695E!important}a.ui.inverted.red.header:hover{color:#ff5144!important}.ui.orange.header{color:#F2711C!important}a.ui.orange.header:hover{color:#f26202!important}.ui.orange.dividing.header{border-bottom:2px solid #F2711C}.ui.inverted.orange.header{color:#FF851B!important}a.ui.inverted.orange.header:hover{color:#ff7701!important}.ui.olive.header{color:#B5CC18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #B5CC18}.ui.inverted.olive.header{color:#D9E778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#FBBD08!important}a.ui.yellow.header:hover{color:#eaae00!important}.ui.yellow.dividing.header{border-bottom:2px solid #FBBD08}.ui.inverted.yellow.header{color:#FFE21F!important}a.ui.inverted.yellow.header:hover{color:#ffdf05!important}.ui.green.header{color:#21BA45!important}a.ui.green.header:hover{color:#16ab39!important}.ui.green.dividing.header{border-bottom:2px solid #21BA45}.ui.inverted.green.header{color:#2ECC40!important}a.ui.inverted.green.header:hover{color:#22be34!important}.ui.teal.header{color:#00B5AD!important}a.ui.teal.header:hover{color:#009c95!important}.ui.teal.dividing.header{border-bottom:2px solid #00B5AD}.ui.inverted.teal.header{color:#6DFFFF!important}a.ui.inverted.teal.header:hover{color:#54ffff!important}.ui.blue.header{color:#2185D0!important}a.ui.blue.header:hover{color:#1678c2!important}.ui.blue.dividing.header{border-bottom:2px solid #2185D0}.ui.inverted.blue.header{color:#54C8FF!important}a.ui.inverted.blue.header:hover{color:#3ac0ff!important}.ui.violet.header{color:#6435C9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435C9}.ui.inverted.violet.header{color:#A291FB!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#A333C8!important}a.ui.purple.header:hover{color:#9627ba!important}.ui.purple.dividing.header{border-bottom:2px solid #A333C8}.ui.inverted.purple.header{color:#DC73FF!important}a.ui.inverted.purple.header:hover{color:#d65aff!important}.ui.pink.header{color:#E03997!important}a.ui.pink.header:hover{color:#e61a8d!important}.ui.pink.dividing.header{border-bottom:2px solid #E03997}.ui.inverted.pink.header{color:#FF8EDF!important}a.ui.inverted.pink.header:hover{color:#ff74d8!important}.ui.brown.header{color:#A5673F!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #A5673F}.ui.inverted.brown.header{color:#D67C1C!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#767676!important}a.ui.grey.header:hover{color:#838383!important}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header{color:#DCDDDE!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#F3F4F5;padding:.78571429rem 1rem;box-shadow:none;border:1px solid #D4D4D5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#FFF;padding:.78571429rem 1rem;margin-left:-1px;margin-right:-1px;box-shadow:none;border:1px solid #D4D4D5}.ui.attached.block.header{background:#F3F4F5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28em}@font-face{font-family:Icons;src:url(themes/default/assets/fonts/icons.eot);src:url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons.woff2) format('woff2'),url(themes/default/assets/fonts/icons.woff) format('woff'),url(themes/default/assets/fonts/icons.ttf) format('truetype'),url(themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.emphasized.icon,i.icon.active,i.icon.hover{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0}i.link.icon{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1B1C1D!important;color:#FFF!important}i.inverted.icon{color:#FFF}i.red.icon{color:#DB2828!important}i.inverted.red.icon{color:#FF695E!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#DB2828!important;color:#FFF!important}i.orange.icon{color:#F2711C!important}i.inverted.orange.icon{color:#FF851B!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#F2711C!important;color:#FFF!important}i.yellow.icon{color:#FBBD08!important}i.inverted.yellow.icon{color:#FFE21F!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#FBBD08!important;color:#FFF!important}i.olive.icon{color:#B5CC18!important}i.inverted.olive.icon{color:#D9E778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#B5CC18!important;color:#FFF!important}i.green.icon{color:#21BA45!important}i.inverted.green.icon{color:#2ECC40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21BA45!important;color:#FFF!important}i.teal.icon{color:#00B5AD!important}i.inverted.teal.icon{color:#6DFFFF!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00B5AD!important;color:#FFF!important}i.blue.icon{color:#2185D0!important}i.inverted.blue.icon{color:#54C8FF!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185D0!important;color:#FFF!important}i.violet.icon{color:#6435C9!important}i.inverted.violet.icon{color:#A291FB!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435C9!important;color:#FFF!important}i.purple.icon{color:#A333C8!important}i.inverted.purple.icon{color:#DC73FF!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#A333C8!important;color:#FFF!important}i.pink.icon{color:#E03997!important}i.inverted.pink.icon{color:#FF8EDF!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#E03997!important;color:#FFF!important}i.brown.icon{color:#A5673F!important}i.inverted.brown.icon{color:#D67C1C!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#A5673F!important;color:#FFF!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#DCDDDE!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#FFF!important}i.black.icon{color:#1B1C1D!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordered.black.icon,i.inverted.circular.black.icon{background-color:#1B1C1D!important;color:#FFF!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.4em}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.5em}i.small.icon,i.small.icons{line-height:1;font-size:.75em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px 1px 0 #FFF,1px 1px 0 #FFF}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1B1C1D,1px -1px 0 #1B1C1D,-1px 1px 0 #1B1C1D,1px 1px 0 #1B1C1D}i.icon.search:before{content:"\f002"}i.icon.mail.outline:before{content:"\f003"}i.icon.signal:before{content:"\f012"}i.icon.setting:before{content:"\f013"}i.icon.home:before{content:"\f015"}i.icon.inbox:before{content:"\f01c"}i.icon.browser:before{content:"\f022"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.image:before{content:"\f03e"}i.icon.calendar:before{content:"\f073"}i.icon.comment:before{content:"\f075"}i.icon.shop:before{content:"\f07a"}i.icon.privacy:before{content:"\f084"}i.icon.settings:before{content:"\f085"}i.icon.comments:before{content:"\f086"}i.icon.external:before{content:"\f08e"}i.icon.trophy:before{content:"\f091"}i.icon.payment:before{content:"\f09d"}i.icon.feed:before{content:"\f09e"}i.icon.alarm.outline:before{content:"\f0a2"}i.icon.tasks:before{content:"\f0ae"}i.icon.cloud:before{content:"\f0c2"}i.icon.lab:before{content:"\f0c3"}i.icon.mail:before{content:"\f0e0"}i.icon.dashboard:before{content:"\f0e4"}i.icon.comment.outline:before{content:"\f0e5"}i.icon.comments.outline:before{content:"\f0e6"}i.icon.sitemap:before{content:"\f0e8"}i.icon.idea:before{content:"\f0eb"}i.icon.alarm:before{content:"\f0f3"}i.icon.terminal:before{content:"\f120"}i.icon.code:before{content:"\f121"}i.icon.protect:before{content:"\f132"}i.icon.calendar.outline:before{content:"\f133"}i.icon.ticket:before{content:"\f145"}i.icon.external.square:before{content:"\f14c"}i.icon.bug:before{content:"\f188"}i.icon.mail.square:before{content:"\f199"}i.icon.history:before{content:"\f1da"}i.icon.options:before{content:"\f1de"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.find:before{content:"\f1e5"}i.icon.wifi:before{content:"\f1eb"}i.icon.alarm.mute:before{content:"\f1f6"}i.icon.alarm.mute.outline:before{content:"\f1f7"}i.icon.copyright:before{content:"\f1f9"}i.icon.at:before{content:"\f1fa"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.heartbeat:before{content:"\f21e"}i.icon.mouse.pointer:before{content:"\f245"}i.icon.hourglass.empty:before{content:"\f250"}i.icon.hourglass.start:before{content:"\f251"}i.icon.hourglass.half:before{content:"\f252"}i.icon.hourglass.end:before{content:"\f253"}i.icon.hourglass.full:before{content:"\f254"}i.icon.hand.pointer:before{content:"\f25a"}i.icon.trademark:before{content:"\f25c"}i.icon.registered:before{content:"\f25d"}i.icon.creative.commons:before{content:"\f25e"}i.icon.add.to.calendar:before{content:"\f271"}i.icon.remove.from.calendar:before{content:"\f272"}i.icon.delete.calendar:before{content:"\f273"}i.icon.checked.calendar:before{content:"\f274"}i.icon.industry:before{content:"\f275"}i.icon.shopping.bag:before{content:"\f290"}i.icon.shopping.basket:before{content:"\f291"}i.icon.hashtag:before{content:"\f292"}i.icon.percent:before{content:"\f295"}i.icon.wait:before{content:"\f017"}i.icon.download:before{content:"\f019"}i.icon.repeat:before{content:"\f01e"}i.icon.refresh:before{content:"\f021"}i.icon.lock:before{content:"\f023"}i.icon.bookmark:before{content:"\f02e"}i.icon.print:before{content:"\f02f"}i.icon.write:before{content:"\f040"}i.icon.adjust:before{content:"\f042"}i.icon.theme:before{content:"\f043"}i.icon.edit:before{content:"\f044"}i.icon.external.share:before{content:"\f045"}i.icon.ban:before{content:"\f05e"}i.icon.mail.forward:before,i.icon.share:before{content:"\f064"}i.icon.expand:before{content:"\f065"}i.icon.compress:before{content:"\f066"}i.icon.unhide:before{content:"\f06e"}i.icon.hide:before{content:"\f070"}i.icon.random:before{content:"\f074"}i.icon.retweet:before{content:"\f079"}i.icon.sign.out:before{content:"\f08b"}i.icon.pin:before{content:"\f08d"}i.icon.sign.in:before{content:"\f090"}i.icon.upload:before{content:"\f093"}i.icon.call:before{content:"\f095"}i.icon.remove.bookmark:before{content:"\f097"}i.icon.call.square:before{content:"\f098"}i.icon.unlock:before{content:"\f09c"}i.icon.configure:before{content:"\f0ad"}i.icon.filter:before{content:"\f0b0"}i.icon.wizard:before{content:"\f0d0"}i.icon.undo:before{content:"\f0e2"}i.icon.exchange:before{content:"\f0ec"}i.icon.cloud.download:before{content:"\f0ed"}i.icon.cloud.upload:before{content:"\f0ee"}i.icon.reply:before{content:"\f112"}i.icon.reply.all:before{content:"\f122"}i.icon.erase:before{content:"\f12d"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.write.square:before{content:"\f14b"}i.icon.share.square:before{content:"\f14d"}i.icon.archive:before{content:"\f187"}i.icon.translate:before{content:"\f1ab"}i.icon.recycle:before{content:"\f1b8"}i.icon.send:before{content:"\f1d8"}i.icon.send.outline:before{content:"\f1d9"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.add.to.cart:before{content:"\f217"}i.icon.in.cart:before{content:"\f218"}i.icon.add.user:before{content:"\f234"}i.icon.remove.user:before{content:"\f235"}i.icon.object.group:before{content:"\f247"}i.icon.object.ungroup:before{content:"\f248"}i.icon.clone:before{content:"\f24d"}i.icon.talk.outline:before{content:"\f27b"}i.icon.help.circle:before{content:"\f059"}i.icon.info.circle:before{content:"\f05a"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.announcement:before{content:"\f0a1"}i.icon.help:before{content:"\f128"}i.icon.info:before{content:"\f129"}i.icon.warning:before{content:"\f12a"}i.icon.birthday:before{content:"\f1fd"}i.icon.help.circle.outline:before{content:"\f29c"}i.icon.user:before{content:"\f007"}i.icon.users:before{content:"\f0c0"}i.icon.doctor:before{content:"\f0f0"}i.icon.handicap:before{content:"\f193"}i.icon.student:before{content:"\f19d"}i.icon.child:before{content:"\f1ae"}i.icon.spy:before{content:"\f21b"}i.icon.female:before{content:"\f182"}i.icon.male:before{content:"\f183"}i.icon.woman:before{content:"\f221"}i.icon.man:before{content:"\f222"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.intergender:before{content:"\f224"}i.icon.transgender:before{content:"\f225"}i.icon.lesbian:before{content:"\f226"}i.icon.gay:before{content:"\f227"}i.icon.heterosexual:before{content:"\f228"}i.icon.other.gender:before{content:"\f229"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.neuter:before{content:"\f22c"}i.icon.genderless:before{content:"\f22d"}i.icon.universal.access:before{content:"\f29a"}i.icon.wheelchair:before{content:"\f29b"}i.icon.blind:before{content:"\f29d"}i.icon.audio.description:before{content:"\f29e"}i.icon.volume.control.phone:before{content:"\f2a0"}i.icon.braille:before{content:"\f2a1"}i.icon.asl:before{content:"\f2a3"}i.icon.assistive.listening.systems:before{content:"\f2a2"}i.icon.deafness:before{content:"\f2a4"}i.icon.sign.language:before{content:"\f2a7"}i.icon.low.vision:before{content:"\f2a8"}i.icon.block.layout:before{content:"\f009"}i.icon.grid.layout:before{content:"\f00a"}i.icon.list.layout:before{content:"\f00b"}i.icon.zoom:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.resize.vertical:before{content:"\f07d"}i.icon.resize.horizontal:before{content:"\f07e"}i.icon.maximize:before{content:"\f0b2"}i.icon.crop:before{content:"\f125"}i.icon.cocktail:before{content:"\f000"}i.icon.road:before{content:"\f018"}i.icon.flag:before{content:"\f024"}i.icon.book:before{content:"\f02d"}i.icon.gift:before{content:"\f06b"}i.icon.leaf:before{content:"\f06c"}i.icon.fire:before{content:"\f06d"}i.icon.plane:before{content:"\f072"}i.icon.magnet:before{content:"\f076"}i.icon.lemon:before{content:"\f094"}i.icon.world:before{content:"\f0ac"}i.icon.travel:before{content:"\f0b1"}i.icon.shipping:before{content:"\f0d1"}i.icon.money:before{content:"\f0d6"}i.icon.legal:before{content:"\f0e3"}i.icon.lightning:before{content:"\f0e7"}i.icon.umbrella:before{content:"\f0e9"}i.icon.treatment:before{content:"\f0f1"}i.icon.suitcase:before{content:"\f0f2"}i.icon.bar:before{content:"\f0fc"}i.icon.flag.outline:before{content:"\f11d"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.puzzle:before{content:"\f12e"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.rocket:before{content:"\f135"}i.icon.anchor:before{content:"\f13d"}i.icon.bullseye:before{content:"\f140"}i.icon.sun:before{content:"\f185"}i.icon.moon:before{content:"\f186"}i.icon.fax:before{content:"\f1ac"}i.icon.life.ring:before{content:"\f1cd"}i.icon.bomb:before{content:"\f1e2"}i.icon.soccer:before{content:"\f1e3"}i.icon.calculator:before{content:"\f1ec"}i.icon.diamond:before{content:"\f219"}i.icon.sticky.note:before{content:"\f249"}i.icon.sticky.note.outline:before{content:"\f24a"}i.icon.law:before{content:"\f24e"}i.icon.hand.peace:before{content:"\f25b"}i.icon.hand.rock:before{content:"\f255"}i.icon.hand.paper:before{content:"\f256"}i.icon.hand.scissors:before{content:"\f257"}i.icon.hand.lizard:before{content:"\f258"}i.icon.hand.spock:before{content:"\f259"}i.icon.tv:before{content:"\f26c"}i.icon.crosshairs:before{content:"\f05b"}i.icon.asterisk:before{content:"\f069"}i.icon.square.outline:before{content:"\f096"}i.icon.certificate:before{content:"\f0a3"}i.icon.square:before{content:"\f0c8"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.spinner:before{content:"\f110"}i.icon.circle:before{content:"\f111"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.circle.thin:before{content:"\f1db"}i.icon.checkmark:before{content:"\f00c"}i.icon.remove:before{content:"\f00d"}i.icon.checkmark.box:before{content:"\f046"}i.icon.move:before{content:"\f047"}i.icon.add.circle:before{content:"\f055"}i.icon.minus.circle:before{content:"\f056"}i.icon.remove.circle:before{content:"\f057"}i.icon.check.circle:before{content:"\f058"}i.icon.remove.circle.outline:before{content:"\f05c"}i.icon.check.circle.outline:before{content:"\f05d"}i.icon.plus:before{content:"\f067"}i.icon.minus:before{content:"\f068"}i.icon.add.square:before{content:"\f0fe"}i.icon.radio:before{content:"\f10c"}i.icon.minus.square:before{content:"\f146"}i.icon.minus.square.outline:before{content:"\f147"}i.icon.check.square:before{content:"\f14a"}i.icon.selected.radio:before{content:"\f192"}i.icon.plus.square.outline:before{content:"\f196"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.film:before{content:"\f008"}i.icon.sound:before{content:"\f025"}i.icon.photo:before{content:"\f030"}i.icon.bar.chart:before{content:"\f080"}i.icon.camera.retro:before{content:"\f083"}i.icon.newspaper:before{content:"\f1ea"}i.icon.area.chart:before{content:"\f1fe"}i.icon.pie.chart:before{content:"\f200"}i.icon.line.chart:before{content:"\f201"}i.icon.arrow.circle.outline.down:before{content:"\f01a"}i.icon.arrow.circle.outline.up:before{content:"\f01b"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrow.down:before{content:"\f063"}i.icon.chevron.up:before{content:"\f077"}i.icon.chevron.down:before{content:"\f078"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.up:before{content:"\f0d8"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angle.down:before{content:"\f107"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.up:before{content:"\f151"}i.icon.toggle.right:before{content:"\f152"}i.icon.long.arrow.down:before{content:"\f175"}i.icon.long.arrow.up:before{content:"\f176"}i.icon.long.arrow.left:before{content:"\f177"}i.icon.long.arrow.right:before{content:"\f178"}i.icon.arrow.circle.outline.right:before{content:"\f18e"}i.icon.arrow.circle.outline.left:before{content:"\f190"}i.icon.toggle.left:before{content:"\f191"}i.icon.tablet:before{content:"\f10a"}i.icon.mobile:before{content:"\f10b"}i.icon.battery.full:before{content:"\f240"}i.icon.battery.high:before{content:"\f241"}i.icon.battery.medium:before{content:"\f242"}i.icon.battery.low:before{content:"\f243"}i.icon.battery.empty:before{content:"\f244"}i.icon.power:before{content:"\f011"}i.icon.trash.outline:before{content:"\f014"}i.icon.disk.outline:before{content:"\f0a0"}i.icon.desktop:before{content:"\f108"}i.icon.laptop:before{content:"\f109"}i.icon.game:before{content:"\f11b"}i.icon.keyboard:before{content:"\f11c"}i.icon.plug:before{content:"\f1e6"}i.icon.trash:before{content:"\f1f8"}i.icon.file.outline:before{content:"\f016"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.file.text.outline:before{content:"\f0f6"}i.icon.folder.outline:before{content:"\f114"}i.icon.folder.open.outline:before{content:"\f115"}i.icon.level.up:before{content:"\f148"}i.icon.level.down:before{content:"\f149"}i.icon.file:before{content:"\f15b"}i.icon.file.text:before{content:"\f15c"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.qrcode:before{content:"\f029"}i.icon.barcode:before{content:"\f02a"}i.icon.rss:before{content:"\f09e"}i.icon.fork:before{content:"\f126"}i.icon.html5:before{content:"\f13b"}i.icon.css3:before{content:"\f13c"}i.icon.rss.square:before{content:"\f143"}i.icon.openid:before{content:"\f19b"}i.icon.database:before{content:"\f1c0"}i.icon.server:before{content:"\f233"}i.icon.usb:before{content:"\f287"}i.icon.bluetooth:before{content:"\f293"}i.icon.bluetooth.alternative:before{content:"\f294"}i.icon.heart:before{content:"\f004"}i.icon.star:before{content:"\f005"}i.icon.empty.star:before{content:"\f006"}i.icon.thumbs.outline.up:before{content:"\f087"}i.icon.thumbs.outline.down:before{content:"\f088"}i.icon.star.half:before{content:"\f089"}i.icon.empty.heart:before{content:"\f08a"}i.icon.smile:before{content:"\f118"}i.icon.frown:before{content:"\f119"}i.icon.meh:before{content:"\f11a"}i.icon.star.half.empty:before{content:"\f123"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbs.down:before{content:"\f165"}i.icon.music:before{content:"\f001"}i.icon.video.play.outline:before{content:"\f01d"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.up:before{content:"\f028"}i.icon.record:before{content:"\f03d"}i.icon.step.backward:before{content:"\f048"}i.icon.fast.backward:before{content:"\f049"}i.icon.backward:before{content:"\f04a"}i.icon.play:before{content:"\f04b"}i.icon.pause:before{content:"\f04c"}i.icon.stop:before{content:"\f04d"}i.icon.forward:before{content:"\f04e"}i.icon.fast.forward:before{content:"\f050"}i.icon.step.forward:before{content:"\f051"}i.icon.eject:before{content:"\f052"}i.icon.unmute:before{content:"\f130"}i.icon.mute:before{content:"\f131"}i.icon.video.play:before{content:"\f144"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.pause.circle:before{content:"\f28b"}i.icon.pause.circle.outline:before{content:"\f28c"}i.icon.stop.circle:before{content:"\f28d"}i.icon.stop.circle.outline:before{content:"\f28e"}i.icon.marker:before{content:"\f041"}i.icon.coffee:before{content:"\f0f4"}i.icon.food:before{content:"\f0f5"}i.icon.building.outline:before{content:"\f0f7"}i.icon.hospital:before{content:"\f0f8"}i.icon.emergency:before{content:"\f0f9"}i.icon.first.aid:before{content:"\f0fa"}i.icon.military:before{content:"\f0fb"}i.icon.h:before{content:"\f0fd"}i.icon.location.arrow:before{content:"\f124"}i.icon.compass:before{content:"\f14e"}i.icon.space.shuttle:before{content:"\f197"}i.icon.university:before{content:"\f19c"}i.icon.building:before{content:"\f1ad"}i.icon.paw:before{content:"\f1b0"}i.icon.spoon:before{content:"\f1b1"}i.icon.car:before{content:"\f1b9"}i.icon.taxi:before{content:"\f1ba"}i.icon.tree:before{content:"\f1bb"}i.icon.bicycle:before{content:"\f206"}i.icon.bus:before{content:"\f207"}i.icon.ship:before{content:"\f21a"}i.icon.motorcycle:before{content:"\f21c"}i.icon.street.view:before{content:"\f21d"}i.icon.hotel:before{content:"\f236"}i.icon.train:before{content:"\f238"}i.icon.subway:before{content:"\f239"}i.icon.map.pin:before{content:"\f276"}i.icon.map.signs:before{content:"\f277"}i.icon.map.outline:before{content:"\f278"}i.icon.map:before{content:"\f279"}i.icon.table:before{content:"\f0ce"}i.icon.columns:before{content:"\f0db"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.font:before{content:"\f031"}i.icon.bold:before{content:"\f032"}i.icon.italic:before{content:"\f033"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.align.left:before{content:"\f036"}i.icon.align.center:before{content:"\f037"}i.icon.align.right:before{content:"\f038"}i.icon.align.justify:before{content:"\f039"}i.icon.list:before{content:"\f03a"}i.icon.outdent:before{content:"\f03b"}i.icon.indent:before{content:"\f03c"}i.icon.cut:before{content:"\f0c4"}i.icon.copy:before{content:"\f0c5"}i.icon.attach:before{content:"\f0c6"}i.icon.save:before{content:"\f0c7"}i.icon.content:before{content:"\f0c9"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.underline:before{content:"\f0cd"}i.icon.paste:before{content:"\f0ea"}i.icon.unlinkify:before{content:"\f127"}i.icon.superscript:before{content:"\f12b"}i.icon.subscript:before{content:"\f12c"}i.icon.header:before{content:"\f1dc"}i.icon.paragraph:before{content:"\f1dd"}i.icon.text.cursor:before{content:"\f246"}i.icon.euro:before{content:"\f153"}i.icon.pound:before{content:"\f154"}i.icon.dollar:before{content:"\f155"}i.icon.rupee:before{content:"\f156"}i.icon.yen:before{content:"\f157"}i.icon.ruble:before{content:"\f158"}i.icon.won:before{content:"\f159"}i.icon.bitcoin:before{content:"\f15a"}i.icon.lira:before{content:"\f195"}i.icon.shekel:before{content:"\f20b"}i.icon.paypal:before{content:"\f1ed"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.visa:before{content:"\f1f0"}i.icon.mastercard:before{content:"\f1f1"}i.icon.discover:before{content:"\f1f2"}i.icon.american.express:before{content:"\f1f3"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.stripe:before{content:"\f1f5"}i.icon.japan.credit.bureau:before{content:"\f24b"}i.icon.diners.club:before{content:"\f24c"}i.icon.credit.card.alternative:before{content:"\f283"}i.icon.twitter.square:before{content:"\f081"}i.icon.facebook.square:before{content:"\f082"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.github.square:before{content:"\f092"}i.icon.twitter:before{content:"\f099"}i.icon.facebook.f:before{content:"\f09a"}i.icon.github:before{content:"\f09b"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.plus:before{content:"\f0d5"}i.icon.linkedin:before{content:"\f0e1"}i.icon.github.alternate:before{content:"\f113"}i.icon.maxcdn:before{content:"\f136"}i.icon.youtube.square:before{content:"\f166"}i.icon.youtube:before{content:"\f167"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.youtube.play:before{content:"\f16a"}i.icon.dropbox:before{content:"\f16b"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.instagram:before{content:"\f16d"}i.icon.flickr:before{content:"\f16e"}i.icon.adn:before{content:"\f170"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitbucket.square:before{content:"\f172"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.apple:before{content:"\f179"}i.icon.windows:before{content:"\f17a"}i.icon.android:before{content:"\f17b"}i.icon.linux:before{content:"\f17c"}i.icon.dribble:before{content:"\f17d"}i.icon.skype:before{content:"\f17e"}i.icon.foursquare:before{content:"\f180"}i.icon.trello:before{content:"\f181"}i.icon.gittip:before{content:"\f184"}i.icon.vk:before{content:"\f189"}i.icon.weibo:before{content:"\f18a"}i.icon.renren:before{content:"\f18b"}i.icon.pagelines:before{content:"\f18c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.vimeo.square:before{content:"\f194"}i.icon.slack:before{content:"\f198"}i.icon.wordpress:before{content:"\f19a"}i.icon.yahoo:before{content:"\f19e"}i.icon.google:before{content:"\f1a0"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.digg:before{content:"\f1a6"}i.icon.pied.piper:before{content:"\f1a7"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.drupal:before{content:"\f1a9"}i.icon.joomla:before{content:"\f1aa"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.spotify:before{content:"\f1bc"}i.icon.deviantart:before{content:"\f1bd"}i.icon.soundcloud:before{content:"\f1be"}i.icon.vine:before{content:"\f1ca"}i.icon.codepen:before{content:"\f1cb"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.rebel:before{content:"\f1d0"}i.icon.empire:before{content:"\f1d1"}i.icon.git.square:before{content:"\f1d2"}i.icon.git:before{content:"\f1d3"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.qq:before{content:"\f1d6"}i.icon.wechat:before{content:"\f1d7"}i.icon.slideshare:before{content:"\f1e7"}i.icon.twitch:before{content:"\f1e8"}i.icon.yelp:before{content:"\f1e9"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.ioxhost:before{content:"\f208"}i.icon.angellist:before{content:"\f209"}i.icon.meanpath:before{content:"\f20c"}i.icon.buysellads:before{content:"\f20d"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.dashcube:before{content:"\f210"}i.icon.forumbee:before{content:"\f211"}i.icon.leanpub:before{content:"\f212"}i.icon.sellsy:before{content:"\f213"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.simplybuilt:before{content:"\f215"}i.icon.skyatlas:before{content:"\f216"}i.icon.facebook:before{content:"\f230"}i.icon.pinterest:before{content:"\f231"}i.icon.whatsapp:before{content:"\f232"}i.icon.viacoin:before{content:"\f237"}i.icon.medium:before{content:"\f23a"}i.icon.y.combinator:before{content:"\f23b"}i.icon.optinmonster:before{content:"\f23c"}i.icon.opencart:before{content:"\f23d"}i.icon.expeditedssl:before{content:"\f23e"}i.icon.gg:before{content:"\f260"}i.icon.gg.circle:before{content:"\f261"}i.icon.tripadvisor:before{content:"\f262"}i.icon.odnoklassniki:before{content:"\f263"}i.icon.odnoklassniki.square:before{content:"\f264"}i.icon.pocket:before{content:"\f265"}i.icon.wikipedia:before{content:"\f266"}i.icon.safari:before{content:"\f267"}i.icon.chrome:before{content:"\f268"}i.icon.firefox:before{content:"\f269"}i.icon.opera:before{content:"\f26a"}i.icon.internet.explorer:before{content:"\f26b"}i.icon.contao:before{content:"\f26d"}i.icon.\35 00px:before{content:"\f26e"}i.icon.amazon:before{content:"\f270"}i.icon.houzz:before{content:"\f27c"}i.icon.vimeo:before{content:"\f27d"}i.icon.black.tie:before{content:"\f27e"}i.icon.fonticons:before{content:"\f280"}i.icon.reddit.alien:before{content:"\f281"}i.icon.microsoft.edge:before{content:"\f282"}i.icon.codiepie:before{content:"\f284"}i.icon.modx:before{content:"\f285"}i.icon.fort.awesome:before{content:"\f286"}i.icon.product.hunt:before{content:"\f288"}i.icon.mixcloud:before{content:"\f289"}i.icon.scribd:before{content:"\f28a"}i.icon.gitlab:before{content:"\f296"}i.icon.wpbeginner:before{content:"\f297"}i.icon.wpforms:before{content:"\f298"}i.icon.envira.gallery:before{content:"\f299"}i.icon.glide:before{content:"\f2a5"}i.icon.glide.g:before{content:"\f2a6"}i.icon.viadeo:before{content:"\f2a9"}i.icon.viadeo.square:before{content:"\f2aa"}i.icon.snapchat:before{content:"\f2ab"}i.icon.snapchat.ghost:before{content:"\f2ac"}i.icon.snapchat.square:before{content:"\f2ad"}i.icon.pied.piper.hat:before{content:"\f2ae"}i.icon.first.order:before{content:"\f2b0"}i.icon.yoast:before{content:"\f2b1"}i.icon.themeisle:before{content:"\f2b2"}i.icon.google.plus.circle:before{content:"\f2b3"}i.icon.font.awesome:before{content:"\f2b4"}i.icon.like:before{content:"\f004"}i.icon.favorite:before{content:"\f005"}i.icon.video:before{content:"\f008"}i.icon.check:before{content:"\f00c"}i.icon.cancel:before,i.icon.close:before,i.icon.delete:before,i.icon.x:before{content:"\f00d"}i.icon.magnify:before,i.icon.zoom.in:before{content:"\f00e"}i.icon.shutdown:before{content:"\f011"}i.icon.clock:before,i.icon.time:before{content:"\f017"}i.icon.play.circle.outline:before{content:"\f01d"}i.icon.headphone:before{content:"\f025"}i.icon.camera:before{content:"\f030"}i.icon.video.camera:before{content:"\f03d"}i.icon.picture:before{content:"\f03e"}i.icon.compose:before,i.icon.pencil:before{content:"\f040"}i.icon.point:before{content:"\f041"}i.icon.tint:before{content:"\f043"}i.icon.signup:before{content:"\f044"}i.icon.plus.circle:before{content:"\f055"}i.icon.question.circle:before{content:"\f059"}i.icon.dont:before{content:"\f05e"}i.icon.minimize:before{content:"\f066"}i.icon.add:before{content:"\f067"}i.icon.attention:before,i.icon.exclamation.circle:before{content:"\f06a"}i.icon.eye:before{content:"\f06e"}i.icon.exclamation.triangle:before{content:"\f071"}i.icon.shuffle:before{content:"\f074"}i.icon.chat:before,i.icon.talk:before{content:"\f075"}i.icon.cart:before,i.icon.shopping.cart:before{content:"\f07a"}i.icon.bar.graph:before{content:"\f080"}i.icon.key:before{content:"\f084"}i.icon.cogs:before{content:"\f085"}i.icon.discussions:before{content:"\f086"}i.icon.like.outline:before{content:"\f087"}i.icon.dislike.outline:before{content:"\f088"}i.icon.heart.outline:before{content:"\f08a"}i.icon.log.out:before{content:"\f08b"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.winner:before{content:"\f091"}i.icon.phone:before{content:"\f095"}i.icon.bookmark.outline:before{content:"\f097"}i.icon.phone.square:before{content:"\f098"}i.icon.credit.card:before{content:"\f09d"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bell.outline:before{content:"\f0a2"}i.icon.hand.outline.right:before{content:"\f0a4"}i.icon.hand.outline.left:before{content:"\f0a5"}i.icon.hand.outline.up:before{content:"\f0a6"}i.icon.hand.outline.down:before{content:"\f0a7"}i.icon.globe:before{content:"\f0ac"}i.icon.wrench:before{content:"\f0ad"}i.icon.briefcase:before{content:"\f0b1"}i.icon.group:before{content:"\f0c0"}i.icon.chain:before,i.icon.linkify:before{content:"\f0c1"}i.icon.flask:before{content:"\f0c3"}i.icon.bars:before,i.icon.sidebar:before{content:"\f0c9"}i.icon.list.ul:before{content:"\f0ca"}i.icon.list.ol:before,i.icon.numbered.list:before{content:"\f0cb"}i.icon.magic:before{content:"\f0d0"}i.icon.truck:before{content:"\f0d1"}i.icon.currency:before{content:"\f0d6"}i.icon.dropdown:before,i.icon.triangle.down:before{content:"\f0d7"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.envelope:before{content:"\f0e0"}i.icon.conversation:before{content:"\f0e6"}i.icon.rain:before{content:"\f0e9"}i.icon.clipboard:before{content:"\f0ea"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.bell:before{content:"\f0f3"}i.icon.ambulance:before{content:"\f0f9"}i.icon.medkit:before{content:"\f0fa"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.beer:before{content:"\f0fc"}i.icon.plus.square:before{content:"\f0fe"}i.icon.computer:before{content:"\f108"}i.icon.gamepad:before{content:"\f11b"}i.icon.star.half.full:before{content:"\f123"}i.icon.broken.chain:before{content:"\f127"}i.icon.question:before{content:"\f128"}i.icon.exclamation:before{content:"\f12a"}i.icon.eraser:before{content:"\f12d"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.shield:before{content:"\f132"}i.icon.target:before{content:"\f140"}i.icon.play.circle:before{content:"\f144"}i.icon.pencil.square:before{content:"\f14b"}i.icon.eur:before{content:"\f153"}i.icon.gbp:before{content:"\f154"}i.icon.usd:before{content:"\f155"}i.icon.inr:before{content:"\f156"}i.icon.cny:before,i.icon.jpy:before,i.icon.rmb:before{content:"\f157"}i.icon.rouble:before,i.icon.rub:before{content:"\f158"}i.icon.krw:before{content:"\f159"}i.icon.btc:before{content:"\f15a"}i.icon.gratipay:before{content:"\f184"}i.icon.zip:before{content:"\f187"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.try:before{content:"\f195"}i.icon.graduation:before{content:"\f19d"}i.icon.circle.outline:before{content:"\f1db"}i.icon.sliders:before{content:"\f1de"}i.icon.weixin:before{content:"\f1d7"}i.icon.teletype:before,i.icon.tty:before{content:"\f1e4"}i.icon.binoculars:before{content:"\f1e5"}i.icon.power.cord:before{content:"\f1e6"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.visa.card:before{content:"\f1f0"}i.icon.mastercard.card:before{content:"\f1f1"}i.icon.discover.card:before{content:"\f1f2"}i.icon.american.express.card:before,i.icon.amex:before{content:"\f1f3"}i.icon.stripe.card:before{content:"\f1f5"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bell.slash.outline:before{content:"\f1f7"}i.icon.area.graph:before{content:"\f1fe"}i.icon.pie.graph:before{content:"\f200"}i.icon.line.graph:before{content:"\f201"}i.icon.cc:before{content:"\f20a"}i.icon.ils:before,i.icon.sheqel:before{content:"\f20b"}i.icon.plus.cart:before{content:"\f217"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.detective:before{content:"\f21b"}i.icon.venus:before{content:"\f221"}i.icon.mars:before{content:"\f222"}i.icon.mercury:before{content:"\f223"}i.icon.intersex:before{content:"\f224"}i.icon.female.homosexual:before,i.icon.venus.double:before{content:"\f226"}i.icon.male.homosexual:before,i.icon.mars.double:before{content:"\f227"}i.icon.venus.mars:before{content:"\f228"}i.icon.mars.alternate:before,i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.stroke.vertical:before,i.icon.mars.vertical:before{content:"\f22a"}i.icon.mars.horizontal:before,i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.asexual:before{content:"\f22d"}i.icon.facebook.official:before{content:"\f230"}i.icon.user.plus:before{content:"\f234"}i.icon.user.cancel:before,i.icon.user.close:before,i.icon.user.delete:before,i.icon.user.times:before,i.icon.user.x:before{content:"\f235"}i.icon.bed:before{content:"\f236"}i.icon.yc:before,i.icon.ycombinator:before{content:"\f23b"}i.icon.battery.four:before{content:"\f240"}i.icon.battery.three.quarters:before,i.icon.battery.three:before{content:"\f241"}i.icon.battery.half:before,i.icon.battery.two:before{content:"\f242"}i.icon.battery.one:before,i.icon.battery.quarter:before{content:"\f243"}i.icon.battery.zero:before{content:"\f244"}i.icon.i.cursor:before{content:"\f246"}i.icon.japan.credit.bureau.card:before,i.icon.jcb:before{content:"\f24b"}i.icon.diners.club.card:before{content:"\f24c"}i.icon.balance:before{content:"\f24e"}i.icon.hourglass.outline:before,i.icon.hourglass.zero:before{content:"\f250"}i.icon.hourglass.one:before{content:"\f251"}i.icon.hourglass.two:before{content:"\f252"}i.icon.hourglass.three:before{content:"\f253"}i.icon.hourglass.four:before{content:"\f254"}i.icon.grab{content:"\f255"}i.icon.hand.victory:before{content:"\f25b"}i.icon.tm:before{content:"\f25c"}i.icon.r.circle:before{content:"\f25d"}i.icon.television{content:"\f26c"}i.icon.five.hundred.pixels:before{content:"\f26e"}i.icon.calendar.plus:before{content:"\f271"}i.icon.calendar.minus:before{content:"\f272"}i.icon.calendar.times:before{content:"\f273"}i.icon.calendar.check:before{content:"\f274"}i.icon.factory:before{content:"\f275"}i.icon.commenting:before{content:"\f27a"}i.icon.commenting.outline:before{content:"\f27b"}i.icon.edge:before,i.icon.ms.edge:before{content:"\f282"}i.icon.wordpress.beginner:before{content:"\f297"}i.icon.wordpress.forms:before{content:"\f298"}i.icon.envira:before{content:"\f299"}i.icon.question.circle.outline:before{content:"\f29c"}i.icon.ald:before,i.icon.als:before,i.icon.assistive.listening.devices:before{content:"\f2a2"}i.icon.asl.interpreting:before{content:"\f2a3"}i.icon.deaf:before{content:"\f2a4"}i.icon.american.sign.language.interpreting:before{content:"\f2a3"}i.icon.hard.of.hearing:before{content:"\f2a4"}i.icon.signing:before{content:"\f2a7"}i.icon.new.pied.piper:before{content:"\f2ae"}i.icon.theme.isle:before{content:"\f2b2"}i.icon.google.plus.official:before{content:"\f2b3"}i.icon.fa:before{content:"\f2b4"}.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.hidden.transition.image,.ui.hidden.transition.images{display:block;visibility:hidden}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.78571429rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem}.ui.images .image,.ui.images img,.ui.images svg{display:inline-block;margin:0 .25rem .5rem}.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input input{margin:0;max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.2142em;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;padding:.67861429em 1em;background:#FFF;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-transition:box-shadow .1s ease,border-color .1s ease;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:none}.ui.input input::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.input input::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.input input:-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.disabled.input,.ui.input input[disabled]{opacity:.45}.ui.disabled.input input,.ui.input input[disabled]{pointer-events:none}.ui.input input:active,.ui.input.down input{border-color:rgba(0,0,0,.3);background:#FAFAFA;color:rgba(0,0,0,.87);box-shadow:none}.ui.loading.loading.input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.input input:focus,.ui.input.focus input{border-color:#85B7D9;background:#FFF;color:rgba(0,0,0,.8);box-shadow:none}.ui.input input:focus::-webkit-input-placeholder,.ui.input.focus input::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.input input:focus::-moz-placeholder,.ui.input.focus input::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.input input:focus:-ms-input-placeholder,.ui.input.focus input:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.error input{background-color:#FFF6F6;border-color:#E0B4B4;color:#9F3A38;box-shadow:none}.ui.input.error input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error input::-moz-placeholder{color:#e7bdbc}.ui.input.error input:-ms-input-placeholder{color:#e7bdbc!important}.ui.input.error input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error input:focus::-moz-placeholder{color:#da9796}.ui.input.error input:focus:-ms-input-placeholder{color:#da9796!important}.ui.transparent.input input{border-color:transparent!important;background-color:transparent!important;padding:0!important;box-shadow:none!important}.ui.transparent.icon.input>i.icon{width:1.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:2em!important}.ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.ui.transparent.inverted.input{color:#FFF}.ui.transparent.inverted.input input{color:inherit}.ui.transparent.inverted.input input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input input::-moz-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.labeled.input>.label{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85B7D9}.ui[class*="right labeled"].input input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input input:focus{border-right-color:#85B7D9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input input{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui.action.input:not([class*="left action"])>.button:not(:first-child),.ui.action.input:not([class*="left action"])>.buttons:not(:first-child)>.button,.ui.action.input:not([class*="left action"])>.dropdown:not(:first-child){border-radius:0}.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"]) input:focus{border-right-color:#85B7D9!important}.ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown{border-radius:0}.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left action"].input>input:focus{border-left-color:#85B7D9!important}.ui.inverted.input input{border:none}.ui.fluid.input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.fluid.input>input{width:0!important}.ui.mini.input{font-size:.78571429em}.ui.small.input{font-size:.92857143em}.ui.input{font-size:1em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#E8E8E8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;-webkit-transition:.1s opacity ease;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#E8E8E8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:none;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:'';background-color:inherit;background-image:none;width:1.56em;height:1.56em;-webkit-transition:none;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:'';top:50%;left:-.25em;margin-top:-.25em;background-color:#FFF!important;width:.5em;height:.5em;box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{position:absolute;top:0;right:0;margin:0;padding:0;text-align:center;border-color:#E8E8E8;width:4em;height:4em;z-index:1;-webkit-transition:border-color .1s ease;transition:border-color .1s ease;background-color:transparent!important}.ui.corner.label:after{position:absolute;content:"";right:0;top:0;z-index:-1;width:0;height:0;background-color:transparent!important;border-top:0 solid transparent;border-right:4em solid transparent;border-bottom:4em solid transparent;border-left:0 solid transparent;border-right-color:inherit;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-top:4em solid transparent;border-right:4em solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:'';top:100%;left:0;background-color:transparent!important;border-style:solid;border-width:0 1.2em 1.2em 0;border-color:transparent;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em);text-align:left;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-style:solid;border-width:1.2em 1.2em 0 0;border-color:transparent;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:calc(-.78571429em - 1.2em)}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + .78571429em + 1.2em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#E0E0E0;border-color:#E0E0E0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{background-color:#D0D0D0;border-color:#D0D0D0;background-image:none;color:rgba(0,0,0,.95)}.ui.active.label:before{background-color:#D0D0D0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#C8C8C8;border-color:#C8C8C8;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before{background-color:#C8C8C8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible,.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.red.label,.ui.red.labels .label{background-color:#DB2828!important;border-color:#DB2828!important;color:#FFF!important}.ui.red.labels .label:hover,a.ui.red.label:hover{background-color:#d01919!important;border-color:#d01919!important;color:#FFF!important}.ui.red.corner.label,.ui.red.corner.label:hover{background-color:transparent!important}.ui.red.ribbon.label{border-color:#b21e1e!important}.ui.basic.red.label{background-color:#FFF!important;color:#DB2828!important;border-color:#DB2828!important}.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover{background-color:#FFF!important;color:#d01919!important;border-color:#d01919!important}.ui.orange.label,.ui.orange.labels .label{background-color:#F2711C!important;border-color:#F2711C!important;color:#FFF!important}.ui.orange.labels .label:hover,a.ui.orange.label:hover{background-color:#f26202!important;border-color:#f26202!important;color:#FFF!important}.ui.orange.corner.label,.ui.orange.corner.label:hover{background-color:transparent!important}.ui.orange.ribbon.label{border-color:#cf590c!important}.ui.basic.orange.label{background-color:#FFF!important;color:#F2711C!important;border-color:#F2711C!important}.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover{background-color:#FFF!important;color:#f26202!important;border-color:#f26202!important}.ui.yellow.label,.ui.yellow.labels .label{background-color:#FBBD08!important;border-color:#FBBD08!important;color:#FFF!important}.ui.yellow.labels .label:hover,a.ui.yellow.label:hover{background-color:#eaae00!important;border-color:#eaae00!important;color:#FFF!important}.ui.yellow.corner.label,.ui.yellow.corner.label:hover{background-color:transparent!important}.ui.yellow.ribbon.label{border-color:#cd9903!important}.ui.basic.yellow.label{background-color:#FFF!important;color:#FBBD08!important;border-color:#FBBD08!important}.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover{background-color:#FFF!important;color:#eaae00!important;border-color:#eaae00!important}.ui.olive.label,.ui.olive.labels .label{background-color:#B5CC18!important;border-color:#B5CC18!important;color:#FFF!important}.ui.olive.labels .label:hover,a.ui.olive.label:hover{background-color:#a7bd0d!important;border-color:#a7bd0d!important;color:#FFF!important}.ui.olive.corner.label,.ui.olive.corner.label:hover{background-color:transparent!important}.ui.olive.ribbon.label{border-color:#198f35!important}.ui.basic.olive.label{background-color:#FFF!important;color:#B5CC18!important;border-color:#B5CC18!important}.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover{background-color:#FFF!important;color:#a7bd0d!important;border-color:#a7bd0d!important}.ui.green.label,.ui.green.labels .label{background-color:#21BA45!important;border-color:#21BA45!important;color:#FFF!important}.ui.green.labels .label:hover,a.ui.green.label:hover{background-color:#16ab39!important;border-color:#16ab39!important;color:#FFF!important}.ui.green.corner.label,.ui.green.corner.label:hover{background-color:transparent!important}.ui.green.ribbon.label{border-color:#198f35!important}.ui.basic.green.label{background-color:#FFF!important;color:#21BA45!important;border-color:#21BA45!important}.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{background-color:#FFF!important;color:#16ab39!important;border-color:#16ab39!important}.ui.teal.label,.ui.teal.labels .label{background-color:#00B5AD!important;border-color:#00B5AD!important;color:#FFF!important}.ui.teal.labels .label:hover,a.ui.teal.label:hover{background-color:#009c95!important;border-color:#009c95!important;color:#FFF!important}.ui.teal.corner.label,.ui.teal.corner.label:hover{background-color:transparent!important}.ui.teal.ribbon.label{border-color:#00827c!important}.ui.basic.teal.label{background-color:#FFF!important;color:#00B5AD!important;border-color:#00B5AD!important}.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover{background-color:#FFF!important;color:#009c95!important;border-color:#009c95!important}.ui.blue.label,.ui.blue.labels .label{background-color:#2185D0!important;border-color:#2185D0!important;color:#FFF!important}.ui.blue.labels .label:hover,a.ui.blue.label:hover{background-color:#1678c2!important;border-color:#1678c2!important;color:#FFF!important}.ui.blue.corner.label,.ui.blue.corner.label:hover{background-color:transparent!important}.ui.blue.ribbon.label{border-color:#1a69a4!important}.ui.basic.blue.label{background-color:#FFF!important;color:#2185D0!important;border-color:#2185D0!important}.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover{background-color:#FFF!important;color:#1678c2!important;border-color:#1678c2!important}.ui.violet.label,.ui.violet.labels .label{background-color:#6435C9!important;border-color:#6435C9!important;color:#FFF!important}.ui.violet.labels .label:hover,a.ui.violet.label:hover{background-color:#5829bb!important;border-color:#5829bb!important;color:#FFF!important}.ui.violet.corner.label,.ui.violet.corner.label:hover{background-color:transparent!important}.ui.violet.ribbon.label{border-color:#502aa1!important}.ui.basic.violet.label{background-color:#FFF!important;color:#6435C9!important;border-color:#6435C9!important}.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover{background-color:#FFF!important;color:#5829bb!important;border-color:#5829bb!important}.ui.purple.label,.ui.purple.labels .label{background-color:#A333C8!important;border-color:#A333C8!important;color:#FFF!important}.ui.purple.labels .label:hover,a.ui.purple.label:hover{background-color:#9627ba!important;border-color:#9627ba!important;color:#FFF!important}.ui.purple.corner.label,.ui.purple.corner.label:hover{background-color:transparent!important}.ui.purple.ribbon.label{border-color:#82299f!important}.ui.basic.purple.label{background-color:#FFF!important;color:#A333C8!important;border-color:#A333C8!important}.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover{background-color:#FFF!important;color:#9627ba!important;border-color:#9627ba!important}.ui.pink.label,.ui.pink.labels .label{background-color:#E03997!important;border-color:#E03997!important;color:#FFF!important}.ui.pink.labels .label:hover,a.ui.pink.label:hover{background-color:#e61a8d!important;border-color:#e61a8d!important;color:#FFF!important}.ui.pink.corner.label,.ui.pink.corner.label:hover{background-color:transparent!important}.ui.pink.ribbon.label{border-color:#c71f7e!important}.ui.basic.pink.label{background-color:#FFF!important;color:#E03997!important;border-color:#E03997!important}.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover{background-color:#FFF!important;color:#e61a8d!important;border-color:#e61a8d!important}.ui.brown.label,.ui.brown.labels .label{background-color:#A5673F!important;border-color:#A5673F!important;color:#FFF!important}.ui.brown.labels .label:hover,a.ui.brown.label:hover{background-color:#975b33!important;border-color:#975b33!important;color:#FFF!important}.ui.brown.corner.label,.ui.brown.corner.label:hover{background-color:transparent!important}.ui.brown.ribbon.label{border-color:#805031!important}.ui.basic.brown.label{background-color:#FFF!important;color:#A5673F!important;border-color:#A5673F!important}.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover{background-color:#FFF!important;color:#975b33!important;border-color:#975b33!important}.ui.grey.label,.ui.grey.labels .label{background-color:#767676!important;border-color:#767676!important;color:#FFF!important}.ui.grey.labels .label:hover,a.ui.grey.label:hover{background-color:#838383!important;border-color:#838383!important;color:#FFF!important}.ui.grey.corner.label,.ui.grey.corner.label:hover{background-color:transparent!important}.ui.grey.ribbon.label{border-color:#805031!important}.ui.basic.grey.label{background-color:#FFF!important;color:#767676!important;border-color:#767676!important}.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover{background-color:#FFF!important;color:#838383!important;border-color:#838383!important}.ui.black.label,.ui.black.labels .label{background-color:#1B1C1D!important;border-color:#1B1C1D!important;color:#FFF!important}.ui.black.labels .label:hover,a.ui.black.label:hover{background-color:#27292a!important;border-color:#27292a!important;color:#FFF!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.black.label{background-color:#FFF!important;color:#1B1C1D!important;border-color:#1B1C1D!important}.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover{background-color:#FFF!important;color:#27292a!important;border-color:#27292a!important}.ui.basic.label{background:#FFF;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:#FFF;color:#1e70bf;box-shadow:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:rgba(255,255,255,.9)!important}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;border-style:solid;border-color:inherit;position:absolute;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;right:auto;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;left:100%;margin:0 0 0 -1.5em!important}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:.07142857em;padding-right:.28571429em;vertical-align:top;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183C4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183C4!important}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:0 0}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:rgba(225,225,225,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:rgba(255,255,255,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:rgba(255,255,255,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:rgba(255,255,255,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:rgba(255,255,255,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);-webkit-transition:.1s color ease;transition:.1s color ease}.ui.link.list .item a:not(.ui):hover,.ui.link.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list .item a:not(.ui):active,.ui.link.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list .active.item,.ui.link.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:rgba(255,255,255,.5)}.ui.inverted.link.list .active.item a:not(.ui),.ui.inverted.link.list .item a:not(.ui):active,.ui.inverted.link.list .item a:not(.ui):hover,.ui.inverted.link.list a.active.item,.ui.inverted.link.list a.item:active,.ui.inverted.link.list a.item:hover{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:0 0;padding:.5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;-webkit-transition:.1s color ease,.1s padding-left ease,.1s background-color ease;transition:.1s color ease,.1s padding-left ease,.1s background-color ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:0 0;color:rgba(255,255,255,.5)}.ui.inverted.selection.list>.item:hover{background:rgba(255,255,255,.02);color:#fff}.ui.inverted.selection.list>.item.active,.ui.inverted.selection.list>.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{-webkit-transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:'•';opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered,".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:rgba(255,255,255,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid rgba(255,255,255,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#FFF transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:rgba(255,255,255,.9)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#FFF}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}.ui.rail{position:absolute;top:0;width:300px;height:100%}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:calc(300px + 1em)}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:calc(300px + .5em)}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.mini.rail{font-size:.78571429rem}.ui.tiny.rail{font-size:.85714286rem}.ui.small.rail{font-size:.92857143rem}.ui.rail{font-size:1rem}.ui.large.rail{font-size:1.14285714rem}.ui.big.rail{font-size:1.28571429rem}.ui.huge.rail{font-size:1.42857143rem}.ui.massive.rail{font-size:1.71428571rem}.ui.reveal{display:inherit;position:relative!important;font-size:0!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .5s ease .1s;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;float:left;margin:0;-webkit-transition:-webkit-transform .5s ease .1s;transition:-webkit-transform .5s ease .1s;transition:transform .5s ease .1s;transition:transform .5s ease .1s,-webkit-transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content,.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;margin:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(0);transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem!important}.ui.segment{position:relative;background:#FFF;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header{color:#FFF}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#FFF;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:'';z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#FFF;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);box-shadow:''}.ui.piled.segment:before,.ui.piled.segments:before{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{-webkit-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.compact.segment{display:table}.ui.compact.segments{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment,.ui.raised.segments{box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{border-top:none;margin-top:0;bottom:0;margin-bottom:0;top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;background-color:#FFF;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments>.segment{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;-ms-flex:1 1 0px;margin:0;min-width:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.45;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;point-events:none;text-shadow:none!important;color:transparent!important;-webkit-transition:all 0s linear;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:segment-spin .6s linear;animation:segment-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.segment{background:none;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.red.segment:not(.inverted){border-top:2px solid #DB2828}.ui.inverted.red.segment{background-color:#DB2828!important;color:#FFF!important}.ui.orange.segment:not(.inverted){border-top:2px solid #F2711C}.ui.inverted.orange.segment{background-color:#F2711C!important;color:#FFF!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #FBBD08}.ui.inverted.yellow.segment{background-color:#FBBD08!important;color:#FFF!important}.ui.olive.segment:not(.inverted){border-top:2px solid #B5CC18}.ui.inverted.olive.segment{background-color:#B5CC18!important;color:#FFF!important}.ui.green.segment:not(.inverted){border-top:2px solid #21BA45}.ui.inverted.green.segment{background-color:#21BA45!important;color:#FFF!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00B5AD}.ui.inverted.teal.segment{background-color:#00B5AD!important;color:#FFF!important}.ui.blue.segment:not(.inverted){border-top:2px solid #2185D0}.ui.inverted.blue.segment{background-color:#2185D0!important;color:#FFF!important}.ui.violet.segment:not(.inverted){border-top:2px solid #6435C9}.ui.inverted.violet.segment{background-color:#6435C9!important;color:#FFF!important}.ui.purple.segment:not(.inverted){border-top:2px solid #A333C8}.ui.inverted.purple.segment{background-color:#A333C8!important;color:#FFF!important}.ui.pink.segment:not(.inverted){border-top:2px solid #E03997}.ui.inverted.pink.segment{background-color:#E03997!important;color:#FFF!important}.ui.brown.segment:not(.inverted){border-top:2px solid #A5673F}.ui.inverted.brown.segment{background-color:#A5673F!important;color:#FFF!important}.ui.grey.segment:not(.inverted){border-top:2px solid #767676}.ui.inverted.grey.segment{background-color:#767676!important;color:#FFF!important}.ui.black.segment:not(.inverted){border-top:2px solid #1B1C1D}.ui.inverted.black.segment{background-color:#1B1C1D!important;color:#FFF!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#1B1C1D;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.secondary.segment{background:#F3F4F5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%) #4c4f52;background:linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%) #4c4f52;color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#DCDDDE;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:-webkit-linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%) #717579;background:linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%) #717579;color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #D4D4D5}.ui.attached:not(.message)+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}.ui.steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1em 0;background:0 0;box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:1.14285714em 2em;background:#FFF;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps .step:after{position:absolute;z-index:2;content:'';top:50%;right:0;border:solid;background-color:#FFF;width:1.14285714em;height:1.14285714em;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle}.ui.steps .step>.icon~.content{-webkit-box-flex:1 0 auto;-webkit-flex-grow:1 0 auto;-ms-flex-positive:1 0 auto;flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{display:block;position:static;text-align:center;content:counters(ordered,".");-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.steps .step{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps .step:after{display:none!important}.ui.steps .step .content{text-align:center}.ui.ordered.steps .step:before,.ui.steps .step>.icon{margin:0 0 1rem}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#F9FAFB;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#F3F4F5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#F3F4F5}.ui.steps .step.active:after{background:#F3F4F5}.ui.steps .step.active .title{color:#4183C4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .active.step:after,.ui.steps .step:after{display:block}.ui.steps .active.step:last-child:after,.ui.steps .step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#DCDDDE;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21BA45;font-family:Step;content:'\e800'}.ui.steps .disabled.step{cursor:auto;background:#FFF;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#FFF}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem}}.ui.fluid.steps{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.step,.ui.steps .step{font-size:1rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}@font-face{font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff')}.ui.breadcrumb{line-height:1;display:inline-block;margin:0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183C4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0}.ui.form .field>label{display:block;margin:0 0 .28571429rem;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=text],.ui.form input[type=email],.ui.form input[type=search],.ui.form input[type=password],.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=url],.ui.form input[type=number],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.2142em}.ui.form input:not([type]),.ui.form input[type=text],.ui.form input[type=email],.ui.form input[type=search],.ui.form input[type=password],.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=tel],.ui.form input[type=time],.ui.form input[type=url],.ui.form input[type=number]{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;margin:0;outline:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);line-height:1.2142em;padding:.67861429em 1em;font-size:1em;background:#FFF;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form textarea{margin:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);padding:.78571429em 1em;background:#FFF;border:1px solid rgba(34,36,38,.15);outline:0;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease;font-size:1em;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#FFF;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;padding:.62em 1em;color:rgba(0,0,0,.87);-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#FFF!important;border:1px solid #E0B4B4!important;color:#9F3A38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{box-shadow:0 0 0 100px ivory inset!important;border-color:#E5DFA1!important}.ui.form .field.field input:-webkit-autofill:focus{box-shadow:0 0 0 100px ivory inset!important;border-color:#D5C315!important}.ui.form .error.error input:-webkit-autofill{box-shadow:0 0 0 100px #FFFAF0 inset!important;border-color:#E0B4B4!important}.ui.form ::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.form :-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.form ::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.form :focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error :-ms-input-placeholder{color:#e7bdbc!important}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus:-ms-input-placeholder{color:#da9796!important}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form input:not([type]):focus,.ui.form input[type=text]:focus,.ui.form input[type=email]:focus,.ui.form input[type=search]:focus,.ui.form input[type=password]:focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus,.ui.form input[type=number]:focus{color:rgba(0,0,0,.95);border-color:#85B7D9;border-radius:.28571429rem;background:#FFF;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85B7D9;border-radius:.28571429rem;background:#FFF;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;-webkit-appearance:none}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .compact.success.message:not(:empty){display:inline-block}.ui.form.success .icon.success.message:not(:empty){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .compact.error.message:not(:empty){display:inline-block}.ui.form.error .icon.error.message:not(:empty){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9F3A38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9F3A38;color:#FFF}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=text],.ui.form .field.error input[type=email],.ui.form .field.error input[type=search],.ui.form .field.error input[type=password],.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error input[type=number],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{background:#FFF6F6;border-color:#E0B4B4;color:#9F3A38;border-radius:'';box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#FFF6F6;border-color:#E0B4B4;color:#9F3A38;-webkit-appearance:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#FFF6F6;color:#9F3A38}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#E0B4B4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#E0B4B4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#EACBCB;color:#9F3A38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#FBE7E7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#FDCFCF!important}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9F3A38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#FFF6F6;border-color:#E0B4B4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9F3A38}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;point-events:none}.ui.loading.form:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;z-index:100}.ui.loading.form:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:form-spin .6s linear;animation:form-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after{margin:-.2em 0 0 .2em;content:'*';color:#DB2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:rgba(255,255,255,.9)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=text],.ui.inverted.form input[type=email],.ui.inverted.form input[type=search],.ui.inverted.form input[type=password],.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url],.ui.inverted.form input[type=number]{background:#FFF;border-color:rgba(255,255,255,.1);color:rgba(0,0,0,.87);box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:0 -.5em 1em}.ui.form .fields>.field{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767px){.ui.form .fields{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields,.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields,.ui.form .six.fields>.field,.ui.form .six.fields>.fields,.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields,.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%!important;margin:0 0 1em}}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .one.wide.field{width:6.25%!important}.ui.form .two.wide.field{width:12.5%!important}.ui.form .three.wide.field{width:18.75%!important}.ui.form .four.wide.field{width:25%!important}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}.ui.form .seven.wide.field{width:43.75%!important}.ui.form .eight.wide.field{width:50%!important}.ui.form .nine.wide.field{width:56.25%!important}.ui.form .ten.wide.field{width:62.5%!important}.ui.form .eleven.wide.field{width:68.75%!important}.ui.form .twelve.wide.field{width:75%!important}.ui.form .thirteen.wide.field{width:81.25%!important}.ui.form .fourteen.wide.field{width:87.5%!important}.ui.form .fifteen.wide.field{width:93.75%!important}.ui.form .sixteen.wide.field{width:100%!important}@media only screen and (max-width:767px){.ui.form .fields>.eight.wide.field,.ui.form .fields>.eleven.wide.field,.ui.form .fields>.fifteen.wide.field,.ui.form .fields>.five.wide.field,.ui.form .fields>.four.wide.field,.ui.form .fields>.fourteen.wide.field,.ui.form .fields>.nine.wide.field,.ui.form .fields>.seven.wide.field,.ui.form .fields>.six.wide.field,.ui.form .fields>.sixteen.wide.field,.ui.form .fields>.ten.wide.field,.ui.form .fields>.thirteen.wide.field,.ui.form .fields>.three.wide.field,.ui.form .fields>.twelve.wide.field,.ui.form .fields>.two.wide.field,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:100%!important}.ui.form .fields{margin-bottom:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.mini.form{font-size:.78571429rem}.ui.tiny.form{font-size:.85714286rem}.ui.small.form{font-size:.92857143rem}.ui.form{font-size:1rem}.ui.large.form{font-size:1.14285714rem}.ui.big.form{font-size:1.28571429rem}.ui.huge.form{font-size:1.42857143rem}.ui.massive.form{font-size:1.71428571rem}.ui.grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;margin:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{position:relative;display:inline-block;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-webkit-justify-content:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%!important;padding:1rem 0}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:2em;padding-right:2em}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:3%;padding-right:3%}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:15%;padding-right:15%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.centered.grid>.column:not(.aligned):not(:justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(:justified),.ui.grid .centered.row>.column:not(.aligned):not(:justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0;position:relative}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:calc(100% - 2rem);height:1px;margin:0 1rem;box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(255,255,255,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:5rem;margin-right:5rem;width:calc(100% - 5rem)}.ui.celled.grid{width:100%;margin:1em 0;box-shadow:0 0 0 1px #D4D4D5}.ui.celled.grid>.row{width:100%!important;margin:0;padding:0;box-shadow:0 -1px 0 0 #D4D4D5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{box-shadow:-1px 0 0 0 #D4D4D5;padding:1em}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{box-shadow:none}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:top;-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;vertical-align:bottom;-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>.row>[class*="left aligned"].column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left;-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.row>[class*="center aligned"].column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center;-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit}.ui[class*="center aligned"].grid{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.grid>.row>[class*="right aligned"].column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right;-webkit-align-self:inherit;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#DB2828!important;color:#FFF}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#F2711C!important;color:#FFF}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#FBBD08!important;color:#FFF}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#B5CC18!important;color:#FFF}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#21BA45!important;color:#FFF}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#00B5AD!important;color:#FFF}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#2185D0!important;color:#FFF}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435C9!important;color:#FFF}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#A333C8!important;color:#FFF}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#E03997!important;color:#FFF}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#A5673F!important;color:#FFF}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#767676!important;color:#FFF}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1B1C1D!important;color:#FFF}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #D4D4D5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #D4D4D5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #D4D4D5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;box-shadow:none!important;margin:0}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row.row>.column,.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui.grid>[class*="six column"].doubling.row.row>.column,.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important;box-shadow:none!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{width:100%!important;margin:0!important;box-shadow:none!important;padding:1rem!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);box-shadow:none!important;padding-top:2rem!important;padding-bottom:2rem!important}.ui.stackable.celled.grid>.row{box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}}.ui.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1rem 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#FFF;font-weight:400;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.menu:not(.vertical) .item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;-webkit-transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-webkit-align-items:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:0 0;text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .ui.popup{display:none}.ui.menu .ui.visible.popup{display:block}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{left:0;min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#FFF;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:0 0!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:rgba(255,255,255,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"\f0da";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{top:0!important;left:100%;min-width:0;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 .28571429rem .28571429rem}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#FFF;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#FFF;margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em;float:right;text-align:center}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item::before{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default;background-color:transparent!important;color:rgba(40,40,40,.3)}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:auto!important}.ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}.ui.vertical.menu{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#FFF;box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.vertical.menu .item{display:block;background:0 0;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>i.icon{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:0 0;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;box-shadow:none!important;border:none;background:none;border-bottom:1px solid #D4D4D5}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:0 0;border-bottom:none;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;padding:.92857143em 1.42857143em;color:rgba(0,0,0,.87)}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:#FFF;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#D4D4D5;font-weight:700;margin-bottom:-1px;box-shadow:none;border-radius:.28571429rem .28571429rem 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-top:0;margin-right:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + 2px);left:-1px}.ui.bottom.tabular.menu{background:none;border-radius:0;box-shadow:none!important;border-bottom:none;border-top:1px solid #D4D4D5}.ui.bottom.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:#FFF;color:rgba(0,0,0,.95);border-color:#D4D4D5;margin:-1px 0 0;border-radius:0 0 .28571429rem .28571429rem!important}.ui.vertical.tabular.menu{background:none;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:1px solid #D4D4D5}.ui.vertical.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:#FFF;color:rgba(0,0,0,.95);border-color:#D4D4D5;margin:0 -1px 0 0;border-radius:.28571429rem 0 0 .28571429rem!important}.ui.vertical.right.tabular.menu{background:none;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #D4D4D5}.ui.vertical.right.tabular.menu .item{background:0 0;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:#FFF;color:rgba(0,0,0,.95);border-color:#D4D4D5;margin:0 0 0 -1px;border-radius:0 .28571429rem .28571429rem 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:.92857143em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);box-shadow:none}.ui.secondary.menu{background:0 0;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;box-shadow:none}.ui.secondary.menu .item{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:0 0;-webkit-transition:color .1s ease;transition:color .1s ease;border-radius:.28571429rem}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);border-radius:.28571429rem}.ui.secondary.menu .active.item:hover{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:rgba(255,255,255,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:rgba(255,255,255,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:.28571429rem!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.secondary.inverted.menu,.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-bottom-color:transparent;border-bottom-style:solid;border-radius:0;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom-width:2px;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;box-shadow:none;border-color:#1B1C1D;font-weight:700;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.item:hover{border-color:#1B1C1D;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right-width:2px;border-right-style:solid;border-right-color:rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-right-style:solid;border-right-color:transparent;border-radius:0!important;margin:0 -2px 0 0;border-right-width:2px}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1B1C1D}.ui.secondary.inverted.pointing.menu{border-width:2px;border-color:rgba(34,36,38,.15)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#FFF!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#FFF;color:#fff}.ui.text.menu{background:none;border-radius:0;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;box-shadow:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.item.menu .item,.ui.text.menu .item>img:not(.ui){margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;border:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.attached.menu,.ui.text.pointing.menu .active.item:after{box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1B1C1D}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#FFF}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.labeled.icon.menu .item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#DB2828!important;color:#DB2828!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#F2711C!important;color:#F2711C!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#FBBD08!important;color:#FBBD08!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#B5CC18!important;color:#B5CC18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#21BA45!important;color:#21BA45!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#00B5AD!important;color:#00B5AD!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#2185D0!important;color:#2185D0!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435C9!important;color:#6435C9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#A333C8!important;color:#A333C8!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#E03997!important;color:#E03997!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#A5673F!important;color:#A5673F!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#767676!important;color:#767676!important}.ui.inverted.menu{border:0 solid transparent;background:#1B1C1D;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.menu .item.menu{background:0 0}.ui.inverted.menu .item:before,.ui.vertical.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.menu .header.item{margin:0;background:0 0;box-shadow:none}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:rgba(225,225,225,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:0 0;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:0 0;color:#FFF}.ui.inverted.pointing.menu .active.item:after{background:#3D3E3F!important;margin:0!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:rgba(255,255,255,.15);color:#FFF!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3D3E3F!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#DB2828}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#F2711C}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#FBBD08}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#B5CC18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#21BA45}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#00B5AD}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#2185D0}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435C9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#A333C8}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#E03997}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#A5673F}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#767676}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:.92857143em;padding-bottom:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}.ui.compact.menu{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block;width:auto!important}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu .item:last-child::before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:'';top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:0 0;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:1px solid #D4D4D5;border-right:1px solid #D4D4D5;z-index:2;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:none;border-top:1px solid #D4D4D5;border-right:1px solid #D4D4D5}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:after,.ui.pointing.menu .active.item:hover:after,.ui.vertical.pointing.menu .active.item:after,.ui.vertical.pointing.menu .active.item:hover:after{background-color:#F2F2F2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#FFF}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #D4D4D5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.14285714rem}.ui.huge.vertical.menu{width:20rem}.ui.big.menu{font-size:1.21428571rem}.ui.big.vertical.menu{width:22rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}.ui.message{position:relative;min-height:1em;margin:1em 0;background:#F8F8F9;padding:1em 1.5em;line-height:1.4285em;color:rgba(0,0,0,.87);-webkit-transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;margin:-.14285em 0 0}.ui.message .header:not(.ui){font-size:1.14285714em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;padding:0;opacity:.85;list-style-position:inside;margin:.5em 0 0}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message .list:not(.ui) li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:.78575em;right:.5em;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.dropdown .menu>.message{margin:0 -1px}.ui.visible.visible.visible.visible.message{display:block}.ui.icon.visible.visible.visible.visible.message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ui.hidden.hidden.hidden.hidden.message{display:none}.ui.compact.message{display:inline-block}.ui.attached.message{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{width:auto}.ui.icon.message{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ui.icon.message>.icon:not(.close){display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;line-height:1;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.floating.message{box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.positive.message{background-color:#FCFFF5;color:#2C662D}.ui.attached.positive.message,.ui.positive.message{box-shadow:0 0 0 1px #A3C293 inset,0 0 0 0 transparent}.ui.positive.message .header{color:#1A531B}.ui.negative.message{background-color:#FFF6F6;color:#9F3A38}.ui.attached.negative.message,.ui.negative.message{box-shadow:0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent}.ui.negative.message .header{color:#912D2B}.ui.info.message{background-color:#F8FFFF;color:#276F86}.ui.attached.info.message,.ui.info.message{box-shadow:0 0 0 1px #A9D5DE inset,0 0 0 0 transparent}.ui.info.message .header{color:#0E566C}.ui.warning.message{background-color:#FFFAF3;color:#573A08}.ui.attached.warning.message,.ui.warning.message{box-shadow:0 0 0 1px #C9BA9B inset,0 0 0 0 transparent}.ui.warning.message .header{color:#794B02}.ui.error.message{background-color:#FFF6F6;color:#9F3A38}.ui.attached.error.message,.ui.error.message{box-shadow:0 0 0 1px #E0B4B4 inset,0 0 0 0 transparent}.ui.error.message .header{color:#912D2B}.ui.success.message{background-color:#FCFFF5;color:#2C662D}.ui.attached.success.message,.ui.success.message{box-shadow:0 0 0 1px #A3C293 inset,0 0 0 0 transparent}.ui.success.message .header{color:#1A531B}.ui.black.message,.ui.inverted.message{background-color:#1B1C1D;color:rgba(255,255,255,.9)}.ui.red.message{background-color:#FFE8E6;color:#DB2828;box-shadow:0 0 0 1px #DB2828 inset,0 0 0 0 transparent}.ui.red.message .header{color:#c82121}.ui.orange.message{background-color:#FFEDDE;color:#F2711C;box-shadow:0 0 0 1px #F2711C inset,0 0 0 0 transparent}.ui.orange.message .header{color:#e7640d}.ui.yellow.message{background-color:#FFF8DB;color:#B58105;box-shadow:0 0 0 1px #B58105 inset,0 0 0 0 transparent}.ui.yellow.message .header{color:#9c6f04}.ui.olive.message{background-color:#FBFDEF;color:#8ABC1E;box-shadow:0 0 0 1px #8ABC1E inset,0 0 0 0 transparent}.ui.olive.message .header{color:#7aa61a}.ui.green.message{background-color:#E5F9E7;color:#1EBC30;box-shadow:0 0 0 1px #1EBC30 inset,0 0 0 0 transparent}.ui.green.message .header{color:#1aa62a}.ui.teal.message{background-color:#E1F7F7;color:#10A3A3;box-shadow:0 0 0 1px #10A3A3 inset,0 0 0 0 transparent}.ui.teal.message .header{color:#0e8c8c}.ui.blue.message{background-color:#DFF0FF;color:#2185D0;box-shadow:0 0 0 1px #2185D0 inset,0 0 0 0 transparent}.ui.blue.message .header{color:#1e77ba}.ui.violet.message{background-color:#EAE7FF;color:#6435C9;box-shadow:0 0 0 1px #6435C9 inset,0 0 0 0 transparent}.ui.violet.message .header{color:#5a30b5}.ui.purple.message{background-color:#F6E7FF;color:#A333C8;box-shadow:0 0 0 1px #A333C8 inset,0 0 0 0 transparent}.ui.purple.message .header{color:#922eb4}.ui.pink.message{background-color:#FFE3FB;color:#E03997;box-shadow:0 0 0 1px #E03997 inset,0 0 0 0 transparent}.ui.pink.message .header{color:#dd238b}.ui.brown.message{background-color:#F1E2D3;color:#A5673F;box-shadow:0 0 0 1px #A5673F inset,0 0 0 0 transparent}.ui.brown.message .header{color:#935b38}.ui.mini.message{font-size:.78571429em}.ui.tiny.message{font-size:.85714286em}.ui.small.message{font-size:.92857143em}.ui.message{font-size:1em}.ui.large.message{font-size:1.14285714em}.ui.big.message{font-size:1.28571429em}.ui.huge.message{font-size:1.42857143em}.ui.massive.message{font-size:1.71428571em}.ui.table{width:100%;background:#FFF;margin:1em 0;border:1px solid rgba(34,36,38,.15);box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.table thead{box-shadow:none}.ui.table thead th{cursor:auto;background:#F9FAFB;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{box-shadow:none}.ui.table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#F9FAFB;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table td{padding:.78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%;padding:0}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{width:auto!important;display:block!important}.ui.table:not(.unstackable) tfoot,.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tr{padding-top:1em;padding-bottom:1em;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:0 0;border:none!important;padding:.25em .75em!important;box-shadow:none!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:400;color:rgba(0,0,0,.4);box-shadow:-1px -1px 0 1px #FFF}.ui.definition.table tfoot:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:rgba(0,0,0,.4);color:normal;box-shadow:1px 1px 0 1px #FFF}.ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #FFF}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #FFF}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95);text-transform:'';box-shadow:'';text-align:'';font-size:1em;padding-left:'';padding-right:''}.ui.definition.table td:nth-child(2),.ui.definition.table tfoot:not(.full-width) th:nth-child(2),.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{box-shadow:0 0 0 #A3C293 inset;background:#FCFFF5!important;color:#2C662D!important}.ui.table td.negative,.ui.table tr.negative{box-shadow:0 0 0 #E0B4B4 inset;background:#FFF6F6!important;color:#9F3A38!important}.ui.table td.error,.ui.table tr.error{box-shadow:0 0 0 #E0B4B4 inset;background:#FFF6F6!important;color:#9F3A38!important}.ui.table td.warning,.ui.table tr.warning{box-shadow:0 0 0 #C9BA9B inset;background:#FFFAF3!important;color:#573A08!important}.ui.table td.active,.ui.table tr.active{box-shadow:0 0 0 rgba(0,0,0,.87) inset;background:#E0E0E0!important;color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{width:100%!important;display:block!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table tfoot,.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tr{padding-top:1em;padding-bottom:1em;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:0 0;border:none!important;padding:.25em .75em;box-shadow:none!important}.ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#E0E0E0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #D4D4D5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:rgba(255,255,255,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#EFEFEF!important;color:rgba(0,0,0,.95)!important}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #DB2828}.ui.inverted.red.table{background-color:#DB2828!important;color:#FFF!important}.ui.orange.table{border-top:.2em solid #F2711C}.ui.inverted.orange.table{background-color:#F2711C!important;color:#FFF!important}.ui.yellow.table{border-top:.2em solid #FBBD08}.ui.inverted.yellow.table{background-color:#FBBD08!important;color:#FFF!important}.ui.olive.table{border-top:.2em solid #B5CC18}.ui.inverted.olive.table{background-color:#B5CC18!important;color:#FFF!important}.ui.green.table{border-top:.2em solid #21BA45}.ui.inverted.green.table{background-color:#21BA45!important;color:#FFF!important}.ui.teal.table{border-top:.2em solid #00B5AD}.ui.inverted.teal.table{background-color:#00B5AD!important;color:#FFF!important}.ui.blue.table{border-top:.2em solid #2185D0}.ui.inverted.blue.table{background-color:#2185D0!important;color:#FFF!important}.ui.violet.table{border-top:.2em solid #6435C9}.ui.inverted.violet.table{background-color:#6435C9!important;color:#FFF!important}.ui.purple.table{border-top:.2em solid #A333C8}.ui.inverted.purple.table{background-color:#A333C8!important;color:#FFF!important}.ui.pink.table{border-top:.2em solid #E03997}.ui.inverted.pink.table{background-color:#E03997!important;color:#FFF!important}.ui.brown.table{border-top:.2em solid #A5673F}.ui.inverted.brown.table{background-color:#A5673F!important;color:#FFF!important}.ui.grey.table{border-top:.2em solid #767676}.ui.inverted.grey.table{background-color:#767676!important;color:#FFF!important}.ui.black.table{border-top:.2em solid #1B1C1D}.ui.inverted.black.table{background-color:#1B1C1D!important;color:#FFF!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td,.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table thead th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:'';height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:'\f0d8'}.ui.sortable.table thead th.descending:after{content:'\f0d7'}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.15);background:linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.15);color:#fff}.ui.inverted.sortable.table thead th:hover{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.08);background:linear-gradient(transparent,rgba(0,0,0,.05)) rgba(255,255,255,.08);color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;color:rgba(255,255,255,.9);border:none}.ui.inverted.table th{background-color:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.9)}.ui.inverted.table tr td{border-color:rgba(255,255,255,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{pointer-events:none;color:rgba(225,225,225,.3)}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#FFF}.ui.inverted.definition.table tr td:first-child{background:rgba(255,255,255,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:0 0;border:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{box-shadow:none}.ui.basic.table th{background:0 0;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:0 0}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:''}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child,.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#FFF;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:290px;min-height:0;background:#FFF;padding:0;border:none;border-radius:.28571429rem;box-shadow:0 1px 3px 0 #D4D4D5,0 0 0 1px #D4D4D5;-webkit-transition:box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,transform .1s ease;transition:box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;z-index:''}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:-.875em -.5em;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.cards>.card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:0 0;margin:0;padding:1em;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:'';font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.2857em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:''}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:''}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:'';z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#FFB70A}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#FFE623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#FF2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#FF2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:0 0;width:auto;margin:0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.raised.card,.ui.raised.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.centered.cards{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#FFF;border:none;box-shadow:0 1px 3px 0 #BCBDBD,0 0 0 1px #D4D4D5;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #DB2828,0 1px 3px 0 #D4D4D5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #d01919,0 1px 3px 0 #BCBDBD}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #F2711C,0 1px 3px 0 #D4D4D5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #f26202,0 1px 3px 0 #BCBDBD}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #FBBD08,0 1px 3px 0 #D4D4D5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #eaae00,0 1px 3px 0 #BCBDBD}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #B5CC18,0 1px 3px 0 #D4D4D5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #BCBDBD}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #21BA45,0 1px 3px 0 #D4D4D5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #16ab39,0 1px 3px 0 #BCBDBD}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #00B5AD,0 1px 3px 0 #D4D4D5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #009c95,0 1px 3px 0 #BCBDBD}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #2185D0,0 1px 3px 0 #D4D4D5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #1678c2,0 1px 3px 0 #BCBDBD}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #6435C9,0 1px 3px 0 #D4D4D5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #5829bb,0 1px 3px 0 #BCBDBD}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #A333C8,0 1px 3px 0 #D4D4D5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #9627ba,0 1px 3px 0 #BCBDBD}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #E03997,0 1px 3px 0 #D4D4D5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #e61a8d,0 1px 3px 0 #BCBDBD}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #A5673F,0 1px 3px 0 #D4D4D5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #975b33,0 1px 3px 0 #BCBDBD}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #767676,0 1px 3px 0 #D4D4D5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #838383,0 1px 3px 0 #BCBDBD}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #1B1C1D,0 1px 3px 0 #D4D4D5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{box-shadow:0 0 0 1px #D4D4D5,0 2px 0 0 #27292a,0 1px 3px 0 #BCBDBD}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.66666667% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.28571429% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards .card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards .card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards .card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards .card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards .card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards .card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards .card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.small.comments{font-size:.9em}.ui.comments{font-size:1em}.ui.large.comments{font-size:1.1em}.ui.huge.comments{font-size:1.2em}.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#FF2733}.ui.feed>.event>.content .meta .active.like .icon{color:#EF404A}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}.ui.items>.item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;box-shadow:none;-webkit-transition:box-shadow .1s ease;transition:box-shadow .1s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:'';-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;background:0 0;margin:0;padding:0;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;-webkit-align-self:top;-ms-flex-item-align:top;align-self:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle;width:''}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:'';height:'';border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:''}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#FFB70A}.ui.items>.item>.content .active.favorite.icon{color:#FFE623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#FF2733}.ui.items>.item>.content .active.like.icon{color:#FF2733}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:.5rem 0 0;width:100%;padding:0;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767px){.ui.items>.item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:2em 0}.ui.items>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items>.item>.image,.ui.items>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}.ui.statistic{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 1.5em 2em;max-width:auto}.ui.statistics{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1em -1.5em -2em}.ui.statistics:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistics:last-child{margin-bottom:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:400;line-height:1em;color:#1B1C1D;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistic>.value~.label,.ui.statistics .statistic>.label~.value,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -2em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 2em}.ui.nine.statistics{margin:0 0 -2em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 2em}.ui.eight.statistics{margin:0 0 -2em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 2em}.ui.seven.statistics{margin:0 0 -2em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 2em}.ui.six.statistics{margin:0 0 -2em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 2em}.ui.five.statistics{margin:0 0 -2em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 2em}.ui.four.statistics{margin:0 0 -2em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 2em}.ui.three.statistics{margin:0 0 -2em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 2em}.ui.two.statistics{margin:0 0 -2em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 2em}.ui.one.statistics{margin:0 0 -2em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 2em}.ui.horizontal.statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.ui.horizontal.statistics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#DB2828}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#F2711C}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#FBBD08}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#B5CC18}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21BA45}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00B5AD}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185D0}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435C9}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#A333C8}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#E03997}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#A5673F}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#FFF}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:rgba(255,255,255,.9)}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#FF695E}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#FF851B}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#FFE21F}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#D9E778}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ECC40}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6DFFFF}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54C8FF}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#A291FB}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#DC73FF}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#FF8EDF}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#D67C1C}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#DCDDDE}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value,.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem!important}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value,.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem!important}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem!important}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem!important}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle;font-size:3rem!important}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem!important}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem!important}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem!important}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;color:rgba(0,0,0,.87)}.ui.accordion .accordion .title~.content,.ui.accordion .title~.content{display:none}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:'';padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;vertical-align:baseline;-webkit-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon,.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#FFF;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15)}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;color:rgba(0,0,0,.4);font-weight:700;border-top:1px solid rgba(34,36,38,.15);-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.accordion .accordion .active.content,.ui.accordion .active.content{display:block}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.inverted.accordion .title:not(.ui){color:rgba(255,255,255,.9)}@font-face{font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{font-family:Accordion;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before{content:'\f0da'}.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox .box:before,.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;content:'';background:#FFF;border-radius:.21428571rem;-webkit-transition:border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;transition:border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;border:1px solid #D4D4D5}.ui.checkbox .box:after,.ui.checkbox label:after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);-webkit-transition:border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;transition:border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;font-family:Checkbox}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before{background:#FFF;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox .box:active::before,.ui.checkbox label:active::before{background:#F9FAFB;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:active::after,.ui.checkbox input:active~label,.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before{background:#FFF;border-color:#96C8DA}.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label,.ui.checkbox input:focus~label:after{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#FFF;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~.box:before,.ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#FFF;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~.box:after,.ui.checkbox input:not([type=radio]):indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#FFF;border-color:#96C8DA}.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label{cursor:default!important;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox .box,.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before{content:'';-webkit-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{border:none;content:''!important;line-height:15px;top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46666667);transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~.box:before,.ui.radio.checkbox input:focus~label:before{background-color:#FFF}.ui.radio.checkbox input:focus~.box:after,.ui.radio.checkbox input:focus~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~.box:after,.ui.radio.checkbox input:indeterminate~label:after{opacity:0}.ui.radio.checkbox input:checked~.box:before,.ui.radio.checkbox input:checked~label:before{background-color:#FFF}.ui.radio.checkbox input:checked~.box:after,.ui.radio.checkbox input:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~.box:before,.ui.radio.checkbox input:focus:checked~label:before{background-color:#FFF}.ui.radio.checkbox input:focus:checked~.box:after,.ui.radio.checkbox input:focus:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox .box,.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox .box:before,.ui.slider.checkbox label:before{display:block;position:absolute;content:'';border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider.checkbox .box:after,.ui.slider.checkbox label:after{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;background:linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;position:absolute;content:''!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:left .3s ease;transition:left .3s ease}.ui.slider.checkbox input:focus~.box:before,.ui.slider.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox .box:hover,.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox .box:hover::before,.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~.box,.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~.box:before,.ui.slider.checkbox input:checked~label:before{background-color:#545454!important}.ui.slider.checkbox input:checked~.box:after,.ui.slider.checkbox input:checked~label:after{left:2rem}.ui.slider.checkbox input:focus:checked~.box,.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~.box:before,.ui.slider.checkbox input:focus:checked~label:before{background-color:#000!important}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox .box,.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{display:block;position:absolute;content:'';z-index:1;-webkit-transform:none;transform:none;border:none;top:0;background:rgba(0,0,0,.05);width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{background:-webkit-linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;background:linear-gradient(transparent,rgba(0,0,0,.05)) #FFF;position:absolute;content:''!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;-webkit-transition:background .3s ease,left .3s ease;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after{left:-.05rem}.ui.toggle.checkbox .box:hover::before,.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before,.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~.box,.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before{background-color:#2185D0!important}.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after{left:2.15rem}.ui.toggle.checkbox input:focus:checked~.box,.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.fitted.checkbox .box,.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.slider.checkbox,.ui.fitted.toggle.checkbox{width:3.5rem}@font-face{font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype')}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:'\e800'}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{font-size:12px;content:'\e801'}.dimmable:not(.body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#FFF}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s filter ease;transition:.8s filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#FFF}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0;background:#FFF;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%!important;right:auto!important;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0;margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:middle;width:auto;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.7142em;background:#FFF;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.2142em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.78571429em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #FAFAFA;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:#96C8DA;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96C8DA;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96C8DA;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:#96C8DA;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none!important;border:none!important;box-shadow:none!important;cursor:pointer;top:0;left:0;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.2142em;padding:.67861429em 2.1em .67861429em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.2142em;padding:.67861429em 2.1em .67861429em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22620476em 2.1em .22620476em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45240952em 0 .45240952em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45240952em 0 .45240952em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45240952em 0 .45240952em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important;padding:1.14285714em 1.07142857em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus+.text,.ui.dropdown:not(.button)>input:focus+.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9F3A38}.ui.selection.dropdown.error{background:#FFF6F6;border-color:#E0B4B4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.selection.dropdown.error:hover{border-color:#E0B4B4}.ui.dropdown.error>.menu>.item{color:#9F3A38}.ui.multiple.selection.error.dropdown>.label{border-color:#E0B4B4}.ui.dropdown.error>.menu>.item:hover{background-color:#FFF2F2}.ui.dropdown.error>.menu .active.item{background-color:#FDCFCF}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto!important;right:100%!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0 .78571429rem 0 0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none;padding-right:calc(1.14285714rem + 17px)!important}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 1px rgba(34,36,38,.15);background:#FFF;z-index:2;top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto;right:1em;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.upward.pointing.dropdown>.menu,.ui.upward.top.pointing.dropdown>.menu{top:auto;bottom:100%;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.upward.pointing.dropdown>.menu:after,.ui.upward.top.pointing.dropdown>.menu:after{top:100%;bottom:auto;box-shadow:1px 1px 0 1px rgba(34,36,38,.15);margin:-.25em 0 0}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#DCDDDE;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#FFF;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#FFF}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}.ui.modal{display:none;position:fixed;z-index:1001;top:50%;left:50%;text-align:left;background:#FFF;border:none;box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#FFF;width:2.25rem;height:2.25rem;padding:.625rem 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;background:#FFF;margin:0;padding:1.25rem 1.5rem;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.2857em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#FFF}.ui.modal>.image.content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:'';-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="top aligned"]{-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="middle aligned"]{-webkit-align-self:middle;-ms-flex-item-align:middle;align-self:middle}.ui.modal>[class*=stretched]{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-webkit-align-self:top;-ms-flex-item-align:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:'';width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#F9FAFB;padding:1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}.ui.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}.ui.modal{width:850px;margin:0 0 0 -425px}}@media only screen and (min-width:1200px){.ui.modal{width:900px;margin:0 0 0 -450px}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}.ui.modal{width:950px;margin:0 0 0 -475px}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 2.25rem .75rem 1rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;box-shadow:none!important;color:#FFF}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#FFF}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}.ui.active.modal{display:block}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{position:static!important;margin:3.5rem auto!important}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:3.5rem!important}.undetached.dimmable.dimmed>.pusher{z-index:auto}@media only screen and (max-width:991px){.ui.basic.modal>.close{color:#FFF}.modals.dimmer .ui.scrolling.modal{margin-top:1rem!important;margin-bottom:1rem!important}}.ui.fullscreen.modal{width:95%!important;left:2.5%!important;margin:1em auto}.ui.fullscreen.scrolling.modal{left:0!important}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal{font-size:1rem}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0 0 0 -35.2%}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0 0 0 -340px}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0 0 0 -360px}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0 0 0 -380px}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0 0 0 -510px}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0 0 0 -540px}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0 0 0 -570px}}.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#FFF}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#FFF;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#F3F4F5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #D4D4D5;line-height:1.4285em;max-width:250px;background:#FFF;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.71428571em;height:.71428571em;background:#FFF;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]{position:relative}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#FFF;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{position:absolute;content:'';font-size:1rem;width:.71428571em;height:.71428571em;background:#FFF;z-index:2;box-shadow:1px 1px 0 0 #bababc;opacity:0;-webkit-transform:rotate(45deg) scale(0)!important;transform:rotate(45deg) scale(0)!important;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;text-transform:none;text-align:left;white-space:nowrap;font-size:1rem;border:1px solid #D4D4D5;line-height:1.4285em;max-width:none;background:#FFF;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1;opacity:1;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{-webkit-transform:rotate(45deg) scale(1)!important;transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="top center"]:after,[data-tooltip][data-position="bottom center"]:after{-webkit-transform:translateX(-50%) scale(0)!important;transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{-webkit-transform:translateX(-50%) scale(1)!important;transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{-webkit-transform:translateY(-50%) scale(0)!important;transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after,[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after{-webkit-transform:scale(0)!important;transform:scale(0)!important}[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after,[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after{-webkit-transform:scale(1)!important;transform:scale(1)!important}[data-tooltip][data-inverted]:before{box-shadow:none!important;background:#1B1C1D}[data-tooltip][data-inverted]:after{background:#1B1C1D;color:#FFF;border:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background-color:none;color:#FFF}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#FFF;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position~=bottom][data-tooltip]:before{background:#FFF;box-shadow:-1px -1px 0 0 #bababc;-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem;background:#FFF;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem;background:#FFF;box-shadow:-1px 1px 0 0 #bababc}[data-position~=top][data-tooltip]:before{background:#FFF}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1B1C1D;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1B1C1D;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1B1C1D;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1B1C1D}[data-position~=bottom][data-tooltip]:after{-webkit-transform-origin:center top;transform-origin:center top}[data-position="left center"][data-tooltip]:before{-webkit-transform-origin:top center;transform-origin:top center}[data-position="left center"][data-tooltip]:after,[data-position="right center"][data-tooltip]:before{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:after{-webkit-transform-origin:left center;transform-origin:left center}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{-webkit-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;-webkit-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;-webkit-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;transform-origin:right top;margin-right:0}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before,.ui.left.center.popup:before,.ui.right.center.popup:before,.ui.top.popup:before{background:#FFF}.ui.inverted.bottom.popup:before,.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before,.ui.inverted.top.popup:before{background:#1B1C1D}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1B1C1D;color:#FFF;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#FFF}.ui.inverted.popup:before{background-color:#1B1C1D;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#D95C5C}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#EFBC72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#E6BB48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#DDC928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#B4D95C}.ui.indicating.progress[data-percent^="9"] .bar,.ui.indicating.progress[data-percent^="100"] .bar{background-color:#66DA81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label,.ui.indicating.progress[data-percent^="3"] .label,.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label,.ui.indicating.progress[data-percent^="6"] .label,.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label,.ui.indicating.progress[data-percent^="9"] .label,.ui.indicating.progress[data-percent^="100"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#D95C5C}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1A531B}.ui.progress.success .bar{background-color:#21BA45!important}.ui.progress.success .bar,.ui.progress.success .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1A531B}.ui.progress.warning .bar{background-color:#F2C037!important}.ui.progress.warning .bar,.ui.progress.warning .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794B02}.ui.progress.error .bar{background-color:#DB2828!important}.ui.progress.error .bar,.ui.progress.error .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912D2B}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#FFF;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#F9FAFB}.ui.inverted.progress>.label{color:#FFF}.ui.inverted.progress.success>.label{color:#21BA45}.ui.inverted.progress.warning>.label{color:#F2C037}.ui.inverted.progress.error>.label{color:#DB2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#DB2828}.ui.red.inverted.progress .bar{background-color:#FF695E}.ui.orange.progress .bar{background-color:#F2711C}.ui.orange.inverted.progress .bar{background-color:#FF851B}.ui.yellow.progress .bar{background-color:#FBBD08}.ui.yellow.inverted.progress .bar{background-color:#FFE21F}.ui.olive.progress .bar{background-color:#B5CC18}.ui.olive.inverted.progress .bar{background-color:#D9E778}.ui.green.progress .bar{background-color:#21BA45}.ui.green.inverted.progress .bar{background-color:#2ECC40}.ui.teal.progress .bar{background-color:#00B5AD}.ui.teal.inverted.progress .bar{background-color:#6DFFFF}.ui.blue.progress .bar{background-color:#2185D0}.ui.blue.inverted.progress .bar{background-color:#54C8FF}.ui.violet.progress .bar{background-color:#6435C9}.ui.violet.inverted.progress .bar{background-color:#A291FB}.ui.purple.progress .bar{background-color:#A333C8}.ui.purple.inverted.progress .bar{background-color:#DC73FF}.ui.pink.progress .bar{background-color:#E03997}.ui.pink.inverted.progress .bar{background-color:#FF8EDF}.ui.brown.progress .bar{background-color:#A5673F}.ui.brown.inverted.progress .bar{background-color:#D67C1C}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#DCDDDE}.ui.black.progress .bar{background-color:#1B1C1D}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;-webkit-transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;background:0 0;color:rgba(0,0,0,.15);font-family:Rating;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.rating .active.icon{background:0 0;color:rgba(0,0,0,.85)}.ui.rating .icon.selected,.ui.rating .icon.selected.active{background:0 0;color:rgba(0,0,0,.87)}.ui.star.rating .icon{width:1.25em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none}.ui.star.rating .active.icon{background:0 0!important;color:#FFE623!important;text-shadow:0 -1px 0 #DDC507,-1px 0 0 #DDC507,0 1px 0 #DDC507,1px 0 0 #DDC507!important}.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active{background:0 0!important;color:#FC0!important;text-shadow:0 -1px 0 #E6A200,-1px 0 0 #E6A200,0 1px 0 #E6A200,1px 0 0 #E6A200!important}.ui.heart.rating .icon{width:1.4em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none!important}.ui.heart.rating .active.icon{background:0 0!important;color:#FF6D75!important;text-shadow:0 -1px 0 #CD0707,-1px 0 0 #CD0707,0 1px 0 #CD0707,1px 0 0 #CD0707!important}.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active{background:0 0!important;color:#FF3000!important;text-shadow:0 -1px 0 #AA0101,-1px 0 0 #AA0101,0 1px 0 #AA0101,1px 0 0 #AA0101!important}.ui.disabled.rating .icon{cursor:default}.ui.rating .icon.selected,.ui.rating.selected .active.icon,.ui.rating.selected .icon.selected{opacity:1}.ui.mini.rating{font-size:.78571429rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.rating{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;vertical-align:baseline;font-size:1rem}.ui.large.rating{font-size:1.14285714rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}@font-face{font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');font-weight:400;font-style:normal}.ui.rating .active.icon:before,.ui.rating .icon:before,.ui.star.rating .active.icon:before,.ui.star.rating .icon:before{content:'\f005'}.ui.star.rating .partial.icon:before{content:'\f006'}.ui.star.rating .partial.icon{content:'\f005'}.ui.heart.rating .active.icon:before,.ui.heart.rating .icon:before{content:'\f004'}.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.2142em;padding:.67861429em 1em;font-size:1em;background:#FFF;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:0 0 0 0 transparent inset;-webkit-transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;transform-origin:center top;white-space:normal;background:#FFF;margin-top:.5em;width:18em;border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid #D4D4D5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285em 0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21BA45}.ui.search>.results>.message{padding:1em}.ui.search>.results>.message .header{font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#F3F4F5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#FFF;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#F9FAFB}.ui.search .action:hover{background:#E0E0E0}.ui.category.search>.results .category.active{background:#F3F4F5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#F3F4F5;box-shadow:none}.ui.search>.results .result.active .description,.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:'';top:0;right:0;-webkit-transition:color .1s ease,opacity .1s ease;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#DB2828}.ui.category.search .results{width:28em}.ui.category.search>.results .category{background:#F3F4F5;box-shadow:none;border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category .result{background:#FFF;margin-left:100px;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem;border-bottom:none}.ui.category.search>.results .category>.name{width:100px;background:0 0;font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;font-size:1em;float:1em;float:left;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4)}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.78571429em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}.ui.shape{position:relative;vertical-align:top;display:inline-block;-webkit-perspective:2000px;perspective:2000px;-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none}.ui.shape .side *{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#E6E6E6;color:rgba(0,0,0,.87);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute;-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .active.side{display:block}.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will-change:transform;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}body.pushable{background:#545454!important}.pushable:not(body){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;will-change:transform;z-index:101}body.pushable>.pusher{background:#FFF}.pushable>.pusher{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;min-height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:2;background:inherit}.pushable>.pusher:after{position:fixed;top:0;right:0;content:'';background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.bottom.visible.sidebar,.ui.left.visible.sidebar,.ui.right.visible.sidebar,.ui.top.visible.sidebar{box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html.ios{overflow-x:hidden;-webkit-overflow-scrolling:touch}html.ios,html.ios body{height:initial!important}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.left.sidebar,.ui.right.sidebar{width:260px}.ui.wide.left.sidebar,.ui.wide.right.sidebar{width:350px}.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar{width:475px}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.bottom.overlay.sidebar,.ui.visible.left.overlay.sidebar,.ui.visible.right.overlay.sidebar,.ui.visible.top.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.visible.push.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.along.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.out.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.scale.down.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.scale.down.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.scale.down.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.scale.down.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.scale.down.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.scale.down.left.sidebar~.pusher{-webkit-transform-origin:75% 50%;transform-origin:75% 50%}.ui.scale.down.right.sidebar~.pusher{-webkit-transform-origin:25% 50%;transform-origin:25% 50%}.ui.scale.down.top.sidebar~.pusher{-webkit-transform-origin:50% 75%;transform-origin:50% 75%}.ui.scale.down.bottom.sidebar~.pusher{-webkit-transform-origin:50% 25%;transform-origin:50% 25%}.ui.animating.scale.down>.visible.ui.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher{display:block!important;width:100%;height:100%;overflow:hidden!important}.ui.visible.scale.down.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.scale.down.sidebar~.pusher{-webkit-transform:scale(.75);transform:scale(.75)}.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}}@keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}}@-webkit-keyframes jiggle{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes jiggle{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}} \ No newline at end of file diff --git a/public/css/themes/basic/assets/fonts/icons.eot b/public/css/themes/basic/assets/fonts/icons.eot old mode 100644 new mode 100755 diff --git a/public/css/themes/basic/assets/fonts/icons.svg b/public/css/themes/basic/assets/fonts/icons.svg old mode 100644 new mode 100755 diff --git a/public/css/themes/basic/assets/fonts/icons.ttf b/public/css/themes/basic/assets/fonts/icons.ttf old mode 100644 new mode 100755 diff --git a/public/css/themes/basic/assets/fonts/icons.woff b/public/css/themes/basic/assets/fonts/icons.woff old mode 100644 new mode 100755 diff --git a/public/css/themes/default/assets/fonts/icons.eot b/public/css/themes/default/assets/fonts/icons.eot old mode 100644 new mode 100755 index 33b2bb800..c7b00d2ba Binary files a/public/css/themes/default/assets/fonts/icons.eot and b/public/css/themes/default/assets/fonts/icons.eot differ diff --git a/public/css/themes/default/assets/fonts/icons.otf b/public/css/themes/default/assets/fonts/icons.otf old mode 100644 new mode 100755 diff --git a/public/css/themes/default/assets/fonts/icons.svg b/public/css/themes/default/assets/fonts/icons.svg old mode 100644 new mode 100755 index 1ee89d436..8b66187fe --- a/public/css/themes/default/assets/fonts/icons.svg +++ b/public/css/themes/default/assets/fonts/icons.svg @@ -1,6 +1,6 @@ - + @@ -169,7 +169,7 @@ - + @@ -178,7 +178,7 @@ - + @@ -219,8 +219,8 @@ - - + + @@ -362,8 +362,8 @@ - - + + @@ -399,7 +399,7 @@ - + @@ -410,9 +410,9 @@ - - - + + + @@ -454,12 +454,12 @@ - + - + @@ -483,13 +483,13 @@ - - + + - + @@ -523,7 +523,7 @@ - + @@ -531,18 +531,18 @@ - + - + - + - + @@ -555,11 +555,131 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/css/themes/default/assets/fonts/icons.ttf b/public/css/themes/default/assets/fonts/icons.ttf old mode 100644 new mode 100755 index ed9372f8e..f221e50a2 Binary files a/public/css/themes/default/assets/fonts/icons.ttf and b/public/css/themes/default/assets/fonts/icons.ttf differ diff --git a/public/css/themes/default/assets/fonts/icons.woff b/public/css/themes/default/assets/fonts/icons.woff old mode 100644 new mode 100755 index 8b280b98f..6e7483cf6 Binary files a/public/css/themes/default/assets/fonts/icons.woff and b/public/css/themes/default/assets/fonts/icons.woff differ diff --git a/public/css/themes/default/assets/fonts/icons.woff2 b/public/css/themes/default/assets/fonts/icons.woff2 old mode 100644 new mode 100755 index 3311d5851..7eb74fd12 Binary files a/public/css/themes/default/assets/fonts/icons.woff2 and b/public/css/themes/default/assets/fonts/icons.woff2 differ diff --git a/public/css/themes/default/assets/images/flags.png b/public/css/themes/default/assets/images/flags.png old mode 100644 new mode 100755 diff --git a/public/css/themes/github/assets/fonts/octicons-local.ttf b/public/css/themes/github/assets/fonts/octicons-local.ttf old mode 100644 new mode 100755 diff --git a/public/css/themes/github/assets/fonts/octicons.svg b/public/css/themes/github/assets/fonts/octicons.svg old mode 100644 new mode 100755 diff --git a/public/css/themes/github/assets/fonts/octicons.ttf b/public/css/themes/github/assets/fonts/octicons.ttf old mode 100644 new mode 100755 diff --git a/public/css/themes/github/assets/fonts/octicons.woff b/public/css/themes/github/assets/fonts/octicons.woff old mode 100644 new mode 100755 diff --git a/public/img/avatar_default.jpg b/public/img/avatar_default.jpg deleted file mode 100644 index f97aaaf04..000000000 Binary files a/public/img/avatar_default.jpg and /dev/null differ diff --git a/public/img/avatar_default.png b/public/img/avatar_default.png new file mode 100644 index 000000000..fed568a12 Binary files /dev/null and b/public/img/avatar_default.png differ diff --git a/public/js/gogs.js b/public/js/gogs.js index 33da03455..d7fca1742 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -4,21 +4,21 @@ var csrf; var suburl; function initCommentPreviewTab($form) { - var $tab_menu = $form.find('.tabular.menu'); - $tab_menu.find('.item').tab(); - $tab_menu.find('.item[data-tab="' + $tab_menu.data('preview') + '"]').click(function () { + var $tabMenu = $form.find('.tabular.menu'); + $tabMenu.find('.item').tab(); + $tabMenu.find('.item[data-tab="' + $tabMenu.data('preview') + '"]').click(function () { var $this = $(this); $.post($this.data('url'), { "_csrf": csrf, "mode": "gfm", "context": $this.data('context'), - "text": $form.find('.tab.segment[data-tab="' + $tab_menu.data('write') + '"] textarea').val() + "text": $form.find('.tab.segment[data-tab="' + $tabMenu.data('write') + '"] textarea').val() }, function (data) { - var $preview_tab = $form.find('.tab.segment[data-tab="' + $tab_menu.data('preview') + '"]'); - $preview_tab.html(data); - emojify.run($preview_tab[0]); - $('pre code', $preview_tab[0]).each(function (i, block) { + var $previewPanel = $form.find('.tab.segment[data-tab="' + $tabMenu.data('preview') + '"]'); + $previewPanel.html(data); + emojify.run($previewPanel[0]); + $('pre code', $previewPanel[0]).each(function (i, block) { hljs.highlightBlock(block); }); } @@ -28,6 +28,65 @@ function initCommentPreviewTab($form) { buttonsClickOnEnter(); } +var previewFileModes; + +function initEditPreviewTab($form) { + var $tabMenu = $form.find('.tabular.menu'); + $tabMenu.find('.item').tab(); + var $previewTab = $tabMenu.find('.item[data-tab="' + $tabMenu.data('preview') + '"]'); + if ($previewTab.length) { + previewFileModes = $previewTab.data('preview-file-modes').split(','); + $previewTab.click(function () { + var $this = $(this); + $.post($this.data('url'), { + "_csrf": csrf, + "mode": "gfm", + "context": $this.data('context'), + "text": $form.find('.tab.segment[data-tab="' + $tabMenu.data('write') + '"] textarea').val() + }, + function (data) { + var $previewPanel = $form.find('.tab.segment[data-tab="' + $tabMenu.data('preview') + '"]'); + $previewPanel.html(data); + emojify.run($previewPanel[0]); + $('pre code', $previewPanel[0]).each(function (i, block) { + hljs.highlightBlock(block); + }); + } + ); + }); + } +} + +function initEditDiffTab($form) { + var $tabMenu = $form.find('.tabular.menu'); + $tabMenu.find('.item').tab(); + $tabMenu.find('.item[data-tab="' + $tabMenu.data('diff') + '"]').click(function () { + var $this = $(this); + $.post($this.data('url'), { + "_csrf": csrf, + "context": $this.data('context'), + "content": $form.find('.tab.segment[data-tab="' + $tabMenu.data('write') + '"] textarea').val() + }, + function (data) { + var $diffPreviewPanel = $form.find('.tab.segment[data-tab="' + $tabMenu.data('diff') + '"]'); + $diffPreviewPanel.html(data); + emojify.run($diffPreviewPanel[0]); + } + ); + }); +} + + +function initEditForm() { + if ($('.edit.form').length == 0) { + return; + } + + initEditPreviewTab($('.edit.form')); + initEditDiffTab($('.edit.form')); +} + + function initCommentForm() { if ($('.comment.form').length == 0) { return @@ -37,9 +96,9 @@ function initCommentForm() { // Labels var $list = $('.ui.labels.list'); - var $no_select = $list.find('.no-select'); - var $label_menu = $('.select-label .menu'); - var has_label_update_action = $label_menu.data('action') == 'update'; + var $noSelect = $list.find('.no-select'); + var $labelMenu = $('.select-label .menu'); + var hasLabelUpdateAction = $labelMenu.data('action') == 'update'; function updateIssueMeta(url, action, id) { $.post(url, { @@ -49,41 +108,41 @@ function initCommentForm() { }); } - $label_menu.find('.item:not(.no-select)').click(function () { + $labelMenu.find('.item:not(.no-select)').click(function () { if ($(this).hasClass('checked')) { $(this).removeClass('checked'); $(this).find('.octicon').removeClass('octicon-check'); - if (has_label_update_action) { - updateIssueMeta($label_menu.data('update-url'), "detach", $(this).data('id')); + if (hasLabelUpdateAction) { + updateIssueMeta($labelMenu.data('update-url'), "detach", $(this).data('id')); } } else { $(this).addClass('checked'); $(this).find('.octicon').addClass('octicon-check'); - if (has_label_update_action) { - updateIssueMeta($label_menu.data('update-url'), "attach", $(this).data('id')); + if (hasLabelUpdateAction) { + updateIssueMeta($labelMenu.data('update-url'), "attach", $(this).data('id')); } } - var label_ids = ""; + var labelIds = ""; $(this).parent().find('.item').each(function () { if ($(this).hasClass('checked')) { - label_ids += $(this).data('id') + ","; + labelIds += $(this).data('id') + ","; $($(this).data('id-selector')).removeClass('hide'); } else { $($(this).data('id-selector')).addClass('hide'); } }); - if (label_ids.length == 0) { - $no_select.removeClass('hide'); + if (labelIds.length == 0) { + $noSelect.removeClass('hide'); } else { - $no_select.addClass('hide'); + $noSelect.addClass('hide'); } - $($(this).parent().data('id')).val(label_ids); + $($(this).parent().data('id')).val(labelIds); return false; }); - $label_menu.find('.no-select.item').click(function () { - if (has_label_update_action) { - updateIssueMeta($label_menu.data('update-url'), "clear", ''); + $labelMenu.find('.no-select.item').click(function () { + if (hasLabelUpdateAction) { + updateIssueMeta($labelMenu.data('update-url'), "clear", ''); } $(this).parent().find('.item').each(function () { @@ -94,14 +153,14 @@ function initCommentForm() { $list.find('.item').each(function () { $(this).addClass('hide'); }); - $no_select.removeClass('hide'); + $noSelect.removeClass('hide'); $($(this).parent().data('id')).val(''); }); function selectItem(select_id, input_id) { var $menu = $(select_id + ' .menu'); var $list = $('.ui' + select_id + '.list'); - var has_update_action = $menu.data('action') == 'update'; + var hasUpdateAction = $menu.data('action') == 'update'; $menu.find('.item:not(.no-select)').click(function () { $(this).parent().find('.item').each(function () { @@ -109,7 +168,7 @@ function initCommentForm() { }); $(this).addClass('selected active'); - if (has_update_action) { + if (hasUpdateAction) { updateIssueMeta($menu.data('update-url'), '', $(this).data('id')); } switch (input_id) { @@ -130,7 +189,7 @@ function initCommentForm() { $(this).removeClass('selected active') }); - if (has_update_action) { + if (hasUpdateAction) { updateIssueMeta($menu.data('update-url'), '', ''); } @@ -152,44 +211,59 @@ function initInstall() { // Database type change detection. $("#db_type").change(function () { - var sqlite_default = 'data/gogs.db'; - var tidb_default = 'data/gogs_tidb'; + var sqliteDefault = 'data/gogs.db'; + var tidbDefault = 'data/gogs_tidb'; - var db_type = $(this).val(); - if (db_type === "SQLite3" || db_type === "TiDB") { + var dbType = $(this).val(); + if (dbType === "SQLite3" || dbType === "TiDB") { $('#sql_settings').hide(); $('#pgsql_settings').hide(); $('#sqlite_settings').show(); - if (db_type === "SQLite3" && $('#db_path').val() == tidb_default) { - $('#db_path').val(sqlite_default); - } else if (db_type === "TiDB" && $('#db_path').val() == sqlite_default) { - $('#db_path').val(tidb_default); + if (dbType === "SQLite3" && $('#db_path').val() == tidbDefault) { + $('#db_path').val(sqliteDefault); + } else if (dbType === "TiDB" && $('#db_path').val() == sqliteDefault) { + $('#db_path').val(tidbDefault); } return; } - var mysql_default = '127.0.0.1:3306'; - var postgres_default = '127.0.0.1:5432'; + var mysqlDefault = '127.0.0.1:3306'; + var postgresDefault = '127.0.0.1:5432'; $('#sqlite_settings').hide(); $('#sql_settings').show(); - if (db_type === "PostgreSQL") { + if (dbType === "PostgreSQL") { $('#pgsql_settings').show(); - if ($('#db_host').val() == mysql_default) { - $('#db_host').val(postgres_default); + if ($('#db_host').val() == mysqlDefault) { + $('#db_host').val(postgresDefault); } } else { $('#pgsql_settings').hide(); - if ($('#db_host').val() == postgres_default) { - $('#db_host').val(mysql_default); + if ($('#db_host').val() == postgresDefault) { + $('#db_host').val(mysqlDefault); } } }); + // TODO: better handling of exclusive relations. $('#offline-mode input').change(function () { if ($(this).is(':checked')) { $('#disable-gravatar').checkbox('check'); + $('#federated-avatar-lookup').checkbox('uncheck'); + } + }); + $('#disable-gravatar input').change(function () { + if ($(this).is(':checked')) { + $('#federated-avatar-lookup').checkbox('uncheck'); + } else { + $('#offline-mode').checkbox('uncheck'); + } + }); + $('#federated-avatar-lookup input').change(function () { + if ($(this).is(':checked')) { + $('#disable-gravatar').checkbox('uncheck'); + $('#offline-mode').checkbox('uncheck'); } }); $('#disable-registration input').change(function () { @@ -243,11 +317,27 @@ function initRepository() { // Options if ($('.repository.settings.options').length > 0) { $('#repo_name').keyup(function () { - var $prompt_span = $('#repo-name-change-prompt'); + var $prompt = $('#repo-name-change-prompt'); if ($(this).val().toString().toLowerCase() != $(this).data('repo-name').toString().toLowerCase()) { - $prompt_span.show(); + $prompt.show(); } else { - $prompt_span.hide(); + $prompt.hide(); + } + }); + + // Enable or select internal/external wiki system and issue tracker. + $('.enable-system').change(function () { + if (this.checked) { + $($(this).data('target')).removeClass('disabled'); + } else { + $($(this).data('target')).addClass('disabled'); + } + }); + $('.enable-system-radio').change(function () { + if (this.value == 'false') { + $($(this).data('target')).addClass('disabled'); + } else if (this.value == 'true') { + $($(this).data('target')).removeClass('disabled'); } }); } @@ -255,12 +345,12 @@ function initRepository() { // Labels if ($('.repository.labels').length > 0) { // Create label - var $new_label_panel = $('.new-label.segment'); + var $newLabelPanel = $('.new-label.segment'); $('.new-label.button').click(function () { - $new_label_panel.show(); + $newLabelPanel.show(); }); $('.new-label.segment .cancel').click(function () { - $new_label_panel.hide(); + $newLabelPanel.hide(); }); $('.color-picker').each(function () { @@ -310,81 +400,81 @@ function initRepository() { // Issues if ($('.repository.view.issue').length > 0) { // Edit issue title - var $issue_title = $('#issue-title'); - var $edit_input = $('#edit-title-input input'); + var $issueTitle = $('#issue-title'); + var $editInput = $('#edit-title-input input'); var editTitleToggle = function () { - $issue_title.toggle(); + $issueTitle.toggle(); $('.not-in-edit').toggle(); $('#edit-title-input').toggle(); $('.in-edit').toggle(); - $edit_input.focus(); + $editInput.focus(); return false; }; $('#edit-title').click(editTitleToggle); $('#cancel-edit-title').click(editTitleToggle); $('#save-edit-title').click(editTitleToggle).click(function () { - if ($edit_input.val().length == 0 || - $edit_input.val() == $issue_title.text()) { - $edit_input.val($issue_title.text()); + if ($editInput.val().length == 0 || + $editInput.val() == $issueTitle.text()) { + $editInput.val($issueTitle.text()); return false; } $.post($(this).data('update-url'), { "_csrf": csrf, - "title": $edit_input.val() + "title": $editInput.val() }, function (data) { - $edit_input.val(data.title); - $issue_title.text(data.title); + $editInput.val(data.title); + $issueTitle.text(data.title); }); return false; }); // Edit issue or comment content $('.edit-content').click(function () { - var $segment = $(this).parent().parent().next(); - var $edit_content_zone = $segment.find('.edit-content-zone'); - var $render_content = $segment.find('.render-content'); - var $raw_content = $segment.find('.raw-content'); + var $segment = $(this).parent().parent().parent().next(); + var $editContentZone = $segment.find('.edit-content-zone'); + var $renderContent = $segment.find('.render-content'); + var $rawContent = $segment.find('.raw-content'); var $textarea; // Setup new form - if ($edit_content_zone.html().length == 0) { - $edit_content_zone.html($('#edit-content-form').html()); + if ($editContentZone.html().length == 0) { + $editContentZone.html($('#edit-content-form').html()); $textarea = $segment.find('textarea'); // Give new write/preview data-tab name to distinguish from others - var $edit_content_form = $edit_content_zone.find('.ui.comment.form'); - var $tabular_menu = $edit_content_form.find('.tabular.menu'); - $tabular_menu.attr('data-write', $edit_content_zone.data('write')); - $tabular_menu.attr('data-preview', $edit_content_zone.data('preview')); - $tabular_menu.find('.write.item').attr('data-tab', $edit_content_zone.data('write')); - $tabular_menu.find('.preview.item').attr('data-tab', $edit_content_zone.data('preview')); - $edit_content_form.find('.write.segment').attr('data-tab', $edit_content_zone.data('write')); - $edit_content_form.find('.preview.segment').attr('data-tab', $edit_content_zone.data('preview')); - - initCommentPreviewTab($edit_content_form); - - $edit_content_zone.find('.cancel.button').click(function () { - $render_content.show(); - $edit_content_zone.hide(); + var $editContentForm = $editContentZone.find('.ui.comment.form'); + var $tabMenu = $editContentForm.find('.tabular.menu'); + $tabMenu.attr('data-write', $editContentZone.data('write')); + $tabMenu.attr('data-preview', $editContentZone.data('preview')); + $tabMenu.find('.write.item').attr('data-tab', $editContentZone.data('write')); + $tabMenu.find('.preview.item').attr('data-tab', $editContentZone.data('preview')); + $editContentForm.find('.write.segment').attr('data-tab', $editContentZone.data('write')); + $editContentForm.find('.preview.segment').attr('data-tab', $editContentZone.data('preview')); + + initCommentPreviewTab($editContentForm); + + $editContentZone.find('.cancel.button').click(function () { + $renderContent.show(); + $editContentZone.hide(); }); - $edit_content_zone.find('.save.button').click(function () { - $render_content.show(); - $edit_content_zone.hide(); + $editContentZone.find('.save.button').click(function () { + $renderContent.show(); + $editContentZone.hide(); - $.post($edit_content_zone.data('update-url'), { + $.post($editContentZone.data('update-url'), { "_csrf": csrf, "content": $textarea.val(), - "context": $edit_content_zone.data('context') + "context": $editContentZone.data('context') }, function (data) { if (data.length == 0) { - $render_content.html($('#no-content').html()); + $renderContent.html($('#no-content').html()); } else { - $render_content.html(data.content); - emojify.run($render_content[0]); - $('pre code', $render_content[0]).each(function (i, block) { + $renderContent.html(data.content); + emojify.run($renderContent[0]); + $('pre code', $renderContent[0]).each(function (i, block) { hljs.highlightBlock(block); }); } @@ -395,26 +485,39 @@ function initRepository() { } // Show write/preview tab and copy raw content as needed - $edit_content_zone.show(); - $render_content.hide(); + $editContentZone.show(); + $renderContent.hide(); if ($textarea.val().length == 0) { - $textarea.val($raw_content.text()); + $textarea.val($rawContent.text()); } $textarea.focus(); return false; }); + // Delete comment + $('.delete-comment').click(function () { + var $this = $(this); + if (confirm($this.data('locale'))) { + $.post($this.data('url'), { + "_csrf": csrf + }).success(function () { + $('#' + $this.data('comment-id')).remove(); + }); + } + return false; + }); + // Change status - var $status_btn = $('#status-button'); - $('#content').keyup(function () { + var $statusButton = $('#status-button'); + $('#comment-form .edit_area').keyup(function () { if ($(this).val().length == 0) { - $status_btn.text($status_btn.data('status')) + $statusButton.text($statusButton.data('status')) } else { - $status_btn.text($status_btn.data('status-and-comment')) + $statusButton.text($statusButton.data('status-and-comment')) } }); - $status_btn.click(function () { - $('#status').val($status_btn.data('status-val')); + $statusButton.click(function () { + $('#status').val($statusButton.data('status-val')); $('#comment-form').submit(); }); } @@ -458,11 +561,11 @@ function initRepository() { } } -function initRepositoryCollaboration(){ +function initRepositoryCollaboration() { console.log('initRepositoryCollaboration'); -// Change collaborator access mode - $('.access-mode.menu .item').click(function(){ + // Change collaborator access mode + $('.access-mode.menu .item').click(function () { var $menu = $(this).parent(); $.post($menu.data('url'), { "_csrf": csrf, @@ -472,24 +575,20 @@ function initRepositoryCollaboration(){ }); } -function initWiki() { - if ($('.repository.wiki').length == 0) { - return; - } - - - if ($('.repository.wiki.new').length > 0) { - var $edit_area = $('#edit-area'); - var simplemde = new SimpleMDE({ +function initWikiForm() { + var $editArea = $('.repository.wiki textarea#edit_area'); + if ($editArea.length > 0) { + new SimpleMDE({ autoDownloadFontAwesome: false, - element: $edit_area[0], + element: $editArea[0], + forceSync: true, previewRender: function (plainText, preview) { // Async method setTimeout(function () { // FIXME: still send render request when return back to edit mode - $.post($edit_area.data('url'), { + $.post($editArea.data('url'), { "_csrf": csrf, "mode": "gfm", - "context": $edit_area.data('context'), + "context": $editArea.data('context'), "text": plainText }, function (data) { @@ -504,18 +603,261 @@ function initWiki() { renderingConfig: { singleLineBreaks: false }, - spellChecker: false, + indentWithTabs: false, tabSize: 4, + spellChecker: false, toolbar: ["bold", "italic", "strikethrough", "|", - "heading", "heading-1", "heading-2", "heading-3", "|", + "heading-1", "heading-2", "heading-3", "heading-bigger", "heading-smaller", "|", "code", "quote", "|", "unordered-list", "ordered-list", "|", - "link", "image", "horizontal-rule", "|", - "preview", "fullscreen"] + "link", "image", "table", "horizontal-rule", "|", + "clean-block", "preview", "fullscreen"] }) } } +var simpleMDEditor; +var codeMirrorEditor; + +// For IE +String.prototype.endsWith = function (pattern) { + var d = this.length - pattern.length; + return d >= 0 && this.lastIndexOf(pattern) === d; +}; + +// Adding function to get the cursor position in a text field to jQuery object. +(function ($, undefined) { + $.fn.getCursorPosition = function () { + var el = $(this).get(0); + var pos = 0; + if ('selectionStart' in el) { + pos = el.selectionStart; + } else if ('selection' in document) { + el.focus(); + var Sel = document.selection.createRange(); + var SelLength = document.selection.createRange().text.length; + Sel.moveStart('character', -el.value.length); + pos = Sel.text.length - SelLength; + } + return pos; + } +})(jQuery); + + +function setSimpleMDE($editArea) { + if (codeMirrorEditor) { + codeMirrorEditor.toTextArea(); + codeMirrorEditor = null; + } + + if (simpleMDEditor) { + return true; + } + + simpleMDEditor = new SimpleMDE({ + autoDownloadFontAwesome: false, + element: $editArea[0], + forceSync: true, + renderingConfig: { + singleLineBreaks: false + }, + indentWithTabs: false, + tabSize: 4, + spellChecker: false, + previewRender: function (plainText, preview) { // Async method + setTimeout(function () { + // FIXME: still send render request when return back to edit mode + $.post($editArea.data('url'), { + "_csrf": csrf, + "mode": "gfm", + "context": $editArea.data('context'), + "text": plainText + }, + function (data) { + preview.innerHTML = '
' + data + '
'; + emojify.run($('.editor-preview')[0]); + } + ); + }, 0); + + return "Loading..."; + }, + toolbar: ["bold", "italic", "strikethrough", "|", + "heading-1", "heading-2", "heading-3", "heading-bigger", "heading-smaller", "|", + "code", "quote", "|", + "unordered-list", "ordered-list", "|", + "link", "image", "table", "horizontal-rule", "|", + "clean-block", "preview", "fullscreen", "side-by-side"] + }); + + return true; +} + +function setCodeMirror($editArea) { + if (simpleMDEditor) { + simpleMDEditor.toTextArea(); + simpleMDEditor = null; + } + + if (codeMirrorEditor) { + return true; + } + + codeMirrorEditor = CodeMirror.fromTextArea($editArea[0], { + lineNumbers: true + }); + codeMirrorEditor.on("change", function (cm, change) { + $editArea.val(cm.getValue()); + }); + + return true; +} + +function initEditor() { + $('.js-quick-pull-choice-option').change(function () { + if ($(this).val() == 'commit-to-new-branch') { + $('.quick-pull-branch-name').show(); + $('.quick-pull-branch-name input').prop('required',true); + } else { + $('.quick-pull-branch-name').hide(); + $('.quick-pull-branch-name input').prop('required',false); + } + }); + + var $editFilename = $("#file-name"); + $editFilename.keyup(function (e) { + var $section = $('.breadcrumb span.section'); + var $divider = $('.breadcrumb div.divider'); + if (e.keyCode == 8) { + if ($(this).getCursorPosition() == 0) { + if ($section.length > 0) { + var value = $section.last().find('a').text(); + $(this).val(value + $(this).val()); + $(this)[0].setSelectionRange(value.length, value.length); + $section.last().remove(); + $divider.last().remove(); + } + } + } + if (e.keyCode == 191) { + var parts = $(this).val().split('/'); + for (var i = 0; i < parts.length; ++i) { + var value = parts[i]; + if (i < parts.length - 1) { + if (value.length) { + $('' + value + '').insertBefore($(this)); + $('
/
').insertBefore($(this)); + } + } + else { + $(this).val(value); + } + $(this)[0].setSelectionRange(0, 0); + } + } + var parts = []; + $('.breadcrumb span.section').each(function (i, element) { + element = $(element); + if (element.find('a').length) { + parts.push(element.find('a').text()); + } else { + parts.push(element.text()); + } + }); + if ($(this).val()) + parts.push($(this).val()); + $('#tree_path').val(parts.join('/')); + }).trigger('keyup'); + + var $editArea = $('.repository.editor textarea#edit_area'); + if (!$editArea.length) + return; + + var markdownFileExts = $editArea.data("markdown-file-exts").split(","); + var lineWrapExtensions = $editArea.data("line-wrap-extensions").split(","); + + $editFilename.on("keyup", function (e) { + var val = $editFilename.val(), m, mode, spec, extension, extWithDot, previewLink, dataUrl, apiCall; + extension = extWithDot = ""; + if (m = /.+\.([^.]+)$/.exec(val)) { + extension = m[1]; + extWithDot = "." + extension; + } + + var info = CodeMirror.findModeByExtension(extension); + previewLink = $('a[data-tab=preview]'); + if (info) { + mode = info.mode; + spec = info.mime; + apiCall = mode; + } + else { + apiCall = extension + } + + if (previewLink.length && apiCall && previewFileModes && previewFileModes.length && previewFileModes.indexOf(apiCall) >= 0) { + dataUrl = previewLink.data('url'); + previewLink.data('url', dataUrl.replace(/(.*)\/.*/i, '$1/' + mode)); + previewLink.show(); + } + else { + previewLink.hide(); + } + + // If this file is a Markdown extensions, we will load that editor and return + if (markdownFileExts.indexOf(extWithDot) >= 0) { + if (setSimpleMDE($editArea)) { + return; + } + } + + // Else we are going to use CodeMirror + if (!codeMirrorEditor && !setCodeMirror($editArea)) { + return; + } + + if (mode) { + codeMirrorEditor.setOption("mode", spec); + CodeMirror.autoLoadMode(codeMirrorEditor, mode); + } + + if (lineWrapExtensions.indexOf(extWithDot) >= 0) { + codeMirrorEditor.setOption("lineWrapping", true); + } + else { + codeMirrorEditor.setOption("lineWrapping", false); + } + + // get the filename without any folder + var value = $editFilename.val(); + if (value.length === 0) { + return; + } + value = value.split('/'); + value = value[value.length - 1]; + + $.getJSON($editFilename.data('ec-url-prefix')+value, function(editorconfig) { + if (editorconfig.indent_style === 'tab') { + codeMirrorEditor.setOption("indentWithTabs", true); + codeMirrorEditor.setOption('extraKeys', {}); + } else { + codeMirrorEditor.setOption("indentWithTabs", false); + // required because CodeMirror doesn't seems to use spaces correctly for {"indentWithTabs": false}: + // - https://github.com/codemirror/CodeMirror/issues/988 + // - https://codemirror.net/doc/manual.html#keymaps + codeMirrorEditor.setOption('extraKeys', { + Tab: function(cm) { + var spaces = Array(parseInt(cm.getOption("indentUnit")) + 1).join(" "); + cm.replaceSelection(spaces); + } + }); + } + codeMirrorEditor.setOption("indentUnit", editorconfig.indent_size || 4); + codeMirrorEditor.setOption("tabSize", editorconfig.tab_width || 4); + }); + }).trigger('keyup'); +} + function initOrganization() { if ($('.organization').length == 0) { return; @@ -524,11 +866,11 @@ function initOrganization() { // Options if ($('.organization.settings.options').length > 0) { $('#org_name').keyup(function () { - var $prompt_span = $('#org-name-change-prompt'); + var $prompt = $('#org-name-change-prompt'); if ($(this).val().toString().toLowerCase() != $(this).data('org-name').toString().toLowerCase()) { - $prompt_span.show(); + $prompt.show(); } else { - $prompt_span.hide(); + $prompt.hide(); } }); } @@ -540,11 +882,11 @@ function initUserSettings() { // Options if ($('.user.settings.profile').length > 0) { $('#username').keyup(function () { - var $prompt_span = $('#name-change-prompt'); + var $prompt = $('#name-change-prompt'); if ($(this).val().toString().toLowerCase() != $(this).data('name').toString().toLowerCase()) { - $prompt_span.show(); + $prompt.show(); } else { - $prompt_span.hide(); + $prompt.hide(); } }); } @@ -580,7 +922,6 @@ function initWebhook() { }); } - function initAdmin() { if ($('.admin').length == 0) { return; @@ -611,6 +952,13 @@ function initAdmin() { }); } + function onSecurityProtocolChange() { + if ($('#security_protocol').val() > 0) { + $('.has-tls').show(); + } else { + $('.has-tls').hide(); + } + } // New authentication if ($('.admin.new.authentication').length > 0) { @@ -619,14 +967,16 @@ function initAdmin() { $('.dldap').hide(); $('.smtp').hide(); $('.pam').hide(); + $('.has-tls').hide(); - var auth_type = $(this).val(); - switch (auth_type) { + var authType = $(this).val(); + switch (authType) { case '2': // LDAP $('.ldap').show(); break; case '3': // SMTP $('.smtp').show(); + $('.has-tls').show(); break; case '4': // PAM $('.pam').show(); @@ -635,17 +985,29 @@ function initAdmin() { $('.dldap').show(); break; } + + if (authType == '2' || authType == '5') { + onSecurityProtocolChange() + } }); + $('#security_protocol').change(onSecurityProtocolChange) + } + // Edit authentication + if ($('.admin.edit.authentication').length > 0) { + var authType = $('#auth_type').val(); + if (authType == '2' || authType == '5') { + $('#security_protocol').change(onSecurityProtocolChange); + } } // Notice if ($('.admin.notice')) { - var $detail_modal = $('#detail-modal'); + var $detailModal = $('#detail-modal'); // Attach view detail modals $('.view-detail').click(function () { - $detail_modal.find('.content p').text($(this).data('content')); - $detail_modal.modal('show'); + $detailModal.find('.content p').text($(this).data('content')); + $detailModal.modal('show'); return false; }); @@ -693,7 +1055,6 @@ function buttonsClickOnEnter() { function hideWhenLostFocus(body, parent) { $(document).click(function (e) { var target = e.target; - if (!$(target).is(body) && !$(target).parents().is(parent)) { $(body).hide(); } @@ -705,13 +1066,13 @@ function searchUsers() { return; } - var $search_user_box = $('#search-user-box'); - var $result_list = $search_user_box.find('.results'); - $search_user_box.keyup(function () { + var $searchUserBox = $('#search-user-box'); + var $results = $searchUserBox.find('.results'); + $searchUserBox.keyup(function () { var $this = $(this); var keyword = $this.find('input').val(); if (keyword.length < 2) { - $result_list.hide(); + $results.hide(); return; } @@ -723,7 +1084,7 @@ function searchUsers() { return str && str.length > 0; }; - $result_list.html(''); + $results.html(''); if (response.ok && response.data.length) { var html = ''; @@ -734,20 +1095,20 @@ function searchUsers() { } html += ''; }); - $result_list.html(html); + $results.html(html); $this.find('.results .item').click(function () { $this.find('input').val($(this).find('.username').text()); - $result_list.hide(); + $results.hide(); }); - $result_list.show(); + $results.show(); } else { - $result_list.hide(); + $results.hide(); } } }); }); - $search_user_box.find('input').focus(function () { - $search_user_box.keyup(); + $searchUserBox.find('input').focus(function () { + $searchUserBox.keyup(); }); hideWhenLostFocus('#search-user-box .results', '#search-user-box'); } @@ -758,49 +1119,78 @@ function searchRepositories() { return; } - var $search_repo_box = $('#search-repo-box'); - var $result_list = $search_repo_box.find('.results'); - $search_repo_box.keyup(function () { + var $searchRepoBox = $('#search-repo-box'); + var $results = $searchRepoBox.find('.results'); + $searchRepoBox.keyup(function () { var $this = $(this); var keyword = $this.find('input').val(); if (keyword.length < 2) { - $result_list.hide(); + $results.hide(); return; } $.ajax({ - url: suburl + '/api/v1/repos/search?q=' + keyword + "&uid=" + $search_repo_box.data('uid'), + url: suburl + '/api/v1/repos/search?q=' + keyword + "&uid=" + $searchRepoBox.data('uid'), dataType: "json", success: function (response) { var notEmpty = function (str) { return str && str.length > 0; }; - $result_list.html(''); + $results.html(''); if (response.ok && response.data.length) { var html = ''; $.each(response.data, function (i, item) { html += '
' + item.full_name + '
'; }); - $result_list.html(html); + $results.html(html); $this.find('.results .item').click(function () { $this.find('input').val($(this).find('.fullname').text().split("/")[1]); - $result_list.hide(); + $results.hide(); }); - $result_list.show(); + $results.show(); } else { - $result_list.hide(); + $results.hide(); } } }); }); - $search_repo_box.find('input').focus(function () { - $search_repo_box.keyup(); + $searchRepoBox.find('input').focus(function () { + $searchRepoBox.keyup(); }); hideWhenLostFocus('#search-repo-box .results', '#search-repo-box'); } +function initCodeView() { + if ($('.code-view .linenums').length > 0) { + $(document).on('click', '.lines-num span', function (e) { + var $select = $(this); + var $list = $select.parent().siblings('.lines-code').find('ol.linenums > li'); + selectRange($list, $list.filter('[rel=' + $select.attr('id') + ']'), (e.shiftKey ? $list.filter('.active').eq(0) : null)); + deSelect(); + }); + + $(window).on('hashchange', function (e) { + var m = window.location.hash.match(/^#(L\d+)\-(L\d+)$/); + var $list = $('.code-view ol.linenums > li'); + var $first; + if (m) { + $first = $list.filter('.' + m[1]); + selectRange($list, $first, $list.filter('.' + m[2])); + $("html, body").scrollTop($first.offset().top - 200); + return; + } + m = window.location.hash.match(/^#(L\d+)$/); + if (m) { + $first = $list.filter('.' + m[1]); + selectRange($list, $first); + $("html, body").scrollTop($first.offset().top - 200); + } + }).trigger('hashchange'); + } +} + $(document).ready(function () { csrf = $('meta[name=_csrf]').attr("content"); suburl = $('meta[name=_suburl]').attr("content"); @@ -850,32 +1240,39 @@ $(document).ready(function () { } // Dropzone - if ($('#dropzone').length > 0) { + var $dropzone = $('#dropzone'); + if ($dropzone.length > 0) { // Disable auto discover for all elements: Dropzone.autoDiscover = false; var filenameDict = {}; - var $dropz = $('#dropzone'); - $dropz.dropzone({ - url: $dropz.data('upload-url'), + $dropzone.dropzone({ + url: $dropzone.data('upload-url'), headers: {"X-Csrf-Token": csrf}, - maxFiles: $dropz.data('max-file'), - maxFilesize: $dropz.data('max-size'), - acceptedFiles: ($dropz.data('accepts') === '*/*') ? null : $dropz.data('accepts'), + maxFiles: $dropzone.data('max-file'), + maxFilesize: $dropzone.data('max-size'), + acceptedFiles: ($dropzone.data('accepts') === '*/*') ? null : $dropzone.data('accepts'), addRemoveLinks: true, - dictDefaultMessage: $dropz.data('default-message'), - dictInvalidFileType: $dropz.data('invalid-input-type'), - dictFileTooBig: $dropz.data('file-too-big'), - dictRemoveFile: $dropz.data('remove-file'), + dictDefaultMessage: $dropzone.data('default-message'), + dictInvalidFileType: $dropzone.data('invalid-input-type'), + dictFileTooBig: $dropzone.data('file-too-big'), + dictRemoveFile: $dropzone.data('remove-file'), init: function () { this.on("success", function (file, data) { filenameDict[file.name] = data.uuid; - $('.attachments').append(''); + var input = $('').val(data.uuid); + $('.files').append(input); }); this.on("removedfile", function (file) { if (file.name in filenameDict) { $('#' + filenameDict[file.name]).remove(); } + if ($dropzone.data('remove-url') && $dropzone.data('csrf')) { + $.post($dropzone.data('remove-url'), { + file: filenameDict[file.name], + _csrf: $dropzone.data('csrf') + }); + } }) } }); @@ -936,11 +1333,11 @@ $(document).ready(function () { $('.show-modal.button').click(function () { $($(this).data('modal')).modal('show'); }); - $('.delete-post.button').click(function(){ + $('.delete-post.button').click(function () { var $this = $(this); - $.post($this.data('request-url'),{ + $.post($this.data('request-url'), { "_csrf": csrf - }).done(function(){ + }).done(function () { window.location.href = $this.data('done-url'); }); }); @@ -972,10 +1369,27 @@ $(document).ready(function () { initCommentForm(); initInstall(); initRepository(); - initWiki(); + initWikiForm(); + initEditForm(); + initEditor(); initOrganization(); initWebhook(); initAdmin(); + initCodeView(); + + // Repo clone url. + if ($('#repo-clone-url').length > 0) { + switch (localStorage.getItem('repo-clone-protocol')) { + case 'ssh': + if ($('#repo-clone-ssh').click().length === 0) { + $('#repo-clone-https').click(); + } + break; + default: + $('#repo-clone-https').click(); + break; + } + } var routes = { 'div.user.settings': initUserSettings, @@ -991,101 +1405,49 @@ $(document).ready(function () { } }); -$(window).load(function () { - function changeHash(hash) { - if (history.pushState) { - history.pushState(null, null, hash); - } - else { - location.hash = hash; - } +function changeHash(hash) { + if (history.pushState) { + history.pushState(null, null, hash); } - - function deSelect() { - if (window.getSelection) { - window.getSelection().removeAllRanges(); - } else { - document.selection.empty(); - } + else { + location.hash = hash; } +} - function selectRange($list, $select, $from) { - $list.removeClass('active'); - if ($from) { - var a = parseInt($select.attr('rel').substr(1)); - var b = parseInt($from.attr('rel').substr(1)); - var c; - if (a != b) { - if (a > b) { - c = a; - a = b; - b = c; - } - var classes = []; - for (i = a; i <= b; i++) { - classes.push('.L' + i); - } - $list.filter(classes.join(',')).addClass('active'); - changeHash('#L' + a + '-' + 'L' + b); - return - } - } - $select.addClass('active'); - changeHash('#' + $select.attr('rel')); +function deSelect() { + if (window.getSelection) { + window.getSelection().removeAllRanges(); + } else { + document.selection.empty(); } +} - // Code view. - if ($('.code-view .linenums').length > 0) { - var $block = $('.code-view .linenums'); - var lines = $block.html().split("\n"); - $block.html(''); - - var $num_list = $('.code-view .lines-num'); - - // Building blocks. - for (var i = 0; i < lines.length; i++) { - $block.append('
  • ' + lines[i] + '
  • '); - $num_list.append('' + (i + 1) + ''); - } - - $(document).on('click', '.lines-num span', function (e) { - var $select = $(this); - var $list = $select.parent().siblings('.lines-code').find('ol.linenums > li'); - selectRange($list, $list.filter('[rel=' + $select.attr('id') + ']'), (e.shiftKey ? $list.filter('.active').eq(0) : null)); - deSelect(); - }); - - $(window).on('hashchange', function (e) { - var m = window.location.hash.match(/^#(L\d+)\-(L\d+)$/); - var $list = $('.code-view ol.linenums > li'); - var $first; - if (m) { - $first = $list.filter('.' + m[1]); - selectRange($list, $first, $list.filter('.' + m[2])); - $("html, body").scrollTop($first.offset().top - 200); - return; +function selectRange($list, $select, $from) { + $list.removeClass('active'); + if ($from) { + var a = parseInt($select.attr('rel').substr(1)); + var b = parseInt($from.attr('rel').substr(1)); + var c; + if (a != b) { + if (a > b) { + c = a; + a = b; + b = c; } - m = window.location.hash.match(/^#(L\d+)$/); - if (m) { - $first = $list.filter('.' + m[1]); - selectRange($list, $first); - $("html, body").scrollTop($first.offset().top - 200); + var classes = []; + for (var i = a; i <= b; i++) { + classes.push('.L' + i); } - }).trigger('hashchange'); - } - - // Repo clone url. - if ($('#repo-clone-url').length > 0) { - switch (localStorage.getItem('repo-clone-protocol')) { - case 'ssh': - if ($('#repo-clone-ssh').click().length === 0) { - $('#repo-clone-https').click(); - } - ; - break; - default: - $('#repo-clone-https').click(); - break; + $list.filter(classes.join(',')).addClass('active'); + changeHash('#L' + a + '-' + 'L' + b); + return } } -}); \ No newline at end of file + $select.addClass('active'); + changeHash('#' + $select.attr('rel')); +} + +$(function () { + if ($('.user.signin').length > 0) return; + $('form').areYouSure(); +}); diff --git a/public/js/libs/jquery.are-you-sure.js b/public/js/libs/jquery.are-you-sure.js new file mode 100644 index 000000000..3c41e2fcc --- /dev/null +++ b/public/js/libs/jquery.are-you-sure.js @@ -0,0 +1,192 @@ +/*! + * jQuery Plugin: Are-You-Sure (Dirty Form Detection) + * https://github.com/codedance/jquery.AreYouSure/ + * + * Copyright (c) 2012-2014, Chris Dance and PaperCut Software http://www.papercut.com/ + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Author: chris.dance@papercut.com + * Version: 1.9.0 + * Date: 13th August 2014 + */ +(function($) { + + $.fn.areYouSure = function(options) { + + var settings = $.extend( + { + 'message' : 'You have unsaved changes!', + 'dirtyClass' : 'dirty', + 'change' : null, + 'silent' : false, + 'addRemoveFieldsMarksDirty' : false, + 'fieldEvents' : 'change keyup propertychange input', + 'fieldSelector': ":input:not(input[type=submit]):not(input[type=button])" + }, options); + + var getValue = function($field) { + if ($field.hasClass('ays-ignore') + || $field.hasClass('aysIgnore') + || $field.attr('data-ays-ignore') + || $field.attr('name') === undefined) { + return null; + } + + if ($field.is(':disabled')) { + return 'ays-disabled'; + } + + var val; + var type = $field.attr('type'); + if ($field.is('select')) { + type = 'select'; + } + + switch (type) { + case 'checkbox': + case 'radio': + val = $field.is(':checked'); + break; + case 'select': + val = ''; + $field.find('option').each(function(o) { + var $option = $(this); + if ($option.is(':selected')) { + val += $option.val(); + } + }); + break; + default: + val = $field.val(); + } + + return val; + }; + + var storeOrigValue = function($field) { + $field.data('ays-orig', getValue($field)); + }; + + var checkForm = function(evt) { + + var isFieldDirty = function($field) { + var origValue = $field.data('ays-orig'); + if (undefined === origValue) { + return false; + } + return (getValue($field) != origValue); + }; + + var $form = ($(this).is('form')) + ? $(this) + : $(this).parents('form'); + + // Test on the target first as it's the most likely to be dirty + if (isFieldDirty($(evt.target))) { + setDirtyStatus($form, true); + return; + } + + $fields = $form.find(settings.fieldSelector); + + if (settings.addRemoveFieldsMarksDirty) { + // Check if field count has changed + var origCount = $form.data("ays-orig-field-count"); + if (origCount != $fields.length) { + setDirtyStatus($form, true); + return; + } + } + + // Brute force - check each field + var isDirty = false; + $fields.each(function() { + $field = $(this); + if (isFieldDirty($field)) { + isDirty = true; + return false; // break + } + }); + + setDirtyStatus($form, isDirty); + }; + + var initForm = function($form) { + var fields = $form.find(settings.fieldSelector); + $(fields).each(function() { storeOrigValue($(this)); }); + $(fields).unbind(settings.fieldEvents, checkForm); + $(fields).bind(settings.fieldEvents, checkForm); + $form.data("ays-orig-field-count", $(fields).length); + setDirtyStatus($form, false); + }; + + var setDirtyStatus = function($form, isDirty) { + var changed = isDirty != $form.hasClass(settings.dirtyClass); + $form.toggleClass(settings.dirtyClass, isDirty); + + // Fire change event if required + if (changed) { + if (settings.change) settings.change.call($form, $form); + + if (isDirty) $form.trigger('dirty.areYouSure', [$form]); + if (!isDirty) $form.trigger('clean.areYouSure', [$form]); + $form.trigger('change.areYouSure', [$form]); + } + }; + + var rescan = function() { + var $form = $(this); + var fields = $form.find(settings.fieldSelector); + $(fields).each(function() { + var $field = $(this); + if (!$field.data('ays-orig')) { + storeOrigValue($field); + $field.bind(settings.fieldEvents, checkForm); + } + }); + // Check for changes while we're here + $form.trigger('checkform.areYouSure'); + }; + + var reinitialize = function() { + initForm($(this)); + } + + if (!settings.silent && !window.aysUnloadSet) { + window.aysUnloadSet = true; + $(window).bind('beforeunload', function() { + $dirtyForms = $("form").filter('.' + settings.dirtyClass); + if ($dirtyForms.length == 0) { + return; + } + // Prevent multiple prompts - seen on Chrome and IE + if (navigator.userAgent.toLowerCase().match(/msie|chrome/)) { + if (window.aysHasPrompted) { + return; + } + window.aysHasPrompted = true; + window.setTimeout(function() {window.aysHasPrompted = false;}, 900); + } + return settings.message; + }); + } + + return this.each(function(elem) { + if (!$(this).is('form')) { + return; + } + var $form = $(this); + + $form.submit(function() { + $form.removeClass(settings.dirtyClass); + }); + $form.bind('reset', function() { setDirtyStatus($form, false); }); + // Add a custom events + $form.bind('rescan.areYouSure', rescan); + $form.bind('reinitialize.areYouSure', reinitialize); + $form.bind('checkform.areYouSure', checkForm); + initForm($form); + }); + }; +})(jQuery); diff --git a/public/js/semantic-2.1.8.min.js b/public/js/semantic-2.1.8.min.js deleted file mode 100644 index 74875c8d7..000000000 --- a/public/js/semantic-2.1.8.min.js +++ /dev/null @@ -1,21 +0,0 @@ - /* - * # Semantic UI - 2.1.7 - * https://github.com/Semantic-Org/Semantic-UI - * http://www.semantic-ui.com/ - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ -!function(e,t,n,i){e.site=e.fn.site=function(o){var a,r,s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1),m=e.isPlainObject(o)?e.extend(!0,{},e.site.settings,o):e.extend({},e.site.settings),f=m.namespace,g=m.error,p="module-"+f,v=e(n),h=v,b=this,y=h.data(p);return a={initialize:function(){a.instantiate()},instantiate:function(){a.verbose("Storing instance of site",a),y=a,h.data(p,a)},normalize:function(){a.fix.console(),a.fix.requestAnimationFrame()},fix:{console:function(){a.debug("Normalizing window.console"),(console===i||console.log===i)&&(a.verbose("Console not available, normalizing events"),a.disable.console()),("undefined"==typeof console.group||"undefined"==typeof console.groupEnd||"undefined"==typeof console.groupCollapsed)&&(a.verbose("Console group not available, normalizing events"),t.console.group=function(){},t.console.groupEnd=function(){},t.console.groupCollapsed=function(){}),"undefined"==typeof console.markTimeline&&(a.verbose("Mark timeline not available, normalizing events"),t.console.markTimeline=function(){})},consoleClear:function(){a.debug("Disabling programmatic console clearing"),t.console.clear=function(){}},requestAnimationFrame:function(){a.debug("Normalizing requestAnimationFrame"),t.requestAnimationFrame===i&&(a.debug("RequestAnimationFrame not available, normalizing event"),t.requestAnimationFrame=t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)})}},moduleExists:function(t){return e.fn[t]!==i&&e.fn[t].settings!==i},enabled:{modules:function(t){var n=[];return t=t||m.modules,e.each(t,function(e,t){a.moduleExists(t)&&n.push(t)}),n}},disabled:{modules:function(t){var n=[];return t=t||m.modules,e.each(t,function(e,t){a.moduleExists(t)||n.push(t)}),n}},change:{setting:function(t,n,o,r){o="string"==typeof o?"all"===o?m.modules:[o]:o||m.modules,r=r!==i?r:!0,e.each(o,function(i,o){var s,c=a.moduleExists(o)?e.fn[o].settings.namespace||!1:!0;a.moduleExists(o)&&(a.verbose("Changing default setting",t,n,o),e.fn[o].settings[t]=n,r&&c&&(s=e(":data(module-"+c+")"),s.length>0&&(a.verbose("Modifying existing settings",s),s[o]("setting",t,n))))})},settings:function(t,n,o){n="string"==typeof n?[n]:n||m.modules,o=o!==i?o:!0,e.each(n,function(n,i){var r;a.moduleExists(i)&&(a.verbose("Changing default setting",t,i),e.extend(!0,e.fn[i].settings,t),o&&f&&(r=e(":data(module-"+f+")"),r.length>0&&(a.verbose("Modifying existing settings",r),r[i]("setting",t))))})}},enable:{console:function(){a.console(!0)},debug:function(e,t){e=e||m.modules,a.debug("Enabling debug for modules",e),a.change.setting("debug",!0,e,t)},verbose:function(e,t){e=e||m.modules,a.debug("Enabling verbose debug for modules",e),a.change.setting("verbose",!0,e,t)}},disable:{console:function(){a.console(!1)},debug:function(e,t){e=e||m.modules,a.debug("Disabling debug for modules",e),a.change.setting("debug",!1,e,t)},verbose:function(e,t){e=e||m.modules,a.debug("Disabling verbose debug for modules",e),a.change.setting("verbose",!1,e,t)}},console:function(e){if(e){if(y.cache.console===i)return void a.error(g.console);a.debug("Restoring console function"),t.console=y.cache.console}else a.debug("Disabling console function"),y.cache.console=t.console,t.console={clear:function(){},error:function(){},group:function(){},groupCollapsed:function(){},groupEnd:function(){},info:function(){},log:function(){},markTimeline:function(){},warn:function(){}}},destroy:function(){a.verbose("Destroying previous site for",h),h.removeData(p)},cache:{},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];m[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,a,t);else{if(n===i)return a[t];a[t]=n}},debug:function(){m.debug&&(m.performance?a.performance.log(arguments):(a.debug=Function.prototype.bind.call(console.info,console,m.name+":"),a.debug.apply(console,arguments)))},verbose:function(){m.verbose&&m.debug&&(m.performance?a.performance.log(arguments):(a.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),a.verbose.apply(console,arguments)))},error:function(){a.error=Function.prototype.bind.call(console.error,console,m.name+":"),a.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;m.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Element:b,Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(a.performance.timer),a.performance.timer=setTimeout(a.performance.display,500)},display:function(){var t=m.name+":",n=0;s=!1,clearTimeout(a.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var s,c,l,u=y;return n=n||d,o=b||o,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e.each(t,function(n,o){var r=n!=s?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(u[r])&&n!=s)u=u[r];else{if(u[r]!==i)return c=u[r],!1;if(!e.isPlainObject(u[o])||n==s)return u[o]!==i?(c=u[o],!1):(a.error(g.method,t),!1);u=u[o]}})),e.isFunction(c)?l=c.apply(o,n):c!==i&&(l=c),e.isArray(r)?r.push(l):r!==i?r=[r,l]:l!==i&&(r=l),c}},u?(y===i&&a.initialize(),a.invoke(l)):(y!==i&&a.destroy(),a.initialize()),r!==i?r:this},e.site.settings={name:"Site",namespace:"site",error:{console:"Console cannot be restored, most likely it was overwritten outside of module",method:"The method you called is not defined."},debug:!1,verbose:!1,performance:!0,modules:["accordion","api","checkbox","dimmer","dropdown","embed","form","modal","nag","popup","rating","shape","sidebar","state","sticky","tab","transition","visit","visibility"],siteNamespace:"site",namespaceStub:{cache:{},config:{},sections:{},section:{},utilities:{}}},e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(n){return!!e.data(n,t)}}):function(t,n,i){return!!e.data(t,i[3])}})}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.form=function(t){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments[0],u=arguments[1],d="string"==typeof l,m=[].slice.call(arguments,1);return a.each(function(){var f,g,p,v,h,b,y,x,C,w,k,S,T,A,R,E,P,F,D=e(this),O=this,q=[],j=!1;F={initialize:function(){F.get.settings(),d?(P===i&&F.instantiate(),F.invoke(l)):(F.verbose("Initializing form validation",D,x),F.bindEvents(),F.set.defaults(),F.instantiate())},instantiate:function(){F.verbose("Storing instance of module",F),P=F,D.data(R,F)},destroy:function(){F.verbose("Destroying previous module",P),F.removeEvents(),D.removeData(R)},refresh:function(){F.verbose("Refreshing selector cache"),f=D.find(k.field),g=D.find(k.group),p=D.find(k.message),v=D.find(k.prompt),h=D.find(k.submit),b=D.find(k.clear),y=D.find(k.reset)},submit:function(){F.verbose("Submitting form",D),D.submit()},attachEvents:function(t,n){n=n||"submit",e(t).on("click"+E,function(e){F[n](),e.preventDefault()})},bindEvents:function(){F.verbose("Attaching form events"),D.on("submit"+E,F.validate.form).on("blur"+E,k.field,F.event.field.blur).on("click"+E,k.submit,F.submit).on("click"+E,k.reset,F.reset).on("click"+E,k.clear,F.clear),x.keyboardShortcuts&&D.on("keydown"+E,k.field,F.event.field.keydown),f.each(function(){var t=e(this),n=t.prop("type"),i=F.get.changeEvent(n,t);e(this).on(i+E,F.event.field.change)})},clear:function(){f.each(function(){var t=e(this),n=t.parent(),i=t.closest(g),o=i.find(k.prompt),a=t.data(w.defaultValue)||"",r=n.is(k.uiCheckbox),s=n.is(k.uiDropdown),c=i.hasClass(S.error);c&&(F.verbose("Resetting error on field",i),i.removeClass(S.error),o.remove()),s?(F.verbose("Resetting dropdown value",n,a),n.dropdown("clear")):r?t.prop("checked",!1):(F.verbose("Resetting field value",t,a),t.val(""))})},reset:function(){f.each(function(){var t=e(this),n=t.parent(),o=t.closest(g),a=o.find(k.prompt),r=t.data(w.defaultValue),s=n.is(k.uiCheckbox),c=n.is(k.uiDropdown),l=o.hasClass(S.error);r!==i&&(l&&(F.verbose("Resetting error on field",o),o.removeClass(S.error),a.remove()),c?(F.verbose("Resetting dropdown value",n,r),n.dropdown("restore defaults")):s?(F.verbose("Resetting checkbox value",n,r),t.prop("checked",r)):(F.verbose("Resetting field value",t,r),t.val(r)))})},is:{bracketedRule:function(e){return e.type&&e.type.match(x.regExp.bracket)},valid:function(){var t=!0;return F.verbose("Checking if form is valid"),e.each(C,function(e,n){F.validate.field(n,e)||(t=!1)}),t}},removeEvents:function(){D.off(E),f.off(E),h.off(E),f.off(E)},event:{field:{keydown:function(t){var n=e(this),i=t.which,o={enter:13,escape:27};i==o.escape&&(F.verbose("Escape key pressed blurring field"),n.blur()),!t.ctrlKey&&i==o.enter&&n.is(k.input)&&n.not(k.checkbox).length>0&&(j||(n.one("keyup"+E,F.event.field.keyup),F.submit(),F.debug("Enter pressed on input submitting form")),j=!0)},keyup:function(){j=!1},blur:function(t){var n=e(this),i=n.closest(g),o=F.get.validation(n);i.hasClass(S.error)?(F.debug("Revalidating field",n,o),F.validate.form.call(F,t,!0)):("blur"==x.on||"change"==x.on)&&o&&F.validate.field(o)},change:function(t){var n=e(this),i=n.closest(g);("change"==x.on||i.hasClass(S.error)&&x.revalidate)&&(clearTimeout(F.timer),F.timer=setTimeout(function(){F.debug("Revalidating field",n,F.get.validation(n)),F.validate.form.call(F,t,!0)},x.delay))}}},get:{ancillaryValue:function(e){return e.type&&F.is.bracketedRule(e)?e.type.match(x.regExp.bracket)[1]+"":!1},ruleName:function(e){return F.is.bracketedRule(e)?e.type.replace(e.type.match(x.regExp.bracket)[0],""):e.type},changeEvent:function(e,t){return"checkbox"==e||"radio"==e||"hidden"==e||t.is("select")?"change":F.get.inputEvent()},inputEvent:function(){return n.createElement("input").oninput!==i?"input":n.createElement("input").onpropertychange!==i?"propertychange":"keyup"},prompt:function(e,t){var n,i,o,a=F.get.ruleName(e),r=F.get.ancillaryValue(e),s=e.prompt||x.prompt[a]||x.text.unspecifiedRule,c=-1!==s.search("{value}"),l=-1!==s.search("{name}");return(l||c)&&(i=F.get.field(t.identifier)),c&&(s=s.replace("{value}",i.val())),l&&(n=i.closest(k.group).find("label").eq(0),o=1==n.size()?n.text():i.prop("placeholder")||x.text.unspecifiedField,s=s.replace("{name}",o)),s=s.replace("{identifier}",t.identifier),s=s.replace("{ruleValue}",r),e.prompt||F.verbose("Using default validation prompt for type",s,a),s},settings:function(){if(e.isPlainObject(t)){var n,o=Object.keys(t),a=o.length>0?t[o[0]].identifier!==i&&t[o[0]].rules!==i:!1;a?(x=e.extend(!0,{},e.fn.form.settings,u),C=e.extend({},e.fn.form.settings.defaults,t),F.error(x.error.oldSyntax,O),F.verbose("Extending settings from legacy parameters",C,x)):(t.fields&&(n=Object.keys(t.fields),("string"==typeof t.fields[n[0]]||e.isArray(t.fields[n[0]]))&&e.each(t.fields,function(n,i){"string"==typeof i&&(i=[i]),t.fields[n]={rules:[]},e.each(i,function(e,i){t.fields[n].rules.push({type:i})})})),x=e.extend(!0,{},e.fn.form.settings,t),C=e.extend({},e.fn.form.settings.defaults,x.fields),F.verbose("Extending settings",C,x))}else x=e.fn.form.settings,C=e.fn.form.settings.defaults,F.verbose("Using default form validation",C,x);A=x.namespace,w=x.metadata,k=x.selector,S=x.className,T=x.error,R="module-"+A,E="."+A,P=D.data(R),F.refresh()},field:function(t){return F.verbose("Finding field with identifier",t),f.filter("#"+t).length>0?f.filter("#"+t):f.filter('[name="'+t+'"]').length>0?f.filter('[name="'+t+'"]'):f.filter('[name="'+t+'[]"]').length>0?f.filter('[name="'+t+'[]"]'):f.filter("[data-"+w.validate+'="'+t+'"]').length>0?f.filter("[data-"+w.validate+'="'+t+'"]'):e("")},fields:function(t){var n=e();return e.each(t,function(e,t){n=n.add(F.get.field(t))}),n},validation:function(t){var n,i;return C?(e.each(C,function(e,o){i=o.identifier||e,F.get.field(i)[0]==t[0]&&(o.identifier=i,n=o)}),n||!1):!1},value:function(e){var t,n=[];return n.push(e),t=F.get.values.call(O,n),t[e]},values:function(t){var n=e.isArray(t)?F.get.fields(t):f,i={};return n.each(function(t,n){var o=e(n),a=(o.prop("type"),o.prop("name")),r=o.val(),s=o.is(k.checkbox),c=o.is(k.radio),l=-1!==a.indexOf("[]"),u=s?o.is(":checked"):!1;a&&(l?(a=a.replace("[]",""),i[a]||(i[a]=[]),i[a].push(s?u?r||!0:!1:r)):c?u&&(i[a]=r):i[a]=s?u?r||!0:!1:r)}),i}},has:{field:function(e){return F.verbose("Checking for existence of a field with identifier",e),"string"!=typeof e&&F.error(T.identifier,e),f.filter("#"+e).length>0?!0:f.filter('[name="'+e+'"]').length>0?!0:f.filter("[data-"+w.validate+'="'+e+'"]').length>0?!0:!1}},add:{prompt:function(t,n){var o=F.get.field(t),a=o.closest(g),r=a.children(k.prompt),s=0!==r.length;n="string"==typeof n?[n]:n,F.verbose("Adding field error state",t),a.addClass(S.error),x.inline&&(s||(r=x.templates.prompt(n),r.appendTo(a)),r.html(n[0]),s?F.verbose("Inline errors are disabled, no inline error added",t):x.transition&&e.fn.transition!==i&&D.transition("is supported")?(F.verbose("Displaying error with css transition",x.transition),r.transition(x.transition+" in",x.duration)):(F.verbose("Displaying error with fallback javascript animation"),r.fadeIn(x.duration)))},errors:function(e){F.debug("Adding form error messages",e),F.set.error(),p.html(x.templates.error(e))}},remove:{prompt:function(t){var n=F.get.field(t),o=n.closest(g),a=o.children(k.prompt);o.removeClass(S.error),x.inline&&a.is(":visible")&&(F.verbose("Removing prompt for field",t),x.transition&&e.fn.transition!==i&&D.transition("is supported")?a.transition(x.transition+" out",x.duration,function(){a.remove()}):a.fadeOut(x.duration,function(){a.remove()}))}},set:{success:function(){D.removeClass(S.error).addClass(S.success)},defaults:function(){f.each(function(){var t=e(this),n=t.filter(k.checkbox).length>0,i=n?t.is(":checked"):t.val();t.data(w.defaultValue,i)})},error:function(){D.removeClass(S.success).addClass(S.error)},value:function(e,t){var n={};return n[e]=t,F.set.values.call(O,n)},values:function(t){e.isEmptyObject(t)||e.each(t,function(t,n){var i,o=F.get.field(t),a=o.parent(),r=e.isArray(n),s=a.is(k.uiCheckbox),c=a.is(k.uiDropdown),l=o.is(k.radio)&&s,u=o.length>0;u&&(r&&s?(F.verbose("Selecting multiple",n,o),a.checkbox("uncheck"),e.each(n,function(e,t){i=o.filter('[value="'+t+'"]'),a=i.parent(),i.length>0&&a.checkbox("check")})):l?(F.verbose("Selecting radio value",n,o),o.filter('[value="'+n+'"]').parent(k.uiCheckbox).checkbox("check")):s?(F.verbose("Setting checkbox value",n,a),a.checkbox(n===!0?"check":"uncheck")):c?(F.verbose("Setting dropdown value",n,a),a.dropdown("set selected",n)):(F.verbose("Setting field value",n,o),o.val(n)))})}},validate:{form:function(e,t){var n=F.get.values();if(j)return!1;if(q=[],F.is.valid()){if(F.debug("Form has no validation errors, submitting"),F.set.success(),t!==!0)return x.onSuccess.call(O,e,n)}else if(F.debug("Form has errors"),F.set.error(),x.inline||F.add.errors(q),D.data("moduleApi")!==i&&e.stopImmediatePropagation(),t!==!0)return x.onFailure.call(O,q,n)},field:function(t,n){var o=t.identifier||n,a=F.get.field(o),r=!0,s=[];return t.identifier||(F.debug("Using field name as identifier",o),t.identifier=o),a.prop("disabled")?(F.debug("Field is disabled. Skipping",o),r=!0):t.optional&&""===e.trim(a.val())?(F.debug("Field is optional and empty. Skipping",o),r=!0):t.rules!==i&&e.each(t.rules,function(e,n){F.has.field(o)&&!F.validate.rule(t,n)&&(F.debug("Field is invalid",o,n.type),s.push(F.get.prompt(n,t)),r=!1)}),r?(F.remove.prompt(o,s),x.onValid.call(a),!0):(q=q.concat(s),F.add.prompt(o,s),x.onInvalid.call(a,s),!1)},rule:function(t,n){var o=F.get.field(t.identifier),a=(n.type,o.val()),r=F.get.ancillaryValue(n),s=F.get.ruleName(n),c=x.rules[s];return e.isFunction(c)?(a=a===i||""===a||null===a?"":e.trim(a+""),c.call(o,a,r)):void F.error(T.noRule,s)}},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,x,t);else{if(n===i)return x[t];x[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,F,t);else{if(n===i)return F[t];F[t]=n}},debug:function(){x.debug&&(x.performance?F.performance.log(arguments):(F.debug=Function.prototype.bind.call(console.info,console,x.name+":"),F.debug.apply(console,arguments)))},verbose:function(){x.verbose&&x.debug&&(x.performance?F.performance.log(arguments):(F.verbose=Function.prototype.bind.call(console.info,console,x.name+":"),F.verbose.apply(console,arguments)))},error:function(){F.error=Function.prototype.bind.call(console.error,console,x.name+":"),F.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;x.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:O,"Execution Time":n})),clearTimeout(F.performance.timer),F.performance.timer=setTimeout(F.performance.display,500)},display:function(){var t=x.name+":",n=0;s=!1,clearTimeout(F.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),a.length>1&&(t+=" ("+a.length+")"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,a){var r,s,c,l=P;return n=n||m,a=O||a,"string"==typeof t&&l!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(l[a])&&n!=r)l=l[a];else{if(l[a]!==i)return s=l[a],!1;if(!e.isPlainObject(l[o])||n==r)return l[o]!==i?(s=l[o],!1):!1;l=l[o]}})),e.isFunction(s)?c=s.apply(a,n):s!==i&&(c=s),e.isArray(o)?o.push(c):o!==i?o=[o,c]:c!==i&&(o=c),s}},F.initialize()}),o!==i?o:this},e.fn.form.settings={name:"Form",namespace:"form",debug:!1,verbose:!1,performance:!0,fields:!1,keyboardShortcuts:!0,on:"submit",inline:!1,delay:200,revalidate:!0,transition:"scale",duration:200,onValid:function(){},onInvalid:function(){},onSuccess:function(){return!0},onFailure:function(){return!1},metadata:{defaultValue:"default",validate:"validate"},regExp:{bracket:/\[(.*)\]/i,decimal:/^\d*(\.)\d+/,email:"[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?",escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,flags:/^\/(.*)\/(.*)?/,integer:/^\-?\d+$/,number:/^\-?\d*(\.\d+)?$/,url:/(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/i},text:{unspecifiedRule:"Please enter a valid value",unspecifiedField:"This field"},prompt:{empty:"{name} must have a value",checked:"{name} must be checked",email:"{name} must be a valid e-mail",url:"{name} must be a valid url",regExp:"{name} is not formatted correctly",integer:"{name} must be an integer",decimal:"{name} must be a decimal number",number:"{name} must be set to a number",is:'{name} must be "{ruleValue}"',isExactly:'{name} must be exactly "{ruleValue}"',not:'{name} cannot be set to "{ruleValue}"',notExactly:'{name} cannot be set to exactly "{ruleValue}"',contain:'{name} cannot contain "{ruleValue}"',containExactly:'{name} cannot contain exactly "{ruleValue}"',doesntContain:'{name} must contain "{ruleValue}"',doesntContainExactly:'{name} must contain exactly "{ruleValue}"',minLength:"{name} must be at least {ruleValue} characters",length:"{name} must be at least {ruleValue} characters",exactLength:"{name} must be exactly {ruleValue} characters",maxLength:"{name} cannot be longer than {ruleValue} characters",match:"{name} must match {ruleValue} field",different:"{name} must have a different value than {ruleValue} field",creditCard:"{name} must be a valid credit card number",minCount:"{name} must have at least {ruleValue} choices",exactCount:"{name} must have exactly {ruleValue} choices",maxCount:"{name} must have {ruleValue} or less choices"},selector:{checkbox:'input[type="checkbox"], input[type="radio"]',clear:".clear",field:"input, textarea, select",group:".field",input:"input",message:".error.message",prompt:".prompt.label",radio:'input[type="radio"]',reset:'.reset:not([type="reset"])',submit:'.submit:not([type="submit"])',uiCheckbox:".ui.checkbox",uiDropdown:".ui.dropdown"},className:{error:"error",label:"ui prompt label",pressed:"down",success:"success"},error:{identifier:"You must specify a string identifier for each field",method:"The method you called is not defined.",noRule:"There is no rule matching the one you specified",oldSyntax:"Starting in 2.0 forms now only take a single settings object. Validation settings converted to new syntax automatically."},templates:{error:function(t){var n='
      ';return e.each(t,function(e,t){n+="
    • "+t+"
    • "}),n+="
    ",e(n)},prompt:function(t){return e("
    ").addClass("ui basic red pointing prompt label").html(t[0])}},rules:{empty:function(t){return!(t===i||""===t||e.isArray(t)&&0===t.length)},checked:function(){return e(this).filter(":checked").length>0},email:function(t){var n=new RegExp(e.fn.form.settings.regExp.email,"i");return n.test(t)},url:function(t){return e.fn.form.settings.regExp.url.test(t)},regExp:function(t,n){var i,o=n.match(e.fn.form.settings.regExp.flags);return o&&(n=o.length>=2?o[1]:n,i=o.length>=3?o[2]:""),t.match(new RegExp(n,i))},integer:function(t,n){var o,a,r,s=e.fn.form.settings.regExp.integer;return n&&-1===["",".."].indexOf(n)&&(-1==n.indexOf("..")?s.test(n)&&(o=a=n-0):(r=n.split("..",2),s.test(r[0])&&(o=r[0]-0),s.test(r[1])&&(a=r[1]-0))),s.test(t)&&(o===i||t>=o)&&(a===i||a>=t)},decimal:function(t){return e.fn.form.settings.regExp.decimal.test(t)},number:function(t){return e.fn.form.settings.regExp.number.test(t)},is:function(e,t){return t="string"==typeof t?t.toLowerCase():t,e="string"==typeof e?e.toLowerCase():e,e==t},isExactly:function(e,t){return e==t},not:function(e,t){return e="string"==typeof e?e.toLowerCase():e,t="string"==typeof t?t.toLowerCase():t,e!=t},notExactly:function(e,t){return e!=t},contains:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1!==t.search(new RegExp(n,"i"))},containsExactly:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1!==t.search(new RegExp(n))},doesntContain:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1===t.search(new RegExp(n,"i"))},doesntContainExactly:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1===t.search(new RegExp(n))},minLength:function(e,t){return e!==i?e.length>=t:!1},length:function(e,t){return e!==i?e.length>=t:!1},exactLength:function(e,t){return e!==i?e.length==t:!1},maxLength:function(e,t){return e!==i?e.length<=t:!1},match:function(t,n){{var o;e(this)}return e('[data-validate="'+n+'"]').length>0?o=e('[data-validate="'+n+'"]').val():e("#"+n).length>0?o=e("#"+n).val():e('[name="'+n+'"]').length>0?o=e('[name="'+n+'"]').val():e('[name="'+n+'[]"]').length>0&&(o=e('[name="'+n+'[]"]')),o!==i?t.toString()==o.toString():!1},different:function(t,n){{var o;e(this)}return e('[data-validate="'+n+'"]').length>0?o=e('[data-validate="'+n+'"]').val():e("#"+n).length>0?o=e("#"+n).val():e('[name="'+n+'"]').length>0?o=e('[name="'+n+'"]').val():e('[name="'+n+'[]"]').length>0&&(o=e('[name="'+n+'[]"]')),o!==i?t.toString()!==o.toString():!1},creditCard:function(t,n){var i,o,a={visa:{pattern:/^4/,length:[16]},amex:{pattern:/^3[47]/,length:[15]},mastercard:{pattern:/^5[1-5]/,length:[16]},discover:{pattern:/^(6011|622(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[0-1][0-9]|92[0-5]|64[4-9])|65)/,length:[16]},unionPay:{pattern:/^(62|88)/,length:[16,17,18,19]},jcb:{pattern:/^35(2[89]|[3-8][0-9])/,length:[16]},maestro:{pattern:/^(5018|5020|5038|6304|6759|676[1-3])/,length:[12,13,14,15,16,17,18,19]},dinersClub:{pattern:/^(30[0-5]|^36)/,length:[14]},laser:{pattern:/^(6304|670[69]|6771)/,length:[16,17,18,19]},visaElectron:{pattern:/^(4026|417500|4508|4844|491(3|7))/,length:[16]}},r={},s=!1,c="string"==typeof n?n.split(","):!1;if("string"==typeof t&&0!==t.length){if(c&&(e.each(c,function(n,i){o=a[i],o&&(r={length:-1!==e.inArray(t.length,o.length),pattern:-1!==t.search(o.pattern)},r.length&&r.pattern&&(s=!0))}),!s))return!1;if(i={number:-1!==e.inArray(t.length,a.unionPay.length),pattern:-1!==t.search(a.unionPay.pattern)},i.number&&i.pattern)return!0;for(var l=t.length,u=0,d=[[0,1,2,3,4,5,6,7,8,9],[0,2,4,6,8,1,3,5,7,9]],m=0;l--;)m+=d[u][parseInt(t.charAt(l),10)],u^=1;return m%10===0&&m>0}},minCount:function(e,t){return 0==t?!0:1==t?""!==e:e.split(",").length>=t},exactCount:function(e,t){return 0==t?""===e:1==t?""!==e&&-1===e.search(","):e.split(",").length==t},maxCount:function(e,t){return 0==t?!1:1==t?-1===e.search(","):e.split(",").length<=t}}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.accordion=function(n){{var o,a=e(this),r=(new Date).getTime(),s=[],c=arguments[0],l="string"==typeof c,u=[].slice.call(arguments,1);t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)}}return a.each(function(){var d,m,f=e.isPlainObject(n)?e.extend(!0,{},e.fn.accordion.settings,n):e.extend({},e.fn.accordion.settings),g=f.className,p=f.namespace,v=f.selector,h=f.error,b="."+p,y="module-"+p,x=a.selector||"",C=e(this),w=C.find(v.title),k=C.find(v.content),S=this,T=C.data(y);m={initialize:function(){m.debug("Initializing",C),m.bind.events(),f.observeChanges&&m.observeChanges(),m.instantiate()},instantiate:function(){T=m,C.data(y,m)},destroy:function(){m.debug("Destroying previous instance",C),C.off(b).removeData(y)},refresh:function(){w=C.find(v.title),k=C.find(v.content)},observeChanges:function(){"MutationObserver"in t&&(d=new MutationObserver(function(e){m.debug("DOM tree modified, updating selector cache"),m.refresh()}),d.observe(S,{childList:!0,subtree:!0}),m.debug("Setting up mutation observer",d))},bind:{events:function(){m.debug("Binding delegated events"),C.on(f.on+b,v.trigger,m.event.click)}},event:{click:function(){m.toggle.call(this)}},toggle:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(v.title):e(this).closest(v.title),o=n.next(k),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=r&&!a,c=!r&&a;m.debug("Toggling visibility of content",n),s||c?f.collapsible?m.close.call(n):m.debug("Cannot close accordion content collapsing is disabled"):m.open.call(n)},open:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(v.title):e(this).closest(v.title),o=n.next(k),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=r||a;return s?void m.debug("Accordion already open, skipping",o):(m.debug("Opening accordion content",n),f.onOpening.call(o),f.exclusive&&m.closeOthers.call(n),n.addClass(g.active),o.stop(!0,!0).addClass(g.animating),f.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?o.children().transition({animation:"fade in",queue:!1,useFailSafe:!0,debug:f.debug,verbose:f.verbose,duration:f.duration}):o.children().stop(!0,!0).animate({opacity:1},f.duration,m.resetOpacity)),void o.slideDown(f.duration,f.easing,function(){o.removeClass(g.animating).addClass(g.active),m.reset.display.call(this),f.onOpen.call(this),f.onChange.call(this)}))},close:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(v.title):e(this).closest(v.title),o=n.next(k),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=!r&&a,c=r&&a;!r&&!s||c||(m.debug("Closing accordion content",o),f.onClosing.call(o),n.removeClass(g.active),o.stop(!0,!0).addClass(g.animating),f.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?o.children().transition({animation:"fade out",queue:!1,useFailSafe:!0,debug:f.debug,verbose:f.verbose,duration:f.duration}):o.children().stop(!0,!0).animate({opacity:0},f.duration,m.resetOpacity)),o.slideUp(f.duration,f.easing,function(){o.removeClass(g.animating).removeClass(g.active),m.reset.display.call(this),f.onClose.call(this),f.onChange.call(this)}))},closeOthers:function(t){var n,o,a,r=t!==i?w.eq(t):e(this).closest(v.title),s=r.parents(v.content).prev(v.title),c=r.closest(v.accordion),l=v.title+"."+g.active+":visible",u=v.content+"."+g.active+":visible";f.closeNested?(n=c.find(l).not(s),a=n.next(k)):(n=c.find(l).not(s),o=c.find(u).find(l).not(s),n=n.not(o),a=n.next(k)),n.length>0&&(m.debug("Exclusive enabled, closing other content",n),n.removeClass(g.active),a.removeClass(g.animating).stop(!0,!0),f.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?a.children().transition({animation:"fade out",useFailSafe:!0,debug:f.debug,verbose:f.verbose,duration:f.duration}):a.children().stop(!0,!0).animate({opacity:0},f.duration,m.resetOpacity)),a.slideUp(f.duration,f.easing,function(){e(this).removeClass(g.active),m.reset.display.call(this)}))},reset:{display:function(){m.verbose("Removing inline display from element",this),e(this).css("display",""),""===e(this).attr("style")&&e(this).attr("style","").removeAttr("style")},opacity:function(){m.verbose("Removing inline opacity from element",this),e(this).css("opacity",""),""===e(this).attr("style")&&e(this).attr("style","").removeAttr("style")}},setting:function(t,n){if(m.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];f[t]=n}},internal:function(t,n){return m.debug("Changing internal",t,n),n===i?m[t]:void(e.isPlainObject(t)?e.extend(!0,m,t):m[t]=n)},debug:function(){f.debug&&(f.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,f.name+":"),m.debug.apply(console,arguments)))},verbose:function(){f.verbose&&f.debug&&(f.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),m.verbose.apply(console,arguments)))},error:function(){m.error=Function.prototype.bind.call(console.error,console,f.name+":"),m.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;f.performance&&(t=(new Date).getTime(),i=r||t,n=t-i,r=t,s.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:S,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=f.name+":",n=0;r=!1,clearTimeout(m.performance.timer),e.each(s,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",x&&(t+=" '"+x+"'"),(console.group!==i||console.table!==i)&&s.length>0&&(console.groupCollapsed(t),console.table?console.table(s):e.each(s,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),s=[]}},invoke:function(t,n,a){var r,s,c,l=T;return n=n||u,a=S||a,"string"==typeof t&&l!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(l[a])&&n!=r)l=l[a];else{if(l[a]!==i)return s=l[a],!1;if(!e.isPlainObject(l[o])||n==r)return l[o]!==i?(s=l[o],!1):(m.error(h.method,t),!1);l=l[o]}})),e.isFunction(s)?c=s.apply(a,n):s!==i&&(c=s),e.isArray(o)?o.push(c):o!==i?o=[o,c]:c!==i&&(o=c),s}},l?(T===i&&m.initialize(),m.invoke(c)):(T!==i&&T.invoke("destroy"),m.initialize())}),o!==i?o:this},e.fn.accordion.settings={name:"Accordion",namespace:"accordion",debug:!1,verbose:!1,performance:!0,on:"click",observeChanges:!0,exclusive:!0,collapsible:!0,closeNested:!1,animateChildren:!0,duration:350,easing:"easeOutQuad",onOpening:function(){},onOpen:function(){},onClosing:function(){},onClose:function(){},onChange:function(){},error:{method:"The method you called is not defined"},className:{active:"active",animating:"animating"},selector:{accordion:".accordion",title:".title",trigger:".title",content:".content"}},e.extend(e.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.checkbox=function(o){var a,r=e(this),s=r.selector||"",c=(new Date).getTime(),l=[],u=arguments[0],d="string"==typeof u,m=[].slice.call(arguments,1);return r.each(function(){var r,f,g=e.extend(!0,{},e.fn.checkbox.settings,o),p=g.className,v=g.namespace,h=g.selector,b=g.error,y="."+v,x="module-"+v,C=e(this),w=e(this).children(h.label),k=e(this).children(h.input),S=k[0],T=!1,A=!1,R=C.data(x),E=this; - -f={initialize:function(){f.verbose("Initializing checkbox",g),f.create.label(),f.bind.events(),f.set.tabbable(),f.hide.input(),f.observeChanges(),f.instantiate(),f.setup()},instantiate:function(){f.verbose("Storing instance of module",f),R=f,C.data(x,f)},destroy:function(){f.verbose("Destroying module"),f.unbind.events(),f.show.input(),C.removeData(x)},fix:{reference:function(){C.is(h.input)&&(f.debug("Behavior called on adjusting invoked element"),C=C.closest(h.checkbox),f.refresh())}},setup:function(){f.set.initialLoad(),f.is.indeterminate()?(f.debug("Initial value is indeterminate"),f.indeterminate()):f.is.checked()?(f.debug("Initial value is checked"),f.check()):(f.debug("Initial value is unchecked"),f.uncheck()),f.remove.initialLoad()},refresh:function(){w=C.children(h.label),k=C.children(h.input),S=k[0]},hide:{input:function(){f.verbose("Modfying z-index to be unselectable"),k.addClass(p.hidden)}},show:{input:function(){f.verbose("Modfying z-index to be selectable"),k.removeClass(p.hidden)}},observeChanges:function(){"MutationObserver"in t&&(r=new MutationObserver(function(e){f.debug("DOM tree modified, updating selector cache"),f.refresh()}),r.observe(E,{childList:!0,subtree:!0}),f.debug("Setting up mutation observer",r))},attachEvents:function(t,n){var i=e(t);n=e.isFunction(f[n])?f[n]:f.toggle,i.length>0?(f.debug("Attaching checkbox events to element",t,n),i.on("click"+y,n)):f.error(b.notFound)},event:{click:function(t){var n=e(t.target);return n.is(h.input)?void f.verbose("Using default check action on initialized checkbox"):n.is(h.link)?void f.debug("Clicking link inside checkbox, skipping toggle"):(f.toggle(),k.focus(),void t.preventDefault())},keydown:function(e){var t=e.which,n={enter:13,space:32,escape:27};t==n.escape?(f.verbose("Escape key pressed blurring field"),k.blur(),A=!0):e.ctrlKey||t!=n.space&&t!=n.enter?A=!1:(f.verbose("Enter/space key pressed, toggling checkbox"),f.toggle(),A=!0)},keyup:function(e){A&&e.preventDefault()}},check:function(){f.should.allowCheck()&&(f.debug("Checking checkbox",k),f.set.checked(),f.should.ignoreCallbacks()||(g.onChecked.call(S),g.onChange.call(S)))},uncheck:function(){f.should.allowUncheck()&&(f.debug("Unchecking checkbox"),f.set.unchecked(),f.should.ignoreCallbacks()||(g.onUnchecked.call(S),g.onChange.call(S)))},indeterminate:function(){return f.should.allowIndeterminate()?void f.debug("Checkbox is already indeterminate"):(f.debug("Making checkbox indeterminate"),f.set.indeterminate(),void(f.should.ignoreCallbacks()||(g.onIndeterminate.call(S),g.onChange.call(S))))},determinate:function(){return f.should.allowDeterminate()?void f.debug("Checkbox is already determinate"):(f.debug("Making checkbox determinate"),f.set.determinate(),void(f.should.ignoreCallbacks()||(g.onDeterminate.call(S),g.onChange.call(S))))},enable:function(){return f.is.enabled()?void f.debug("Checkbox is already enabled"):(f.debug("Enabling checkbox"),f.set.enabled(),void g.onEnabled.call(S))},disable:function(){return f.is.disabled()?void f.debug("Checkbox is already disabled"):(f.debug("Disabling checkbox"),f.set.disabled(),void g.onDisabled.call(S))},get:{radios:function(){var t=f.get.name();return e('input[name="'+t+'"]').closest(h.checkbox)},otherRadios:function(){return f.get.radios().not(C)},name:function(){return k.attr("name")}},is:{initialLoad:function(){return T},radio:function(){return k.hasClass(p.radio)||"radio"==k.attr("type")},indeterminate:function(){return k.prop("indeterminate")!==i&&k.prop("indeterminate")},checked:function(){return k.prop("checked")!==i&&k.prop("checked")},disabled:function(){return k.prop("disabled")!==i&&k.prop("disabled")},enabled:function(){return!f.is.disabled()},determinate:function(){return!f.is.indeterminate()},unchecked:function(){return!f.is.checked()}},should:{allowCheck:function(){return f.is.determinate()&&f.is.checked()&&!f.should.forceCallbacks()?(f.debug("Should not allow check, checkbox is already checked"),!1):g.beforeChecked.apply(S)===!1?(f.debug("Should not allow check, beforeChecked cancelled"),!1):!0},allowUncheck:function(){return f.is.determinate()&&f.is.unchecked()&&!f.should.forceCallbacks()?(f.debug("Should not allow uncheck, checkbox is already unchecked"),!1):g.beforeUnchecked.apply(S)===!1?(f.debug("Should not allow uncheck, beforeUnchecked cancelled"),!1):!0},allowIndeterminate:function(){return f.is.indeterminate()&&!f.should.forceCallbacks()?(f.debug("Should not allow indeterminate, checkbox is already indeterminate"),!1):g.beforeIndeterminate.apply(S)===!1?(f.debug("Should not allow indeterminate, beforeIndeterminate cancelled"),!1):!0},allowDeterminate:function(){return f.is.determinate()&&!f.should.forceCallbacks()?(f.debug("Should not allow determinate, checkbox is already determinate"),!1):g.beforeDeterminate.apply(S)===!1?(f.debug("Should not allow determinate, beforeDeterminate cancelled"),!1):!0},forceCallbacks:function(){return f.is.initialLoad()&&g.fireOnInit},ignoreCallbacks:function(){return T&&!g.fireOnInit}},can:{change:function(){return!(C.hasClass(p.disabled)||C.hasClass(p.readOnly)||k.prop("disabled")||k.prop("readonly"))},uncheck:function(){return"boolean"==typeof g.uncheckable?g.uncheckable:!f.is.radio()}},set:{initialLoad:function(){T=!0},checked:function(){return f.verbose("Setting class to checked"),C.removeClass(p.indeterminate).addClass(p.checked),f.is.radio()&&f.uncheckOthers(),!f.is.indeterminate()&&f.is.checked()?void f.debug("Input is already checked, skipping input property change"):(f.verbose("Setting state to checked",S),k.prop("indeterminate",!1).prop("checked",!0),void f.trigger.change())},unchecked:function(){return f.verbose("Removing checked class"),C.removeClass(p.indeterminate).removeClass(p.checked),!f.is.indeterminate()&&f.is.unchecked()?void f.debug("Input is already unchecked"):(f.debug("Setting state to unchecked"),k.prop("indeterminate",!1).prop("checked",!1),void f.trigger.change())},indeterminate:function(){return f.verbose("Setting class to indeterminate"),C.addClass(p.indeterminate),f.is.indeterminate()?void f.debug("Input is already indeterminate, skipping input property change"):(f.debug("Setting state to indeterminate"),k.prop("indeterminate",!0),void f.trigger.change())},determinate:function(){return f.verbose("Removing indeterminate class"),C.removeClass(p.indeterminate),f.is.determinate()?void f.debug("Input is already determinate, skipping input property change"):(f.debug("Setting state to determinate"),void k.prop("indeterminate",!1))},disabled:function(){return f.verbose("Setting class to disabled"),C.addClass(p.disabled),f.is.disabled()?void f.debug("Input is already disabled, skipping input property change"):(f.debug("Setting state to disabled"),k.prop("disabled","disabled"),void f.trigger.change())},enabled:function(){return f.verbose("Removing disabled class"),C.removeClass(p.disabled),f.is.enabled()?void f.debug("Input is already enabled, skipping input property change"):(f.debug("Setting state to enabled"),k.prop("disabled",!1),void f.trigger.change())},tabbable:function(){f.verbose("Adding tabindex to checkbox"),k.attr("tabindex")===i&&k.attr("tabindex",0)}},remove:{initialLoad:function(){T=!1}},trigger:{change:function(){var e=n.createEvent("HTMLEvents"),t=k[0];t&&(f.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},create:{label:function(){k.prevAll(h.label).length>0?(k.prev(h.label).detach().insertAfter(k),f.debug("Moving existing label",w)):f.has.label()||(w=e("